summaryrefslogtreecommitdiff
path: root/regress/sys/kern
AgeCommit message (Expand)Author
2018-08-28Add regress test of stat all the way to a nonexistant terminalBob Beck
2018-08-26Add test cases for private versus non-private futexes.Visa Hankala
2018-08-24Add a regression test for the kernel stack exhaustion bug.Visa Hankala
2018-08-13Add a test covering the recently fixed issue with dangling knote references uponanton
2018-08-10Add a regress test that checks file descriptor allocation across fork.Joel Sing
2018-08-04Add regress test to ensure that chmod fails when unveiled with "r"Bob Beck
2018-08-03Improve synchronization between the parent and children. This fixesVisa Hankala
2018-08-02Test messing with "." both when having . unveiled for an operation, andBob Beck
2018-07-30Declare then assign local variable, no binary change.anton
2018-07-30Add regress covering the recently fixed NULL pointer deref in open().anton
2018-07-29Add regress for ensuring .. is appropriately *not* used as aBob Beck
2018-07-29New scapy 2.4.0 buffers packets at the bfp layer. Call sniff() toAlexander Bluhm
2018-07-27add regress for unveil of "." now that I fixed thisBob Beck
2018-07-27Make the BYPASSUNVEIL test actually test BYPASSUNVEIL with tmppathBob Beck
2018-07-22hook up fchownanton
2018-07-22Add regress covering the recently fixed NULL pointer deref in fchown().anton
2018-07-20add regress test for "bypassunveil" where a path should be unveil'd byRobert Nagy
2018-07-19Add regress test for inheritance of unveil's across fork to childrenBob Beck
2018-07-13Unveiling unveil(2).Bob Beck
2018-07-13tests for next steps in unveilBob Beck
2018-07-12symlinks make my cry.. thanks robert.. don't you care about my feelings?Bob Beck
2018-07-12Add regress test for realpath and modify behavior appropriatelyBob Beck
2018-07-11regress to check nested subdirs and ..'sBob Beck
2018-07-11test changed stat lying semantics - we don't lie about filesBob Beck
2018-07-11Regress update to match changes for chromeBob Beck
2018-07-10Missing CVS IdMartin Pieuchot
2018-07-08hook up ftruncateanton
2018-07-08Add regress covering the recently fixed NULL pointer deref in vn_writechk().anton
2018-07-07rename all the pledgepath bits to unveilBob Beck
2018-06-17fix usageanton
2018-06-17Add a test covering the panic found in knote_processexit(). Note that you'llanton
2018-05-288 spaces -> tabTheo Buehler
2018-05-28Regress for the dup2(2) vs accept(2) race.Martin Pieuchot
2018-05-23Make the test more verbose and do not hide the invoking commands.Alexander Bluhm
2018-05-23Since MAP_STACK was introduced, noexec -S -m failed from time toAlexander Bluhm
2018-05-22kevent: correctly check that timeout's nanoseconds are on [0, 1000000000)cheloha
2018-05-22nanosleep: ensure tv_nsec input is on [0, 1000000000)cheloha
2018-05-01regress changes for new stuff. - allow walking .., return EPERMBob Beck
2018-04-28regress for unveilBob Beck
2018-04-28bye bye pledgepathBob Beck
2018-04-27Add test for stat behavior to make sure we can stat executable onlyBob Beck
2018-04-27Fix regress that was depengin on pledgepath() being able toBob Beck
2018-04-27test with pledgepath(NULL,NULL) instead of pledge activating thingsBob Beck
2018-04-27Change regress to accomodate no flags escalation once activeBob Beck
2018-04-27remove references to O flags in test messagesBob Beck
2018-04-26tests for clearing out flagsBob Beck
2018-04-26Prefer <fcntl.h> over <sys/fcntl.h> in userlandPhilip Guenther
2018-04-26Adjust regress for new rwxc flags instead of O_FLAGSBob Beck
2018-04-26failure for exiting on signalBob Beck
2018-04-26Add regress for .. being disallowed as it currently isBob Beck