Remove some unnecessary casts.
[dragonfly.git] / usr.bin / netstat / inet.c
2008-12-14 Sascha WildnerRemove some unnecessary casts.
2007-12-29 Hasso TepperDon't show in netstat(1) output without the -a switch...
2007-08-16 Matthew DillonBring CARP into the tree. CARP = Common Address Redund...
2005-08-04 David RhodusRemove some register keywords and add in some missing...
2005-04-11 Hiten PandyaUse the correct macro for printing TCP statistical...
2004-12-24 Matthew DillonAdd the -P flag which displays more PCB information...
2004-12-20 Joerg SonnenbergerRemove the userland visible part of the socket generati...
2004-08-30 Eirik NygaardUse strchr instead of index, and strrchr instead of...
2004-06-07 Matthew DillonAdd in_pcbinfo_init() to encapsulate basic structural...
2004-05-03 Hiten PandyaMake IP statistics counters per-CPU so they can be...
2004-04-07 Matthew DillonMake TCP stats per-cpu.
2004-03-12 Hiten PandyaCollapse the if(...) block in pim_stats added by my...
2004-03-08 Matthew DillonAdd -B to display buffer limits instead of current...
2004-03-08 Jeffrey HsuPrint out Early Retransmit statistics.
2004-03-05 Hiten PandyaI just scored a few duh-points for myself. I committed...
2004-03-03 Hiten PandyaDo not print a warning about PIM sysctl node (net.inet...
2004-02-10 Hiten PandyaMerge: FreeBSD (RELENG_4) netstat/inet.c rev. 1.37...
2003-08-24 Jeffrey HsuAdd support for Protocol Independent Multicast.
2003-08-14 Jeffrey HsuAdd statistics to disambiguate how a spurious retransmi...
2003-08-13 Jeffrey HsuNew statistics to keep track of supurious retransmits.
2003-06-17 Matthew DillonAdd the DragonFly cvs id and perform general cleanups...
2003-06-17 Matthew DillonInitial import from FreeBSD RELENG_4: