| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | - create an entry of IPV6CTL_STATS sysctl. | ume | 2001-06-28 | 2 | -9/+23 |
* | Add netstat(1) knob to reset net.inet.{ip|icmp|tcp|udp|igmp}.stats. | ru | 2001-06-23 | 4 | -13/+37 |
* | - Fix space allocation for mbstat structure | bmilekic | 2001-06-23 | 1 | -3/+5 |
* | Honor -s -s (don't show zero stats) with -r, untangle SYNOPSIS further. | ru | 2001-06-23 | 2 | -12/+25 |
* | Introduce numerous SMP friendly changes to the mbuf allocator. Namely, | bmilekic | 2001-06-22 | 3 | -67/+182 |
* | - Avoid hardcoded constant on icmp6 in/out histogram printing | sumikawa | 2001-06-21 | 1 | -4/+8 |
* | remove warnings | assar | 2001-06-15 | 13 | -93/+67 |
* | remove K&R support | assar | 2001-06-15 | 15 | -338/+201 |
* | revert removal of warning and K&R support | assar | 2001-06-15 | 16 | -138/+294 |
* | nflag -> numeric_port. nflag is no more | assar | 2001-06-15 | 1 | -1/+1 |
* | Print symbolic names for appletalk ports. Also some very minor style 9 issues. | imp | 2001-06-15 | 1 | -2/+15 |
* | First round of netstat(1) cleanup. | ru | 2001-06-15 | 4 | -65/+52 |
* | Line up `netstat -rl' display. | ru | 2001-06-15 | 1 | -5/+7 |
* | remove most of the warnings | assar | 2001-06-15 | 16 | -277/+144 |
* | add the option -S for printing port numbers symbolically but addresses | assar | 2001-06-15 | 10 | -45/+55 |
* | Restore -M -N support for -m. | ru | 2001-06-14 | 4 | -32/+69 |
* | Removed -h option. | ru | 2001-06-14 | 1 | -5/+1 |
* | Really delete the -h option. | ru | 2001-06-14 | 1 | -2/+2 |
* | Fixed printing of netatalk statistics WRT the -s flag. | ru | 2001-06-12 | 1 | -2/+2 |
* | Mention about -rl behavior change. Now, MTU is printed. | ume | 2001-06-11 | 1 | -1/+3 |
* | 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 | 7 | -43/+126 |
* | Always print at least 2 bytes for IN_CLASSB_NET networks. | ru | 2001-06-08 | 1 | -10/+29 |
* | Correct some typos. | dd | 2001-06-01 | 1 | -3/+3 |
* | Restore printing of routes cloned from a RTF_CLONING parent | ru | 2001-05-07 | 2 | -9/+10 |
* | Add missing break when printing IPv6 multicast addresses. | fenner | 2001-04-26 | 1 | -1/+2 |
* | Fix typo s/thissystem/this system/ | jesper | 2001-04-16 | 1 | -1/+1 |
* | Don't core dump when given "-i -a". Problem caused by a mistaken | phk | 2001-03-30 | 1 | -1/+2 |
* | Add an example of a novel technique to the IPv6 code. This technique seems | phk | 2001-03-19 | 1 | -1/+2 |
* | s/protocol-cloned/cloned/ I have missed in 1.24 -> 1.25. | ru | 2001-03-18 | 1 | -1/+1 |
* | Add a -W flag that tells netstat not to truncate addresses even if they are | des | 2001-03-15 | 4 | -32/+68 |
* | net/route.c: | ru | 2001-03-15 | 2 | -5/+10 |
* | MAXHOSTNAMELEN includes space for a NUL. | brian | 2001-03-14 | 6 | -42/+13 |
* | Count and show incoming UDP datagrams with no checksum. | ru | 2001-03-13 | 1 | -0/+1 |
* | When displaying interface statistics with -i show a '-' for any | joe | 2001-03-04 | 1 | -15/+64 |
* | Convert if_multiaddrs from LIST to TAILQ so that it can be traversed | phk | 2001-02-06 | 1 | -1/+1 |
* | mdoc(7) police: split punctuation characters + misc fixes. | ru | 2001-02-01 | 1 | -2/+2 |
* | Use macro API to <sys/queue.h> | phk | 2000-12-30 | 3 | -18/+17 |
* | mdoc(7) police: use the new features of the Nm macro. | ru | 2000-11-20 | 1 | -11/+11 |
* | Now that the amount of (pseudo) interfaces is growing with IPv6, | guido | 2000-10-30 | 1 | -22/+30 |
* | Augment the 'ifaddr' structure with a 'struct if_data' to keep | joe | 2000-10-19 | 1 | -9/+47 |
* | Change the "in use" percentage metric to actually display a real | bmilekic | 2000-10-15 | 1 | -9/+14 |
* | Fixed the printing of header for IPv4 routing table without -l option. | ru | 2000-09-18 | 1 | -1/+1 |
* | Replace the mbuf external reference counting code with something | dwmalone | 2000-08-19 | 1 | -2/+6 |
* | To make compilable without -DINET6. | ume | 2000-08-07 | 2 | -0/+4 |
* | Do not display icmp(4) sockets as non-existent bridge(4) sockets. | ru | 2000-08-03 | 1 | -2/+2 |
* | Fix bug: "netstat -si" prints interface information, but the header | jdp | 2000-07-28 | 1 | -1/+1 |
* | Make mbstat.m_mtypes seperate and viewable via sysctl, also | alfred | 2000-07-15 | 1 | -25/+49 |
* | remove m_pulldown related statistics, it is not for production system | itojun | 2000-07-12 | 1 | -32/+0 |
* | add pfkeystat. sync with kame | itojun | 2000-07-05 | 2 | -0/+27 |