Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-12-04 | Support for the new uvm sysctls. | Artur Grabowski | |
2001-11-05 | No need to vm_param.h here. | Artur Grabowski | |
2001-08-02 | nkmempages. | Artur Grabowski | |
2001-07-13 | escape a wrning on msgbuf, under certain circumstances | Michael Shalayeff | |
2001-07-05 | IPComp support. angelos@ ok. | Jean-Jacques Bernard-Gundol | |
2001-06-27 | UVM is no longer an option | Artur Grabowski | |
2001-06-22 | Fix more printf formats. | Artur Grabowski | |
Add some missing prototypes. | |||
2001-06-22 | Fix a bunch of u_int64_t formats. | Artur Grabowski | |
2001-06-22 | more arguments than format | Artur Grabowski | |
2001-06-22 | block on msgbuf | Michael Shalayeff | |
2001-06-22 | unused variable | Artur Grabowski | |
2001-06-22 | Nicer printing of kmem buckets. | Artur Grabowski | |
2001-06-01 | make listall immune to supuh long names; after deraadtification | Michael Shalayeff | |
2001-06-01 | duh, main returns | Michael Shalayeff | |
2001-06-01 | do not use strlen after strlcpy | Michael Shalayeff | |
2001-05-14 | Ignore empty strings in kern.malloc.kmemstat.<foo>, add tty stats. | Angelos D. Keromytis | |
2001-05-12 | Better argument checking for kmemstats. | Angelos D. Keromytis | |
2001-05-11 | Print the new sysctls (nchstats, kmemstats, nselcoll, forkstat) | Angelos D. Keromytis | |
2001-02-23 | give cp_time a proper treatment | Michael Shalayeff | |
2001-01-22 | attempting to sysctl clear a string was failing; checked by millert and aaron | Theo de Raadt | |
2001-01-04 | Sync. | Angelos D. Keromytis | |
2001-01-04 | Read a struct kmembuckets, rather than individual values. | Angelos D. Keromytis | |
2001-01-04 | Print the kern.malloc.* branch | Angelos D. Keromytis | |
2000-12-22 | strlcpy is great | Theo de Raadt | |
2000-11-21 | Fix an int * that should be a size_t * when calling sysctl(3). | Todd C. Miller | |
2000-06-30 | warnx?/errx? paranoia (use "%s" not a bare string unless it is a | Todd C. Miller | |
constant). These are not security holes but it is worth fixing them anyway both for robustness and so folks looking for examples in the tree are not misled into doing something potentially dangerous. Furthermore, it is a bad idea to assume that pathnames will not include '%' in them and that error routines don't return strings with '%' in them (especially in light of the possibility of locales). | |||
2000-06-14 | add swapencrypt ctl level. | Niels Provos | |
2000-06-07 | s/PIMCTL/PIM6CTL/ for less confusion. | Jun-ichiro itojun Hagino | |
2000-05-22 | modify vfs subtree to accomodate for fs-specific variables. | Michael Shalayeff | |
in particular expose vfs.nfs.iothreads, which is a replacement for nfsiod kludge. this is not a netbsd port-over, since this particular implementation builds up the needed variable indexes dynamically (using the already existing `generic' vfs variables), as opposed to netbsd which relies on static matching w/ kernel definitions and configuration... man changes to come soon. | |||
2000-04-10 | this is how rnd stats are printed out now | Michael Shalayeff | |
2000-03-21 | more random stats | Michael Shalayeff | |
2000-02-06 | do not directly include netinet6/{ip6,icmp6}.h | Jun-ichiro itojun Hagino | |
2000-01-21 | ip4.allow -> ipip.allow | Angelos D. Keromytis | |
2000-01-07 | gre.allow and mobileip.allow | Angelos D. Keromytis | |
1999-12-30 | vm.swapencrypt for UVM | Niels Provos | |
1999-12-10 | add IPv6 support. net.inet6.{ip6,icmp6} will be printed. | Jun-ichiro itojun Hagino | |
1999-10-28 | net.inet.etherip.allow sysctl | Angelos D. Keromytis | |
1999-09-02 | Treat kern.hostid as a u_int, and clean up parsing of integers on the command | Paul Janzen | |
line. | |||
1999-07-01 | print kern.arandom unsigned | Theo de Raadt | |
1999-04-11 | Introduce net.inet.{ah,esp}.enable sysctl controls that are off by default. | Niklas Hallqvist | |
If you are going to use either of AH or ESP or both, enable these in /etc/sysctl.conf. Also correct the IPSec debugging sysctl code, it is now named net.inet.ip.encdebug. Some corrected function signatures too. | |||
1999-04-09 | The userland parts of a sysctl that can switch on/off IP-in-IP (protocol 4) | Niklas Hallqvist | |
1999-02-25 | mib for pf_key is PF_KEY not PF_KEY_V2 | Theo de Raadt | |
1999-02-24 | New position for the encdebug variable. | Angelos D. Keromytis | |
1998-03-19 | fix type botches | Theo de Raadt | |
1998-03-15 | Add support for vfs.* from lite2 | Todd C. Miller | |
1998-02-17 | use warn() instead of warnx() to print error message | Matthieu Herrb | |
1997-10-25 | fix diskinfo listing, support blk2chr,chr2blk | Michael Shalayeff | |
1997-10-25 | make diskinfo working; fix one bug and one exploit | Michael Shalayeff | |
1997-10-22 | newer bios stuff | Michael Shalayeff | |
1997-10-15 | s/xntpd/xntpdc/ | kstailey | |