index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
usr.sbin
/
rtadvd
/
rtadvd.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Stop including if_var.h from userland.
glebius
2015-04-06
1
-1
/
+0
*
Fix the following -Werror warnings from clang 3.5.0, while building
dim
2014-11-22
1
-2
/
+8
*
- Use time_uptime instead of time_second in data structures for
hrs
2013-08-05
1
-21
/
+20
*
- Add missing "static" keywords.
hrs
2013-07-09
1
-2
/
+7
*
Fix SIGSEGV when set_short_delay() is called when ifi->ifi_ra_timer is NULL.
hrs
2013-03-06
1
-0
/
+2
*
- Implement and use usage().
des
2013-02-25
1
-8
/
+12
*
Spelling fixes for usr.sbin/
uqs
2011-12-30
1
-2
/
+2
*
Remove RA timer on an interface with !IFF_UP actively after starting to send
hrs
2011-09-20
1
-0
/
+15
*
- Fix a bug that can lead to displaying an incorrect value. (r224210)
hrs
2011-09-12
1
-93
/
+100
*
- Improve interface list handling. The rtadvd(8) now supports dynamically-
hrs
2011-07-17
1
-470
/
+494
|
\
|
*
- Refactoring the interface list. It now supports dynamically
hrs
2011-07-14
1
-352
/
+283
|
*
- Check RTM_VERSION.
hrs
2011-06-16
1
-0
/
+7
|
/
*
Support SIGHUP for reloading /etc/rtadvd.conf.
hrs
2011-06-11
1
-19
/
+17
*
Fix build on 64-bit arch.
hrs
2011-06-06
1
-3
/
+3
*
- Implement RDNSS and DNSSL options (RFC 6106, IPv6 Router Advertisement
hrs
2011-06-06
1
-557
/
+727
*
Prevent crashes from a race when (cloned) interfaces go away.
bz
2011-03-02
1
-4
/
+6
*
Allow overriding pidfile and dumpfile.
delphij
2010-12-22
1
-14
/
+25
*
Change 2 arc4random modulo operations to arc4random_uniform() as
ache
2008-07-26
1
-2
/
+2
*
Cleanup of userland __P use
kevlo
2007-11-07
1
-19
/
+19
*
o Remove duplicate includes.
maxim
2007-01-20
1
-1
/
+0
*
changed syslog level to more appropriate ones
suz
2005-10-19
1
-3
/
+3
*
source link-layer address option should be marked to be checked later,
suz
2005-10-19
1
-1
/
+1
*
- supported a string notation for xxflags.
ume
2003-08-15
1
-76
/
+101
*
use arc4random.
ume
2003-08-15
1
-0
/
+6
*
variable shared with signal handler needs to be "volatile sig_atomic_t".
ume
2003-08-15
1
-2
/
+2
*
set LOG_PERROR for openlog() when running foreground.
ume
2003-08-15
1
-3
/
+7
*
daemon() has to be called prior to file descriptor setups
ume
2003-08-14
1
-2
/
+2
*
support poll(2).
ume
2003-08-14
1
-1
/
+36
*
- rename some variables.
ume
2003-08-14
1
-27
/
+14
*
signal handler must take "int" arg.
ume
2003-08-14
1
-4
/
+5
*
avoid fd_set overrun.
ume
2003-08-14
1
-9
/
+21
*
Drop MIP6 code. We don't support MIP6 yet.
ume
2003-08-08
1
-19
/
+1
*
KNF, correct typos and cleanup spaces.
ume
2003-08-08
1
-12
/
+10
*
__FUNCTION__ --> __func__
ume
2003-08-08
1
-77
/
+77
*
tightened check for the length of ND options.
ume
2003-03-26
1
-2
/
+25
*
Use srandomdev() for FreeBSD
ache
2003-02-11
1
-0
/
+4
*
Changed the behavior when an interface-direct prefix being advertised
ume
2002-06-13
1
-3
/
+11
*
Skip duplicated prefixes in get_prefix().
ume
2002-06-01
1
-2
/
+0
*
KNF
ume
2002-06-01
1
-286
/
+264
*
Sync with recent KAME.
ume
2001-06-11
1
-41
/
+168
*
make it easier to handle $FreeBSD$ tags (amount of diff matters).
itojun
2001-01-21
1
-2
/
+1
*
Sync with latest KAME
kris
2000-07-05
1
-182
/
+441
*
Print ifname when sendmsg failed.
shin
2000-02-24
1
-2
/
+2
*
-P option was not enabled, so enable it
shin
2000-02-15
1
-1
/
+6
*
libipsec and IPsec related apps. (and some KAME related man pages)
shin
2000-01-06
1
-0
/
+1239