summaryrefslogtreecommitdiffstats
path: root/sys/kern/kern_exit.c
Commit message (Expand)AuthorAgeFilesLines
* Added used include of <sys/mutex.h> (don't depend on pollution inbde2000-09-171-0/+2
* Major update to the way synchronization is done in the kernel. Highlightsjasone2000-09-071-1/+0
* Remove uidinfo hash table lookup and maintenance out of chgproccnt() andtruckman2000-09-051-1/+2
* Change the 'exit()' system call to 'sys_exit()'. This avoids overlappingpeter2000-07-291-2/+2
* fix races in the uidinfo subsystem, several problems existed:alfred2000-06-221-1/+1
* Back out the previous change to the queue(3) interface.jake2000-05-261-2/+2
* Change the way that the queue(3) structures are declared; don't assume thatjake2000-05-231-2/+2
* Back out NOTE_EXIT status reporting pending discussion.green2000-05-211-3/+2
* Put the wait(2) exit status in "data" for NOTE_EXIT kevents.green2000-05-171-2/+3
* Introduce kqueue() and kevent(), a kernel event notification facility.jlemon2000-04-161-0/+5
* 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
OpenPOWER on IntegriCloud