aboutsummaryrefslogtreecommitdiff
path: root/sys/kern/kern_exit.c
Commit message (Expand)AuthorAgeFilesLines
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Add sysctl variables for the Linuxulator. These reside under `compat.linux' asMarcel Moolenaar1999-08-271-2/+5
* From the submitter:Mike Smith1999-06-071-15/+12
* This Implements the mumbled about "Jail" feature.Poul-Henning Kamp1999-04-281-1/+8
* Enable vmspace sharing on SMP. Major changes are,Luoqi Chen1999-04-281-2/+2
* Well folks, this is it - The second stage of the removal for build supportPeter Wemm1999-04-171-2/+2
* Fixed runtime accounting. The time since the previous context switchBruce Evans1999-03-111-1/+10
* Fix thread/process tracking and differentiation for Linux threads emulation.Julian Elischer1999-03-021-3/+14
* Hide access to vmspace:vm_pmap with inline function vmspace_pmap(). ThisLuoqi Chen1999-02-191-2/+2
* Added comments about non-staticization so it doesn't get un-done nextMark Newton1999-01-311-1/+2
* Unstaticized routines which are needed by the svr4 KLD and the streamsMark Newton1999-01-301-2/+2
* Enable Linux threads support by default.Julian Elischer1999-01-261-20/+4
* Changes to the LINUX_THREADS support to only allocate extra memory forJulian Elischer1999-01-071-17/+26
* Reviewed by: Luoqi Chen, Jordan HubbardJulian Elischer1998-12-191-1/+39
* Installed the second patch attached to kern/7899 with some changes suggestedDon Lewis1998-11-111-1/+7
* add #include <sys/kernel.h> where it's needed by MALLOC_DEFINE()Peter Wemm1998-11-101-1/+2
* Moved limit frobbing (and the resulting limcopy()) that occurs forDavid Greenman1998-06-051-7/+1
* Make a kernel version of the timer* functions called timerval* to bePoul-Henning Kamp1998-04-061-2/+2
* VM level code cleanups.John Dyson1998-01-221-2/+3
* Make COMPAT_43 and COMPAT_SUNOS new-style options.Eivind Eklund1997-12-161-1/+2
* Use at_exit() to invoke procfs_exit() instead of calling it directly.Sean Eric Fagan1997-12-081-12/+1
* Surround the call to procfs_exit() by #ifdef PROCFS/#endif -- much to mySean Eric Fagan1997-12-071-1/+5
* Changes to allow event-based process monitoring and control.Sean Eric Fagan1997-12-061-1/+11
* Avoid passing a `retval' to wait1()Bruce Evans1997-11-201-13/+10
* Move the "retval" (3rd) parameter from all syscall functions and putPoul-Henning Kamp1997-11-061-10/+7
* Last major round (Unless Bruce thinks of somthing :-) of malloc changes.Poul-Henning Kamp1997-10-121-3/+3
* Distribute and statizice a lot of the malloc M_* types.Poul-Henning Kamp1997-10-111-1/+3
* init_main.c subr_autoconf.c:Justin T. Gibbs1997-09-211-2/+3
* Implement SA_NOCLDWAIT.Joerg Wunsch1997-09-131-2/+16
* Removed unused #includes.Bruce Evans1997-09-021-10/+1
* Fixed some gratuitous ANSIisms.Bruce Evans1997-08-261-5/+5
* #include <machine/limits.h> explicitly in the few places that it is required.Bruce Evans1997-08-211-1/+2
* Clean up some lint associated with the AIO code.John Dyson1997-07-171-1/+2
* This is an upgrade so that the kernel supports the AIO calls fromJohn Dyson1997-07-061-1/+3
* Modifications to existing files to support the initial AIO/LIO andJohn Dyson1997-06-161-1/+32
* Remove cruft relating to p_selbits and p_selbits_sizePoul-Henning Kamp1997-05-221-7/+1
* The biggie: Get rid of the UPAGES from the top of the per-process addressPeter Wemm1997-04-071-3/+3
* Don't include <sys/ioctl.h> in the kernel. Stage 1: don't includeBruce Evans1997-03-241-2/+1
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notPeter Wemm1997-02-221-1/+1
* This is the kernel Lite/2 commit. There are some requisite userlandJohn Dyson1997-02-101-3/+3
* Copy process resource settings before modifying.David Nugent1997-01-211-0/+5
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
* Performance optimizations. One of which was meant to go in before theJohn Dyson1996-10-121-2/+5
* If we have no console device it is possible to beJulian Elischer1996-10-041-2/+2
* Don't use __dead in the kernel. It was an obfuscation for gcc >= 2.5Bruce Evans1996-09-131-3/+3
* Some cleanups to the callout lists recently added.Julian Elischer1996-08-221-18/+23
* Remove the kernel FD_SETSIZE limit for select().Sujal Patel1996-08-201-1/+7
* add callout lists for exit() and fork()Julian Elischer1996-08-191-1/+71
* Backed out the recent changes/enhancements to the VM code. TheJohn Dyson1996-07-301-2/+3
* This commit is meant to solve a couple of VM system problems orJohn Dyson1996-07-271-3/+2