summaryrefslogtreecommitdiffstats
path: root/sbin/sysctl
Commit message (Expand)AuthorAgeFilesLines
* 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
* The .Nm utility.charnier2002-07-061-5/+9
* 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
* o remove __Pimp2002-03-211-4/+4
* mdoc(7) police: tiny fixes.ru2002-03-151-2/+2
* Document the existence of machdep.guessed_bootdev, as suggestedluigi2002-03-121-0/+1
* 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
* Document `sysctl variable=/dev/foo' syntax.dd2002-03-101-2/+24
* #include <sys/time.h> instead of depending on namespace pollution inbde2002-02-251-3/+3
* - Attempt to help declutter kern. sysctl by moving security out fromarr2002-01-161-5/+5
* 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-162-5/+19
* Default to WARNS=2.obrien2001-12-041-0/+1
* o Update sysctl.8 to reflect renaming of various security-relatedrwatson2001-11-301-2/+5
* Replace `=' with more correct ``.Ql =''.tobez2001-10-311-1/+2
* Implement -e option. It modifies the output produced by sysctl(8) intobez2001-10-302-13/+31
* Document the deprecated `-w' option in the COMPATIBILITY section.yar2001-08-021-0/+4
* Since the ``-w'' sysctl(8) option has been deprecated,yar2001-07-301-1/+1
* mdoc(7) police: -xwidth has been fold into -width.ru2001-07-131-1/+1
* mdoc(7) police: fixed formatting.ru2001-07-051-37/+33
* 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 xref to blackhole(4). sysctl has nothing to do withdd2001-06-081-1/+0
* Remove unused variable (descr) in show_var().dd2001-06-011-1/+1
* Update the document date after DES's updates, move the description ofdd2001-05-291-6/+6
* 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-282-63/+70
* - Backout botched attempt to introduce MANSECT feature.ru2001-03-261-0/+1
* Set the default manual section for sbin/ to 8.ru2001-03-201-1/+0
* mdoc(7) police: split punctuation characters + misc fixes.ru2001-02-011-2/+4
* Document the -N option in the usage message and the man page.des2001-01-142-8/+10
* Add a -N option that makes sysctl(8) print out just the variable names.des2001-01-141-10/+31
* Prepare for mdoc(7)NG.ru2000-12-191-62/+62
* Add missing coma in SEE ALSO sectionphantom2000-12-141-2/+2
* mdoc(7) police: use the new features of the Nm macro.ru2000-11-201-3/+3
* Give correct results for SYSCTL_LONG arrays when sizeof(int) != sizeof(long)gallatin2000-10-231-2/+2
* Add reference to sysctl.conf.obrien2000-07-271-0/+1
* Describe the syncer(4)-related sysctls kern.filedelay, kern.dirdelaysheldonh2000-07-261-1/+3
* 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
* o Mention kern.suser_permittedrwatson2000-06-051-0/+1
* Use 'following' instead of 'follow' in a couple of places for a slightlysteve2000-02-261-2/+2
* Belatedly back out rev. 1.20.des1999-11-222-25/+9
* Allow octal or hex input.grog1999-11-171-1/+1
* $Id$ -> $FreeBSD$peter1999-08-284-4/+4
OpenPOWER on IntegriCloud