summaryrefslogtreecommitdiff
path: root/sys/kern/kern_subr.c
AgeCommit message (Expand)Author
2007-05-16The world of __HAVEs and __HAVE_NOTs is reducing. All architecturesArtur Grabowski
2005-11-28ansi/deregister.Jonathan Gray
2004-11-28mountroothooks are called after the root filesystem is mounted.Theo de Raadt
2004-06-13debranch SMP, have funNiklas Hallqvist
2004-06-09Merge in a piece of the SMP branch into HEAD.Artur Grabowski
2003-10-31allocate at least as much elements as requested in hashinitMarkus Friedl
2003-07-21remove caddr_t casts. it's just silly to cast something when the functionTed Unangst
2003-06-02Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
2003-01-09Remove fetch(9) and store(9) functions from the kernel, and replace the fewMiod Vallat
2002-07-12- Add a flags argument to dohooks.Artur Grabowski
2002-03-14First round of __P removal in sysTodd C. Miller
2001-07-27Startup hooks. Can be used for providing root/swap devices from deviceNiklas Hallqvist
2001-06-27remove old vmArtur Grabowski
2001-06-26Appease gcc by not using void pointers in arithmetic operations; art@ okAaron Campbell
2001-06-23Since malloc in hashinit can get M_NOWAIT flags, we shouldArtur Grabowski
2000-09-07On resume run the powerhook in installation order.Artur Grabowski
2000-09-07Put powerhooks on a CIRCLEQ instead of LIST.Artur Grabowski
2000-09-07Run powerhooks at splhigh.Artur Grabowski
2000-09-05Wrap power hooks in splimp(), fixes WaveLAN suspend problem; thanks art@Aaron Campbell
2000-04-19Remove the roundrobin_attempts hack and replace it with per-process schedulingArtur Grabowski
2000-03-03If we attempted reschedule two times without suceeding, uiomove will yield,Artur Grabowski
1999-11-07add APM powerhooks.Niels Provos
1999-04-28zap the newhashinit hack.Artur Grabowski
1999-02-26uvm uses kcopy when uiomoving from sysspaceArtur Grabowski
1999-02-26Add newhashinit(), which is identical to hashinit() except it takes a flagsTodd C. Miller
1998-07-28Return EINVAL when msg_iovlen or iovcnt <= 0; Make uio_resid unsigned (size_t...Todd C. Miller
1998-05-11compile if iov_base is void *Theo de Raadt
1997-02-24OpenBSD tagsNiklas Hallqvist
1996-04-21partial sync with netbsd 960418, more to comeTheo de Raadt
1996-04-17Removed vax ifdefed function from kern_subr.c (from NetBSD).Michael Shalayeff
1995-10-18initial import of NetBSD treeTheo de Raadt