| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Move updated of 'numopensockets' from bottom of sodealloc() to the top, | rwatson | 2006-08-02 | 1 | -3/+1 |
* | Make system call modules a bit more robust: | jhb | 2006-08-01 | 1 | -1/+11 |
* | Don't lock each of the processes while looking for a pid. The allproc and | jhb | 2006-08-01 | 1 | -5/+1 |
* | Reimplement socket buffer tear-down in sofree(): as the socket is no | rwatson | 2006-08-01 | 2 | -27/+75 |
* | Close a race that occurs when using sendto() to connect and send on a | rwatson | 2006-07-31 | 1 | -2/+22 |
* | Trim an obsolete comment. ktrgenio() stopped doing crazy gymnastics when | jhb | 2006-07-31 | 1 | -9/+0 |
* | Regen for MPSAFE flag removal. | jhb | 2006-07-28 | 2 | -376/+376 |
* | Now that all system calls are MPSAFE, retire the SYF_MPSAFE flag used to | jhb | 2006-07-28 | 2 | -421/+385 |
* | Various fixes to comments in the syscall master files including removing | jhb | 2006-07-28 | 1 | -2/+2 |
* | Adjust td_locks for non-spin mutexes, rwlocks, and sx locks so that it is | jhb | 2006-07-27 | 3 | -1/+17 |
* | Hold the reference on the mountpoint slightly longer in kern_statfs() and | jhb | 2006-07-27 | 2 | -4/+4 |
* | Write a magic value into mtx_lock when destroying a mutex that will force | jhb | 2006-07-27 | 1 | -0/+11 |
* | Fix a file descriptor race I reintroduced when I split accept1() up into | jhb | 2006-07-27 | 1 | -5/+15 |
* | Remove call to soisdisconnected() in uipc_detach(), since it will already | rwatson | 2006-07-26 | 1 | -1/+0 |
* | Remove non-socket buffer routines from uipc_sockbuf.c, and socket buffer | rwatson | 2006-07-24 | 2 | -1279/+8 |
* | soreceive_generic(), and sopoll_generic(). Add new functions sosend(), | rwatson | 2006-07-24 | 5 | -17/+63 |
* | Remove duplicate 'or'. | rwatson | 2006-07-23 | 1 | -4/+4 |
* | Update various uipc_socket.c comments, and reformat others. | rwatson | 2006-07-23 | 1 | -136/+150 |