aboutsummaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* tests/sys/arch/amd64: Add a basic ptrace syscall tampering testAlex S2026-05-132-0/+90
* rtnetlink: Check for allocation failure in nlattr_get_multipath()Pouria Mousavizadeh Tehrani2026-05-131-0/+55
* tests/ip_mroute: Remove test timeoutsMark Johnston2026-05-121-6/+0
* physmem: Add a way to read all memorySarah Walker2026-05-121-0/+33
* ipfw: fix IPv6 flow label matchingBoris Lytochkin2026-05-123-1/+91
* pfctl: relax interface name requirementKristof Provost2026-05-071-0/+40
* pfctl: optionally print the rule in the state overviewKristof Provost2026-05-072-1/+45
* Revert "Skip sys.netinet6.frag6.frag6_19.frag6_19 in CI"Enji Cooper2026-05-061-3/+0
* pf: do not reject rules with colliding hashesKristof Provost2026-05-051-0/+36
* tests: Add a simple regression test for an execve overflow bugMark Johnston2026-05-042-0/+47
* amd/int0x80 test: fix inline asm for gccRyan Libby2026-05-041-2/+3
* tests/if_lagg: Minor improvementsMark Johnston2026-05-031-24/+11
* tests/timerfd: SerializeMark Johnston2026-05-031-0/+2
* unix: Make sure we signal EOF on the write side when disconnectingMark Johnston2026-05-031-17/+60
* tests/carp: Rework unicast_v4Zhenlei Huang2026-05-031-36/+44
* tests: fix remaining test failures under _FORTIFY_SOURCEKyle Evans2026-05-011-1/+3
* tests/netlink: Add nexthop group tests for multipathPouria Mousavizadeh Tehrani2026-04-302-0/+322
* fix typo: recieved -> received in test commentFelipe Matarazzo2026-04-301-1/+1
* pf: improve SCTP validationKristof Provost2026-04-291-0/+23
* tests/sys/arch/amd64: add a program to check INT $0x80 behavior on amd64Konstantin Belousov2026-04-292-0/+101
* sys.net.if_wg.wg_key_peerdev_makeshared: Add require metadataLi-Wen Hsu2026-04-281-1/+2
* tests: Temporarily skip two testcasesZhenlei Huang2026-04-272-0/+4
* tests/netgraph: Add a test for races between if_detach() and vnet_if_return()Zhenlei Huang2026-04-272-0/+69
* tests/net/if_clone_test: Add a test for races between if_detach() and if_vmov...Zhenlei Huang2026-04-271-0/+29
* nullfs: Clear inotify flags during reclaimMark Johnston2026-04-261-0/+112
* tests/ipfw: Make tests run more reliably in parallelMark Johnston2026-04-262-16/+15
* tests/posixshm: Check for hardware support in largepage_pkruMark Johnston2026-04-241-0/+10
* pf: Document broadcast/multicast forwarding through route-toR. Christian McDonald2026-04-231-0/+346
* tests/pf/nat: endpoint_independent: wait for tcpdump to startSiva Mahadevan2026-04-231-16/+28
* pf: fix duplicate rule detection for automatic tablesKristof Provost2026-04-231-0/+42
* tests/sys/arch/aarch64: set TESTSDIR so Kyuafile is installed correctlyLi-Wen Hsu2026-04-221-1/+1
* ctl: require ctladm in addition to sg_opcodesOlivier Cochard2026-04-221-9/+9
* tests/netinet6: fix missing require.progsOlivier Cochard2026-04-221-0/+1
* tests/sys/net: Set require.kmods where appropriateMark Johnston2026-04-214-130/+27
* pkru: Fix handling of 1GB largepage mappingsMark Johnston2026-04-211-0/+187
* tty: Avoid leaving dangling pointers in tty_drop_ctty()Mark Johnston2026-04-212-0/+83
* tests/aio: Avoid skipping zvol testsMark Johnston2026-04-201-5/+0
* tests/socket_afinet: Fix the bind_connected_port testMark Johnston2026-04-201-7/+7
* tests/netinet6: Add test for route information optionPouria Mousavizadeh Tehrani2026-04-172-5/+94
* tests/netinet6: Add SLAAC and RA validation tests to ndpPouria Mousavizadeh Tehrani2026-04-172-9/+397
* tests/socket_afinet: Remove a conditional skipMark Johnston2026-04-171-3/+0
* pf tests: test having multiple state limitersKristof Provost2026-04-171-0/+51
* tests: kqueue: improve diagnostics for our CPONFORK testKyle Evans2026-04-171-11/+60
* tests/fusefs: appease gcc -Wcast-qualRyan Libby2026-04-151-2/+2
* ip_mroute: Fix a lock leak in X_ip_mforward()Mark Johnston2026-04-151-13/+140
* CTL: add ATF tests for REPORT SUPPORTED OPCODESAlan Somers2026-04-143-0/+282
* geneve: Add tests for genevePouria Mousavizadeh Tehrani2026-04-133-0/+1002
* test/sys/arch: Fix arch without test/sys/arch/${MACHINE_ARCH}Li-Wen Hsu2026-04-092-4/+4
* libc: fix memfd_create's HUGETLB handlingKyle Evans2026-04-093-25/+93
* tests: kqueue: add a basic test for CPONFORKKyle Evans2026-04-091-0/+140