Up to [cvs.NetBSD.org] / src / usr.sbin / ldpd
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.5 / (download) - annotate - [select for diffs], Mon Feb 7 02:35:09 2022 UTC (11 months, 3 weeks ago) by rillig
Branch: MAIN
CVS Tags: netbsd-10-base,
netbsd-10,
HEAD
Changes since 1.4: +2 -6
lines
Diff to previous 1.4 (colored)
ldpd: remove unused bit-field member from anonymous union The struct common_hello_tlv contained an anonymous union, which is a C11 feature. That union contained a bit-field, which is very unusual since the C standards answer basically all interesting questions about bit-fields in unions with "implementation-defined" or "unspecified". GCC passes these questions further down by saying "Determined by ABI". This was the only occurrence of a bit-field union member in the whole NetBSD tree, and it caused the lint diagnostic 41 to be downgraded from error to warning on 2021-09-17 since this exotic construct is allowed by the C standards but practically unused. No binary change.
Revision 1.1.12.3 / (download) - annotate - [select for diffs], Wed Aug 20 00:05:09 2014 UTC (8 years, 5 months ago) by tls
Branch: tls-maxphys
Changes since 1.1.12.2: +1 -3
lines
Diff to previous 1.1.12.2 (colored) to branchpoint 1.1 (colored) next main 1.2 (colored)
Rebase to HEAD as of a few days ago.
Revision 1.1.6.2 / (download) - annotate - [select for diffs], Thu May 22 11:43:05 2014 UTC (8 years, 8 months ago) by yamt
Branch: yamt-pagecache
Changes since 1.1.6.1: +2 -4
lines
Diff to previous 1.1.6.1 (colored) to branchpoint 1.1 (colored) next main 1.2 (colored)
sync with head. for a reference, the tree before this commit was tagged as yamt-pagecache-tag8. this commit was splitted into small chunks to avoid a limitation of cvs. ("Protocol error: too many arguments")
Revision 1.4 / (download) - annotate - [select for diffs], Thu Jul 11 18:02:03 2013 UTC (9 years, 6 months ago) by kefren
Branch: MAIN
CVS Tags: yamt-pagecache-base9,
tls-maxphys-base,
tls-earlyentropy-base,
tls-earlyentropy,
riastradh-xf86-video-intel-2-7-1-pre-2-21-15,
riastradh-drm2-base3,
riastradh-drm2-base2,
riastradh-drm2-base1,
riastradh-drm2-base,
riastradh-drm2,
prg-localcount2-base3,
prg-localcount2-base2,
prg-localcount2-base1,
prg-localcount2-base,
prg-localcount2,
phil-wifi-base,
phil-wifi-20200421,
phil-wifi-20200411,
phil-wifi-20200406,
phil-wifi-20191119,
phil-wifi-20190609,
phil-wifi,
pgoyette-localcount-base,
pgoyette-localcount-20170426,
pgoyette-localcount-20170320,
pgoyette-localcount-20170107,
pgoyette-localcount-20161104,
pgoyette-localcount-20160806,
pgoyette-localcount-20160726,
pgoyette-localcount,
pgoyette-compat-merge-20190127,
pgoyette-compat-base,
pgoyette-compat-20190127,
pgoyette-compat-20190118,
pgoyette-compat-1226,
pgoyette-compat-1126,
pgoyette-compat-1020,
pgoyette-compat-0930,
pgoyette-compat-0906,
pgoyette-compat-0728,
pgoyette-compat-0625,
pgoyette-compat-0521,
pgoyette-compat-0502,
pgoyette-compat-0422,
pgoyette-compat-0415,
pgoyette-compat-0407,
pgoyette-compat-0330,
pgoyette-compat-0322,
pgoyette-compat-0315,
pgoyette-compat,
perseant-stdc-iso10646-base,
perseant-stdc-iso10646,
netbsd-9-base,
netbsd-9-3-RELEASE,
netbsd-9-2-RELEASE,
netbsd-9-1-RELEASE,
netbsd-9-0-RELEASE,
netbsd-9-0-RC2,
netbsd-9-0-RC1,
netbsd-9,
netbsd-8-base,
netbsd-8-2-RELEASE,
netbsd-8-1-RELEASE,
netbsd-8-1-RC1,
netbsd-8-0-RELEASE,
netbsd-8-0-RC2,
netbsd-8-0-RC1,
netbsd-8,
netbsd-7-nhusb-base-20170116,
netbsd-7-nhusb-base,
netbsd-7-nhusb,
netbsd-7-base,
netbsd-7-2-RELEASE,
netbsd-7-1-RELEASE,
netbsd-7-1-RC2,
netbsd-7-1-RC1,
netbsd-7-1-2-RELEASE,
netbsd-7-1-1-RELEASE,
netbsd-7-1,
netbsd-7-0-RELEASE,
netbsd-7-0-RC3,
netbsd-7-0-RC2,
netbsd-7-0-RC1,
netbsd-7-0-2-RELEASE,
netbsd-7-0-1-RELEASE,
netbsd-7-0,
netbsd-7,
matt-nb8-mediatek-base,
matt-nb8-mediatek,
localcount-20160914,
is-mlppp-base,
is-mlppp,
cjep_sun2x-base1,
cjep_sun2x-base,
cjep_sun2x,
cjep_staticlib_x-base1,
cjep_staticlib_x-base,
cjep_staticlib_x,
bouyer-socketcan-base1,
bouyer-socketcan-base,
bouyer-socketcan
Changes since 1.3: +1 -3
lines
Diff to previous 1.3 (colored)
add code for address and address withdraw messages get rid of unused fields in tlv struct
Revision 1.1.12.2 / (download) - annotate - [select for diffs], Mon Feb 25 00:30:43 2013 UTC (9 years, 11 months ago) by tls
Branch: tls-maxphys
Changes since 1.1.12.1: +2 -2
lines
Diff to previous 1.1.12.1 (colored) to branchpoint 1.1 (colored)
resync with head
Revision 1.3 / (download) - annotate - [select for diffs], Sat Jan 26 17:29:55 2013 UTC (10 years ago) by kefren
Branch: MAIN
CVS Tags: agc-symver-base,
agc-symver
Changes since 1.2: +2 -2
lines
Diff to previous 1.2 (colored)
modify structures in order to accomodate IPv6 according to draft-ietf-mpls-ldp-ipv6. Correct a little bit IPv6 hello path
Revision 1.1.6.1 / (download) - annotate - [select for diffs], Wed Jan 16 05:34:09 2013 UTC (10 years ago) by yamt
Branch: yamt-pagecache
CVS Tags: yamt-pagecache-tag8
Changes since 1.1: +5 -2
lines
Diff to previous 1.1 (colored)
sync with (a bit old) head
Revision 1.1.12.1 / (download) - annotate - [select for diffs], Tue Nov 20 03:03:02 2012 UTC (10 years, 2 months ago) by tls
Branch: tls-maxphys
Changes since 1.1: +5 -2
lines
Diff to previous 1.1 (colored)
Resync to 2012-11-19 00:00:00 UTC
Revision 1.2 / (download) - annotate - [select for diffs], Mon Nov 12 18:39:00 2012 UTC (10 years, 2 months ago) by kefren
Branch: MAIN
CVS Tags: yamt-pagecache-base8,
yamt-pagecache-base7
Changes since 1.1: +5 -2
lines
Diff to previous 1.1 (colored)
* add initial IPv6 support - still incomplete at this moment, but it sends out there IPv6 hellos. Interoperability not yet tested. * sync man page with reality
Revision 1.1 / (download) - annotate - [select for diffs], Wed Dec 8 07:20:15 2010 UTC (12 years, 1 month ago) by kefren
Branch: MAIN
CVS Tags: yamt-pagecache-base6,
yamt-pagecache-base5,
yamt-pagecache-base4,
yamt-pagecache-base3,
yamt-pagecache-base2,
yamt-pagecache-base,
netbsd-6-base,
netbsd-6-1-RELEASE,
netbsd-6-1-RC4,
netbsd-6-1-RC3,
netbsd-6-1-RC2,
netbsd-6-1-RC1,
netbsd-6-1-5-RELEASE,
netbsd-6-1-4-RELEASE,
netbsd-6-1-3-RELEASE,
netbsd-6-1-2-RELEASE,
netbsd-6-1-1-RELEASE,
netbsd-6-1,
netbsd-6-0-RELEASE,
netbsd-6-0-RC2,
netbsd-6-0-RC1,
netbsd-6-0-6-RELEASE,
netbsd-6-0-5-RELEASE,
netbsd-6-0-4-RELEASE,
netbsd-6-0-3-RELEASE,
netbsd-6-0-2-RELEASE,
netbsd-6-0-1-RELEASE,
netbsd-6-0,
netbsd-6,
matt-nb6-plus-nbase,
matt-nb6-plus-base,
matt-nb6-plus,
matt-mips64-premerge-20101231,
cherry-xenmp-base,
cherry-xenmp,
bouyer-quota2-nbase,
bouyer-quota2-base,
bouyer-quota2
Branch point for: yamt-pagecache,
tls-maxphys
Add ldpd, a RFC 3036 compatible LDP speaker.