summaryrefslogtreecommitdiffstats
path: root/sys/kern/kern_exit.c
Commit message (Expand)AuthorAgeFilesLines
* Streamline updating of switchtime (don't copy code from kern_sync.c).tegge2001-02-221-4/+2
* Protect update of the per processor switchtime variable againsttegge2001-02-221-1/+5
* o Move per-process jail pointer (p->pr_prison) to inside of the subjectrwatson2001-02-211-9/+0
* Revert the previous revision for two reasons:jhb2001-02-091-2/+0
* Release the proc lock around crfree() and uifree() in wait1(). It leads tojhb2001-02-091-0/+2
* Change and clean the mutex lock interface.bmilekic2001-02-091-6/+6
* - Proc locking.jhb2001-01-241-10/+45
* Use PCPU_GET, PCPU_PTR and PCPU_SET to access all per-cpu variablesjake2001-01-101-2/+2
* Protect proc.p_pptr and proc.p_children/p_sibling with thejake2000-12-231-16/+24
* Whitespace. Fix a comment block and an if statement that were widerjake2000-12-181-7/+9
* - Change the allproc_lock to use a macro, ALLPROC_LOCK(how), insteadjake2000-12-131-4/+4
* Remove if defined(tahoe) cobwebs.jake2000-12-041-4/+0
* - Add a mutex to the proc structure p_mtx that will be used to lock accessesjhb2000-12-031-0/+1
* Protect p_stat with sched_lock.jhb2000-12-011-0/+5
* Don't update p_stat in exit1() to SZOMB until after releasing the allprocjhb2000-12-011-1/+7
* Use callout_reset instead of timeout(9). Most callouts are staticallyjake2000-11-271-1/+1
* Protect the following with a lockmgr lock:jake2000-11-221-0/+4
* Catch up to moving headers:jhb2000-10-201-2/+1
* 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
OpenPOWER on IntegriCloud