The NetBSD Project

CVS log for src/tests/net/mcast/Attic/t_mcast.c

[BACK] Up to [cvs.NetBSD.org] / src / tests / net / mcast

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.17
Tue May 26 00:42:07 2015 UTC (9 years, 8 months ago) by ozaki-r
Branches: MAIN
CVS tags: prg-localcount2-base3, prg-localcount2-base2, prg-localcount2-base1, prg-localcount2-base, prg-localcount2, phil-wifi-20200421, phil-wifi-20200411, phil-wifi-20200406, 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, perseant-exfatfs-base-20240630, perseant-exfatfs-base, perseant-exfatfs, localcount-20160914, cjep_sun2x-base, cjep_sun2x, cjep_staticlib_x-base1, cjep_staticlib_x-base, cjep_staticlib_x, bouyer-socketcan-base1, bouyer-socketcan-base, bouyer-socketcan, HEAD
FILE REMOVED
Changes since revision 1.16: +2 -2 lines
Run mcast tests on rump kernels

The tests on anita qemus failed due to that the host network environment
didn't meet the tests.

The change makes the tests independent from host environments
and the tests will pass on any environments including anita qemus.

Discussed on tech-kern and tech-net.

Revision 1.16: download - view: text, markup, annotated - select for diffs
Mon May 25 07:17:17 2015 UTC (9 years, 8 months ago) by ozaki-r
Branches: MAIN
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +4 -4 lines
Fix specifying an interface for IPV6_JOIN_GROUP

Using always an interface of index=1 is not good idea; it varies
depending on runtime environments. We can use index=0 instead,
which allows the kernel to pick an appropriate interface for mcast.

Revision 1.15: download - view: text, markup, annotated - select for diffs
Tue May 19 04:14:04 2015 UTC (9 years, 9 months ago) by ozaki-r
Branches: MAIN
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +20 -4 lines
Handle child's exit status precisely

Revision 1.14: download - view: text, markup, annotated - select for diffs
Tue May 19 03:19:27 2015 UTC (9 years, 9 months ago) by ozaki-r
Branches: MAIN
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +3 -3 lines
Use EXIT_FAILURE instead of 1

Revision 1.13: download - view: text, markup, annotated - select for diffs
Mon May 18 00:55:09 2015 UTC (9 years, 9 months ago) by ozaki-r
Branches: MAIN
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +15 -15 lines
KNF

Tweaks of whitespaces and tabs.

Revision 1.12: download - view: text, markup, annotated - select for diffs
Sun May 17 15:48:57 2015 UTC (9 years, 9 months ago) by ozaki-r
Branches: MAIN
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +6 -4 lines
Save errno for errx

Revision 1.11: download - view: text, markup, annotated - select for diffs
Fri Feb 27 13:15:49 2015 UTC (9 years, 11 months ago) by martin
Branches: MAIN
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +3 -3 lines
Bump timeout for a poll() call slightly, so the test has a chance to work
on slow machines.

Revision 1.10: download - view: text, markup, annotated - select for diffs
Mon Oct 27 21:28:58 2014 UTC (10 years, 3 months ago) by christos
Branches: MAIN
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +6 -6 lines
fix typo, use different address

Revision 1.9: download - view: text, markup, annotated - select for diffs
Sun Oct 26 18:33:43 2014 UTC (10 years, 3 months ago) by christos
Branches: MAIN
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +30 -4 lines
- deal with MacOS/X not having clock_*()
- change multicast address
- set the interface
XXX: Now the ipv6 code works on MacOS/X but does not work for us still.

Revision 1.8: download - view: text, markup, annotated - select for diffs
Mon Oct 13 06:57:08 2014 UTC (10 years, 4 months ago) by martin
Branches: MAIN
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +3 -3 lines
timespec.tv_nsec is long, so use %ld instead of %jd as printf format.

Revision 1.7: download - view: text, markup, annotated - select for diffs
Mon Oct 13 04:57:11 2014 UTC (10 years, 4 months ago) by christos
Branches: MAIN
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +3 -3 lines
typo

Revision 1.6: download - view: text, markup, annotated - select for diffs
Mon Oct 13 04:56:26 2014 UTC (10 years, 4 months ago) by christos
Branches: MAIN
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +32 -23 lines
Oops need to bind, also make the message more interesting and check that
it arrives correctly.

Revision 1.5: download - view: text, markup, annotated - select for diffs
Sun Oct 12 19:49:01 2014 UTC (10 years, 4 months ago) by christos
Branches: MAIN
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +54 -11 lines
Explain what works, what does not and why.
Provide compatible code so that it compiles on Linux and MacOS/X with -DTEST.
We should check more OS's and see if they are broken too.

Revision 1.4: download - view: text, markup, annotated - select for diffs
Sun Oct 12 18:56:57 2014 UTC (10 years, 4 months ago) by christos
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +50 -28 lines
now we support the v6 ioctls for mapped addresses too.

Revision 1.3: download - view: text, markup, annotated - select for diffs
Sun Oct 12 14:53:46 2014 UTC (10 years, 4 months ago) by christos
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +7 -2 lines
Explain a bit more what's going on with the multicast setsockopts.

Revision 1.2: download - view: text, markup, annotated - select for diffs
Sun Oct 12 13:48:25 2014 UTC (10 years, 4 months ago) by christos
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +88 -33 lines
Add the simple unconnected tests too.

Revision 1.1: download - view: text, markup, annotated - select for diffs
Sat Oct 11 23:04:42 2014 UTC (10 years, 4 months ago) by christos
Branches: MAIN
add a multicast test (what to do with v6?)

Diff request

This form allows you to request diffs between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.

Log view options

CVSweb <webmaster@jp.NetBSD.org>