Module Name:src
Committed By: mrg
Date: Tue Feb 6 09:33:07 UTC 2018
Modified Files:
src/sbin/routed: table.c
Log Message:
update for GCC 6:
- read_rt() has a missing {} issue.
To generate a diff of this commit:
cvs rdiff -u -r1.27 -r1.28 src/sbin/routed/table.c
Please
Module Name:src
Committed By: maya
Date: Mon Oct 2 11:02:19 UTC 2017
Modified Files:
src/sbin/routed: defs.h if.c main.c trace.c
Log Message:
unifdef sgi. NFCI
To generate a diff of this commit:
cvs rdiff -u -r1.27 -r1.28 src/sbin/routed/defs.h
cvs rdiff -u -r1.30 -r1.3
Module Name:src
Committed By: ozaki-r
Date: Tue Dec 20 03:35:13 UTC 2016
Modified Files:
src/sbin/routed: table.c
Log Message:
Fix that routed deletes local routes
routed previousely ignored local routes, which have RTF_LOCAL flag, because
such routes have RTF_LLINFO and
Module Name:src
Committed By: joerg
Date: Fri Oct 7 22:32:50 UTC 2016
Modified Files:
src/sbin/routed: table.c
Log Message:
Shuffle pointer magic to not depend on temporary overaligned pointers
into a packed structure.
To generate a diff of this commit:
cvs rdiff -u -r1
Module Name:src
Committed By: dholland
Date: Sun Mar 23 05:36:58 UTC 2014
Modified Files:
src/sbin/routed/rtquery: rtquery.c
Log Message:
don't use sprintf
To generate a diff of this commit:
cvs rdiff -u -r1.24 -r1.25 src/sbin/routed/rtquery/rtquery.c
Please note that d
Module Name:src
Committed By: christos
Date: Sat Oct 19 00:57:41 UTC 2013
Modified Files:
src/sbin/routed/rtquery: rtquery.c
Log Message:
gcc warns about array bounds limits, but unfortunately the API here requires
flex arrays in a union which is not allowed. So do a trivi
Module Name:src
Committed By: kardel
Date: Sun Jun 24 16:24:35 UTC 2012
Modified Files:
src/sbin/routed: if.c
Log Message:
PR/44647: commit fix proposed by Takahiro HAYASHI
verified to be working in -current and also helps NetBSD-6 BETA2
To generate a diff of this commit
Module Name:src
Committed By: wiz
Date: Sun Feb 12 13:56:57 UTC 2012
Modified Files:
src/sbin/routed: defs.h
Log Message:
Remove duplicate RS_LOCAL. From cppcheck via Henning Petersen in PR 46000.
To generate a diff of this commit:
cvs rdiff -u -r1.26 -r1.27 src/sbin/rou
Module Name:src
Committed By: joerg
Date: Thu Aug 25 16:12:38 UTC 2011
Modified Files:
src/sbin/routed: Makefile
Log Message:
main.c uses non-literal format strings.
To generate a diff of this commit:
cvs rdiff -u -r1.24 -r1.25 src/sbin/routed/Makefile
Please note that
Module Name:src
Committed By: joerg
Date: Tue May 24 12:03:04 UTC 2011
Modified Files:
src/sbin/routed: parms.c
Log Message:
Use bitwise operators, logical and with a constant doesn't make sense
To generate a diff of this commit:
cvs rdiff -u -r1.24 -r1.25 src/sbin/route
Module Name:src
Committed By: martin
Date: Wed Oct 13 09:19:40 UTC 2010
Modified Files:
src/sbin/routed: if.c
Log Message:
Memcpy into local variable to ensure proper alignement.
Fixes PR port-sparc64/43965.
To generate a diff of this commit:
cvs rdiff -u -r1.28 -r1.29 s
11 matches
Mail list logo