summaryrefslogtreecommitdiffstats
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
* Add convenience function kernel_sysctlbyname() for kernel consumers,jlemon2001-05-191-1/+24
* remove my private assertions from tsleep.alfred2001-05-191-7/+2
* Regen syscalls that were made mpsafe via vm_mtxalfred2001-05-192-19/+19
* Introduce a global lock for the vm subsystem (vm_mtx).alfred2001-05-1921-35/+259
* - Don't panic on a try lock operation for a sleep lock if we hold a spinjhb2001-05-171-2/+6
* - Remove the global ithread_list_lock spin lock in favor of per-ithreadjhb2001-05-171-37/+30
* - Move the setting of bootverbose to a MI SI_SUB_TUNABLES SYSINIT.jhb2001-05-171-0/+12
* o Modify access control checks in p_candebug() such that the policy is asrwatson2001-05-171-3/+3
* Cleanupalfred2001-05-171-54/+50
* initialize pipe pointersalfred2001-05-171-0/+1
* pipe_create has to zero out the select record earlier to avoidalfred2001-05-171-1/+1
* Change the second argument of vflush() to an integer that specifiesiedowse2001-05-161-11/+45
* remove include of ipl.h because it no longer existsalfred2001-05-161-1/+0
* Remove unneeded includes of sys/ipl.h and machine/ipl.h.jhb2001-05-154-4/+0
* - Remove unneeded include of sys/ipl.h.jhb2001-05-151-1/+2
* - Remove unneeded include of sys/ipl.h.jhb2001-05-151-3/+2
* Support /dev/ctty againbrian2001-05-151-3/+8
* Back out scanning file descriptors with holding a process lock.tanimura2001-05-151-2/+34
* When calling poll() on a fd associated with a filesystem, let POLLIN/POLLOUTjlemon2001-05-141-3/+3
* Use the new ability to avoid practically all the gunk in this file.phk2001-05-141-17/+26
* - Convert msleep(9) in select(2) and poll(2) to cv_*wait*(9).tanimura2001-05-141-40/+131
* Simplify the vm fault trap handling code a bit by using if-else instead ofjhb2001-05-111-29/+15
* In vrele() and vput(), avoid triggering the confusing "missed vn_close"iedowse2001-05-111-2/+6
* Check witness_dead in more functions to avoid panic'ing when assertionsjhb2001-05-111-3/+16
* Regenerate.tegge2001-05-111-1/+1
* gettimeofday() is MP safe on both -current and -stable.tegge2001-05-111-1/+1
* - Split out the support for per-CPU data from the SMP code. UP kernelsjhb2001-05-103-56/+73
* Remove an 'optimization' I hope to never see again.alfred2001-05-081-89/+111
* Always initialize bio_resid from bio_bcount in the disk mini-layer sophk2001-05-081-1/+1
* Properly copy the P_ALTSTACK flag in struct proc::p_flag to the childknu2001-05-072-1/+2
* Make the disk mini-layer check for and handle zero-length transfersphk2001-05-061-0/+6
* Actually biofinish(struct bio *, struct devstat *, int error) is more generalphk2001-05-061-3/+1
* Fix return type of vop_stdputpages()phk2001-05-061-1/+2
* o First step in cleaning up authorization code for the posix4rwatson2001-05-061-8/+8
* Raise the SysV shared memory defaults to more reasonable values.dillon2001-05-041-3/+3
* Fix a bug in the pfind() changes due to confusing the process returned byjhb2001-05-041-1/+6
* - Move state about lock objects out of struct lock_object and into a newjhb2001-05-044-194/+201
* Don't hold the process mutex across calls to FREE() since the vm systemjhb2001-05-041-1/+0
* Implement vop_std{get|put}pages() and add them to the default vop[].phk2001-05-011-0/+33
* Undo part of the tangle of having sys/lock.h and sys/mutex.h included inmarkm2001-05-0139-50/+109
* When panic()'ing because of recursion on a non-recursive mutex, printalfred2001-04-301-2/+2
* Make rtprio work again.jake2001-04-291-19/+14
* o As part of the move to not maintaining copies of the vnode owning uidrwatson2001-04-293-3/+3
* VOP_BALLOC was never really a VOP in the first place, so convert itphk2001-04-291-12/+0
* Add a vop_stdbmap(), and make it part of the default vop vector.phk2001-04-291-0/+25
* Revert consequences of changes to mount.h, part 2.grog2001-04-2916-31/+0
* Instead of asserting that a mutex is not still locked after unlocking it,alfred2001-04-281-1/+1
* Overhaul of the SMP code. Several portions of the SMP kernel support havejhb2001-04-2710-2812/+247
* Actually show the values that tripped the assertion "receive 1"alfred2001-04-271-1/+3
* o Remove the disabled p_cansched() test cases that permitted users torwatson2001-04-271-11/+0
OpenPOWER on IntegriCloud