summaryrefslogtreecommitdiffstats
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
* Fix a race in vi_if_move, where a vnet is used after the prison thatjamie2009-06-241-21/+28
* Add a new COMPAT7 flag for FreeBSD 7.x compatibility system calls.jhb2009-06-242-5/+36
* - Move syscall function argument structure types to be just above thejhb2009-06-243-20/+17
* Add stack_print_short() and stack_print_short_ddb() interfaces torwatson2009-06-241-10/+54
* Implement a facility for dynamic per-cpu variables.jeff2009-06-233-10/+303
* - Use cpuset_t and the CPU_ macros in place of cpumask_t so that ULEjeff2009-06-231-19/+19
* Improve my last commit: use a separate condvar to serialize.ed2009-06-231-2/+4
* Use dcdwait to block threads to serialize writes.ed2009-06-231-2/+3
* Implement global and per-uid accounting of the anonymous memory. Addkib2009-06-235-18/+54
* Add a limit for child jails via the "children.cur" and "children.max"jamie2009-06-231-9/+50
* After cleaning up rt_tables from vnet.h and cleaning up opt_route.hbz2009-06-232-2/+0
* Remove unnecessary/redundant includes.jamie2009-06-232-2/+0
* vn_open_cred() needs a non NULL ucred pointerpho2009-06-231-1/+1
* Add soreceive_stream(), an optimized version of soreceive() forandre2009-06-221-0/+196
* Add m_mbuftouio() helper function to copy(out) an arbitraryandre2009-06-221-0/+28
* In sbappendstream_locked() demote all incoming packet mbufs (andandre2009-06-221-0/+3
* Regen.jhb2009-06-222-2/+2
* Include definitions for the audit identifiers for compat system calls injhb2009-06-221-0/+2
* Fix a typo in a comment.jhb2009-06-221-1/+1
* Update m_demote:andre2009-06-221-4/+6
* Add explicit struct ucred * argument for VOP_VPTOCNP, to be used bykib2009-06-213-11/+15
* Add another flags argument to vn_open_cred. Use it to specify that somekib2009-06-214-11/+13
* In non-debugging mode make this define (void)0 instead of nothing. Thisrdivacky2009-06-211-1/+1
* 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
OpenPOWER on IntegriCloud