| Age | Commit message (Expand) | Author |
| 2014-01-10 | use __func__, EXIT_{SUCCESS,FAILURE} | christos |
| 2014-01-10 | give err() some reason to avoid: | pooka |
| 2012-12-13 | Add missing free() in error path. | msaitoh |
| 2012-12-07 | use __BITMAP_TYPE | christos |
| 2012-12-05 | fix bug found by clang. | christos |
| 2012-12-01 | switch from fd_set to bitmap macros, by popular demand. | christos |
| 2012-11-29 | put back line I accidentally deleted. | christos |
| 2012-11-29 | add a handler for the reserved port sysctl variable. | christos |
| 2012-06-02 | Add support for unsigned decimal values. | dsl |
| 2012-03-15 | Add __printflike attribution to use vprintf and friends with an argument | joerg |
| 2012-03-11 | PR/44961: Jukka Ruohonen: for sysctl's with built-in handlers, return OPNOTSUPP | christos |
| 2012-02-12 | Only print errors when -A or required. Fix the error message to match others. | christos |
| 2012-01-04 | include <netipsec/ipsec.h> rather than <netinet6/ipsec.h> from userland | drochner |
| 2011-08-29 | Use __dead | joerg |
| 2011-08-24 | Instead of using strncat and re-scanning the strings all the time, use and | christos |
| 2011-08-03 | no -A or -a with -q | christos |
| 2011-08-03 | allow -q flag to work for reads. | christos |
| 2011-04-16 | PR/44864: Paul Ripke: Compile regular expressions on demand and only once. | christos |
| 2010-12-13 | RUMP_ACTION -> RUMPPRG | pooka |
| 2010-11-05 | make sysctl(8) work as a rump client | pooka |
| 2010-04-11 | implement CTLTYPE_BOOL support. it was entirely missing. HI MATT! | mrg |
| 2009-09-30 | Remove stale references to the "read only at securelevel [12]" flags in | elad |
| 2009-04-01 | Don't print an error with sysctl -w name?=value if name does not exist. | christos |
| 2009-03-20 | fix sign-compare issues | lukem |
| 2009-03-18 | Format the address/offset of hexdump in hex, not decimal. | pgoyette |
| 2009-03-05 | Add missing free() in machdep_diskinfo(). | njoly |
| 2008-12-28 | fix dev_t format. | christos |
| 2008-07-20 | Remove the \n and tabs from the __COPYRIGHT() strings. | lukem |
| 2008-04-29 | Convert to new 2 clause license | martin |
| 2006-12-21 | PR/35304: C J Coleman: Off-by-one nul byte overwrite in mode_bits routine | elad |
| 2006-12-18 | Exit with non-zero on errors. | christos |
| 2006-11-02 | PR/34965: Nicolas Joly: sysctl(1) small memory leak | christos |
| 2006-11-01 | prefix name in kern.drivers | christos |
| 2006-10-15 | support printing kern.drivers | christos |
| 2006-07-30 | CTLFLAG_READONLY1 and CTLFLAG_READONLY2 were deprecated in earlier commit, re... | elad |
| 2006-07-14 | move security.setid_core.* to kern.coredump.setid.*, as requested by yamt@. | elad |
| 2006-03-30 | Coverity CID 2784: Add more checks for value==NULL. | jnemeth |
| 2006-03-26 | Coverity CID 2763: Add more checks for value==NULL. | christos |
| 2006-03-26 | Coverity CID 2764: Avoid null reference | christos |
| 2006-03-22 | Coverity CID 786: Avoid NULL dereference. | christos |
| 2006-02-08 | detect integer overflow differently. previous change broke negative sysctl | christos |
| 2006-02-05 | PR/17441: John F. Woods: integer sysctl does not accept numbers > 0x7fffffff | christos |
| 2006-02-02 | - make use of the recently added mode_bits for security.setid_core.mode; | elad |
| 2006-02-02 | add support for parsing file mode bits. | elad |
| 2005-09-06 | Handle net.inet.tcp.debug, net.inet.tcp.debx, net.ns.spp.debug and | rpaulo |
| 2005-08-28 | net.inet?.*.stats are viewable with netstat(1). | rpaulo |
| 2005-08-04 | Inform the user that net.bpf.stats and net.bpf.peers are viewable with | rpaulo |
| 2005-06-27 | Move WARNS=3 to the Makefile.inc, and add a little const to the remaining | christos |
| 2005-06-16 | Add code to handle cp_id. From atatat. | christos |
| 2005-04-06 | PPR/29909: Manuel Bouyer: sysctl dumps core if kern.consdev returns unknown | christos |