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