| Commit message (Expand) | Author | Age | Files | Lines |
* | Reorder some statments. Fix typo and remove stale comments. | davidxu | 2006-08-30 | 1 | -20/+16 |
* | Update comments about interrupted mutex locking. | davidxu | 2006-08-28 | 1 | -12/+5 |
* | Regenerate. | davidxu | 2006-08-28 | 3 | -5/+9 |
* | This is initial version of POSIX priority mutex support, a new userland | davidxu | 2006-08-28 | 3 | -191/+1717 |
* | Fix another bug introduced with rev. 1.204; in vfs_donmount() if | marius | 2006-08-26 | 1 | -2/+1 |
* | The "taskqueue_fast" spinlocks were renamed to "fast_taskqueue" in | ssouhlal | 2006-08-26 | 1 | -1/+1 |
* | Fix comment. | pjd | 2006-08-25 | 1 | -1/+1 |
* | Same as previous change, the user provided priority should be reversed | davidxu | 2006-08-25 | 1 | -2/+2 |
* | Initialize kg_base_user_pri. | davidxu | 2006-08-25 | 1 | -0/+1 |
* | Add user priority loaning code to support priority propagation for | davidxu | 2006-08-25 | 4 | -8/+179 |
* | Fix a bug introduced with rev. 1.204; in vfs_donmount() use | marius | 2006-08-24 | 1 | -5/+4 |
* | POSIX requires that higher numerical values for the priority represent | davidxu | 2006-08-23 | 1 | -39/+39 |
* | Fix a signedness bug. | cperciva | 2006-08-20 | 1 | -1/+1 |
* | Fix a kernel panic based on receiving an ICMPv6 Packet too Big message. | gnn | 2006-08-18 | 1 | -2/+2 |
* | Grab two syscall numbers. One is used to emulate functionality that linux | peter | 2006-08-16 | 1 | -0/+2 |
* | Swap the names "sem_exithook" and "sem_exechook" in the previous commit to | cperciva | 2006-08-16 | 1 | -4/+4 |
* | Add a new 'show sleepchain' ddb command similar to 'show lockchain' except | jhb | 2006-08-15 | 3 | -1/+149 |
* | - When spinning on a spin lock, if the debugger is active or we are in a | jhb | 2006-08-15 | 1 | -6/+12 |
* | Regen to propogate <prefix>_AUE_<mumble> changes as well as the earlier | jhb | 2006-08-15 | 2 | -3/+3 |
* | Add a new set of macros <prefix>_AUE_<syscallname> to sysproto.h that | jhb | 2006-08-15 | 1 | -4/+9 |
* | - Use NOSTD rather than NOIMPL for nfssvc() to match other syscalls | jhb | 2006-08-15 | 1 | -1/+1 |
* | Rename 'show lockchain' to 'show locktree' and 'show threadchain' to | jhb | 2006-08-15 | 1 | -5/+9 |
* | Add a 'show lockmgr' command that dumps the relevant details of a lockmgr | jhb | 2006-08-15 | 1 | -0/+32 |
* | - Change process_exec function handlers prototype to include struct | netchild | 2006-08-15 | 5 | -7/+31 |
* | Minor white space tweaks. | rwatson | 2006-08-13 | 1 | -4/+2 |
* | Reduce the scope of the page queues lock in vm_pgmoveco() now that | alc | 2006-08-12 | 1 | -2/+2 |
* | Before performing a sodealloc() when pru_attach() fails, assert that | rwatson | 2006-08-11 | 1 | -0/+3 |
* | getnewvnode() can be called with NULL mp. | pjd | 2006-08-10 | 1 | -1/+1 |
* | Introduce a field to struct vm_page for storing flags that are | alc | 2006-08-09 | 2 | -4/+0 |
* | Add a bandaid to avoid a deadlock in a situation, when we are trying to suspend | pjd | 2006-08-09 | 1 | -0/+10 |
* | Reduce the scope of the page queues lock in vfs_busy_pages() now that | alc | 2006-08-08 | 1 | -1/+1 |
* | Move definition of UNIX domain socket protosw and domain entries from | rwatson | 2006-08-07 | 2 | -82/+35 |
* | Improve commenting of vaccess(), making sure to be clear that the ifdef | rwatson | 2006-08-06 | 1 | -4/+10 |
* | Don't set pru_sosend, pru_soreceive, pru_sopoll to default values, as they | rwatson | 2006-08-06 | 1 | -3/+0 |
* | Reduce the scope of the page queues lock in kern_sendfile() now that | alc | 2006-08-06 | 1 | -4/+4 |
* | Remove register, use ANSI function headers. | rwatson | 2006-08-05 | 1 | -15/+9 |
* | We now spell "inode" as "vnode" in the VFS layer, so update comment | rwatson | 2006-08-05 | 1 | -3/+3 |
* | Add support for the generated file systrace_args.c. | jb | 2006-08-05 | 1 | -1/+2 |
* | Commit the results of the typo hunt by Darren Pilgrim. | yar | 2006-08-04 | 3 | -3/+3 |
* | The page queues lock is no longer required by vm_page_io_start(). Reduce | alc | 2006-08-04 | 1 | -3/+3 |
* | Report the correct function name in a DPRINTF. | jb | 2006-08-03 | 1 | -3/+4 |
* | Regen. | jb | 2006-08-03 | 2 | -469/+3254 |
* | Generate another file called systrace_args.c. This will be compiled | jb | 2006-08-03 | 1 | -7/+38 |
* | Move destroying kqueue state from above pru_detach to below it in | rwatson | 2006-08-02 | 1 | -2/+2 |
* | Change two XXX's to two notes: the fact that SOCK_LOCK(so) == | rwatson | 2006-08-02 | 1 | -2/+2 |
* | Fix some bugs in the previous revision (1.419). Don't perform extra | jhb | 2006-08-02 | 2 | -18/+8 |
* | Remove now unneeded ENOTCONN clause from SOCK_DGRAM side of uipc_send(): | rwatson | 2006-08-02 | 1 | -5/+0 |
* | Remove 'register'. | rwatson | 2006-08-02 | 1 | -196/+135 |
* | Don't include sys/thr.h and umtx.h in sys/sysproto.h, it is unnecessary. | davidxu | 2006-08-02 | 1 | -3/+1 |
* | INT_MAX is defined in file sys/limits.h, include the file now. | davidxu | 2006-08-02 | 1 | -0/+1 |