summaryrefslogtreecommitdiffstats
path: root/sys/kern/kern_exit.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
* Performance optimizations. One of which was meant to go in before thedyson1996-10-121-2/+5
* If we have no console device it is possible to bejulian1996-10-041-2/+2
* Don't use __dead in the kernel. It was an obfuscation for gcc >= 2.5bde1996-09-131-3/+3
* Some cleanups to the callout lists recently added.julian1996-08-221-18/+23
* Remove the kernel FD_SETSIZE limit for select().smpatel1996-08-201-1/+7
* add callout lists for exit() and fork()julian1996-08-191-1/+71
* Backed out the recent changes/enhancements to the VM code. Thedyson1996-07-301-2/+3
* This commit is meant to solve a couple of VM system problems ordyson1996-07-271-3/+2
* Clean up -Wunused warnings.gpalmer1996-06-121-2/+1
* Spell cpu_switch() with an i in a comment.bde1996-04-111-2/+2
* Removed never-used #includes of <machine/cpu.h>. Many were apparentlybde1996-04-071-2/+1
* From Lite2: proc LIST changes.hsu1996-03-111-54/+15
* From NetBSD: add #include <sys/acct.h> for acct_process() prototype.hsu1996-03-111-1/+2
* Removed stale #includes of "opt_sysvipc.h".bde1996-01-201-2/+1
* Eliminated many redundant vm_map_lookup operations for vm_mmap.dyson1996-01-191-7/+7
* (gulp!) reran makesyscalls..peter1996-01-081-10/+4
* Convert SYSV IPC to new-style options. (I hope I got everything...)wollman1996-01-041-1/+2
* Converted two options over to the new scheme: USER_LDT and KTRACE.wollman1996-01-031-1/+3
* Only #include <sys/shm.h> if SYSVSHM (for shmexit() prototype)peter1996-01-011-2/+8
* Call semexit() from exit(), in order to process `undo vectors'.joerg1995-12-271-1/+5
* Untangled the vm.h include file spaghetti.dg1995-12-071-1/+6
* Removed unreachable code.bde1995-11-111-6/+5
* Remove COMPAT_IBCS2 option.swallace1995-10-231-17/+8
* Simplify the pseudo-argument removal changes by not optimizing forbde1995-10-231-28/+18
OpenPOWER on IntegriCloud