index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
usr.bin
/
netstat
/
mbuf.c
Age
Commit message (
Expand
)
Author
2010-07-08
Remove references to kvm.
lum
2009-06-25
do not use nitems(); ok claudio
Theo de Raadt
2009-01-27
Fix some interger overflows when accounting the used mbuf memory percentage
Claudio Jeker
2008-12-04
... but without the debug code
Theo de Raadt
2008-12-04
correctly display information for each of the mbuf cluster pools (which
Theo de Raadt
2007-12-19
delete rcsid crud
Theo de Raadt
2007-12-11
mbuf stats are always gotten via sysctl(), so remove old nlist stuff
Theo de Raadt
2005-12-21
Userland programs should include <errno.h> not <sys/errno.h>
Todd C. Miller
2005-05-23
remove dead and wrong code.
marius eriksen
2005-03-25
kill unneeded (char *) casts. ok millert, otto
Jared Yanovich
2004-04-16
print clusters, not pages. half from millert@ ok deraadt@ millert@
Ted Unangst
2003-08-19
number of mbuf clusters is not the same as number of pages allocated for 'em;...
Michael Shalayeff
2003-06-03
Remove the advertising clause in the UCB license which Berkeley
Todd C. Miller
2003-03-21
change 'netstat -m' output from:
Philipp Buehler
2003-02-01
ansi
Theo de Raadt
2002-06-30
Correctly retrieve mbuf statistics from the kernel.
Angelos D. Keromytis
2002-06-24
KERN_POOL_POOL, not KERN_POOL_NPOOLS --- I wonder how this was not
Angelos D. Keromytis
2002-06-18
pull in missing includes
Theo de Raadt
2002-06-09
Begin some sysctl-ization.
Angelos D. Keromytis
2002-02-23
No more POOL_EXPOSE.
Artur Grabowski
2002-01-17
evil, annoying spaces and tabs
Michael Shalayeff
2002-01-15
minor simplification in preparation for a future change.
Artur Grabowski
2001-11-19
kill more registers
Mike Pechkin
2001-05-18
adapt to use pool
Niels Provos
1999-02-27
do not divide by zero; helbig@Informatik.BA-Stuttgart.DE
Theo de Raadt
1997-07-23
Update for new <sys/mbuf.h>
denny
1997-06-29
Use correct spacing on both 32bit and 64bit machines.
Todd C. Miller
1997-06-29
Mostly clean -Wall + 64bit issues.
Todd C. Miller
1996-06-26
rcsid
Theo de Raadt
1996-05-10
if_name/if_unit -> if_xname/if_softc
Theo de Raadt
1995-10-18
initial import of NetBSD tree
Theo de Raadt