/freebsd/sys/sys/ |
H A D | syscall.mk | 8 syscall.o \ 9 exit.o \ 10 fork.o \ 11 read.o \ 12 write.o \ 13 open.o \ 14 close.o \ 15 wait4.o \ 16 link.o \ 17 unlink.o \ [all …]
|
/freebsd/sys/contrib/openzfs/module/ |
H A D | Kbuild.in | 44 CFLAGS_zfs/dsl_scan.o += -mllvm -x86-cmov-converter=false 45 CFLAGS_zfs/metaslab.o += -mllvm -x86-cmov-converter=false 46 CFLAGS_zfs/range_tree.o += -mllvm -x86-cmov-converter=false 47 CFLAGS_zfs/zap_micro.o += -mllvm -x86-cmov-converter=false 60 CFLAGS_REMOVE_zcommon/zfs_fletcher_aarch64_neon.o += -mgeneral-regs-only 61 CFLAGS_REMOVE_zfs/vdev_raidz_math_aarch64_neon.o += -mgeneral-regs-only 62 CFLAGS_REMOVE_zfs/vdev_raidz_math_aarch64_neonx2.o += -mgeneral-regs-only 69 obj-$(CONFIG_ZFS) := spl.o zfs.o 72 spl-atomic.o \ 73 spl-condvar.o \ [all …]
|
/freebsd/sys/cddl/contrib/opensolaris/uts/common/ |
H A D | Makefile.files | 36 ldo.o \ 37 lvm.o \ 38 lbitlib.o \ 39 lopcodes.o \ 40 lstring.o \ 41 ltable.o \ 42 ltm.o \ 43 lcorolib.o \ 44 lauxlib.o \ 45 ldebug.o \ [all …]
|
/freebsd/share/man/man1/ |
H A D | builtin.1 | 196 .It Ic \&! Ta \&No Ta \&No Ta Yes 197 .It Ic % Ta \&No Ta Yes Ta \&No 198 .It Ic \&. Ta \&No Ta \&No Ta Yes 199 .It Ic \&: Ta \&No Ta Yes Ta Yes 200 .It Ic @ Ta \&No Ta Yes Ta \&No 201 .It Ic \&[ Ta Yes Ta \&No Ta Yes 202 .It Ic { Ta \&No Ta \&No Ta Yes 203 .It Ic } Ta \&No Ta \&No Ta Yes 205 .It Ic alloc Ta \&No Ta Yes Ta \&No 207 .It Ic bind Ta \&No Ta \&No Ta Yes [all …]
|
/freebsd/contrib/ntp/sntp/libevent/ |
H A D | ChangeLog-2.0 | 3 o ssl: Don't discard SSL read event when timeout and read come close together (576b29f) 4 o ssl: Stop looping in "consider_reading" if reading is suspended. (f719b8a Joachim Bauch) 5 o ssl: No need to reserve space if reading is suspended. (1acf2eb Joachim Bauch) 6 o dns: Avoid a memory-leak on OOM in evdns. (73e85dd, f2bff75 George Danchev) 7 o build: Use python2 rather than python (0eb0109 Ross Lagerwall) 8 o build: Compile without warnings on mingw64 (94866c2) 9 o build: Fix compilation on mingw64 with -DUSE_DEBUG (62bd2c4) 10 o build: Make rpcgen_wrapper.sh work on systems without a "python2" binary (f3009e4) 11 …o iocp: Close IOCP listener socket on free when LEV_OPT_CLOSE_ON_FREE is set (cb853ea Juan Pablo F… 12 o core: Avoid crash when event_pending() called with no event_base set on event (e3cccf3) [all …]
|
H A D | ChangeLog | 17 o Backport github actions to 2.1 (be3acd7c Azat Khuzhin) 18 o Merge branch 'event_rpcgen.py-cleanup' (f0ded5f3, 48e04887 Enji Cooper) 19 o Add API/ABI checker (using LVC) (709210d4, 2af1f6cc yuangongji) 22 o tinytest: support timeout on Windows (794e8f75 yuangongji) 23 o Merge branch 'osx-clock' (e85afbe3 Azat Khuzhin) 24 …o test-ratelim: calculate timers bias (for slow CPUs) to avoid false-positive (8ad26d0b Azat Khuzh… 27 o buffer: do not pass NULL to memcpy() from evbuffer_pullup() (5b063049 Azat Khuzhin) 28 o http: fix undefined-shift in EVUTIL_IS*_ helpers (6b8d02a7 Azat Khuzhin) 29 …o Check error code of evhttp_add_header_internal() in evhttp_parse_query_impl() (97e28f09 Azat Khu… 30 o http: fix EVHTTP_CON_AUTOFREE in case of timeout (and some else) (1be25938 Azat Khuzhin) [all …]
|
H A D | ChangeLog-1.4 | 2 o Set the VERSION_INFO correctly for 1.4.14 5 o Add a .gitignore file for the 1.4 branch. (d014edb) 6 o Backport evbuffer_readln(). (b04cc60 Nicholas Marriott) 7 o Make the evbuffer_readln backport follow the current API (c545485) 8 o Valgrind fix: Clear struct kevent before checking for OSX bug. (5713d5d William Ahern) 9 o Fix a crash when reading badly formatted resolve.conf (5b10d00 Yasuoka Masahiko) 10 o Fix memory-leak of signal handler array with kqueue. [backport] (01f3775) 11 o Update sample/signal-test.c to use newer APIs and not leak. (891765c Evan Jones) 12 o Correct all versions in 1.4 branch (ac0d213) 13 o Make evutil_make_socket_nonblocking() leave any other flags alone. (81c26ba Jardel Weyrich) [all …]
|
/freebsd/contrib/libevent/ |
H A D | ChangeLog-2.0 | 3 o ssl: Don't discard SSL read event when timeout and read come close together (576b29f) 4 o ssl: Stop looping in "consider_reading" if reading is suspended. (f719b8a Joachim Bauch) 5 o ssl: No need to reserve space if reading is suspended. (1acf2eb Joachim Bauch) 6 o dns: Avoid a memory-leak on OOM in evdns. (73e85dd, f2bff75 George Danchev) 7 o build: Use python2 rather than python (0eb0109 Ross Lagerwall) 8 o build: Compile without warnings on mingw64 (94866c2) 9 o build: Fix compilation on mingw64 with -DUSE_DEBUG (62bd2c4) 10 o build: Make rpcgen_wrapper.sh work on systems without a "python2" binary (f3009e4) 11 …o iocp: Close IOCP listener socket on free when LEV_OPT_CLOSE_ON_FREE is set (cb853ea Juan Pablo F… 12 o core: Avoid crash when event_pending() called with no event_base set on event (e3cccf3) [all …]
|
H A D | ChangeLog | 17 o Backport github actions to 2.1 (be3acd7c Azat Khuzhin) 18 o Merge branch 'event_rpcgen.py-cleanup' (f0ded5f3, 48e04887 Enji Cooper) 19 o Add API/ABI checker (using LVC) (709210d4, 2af1f6cc yuangongji) 22 o tinytest: support timeout on Windows (794e8f75 yuangongji) 23 o Merge branch 'osx-clock' (e85afbe3 Azat Khuzhin) 24 …o test-ratelim: calculate timers bias (for slow CPUs) to avoid false-positive (8ad26d0b Azat Khuzh… 27 o buffer: do not pass NULL to memcpy() from evbuffer_pullup() (5b063049 Azat Khuzhin) 28 o http: fix undefined-shift in EVUTIL_IS*_ helpers (6b8d02a7 Azat Khuzhin) 29 …o Check error code of evhttp_add_header_internal() in evhttp_parse_query_impl() (97e28f09 Azat Khu… 30 o http: fix EVHTTP_CON_AUTOFREE in case of timeout (and some else) (1be25938 Azat Khuzhin) [all …]
|
H A D | ChangeLog-1.4 | 2 o Set the VERSION_INFO correctly for 1.4.14 5 o Add a .gitignore file for the 1.4 branch. (d014edb) 6 o Backport evbuffer_readln(). (b04cc60 Nicholas Marriott) 7 o Make the evbuffer_readln backport follow the current API (c545485) 8 o Valgrind fix: Clear struct kevent before checking for OSX bug. (5713d5d William Ahern) 9 o Fix a crash when reading badly formatted resolve.conf (5b10d00 Yasuoka Masahiko) 10 o Fix memory-leak of signal handler array with kqueue. [backport] (01f3775) 11 o Update sample/signal-test.c to use newer APIs and not leak. (891765c Evan Jones) 12 o Correct all versions in 1.4 branch (ac0d213) 13 o Make evutil_make_socket_nonblocking() leave any other flags alone. (81c26ba Jardel Weyrich) [all …]
|
/freebsd/crypto/openssh/openbsd-compat/ |
H A D | Makefile.in | 20 OPENBSD=arc4random.o \ 21 arc4random_uniform.o \ 22 base64.o \ 23 basename.o \ 24 bcrypt_pbkdf.o \ 25 bindresvport.o \ 26 blowfish.o \ 27 daemon.o \ 28 dirname.o \ 29 explicit_bzero.o \ [all …]
|
/freebsd/contrib/bearssl/mk/ |
H A D | Rules.mk | 4 $(OBJDIR)$Psettings$O \ 5 $(OBJDIR)$Pccm$O \ 6 $(OBJDIR)$Peax$O \ 7 $(OBJDIR)$Pgcm$O \ 8 $(OBJDIR)$Pccopy$O \ 9 $(OBJDIR)$Pdec16be$O \ 10 $(OBJDIR)$Pdec16le$O \ 11 $(OBJDIR)$Pdec32be$O \ 12 $(OBJDIR)$Pdec32le$O \ 13 $(OBJDIR)$Pdec64be$O \ [all …]
|
/freebsd/share/syscons/keymaps/ |
H A D | bg.phonetic.ctrlcaps.kbd | 5 000 nop nop nop nop nop nop nop nop O 6 001 esc esc esc esc esc esc debug esc O 7 002 '1' '!' nop nop '1' '!' nop nop O 8 003 '2' '@' nul nul '2' '@' nul nul O 9 004 '3' '#' nop nop '3' '#' nop nop O 10 005 '4' '$' nop nop '4' '$' nop nop O 11 006 '5' '%' nop nop '5' '%' nop nop O 12 007 '6' '^' rs rs '6' '^' rs rs O 13 008 '7' '&' nop nop '7' '&' nop nop O 14 009 '8' '*' nop nop '8' '*' nop nop O [all …]
|
H A D | gr.elot.acc.kbd | 8 000 nop nop nop nop nop nop nop nop O 9 001 esc esc nop nop esc esc debug nop O 10 002 '1' '!' nop nop '1' '!' nop nop O 11 003 '2' '"' nul nul '2' '"' nul nul O 12 004 '3' '�' nop nop '3' '�' nop nop O 13 005 '4' '$' nop nop '4' '$' nop nop O 14 006 '5' '%' nop nop '5' '%' nop nop O 15 007 '6' '^' rs rs '6' '^' rs rs O 16 008 '7' '&' nop nop '7' '&' nop nop O 17 009 '8' '*' nop nop '8' '*' nop nop O [all …]
|
H A D | gr.us101.acc.kbd | 8 000 nop nop nop nop nop nop nop nop O 9 001 esc esc nop nop esc esc debug nop O 10 002 '1' '!' nop nop '1' '!' nop nop O 11 003 '2' '@' nul nul '2' '@' nul nul O 12 004 '3' '#' nop nop '3' '#' nop nop O 13 005 '4' '$' nop nop '4' '$' nop nop O 14 006 '5' '%' nop nop '5' '%' nop nop O 15 007 '6' '^' rs rs '6' '^' rs rs O 16 008 '7' '&' nop nop '7' '&' nop nop O 17 009 '8' '*' nop nop '8' '*' nop nop O [all …]
|
H A D | ua.iso5.kbd | 5 000 nop nop nop nop nop nop nop nop O 6 001 esc esc esc esc esc esc debug nop O 7 002 '1' '!' nop nop '1' '!' nop nop O 8 003 '2' '@' nul nul '2' '"' nul nul O 9 004 '3' '#' nop nop '3' '/' nop nop O 10 005 '4' '$' nop nop '4' '$' nop nop O 11 006 '5' '%' nop nop '5' ':' nop nop O 12 007 '6' '^' rs rs '6' ',' rs rs O 13 008 '7' '&' nop nop '7' '.' nop nop O 14 009 '8' '*' nop nop '8' ';' nop nop O [all …]
|
H A D | ua.koi8-u.shift.alt.kbd | 17 000 nop nop nop nop nop nop nop nop O 18 001 esc esc nop nop esc esc debug nop O 19 002 '1' '!' nop nop '1' '!' nop nop O 20 003 '2' '@' nul nul '2' '"' 128 128 O 21 004 '3' '#' nop nop '3' ''' nop nop O 22 005 '4' '$' nop nop '4' ';' nop nop O 23 006 '5' '%' nop nop '5' ':' nop nop O 24 007 '6' '^' rs rs '6' ',' 158 158 O 25 008 '7' '&' nop nop '7' '.' nop nop O 26 009 '8' '*' nop nop '8' '*' nop nop O [all …]
|
H A D | ru.iso5.kbd | 5 000 nop nop nop nop nop nop nop nop O 6 001 esc esc esc esc esc esc debug nop O 7 002 '1' '!' nop nop '1' '!' nop nop O 8 003 '2' '@' nul nul '2' '"' nul nul O 9 004 '3' '#' nop nop '3' '/' nop nop O 10 005 '4' '$' nop nop '4' '$' nop nop O 11 006 '5' '%' nop nop '5' ':' nop nop O 12 007 '6' '^' rs rs '6' ',' rs rs O 13 008 '7' '&' nop nop '7' '.' nop nop O 14 009 '8' '*' nop nop '8' ';' nop nop O [all …]
|
H A D | bg.bds.ctrlcaps.kbd | 5 000 nop nop nop nop nop nop nop nop O 6 001 esc esc esc esc esc esc debug esc O 7 002 '1' '!' nop nop '1' '!' nop nop O 8 003 '2' '@' nul nul '2' '@' nul nul O 9 004 '3' '#' nop nop '3' '#' nop nop O 10 005 '4' '$' nop nop '4' '$' nop nop O 11 006 '5' '%' nop nop '5' '%' nop nop O 12 007 '6' '^' rs rs '6' '^' rs rs O 13 008 '7' '&' nop nop '7' '&' nop nop O 14 009 '8' '*' nop nop '8' '*' nop nop O [all …]
|
H A D | lt.iso4.kbd | 5 000 nop nop nop nop nop nop nop nop O 6 001 esc esc nop nop esc esc debug nop O 7 002 '1' '!' nop nop 177 161 nop nop O 8 003 '2' '@' nul nul 232 200 nul nul O 9 004 '3' '#' nop nop 234 202 nop nop O 10 005 '4' '$' nop nop 236 204 nop nop O 11 006 '5' '%' nop nop 231 199 nop nop O 12 007 '6' '^' rs rs 185 169 rs rs O 13 008 '7' '&' nop nop 249 217 nop nop O 14 009 '8' '*' nop nop 254 217 nop nop O [all …]
|
/freebsd/share/vt/keymaps/ |
H A D | bg.phonetic.kbd | 5 000 nop nop nop nop nop nop nop nop O 6 001 esc esc esc esc esc esc debug esc O 7 002 '1' '!' nop nop '1' '!' nop nop O 8 003 '2' '@' nul nul '2' '@' nul nul O 9 004 '3' '#' nop nop '3' '#' nop nop O 10 005 '4' '$' nop nop '4' '$' nop nop O 11 006 '5' '%' nop nop '5' '%' nop nop O 12 007 '6' '^' rs rs '6' '^' rs rs O 13 008 '7' '&' nop nop '7' '&' nop nop O 14 009 '8' '*' nop nop '8' '*' nop nop O [all …]
|
H A D | ua.kbd | 5 000 nop nop nop nop nop nop nop nop O 6 001 esc esc esc esc esc esc debug nop O 7 002 '1' '!' nop nop '1' '!' nop nop O 8 003 '2' '@' nul nul '2' '"' nul nul O 9 004 '3' '#' nop nop '3' '/' nop nop O 10 005 '4' '$' nop nop '4' '$' nop nop O 11 006 '5' '%' nop nop '5' ':' nop nop O 12 007 '6' '^' rs rs '6' ',' rs rs O 13 008 '7' '&' nop nop '7' '.' nop nop O 14 009 '8' '*' nop nop '8' ';' nop nop O [all …]
|
H A D | bg.bds.kbd | 5 000 nop nop nop nop nop nop nop nop O 6 001 esc esc esc esc esc esc debug esc O 7 002 '1' '!' nop nop '1' '!' nop nop O 8 003 '2' '@' nul nul '2' '@' nul nul O 9 004 '3' '#' nop nop '3' '#' nop nop O 10 005 '4' '$' nop nop '4' '$' nop nop O 11 006 '5' '%' nop nop '5' '%' nop nop O 12 007 '6' '^' rs rs '6' '^' rs rs O 13 008 '7' '&' nop nop '7' '&' nop nop O 14 009 '8' '*' nop nop '8' '*' nop nop O [all …]
|
H A D | lt.kbd | 5 000 nop nop nop nop nop nop nop nop O 6 001 esc esc nop nop esc esc debug nop O 7 002 '1' '!' nop nop 0x0105 0x0104 nop nop O 8 003 '2' '@' nul nul 0x010d 0x010c nul nul O 9 004 '3' '#' nop nop 0x0119 0x0118 nop nop O 10 005 '4' '$' nop nop 0x0117 0x0116 nop nop O 11 006 '5' '%' nop nop 0x012f 0x012e nop nop O 12 007 '6' '^' rs rs 0x0161 0x0160 rs rs O 13 008 '7' '&' nop nop 0x0173 0x0172 nop nop O 14 009 '8' '*' nop nop 0x016b 0x0172 nop nop O [all …]
|
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_create/ |
H A D | zfs_create_008_neg.ksh | 56 "-blah" "-cV 12k" "-s -cV 1P" "-sc" "-Vs 5g" "-o" "--o" "-O" "--O" \ 57 "-o QuOta=none" "-o quota=non" "-o quota=abcd" "-o quota=0" "-o quota=" \ 58 "-o ResErVaTi0n=none" "-o reserV=none" "-o reservation=abcd" "-o reserv=" \ 59 "-o recorDSize=64k" "-o recordsize=32768K" "-o recordsize=32M" \ 60 "-o recordsize=256" "-o recsize=" "-o recsize=zero" "-o recordsize=0" \ 61 "-o mountPoint=/tmp/tmpfile$$" "-o mountpoint=non0" "-o mountpoint=" \ 62 "-o mountpoint=LEGACY" "-o mounpoint=none" \ 63 "-o sharenfs=ON" "-o ShareNFS=off" "-o sharenfs=sss" \ 64 "-o checkSUM=on" "-o checksum=SHA256" "-o chsum=off" "-o checksum=aaa" \ 65 "-o checkSUM=on -V $VOLSIZE" "-o checksum=SHA256 -V $VOLSIZE" \ [all …]
|