Age | Commit message (Expand) | Author |
2010-02-14 | Sync with current state of the tree. | Miod Vallat |
2010-02-11 | Test mkstemps() too | Philip Guenthe |
2010-02-11 | Add a regression suite for mkstemp(), verifying that it neither overruns | Philip Guenthe |
2010-02-06 | add (currently failing) test for double -> long long | Otto Moerbeek |
2010-01-03 | Use CHECKx macro and enable setsockopt tests. | Federico G. Schwindt |
2009-12-26 | Add tests to check timeout on sockets under different situations. kurt@ ok. | Federico G. Schwindt |
2009-12-14 | Add a test for sleep(3), to verify that it both (a) returns zero when it | Philip Guenthe |
2009-11-21 | Add a (hopefully) comprehensive regression test of how stdio functions | Philip Guenthe |
2009-11-19 | Add regression tests for stdio threading. Originally by blambert with | Philip Guenthe |
2009-10-28 | rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and | Theo de Raadt |
2009-09-14 | doing numeric lookups without specifying an ai_socktype fails no longer. | Claudio Jeker |
2009-07-06 | don't test unspecified behavior per ISO C (section F.4). this made | Martynas Venckus |
2009-06-21 | fix rcs ids. ok sthen@ | Martynas Venckus |
2009-06-20 | Repair comment ID & typo, no binary change | Ian Darwin |
2009-06-09 | make the regress target build the program before using it. | Peter Hessler |
2009-06-09 | Update to handle the default resolv order behavior. | Peter Hessler |
2009-04-09 | add fpaccuracy | Martynas Venckus |
2009-04-09 | fpaccuracy, by prof. Gaston H. Gonnet, uses some most difficult | Martynas Venckus |
2009-02-18 | Test to show glob bug introduced with POSIX char class support. | Todd C. Miller |
2009-02-18 | Add missing CURDIR | Todd C. Miller |
2008-12-17 | add a writable ``appbufsz'' field to the sa_par structure, containing | Alexandre Ratchov |
2008-12-09 | add vol/ to SUBDIRS | Alexandre Ratchov |
2008-12-09 | also test rintl | Martynas Venckus |
2008-11-11 | expose a volume knob in the sndio API: add sio_setvol(3) and | Alexandre Ratchov |
2008-10-27 | rename libsa to libsndio | Alexandre Ratchov |
2008-10-26 | add minimal server capability to aucat(1). When started in server | Alexandre Ratchov |
2008-10-02 | Hook up fnmatch and glob regress. | Todd C. Miller |
2008-10-01 | Regress driver for fnmatch(3). Needs more tests. | Todd C. Miller |
2008-10-01 | Regress driver for glob(3). Needs more tests. | Todd C. Miller |
2008-09-07 | - replace dtoa w/ David's gdtoa, version 2008-03-15 | Martynas Venckus |
2008-09-06 | update for openssl-0.9.8h | Damien Miller |
2008-06-26 | First pass at removing clauses 3 and 4 from NetBSD licenses. | Ray Lai |
2008-06-11 | regression tests for the upcomming tgamma bits | Martynas Venckus |
2008-05-09 | Fix the include path passed via CFLAGS so that this will compile.. one | Brad Smith |
2008-05-04 | Some additional tests. | Brad Smith |
2008-05-02 | Update to libevent 1.3e while retaining our local changes. | Brad Smith |
2008-04-24 | Return the proper values upon failure per POSIX for pthread_sigmask(3) and | Kurt Miller |
2008-04-13 | Use arc4random_buf() when requesting more than a single word of output | 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-09-19 | permit this to compile with gcc 2.x | Todd T. Fries |
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 |
2007-09-03 | Adapt atexit() regress to recent changes and add __cxa_atexit() regress. | Todd C. Miller |
2007-05-17 | Add basename(3) and dirname(3) regression tests, from tbert. | Ray Lai |
2006-10-13 | add blocked_shutdown | Kurt Miller |
2006-10-13 | Test shutdown() racing with other threads using the same file | Kurt Miller |
2006-10-06 | eliminate warnings on 64bit archs | Kurt Miller |
2006-10-03 | correct check for proper return value of dup2 | Kurt Miller |