summaryrefslogtreecommitdiffstats
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
* - 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
* Take VOP_GETVOBJECT() out to pasture. We use the direct pointer now.phk2005-01-252-32/+0
* Don't use VOP_GETVOBJECT, use vp->v_object directly.phk2005-01-258-37/+35
* Kill VOP_CREATEVOBJECT(), it is now the responsibility of the filesystemphk2005-01-252-23/+0
* Don't call VOP_CREATEVOBJECT(), it's the responsibility of thephk2005-01-244-70/+2
* Eliminate the constant flags argument to vclean()phk2005-01-241-16/+8
* Move the body of vop_stdcreatevobject() over to the vnode_pager underphk2005-01-241-50/+1
* Save a line by unlocking before we test.phk2005-01-241-2/+1
* Change vprint() to vn_printf() which takes varargs.phk2005-01-241-12/+15
* Kill the VV_OBJBUF and test the v_object for NULL instead.phk2005-01-243-8/+4
* Fix a list corruption issue in cloning device management using thephk2005-01-241-16/+41
* - Convert so_qlen, so_incqlen, so_qlimit fields of struct socket fromglebius2005-01-241-2/+23
* - Regen for recent vfs syscall changes.jeff2005-01-242-48/+48
* - Change all VFS syscalls to MSTD as they all manually deal with giantjeff2005-01-241-46/+46
* - Add CTR calls to trace the lifecycle of a buffer.jeff2005-01-241-79/+84
* - Add the tunable and sysctl for the mpsafevfs. It currently defaultsjeff2005-01-241-37/+49
* - Remove GIANT_REQUIRED where giant is no longer required.jeff2005-01-241-6/+0
* - Remove GIANT_REQUIRED where it is no longer required.jeff2005-01-241-4/+0
* - Remove GIANT_REQUIRED where giant is no longer required.jeff2005-01-241-54/+81
OpenPOWER on IntegriCloud