summaryrefslogtreecommitdiffstats
path: root/sys/kern/kern_subr.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* In hash{free,init}(), there's no need to calculate the size of the hash table ifanton2018-04-291-5/+11
* Convert most of the manual checks for CPU hogging to sched_pause().mpi2017-02-141-4/+2
* introduce hashfree() function to free hash tables, with sizes.tedu2016-09-241-1/+15
* Remove now unused legacy uiomovei() function.stefan2016-03-151-10/+1
* Make sure uiomove does not copy more than uio_resid bytes, as the manualstefan2016-02-111-6/+8
* Replace mountroothook_establish(9) by config_mountroot(9) a narrower APImpi2015-12-111-4/+2
* Remove some includes include-what-you-use claims don'tjsg2015-03-141-2/+1
* First step towards making uiomove() take a size_t size argument:miod2015-02-101-2/+11
* retire shutdown hooks; ok deraadt, krwmikeb2014-12-101-4/+2
* add a few sizes to freetedu2014-11-011-3/+3
* trim some caststedu2014-07-131-2/+2
* use mallocarray where arguments are multipled. ok deraadttedu2014-07-131-2/+2
* add a size argument to free. will be used soon, but for now default to 0.tedu2014-07-121-3/+3
* When hooks are called, allow them to disestablish themselves by usingreyk2013-10-191-3/+3
* Correct the handling of I/O of >=2^32 bytes and the ktracing there ofguenther2013-09-141-6/+4
* Switch time_t, ino_t, clock_t, and struct kevent's ident and dataguenther2013-08-131-3/+5
* remove the powerhook code. All architectures now use the ca_activate treederaadt2010-09-071-71/+1
* All PWR_{SUSPEND,RESUME} can now be replaced by DVACT_{SUSPEND,RESUME}deraadt2010-09-061-2/+2
* Remove silly panic when disestablish cookie doesnt existmarco2008-06-121-2/+2
* The world of __HAVEs and __HAVE_NOTs is reducing. All architecturesart2007-05-161-5/+1
* ansi/deregister.jsg2005-11-281-28/+12
* mountroothooks are called after the root filesystem is mounted.deraadt2004-11-281-1/+3
* debranch SMP, have funniklas2004-06-131-1/+2
* Merge in a piece of the SMP branch into HEAD.art2004-06-091-1/+6
* allocate at least as much elements as requested in hashinitmarkus2003-10-311-6/+4
* remove caddr_t casts. it's just silly to cast something when the functiontedu2003-07-211-3/+3
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-021-6/+2
* Remove fetch(9) and store(9) functions from the kernel, and replace the fewmiod2003-01-091-2/+6
* - Add a flags argument to dohooks.art2002-07-121-9/+18
* First round of __P removal in sysmillert2002-03-141-4/+4
* Startup hooks. Can be used for providing root/swap devices from deviceniklas2001-07-271-38/+37
* remove old vmart2001-06-271-9/+1
* Appease gcc by not using void pointers in arithmetic operations; art@ okaaron2001-06-261-3/+3
* Since malloc in hashinit can get M_NOWAIT flags, we shouldart2001-06-231-1/+3
* On resume run the powerhook in installation order.art2000-09-071-3/+9
* Put powerhooks on a CIRCLEQ instead of LIST.art2000-09-071-10/+9
* Run powerhooks at splhigh.art2000-09-071-2/+2
* Wrap power hooks in splimp(), fixes WaveLAN suspend problem; thanks art@aaron2000-09-051-1/+4
* Remove the roundrobin_attempts hack and replace it with per-process schedulingart2000-04-191-21/+3
* If we attempted reschedule two times without suceeding, uiomove will yield,art2000-03-031-3/+28
* add APM powerhooks.provos1999-11-071-1/+67
* zap the newhashinit hack.art1999-04-281-10/+2
* uvm uses kcopy when uiomoving from sysspaceart1999-02-261-1/+10
* Add newhashinit(), which is identical to hashinit() except it takes a flagsmillert1999-02-261-2/+10
* Return EINVAL when msg_iovlen or iovcnt <= 0; Make uio_resid unsigned (size_t) and don't return EINVAL if it is < 0 in sys_{read,write}. Remove check for uio_resid < 0 uiomove() now that uio_resid is unsigned and brack remaining panics with #ifdef DIAGNOSTIC. vn_rdwr() must now take a size_t * ...millert1998-07-281-3/+11
* compile if iov_base is void *deraadt1998-05-111-2/+2
* OpenBSD tagsniklas1997-02-241-0/+1
* partial sync with netbsd 960418, more to comederaadt1996-04-211-1/+1
* Removed vax ifdefed function from kern_subr.c (from NetBSD).mickey1996-04-171-43/+0
* initial import of NetBSD treederaadt1995-10-181-0/+276