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
/
sbin
/
routed
Commit message (
Expand
)
Author
Age
Files
Lines
*
routed(8): Use arc4random_uniform instead of arc4random.
pfg
2016-05-15
1
-7
/
+2
*
routed(8): Misc. cleanups to squelch Coverity.
pfg
2016-05-15
2
-4
/
+10
*
routed(8): Dereference before null check.
pfg
2016-05-15
1
-1
/
+1
*
routed(8): Avoid NULL de-reference and two possible memory leaks.
pfg
2016-05-15
1
-3
/
+9
*
Avoid NULL de-references.
pfg
2016-05-14
1
-2
/
+2
*
routed(8): Use arc4random.
pfg
2016-05-14
1
-2
/
+2
*
routed: Fix use after free.
pfg
2016-05-14
1
-1
/
+2
*
routed(8): use NULL instead of zero for pointers.
pfg
2016-05-14
10
-227
/
+230
*
Add devd and routed back to the runtime package instead
gjb
2016-02-10
2
-2
/
+2
*
Create packages for atm, ccdconfig, devd, ipf, ipfw,
gjb
2016-02-09
2
-0
/
+2
*
META MODE: Update dependencies with 'the-lot' and add missing directories.
bdrewery
2015-12-01
1
-0
/
+2
*
META_MODE: Remove DEP_MACHINE from Makefile.depend files.
bdrewery
2015-09-25
1
-2
/
+0
*
META_MODE: Remove DEP_RELDIR from Makefile.depend files.
bdrewery
2015-09-25
1
-2
/
+0
*
Fix a bug which could make routed(8) daemon exit by sending a special RIP
delphij
2015-08-05
1
-0
/
+6
*
Add META_MODE support.
sjg
2015-06-13
2
-0
/
+44
|
\
|
*
dirdeps.mk now sets DEP_RELDIR
sjg
2015-06-08
1
-2
/
+0
|
*
Merge sync of head
sjg
2015-05-27
4
-5
/
+7
|
|
\
|
|
/
|
/
|
|
*
Merge from head@274682
sjg
2014-11-19
5
-7
/
+35
|
|
\
|
*
|
Updated dependencies
sjg
2014-05-16
1
-1
/
+0
|
*
|
Updated dependencies
sjg
2014-05-10
1
-0
/
+2
|
*
|
Merge from head
sjg
2013-09-05
1
-1
/
+1
|
|
\
\
|
*
|
|
Updated dependencies
sjg
2013-03-11
1
-0
/
+1
|
*
|
|
Updated dependencies
sjg
2013-02-16
1
-2
/
+0
|
*
|
|
Sync FreeBSD's bmake branch with Juniper's internal bmake branch.
marcel
2012-08-22
2
-0
/
+44
*
|
|
|
Belatedly commit the patch for SA-14:21 to head. It was not committed to
des
2015-01-03
1
-0
/
+4
*
|
|
|
mdoc: remove EOL whitespace.
joel
2014-12-29
1
-1
/
+1
*
|
|
|
Convert sbin/ to LIBADD
bapt
2014-11-25
2
-4
/
+2
|
|
_
|
/
|
/
|
|
*
|
|
Fix a typo.
hrs
2014-09-21
1
-1
/
+1
*
|
|
Fix a bug which could make routed(8) daemon exit by sending a special RIP
hrs
2014-09-21
5
-7
/
+35
|
|
/
|
/
|
*
|
mdoc sweep
joel
2013-05-13
1
-1
/
+1
|
/
*
Fix a style bug
kevlo
2012-01-13
1
-1
/
+1
*
Spelling fixes for sbin/
uqs
2012-01-07
3
-5
/
+5
*
Use NO_WARRAY_BOUNDS for sbin/routed/rtquery.
dim
2011-12-16
1
-0
/
+1
*
Fix use of AND operator: should be bitwise instead of logical.
brucec
2010-11-22
1
-2
/
+2
*
mdoc: drop even more redundant .Pp calls
uqs
2010-10-19
1
-1
/
+0
*
routed(8)/rtquery(8) bump/demote to WARNS=3 for all archs
uqs
2010-02-27
3
-11
/
+12
*
(S)LIST_HEAD_INITIALIZER takes a (S)LIST_HEAD as an argument.
antoine
2009-12-28
1
-1
/
+1
*
Switch the default WARNS level for sbin/ to 6.
ru
2009-10-19
1
-3
/
+1
*
Only raise WARNS to 6 on i386 and amd64, strict alignment platforms still
phk
2009-04-06
1
-0
/
+4
*
Silence a printf warning
phk
2009-04-05
1
-1
/
+1
*
Add some consts, remove some unused stuff and other attempts to calm
phk
2009-04-05
9
-31
/
+15
*
Fix casts which are not by definition safe, but which malloc(3)
phk
2009-04-05
1
-6
/
+6
*
Some constifications
phk
2009-04-05
3
-5
/
+7
*
Modernize prototypes (ie: no extern)
phk
2009-04-05
10
-175
/
+157
*
Convert list of remote interfaces to LIST_* macros
phk
2009-04-05
3
-16
/
+8
*
Kick WARNS level up to 6 by fixing various trivial warnings.
phk
2009-04-05
6
-9
/
+10
*
Use <sys/queue.h> to manage the interface list.
phk
2009-04-05
8
-41
/
+35
*
Remove newlines from string argument of __COPYRIGHT(), it results in
phk
2009-04-05
1
-2
/
+2
*
Send multicast on p2p interfaces if they can and are not prohibited
phk
2009-04-05
1
-2
/
+9
*
This main goals of this project are:
qingli
2008-12-15
1
-2
/
+5
[next]