summaryrefslogtreecommitdiffstats
path: root/sbin/sysctl/sysctl.c
Commit message (Expand)AuthorAgeFilesLines
* add support for specifying an initial buffer size when fetching ajmg2015-02-131-8/+15
* Fix inverted logic introduced in r272154.delphij2014-12-011-2/+5
* Refactor the code a little bit to reduce duplicated code.delphij2014-09-261-102/+87
* Explicitly set errno to 0 before calling strto*.delphij2014-09-251-0/+3
* The strtol(3) family of functions would set errno when it hits one.delphij2014-09-251-8/+16
* Constify a parameter of name2oid. No functional change.delphij2014-09-231-2/+2
* Add a sysctl to export the EFI memory map along with a handler in thejhb2014-09-131-0/+94
* Pass the length of an structure to the pretty-printer backends as ajhb2014-09-121-12/+12
* - Add a new structure type for the ACPI 3.0 SMAP entry that includes thejhb2014-08-291-0/+29
* Don't hide zero-length strings when doing sysctl listings.hselasky2014-06-271-2/+2
* Fix warnings to not append "No error: 0".trasz2013-11-261-2/+2
* Use the right format string for line buffer.delphij2013-01-131-1/+1
* Teach sysctl(8) about parsing a file (while I'm there also give itdelphij2012-12-131-61/+168
* Make Tflag and Wflag filters work for more sysctl options.alfred2012-12-121-11/+11
* Allow sysctl to filter boot and runtime tunables.alfred2012-12-111-4/+23
* In parse():delphij2012-12-111-6/+5
* s/Free Memory Pages/Free Memory/ to avoid confusion, since we'reeadler2012-04-111-1/+1
* If the -d flag is specified, ignore any new values specified and onlyjhb2011-12-011-1/+1
* Introduce signed and unsigned version of CTLTYPE_QUAD, renamingmdf2011-01-191-24/+42
* sysctl(8) should use the CTLTYPE to determine the type of data whenmdf2011-01-191-25/+29
* The kernel is not exporting any "T,dev_t" sysctl nodes anymore, somdf2011-01-171-42/+0
* Make the format of "Real Memory" and "Virtual Memory" lines morezec2010-09-161-2/+2
* Free the memory allocated via strdup.brucec2010-03-131-0/+1
* sysctl(8): make WARNS=3 cleanuqs2010-02-151-11/+17
* Add -i to usage()gavin2010-02-091-1/+1
* Implement the "-i" option to sysctl(8), to ignore failures whilegavin2010-01-311-3/+8
* 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
* Backout sensors framework.netchild2007-10-151-140/+0
* Import OpenBSD's sysctl hardware sensors framework.netchild2007-10-141-0/+140
* 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
OpenPOWER on IntegriCloud