Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-12-16 | Make systat(1), iostat(8) and vmstat(8) automatically update their disk | Thierry Deval | |
statistics when a device is added/removed. ok deraadt@ | |||
2002-09-17 | ansi | Theo de Raadt | |
2002-08-04 | only open kvm once between these two | Theo de Raadt | |
2002-06-28 | wrap NOKVM variables too | Theo de Raadt | |
2002-06-19 | mark which nlist[] kmem entries are not needed in the sysctl case, and which are | Theo de Raadt | |
2002-06-08 | Missing newline at end of file. from krause | Dale Rahn | |
2002-05-23 | if NOKVM is defined, do not do the KVM stuff at all | Theo de Raadt | |
2002-02-16 | Part one of userland __P removal. Done with a simple regexp with some minor ↵ | Todd C. Miller | |
hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically. | |||
2001-07-21 | plug mem leak; zero right amount of mem | Theo de Raadt | |
2001-06-03 | Read struct diskstats from the kernel. | Angelos D. Keromytis | |
2001-05-14 | No need to use calloc gratuitously. | Angelos D. Keromytis | |
2001-05-14 | Use warn() consistently. | Angelos D. Keromytis | |
2001-05-14 | Use the sysctl-based diskstats for live kernels. deraadt@ ok | Angelos D. Keromytis | |
2001-01-02 | check for another allocation failure | Theo de Raadt | |
2000-10-03 | More format string paranoia; deraadt@ ok | Aaron Campbell | |
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). | |||
1999-06-21 | stop casting the third argument to kvm_read to char *. it is a void *. | Artur Grabowski | |
1997-06-23 | Move prototypes into dkstats.h so systat can get at them. | Todd C. Miller | |
1997-02-04 | deleted warnx() about "no drives attached" since dkinit() is used in curses ↵ | kstailey | |
apps like systat | |||
1996-06-26 | rcsid | Theo de Raadt | |
1996-05-22 | libutil | Theo de Raadt | |
1996-03-03 | Working disk statistics; NetBSD PR 2160 | Thorsten Lockert | |