summaryrefslogtreecommitdiffstats
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
* Introduce support for Mandatory Access Control and extensiblerwatson2002-08-012-2/+28
* Fix a comment.julian2002-08-012-2/+2
* Slight cleanup of some comments/whitespace.julian2002-08-014-25/+55
* Since we have the struct file data pointer cached in vp, use thatrwatson2002-08-011-1/+1
* o Acquire the page queues lock before calling vm_page_io_finish().alc2002-08-011-2/+4
* Include file cleanup; mac.h and malloc.h at one point had orderingrwatson2002-08-0112-10/+12
* Introduce support for Mandatory Access Control and extensiblerwatson2002-08-011-4/+39
* Introduce support for Mandatory Access Control and extensiblerwatson2002-08-011-11/+21
* Introduce support for Mandatory Access Control and extensiblerwatson2002-08-012-20/+190
* Introduce support for Mandatory Access Control and extensiblerwatson2002-08-011-0/+9
* Move the MAC label init/destroy stuff to more appropriate places so thatbmilekic2002-08-011-10/+20
* Revert previous revision which accidentally snuck in with another commit.jhb2002-08-011-1/+1
* Revert previous revision which was accidentally committed and has not beenjhb2002-08-011-11/+9
* If we fail to write to a vnode during a ktrace write, then we drop alljhb2002-08-014-13/+18
* 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
OpenPOWER on IntegriCloud