aboutsummaryrefslogtreecommitdiff
path: root/sbin/sysctl/sysctl.c
Commit message (Expand)AuthorAgeFilesLines
* MFC: Use malloc() rather than alloca() to allocate storage for old valuesJohn Baldwin2007-01-221-8/+28
* Bring the oid description functionality (-d) into STABLE.Tom Rhodes2003-05-011-4/+16
* MFC: rev 1.45, 1.48, 1.51. Fix string termination.Peter Wemm2003-01-221-2/+3
* MFC sysctl.c 1.40, sysctl.8 1.44:Thomas Quinot2002-10-291-13/+34
* MFC: the sysctl variable "machdep.guessed_bootdev" reports some indicationLuigi Rizzo2002-03-161-0/+57
* MFC: Implement -e option.Anton Berezin2001-12-191-11/+19
* MFC 1.34-1.36: sync with -current: minor style fixes.Dima Dorfman2001-07-281-17/+18
* MFC sysctl 1.30-1.33, sysctl.8 1.32-1.33: -N flag, and DES's springDima Dorfman2001-07-281-26/+50
* modfied sysctl command to allow setting values > 2GB if the mib supports it.Jim Pirzyk2001-07-181-1/+19
* MFC 1.35, 1.36: remove unused variable and normalize use of sizeof.Dima Dorfman2001-06-121-20/+20
* MFC 1.29 fix sizeof(int) != sizeof(long) brokenness for SYSCTL_LONGAndrew Gallatin2000-11-021-2/+2
* MFC: merge in various cosmetic cleanups:Kelly Yancey2000-07-191-4/+24
* 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
* Use err(3). Change err(-1,... to err(1,...Philippe Charnier1997-10-201-31/+29
* Display tickadj in struct clockinfo.John Hay1997-06-241-3/+3
* compare return value from getopt against -1 rather than EOF, per the finalWarner Losh1997-03-311-2/+2
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
* Fix a core dump when the user gives "-w" without an "="Sujal Patel1996-04-101-1/+4
* The rewamped sysctl program that will find all the variables itself.Poul-Henning Kamp1995-12-211-426/+323
* Make sysctl compile again by removing all the debug stuff.Poul-Henning Kamp1995-11-171-32/+2
* Merge RELENG_2_0_5 into HEADRodney W. Grimes1995-06-111-2/+2
* Remove trailing whitespace.Rodney W. Grimes1995-05-301-4/+4
* Learn how to print out kern.dumpdev as a name.Garrett Wollman1995-05-121-3/+12
* Allow the user access to net.inet.igmp, even though there's nothingGarrett Wollman1995-02-161-6/+11
* Implement TCP MIB variables.Garrett Wollman1995-02-091-2/+9
* Suppress irritating extra newline after kern.boottime.Garrett Wollman1994-08-081-1/+1
* BSD 4.4 Lite usr.sbin SourcesRodney W. Grimes1994-05-261-0/+572