| Commit message (Expand) | Author | Age | Files | Lines |
* | Restore netstat -M functionality for most statistics on core dumps. In | jhb | 2007-07-16 | 1 | -0/+1 |
* | Retire most of the classful network behaviour of netstat -r output, for IPv4. | bms | 2007-02-14 | 1 | -52/+9 |
* | We should return the name in cp, not printf it. | yar | 2006-11-27 | 1 | -1/+3 |
* | - Achieve WARNS=3 by using sparse initializers or avoiding initializers at all. | yar | 2006-07-28 | 1 | -1/+3 |
* | Achieve WARNS=2 by using uintmax_t to pass around 64-bit quantities, | yar | 2006-07-28 | 1 | -0/+1 |
* | Since kernel & userland use different timebase and netstat is reading kernel | oleg | 2006-07-06 | 1 | -3/+13 |
* | NI_WITHSCOPEID cleanup. Neither RFC 2553 nor RFC 3493 defines | ume | 2005-05-13 | 1 | -2/+2 |
* | Print link level address on vlan interfaces using ether_ntoa(), to make | glebius | 2004-07-28 | 1 | -0/+1 |
* | Add __FBSDID. Replace local variable sin by sockin to not conflict with sin(3). | charnier | 2004-07-26 | 1 | -10/+11 |
* | Replace ROUNDUP/ADVANCE with SA_SIZE | luigi | 2004-04-13 | 1 | -7/+1 |
* | Fix some minor nits in netstat whereby large interface names would be | bms | 2003-11-28 | 1 | -2/+2 |
* | Replace the if_name and if_unit members of struct ifnet with new members | brooks | 2003-10-31 | 1 | -7/+2 |
* | remove unneeded include of route.h | sam | 2003-10-03 | 1 | -0/+1 |
* | Kill #ifdef NS and some leftover #ifdef ISO code. Re-pack the nlist[] | peter | 2003-03-05 | 1 | -83/+0 |
* | Warns cleanups for netstat: | dwmalone | 2002-09-05 | 1 | -42/+44 |
* | Fix incorrect cast. | kbyanc | 2002-07-16 | 1 | -1/+1 |
* | Use calculated column widths for the routing table display when -W is | kbyanc | 2002-06-05 | 1 | -55/+208 |
* | Use %lu instead of %ld when printing rt_use (aka rt_rmx.rmx_pksent) | silby | 2002-05-31 | 1 | -1/+1 |
* | Print IFT_ETHER addresses with ether_ntoa(3) (with leading zeros). | ru | 2002-04-06 | 1 | -13/+6 |
* | Fixed bugs from revision 1.27. Specifically: | ru | 2001-10-11 | 1 | -9/+16 |
* | Deprecate the -l option in favour of more natural -W. | ru | 2001-09-07 | 1 | -6/+6 |
* | Make `rttrash' variable (#routes not in table but not freed) visible | ru | 2001-06-29 | 1 | -3/+13 |
* | Fixed bogon in revision 1.37. Don't bogusly print a radix node's | ru | 2001-06-29 | 1 | -8/+3 |
* | Honor -s -s (don't show zero stats) with -r, untangle SYNOPSIS further. | ru | 2001-06-23 | 1 | -10/+10 |
* | remove warnings | assar | 2001-06-15 | 1 | -5/+0 |
* | remove K&R support | assar | 2001-06-15 | 1 | -60/+35 |
* | revert removal of warning and K&R support | assar | 2001-06-15 | 1 | -23/+48 |
* | Line up `netstat -rl' display. | ru | 2001-06-15 | 1 | -5/+7 |
* | remove most of the warnings | assar | 2001-06-15 | 1 | -48/+23 |
* | add the option -S for printing port numbers symbolically but addresses | assar | 2001-06-15 | 1 | -8/+8 |
* | Add missing column for Mtu in header when -rl is specified. | ume | 2001-06-11 | 1 | -4/+13 |
* | Sync with recent KAME. | ume | 2001-06-11 | 1 | -2/+9 |
* | Always print at least 2 bytes for IN_CLASSB_NET networks. | ru | 2001-06-08 | 1 | -10/+29 |
* | Restore printing of routes cloned from a RTF_CLONING parent | ru | 2001-05-07 | 1 | -3/+7 |
* | net/route.c: | ru | 2001-03-15 | 1 | -2/+2 |
* | MAXHOSTNAMELEN includes space for a NUL. | brian | 2001-03-14 | 1 | -6/+7 |
* | Fixed the printing of header for IPv4 routing table without -l option. | ru | 2000-09-18 | 1 | -1/+1 |
* | sync with latest kame netstat. basically, more statistics | itojun | 2000-07-04 | 1 | -43/+35 |
* | Use Garrett's new (clearer) names. | markm | 2000-04-23 | 1 | -7/+7 |
* | Don't suppress Flags and Refs info for IPv4 entries. | shin | 2000-03-14 | 1 | -2/+2 |
* | Instead of reporting all 0.0.0.0 as ``default'' only report | rgrimes | 2000-01-07 | 1 | -2/+5 |
* | Getaddrinfo(), getnameinfo(), and etc support in libc/net. | shin | 1999-12-28 | 1 | -34/+8 |
* | Added missing declaration for argment specification at pr_rthdr(), | shin | 1999-12-21 | 1 | -3/+4 |
* | define WID_DST6 and WID_GW6 and use them only for IPv6, to keep IPv4 related | shin | 1999-12-21 | 1 | -12/+32 |
* | udp IPv6 support, IPv6/IPv4 tunneling support in kernel, | shin | 1999-12-07 | 1 | -9/+174 |
* | Cleanup missing includes, stale includes, and a few printf format | dillon | 1999-10-23 | 1 | -1/+1 |
* | Whistle's Netgraph link-layer (sometimes more) networking infrastructure. | julian | 1999-10-21 | 1 | -0/+9 |
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 1 | -1/+1 |
* | Change casts from int to u_long and formats from %x to %lx. | jb | 1998-08-18 | 1 | -6/+7 |
* | Fixed type mismatches and style bugs in rev.1.30. | bde | 1998-07-06 | 1 | -8/+6 |