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
*
Add CTLTYPE_QUAD to the list of types for which we don't want an empty
dd
2004-03-02
1
-1
/
+2
*
style.Makefile(5):
johan
2004-02-23
1
-1
/
+1
*
Alphabetization braino.
des
2003-11-07
1
-1
/
+1
*
Whitespace cleanup.
des
2003-11-07
1
-9
/
+9
*
Add a command-line option to format output for human readability.
des
2003-11-07
2
-13
/
+25
*
Fix a few style glitches in the previous commit and make the
silby
2003-11-01
1
-5
/
+5
*
Fix a 64 bit warning. Have set_T_dev_t() take a pointer to a size_t rather
peter
2003-10-26
1
-2
/
+2
*
Wrap a long line in the previous commit
silby
2003-10-21
1
-1
/
+2
*
Have sysctl print out a more useful error message when it detects that the
silby
2003-10-21
1
-1
/
+6
*
mdoc(7): Use the new feature of the .In macro.
ru
2003-09-08
1
-8
/
+8
*
Tighten up the string->integer conversion in sysctl(8):
rwatson
2003-06-15
1
-5
/
+25
*
.Nm -> .Xr
charnier
2003-06-08
1
-3
/
+4
*
Clarify setting sysctl variables via loader(8) tunables
brueffer
2003-05-18
1
-4
/
+8
*
Add information about setting sysctl variables via loader(8) and
brueffer
2003-05-17
1
-1
/
+9
*
This file does not seem to serve any purpose. It has never been hooked up
tjr
2003-04-28
1
-240
/
+0
*
Output machdep.guessed_bootdev as an integer rather than try to format
phk
2003-04-03
1
-54
/
+0
*
Fix what I think is an off-by-one in certain worst-case scenarios
peter
2003-01-22
1
-1
/
+1
*
Cleanup the formatting from the last commit, convert everything to
dillon
2003-01-11
1
-8
/
+21
*
Make 'sysctl vm.vmtotal' work properly using updated patch from Hiten.
dillon
2003-01-11
1
-0
/
+26
*
Fix a "bug" in sysctl(8). Limit the length when we print a string from
peter
2002-11-12
1
-1
/
+1
*
Replace various spelling with FALLTHROUGH which is lint()able
charnier
2002-08-25
1
-1
/
+1
*
The .Nm utility.
charnier
2002-07-06
1
-5
/
+9
*
Don't err(3) (and exit prematurely) when a sysctl's object size has
alfred
2002-05-24
1
-9
/
+16
*
Don't forget to null-terminate string we got from sysctl (f.e. in 'A' format).
ache
2002-05-08
1
-1
/
+1
*
Take the "tickadj" element out of struct clockinfo. Our adjtime(2)
phk
2002-04-15
1
-2
/
+2
*
o remove __P
imp
2002-03-21
1
-4
/
+4
*
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
[next]