| Commit message (Expand) | Author | Age | Files | Lines |
* | Move some code inside the racct_proc_fork(); it spares a few lock operations | trasz | 2011-10-03 | 1 | -11/+0 |
* | Fix another bug introduced in r225641, which caused rctl to access certain | trasz | 2011-10-03 | 1 | -0/+1 |
* | Fix error handling bug that would prevent MAC structures from getting | trasz | 2011-09-17 | 1 | -20/+18 |
* | Fix long-standing thinko regarding maxproc accounting. Basically, | trasz | 2011-09-17 | 1 | -21/+3 |
* | In order to maximize the re-usability of kernel code in user space this | kmacy | 2011-09-16 | 1 | -5/+5 |
* | Add experimental support for process descriptors | jonathan | 2011-08-18 | 1 | -6/+90 |
* | Implement an RFTSIGZMB flag to rfork(2) to specify a signal that is | kib | 2011-07-12 | 1 | -1/+16 |
* | All the racct_*() calls need to happen with the proc locked. Fixing this | trasz | 2011-07-06 | 1 | -0/+6 |
* | Enable accounting for RACCT_NPROC and RACCT_NTHR. | trasz | 2011-03-31 | 1 | -0/+20 |
* | Add racct. It's an API to keep per-process, per-jail, per-loginclass | trasz | 2011-03-29 | 1 | -0/+17 |
* | Fix some locking nits with the p_state field of struct proc: | jhb | 2011-03-24 | 1 | -7/+4 |
* | Extend struct sysvec with new method sv_schedtail, which is used for an | dchagin | 2011-03-08 | 1 | -1/+3 |
* | Introduce preliminary support of the show description of the ABI of | dchagin | 2011-02-25 | 1 | -4/+4 |
* | Allow debugger to specify that children of the traced process should be | kib | 2011-01-25 | 1 | -10/+63 |
* | - Move sched_fork() later in fork() after the various sections of the new | jhb | 2011-01-06 | 1 | -6/+7 |
* | Finishing touches to fork1() - ANSIfy missed function definition, style(9) | trasz | 2011-01-02 | 1 | -27/+20 |
* | Refactor fork1() to make it easier to follow. No functional changes. | trasz | 2010-12-10 | 1 | -191/+220 |
* | MFp4: | davidxu | 2010-12-09 | 1 | -0/+1 |
* | Add a KASSERT to make it obvious when fork_norfproc() is to be called, | trasz | 2010-12-06 | 1 | -1/+3 |
* | Fix style bug introduced by previous commit. | trasz | 2010-12-06 | 1 | -1/+1 |
* | Improve readability by factoring out the !RFPROC case. While here, | trasz | 2010-12-06 | 1 | -59/+57 |
* | - When disabling ktracing on a process, free any pending requests that | jhb | 2010-10-21 | 1 | -15/+1 |
* | Create a global thread hash table to speed up thread lookup, use | davidxu | 2010-10-09 | 1 | -1/+1 |
* | Fix two bugs in DTrace: | rpaulo | 2010-09-09 | 1 | -9/+15 |
* | Add an extra comment to the SDT probes definition. This allows us to get | rpaulo | 2010-08-22 | 1 | -1/+1 |
* | Reintroduce the r196640, after fixing the problem with my testing. | kib | 2009-09-01 | 1 | -10/+15 |
* | Reverse r196640 and r196644 for now. | kib | 2009-08-29 | 1 | -15/+10 |
* | Dispose the kernel stack of the proper thread. | kib | 2009-08-29 | 1 | -1/+1 |
* | Remove the altkstacks, instead instantiate threads with kernel stack | kib | 2009-08-29 | 1 | -10/+15 |
* | Remove the interim vimage containers, struct vimage and struct procg, | jamie | 2009-07-17 | 1 | -4/+0 |
* | Replace AUDIT_ARG() with variable argument macros with a set more more | rwatson | 2009-06-27 | 1 | -2/+2 |
* | Implement global and per-uid accounting of the anonymous memory. Add | kib | 2009-06-23 | 1 | -2/+16 |
* | Adapt vfs kqfilter to the shared vnode lock used by zfs write vop. Use | kib | 2009-06-10 | 1 | -1/+1 |
* | 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 | -4/+3 |
* | Introduce a new virtualization container, provisionally named vprocg, to hold | zec | 2009-05-08 | 1 | -0/+3 |
* | Change the curvnet variable from a global const struct vnet *, | zec | 2009-05-05 | 1 | -0/+6 |
* | Several threads in a process may do vfork() simultaneously. Then, all | kib | 2008-12-05 | 1 | -1/+1 |
* | MFp4: | bz | 2008-11-29 | 1 | -0/+6 |
* | - Forward port flush of page table updates on context switch or userret | kmacy | 2008-10-19 | 1 | -2/+7 |
* | Do the pargs_hold() on the copy of the pointer to the p_args of the | kib | 2008-07-23 | 1 | -1/+1 |
* | The kqueue_register() function assumes that it is called from the top of | kib | 2008-07-07 | 1 | -4/+2 |
* | Add DTrace 'proc' provider probes using the Statically Defined Trace | jb | 2008-05-24 | 1 | -0/+23 |
* | Fix the leak of the vmspace on the fork when the process limits | kib | 2008-03-20 | 1 | -2/+4 |
* | - Don't call the empty sched_newproc() function. sched_newproc() already | jeff | 2008-03-20 | 1 | -1/+0 |
* | Remove kernel support for M:N threading. | jeff | 2008-03-12 | 1 | -1/+1 |
* | When forking, the new thread deserves a name too. Don't just use the | julian | 2007-11-15 | 1 | -0/+1 |
* | A bunch more files that should probably print out a thread name | julian | 2007-11-14 | 1 | -2/+2 |
* | Fix for the panic("vm_thread_new: kstack allocation failed") and | kib | 2007-11-05 | 1 | -7/+34 |
* | Completely remove the code for single threading the mainline fork code. | julian | 2007-11-02 | 1 | -49/+3 |