summaryrefslogtreecommitdiff
path: root/usr.bin/netstat
AgeCommit message (Expand)Author
2003-05-14use __KAME__ to determine kame-based kernel.Jun-ichiro itojun Hagino
2003-03-21change 'netstat -m' output from:Philipp Buehler
2003-03-16correctly initialize a pointerNikolay Sturm
2003-03-13lots of sprintf -> snprintf and strcpy -> strlcpy; checked by teduTheo de Raadt
2003-02-19add a counter for times ipcomp is skipped because the packet is below theJason Wright
2003-02-12Remove commons; inspired by netbsd.Jason Wright
2003-02-01Fix out-of-bounds access to nl[255], found by naddy@ in context ofDaniel Hartmeier
2003-02-01ansiTheo de Raadt
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
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
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
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
2002-02-17Manual cleanup of remaining userland __P use (excluding packages maintained o...Todd C. Miller
2002-02-16Part one of userland __P removal. Done with a simple regexp with some minor ...Todd C. Miller
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
2001-11-09Since all our arches have /dev/ksyms, replace rigid mentions of the kernelMiod Vallat
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
2001-08-26Add a -q to silence zero-output lines and fix some whitespace and text nits.brian
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