Age | Commit message (Expand) | Author |
2009-06-07 | Add KERN_FILE2 sysctl analogous to KERN_PROC2 but for file structures, | Todd C. Miller |
2009-06-03 | add bufcachepercent to man page, and maxlocksperuid which someone forgot. | Bob Beck |
2008-11-08 | Document the ddb.trigger sysctl. | Chris Kuethe |
2008-08-22 | mention machine/cpu.h for the CPU identifiers. | Brad Smith |
2008-08-04 | Properly output machdep.chipset values on alpha models without pci buses; | Miod Vallat |
2008-07-12 | fix printing of nchstats | Thordur I. Bjornsson |
2008-07-09 | expand the net.inet.(tcp|udp).baddynamic dynamic source port | Damien Miller |
2008-04-28 | Teach sysctl about mpls. | Esben Norby |
2008-03-14 | "-Aa" are not required flags; sort synopses; improve description of "-a" | Igor Sobrado |
2008-02-11 | bump Mdocdate for pages committed in "febuary", necessary because | Jason McIntyre |
2008-02-09 | Adjust type of hw.physmem and hw.usermem; they are 64-bit values now. | Mark Kettenis |
2008-02-09 | Introduce HW_PHYSMEM64 and HW_USERMEM64 sysctls, which don't overflow on | Mark Kettenis |
2008-02-05 | Move carp load balancing (ARP/IP) to a simpler configuration scheme. | Marco Pfatschbacher |
2007-12-14 | Bring in probing for protocols that was missing; ok claudio reyk | Theo de Raadt |
2007-12-13 | the mib[] array will be modified by sysctl_inet, move the *CTL_STATS | Reyk Floeter |
2007-12-13 | implement sysctls to report IP, TCP, UDP, and ICMP statistics and | Reyk Floeter |
2007-11-26 | if no arguments given, assume a nice default; ok miod jakemsr deanna | Theo de Raadt |
2007-11-11 | do not document -w: it is for compat only. just like we did for audioctl, | Jason McIntyre |
2007-07-19 | kern.timecounter.timestepwarnings may be altered; from Kristaps Dzonsons | Jason McIntyre |
2007-07-18 | hw.sensors is a tree, so describe/expand it as such; 'put it in' jmc@ | Constantine A. Murenin |
2007-06-04 | more ipx, jmc | Henning Brauer |
2007-06-04 | no more ipx | Henning Brauer |
2007-05-31 | convert to new .Dd format; | Jason McIntyre |
2007-05-29 | remove the ztsscale sysctl; ok deraadt@ | Robert Nagy |
2007-05-27 | Simplify symlink creation. ok grunk | Alexander Bluhm |
2007-05-21 | small cleanups: | Constantine A. Murenin |
2007-02-20 | knf found while fixing another bug | Theo de Raadt |
2007-01-06 | pretty up the sensor outputs a wee bit more; partly spotted by jsg | Theo de Raadt |
2006-12-26 | Show more digits in timedelta sensor output as the timedelta sensors become | Marc Balmer |
2006-12-23 | adapt to new two-level sensor sysctl framework; by Constantine A. Murenin | Theo de Raadt |
2006-12-15 | some Nm blips, from mk; | Jason McIntyre |
2006-12-04 | retreive -> retrieve; | Jason McIntyre |
2006-11-21 | introduce sysctl net.inet6.ip6.multicast_mtudisc (for multicast routers). | Jun-ichiro itojun Hagino |
2006-10-19 | Add WATTHOUR and AMPHOUR | Marco Peereboom |
2006-10-16 | tab needed instead of space to format this correctly; | Jason McIntyre |
2006-10-16 | Add multipath variables. | Ryan Thomas McBride |
2006-06-05 | Simpler code for printing time sensors: no leak and no floating | Otto Moerbeek |
2006-06-04 | print time offsets much nicer | Theo de Raadt |
2006-05-29 | revert vfs.nfs.privport sysctl, broke a few architectures | Anil Madhavapeddy |
2006-05-28 | Add support for NFS mounts to be from non-reserved ports: | Anil Madhavapeddy |
2006-05-27 | Document net.inet6.ip6.mforwarding | Claudio Jeker |
2006-05-17 | Document recent sysctl additions. | Gordon Willem Klok |
2006-04-25 | for SENSOR_TIMEDELTA, store time in nanoseconds. discussion with kettenis | Theo de Raadt |
2006-04-25 | if the timeval has data, print it at the end of the line | Theo de Raadt |
2006-04-21 | document retreiving a subset of sysctls; | Jason McIntyre |
2006-04-20 | print timedelta; ok dlg | Theo de Raadt |
2006-04-18 | Discussed with jason@ that pfail means "partial fail". Now it translates | Marco Peereboom |
2006-04-13 | Change how hw.sensors prints. Much simpler format, easier to read. While | Theo de Raadt |
2006-04-02 | malloc(x * y) -> calloc(x, y) from adobriyan AT gmail.com, with tweaks | Damien Miller |
2005-11-30 | add a sensor type for drive status and hook esm up with it. | David Gwynne |