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