summaryrefslogtreecommitdiffstats
path: root/sys/kern/kern_exit.c
Commit message (Expand)AuthorAgeFilesLines
...
* CPU time accounting speedup (step 2)phk2006-02-111-0/+3
* Modify the way we account for CPU time spent (step 1)phk2006-02-071-4/+3
* - Move the wakeup() for exiting kthreads out of exit1() and intojhb2006-02-061-6/+0
* Audit the pid being requested in wait4().wsalamon2006-02-061-0/+2
* On process exit, audit the return value of the process, and commit therwatson2006-02-051-0/+11
* Add a comment.jhb2006-02-031-0/+3
* Hook up audit to fork() and exit() events. These changes manage therwatson2006-02-021-0/+5
* Hopefully fix the "calcru: runtime went backwards from ..." problem byups2006-01-231-2/+3
* Regenerate sysent with new abort2 system call.phk2005-12-231-0/+83
* Register itimers_event_hook as a kernel event handler, so I don'tdavidxu2005-12-091-3/+0
* 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
OpenPOWER on IntegriCloud