| Commit message (Expand) | Author | Age | Files | Lines |
* | when showing interface stats, combine the queue drops with errors as fails |  dlg | 2019-03-04 | 1 | -38/+76 |
* | Handle ifi_oqdrops in netstat(8). |  uebayasi | 2015-10-05 | 1 | -10/+7 |
* | Initialize buffer pointers passed to get_sysctl to NULL; otherwise they point |  sthen | 2015-02-12 | 1 | -2/+2 |
* | Get rid of another KVM reader and convert the multicast output to use |  claudio | 2015-02-09 | 1 | -14/+4 |
* | The multicast address printing code has been disabled for 7 years. |  claudio | 2015-02-08 | 1 | -49/+1 |
* | Replace <sys/param.h> with <limits.h> and other less dirty headers where |  deraadt | 2015-01-16 | 1 | -2/+2 |
* | remove pointless if_var.h and socketvar.h includes; ok deraadt |  mikeb | 2014-11-21 | 1 | -2/+1 |
* | The second level of the CTL_NET sysctl is a PF_*, not an AF_* |  guenther | 2014-06-23 | 1 | -3/+3 |
* | split kernel parts of the if.h into a separate header file if_var.h |  mikeb | 2013-11-21 | 1 | -1/+2 |
* | oops, i added a stray character. spotted by jmc |  tedu | 2012-08-26 | 1 | -2/+2 |
* | -h flag to print human numbers in conjunction with -w -b |  tedu | 2012-08-22 | 1 | -16/+38 |
* | rmove rotten netatalk bits |  henning | 2011-07-09 | 1 | -5/+1 |
* | have netstat -w default to the first egress interface, which is usually more |  tedu | 2011-01-09 | 1 | -2/+54 |
* | don't repeat the banner if not a tty. |  tedu | 2009-11-22 | 1 | -7/+8 |
* | fix some warnings. there are others, but nobody wants to look at them. |  tedu | 2009-08-04 | 1 | -5/+4 |
* | add missing headers needed for warn() and err(). |  chl | 2009-02-07 | 1 | -1/+2 |
* | NULL instead of 0 in comparison |  claudio | 2009-01-26 | 1 | -2/+2 |
* | Plug a couple of memory leaks noticed by deraadt. |  dhill | 2008-12-24 | 1 | -1/+3 |
* | Make -I work correctly. RTM_NEWADDR needs to filter the ifname as well. |  claudio | 2008-03-18 | 1 | -1/+4 |
* | Make if.c kvm free by fetching the interface stats via sysctl like in systat |  claudio | 2008-01-03 | 1 | -346/+390 |
* | delete rcsid crud |  deraadt | 2007-12-19 | 1 | -9/+1 |
* | remove 21 nlist variables, and instead use sysctl to query the kernel |  deraadt | 2007-12-14 | 1 | -8/+2 |
* | More 64 bits counters fixes. |  mk | 2007-09-11 | 1 | -16/+16 |
* | Counters switched to u_int64_t so use %llu to print them. |  claudio | 2007-09-05 | 1 | -5/+6 |
* | Don't truncate interface name. |  ray | 2007-06-15 | 1 | -3/+3 |
* | remove IPX support, agreed by many |  henning | 2007-06-04 | 1 | -39/+2 |
* | change semantics of ff01::/16 to interface local multicast |  itojun | 2006-11-17 | 1 | -3/+4 |
* | Kill upHex and use %X instead. Crazy old code found by deraadt. |  claudio | 2006-05-27 | 1 | -22/+3 |
* | Moving netstat from kvm snooping to retrieving the routing tables via |  claudio | 2006-05-27 | 1 | -7/+44 |
* | ARGSUSED |  deraadt | 2005-12-11 | 1 | -2/+3 |
* | Use queue macros instead of directly accessing fields. ok pat@ "put it |  otto | 2005-10-17 | 1 | -13/+13 |
* | bye bye, Xerox NS protocols |  henning | 2005-06-08 | 1 | -21/+2 |
* | kill unneeded (char *) casts. ok millert, otto |  jaredy | 2005-03-25 | 1 | -12/+10 |
* | make 'netstat -i' print carp link addresses correctly. |  mpf | 2005-03-13 | 1 | -2/+3 |
* | remove unneeded casts of if stats; ok krw miod dhartmei |  jaredy | 2005-03-04 | 1 | -11/+11 |
* | make counters in struct iftot u_long instead of int, as they overflow |  dhartmei | 2005-03-02 | 1 | -10/+10 |
* | remove netiso |  henning | 2004-06-25 | 1 | -5/+2 |
* | some NULL vs 0 and knf; parts from nimadeus@pandora.be |  deraadt | 2004-03-13 | 1 | -4/+4 |
* | fix columns; sahara@surt.net |  deraadt | 2003-09-26 | 1 | -3/+3 |
* | add missing includes |  david | 2003-07-10 | 1 | -2/+3 |
* | Remove the advertising clause in the UCB license which Berkeley |  millert | 2003-06-03 | 1 | -7/+3 |
* | use __KAME__ to determine kame-based kernel. |  itojun | 2003-05-14 | 1 | -4/+4 |
* | ansi |  deraadt | 2003-02-01 | 1 | -13/+7 |
* | use macro to determine link-local multicast addr |  itojun | 2002-06-19 | 1 | -3/+3 |
* | decode embedded scopeid on -inalv multicast address printing |  itojun | 2002-06-19 | 1 | -10/+19 |
* | a night of cleanup, so i can read this easier |  deraadt | 2002-05-27 | 1 | -8/+8 |
* | Part one of userland __P removal. Done with a simple regexp with some minor hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically. |  millert | 2002-02-16 | 1 | -4/+4 |
* | evil, annoying spaces and tabs |  mickey | 2002-01-17 | 1 | -4/+4 |
* | kill more registers |  mpech | 2001-11-19 | 1 | -5/+5 |
* | Replace the deprecated BSD sigsetmask/sigblock/sigpause functions with their POSIX counterparts. |  millert | 2001-09-04 | 1 | -9/+7 |