summaryrefslogtreecommitdiffstats
path: root/sys/kern/kern_exit.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Added $Id$dg1994-08-021-0/+1
* The big 4.4BSD Lite to FreeBSD 2.0.0 (Development) patch.rgrimes1994-05-251-0/+3
* BSD 4.4 Lite Kernel Sourcesrgrimes1994-05-241-0/+492
OpenPOWER on IntegriCloud