summaryrefslogtreecommitdiffstats
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
* Change crsetgroups_locked() (called by crsetgroups()) to sort thebrooks2009-06-201-10/+45
* Improve nested jail awareness of devfs by handling credentials.ed2009-06-201-7/+0
* define helper routines for deferred mbuf initializationkmacy2009-06-191-0/+26
* Rework the credential code to support larger values of NGROUPS andbrooks2009-06-194-48/+142
* Fix a deadlock in the getpeername() method for UNIX domain sockets.jhb2009-06-181-4/+4
* Utilize the new function kmem_alloc_contig() to implement the UMA back-endalc2009-06-181-17/+4
* Regen.jhb2009-06-173-45/+24
* - Add the ability to mix multiple flags seperated by pipe ('|') charactersjhb2009-06-172-37/+67
* Remove the now-unused NOIMPL flag. It serves no useful purpose given thejhb2009-06-172-6/+3
* - NOSTD results in lkmressys being used instead of lkmssys.jhb2009-06-171-2/+2
* Add explicit includes for jail.h to the files that need them andbz2009-06-171-0/+1
* Decrement state->ls_threads when vnode appeared to be doomed.kib2009-06-171-0/+2
* Introduce support for adaptive spinning in lockmgr.attilio2009-06-171-18/+204
* Do not use casts (int *)0 and (struct thread *)0 for the arguments ofkib2009-06-161-1/+1
* Perform some more cleanups to in-kernel session handling.ed2009-06-152-39/+34
* Regen.jhb2009-06-153-2/+21
* Add a new 'void closefrom(int lowfd)' system call. When called, it closesjhb2009-06-152-0/+37
* Make tcsetsid(3) work on revoked TTYs.ed2009-06-152-4/+7
* Get vnets from creds instead of threads where they're available, and fromjamie2009-06-152-2/+2
* Manage vnets via the jail system. If a jail is given the booleanjamie2009-06-152-92/+151
* Rename the host-related prison fields to be the same as the host.*jamie2009-06-133-33/+37
* Remove the static from int hardlink_check_uid.bz2009-06-131-1/+1
* Add counterparts to getcredhostname:jamie2009-06-131-1/+32
* Revert my previous change, because it reintroduces an old regression.ed2009-06-121-7/+7
* Prevent yet another staircase effect bug in the console device.ed2009-06-121-7/+7
* Stop asserting on exclusive locks in fsync since it can now supportps2009-06-111-1/+1
* strict kobj signatures: linker_if fixesavg2009-06-112-3/+3
* Adapt vfs kqfilter to the shared vnode lock used by zfs write vop. Usekib2009-06-1010-46/+86
* Do not leak the state->ls_lock after VI_DOOMED check introducedkib2009-06-101-0/+1
* SCTP needs either IPv4 or IPv6 as lower layer[1].bz2009-06-101-4/+8
* Fix r193923 by noting that type of a_fp is struct file *, not int.kib2009-06-101-1/+1
* s/a_fdidx/a_fp/ for VOP_OPEN comments that inline struct vop_open_argskib2009-06-101-1/+1
* Prevent integer overflow in direct pipe write code from circumventingcperciva2009-06-101-0/+2
* We can actually remove devclass_find_driver.imp2009-06-101-21/+0
* As discussed on arch@, restireimp2009-06-091-4/+4
* Fix some overflow errors: a signed allocation and an insufficiantjamie2009-06-091-4/+12
* Add part of NFSv4 ACL kernel support code that is required for the upcomingtrasz2009-06-091-0/+579
* Eliminate an instance of VM_PROT_READ_IS_EXEC that I overlooked in r190705.alc2009-06-091-4/+0
* Add support for multiple passes of the device tree during the boot-timejhb2009-06-092-12/+160
* Simply shared vnode locking and extend it to also include fsync.ps2009-06-083-6/+13
* After r193232 rt_tables in vnet.h are no longer indirectly dependent onbz2009-06-082-3/+0
* Introduce an infrastructure for dismantling vnet instances.zec2009-06-082-9/+92
* 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
OpenPOWER on IntegriCloud