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_subr.c
Age
Commit message (
Expand
)
Author
2003-01-09
Remove fetch(9) and store(9) functions from the kernel, and replace the few
Miod Vallat
2002-07-12
- Add a flags argument to dohooks.
Artur Grabowski
2002-03-14
First round of __P removal in sys
Todd C. Miller
2001-07-27
Startup hooks. Can be used for providing root/swap devices from device
Niklas Hallqvist
2001-06-27
remove old vm
Artur Grabowski
2001-06-26
Appease gcc by not using void pointers in arithmetic operations; art@ ok
Aaron Campbell
2001-06-23
Since malloc in hashinit can get M_NOWAIT flags, we should
Artur Grabowski
2000-09-07
On resume run the powerhook in installation order.
Artur Grabowski
2000-09-07
Put powerhooks on a CIRCLEQ instead of LIST.
Artur Grabowski
2000-09-07
Run powerhooks at splhigh.
Artur Grabowski
2000-09-05
Wrap power hooks in splimp(), fixes WaveLAN suspend problem; thanks art@
Aaron Campbell
2000-04-19
Remove the roundrobin_attempts hack and replace it with per-process scheduling
Artur Grabowski
2000-03-03
If we attempted reschedule two times without suceeding, uiomove will yield,
Artur Grabowski
1999-11-07
add APM powerhooks.
Niels Provos
1999-04-28
zap the newhashinit hack.
Artur Grabowski
1999-02-26
uvm uses kcopy when uiomoving from sysspace
Artur Grabowski
1999-02-26
Add newhashinit(), which is identical to hashinit() except it takes a flags
Todd C. Miller
1998-07-28
Return EINVAL when msg_iovlen or iovcnt <= 0; Make uio_resid unsigned (size_t...
Todd C. Miller
1998-05-11
compile if iov_base is void *
Theo de Raadt
1997-02-24
OpenBSD tags
Niklas Hallqvist
1996-04-21
partial sync with netbsd 960418, more to come
Theo de Raadt
1996-04-17
Removed vax ifdefed function from kern_subr.c (from NetBSD).
Michael Shalayeff
1995-10-18
initial import of NetBSD tree
Theo de Raadt