summaryrefslogtreecommitdiff
path: root/usr.sbin/ndp/ndp.c
AgeCommit message (Expand)Author
2004-05-24missing close(2). Andrey MatveevJun-ichiro itojun Hagino
2004-03-16errno is not specified to be int, but something from errno.h. ok millert@Ted Unangst
2004-02-10fflush(stdout). kame pr 584Jun-ichiro itojun Hagino
2004-01-08typo fix (must be rtm_addrs). from fujitsuJun-ichiro itojun Hagino
2003-10-02style sync w/ kameJun-ichiro itojun Hagino
2003-09-26add bounds to sscanf, millert@Anil Madhavapeddy
2003-06-26err() cleanup; andrushock@korovino.netTheo de Raadt
2003-06-26ansiTheo de Raadt
2003-06-11some ansification, some de-registerTheo de Raadt
2003-06-02Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
2002-07-17with -i, flag on command line and flag displayed are different, and it doesJun-ichiro itojun Hagino
2002-06-03recover backward compatibility in -I behavior. sync w/kameJun-ichiro itojun Hagino
2002-06-03more nroff/KNF. from deraadtJun-ichiro itojun Hagino
2002-06-03typoJun-ichiro itojun Hagino
2002-06-03more posix-compliant arg parsing. sync w/kame. help from deraadtJun-ichiro itojun Hagino
2002-06-02KNF (no variable name should be present on prototype)Jun-ichiro itojun Hagino
2002-06-02KNFTheo de Raadt
2002-05-29sync more with kame. sockaddr_dl printingJun-ichiro itojun Hagino
2002-05-29even more strlcpyTheo de Raadt
2002-05-29use new SIOCGIFINFO_IN6. random other cleanups. sync w/kame.Jun-ichiro itojun Hagino
2002-05-26pid_t cleanup; itojun okTheo de Raadt
2002-02-17Manual cleanup of remaining userland __P use (excluding packages maintained o...Todd C. Miller
2002-02-16Part one of userland __P removal. Done with a simple regexp with some minor ...Todd C. Miller
2001-11-08use strncpy() to set ifname arg to ioctlJun-ichiro itojun Hagino
2001-07-23sync with latest kame. do not print yet-to-be-initialized interface.Jun-ichiro itojun Hagino
2001-03-21do not dereference null pointer. from kameJun-ichiro itojun Hagino
2001-02-08pull latest kame tree. ndp -n -a printing is now prettier with longJun-ichiro itojun Hagino
2001-01-21avoid memory leak. sync with kameJun-ichiro itojun Hagino
2000-10-09fix ndp -c (flush link-locals properly)Jun-ichiro itojun Hagino
2000-06-20sync with latest kame ndp(8).Jun-ichiro itojun Hagino
2000-04-17revisit in6_ifattach(). (1) make it more persistent about initializaing anJun-ichiro itojun Hagino
2000-02-28bring in latest kame code.Jun-ichiro itojun Hagino
2000-02-01no need to extern int errno if errno.h is includedTheo de Raadt
1999-12-10add ndp(8), arp(8) lookalike for IPv6.Jun-ichiro itojun Hagino
1999-12-10arp(8) lookalike for IPv6, from KAMEJun-ichiro itojun Hagino