summaryrefslogtreecommitdiffstats
path: root/sys/kern/kern_fork.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Implement an RFTSIGZMB flag to rfork(2) to specify a signal that iskib2011-07-121-1/+16
* All the racct_*() calls need to happen with the proc locked. Fixing thistrasz2011-07-061-0/+6
* Enable accounting for RACCT_NPROC and RACCT_NTHR.trasz2011-03-311-0/+20
* Add racct. It's an API to keep per-process, per-jail, per-loginclasstrasz2011-03-291-0/+17
* Fix some locking nits with the p_state field of struct proc:jhb2011-03-241-7/+4
* Extend struct sysvec with new method sv_schedtail, which is used for andchagin2011-03-081-1/+3
* Introduce preliminary support of the show description of the ABI ofdchagin2011-02-251-4/+4
* Allow debugger to specify that children of the traced process should bekib2011-01-251-10/+63
* - Move sched_fork() later in fork() after the various sections of the newjhb2011-01-061-6/+7
* Finishing touches to fork1() - ANSIfy missed function definition, style(9)trasz2011-01-021-27/+20
* Refactor fork1() to make it easier to follow. No functional changes.trasz2010-12-101-191/+220
* MFp4:davidxu2010-12-091-0/+1
* Add a KASSERT to make it obvious when fork_norfproc() is to be called,trasz2010-12-061-1/+3
* Fix style bug introduced by previous commit.trasz2010-12-061-1/+1
* Improve readability by factoring out the !RFPROC case. While here,trasz2010-12-061-59/+57
* - When disabling ktracing on a process, free any pending requests thatjhb2010-10-211-15/+1
* Create a global thread hash table to speed up thread lookup, usedavidxu2010-10-091-1/+1
* Fix two bugs in DTrace:rpaulo2010-09-091-9/+15
* Add an extra comment to the SDT probes definition. This allows us to getrpaulo2010-08-221-1/+1
* Reintroduce the r196640, after fixing the problem with my testing.kib2009-09-011-10/+15
* Reverse r196640 and r196644 for now.kib2009-08-291-15/+10
* Dispose the kernel stack of the proper thread.kib2009-08-291-1/+1
* Remove the altkstacks, instead instantiate threads with kernel stackkib2009-08-291-10/+15
* Remove the interim vimage containers, struct vimage and struct procg,jamie2009-07-171-4/+0
* Replace AUDIT_ARG() with variable argument macros with a set more morerwatson2009-06-271-2/+2
OpenPOWER on IntegriCloud