summaryrefslogtreecommitdiffstats
path: root/usr.sbin/rtadvd/rtadvd.c
Commit message (Expand)AuthorAgeFilesLines
* Spelling fixes for usr.sbin/uqs2011-12-301-2/+2
* Remove RA timer on an interface with !IFF_UP actively after starting to sendhrs2011-09-201-0/+15
* - Fix a bug that can lead to displaying an incorrect value. (r224210)hrs2011-09-121-93/+100
* - Improve interface list handling. The rtadvd(8) now supports dynamically-hrs2011-07-171-470/+494
|\
| * - Refactoring the interface list. It now supports dynamicallyhrs2011-07-141-352/+283
| * - Check RTM_VERSION.hrs2011-06-161-0/+7
|/
* Support SIGHUP for reloading /etc/rtadvd.conf.hrs2011-06-111-19/+17
* Fix build on 64-bit arch.hrs2011-06-061-3/+3
* - Implement RDNSS and DNSSL options (RFC 6106, IPv6 Router Advertisementhrs2011-06-061-557/+727
* Prevent crashes from a race when (cloned) interfaces go away.bz2011-03-021-4/+6
* Allow overriding pidfile and dumpfile.delphij2010-12-221-14/+25
* Change 2 arc4random modulo operations to arc4random_uniform() asache2008-07-261-2/+2
* Cleanup of userland __P usekevlo2007-11-071-19/+19
* o Remove duplicate includes.maxim2007-01-201-1/+0
* changed syslog level to more appropriate onessuz2005-10-191-3/+3
* source link-layer address option should be marked to be checked later,suz2005-10-191-1/+1
* - 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