Age | Commit message (Expand) | Author |
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 |
2001-05-14 | Sync with reality (M_SYSCTL is not yet committed, but it's coming) | Angelos D. Keromytis |
2001-05-14 | cleanup a lot | Theo de Raadt |
2001-05-14 | screw fibrechannel on this floppy | Theo de Raadt |
2001-05-14 | - simplify hifn_dmamap_aligned() | Jason Wright |
2001-05-14 | clean | Theo de Raadt |
2001-05-14 | use real uio | Theo de Raadt |
2001-05-14 | Xr bridgename.if and hostname.if in section 5, not 8; spotted by James Cronin... | Jason Wright |
2001-05-13 | First try at bus_dma(9)-ifying hifn7751 driver... advantages: | Jason Wright |
2001-05-13 | unsigned -> unsigned int; grange@rt.mipt.ru | Todd C. Miller |
2001-05-13 | in bus_dmamap_load_mbuf(), segments start at zero, not one (merge error) | Jason Wright |
2001-05-13 | Remove an unused label. | Aaron Campbell |
2001-05-13 | Fix the problem that single-step tracing of a trap instruction | Todd C. Miller |
2001-05-13 | Make sure the branch target of the delay loop is aligned to a cache | Todd C. Miller |
2001-05-13 | copyrights and $OpenBSD$ tags | Jason Wright |