summaryrefslogtreecommitdiffstats
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
* Add vmem locking to r281026.mav2015-04-051-0/+3
* Restore proper error from oshmctl(2), used by COMPAT_43, when thekib2015-04-041-1/+1
* utimensat: Correct Capsicum required capability rights.jilles2015-04-041-2/+4
* Remove useless initialization.kib2015-04-041-1/+1
* Make ZFS ARC track both KVA usage and fragmentation.mav2015-04-031-0/+9
* Speed up symbol lookup for the amd64 kernel modules.kib2015-04-021-2/+40
* Fix integer truncation bug in malloc(9)rstone2015-04-013-6/+6
* Adopt jhb's suggested changes, updated comments and callout_migration() movingrrs2015-03-311-0/+2
* Catch up on r271387 and remove unused parameter fromglebius2015-03-301-1/+0
* Periodically wake up threads waiting for vmem(9) resources, so they couldmav2015-03-301-0/+6
* Add four new DDB commands to display vmem(9) statistics.mav2015-03-291-0/+74
* Make debug.vmem_check a tunable. It is useful to set it early.kib2015-03-281-1/+1
* Clean up some cosmetic nits in kern_umtx.c, found during recent workvangyzen2015-03-281-14/+10
* Try to unbreak !SMP kernels broken in r280785 by using the proper macrosbz2015-03-281-2/+2
* Change the callout to supply -1 to indicate we are not changingrrs2015-03-281-47/+86
* Implement a simple OID number garbage collector. Given the increasinghselasky2015-03-251-16/+47
* Make sure tunable sysctls are only fetched once. The existing code canhselasky2015-03-241-0/+3
* Do not include if_var.h and in6_var.h into kern_jail.c. It is now possibleglebius2015-03-241-4/+0
* Correct string pointer offset for error printout.hselasky2015-03-241-1/+1
* Disable coredump_devctl because it could lead to leaking paths torpaulo2015-03-241-1/+1
* filedesc: microoptimize fget_unlocked by getting rid of fd < 0 branchmjg2015-03-241-1/+1
* The sysctls that return process argv and envv return binary data, so clearian2015-03-221-0/+2
* Fix for out of order device destruction notifications when using thehselasky2015-03-221-2/+18
* proc: use MTX_NEW flag in proc_initmjg2015-03-211-6/+5
* cred: add proc_set_cred_init helpermjg2015-03-213-4/+16
* fork: assign refed credentials earliermjg2015-03-211-8/+7
* Introduce vm_object_color() and use it in mmap(2) to set the color ofalc2015-03-211-4/+1
* error is only used if MAC is defined, so make its declaration conditionalcognet2015-03-211-0/+2
* Somewhat modernize the SysV shm code:kib2015-03-211-255/+210
* coredump: protect corefilename access with a lockmjg2015-03-211-2/+23
* The minimum sbuf buffer size is 2 bytes (a byte plus a nulterm), assert that.ian2015-03-171-2/+4
* In sbuf_new_for_sysctl(), default the buffer size to 64 bytes if theian2015-03-171-0/+3
* Reduce header pollution.glebius2015-03-171-7/+0
* Reset bp->bio_done to unmapped_buf when removing a transient map in biodone.benno2015-03-161-0/+1
* Trivial change / forced-commit to document prior change that slipped inian2015-03-161-1/+1
* (no commit message)ian2015-03-161-3/+3
* Use a regular sbuf + SYSCTL_OUT() rather than sbuf_new_for_sysctl() withian2015-03-161-1/+3
* Update an sbuf assertion to allow for the new SBUF_INCLUDENUL flag. Ifian2015-03-161-5/+12
* proc: get rid of proc lock + unlock pair in proc_reapmjg2015-03-161-4/+5
* cred: add proc_set_cred helpermjg2015-03-168-27/+55
* Add a nulterm byte to the returned sysctl string.ian2015-03-151-1/+1
* Include the nulterm byte in the sysctl string.ian2015-03-151-1/+2
* Use sbuf_printf() for sysctl strings instead of stack buffers and snprintf().ian2015-03-142-18/+22
* Use SYSCTL_OUT_STR() to return strings.ian2015-03-142-4/+3
* Use sbuf_new_for_sysctl() instead of plain sbuf_new() to ensure sysctlian2015-03-141-3/+2
* Use sbuf_new_for_sysctl() instead of plain sbuf_new() to ensure sysctlian2015-03-141-3/+2
* Set the SBUF_INCLUDENUL flag in sbuf_new_for_sysctl() so that sysctlian2015-03-144-1/+7
* Add a new flag, SBUF_INCLUDENUL, and new get/set/clear functions for flags.ian2015-03-141-1/+29
* Factor out mbuf hashing code from LAGG driver so that other networkhselasky2015-03-111-0/+181
* Fix SR-IOV passthrough devices to allow ppt to attachrstone2015-03-101-0/+19
OpenPOWER on IntegriCloud