obrien
3759f3bca6
Add reference to sysctl.conf.
2000-07-27 22:57:46 +00:00
sheldonh
7056ee57b6
Describe the syncer(4)-related sysctls kern.filedelay, kern.dirdelay
...
and kern.metadelay, thanks to mckusick's feedback.
2000-07-26 08:51:58 +00:00
phk
c81142712f
Array of long support.
...
Submitted by: Ian Dowse <iedowse@maths.tcd.ie>
2000-07-11 21:59:54 +00:00
jhb
a3f1512fc7
Support for unsigned integer and long sysctl variables. Update the
...
SYSCTL_LONG macro to be consistent with other integer sysctl variables
and require an initial value instead of assuming 0. Update several
sysctl variables to use the unsigned types.
PR: 15251
Submitted by: Kelly Yancey <kbyanc@posi.net>
2000-07-05 07:46:41 +00:00
phk
9512871af3
Handle minors like ls(1) does it.
...
PR: 19179
Submitted by: Kelly Yancey <kbyanc@posi.net>
2000-06-10 19:55:39 +00:00
rwatson
57c389ea2c
o Mention kern.suser_permitted
...
Obtained from: TrustedBSD Project
2000-06-05 14:56:01 +00:00
steve
f1b2974b9d
Use 'following' instead of 'follow' in a couple of places for a slightly
...
better read.
2000-02-26 16:55:21 +00:00
des
818ea4dbe1
Belatedly back out rev. 1.20.
1999-11-22 08:38:29 +00:00
grog
ab6c1d5c28
Allow octal or hex input.
...
Suggested-by: Geoff Steckel <gwes@sitaranetworks.com>
1999-11-17 23:42:09 +00:00
peter
e226894fa0
$Id$ -> $FreeBSD$
1999-08-28 00:22:10 +00:00
csgr
5b40b92fc5
Add reference to blackhole(4)
1999-08-17 14:28:07 +00:00
billf
46ddadfa37
Avoid ambigious if/else
1999-07-21 02:49:42 +00:00
obrien
8ae887a850
Move sysctl/ to src/sbin/ where it now belongs.
...
Repository copied by: Peter
1999-05-10 10:17:22 +00:00
des
9db669b835
Clean up option handling a little.
...
Add an option for showing sysctl descriptions instead of their values.
1999-01-10 02:10:08 +00:00
phk
f9fcff6b76
Allow for printing out integer arrays.
1998-11-08 19:27:43 +00:00
jkoshy
c3c4bbb532
`kern.maxproc' is not changeable using sysctl(1). Change examples
...
that show `kern.maxproc' being written.
PR: docs/7978
Submitted by: jlemon@americantv.com
1998-09-29 02:01:06 +00:00
dfr
6b5c3784cd
Change length arguments to sysctl to size_t.
1998-08-25 07:38:19 +00:00
joerg
8115016ee0
Document the kern.logsigexit sysctl variable (sort of).
...
Reminded by: bde
1998-07-29 08:30:37 +00:00
joerg
5f6dc64d89
Document sef's recent changes in the corefile naming.
...
Reviewed by: sef (well, i believe his `Looks good' was a review result :)
1998-07-21 18:16:16 +00:00
bde
8d79264e17
Don't assume that time_t is long.
1998-06-29 17:54:29 +00:00
bde
25a4d2f91e
Install sysctl in /sbin. It is used in some cases in network_pass1(),
...
before /usr is mounted if /usr has type nfs.
1997-12-18 15:34:08 +00:00
jdp
e2d907a81b
Add missing argument detected by "-Wformat".
1997-11-18 03:37:45 +00:00
charnier
f6e0080970
Use err(3). Change err(-1,... to err(1,...
1997-10-20 12:53:54 +00:00
kato
59ed83fa92
Added hw.machine_arch.
1997-08-30 02:28:00 +00:00
jhay
efca0f8123
Display tickadj in struct clockinfo.
1997-06-24 18:23:32 +00:00
imp
15c4d207bc
compare return value from getopt against -1 rather than EOF, per the final
...
posix standard on the topic.
1997-03-31 05:11:47 +00:00
peter
32d6b795de
Revert $FreeBSD$ to $Id$
1997-02-22 16:15:28 +00:00
jkh
9c0cd3f9df
Make the long-awaited change from $Id$ to $FreeBSD$
...
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.
1997-01-14 07:20:47 +00:00
bde
84ed9156c5
Removed references to pathconf-related variables that were never handled
...
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.
1996-09-28 14:43:03 +00:00
mpp
0da347e402
Use the .Fx macro where appropriate.
1996-08-23 00:57:08 +00:00
smpatel
4a164c67b1
Fix a core dump when the user gives "-w" without an "="
1996-04-10 00:53:22 +00:00
mpp
029ea9012d
Fix a bunch of spelling errors in a bunch of man pages.
1996-01-30 13:52:50 +00:00
phk
a016c070a0
The rewamped sysctl program that will find all the variables itself.
...
Also a couple of handy new options.
1995-12-21 12:39:25 +00:00
phk
c809fe36ec
Make sysctl compile again by removing all the debug stuff.
1995-11-17 16:28:42 +00:00
rgrimes
8f6e1a9b69
Merge RELENG_2_0_5 into HEAD
1995-06-11 19:33:05 +00:00
rgrimes
5a145b5eb1
Remove trailing whitespace.
1995-05-30 03:57:47 +00:00
wollman
88df68178d
Learn how to print out kern.dumpdev as a name.
1995-05-12 19:10:56 +00:00
guido
c8660b50b6
Implement maxprocperuid and maxfilesperproc. They are tunable
...
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:
1995-02-20 19:42:42 +00:00
wollman
ffc5acb7aa
Allow the user access to net.inet.igmp, even though there's nothing
...
sysctl(8) can interpret there. (Someday there might be.)
1995-02-16 00:28:42 +00:00
wollman
2a0e704e47
Implement TCP MIB variables.
1995-02-09 23:16:17 +00:00
ache
d9a422ecd0
Remove machdep.color_display
1994-10-18 03:41:16 +00:00
ache
60833eb4ee
Document new machdep variables, pointed by Rod
1994-10-17 18:55:21 +00:00
wollman
1c6db624c5
Document more MIB variables.
1994-09-23 19:04:02 +00:00
wollman
52d2ac9615
Suppress irritating extra newline after kern.boottime.
1994-08-08 15:37:35 +00:00
wollman
f19a26b912
Get rid of update. Make man page installation work with our scheme
...
(and rename a few in the process).
1994-08-05 16:31:05 +00:00
rgrimes
862fdf11a2
BSD 4.4 Lite usr.sbin Sources
1994-05-26 05:23:31 +00:00