summaryrefslogtreecommitdiff
path: root/sys/kern/kern_exit.c
AgeCommit message (Collapse)Author
1996-10-26Verify that options to wait4() are legalThorsten Lockert
1996-08-15Clear p_pctcpu when a process exitThorsten Lockert
1996-05-02sync syscalls, no sys/cpu.hTheo de Raadt
1996-03-03From NetBSD: 960217 mergeNiklas Hallqvist
1995-12-30from netbsd:Theo de Raadt
Remove the process from zombproc and its parent's child list before freeing its resources.
1995-12-14from netbsd; limfree()Theo de Raadt
1995-11-22release text vnode before releasing credentials. vnode releasing canTheo de Raadt
block, but credentials should be alive until the process is really dead. from tegge@idt.unit.no; netbsd pr#1767
1995-10-18initial import of NetBSD treeTheo de Raadt