summaryrefslogtreecommitdiffstats
path: root/sys/kern/kern_exit.c
Commit message (Expand)AuthorAgeFilesLines
* Handle the case where we truss an SUGID program -- in particular, we needsef2000-01-101-0/+1
* Scheduler fixes equivalent to the ones logged in the following NetBSDbde1999-11-281-4/+2
* s/p_cred->pc_ucred/p_ucred/gphk1999-11-211-1/+1
* The at_exit and at_fork functions currently use a 'roll your own'phk1999-11-191-30/+27
* Introduce commandline caching in the kernel.phk1999-11-161-0/+6
* This is a partial commit of the patch from PR 14914:phk1999-11-161-3/+3
* Add a per-signal flag to mark handlers registered with osigaction, so weluoqi1999-10-111-2/+2
* Clean up some cruft. We don't run <= 4.3 binaries on hp300 or luna68kpeter1999-10-111-21/+0
* sigset_t change (part 2 of 5)marcel1999-09-291-1/+1
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Add sysctl variables for the Linuxulator. These reside under `compat.linux' asmarcel1999-08-271-2/+5
* From the submitter:msmith1999-06-071-15/+12
* This Implements the mumbled about "Jail" feature.phk1999-04-281-1/+8
* Enable vmspace sharing on SMP. Major changes are,luoqi1999-04-281-2/+2
* Well folks, this is it - The second stage of the removal for build supportpeter1999-04-171-2/+2
* Fixed runtime accounting. The time since the previous context switchbde1999-03-111-1/+10
* Fix thread/process tracking and differentiation for Linux threads emulation.julian1999-03-021-3/+14
* Hide access to vmspace:vm_pmap with inline function vmspace_pmap(). Thisluoqi1999-02-191-2/+2
* Added comments about non-staticization so it doesn't get un-done nextnewton1999-01-311-1/+2
* Unstaticized routines which are needed by the svr4 KLD and the streamsnewton1999-01-301-2/+2
* Enable Linux threads support by default.julian1999-01-261-20/+4
* Changes to the LINUX_THREADS support to only allocate extra memory forjulian1999-01-071-17/+26
* Reviewed by: Luoqi Chen, Jordan Hubbardjulian1998-12-191-1/+39
* Installed the second patch attached to kern/7899 with some changes suggestedtruckman1998-11-111-1/+7
* add #include <sys/kernel.h> where it's needed by MALLOC_DEFINE()peter1998-11-101-1/+2
* Moved limit frobbing (and the resulting limcopy()) that occurs fordg1998-06-051-7/+1
* Make a kernel version of the timer* functions called timerval* to bephk1998-04-061-2/+2
* VM level code cleanups.dyson1998-01-221-2/+3
* Make COMPAT_43 and COMPAT_SUNOS new-style options.eivind1997-12-161-1/+2
* Use at_exit() to invoke procfs_exit() instead of calling it directly.sef1997-12-081-12/+1
* Surround the call to procfs_exit() by #ifdef PROCFS/#endif -- much to mysef1997-12-071-1/+5
* Changes to allow event-based process monitoring and control.sef1997-12-061-1/+11
* Avoid passing a `retval' to wait1()bde1997-11-201-13/+10
* Move the "retval" (3rd) parameter from all syscall functions and putphk1997-11-061-10/+7
* Last major round (Unless Bruce thinks of somthing :-) of malloc changes.phk1997-10-121-3/+3
* Distribute and statizice a lot of the malloc M_* types.phk1997-10-111-1/+3
* init_main.c subr_autoconf.c:gibbs1997-09-211-2/+3
* Implement SA_NOCLDWAIT.joerg1997-09-131-2/+16
* Removed unused #includes.bde1997-09-021-10/+1
* Fixed some gratuitous ANSIisms.bde1997-08-261-5/+5
* #include <machine/limits.h> explicitly in the few places that it is required.bde1997-08-211-1/+2
* Clean up some lint associated with the AIO code.dyson1997-07-171-1/+2
* This is an upgrade so that the kernel supports the AIO calls fromdyson1997-07-061-1/+3
* Modifications to existing files to support the initial AIO/LIO anddyson1997-06-161-1/+32
* Remove cruft relating to p_selbits and p_selbits_sizephk1997-05-221-7/+1
* The biggie: Get rid of the UPAGES from the top of the per-process addresspeter1997-04-071-3/+3
* Don't include <sys/ioctl.h> in the kernel. Stage 1: don't includebde1997-03-241-2/+1
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notpeter1997-02-221-1/+1
* This is the kernel Lite/2 commit. There are some requisite userlanddyson1997-02-101-3/+3
* Copy process resource settings before modifying.davidn1997-01-211-0/+5
OpenPOWER on IntegriCloud