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
*
- Revert signedness type changes to "struct vmtotal"; by making
ru
2006-11-28
1
-15
/
+11
*
Fix the format specifier suitable for uintmax_t.
ru
2006-11-23
1
-5
/
+5
*
- Fix types of "struct vmmeter" members so they are unsigned.
ru
2006-11-20
1
-12
/
+13
*
Remove a debugging statement from the previous commit.
harti
2006-10-12
1
-2
/
+0
*
Don't free the buffer with the sysctl value before printing it.
harti
2006-10-12
1
-1
/
+4
*
While convenient, avoid using alloca() for reasons specified in
ru
2006-09-06
1
-4
/
+20
*
Support Celsius (nn.nC), Fahrenheit (nn.nF) and Kelvin (nnnn) to
ume
2006-09-03
1
-4
/
+39
*
Fix printing of integer Kelvins broken in rev. 1.71, which is
ru
2006-08-15
1
-3
/
+3
*
Add an extension to the UINT & ULONG types. The XINT & XLONG types behave
obrien
2006-08-12
1
-2
/
+10
*
Use floating point instead of hacking something together. Suggested by
njl
2006-08-04
1
-10
/
+8
*
Fix printing of negative decimal values in Kelvin to Celsius conversion.
njl
2006-07-25
1
-2
/
+6
*
Add -q to usage().
ru
2005-12-01
1
-2
/
+2
*
Add "-q" argument to sysctl(8), which suppresses a limited set of warnings/
rwatson
2005-09-15
1
-4
/
+12
*
Show descriptions for type CTLTYPE_NODES.
mdodd
2005-04-13
1
-0
/
+5
*
Zero buffers. Seatbelt against sysctl(3) returning non-NUL terminated
mdodd
2005-04-13
1
-0
/
+2
*
Sync program's usage() with manpage's SYNOPSIS.
ru
2005-02-10
1
-1
/
+1
*
Get rid of a NULL dereference when oid is too long.
ssouhlal
2005-01-25
1
-1
/
+2
*
Use correct format string.
le
2004-09-17
1
-1
/
+1
*
Add a suffix descriptor for the acpi thermal values as a hint for the userland
peter
2004-08-30
1
-2
/
+12
*
Remove advertising clause from University of California Regent's license,
markm
2004-04-09
1
-4
/
+0
*
Add CTLTYPE_QUAD to the list of types for which we don't want an empty
dd
2004-03-02
1
-1
/
+2
*
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
[next]