| Age | Commit message (Expand) | Author |
| 2018-02-04 | Add a proper defflag for GPROF, and include opt_gprof.h, otherwise we're | maxv |
| 2017-06-01 | remove checks for failure after memory allocation calls that cannot fail: | chs |
| 2016-12-14 | Remove the "target" argment from vfs_drainvnodes() as it is | hannken |
| 2016-05-31 | Add a new kern.messages sysctl to allow kernel message verbosity to be | pgoyette |
| 2015-11-09 | Whether or not the semaphore code is loaded as a module or built-in, its | pgoyette |
| 2015-08-25 | Move a bunch of sysctl nodes from init_sysctl (kitchen sink sysctl file) | pooka |
| 2015-07-07 | Move hw.machine and hw.machine_arch sysctls to base so rump can use them | justin |
| 2015-05-20 | group msgbuf sysctls with the msgbuf code | pooka |
| 2015-05-13 | More preparation for modularizing the SYSVxxx options. Here we | pgoyette |
| 2015-04-22 | move clock sysctls from init_sysctl.c to kern_clock.c | pooka |
| 2014-08-03 | BUILDINFO part 2: expose sysctl kern.buildinfo | apb |
| 2014-05-08 | Add a global vnode cache: | hannken |
| 2014-03-24 | - create cpu_{g,s}etmodel() and hide cpu_model from direct access. | christos |
| 2014-02-25 | Ensure that the top level sysctl nodes (kern, vfs, net, ...) exist before | pooka |
| 2014-02-25 | Add kern.{ostype,osrelease,osrevision,version} kern.domainname, | justin |
| 2014-01-17 | Put cprng sysctls into subr_cprng.c. Also, make sysctl_prng static | pooka |
| 2013-09-14 | GC various arrays defined and used in kern_proc.c | joerg |
| 2013-03-18 | calculate vnode cache size based on the resource it gets allocated from | para |
| 2013-03-07 | Add a kern.configname sysctl object. | matt |
| 2013-02-21 | Move boottime50 and its associated sysctl into the compat module. As | pgoyette |
| 2013-02-02 | Make the inclusion of <sys/cprng.h> a private matter for sysctl. No reason | matt |
| 2012-10-27 | split device_t/softc for all remaining drivers. | chs |
| 2012-10-08 | put all kern socket sysctls in the same place | pooka |
| 2012-10-03 | Add sanity check to sysctl_kern_maxvnodes. | mlelstv |
| 2012-06-02 | Add some pre-processor magic to verify that the type of the data item | dsl |
| 2012-04-07 | remove bogus check. | christos |
| 2012-03-10 | P1003_1B_SEMAPHORE is no longer optional. | joerg |
| 2012-02-19 | Remove COMPAT_SA / KERN_SA. Welcome to 6.99.3! | rmind |
| 2011-12-17 | Separate /dev/random pseudodevice implemenation from kernel entropy pool | tls |
| 2011-11-20 | An undocumented behavior of the sysctl kern.arandom node used to allow | tls |
| 2011-11-19 | First step of random number subsystem rework described in | tls |
| 2011-08-30 | Add getlabelusesmbr(), as proposed in | bouyer |
| 2011-07-23 | When KERN_SA is not defined, kern.no_sa_support is a constant (1). So | jym |
| 2011-05-24 | Add some needed __UNCONST | joerg |
| 2011-04-02 | vfs_drainvnodes: drop lwp argument, remove variable name in prototype. | rmind |
| 2011-02-05 | avoid code duplication. | christos |
| 2011-01-28 | migrate compat32 handling with previous | pooka |
| 2011-01-28 | Move sysctl routines from init_sysctl.c to kern_descrip.c (for | pooka |
| 2011-01-22 | Use the L_ flags instead of the P_ flags for lwps. | christos |
| 2010-07-01 | Remove pfind() and pgfind(), fix locking in various broken uses of these. | rmind |
| 2010-06-16 | Set kinfo_lwp to 0 before filling it so that if someone removes | pooka |
| 2010-02-13 | sysctl_doeproc: don't follow a possibly stale pointer. | yamt |
| 2010-01-13 | Minimize unnecessary differences in rump. | pooka |
| 2009-12-24 | When reporting open files using sysctl, don't use 'filehead' to fetch files, | elad |
| 2009-12-12 | Report L_INMEM in the lwp info as well. | dsl |
| 2009-12-12 | Always set L_INMEM to maintain binary compatibility. | dsl |
| 2009-10-21 | Remove uarea swap-out functionality: | rmind |
| 2009-09-16 | Chop init_sysctl into base nodes (init_sysctl_base.c) and the | pooka |
| 2009-09-11 | Expose the kernel's boothowto(9) variable through the sysctl | apb |
| 2009-08-16 | provide compatibility for the older variant of kern.consdev, which used | christos |