summaryrefslogtreecommitdiff
path: root/sbin/sysctl/sysctl.c
AgeCommit message (Expand)Author
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
2005-03-28make sysctl -n print the real console tty name and -nn print the numericchristos
2005-03-23If a "create" or "destroy" operation succeeds, mark the cached tree asatatat
2005-03-19Fix possible segmentation fault when retrieving descriptions. Thoughtatatat
2005-03-18Use regexes instead of static lists of annoying numbers to recognizeatatat
2005-03-15Make requestors of kern.file2 be referred to pstat (the same asatatat
2004-12-17Pass dynamic buffer pointer to display_string(), not static bufferatatat
2004-10-17constify handlers[]jdolecek
2004-04-25When converting a string to a number, also make sure that you didn'tatatat
2004-04-23Allocate adjusted size, not fixed size.atatat
2004-04-22Some lint cleaning, strip leading (and sometimes trailing) whitespaceatatat
2004-04-14If the node was specifically requested but has no description, printatatat
2004-04-08Don't copy the size that sysctl gave back directly, copy the size ofatatat
2004-04-08Don't copy the size that sysctl gave back directly, copy the size ofatatat
2004-04-08Do nothing else for nodes with no children if -d is used (dflag isatatat
2004-04-06Add -d flag to usage message(s).atatat
2004-03-26Make this too gcc2-compileable.he
2004-03-25Move sysctlbyname(), sysctlnametomib(), and sysctlgetmibinfo() fromatatat
2004-03-24Implement sysctl descriptions. Now all that remains is actually toatatat
2004-03-24Tango on sysctl_createv() and flags. The flags have all been renamed,atatat
2004-03-20A little syntactic sugaratatat
2004-02-20Make this:atatat
2004-02-19More better display of kern.cp_time for MP machines. Now we use oneatatat
2004-02-19Miscellaneous display bugfixes.atatat
2004-02-19Rename sysctlnametomib() to sysctlgetmibinfo() and add FreeBSDatatat
2004-01-05Homogenize usage messages: make the 'usage' word all lowercase, as this seemsjmmv
2003-12-04sysctlnametomib() is a private function for the moment.atatat
2003-12-04New sysctl(8) binary. Performs auto-discovery and can add/removeatatat
2003-11-10Make per-protocol network input queue stats visible to userland viajonathan
2003-09-21Combine multiple single-letter options.wiz