summaryrefslogtreecommitdiffstats
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
* Audit the argv and env vectors passed in on exec:wsalamon2006-09-011-0/+9
* Reorder some statments. Fix typo and remove stale comments.davidxu2006-08-301-20/+16
* Update comments about interrupted mutex locking.davidxu2006-08-281-12/+5
* Regenerate.davidxu2006-08-283-5/+9
* This is initial version of POSIX priority mutex support, a new userlanddavidxu2006-08-283-191/+1717
* Fix another bug introduced with rev. 1.204; in vfs_donmount() ifmarius2006-08-261-2/+1
* The "taskqueue_fast" spinlocks were renamed to "fast_taskqueue" inssouhlal2006-08-261-1/+1
* Fix comment.pjd2006-08-251-1/+1
* Same as previous change, the user provided priority should be reverseddavidxu2006-08-251-2/+2
* Initialize kg_base_user_pri.davidxu2006-08-251-0/+1
* Add user priority loaning code to support priority propagation fordavidxu2006-08-254-8/+179
* Fix a bug introduced with rev. 1.204; in vfs_donmount() usemarius2006-08-241-5/+4
* POSIX requires that higher numerical values for the priority representdavidxu2006-08-231-39/+39
* Fix a signedness bug.cperciva2006-08-201-1/+1
* Fix a kernel panic based on receiving an ICMPv6 Packet too Big message.gnn2006-08-181-2/+2
* Grab two syscall numbers. One is used to emulate functionality that linuxpeter2006-08-161-0/+2
* Swap the names "sem_exithook" and "sem_exechook" in the previous commit tocperciva2006-08-161-4/+4
* Add a new 'show sleepchain' ddb command similar to 'show lockchain' exceptjhb2006-08-153-1/+149
* - When spinning on a spin lock, if the debugger is active or we are in ajhb2006-08-151-6/+12
* Regen to propogate <prefix>_AUE_<mumble> changes as well as the earlierjhb2006-08-152-3/+3
* Add a new set of macros <prefix>_AUE_<syscallname> to sysproto.h thatjhb2006-08-151-4/+9
* - Use NOSTD rather than NOIMPL for nfssvc() to match other syscallsjhb2006-08-151-1/+1
* Rename 'show lockchain' to 'show locktree' and 'show threadchain' tojhb2006-08-151-5/+9
* Add a 'show lockmgr' command that dumps the relevant details of a lockmgrjhb2006-08-151-0/+32
* - Change process_exec function handlers prototype to include structnetchild2006-08-155-7/+31
* Minor white space tweaks.rwatson2006-08-131-4/+2
* Reduce the scope of the page queues lock in vm_pgmoveco() now thatalc2006-08-121-2/+2
* Before performing a sodealloc() when pru_attach() fails, assert thatrwatson2006-08-111-0/+3
* 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
OpenPOWER on IntegriCloud