aboutsummaryrefslogtreecommitdiff
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
* Fix a signedness bug.Colin Percival2006-08-201-1/+1
* Fix a kernel panic based on receiving an ICMPv6 Packet too Big message.George V. Neville-Neil2006-08-181-2/+2
* Grab two syscall numbers. One is used to emulate functionality that linuxPeter Wemm2006-08-161-0/+2
* Swap the names "sem_exithook" and "sem_exechook" in the previous commit toColin Percival2006-08-161-4/+4
* Add a new 'show sleepchain' ddb command similar to 'show lockchain' exceptJohn Baldwin2006-08-153-1/+149
* - When spinning on a spin lock, if the debugger is active or we are in aJohn Baldwin2006-08-151-6/+12
* Regen to propogate <prefix>_AUE_<mumble> changes as well as the earlierJohn Baldwin2006-08-152-3/+3
* Add a new set of macros <prefix>_AUE_<syscallname> to sysproto.h thatJohn Baldwin2006-08-151-4/+9
* - Use NOSTD rather than NOIMPL for nfssvc() to match other syscallsJohn Baldwin2006-08-151-1/+1
* Rename 'show lockchain' to 'show locktree' and 'show threadchain' toJohn Baldwin2006-08-151-5/+9
* Add a 'show lockmgr' command that dumps the relevant details of a lockmgrJohn Baldwin2006-08-151-0/+32
* - Change process_exec function handlers prototype to include structAlexander Leidinger2006-08-155-7/+31
* Minor white space tweaks.Robert Watson2006-08-131-4/+2
* Reduce the scope of the page queues lock in vm_pgmoveco() now thatAlan Cox2006-08-121-2/+2
* Before performing a sodealloc() when pru_attach() fails, assert thatRobert Watson2006-08-111-0/+3
* getnewvnode() can be called with NULL mp.Pawel Jakub Dawidek2006-08-101-1/+1
* Introduce a field to struct vm_page for storing flags that areAlan Cox2006-08-092-4/+0
* Add a bandaid to avoid a deadlock in a situation, when we are trying to suspendPawel Jakub Dawidek2006-08-091-0/+10
* Reduce the scope of the page queues lock in vfs_busy_pages() now thatAlan Cox2006-08-081-1/+1
* Move definition of UNIX domain socket protosw and domain entries fromRobert Watson2006-08-072-82/+35
* Improve commenting of vaccess(), making sure to be clear that the ifdefRobert Watson2006-08-061-4/+10
* Don't set pru_sosend, pru_soreceive, pru_sopoll to default values, as theyRobert Watson2006-08-061-3/+0
* Reduce the scope of the page queues lock in kern_sendfile() now thatAlan Cox2006-08-061-4/+4
* Remove register, use ANSI function headers.Robert Watson2006-08-051-15/+9
* We now spell "inode" as "vnode" in the VFS layer, so update commentRobert Watson2006-08-051-3/+3
* Add support for the generated file systrace_args.c.John Birrell2006-08-051-1/+2
* Commit the results of the typo hunt by Darren Pilgrim.Yaroslav Tykhiy2006-08-043-3/+3
* The page queues lock is no longer required by vm_page_io_start(). ReduceAlan Cox2006-08-041-3/+3
* Report the correct function name in a DPRINTF.John Birrell2006-08-031-3/+4
* Regen.John Birrell2006-08-032-469/+3254
* Generate another file called systrace_args.c. This will be compiledJohn Birrell2006-08-031-7/+38
* Move destroying kqueue state from above pru_detach to below it inRobert Watson2006-08-021-2/+2
* Change two XXX's to two notes: the fact that SOCK_LOCK(so) ==Robert Watson2006-08-021-2/+2
* Fix some bugs in the previous revision (1.419). Don't perform extraJohn Baldwin2006-08-022-18/+8
* Remove now unneeded ENOTCONN clause from SOCK_DGRAM side of uipc_send():Robert Watson2006-08-021-5/+0
* Remove 'register'.Robert Watson2006-08-021-196/+135
* Don't include sys/thr.h and umtx.h in sys/sysproto.h, it is unnecessary.David Xu2006-08-021-3/+1
* INT_MAX is defined in file sys/limits.h, include the file now.David Xu2006-08-021-0/+1
* Move updated of 'numopensockets' from bottom of sodealloc() to the top,Robert Watson2006-08-021-3/+1
* Make system call modules a bit more robust:John Baldwin2006-08-011-1/+11
* Don't lock each of the processes while looking for a pid. The allproc andJohn Baldwin2006-08-011-5/+1
* Reimplement socket buffer tear-down in sofree(): as the socket is noRobert Watson2006-08-012-27/+75
* Close a race that occurs when using sendto() to connect and send on aRobert Watson2006-07-311-2/+22
* Trim an obsolete comment. ktrgenio() stopped doing crazy gymnastics whenJohn Baldwin2006-07-311-9/+0
* Regen for MPSAFE flag removal.John Baldwin2006-07-282-376/+376
* Now that all system calls are MPSAFE, retire the SYF_MPSAFE flag used toJohn Baldwin2006-07-282-421/+385
* Various fixes to comments in the syscall master files including removingJohn Baldwin2006-07-281-2/+2
* Adjust td_locks for non-spin mutexes, rwlocks, and sx locks so that it isJohn Baldwin2006-07-273-1/+17
* Hold the reference on the mountpoint slightly longer in kern_statfs() andJohn Baldwin2006-07-272-4/+4
* Write a magic value into mtx_lock when destroying a mutex that will forceJohn Baldwin2006-07-271-0/+11