summaryrefslogtreecommitdiffstats
path: root/sys/sys
Commit message (Expand)AuthorAgeFilesLines
* Rename the cv_*wait*() functions to _cv_*wait*() and change their secondjhb2007-03-211-6/+17
* Make use of 'lock_object' being the same field name in the witness_check*()jhb2007-03-211-8/+4
* Rename the 'mtx_object', 'rw_object', and 'sx_object' members of mutexes,jhb2007-03-218-23/+23
* Space to tab in SB_* defines to match with rest of file.andre2007-03-191-2/+2
* Maintain a pointer and offset pair into the socket buffer mbuf chain toandre2007-03-191-0/+10
* Bump __FreeBSD_version after changes to how insmntque(), getnewvnode(), andkensmith2007-03-191-1/+1
* Revert/re-make previous commit in a manner that maintains hyphenation ofrwatson2007-03-161-3/+4
* Minor white space tweaks in comments.rwatson2007-03-162-15/+15
* Update a comment: Rather than suggesting suser(), suggest priv(9) forrwatson2007-03-141-2/+2
* Make insmntque() externally visibile and allow it to fail (e.g. duringtegge2007-03-131-0/+3
* Push down the implementation of PCPU_LAZY_INC() into the machine-dependentalc2007-03-111-15/+0
* Allow threads to atomically release rw and sx locks while waiting for anjhb2007-03-095-5/+17
* Add two new function pointers 'lc_lock' and 'lc_unlock' to lock classes.jhb2007-03-091-0/+9
* Bump __FreeBSD_version for ncurses wide character supportrafan2007-03-091-1/+1
* Over NFS, an open() call could result in multiple over-the-wiremohans2007-03-091-0/+1
* Instead of doing comparisons using the pcpu area to see ifjulian2007-03-082-2/+7
* Wrap a few lines at 80 cols.jhb2007-03-072-6/+12
* Move macros describing extended attributes in UFS frommckusick2007-03-061-47/+0
* - Add Intel firmwares for Intel PRO/Wireless LAN 2100/2200/2915 cards in aflz2007-03-021-1/+1
* Rename PRIV_VFS_CLEARSUGID to PRIV_VFS_RETAINSUGID, which seems to betterpjd2007-03-011-1/+1
* Introduce a new mbuf flag, M_PROMISC.bms2007-03-011-1/+2
* Minor reformatting.thomas2007-02-281-2/+2
* Add a comment for PRIV_NET_SETLLADDR.pjd2007-02-271-1/+1
* KASSERT fails when the condition is false, not when it is true.mckusick2007-02-271-1/+1
* Further improvements to LOCK_PROFILING:kmacy2007-02-272-1/+9
* Replace spaces with tabs in some places.pjd2007-02-271-7/+7
* Revise locking strategy used for UNIX domain sockets in order to improverwatson2007-02-261-0/+1
* Add rw_wowned() interface to rwlock(9), allowing a kernel thread torwatson2007-02-261-0/+1
* general LOCK_PROFILING cleanupkmacy2007-02-263-43/+32
* Declare a `struct extattr' that defines the format of an extendedmckusick2007-02-261-0/+59
* Add a new kernel sleep function pause(9). pause(9) is for places thatjhb2007-02-232-0/+2
* Bump __FreeBSD_version after newbus api modification.piso2007-02-231-1/+1
* o break newbus api: add a new argument of type driver_filter_t topiso2007-02-232-6/+45
* Remove unnecessary privilege and privilege check for WITNESS sysctl.rwatson2007-02-201-10/+9
* Remove discontinuity in network privilege number space.rwatson2007-02-201-70/+70
* Remove unused PRIV_IPC_EXEC. Renumbers System V IPC privilege.rwatson2007-02-201-3/+2
* Rename three quota privileges from the UFS privilege namespace to therwatson2007-02-191-27/+27
* Remove VFS_VPTOFH entirely. API is already broken and it is good time topjd2007-02-161-20/+0
* Move vnode-to-file-handle translation from vfs_vptofh to vop_vptofh method.pjd2007-02-152-1/+18
* Cleanup and document the implementation of firmware(9) based onluigi2007-02-151-16/+15
* Optimize bitcount32 by replacing 6 logical operations with 2. The keycperciva2007-02-141-3/+3
* - Change types for necent runq additions to u_char rather than int.jeff2007-02-081-3/+3
* Evolve the ctlreq interface added to geom_gpt into a genericmarcel2007-02-071-0/+62
* Remove support for IPIP tunnels in IPv4 multicast forwarding. XORP hasbms2007-02-071-1/+1
* Update comments in mac.h.rwatson2007-02-061-7/+10
* Introduce accessor functions mac_label_get() and mac_label_set() to replacerwatson2007-02-061-65/+0
* Continue 7-CURRENT MAC Framework rearrangement and cleanup:rwatson2007-02-061-2/+0
* Style; remove argument names from prototype, be consistent withbms2007-02-031-3/+3
* Use int instead of u_int for the 'extra' argument to thebms2007-02-021-1/+1
* Generic socket buffer auto sizing support, header defines, flag inheritance.andre2007-02-011-0/+1
OpenPOWER on IntegriCloud