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
/
route6d
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add META_MODE support.
sjg
2015-06-13
1
-0
/
+19
|
\
|
*
dirdeps.mk now sets DEP_RELDIR
sjg
2015-06-08
1
-2
/
+0
|
*
Merge sync of head
sjg
2015-05-27
1
-1
/
+0
|
|
\
|
|
/
|
/
|
|
*
Merge from head@274682
sjg
2014-11-19
1
-0
/
+2
|
|
\
|
*
|
Updated dependencies
sjg
2014-05-16
1
-1
/
+0
|
*
|
Updated dependencies
sjg
2014-05-10
1
-0
/
+2
|
*
|
Merge head
sjg
2014-04-28
1
-26
/
+0
|
|
\
\
|
*
|
|
Updated dependencies
sjg
2013-03-11
1
-0
/
+1
|
*
|
|
Updated dependencies
sjg
2013-02-16
1
-2
/
+0
|
*
|
|
Sync with HEAD.
obrien
2013-02-08
2
-477
/
+536
|
|
\
\
\
|
*
|
|
|
Sync FreeBSD's bmake branch with Juniper's internal bmake branch.
marcel
2012-08-22
1
-0
/
+20
*
|
|
|
|
Stop including if_var.h from userland.
glebius
2015-04-06
1
-1
/
+0
|
|
_
|
_
|
/
|
/
|
|
|
*
|
|
|
Recover sin6_scope_id of gateway addresses in riprecv() by using the if_index
hrs
2014-08-20
1
-0
/
+2
|
|
_
|
/
|
/
|
|
*
|
|
Remove unneeded fake _KERNEL definition.
glebius
2014-03-23
1
-2
/
+0
*
|
|
Garbage collect long time obsoleted (or never used) stuff from routing API.
glebius
2014-03-15
1
-21
/
+0
*
|
|
Axe IFF_SMART. Fortunately this layering violating flag was never used,
glebius
2013-11-05
1
-3
/
+0
|
|
/
|
/
|
*
|
Minor mdoc fix.
joel
2012-11-18
1
-1
/
+1
*
|
- Increase the number of retry for NET_RT_DUMP from 5 to 15.
hrs
2012-11-18
2
-9
/
+140
*
|
Overhaul of route6d(8):
hrs
2012-11-18
1
-445
/
+392
*
|
Use sin6_scope_id instead of KAME-specific embedded scope id.
hrs
2012-11-18
1
-27
/
+8
|
/
*
Spelling fixes for usr.sbin/
uqs
2011-12-30
1
-1
/
+1
*
In usr.sbin/route6d/route6d.c, use the correct printf length modifier
dim
2011-12-18
1
-1
/
+1
*
The last big commit: let usr.sbin/ use WARNS=6 by default.
ed
2010-01-02
1
-0
/
+2
*
This main goals of this project are:
qingli
2008-12-15
1
-8
/
+6
*
Cleanup of userland __P use
kevlo
2007-11-07
1
-57
/
+57
*
implemented more validation checks about incoming responses per RFC2080, and ...
suz
2006-11-16
1
-4
/
+78
*
These IPv6-only tools have no explicit dependency on the INET6 macro.
yar
2006-07-27
1
-1
/
+1
*
Fixed the misplaced $FreeBSD$.
ru
2005-02-09
1
-1
/
+3
*
- need_trigger/idx should be u_int, not ssize_t.
ume
2003-11-14
1
-30
/
+34
*
- interface minimum MTU = 1280 in IPv6.
ume
2003-11-14
1
-8
/
+3
*
our netstat is installed in /usr/bin.
ume
2003-11-14
1
-1
/
+1
*
fixe remote panic on short packet
suz
2003-10-31
1
-0
/
+5
*
remove unused variable
sam
2003-10-03
1
-2
/
+0
*
rtm_seq is int, so seq/myseq should be int.
ume
2003-08-18
1
-2
/
+2
*
suppress outpt on dump request if -q is specified.
ume
2003-08-18
1
-0
/
+3
*
atoi -> strtoul
ume
2003-08-18
1
-2
/
+10
*
- port numbers are unsigned. use %u.
ume
2003-08-18
1
-2
/
+2
*
explicitly specify IPPROTO_UDP when calling getaddrinfo().
ume
2003-08-18
1
-0
/
+2
*
remove a variable that is never used.
ume
2003-08-18
1
-5
/
+2
*
support poll(2).
ume
2003-08-18
2
-5
/
+44
*
- don't select with FD_SETSIZE.
ume
2003-08-18
1
-14
/
+25
*
- don't print strerror() if errno == 0 on fatal().
ume
2003-08-17
1
-10
/
+26
*
- do not SEGV on IFF_UP.
ume
2003-08-17
1
-14
/
+21
*
do not send dump request on -N
ume
2003-08-17
1
-0
/
+2
*
macro pedant
ume
2003-08-17
1
-2
/
+2
*
minor cleanup; no need for extra variable here
ume
2003-08-17
1
-4
/
+2
*
use strchr(3).
ume
2003-08-17
1
-3
/
+3
*
daemon() has to be called prior to file descriptor setups
ume
2003-08-17
1
-15
/
+8
*
getifaddrs(3) is always used.
ume
2003-08-17
1
-1
/
+1
*
knf, typo, space.
ume
2003-08-17
2
-21
/
+13
[next]