summaryrefslogtreecommitdiffstats
path: root/usr.sbin/sysctl
Commit message (Collapse)AuthorAgeFilesLines
* Install sysctl in /sbin. It is used in some cases in network_pass1(),bde1997-12-181-0/+4
| | | | before /usr is mounted if /usr has type nfs.
* Add missing argument detected by "-Wformat".jdp1997-11-181-2/+3
|
* Use err(3). Change err(-1,... to err(1,...charnier1997-10-203-82/+86
|
* Added hw.machine_arch.kato1997-08-301-1/+2
|
* Display tickadj in struct clockinfo.jhay1997-06-241-3/+3
|
* compare return value from getopt against -1 rather than EOF, per the finalimp1997-03-312-3/+3
| | | | posix standard on the topic.
* Revert $FreeBSD$ to $Id$peter1997-02-222-2/+2
|
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-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.
* Removed references to pathconf-related variables that were never handledbde1996-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.
* Use the .Fx macro where appropriate.mpp1996-08-231-3/+7
|
* Fix a core dump when the user gives "-w" without an "="smpatel1996-04-101-1/+4
|
* Fix a bunch of spelling errors in a bunch of man pages.mpp1996-01-301-3/+3
|
* The rewamped sysctl program that will find all the variables itself.phk1995-12-212-443/+372
| | | | Also a couple of handy new options.
* Make sysctl compile again by removing all the debug stuff.phk1995-11-171-32/+2
|
* Merge RELENG_2_0_5 into HEADrgrimes1995-06-111-2/+2
|
* Remove trailing whitespace.rgrimes1995-05-301-4/+4
|
* Learn how to print out kern.dumpdev as a name.wollman1995-05-121-3/+12
|
* Implement maxprocperuid and maxfilesperproc. They are tunableguido1995-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:
* Allow the user access to net.inet.igmp, even though there's nothingwollman1995-02-162-12/+12
| | | | sysctl(8) can interpret there. (Someday there might be.)
* Implement TCP MIB variables.wollman1995-02-091-2/+9
|
* Remove machdep.color_displayache1994-10-181-2/+1
|
* Document new machdep variables, pointed by Rodache1994-10-171-2/+5
|
* Document more MIB variables.wollman1994-09-231-2/+8
|
* Suppress irritating extra newline after kern.boottime.wollman1994-08-081-1/+1
|
* Get rid of update. Make man page installation work with our schemewollman1994-08-051-1/+1
| | | | (and rename a few in the process).
* BSD 4.4 Lite usr.sbin Sourcesrgrimes1994-05-264-0/+1015
OpenPOWER on IntegriCloud