summaryrefslogtreecommitdiffstats
path: root/sys/kern/kern_exit.c
Commit message (Expand)AuthorAgeFilesLines
* MFC r258622: dtrace sdt: remove the ugly sname parameter of SDT_PROBE_DEFINEavg2014-01-171-1/+1
* MFC r258281: Fix siginfo_t.si_status for wait6/waitid/SIGCHLD.jilles2014-01-011-4/+7
* Specify SDT probe argument types in the probe definition itself rather thanmarkj2013-08-151-2/+1
* Remove cr_prison NULL check from proc_to_reap.mjg2013-07-221-2/+1
* Merge Capsicum overhaul:pjd2013-03-021-1/+1
* When vforked child is traced, the debugging events are not generatedkib2013-02-071-1/+1
* The case of pid == WAIT_MYPGRP for the kern_wait() is already handledkib2013-01-301-7/+7
* Protect the p->p_pgrp dereference with the process lock.kib2013-01-061-0/+2
* Restore the proper handling of the pid 0 for waitpid(2).kib2012-11-161-4/+9
* Style fixes for r242958.kib2012-11-161-8/+6
* Add the wait6(2) system call. It takes POSIX waitid()-like processkib2012-11-131-37/+268
* Remove the support for using non-mpsafe filesystem modules.kib2012-10-221-3/+0
* Ignore stop and continue signals sent to an exiting process. Stop signalsjhb2012-09-131-0/+8
* A few whitespace and comment fixes.jhb2012-09-071-3/+3
* When process exists, not only the children shall be reparented tokib2012-04-021-0/+16
* Add helper function to remove the process from the orphans list andkib2012-04-021-8/+14
* Add an assert for proctree_lock to proc_to_reap().jh2012-03-141-0/+2
* Lock the process around manipulations with p_flag.kib2012-03-131-0/+2
* Restore the return statement erronously removed in the r232048.kib2012-02-241-0/+1
* Allow the parent to gather the exit status of the children reparentedkib2012-02-231-35/+86
* Fix long-standing thinko regarding maxproc accounting. Basically,trasz2011-09-171-16/+4
* In order to maximize the re-usability of kernel code in user space thiskmacy2011-09-161-7/+7
* Add experimental support for process descriptorsjonathan2011-08-181-30/+52
* All the racct_*() calls need to happen with the proc locked. Fixing thistrasz2011-07-061-0/+6
* We should not return ECHILD when debugging a child and the parent does aobrien2011-06-141-3/+8
* Remove stale M_ZOMBIE malloc type.pluknet2011-04-141-3/+0
* Some callers of proc_reparent() already have the parent process locked.kib2011-04-101-2/+6
* Enable accounting for RACCT_NPROC and RACCT_NTHR.trasz2011-03-311-0/+8
* Add racct. It's an API to keep per-process, per-jail, per-loginclasstrasz2011-03-291-0/+6
* By using the 32-bit Linux version of Sun's Java Development Kit 1.6netchild2010-11-221-1/+2
* - When disabling ktracing on a process, free any pending requests thatjhb2010-10-211-31/+1
* Create a global thread hash table to speed up thread lookup, usedavidxu2010-10-091-0/+2
* Add an extra comment to the SDT probes definition. This allows us to getrpaulo2010-08-221-1/+1
* Tweak the in-kernel API for sending signals to threads:jhb2010-06-291-1/+1
* Let access overriding to TTYs depend on the cdev_priv, not the vnode.ed2009-12-191-0/+1
* Refine r195509, instead of checking that vnode type is VBAD, that iskib2009-10-101-3/+3
* Add a temporary workaround which just lets init die instead ofmarius2009-08-261-1/+6
* Remove the interim vimage containers, struct vimage and struct procg,jamie2009-07-171-5/+0
* The control terminal revocation at the session leader exit does notkib2009-07-091-3/+4
* udit the 'options' argument to wait4(2).rwatson2009-07-011-0/+1
* Replace AUDIT_ARG() with variable argument macros with a set more morerwatson2009-06-271-2/+2
* Perform some more cleanups to in-kernel session handling.ed2009-06-151-38/+33
* Make tcsetsid(3) work on revoked TTYs.ed2009-06-151-1/+1
* Move zombie-reaping code out of kern_wait() and into its own function,rwatson2009-06-081-106/+121
* Move "options MAC" from opt_mac.h to opt_global.h, as it's now in GENERICrwatson2009-06-051-1/+0
* Add hierarchical jails. A jail may further virtualize its environmentjamie2009-05-271-3/+2
* Introduce a new virtualization container, provisionally named vprocg, to holdzec2009-05-081-0/+5
* Fix typo.kib2009-04-201-1/+1
* On the exit of the child process which parent either set SA_NOCLDWAITkib2009-04-201-4/+4
* Remove even more unneeded variable assignments.ed2009-02-261-2/+0
OpenPOWER on IntegriCloud