summaryrefslogtreecommitdiff
path: root/regress/lib
AgeCommit message (Expand)Author
2010-02-14Sync with current state of the tree.Miod Vallat
2010-02-11Test mkstemps() tooPhilip Guenthe
2010-02-11Add a regression suite for mkstemp(), verifying that it neither overrunsPhilip Guenthe
2010-02-06add (currently failing) test for double -> long longOtto Moerbeek
2010-01-03Use CHECKx macro and enable setsockopt tests.Federico G. Schwindt
2009-12-26Add tests to check timeout on sockets under different situations. kurt@ ok.Federico G. Schwindt
2009-12-14Add a test for sleep(3), to verify that it both (a) returns zero when itPhilip Guenthe
2009-11-21Add a (hopefully) comprehensive regression test of how stdio functionsPhilip Guenthe
2009-11-19Add regression tests for stdio threading. Originally by blambert withPhilip Guenthe
2009-10-28rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andTheo de Raadt
2009-09-14doing numeric lookups without specifying an ai_socktype fails no longer.Claudio Jeker
2009-07-06don't test unspecified behavior per ISO C (section F.4). this madeMartynas Venckus
2009-06-21fix rcs ids. ok sthen@Martynas Venckus
2009-06-20Repair comment ID & typo, no binary changeIan Darwin
2009-06-09make the regress target build the program before using it.Peter Hessler
2009-06-09Update to handle the default resolv order behavior.Peter Hessler
2009-04-09add fpaccuracyMartynas Venckus
2009-04-09fpaccuracy, by prof. Gaston H. Gonnet, uses some most difficultMartynas Venckus
2009-02-18Test to show glob bug introduced with POSIX char class support.Todd C. Miller
2009-02-18Add missing CURDIRTodd C. Miller
2008-12-17add a writable ``appbufsz'' field to the sa_par structure, containingAlexandre Ratchov
2008-12-09add vol/ to SUBDIRSAlexandre Ratchov
2008-12-09also test rintlMartynas Venckus
2008-11-11expose a volume knob in the sndio API: add sio_setvol(3) andAlexandre Ratchov
2008-10-27rename libsa to libsndioAlexandre Ratchov
2008-10-26add minimal server capability to aucat(1). When started in serverAlexandre Ratchov
2008-10-02Hook up fnmatch and glob regress.Todd C. Miller
2008-10-01Regress driver for fnmatch(3). Needs more tests.Todd C. Miller
2008-10-01Regress driver for glob(3). Needs more tests.Todd C. Miller
2008-09-07- replace dtoa w/ David's gdtoa, version 2008-03-15Martynas Venckus
2008-09-06update for openssl-0.9.8hDamien Miller
2008-06-26First pass at removing clauses 3 and 4 from NetBSD licenses.Ray Lai
2008-06-11regression tests for the upcomming tgamma bitsMartynas Venckus
2008-05-09Fix the include path passed via CFLAGS so that this will compile.. oneBrad Smith
2008-05-04Some additional tests.Brad Smith
2008-05-02Update to libevent 1.3e while retaining our local changes.Brad Smith
2008-04-24Return the proper values upon failure per POSIX for pthread_sigmask(3) andKurt Miller
2008-04-13Use arc4random_buf() when requesting more than a single word of outputDamien Miller
2007-10-22Only test one condition per invocation flavour, instead of testing allMiod Vallat
2007-10-20Give more details on failure.Miod Vallat
2007-10-20Make this work on 64 bit platforms by using strlen() instead of sizeof()...Miod Vallat
2007-09-19permit this to compile with gcc 2.xTodd T. Fries
2007-09-12fix format strings, sizeof() does not return an intOtto Moerbeek
2007-09-09use strcspn to properly overwrite '\n' in fgets returned bufferCharles Longeau
2007-09-03Adapt atexit() regress to recent changes and add __cxa_atexit() regress.Todd C. Miller
2007-05-17Add basename(3) and dirname(3) regression tests, from tbert.Ray Lai
2006-10-13add blocked_shutdownKurt Miller
2006-10-13Test shutdown() racing with other threads using the same fileKurt Miller
2006-10-06eliminate warnings on 64bit archsKurt Miller
2006-10-03correct check for proper return value of dup2Kurt Miller