Age | Commit message (Expand) | Author |
2017-02-14 | Convert most of the manual checks for CPU hogging to sched_pause(). | Martin Pieuchot |
2016-09-24 | introduce hashfree() function to free hash tables, with sizes. | Ted Unangst |
2016-03-15 | Remove now unused legacy uiomovei() function. | Stefan Kempf |
2016-02-11 | Make sure uiomove does not copy more than uio_resid bytes, as the manual | Stefan Kempf |
2015-12-11 | Replace mountroothook_establish(9) by config_mountroot(9) a narrower API | Martin Pieuchot |
2015-03-14 | Remove some includes include-what-you-use claims don't | Jonathan Gray |
2015-02-10 | First step towards making uiomove() take a size_t size argument: | Miod Vallat |
2014-12-10 | retire shutdown hooks; ok deraadt, krw | Mike Belopuhov |
2014-11-01 | add a few sizes to free | Ted Unangst |
2014-07-13 | trim some casts | Ted Unangst |
2014-07-13 | use mallocarray where arguments are multipled. ok deraadt | Ted Unangst |
2014-07-12 | add a size argument to free. will be used soon, but for now default to 0. | Ted Unangst |
2013-10-19 | When hooks are called, allow them to disestablish themselves by using | Reyk Floeter |
2013-09-14 | Correct the handling of I/O of >=2^32 bytes and the ktracing there of | Philip Guenther |
2013-08-13 | Switch time_t, ino_t, clock_t, and struct kevent's ident and data | Philip Guenther |
2010-09-07 | remove the powerhook code. All architectures now use the ca_activate tree | Theo de Raadt |
2010-09-06 | All PWR_{SUSPEND,RESUME} can now be replaced by DVACT_{SUSPEND,RESUME} | Theo de Raadt |
2008-06-12 | Remove silly panic when disestablish cookie doesnt exist | Marco Peereboom |
2007-05-16 | The world of __HAVEs and __HAVE_NOTs is reducing. All architectures | Artur Grabowski |
2005-11-28 | ansi/deregister. | Jonathan Gray |
2004-11-28 | mountroothooks are called after the root filesystem is mounted. | Theo de Raadt |
2004-06-13 | debranch SMP, have fun | Niklas Hallqvist |
2004-06-09 | Merge in a piece of the SMP branch into HEAD. | Artur Grabowski |
2003-10-31 | allocate at least as much elements as requested in hashinit | Markus Friedl |
2003-07-21 | remove caddr_t casts. it's just silly to cast something when the function | Ted Unangst |
2003-06-02 | Remove the advertising clause in the UCB license which Berkeley | Todd C. Miller |
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 |