aboutsummaryrefslogtreecommitdiff
path: root/tests/sys/kern/kill_zombie.c
Commit message (Collapse)AuthorAgeFilesLines
* Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
| | | | Remove /^[\s*]*__FBSDID\("\$FreeBSD\$"\);?\s*\n/
* Add a test for kill() on a zombieJilles Tjoelker2019-08-061-0/+65
Notes: svn path=/head/; revision=350658