summaryrefslogtreecommitdiff
path: root/sbin/routed
AgeCommit message (Expand)Author
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
2001-04-03Don't xref gated(8) and htable(8), which we don't have.wiz
2001-03-10sync with version 2.24. Vernon says:christos
2001-01-15specify interface by using interface index (set/getsockopt with 0.0.0.0/8).itojun
2001-01-10deprecate LOG_ODELAY; it's the defaultlukem
2000-11-07fix up various .Nm abuses:lukem
2000-10-10Format string cleanups by Bill Sommerfeld.is
2000-10-05insure -> ensuread
2000-07-27Pull in <md5.h> rather than defining our own MD5 structures (!).thorpej
2000-07-21Make sure IS_PASSIVE gets set on a parm's int_state when thethorpej
2000-07-20In walk_supply(), test for IS_PASSIVE in ifp->int_state, notthorpej
2000-07-05remove extra period in SEE ALL sectionmsaitoh
2000-06-11Revert 1.18 -> 1.19; causes infinite loops on machines that use ppp andchristos
2000-03-02portability castschristos
2000-03-02portability casts and re-indentation of some code.christos
2000-03-02make local functions static and portability casts.christos
2000-03-02typos and clarificationschristos
2000-03-02protability cast.christos
2000-03-02add an unsigned cast; looks safe and innocent, but it might not be...christos
2000-03-02add a usec_fudge to make sure that time increases monotonically.christos
2000-03-02add a comment on about how tracing is secured, but still keep it disabled.christos