aboutsummaryrefslogtreecommitdiff
path: root/tools/test/ppsapi
Commit message (Collapse)AuthorAgeFilesLines
* Eliminate a "format string is not a string literal" warning.Ian Lepore2017-03-211-1/+1
| | | | Notes: svn path=/head/; revision=315692
* NO_MAN= has been deprecated in favor of MAN= for some time, go aheadWarner Losh2014-04-131-1/+1
| | | | | | | | | 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
* Silence an unnecessary warning.George V. Neville-Neil2014-04-011-0/+2
| | | | | | | MFC after: 2 weeks Notes: svn path=/head/; revision=264016
* A number of places in the source tree still reference cuad.* afterEitan Adler2012-12-082-3/+3
| | | | | | | | | | | | | | 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
* Start the dreaded NOFOO -> NO_FOO conversion.Ruslan Ermilov2004-12-211-1/+1
| | | | | | | OK'ed by: core Notes: svn path=/head/; revision=139103
* Catch up with PHK's sio(4) cuaa->cuad rework [sys/dev/sio/sio.c rev. 1.456].David E. O'Brien2004-11-192-3/+3
| | | | Notes: svn path=/head/; revision=137892
* For variables that are only checked with defined(), don't provideRuslan Ermilov2004-10-241-1/+1
| | | | | | | any fake value. Notes: svn path=/head/; revision=136910
* Add an option to write collected data to file in binary format. ThisPoul-Henning Kamp2004-03-101-1/+18
| | | | | | | is very useful for collecting test-data for trial runs. Notes: svn path=/head/; revision=126820
* Add a small program to test/measure with the RFC 2783 API for timingPoul-Henning Kamp2003-12-083-0/+231
external signals. Notes: svn path=/head/; revision=123303