index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sbin
/
sysctl
Commit message (
Expand
)
Author
Age
Files
Lines
*
mdoc(7) police: tiny fixes.
ru
2002-03-15
1
-2
/
+2
*
Document the existence of machdep.guessed_bootdev, as suggested
luigi
2002-03-12
1
-0
/
+1
*
Make the handling of machdep.guessed_bootdev compiled on i386 only.
luigi
2002-03-11
1
-1
/
+7
*
Export a (machine dependent) kernel variable bootdev as
luigi
2002-03-10
1
-0
/
+51
*
Document `sysctl variable=/dev/foo' syntax.
dd
2002-03-10
1
-2
/
+24
*
#include <sys/time.h> instead of depending on namespace pollution in
bde
2002-02-25
1
-3
/
+3
*
- Attempt to help declutter kern. sysctl by moving security out from
arr
2002-01-16
1
-5
/
+5
*
Allow setting of variables of type dev_t by indicating the name of
phk
2001-12-30
1
-13
/
+34
*
Add code to export and print the description associated to sysctl
luigi
2001-12-16
2
-5
/
+19
*
Default to WARNS=2.
obrien
2001-12-04
1
-0
/
+1
*
o Update sysctl.8 to reflect renaming of various security-related
rwatson
2001-11-30
1
-2
/
+5
*
Replace `=' with more correct ``.Ql =''.
tobez
2001-10-31
1
-1
/
+2
*
Implement -e option. It modifies the output produced by sysctl(8) in
tobez
2001-10-30
2
-13
/
+31
*
Document the deprecated `-w' option in the COMPATIBILITY section.
yar
2001-08-02
1
-0
/
+4
*
Since the ``-w'' sysctl(8) option has been deprecated,
yar
2001-07-30
1
-1
/
+1
*
mdoc(7) police: -xwidth has been fold into -width.
ru
2001-07-13
1
-1
/
+1
*
mdoc(7) police: fixed formatting.
ru
2001-07-05
1
-37
/
+33
*
modfied sysctl command to allow setting values > 2GB if the mib supports it.
pirzyk
2001-06-18
1
-1
/
+19
*
Normalize the use of sizeof according to style(9).
dd
2001-06-09
1
-19
/
+19
*
Remove xref to blackhole(4). sysctl has nothing to do with
dd
2001-06-08
1
-1
/
+0
*
Remove unused variable (descr) in show_var().
dd
2001-06-01
1
-1
/
+1
*
Update the document date after DES's updates, move the description of
dd
2001-05-29
1
-6
/
+6
*
Perform random drive-by style cleanups, and rewrite a while loop that
des
2001-05-28
1
-17
/
+18
*
Try to make sysctl options slightly more orthogonal:
des
2001-05-28
2
-63
/
+70
*
- Backout botched attempt to introduce MANSECT feature.
ru
2001-03-26
1
-0
/
+1
*
Set the default manual section for sbin/ to 8.
ru
2001-03-20
1
-1
/
+0
*
mdoc(7) police: split punctuation characters + misc fixes.
ru
2001-02-01
1
-2
/
+4
*
Document the -N option in the usage message and the man page.
des
2001-01-14
2
-8
/
+10
*
Add a -N option that makes sysctl(8) print out just the variable names.
des
2001-01-14
1
-10
/
+31
*
Prepare for mdoc(7)NG.
ru
2000-12-19
1
-62
/
+62
*
Add missing coma in SEE ALSO section
phantom
2000-12-14
1
-2
/
+2
*
mdoc(7) police: use the new features of the Nm macro.
ru
2000-11-20
1
-3
/
+3
*
Give correct results for SYSCTL_LONG arrays when sizeof(int) != sizeof(long)
gallatin
2000-10-23
1
-2
/
+2
*
Add reference to sysctl.conf.
obrien
2000-07-27
1
-0
/
+1
*
Describe the syncer(4)-related sysctls kern.filedelay, kern.dirdelay
sheldonh
2000-07-26
1
-1
/
+3
*
Array of long support.
phk
2000-07-11
1
-4
/
+10
*
Support for unsigned integer and long sysctl variables. Update the
jhb
2000-07-05
1
-2
/
+10
*
Handle minors like ls(1) does it.
phk
2000-06-10
1
-2
/
+8
*
o Mention kern.suser_permitted
rwatson
2000-06-05
1
-0
/
+1
*
Use 'following' instead of 'follow' in a couple of places for a slightly
steve
2000-02-26
1
-2
/
+2
*
Belatedly back out rev. 1.20.
des
1999-11-22
2
-25
/
+9
*
Allow octal or hex input.
grog
1999-11-17
1
-1
/
+1
*
$Id$ -> $FreeBSD$
peter
1999-08-28
4
-4
/
+4
*
Add reference to blackhole(4)
csgr
1999-08-17
1
-1
/
+2
*
Avoid ambigious if/else
billf
1999-07-21
1
-2
/
+3
*
Move sysctl/ to src/sbin/ where it now belongs.
obrien
1999-05-10
1
-4
/
+1
*
Clean up option handling a little.
des
1999-01-10
2
-21
/
+40
*
Allow for printing out integer arrays.
phk
1998-11-08
1
-2
/
+8
*
`kern.maxproc' is not changeable using sysctl(1). Change examples
jkoshy
1998-09-29
1
-4
/
+4
*
Change length arguments to sysctl to size_t.
dfr
1998-08-25
1
-5
/
+21
[next]