Age | Commit message (Expand) | Author |
2014-08-16 | repair operation of kern.arandom, which will only allow a buffer of | Theo de Raadt |
2014-07-11 | net.inet6.ip6.accept_rtadv bit the bucket | Henning Brauer |
2014-07-11 | Remove rfc 4620 Node Information Query support (from the kernel). | Sebastian Benoit |
2014-05-07 | Kill the {nd6_,}useloopback buttons, using the loopback interface for | Martin Pieuchot |
2014-05-07 | missing word in error message. ok millert | Ted Unangst |
2014-05-07 | delete some crusty casts | Ted Unangst |
2014-05-04 | tweak previous; | Jason McIntyre |
2014-05-04 | When kern.nosuidcoredump=3, act like =2 but try to dump cores into | Theo de Raadt |
2014-04-27 | sort the ip6 sysctls; | Jason McIntyre |
2014-04-27 | Document net.inet6.ip6.dad_pending. | Loganaden Velvindron |
2014-04-19 | Add missing description for IPv6 mtudisctimeout sysctl and | logan |
2014-04-19 | Add missing man page descriptions for the following IPv6 sysctls: | logan |
2014-04-08 | Use VM_UVMEXP instead of VM_METER for memory usages and directly | Martin Pieuchot |
2014-01-23 | kern.intrcnt is viewable with vmstat+systat | Philip Guenther |
2013-11-22 | Whole bunch of (unsigned char) casts carefully added for ctype calls. | Theo de Raadt |
2013-11-15 | Include unistd.h as it is the standard location for getopt(). | Todd C. Miller |
2013-11-12 | satisfy proto requirement | Theo de Raadt |
2013-10-28 | kill kame version symbols and sysctl | Theo de Raadt |
2013-10-22 | - add UNIX-domain socket info to struct kinfo_file2 | Philip Guenther |
2013-08-14 | some Bx/Ox conversion; | Jason McIntyre |
2013-07-18 | Revert 1.191 and 1.193 and fix the original problem (access to the last | Philip Guenther |
2013-07-18 | Correct off-by-one in naming of nodes below vfs.mounts. | Philip Guenther |
2013-06-09 | add fuse sysctls, from Sylvestre Gallon | Ted Unangst |
2013-06-09 | fix an off by one preventing access to the last filesystem. | Ted Unangst |
2013-06-08 | Add new sysctl for pipex packet input/output queue length and | YASUOKA Masahiko |
2013-06-02 | Add mentions about net.mpls and net.inet.ip.ifq. | YASUOKA Masahiko |
2013-04-16 | handle big time_t types; ok guenther | Theo de Raadt |
2013-04-15 | Remove CTL_USER hierarchy from sysctl() | Philip Guenther |
2013-04-06 | remove kern.rthreads | Ted Unangst |
2013-03-29 | remove some of the unused fields from rndstats and stop printing zeroes. | Ted Unangst |
2013-03-29 | sadly, we are going to need machine/cpu.h here for a while to get machdep | Ted Unangst |
2013-03-28 | remove excesss includes | Theo de Raadt |
2013-03-14 | tedu faith(4), suggested by todd@ some weeks ago after a submission by | Martin Pieuchot |
2013-01-03 | sysctl.3: remove some confusing text about NFS_NIOTHREADS | Jason McIntyre |
2012-09-20 | add more sensor types to sensor framework. | Yojiro Uo |
2012-04-12 | remove rfork(); ok guenther miod | Theo de Raadt |
2012-04-10 | Document new KERN_NTHREADS and KERN_MAXTHREAD sysctls | Philip Guenthe |
2012-03-11 | typo reported by Ville Valkonen <weezelding at gmail dot com> on tech@ | Ingo Schwarze |
2012-01-19 | remove unused variable. | Charles Longeau |
2012-01-15 | add missing sysctl_pipex declaration | David Hill |
2011-09-16 | reorder SENSOR_* in switch() and add missing cases. | Yojiro Uo |
2011-09-16 | fix typo | Yojiro Uo |
2011-09-16 | apply following changes to sensor framework: | Yojiro Uo |
2011-09-03 | make -column lists pretty again; | Jason McIntyre |
2011-07-08 | Include PIPEX in kernel by default. And add new sysctl variable | YASUOKA Masahiko |
2011-07-06 | Add sysctl net.inet.tcp.always_keepalive, when this is set the system | Stuart Henderson |
2011-06-24 | machdep.kbdreset enables a shutdown by Ctrl-Alt-Del on amd64 and | Christian Weisgerber |
2011-05-23 | mention ranges; prodding and feedback jmc@ | Damien Miller |
2011-05-23 | allow ranges for entering net.inet.(tcp|udp).baddynamic lists, e.g. | Damien Miller |
2011-03-12 | Replace the old, broken KERN_PROC ABI and its matching functions | Philip Guenthe |