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
2019-07-16
Prevent integer overflow in kernel and userland when checking mbuf
Alexander Bluhm
2019-06-28
When system calls indicate an error they return -1, not some arbitrary
Theo de Raadt
2019-06-13
Do memory size calculations as unsigned long. Otherwise
Alexander Bluhm
2017-10-28
Bring "netstat -m" output up to speed with the kernel
Mike Belopuhov
2017-02-04
Include netinet/in.h for in_addr_t now it has moved out of sys/types.h.
Jonathan Gray
2016-10-28
there's a new mbuf cluster pool.
David Gwynne
2016-04-04
Add sys/queue.h where it's needed. Unbreak userland following recent
Stuart Henderson
2015-09-04
Fix mbuf memory accounting after recent *8 pool size change.
Martin Pieuchot
2015-01-20
Adjust <sys/param.h> comments regarding use of use of MSIZE, or
Theo de Raadt
2015-01-16
Replace <sys/param.h> with <limits.h> and other less dirty headers where
Theo de Raadt
2014-11-06
i renamed the mbuf pool.
David Gwynne
2014-07-02
info about pools is currently given to userland by copying each
David Gwynne
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