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
*
Teach sysctl about the new optional suffix after IK to specify
imp
2015-07-29
1
-8
/
+42
*
Add META_MODE support.
sjg
2015-06-13
1
-0
/
+18
|
\
|
*
dirdeps.mk now sets DEP_RELDIR
sjg
2015-06-08
1
-2
/
+0
|
*
Merge sync of head
sjg
2015-05-27
2
-12
/
+33
|
|
\
|
|
/
|
/
|
|
*
Merge from head@274682
sjg
2014-11-19
1
-105
/
+224
|
|
\
|
*
\
Merge head from 7/28
sjg
2014-08-19
1
-2
/
+2
|
|
\
\
|
*
|
|
Updated dependencies
sjg
2014-05-16
1
-1
/
+0
|
*
|
|
Updated dependencies
sjg
2014-05-10
1
-0
/
+2
|
*
|
|
Merge head
sjg
2014-04-28
2
-3
/
+3
|
|
\
\
\
|
*
|
|
|
Updated dependencies
sjg
2013-03-11
1
-0
/
+1
|
*
|
|
|
Updated dependencies
sjg
2013-02-16
1
-2
/
+0
|
*
|
|
|
Sync with HEAD.
obrien
2013-02-08
2
-71
/
+207
|
|
\
\
\
\
|
*
|
|
|
|
Sync FreeBSD's bmake branch with Juniper's internal bmake branch.
marcel
2012-08-22
1
-0
/
+19
*
|
|
|
|
|
add support for specifying an initial buffer size when fetching a
jmg
2015-02-13
2
-10
/
+28
*
|
|
|
|
|
Fix inverted logic introduced in r272154.
delphij
2014-12-01
1
-2
/
+5
|
|
_
|
_
|
_
|
/
|
/
|
|
|
|
*
|
|
|
|
Refactor the code a little bit to reduce duplicated code.
delphij
2014-09-26
1
-102
/
+87
*
|
|
|
|
Explicitly set errno to 0 before calling strto*.
delphij
2014-09-25
1
-0
/
+3
*
|
|
|
|
The strtol(3) family of functions would set errno when it hits one.
delphij
2014-09-25
1
-8
/
+16
*
|
|
|
|
Constify a parameter of name2oid. No functional change.
delphij
2014-09-23
1
-2
/
+2
*
|
|
|
|
Add a sysctl to export the EFI memory map along with a handler in the
jhb
2014-09-13
1
-0
/
+94
*
|
|
|
|
Pass the length of an structure to the pretty-printer backends as a
jhb
2014-09-12
1
-12
/
+12
*
|
|
|
|
- Add a new structure type for the ACPI 3.0 SMAP entry that includes the
jhb
2014-08-29
1
-0
/
+29
|
|
_
|
_
|
/
|
/
|
|
|
*
|
|
|
Don't hide zero-length strings when doing sysctl listings.
hselasky
2014-06-27
1
-2
/
+2
|
|
_
|
/
|
/
|
|
*
|
|
Fix warnings to not append "No error: 0".
trasz
2013-11-26
1
-2
/
+2
*
|
|
Fix a typo: s/wriable/writable/
dteske
2013-11-12
1
-1
/
+1
|
|
/
|
/
|
*
|
Use the right format string for line buffer.
delphij
2013-01-13
1
-1
/
+1
*
|
Teach sysctl(8) about parsing a file (while I'm there also give it
delphij
2012-12-13
2
-62
/
+175
*
|
Make Tflag and Wflag filters work for more sysctl options.
alfred
2012-12-12
1
-11
/
+11
*
|
Allow sysctl to filter boot and runtime tunables.
alfred
2012-12-11
2
-6
/
+30
*
|
In parse():
delphij
2012-12-11
1
-6
/
+5
|
/
*
s/Free Memory Pages/Free Memory/ to avoid confusion, since we're
eadler
2012-04-11
1
-1
/
+1
*
mdoc: terminate quoted strings.
joel
2012-03-26
1
-66
/
+66
*
If the -d flag is specified, ignore any new values specified and only
jhb
2011-12-01
1
-1
/
+1
*
Introduce signed and unsigned version of CTLTYPE_QUAD, renaming
mdf
2011-01-19
1
-24
/
+42
*
sysctl(8) should use the CTLTYPE to determine the type of data when
mdf
2011-01-19
1
-25
/
+29
*
Fix typo and bump date.
mdf
2011-01-17
1
-2
/
+2
*
The kernel is not exporting any "T,dev_t" sysctl nodes anymore, so
mdf
2011-01-17
2
-56
/
+2
*
Make the format of "Real Memory" and "Virtual Memory" lines more
zec
2010-09-16
1
-2
/
+2
*
Free the memory allocated via strdup.
brucec
2010-03-13
1
-0
/
+1
*
sysctl(8): make WARNS=3 clean
uqs
2010-02-15
2
-12
/
+18
*
Add -i to usage()
gavin
2010-02-09
1
-1
/
+1
*
Add the -i option to the synopsis.
gavin
2010-02-06
1
-2
/
+2
*
Implement the "-i" option to sysctl(8), to ignore failures while
gavin
2010-01-31
2
-4
/
+15
*
Just use devname(3) to print device names.
ed
2009-11-03
1
-8
/
+1
*
Make input parsing in Farhenheit actually work.
ed
2009-10-21
1
-5
/
+5
*
time_t does not always fit into long, for instance on arm. So rather cast
jhay
2009-06-23
1
-3
/
+3
*
The sysctl(8) program exits on some errors and only emits warnings on
mtm
2008-06-23
1
-2
/
+5
*
Remove mentionings of kern.dumpdev which is no longer available.
remko
2007-11-28
1
-10
/
+1
*
Backout sensors framework.
netchild
2007-10-15
2
-141
/
+0
*
Import OpenBSD's sysctl hardware sensors framework.
netchild
2007-10-14
2
-0
/
+141
[next]