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 ...
Properly initialise the "len" argument to getsockname(2) in the tcpdropregression test so that it works (more) consistently.Approved by: re (bz)Sponsored by: Juniper Networks
In the tcpdrop regression test, allow the kernel to allocate us a portrather than using a fixed port number. This means that the regression testcan be run many times in a row without waiting on TI
In the tcpdrop regression test, allow the kernel to allocate us a portrather than using a fixed port number. This means that the regression testcan be run many times in a row without waiting on TIMEWAIT to release ahard-coded port number.MFC after: 3 daysSponsored by: Juniper Networks, Inc.
o style.Makefile(5): WARNS= -> WARNS?=.
Add regression test for tcpdrop sysctl.