| Commit message (Expand) | Author | Age | Files | Lines |
* | Rename tame() to pledge(). This fairly interface has evolved to be more |  deraadt | 2015-10-09 | 1 | -5/+5 |
* | Only include <sys/tame.h> in the .c files that need it |  guenther | 2015-09-11 | 1 | -1/+2 |
* | Move to tame(int flags, char *paths[]) API/ABI. |  deraadt | 2015-08-22 | 1 | -1/+4 |
* | tame(2) is a subsystem which restricts programs into a "reduced feature |  deraadt | 2015-07-19 | 1 | -2/+2 |
* | add sys/atomic.h back for membar_* needed for at least armv7 |  jsg | 2015-03-14 | 1 | -1/+2 |
* | Remove some includes include-what-you-use claims don't |  jsg | 2015-03-14 | 1 | -2/+1 |
* | Factor out the common bits of process_new() and main()'s code for |  guenther | 2015-02-10 | 1 | -17/+28 |
* | move arc4random prototype to systm.h. more appropriate for most code |  tedu | 2014-11-18 | 1 | -2/+1 |
* | include sys/unistd.h where needed instead of indirect reliance. ok jsg |  tedu | 2014-11-03 | 1 | -1/+2 |
* | pass size argument to free() |  deraadt | 2014-11-03 | 1 | -2/+2 |
* | Delete procfs; it's always had races and is now unused: no one noticed for |  guenther | 2014-09-08 | 1 | -2/+2 |
* | KERNEL_ASSERT_LOCKED(9): Assertion for kernel lock (Rev. 3) |  uebayasi | 2014-07-13 | 1 | -2/+2 |
* | add a size argument to free. will be used soon, but for now default to 0. |  tedu | 2014-07-12 | 1 | -2/+2 |
* | Use membar_producer() to force visibility instead of misusing |  guenther | 2014-07-11 | 1 | -6/+7 |
* | decouple struct uvmexp into a new file, so that uvm_extern.h and sysctl.h |  deraadt | 2014-07-08 | 1 | -1/+2 |
* | fork1: FORK_THREAD requires FORK_SHAREFILES |  matthew | 2014-07-07 | 1 | -2/+4 |
* | Track whether a process is a zombie or not yet fully built via flags |  guenther | 2014-07-04 | 1 | -9/+15 |
* | Move from struct proc to process the reference-count-holding pointers |  guenther | 2014-05-15 | 1 | -16/+21 |
* | Include <sys/vmmeter.h> directly instead of relying on it being |  mpi | 2014-05-06 | 1 | -1/+2 |
* | Add PS_SYSTEM, the process-level mirror of the thread-level P_SYSTEM, |  guenther | 2014-05-04 | 1 | -2/+6 |
* | Move the u-area allocation and pmap-magic logic to its own function |  guenther | 2014-05-03 | 1 | -5/+2 |
* | Have each thread keeps its own (counted!) reference to the process's ucreds |  guenther | 2014-04-18 | 1 | -2/+4 |
* | Eliminates struct pcred by moving the real and saved ugids into |  guenther | 2014-03-30 | 1 | -5/+4 |
* | Reduce uvm include madness. Use <uvm/uvm_extern.h> instead of |  mpi | 2014-03-28 | 1 | -3/+2 |
* | Move p_emul and p_sigcode from proc to process. |  guenther | 2014-03-26 | 1 | -4/+4 |
* | Move p_sigacts from struct proc to struct process. |  guenther | 2014-03-22 | 1 | -29/+27 |
* | Eliminate the exit sig handling, which was only invokable via the |  guenther | 2014-02-12 | 1 | -7/+5 |
* | arc4random_uniform() returns a value strictly less than its argument; fix |  guenther | 2014-02-10 | 1 | -2/+2 |
* | Threads can't be zombies, only processes, so change zombproc to zombprocess, |  guenther | 2014-01-20 | 1 | -10/+12 |
* | Move p_textvp from struct proc to struct process so that the exit code |  guenther | 2014-01-20 | 1 | -6/+6 |
* | Fix delivery of SIGPROF and SIGVTALRM to threaded processes by having |  guenther | 2013-10-08 | 1 | -3/+1 |
* | The last user of the old __tfork() was updated to the current one, |  guenther | 2013-08-14 | 1 | -26/+1 |
* | convert some easy bcopy to memcpy and clean up fdexpand a bit. |  tedu | 2013-06-11 | 1 | -10/+10 |
* | Prevent idle thread from being stolen on startup. |  haesbaert | 2013-06-06 | 1 | -6/+9 |
* | factor out pid allocation to functions. add a small cache of recently |  tedu | 2013-06-05 | 1 | -9/+38 |
* | When creating a thread, don't add it to the process's thread list |  guenther | 2013-06-03 | 1 | -10/+11 |
* | Convert some internal APIs to use timespecs instead of timevals |  guenther | 2013-06-03 | 1 | -2/+2 |
* | As found by kurt, there's a twisty race between exit1 and fork1 |  tedu | 2013-06-01 | 1 | -1/+9 |
* | rthreads are always enabled. remove the sysctl. |  tedu | 2013-04-06 | 1 | -3/+1 |
* | the 5.1 era tfork syscall claws its way out of the grave. we failed to |  tedu | 2013-03-14 | 1 | -1/+26 |
* | No longer need the 5.1 version of the __tfork syscall |  guenther | 2013-03-02 | 1 | -26/+1 |
* | If uvm_km_kmemalloc_pla() fails when just creating a thread (and not a |  guenther | 2012-11-19 | 1 | -3/+5 |
* | Apply profiling to all threads instead of just the thread that called |  guenther | 2012-08-02 | 1 | -5/+7 |
* | __tfork() needs to set the stack address of the new thread in the kernel, |  guenther | 2012-06-21 | 1 | -3/+33 |
* | Only set a process's start time when starting the main thread. There's |  guenther | 2012-05-10 | 1 | -5/+10 |
* | First stab at making ptrace(2) usable for debugging multi-threaded programs. |  kettenis | 2012-04-13 | 1 | -1/+2 |
* | remove rfork(); ok guenther miod |  deraadt | 2012-04-12 | 1 | -51/+2 |
* | move accounting flags to struct process; idea and ok guenther |  mikeb | 2012-04-12 | 1 | -2/+3 |
* | Make the KERN_NPROCS and KERN_MAXPROC sysctl()s and the RLIMIT_NPROC rlimit |  guenther | 2012-04-10 | 1 | -16/+36 |
* | Make rusage totals, itimers, and profile settings per-process instead |  guenther | 2012-03-23 | 1 | -7/+6 |