Age | Commit message (Expand) | Author |
2021-11-26 | Mark exit1() and sigexit() as non-returning | Visa Hankala |
2021-11-24 | Remove unneeded <sys/stdarg.h>. | Visa Hankala |
2020-02-21 | Remove sigacts structure sharing. The only process that used sharing was | Claudio Jeker |
2019-12-11 | Replace p_xstat with ps_xexit and ps_xsig | Philip Guenther |
2018-07-05 | Grab the KERNEL_LOCK() in kthread_create(9) to enable unlocked code | Visa Hankala |
2017-02-12 | Split up fork1(): | Philip Guenther |
2017-01-21 | p_comm is the process's command and isn't per thread, so move it from | Philip Guenther |
2016-11-07 | Split PID from TID, giving processes a PID unrelated to the TID of their | Philip Guenther |
2015-03-14 | Remove some includes include-what-you-use claims don't | Jonathan Gray |
2014-11-03 | pass size argument to free() | Theo de Raadt |
2014-07-12 | add a size argument to free. will be used soon, but for now default to 0. | Ted Unangst |
2014-05-04 | Add PS_SYSTEM, the process-level mirror of the thread-level P_SYSTEM, | Philip Guenther |
2014-02-12 | Eliminate the exit sig handling, which was only invokable via the | Philip Guenther |
2013-11-18 | simplify kthread_create(). no more stdarg | Theo de Raadt |
2013-03-28 | do not include machine/cpu.h from a .c file; it is the responsibility of | Theo de Raadt |
2011-11-09 | Change fork1() and kthread_create() to match the rest of the tree | Philip Guenthe |
2008-06-26 | First pass at removing clauses 3 and 4 from NetBSD licenses. | Ray Lai |
2008-05-02 | Pass FORK_SHAREFILES flag in kthread_create; avoids allocating a | Bret Lambert |
2007-09-07 | Use M_ZERO in a few more places to shave bytes from the kernel. | Artur Grabowski |
2007-03-15 | Since p_flag is often manipulated in interrupts and without biglock | Artur Grabowski |
2006-11-29 | Kernel stack can be swapped. This means that stuff that's on the stack | Miod Vallat |
2005-12-03 | kernel support for threaded processes (rthreads). | Ted Unangst |
2004-12-08 | Have kthread_create_deferred() act immediately once kthread_run_deferred_queue() | Miod Vallat |
2004-11-23 | Create the init process earlier, before the root filesystem is mounted, | Miod Vallat |
2004-05-04 | Remove useless ``elm'' argument from the SIMPLEQ_REMOVE_HEAD macro. | Alexander Yurchenko |
2004-01-03 | put an mi wrapper around stdarg.h/varargs.h. gcc3 moved stdarg/varargs macros | Marc Espie |
2003-05-27 | typos in comments; From: Bengt Wessling <bengt@lemuria.org>, 10x | Henning Brauer |
2003-05-06 | string cleaning; tedu ok | Theo de Raadt |
2002-06-11 | ANSIfy | Artur Grabowski |
2002-03-15 | Kill #if __STDC__ used to do K&R vs. ANSI varargs/stdarg; just do things | Todd C. Miller |
2002-03-14 | First round of __P removal in sys | Todd C. Miller |
2001-11-06 | Let fork1, uvm_fork, and cpu_fork take a function/argument pair as argument, | Artur Grabowski |
2001-08-08 | __dead not __noreturn__ | Todd C. Miller |
2001-06-27 | no more cpu_set_init_frame | Artur Grabowski |
2001-06-27 | remove old vm | Artur Grabowski |
2001-04-02 | On popular demand, the Linux-compatibility clone(2) implementation based | Niklas Hallqvist |
2000-07-17 | art, at least commit something which compiles! | Theo de Raadt |
2000-07-17 | FORK_SHAREVM only works on non-UVM kernels. | Artur Grabowski |
2000-06-18 | Mark kernel threads as system processes. Make ps hide them by default, | Niklas Hallqvist |
2000-01-31 | re-add fixed vfork code from art | Theo de Raadt |
2000-01-31 | undo vfork changes, since non-UVM was not considered | Theo de Raadt |
2000-01-28 | Change fork1() from taking forktype and rforkflags, into a single flags | Artur Grabowski |
1999-08-17 | New cpu_fork API to take a stack in which you point the child's stackpointer | Niklas Hallqvist |
1999-01-26 | We need machine/cpu.h for the cpu_set_init_frame def | Niklas Hallqvist |
1999-01-11 | sigh memset is not available everywhere, I should know better | Niklas Hallqvist |
1999-01-11 | kthread abstraction from NetBSD, implemented with our rfork | Niklas Hallqvist |