summaryrefslogtreecommitdiffstats
path: root/sbin/sysctl
Commit message (Expand)AuthorAgeFilesLines
* MFC r310961:avos2017-01-081-1/+1
* MFC r305942:kib2016-09-251-3/+0
* Fix "sysctl vm.vmtotal" output on machines with > 2TB virtual memoryasomers2016-06-241-9/+9
* Explicitly add more files to the 'runtime' package.gjb2016-02-091-0/+1
* Add -t option to display field types.araujo2015-12-102-12/+30
* Follow-up to r290475: Add sysctl(8) support for added typescem2015-11-071-28/+81
* sysctl(8): Fix style nitscem2015-10-231-5/+6
* Sysctl: Add common support for U8, U16 typescem2015-10-221-0/+28
* Only print the errno string in case sysctl(3) does not file with ENOENTbapt2015-10-071-1/+5
* Trim spaces at the end of the buffer before trying to convert it to an oidbapt2015-10-071-0/+6
* Teach sysctl about the new optional suffix after IK to specifyimp2015-07-291-8/+42
* Add META_MODE support.sjg2015-06-131-0/+18
|\
| * dirdeps.mk now sets DEP_RELDIRsjg2015-06-081-2/+0
| * Merge sync of headsjg2015-05-272-12/+33
| |\ | |/ |/|
| * Merge from head@274682sjg2014-11-191-105/+224
| |\
| * \ Merge head from 7/28sjg2014-08-191-2/+2
| |\ \
| * | | Updated dependenciessjg2014-05-161-1/+0
| * | | Updated dependenciessjg2014-05-101-0/+2
| * | | Merge headsjg2014-04-282-3/+3
| |\ \ \
| * | | | Updated dependenciessjg2013-03-111-0/+1
| * | | | Updated dependenciessjg2013-02-161-2/+0
| * | | | Sync with HEAD.obrien2013-02-082-71/+207
| |\ \ \ \
| * | | | | Sync FreeBSD's bmake branch with Juniper's internal bmake branch.marcel2012-08-221-0/+19
* | | | | | add support for specifying an initial buffer size when fetching ajmg2015-02-132-10/+28
* | | | | | Fix inverted logic introduced in r272154.delphij2014-12-011-2/+5
| |_|_|_|/ |/| | | |
* | | | | Refactor the code a little bit to reduce duplicated code.delphij2014-09-261-102/+87
* | | | | Explicitly set errno to 0 before calling strto*.delphij2014-09-251-0/+3
* | | | | The strtol(3) family of functions would set errno when it hits one.delphij2014-09-251-8/+16
* | | | | Constify a parameter of name2oid. No functional change.delphij2014-09-231-2/+2
* | | | | Add a sysctl to export the EFI memory map along with a handler in thejhb2014-09-131-0/+94
* | | | | Pass the length of an structure to the pretty-printer backends as ajhb2014-09-121-12/+12
* | | | | - Add a new structure type for the ACPI 3.0 SMAP entry that includes thejhb2014-08-291-0/+29
| |_|_|/ |/| | |
* | | | Don't hide zero-length strings when doing sysctl listings.hselasky2014-06-271-2/+2
| |_|/ |/| |
* | | Fix warnings to not append "No error: 0".trasz2013-11-261-2/+2
* | | Fix a typo: s/wriable/writable/dteske2013-11-121-1/+1
| |/ |/|
* | Use the right format string for line buffer.delphij2013-01-131-1/+1
* | Teach sysctl(8) about parsing a file (while I'm there also give itdelphij2012-12-132-62/+175
* | Make Tflag and Wflag filters work for more sysctl options.alfred2012-12-121-11/+11
* | Allow sysctl to filter boot and runtime tunables.alfred2012-12-112-6/+30
* | In parse():delphij2012-12-111-6/+5
|/
* s/Free Memory Pages/Free Memory/ to avoid confusion, since we'reeadler2012-04-111-1/+1
* mdoc: terminate quoted strings.joel2012-03-261-66/+66
* If the -d flag is specified, ignore any new values specified and onlyjhb2011-12-011-1/+1
* Introduce signed and unsigned version of CTLTYPE_QUAD, renamingmdf2011-01-191-24/+42
* sysctl(8) should use the CTLTYPE to determine the type of data whenmdf2011-01-191-25/+29
* Fix typo and bump date.mdf2011-01-171-2/+2
* The kernel is not exporting any "T,dev_t" sysctl nodes anymore, somdf2011-01-172-56/+2
* Make the format of "Real Memory" and "Virtual Memory" lines morezec2010-09-161-2/+2
* Free the memory allocated via strdup.brucec2010-03-131-0/+1
* sysctl(8): make WARNS=3 cleanuqs2010-02-152-12/+18
OpenPOWER on IntegriCloud