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
/
rtsold
/
rtsold.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use the _SAFE loop variant, since the loop body may remove queue entries.
markj
2016-02-18
1
-2
/
+3
*
Fix type mismatches for malloc(3) and Co.
uqs
2015-12-29
1
-2
/
+2
*
Fix rtsold's usage message
ngie
2015-10-30
1
-5
/
+5
*
Now that we own the code, use arc4random(3) unconditionally
delphij
2015-10-06
1
-8
/
+0
*
- Remove #ifdef HAVE_POLL_H.
hrs
2015-09-10
1
-54
/
+0
*
Stop including if_var.h from userland.
glebius
2015-04-06
1
-1
/
+0
*
- Remove struct ifinfo *iflist. It is no longer used.
hrs
2013-08-17
1
-1
/
+0
*
Fix build on arm and mips.
hrs
2013-08-06
1
-4
/
+2
*
- Use time_uptime instead of time_second in data structures for
hrs
2013-08-05
1
-23
/
+29
*
Fix warning when compiling with gcc46:
eadler
2012-01-20
1
-2
/
+1
*
- Add ":origin" label to the interface id for resolvconf(8). (r223149)
hrs
2011-09-12
1
-6
/
+43
*
- Accumulate RA options instead of replacing old ones when a new RA arrived.
hrs
2011-06-08
1
-33
/
+59
*
- Disable "resolvconf -d" temporarily to avoid extra invocations of the script
hrs
2011-06-08
1
-2
/
+5
*
- Implement RDNSS and DNSSL options (RFC 6106, IPv6 Router Advertisement
hrs
2011-06-06
1
-182
/
+214
*
rtsol(8)/rtsold(8): make WARNS=3 clean
uqs
2010-02-27
1
-5
/
+6
*
Exclude the interfaces which IPv6 and/or accepting RA is disabled
ume
2010-02-02
1
-1
/
+31
*
Make -a option actually work.
ume
2010-02-02
1
-1
/
+0
*
Add support for ND6_IFF_IFDISABLED and ND6_IFF_ACCEPT_RTADV to
hrs
2009-09-12
1
-5
/
+1
*
Change arc4random to arc4random_uniform since modulo is not power of 2,
ache
2008-07-26
1
-1
/
+1
*
Cleanup of userland __P use
kevlo
2007-11-07
1
-6
/
+6
*
an English grammar fix
suz
2005-06-09
1
-1
/
+1
*
fixed typo
suz
2005-06-08
1
-3
/
+3
*
-DSMALL will remove the need of dump.c (for rtsol)
ume
2004-01-14
1
-0
/
+14
*
add -F flag, which configures sysctl(8) setting by rtsold
ume
2004-01-14
1
-12
/
+21
*
ansify.
ume
2004-01-14
1
-8
/
+5
*
use timeradd/sub/cmp.
ume
2004-01-14
1
-58
/
+7
*
- improved the -a option. it can probe a interface automatically when
ume
2003-08-17
1
-49
/
+81
*
support poll(2).
ume
2003-08-14
1
-0
/
+40
*
daemon() has to be called prior to file descriptor setups
ume
2003-08-14
1
-8
/
+16
*
signal handler must take "int" arg.
ume
2003-08-14
1
-7
/
+5
*
avoid fd_set overrun.
ume
2003-08-14
1
-10
/
+24
*
use strlcpy() and snprintf().
ume
2003-08-11
1
-1
/
+1
*
KNF, correct typos and cleanup spaces.
ume
2003-08-08
1
-67
/
+63
*
drop the code for the environment where getifaddrs(3) is not
ume
2003-08-08
1
-4
/
+0
*
Process the "O bit."
ume
2003-08-08
1
-2
/
+18
*
__FUNCTION__ --> __func__
ume
2003-08-08
1
-15
/
+15
*
typo. netbsd PR 16055
ume
2002-03-29
1
-1
/
+1
*
Sync with recent KAME.
ume
2001-06-11
1
-6
/
+27
*
Sync with KAME. Format string auditing, and add -a flag to autoprobe
kris
2000-10-06
1
-36
/
+142
*
Sync with latest KAME.
kris
2000-07-05
1
-23
/
+66
*
Getaddrinfo(), getnameinfo(), and etc support in libc/net.
shin
1999-12-28
1
-0
/
+622