summaryrefslogtreecommitdiffstats
path: root/sys/sys
Commit message (Expand)AuthorAgeFilesLines
* Add pathconf/fpathconf entries from POSIX.1e indicating support forrwatson2002-07-311-0/+11
* Introduce struct xvnode, which will be used instead of struct vnode fordes2002-07-311-0/+32
* Add struct xfile, which will be used instead of struct file for sysctldes2002-07-311-8/+32
* Regen.rwatson2002-07-313-9/+9
* Reduce the memory footprint of MAC in the base system by halvingrwatson2002-07-311-1/+1
* Introduce support for Mandatory Access Control and extensible kernelrwatson2002-07-301-0/+3
* Introduce support for Mandatory Access Control and extensiblerwatson2002-07-301-0/+2
* Introduce support for Mandatory Access Control and extensible kernelrwatson2002-07-301-1/+10
* Begin committing support for Mandatory Access Control and extensiblerwatson2002-07-301-0/+3
* Begin committing support for Mandatory Access Control and extensiblerwatson2002-07-301-0/+2
* Begin committing support for Mandatory Access Control and extensiblerwatson2002-07-301-0/+7
* Begin committing support for Mandatory Access Control and extensiblerwatson2002-07-302-0/+898
* Make M_COPY_PKTHDR() macro into a wrapper for a m_copy_pkthdr()rwatson2002-07-301-15/+2
* Regen.rwatson2002-07-303-5/+13
* - Add vfs_badlock_{print,panic} support to the remaining VOP_ASSERT_*jeff2002-07-301-8/+20
* - Optimize wakeup() and its friends; if a thread waken up is beingtanimura2002-07-301-0/+5
* Rebuild of files generated from syscalls.master.rwatson2002-07-303-3/+43
* Create a new thread state to describe threads that would be ready to runjulian2002-07-291-2/+7
* Create a new header <machine/_stdint.h> for storing MD parts ofmike2002-07-291-16/+1
* - Add VBAD to the list of vnodes that are ignored on locking operations.jeff2002-07-291-1/+1
* Reserve VCACHEDLABEL vnode flag for use by the TrustedBSD MACrwatson2002-07-271-1/+1
* Remote socheckproc(), which was removed when p_can*() was introducedrwatson2002-07-271-1/+0
* Disable optimization of spinlocks on UP kernels w/o debugging for nowjhb2002-07-271-1/+1
* Whitespace nit in previous revision.jhb2002-07-271-1/+1
* Fix a typojulian2002-07-241-5/+7
* Widen struct sockbuf's sb_timeo member to int from short. Withjdp2002-07-243-15/+15
* Provide a way for sysctl handlers to pre-wire their output buffer beforetruckman2002-07-221-0/+1
* Add VALLPERM, which is a mask of all the access control request permissionrwatson2002-07-221-0/+1
* Sort vnode access mode flags.rwatson2002-07-221-6/+8
* Add bus_child_present and the child_present method to bus_if.mimp2002-07-211-0/+2
* Infrastructure tweaks to allow having both an Elf32 and an Elf64 executablepeter2002-07-204-11/+22
* Add support to UFS2 to provide storage for extended attributes.mckusick2002-07-192-10/+15
* Allow alphas to do crashdumps: Refuse to run anything in choosethread()gallatin2002-07-171-0/+1
* Change the name of st_createtime to st_birthtime. This change ismckusick2002-07-162-7/+7
* Move _CS_PATH from <sys/unistd.h> to <unistd.h> -- the kernel isn't involvedwollman2002-07-151-3/+0
* Define _POSIX_FSYNC unconditionally. (The standard has enough weasel-wordswollman2002-07-151-3/+3
* Fix a bazillion lint and WARNS warnings. One major fix is the removal ofmarkm2002-07-151-14/+14
* Convert macros with variadic arguments from GNU format to ISO 9X.markm2002-07-151-4/+4
* Identify the C Language Binding Option of IEEE Std. 1003.2-1992.wollman2002-07-151-1/+11
* o Introduce new m_getcl() interface routine that allocates an mbufbmilekic2002-07-151-5/+6
* Very minor warns fix. Add a declaration for an unused parameter.markm2002-07-151-1/+1
* Help lint out a bit; wrap some functions (redefined as macros) in #ifdef.markm2002-07-151-0/+2
* Convert GNU variadic macros to the ISO 9X variety.markm2002-07-151-2/+2
* Fix warning by marking unused function parameter.markm2002-07-151-1/+1
* ISOfy and minor warnsfix.markm2002-07-151-4/+2
* Thinking about it I came to the conclusion that the KSE states were incorrectlyjulian2002-07-141-1/+1
* Typo.mikeh2002-07-131-1/+1
* Add prototype for cred_free_thread() when DIAGNOSTIC is defined.mini2002-07-131-0/+3
* Re-enable the idle page-zeroing code. Remove all IPIs from the idledillon2002-07-121-0/+1
* regen for freebsd4_sendfile(2) compat.alfred2002-07-123-17/+34
OpenPOWER on IntegriCloud