Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-11-27 | typos; ok jmc@ | Martynas Venckus | |
sys/dev/pci/pciide.c from naddy@ | |||
2007-11-25 | spelling fixes, from Martynas Venckus; | Jason McIntyre | |
2007-11-25 | more existant -> existent, from Martynas Venckus; | Jason McIntyre | |
pfctl changes: ok henning ssh changes: ok deraadt | |||
2007-11-06 | Add testcases for switch. ok otto@ | Stefan Kempf | |
2007-10-30 | don't use intermediate target (a.out) in multiple targets | Otto Moerbeek | |
2007-10-29 | Add simple regress test for LocalCommand; ok djm@ | Darren Tucker | |
2007-10-26 | remove "echo -E" crap that I added in last commit and use printf(1) for | Damien Miller | |
cases where we strictly require echo not to reprocess escape characters. | |||
2007-10-24 | comprehensive tests for sftp escaping its interaction with globbing; | Damien Miller | |
ok dtucker@ | |||
2007-10-22 | Only test one condition per invocation flavour, instead of testing all | Miod Vallat | |
of them with exceptions disabled and then only one with exceptions enabled. ok kettenis@ | |||
2007-10-20 | Give more details on failure. | Miod Vallat | |
2007-10-20 | Make this work on 64 bit platforms by using strlen() instead of sizeof()... | Miod Vallat | |
worked by accident. | |||
2007-10-20 | oops, too much copying from select(2) manual | Jacob Meuser | |
noticed by and fix from deanna@, thanks | |||
2007-10-19 | fix off by ones in the AUDIO_GET[PR]RINFO tests | Jacob Meuser | |
2007-10-16 | make it digestable by ccom | Otto Moerbeek | |
2007-10-16 | += and sign extend problem | Otto Moerbeek | |
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 | |