]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - tests/sys
Fix sigtimedwait manpage.
[FreeBSD/FreeBSD.git] / tests / sys /
2022-06-17 Thomas Munropoll(2): Add POLLRDHUP.
2022-06-08 Mark Johnstonkqueue tests: Simplify the test runner
2022-06-08 Mark Johnstonkqueue tests: Add new EVFILT_TIMER regression tests...
2022-06-08 Mark Johnstonkqueue tests: Add file and line info to some test failu...
2022-06-08 Mark Johnstonkqueue tests: Re-enable kqueue proc tests
2022-05-27 Kristof Provostif: avoid interface destroy race
2022-05-27 Mark Johnstonbitstring_test: Add regression tests for bit_ff(c|s...
2022-05-23 Alan SomersFix overflow errors in sbttous and sbttoms
2022-05-23 Alan Somersfusefs: annotate more file descriptor leaks in the...
2022-05-23 Alan Somersfusefs: use the fsname mount option if set
2022-05-23 Alan Somersfusefs: add a test for the subtype= option
2022-05-12 Andrew TurnerAdd PT_GETREGSET
2022-05-12 Alan Somersfusefs: fix FUSE_CREATE with file handles and fuse...
2022-05-12 Alan Somersfusefs: correctly handle servers that report too much...
2022-05-12 Alan Somersfusefs: validate servers' error values
2022-05-11 John Baldwinmodule_test: Fix some assignments to errno intended...
2022-05-11 John BaldwinAdd simple kyua tests for the mod* system calls.
2022-05-11 John BaldwinCast pointer to uintptr_t to avoid alignment warnings.
2022-05-07 Alex RichardsonAdd a test for https://reviews.freebsd.org/D31858 ...
2022-05-03 Andrew TurnerDisable subr_physmem_test on mips
2022-05-03 Andrew TurnerHave path_test ask the kernel for the page size
2022-05-03 Andrew TurnerHave the coredump_phnum test ask for the page size
2022-05-03 Andrew TurnerHandle non-page aligned/sized memory in physmem
2022-05-03 Andrew TurnerPort subr_physmem to userspace and add tests
2022-04-29 John Baldwinktls: Support for TLS 1.3 receive offload.
2022-04-29 Alan Somersfusefs: fix two bugs regarding VOP_RECLAIM of the root...
2022-04-25 Mark Johnstonpath_test: Verify that operations on unlinked files...
2022-04-20 Mark Johnstonpath_test: Correct the kevent test
2022-03-29 Martin Matuskazfs: merge openzfs/zfs@52bad4f23 (zfs-2.1-release)...
2022-03-24 Kristof Provostnetinet tests: only log critical errors from scapy
2022-03-24 Kristof Provostpf tests: Test retrieving nested nat-anchors
2022-03-24 Kristof Provostpf tests: Test setting and retrieving nested anchors
2022-03-11 Martin Matuskazfs: merge openzfs/zfs@ef83e07db (zfs-2.1-release)...
2022-03-09 Alan Somersfusefs: fix a cached attributes bug during directory...
2022-03-08 Ed Mastezfs: Update test format strings to match variable typtes
2022-03-07 Mark Johnstontests: Fix the test plan for closefrom_test
2022-03-07 Mateusz Guzikfd: add close_range(..., CLOSE_RANGE_CLOEXEC)
2022-03-03 Arka Sharmammap map_at_zero test: handle W^X
2022-03-02 Alan Somers[skip ci] fusefs: delete a stray comment from 91972cfcddf
2022-03-02 Eric van Gyzenaio_md_test: label the md
2022-03-02 Eric van Gyzenaio_md_test: NUL-terminate result of readlink
2022-03-02 Eric van Gyzenaio_md_test: fix cleanup
2022-02-28 Kristof Provostpf tests: Test per-anchor tables
2022-02-28 Kristof Provostpf tests: remove a stray 'set -x'
2022-02-22 Andrew TurnerStop single stepping in signal handers on arm64
2022-02-19 Kristof Provostpf tests: Test adding counters to an existing table
2022-02-16 Mark Johnstonktls: Disallow transmitting empty frames outside of...
2022-02-10 Kyle Evanstests: add a basic test for argc == 0
2022-02-09 Dimitry AndricExplicitly include semaphore.h for struct _sem in fusef...
2022-02-07 Mark Johnstonpf: Initialize pf_kpool mutexes earlier
2022-02-04 Kristof Provostpf tests: Provoke failure in pf_ioctl_addrule
2022-01-18 Alan Somersfusefs: implement VOP_ALLOCATE
2022-01-18 Alan Somersfusefs: in the tests, always assume debug.try_reclaim_v...
2022-01-18 Alan Somersfusefs: copy_file_range must update file timestamps
2022-01-18 Alan SomersFix a race in fusefs that can corrupt a file's size.
2022-01-16 Mark Johnstontests: Add some regression tests for a couple of KERN_P...
2022-01-14 Stefan Eßersys/bitset.h: reduce visibility of BIT_* macros
2022-01-10 Mark Johnstonposixshm tests: Fix occasional largepage_mprotect failures
2022-01-03 Lutz Donnerhacketests/libalias: Portrange
2022-01-03 Alan Somersfusefs: invalidate the cache during copy_file_range
2022-01-03 Alan Somersfusefs: correctly handle an inode that changes file...
2022-01-03 Alan Somersfusefs: better debugging for FUSE_RENAME in the tests
2021-12-31 Mark Johnstonktls: Add a regression test to exercise socket error...
2021-12-27 Dimitry Andrictests/libalias: Make inline functions static inline
2021-12-20 Konstantin Belousovswapon(8): adapt to the new swapoff(2) interface
2021-12-19 Martin Matuskazfs: merge openzfs/zfs@af88d47f1 (zfs-2.1-release)...
2021-12-14 Alan Somersfusefs: update atime on reads when using cached attributes
2021-12-14 Alan Somersfusefs: fix copy_file_range when extending a file
2021-12-14 Alan Somersfusefs: fix intermittency in the dev_fuse_poll test
2021-12-13 Kristof Provostpf tests: more thorough pfsync defer test
2021-12-11 Kristof Provostnet tests: fix if_stf:6to4
2021-12-07 Alan Somersfusefs: Fix a bug during VOP_STRATEGY when the server...
2021-12-07 Alan Somersfusefs: fix a recurse-on-non-recursive lockmgr panic
2021-12-07 Alan Somersfusefs: implement FUSE_NO_OPEN_SUPPORT and FUSE_NO_OPEN...
2021-12-06 Warner LoshFix copyright to be like all my others in the tree
2021-12-06 Warner LoshBasic signal tests: Can we deliver a signal?
2021-12-01 Kristof Provostpf tests: Test PR259689
2021-12-01 Kristof Provostnet tests: basic if_stf test
2021-11-29 Kristof Provostnet tests: basic if_gif(4) test case
2021-11-28 Ed MasteFix coredump_phnum test with ASLR enabled
2021-11-26 Kristof Provostpf tests: basic test for ridentifier
2021-11-24 Kristof Provostpf tests: route_to:icmp_nat_head requires scapy
2021-11-23 John Baldwinktls tests: Check the return values of close().
2021-11-23 John Baldwinktls: Use ATF_REQUIRE instead of assert() for validatin...
2021-11-23 John Baldwinktls: Add tests ensuring unsupported receive cipher...
2021-11-23 John Baldwinktls: Add tests ensuring invalid receive cipher suites...
2021-11-23 John Baldwinktls: Add simple receive tests of kernel TLS.
2021-11-23 John Baldwinktls: Add tests ensuring various invalid cipher suites...
2021-11-23 John Baldwinktls: Add tests for sending empty fragments for TLS...
2021-11-23 John Baldwinktls: Add padding tests for AES-CBC MTE cipher suites.
2021-11-23 Ed Mastetests: do not build ktls_test if WITHOUT_OPENSSL
2021-11-23 John Baldwinktls: Add simple transmit tests of kernel TLS.
2021-11-22 Marius Haldencarp tests: negative demotion
2021-11-13 Kristof Provostpf tests: test NAT-ed ICMP errors
2021-11-01 Mark Johnstonbitset: Reimplement BIT_FOREACH_IS(SET|CLR)
2021-10-22 Kristof Provostpf tests: ensure that $nr expansion is correct
2021-10-21 John Baldwincrypto: Test all of the AES-CCM KAT vectors.
2021-10-17 Mark Johnstonvfs: Permit unix sockets to be opened with O_PATH
2021-10-15 Mitchell Horneriscv: fix VM_MAXUSER_ADDRESS checks in asm routines
2021-10-08 Konstantin Belousovtests/sys/fs/fusefs/read.cc: fix build on powerpc64
next