aboutsummaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* wg tests: Add a simple regression test case for netmap supportMark Johnston2024-04-202-1/+97
* tests: move atf_python/sys/ into the tests packageLexi Winter2024-04-195-0/+5
* Add preliminary in-tree CI infrastructure for developersMuhammad Moinur Rahman2024-04-189-0/+568
* tests/unix_stream: test that send(2) of zero bytes is successfulGleb Smirnoff2024-04-142-7/+27
* tests: Add ktrace regression test for shm_openJake Freeland2024-04-101-0/+34
* tests/unix_seqpacket: remove workaround for a kernel bug that is no longerGleb Smirnoff2024-04-081-6/+1
* tests/unix_seqpacket: test send(2) to a closed or aborted peer socketGleb Smirnoff2024-04-081-0/+48
* tests/unix_seqpacket: provide random data pumping test with MSG_EORGleb Smirnoff2024-04-081-0/+151
* tests: Add ktrace capability violation test casesJake Freeland2024-04-072-0/+490
* tarfs: Ignore global extended headers.Dag-Erling Smørgrav2024-04-031-0/+24
* tarfs: Support paths that spill into exthdrs.Dag-Erling Smørgrav2024-04-031-0/+50
* ptrace tests: Fix a signed/unsigned integer comparisonMark Johnston2024-04-011-1/+1
* ptrace tests: Add a test using PROC_REAP_KILL to kill a traced debuggeeMark Johnston2024-03-311-0/+47
* pf: fix reply-to after rdr and dummynetKristof Provost2024-03-281-0/+61
* netpfil tests: disable ICMPv6 rate limiting in the test jailGleb Smirnoff2024-03-251-0/+1
* tests/netinet: fix UDP I/O test buildGleb Smirnoff2024-03-231-2/+2
* tests/netgraph: start ng_ksocket(4) testsGleb Smirnoff2024-03-232-0/+116
* tests/netinet: add UDP socket I/O testsGleb Smirnoff2024-03-232-1/+141
* tests/netgraph: mark all tests as required_user="root"Gleb Smirnoff2024-03-231-1/+1
* if_ovpn tests: test large packets in IPv6 tunnelKristof Provost2024-03-221-0/+18
* pf: convert DIOCSETSTATUSIF to netlinkKristof Provost2024-03-192-0/+88
* pf: fix dummynet + route-toKristof Provost2024-03-191-2/+63
* pf: avoid passing through dummynet multiple timesKristof Provost2024-03-191-0/+53
* tests/unix_seqpacket: mk_pair_of_sockets() requires a valid argumentGleb Smirnoff2024-03-111-4/+2
* tarfs: Factor out common test code.Dag-Erling Smørgrav2024-03-061-26/+26
* tarfs: Fix checksum calculation.Dag-Erling Smørgrav2024-03-061-0/+22
* tarfs: Fix two input validation issues.Dag-Erling Smørgrav2024-03-063-2/+196
* pf tests: IPv6 versions of the route-to/reply-to if-bound testsKristof Provost2024-03-011-0/+106
* pf: support if-bound with reply-toKristof Provost2024-03-011-0/+56
* tests/unix_seqpacket: test that implied connect doesn't workGleb Smirnoff2024-02-281-0/+18
* tests/unix_seqpacket: test that data can be sent before accept(2)Gleb Smirnoff2024-02-281-0/+27
* tests/unix_seqpacket: provide function that returns bound & listening sockGleb Smirnoff2024-02-281-79/+52
* tests/unix_seqpacket: remove EMSGSIZE testsGleb Smirnoff2024-02-281-61/+0
* socket tests: remove MSG_TRUNC test for unix/seqpacketGleb Smirnoff2024-02-281-34/+0
* pf: fix packet-to-big for route-to as wellKristof Provost2024-02-271-8/+39
* sigsys test: correct count of delivered signalsKonstantin Belousov2024-02-251-4/+4
* tests/fdgrowtable: perform the threaded test in a child processGleb Smirnoff2024-02-241-6/+28
* Revert "tests/fdgrowtable: open more files in the threaded case"Gleb Smirnoff2024-02-241-1/+0
* pf: Correct SPDX identifierTom Jones2024-02-231-1/+1
* pf: Add a TCP rdr test on IPv6Tom Jones2024-02-232-0/+128
* tests/sigsys: initialize parameter passed to sysctlbyname()Gleb Smirnoff2024-02-201-1/+1
* tests/fdgrowtable: remove always true checkGleb Smirnoff2024-02-201-6/+4
* tests/fdgrowtable: open more files in the threaded caseGleb Smirnoff2024-02-201-0/+1
* tests/arp: test arp -s/-S workGleb Smirnoff2024-02-201-0/+62
* tests/arp: when checking 'arp -d' check that entry is removedGleb Smirnoff2024-02-201-0/+1
* socket tests: add listener_wakeupGleb Smirnoff2024-02-152-0/+295
* path_test: fix cap_rights_init usageEd Maste2024-02-151-3/+3
* Fix grammar error in test/sys/file/closefrom_test.cYen-Cheng Chang2024-02-131-1/+1
* tests/unix_passfd: add a comment for send_a_lotGleb Smirnoff2024-02-081-2/+11
* tests/unix_passfd: test that control mixed with data creates recordsGleb Smirnoff2024-02-081-11/+45