Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |||
2007-07-23 | - enable thread support in libobjc | Kurt Miller | |
- disable thread priorities in libobjc to avoid thread starvation issues - major bump lib due to new link dependency on pthread - link objc regress with -pthread Tested on i386/amd64/powerpc/landisk/vax/sparc64/hppa. okay espie@ | |||
2007-07-06 | - document -v | Jason McIntyre | |
- tweak usage() | |||
2007-07-06 | remove another $Id$, forgotten in last commit | Jacob Meuser | |
2007-07-06 | proper RCS tags | Jacob Meuser | |
2007-07-06 | manpage improvements from jmc@ | Jacob Meuser | |
2007-07-06 | regression tests for various audio read(2) and write(2) scenarios | Jacob Meuser | |
2007-07-06 | regression test for AUDIO_GETINFO/AUDIO_SETINFO ioctls | Jacob Meuser | |
2007-07-03 | both 'proto 50' and 'proto esp' must work in flow specifications | Markus Friedl | |
2007-06-20 | Allow "log" for nat rules without "pass". | Marco Pfatschbacher | |
OK henning@, ``passt scho'' markus@ | |||
2007-06-07 | test umac-64@openssh.com | Peter Valchev | |
ok djm@ | |||
2007-06-06 | work around import limitations | Niall O'Higgins | |
2007-06-05 | Wrap long lines. | Xavier Santolaria | |
2007-06-05 | add very basic regress framework for opencvs. | Niall O'Higgins | |
more to come. ok joris@ | |||
2007-05-31 | convert to new .Dd format; | Jason McIntyre | |
2007-05-29 | the MSIZE mbuf constant moved from MD param.h to MI param.h | David Krause | |
ok deraadt@ millert@ | |||
2007-05-21 | Add mmap_mod. | Artur Grabowski | |
2007-05-21 | A test for a corner-case that some pmaps get wrong. | Artur Grabowski | |
2007-05-19 | detect if newfs fails and add an extra test (amd64 floppy) | Otto Moerbeek | |
2007-05-17 | Add basename(3) and dirname(3) regression tests, from tbert. | Ray Lai | |
OK otto@. |