summaryrefslogtreecommitdiffstats
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
* Handle incorrect ELF images specifying size for PT_GNU_STACK not beingkib2015-04-231-1/+1
* Make AIO to not allocate pbufs for unmapped I/O like r281825.mav2015-04-221-101/+105
* Move zlib.c from net to libkern.rodrigc2015-04-223-4/+3
* Support file verification in MAC.rodrigc2015-04-221-0/+6
* Modify kern___getcwd() to take max pathlen limit as an additionaltrasz2015-04-211-4/+6
* Rewrite physio() to not allocate pbufs for unmapped I/O.mav2015-04-211-61/+93
* Always send log(9) messages to the message buffer.vangyzen2015-04-201-1/+1
* Regen.kib2015-04-183-230/+20
* The lseek(2), mmap(2), truncate(2), ftruncate(2), pread(2), andkib2015-04-183-6/+14
* Remove unimplemented sched provider probes.markj2015-04-181-11/+0
* Initialize td_sel in the thread_init(). Struct thread is not zeroedkib2015-04-181-0/+1
* More accurately collect name-cache statistics in sysctl functionsmckusick2015-04-181-20/+16
* Add "GELI Passphrase:" prompt to boot loader.dteske2015-04-161-0/+3
* File systems that do not use the buffer cache (such as ZFS) mustrmacklem2015-04-151-0/+1
* Fix handling of BUS_PROBE_NOWILDCARD in 'device_probe_child()'.neel2015-04-151-8/+10
* Rewrite linprocfs_domtab() as a wrapper around kern_getfsstat(). Thistrasz2015-04-151-7/+14
* Implement support for binary to requesting specific stack size for thekib2015-04-153-3/+22
* When a kernel has DEVICE_POLLING turned on but no drivers havegnn2015-04-141-0/+6
* Fix my stupid restoral of old code.. must be c_iflags now.rrs2015-04-141-1/+1
* Restore the two lines accidentally deleted that allow CALLOUT_DIRECT to berrs2015-04-131-0/+2
* uiomove_object_page(): Avoid instantiating pages in sparse regions on reads.will2015-04-111-0/+11
* Replace struct filedesc argument in getsock_cap with struct threadmjg2015-04-111-27/+25
* fd: remove filedesc argument from fdclosemjg2015-04-118-19/+17
* 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
OpenPOWER on IntegriCloud