Age | Commit message (Expand) | Author |
2022-09-08 | Remove useless -t | Klemens Nanni |
2022-08-26 | Remove stale comment about nonexistent ifnetaddr | Klemens Nanni |
2021-11-29 | local copy of roundup() means no more sys/param.h | Theo de Raadt |
2021-01-16 | Unle recover the scope_id from a possible embedded scope if the scope_id | Claudio Jeker |
2019-06-28 | When system calls indicate an error they return -1, not some arbitrary | Theo de Raadt |
2019-03-04 | when showing interface stats, combine the queue drops with errors as fails | David Gwynne |
2015-10-05 | Handle ifi_oqdrops in netstat(8). | Masao Uebayashi |
2015-02-12 | Initialize buffer pointers passed to get_sysctl to NULL; otherwise they point | Stuart Henderson |
2015-02-09 | Get rid of another KVM reader and convert the multicast output to use | Claudio Jeker |
2015-02-08 | The multicast address printing code has been disabled for 7 years. | Claudio Jeker |
2015-01-16 | Replace <sys/param.h> with <limits.h> and other less dirty headers where | Theo de Raadt |
2014-11-21 | remove pointless if_var.h and socketvar.h includes; ok deraadt | Mike Belopuhov |
2014-06-23 | The second level of the CTL_NET sysctl is a PF_*, not an AF_* | Philip Guenther |
2013-11-21 | split kernel parts of the if.h into a separate header file if_var.h | Mike Belopuhov |
2012-08-26 | oops, i added a stray character. spotted by jmc | Ted Unangst |
2012-08-22 | -h flag to print human numbers in conjunction with -w -b | Ted Unangst |
2011-07-09 | rmove rotten netatalk bits | Henning Brauer |
2011-01-09 | have netstat -w default to the first egress interface, which is usually more | Ted Unangst |
2009-11-22 | don't repeat the banner if not a tty. | Ted Unangst |
2009-08-04 | fix some warnings. there are others, but nobody wants to look at them. | Ted Unangst |
2009-02-07 | add missing headers needed for warn() and err(). | Charles Longeau |
2009-01-26 | NULL instead of 0 in comparison | Claudio Jeker |
2008-12-24 | Plug a couple of memory leaks noticed by deraadt. | David Hill |
2008-03-18 | Make -I work correctly. RTM_NEWADDR needs to filter the ifname as well. | Claudio Jeker |
2008-01-03 | Make if.c kvm free by fetching the interface stats via sysctl like in systat | Claudio Jeker |
2007-12-19 | delete rcsid crud | Theo de Raadt |
2007-12-14 | remove 21 nlist variables, and instead use sysctl to query the kernel | Theo de Raadt |
2007-09-11 | More 64 bits counters fixes. | Michael Knudsen |
2007-09-05 | Counters switched to u_int64_t so use %llu to print them. | Claudio Jeker |
2007-06-15 | Don't truncate interface name. | Ray Lai |
2007-06-04 | remove IPX support, agreed by many | Henning Brauer |
2006-11-17 | change semantics of ff01::/16 to interface local multicast | Jun-ichiro itojun Hagino |
2006-05-27 | Kill upHex and use %X instead. Crazy old code found by deraadt. | Claudio Jeker |
2006-05-27 | Moving netstat from kvm snooping to retrieving the routing tables via | Claudio Jeker |
2005-12-11 | ARGSUSED | Theo de Raadt |
2005-10-17 | Use queue macros instead of directly accessing fields. ok pat@ "put it | Otto Moerbeek |
2005-06-08 | bye bye, Xerox NS protocols | Henning Brauer |
2005-03-25 | kill unneeded (char *) casts. ok millert, otto | Jared Yanovich |
2005-03-13 | make 'netstat -i' print carp link addresses correctly. | Marco Pfatschbacher |
2005-03-04 | remove unneeded casts of if stats; ok krw miod dhartmei | Jared Yanovich |
2005-03-02 | make counters in struct iftot u_long instead of int, as they overflow | Daniel Hartmeier |
2004-06-25 | remove netiso | Henning Brauer |
2004-03-13 | some NULL vs 0 and knf; parts from nimadeus@pandora.be | Theo de Raadt |
2003-09-26 | fix columns; sahara@surt.net | Theo de Raadt |
2003-07-10 | add missing includes | David Krause |
2003-06-03 | Remove the advertising clause in the UCB license which Berkeley | Todd C. Miller |
2003-05-14 | use __KAME__ to determine kame-based kernel. | Jun-ichiro itojun Hagino |
2003-02-01 | ansi | Theo de Raadt |
2002-06-19 | use macro to determine link-local multicast addr | Jun-ichiro itojun Hagino |
2002-06-19 | decode embedded scopeid on -inalv multicast address printing | Jun-ichiro itojun Hagino |