summaryrefslogtreecommitdiff
path: root/usr.sbin/rtsold
AgeCommit message (Expand)Author
2020-04-17Update datekim
2020-04-16Sort SEE ALSO.wiz
2020-04-15Add an "rtsol" keyword to ifconfig.if for enabling IPv6 RS/RAkim
2020-04-13Remove trailing dot in SEE ALSO.wiz
2020-04-13Use .Dl for one line literal display. Add SEE ALSO.uwe
2017-10-22Add rtsol to the NAME section as wellabhinav
2014-10-12Give an example how to use dhcpcd instead of rtsolchristos
2014-09-11Use Nx.wiz
2014-09-11Remove rtsol(8) and rtsold(8) as their functionality is in dhcpcd(8).roy
2014-03-25Don't modify format string, use asprintf to format the original msg andjoerg
2014-03-25Don't cast to time_t just to implicitly cast to uint32_t next.joerg
2014-03-18Change previous to use uint32_t for 'interval'.dsl
2014-03-18use time_t for timechristos
2014-03-18KNF, bump warns, fix warnings to print the program name.christos
2013-10-19fix unused variable warnings.christos
2013-05-26Reword to work around phrasing that caused lots of discussions.wiz
2013-05-24Correct a phrase. From jmc@openbsd.wiz
2013-05-24Update description for -a:wiz
2011-10-17Fix typo in comment.mbalmer
2011-08-29Use __dead.joerg
2010-01-18check if i is in range before using it.christos
2010-01-11Anon tells me it should be "on the order of", not "in the order of".wiz
2010-01-11New sentence, new line.wiz
2010-01-11some wording fixesmbalmer
2009-04-22Enable WARNS=4 by default, except for:lukem
2009-04-11fix WARNS=4 issueslukem
2008-06-23Avoid zooming off the end of a malloced region. Makes rtsol{,d} -a work.dholland
2007-09-06PR/36931 - Wouter Schoot -- typojnemeth
2007-05-28Add new Makefile knob, USE_FORT, which extends USE_SSP by turning on thetls
2006-10-16c99 initializerchristos
2006-10-13Remove trailing whitespace.wiz
2006-10-08PR/20875: Robert Elz: Incorrect facts in rtsol(8) man pageelad
2006-10-07PR/18906: roskens at elfin dot net: misc. select() to poll() updates.elad
2006-05-11rs_data is u_char *, so assign it from a u_char *.mrg
2006-05-11inet_ntop() wants char[] not u_char[].mrg
2006-03-18prevent a potential resource leak, not found by coverity (perhaps masked by p...dan
2006-03-18catch another possible error case and exit early; CID 990dan
2005-10-31Begin sentence with upper case letter, and uppercase an acronym.wiz
2005-10-31Sync usage with man page. From jmc@openbsd.wiz
2005-10-31Use .Pp instead of less usual .Lp. From jmc@openbsd.wiz
2005-10-31Improve description for /var/run/rtsold.dump. From jmc@openbsd.wiz
2005-10-31Small cleanup. From jmc@openbsd.wiz
2005-10-31Sort options. From jmc@openbsd.wiz
2005-06-27constify.christos
2004-06-25-a cannot be specified with an interface; remove it from that partwiz
2004-01-08backout previous change (removal of pidfile(3) call). requested by core.itojun
2004-01-03Bump date for pid file removal.wiz
2004-01-03remove call to pidfile(3), it was just for debugging (and there was no properitojun
2004-01-03rtsol: factor out dump.c if -DSMALL (for boot floppy)itojun
2003-10-21Add missing initializer field.fvdl