aboutsummaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* netmap: update unit tests with libnetmap testsVincenzo Maffione2021-04-022-13/+309
* netmap: several typo fixesVincenzo Maffione2021-04-021-0/+10
* ng_macfilter_test: Skip rather than fail if there is no networkAlex Richardson2021-03-251-2/+1
* tests/sys/net/if_lagg_test: Fix syntax errorAlex Richardson2021-03-221-1/+1
* Also skip sys/net/if_lagg_test:witness on non-i386Alex Richardson2021-03-191-2/+1
* tests/sys/netgraph: Further CI fixesAlex Richardson2021-03-191-21/+36
* fusefs: fix two bugs regarding fcntl file locksAlan Somers2021-03-183-3/+66
* Unbreak MSG_CMSG_CLOEXECAlex Richardson2021-03-181-10/+35
* pf tests: pfsync bulk update testKristof Provost2021-03-171-0/+68
* base: remove if_wg(4) and associated utilities, manpageKyle Evans2021-03-172-197/+1
* tests: netinet: add missing up from local changeKyle Evans2021-03-151-2/+2
* if_wg: import latest fixup work from the wireguard-freebsd projectKyle Evans2021-03-152-1/+197
* tests/sys/netgraph/ng_macfilter_test: Fix invalid TAP outputAlex Richardson2021-03-121-23/+23
* tests/sys/cddl: correctly quote atf_set "require.progs"Alex Richardson2021-03-08106-705/+705
* pf tests: Test tos/dscp matchingKristof Provost2021-03-062-1/+97
* Fix GCC build of ptrace_test after 96a9e50e63bfcAlex Richardson2021-03-031-39/+50
* tests/sys/audit: add missing comma delimiter between fieldsAlex Richardson2021-03-021-0/+1
* Simplify the capsicum-test wrapper scriptAlex Richardson2021-03-021-53/+17
* Update capsicum-test to git commit f4d97414d48b8f8356b971ab9f45dc5c70d53c40Alex Richardson2021-03-021-1/+1
* Fix ptrace_test:ptrace__syscall_args after ATF upgradeAlex Richardson2021-03-011-2/+3
* Remove atf_tc_skip calls from ptrace_testAlex Richardson2021-03-011-27/+2
* ptrace_test: Add more debug output on test failuresAlex Richardson2021-03-011-746/+770
* tests/sys/netpfil/pf: Add missing python3 requirementsAlex Richardson2021-03-012-1/+3
* bridge tests: Test that we also forward on some interfacesKristof Provost2021-02-251-0/+18
* Remove __NO_TLS.Konstantin Belousov2021-02-231-1/+0
* close_range: add audit supportAlex Richardson2021-02-231-2/+2
* tests/sys/netgraph: Tell kyua that perl is requiredAlex Richardson2021-02-231-1/+2
* bridge tests: Test STP on top of VLAN devicesKristof Provost2021-02-231-0/+66
* Add arp/ndp tests in addition to rtsock ll tests.Alexander V. Chernikov2021-02-204-2/+215
* tests/sys/audit: force PIE offEd Maste2021-02-191-0/+1
* tests/sys/audit: Avoid race caused by starting auditd(8) for testingAlex Richardson2021-02-183-12/+93
* pf tests: Explicitly ask for python3Kristof Provost2021-02-173-3/+3
* Fix dst/netmask handling in routing socket code.Alexander V. Chernikov2021-02-161-4/+0
* pf tests: Test unicast reverse path forwarding checkKristof Provost2021-02-162-0/+119
* fusefs: set d_off during VOP_READDIRAlan Somers2021-02-132-10/+67
* tests/sys/vfs/lookup_cap_dotdot: No longer aborts after ATF updateAlex Richardson2021-02-041-8/+1
* Fix build with read-only source dir after 83c20b8a2da0Alex Richardson2021-02-031-2/+4
* Allow setting alias port ranges in libalias and ipfw. This will allow a systemNeel Chauhan2021-02-021-1/+98
* tests/sys/audit: Skip extattr tests if extattrs are not supportedAlex Richardson2021-02-024-101/+173
* tests/sys/kern/crc32: Check for SSE4.2 before using itAlex Richardson2021-02-022-39/+48
* tests/sys/audit: fix timeout calculationAlex Richardson2021-01-281-3/+8
* pf tests: Test that dup-to doesn't produce extra duplicate packetsKristof Provost2021-01-284-2/+119
* altq tests: Basic ALTQ testKristof Provost2021-01-253-1/+75
* Split rtinit() into multiple functions.Alexander V. Chernikov2021-01-161-3/+2
* pf tests: pass NULL buffer to DIOCRCLRTSTATSKristof Provost2021-01-131-0/+5
* lio_listio: validate aio_lio_opcodeAlan Somers2021-01-121-0/+51
* aio: fix the tests when ZFS is not availableAlan Somers2021-01-101-0/+4
* aio_fsync(2): Support O_DSYNC.Thomas Munro2021-01-081-5/+18
* Add aio_writev and aio_readvAlan Somers2021-01-031-67/+672
* fusefs: implement FUSE_COPY_FILE_RANGE.Alan Somers2021-01-016-3/+531