summaryrefslogtreecommitdiffstats
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
* Introduce support for Mandatory Access Control and extensiblerwatson2002-08-012-0/+24
* Introduce support for Mandatory Access Control and extensiblerwatson2002-08-011-1/+42
* Improve formatting and variable use consistency in extattr systemrwatson2002-08-012-6/+4
* Simplify the logic to enter VFS_EXTATTRCTL().rwatson2002-08-012-14/+4
* Introduce support for Mandatory Access Control and extensiblerwatson2002-08-011-0/+12
* Introduce support for Mandatory Access Control and extensiblerwatson2002-08-011-2/+9
* When invoking NDINIT() in preparation for CREATE, set SAVENAME sincerwatson2002-08-011-1/+1
* Introduce support for Mandatory Access Control and extensiblerwatson2002-08-011-1/+27
* Introduce support for Mandatory Access Control and extensiblerwatson2002-08-011-1/+7
* Introduce support for Mandatory Access Control and extensiblerwatson2002-08-013-3/+84
* Introduce support for Mandatory Access Control and extensiblerwatson2002-07-311-0/+21
* Have the kern.file sysctl export xfiles rather than files. The truth isdes2002-07-311-25/+52
* Nit in previous commit: the correct sysctl type is "S,xvnode"des2002-07-311-1/+1
* Initialize v_cachedid to -1 in getnewvnode().des2002-07-311-42/+66
* Introduce struct xvnode, which will be used instead of struct vnode fordes2002-07-311-0/+7
* o Lock page accesses by vm_page_io_start() with the page queues lock.alc2002-07-311-1/+4
* Introduce support for Mandatory Access Control and extensiblerwatson2002-07-314-0/+29
* Note that the privilege indicating flag to vaccess() originally usedrwatson2002-07-311-1/+1
* Introduce support for Mandatory Access Control and extensiblerwatson2002-07-311-0/+8
* Introduce support for Mandatory Access Control and extensiblerwatson2002-07-311-0/+14
* Introduce support for Mandatory Access Control and extensiblerwatson2002-07-311-1/+22
* Introduce support for Mandatory Access Control and extensiblerwatson2002-07-312-0/+46
* Introduce support for Mandatory Access Control and extensiblerwatson2002-07-312-1/+36
* Introduce support for Mandatory Access Control and extensiblerwatson2002-07-311-3/+21
* Introduce support for Mandatory Access Control and extensiblerwatson2002-07-312-0/+19
* Regen.rwatson2002-07-312-2/+2
* Introduce support for Mandatory Access Control and extensiblerwatson2002-07-301-6/+8
* Begin committing support for Mandatory Access Control and extensiblerwatson2002-07-301-0/+19
* Begin committing support for Mandatory Access Control and extensiblerwatson2002-07-301-0/+3016
* Don't need to hold schedlock specifically for stop() ans it calls wakeup()julian2002-07-301-6/+1
* Make reference counting for mbuf clusters [only] work like in RELENG_4.bmilekic2002-07-301-49/+37
* o Replace vm_page_sleep_busy() with vm_page_sleep_if_busy()alc2002-07-301-7/+4
* Remove code that removes thread from sleep queue beforejulian2002-07-301-7/+0
* o In do_sendfile(), replace vm_page_sleep_busy() by vm_page_sleep_if_busy()alc2002-07-301-5/+6
* When referencing nd_cnp after namei(), always pass SAVENAME intorwatson2002-07-302-10/+18
* Make M_COPY_PKTHDR() macro into a wrapper for a m_copy_pkthdr()rwatson2002-07-301-0/+19
* Regen.rwatson2002-07-302-2/+4
* Introduce a mac_policy() system call that will provide MAC policiesrwatson2002-07-301-0/+2
* For processes which are set-user-ID or set-group-ID, the kernel performs a fewnectar2002-07-301-1/+2
* In endtsleep() and cv_timedwait_end(), a thread marked TDF_TIMEOUT maytanimura2002-07-302-3/+21
* - Acknowledge recursive vnode locks in the vop_unlock specification. Thejeff2002-07-301-1/+1
* - Optimize wakeup() and its friends; if a thread waken up is beingtanimura2002-07-303-8/+22
* Update docs to reflect change in count of procs reserved for rootsilby2002-07-301-1/+1
* Rebuild of files generated from syscalls.master.rwatson2002-07-302-14/+14
* Prototype function arguments, only with MAC-specific structuresrwatson2002-07-301-6/+6
* Stubs for the TrustedBSD MAC system calls to permit TrustedBSD MACrwatson2002-07-301-0/+93
* Create a new thread state to describe threads that would be ready to runjulian2002-07-292-3/+5
* - Backout the patch made in revision 1.75 of vfs_mount.c. The vputs herejeff2002-07-292-3/+4
* Make a temporary copy of the output data in the generic sysctl handlerstruckman2002-07-281-6/+45
* Wire the sysctl output buffer before grabbing any locks to preventtruckman2002-07-284-0/+4
OpenPOWER on IntegriCloud