summaryrefslogtreecommitdiff
path: root/sys/kern/kern_exit.c
AgeCommit message (Expand)Author
2000-06-06If the process is P_NOZOMBIE free it's resources in the reaper.Artur Grabowski
2000-06-05No need to use curproc here. We already know who we are.Artur Grabowski
2000-06-05Changes to exit handling.Artur Grabowski
2000-05-05Don't set filesize limit to infinity on exit.Artur Grabowski
2000-04-20Add a function "ktrsettracevnode", that changes the ktrace vnode for a processArtur Grabowski
2000-03-23Use the new timeout facilities for ITIMER_REAL.Artur Grabowski
2000-02-21dead code and symbol pollution.Artur Grabowski
1999-08-15Adopt NetBSD fix for scheduler problems (nice was broken). From the NetBSDPaul Janzen
1999-07-15Don't destroy sysvshm if the vmspace is shared (only affects uvm)Artur Grabowski
1999-06-23Improved sysv shared memory. Works with UVM.Artur Grabowski
1999-03-12in scheduler, bias parents for child cpu usage; ross@ghs.comTheo de Raadt
1999-03-02RFNOWAIT does not dissociate the child from its parent in any otherNiklas Hallqvist
1999-02-26vm allocation changes for uvmArtur Grabowski
1999-01-11comment typoNiklas Hallqvist
1999-01-10Make RFNOWAIT work in rfork(2)Niklas Hallqvist
1997-11-06Updates for VFS Lite 2 + soft update.Constantine Sapuntzakis
1997-10-06back out vfs lite2 till after 2.2Theo de Raadt
1997-10-06VFS Lite2 ChangesConstantine Sapuntzakis
1997-09-15From FreeBSD (joerg@freebsd.org):Todd C. Miller
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
1995-12-14from netbsd; limfree()Theo de Raadt
1995-11-22release text vnode before releasing credentials. vnode releasing canTheo de Raadt
1995-10-18initial import of NetBSD treeTheo de Raadt