Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-01-04 | grammer/spelling | Todd T. Fries | |
2001-01-04 | spelling | Todd T. Fries | |
2001-01-04 | spelling; $OpenBSD$ | Todd T. Fries | |
2001-01-04 | spelling | Todd T. Fries | |
2001-01-04 | comment grammar | Todd T. Fries | |
2001-01-04 | grammar | Todd T. Fries | |
2001-01-04 | spelling | Todd T. Fries | |
2001-01-04 | spelling | Todd T. Fries | |
2001-01-04 | spelling | Todd T. Fries | |
2001-01-04 | spelling | Todd T. Fries | |
2001-01-04 | Only use the sysctl interface if it's the running kernel we're getting | Angelos D. Keromytis | |
information from. | |||
2001-01-04 | Update to use the new sysctl return value for kmembuckets. That's it | Angelos D. Keromytis | |
for tonight. | |||
2001-01-04 | Update. | Angelos D. Keromytis | |
2001-01-04 | Read a struct kmembuckets, rather than individual values. | Angelos D. Keromytis | |
2001-01-04 | Return a kmembuckets structure, rather than individual items, since they may be | Angelos D. Keromytis | |
out of sync between consecutive calls of sysctl(3). | |||
2001-01-04 | Remove unneeded name definitions. | Angelos D. Keromytis | |
2001-01-04 | Use sysctl(3) to get clock information as well. | Angelos D. Keromytis | |
2001-01-04 | Use the new sysctl(3) interface for the kernel memory bucket statistics. | Angelos D. Keromytis | |
2001-01-04 | Correctly check empty mailq, closes PR 1602 (cjclark@alum.mit.edu) | Angelos D. Keromytis | |
2001-01-04 | Use sysctl(3) to get the boottime, rather than kread() | Angelos D. Keromytis | |
2001-01-04 | Document kern.malloc tree | Angelos D. Keromytis | |
2001-01-04 | Print the kern.malloc.* branch | Angelos D. Keromytis | |
2001-01-04 | sysctl_quad/sysctl_rdquad, and "malloc" node in kern sysctl | Angelos D. Keromytis | |
2001-01-04 | sysctl_malloc() | Angelos D. Keromytis | |
2001-01-04 | kmembuckets sysctl | Angelos D. Keromytis | |
2001-01-04 | Y2K fix for TODC - Submitted by Bob Harbour. Thanks Bob! | Steve Murphree | |
2001-01-04 | Y2K fix for TODC - Submitted by Bob Harbour. Thanks Bob! | Steve Murphree | |
2001-01-03 | Sync with GENERIC + cleanup | Miod Vallat | |
2001-01-03 | New length of kmembuckets counters; we don't really take advantage of | Angelos D. Keromytis | |
the full length, since that would bring us way beyond typical terminal size (~20 digits per field). Still, this should be enough for a while. | |||
2001-01-03 | Add sysctl_quad/sysctl_rdquad routines. | Angelos D. Keromytis | |
2001-01-03 | Convert the kb_* counters to u_int64_t after all; easier to | Angelos D. Keromytis | |
sysctl-expose them (ok deraadt@) | |||
2001-01-03 | make smb printing a little closer to what it is supposed | Michael Shalayeff | |
to look like in tcpdump world. main part from: Erik Fichtner <emf@marymount.edu>. help and testing from Jakob Schlyter <jakob@crt.se>. | |||
2001-01-03 | -Wall cleanup. | Eric Jackson | |
roll a function for writing out pidfile's instead of rolling it for each program. be careful with a few more buffers | |||
2001-01-03 | Make it an error to open a zero-length file for read-only access. | Todd C. Miller | |
This makes cap_mkdb happier, though cap_mkdb still behaves incorrectly when given multiple files (but that is cap_mkdb's fault). | |||
2001-01-03 | Adding misc files. | Steve Murphree | |
2001-01-03 | Descend into doc dir, missed in past amd doc commit | Todd C. Miller | |
2001-01-03 | Sync with GENERIC, minor cleanups. | Miod Vallat | |
2001-01-03 | Remove hardcoded SunOS-compatible drive name assignments. No other arch | Miod Vallat | |
does that, and it's more confusing than useful. Suggested by fries@ | |||
2001-01-03 | Remove bogus comment. Also fix ramdisk kernel detection. | Miod Vallat | |
2001-01-03 | netintr() doesn't exist anymore | Miod Vallat | |
2001-01-03 | Use netisr_dispatch. | Miod Vallat | |
2001-01-02 | m88k doesn't like optimization on m4. | Steve Murphree | |
2001-01-02 | do not honour environment variables if issetugid, and even more strongly ↵ | Theo de Raadt | |
support the random device | |||
2001-01-02 | strict_host_key_checking for host_status != HOST_CHANGED && ip_status == ↵ | Markus Friedl | |
HOST_CHANGED | |||
2001-01-02 | log remote ip on disconnect; PR 1600, from jcs@rt.fm | Markus Friedl | |
2001-01-02 | check for another allocation failure | Theo de Raadt | |
2001-01-02 | fix sprintf overflow, found by spock@techfour.net, just a better fix of mine. | Michael Shalayeff | |
user __progname, err/warn. | |||
2001-01-02 | do not build/install fsinfo; deraadt@ | Michael Shalayeff | |
2001-01-02 | Fix a problem introduced by the printf format sweep. Passing a NULL | Todd C. Miller | |
pw_error() is prefectly legal but now we have to check for it explicity (it was handled implicitly before since warn(name) would become warn(NULL)). | |||
2001-01-02 | accumulate memory total requests in quad | Michael Shalayeff | |