summaryrefslogtreecommitdiffstats
path: root/sbin/sysctl/sysctl.c
Commit message (Expand)AuthorAgeFilesLines
* Output machdep.guessed_bootdev as an integer rather than try to formatphk2003-04-031-54/+0
* Fix what I think is an off-by-one in certain worst-case scenariospeter2003-01-221-1/+1
* Cleanup the formatting from the last commit, convert everything todillon2003-01-111-8/+21
* Make 'sysctl vm.vmtotal' work properly using updated patch from Hiten.dillon2003-01-111-0/+26
* Fix a "bug" in sysctl(8). Limit the length when we print a string frompeter2002-11-121-1/+1
* Replace various spelling with FALLTHROUGH which is lint()ablecharnier2002-08-251-1/+1
* Don't err(3) (and exit prematurely) when a sysctl's object size hasalfred2002-05-241-9/+16
* Don't forget to null-terminate string we got from sysctl (f.e. in 'A' format).ache2002-05-081-1/+1
* Take the "tickadj" element out of struct clockinfo. Our adjtime(2)phk2002-04-151-2/+2
* Make the handling of machdep.guessed_bootdev compiled on i386 only.luigi2002-03-111-1/+7
* Export a (machine dependent) kernel variable bootdev asluigi2002-03-101-0/+51
* #include <sys/time.h> instead of depending on namespace pollution inbde2002-02-251-3/+3
* Allow setting of variables of type dev_t by indicating the name ofphk2001-12-301-13/+34
* Add code to export and print the description associated to sysctlluigi2001-12-161-4/+16
* Implement -e option. It modifies the output produced by sysctl(8) intobez2001-10-301-11/+19
* modfied sysctl command to allow setting values > 2GB if the mib supports it.pirzyk2001-06-181-1/+19
* Normalize the use of sizeof according to style(9).dd2001-06-091-19/+19
* Remove unused variable (descr) in show_var().dd2001-06-011-1/+1
* Perform random drive-by style cleanups, and rewrite a while loop thatdes2001-05-281-17/+18
* Try to make sysctl options slightly more orthogonal:des2001-05-281-22/+25
* Document the -N option in the usage message and the man page.des2001-01-141-5/+5
* Add a -N option that makes sysctl(8) print out just the variable names.des2001-01-141-10/+31
* Give correct results for SYSCTL_LONG arrays when sizeof(int) != sizeof(long)gallatin2000-10-231-2/+2
* Array of long support.phk2000-07-111-4/+10
* Support for unsigned integer and long sysctl variables. Update thejhb2000-07-051-2/+10
* Handle minors like ls(1) does it.phk2000-06-101-2/+8
* Belatedly back out rev. 1.20.des1999-11-221-20/+7
* Allow octal or hex input.grog1999-11-171-1/+1
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Avoid ambigious if/elsebillf1999-07-211-2/+3
* Clean up option handling a little.des1999-01-101-18/+34
* Allow for printing out integer arrays.phk1998-11-081-2/+8
* Change length arguments to sysctl to size_t.dfr1998-08-251-5/+21
* Don't assume that time_t is long.bde1998-06-291-2/+4
* Add missing argument detected by "-Wformat".jdp1997-11-181-2/+3
* Use err(3). Change err(-1,... to err(1,...charnier1997-10-201-31/+29
* Display tickadj in struct clockinfo.jhay1997-06-241-3/+3
* compare return value from getopt against -1 rather than EOF, per the finalimp1997-03-311-2/+2
* Revert $FreeBSD$ to $Id$peter1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
* Fix a core dump when the user gives "-w" without an "="smpatel1996-04-101-1/+4
* The rewamped sysctl program that will find all the variables itself.phk1995-12-211-433/+330
* Make sysctl compile again by removing all the debug stuff.phk1995-11-171-32/+2
* Merge RELENG_2_0_5 into HEADrgrimes1995-06-111-2/+2
* Remove trailing whitespace.rgrimes1995-05-301-4/+4
* Learn how to print out kern.dumpdev as a name.wollman1995-05-121-3/+12
* Allow the user access to net.inet.igmp, even though there's nothingwollman1995-02-161-6/+11
* Implement TCP MIB variables.wollman1995-02-091-2/+9
* Suppress irritating extra newline after kern.boottime.wollman1994-08-081-1/+1
* BSD 4.4 Lite usr.sbin Sourcesrgrimes1994-05-261-0/+572
OpenPOWER on IntegriCloud