summaryrefslogtreecommitdiff
path: root/usr.sbin/sysctl/sysctl.8
Commit message (Collapse)AuthorAgeFilesLines
* MFC: move sysctl/ to src/sbin/ due to its installation placeDavid E. O'Brien1999-05-101-243/+0
| | | | Notes: svn path=/stable/3/; revision=46924
* Clean up option handling a little.Dag-Erling Smørgrav1999-01-101-3/+6
| | | | | | | Add an option for showing sysctl descriptions instead of their values. Notes: svn path=/head/; revision=42456
* `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
* 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
* Use err(3). Change err(-1,... to err(1,...Philippe Charnier1997-10-201-35/+30
| | | | Notes: svn path=/head/; revision=30602
* Added hw.machine_arch.KATO Takenori1997-08-301-1/+2
| | | | Notes: svn path=/head/; revision=28917
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-221-1/+1
| | | | Notes: svn path=/head/; revision=22997
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
| | | | | | | | | | | 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 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-211-10/+42
| | | | | | | Also a couple of handy new options. Notes: svn path=/head/; revision=12946
* 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-161-6/+1
| | | | | | | sysctl(8) can interpret there. (Someday there might be.) Notes: svn path=/head/; revision=6473
* 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
* BSD 4.4 Lite usr.sbin SourcesRodney W. Grimes1994-05-261-0/+208
Notes: svn path=/cvs2svn/branches/WIN_TUE_NL/; revision=1553