summaryrefslogtreecommitdiffstats
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
* 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
* vfs_subr.c is getting rather fat. The underlying repocopy and thisphk2001-04-262-3198/+4
* Sendfile is documented to return 0 on success, however if when aalfred2001-04-261-0/+7
* Do not leave a process with no credential in zombproc.tanimura2001-04-251-17/+14
* When closing the last reference to an unlinked file, it is freedmckusick2001-04-251-0/+9
* Move the netexport structure from the fs-specific mountstructurephk2001-04-253-20/+122
* Change uipc_sockaddr so that a sockaddr_un without a path is returnedtmm2001-04-241-0/+2
* Change the pfind() and zpfind() functions to lock the process that theyjhb2001-04-2411-115/+173
* Fix a bug introduced in the last commit: vaccess_acl_posix1 only checkedtmm2001-04-233-3/+3
* Correct #includes to work with fixed sys/mount.h.grog2001-04-2318-0/+35
* o Remove comment indicating policy permits loop-back debugging, butrwatson2001-04-211-1/+0
* Spelling nit: acquring -> acquiring.jhb2001-04-211-1/+1
* Assert that when using an interlock mutex it is not recursed when lockmgr()alfred2001-04-201-1/+3
* Make the ap_boot_mtx mutex static.jhb2001-04-201-1/+1
* - Whoops, forgot to enable the clock lock in the spin order list on thejhb2001-04-191-4/+2
* Fix inconsistency in setup of kernel_map: we need to make sure thatbmilekic2001-04-182-6/+7
* Check validity of signal callback requested via aio routines.alfred2001-04-181-2/+13
* Reclaim directory vnodes held in namecache if few free vnodes aretanimura2001-04-183-2/+118
* bread() is a special case of breadn(), so don't replicate code.phk2001-04-181-23/+2
* Make this driver play ball with devfs(5).dd2001-04-171-3/+19
* Add a sanity check on ucred refcount.alfred2001-04-171-0/+1
* Implement client side NFS locks.alfred2001-04-171-1/+1
* Write a switch statement as less obscure if statements.phk2001-04-171-18/+8
* Fix an old bug related to BETTER_CLOCK. Call forward_*clock if SMPjhb2001-04-171-3/+3
* This patch removes the VOP_BWRITE() vector.phk2001-04-176-19/+12
* Add debugging option to always read/write cylinder groups as fullmckusick2001-04-171-1/+5
* In my first reading of POSIX.1e, I misinterpreted handling of therwatson2001-04-173-135/+297
* Blow away the panic mutex in favor of using a single atomic_cmpset() on ajhb2001-04-172-5/+9
* Check to see if enroll() returns NULL in the witness initialization. Thisjhb2001-04-171-0/+4
* Exit and re-enter the critical section while spinning for a spinlock sojhb2001-04-172-0/+6
OpenPOWER on IntegriCloud