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