aboutsummaryrefslogtreecommitdiff
path: root/sys/kern/kern_exit.c
Commit message (Expand)AuthorAgeFilesLines
* MFC r220621:Sergey Kandaurov2011-04-211-3/+0
* MFC r215664:Alexander Leidinger2011-03-021-1/+2
* Merge userspace DTrace support from head to stable/8:Robert Watson2011-02-281-1/+1
* MFC 211514,214158:John Baldwin2011-01-251-31/+1
* MFC r197942:Konstantin Belousov2009-10-131-3/+3
* Add a temporary workaround which just lets init die instead ofMarius Strobl2009-08-311-1/+6
* Remove the interim vimage containers, struct vimage and struct procg,Jamie Gritton2009-07-171-5/+0
* The control terminal revocation at the session leader exit does notKonstantin Belousov2009-07-091-3/+4
* udit the 'options' argument to wait4(2).Robert Watson2009-07-011-0/+1
* Replace AUDIT_ARG() with variable argument macros with a set more moreRobert Watson2009-06-271-2/+2
* Perform some more cleanups to in-kernel session handling.Ed Schouten2009-06-151-36/+31
* Make tcsetsid(3) work on revoked TTYs.Ed Schouten2009-06-151-1/+1
* Move zombie-reaping code out of kern_wait() and into its own function,Robert Watson2009-06-081-106/+121
* Move "options MAC" from opt_mac.h to opt_global.h, as it's now in GENERICRobert Watson2009-06-051-1/+0
* Add hierarchical jails. A jail may further virtualize its environmentJamie Gritton2009-05-271-3/+2
* Introduce a new virtualization container, provisionally named vprocg, to holdMarko Zec2009-05-081-0/+5
* Fix typo.Konstantin Belousov2009-04-201-1/+1
* On the exit of the child process which parent either set SA_NOCLDWAITKonstantin Belousov2009-04-201-4/+4
* Remove even more unneeded variable assignments.Ed Schouten2009-02-261-2/+0
* Several threads in a process may do vfork() simultaneously. Then, allKonstantin Belousov2008-12-051-0/+2
* MFp4:Bjoern A. Zeeb2008-11-291-0/+5
* Move per-thread userland debugging flags into seperated field,David Xu2008-10-151-0/+4
* Don't remove queued SIGCHLD if options contain WNOWAIT, so otherDavid Xu2008-08-291-6/+6
* Implement WNOWAIT flag for wait4(2). It specifies that process whose statusKonstantin Belousov2008-08-261-2/+14
* Integrate the new MPSAFE TTY layer to the FreeBSD operating system.Ed Schouten2008-08-201-34/+28
* Add DTrace 'proc' provider probes using the Statically Defined TraceJohn Birrell2008-05-241-0/+30
* In abort2(2): Accept a NULL arg pointer if nargs == 0Poul-Henning Kamp2008-03-221-6/+8
* - Relax requirements for p_numthreads, p_threads, p_swtick, and p_nice fromJeff Roberson2008-03-191-2/+0
* Switch from conditionally dropping Giant in exit1() to asserting it isKris Kennaway2008-02-171-6/+1
* VOP_LOCK1() (and so VOP_LOCK()) and VOP_UNLOCK() are only used inAttilio Rao2008-01-131-1/+1
* Introduce a way to make pure kernal threads.Julian Elischer2007-10-261-4/+3
* Merge first in a series of TrustedBSD MAC Framework KPI changesRobert Watson2007-10-241-1/+1
* Improve the ktrace locking somewhat to reduce overhead:John Baldwin2007-06-131-18/+24
* rufetch and calcru sometimes should be called atomically together.Attilio Rao2007-06-091-6/+4
* The current rusage code show peculiar problems:Attilio Rao2007-06-091-31/+8
* Move per-process audit state from a pointer in the proc structure toRobert Watson2007-06-071-3/+0
* Commit 14/14 of sched_lock decomposition.Jeff Roberson2007-06-051-10/+12
* - Move rusage from being per-process in struct pstats to per-thread inJeff Roberson2007-06-011-9/+17
* Move cpu_exit() earlier in exit1() to close a race betweenJohn Baldwin2007-05-141-16/+10
* Rename the 'mtx_object', 'rw_object', and 'sx_object' members of mutexes,John Baldwin2007-03-211-1/+1
* Further system call comment cleanup:Robert Watson2007-03-051-5/+4
* Remove 'MPSAFE' annotations from the comments above most system calls: allRobert Watson2007-03-041-9/+0
* Move sigqueue_take() call into proc_reparent(), this fixed bugs whereDavid Xu2006-10-251-4/+3
* Protect sigqueue_take() call by child process's lock, it fixed aDavid Xu2006-10-241-2/+2
* Complete break-out of sys/sys/mac.h into sys/security/mac/mac_framework.hRobert Watson2006-10-221-1/+1
* Since revision 1.333 of kern_sig.c no longer uses P_WEXIT, the changeDavid Xu2006-10-211-2/+8
* Back out one of the Giant removals from revision 1.272. Giant was not here toChristian S.J. Peron2006-09-131-2/+2
* Close race between vmspace_exitfree() and exit1() and races betweenTor Egge2006-05-291-29/+2
* Kill the last Giant acquisition in the exit(2) code. This Giant acquisitionChristian S.J. Peron2006-04-101-2/+0
* Remove the unused sva and eva arguments from pmap_remove_pages().Peter Wemm2006-04-031-2/+1