summaryrefslogtreecommitdiff
path: root/sbin/sysctl
AgeCommit message (Expand)Author
2019-08-19Pull up following revision(s) (requested by kamil in ticket #95):martin
2018-10-30kern.boottime was changed from a struct timeval to a struct timespeckre
2018-02-04updates for GCC 6.4:mrg
2017-04-13say ipsec stats are viewable with netstat.christos
2016-07-31Apply patch from PR 43587, mostly from martin and kre. When writing adholland
2015-12-13mention ip6addrctlchristos
2015-08-17Add intrctl(8).knakahara
2014-11-09remove debuggingchristos
2014-11-09add handler for /kern/evcnt and print the actual error when failing.christos
2014-05-16Get rid of all sysc_init_field uses - initialize fields directly in C99martin
2014-05-16Do not loop over children if a node is not marked as CTLTYPE_NODE.martin
2014-01-10use __func__, EXIT_{SUCCESS,FAILURE}christos
2014-01-10give err() some reason to avoid:pooka
2012-12-13Add missing free() in error path.msaitoh
2012-12-07use __BITMAP_TYPEchristos
2012-12-05fix bug found by clang.christos
2012-12-01switch from fd_set to bitmap macros, by popular demand.christos
2012-11-29put back line I accidentally deleted.christos
2012-11-29add a handler for the reserved port sysctl variable.christos
2012-11-29use the proper variablechristos
2012-06-02Add support for unsigned decimal values.dsl
2012-03-15Add __printflike attribution to use vprintf and friends with an argumentjoerg
2012-03-11PR/44961: Jukka Ruohonen: for sysctl's with built-in handlers, return OPNOTSUPPchristos
2012-02-12Only print errors when -A or required. Fix the error message to match others.christos
2012-01-04include <netipsec/ipsec.h> rather than <netinet6/ipsec.h> from userlanddrochner
2011-08-29Use __deadjoerg
2011-08-24Instead of using strncat and re-scanning the strings all the time, use andchristos
2011-08-03no -A or -a with -qchristos
2011-08-03allow -q flag to work for reads.christos
2011-04-16PR/44864: Paul Ripke: Compile regular expressions on demand and only once.christos
2010-12-13use crunchops for crunchablespooka
2010-12-13RUMP_ACTION -> RUMPPRGpooka
2010-11-05make sysctl(8) work as a rump clientpooka
2010-04-11implement CTLTYPE_BOOL support. it was entirely missing. HI MATT!mrg
2009-09-30Remove stale references to the "read only at securelevel [12]" flags inelad
2009-04-01Don't print an error with sysctl -w name?=value if name does not exist.christos
2009-03-20fix sign-compare issueslukem
2009-03-18Format the address/offset of hexdump in hex, not decimal.pgoyette
2009-03-05Add missing free() in machdep_diskinfo().njoly
2009-02-13Comment out CFLAGS+=-g.uebayasi
2008-12-28fix dev_t format.christos
2008-11-11Reference secmodel_securelevel(9) manual page.reed
2008-07-20Remove the \n and tabs from the __COPYRIGHT() strings.lukem
2008-05-02Move TNF licenses to 2 clause formmartin
2008-04-29Convert to new 2 clause licensemartin
2006-12-21PR/35304: C J Coleman: Off-by-one nul byte overwrite in mode_bits routineelad
2006-12-18Exit with non-zero on errors.christos
2006-12-04Move the description of sysctl MIBs from sysctl.3 to a new manual pagepavel
2006-11-25PR/34837: Mindaguas: Add SysV SHM dynamic reallocation and locking to thechristos
2006-11-22Initial implementation of PaX Segvguard (this is still work-in-progress,elad