| Age | Commit message (Expand) | Author |
| 2020-09-20 | KNF (sort #includes and remove duplicate sys/cpu.h) | skrll |
| 2020-05-23 | Move proc_lock into the data segment. It was dynamically allocated because | ad |
| 2020-03-22 | Merge vfs_cache.c from the ad-namecache branch. With this the namecache | ad |
| 2020-01-18 | Use 4K pages on ARM_MMU_EXTENDED platforms (all armv[67] except RPI) by | skrll |
| 2020-01-02 | - Eliminate the global "boottime" variable, which was being accessed | thorpej |
| 2019-01-15 | remove kern.panic_now -- crashme panic node replaces it. | mrg |
| 2018-12-05 | As discussed in tech-kern: | christos |
| 2018-12-03 | Expose addresses depending on the KASLR setting (from mrg@). Restores the | christos |
| 2018-11-24 | Fix kernel pointer leaks in the kern.lwp sysctl. | maxv |
| 2018-10-05 | Provide a sysctl kern.expose_address to expose kernel addresses in | christos |
| 2018-09-16 | CTL_DEBUG_MAXID is only used to size a static array that the compiler | mrg |
| 2018-09-03 | Rename min/max -> uimin/uimax for better honesty. | riastradh |
| 2018-08-22 | - Cleanup for dynamic sysctl: | msaitoh |
| 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 |