summaryrefslogtreecommitdiff
path: root/tools/test/ppsapi
AgeCommit message (Collapse)Author
2024-07-15Remove residual blank line at start of MakefileWarner Losh
This is a residual of the $FreeBSD$ removal. MFC After: 3 days (though I'll just run the command on the branches) Sponsored by: Netflix
2023-08-16Remove $FreeBSD$: one-line sh patternWarner Losh
Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
2023-08-16Remove $FreeBSD$: one-line .c patternWarner Losh
Remove /^[\s*]*__FBSDID\("\$FreeBSD\$"\);?\s*\n/
2017-03-21Eliminate a "format string is not a string literal" warning.Ian Lepore
Notes: svn path=/head/; revision=315692
2014-04-13NO_MAN= has been deprecated in favor of MAN= for some time, go aheadWarner Losh
and finish the job. ncurses is now the only Makefile in the tree that uses it since it wasn't a simple mechanical change, and will be addressed in a future commit. Notes: svn path=/head/; revision=264400
2014-04-01Silence an unnecessary warning.George V. Neville-Neil
MFC after: 2 weeks Notes: svn path=/head/; revision=264016
2012-12-08A number of places in the source tree still reference cuad.* afterEitan Adler
sio(4) was deprecated by uart(4). s/cuad/cuau/g/ PR: docs/171533 Reviewed by: imp Approved by: cperciva (implicit) MFC after: 3 weeks Notes: svn path=/head/; revision=244040
2004-12-21Start the dreaded NOFOO -> NO_FOO conversion.Ruslan Ermilov
OK'ed by: core Notes: svn path=/head/; revision=139103
2004-11-19Catch up with PHK's sio(4) cuaa->cuad rework [sys/dev/sio/sio.c rev. 1.456].David E. O'Brien
Notes: svn path=/head/; revision=137892
2004-10-24For variables that are only checked with defined(), don't provideRuslan Ermilov
any fake value. Notes: svn path=/head/; revision=136910
2004-03-10Add an option to write collected data to file in binary format. ThisPoul-Henning Kamp
is very useful for collecting test-data for trial runs. Notes: svn path=/head/; revision=126820
2003-12-08Add a small program to test/measure with the RFC 2783 API for timingPoul-Henning Kamp
external signals. Notes: svn path=/head/; revision=123303