| Commit message (Expand) | Author | Age | Files | Lines |
* | Declare the kern.ngroups sysctl to be read-only, but tunable at boot for | brooks | 2010-01-12 | 1 | -1/+1 |
* | Replace the static NGROUPS=NGROUPS_MAX+1=1024 with a dynamic | brooks | 2010-01-12 | 3 | -7/+21 |
* | Change DDB show prison: | bz | 2010-01-11 | 1 | -5/+6 |
* | Adjust a comment to reflect reality, as we have proper source | bz | 2010-01-11 | 1 | -1/+3 |
* | Background: | mckusick | 2010-01-11 | 1 | -5/+11 |
* | Merge change r198561 from projects/mips to head: | imp | 2010-01-10 | 1 | -0/+33 |
* | Make a chain be a list of queues, and make threads waiting | davidxu | 2010-01-10 | 1 | -33/+93 |
* | Correct the explination text for the kern.ngroups. It reflects the | brooks | 2010-01-09 | 1 | -1/+2 |
* | Use enum to define key types. | davidxu | 2010-01-09 | 1 | -8/+10 |
* | put semaphore waiter in long term list. | davidxu | 2010-01-09 | 1 | -1/+1 |
* | Add key type TYPE_SEM. | davidxu | 2010-01-09 | 1 | -8/+9 |
* | Introduce the new kernel thread called "deadlock resolver". | attilio | 2010-01-09 | 3 | -4/+148 |
* | Free allocated sbufs before returning ENOMEM. | brueffer | 2010-01-08 | 1 | -2/+6 |
* | - Fix a bug in sched_4bsd where the timestamp for the sleeping operation | attilio | 2010-01-08 | 1 | -1/+1 |
* | Remove extraneous semicolons, no functional changes. | mbr | 2010-01-07 | 2 | -3/+3 |
* | Fix typos. | attilio | 2010-01-07 | 1 | -6/+6 |
* | Tweak comments. | attilio | 2010-01-07 | 1 | -0/+18 |
* | Exclusive waiters sleeping with LK_SLEEPFAIL on and using interruptible | attilio | 2010-01-07 | 1 | -3/+25 |
* | Use umtx to implement process sharable semaphore, to make this work, | davidxu | 2010-01-05 | 1 | -1/+0 |
* | Make TIOCSTI work again. | ed | 2010-01-04 | 3 | -11/+23 |
* | Fix comments. | trasz | 2010-01-04 | 1 | -4/+3 |
* | Add user-level semaphore synchronous type, this change allows multiple | davidxu | 2010-01-04 | 1 | -2/+160 |
* | If a filter has already been added, actually return EEXIST when trying | brooks | 2009-12-31 | 1 | -1/+2 |
* | The devices that supported EVFILT_NETDEV kqueue filters were removed in | brooks | 2009-12-31 | 1 | -1/+1 |
* | Allow swap out of the kernel stack for the thread with priority greater | kib | 2009-12-31 | 2 | -2/+2 |
* | Actually set RLE_ALLOCATED when allocating a reserved resource so that | jhb | 2009-12-30 | 1 | -3/+3 |
* | - Assert that a reserved resource returned via resource_list_alloc() is not | jhb | 2009-12-30 | 1 | -1/+12 |
* | Update d_mmap() to accept vm_ooffset_t and vm_memattr_t. | rnoland | 2009-12-29 | 3 | -18/+14 |
* | SLIP is gone; remove its mutex from witness. | trasz | 2009-12-29 | 1 | -6/+0 |
* | Don't forget to use `void' for sched_balance(). It has no arguments. | ed | 2009-12-28 | 1 | -1/+1 |
* | (S)LIST_HEAD_INITIALIZER takes a (S)LIST_HEAD as an argument. | antoine | 2009-12-28 | 4 | -4/+4 |
* | Add a knob to allow reclaim of the directory vnodes that are source of | kib | 2009-12-28 | 1 | -2/+10 |
* | Now that all the callers seem to be fixed, add KASSERTs to make sure VAPPEND | trasz | 2009-12-26 | 3 | -0/+12 |
* | Remove extra spaces (no functional change). | bz | 2009-12-25 | 1 | -6/+6 |
* | Remove an unused global. | bz | 2009-12-25 | 1 | -1/+0 |
* | Minor comment tweaks in rmlocks. | rwatson | 2009-12-25 | 1 | -5/+5 |
* | VI_OBJDIRTY vnode flag mirrors the state of OBJ_MIGHTBEDIRTY vm object | kib | 2009-12-21 | 1 | -4/+3 |
* | Fix indentation. | ed | 2009-12-20 | 1 | -1/+1 |
* | Let access overriding to TTYs depend on the cdev_priv, not the vnode. | ed | 2009-12-19 | 2 | -0/+2 |
* | Interpret VAPPEND correctly in vaccess_acl_nfs4(9). | trasz | 2009-12-19 | 1 | -0/+7 |
* | Make the wchan names of pts(4) fit in top(1). | ed | 2009-12-18 | 1 | -4/+4 |
* | If the runcount is non-zero in eventhandler_deregister() then one or more | thompsa | 2009-12-17 | 1 | -4/+7 |
* | Fix argument order in a call to mtx_init. | mjacob | 2009-12-17 | 1 | -1/+1 |
* | Properly fix callout handling by putting all the per-cpu info in | luigi | 2009-12-14 | 1 | -3/+22 |
* | Throughout the network stack we have a few places of | bz | 2009-12-13 | 1 | -1/+24 |
* | In current code, threads performing an interruptible sleep (on both | attilio | 2009-12-12 | 3 | -18/+128 |
* | For some buses, devices may have active resources assigned even though they | jhb | 2009-12-09 | 1 | -2/+151 |
* | Don't add VAPPEND if the file is not being opened for writing. Note that this | trasz | 2009-12-08 | 2 | -2/+2 |
* | Remove wrong assertion. Debugee is allowed to lose a signal. | kib | 2009-12-03 | 1 | -3/+2 |
* | Add change that was somehow missed in r192586. It could manifest by | trasz | 2009-12-03 | 1 | -2/+3 |