summaryrefslogtreecommitdiff
path: root/usr.bin/netstat
AgeCommit message (Collapse)Author
2002-10-26typo. NetBSD PR 18816Jun-ichiro itojun Hagino
2002-09-23correctly dump radix_node; henric@attbi.comTheo de Raadt
2002-09-19Don't print garbage when getnameinfo fails. henning@ ok.Hakan Olsson
2002-09-18fix Xr refs; frisco@blackant.netTheo de Raadt
2002-08-04revoke privs earlierTheo de Raadt
2002-07-25handle < 0 and such betterTheo de Raadt
2002-06-30Correctly retrieve mbuf statistics from the kernel.Angelos D. Keromytis
2002-06-24KERN_POOL_POOL, not KERN_POOL_NPOOLS --- I wonder how this was notAngelos D. Keromytis
observed. From dfa@solo.ee and dsb@nt.pin.dvgu.ru
2002-06-19use macro to determine link-local multicast addrJun-ichiro itojun Hagino
2002-06-19decode embedded scopeid on -inalv multicast address printingJun-ichiro itojun Hagino
2002-06-18pull in missing includesTheo de Raadt
2002-06-09Begin some sysctl-ization.Angelos D. Keromytis
2002-06-09Standardization -- s/tdb/TDB/ and various dup expansions.Jason Peel
ok aaron@
2002-06-09use strchr() instead of index()Theo de Raadt
2002-06-09'cuz -> because; deraadt@ ok, pvalchev@ okAaron Campbell
2002-06-07print rip6statJun-ichiro itojun Hagino
2002-06-02mrtstat members are u_long, so use %lu not %ldJun-ichiro itojun Hagino
2002-06-02KNFTheo de Raadt
2002-05-27a night of cleanup, so i can read this easierTheo de Raadt
2002-05-16display the ECN related statistics.Kenjiro Cho
it is a bit verbose and will be cleaned up once we figure out which counters are more useful than others.
2002-02-23No more POOL_EXPOSE.Artur Grabowski
2002-02-19IPsec is written ``IPsec'', not ``IPSec''.Miod Vallat
2002-02-19Fix gethostname() usage.Mike Pechkin
deraadt@ ok
2002-02-17Manual cleanup of remaining userland __P use (excluding packages maintained ↵Todd C. Miller
outside the tree)
2002-02-16Part one of userland __P removal. Done with a simple regexp with some minor ↵Todd C. Miller
hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically.
2002-01-17evil, annoying spaces and tabsMichael Shalayeff
2002-01-15minor simplification in preparation for a future change.Artur Grabowski
2001-11-19kill more registersMike Pechkin
millert@ ok
2001-11-09Since all our arches have /dev/ksyms, replace rigid mentions of the kernelMiod Vallat
being /bsd with more correct terms, and remove /bsd and /dev/kmem from the FILES section if they were there.
2001-10-09Don't assume that the RTF_HOST flag implies that a netmask is available.brian
2001-09-04Replace the deprecated BSD sigsetmask/sigblock/sigpause functions with their ↵Todd C. Miller
POSIX counterparts.
2001-08-26Add a -q to silence zero-output lines and fix some whitespace and text nits.brian
Submitted by: Sam Smith <S@mSmith.net> Ok: theo
2001-08-18Handle snprintf returning -1brian
2001-07-30another vax inspired object shuffleHugh Graham
2001-07-18-Wall cleanupPeter Valchev
2001-07-05Make it compile again.Angelos D. Keromytis
2001-07-05IPComp support. angelos@ ok.Jean-Jacques Bernard-Gundol
2001-06-25Show a "3" in -r output if RTF_PROTO3 is set; ok itojun@ and millert@Niklas Hallqvist
2001-06-23Print hardware checksumming statistics.Angelos D. Keromytis
2001-06-13typo in icmp6 stat printingJun-ichiro itojun Hagino
2001-05-18adapt to use poolNiels Provos
2001-03-03drop packets with 127.0.0.0/8 in header field, if the packet is from outside.Jun-ichiro itojun Hagino
under RFC1122 sender rule 127.0.0.8 must not appear on the wire. count incidents by ipstat.ips_badaddr. sync with kame
2001-02-07by default, don't bark on inbound ND messages, as outsider may be able toJun-ichiro itojun Hagino
fill up /var with bogus packets. setting net.inet6.icmp6.nd6_debug will re-enable kernel messages on invalid ND packet and other occasions. improve icmp6 stats.
2001-02-06If sdl type is ISO88025, print the address using `:' as well.Federico G. Schwindt
2001-01-29$OpenBSD$Niklas Hallqvist
2000-12-13Bytecounter stats. (-b switch)Camiel Dobbelaar
From NetBSD. ok itojun@
2000-12-11typo in -s messageJun-ichiro itojun Hagino
2000-12-11show # of successful IPv6 path MTU changes with -s. from kameJun-ichiro itojun Hagino
2000-12-11show when pmtu is disabled on routes, more information when verbose,Niels Provos
from NetBSD
2000-11-09Change all option list specifications to ".Bl -tag -width Ds". Most manAaron Campbell
pages just needed their -width parameter tweaked to "Ds", which provides a nice width of 6 constant characters. For consistency more than anything.