summaryrefslogtreecommitdiffstats
path: root/sys/kern/kern_exit.c
Commit message (Expand)AuthorAgeFilesLines
* Moderate rewrite of kernel ktrace code to attempt to generally improverwatson2005-11-131-1/+3
* Giant clean up for exit(2)csjp2005-11-081-7/+7
* Add support for queueing SIGCHLD same as other UNIX systems did.davidxu2005-11-081-3/+25
* Push down Giant into fdfree() and remove it from two of the callers.jhb2005-11-011-1/+1
* - Fix leak of struct nlminfo on process exit.glebius2005-10-261-0/+9
* Make p_itimers as a pointer, so file sys/proc.h does not need to includedavidxu2005-10-231-0/+1
* Implement POSIX timers. Current only CLOCK_REALTIME and CLOCK_MONOTONICdavidxu2005-10-231-2/+4
* 1. Change prototype of trapsignal and sendsig to use ksiginfo_t *, mostdavidxu2005-10-141-2/+2
* Add witness warnings to panic if a thread tries to exit while holding anyjhb2005-09-021-0/+3
* - Slightly reorder the events around the setting of PRS_ZOMBIE to be lessjhb2005-07-181-8/+20
* Use low level constructs borrowed from interrupt threads to wait forups2005-05-231-9/+1
* Only check signal event, single threading event shouldn't be reported.davidxu2005-05-051-1/+2
* Wake up swapper process if needed.davidxu2005-04-231-0/+9
* Clear P_STATCHILD earlier to avoid unnecessary retrying.davidxu2005-04-191-0/+5
* Fix a race condition between kern_wait() and thread_stopped().davidxu2005-04-191-1/+5
* Introduce p_canwait() and MAC Framework and MAC Policy entry pointsrwatson2005-04-181-0/+4
* - A lock is required before calling VOP_REVOKE. Our reference protects usjeff2005-03-131-1/+2
* In 1.276 of kern/subr_trap.c I introduced a mechanism for delayingphk2005-01-291-0/+7
* In kern_wait(), let the compiler copy the rusage structure rather thanrwatson2005-01-081-1/+1
* /* -> /*- for copyright notices, minor format tweaks as necessaryimp2005-01-061-1/+1
* - Move the function prototypes for kern_setrlimit() and kern_wait() tojhb2005-01-051-0/+1
* Don't include sys/user.h merely for its side-effect of recursivelydas2004-11-271-1/+0
* Remove P_STOPPED_TRACE bit if debugger dies without a chance todavidxu2004-10-231-1/+1
* Rework how we store process times in the kernel such that we always storejhb2004-10-051-19/+17
* Some more whitespace, style, and comment fixes.jhb2004-09-241-14/+16
* A modest collection of various and sundry style, spelling, and whitespacejhb2004-09-241-11/+11
* Various small style fixes.jhb2004-09-221-3/+5
* Refactor a bunch of scheduler code to give basically the same behaviourjulian2004-09-051-17/+2
* Add locking to the kqueue subsystem. This also makes the kqueue subsystemjmg2004-08-151-4/+9
* Giant is no longer required by vm_waitproc() and vmspace_exitfree().alc2004-07-301-2/+0
* - Use atomic ops for updating the vmspace's refcnt and exitingcnt.alc2004-07-271-3/+7
* When calling scheduler entrypoints for creating new threads and processes,julian2004-07-181-1/+1
* Add code to support debugging threaded process.davidxu2004-07-131-1/+1
* Push down the acquisition and release of the page queues lock intoalc2004-07-131-2/+0
* Implement the PT_LWPINFO request. This request can be used by themarcel2004-07-121-0/+1
* (1) Removed the bogus condition "p->p_pid != 1" on calling sched_exit()bde2004-06-211-7/+1
* Update p_runtime on exit. This fixes calcru() on zombies, and preparesbde2004-06-211-2/+9
* Add comment to reflect that we should retry after thread singling failed.davidxu2004-06-181-0/+4
* Remove a bogus panic. It is possible more than one threads willdavidxu2004-06-181-1/+2
* Remove remnants of PGINPROF.tjr2004-06-081-5/+0
* Move TDF_SA from td_flags to td_pflags (and rename it accordingly)tjr2004-06-021-3/+1
* Retire cpu_sched_exit(); it is not used any more.tmm2004-05-261-1/+0
* Clear KSE thread flags after KSE thread mode is ended. The side effectdavidxu2004-05-211-0/+3
* Remove misplaced duplicate comment and slightly reformat thejulian2004-05-091-16/+6
* Remove advertising clause from University of California Regent's license,imp2004-04-051-4/+0
* Add the missing Giant when doing anything with VFS -- in this case,green2004-03-181-1/+4
* - Replace wait1() with a kern_wait() function that accepts the pid,jhb2004-03-171-81/+42
* Make the process_exit eventhandler run without Giant. Add Giant hookspeter2004-03-141-2/+0
* Push Giant down a little further:peter2004-03-131-5/+2
* - Push down Giant in exit() and wait().jhb2004-03-051-14/+29
OpenPOWER on IntegriCloud