| Commit message (Expand) | Author | Age | Files | Lines |
* | Style fix. | attilio | 2010-11-22 | 1 | -3/+2 |
* | Add the ability for GDB to printout the thread name along with other | attilio | 2010-11-22 | 2 | -0/+13 |
* | In tc_windup, handle the case where the previous call to tc_windup was | cperciva | 2010-11-22 | 1 | -0/+10 |
* | By using the 32-bit Linux version of Sun's Java Development Kit 1.6 | netchild | 2010-11-22 | 1 | -1/+2 |
* | Use atomic instruction to set _has_writer, otherwise there is a race | davidxu | 2010-11-22 | 1 | -1/+2 |
* | Remove prtactive variable and related printf()s in the vop_inactive | kib | 2010-11-19 | 1 | -3/+0 |
* | Scan the list in reverse order for the shutdown handlers of loaded modules. | attilio | 2010-11-19 | 1 | -2/+2 |
* | Set the POSIX semaphore capability when the semaphore module is enabled. | jhb | 2010-11-19 | 1 | -0/+2 |
* | Set various POSIX capability sysctls to the version of the API that is | jhb | 2010-11-19 | 2 | -4/+5 |
* | Add a resource_list_reserved() method that returns true if a resource | jhb | 2010-11-17 | 1 | -0/+24 |
* | No need to include sys/systm.h twice. | cognet | 2010-11-16 | 1 | -1/+0 |
* | Only unlock process if a thread is found. | davidxu | 2010-11-15 | 1 | -4/+4 |
* | Apply the STATIC_VNET_DEFINE and STATIC_DPCPU_DEFINE macros throughout | dim | 2010-11-14 | 4 | -4/+4 |
* | Similar to sys/net/vnet.h, define the linker set name for sys/sys/pcpu.h | dim | 2010-11-14 | 1 | -4/+4 |
* | Fix some more style(9) issues. | brucec | 2010-11-14 | 5 | -41/+45 |
* | Add support for asterisk characters when filling in the GELI password | ed | 2010-11-14 | 1 | -1/+1 |
* | Fix style(9) issues from r215281 and r215282. | brucec | 2010-11-14 | 5 | -26/+53 |
* | Add descriptions to some more sysctls. | brucec | 2010-11-14 | 1 | -13/+13 |
* | Add some descriptions to sys/kern sysctls. | brucec | 2010-11-14 | 5 | -32/+32 |
* | Remove unused variables. | trasz | 2010-11-13 | 1 | -4/+0 |
* | This commit implements the SO_USER_COOKIE socket option, which lets | luigi | 2010-11-12 | 1 | -0/+10 |
* | Fix style. | trasz | 2010-11-11 | 1 | -2/+2 |
* | Remove unneeded conditional. | trasz | 2010-11-11 | 1 | -12/+10 |
* | Fix typos. | attilio | 2010-11-10 | 1 | -2/+2 |
* | - Remove <machine/mutex.h>. Most of the headers were empty, and the | jhb | 2010-11-09 | 1 | -11/+11 |
* | Fix typos. | brucec | 2010-11-09 | 1 | -1/+1 |
* | Use macros rather than inline functions to lock and unlock mutexes, so that | jmallett | 2010-11-08 | 1 | -17/+15 |
* | Whitespace and other aspects of style(9). No functional changes. | mdf | 2010-11-08 | 1 | -946/+966 |
* | Add a taskqueue_cancel(9) to cancel a pending task without waiting for | mdf | 2010-11-08 | 1 | -0/+18 |
* | On APs startup skip hard-/statclock events, which time passed before CPU | mav | 2010-11-08 | 1 | -16/+30 |
* | Add missing curly brackets. By chance, the missing brackets didn't alter | jh | 2010-11-07 | 1 | -1/+2 |
* | Remove 'softclock_ih' as it is no longer used. | jhb | 2010-11-03 | 1 | -4/+1 |
* | Tweak the waitchannel messages for the dead lock detection kthread. Use | jhb | 2010-11-02 | 1 | -2/+2 |
* | Use integer for size of cpuset, as it won't be bigger than INT_MAX, | davidxu | 2010-11-01 | 2 | -9/+4 |
* | Fix callout_tickstofirst() behavior after signed integer ticks overflow. | mav | 2010-10-31 | 1 | -2/+1 |
* | Remove sysctl debug.ncnegfactor, it is renamed to vfs.ncnegfactor. | kib | 2010-10-30 | 1 | -2/+0 |
* | Fix uninitialized variable. | trasz | 2010-10-29 | 1 | -1/+1 |
* | Add sysctl kern.sched.cpusetsize to export the size of kernel cpuset, | davidxu | 2010-10-29 | 1 | -0/+11 |
* | Set bootverbose directly in mi_startup() rather than via a SYSINIT. This | jhb | 2010-10-28 | 1 | -9/+3 |
* | - Revert r214409. | davidxu | 2010-10-27 | 1 | -4/+0 |
* | If input parameter cpusetsize is zero, give userland size of cpuset mask | davidxu | 2010-10-27 | 1 | -0/+4 |
* | Reduce the difference between hirunningspace and lorunningspace, | ivoras | 2010-10-25 | 1 | -3/+3 |
* | Use function tdfind() to find a thread. | davidxu | 2010-10-25 | 1 | -11/+2 |
* | Mostly revert r203420, and add similar functionality into ada(4) since the | brucec | 2010-10-24 | 1 | -1/+1 |
* | Remove workaround for ZFS bug; fix was committed to the //depot/user/pjd/zfs/... | trasz | 2010-10-23 | 1 | -22/+0 |
* | In thr_exit() and kthread_exit(), only remove thread from | davidxu | 2010-10-23 | 2 | -7/+12 |
* | Call chainevh callback when we are invoked with neither MOD_LOAD nor | delphij | 2010-10-21 | 1 | -1/+3 |
* | - When disabling ktracing on a process, free any pending requests that | jhb | 2010-10-21 | 4 | -80/+106 |
* | In syscall_module_handler(): all switch branches return, remove | delphij | 2010-10-21 | 1 | -4/+1 |
* | - Don't include sx.h, it is not needed. | davidxu | 2010-10-20 | 1 | -12/+11 |