summaryrefslogtreecommitdiffstats
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
...
* - Fix a race in sched_switch() of sched_4bsd.attilio2010-01-233-25/+11
* For PT_TO_SCE stop that stops the ptraced process upon syscall entry,kib2010-01-231-0/+5
* Staticise sigqueue manipulation functions used only in kern_sig.c.kib2010-01-231-8/+8
* When traced process is about to receive the signal, the process iskib2010-01-201-15/+30
* Remove a dead initialization.ed2010-01-181-1/+1
* Add new function vunref(9) that decrements vnode use count (and holdkib2010-01-171-70/+53
* Add ip4.saddrsel/ip4.nosaddrsel (and equivalent for ip6) to controlbz2010-01-171-2/+108
* Only allocate the space we need before calling kern_getgroups insteadbrooks2010-01-151-1/+7
* Remove the 1000 pseudo terminal limit from pts(4).ed2010-01-131-8/+0
* Declare the kern.ngroups sysctl to be read-only, but tunable at boot forbrooks2010-01-121-1/+1
* Replace the static NGROUPS=NGROUPS_MAX+1=1024 with a dynamicbrooks2010-01-123-7/+21
* Change DDB show prison:bz2010-01-111-5/+6
* Adjust a comment to reflect reality, as we have proper sourcebz2010-01-111-1/+3
* Background:mckusick2010-01-111-5/+11
* Merge change r198561 from projects/mips to head:imp2010-01-101-0/+33
* Make a chain be a list of queues, and make threads waitingdavidxu2010-01-101-33/+93
* Correct the explination text for the kern.ngroups. It reflects thebrooks2010-01-091-1/+2
* Use enum to define key types.davidxu2010-01-091-8/+10
* put semaphore waiter in long term list.davidxu2010-01-091-1/+1
* Add key type TYPE_SEM.davidxu2010-01-091-8/+9
* Introduce the new kernel thread called "deadlock resolver".attilio2010-01-093-4/+148
* 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
OpenPOWER on IntegriCloud