aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/sysctl
Commit message (Collapse)AuthorAgeFilesLines
* Move sysctl/ to src/sbin/ where it now belongs.David E. O'Brien1999-05-104-995/+0
| | | | | | | Repository copied by: Peter Notes: svn path=/head/; revision=46878
* Clean up option handling a little.Dag-Erling Smørgrav1999-01-102-21/+40
| | | | | | | Add an option for showing sysctl descriptions instead of their values. Notes: svn path=/head/; revision=42456
* Allow for printing out integer arrays.Poul-Henning Kamp1998-11-081-2/+8
| | | | Notes: svn path=/head/; revision=41019
* `kern.maxproc' is not changeable using sysctl(1). Change examplesJoseph Koshy1998-09-291-4/+4
| | | | | | | | | | that show `kern.maxproc' being written. PR: docs/7978 Submitted by: jlemon@americantv.com Notes: svn path=/head/; revision=39743
* Change length arguments to sysctl to size_t.Doug Rabson1998-08-251-5/+21
| | | | Notes: svn path=/head/; revision=38533
* Document the kern.logsigexit sysctl variable (sort of).Joerg Wunsch1998-07-291-1/+2
| | | | | | | Reminded by: bde Notes: svn path=/head/; revision=37943
* Document sef's recent changes in the corefile naming.Joerg Wunsch1998-07-211-1/+2
| | | | | | | Reviewed by: sef (well, i believe his `Looks good' was a review result :) Notes: svn path=/head/; revision=37810
* Don't assume that time_t is long.Bruce Evans1998-06-291-2/+4
| | | | Notes: svn path=/head/; revision=37266
* Install sysctl in /sbin. It is used in some cases in network_pass1(),Bruce Evans1997-12-181-0/+4
| | | | | | | before /usr is mounted if /usr has type nfs. Notes: svn path=/head/; revision=31845
* Add missing argument detected by "-Wformat".John Polstra1997-11-181-2/+3
| | | | Notes: svn path=/head/; revision=31214
* Use err(3). Change err(-1,... to err(1,...Philippe Charnier1997-10-203-82/+86
| | | | Notes: svn path=/head/; revision=30602
* Added hw.machine_arch.KATO Takenori1997-08-301-1/+2
| | | | Notes: svn path=/head/; revision=28917
* Display tickadj in struct clockinfo.John Hay1997-06-241-3/+3
| | | | Notes: svn path=/head/; revision=26899
* compare return value from getopt against -1 rather than EOF, per the finalWarner Losh1997-03-312-3/+3
| | | | | | | posix standard on the topic. Notes: svn path=/head/; revision=24428
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-222-2/+2
| | | | Notes: svn path=/head/; revision=22997
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-142-2/+2
| | | | | | | | | | | This will make a number of things easier in the future, as well as (finally!) avoiding the Id-smashing problem which has plagued developers for so long. Boy, I'm glad we're not using sup anymore. This update would have been insane otherwise. Notes: svn path=/head/; revision=21673
* Removed references to pathconf-related variables that were never handledBruce Evans1996-09-281-10/+3
| | | | | | | | | | | | | by sysctl and never can be in their documented form (kern.name_max would have to become fs.filesystemname.name_max, etc.). Added missing references to user.stream_max and user.tzname_max. These seem to misnamed. <sys/sysconf.h> says that they correspond to POSIX2 names, but the sysconf names don't have POSIX2 or "posix2" like all the other POSIX2 names. Notes: svn path=/head/; revision=18537
* Use the .Fx macro where appropriate.Mike Pritchard1996-08-231-3/+7
| | | | Notes: svn path=/head/; revision=17786
* Fix a core dump when the user gives "-w" without an "="Sujal Patel1996-04-101-1/+4
| | | | Notes: svn path=/head/; revision=15172
* Fix a bunch of spelling errors in a bunch of man pages.Mike Pritchard1996-01-301-3/+3
| | | | Notes: svn path=/head/; revision=13744
* The rewamped sysctl program that will find all the variables itself.Poul-Henning Kamp1995-12-212-436/+365
| | | | | | | Also a couple of handy new options. Notes: svn path=/head/; revision=12946
* Make sysctl compile again by removing all the debug stuff.Poul-Henning Kamp1995-11-171-32/+2
| | | | Notes: svn path=/head/; revision=12344
* Merge RELENG_2_0_5 into HEADRodney W. Grimes1995-06-111-2/+2
| | | | Notes: svn path=/head/; revision=9202
* Remove trailing whitespace.Rodney W. Grimes1995-05-301-4/+4
| | | | Notes: svn path=/head/; revision=8857
* Learn how to print out kern.dumpdev as a name.Garrett Wollman1995-05-121-3/+12
| | | | Notes: svn path=/head/; revision=8479
* Implement maxprocperuid and maxfilesperproc. They are tunableGuido van Rooij1995-02-201-1/+3
| | | | | | | | | | | | | | | via sysctl(8). The initial value of maxprocperuid is maxproc-1, that of maxfilesperproc is maxfiles (untill maxfile will disappear) Now it is at least possible to prohibit one user opening maxfiles -Guido Submitted by: Obtained from: Notes: svn path=/head/; revision=6577
* Allow the user access to net.inet.igmp, even though there's nothingGarrett Wollman1995-02-162-12/+12
| | | | | | | sysctl(8) can interpret there. (Someday there might be.) Notes: svn path=/head/; revision=6473
* Implement TCP MIB variables.Garrett Wollman1995-02-091-2/+9
| | | | Notes: svn path=/head/; revision=6284
* Remove machdep.color_displayAndrey A. Chernov1994-10-181-2/+1
| | | | Notes: svn path=/head/; revision=3681
* Document new machdep variables, pointed by RodAndrey A. Chernov1994-10-171-2/+5
| | | | Notes: svn path=/head/; revision=3666
* Document more MIB variables.Garrett Wollman1994-09-231-2/+8
| | | | Notes: svn path=/head/; revision=3037
* Suppress irritating extra newline after kern.boottime.Garrett Wollman1994-08-081-1/+1
| | | | Notes: svn path=/head/; revision=1951
* Get rid of update. Make man page installation work with our schemeGarrett Wollman1994-08-051-1/+1
| | | | | | | (and rename a few in the process). Notes: svn path=/head/; revision=1863
* BSD 4.4 Lite usr.sbin SourcesRodney W. Grimes1994-05-264-0/+1015
Notes: svn path=/cvs2svn/branches/WIN_TUE_NL/; revision=1553