summaryrefslogtreecommitdiffstats
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
* getnewvnode() can be called with NULL mp.pjd2006-08-101-1/+1
* Introduce a field to struct vm_page for storing flags that arealc2006-08-092-4/+0
* Add a bandaid to avoid a deadlock in a situation, when we are trying to suspendpjd2006-08-091-0/+10
* Reduce the scope of the page queues lock in vfs_busy_pages() now thatalc2006-08-081-1/+1
* Move definition of UNIX domain socket protosw and domain entries fromrwatson2006-08-072-82/+35
* Improve commenting of vaccess(), making sure to be clear that the ifdefrwatson2006-08-061-4/+10
* Don't set pru_sosend, pru_soreceive, pru_sopoll to default values, as theyrwatson2006-08-061-3/+0
* Reduce the scope of the page queues lock in kern_sendfile() now thatalc2006-08-061-4/+4
* Remove register, use ANSI function headers.rwatson2006-08-051-15/+9
* We now spell "inode" as "vnode" in the VFS layer, so update commentrwatson2006-08-051-3/+3
* Add support for the generated file systrace_args.c.jb2006-08-051-1/+2
* Commit the results of the typo hunt by Darren Pilgrim.yar2006-08-043-3/+3
* The page queues lock is no longer required by vm_page_io_start(). Reducealc2006-08-041-3/+3
* Report the correct function name in a DPRINTF.jb2006-08-031-3/+4
* Regen.jb2006-08-032-469/+3254
* Generate another file called systrace_args.c. This will be compiledjb2006-08-031-7/+38
* Move destroying kqueue state from above pru_detach to below it inrwatson2006-08-021-2/+2
* Change two XXX's to two notes: the fact that SOCK_LOCK(so) ==rwatson2006-08-021-2/+2
* Fix some bugs in the previous revision (1.419). Don't perform extrajhb2006-08-022-18/+8
* Remove now unneeded ENOTCONN clause from SOCK_DGRAM side of uipc_send():rwatson2006-08-021-5/+0
* Remove 'register'.rwatson2006-08-021-196/+135
* Don't include sys/thr.h and umtx.h in sys/sysproto.h, it is unnecessary.davidxu2006-08-021-3/+1
* INT_MAX is defined in file sys/limits.h, include the file now.davidxu2006-08-021-0/+1
* Move updated of 'numopensockets' from bottom of sodealloc() to the top,rwatson2006-08-021-3/+1
* Make system call modules a bit more robust:jhb2006-08-011-1/+11
* Don't lock each of the processes while looking for a pid. The allproc andjhb2006-08-011-5/+1
* Reimplement socket buffer tear-down in sofree(): as the socket is norwatson2006-08-012-27/+75
* Close a race that occurs when using sendto() to connect and send on arwatson2006-07-311-2/+22
* Trim an obsolete comment. ktrgenio() stopped doing crazy gymnastics whenjhb2006-07-311-9/+0
* Regen for MPSAFE flag removal.jhb2006-07-282-376/+376
* Now that all system calls are MPSAFE, retire the SYF_MPSAFE flag used tojhb2006-07-282-421/+385
* Various fixes to comments in the syscall master files including removingjhb2006-07-281-2/+2
* Adjust td_locks for non-spin mutexes, rwlocks, and sx locks so that it isjhb2006-07-273-1/+17
* Hold the reference on the mountpoint slightly longer in kern_statfs() andjhb2006-07-272-4/+4
* Write a magic value into mtx_lock when destroying a mutex that will forcejhb2006-07-271-0/+11
* Fix a file descriptor race I reintroduced when I split accept1() up intojhb2006-07-271-5/+15
* Remove call to soisdisconnected() in uipc_detach(), since it will alreadyrwatson2006-07-261-1/+0
* Remove non-socket buffer routines from uipc_sockbuf.c, and socket bufferrwatson2006-07-242-1279/+8
* soreceive_generic(), and sopoll_generic(). Add new functions sosend(),rwatson2006-07-245-17/+63
* Remove duplicate 'or'.rwatson2006-07-231-4/+4
* Update various uipc_socket.c comments, and reformat others.rwatson2006-07-231-136/+150
* Add additional comments to the top of the UNIX domain socket implementationrwatson2006-07-231-0/+18
* Remove old kern.malloc sysctl, which generated a text representation ofrwatson2006-07-231-104/+0
* Expand comments for malloc(9) to better describe the design andrwatson2006-07-231-8/+44
* Update and reformat comments for POSIX.1e ACL utility routines.rwatson2006-07-231-48/+55
* Add two new unpcb flags, UNP_BINDING and UNP_CONNECTING, which will berwatson2006-07-231-16/+34
* Merge unp_bind() into uipc_bind(), as it is called only from uipc_bind().rwatson2006-07-231-94/+85
* Since unp_attach() and unp_detach() are now called only from uipc_attach()rwatson2006-07-231-89/+70
* Move various UNIX socket global variables and sysctls from the middle ofrwatson2006-07-231-32/+32
* In uipc_send() and uipc_rcvd(), store unp->unp_conn pointer in unp2rwatson2006-07-221-13/+14
OpenPOWER on IntegriCloud