summaryrefslogtreecommitdiffstats
path: root/usr.sbin/rtadvd/rtadvd.c
Commit message (Expand)AuthorAgeFilesLines
* - supported a string notation for xxflags.ume2003-08-151-76/+101
* use arc4random.ume2003-08-151-0/+6
* variable shared with signal handler needs to be "volatile sig_atomic_t".ume2003-08-151-2/+2
* set LOG_PERROR for openlog() when running foreground.ume2003-08-151-3/+7
* daemon() has to be called prior to file descriptor setupsume2003-08-141-2/+2
* support poll(2).ume2003-08-141-1/+36
* - rename some variables.ume2003-08-141-27/+14
* signal handler must take "int" arg.ume2003-08-141-4/+5
* avoid fd_set overrun.ume2003-08-141-9/+21
* Drop MIP6 code. We don't support MIP6 yet.ume2003-08-081-19/+1
* KNF, correct typos and cleanup spaces.ume2003-08-081-12/+10
* __FUNCTION__ --> __func__ume2003-08-081-77/+77
* tightened check for the length of ND options.ume2003-03-261-2/+25
* Use srandomdev() for FreeBSDache2003-02-111-0/+4
* Changed the behavior when an interface-direct prefix being advertisedume2002-06-131-3/+11
* Skip duplicated prefixes in get_prefix().ume2002-06-011-2/+0
* KNFume2002-06-011-286/+264
* Sync with recent KAME.ume2001-06-111-41/+168
* make it easier to handle $FreeBSD$ tags (amount of diff matters).itojun2001-01-211-2/+1
* Sync with latest KAMEkris2000-07-051-182/+441
* Print ifname when sendmsg failed.shin2000-02-241-2/+2
* -P option was not enabled, so enable itshin2000-02-151-1/+6
* libipsec and IPsec related apps. (and some KAME related man pages)shin2000-01-061-0/+1239
OpenPOWER on IntegriCloud