summaryrefslogtreecommitdiff
path: root/usr.bin/netstat/mroute6.c
AgeCommit message (Expand)Author
2016-08-27Pull in <sys/select.h> for howmany() and NBBY, used by various net*/*.hPhilip Guenther
2015-02-13implicit declaration of function 'free'; add missing stdlib.hDavid Coppa
2015-02-12Free the buffers used for the sysctl. OK sthen@Claudio Jeker
2015-02-12Initialize buffer pointers passed to get_sysctl to NULL; otherwise they pointStuart Henderson
2015-02-09Get rid of another KVM reader and convert the multicast output to useClaudio Jeker
2015-01-17_KERNEL 1? no, just _KERNELTheo de Raadt
2015-01-16Replace <sys/param.h> with <limits.h> and other less dirty headers whereTheo de Raadt
2014-11-21remove pointless if_var.h and socketvar.h includes; ok deraadtMike Belopuhov
2014-06-23The second level of the CTL_NET sysctl is a PF_*, not an AF_*Philip Guenther
2013-11-21split kernel parts of the if.h into a separate header file if_var.hMike Belopuhov
2009-02-07add missing headers needed for warn() and err().Charles Longeau
2007-12-14remove 21 nlist variables, and instead use sysctl to query the kernelTheo de Raadt
2007-09-11u_quad_t -> u_int64_t and %qu -> %llu, from bradHenning Brauer
2005-03-25kill unneeded (char *) casts. ok millert, ottoJared Yanovich
2003-06-03Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
2003-02-01ansiTheo de Raadt
2002-06-02KNFTheo de Raadt
2002-05-27a night of cleanup, so i can read this easierTheo de Raadt
2002-01-17evil, annoying spaces and tabsMichael Shalayeff
2001-11-19kill more registersMike Pechkin
1999-12-08add IPv6 support from KAME. cleanup type matches with printf() format.Jun-ichiro itojun Hagino