summaryrefslogtreecommitdiffstats
path: root/sys/kern/kern_fork.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Implement global and per-uid accounting of the anonymous memory. Addkib2009-06-231-2/+16
* Adapt vfs kqfilter to the shared vnode lock used by zfs write vop. Usekib2009-06-101-1/+1
* 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-4/+3
* Introduce a new virtualization container, provisionally named vprocg, to holdzec2009-05-081-0/+3
* Change the curvnet variable from a global const struct vnet *,zec2009-05-051-0/+6
* Several threads in a process may do vfork() simultaneously. Then, allkib2008-12-051-1/+1
* MFp4:bz2008-11-291-0/+6
* - Forward port flush of page table updates on context switch or userretkmacy2008-10-191-2/+7
* Do the pargs_hold() on the copy of the pointer to the p_args of thekib2008-07-231-1/+1
* The kqueue_register() function assumes that it is called from the top ofkib2008-07-071-4/+2
* Add DTrace 'proc' provider probes using the Statically Defined Tracejb2008-05-241-0/+23
* Fix the leak of the vmspace on the fork when the process limitskib2008-03-201-2/+4
* - Don't call the empty sched_newproc() function. sched_newproc() alreadyjeff2008-03-201-1/+0
* Remove kernel support for M:N threading.jeff2008-03-121-1/+1
* When forking, the new thread deserves a name too. Don't just use thejulian2007-11-151-0/+1
* A bunch more files that should probably print out a thread namejulian2007-11-141-2/+2
* Fix for the panic("vm_thread_new: kstack allocation failed") andkib2007-11-051-7/+34
OpenPOWER on IntegriCloud