Age | Commit message (Expand) | Author |
2019-11-29 | Move p_sleeplocks and p_limit into the "zero on create" section of struct | Philip Guenther |
2019-11-29 | Move kcov(4)'s p_kd into the "zero on create" section to simplify fork code | Philip Guenther |
2019-10-22 | struct proc: change ps_start from utc time to uptime | cheloha |
2019-10-21 | Move `p_estcpu' to the region copied during fork & kill scheduler_fork_hook(). | Martin Pieuchot |
2019-10-15 | Reduce the number of places where `p_priority' and `p_stat' are set. | Martin Pieuchot |
2019-06-21 | Make resource limit access MP-safe. So far, the copy-on-write sharing | Visa Hankala |
2019-06-01 | Revert to using the SCHED_LOCK() to protect time accounting. | Martin Pieuchot |
2019-05-31 | Use a per-process mutex to protect time accounting instead of SCHED_LOCK(). | Martin Pieuchot |
2019-05-31 | Rename struct plimit field p_refcnt to pl_refcnt to avoid confusion | Visa Hankala |
2019-01-06 | Fix unsafe use of ptsignal() in mi_switch(). | Visa Hankala |
2018-11-12 | Add a mechanism for managing asynchronous IO signal registrations. | Visa Hankala |
2018-08-30 | Split the system-wide list of all futexes into process-specific lists | Visa Hankala |
2018-08-25 | Change kcov semantics, kernel code coverage tracing is now enabled on a per | anton |
2018-07-20 | Correctly copy across unveil's from parent to child process on fork(). | Bob Beck |
2018-07-13 | Unveiling unveil(2). | Bob Beck |
2018-06-17 | Move kqueue related fields from struct filedesc to struct kqueue. Solves a panic | anton |
2017-12-30 | Delete unnecessary <sys/file.h> includes | Philip Guenther |
2017-12-12 | pledge()'s 2nd argument becomes char *execpromises, which becomes the | Theo de Raadt |
2017-09-27 | guenther sleep-commited the version without #ifdefs | Theo de Raadt |
2017-09-27 | amd64 needs FS.base values (the TCB pointer) to be validated, as noncanonical | Philip Guenther |
2017-08-29 | Remove old deactivated pledge path code. A replacement mechanism is | Theo de Raadt |
2017-04-20 | Add a port of witness(4) lock validation tool from FreeBSD. | Visa Hankala |
2017-04-13 | Provide mips64 with kernel-facing TCB_{GET,SET} macros that store it | Philip Guenther |
2017-02-12 | Split up fork1(): | Philip Guenther |
2017-02-08 | Delete the obsolete fork/exec/exit emulation hooks. | Philip Guenther |
2017-01-24 | Rename pfind(9) into tfind(9) to reflect that it deals with threads. | Martin Pieuchot |
2016-11-07 | Split PID from TID, giving processes a PID unrelated to the TID of their | Philip Guenther |
2016-10-22 | Adjust allocpid() to take into account lastpid | Philip Guenther |
2016-10-15 | Process groups can't be removed if a zombie process is in them, so | Philip Guenther |
2016-09-03 | Inherit PS_WXNEEDED in forked processes. | Jeremie Courreges-Anglas |
2016-08-31 | proc_trampoline_mp hasn't needed curproc since 2011 | Tom Cosgrove |
2016-04-25 | remove systrace remnants | Ted Unangst |
2016-04-25 | boom goes the dynamite | Ted Unangst |
2016-03-11 | increase size of oldpids to 128 to prevent mod bias when idx wraps. | Ted Unangst |
2015-10-09 | Rename tame() to pledge(). This fairly interface has evolved to be more | Theo de Raadt |
2015-09-11 | Only include <sys/tame.h> in the .c files that need it | Philip Guenther |
2015-08-22 | Move to tame(int flags, char *paths[]) API/ABI. | Theo de Raadt |
2015-07-19 | tame(2) is a subsystem which restricts programs into a "reduced feature | Theo de Raadt |
2015-03-14 | add sys/atomic.h back for membar_* needed for at least armv7 | Jonathan Gray |
2015-03-14 | Remove some includes include-what-you-use claims don't | Jonathan Gray |
2015-02-10 | Factor out the common bits of process_new() and main()'s code for | Philip Guenther |
2014-11-18 | move arc4random prototype to systm.h. more appropriate for most code | Ted Unangst |
2014-11-03 | include sys/unistd.h where needed instead of indirect reliance. ok jsg | Ted Unangst |
2014-11-03 | pass size argument to free() | Theo de Raadt |
2014-09-08 | Delete procfs; it's always had races and is now unused: no one noticed for | Philip Guenther |
2014-07-13 | KERNEL_ASSERT_LOCKED(9): Assertion for kernel lock (Rev. 3) | Masao Uebayashi |
2014-07-12 | add a size argument to free. will be used soon, but for now default to 0. | Ted Unangst |
2014-07-11 | Use membar_producer() to force visibility instead of misusing | Philip Guenther |
2014-07-08 | decouple struct uvmexp into a new file, so that uvm_extern.h and sysctl.h | Theo de Raadt |
2014-07-07 | fork1: FORK_THREAD requires FORK_SHAREFILES | Matthew Dempsky |