summaryrefslogtreecommitdiffstats
path: root/sbin/sysctl
Commit message (Expand)AuthorAgeFilesLines
* Free the memory allocated via strdup.brucec2010-03-131-0/+1
* sysctl(8): make WARNS=3 cleanuqs2010-02-152-12/+18
* Add -i to usage()gavin2010-02-091-1/+1
* Add the -i option to the synopsis.gavin2010-02-061-2/+2
* Implement the "-i" option to sysctl(8), to ignore failures whilegavin2010-01-312-4/+15
* Just use devname(3) to print device names.ed2009-11-031-8/+1
* Make input parsing in Farhenheit actually work.ed2009-10-211-5/+5
* time_t does not always fit into long, for instance on arm. So rather castjhay2009-06-231-3/+3
* The sysctl(8) program exits on some errors and only emits warnings onmtm2008-06-231-2/+5
* Remove mentionings of kern.dumpdev which is no longer available.remko2007-11-281-10/+1
* Backout sensors framework.netchild2007-10-152-141/+0
* Import OpenBSD's sysctl hardware sensors framework.netchild2007-10-142-0/+141
* document hw.realmemdanger2007-08-241-0/+1
* When we return from a "show" function without printing anything exceptbde2007-06-111-6/+6
* Some improvements to the int-type printing code based on suggestions by bde.dwmalone2007-06-101-17/+13
* Fix a number of WARNS, including printf, constness and unsigned comparisondwmalone2007-06-101-12/+13
* Some style improvements suggested by bde, including removing andwmalone2007-06-101-37/+36
* Use common code for printing ints and longs by coppying the sysctldwmalone2007-06-041-42/+42
* Style: Shorten a couple of lines with u_int and u_long.imp2006-12-101-5/+3
* - Revert signedness type changes to "struct vmtotal"; by makingru2006-11-281-15/+11
* Fix the format specifier suitable for uintmax_t.ru2006-11-231-5/+5
* - Fix types of "struct vmmeter" members so they are unsigned.ru2006-11-201-12/+13
* Remove a debugging statement from the previous commit.harti2006-10-121-2/+0
* Don't free the buffer with the sysctl value before printing it.harti2006-10-121-1/+4
* While convenient, avoid using alloca() for reasons specified inru2006-09-061-4/+20
* Support Celsius (nn.nC), Fahrenheit (nn.nF) and Kelvin (nnnn) toume2006-09-031-4/+39
* Fix printing of integer Kelvins broken in rev. 1.71, which isru2006-08-151-3/+3
* Add an extension to the UINT & ULONG types. The XINT & XLONG types behaveobrien2006-08-121-2/+10
* Use floating point instead of hacking something together. Suggested bynjl2006-08-041-10/+8
* Fix printing of negative decimal values in Kelvin to Celsius conversion.njl2006-07-251-2/+6
* Add -q to usage().ru2005-12-011-2/+2
* -mdoc sweep.ru2005-11-181-2/+2
* Add "-q" argument to sysctl(8), which suppresses a limited set of warnings/rwatson2005-09-152-5/+17
* - Remove MLINKS to nonexistant manpagesbrueffer2005-07-141-1/+1
* Show descriptions for type CTLTYPE_NODES.mdodd2005-04-131-0/+5
* Zero buffers. Seatbelt against sysctl(3) returning non-NUL terminatedmdodd2005-04-131-0/+2
* Sync program's usage() with manpage's SYNOPSIS.ru2005-02-101-1/+1
* Get rid of a NULL dereference when oid is too long.ssouhlal2005-01-251-1/+2
* Sort sections.ru2005-01-181-26/+26
* Scheduled mdoc(7) sweep.ru2005-01-101-3/+2
* Code for automatic name completion in a tcsh(1) environment.hmp2004-12-051-0/+7
* Use correct format string.le2004-09-171-1/+1
* Add a suffix descriptor for the acpi thermal values as a hint for the userlandpeter2004-08-301-2/+12
* Remove advertising clause from University of California Regent's license,markm2004-04-092-8/+0
* Add CTLTYPE_QUAD to the list of types for which we don't want an emptydd2004-03-021-1/+2
* style.Makefile(5):johan2004-02-231-1/+1
* Alphabetization braino.des2003-11-071-1/+1
* Whitespace cleanup.des2003-11-071-9/+9
* Add a command-line option to format output for human readability.des2003-11-072-13/+25
* Fix a few style glitches in the previous commit and make thesilby2003-11-011-5/+5
OpenPOWER on IntegriCloud