summaryrefslogtreecommitdiff
path: root/regress/lib
AgeCommit message (Expand)Author
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
2002-10-27remove MD bits from test.Marco S Hyman
2002-10-23remove 0x in front of %p -- not neededMarco S Hyman
2002-10-21do not use an absolute path in include; dhartmei@ okMichael Shalayeff
2002-10-21regression tests should test for proper operation, not what the codeMarco S Hyman
2002-10-21Clean up the siginfo test. pthreads siginfo delivery code stillMarco S Hyman
2002-10-21Add new testsMarco S Hyman
2002-10-21Add test for non-deferred signal handling in threads. pthreads codeMarco S Hyman
2002-10-21Add test for pthread_kill. The test currently fails as threadMarco S Hyman
2002-10-12Enable test for proper inheritance of NONBLOCK flag on accept.Marco S Hyman
2002-10-12reduce the amount of output on this test so you can see when thingsMarco S Hyman
2002-10-12oops, add the testMarco S Hyman
2002-10-12signal deliver to blocked thread testMarco S Hyman
2002-10-12Do not depend upon bugs in the pthreads implementation for properMarco S Hyman
2002-10-10add socket test to check blocking/non-blocking mode on accept.Marco S Hyman
2002-10-09comment where code is usedMarco S Hyman
2002-10-09clean-up. check that SA_RESETHAND does the right thing, too.Marco S Hyman
2002-10-07more meaningful errorMarco S Hyman
2002-10-07use/check SA_RESETHAND, too.Marco S Hyman
2002-10-07add pthread siginfo support testMarco S Hyman
2002-09-26remove MDC2; patentsMarkus Friedl
2002-09-14Move __cleanup into mprotect'ed page to prevent unintentional modificationsDaniel Hartmeier
2002-09-02Rename a bunch of the old bsd.regress.mk variables into the new ones.Anil Madhavapeddy
2002-09-02the regress target should be run-regress-atexit_test to avoidAnil Madhavapeddy
2002-09-01e_os.h is longer installedMarkus Friedl
2002-08-30re-enable function pointer table protection, this time make sure thatDaniel Hartmeier
2002-08-26Make this into a proper regress test.Artur Grabowski
2002-08-21add missing CLEANFILES; ok miod@Wilbern Cobb
2002-08-09Get rid of remaining __P usage (except for imported code);Jason Peel
2002-07-31Oops. don't forget to reformat the code after cut 'n paste.Artur Grabowski
2002-07-31Test that longjmp from signals works. (it does)Artur Grabowski
2002-07-29Try to modify __atexit directly and see if our function gets called.Daniel Hartmeier
2002-07-05regress for getaddrinfo/getnameinfoJun-ichiro itojun Hagino
2002-06-23Fix pthread floatting point preemption test and enable it. NextMarco S Hyman
2002-06-23more gid_t and uid_t are unsignedTheo de Raadt
2002-06-17Remove bogus make expression that only confused readers of the file.Marco S Hyman
2002-06-16write newline before successful test completionMarco S Hyman
2002-06-16write output to stdout instead of fprintf to stderr. This brings itMarco S Hyman
2002-06-08recurse into my new test (libm/trivial1)Jason Wright
2002-06-08Really simple test that shouldn't fail, but does on some arch's (ok, oneJason Wright
2002-05-15Build and run openssl regress tests in addition to our own.Bob Beck