summaryrefslogtreecommitdiff
path: root/sbin/routed
AgeCommit message (Expand)Author
2009-10-26merge 2.32 which is actually 2.31. Most important change is:christos
2009-09-11Add xref to pkgsrc/net/gated, so people know where to find gated(8).wiz
2009-04-06fix sign-compare issuelukem
2008-12-28fix printf formats.christos
2008-07-20Remove the \n and tabs from the __COPYRIGHT() strings.lukem
2007-12-15convert __attribute__s to applicable cdefs.h macrosperry
2007-09-16__attribute -> __attribute__.ragge
2007-08-14Don't nul-terminate the interface name in a sockaddr_dl that isdyoung
2007-05-28Add new Makefile knob, USE_FORT, which extends USE_SSP by turning on thetls
2006-05-10quell GCC 4.1 uninitialised variable warnings.mrg
2006-05-09change (mostly) int to socklen_t. GCC 4 doesn't like that int andmrg
2006-05-09change (mostly) int to socklen_t. GCC 4 doesn't like that int andmrg
2006-03-22Coverity CID 1301: Return early if we could not open /dev/nullchristos
2006-03-21Coverity CID 2742: Avoid NULL deref.christos
2006-03-18Coverity CID 2307: Possible memory leak.christos
2006-03-18Coverity CID 2306: Possible memory leak.christos
2006-03-18Coverity CID 1079: Possible NULL deref.christos
2006-03-18Coverity CID 1080: Possible NULL deref.christos
2006-03-18Coverity CID 2432: Dereference before NULL check.christos
2006-03-17Coverity CID 2671: Fix use of ifp after free.christos
2006-02-25Fix typos, reported by Alexey Dobriyan ("Gathered from Linux"),wiz
2005-06-27Move WARNS=3 to the Makefile.inc, and add a little const to the remainingchristos
2005-02-05Kill __P().xtraeme
2004-07-06PR 9431: if rnh_addradd() fails, total_routes will be wrong.mycroft
2004-07-06usage: -F was missing the /mask part. Based on PR 26063wiz
2004-05-17Remove unimplemented and undescribed -p option from usage and man pagewiz
2004-05-13Remove option letter from getopt string, since it does notwiz
2004-04-21constification lossage (hi gimpy)christos
2004-03-27From Vernon Schryver:christos
2003-11-14Initialize an uninitialized variable.enami
2003-09-23Correct error in previous, noted by Nick Hudson.wiz
2003-09-07Consistently use 'RFC 1234' instead of 'RFC1234' or 'RFC-1234'.wiz
2003-09-06use arc4randomitojun
2003-08-13avoid FD_SET overrun. from openbsditojun
2003-07-12sprintf can return negativeitojun
2003-07-03strcat -> strlcatitojun
2003-04-21strcpy/sprintf cleanup. from openbsditojun
2003-04-15use snprintf. there are more...itojun
2003-04-15array seems too smallitojun
2003-02-25.Nm does not need a dummy argument ("") before punctuation orwiz
2002-12-18Sort sections, new sentences begin on new lines, add a missing line,wiz
2002-12-06Avoid strict alias warnings.thorpej
2002-12-01Fix compilation problems on non-i386.agc
2002-11-30sync with routed 2.27christos
2002-10-03New sentence, new line. From Robert Elz.wiz
2002-08-08bitmask operation mistake audit (s/&&/&/). from openbsditojun
2002-05-12Spelling fixes, from Sergey Svishchev in kern/16650.wiz
2002-04-23don't override LDSTATIC if NOPIC is defined.msaitoh
2002-02-08Generate <>& symbolically. I'm avoiding .../dist/... directories for now.ross
2002-01-21Use mdoc macros instead of man ones.wiz