aboutsummaryrefslogtreecommitdiff
path: root/sbin/sysctl
Commit message (Expand)AuthorAgeFilesLines
* Replace various spelling with FALLTHROUGH which is lint()ablePhilippe Charnier2002-08-251-1/+1
* The .Nm utility.Philippe Charnier2002-07-061-5/+9
* 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
* o remove __PWarner Losh2002-03-211-4/+4
* mdoc(7) police: tiny fixes.Ruslan Ermilov2002-03-151-2/+2
* Document the existence of machdep.guessed_bootdev, as suggestedLuigi Rizzo2002-03-121-0/+1
* 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
* Document `sysctl variable=/dev/foo' syntax.Dima Dorfman2002-03-101-2/+24
* #include <sys/time.h> instead of depending on namespace pollution inBruce Evans2002-02-251-3/+3
* - Attempt to help declutter kern. sysctl by moving security out fromAndrew R. Reiter2002-01-161-5/+5
* 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-162-5/+19
* Default to WARNS=2.David E. O'Brien2001-12-041-0/+1
* o Update sysctl.8 to reflect renaming of various security-relatedRobert Watson2001-11-301-2/+5
* Replace `=' with more correct ``.Ql =''.Anton Berezin2001-10-311-1/+2
* Implement -e option. It modifies the output produced by sysctl(8) inAnton Berezin2001-10-302-13/+31
* Document the deprecated `-w' option in the COMPATIBILITY section.Yaroslav Tykhiy2001-08-021-0/+4
* Since the ``-w'' sysctl(8) option has been deprecated,Yaroslav Tykhiy2001-07-301-1/+1
* mdoc(7) police: -xwidth has been fold into -width.Ruslan Ermilov2001-07-131-1/+1
* mdoc(7) police: fixed formatting.Ruslan Ermilov2001-07-051-37/+33
* 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 xref to blackhole(4). sysctl has nothing to do withDima Dorfman2001-06-081-1/+0
* Remove unused variable (descr) in show_var().Dima Dorfman2001-06-011-1/+1
* Update the document date after DES's updates, move the description ofDima Dorfman2001-05-291-6/+6
* 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-282-63/+70
* - Backout botched attempt to introduce MANSECT feature.Ruslan Ermilov2001-03-261-0/+1
* Set the default manual section for sbin/ to 8.Ruslan Ermilov2001-03-201-1/+0
* mdoc(7) police: split punctuation characters + misc fixes.Ruslan Ermilov2001-02-011-2/+4
* Document the -N option in the usage message and the man page.Dag-Erling Smørgrav2001-01-142-8/+10
* Add a -N option that makes sysctl(8) print out just the variable names.Dag-Erling Smørgrav2001-01-141-10/+31
* Prepare for mdoc(7)NG.Ruslan Ermilov2000-12-191-62/+62
* Add missing coma in SEE ALSO sectionAlexey Zelkin2000-12-141-2/+2
* mdoc(7) police: use the new features of the Nm macro.Ruslan Ermilov2000-11-201-3/+3
* Give correct results for SYSCTL_LONG arrays when sizeof(int) != sizeof(long)Andrew Gallatin2000-10-231-2/+2
* Add reference to sysctl.conf.David E. O'Brien2000-07-271-0/+1
* Describe the syncer(4)-related sysctls kern.filedelay, kern.dirdelaySheldon Hearn2000-07-261-1/+3
* 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
* o Mention kern.suser_permittedRobert Watson2000-06-051-0/+1
* Use 'following' instead of 'follow' in a couple of places for a slightlySteve Price2000-02-261-2/+2
* Belatedly back out rev. 1.20.Dag-Erling Smørgrav1999-11-222-25/+9
* Allow octal or hex input.Greg Lehey1999-11-171-1/+1
* $Id$ -> $FreeBSD$Peter Wemm1999-08-284-4/+4
* Add reference to blackhole(4)Geoff Rehmet1999-08-171-1/+2