aboutsummaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* fusefs: After successful F_GETLK, l_whence should be SEEK_SETAlan Somers2022-10-202-3/+202
* fusefs: better debugging for FUSE_RENAME in the testsAlan Somers2022-10-191-0/+9
* fusefs: update atime on reads when using cached attributesAlan Somers2022-10-197-3/+308
* fusefs: during F_GETLK, don't change l_pid if no lock is foundAlan Somers2022-10-191-2/+14
* pf tests: test wildcard anchorsKristof Provost2022-09-151-0/+39
* fusefs: make the mknod.cc tests a bit more general.Alan Somers2022-08-206-25/+286
* fix integer overflow bugs in *stosbtAlan Somers2022-08-202-1/+226
* fusefs: fix FUSE_CREATE with file handles and fuse protocol < 7.9Alan Somers2022-08-201-5/+8
* fusefs: correctly handle servers that report too much data writtenAlan Somers2022-08-201-0/+61
* fusefs: validate servers' error valuesAlan Somers2022-08-204-2/+33
* fusefs: fix two bugs regarding VOP_RECLAIM of the root inodeAlan Somers2022-08-204-4/+33
* fusefs: fix a cached attributes bug during directory renameAlan Somers2022-08-191-2/+36
* Merge fix for zfs readmmap test from CheriBSDDimitry Andric2022-07-191-0/+1
* pf tests: pfsync and route_to test caseThomas Pasqualini2022-06-181-0/+374
* Don't leave `path` behind when executing `:chflags_success`Enji Cooper2022-04-111-2/+2
* Unify zlib instances into one.Xin LI2022-04-102-6/+2
* pf tests: Test retrieving nested nat-anchorsKristof Provost2022-03-241-0/+36
* pf tests: Test setting and retrieving nested anchorsKristof Provost2022-03-241-0/+35
* zfs: Update test format strings to match variable typtesEd Maste2022-03-084-10/+10
* pf: Initialize pf_kpool mutexes earlierMark Johnston2022-03-041-0/+27
* pf tests: Test per-anchor tablesKristof Provost2022-02-261-0/+43
* pf tests: remove a stray 'set -x'Kristof Provost2022-02-261-1/+0
* pf tests: Test adding counters to an existing tableKristof Provost2022-02-191-0/+37
* random(4): Fortuna: allow increased concurrencyConrad Meyer2022-02-151-0/+57
* random(4): Generalize algorithm-independent APIsConrad Meyer2022-02-141-2/+1
* random(4): Add regression tests for uint128 implementation, Chacha CTRConrad Meyer2022-02-143-0/+252
* tests: add a basic test for argc == 0Kyle Evans2022-02-104-3/+44
* Explicitly include semaphore.h for struct _sem in fusefs setattr testDimitry Andric2022-02-091-0/+1
* pf tests: Provoke failure in pf_ioctl_addruleKristof Provost2022-02-041-0/+39
* fusefs: in the tests, always assume debug.try_reclaim_vnode is availableAlan Somers2022-01-184-12/+218
* Fix a race in fusefs that can corrupt a file's size.Alan Somers2022-01-182-0/+424
* tests/libalias: PortrangeLutz Donnerhacke2022-01-032-2/+57
* fusefs: correctly handle an inode that changes file typesAlan Somers2022-01-033-7/+122
* tests/libalias: Make inline functions static inlineDimitry Andric2021-12-221-2/+2
* pf tests: more thorough pfsync defer testKristof Provost2021-12-133-2/+204
* net tests: fix if_stf:6to4Kristof Provost2021-12-111-1/+2
* Fix copyright to be like all my others in the treeWarner Losh2021-12-061-1/+1
* Basic signal tests: Can we deliver a signal?Warner Losh2021-12-062-0/+160
* pf tests: Test PR259689Kristof Provost2021-12-011-0/+29
* net tests: basic if_stf testKristof Provost2021-12-012-0/+85
* net tests: basic if_gif(4) test caseKristof Provost2021-11-292-0/+78
* Fix coredump_phnum test with ASLR enabledEd Maste2021-11-281-9/+12
* pf tests: basic test for ridentifierKristof Provost2021-11-263-0/+116
* pf tests: route_to:icmp_nat_head requires scapyKristof Provost2021-11-241-0/+1
* carp tests: negative demotionMarius Halden2021-11-221-8/+59
* carp tests: Basic functionality testKristof Provost2021-11-222-1/+153
* pf tests: test NAT-ed ICMP errorsKristof Provost2021-11-133-0/+173
* pf tests: ensure that $nr expansion is correctKristof Provost2021-10-222-0/+41
* fusefs: fix intermittency in the dev_fuse_poll testAlan Somers2021-10-122-4/+8
* fusefs: Fix a bug during VOP_STRATEGY when the server changes file sizeAlan Somers2021-10-121-0/+82