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