summaryrefslogtreecommitdiff
path: root/usr.bin/netstat
AgeCommit message (Expand)Author
2014-01-25Fix printing of icps_toofreq unlike IPv6 the IPv4 value is just a u_long.Claudio Jeker
2014-01-23hardware cecksummed counters -> software checksummed countersHenning Brauer
2014-01-19Report the number of dropped ICMP error because the rate limit got exceeded.Claudio Jeker
2014-01-10ddpcb and unixsw symbols are no longer used with kvm_readPhilip Guenther
2013-12-25final circleq to tailq fix. restore the previous pointer check by readingTed Unangst
2013-12-24more fixing after circleq conversion. a better fix to check the prevTed Unangst
2013-12-23fix circleq tailq conversionTed Unangst
2013-12-20Switch inpt_queue from CIRCLEQ to TAILQ. Thus ending use of CIRCLEQKenneth R Westerback
2013-11-25netstat -Ar leaked some kernel pointers to unprivileged users. UseAlexander Bluhm
2013-11-21split kernel parts of the if.h into a separate header file if_var.hMike Belopuhov
2013-11-20unsigned char cast for isdigit, dealing with argvTheo de Raadt
2013-11-13handle lack of protoTheo de Raadt
2013-11-09kinfo_file returns the socket buffer counts in uint64_ts, so we need toPhilip Guenther
2013-10-28use %d instea of %iTheo de Raadt
2013-10-24These two programs got fooled by the KAME/NRL split and need type repair.Theo de Raadt
2013-10-22- add UNIX-domain socket info to struct kinfo_file2Philip Guenther
2013-09-29Prepare netstat for printing 64 bit route expire time.Alexander Bluhm
2013-08-18Fix calls to printf-like functions which passed a non-fixed stringPhilip Guenther
2013-04-23create a method to print the unp_ino (ino_t) properly once it becomesTheo de Raadt
2013-04-18improve time_t handling here, tooTheo de Raadt
2013-04-18improve time_t printing; ok claudioTheo de Raadt
2013-04-16handle long long tv_sec; ok millertTheo de Raadt
2013-03-20As non-root, whenever netstat is about to print out a kernel pointer...Theo de Raadt
2013-02-05netstat -vP also shows the new struct sockbuf field sb_flagsintr.Alexander Bluhm
2013-01-16sys/mbuf.h not neededTheo de Raadt
2012-12-05Remove excessive sys/cdefs.h inclusionTheo de Raadt
2012-12-04remove some unnecessary sys/mbuf.h inclusionsTheo de Raadt
2012-08-26oops, i added a stray character. spotted by jmcTed Unangst
2012-08-22remove unneccessary .Pp;Jason McIntyre
2012-08-22i missed usage and the manpage. prod by jmcTed Unangst
2012-08-22-h flag to print human numbers in conjunction with -w -bTed Unangst
2012-07-13Label node allocation failures as such in netstat -W output.Stefan Sperling
2012-03-17remove IP_JUMBO, SO_JUMBO, and RTF_JUMBO.David Gwynne
2011-11-01Do some cleanup and improve the manpage. From Andreas Bartelt; ok henning, jmcMike Belopuhov
2011-11-01Fixup previous: don't forget to actually get the current rtable;Mike Belopuhov
2011-11-01List sockets existing only in the specified or current routing domain.Mike Belopuhov
2011-09-03make -column lists pretty again;Jason McIntyre
2011-08-19as with other list types, column lists generally do not need a Pp/-compactJason McIntyre
2011-07-09remove more atalk bitsTheo de Raadt
2011-07-09rmove rotten netatalk bitsHenning Brauer
2011-07-05Add so_idletv to netstat -vP pcb-address output.Alexander Bluhm
2011-04-06Avoid using NULL in non-pointer contexts: use 0 for integer values and '\0'Miod Vallat
2011-03-18print icps_bmcastecho as "XX echo requests to broadcast/multicast rejected".Stuart Henderson
2011-03-15Add a -B flag to netstat which displays buffer sizes for TCP sockets.Joel Sing
2011-03-05remove a stray character (editing accident) i introduced a year ago;Ingo Schwarze
2011-03-04kill is_rx_elem_unknown.Federico G. Schwindt
2011-03-02Add the socket splicing fields of struct socket to netstat -vPAlexander Bluhm
2011-01-09have netstat -w default to the first egress interface, which is usually moreTed Unangst
2010-12-21ip6s_exthdrtoolong is always zero so remove it here which is the last user.Claudio Jeker
2010-10-30Print socket structure internals when netstat -P pcbaddr is calledAlexander Bluhm