summaryrefslogtreecommitdiff
path: root/usr.sbin/rtsold
AgeCommit message (Expand)Author
2004-01-05add -F to usage()Jun-ichiro itojun Hagino
2004-01-05add -F option, which sets sysctl(8) variables rather than warn(3) about theJun-ichiro itojun Hagino
2004-01-03do not create pid file. it was just for debugging and there was no properJun-ichiro itojun Hagino
2004-01-02factor out dump.c from rtsol by -DSMALLJun-ichiro itojun Hagino
2004-01-02unifdef for readability. req'ed by deraadtJun-ichiro itojun Hagino
2003-10-05ansiTheo de Raadt
2003-07-07protosTheo de Raadt
2003-06-25protosTheo de Raadt
2003-06-12- section reorderJason McIntyre
2003-05-15make getifaddrs(3) a default, as all BSD has it by nowJun-ichiro itojun Hagino
2003-04-02typo; ok itojunJason Wright
2003-03-13Use strdup() instead of doing it by hand; deraadt@ OKTodd C. Miller
2003-03-13lots of sprintf -> snprintf and strcpy -> strlcpy; checked by teduTheo de Raadt
2002-10-26use poll(2). sync w/kameJun-ichiro itojun Hagino
2002-10-26prototype shouldn't carry variable nameJun-ichiro itojun Hagino
2002-09-08signal handler must take "int" arg. from deraadt. sync w/kameJun-ichiro itojun Hagino
2002-06-10Kill __FUNCTION__.Marc Espie
2002-05-31remove unused portion of code (pidfile(3) alternative)Jun-ichiro itojun Hagino
2002-05-31plug fd_set overrunJun-ichiro itojun Hagino
2002-05-31sync w/ latest kame. link id handling.Jun-ichiro itojun Hagino
2002-05-31function prototypes shoulnd't carry variable nameJun-ichiro itojun Hagino
2002-05-31KNF; itojun okTheo de Raadt
2002-05-22more strcpy/sprintf death; mpech okTheo de Raadt
2002-03-25spellingTheo de Raadt
2002-02-19We live in an ANSI C world. Remove lots of gratuitous #ifdef __STDC__ cruft.Todd C. Miller
2002-02-17Manual cleanup of remaining userland __P use (excluding packages maintained o...Todd C. Miller
2002-02-16Part one of userland __P removal. Done with a simple regexp with some minor ...Todd C. Miller
2002-01-11call daemon(3) prior to socket setups to avoid file descriptor close mistakes.Jun-ichiro itojun Hagino
2001-12-01Use pidfile() instead of doing the equivalent thing by hand, and sometimesMiod Vallat
2001-12-01fd_set, not struct fd_setTheo de Raadt
2001-11-17use volatile sig_atomic_t where possible; simply volatile i other placesTheo de Raadt
2001-11-14initialize sockaddr_in6 correctlyJun-ichiro itojun Hagino
2001-11-14use strncpy instead of strcpy, just in caseJun-ichiro itojun Hagino
2001-08-22snprintf() return audit. sync with kameJun-ichiro itojun Hagino
2001-07-09sync with latest kame.Jun-ichiro itojun Hagino
2001-03-21Don't use this non-standard .Nm "" thing.Aaron Campbell
2000-11-09Change all option list specifications to ".Bl -tag -width Ds". Most manAaron Campbell
2000-11-08- Get rid of ".Sh OPTIONS" and always use the standard options list intro.Aaron Campbell
2000-10-06printf string format audit. from: sommerfeld@netbsd.orgJun-ichiro itojun Hagino
2000-08-13add "rtsol -a" (automatically lookup outgoign interface).Jun-ichiro itojun Hagino
2000-04-15Mostly punctuation fixes.Aaron Campbell
2000-04-12Trailing whitespace begone!Aaron Campbell
2000-04-12Remove all arguments to the .Os macro so that all of 2.7's man pages willAaron Campbell
2000-03-19Remove hard sentence breaks. Add $OpenBSD$ tags where appropriate. Some otherAaron Campbell
2000-02-25use getifaddrs, not SIOCGIFCONF for LP64 align issue. (sync with kame).Jun-ichiro itojun Hagino
2000-02-01no need to extern int errno if errno.h is includedTheo de Raadt
2000-01-17sync with latest kame. previous version leaves an udp socket openedJun-ichiro itojun Hagino
2000-01-05avoid use of kvm (sync with latest kame)Jun-ichiro itojun Hagino
2000-01-02wording changes (in sync with kame repository)Jun-ichiro itojun Hagino
2000-01-02bring "rtsol" descrpition to the top. (sync'ed with latest kame tree)Jun-ichiro itojun Hagino