summaryrefslogtreecommitdiff
path: root/usr.sbin/route6d
AgeCommit message (Expand)Author
2019-07-11Fix typo (s/supress/suppress/).msaitoh
2019-02-05 Remove very old IFF_NOTRAILERS flag.msaitoh
2018-06-14PR/53365: Thomas Barabosch: memory leak in route6dchristos
2018-05-09Rename allocopy -> xstrdup, and simplify.maxv
2018-05-09Clean up.maxv
2018-05-09Remove dead/broken code.maxv
2016-04-04Separate nexthop caches from the routing tableozaki-r
2013-04-15reenable routing functionality by using RT_ROUNDUP for ROUNDUP when availablekardel
2012-04-08Remove unnecessary Bk/Ek pairs from SYNOPSIS.wiz
2011-08-31NULL does not need a castplunky
2011-08-31Remove double 'static'.mbalmer
2011-08-30static + __dead + G/Cjoerg
2010-04-23no [longer?] need to define _KERNEL when including <net/route.h>plunky
2009-04-19Fix WARNS=4 issues (-Wshadow -Wsign-compare)lukem
2008-01-21#include <stdbool.h> for bool.dyoung
2007-05-28Add new Makefile knob, USE_FORT, which extends USE_SSP by turning on thetls
2007-04-29fix typosmsaitoh
2006-10-07PR/18906: roskens at elfin dot net: misc. select() to poll() updates.elad
2006-05-25Add missing #endif.rpaulo
2006-05-25Beautify.rpaulo
2006-05-25Time to remove __P().rpaulo
2006-05-25Now it uses the RFC 3542 API.rpaulo
2006-05-25Coverity CID 2537: Avoid double free, and random free. how did this work?christos
2006-05-25Coverity CID 3194: Avoid NULL deref.christos
2006-05-25Coverity CID 3195: ifdef out dead code.christos
2006-02-25Fix typos, reported by Alexey Dobriyan ("Gathered from Linux"),wiz
2003-10-31Let it compile again on sparc/sparc64.hannken
2003-10-31need_trigger/idx should be u_int. millert@openbsditojun
2003-10-30validate packet length. KAME-PR-517itojun
2003-09-19realloc pedantitojun
2003-09-07Consistently use 'RFC 1234' instead of 'RFC1234' or 'RFC-1234'.wiz
2003-08-22Don't age non-gateway host routes. PR bin/22568 from Andrew Whiteitojun
2003-04-22port numbers are unsigned. use %u. from kameitojun
2003-04-15%d is not 10 chars, but 12 chars. uwse NI_MAXSERV. sync w/ kame. from openbsditojun
2003-02-25.Nm does not need a dummy argument ("") before punctuation orwiz
2002-10-26use strtoul, not atoi.itojun
2002-09-27IPV6_V6ONLY setsockopt has to happen before bind(2). PR 18435itojun
2002-09-24set IPV6_V6ONLY to 1.itojun
2002-09-23null commitmycroft
2002-09-20sys/poll.h -> poll.hitojun
2002-09-20Set fd of unused pollfd entries to -1.mycroft
2002-09-20select() -> poll()mycroft
2002-08-21suppress output on dump request if -q is specified. sync w/kameitojun
2002-08-01Unifdef __STDC__, ansify.wiz
2002-06-09use strchritojun
2002-06-07avoid fd_set overrun. sync w/kameitojun
2002-06-02Wording and grammar improvements.wiz
2002-05-29strlcpy. rtm_seq is an int. use pidfile(3). sync w/kame via openbsditojun
2002-02-25do not age global address on loopback interface. sync with kameitojun
2002-01-11daemon(3) has to be called before opening file descriptors.itojun