summaryrefslogtreecommitdiff
path: root/sys/kern/kern_kthread.c
AgeCommit message (Expand)Author
2000-07-17art, at least commit something which compiles!Theo de Raadt
2000-07-17FORK_SHAREVM only works on non-UVM kernels.Artur Grabowski
2000-06-18Mark kernel threads as system processes. Make ps hide them by default,Niklas Hallqvist
2000-01-31re-add fixed vfork code from artTheo de Raadt
2000-01-31undo vfork changes, since non-UVM was not consideredTheo de Raadt
2000-01-28Change fork1() from taking forktype and rforkflags, into a single flagsArtur Grabowski
1999-08-17New cpu_fork API to take a stack in which you point the child's stackpointerNiklas Hallqvist
1999-01-26We need machine/cpu.h for the cpu_set_init_frame defNiklas Hallqvist
1999-01-11sigh memset is not available everywhere, I should know betterNiklas Hallqvist
1999-01-11kthread abstraction from NetBSD, implemented with our rforkNiklas Hallqvist