summaryrefslogtreecommitdiffstats
path: root/sys/kern/kern_fork.c
Commit message (Expand)AuthorAgeFilesLines
* MFC r281436 (by mjg@):dchagin2017-07-151-1/+1
* MFC 313407,313449: Copy ELF machine/flags from binaries to core dumps.jhb2017-05-111-0/+2
* MFC r313992, r314075, r314118, r315484:badger2017-03-251-2/+2
* MFC r303426:kib2016-08-271-0/+1
* MFC r304440, r304487:markj2016-08-221-1/+1
* MFC 303001: Add PTRACE_VFORK to trace vfork events.jhb2016-08-191-0/+1
* MFC r303423:kib2016-08-151-4/+2
* MFC 302900,302902,302921,303461,304009:jhb2016-08-151-5/+5
* MFC 292894,292896: Add ptrace(2) reporting for LWP events.jhb2016-08-121-3/+4
* MFC r280331:bdrewery2016-08-081-1/+1
* MFC r280330,r282567:bdrewery2016-08-081-8/+8
* MFC r303702:kib2016-08-061-3/+3
* MFC r292384:bdrewery2016-06-271-3/+2
* MFC r298819:bdrewery2016-06-271-1/+1
* MFC r280130:bdrewery2016-06-271-2/+3
* MFC r297156,r297157,r297158,r297159,r297161,r297172,r297200,r297201,r297202,bdrewery2016-06-211-0/+1
* MFC 295418,295419:jhb2016-02-161-1/+1
* MFC r288336: save some bytes by using more concise SDT_PROBE<n>avg2015-10-231-1/+1
* MFC 287386,288949,288993:jhb2015-10-231-3/+18
* MFC r289026:kib2015-10-161-32/+38
* MFC 283546:jhb2015-06-131-0/+3
* Add chunk missed in the r284199.kib2015-06-101-0/+1
* MFC r277322:kib2015-01-251-1/+1
* Merge reaper facility.kib2015-01-051-3/+23
* MFC r275745:kib2014-12-271-2/+3
* Commit forgotten chunk of r270264.kib2014-08-211-0/+1
* MFC r268001:mjg2014-07-061-2/+2
* MFC r259535:markj2014-03-181-5/+5
* MFC r258622: dtrace sdt: remove the ugly sname parameter of SDT_PROBE_DEFINEavg2014-01-171-1/+1
* Extend the support for exempting processes from being killed when swap isjhb2013-09-191-0/+6
* Specify SDT probe argument types in the probe definition itself rather thanmarkj2013-08-151-4/+2
* Include PID in the error message which is printed when the maxproc limitjh2013-04-191-2/+2
* Merge Capsicum overhaul:pjd2013-03-021-1/+1
* Remove redundant parenthesis.pjd2013-02-171-1/+1
* Remove a special case for XEN, which is erronous and makes vfork(2)kib2012-12-151-4/+0
* Fix a race between kern_setitimer() and realitexpire(), where thekib2012-12-041-1/+1
* userret() already checks for td_locks when INVARIANTS is enabled, soattilio2012-09-081-1/+0
* Add a sysctl kern.pid_max, which limits the maximum pid the system iskib2012-08-151-4/+4
* The falloc() function obtains two references to newly created 'fp'.pjd2012-06-191-2/+6
* Stop treating td_sigmask specially for the purposes of new threadkib2012-05-261-1/+0
* Fix panic with RACCT that could occur in low memory (or out of swap)trasz2012-05-221-1/+1
* Currently, the debugger attached to the process executing vfork() doeskib2012-02-271-8/+4
* Allow the parent to gather the exit status of the children reparentedkib2012-02-231-0/+1
* Mark the automatically attached child with PL_FLAG_CHILD in structkib2012-02-101-0/+2
* Move some code inside the racct_proc_fork(); it spares a few lock operationstrasz2011-10-031-11/+0
* Fix another bug introduced in r225641, which caused rctl to access certaintrasz2011-10-031-0/+1
* Fix error handling bug that would prevent MAC structures from gettingtrasz2011-09-171-20/+18
* Fix long-standing thinko regarding maxproc accounting. Basically,trasz2011-09-171-21/+3
* In order to maximize the re-usability of kernel code in user space thiskmacy2011-09-161-5/+5
* Add experimental support for process descriptorsjonathan2011-08-181-6/+90
OpenPOWER on IntegriCloud