| Commit message (Expand) | Author | Age | Files | Lines |
| * | MFC r220621: | Sergey Kandaurov | 2011-04-21 | 1 | -3/+0 |
| * | MFC r215664: | Alexander Leidinger | 2011-03-02 | 1 | -1/+2 |
| * | Merge userspace DTrace support from head to stable/8: | Robert Watson | 2011-02-28 | 1 | -1/+1 |
| * | MFC 211514,214158: | John Baldwin | 2011-01-25 | 1 | -31/+1 |
| * | MFC r197942: | Konstantin Belousov | 2009-10-13 | 1 | -3/+3 |
| * | Add a temporary workaround which just lets init die instead of | Marius Strobl | 2009-08-31 | 1 | -1/+6 |
| * | Remove the interim vimage containers, struct vimage and struct procg, | Jamie Gritton | 2009-07-17 | 1 | -5/+0 |
| * | The control terminal revocation at the session leader exit does not | Konstantin Belousov | 2009-07-09 | 1 | -3/+4 |
| * | udit the 'options' argument to wait4(2). | Robert Watson | 2009-07-01 | 1 | -0/+1 |
| * | Replace AUDIT_ARG() with variable argument macros with a set more more | Robert Watson | 2009-06-27 | 1 | -2/+2 |
| * | Perform some more cleanups to in-kernel session handling. | Ed Schouten | 2009-06-15 | 1 | -36/+31 |
| * | Make tcsetsid(3) work on revoked TTYs. | Ed Schouten | 2009-06-15 | 1 | -1/+1 |
| * | Move zombie-reaping code out of kern_wait() and into its own function, | Robert Watson | 2009-06-08 | 1 | -106/+121 |
| * | Move "options MAC" from opt_mac.h to opt_global.h, as it's now in GENERIC | Robert Watson | 2009-06-05 | 1 | -1/+0 |
| * | Add hierarchical jails. A jail may further virtualize its environment | Jamie Gritton | 2009-05-27 | 1 | -3/+2 |
| * | Introduce a new virtualization container, provisionally named vprocg, to hold | Marko Zec | 2009-05-08 | 1 | -0/+5 |
| * | Fix typo. | Konstantin Belousov | 2009-04-20 | 1 | -1/+1 |
| * | On the exit of the child process which parent either set SA_NOCLDWAIT | Konstantin Belousov | 2009-04-20 | 1 | -4/+4 |
| * | Remove even more unneeded variable assignments. | Ed Schouten | 2009-02-26 | 1 | -2/+0 |
| * | Several threads in a process may do vfork() simultaneously. Then, all | Konstantin Belousov | 2008-12-05 | 1 | -0/+2 |
| * | MFp4: | Bjoern A. Zeeb | 2008-11-29 | 1 | -0/+5 |
| * | Move per-thread userland debugging flags into seperated field, | David Xu | 2008-10-15 | 1 | -0/+4 |
| * | Don't remove queued SIGCHLD if options contain WNOWAIT, so other | David Xu | 2008-08-29 | 1 | -6/+6 |
| * | Implement WNOWAIT flag for wait4(2). It specifies that process whose status | Konstantin Belousov | 2008-08-26 | 1 | -2/+14 |
| * | Integrate the new MPSAFE TTY layer to the FreeBSD operating system. | Ed Schouten | 2008-08-20 | 1 | -34/+28 |
| * | Add DTrace 'proc' provider probes using the Statically Defined Trace | John Birrell | 2008-05-24 | 1 | -0/+30 |
| * | In abort2(2): Accept a NULL arg pointer if nargs == 0 | Poul-Henning Kamp | 2008-03-22 | 1 | -6/+8 |
| * | - Relax requirements for p_numthreads, p_threads, p_swtick, and p_nice from | Jeff Roberson | 2008-03-19 | 1 | -2/+0 |
| * | Switch from conditionally dropping Giant in exit1() to asserting it is | Kris Kennaway | 2008-02-17 | 1 | -6/+1 |
| * | VOP_LOCK1() (and so VOP_LOCK()) and VOP_UNLOCK() are only used in | Attilio Rao | 2008-01-13 | 1 | -1/+1 |
| * | Introduce a way to make pure kernal threads. | Julian Elischer | 2007-10-26 | 1 | -4/+3 |
| * | Merge first in a series of TrustedBSD MAC Framework KPI changes | Robert Watson | 2007-10-24 | 1 | -1/+1 |
| * | Improve the ktrace locking somewhat to reduce overhead: | John Baldwin | 2007-06-13 | 1 | -18/+24 |
| * | rufetch and calcru sometimes should be called atomically together. | Attilio Rao | 2007-06-09 | 1 | -6/+4 |
| * | The current rusage code show peculiar problems: | Attilio Rao | 2007-06-09 | 1 | -31/+8 |
| * | Move per-process audit state from a pointer in the proc structure to | Robert Watson | 2007-06-07 | 1 | -3/+0 |
| * | Commit 14/14 of sched_lock decomposition. | Jeff Roberson | 2007-06-05 | 1 | -10/+12 |
| * | - Move rusage from being per-process in struct pstats to per-thread in | Jeff Roberson | 2007-06-01 | 1 | -9/+17 |
| * | Move cpu_exit() earlier in exit1() to close a race between | John Baldwin | 2007-05-14 | 1 | -16/+10 |
| * | Rename the 'mtx_object', 'rw_object', and 'sx_object' members of mutexes, | John Baldwin | 2007-03-21 | 1 | -1/+1 |
| * | Further system call comment cleanup: | Robert Watson | 2007-03-05 | 1 | -5/+4 |
| * | Remove 'MPSAFE' annotations from the comments above most system calls: all | Robert Watson | 2007-03-04 | 1 | -9/+0 |
| * | Move sigqueue_take() call into proc_reparent(), this fixed bugs where | David Xu | 2006-10-25 | 1 | -4/+3 |
| * | Protect sigqueue_take() call by child process's lock, it fixed a | David Xu | 2006-10-24 | 1 | -2/+2 |
| * | Complete break-out of sys/sys/mac.h into sys/security/mac/mac_framework.h | Robert Watson | 2006-10-22 | 1 | -1/+1 |
| * | Since revision 1.333 of kern_sig.c no longer uses P_WEXIT, the change | David Xu | 2006-10-21 | 1 | -2/+8 |
| * | Back out one of the Giant removals from revision 1.272. Giant was not here to | Christian S.J. Peron | 2006-09-13 | 1 | -2/+2 |
| * | Close race between vmspace_exitfree() and exit1() and races between | Tor Egge | 2006-05-29 | 1 | -29/+2 |
| * | Kill the last Giant acquisition in the exit(2) code. This Giant acquisition | Christian S.J. Peron | 2006-04-10 | 1 | -2/+0 |
| * | Remove the unused sva and eva arguments from pmap_remove_pages(). | Peter Wemm | 2006-04-03 | 1 | -2/+1 |