| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Remove echo headlines. Use consistent target names. | 2020-12-16 | 2 | -13/+9 | |
| | | |||||
| * | add kcov remote interrupt coverage test | 2020-10-03 | 2 | -3/+36 | |
| | | |||||
| * | sync usage | 2020-10-03 | 1 | -2/+2 | |
| | | |||||
| * | add kcov remote coverage tests | 2020-08-01 | 2 | -29/+107 | |
| | | |||||
| * | Add a regression test for vnd(4). | 2020-03-12 | 2 | -1/+29 | |
| | | |||||
| * | Unify handling of ioctls FIOSETOWN/SIOCSPGRP/TIOCSPGRP and | 2020-01-08 | 1 | -2/+2 | |
| | | | | | | | | | | | | | FIOGETOWN/SIOCGPGRP/TIOCGPGRP. Do this by determining the meaning of the ID parameter inside the sigio code. Also add cases for FIOSETOWN and FIOGETOWN where there have been TIOCSPGRP and TIOCGPGRP before. These changes allow removing the ID translation from sys_fcntl() and sys_ioctl(). Idea from NetBSD OK mpi@, claudio@ | ||||
| * | pass a context struct to each test function in order to reduce future churn | 2019-05-19 | 1 | -62/+71 | |
| | | |||||
| * | test different buffer sizes | 2019-05-14 | 2 | -26/+40 | |
| | | |||||
| * | Do not run keyboard and mouse device detection during make clean, | 2019-03-21 | 1 | -1/+3 | |
| | | | | | | | cleandir, obj. Eliminates a X11 keyboard problem seen by claudio@ during make build. OK anton@ deraadt@ | ||||
| * | Disable wscons regress test for now. This test is touching /dev entries | 2019-03-18 | 1 | -2/+2 | |
| | | | | | | and the result is a rather annoying keyboard repeat issue. Finding this was a bit of a saga. OK by many | ||||
| * | Skip tests for wscons devices that do not exist on the local machine. | 2019-02-12 | 1 | -1/+16 | |
| | | | | | from Moritz Buhl | ||||
| * | make it easier to ignore incompatible device and test case combinations | 2019-02-01 | 1 | -4/+6 | |
| | | |||||
| * | fix dumping of trace cmp coverage | 2019-01-23 | 1 | -2/+2 | |
| | | |||||
| * | run all tests for each supported trace mode | 2019-01-20 | 2 | -2/+33 | |
| | | |||||
| * | remove mmap test for now | 2019-01-19 | 2 | -24/+2 | |
| | | |||||
| * | test latest mmap() changes | 2019-01-16 | 2 | -2/+24 | |
| | | |||||
| * | extract check_coverage() routine and continue preparing for testing different | 2019-01-03 | 1 | -17/+33 | |
| | | | | | trace modes | ||||
| * | Cope with latest change to KIOENABLE. While here, make it possible to test | 2018-12-27 | 2 | -40/+51 | |
| | | | | | different trace modes. | ||||
| * | sort and rename tests | 2018-12-27 | 2 | -45/+45 | |
| | | |||||
| * | test dying kcov descriptor logic | 2018-12-25 | 2 | -2/+45 | |
| | | |||||
| * | add missing dependency on PROG | 2018-12-17 | 1 | -1/+4 | |
| | | |||||
| * | ensure inappropriate ioctl commands are rejected | 2018-12-17 | 2 | -1/+69 | |
| | | |||||
| * | rework wscons regress: | 2018-12-17 | 4 | -86/+133 | |
| | | | | | | * generalize to allow for multiple test programs * stop abusing REGRESS_SKIP_TARGETS | ||||
| * | split tests into multiple make targets | 2018-12-16 | 2 | -25/+36 | |
| | | |||||
| * | split up long line | 2018-11-20 | 1 | -2/+10 | |
| | | |||||
| * | test getown | 2018-11-20 | 2 | -3/+82 | |
| | | |||||
| * | test fcntl(F_SETOWN) | 2018-11-20 | 2 | -30/+66 | |
| | | |||||
| * | +wscons | 2018-11-16 | 1 | -1/+2 | |
| | | |||||
| * | Add wscons regress tests, currently limited to SIGIO handling. | 2018-11-16 | 2 | -0/+274 | |
| | | |||||
| * | Add regress for kcov. It will only run if /dev/kcov can be opened successfully. | 2018-08-26 | 3 | -2/+362 | |
| | | |||||
| * | remove test programs for the audio driver, as we've better | 2016-09-06 | 14 | -2959/+1 | |
| | | | | | | | converage with base tools and programs in regress/lib/libsndio ok deraadt | ||||
| * | Pull in <sys/time.h> for gettimeofday() | 2016-08-27 | 1 | -6/+7 | |
| | | | | | | | Sort #includes ok deraadt@ | ||||
| * | Drop a few NULL-checks before free() | 2015-11-17 | 1 | -25/+13 | |
| | | |||||
| * | use calloc, from Benjamin Baier | 2014-05-29 | 1 | -5/+3 | |
| | | |||||
| * | use .Mt for email addresses; from Jan Stary <hans at stare dot cz> | 2013-07-16 | 2 | -6/+6 | |
| | | |||||
| * | Replace strncat() with strlcat(). | 2010-07-22 | 1 | -3/+3 | |
| | | |||||
| * | Change include ordering. | 2010-07-22 | 1 | -2/+2 | |
| | | |||||
| * | Initial regression test program for video(4). | 2010-07-22 | 2 | -0/+693 | |
| | | |||||
| * | respect the block size returned by the driver | 2009-11-12 | 1 | -5/+8 | |
| | | |||||
| * | oops, too much copying from select(2) manual | 2007-10-20 | 1 | -3/+3 | |
| | | | | | noticed by and fix from deanna@, thanks | ||||
| * | fix off by ones in the AUDIO_GET[PR]RINFO tests | 2007-10-19 | 1 | -3/+3 | |
| | | |||||
| * | add two new audio ioctls, AUDIO_GETPRINFO and AUDIO_GETRRINFO, and the | 2007-10-03 | 3 | -18/+83 | |
| | | | | | | | | | | | | | | | data structure these ioctls use, audio_bufinfo. these ioctls return information about the play and record buffers into the audio_bufinfo structure. these are being added to aid in porting non-native audio applications and libraries, and to fix issues in our OSS audio emulation. these ioctls exist only on OpenBSD and should not be used in code intended for distribution. ok ratchov | ||||
| * | - remove commented out 'extern errno' declaration | 2007-08-26 | 1 | -7/+1 | |
| | | | | | - remove pointless AUDIO_FLUSH. | ||||
| * | add a function to trigger recording and use it for full-duplex mode | 2007-08-26 | 1 | -1/+21 | |
| | | |||||
| * | set the blocksize to the size of the read/write buffers. | 2007-07-31 | 1 | -4/+6 | |
| | | | | | | | | | | | | | | the blocksize matters for the poll() cases because we pass the poll when reading from the device when there is any data in the record buffer. since data is transfered into the buffer in blocksize chunks, if there was no and now is some data in the buffer, there is probably about blocksize bytes of data in the buffer. if in non-blocking mode, which is common when using poll(), and we try to read() more bytes than are in the record buffer, we will receive an EAGAIN. if we read() in blocksize chunks, we will never try to read more than is available. a more eloquent version of the above description should be in audio(4). | ||||
| * | pass command line options to audiotest_rw through OPTS, e.g. | 2007-07-31 | 1 | -17/+17 | |
| | | | | | $ OPTS="-e 1 -r 22050 -c 1 -b 1024" DO_AUTEST=1 make | ||||
| * | - document -v | 2007-07-06 | 2 | -4/+6 | |
| | | | | | - tweak usage() | ||||
| * | remove another $Id$, forgotten in last commit | 2007-07-06 | 1 | -2/+1 | |
| | | |||||
| * | proper RCS tags | 2007-07-06 | 3 | -5/+6 | |
| | | |||||
| * | manpage improvements from jmc@ | 2007-07-06 | 2 | -43/+38 | |
| | | |||||
