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
/
sysctl.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Whitespace cleanup.
des
2003-11-07
1
-9
/
+9
*
Add a command-line option to format output for human readability.
des
2003-11-07
1
-11
/
+21
*
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
*
Tighten up the string->integer conversion in sysctl(8):
rwatson
2003-06-15
1
-5
/
+25
*
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
*
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
*
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
*
#include <sys/time.h> instead of depending on namespace pollution in
bde
2002-02-25
1
-3
/
+3
*
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
1
-4
/
+16
*
Implement -e option. It modifies the output produced by sysctl(8) in
tobez
2001-10-30
1
-11
/
+19
*
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 unused variable (descr) in show_var().
dd
2001-06-01
1
-1
/
+1
*
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
1
-22
/
+25
*
Document the -N option in the usage message and the man page.
des
2001-01-14
1
-5
/
+5
*
Add a -N option that makes sysctl(8) print out just the variable names.
des
2001-01-14
1
-10
/
+31
*
Give correct results for SYSCTL_LONG arrays when sizeof(int) != sizeof(long)
gallatin
2000-10-23
1
-2
/
+2
*
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
*
Belatedly back out rev. 1.20.
des
1999-11-22
1
-20
/
+7
*
Allow octal or hex input.
grog
1999-11-17
1
-1
/
+1
*
$Id$ -> $FreeBSD$
peter
1999-08-28
1
-1
/
+1
*
Avoid ambigious if/else
billf
1999-07-21
1
-2
/
+3
*
Clean up option handling a little.
des
1999-01-10
1
-18
/
+34
*
Allow for printing out integer arrays.
phk
1998-11-08
1
-2
/
+8
*
Change length arguments to sysctl to size_t.
dfr
1998-08-25
1
-5
/
+21
*
Don't assume that time_t is long.
bde
1998-06-29
1
-2
/
+4
*
Add missing argument detected by "-Wformat".
jdp
1997-11-18
1
-2
/
+3
*
Use err(3). Change err(-1,... to err(1,...
charnier
1997-10-20
1
-31
/
+29
*
Display tickadj in struct clockinfo.
jhay
1997-06-24
1
-3
/
+3
*
compare return value from getopt against -1 rather than EOF, per the final
imp
1997-03-31
1
-2
/
+2
*
Revert $FreeBSD$ to $Id$
peter
1997-02-22
1
-1
/
+1
*
Make the long-awaited change from $Id$ to $FreeBSD$
jkh
1997-01-14
1
-1
/
+1
*
Fix a core dump when the user gives "-w" without an "="
smpatel
1996-04-10
1
-1
/
+4
*
The rewamped sysctl program that will find all the variables itself.
phk
1995-12-21
1
-433
/
+330
*
Make sysctl compile again by removing all the debug stuff.
phk
1995-11-17
1
-32
/
+2
[next]