summaryrefslogtreecommitdiff
path: root/tests/kernel
AgeCommit message (Expand)Author
2014-03-02Make cleanup routines actually work.jmmv
2014-03-02Remove unnecessary and broken cleanup routine.jmmv
2013-10-19fix unused variable warningschristos
2013-07-24Fix msgsz confusion.skrll
2013-05-31Don't rely on "kill -0" to check whether a background shell commandgson
2013-04-28shorten fileops test furthermlelstv
2013-04-27shorten test to not time out on our test infrastructure.mlelstv
2013-04-20Now use correct test files and pass child failures to test function.mlelstv
2013-04-16First attempt at stress testing umount of a busy disk.mlelstv
2013-02-28getsockname() needs a socklen_t, not a size_tmartin
2013-02-28Add a testprogram for PR 47598.martin
2013-02-20Fix the error message handling. Thanks to Christos for noticing.pgoyette
2013-02-19Replace printf() in child process with a simple write(STDERR_FILNO,...)pgoyette
2013-02-19Rather than just sleeping and hoping that all the sub-processes arepgoyette
2013-02-19White-space in for(...) loops.pgoyette
2013-02-19Create a variable for max number of passes to make. While we're here,pgoyette
2013-02-19Wait a little bit after fork()ing the lockers to give them a chance topgoyette
2013-02-18Check that we did get EDEADLK error, and fail immediately if we did not.pgoyette
2012-11-17Unbreak the NOTE_TRACK event of EVFILT_PROC. When attaching to the childjoerg
2012-11-07Add missing '+' so we include t_lock as well as t_lockf and others.pgoyette
2012-11-07Add ATF version of the file locking testpgoyette
2012-11-07Fix MKRUMP=no build.nakayama
2012-11-06Use an ATF_TC_CLEANUP() routine to delete the mkdtemp() directory evenpgoyette
2012-11-06Replace the atexit() routines with ATF_TC_CLEANUP()pgoyette
2012-11-06use mkdtemp() instead of mktemp().apb
2012-11-05Convert to ATF format the old src/regress/ style tests for Sys V IPCpgoyette
2012-11-03Convert the old src/regress/mqueue test to ATFpgoyette
2012-10-31Avoid ssp re-definitions for the functions we provide.christos
2012-08-08Exclude tests that use rumpchristos
2012-03-18Move more PR references from comments to ATF's "descr".jruoho
2012-03-17Move the _lwp_ctl(2) preemption counter check to the right place.jruoho
2012-03-15Add __printflike attribution to use vprintf and friends with an argumentjoerg
2012-02-13Move posix_spawn tests to lib/libc/gen/posix_spawn - they test both libcmartin
2012-02-11Add userland part of posix_spawn. Libc functions imported from FreeBSD.martin
2012-01-27converting extent(9) from malloc(9) to kmem(9)para
2011-11-24Add a test for the kernel snprintf.christos
2011-10-15Move the sigaction(2) test to the right place.jruoho
2011-10-15Move the ucontext(2) test to the right place.jruoho
2011-10-15Move the writev(2) test to the right place.jruoho
2011-10-15Move the clock_gettime(2) timer test to the right place.jruoho
2011-10-15Follow the design principles of tests(7) by merging 't_poll3w' to 't_poll'jruoho
2011-10-15Move the mkdir(2) test to the right place.jruoho
2011-10-15Move the pipe(2) test to the right place.jruoho
2011-10-15Move the posix_fadvise(2) test to the right place.jruoho
2011-09-24Add a pty test, written by Matthew Mondorchristos
2011-06-11Turn warns on for all tests and fix all the bugs.christos
2011-05-28Move regression test for PR kern/44986 from "kernel" to "syscalls" astron
2011-05-28PR/44896 has been fixed.christos
2011-05-28Add two test cases for pollts(2):tron
2011-04-26Add TNF license. OK: pooka.martin