/freebsd/targets/pseudo/userland/share/ |
H A D | Makefile.depend | 4 share/atf \ 5 share/ctypedef \ 6 share/colldef \ 7 share/dict \ 8 share/doc/IPv6 \ 9 share/doc/atf \ 10 share/doc/legal/intel_ipw \ 11 share/doc/legal/intel_iwi \ 12 share/doc/legal/intel_iwn \ 13 share/doc/legal/intel_wpi \ [all …]
|
/freebsd/sys/contrib/openzfs/contrib/debian/ |
H A D | openzfs-zfsutils.install | 17 lib/systemd/system/zfs-share.service 42 usr/share/zfs/compatibility.d/ 43 usr/share/bash-completion/completions 44 usr/share/man/man1/arcstat.1 45 usr/share/man/man1/zhack.1 46 usr/share/man/man1/zvol_wait.1 47 usr/share/man/man5/ 48 usr/share/man/man8/fsck.zfs.8 49 usr/share/man/man8/mount.zfs.8 50 usr/share/man/man8/vdev_id.8 [all …]
|
H A D | openzfs-zfs-test.install | 3 usr/share/man/man1/raidz_test.1 4 usr/share/man/man1/test-runner.1 5 usr/share/man/man1/ztest.1 6 usr/share/zfs/common.sh 7 usr/share/zfs/runfiles/ 8 usr/share/zfs/test-runner 9 usr/share/zfs/zfs-tests.sh 10 usr/share/zfs/zfs-tests/ 11 usr/share/zfs/zfs.sh 12 usr/share/zfs/zimport.sh [all …]
|
/freebsd/tools/build/mk/ |
H A D | OptionalObsoleteFiles.inc | 14 OLD_FILES+=usr/share/man/man8/accton.8.gz 15 OLD_FILES+=usr/share/man/man8/sa.8.gz 52 OLD_FILES+=usr/share/man/man8/acpiconf.8.gz 53 OLD_FILES+=usr/share/man/man8/acpidb.8.gz 54 OLD_FILES+=usr/share/man/man8/acpidump.8.gz 55 OLD_FILES+=usr/share/man/man8/iasl.8.gz 67 OLD_FILES+=usr/share/examples/etc/apmd.conf 77 OLD_FILES+=usr/share/man/man1/at.1.gz 78 OLD_FILES+=usr/share/man/man1/atq.1.gz 79 OLD_FILES+=usr/share/man/man1/atrm.1.gz [all …]
|
/freebsd/ |
H A D | ObsoleteFiles.inc | 55 OLD_FILES+=usr/share/certs/trusted/Entrust_Root_Certification_Authority_-_G4.pem 56 OLD_FILES+=usr/share/certs/trusted/SecureSign_RootCA11.pem 57 OLD_FILES+=usr/share/certs/trusted/Security_Communication_RootCA3.pem 58 OLD_FILES+=usr/share/certs/trusted/SwissSign_Silver_CA_-_G2.pem 59 OLD_FILES+=usr/share/certs/untrusted/AddTrust_External_Root.pem 60 OLD_FILES+=usr/share/certs/untrusted/AddTrust_Low-Value_Services_Root.pem 61 OLD_FILES+=usr/share/certs/untrusted/Staat_der_Nederlanden_Root_CA_-_G2.pem 62 OLD_FILES+=usr/share/certs/untrusted/Cybertrust_Global_Root.pem 63 OLD_FILES+=usr/share/certs/untrusted/DST_Root_CA_X3.pem 64 OLD_FILES+=usr/share/certs/untrusted/GlobalSign_Root_CA_-_R2.pem [all …]
|
/freebsd/share/i18n/esdb/ |
H A D | Makefile.depend | 4 share/i18n/esdb/APPLE \ 5 share/i18n/esdb/AST \ 6 share/i18n/esdb/BIG5 \ 7 share/i18n/esdb/CP \ 8 share/i18n/esdb/DEC \ 9 share/i18n/esdb/EBCDIC \ 10 share/i18n/esdb/EUC \ 11 share/i18n/esdb/GB \ 12 share/i18n/esdb/GEORGIAN \ 13 share/i18n/esdb/ISO-2022 \ [all …]
|
/freebsd/share/i18n/csmapper/ |
H A D | Makefile.depend | 4 share/i18n/csmapper/APPLE \ 5 share/i18n/csmapper/AST \ 6 share/i18n/csmapper/BIG5 \ 7 share/i18n/csmapper/CNS \ 8 share/i18n/csmapper/CP \ 9 share/i18n/csmapper/EBCDIC \ 10 share/i18n/csmapper/GB \ 11 share/i18n/csmapper/GEORGIAN \ 12 share/i18n/csmapper/ISO-8859 \ 13 share/i18n/csmapper/ISO646 \ [all …]
|
/freebsd/tools/test/stress2/misc/ |
H A D | forkbomb.sh | 76 volatile u_int *share; 94 atomic_add_int(&share[R1], 1); 95 while (share[R1] != PARALLEL) 97 atomic_add_int(&share[R2], 1); 100 if (share[R2] >= MAXPROC || share[R4] > MXFAIL) 102 atomic_add_int(&share[R2], 1); 104 atomic_add_int(&share[R4], 1); 105 atomic_add_int(&share[R2], -1); 111 atomic_add_int(&share[R3], 1); 124 if ((share = mmap(NULL, len, PROT_READ | PROT_WRITE, [all …]
|
H A D | bio.sh | 114 volatile u_int *share; 120 if ((share = mmap(NULL, slen, PROT_READ | PROT_WRITE, MAP_ANON | 143 while (share[SYN1] == 0) 145 atomic_add_int(&share[SYN1], -1); 146 if (ip[share[INDX] / sizeof(u_int)] != share[INDX]) 148 ip[share[INDX] / sizeof(u_int)], 149 share[INDX]); 150 share[INDX] += PS; 151 ip[share[INDX] / sizeof(u_int)] = share[INDX]; 152 atomic_add_int(&share[SYN2], 1); /* signal parent */ [all …]
|
H A D | flock.sh | 86 volatile u_int *share; 99 while (share[RENDEZVOUS] == 0) 102 while (share[RENDEZVOUS] == 1) { 105 atomic_add_int(&share[id + 1], 1); 132 atomic_add_int(&share[RENDEZVOUS], 1); /* start chld */ 139 atomic_add_int(&share[RENDEZVOUS], 1); /* stop chld */ 158 if ((share = mmap(NULL, len, PROT_READ | PROT_WRITE, MAP_ANON | 164 share[RENDEZVOUS] = 0; 174 n += share[i + 1]; 177 pct = abs((int)share[i + 1] - n) * 100 / n; [all …]
|
H A D | lstat.sh | 80 static volatile u_int *dirs, *share; 108 while (share[R2] == 0) { 114 if (share[R2] == 1) 134 atomic_add_int(&share[R1], 1); 135 while (share[R1] != PARALLEL) 155 while (share[R2] == 0) { 158 while (dirs[0] > MXDIRS && share[R2] == 0) 165 if (share[2] == 1) 179 while (dirs[0] > 0 || share[R2] == 0) { 183 while (lstat(path, &sb) == -1 && share[R2] == 0) { [all …]
|
H A D | advlock.sh | 96 volatile u_int *share; 118 atomic_add_int(&share[SYNC], 1); 119 while (share[SYNC] != PARALLEL) 138 atomic_add_int(&share[SYNC], 1); 139 while (share[SYNC] != PARALLEL) 161 atomic_add_int(&share[SYNC], 1); 162 while (share[SYNC] != PARALLEL) 182 atomic_add_int(&share[SYNC], 1); 183 while (share[SYNC] != PARALLEL) 205 if ((share = mmap(NULL, len, PROT_READ | PROT_WRITE, MAP_ANON | MAP_SHARED, [all …]
|
H A D | killpg2.sh | 49 static volatile u_int *share; 86 share[GID] = getpgrp(); 87 share[SYNC] = 1; 119 while (share[SYNC] == 0) 121 gid = share[GID]; 122 while (share[CONT] == 1) { 124 gid = share[GID]; 148 if ((share = mmap(NULL, len, PROT_READ | PROT_WRITE, 154 share[CONT] = 1; 155 share[GID] = 0; [all …]
|
H A D | fstat.sh | 90 static _Atomic(int) *share; 105 (void)atomic_fetch_add(&share[SYNC], 1); 106 while (atomic_load(&share[SYNC]) != PARALLEL) 111 share[DONE] = 0; 113 (void)atomic_fetch_add(&share[DONE], 1); 121 (void)atomic_fetch_add(&share[DONE], 1); 127 while (atomic_load(&share[DONE]) == 0) 131 while (atomic_load(&share[DONE]) == 1) 151 if ((share = mmap(NULL, len, PROT_READ | PROT_WRITE, 157 share[SYNC] = 0;
|
H A D | pause.sh | 73 static volatile u_int *share; 89 atomic_add_int(&share[SYNC], 1); 90 while (share[SYNC] != PARALLEL) 92 share[idx] = 0; 95 share[idx] = 1; 100 while (share[idx] == 0) 132 if ((share = mmap(NULL, len, PROT_READ | PROT_WRITE, 138 share[SYNC] = 0;
|
H A D | kevent15.sh | 73 static _Atomic(int) *share; 94 (void)atomic_fetch_add(&share[SYNC], 1); 95 while (atomic_load(&share[SYNC]) != PARALLEL) 97 (void)atomic_fetch_add(&share[ACT], 1); 127 if ((share = mmap(NULL, len, PROT_READ | PROT_WRITE, 133 share[ACT] = share[SYNC] = 0; 140 while (share[ACT] != PARALLEL)
|
H A D | killpg3.sh | 51 static _Atomic(int) *share; 78 atomic_fetch_add(&share[RDY], 1); 118 share[GID] = getpgrp(); 125 while (atomic_load(&share[RDY]) != parallel) 127 if (killpg(share[GID], SIGUSR1) == -1) 128 err(1, "pgkill(%d)", share[GID]); 144 if ((share = mmap(NULL, len, PROT_READ | PROT_WRITE, 150 share[GID] = 0; 151 share[RDY] = 0;
|
H A D | fork2.sh | 93 static volatile u_int *share; 108 if ((share = mmap(NULL, len, PROT_READ | PROT_WRITE, 116 while ((atomic_load_int(&share[SYNC])) > MX) 123 atomic_add_int(&share[SYNC], 1); 124 while (atomic_load_int(&share[SYNC]) <= MX) 127 atomic_add_int(&share[SYNC], -1); 132 atomic_add_int(&share[SYNC], MX * 2);
|
H A D | mkfifo8.sh | 92 static volatile u_int *share; 101 atomic_add_int(&share[ACT], 1); 115 while (share[ACT] < NPROCS / 2) 133 atomic_add_int(&share[SYNC], 1); 134 while (share[SYNC] != PARALLEL) 170 if ((share = mmap(NULL, len, PROT_READ | PROT_WRITE, 178 share[SYNC] = 0; 179 share[ACT] = 0;
|
H A D | ptrace11.sh | 59 static volatile u_int *share; 71 if ((share = mmap(NULL, len, PROT_READ | PROT_WRITE, 80 while (share[SYNC] != 2) 93 share[SYNC] = 1; /* A to exit */ 97 share[SYNC] = 2; /* B to exit */ 100 while (share[SYNC] != 1)
|
H A D | write.sh | 99 volatile u_int *share; 124 atomic_add_int(&share[SYNC], 1); 125 while (share[SYNC] != (unsigned int)parallel) 133 while (share[DONE] != (unsigned int)parallel) { 154 atomic_add_int(&share[DONE], 1); 164 atomic_add_int(&share[DONE], 1); 205 if ((share = mmap(NULL, len, PROT_READ | PROT_WRITE, 215 share[SYNC] = share[DONE] = 0;
|
H A D | nfs15.sh | 104 volatile u_int *share; 109 atomic_add_int(&share[SYNC], 1); 123 atomic_add_int(&share[SYNC], 1); 178 if ((share = mmap(NULL, len, PROT_READ | PROT_WRITE, 190 if (share[SYNC] > 0) 191 atomic_add_int(&share[SYNC], -1); 198 if (share[SYNC] == 0) { /* If all procs are done */ 200 if (share[SYNC] == 0)
|
H A D | nfs16.sh | 88 volatile u_int *share; 93 atomic_add_int(&share[SYNC], 1); 107 atomic_add_int(&share[SYNC], 1); 162 if ((share = mmap(NULL, len, PROT_READ | PROT_WRITE, 174 if (share[SYNC] > 0) 175 atomic_add_int(&share[SYNC], -1); 182 if (share[SYNC] == 0) { /* If all procs are done */ 184 if (share[SYNC] == 0)
|
/freebsd/contrib/sendmail/ |
H A D | FREEBSD-upgrade | 59 share/Makefile 60 share/doc/smm/Makefile 61 share/doc/smm/08.sendmailop/Makefile 62 share/examples/etc/make.conf 63 share/man/man5/make.conf.5 64 share/man/man5/periodic.conf.5 65 share/man/man5/rc.conf.5 66 share/man/man7/hier.7 67 share/man/man8/Makefile 68 share/mk/bsd.libnames.mk [all …]
|
/freebsd/tools/test/stress2/tools/ |
H A D | bench.c | 56 static volatile u_int *share; variable 67 atomic_add_int(&share[SYNC], 1); in cr1() 68 while (share[SYNC] != (volatile u_int)tests * PARALLEL) in cr1() 98 atomic_add_int(&share[SYNC], 1); in cr2() 99 while (share[SYNC] != (volatile u_int)tests * PARALLEL) in cr2() 126 atomic_add_int(&share[SYNC], 1); in cr3() 127 while (share[SYNC] != (volatile u_int)tests * PARALLEL) in cr3() 159 atomic_add_int(&share[SYNC], 1); in rn1() 160 while (share[SYNC] != (volatile u_int)tests * PARALLEL) in rn1() 192 atomic_add_int(&share[SYNC], 1); in rw1() [all …]
|