Age | Commit message (Expand) | Author |
2007-11-27 | typos; ok jmc@ | Martynas Venckus |
2007-11-25 | spelling fixes, from Martynas Venckus; | Jason McIntyre |
2007-11-25 | more existant -> existent, from Martynas Venckus; | Jason McIntyre |
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 |
2007-10-24 | comprehensive tests for sftp escaping its interaction with globbing; | Damien Miller |
2007-10-22 | Only test one condition per invocation flavour, instead of testing all | Miod Vallat |
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 |
2007-10-20 | oops, too much copying from select(2) manual | Jacob Meuser |
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 |
2007-10-14 | regression test for include directive (if anyone has a better way to do | Theo de Raadt |
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 |
2007-10-09 | New OpenCVS regression tests. | Tobias Stoeckmann |
2007-10-08 | attribute packed -> __packed | Gilles Chehade |
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 |
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 |
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 |
2007-09-19 | Fix and re-enable tests for interface->address translation. | Marco Pfatschbacher |
2007-09-19 | Add a few "flags any" and "no state" to have the rulesets | Marco Pfatschbacher |
2007-09-19 | pfctl seems to report errors when accessing empty tables, | Marco Pfatschbacher |
2007-09-19 | "flags S/SA keep state" is the default now | Marco Pfatschbacher |
2007-09-19 | Adopt 14 altq tests to the change of the queue output format. | Marco Pfatschbacher |
2007-09-19 | This got broken when a second pool (pfrkentry2) was added | Marco Pfatschbacher |
2007-09-19 | Remove "localhost" from the table test, since the result is dependent | Marco Pfatschbacher |
2007-09-19 | permit this to compile with gcc 2.x | Todd T. Fries |
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 |