summaryrefslogtreecommitdiff
path: root/sbin/sysctl/sysctl.c
AgeCommit message (Expand)Author
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-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-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
2008-12-28fix dev_t format.christos
2008-07-20Remove the \n and tabs from the __COPYRIGHT() strings.lukem
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-11-02PR/34965: Nicolas Joly: sysctl(1) small memory leakchristos
2006-11-01prefix name in kern.driverschristos
2006-10-15support printing kern.driverschristos
2006-07-30CTLFLAG_READONLY1 and CTLFLAG_READONLY2 were deprecated in earlier commit, re...elad
2006-07-14move security.setid_core.* to kern.coredump.setid.*, as requested by yamt@.elad
2006-03-30Coverity CID 2784: Add more checks for value==NULL.jnemeth
2006-03-26Coverity CID 2763: Add more checks for value==NULL.christos
2006-03-26Coverity CID 2764: Avoid null referencechristos
2006-03-22Coverity CID 786: Avoid NULL dereference.christos
2006-02-08detect integer overflow differently. previous change broke negative sysctlchristos
2006-02-05PR/17441: John F. Woods: integer sysctl does not accept numbers > 0x7fffffffchristos
2006-02-02- make use of the recently added mode_bits for security.setid_core.mode;elad
2006-02-02add support for parsing file mode bits.elad
2005-09-06Handle net.inet.tcp.debug, net.inet.tcp.debx, net.ns.spp.debug andrpaulo
2005-08-28net.inet?.*.stats are viewable with netstat(1).rpaulo
2005-08-04Inform the user that net.bpf.stats and net.bpf.peers are viewable withrpaulo
2005-06-27Move WARNS=3 to the Makefile.inc, and add a little const to the remainingchristos
2005-06-16Add code to handle cp_id. From atatat.christos
2005-04-06PPR/29909: Manuel Bouyer: sysctl dumps core if kern.consdev returns unknownchristos