summaryrefslogtreecommitdiffstats
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
* Further system call comment cleanup:rwatson2007-03-0530-186/+86
* Change these descriptions of memory types used in malloc(9), as theirwkoszek2007-03-051-1/+1
* Use msleep(9) instead of tsleep(9) surrounded by lock acquisition andwkoszek2007-03-041-6/+2
* Remove 'MPSAFE' annotations from the comments above most system calls: allrwatson2007-03-0430-644/+38
* Move to ANSI C function headers. Re-wrap some comments.rwatson2007-03-041-45/+25
* - Don't do the interrupt storm protection stuff for software interruptjhb2007-03-021-2/+3
* lock stats updates need to be protected by the lockkmacy2007-03-022-44/+8
* Rename PRIV_VFS_CLEARSUGID to PRIV_VFS_RETAINSUGID, which seems to betterpjd2007-03-011-1/+1
* Do not dispatch SIGPIPE from the generic write path for a socket; withbms2007-03-011-1/+1
* Evidently I've overestimated gcc's ability to peak inside inline functionskmacy2007-03-012-6/+16
* Remove two simultaneous acquisitions of multiple unpcb locks fromrwatson2007-03-011-22/+19
* 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
OpenPOWER on IntegriCloud