summaryrefslogtreecommitdiffstats
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
* Reimplement and/or implement vnet list locking by replacing a mostlyrwatson2009-07-191-21/+27
* Remove the interim vimage containers, struct vimage and struct procg,jamie2009-07-177-397/+24
* r195699 introduced an assertion regarding when progbits data in kernelrwatson2009-07-151-3/+0
* Add new msleep(9) flag PBDY that shall be specified together withkib2009-07-145-26/+48
* Move the repeated code to calculate the number of the threads in thekib2009-07-141-18/+19
* When wakeup(9) is going to notify swapper, assert that wait channel is notkib2009-07-141-1/+4
* Build on Jeff Roberson's linker-set based dynamic per-CPU allocatorrwatson2009-07-148-226/+119
* Add support to the virtual memory system for configuring machine-alc2009-07-121-1/+1
* The control terminal revocation at the session leader exit does notkib2009-07-091-3/+4
* Remove crcopy call from seteuid now that it calls crcopysafe.jamie2009-07-081-1/+0
* Regenerate after lpathconf(2) addition.trasz2009-07-083-2/+25
* There is an optimization in chmod(1), that makes it not to call chmod(2)trasz2009-07-082-4/+24
* Fix regressions in return events of poll() on TTYs.ed2009-07-082-11/+8
* Increase HZ_VM from 10 to 100. While 10 hz saves cpu timesilby2009-07-081-1/+1
* 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
OpenPOWER on IntegriCloud