summaryrefslogtreecommitdiffstats
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
* Fix typo, p_slptime should be td_slptime.davidxu2006-12-241-1/+1
* Drop all received data mbufs from a socket's queue if the MT_SONAMEbms2006-12-231-11/+9
* Update comments to reflect changes in the extattrctl() code.rwatson2006-12-231-12/+8
* Following a repo-copy of vfs_syscalls.c to vfs_extattr.c, removerwatson2006-12-232-5059/+7
* Move src/sys/sys/mac_policy.h, the kernel interface between the MACrwatson2006-12-221-2/+1
* The prepend function did not handle non-pkthdr's correctly.rrs2006-12-211-2/+7
* Remove mac_enforce_subsystem debugging sysctls. Enforcement onrwatson2006-12-211-3/+1
* Expand commenting on label slots, justification for the MAC Framework lockingrwatson2006-12-201-54/+79
* MFP4: (part of) 110058jkim2006-12-201-85/+88
* In rev. 1.514, iodone on async buffer may happen before code checks thekib2006-12-201-2/+9
* Add a lwpid field into per-cpu structure, the lwpid represents currentdavidxu2006-12-201-0/+70
* Back out rev. 1.266. The real cause for the recent panics has been fixedmbr2006-12-201-1/+1
* Giant might have been temporarily dropped while waiting for proctree_lock, al...mbr2006-12-191-1/+1
* Add the tp->t_refcnt validity check back. There are still some racembr2006-12-191-1/+1
* Remove unused sysctls.davidxu2006-12-191-8/+0
* Use pipe_direct_write() optimization only if the data is in process' memory.pjd2006-12-191-2/+3
* ktrace_cv is no longer used - removekmacy2006-12-171-2/+0
* Cleaner fix for handling declaration of loop variable under INVARIANTSkmacy2006-12-171-10/+7
* Don't intermix assignments and variable declarations in prev. commitache2006-12-161-4/+6
* Fix NULL pointer reference for INVARIANTS caseache2006-12-161-1/+1
* In vfs_export(), if we specify MNT_DELEXPORT in the struct export_args,rodrigc2006-12-161-1/+4
* Add a function vfs_deleteopt() which searches through the vfsoptlistrodrigc2006-12-161-0/+11
* Convert to ANSI-style function prototypes.rodrigc2006-12-161-21/+9
* For now, back out sysv_ipc.c:1.30, which caused shmget() with odd moderwatson2006-12-161-66/+38
* correct name of number of sleep queueskmacy2006-12-161-1/+1
* Add second sleep queue so that sx and lockmgr can have separate sleepkmacy2006-12-163-36/+60
* - Fix some gcc warnings in lock_profile.hkmacy2006-12-161-6/+20
* Align the interfaces for the various watchdogs and make the interfacen_hibma2006-12-151-3/+3
* Resolve two deadlocks that could be caused by busy md device backedkib2006-12-141-1/+2
* Add a function to return the MD interrupt source cookie associated withjhb2006-12-121-0/+20
* Add a comment and fix a whitespace nit.jhb2006-12-121-1/+2
* Fix a potential point of confusion. Art Ironport we've seen this end upjulian2006-12-121-3/+6
* Use vfs_mount_error() to log mount errors in a few places with humanrodrigc2006-12-071-1/+8
* Changes to try fix sched_ule.c courtesy of David Xu.julian2006-12-061-12/+13
* Threading cleanup.. part 2 of several.julian2006-12-0619-2565/+890
* Bug fix for obscenely large wait times on uncontested lockskmacy2006-12-041-4/+4
* Fix an edge case in rman_manage_region() where it didn't handle a resourcejhb2006-12-041-4/+7
* if a thread blocked on userland condition variable isdavidxu2006-12-042-5/+21
* Introduce userspace condition variable, since we have already POSIXdavidxu2006-12-031-4/+200
* Linker set support depends on the magic __start_<section> andkib2006-11-301-0/+47
* Only grab the sched_lock if we actually need to modify the thread priority.phk2006-11-301-4/+5
* Flushing the buffer is conditional on actually using the buffer. Oops.jb2006-11-301-0/+4
* Turn console printf buffering into a kernel option and only onjb2006-11-301-14/+23
* - Remove third parameter of itimer_find, the parameter is always zero.davidxu2006-11-281-46/+16
* Fix a race in soclose() where connections could be queued to themohans2006-11-221-22/+26
* Save exit status of an exiting process in kn_data in the knote.jhb2006-11-201-0/+1
* whitespace fix onlyjulian2006-11-201-6/+6
* Use scheduler API sched_user_prio() to adjust thread's userland priority,davidxu2006-11-201-12/+15
* Add vm map and object locking to each_writable_segment().alc2006-11-191-10/+15
* Fix msgsnd(3)/msgrcv(3) deadlock under heavy resource pressure by timing outjkim2006-11-171-5/+9
OpenPOWER on IntegriCloud