| Age | Commit message (Expand) | Author | Files | Lines |
| 2020-12-16 | Remove echo headlines. Use consistent target names. |  bluhm | 2 | -13/+9 |
| 2020-10-03 | add kcov remote interrupt coverage test |  anton | 2 | -3/+36 |
| 2020-10-03 | sync usage |  anton | 1 | -2/+2 |
| 2020-08-01 | add kcov remote coverage tests |  anton | 2 | -29/+107 |
| 2020-03-12 | Add a regression test for vnd(4). |  visa | 2 | -1/+29 |
| 2020-01-08 | Unify handling of ioctls FIOSETOWN/SIOCSPGRP/TIOCSPGRP and |  visa | 1 | -2/+2 |
| 2019-05-19 | pass a context struct to each test function in order to reduce future churn |  anton | 1 | -62/+71 |
| 2019-05-14 | test different buffer sizes |  anton | 2 | -26/+40 |
| 2019-03-21 | Do not run keyboard and mouse device detection during make clean, |  bluhm | 1 | -1/+3 |
| 2019-03-18 | Disable wscons regress test for now. This test is touching /dev entries |  claudio | 1 | -2/+2 |
| 2019-02-12 | Skip tests for wscons devices that do not exist on the local machine. |  bluhm | 1 | -1/+16 |
| 2019-02-01 | make it easier to ignore incompatible device and test case combinations |  anton | 1 | -4/+6 |
| 2019-01-23 | fix dumping of trace cmp coverage |  anton | 1 | -2/+2 |
| 2019-01-20 | run all tests for each supported trace mode |  anton | 2 | -2/+33 |
| 2019-01-19 | remove mmap test for now |  anton | 2 | -24/+2 |
| 2019-01-16 | test latest mmap() changes |  anton | 2 | -2/+24 |
| 2019-01-03 | extract check_coverage() routine and continue preparing for testing different |  anton | 1 | -17/+33 |
| 2018-12-27 | Cope with latest change to KIOENABLE. While here, make it possible to test |  anton | 2 | -40/+51 |
| 2018-12-27 | sort and rename tests |  anton | 2 | -45/+45 |
| 2018-12-25 | test dying kcov descriptor logic |  anton | 2 | -2/+45 |
| 2018-12-17 | add missing dependency on PROG |  anton | 1 | -1/+4 |
| 2018-12-17 | ensure inappropriate ioctl commands are rejected |  anton | 2 | -1/+69 |
| 2018-12-17 | rework wscons regress: |  anton | 4 | -86/+133 |
| 2018-12-16 | split tests into multiple make targets |  anton | 2 | -25/+36 |
| 2018-11-20 | split up long line |  anton | 1 | -2/+10 |
| 2018-11-20 | test getown |  anton | 2 | -3/+82 |
| 2018-11-20 | test fcntl(F_SETOWN) |  anton | 2 | -30/+66 |
| 2018-11-16 | +wscons |  anton | 1 | -1/+2 |
| 2018-11-16 | Add wscons regress tests, currently limited to SIGIO handling. |  anton | 2 | -0/+274 |
| 2018-08-26 | Add regress for kcov. It will only run if /dev/kcov can be opened successfully. |  anton | 3 | -2/+362 |
| 2016-09-06 | remove test programs for the audio driver, as we've better |  ratchov | 14 | -2959/+1 |
| 2016-08-27 | Pull in <sys/time.h> for gettimeofday() |  guenther | 1 | -6/+7 |
| 2015-11-17 | Drop a few NULL-checks before free() |  mmcc | 1 | -25/+13 |
| 2014-05-29 | use calloc, from Benjamin Baier |  tedu | 1 | -5/+3 |
| 2013-07-16 | use .Mt for email addresses; from Jan Stary <hans at stare dot cz> |  schwarze | 2 | -6/+6 |
| 2010-07-22 | Replace strncat() with strlcat(). |  mglocker | 1 | -3/+3 |
| 2010-07-22 | Change include ordering. |  mglocker | 1 | -2/+2 |
| 2010-07-22 | Initial regression test program for video(4). |  mglocker | 2 | -0/+693 |
| 2009-11-12 | respect the block size returned by the driver |  jakemsr | 1 | -5/+8 |
| 2007-10-20 | oops, too much copying from select(2) manual |  jakemsr | 1 | -3/+3 |
| 2007-10-19 | fix off by ones in the AUDIO_GET[PR]RINFO tests |  jakemsr | 1 | -3/+3 |
| 2007-10-03 | add two new audio ioctls, AUDIO_GETPRINFO and AUDIO_GETRRINFO, and the |  jakemsr | 3 | -18/+83 |
| 2007-08-26 | - remove commented out 'extern errno' declaration |  jakemsr | 1 | -7/+1 |
| 2007-08-26 | add a function to trigger recording and use it for full-duplex mode |  jakemsr | 1 | -1/+21 |
| 2007-07-31 | set the blocksize to the size of the read/write buffers. |  jakemsr | 1 | -4/+6 |
| 2007-07-31 | pass command line options to audiotest_rw through OPTS, e.g. |  jakemsr | 1 | -17/+17 |
| 2007-07-06 | - document -v |  jmc | 2 | -4/+6 |
| 2007-07-06 | remove another $Id$, forgotten in last commit |  jakemsr | 1 | -2/+1 |
| 2007-07-06 | proper RCS tags |  jakemsr | 3 | -5/+6 |
| 2007-07-06 | manpage improvements from jmc@ |  jakemsr | 2 | -43/+38 |