| Commit message (Expand) | Author | Age | Files | Lines |
| * | 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 |