Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-08-13 | sync synopsis/usage; fix double "usage:"; KNF. | Igor Sobrado | |
2008-06-12 | let usage() match SYNOPSIS; | Jason McIntyre | |
2008-06-10 | clean up the text; ok reyk | Jason McIntyre | |
2008-06-10 | add the -O option to run an external script when the "other | Reyk Floeter | |
configuration" flag is found in the RA message. it basically means "here is your IPv6 address, but run something like DHCPv6 to get more information". so the main purpose is to run a dhcpv6 client to get DNS etc. Merged from KAME ok rainer@ | |||
2008-06-09 | also handle wireless interfaces (IFM_IEEE80211 in addition to IFM_ETHER) | Reyk Floeter | |
From kame ok rainer@ | |||
2008-04-13 | Use arc4random_buf() when requesting more than a single word of output | Damien Miller | |
Use arc4random_uniform() when the desired random number upper bound is not a power of two ok deraadt@ millert@ | |||
2008-03-24 | msg_controllen has to be CMSG_SPACE so that the kernel can account for | Theo de Raadt | |
each cmsg_len (ie. msg_controllen = sum of CMSG_ALIGN(cmsg_len). This works now that kernel fd passing has been fixed to accept a bit of sloppiness because of this ABI repair. lots of discussion with kettenis | |||
2008-03-18 | correct CMSG_SPACE and CMSG_LEN handling as done in other places. These | Theo de Raadt | |
are the complicated cases where multiple messages are sent. discussed with kettenis, hshoexer, and rtsol tested by jmc - thanks | |||
2008-01-05 | remove unused function | Charles Longeau | |
initially from tobias@, removed some unused prototypes too "looks good to me" jaredy@ ok tobias@ | |||
2007-09-07 | unexpeced -> unexpected; | Jason McIntyre | |
from Wouter Schoot, netbsd-bugs #36931 | |||
2007-05-31 | convert to new .Dd format; | Jason McIntyre | |
2006-12-15 | cleanup RFC2292/3542 #ifdef. | Jun-ichiro itojun Hagino | |
2006-11-07 | Don't check buf[strlen(buf) - 1] for zero length strings. | Ray Lai | |
OK jaredy@. | |||
2006-03-24 | Plug leak in error path; from Alexey Dobriyan; ok ray@ | Otto Moerbeek | |
2005-10-28 | sync usage() with man page synopsis; | Jason McIntyre | |
2005-10-27 | describe the relevant sysctls, and what exactly -F does; | Jason McIntyre | |
ok todd@ | |||
2005-10-26 | better description of -F and FILES; | Jason McIntyre | |
2005-10-26 | document interaction with hostname.if(5); | Jason McIntyre | |
help/ok todd@ | |||
2005-10-25 | some small improvements; | Jason McIntyre | |
2005-10-25 | sort options; | Jason McIntyre | |
2005-06-09 | spelling | Theo de Raadt | |
2004-01-05 | add -F to usage() | Jun-ichiro itojun Hagino | |
2004-01-05 | add -F option, which sets sysctl(8) variables rather than warn(3) about the | Jun-ichiro itojun Hagino | |
current setting. basically for boot floppy. req'ed by fries@. deraadt@ ok. | |||
2004-01-03 | do not create pid file. it was just for debugging and there was no proper | Jun-ichiro itojun Hagino | |
cleanup code. from kame | |||
2004-01-02 | factor out dump.c from rtsol by -DSMALL | Jun-ichiro itojun Hagino | |
2004-01-02 | unifdef for readability. req'ed by deraadt | Jun-ichiro itojun Hagino | |
2003-10-05 | ansi | Theo de Raadt | |
2003-07-07 | protos | Theo de Raadt | |
2003-06-25 | protos | Theo de Raadt | |
2003-06-12 | - section reorder | Jason McIntyre | |
- macro fixes - kill whitespace at EOL - new sentence, new line | |||
2003-05-15 | make getifaddrs(3) a default, as all BSD has it by now | Jun-ichiro itojun Hagino | |
2003-04-02 | typo; ok itojun | Jason Wright | |
2003-03-13 | Use strdup() instead of doing it by hand; deraadt@ OK | Todd C. Miller | |
2003-03-13 | lots of sprintf -> snprintf and strcpy -> strlcpy; checked by tedu | Theo de Raadt | |
2002-10-26 | use poll(2). sync w/kame | Jun-ichiro itojun Hagino | |
2002-10-26 | prototype shouldn't carry variable name | Jun-ichiro itojun Hagino | |
2002-09-08 | signal handler must take "int" arg. from deraadt. sync w/kame | Jun-ichiro itojun Hagino | |
2002-06-10 | Kill __FUNCTION__. | Marc Espie | |
ok itojun@ | |||
2002-05-31 | remove unused portion of code (pidfile(3) alternative) | Jun-ichiro itojun Hagino | |
2002-05-31 | plug fd_set overrun | Jun-ichiro itojun Hagino | |
2002-05-31 | sync w/ latest kame. link id handling. | Jun-ichiro itojun Hagino | |
2002-05-31 | function prototypes shoulnd't carry variable name | Jun-ichiro itojun Hagino | |
2002-05-31 | KNF; itojun ok | Theo de Raadt | |
2002-05-22 | more strcpy/sprintf death; mpech ok | Theo de Raadt | |
2002-03-25 | spelling | Theo de Raadt | |
2002-02-19 | We live in an ANSI C world. Remove lots of gratuitous #ifdef __STDC__ cruft. | Todd C. Miller | |
2002-02-17 | Manual cleanup of remaining userland __P use (excluding packages maintained ↵ | Todd C. Miller | |
outside the tree) | |||
2002-02-16 | Part one of userland __P removal. Done with a simple regexp with some minor ↵ | Todd C. Miller | |
hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically. | |||
2002-01-11 | call daemon(3) prior to socket setups to avoid file descriptor close mistakes. | Jun-ichiro itojun Hagino | |
noted by markus, sync with kame | |||
2001-12-01 | Use pidfile() instead of doing the equivalent thing by hand, and sometimes | Miod Vallat | |
forgetting to unlink the pid file at exit. ok millert@ deraadt@ |