summaryrefslogtreecommitdiffstats
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
* Add a read-only kern.sched.preemption sysctl so that user space can tellrwatson2005-03-201-0/+13
* Add ki_jid field to the kinfo_proc structure and store jail ID there.pjd2005-03-201-1/+5
* Sleeping is not allowed in uma->finiphk2005-03-191-4/+4
* check copyin return valuesam2005-03-191-1/+1
* Add missing cases for PT_SYSCALL.das2005-03-181-0/+2
* Impose the upper limit on signals that are allowed between kernel threadssobomax2005-03-181-2/+2
* Use subr_unit to allocate thread ID's with.phk2005-03-181-78/+6
* Linuxthreads uses not only signal 32 but several signals >= 32.sobomax2005-03-181-5/+5
* Fix a bad copy&paste mistake I made.phk2005-03-181-1/+1
* Use STAILQ in preference to SLIST for the resources. Insert new resourcesimp2005-03-181-7/+7
* fix aio+kq... I've been running ambrisko's test program for much longerjmg2005-03-182-9/+12
* add m_copyup function.. This can be used to help make our ip stack lessjmg2005-03-171-0/+48
* A further step on the journey of meaking panics and debugging more reliable:rwatson2005-03-171-2/+3
* Kill MAJOR_AUTOphk2005-03-171-3/+3
* Prepare for the final onslaught on devices:phk2005-03-171-5/+9
* In stange circumstances we may end up being the last reference to aphk2005-03-172-14/+18
* Add two arguments to the vfs_hash() KPI so that filesystems which dophk2005-03-161-2/+6
* Fix a memoryleak in case of failed root filesystem mount.phk2005-03-161-1/+4
* MFp4: print a more useful error when we don't have a /dev to mount devfsjmg2005-03-161-1/+1
* Add mnt_hashseed to struct mount and initialize it witn PRNG bits, usephk2005-03-162-15/+18
* Sometimes, when asked to return region A..C, we'd return A+N..C+Nimp2005-03-151-2/+3
* Fix a debugging printf. The order of start/end was inconsistant withimp2005-03-151-1/+1
* Improve the vfs_hash() API: vput() the unneeded vnode centrally tophk2005-03-151-4/+4
* - Now that there are no external users of vfree() make it static.jeff2005-03-151-48/+12
* Fix a debug message to print a usable device name rather than uselessphk2005-03-151-3/+2
* - Expose vholdl() so it may be used outside of vfs_subr.cjeff2005-03-151-2/+1
* Remove findcdev().phk2005-03-151-19/+0
* Rename cdev->si_udev to cdev->si_drv0 to reflect the new nature ofphk2005-03-151-6/+6
* - transferlockers() requires the interlock to be SMP safe.jeff2005-03-151-2/+8
* Simplify the vfs_hash calling convention.phk2005-03-151-1/+2
* Cleanup accidentally include #if 0 section.phk2005-03-141-35/+0
* Currently (almost) all filesystems maintain a local inode hash tablephk2005-03-141-0/+184
* - Increment the holdcnt once for each usecount reference. This allows usjeff2005-03-141-3/+4
* - We do not have to check the object's ref_count in VSHOULDFREE orjeff2005-03-141-3/+3
* - Slightly rearrange vrele() to move the common case in one indentationjeff2005-03-141-20/+17
* - Rework vget() so we drop the usecount in two failure cases that werejeff2005-03-141-24/+24
* Remove debugging printfs.phk2005-03-141-8/+3
* - Do a vn_start_write in vn_close, we may write if this is the last refjeff2005-03-131-21/+20
* - Remove vx_lock, vx_unlock, vx_wait, etc.jeff2005-03-131-225/+129
* - A lock is required before calling VOP_REVOKE. Our reference protects usjeff2005-03-131-1/+2
* - Don't VOP_UNLOCK prior to VOP_REVOKE. The lock is required now.jeff2005-03-132-20/+10
* - Don't drop the lock in the default inactive handler anymore, VOP_NULLjeff2005-03-131-14/+1
* - CLOSE, REVOKE, INACTIVE, and RECLAIM are not L L L, that's a locked vnodejeff2005-03-131-4/+4
* Function jailed() looks into ucred strcture, so be sure ucred is not NULL.pjd2005-03-121-4/+4
* Clean up a bit.pjd2005-03-121-11/+12
* Extend the coverage of the accept and socket mutexes in soisconnected()rwatson2005-03-122-6/+6
* Move the logic implementing retrieval of the SO_ACCEPTFILTER socket optionrwatson2005-03-122-18/+28
* Part two of post-SMPng cleanup of accept filter registration: perform allrwatson2005-03-121-34/+16
* Replace my previous change for 32 bit systems with hz > 169 with Bruce'speter2005-03-121-10/+11
* Make the tty vmin/vtime timeouts work for hz > 169 on 32 bit machines.peter2005-03-121-7/+7
OpenPOWER on IntegriCloud