summaryrefslogtreecommitdiffstats
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
* While we're at it, add range checks similar to those in previous commit tonectar2002-08-091-0/+8
* Add additional range checks for copyout targets.rwatson2002-08-091-0/+2
* Only my brain can fart while fixing a previous brain fart.bmilekic2002-08-081-2/+1
* YIKES, I take the pointy-hat for a really big braino here. Ibmilekic2002-08-081-4/+3
* Due to layering problems, remove the MAC checks from vn_rdwr() -- thisrwatson2002-08-081-13/+4
* Do some work on keeping better track of stopped/continued state.julian2002-08-081-0/+2
* Correct a bug introduced in 1.26: M_PKTHDR is set in the 'flags'rwatson2002-08-071-1/+1
* Use the CPU_* OID constants instead of OID_AUTO for the clock-relatedtmm2002-08-072-6/+12
* Cache the credential provided during accton() for use in later accountingrwatson2002-08-071-5/+17
* Refresh the credential on the first initproc thread following divorcingrwatson2002-08-071-0/+1
* Move code block added in 1.157 to a safer part of fork1().mdodd2002-08-071-9/+9
* Set the ident field of the struct kevent that is registered by _aio_aqueue()alc2002-08-061-4/+5
* Remove new console devices with cnremove before initializing them injake2002-08-061-0/+1
* Try harder to "set signal flags proprly [sic] for ast()". See rev.1.154.bde2002-08-061-0/+1
* Regen.rwatson2002-08-062-4/+4
* Rename mac_policy() to mac_syscall() to be more reflective of itsrwatson2002-08-061-1/+1
* Don't automagically call vslock() from SYSCTL_OUT(). Instead, complaintruckman2002-08-061-4/+2
* o The introduction of kevent() broke lio_listio(): _aio_aqueue() thoughtalc2002-08-051-6/+6
* Check the far end before registering an EVFILT_WRITE filter on a pipe.des2002-08-051-0/+3
* - Move some logic from getnewvnode() to a new function vcanrecycle()jeff2002-08-051-69/+95
* - Move a VOP assert to the right place.jeff2002-08-051-1/+1
* Cleanup:alfred2002-08-051-28/+24
* Temporarily disable polling when no processes are active, while Iluigi2002-08-041-1/+1
* - Replace v_flag with v_iflag and v_vflagjeff2002-08-0412-180/+253
* o Convert a vm_page_sleep_busy() into a vm_page_sleep_if_busy()alc2002-08-041-1/+3
* Kernel modifications necessary to allow to follow fork()ed children.mdodd2002-08-041-0/+10
* o Convert two instances of vm_page_sleep_busy() to vm_page_sleep_if_busy()alc2002-08-031-7/+6
* Make the consumers of the linker_load_file() function usemux2002-08-022-7/+4
* 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
OpenPOWER on IntegriCloud