aboutsummaryrefslogtreecommitdiff
path: root/sbin/sysctl
Commit message (Expand)AuthorAgeFilesLines
* MFC rev 1.64 sysctl.8Remko Lodder2007-12-021-10/+1
* MFC: Don't free the buffer with the sysctl value before printing it.Brian Somers2007-03-201-1/+2
* MFC: Revert signedness type changes to "struct vmtotal" to keepRuslan Ermilov2006-12-011-15/+11
* MFC: Make members of "struct vmmeter" unsigned; fix overflow bugs whenRuslan Ermilov2006-11-231-12/+13
* MFC:Ruslan Ermilov2006-09-081-4/+20
* MFC: Support Celsius (nn.nC), Fahrenheit (nn.nF) and Kelvin (nnnn) toHajimu UMEMOTO2006-09-071-4/+39
* MFC: 1.73: Fix printing of integer Celsius.Ruslan Ermilov2006-08-161-3/+3
* MFC: Add forgotten -q to usage() and SYNOPSIS.Ruslan Ermilov2006-08-152-4/+4
* MFC: acpi man page formatting updates, sysctl temperature printing fixes.Nate Lawson2006-08-051-10/+8
* MFC: add control of thermal zone setpoints, add sysctl to enable ACPI-basedNate Lawson2006-08-021-2/+6
* Merge sysctl.8:1.59, sysctl.c:1.68 from HEAD to RELENG_6:Robert Watson2005-09-222-5/+17
* MFC:Christian Brueffer2005-07-171-1/+1
* Show descriptions for type CTLTYPE_NODES.Matthew N. Dodd2005-04-131-0/+5
* Zero buffers. Seatbelt against sysctl(3) returning non-NUL terminatedMatthew N. Dodd2005-04-131-0/+2
* Sync program's usage() with manpage's SYNOPSIS.Ruslan Ermilov2005-02-101-1/+1
* Get rid of a NULL dereference when oid is too long.Suleiman Souhlal2005-01-251-1/+2
* Sort sections.Ruslan Ermilov2005-01-181-26/+26
* Scheduled mdoc(7) sweep.Ruslan Ermilov2005-01-101-3/+2
* Code for automatic name completion in a tcsh(1) environment.Hiten Pandya2004-12-051-0/+7
* Use correct format string.Lukas Ertl2004-09-171-1/+1
* Add a suffix descriptor for the acpi thermal values as a hint for the userlandPeter Wemm2004-08-301-2/+12
* Remove advertising clause from University of California Regent's license,Mark Murray2004-04-092-8/+0
* Add CTLTYPE_QUAD to the list of types for which we don't want an emptyDima Dorfman2004-03-021-1/+2
* style.Makefile(5):Johan Karlsson2004-02-231-1/+1
* Alphabetization braino.Dag-Erling Smørgrav2003-11-071-1/+1
* Whitespace cleanup.Dag-Erling Smørgrav2003-11-071-9/+9
* Add a command-line option to format output for human readability.Dag-Erling Smørgrav2003-11-072-13/+25
* Fix a few style glitches in the previous commit and make theMike Silbersack2003-11-011-5/+5
* Fix a 64 bit warning. Have set_T_dev_t() take a pointer to a size_t ratherPeter Wemm2003-10-261-2/+2
* Wrap a long line in the previous commitMike Silbersack2003-10-211-1/+2
* Have sysctl print out a more useful error message when it detects that theMike Silbersack2003-10-211-1/+6
* mdoc(7): Use the new feature of the .In macro.Ruslan Ermilov2003-09-081-8/+8
* Tighten up the string->integer conversion in sysctl(8):Robert Watson2003-06-151-5/+25
* .Nm -> .XrPhilippe Charnier2003-06-081-3/+4
* Clarify setting sysctl variables via loader(8) tunablesChristian Brueffer2003-05-181-4/+8
* Add information about setting sysctl variables via loader(8) andChristian Brueffer2003-05-171-1/+9
* This file does not seem to serve any purpose. It has never been hooked upTim J. Robbins2003-04-281-240/+0
* Output machdep.guessed_bootdev as an integer rather than try to formatPoul-Henning Kamp2003-04-031-54/+0
* Fix what I think is an off-by-one in certain worst-case scenariosPeter Wemm2003-01-221-1/+1
* Cleanup the formatting from the last commit, convert everything toMatthew Dillon2003-01-111-8/+21
* Make 'sysctl vm.vmtotal' work properly using updated patch from Hiten.Matthew Dillon2003-01-111-0/+26
* Fix a "bug" in sysctl(8). Limit the length when we print a string fromPeter Wemm2002-11-121-1/+1
* 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