| /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 | 18 usr/lib/systemd/system/zfs-share.service 43 usr/share/zfs/compatibility.d/ 44 usr/share/bash-completion/completions 45 usr/share/man/man1/zarcstat.1 46 usr/share/man/man1/zhack.1 47 usr/share/man/man1/zvol_wait.1 48 usr/share/man/man5/ 49 usr/share/man/man8/fsck.zfs.8 50 usr/share/man/man8/mount.zfs.8 51 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 63 OLD_FILES+=usr/share/examples/etc/apmd.conf 73 OLD_FILES+=usr/share/man/man1/at.1.gz 74 OLD_FILES+=usr/share/man/man1/atq.1.gz 75 OLD_FILES+=usr/share/man/man1/atrm.1.gz [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/ |
| H A D | ObsoleteFiles.inc | 68 OLD_FILES+=usr/share/doc/ncurses/hackguide.html 69 OLD_FILES+=usr/share/doc/ncurses/ncurses-intro.html 70 OLD_DIRS+=usr/share/doc/ncurses 103 OLD_FILES+=usr/share/man/man9/zpfind.9 106 OLD_FILES+=usr/share/man/man8/pam-krb5.8.gz 109 OLD_FILES+=usr/share/man/man8/apmconf.8.gz 112 OLD_FILES+=usr/share/man/man4/pccard.4.gz 113 OLD_FILES+=usr/share/man/man4/pcic.4.gz 116 OLD_FILES+=usr/share/man/man4/hifn.4.gz 130 OLD_FILES+=usr/share/man/man8/wlanstats.8.gz [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 | msdos17.sh | 44 static volatile u_int *share; 55 while (share[STOP] == 0) { 56 while (share[SYNC] != 0) 62 atomic_add_int(&share[SYNC], 1); 73 while (share[STOP] == 0) { 74 while (share[SYNC] != 1) 80 atomic_add_int(&share[SYNC], -1); 95 if ((share = mmap(NULL, len, PROT_READ | PROT_WRITE, 113 share[STOP] = 1;
|
| 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 | rangelocks2.sh | 69 static volatile u_int *share; 94 atomic_add_int(&share[SYNC], 1); 95 while (share[SYNC] != (unsigned int)parallel) 100 while (share[DONE] != (unsigned int)parallel) { 118 atomic_add_int(&share[DONE], 1); 125 atomic_add_int(&share[DONE], 1); 152 if ((share = mmap(NULL, len, PROT_READ | PROT_WRITE, 162 share[SYNC] = share[DONE] = 0;
|
| H A D | rangelocks.sh | 71 static volatile u_int *share; 97 atomic_add_int(&share[SYNC], 1); 98 while (share[SYNC] != (unsigned int)parallel) 105 while (share[DONE] != (unsigned int)parallel) { 134 atomic_add_int(&share[DONE], 1); 142 atomic_add_int(&share[DONE], 1); 168 if ((share = mmap(NULL, len, PROT_READ | PROT_WRITE, 178 share[SYNC] = share[DONE] = 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)
|
| /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/usr.bin/mandoc/ |
| H A D | mandoc.ucl | 2 "/usr/share/man/*", 3 "/usr/share/openssl/man/*", 10 os.remove("/usr/share/man/mandoc.db") 11 os.remove("/usr/share/openssl/man/mandoc.db") 21 "/usr/share/man", 22 "/usr/share/openssl/man",
|
| /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 …]
|