aboutsummaryrefslogtreecommitdiff
path: root/tests/sys
Commit message (Expand)AuthorAgeFilesLines
* epair tests: test PCP tagged packetsKristof Provost2023-04-102-0/+66
* netinet tests: test carp source MAC addressKristof Provost2023-04-072-0/+55
* zfsd: add support for hotplugging sparesAlan Somers2023-04-065-3/+202
* tests: split netlink.py into multiple files to impove maintainability.Alexander V. Chernikov2023-04-015-46/+43
* pf tests: SerializeMark Johnston2023-03-301-0/+3
* if_ovpn tests: SerializeMark Johnston2023-03-301-0/+2
* acl tests: SerializeMark Johnston2023-03-301-1/+3
* aio tests: Use unique names for zvolsMark Johnston2023-03-301-18/+25
* netpfil tests: SerializeMark Johnston2023-03-301-0/+3
* fdgrowtable tests: Address a set-but-not-used warningMark Johnston2023-03-301-0/+2
* ktls tests: Populate sockaddr fields before bindingMark Johnston2023-03-301-0/+2
* tests/sys/audit: Remove MIPS-specific sysarch(2) test.John Baldwin2023-03-291-5/+0
* routing: fix panic when adding an interface route to the p2p interfaceAlexander V. Chernikov2023-03-291-0/+39
* ses: cleanup ses testsAlan Somers2023-03-272-31/+60
* makefs: add missing break for 'g' case in tarfs testEd Maste2023-03-231-0/+1
* path_test: Add a test case for openat(O_EMPTY_PATH) in capability modeMark Johnston2023-03-221-0/+75
* netmap: fix copyin/copyout of nmreq options listVincenzo Maffione2023-03-211-2/+21
* ktls: Fix interlocking between ktls_enable_rx() and listen(2)Mark Johnston2023-03-211-0/+46
* pf tests: try to trigger locking issues in pfsync_timeout()Kristof Provost2023-03-201-0/+34
* netipsec tests: SerializeMark Johnston2023-03-201-0/+3
* carp tests: unicast tests (IPv6)Kristof Provost2023-03-201-0/+62
* carp tests: unicast tests (IPv4)Kristof Provost2023-03-201-0/+59
* carp tests: test manually switch between backup and masterKristof Provost2023-03-201-0/+25
* netgraph tests: SerializeMark Johnston2023-03-181-0/+2
* netlink: fix capped uncapped ack handling in snl(3).Alexander V. Chernikov2023-03-181-0/+126
* tun tests: Fix cleanup definitionsMark Johnston2023-03-161-6/+3
* tarfs: Fix backtracking during node creation.Dag-Erling Smørgrav2023-03-162-13/+9
* tarfs: Support tar files which include file modes with permissions.Dag-Erling Smørgrav2023-03-161-0/+1
* tarfs: Correctly track link count.Dag-Erling Smørgrav2023-03-161-0/+2
* tarfs: Repeat tests using GNU tar if available.Dag-Erling Smørgrav2023-03-162-13/+104
* pf tests: test IPv6 fragmentation with link-local addressesKristof Provost2023-03-161-0/+10
* netlink: improve snl(3)Alexander V. Chernikov2023-03-153-27/+110
* sendfile tests: Mount filesystems under the test workdirMark Johnston2023-03-131-2/+3
* netlink: add snl(3) default parsers for routes and links.Alexander V. Chernikov2023-03-091-0/+13
* tests: add more netlink tests for neighbors/routesAlexander V. Chernikov2023-03-073-0/+77
* tarfs: Set mountedfrom correctly.Dag-Erling Smørgrav2023-03-071-2/+4
* carp tests: ensure exactly one jail is masterKristof Provost2023-03-071-0/+5
* netpfil tests: Add functions for testing routing scenariosKristof Provost2023-03-046-41/+563
* posixshm tests: Correct page size index checksMark Johnston2023-03-031-4/+6
* netlink: fix vlan interface creationAlexander V. Chernikov2023-03-031-1/+0
* testing: skip tarfs tests if module is not loadable.Olivier Cochard2023-03-011-1/+6
* pf tests: test pfsync over IPSecKristof Provost2023-03-011-0/+82
* if_ovpn tests: skip the if_ovpn_c test if if_ovpn.ko isn't loadedKristof Provost2023-03-011-1/+2
* unix/dgram tests: match the kernel behaviorGleb Smirnoff2023-02-232-2/+10
* fusefs: add some more test cases for bad fuse serversAlan Somers2023-02-225-9/+112
* fusefs: fix a buffer overflow in the testsAlan Somers2023-02-227-1/+18
* tarfs: Really prevent descending into a non-directory.Dag-Erling Smørgrav2023-02-201-12/+75
* tests: add netlink large dump buffer checkAlexander V. Chernikov2023-02-202-0/+77
* tests: fix netlink test_dump_ifaces_many test.Alexander V. Chernikov2023-02-181-4/+4
* netlink: fix interface dump.Alexander V. Chernikov2023-02-161-0/+61