summaryrefslogtreecommitdiffstats
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
* Move zombie-reaping code out of kern_wait() and into its own function,rwatson2009-06-081-106/+121
* Do not dereference vp->v_rdev without holding any of dev_mtx or vnodekib2009-06-081-8/+20
* Eliminate unnecessary obfuscation when testing a page's valid bits.alc2009-06-072-5/+3
* Eliminate an unused variable from allocbuf().alc2009-06-071-3/+0
* If vm_pager_get_pages() returns VM_PAGER_OK, then there is no need to checkalc2009-06-061-2/+1
* Eliminate trailing_slash, which was made redundant in r193028.des2009-06-061-23/+11
* Unlock the cache lock before returning when we run out of buffer spacemarcus2009-06-051-1/+4
* Remove clists from the kernel.ed2009-06-051-464/+0
* Move "options MAC" from opt_mac.h to opt_global.h, as it's now in GENERICrwatson2009-06-0537-47/+0
* Add mac_framework.h include missed when MAC code was (presumably) copiedrwatson2009-06-051-0/+2
* If we're passed garbage in malloc_init(), panic() rather than expectingbrian2009-06-051-3/+7
* When checking for shared writes, use the struct mount returned fromps2009-06-041-2/+1
* Support shared vnode locks for write operations when the offset isps2009-06-041-4/+19
* Add internal 'mac_policy_count' counter to the MAC Framework, which is arwatson2009-06-025-50/+12
* Remove unneeded include.rwatson2009-06-021-2/+0
* Handle lock recursion differenty by always checking against LO_RECURSABLEattilio2009-06-023-17/+20
* Correct a boundary case error in the management of a page's dirty bits byalc2009-06-021-4/+17
* - Use an acquire barrier to increment f_count in fget_unlocked andjeff2009-06-021-2/+6
* Add an extension to the character device interface that allows characterjhb2009-06-011-2/+27
* Rework socket upcalls to close some races with setup/teardown of upcalls.jhb2009-06-013-12/+78
* Add a simple API to manage scatter/gather lists of phyiscal addresses.jhb2009-06-011-0/+656
* Add a flags field to struct ucred, and export that via kinfo_proc,rwatson2009-06-011-0/+1
* Regenerate generated syscall files following changes to struct sysent inrwatson2009-06-011-509/+509
* Add 'sy_flags', a currently unused per-syscall entry flags field that willrwatson2009-06-011-14/+21
* Reimplement the netisr framework in order to support parallel netisrrwatson2009-06-011-11/+36
* Eliminate a comment describing code that was deleted over eight years ago.alc2009-06-011-14/+6
* sys/boot/common.crodrigc2009-06-011-21/+109
* nfs_write() can use the recently introduced vfs_bio_set_valid() instead ofalc2009-05-311-41/+0
* Unbreak the build. Add missed probes.kib2009-05-311-6/+12
* Eliminate code duplication in vn_fullpath1() around the cache lookupskib2009-05-311-85/+75
* Split native socketpair() syscall onto kern_socketpair() which shoulddchagin2009-05-311-24/+29
* Introduce an interm userland-kernel API for creating vnets andzec2009-05-312-28/+382
* Provide a new CPU device driver ivar to report the nominal speed of thenwhitehorn2009-05-311-12/+21
* Remove the now invalid (and possibly unused) debug.mpsafevfsattilio2009-05-301-9/+0
* Add VOP_ACCESSX, which can be used to query for newly added V*trasz2009-05-303-0/+74
* Place hostnames and similar information fully under the prison system.jamie2009-05-294-106/+247
* Modify vm_hold_load_pages() to allocate pages using VM_ALLOC_NOOBJ ratheralc2009-05-291-13/+5
* Minor style tweak.rwatson2009-05-291-1/+2
* Since sched_pin() and sched_unpin() are already inlined, don't manuallyrwatson2009-05-291-2/+2
* Remove extra cpu_spinwait() invocations. This should really only be usedjhb2009-05-292-11/+0
* Tweak a few comments on adaptive spinning.jhb2009-05-292-6/+15
* Make the rmlock(9) interface a bit more like the rwlock(9) interface:rwatson2009-05-292-7/+27
* Let vfs_lookup() return ENOTDIR if the path has a trailing slash anddes2009-05-291-8/+12
* Fix misleading comment.des2009-05-291-1/+1
* The patch for r193011 was partially rejected when applied, complete it.attilio2009-05-291-2/+4
* Last minute TTY API change: remove mutex argument from tty_alloc().ed2009-05-292-3/+10
* Reverse the logic for ADAPTIVE_SX option and enable it by default.attilio2009-05-291-21/+50
* fail(9) support:zml2009-05-272-3/+588
* Add hierarchical jails. A jail may further virtualize its environmentjamie2009-05-2717-706/+1787
* Add the ksyms(4) pseudo driver. The ksyms driver allows a process tosson2009-05-263-0/+78
OpenPOWER on IntegriCloud