summaryrefslogtreecommitdiffstats
path: root/sys/kern/kern_exit.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* from netbsd:deraadt1995-12-301-11/+11
| | | | | Remove the process from zombproc and its parent's child list before freeing its resources.
* from netbsd; limfree()deraadt1995-12-141-3/+2
|
* release text vnode before releasing credentials. vnode releasing canderaadt1995-11-221-6/+6
| | | | | block, but credentials should be alive until the process is really dead. from tegge@idt.unit.no; netbsd pr#1767
* initial import of NetBSD treederaadt1995-10-181-0/+413