summaryrefslogtreecommitdiffstats
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
* Lock unp2 after checking for a non-NULL unp2 pointer in uipc_send() onrwatson2007-02-281-1/+1
* Print tid's rather than thread pointers in KTR_PROC traces.jhb2007-02-271-8/+8
* Use pause() rather than tsleep() on stack variables and function pointers.jhb2007-02-271-2/+1
* Use pause() rather than tsleep() on explicit global dummy variables.jhb2007-02-271-3/+1
* Do not execute filter only handlers in ithread_execute_handlers():piso2007-02-271-0/+4
* Further improvements to LOCK_PROFILING:kmacy2007-02-273-10/+36
* Revise locking strategy used for UNIX domain sockets in order to improverwatson2007-02-261-223/+469
* Use NULL rather than 0 for various pointer constants.jhb2007-02-261-26/+26
* Add rw_wowned() interface to rwlock(9), allowing a kernel thread torwatson2007-02-261-0/+7
* Mark the kernel linker file as linked so that it is visible to the variousjhb2007-02-261-0/+1
* Fix a comment.jhb2007-02-261-2/+2
* Don't block on the socket zone limit during the socket()ru2007-02-261-5/+5
* general LOCK_PROFILING cleanupkmacy2007-02-266-111/+40
* Close race conditions between fork() and [sg]etpriority()'sdelphij2007-02-262-5/+17
* Fix a case in rman_manage_region() where the resource list would get missorted.scottl2007-02-231-6/+7
* Drop the global kernel linker lock while executing the sysinit's for ajhb2007-02-231-15/+21
* Add a new kernel sleep function pause(9). pause(9) is for places thatjhb2007-02-231-1/+21
* o break newbus api: add a new argument of type driver_filter_t topiso2007-02-233-24/+23
* Use LIST_EMPTY() instead of unrolled version (LIST_FIRST() [!=]= NULL)delphij2007-02-221-5/+5
* Add an additional MAC check to the UNIX domain socket connect path:rwatson2007-02-221-0/+5
* Remove unnecessary privilege and privilege check for WITNESS sysctl.rwatson2007-02-201-6/+0
* Break introductory comment into two paragraphs to separate material on therwatson2007-02-201-12/+9
* Remove unused PRIV_IPC_EXEC. Renumbers System V IPC privilege.rwatson2007-02-201-1/+0
* Sync up PRIV_IPC_{ADMIN,READ,WRITE} priv checks in ipcperm() withrwatson2007-02-201-3/+6
* Restore sysv_ipc.c:1.30, which was backed out due to interactions withrwatson2007-02-191-38/+66
* Remove call to ipcperm() in shmget_existing(). The flags argument isrwatson2007-02-191-3/+0
* Rename three quota privileges from the UFS privilege namespace to therwatson2007-02-191-2/+2
* Limit quota privileges in jail to PRIV_UFS_GETQUOTA andrwatson2007-02-191-5/+2
* Do allow privilege to create over-sized messages on System V IPCrwatson2007-02-191-1/+2
* Use priv_check(9) instead of suser(9) for checking the privilege torwatson2007-02-191-1/+1
* For now, reflect practical reality that Audit system calls aren'trwatson2007-02-191-0/+2
* Remove union_dircheckp hook, it is not needed by new unionfs code anymore.kib2007-02-191-65/+33
* Remove VFS_VPTOFH entirely. API is already broken and it is good time topjd2007-02-162-21/+1
* Move vnode-to-file-handle translation from vfs_vptofh to vop_vptofh method.pjd2007-02-155-3/+26
* Cleanup and document the implementation of firmware(9) based onluigi2007-02-151-153/+272
* Catch up file descriptor printing function in DDB to the addition of kqueuesrwatson2007-02-151-0/+4
* Break file descriptor printing logic out of db_show_files() intorwatson2007-02-151-9/+32
* Rename somaxconn_sysctl() to sysctl_somaxconn() so that I will be able torwatson2007-02-151-3/+3
* If both ISDOTDOT and NOCROSSMOUNT are set then lookup() might breaks outkib2007-02-151-3/+4
* Teach DDB how to print sockets, socket buffers, protosw's, and domainrwatson2007-02-151-0/+530
* Minor rearrangement of global variables, comments, etc, in UNIX domainrwatson2007-02-141-37/+34
* Change unp_mtx to supporting recursion, and do not drop the unp_mtx overrwatson2007-02-141-13/+5
* Set UNP_CONNECTING when committing to moving ahead in unp_connect().rwatson2007-02-131-0/+1
* Make vfs_getopts() set *error to ENOENT if the option wasn't found, so thatcognet2007-02-131-0/+1
* Do not do a vn_close for all references to the ktraced file if we arempp2007-02-131-10/+13
* Add a VNASSERT to vn_close to detect if v_writecount is goingmpp2007-02-121-1/+4
* Makefile changes to reflect moving sys/isofs/cd9660 to sys/fs/cd9660.rodrigc2007-02-111-1/+1
* Give which signal caller has attempted to deliver when panicking.delphij2007-02-091-2/+2
* - Change types for necent runq additions to u_char rather than int.jeff2007-02-082-9/+9
* Remove the vm page queue free mutex from the CDEV order.alc2007-02-071-1/+0
OpenPOWER on IntegriCloud