summaryrefslogtreecommitdiff
path: root/usr.bin/netstat
AgeCommit message (Expand)Author
2006-08-26Conditionalize XNS support. No longer enabled.matt
2006-08-22well, the || needed to be an && and the operand order needed to be changed.christos
2006-08-21Fix another && || confusion, from Kurt Schreiner, thanks!christos
2006-08-17Don't use || if you need &&.christos
2006-08-17Revert previous.rpaulo
2006-08-17Adapt to ECN.rpaulo
2006-06-20It's not an error if we can't print CARP stats, it just means it's not builtrpaulo
2006-06-09PR/33677: Scott Ellis: Building with MKINET6=no causes netstat to fail compilingchristos
2006-06-04another netstat fix, Kurt Schreiner. thanx!elad
2006-06-04fix logic; from Kurt Schreinerelad
2006-05-31Don't print an error if kernel doesn't have INET6 support.rpaulo
2006-05-28Make netstat use sysctl when dumping routing tables/stats.elad
2006-05-27be quiet if symbol not in namelist, nothing careselad
2006-05-23Fix carp_stats() prototype location.rpaulo
2006-05-21check if malloc(3) failedliamjfoy
2006-05-18Use PRIu64 to format uint64_t quantities, instead of %llu, inriz
2006-05-18Integrate Common Address Redundancy Procotol (CARP) from OpenBSDliamjfoy
2006-05-11nfiles -> ns_nfiles (conflicts with kernel header files and _KERNEL.)mrg
2006-04-06snprintf returns int, not size_t. CID 691.rpaulo
2006-04-02Coverity CID 2336: Fix memory leak.christos
2005-12-28Bump date for previous.rpaulo
2005-12-28Explain the netstat -B flag column.rpaulo
2005-11-21Convert 3 printf() calls into one puts().rpaulo
2005-09-14make bpf stats #ifndef SMALL,drochner
2005-09-11Punctuation fix. From YOMURA Masanori in private mail.wiz
2005-09-11Argument is address_family, not "address family". From YOMURA Masanori in pri...wiz
2005-09-04Use sysctl to fetch AF_LOCAL PCB lists if reading live kernel.elad
2005-09-02Place the sysctl code under an if block and print an error message if therpaulo
2005-09-02Request process information using sysctl(3) and not kvm(3) since bpf(4)rpaulo
2005-08-28Use net.inet6.{ip6,udp6,pim6,raw6}.stats for live systems.rpaulo
2005-08-28Use net.inet6.tcp6.pcblist, net.inet6.tcp6.stats (not implemented yet) andrpaulo
2005-08-12Use PRIxPTR when printing a pointer.elad
2005-08-08Replace usage of caddr_t with intptr_t, to allow this to build cleanlyhe
2005-08-07Use sysctl to read live kernel PF_INET PCBs.elad
2005-08-06Use sysctl to fetch IP, ICMP, TCP, and UDP statistics.elad
2005-08-06Explained how -B works and how it works in conjunction with -I or -s.rpaulo
2005-08-05Fix printing formats.elad
2005-08-04Added #include <kvm.h> since netstat.h, which is included too, needs it.rpaulo
2005-08-04Added bpf.c.rpaulo
2005-08-04Implemented the userland part of the BPF statistics and BPF peers,rpaulo
2005-03-04For connected local domain sockets that don't have a "local" name,atatat
2005-03-04Print the pcb address like the man page says, not the socket address.atatat
2005-02-13print the proper pointer for the pcb address. otherwise, all the udp6atatat
2005-01-10Only compile in IPv6 support if ${USE_INET6} != "no"lukem
2004-11-16NI_WITHSCOPEID was not picked up by IETF standardization processitojun
2004-11-16NI_WITHSCOPEID was not picked up by IETF standardization process.itojun
2004-10-30Add (unsigned char) cast to ctype functionsdsl
2004-09-06Make it compile on ports where u_quad_t is not printf-format-compatiblemartin
2004-09-04IPv4 PIM support, from the submission of Pavlin Radoslavov on tech-net@manu
2004-07-17Rework sys/netipsec/ipsec_netbsd.c to present a more consistent tree.atatat