summaryrefslogtreecommitdiffstats
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
* Moved sf_buf_alloc and sf_buf_free function declarations to sys/socketvar.hdg2002-08-132-4/+0
* Remove obsolete comment about sf_buf_* functions being static. They weredg2002-08-131-3/+0
* Remember to unlock the (optional) vnode in vfs_stdextattrctl(). Failingphk2002-08-131-0/+2
* Add a #include for <sys/mount.h>phk2002-08-131-0/+1
* Make SYSVSEM mpsafe. Each semaphore set gets its own lock, howeveralfred2002-08-131-87/+172
* Make SYSVMSG mpsafe. Right now there is a global lock over thealfred2002-08-131-19/+31
* - Hold the vnode lock throughout execve.jeff2002-08-133-25/+39
* - Extend the vnode_free_list_mtx to cover numvnodes and freevnodes. Thisjeff2002-08-131-3/+15
* Introduce support for labeling and access control of pipe objectsrwatson2002-08-131-0/+60
* Use the credential authorizing the socket creation operation to performrwatson2002-08-121-2/+2
* Enforce MAC policy in cttyread() as well as the other operationsrwatson2002-08-121-1/+6
* Implement IO_NOMACCHECK in vn_rdwr() -- perform MAC checks (assumingrwatson2002-08-121-4/+17
* Declare a module service "kernel_mac_support" when MAC support isrwatson2002-08-121-0/+8
* Fix sendfile(), who was calling vn_rdwr() without aresid parameter andsemenu2002-08-111-2/+2
* o Make a correction to the last change: In aio_cancel(2) return AIO_ALLDONEalc2002-08-111-2/+2
* Make kern.log_console_output a tuneable aswell as a sysctl.dwmalone2002-08-111-0/+1
* Fix typos; each file has at least one s/seperat/separat/schweikh2002-08-111-5/+5
* o In aio_cancel(2), make sure that p->p_aioinfo isn't NULL beforealc2002-08-111-0/+2
* - Introduce a new struct xvfsconf, the userland version of struct vfsconf.mux2002-08-101-17/+57
* Introduce a new sysctl flag, CTLFLAG_SKIP, which will causemux2002-08-101-0/+3
* 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
OpenPOWER on IntegriCloud