aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/rtadvd/rtadvd.c
Commit message (Expand)AuthorAgeFilesLines
* Remove obsolete compatibility code from rtadvd.Mark Johnston2019-07-171-9/+1
* Update the "flag" for draft-ietf-6man-ipv6only-flag.Bjoern A. Zeeb2018-11-031-2/+2
* Initial implementation of draft-ietf-6man-ipv6only-flag.Bjoern A. Zeeb2018-10-301-0/+13
* General further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-201-1/+3
* usr.sbin: minor spelling fixes on comments.Pedro F. Giffuni2016-05-011-1/+1
* Now that we own the code, use arc4random(3) unconditionallyXin LI2015-10-061-17/+0
* Stop including if_var.h from userland.Gleb Smirnoff2015-04-061-1/+0
* Fix the following -Werror warnings from clang 3.5.0, while buildingDimitry Andric2014-11-221-2/+8
* - Use time_uptime instead of time_second in data structures forHiroki Sato2013-08-051-21/+20
* - Add missing "static" keywords.Hiroki Sato2013-07-091-2/+7
* Fix SIGSEGV when set_short_delay() is called when ifi->ifi_ra_timer is NULL.Hiroki Sato2013-03-061-0/+2
* - Implement and use usage().Dag-Erling Smørgrav2013-02-251-8/+12
* Spelling fixes for usr.sbin/Ulrich Spörlein2011-12-301-2/+2
* Remove RA timer on an interface with !IFF_UP actively after starting to sendHiroki Sato2011-09-201-0/+15
* - Fix a bug that can lead to displaying an incorrect value. (r224210)Hiroki Sato2011-09-121-93/+100
* - Improve interface list handling. The rtadvd(8) now supports dynamically-Hiroki Sato2011-07-171-470/+494
* Support SIGHUP for reloading /etc/rtadvd.conf.Hiroki Sato2011-06-111-19/+17
* Fix build on 64-bit arch.Hiroki Sato2011-06-061-3/+3
* - Implement RDNSS and DNSSL options (RFC 6106, IPv6 Router AdvertisementHiroki Sato2011-06-061-557/+727
* Prevent crashes from a race when (cloned) interfaces go away.Bjoern A. Zeeb2011-03-021-4/+6
* Allow overriding pidfile and dumpfile.Xin LI2010-12-221-14/+25
* Change 2 arc4random modulo operations to arc4random_uniform() asAndrey A. Chernov2008-07-261-2/+2
* Cleanup of userland __P useKevin Lo2007-11-071-19/+19
* o Remove duplicate includes.Maxim Konovalov2007-01-201-1/+0
* changed syslog level to more appropriate onesSUZUKI Shinsuke2005-10-191-3/+3
* source link-layer address option should be marked to be checked later,SUZUKI Shinsuke2005-10-191-1/+1
* - 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