aboutsummaryrefslogtreecommitdiff
path: root/sbin/sysctl/sysctl.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Get rid of a NULL dereference when oid is too long.Suleiman Souhlal2005-01-251-1/+2
* Use correct format string.Lukas Ertl2004-09-171-1/+1
* Add a suffix descriptor for the acpi thermal values as a hint for the userlandPeter Wemm2004-08-301-2/+12
* Remove advertising clause from University of California Regent's license,Mark Murray2004-04-091-4/+0
* Add CTLTYPE_QUAD to the list of types for which we don't want an emptyDima Dorfman2004-03-021-1/+2
* Whitespace cleanup.Dag-Erling Smørgrav2003-11-071-9/+9
* Add a command-line option to format output for human readability.Dag-Erling Smørgrav2003-11-071-11/+21
* Fix a few style glitches in the previous commit and make theMike Silbersack2003-11-011-5/+5
* Fix a 64 bit warning. Have set_T_dev_t() take a pointer to a size_t ratherPeter Wemm2003-10-261-2/+2
* Wrap a long line in the previous commitMike Silbersack2003-10-211-1/+2
* Have sysctl print out a more useful error message when it detects that theMike Silbersack2003-10-211-1/+6
* Tighten up the string->integer conversion in sysctl(8):Robert Watson2003-06-151-5/+25
* Output machdep.guessed_bootdev as an integer rather than try to formatPoul-Henning Kamp2003-04-031-54/+0
* Fix what I think is an off-by-one in certain worst-case scenariosPeter Wemm2003-01-221-1/+1
* Cleanup the formatting from the last commit, convert everything toMatthew Dillon2003-01-111-8/+21
* Make 'sysctl vm.vmtotal' work properly using updated patch from Hiten.Matthew Dillon2003-01-111-0/+26
* Fix a "bug" in sysctl(8). Limit the length when we print a string fromPeter Wemm2002-11-121-1/+1
* Replace various spelling with FALLTHROUGH which is lint()ablePhilippe Charnier2002-08-251-1/+1
* Don't err(3) (and exit prematurely) when a sysctl's object size hasAlfred Perlstein2002-05-241-9/+16
* Don't forget to null-terminate string we got from sysctl (f.e. in 'A' format).Andrey A. Chernov2002-05-081-1/+1
* Take the "tickadj" element out of struct clockinfo. Our adjtime(2)Poul-Henning Kamp2002-04-151-2/+2
* Make the handling of machdep.guessed_bootdev compiled on i386 only.Luigi Rizzo2002-03-111-1/+7
* Export a (machine dependent) kernel variable bootdev asLuigi Rizzo2002-03-101-0/+51
* #include <sys/time.h> instead of depending on namespace pollution inBruce Evans2002-02-251-3/+3
* Allow setting of variables of type dev_t by indicating the name ofPoul-Henning Kamp2001-12-301-13/+34
* Add code to export and print the description associated to sysctlLuigi Rizzo2001-12-161-4/+16
* Implement -e option. It modifies the output produced by sysctl(8) inAnton Berezin2001-10-301-11/+19
* modfied sysctl command to allow setting values > 2GB if the mib supports it.Jim Pirzyk2001-06-181-1/+19
* Normalize the use of sizeof according to style(9).Dima Dorfman2001-06-091-19/+19
* Remove unused variable (descr) in show_var().Dima Dorfman2001-06-011-1/+1
* Perform random drive-by style cleanups, and rewrite a while loop thatDag-Erling Smørgrav2001-05-281-17/+18
* Try to make sysctl options slightly more orthogonal:Dag-Erling Smørgrav2001-05-281-22/+25
* Document the -N option in the usage message and the man page.Dag-Erling Smørgrav2001-01-141-5/+5
* Add a -N option that makes sysctl(8) print out just the variable names.Dag-Erling Smørgrav2001-01-141-10/+31
* Give correct results for SYSCTL_LONG arrays when sizeof(int) != sizeof(long)Andrew Gallatin2000-10-231-2/+2
* Array of long support.Poul-Henning Kamp2000-07-111-4/+10
* Support for unsigned integer and long sysctl variables. Update theJohn Baldwin2000-07-051-2/+10
* Handle minors like ls(1) does it.Poul-Henning Kamp2000-06-101-2/+8
* Belatedly back out rev. 1.20.Dag-Erling Smørgrav1999-11-221-20/+7
* Allow octal or hex input.Greg Lehey1999-11-171-1/+1
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Avoid ambigious if/elseBill Fumerola1999-07-211-2/+3
* Clean up option handling a little.Dag-Erling Smørgrav1999-01-101-18/+34
* Allow for printing out integer arrays.Poul-Henning Kamp1998-11-081-2/+8
* Change length arguments to sysctl to size_t.Doug Rabson1998-08-251-5/+21
* Don't assume that time_t is long.Bruce Evans1998-06-291-2/+4
* Add missing argument detected by "-Wformat".John Polstra1997-11-181-2/+3