summaryrefslogtreecommitdiffstats
path: root/sbin/sysctl
Commit message (Expand)AuthorAgeFilesLines
...
* - Remove MLINKS to nonexistant manpagesbrueffer2005-07-141-1/+1
* Show descriptions for type CTLTYPE_NODES.mdodd2005-04-131-0/+5
* Zero buffers. Seatbelt against sysctl(3) returning non-NUL terminatedmdodd2005-04-131-0/+2
* Sync program's usage() with manpage's SYNOPSIS.ru2005-02-101-1/+1
* Get rid of a NULL dereference when oid is too long.ssouhlal2005-01-251-1/+2
* Sort sections.ru2005-01-181-26/+26
* Scheduled mdoc(7) sweep.ru2005-01-101-3/+2
* Code for automatic name completion in a tcsh(1) environment.hmp2004-12-051-0/+7
* Use correct format string.le2004-09-171-1/+1
* Add a suffix descriptor for the acpi thermal values as a hint for the userlandpeter2004-08-301-2/+12
* Remove advertising clause from University of California Regent's license,markm2004-04-092-8/+0
* Add CTLTYPE_QUAD to the list of types for which we don't want an emptydd2004-03-021-1/+2
* style.Makefile(5):johan2004-02-231-1/+1
* Alphabetization braino.des2003-11-071-1/+1
* Whitespace cleanup.des2003-11-071-9/+9
* Add a command-line option to format output for human readability.des2003-11-072-13/+25
* Fix a few style glitches in the previous commit and make thesilby2003-11-011-5/+5
* Fix a 64 bit warning. Have set_T_dev_t() take a pointer to a size_t ratherpeter2003-10-261-2/+2
* Wrap a long line in the previous commitsilby2003-10-211-1/+2
* Have sysctl print out a more useful error message when it detects that thesilby2003-10-211-1/+6
* mdoc(7): Use the new feature of the .In macro.ru2003-09-081-8/+8
* Tighten up the string->integer conversion in sysctl(8):rwatson2003-06-151-5/+25
* .Nm -> .Xrcharnier2003-06-081-3/+4
* Clarify setting sysctl variables via loader(8) tunablesbrueffer2003-05-181-4/+8
* Add information about setting sysctl variables via loader(8) andbrueffer2003-05-171-1/+9
* This file does not seem to serve any purpose. It has never been hooked uptjr2003-04-281-240/+0
* 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
* 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
OpenPOWER on IntegriCloud