summaryrefslogtreecommitdiffstats
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
...
* Fix poll(2) and select(2) for named pipes to return "ready for read"kib2009-07-072-15/+19
* In vn_vget_ino() and their inline equivalents, mnt_ref() the mount pointkib2009-07-021-0/+2
* Call prison_check from vfs_suser rather than re-implementing it.jamie2009-07-021-2/+1
* Audit file descriptor and command arguments to ioctl(2).rwatson2009-07-021-0/+2
* Clean up a number of aspects of token generation from audit arguments torwatson2009-07-021-1/+0
* For access(2) and eaccess(2), audit the requested access mode.rwatson2009-07-011-0/+1
* - Use fd_lastfile + 1 as the upper bound on nd. This is more correct thanjeff2009-07-011-6/+8
* Audit file descriptor numbers for various socket-related system calls.rwatson2009-07-011-0/+17
* Define missing audit argument macro AUDIT_ARG_SOCKET(), andrwatson2009-07-011-0/+3
* Improve the handling of cpuset with interrupts.jhb2009-07-011-3/+23
* When auditing unmount(2), capture FSID arguments as regular text stringsrwatson2009-07-011-1/+3
* Audit the file descriptor number passed to lseek(2).rwatson2009-07-011-0/+1
* Fix link(2) auditing: use the second audit record path for the new objectrwatson2009-07-011-1/+1
* udit the 'options' argument to wait4(2).rwatson2009-07-011-0/+1
* Remove a stale comment. The very same revision (r85511) that introducedalc2009-06-301-3/+0
* Add FIONSPACE from NetBSD. FIONSPACE is provided so that programs mayemaste2009-06-301-0/+8
* Free struct ucreds allocated in vfs_hang_addrlist() when deletingkib2009-06-291-4/+14
* Don't assume a default (currently 15) value for preloaded klds whenattilio2009-06-291-39/+19
* - Turn the third (islocked) argument of the knote call into flags parameter.stas2009-06-281-6/+18
* Add FIONWRITE support to TTYs.ed2009-06-281-3/+4
* There are a number of ways an application can check if there arephk2009-06-281-0/+5
* Correct a long-standing performance bug in cluster_rbuild(). Specifically,alc2009-06-271-4/+15
* Replace AUDIT_ARG() with variable argument macros with a set more morerwatson2009-06-2713-113/+110
* This change is the next step in implementing the cache control functionalityalc2009-06-261-1/+1
* In lf_iteratelocks_vnode, increment state->ls_threads around iteratingkib2009-06-251-1/+10
* Return errors from intr_event_bind() to the caller of intr_set_affinity().jhb2009-06-251-2/+1
* 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
OpenPOWER on IntegriCloud