summaryrefslogtreecommitdiff
path: root/regress/sys/kern
AgeCommit message (Expand)Author
2016-11-28The setuid regression test builds and runs a binary that is setuidAlexander Bluhm
2016-10-05Link the setuid regress test to the build in a way that the objAlexander Bluhm
2016-10-03The setuid tests needs an obj directory that allows to run programsAlexander Bluhm
2016-09-28If stdout is not line buffered, messages got lost when assert() wasAlexander Bluhm
2016-09-24On sparc64 we need "retl" not "ret" to do an immediate return.Mark Kettenis
2016-09-24recpect W^X, sparc64 still has a problem: non-exec mmap: executeOtto Moerbeek
2016-09-23Making the regress target depends on building PROG.Alexander Bluhm
2016-09-23Zap mquery test for goodOtto Moerbeek
2016-09-23Zap. Has been disabled for a long time and makes unholy assumptions aboutOtto Moerbeek
2016-09-21Use /dev/console as a template for the pseudo tty, stdin may be notAlexander Bluhm
2016-09-20To make debugging the kqueue test easier, always print the assertionAlexander Bluhm
2016-09-04When passing the (1ULL << 32) to EV_SET, it gets casted to __uintptr_t.Alexander Bluhm
2016-09-01remove references to sparc (and even a vax ref that escaped notice)Ted Unangst
2016-08-29Make socket splicing performance test pass in multiple environments.Alexander Bluhm
2016-08-27Pull in <sys/time.h> for struct timevalPhilip Guenther
2016-08-25Fix sosplice tests on 32 bit systems by putting the correct numberAlexander Bluhm
2016-08-19Add support for arm and enable on armv7.Mark Kettenis
2016-07-14Prevent silly states via knotes on pids > 2^32 and on nonexistent signals.Philip Guenther
2016-06-13Test that splicing loops are aborted with ELOOP.Alexander Bluhm
2016-05-03Fix some Perl statements perlcritic was bitching about: VariableAlexander Bluhm
2016-04-27unbreak pledge/generic test (breaked since ?)Sebastien Marie
2016-04-25remove systraceTed Unangst
2016-03-17Last parameter to execl[e]() functions *must* be cast to a pointer.Kenneth R Westerback
2016-01-09drop "abort" promise, and make it the default behaviour.Sebastien Marie
2015-12-05simplistic regress test for KEVENT_TIMER kqueue(2) callsBret Lambert
2015-11-14regress: pledge: update SYS_kill syscall numberSebastien Marie
2015-11-03regress: pledgeSebastien Marie
2015-11-03regress: pledgeSebastien Marie
2015-11-03regress pledge: check the regress with systrace enabled tooSebastien Marie
2015-10-30regress: pledgeSebastien Marie
2015-10-29regress pledge: rpath isn't needed anymore for mkdir()Sebastien Marie
2015-10-26update regress suite for pledgeSebastien Marie
2015-10-26temporary unhook regress/sys/kern/pledge from regressSebastien Marie
2015-10-23Cast isdigit() argument to unsigned char.mmcc
2015-10-20update regress for pledge after whitelisted-path view inclusionSebastien Marie
2015-10-18regress pledge: test kill()Sebastien Marie
2015-10-18regress pledge: remove cmsgSebastien Marie
2015-10-18regress pledge: cpath testSebastien Marie
2015-10-18regress pledge: cmsg is deprecatedSebastien Marie
2015-10-18regress pledge: tweak a bit the manner to grab hte syscall numberSebastien Marie
2015-10-09regress pledgeSebastien Marie
2015-10-09regress pledge: remove 'regenerate' targetSebastien Marie
2015-10-09add "tty" regress for pledgeSebastien Marie
2015-10-09hook pledgeSebastien Marie
2015-10-09follow tame->pledge in regressSebastien Marie
2015-10-08allow a test to manage itself the tame(2) call.Sebastien Marie
2015-10-06update "cmsg" tests: it lost TAME_SELF flag.Sebastien Marie
2015-10-06add some tests for rpath, wpath, cpathSebastien Marie
2015-09-30implement new "prot_exec" tame(2) request:Sebastien Marie
2015-09-28make using tame path "/" work.Sebastien Marie