summaryrefslogtreecommitdiff
path: root/regress/lib
AgeCommit message (Expand)Author
2010-02-16if pthread_create() fails, display the iteration number in the error message.mrg
2010-01-26make this test actually work:mrg
2009-11-25Handle undefined USE_SSP. XXX *_SSP variables needs clean-up.uebayasi
2009-11-25Descend into ssp/ only if ${USE_SSP} is yes.uebayasi
2009-11-02remove libevent (uses ATF tests now)plunky
2009-11-02remove old libevent sourcesplunky
2009-07-18Start with alignment '1' and write the search char to the byte beforedsl
2009-07-18Add tests that scan for 0x0 and 0xff.dsl
2009-07-18We can try to trick the compiler, but at least we need to let itpgoyette
2009-07-17Pollute the space either side of the string being compared with the testdsl
2009-07-11The local function pointer wasn't enough to stop gcc using the builtindsl
2009-07-08Update to libevent-1.4.11-stable. This has been a long time coming andtls
2009-05-07add regression test for gdtoa large field width.christos
2009-04-02add a test which exercises libpthread's ability to remember thedrochner
2009-04-02add a test which stresses the rbtree code with random numbersdrochner
2009-03-08remove obsolete comment.christos
2009-02-17si_sigval is now si_value.christos
2009-02-17add a regression test for sigfpe. Most ports don't pass it right now.christos
2009-02-14Don't try to descend into regress/lib/libcrypto now that it's not therecube
2009-02-13Convert the threads libcrypto test to ATF and enable it. Drop the old onejmmv
2009-02-13Remove libcrypto regress tests as they have been converted to ATF. The newjmmv
2009-01-30signal(getpid(), SIGFOO) -> raise(SIGFOO)ad
2009-01-26Don't corrupt %r4 - it's a callee save.skrll
2009-01-25Use %zu instead of %lu. for size_t.nonaka
2009-01-25sign-compare fixlukem
2009-01-24add glue to compile all the files we use from libc here.christos
2009-01-18fix -Wsign-compare issueslukem
2009-01-02Fixes PR lib/39662, shortcomings in LC_{MONETARY,NUMERIC,TIME,MESSAGES} db fo...tnozaki
2008-08-28whitespace regression test from Andy Shevchenkochristos
2008-08-27mktime regression test from Andy Shevchenkochristos
2008-08-17return NULLgmcgarry
2008-07-21Remove the \n and tabs from the __COPYRIGHT() strings.lukem
2008-05-25make this compile again from Stathis Kamperischristos
2008-05-16Update to libevent 1.4.4-stable.peter
2008-05-02Move to 2 clause license (can you spot the typo in the old text?)martin
2008-04-28Remove clause 3 and 4 from TNF licensesmartin
2008-04-01make this compile againdrochner
2008-03-09No, it's not wrong after all. Sorry about the churn. I am going to adjustdholland
2008-03-09Revert previous; it is wrong. Unfixes PR 37750.dholland
2008-03-09Use NOMAN=, not MKMAN=no. PR misc/37750 from Johan A. van Zanten.dholland
2008-03-09Make this smarter still, so it folds multiple names for the same portdholland
2008-03-08Make this smarter; diff the output instead of just wc'ing it.dholland
2008-02-03regression test for posix_memalignchristos
2008-01-19Add regression test for inet_network(3).ginsbach
2008-01-08Fix PR/37710. Correct botched test result. This lead to an erroneousginsbach
2008-01-06Only remove the dbfile if no filename was given via -fmartin
2008-01-03Remove the test db file when done testing.martin
2007-12-06Fix stresep(3) handling of consecutive quoted delimiter characters.seb
2007-12-03Print return value on errorad
2007-11-26more PR/36938tnozaki