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