summaryrefslogtreecommitdiff
path: root/sbin/routed
AgeCommit message (Expand)Author
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
2001-11-16Punctuation fix, sort sections, lose a .Pp.wiz
2001-11-16Sort SEE ALSO.wiz
2001-11-02fix -Wshadow warningslukem
2001-10-01"kernel switch ipforwarding" -> "sysctl net.inet.ip.forwarding".kleink
2001-09-24va_{start,end} audit:wiz
2001-06-05Drop argument of .Os.wiz
2001-06-05Drop arguments of .Os.wiz
2001-05-06Improve usage of `comprise' according to Webster and misc/10893wiz
2001-04-06Negative exit code cleanup: Replace exit(-x) with exit(x).wiz