index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
kern
/
kern_kthread.c
Age
Commit message (
Expand
)
Author
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