summaryrefslogtreecommitdiffstats
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
* Use the correct cast for the arguments passed to freebsd_shmctl() injhb2009-06-251-1/+1
* Tweak the oshmctl() compile fix: convert the K&R definition to ANSI.jhb2009-06-251-7/+1
* oshmctl() now requires a sysv_shm.c-local function prototype.rwatson2009-06-251-0/+4
* - Use DPCPU for SCHED_STATS. This is somewhat awkward because thejeff2009-06-251-18/+37
* - Add a sysctl_dpcpu_long to support long typed pcpu stats.jeff2009-06-251-10/+19
* Wrap a PR_VNET inside "#ifdef VIMAGE" since that the only place it applies.jamie2009-06-241-0/+2
* Regen.jhb2009-06-243-87/+99
* In case of prisons with their own network stack, permitjamie2009-06-241-0/+128
* Change the ABI of some of the structures used by the SYSV IPC API:jhb2009-06-245-20/+290
* Deprecate the msgsys(), semsys(), and shmsys() system calls by movingjhb2009-06-244-185/+185
* - Similar to the previous commit, but for CURRENT: Fix a bug where a FIFO vnodelulf2009-06-241-1/+0
* - Fix a bug where a FIFO vnode use count was increased twice, but onlylulf2009-06-241-1/+0
* 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
OpenPOWER on IntegriCloud