summaryrefslogtreecommitdiffstats
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
* - Add a new assert in the getnewvnode(). Assert that the usecount is stilljeff2005-02-081-2/+4
* - Remove an invalid KASSERT added in recent background write reshuffling.jeff2005-02-081-3/+0
* Add a new sysctl, "security.jail.chflags_allowed", which controls thecperciva2005-02-081-0/+5
* Background writes are entirely an FFS/Softupdates thing.phk2005-02-081-126/+5
* Drag another softupdates tentacle back into FFS: Now that FFS'sphk2005-02-082-8/+0
* Maxunit is inclusive so fix off-by-one in previous commit.njl2005-02-081-1/+1
* Update device_find_child(9) to return the first matching child if unitnjl2005-02-081-5/+15
* Implement a kern_pathconf() wrapper for pathconf() which can take thejhb2005-02-072-12/+24
* If the pointer to the new itimerval is NULL in kern_setitimer(), justjhb2005-02-071-0/+3
* - Tweak kern_msgctl() to return a copy of the requested message queue idjhb2005-02-075-270/+327
* Various and sundry style fixes.jhb2005-02-071-4/+4
* Access vmobject via the bufobj instead of the vnodephk2005-02-071-11/+11
* VOP_DESTROYVOBJECT() is no more.phk2005-02-071-7/+0
* Remove vop_stddestroyvobject()phk2005-02-071-13/+0
* Don't call VOP_DESTROYVOBJECT(), trust that VOP_RECLAIM() did whatphk2005-02-071-2/+3
* Add a missing prefix to a struct field for consistency.phk2005-02-071-7/+7
* Add a mechanism for associating a mutex with a callout when theiedowse2005-02-071-15/+106
* Add support for relative cpufreq drivers. Such drivers modulate clocknjl2005-02-061-27/+192
* - Don't release BKGRDINPROG until after we've bufdone'd the copy.jeff2005-02-051-14/+15
* - Add ke_runq == NULL to the conditions which will cause us to abortjeff2005-02-041-2/+2
* Set the scheduling class of the idle threads to PRI_IDLE.ssouhlal2005-02-041-1/+2
* Add the cpufreq framework. This code manages multiple drivers and presentsnjl2005-02-041-0/+532
* Add an interface for cpufreq. The kernel interface lets other driversnjl2005-02-041-0/+92
* - Move gets() function to libkern (I want to use it outside vfs_mount.c).pjd2005-02-031-44/+2
* - Correct a typo in kern_rename. tvfslocked should be initialized fromjeff2005-02-022-2/+2
* - Or MPSAFE with the correct set of flags in stat(). This affected onlyjeff2005-02-012-2/+2
* Update copyright, remove "all rights reserved" (since they are notbmilekic2005-02-011-5/+1
* Extend kern_sendit() to take another enum uio_seg argument, which specifiessobomax2005-01-301-3/+4
* Fix build on AMD64 (and probably other arches where size_t != int).sobomax2005-01-301-1/+2
* Fix spelling of integer in a comment.rwatson2005-01-301-1/+1
* Grrr, this committer needs to have a sleep. Remove lines from the previoussobomax2005-01-291-3/+0
* Fix small non-conformance introduced in the previous commit: execve() issobomax2005-01-291-4/+4
* o Split out kernel part of execve(2) syscall into two parts: one thatsobomax2005-01-296-163/+215
* Correct a minr whitespace inconsistency introduced in revision 1.159:rwatson2005-01-291-1/+1
* Use MAXMINORphk2005-01-291-5/+5
* Typo.phk2005-01-291-1/+1
* Add MAXMINOR #define, we should have had this long time ago.phk2005-01-291-3/+9
* In 1.276 of kern/subr_trap.c I introduced a mechanism for delayingphk2005-01-291-0/+7
* - Don't drop the wref on the bufobj until after bufdone() has completed.jeff2005-01-281-7/+10
* Remove unused argument to vrecycle()phk2005-01-281-7/+1
* Integrate vclean() into vgonel().phk2005-01-281-68/+51
* Remove register keywordphk2005-01-281-5/+5
* Move the contents of vop_stddestroyvobject() to the new vnode_pagerphk2005-01-281-26/+2
* - Regenjeff2005-01-261-3/+3
* - Struct mount is not yet locked well enough to allowjeff2005-01-261-3/+3
* Split out kernel side of msgctl(2) into two parts: the first that pops datasobomax2005-01-261-21/+37
* Split out kernel side of {get,set}itimer(2) into two parts: the first thatsobomax2005-01-251-34/+55
* - Include LK_INTERLOCK in LK_EXTFLG_MASK so that it makes its way intojeff2005-01-251-1/+1
* - Make lf_print static and move its prototype into kern_lockf.cjeff2005-01-251-18/+40
* Previously a read of zero bytes got handled in devfs:vop_read() but Iphk2005-01-251-0/+12
OpenPOWER on IntegriCloud