summaryrefslogtreecommitdiff
path: root/regress/lib
AgeCommit message (Expand)Author
2003-08-02add missing includesDavid Krause
2003-07-31add missing CLEANFILES; ok deraadt@David Krause
2003-07-31various cleanups; david says results are sameTheo de Raadt
2003-07-31enter libutilTheo de Raadt
2003-07-31fix the licenseMichael Shalayeff
2003-07-15move malloc0test.c to new subdir.Otto Moerbeek
2003-07-15Test if malloc() sets errno correctly if it returns NULL.Otto Moerbeek
2003-07-14improve test. fails with current codeMarco S Hyman
2003-07-10Add sigmask testMarco S Hyman
2003-07-10Add test to ensure that a masked signal with a default action ofMarco S Hyman
2003-07-08Give some feedback during the pthread_cond_timedwait testMarco S Hyman
2003-06-26fix rcsidDavid Krause
2003-06-19the test depend on ${PROG}; noticed by david@, mickey@Markus Friedl
2003-06-19free memory allocated by asprintf; ok marcoPeter Valchev
2003-06-17Sync with share/misc/license.template and add missing DARPA creditTodd C. Miller
2003-06-16use bsd.regress.mkMarkus Friedl
2003-06-16no nomanMichael Shalayeff
2003-06-16missing blowfish testMichael Shalayeff
2003-06-15libskey regress from netbsdMichael Shalayeff
2003-06-15libevent regress from nielsMichael Shalayeff
2003-06-03Use an ISC-tyle license for all my code; it is simpler and more permissive.Todd C. Miller
2003-06-02Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
2003-05-24un-break test; report and test by davidkrauseMarkus Friedl
2003-05-15first sprintf test: positional argsTheo de Raadt
2003-05-15Regression for fmt_scaled() and scan_scaled().Ian Darwin
2003-02-12a double to int conversion testMichael Shalayeff
2003-02-12a very simple rint() test. helped figure out fpu emulation probs on hppaMichael Shalayeff
2003-02-12simple alloca test. done twice per deraadt@ suggestMichael Shalayeff
2003-02-05clean up the testall targetMarco S Hyman
2003-02-05add stdfiles test for proper fd handlingMarco S Hyman
2003-02-04Add test to compare threaded vs non-threaded fd handling.Marco S Hyman
2003-01-30add "testall" target for development testingMarco S Hyman
2003-01-27Another incorrect regression test. POSIX specifies that signalMarco S Hyman
2003-01-26remove bogus commentMarco S Hyman
2003-01-23print out the bad values when the test failsMarco S Hyman
2003-01-19repository move libc_r to libpthreadTheo de Raadt
2003-01-19repository move to libpthreadTheo de Raadt
2003-01-19add test to ensure select can be cancelled.Marco S Hyman
2003-01-18set stack size for threads, the default is too small for this test.Marco S Hyman
2003-01-14Bye-bye libc_r. libc_r and libnpthread go away. libpthreadMarco S Hyman
2003-01-03Nobody even compiles the #@!$&~ regression tests anyway.Miod Vallat
2002-12-13don't fail if stdout is not a tty.Marco S Hyman
2002-12-08Test option "-" (BSD extension)Todd C. Miller
2002-12-08comment out bogus portion of test until I figureMarco S Hyman
2002-12-07Add test for fix in revision 1.5 of getopt_long.cTodd C. Miller
2002-12-05update test resultsTodd C. Miller
2002-12-05excercise "-W longopt"Todd C. Miller
2002-12-05simple regress for getopt_long() and getopt_long_only()Todd C. Miller
2002-11-16use -lnpthread when USELIBPTHREAD=yesMarco S Hyman
2002-11-12dueling mallocs -- test for proper serialization when multiple threadsMarco S Hyman