#
c3220d0b |
| 23-Oct-2015 |
Conrad Meyer <cem@FreeBSD.org> |
Sysctl: Add common support for U8, U16 types
Sponsored by: EMC / Isilon Storage Division
|
#
becbad1f |
| 13-Oct-2015 |
Baptiste Daroussin <bapt@FreeBSD.org> |
Merge from head
|
#
a997b777 |
| 13-Oct-2015 |
Navdeep Parhar <np@FreeBSD.org> |
Sync up with head up to r289211.
|
#
9be27fdc |
| 10-Oct-2015 |
Baptiste Daroussin <bapt@FreeBSD.org> |
Merge from head
|
#
e1619d12 |
| 07-Oct-2015 |
Baptiste Daroussin <bapt@FreeBSD.org> |
Only print the errno string in case sysctl(3) does not file with ENOENT This reduces the noise in error reporing from sysctl(8):
Before: $ sysctl bla=something sysctl: unknown oid 'bla': No such fil
Only print the errno string in case sysctl(3) does not file with ENOENT This reduces the noise in error reporing from sysctl(8):
Before: $ sysctl bla=something sysctl: unknown oid 'bla': No such file or directory
After: $ sysctl bla=something sysctl: unknown oid 'bla'
MFC after: 1 week Sponsored by: Gandi.net
show more ...
|
#
ca587fda |
| 07-Oct-2015 |
Baptiste Daroussin <bapt@FreeBSD.org> |
Trim spaces at the end of the buffer before trying to convert it to an oid
This allows to write entries in sysctl.conf with spaces before the '=' like kern.ipc.shmmax = 9663676416
MFC after: 1 week
Trim spaces at the end of the buffer before trying to convert it to an oid
This allows to write entries in sysctl.conf with spaces before the '=' like kern.ipc.shmmax = 9663676416
MFC after: 1 week Sponsored by: Gandi.net
show more ...
|
#
b5ff185e |
| 12-Sep-2015 |
Baptiste Daroussin <bapt@FreeBSD.org> |
Merge from head
|
#
ab875b71 |
| 14-Aug-2015 |
Navdeep Parhar <np@FreeBSD.org> |
Catch up with head, primarily for the 1.14.4.0 firmware.
|
Revision tags: release/10.2.0 |
|
#
1347814c |
| 07-Aug-2015 |
Dimitry Andric <dim@FreeBSD.org> |
Merge ^/head r285924 through r286421.
|
#
aa255ef6 |
| 29-Jul-2015 |
Warner Losh <imp@FreeBSD.org> |
Teach sysctl about the new optional suffix after IK to specify precision. Update input as well. Add IK to the manual (it was missing completely).
Differential Revision: https://reviews.freebsd.org/D
Teach sysctl about the new optional suffix after IK to specify precision. Update input as well. Add IK to the manual (it was missing completely).
Differential Revision: https://reviews.freebsd.org/D3181
show more ...
|
#
98e0ffae |
| 27-May-2015 |
Simon J. Gerraty <sjg@FreeBSD.org> |
Merge sync of head
|
#
fa1e92b6 |
| 04-Mar-2015 |
Baptiste Daroussin <bapt@FreeBSD.org> |
Merge from head
|
#
072aeeb6 |
| 02-Mar-2015 |
Navdeep Parhar <np@FreeBSD.org> |
Merge r278538 through r279514.
|
#
6c787c8f |
| 18-Feb-2015 |
Glen Barber <gjb@FreeBSD.org> |
MFH: r278593-r278966
Sponsored by: The FreeBSD Foundation
|
#
569e61a4 |
| 14-Feb-2015 |
Dimitry Andric <dim@FreeBSD.org> |
Merge ^/head r278499 through r278755.
|
#
75820005 |
| 13-Feb-2015 |
John-Mark Gurney <jmg@FreeBSD.org> |
add support for specifying an initial buffer size when fetching a sysctl... This is useful for kern.arandom which (without -B) will happily return 0 bytes, which isn't too useful or random...
fix sp
add support for specifying an initial buffer size when fetching a sysctl... This is useful for kern.arandom which (without -B) will happily return 0 bytes, which isn't too useful or random...
fix spelling (thanks igor!) of settable while I'm here...
show more ...
|
#
d899be7d |
| 19-Jan-2015 |
Glen Barber <gjb@FreeBSD.org> |
Reintegrate head: r274132-r277384
Sponsored by: The FreeBSD Foundation
|
#
8f0ea33f |
| 13-Jan-2015 |
Glen Barber <gjb@FreeBSD.org> |
Reintegrate head revisions r273096-r277147
Sponsored by: The FreeBSD Foundation
|
#
da976f9d |
| 05-Dec-2014 |
Enji Cooper <ngie@FreeBSD.org> |
MFhead @ r275496
|
#
2383695d |
| 02-Dec-2014 |
Dimitry Andric <dim@FreeBSD.org> |
Merge ^/head r274961 through r275386.
|
#
689c8e8b |
| 01-Dec-2014 |
Xin LI <delphij@FreeBSD.org> |
Fix inverted logic introduced in r272154.
Noticed by: trasz MFC after: 2 weeks
|
#
9268022b |
| 19-Nov-2014 |
Simon J. Gerraty <sjg@FreeBSD.org> |
Merge from head@274682
|
Revision tags: release/10.1.0 |
|
#
1ce4b357 |
| 04-Oct-2014 |
Alexander V. Chernikov <melifaro@FreeBSD.org> |
Sync to HEAD@r272516.
|
#
970388bf |
| 28-Sep-2014 |
Neel Natu <neel@FreeBSD.org> |
IFC @r272185
|
#
e267e00e |
| 26-Sep-2014 |
Xin LI <delphij@FreeBSD.org> |
Refactor the code a little bit to reduce duplicated code.
Reviewed by: mjg MFC after: 2 weeks
|