aboutsummaryrefslogtreecommitdiff
path: root/sbin/sysctl
Commit message (Expand)AuthorAgeFilesLines
* Use the right format string for line buffer.Xin LI2013-01-131-1/+1
* Teach sysctl(8) about parsing a file (while I'm there also give itXin LI2012-12-132-62/+175
* Make Tflag and Wflag filters work for more sysctl options.Alfred Perlstein2012-12-121-11/+11
* Allow sysctl to filter boot and runtime tunables.Alfred Perlstein2012-12-112-6/+30
* In parse():Xin LI2012-12-111-6/+5
* s/Free Memory Pages/Free Memory/ to avoid confusion, since we'reEitan Adler2012-04-111-1/+1
* mdoc: terminate quoted strings.Joel Dahl2012-03-261-66/+66
* If the -d flag is specified, ignore any new values specified and onlyJohn Baldwin2011-12-011-1/+1
* Introduce signed and unsigned version of CTLTYPE_QUAD, renamingMatthew D Fleming2011-01-191-24/+42
* sysctl(8) should use the CTLTYPE to determine the type of data whenMatthew D Fleming2011-01-191-25/+29
* Fix typo and bump date.Matthew D Fleming2011-01-171-2/+2
* The kernel is not exporting any "T,dev_t" sysctl nodes anymore, soMatthew D Fleming2011-01-172-56/+2
* Make the format of "Real Memory" and "Virtual Memory" lines moreMarko Zec2010-09-161-2/+2
* Free the memory allocated via strdup.Rebecca Cran2010-03-131-0/+1
* sysctl(8): make WARNS=3 cleanUlrich Spörlein2010-02-152-12/+18
* Add -i to usage()Gavin Atkinson2010-02-091-1/+1
* Add the -i option to the synopsis.Gavin Atkinson2010-02-061-2/+2
* Implement the "-i" option to sysctl(8), to ignore failures whileGavin Atkinson2010-01-312-4/+15
* Just use devname(3) to print device names.Ed Schouten2009-11-031-8/+1
* Make input parsing in Farhenheit actually work.Ed Schouten2009-10-211-5/+5
* time_t does not always fit into long, for instance on arm. So rather castJohn Hay2009-06-231-3/+3
* The sysctl(8) program exits on some errors and only emits warnings onMike Makonnen2008-06-231-2/+5
* Remove mentionings of kern.dumpdev which is no longer available.Remko Lodder2007-11-281-10/+1
* Backout sensors framework.Alexander Leidinger2007-10-152-141/+0
* Import OpenBSD's sysctl hardware sensors framework.Alexander Leidinger2007-10-142-0/+141
* document hw.realmemDaniel Gerzo2007-08-241-0/+1
* When we return from a "show" function without printing anything exceptBruce Evans2007-06-111-6/+6
* Some improvements to the int-type printing code based on suggestions by bde.David Malone2007-06-101-17/+13
* Fix a number of WARNS, including printf, constness and unsigned comparisonDavid Malone2007-06-101-12/+13
* Some style improvements suggested by bde, including removing anDavid Malone2007-06-101-37/+36
* Use common code for printing ints and longs by coppying the sysctlDavid Malone2007-06-041-42/+42
* Style: Shorten a couple of lines with u_int and u_long.Warner Losh2006-12-101-5/+3
* - Revert signedness type changes to "struct vmtotal"; by makingRuslan Ermilov2006-11-281-15/+11
* Fix the format specifier suitable for uintmax_t.Ruslan Ermilov2006-11-231-5/+5
* - Fix types of "struct vmmeter" members so they are unsigned.Ruslan Ermilov2006-11-201-12/+13
* Remove a debugging statement from the previous commit.Hartmut Brandt2006-10-121-2/+0
* Don't free the buffer with the sysctl value before printing it.Hartmut Brandt2006-10-121-1/+4
* While convenient, avoid using alloca() for reasons specified inRuslan Ermilov2006-09-061-4/+20
* Support Celsius (nn.nC), Fahrenheit (nn.nF) and Kelvin (nnnn) toHajimu UMEMOTO2006-09-031-4/+39
* Fix printing of integer Kelvins broken in rev. 1.71, which isRuslan Ermilov2006-08-151-3/+3
* Add an extension to the UINT & ULONG types. The XINT & XLONG types behaveDavid E. O'Brien2006-08-121-2/+10
* Use floating point instead of hacking something together. Suggested byNate Lawson2006-08-041-10/+8
* Fix printing of negative decimal values in Kelvin to Celsius conversion.Nate Lawson2006-07-251-2/+6
* Add -q to usage().Ruslan Ermilov2005-12-011-2/+2
* -mdoc sweep.Ruslan Ermilov2005-11-181-2/+2
* Add "-q" argument to sysctl(8), which suppresses a limited set of warnings/Robert Watson2005-09-152-5/+17
* - Remove MLINKS to nonexistant manpagesChristian Brueffer2005-07-141-1/+1
* Show descriptions for type CTLTYPE_NODES.Matthew N. Dodd2005-04-131-0/+5
* Zero buffers. Seatbelt against sysctl(3) returning non-NUL terminatedMatthew N. Dodd2005-04-131-0/+2
* Sync program's usage() with manpage's SYNOPSIS.Ruslan Ermilov2005-02-101-1/+1