summaryrefslogtreecommitdiffstats
path: root/regress/sys/kern/kqueue/kqueue-process.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Improve synchronization between the parent and children. This fixesvisa2018-08-031-27/+35
* To make debugging the kqueue test easier, always print the assertionbluhm2016-09-201-14/+10
* When passing the (1ULL << 32) to EV_SET, it gets casted to __uintptr_t.bluhm2016-09-041-2/+2
* Prevent silly states via knotes on pids > 2^32 and on nonexistent signals.guenther2016-07-141-1/+10
* Last parameter to execl[e]() functions *must* be cast to a pointer.krw2016-03-171-2/+2
* NOTE_FORK|NOTE_TRACK knote can track grandchild processes. Wait foruebayasi2015-08-131-4/+10
* Kill a useless assignment.uebayasi2015-08-021-2/+1
* Refactor to prepare a future change; no functional changes.uebayasi2015-08-021-14/+16
* Confirm that a NOTE_EXIT knote is delivered when the child exitsguenther2010-08-041-3/+19
* various cleanups; david says results are samederaadt2003-07-311-2/+4
* -Wall and calc fix in the randommickey2003-06-121-2/+6
* kill err(3) newlines; ok miod@, deraadt@jsyn2002-06-111-2/+2
* A start for testing EVFILT_PROC, not done yet, but this is a good check point.art2002-03-021-0/+133