summaryrefslogtreecommitdiffstats
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
* 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
* Push UNIX domain socket locking further into uipc_ctloutput() in order torwatson2007-02-061-2/+6
* The change to the vm_page_queue_freelist lock from a spin lock to ampp2007-02-061-1/+1
* Add a small informative printf under bootverbose to firmware_register tomlaier2007-02-031-0/+5
* Diff reduction with RELENG_6, style(9):bms2007-02-031-3/+2
* Use int instead of u_int for the 'extra' argument to thebms2007-02-021-1/+1
* Record kqueue -> struct mount mtx -> vnode interlock lock order tokib2007-02-021-0/+7
* Move the seting of the idle_mask bits to a place where theyjulian2007-02-021-17/+25
* Generic socket buffer auto sizing support, header defines, flag inheritance.andre2007-02-011-0/+8
* In case we are supplied with an imagename that matches a module, but not amlaier2007-01-271-0/+1
* - Implement much more intelligent ipi sending. This algorithm tries tojeff2007-01-251-11/+23
* - Get rid of the unused DIDRUN flag. This was really only present tojeff2007-01-251-21/+28
* Fix for problems that occur when all mbuf clusters migrate to the mbuf packetmohans2007-01-251-0/+8
* - With a sleep time over 2097 seconds hzticks and slptime could end upjeff2007-01-241-5/+6
* Fixes the MSG_PEEK for sctp_generic_recvmsg() the msg_flagsrrs2007-01-241-2/+10
* Cylinder group bitmaps and blocks containing inode for a snapshotkib2007-01-231-42/+51
* - Catch up to setrunqueue/choosethread/etc. api changes.jeff2007-01-231-39/+90
* - Remove setrunqueue and replace it with direct calls to sched_add().jeff2007-01-2312-189/+144
* When exiting vfs_export(), delete the "export" option fromrodrigc2007-01-231-11/+31
OpenPOWER on IntegriCloud