Remove $FreeBSD$: one-line sh patternRemove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
Remove $FreeBSD$: two-line .h patternRemove /^\s*\*\n \*\s+\$FreeBSD\$$\n/
NO_MAN= has been deprecated in favor of MAN= for some time, go aheadand finish the job. ncurses is now the only Makefile in the tree thatuses it since it wasn't a simple mechanical change, and will
NO_MAN= has been deprecated in favor of MAN= for some time, go aheadand finish the job. ncurses is now the only Makefile in the tree thatuses it since it wasn't a simple mechanical change, and will beaddressed in a future commit.
show more ...
Style: NO_MAN doesn't need any value.
Add a simple multicast socket regression test set:- Test that the basic socket options have the right defaults, that we can change them, read them back, etc.- Add and remove some multicast addr
Add a simple multicast socket regression test set:- Test that the basic socket options have the right defaults, that we can change them, read them back, etc.- Add and remove some multicast addresses.- Send a loopback multicast address and make sure it arrives intact.There's more that could be done here, but it's a start.MFC after: 3 days