summaryrefslogtreecommitdiffstats
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
* Free allocated sbufs before returning ENOMEM.brueffer2010-01-081-2/+6
* - Fix a bug in sched_4bsd where the timestamp for the sleeping operationattilio2010-01-081-1/+1
* Remove extraneous semicolons, no functional changes.mbr2010-01-072-3/+3
* Fix typos.attilio2010-01-071-6/+6
* Tweak comments.attilio2010-01-071-0/+18
* Exclusive waiters sleeping with LK_SLEEPFAIL on and using interruptibleattilio2010-01-071-3/+25
* Use umtx to implement process sharable semaphore, to make this work,davidxu2010-01-051-1/+0
* Make TIOCSTI work again.ed2010-01-043-11/+23
* Fix comments.trasz2010-01-041-4/+3
* Add user-level semaphore synchronous type, this change allows multipledavidxu2010-01-041-2/+160
* If a filter has already been added, actually return EEXIST when tryingbrooks2009-12-311-1/+2
* The devices that supported EVFILT_NETDEV kqueue filters were removed inbrooks2009-12-311-1/+1
* Allow swap out of the kernel stack for the thread with priority greaterkib2009-12-312-2/+2
* Actually set RLE_ALLOCATED when allocating a reserved resource so thatjhb2009-12-301-3/+3
* - Assert that a reserved resource returned via resource_list_alloc() is notjhb2009-12-301-1/+12
* Update d_mmap() to accept vm_ooffset_t and vm_memattr_t.rnoland2009-12-293-18/+14
* SLIP is gone; remove its mutex from witness.trasz2009-12-291-6/+0
* Don't forget to use `void' for sched_balance(). It has no arguments.ed2009-12-281-1/+1
* (S)LIST_HEAD_INITIALIZER takes a (S)LIST_HEAD as an argument.antoine2009-12-284-4/+4
* Add a knob to allow reclaim of the directory vnodes that are source ofkib2009-12-281-2/+10
* Now that all the callers seem to be fixed, add KASSERTs to make sure VAPPENDtrasz2009-12-263-0/+12
* Remove extra spaces (no functional change).bz2009-12-251-6/+6
* Remove an unused global.bz2009-12-251-1/+0
* Minor comment tweaks in rmlocks.rwatson2009-12-251-5/+5
* VI_OBJDIRTY vnode flag mirrors the state of OBJ_MIGHTBEDIRTY vm objectkib2009-12-211-4/+3
* Fix indentation.ed2009-12-201-1/+1
* Let access overriding to TTYs depend on the cdev_priv, not the vnode.ed2009-12-192-0/+2
* Interpret VAPPEND correctly in vaccess_acl_nfs4(9).trasz2009-12-191-0/+7
* Make the wchan names of pts(4) fit in top(1).ed2009-12-181-4/+4
* If the runcount is non-zero in eventhandler_deregister() then one or morethompsa2009-12-171-4/+7
* Fix argument order in a call to mtx_init.mjacob2009-12-171-1/+1
* Properly fix callout handling by putting all the per-cpu info inluigi2009-12-141-3/+22
* Throughout the network stack we have a few places ofbz2009-12-131-1/+24
* In current code, threads performing an interruptible sleep (on bothattilio2009-12-123-18/+128
* For some buses, devices may have active resources assigned even though theyjhb2009-12-091-2/+151
* Don't add VAPPEND if the file is not being opened for writing. Note that thistrasz2009-12-082-2/+2
* Remove wrong assertion. Debugee is allowed to lose a signal.kib2009-12-031-3/+2
* Add change that was somehow missed in r192586. It could manifest bytrasz2009-12-031-2/+3
* Don't allocate an input buffer for a TTY when the receiver is turned off.ed2009-12-011-2/+4
* Replace VM_PROT_OVERRIDE_WRITE by VM_PROT_COPY. VM_PROT_OVERRIDE_WRITE hasalc2009-11-261-9/+12
* Make ULE process usage (%CPU) accounting usable again by keeping trackivoras2009-11-241-1/+4
* On the return path from F_RDAHEAD and F_READAHEAD fcntls, do notkib2009-11-201-2/+3
* Extend ddb(4) "show mount" command to print active string mount options.jh2009-11-191-0/+13
* - Unbreak build with KLD_DEBUG definedgonzo2009-11-171-1/+6
* Among signal generation syscalls, only sigqueue(2) is allowed by POSIXkib2009-11-172-31/+67
* Revert revision 199201 for now as it has introduced a kernel vulnerabilitydelphij2009-11-121-1/+0
* Add the possibility for vfs.root.mountfrom tunable to accept a list ofattilio2009-11-121-6/+15
* The building the dev nameunit string, in devclass_add_device() is basedattilio2009-11-121-1/+2
* Add interface description capability as inspired by OpenBSD.delphij2009-11-111-0/+1
* Revert r198873. Having different VAPPEND semantics for VOP_ACCESS(9)trasz2009-11-111-8/+0
OpenPOWER on IntegriCloud