summaryrefslogtreecommitdiff
path: root/usr.sbin/rtsold
AgeCommit message (Expand)Author
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
2003-09-06unifdef HAVE_ARC4RANDOMitojun
2003-05-17strncpy -> strlcpyitojun
2003-05-15assume presense of getifaddrs(3).itojun
2003-05-15simplify by using strdup. from kameitojun
2003-04-02fix typo. from jason@openbsditojun
2003-02-25.Nm does not need a dummy argument ("") before punctuation orwiz
2002-10-24Whitespace nit. Use .Nm instead of crossreferencing ourselves.wiz
2002-10-24Add a better hint about proper kernel configs than just "See Also sysctl(8)"jonb
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-09-08signal handler must take "int" arg. from deraadt, sync w/kameitojun
2002-07-14Finish ANSIfication. Remove ifndef __STDC__.wiz
2002-05-31avoid fd_set overrun.itojun
2002-05-31strlcpyitojun
2002-05-31KNF, from openbsd via kameitojun
2002-03-25Fix typo in warning, reported by Tero Kivinen in bin/16055.wiz
2002-02-08Generate <>& symbolically. I'm avoiding .../dist/... directories for now.ross
2002-01-11daemon(3) has to be called before opening file descriptors.itojun