summaryrefslogtreecommitdiffstats
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
* 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
* If a socket is disconnected for some reason (like a TCP connectiondwmalone2002-07-272-0/+2
* Slight restructuring of the logic for credential change case identificationrwatson2002-07-271-2/+8
* Disable optimization of spinlocks on UP kernels w/o debugging for nowjhb2002-07-272-4/+4
* - The default for lock, unlock, and islocked is now std* instead of no*.jeff2002-07-271-3/+3
* Fix -Werror build for sparc64: Use the appropriate conversionrobert2002-07-262-2/+2
* get suspension counting right.julian2002-07-252-0/+8
* fix some style problems and remove a mis-merged assert.julian2002-07-252-60/+24
* slight stylisations to take into account recent code changes.julian2002-07-241-7/+3
* Add some locking asserts and some commentsjulian2002-07-242-0/+8
* When single threading a multithreaded program, awaken thejulian2002-07-242-0/+14
OpenPOWER on IntegriCloud