Remove $FreeBSD$: one-line sh patternRemove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
Remove $FreeBSD$: one-line .c patternRemove /^[\s*]*__FBSDID\("\$FreeBSD\$"\);?\s*\n/
Eliminate a "format string is not a string literal" warning.
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 ...
Silence an unnecessary warning.MFC after: 2 weeks
A number of places in the source tree still reference cuad.* aftersio(4) was deprecated by uart(4).s/cuad/cuau/g/PR: docs/171533Reviewed by: impApproved by: cperciva (implicit)MFC after: 3 w
A number of places in the source tree still reference cuad.* aftersio(4) was deprecated by uart(4).s/cuad/cuau/g/PR: docs/171533Reviewed by: impApproved by: cperciva (implicit)MFC after: 3 weeks
Start the dreaded NOFOO -> NO_FOO conversion.OK'ed by: core
Catch up with PHK's sio(4) cuaa->cuad rework [sys/dev/sio/sio.c rev. 1.456].
For variables that are only checked with defined(), don't provideany fake value.
Add an option to write collected data to file in binary format. Thisis very useful for collecting test-data for trial runs.
Add a small program to test/measure with the RFC 2783 API for timingexternal signals.