summaryrefslogtreecommitdiffstats
path: root/usr.sbin/route6d/route6d.c
Commit message (Expand)AuthorAgeFilesLines
* Spelling fixes for usr.sbin/uqs2011-12-301-1/+1
* In usr.sbin/route6d/route6d.c, use the correct printf length modifierdim2011-12-181-1/+1
* This main goals of this project are:qingli2008-12-151-8/+6
* Cleanup of userland __P usekevlo2007-11-071-57/+57
* implemented more validation checks about incoming responses per RFC2080, and ...suz2006-11-161-4/+78
* - need_trigger/idx should be u_int, not ssize_t.ume2003-11-141-30/+34
* fixe remote panic on short packetsuz2003-10-311-0/+5
* remove unused variablesam2003-10-031-2/+0
* rtm_seq is int, so seq/myseq should be int.ume2003-08-181-2/+2
* suppress outpt on dump request if -q is specified.ume2003-08-181-0/+3
* atoi -> strtoulume2003-08-181-2/+10
* - port numbers are unsigned. use %u.ume2003-08-181-2/+2
* explicitly specify IPPROTO_UDP when calling getaddrinfo().ume2003-08-181-0/+2
* remove a variable that is never used.ume2003-08-181-5/+2
* support poll(2).ume2003-08-181-4/+43
* - don't select with FD_SETSIZE.ume2003-08-181-14/+25
* - don't print strerror() if errno == 0 on fatal().ume2003-08-171-10/+26
* - do not SEGV on IFF_UP.ume2003-08-171-14/+21
* do not send dump request on -Nume2003-08-171-0/+2
* macro pedantume2003-08-171-2/+2
* minor cleanup; no need for extra variable hereume2003-08-171-4/+2
* use strchr(3).ume2003-08-171-3/+3
* daemon() has to be called prior to file descriptor setupsume2003-08-171-15/+8
* knf, typo, space.ume2003-08-171-16/+12
* set IPV6_V6ONLY.ume2003-08-171-7/+13
* - die if malloc fails.ume2003-08-171-2/+8
* use strncpyume2003-08-171-1/+1
* "sin" is a reserved C library function name. use sin6ume2003-08-171-73/+73
* Add missing srand() (sranddev() for FreeBSD)ache2003-02-111-0/+5
* Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup,schweikh2003-01-011-2/+2
* Sync with recent KAME.ume2001-06-111-354/+648
* - do not check/advertise cloned routes, nor dynamic routesume2000-11-271-5/+21
* Sync with KAME. Format string auditing and manpage cleanups.kris2000-10-081-5/+8
* fix LP64 issue in routing socket manipulation.itojun2000-08-141-10/+23
* removed 'ifndef ADVAPI' partsume2000-07-101-32/+4
* sync with latest kame tree. more stable, p2p advert is correcteditojun2000-07-051-123/+414
* When unexpected rtmsg was received, route6d was dying.shin2000-03-141-2/+4
* remove redundant ifdef's.shin2000-01-071-41/+0
* Getaddrinfo(), getnameinfo(), and etc support in libc/net.shin1999-12-281-0/+2913
OpenPOWER on IntegriCloud