summaryrefslogtreecommitdiff
path: root/regress/lib
AgeCommit message (Expand)Author
2004-01-02enable sigmask1 and siglongjmp1cl
2004-01-02Regression test for siglongjmp out of a signal handler back intocl
2004-01-02Regression test for pthread_sigmask when SA upcalls aren't started yet.cl
2004-01-02skip ai_canonname from testing, as it can be vary by /etc/hosts setting.itojun
2003-12-31Descend into siginfo on cleandir always.martin
2003-12-23Fix regression failure due to missing dependency.junyoung
2003-12-19Update the checksum to match src/lib/libc/stdlib/random.c rev 1.23.veego
2003-12-17Don't check for HAVE_SIGINFO if make(obj) (as more than likely the compilerjmc
2003-12-11.include <bsd.own.mk> so the proper have of CC is defined before we use it.matt
2003-12-10comment from niels provos;itojun
2003-11-29Fix up abort test so that we abort the first time we see a small enoughsimonb
2003-11-27Print out a little more info in the debug case.simonb
2003-11-25uint64_t may not be "unsigned long long", so use of ULLONG_MAX is notitojun
2003-11-21Add condcancel1.nathanw
2003-11-21RCS IDnathanw
2003-11-21Regression test for destroying a condition variable that had a cancellednathanw
2003-11-19Actually print self in the "Thread %p got semaphore" message.uwe
2003-11-14Descend into the randomid directory.simonb
2003-11-14Add a regression test for randomid(3).simonb
2003-11-13Add NetBSD RCS id's.simonb
2003-10-26Use ${HOST_SH} instead of `sh'.lukem
2003-10-25Check HUGE_VALF and HUGE_VALL as well. Also add some cross checking forkleink
2003-10-24Lift the vax restriction on the nan test.kleink
2003-10-24Make this test the currently libc-internal isinfl() as well.kleink
2003-10-24Make this test the currently libc-internal isnanl() as well.kleink
2003-10-23While the intention of picking up the target's include files was fine,he
2003-10-22Fix a comment.kleink
2003-10-21Don't compare the return value of strncmp(3) against NULL - it's an integer.agc
2003-10-20Make sure to pick up the target's include files in the test for whetherhe
2003-10-12Writing to address 0x5a5a5a5a does not guarantee a SIGSEGV on all platformspk
2003-10-04don't descend to siginfo on platforms that don't have it. by popular demand.christos
2003-10-01Query _POSIX_SEMAPHORES before the functional tests are run.kleink
2003-09-30Maybe I'm just slow, but having diffs in the wrong direction confuses me...mycroft
2003-09-26Descend to siginfo; this will prompt the port masters to complete thechristos
2003-09-14this needs to be able to core-dump so unlimit corechristos
2003-09-14Add a Makefile for the siginfo testschristos
2003-09-14Add a Makefilechristos
2003-09-14turn this into a proper regression test.christos
2003-09-14more regression.christos
2003-09-13make this a true regression test.christos
2003-09-12add regression test for siginfo and threaded signal delivery.christos
2003-09-06simple tests to verify new signal trampoline works.christos
2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc
2003-08-04regress test for libdes (destest.c from 0.9.6j)itojun
2003-08-01Rework how dependency generation is performed:lukem
2003-07-31consistently use new DES API, re-enable des regression testitojun
2003-07-29style nit; list bsd.rpc.mk before bsd.prog.mklukem
2003-07-26netbsd.org->NetBSD.orgsalo
2003-07-26include <stdlib.h> for exit prototypemrg
2003-07-24Fix broken library reference.tron