Age | Commit message (Expand) | Author |
2001-05-14 | Install krb.equiv.5 too | Hans Insulander |
2001-05-14 | Install manpage krb.extra.5 | Hans Insulander |
2001-05-14 | Look for `krb.extra' in /etc/kerberosIV, as documented. | Hans Insulander |
2001-05-14 | Merge krb4-1.0.8 | Hans Insulander |
2001-05-14 | gc OLD_PIPE. | Artur Grabowski |
2001-05-14 | oops | Hans Insulander |
2001-05-14 | Marge krb4-1.0.8 | Hans Insulander |
2001-05-14 | Import of krb4-1.0.8. | Hans Insulander |
2001-05-14 | ifdef FOO inside an ifdef FOO feels like overkill. | Artur Grabowski |
2001-05-14 | use fo_stat in fileops instead of huge switch statements. | Artur Grabowski |
2001-05-14 | Got two questions about it already: yes, t7 fails, and will until the cond | Marc Espie |
2001-05-14 | Ensure IFile str is always intialized, so that we can free it without | Marc Espie |
2001-05-14 | Add a fo_stat member to struct fileops. Used soon. | Artur Grabowski |
2001-05-14 | Speed-up: | Marc Espie |
2001-05-14 | Implement a wrapper round vn_stat that takes the same arguments | Artur Grabowski |
2001-05-14 | Correct panic message. | Artur Grabowski |
2001-05-14 | More generic arguments to soo_stat. | Artur Grabowski |
2001-05-14 | Fix panic message | Artur Grabowski |
2001-05-14 | Ehmm. add support for new pipes to stat. | Artur Grabowski |
2001-05-14 | More generic arguments to pipe_stat. | Artur Grabowski |
2001-05-14 | We already have a prototype for pipe_stat in sys/pipe.h | Artur Grabowski |
2001-05-14 | sync | Theo de Raadt |
2001-05-14 | gotta have this... i suppose | Theo de Raadt |
2001-05-14 | sync | Theo de Raadt |
2001-05-14 | cmsg_len = CMSG_LEN(sizeof(struct in_addr)) is correct, ok itojun@ | Markus Friedl |
2001-05-14 | obvious cleanups... | Theo de Raadt |
2001-05-14 | Use lockmgr locks for kern.malloc.kmemstat and | Angelos D. Keromytis |
2001-05-14 | Updated sysctl_malloc() prototype (struct proc argument added) | Angelos D. Keromytis |
2001-05-14 | clean rm -f uses | Theo de Raadt |
2001-05-14 | slight cleaning of rm -f calls | Theo de Raadt |
2001-05-14 | various cleanups | Theo de Raadt |
2001-05-14 | No need to use calloc gratuitously. | Angelos D. Keromytis |
2001-05-14 | Use warn() consistently. | Angelos D. Keromytis |
2001-05-14 | No need for setgid kmem anymore, we can use sysctl to get all the | Angelos D. Keromytis |
2001-05-14 | Use the sysctl-based diskstats for live kernels. deraadt@ ok | Angelos D. Keromytis |
2001-05-14 | Disk statistics via sysctl, first pass (locking to come in a few, then | Angelos D. Keromytis |
2001-05-14 | Set a flag whenever a disk is added/removed, so sysctl knows when to | Angelos D. Keromytis |
2001-05-14 | tty stats sysctl, deraadt@ok | Angelos D. Keromytis |
2001-05-14 | Ignore empty strings in kern.malloc.kmemstat.<foo>, add tty stats. | Angelos D. Keromytis |
2001-05-14 | Update. | Angelos D. Keromytis |
2001-05-14 | Update, sync with reality. deraadt@ok | Angelos D. Keromytis |
2001-05-14 | long->int64_t for tty statistics, deraadt@ ok | Angelos D. Keromytis |
2001-05-14 | Disk statistics via sysctl. | Angelos D. Keromytis |
2001-05-14 | long -> int64_t for tty statistics | Angelos D. Keromytis |
2001-05-14 | KERN_TTY sysctl | Angelos D. Keromytis |
2001-05-14 | External variable disk_change. | Angelos D. Keromytis |
2001-05-14 | Be more paranoid about zapping trailing comma. | Angelos D. Keromytis |
2001-05-14 | M_SYSCTL deraadt@ ok | Angelos D. Keromytis |
2001-05-14 | Use M_SYSCTL, fix a couple of buglets, style. deraadt@ ok | Angelos D. Keromytis |
2001-05-14 | Remove ugly empty line. | Angelos D. Keromytis |