| Commit message (Expand) | Author | Age | Files | Lines |
* | When vforked child is traced, the debugging events are not generated | kib | 2013-02-07 | 1 | -1/+1 |
* | The case of pid == WAIT_MYPGRP for the kern_wait() is already handled | kib | 2013-01-30 | 1 | -7/+7 |
* | Protect the p->p_pgrp dereference with the process lock. | kib | 2013-01-06 | 1 | -0/+2 |
* | Restore the proper handling of the pid 0 for waitpid(2). | kib | 2012-11-16 | 1 | -4/+9 |
* | Style fixes for r242958. | kib | 2012-11-16 | 1 | -8/+6 |
* | Add the wait6(2) system call. It takes POSIX waitid()-like process | kib | 2012-11-13 | 1 | -37/+268 |
* | Remove the support for using non-mpsafe filesystem modules. | kib | 2012-10-22 | 1 | -3/+0 |
* | Ignore stop and continue signals sent to an exiting process. Stop signals | jhb | 2012-09-13 | 1 | -0/+8 |
* | A few whitespace and comment fixes. | jhb | 2012-09-07 | 1 | -3/+3 |
* | When process exists, not only the children shall be reparented to | kib | 2012-04-02 | 1 | -0/+16 |
* | Add helper function to remove the process from the orphans list and | kib | 2012-04-02 | 1 | -8/+14 |
* | Add an assert for proctree_lock to proc_to_reap(). | jh | 2012-03-14 | 1 | -0/+2 |
* | Lock the process around manipulations with p_flag. | kib | 2012-03-13 | 1 | -0/+2 |
* | Restore the return statement erronously removed in the r232048. | kib | 2012-02-24 | 1 | -0/+1 |
* | Allow the parent to gather the exit status of the children reparented | kib | 2012-02-23 | 1 | -35/+86 |
* | Fix long-standing thinko regarding maxproc accounting. Basically, | trasz | 2011-09-17 | 1 | -16/+4 |
* | In order to maximize the re-usability of kernel code in user space this | kmacy | 2011-09-16 | 1 | -7/+7 |
* | Add experimental support for process descriptors | jonathan | 2011-08-18 | 1 | -30/+52 |
* | All the racct_*() calls need to happen with the proc locked. Fixing this | trasz | 2011-07-06 | 1 | -0/+6 |
* | We should not return ECHILD when debugging a child and the parent does a | obrien | 2011-06-14 | 1 | -3/+8 |
* | Remove stale M_ZOMBIE malloc type. | pluknet | 2011-04-14 | 1 | -3/+0 |
* | Some callers of proc_reparent() already have the parent process locked. | kib | 2011-04-10 | 1 | -2/+6 |
* | Enable accounting for RACCT_NPROC and RACCT_NTHR. | trasz | 2011-03-31 | 1 | -0/+8 |
* | Add racct. It's an API to keep per-process, per-jail, per-loginclass | trasz | 2011-03-29 | 1 | -0/+6 |
* | By using the 32-bit Linux version of Sun's Java Development Kit 1.6 | netchild | 2010-11-22 | 1 | -1/+2 |
* | - When disabling ktracing on a process, free any pending requests that | jhb | 2010-10-21 | 1 | -31/+1 |
* | Create a global thread hash table to speed up thread lookup, use | davidxu | 2010-10-09 | 1 | -0/+2 |
* | Add an extra comment to the SDT probes definition. This allows us to get | rpaulo | 2010-08-22 | 1 | -1/+1 |
* | Tweak the in-kernel API for sending signals to threads: | jhb | 2010-06-29 | 1 | -1/+1 |
* | Let access overriding to TTYs depend on the cdev_priv, not the vnode. | ed | 2009-12-19 | 1 | -0/+1 |
* | Refine r195509, instead of checking that vnode type is VBAD, that is | kib | 2009-10-10 | 1 | -3/+3 |
* | Add a temporary workaround which just lets init die instead of | marius | 2009-08-26 | 1 | -1/+6 |
* | Remove the interim vimage containers, struct vimage and struct procg, | jamie | 2009-07-17 | 1 | -5/+0 |
* | The control terminal revocation at the session leader exit does not | kib | 2009-07-09 | 1 | -3/+4 |
* | udit the 'options' argument to wait4(2). | rwatson | 2009-07-01 | 1 | -0/+1 |
* | Replace AUDIT_ARG() with variable argument macros with a set more more | rwatson | 2009-06-27 | 1 | -2/+2 |
* | Perform some more cleanups to in-kernel session handling. | ed | 2009-06-15 | 1 | -38/+33 |
* | Make tcsetsid(3) work on revoked TTYs. | ed | 2009-06-15 | 1 | -1/+1 |
* | Move zombie-reaping code out of kern_wait() and into its own function, | rwatson | 2009-06-08 | 1 | -106/+121 |
* | Move "options MAC" from opt_mac.h to opt_global.h, as it's now in GENERIC | rwatson | 2009-06-05 | 1 | -1/+0 |
* | Add hierarchical jails. A jail may further virtualize its environment | jamie | 2009-05-27 | 1 | -3/+2 |
* | Introduce a new virtualization container, provisionally named vprocg, to hold | zec | 2009-05-08 | 1 | -0/+5 |
* | Fix typo. | kib | 2009-04-20 | 1 | -1/+1 |
* | On the exit of the child process which parent either set SA_NOCLDWAIT | kib | 2009-04-20 | 1 | -4/+4 |
* | Remove even more unneeded variable assignments. | ed | 2009-02-26 | 1 | -2/+0 |
* | Several threads in a process may do vfork() simultaneously. Then, all | kib | 2008-12-05 | 1 | -0/+2 |
* | MFp4: | bz | 2008-11-29 | 1 | -0/+5 |
* | Move per-thread userland debugging flags into seperated field, | davidxu | 2008-10-15 | 1 | -0/+4 |
* | Don't remove queued SIGCHLD if options contain WNOWAIT, so other | davidxu | 2008-08-29 | 1 | -6/+6 |
* | Implement WNOWAIT flag for wait4(2). It specifies that process whose status | kib | 2008-08-26 | 1 | -2/+14 |