summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2001-05-14Implement a wrapper round vn_stat that takes the same argumentsArtur Grabowski
2001-05-14Correct panic message.Artur Grabowski
2001-05-14More generic arguments to soo_stat.Artur Grabowski
2001-05-14Fix panic messageArtur Grabowski
2001-05-14Ehmm. add support for new pipes to stat.Artur Grabowski
2001-05-14More generic arguments to pipe_stat.Artur Grabowski
2001-05-14We already have a prototype for pipe_stat in sys/pipe.hArtur Grabowski
2001-05-14syncTheo de Raadt
2001-05-14gotta have this... i supposeTheo de Raadt
2001-05-14syncTheo de Raadt
2001-05-14cmsg_len = CMSG_LEN(sizeof(struct in_addr)) is correct, ok itojun@Markus Friedl
2001-05-14obvious cleanups...Theo de Raadt
2001-05-14Use lockmgr locks for kern.malloc.kmemstat andAngelos D. Keromytis
2001-05-14Updated sysctl_malloc() prototype (struct proc argument added)Angelos D. Keromytis
2001-05-14clean rm -f usesTheo de Raadt
2001-05-14slight cleaning of rm -f callsTheo de Raadt
2001-05-14various cleanupsTheo de Raadt
2001-05-14No need to use calloc gratuitously.Angelos D. Keromytis
2001-05-14Use warn() consistently.Angelos D. Keromytis
2001-05-14No need for setgid kmem anymore, we can use sysctl to get all theAngelos D. Keromytis
2001-05-14Use the sysctl-based diskstats for live kernels. deraadt@ okAngelos D. Keromytis
2001-05-14Disk statistics via sysctl, first pass (locking to come in a few, thenAngelos D. Keromytis
2001-05-14Set a flag whenever a disk is added/removed, so sysctl knows when toAngelos D. Keromytis
2001-05-14tty stats sysctl, deraadt@okAngelos D. Keromytis
2001-05-14Ignore empty strings in kern.malloc.kmemstat.<foo>, add tty stats.Angelos D. Keromytis
2001-05-14Update.Angelos D. Keromytis
2001-05-14Update, sync with reality. deraadt@okAngelos D. Keromytis
2001-05-14long->int64_t for tty statistics, deraadt@ okAngelos D. Keromytis
2001-05-14Disk statistics via sysctl.Angelos D. Keromytis
2001-05-14long -> int64_t for tty statisticsAngelos D. Keromytis
2001-05-14KERN_TTY sysctlAngelos D. Keromytis
2001-05-14External variable disk_change.Angelos D. Keromytis
2001-05-14Be more paranoid about zapping trailing comma.Angelos D. Keromytis
2001-05-14M_SYSCTL deraadt@ okAngelos D. Keromytis
2001-05-14Use M_SYSCTL, fix a couple of buglets, style. deraadt@ okAngelos D. Keromytis
2001-05-14Remove ugly empty line.Angelos D. Keromytis
2001-05-14Sync with reality (M_SYSCTL is not yet committed, but it's coming)Angelos D. Keromytis
2001-05-14cleanup a lotTheo de Raadt
2001-05-14screw fibrechannel on this floppyTheo de Raadt
2001-05-14- simplify hifn_dmamap_aligned()Jason Wright
2001-05-14cleanTheo de Raadt
2001-05-14use real uioTheo de Raadt
2001-05-14Xr bridgename.if and hostname.if in section 5, not 8; spotted by James Cronin...Jason Wright
2001-05-13First try at bus_dma(9)-ifying hifn7751 driver... advantages:Jason Wright
2001-05-13unsigned -> unsigned int; grange@rt.mipt.ruTodd C. Miller
2001-05-13in bus_dmamap_load_mbuf(), segments start at zero, not one (merge error)Jason Wright
2001-05-13Remove an unused label.Aaron Campbell
2001-05-13Fix the problem that single-step tracing of a trap instructionTodd C. Miller
2001-05-13Make sure the branch target of the delay loop is aligned to a cacheTodd C. Miller
2001-05-13copyrights and $OpenBSD$ tagsJason Wright