Remove residual blank line at start of MakefileThis is a residual of the $FreeBSD$ removal.MFC After: 3 days (though I'll just run the command on the branches)Sponsored by: Netflix
Remove $FreeBSD$: one-line sh patternRemove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
Remove $FreeBSD$: one-line .c comment patternRemove /^/[*/]\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 ...
Fixed missing or broken library dependencies.
Tweaks for sigqueue tests:- slightly adjust code for style, sort headers.- in sigqtest2, print received signals, to make it easy to see why test failed.- in sigqtest2, job_control_test(), cover
Tweaks for sigqueue tests:- slightly adjust code for style, sort headers.- in sigqtest2, print received signals, to make it easy to see why test failed.- in sigqtest2, job_control_test(), cover a race by adding sleep after child stopped itself to allow for SIGCHLD due to stop and exit to not be coalesced.MFC after: 2 weeks
Add code to test queued SIGCHLD.