Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-10-15 | Add new "reached end of file while parsing quoted string" as expected | Hans-Joerg Hoexer | |
error message. | |||
2007-10-14 | regression test for include directive (if anyone has a better way to do | Theo de Raadt | |
this messy include file copy, let me know) | |||
2007-10-13 | we decided numbers used as strings is wrong | Theo de Raadt | |
2007-10-13 | Do not attempt to work on more than SHMMAXPGS pages, makes this run unmodified | Miod Vallat | |
on vax. | |||
2007-10-09 | New OpenCVS regression tests. | Tobias Stoeckmann | |
OK niallo@, xsa@ | |||
2007-10-08 | attribute packed -> __packed | Gilles Chehade | |
OK millert | |||
2007-10-07 | and reorg this tree as well | Otto Moerbeek | |
2007-10-05 | typo | Otto Moerbeek | |
2007-10-05 | basic tests now work, including those that should fail | Otto Moerbeek | |
2007-10-05 | typo | Otto Moerbeek | |
2007-10-05 | work in obj dir | Otto Moerbeek | |
2007-10-05 | more regress scaffolding | Otto Moerbeek | |
2007-10-05 | fix by actually using pcc | Otto Moerbeek | |
2007-10-03 | add two new audio ioctls, AUDIO_GETPRINFO and AUDIO_GETRRINFO, and the | Jacob Meuser | |
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 | |||
2007-09-30 | compare of constants outside type range | Otto Moerbeek | |
2007-09-30 | test case involving superfluous type warnings involving enums | Otto Moerbeek | |
2007-09-26 | more minimal example | Otto Moerbeek | |
2007-09-26 | two more test cases | Otto Moerbeek | |
2007-09-24 | another init problem | Otto Moerbeek | |
2007-09-24 | newly discovered init problem | Otto Moerbeek | |
2007-09-23 | Allow numbers to be used as unquoted strings again. | Marco Pfatschbacher | |
While there, also restrict the use of concatenated, unquoted strings for variable assignments only. Eyeballed by markus@, OK henning@ | |||
2007-09-21 | already fixed include problem | Otto Moerbeek | |
2007-09-21 | add the other case Ted mentioned | Otto Moerbeek | |
2007-09-21 | two know failures of pcc | Otto Moerbeek | |
2007-09-20 | some initial regress bits for opencvs. not expected to pass just yet. | Niall O'Higgins | |
ok joris@ ray@ xsa@ | |||
2007-09-19 | Fix and re-enable tests for interface->address translation. | Marco Pfatschbacher | |
OK henning | |||
2007-09-19 | Add a few "flags any" and "no state" to have the rulesets | Marco Pfatschbacher | |
match against the old checksums again. | |||
2007-09-19 | pfctl seems to report errors when accessing empty tables, | Marco Pfatschbacher | |
in a different manner now. Use "-T show" now. OK henning | |||
2007-09-19 | "flags S/SA keep state" is the default now | Marco Pfatschbacher | |
OK henning | |||
2007-09-19 | Adopt 14 altq tests to the change of the queue output format. | Marco Pfatschbacher | |
OK henning | |||
2007-09-19 | This got broken when a second pool (pfrkentry2) was added | Marco Pfatschbacher | |
for source-tracking support about 3 years ago. OK henning | |||
2007-09-19 | Remove "localhost" from the table test, since the result is dependent | Marco Pfatschbacher | |
on the resolver. In some enviroments you'll get an AAAA for it, in others you won't. Testing the resolver isn't really the intention of this test anyway. OK henning | |||
2007-09-19 | permit this to compile with gcc 2.x | Todd T. Fries | |
ok cloder@ | |||
2007-09-17 | Add a test for .BEGIN/.END keywords | Marc Espie | |
2007-09-12 | fix format strings, sizeof() does not return an int | Otto Moerbeek | |
2007-09-09 | use strcspn to properly overwrite '\n' in fgets returned buffer | Charles Longeau | |
ok moritz@ gilles@ | |||
2007-09-03 | Adapt atexit() regress to recent changes and add __cxa_atexit() regress. | Todd C. Miller | |
__cxa_atexit() regress from kurt@ | |||
2007-08-30 | regress test address ranges | Daniel Hartmeier | |
2007-08-26 | - remove commented out 'extern errno' declaration | Jacob Meuser | |
- remove pointless AUDIO_FLUSH. | |||
2007-08-26 | add a function to trigger recording and use it for full-duplex mode | Jacob Meuser | |
2007-08-06 | Add a regress test for -lthing dependencies. As bizarre as it may seem, | Marc Espie | |
gmake does the same thing, and it's infrequently used in some ports. | |||
2007-08-05 | check curly targets work. No need to look at the output. If curly targets don't | Marc Espie | |
expand correctly, the Makefile will fail. If it works, then it's okay. | |||
2007-08-02 | update output to match recent make changes; ok espie@ | David Krause | |
2007-08-01 | Fix Dutch hypos. | Miod Vallat | |
2007-08-01 | Retire OpenBSD/cats. Hardware is nice but prone to catch fire, and the firmware | Miod Vallat | |
is anything but useful. Nevertheless this was a very good platform to use as an OpenBSD/*arm* starting point, but nowadays this platform is not necessary anymore. Somehow these CATS motherboard are just like AUI hubs, with the difference that, when my AUI hub caught fire, 10base5 support was not removed from the networking code. | |||
2007-08-01 | remove the need to inspect the output and check everything programmatically | Kurt Miller | |
okay kettenis@ | |||
2007-07-31 | + hidden subdir | Kurt Miller | |
2007-07-31 | add regress to test __asm(".hidden symbol") works as expected. for gcc3 | Kurt Miller | |
arch only. okay kettenis@ | |||
2007-07-31 | set the blocksize to the size of the read/write buffers. | Jacob Meuser | |
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). | |||
2007-07-31 | pass command line options to audiotest_rw through OPTS, e.g. | Jacob Meuser | |
$ OPTS="-e 1 -r 22050 -c 1 -b 1024" DO_AUTEST=1 make |