summaryrefslogtreecommitdiffstats
path: root/sys/kern/kern_exit.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove prototype definitions from <sys/systm.h>.swallace1995-10-081-0/+7
* Remove compat_43 psuedo-argument hack, and replace with a better hack.swallace1995-10-071-21/+31
* Remove trailing whitespace.rgrimes1995-05-301-2/+2
* Add and move declarations to fix all of the warnings from `gcc -Wimplicit'bde1995-03-161-11/+1
* Fixed multiple bugs that cause null pointers to be followed or FREEed datadg1994-12-281-2/+6
* Fix the panic message if init dies to show the exit status.phk1994-10-271-3/+5
* Fixed bug in ibcs2 signal translation.sos1994-10-111-4/+4
* Changed option IBCS2 to COMPAT_IBCS2 (for lkm support)sos1994-10-091-5/+5
* Got rid of map.h. It's a leftover from the rmap code, and we use rlists.dg1994-10-091-2/+1
* All of this is cosmetic. prototypes, #includes, printfs and so on. Makesphk1994-10-021-4/+4
* While in the real world, I had a bad case of being swapped out for a lot ofphk1994-09-251-9/+9
* Limit p_estcpu to UCHAR_MAX to keep it within reasonable bounds - elsedg1994-09-121-3/+5
* Changes preparing for iBCS supportsos1994-08-241-9/+19
* Process scheduling changes - adapted from FreeBSD 1.1.5. Basically,dg1994-08-061-1/+5
OpenPOWER on IntegriCloud