summaryrefslogtreecommitdiff
path: root/regress
AgeCommit message (Expand)Author
2004-01-07Remove previous makefile hack (disabling optimization) and addmartin
2004-01-06Avoid optimizations that move common code out of the RAS.martin
2004-01-04support MKCRYPTO=no (des.h is not present)lukem
2004-01-03support MKSKEY=nolukem
2004-01-02On archictectures not supporting RAS make this regression testsmartin
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-10Add a check whether the stack is executable when needed, and one whetherdrochner
2003-12-10comment from niels provos;itojun
2003-12-02Add another regression test that does not work right now.christos
2003-11-29less magic constant.yamt
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-18kjk reported this does not work on the vax.christos
2003-11-15Descend into bin/dddsainty
2003-11-15Regression tests for dd(1). Not currently comprehensive, but tests for the b...dsainty
2003-11-14Descend into the randomid directory.simonb
2003-11-14Add a regression test for randomid(3).simonb
2003-11-14Remove <frame.h>christos
2003-11-13Add NetBSD RCS id's.simonb
2003-11-07Annotate changes and remove non-existing files.christos
2003-11-07Remove more troublesome files for now.augustss
2003-11-07Comment out some files that makes this break on some platforms.augustss
2003-11-07no more disklabel_mbr.hchristos
2003-11-07don't include varargs.h for gcc-3christos
2003-11-07add okheaders to the testchristos
2003-10-26Use ${HOST_SH} instead of `sh'.lukem
2003-10-26use ${HOST_SH} instead of /bin/shlukem
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-21NULL/integer mixupitojun
2003-10-21Don't use NULL inappropriately.agc
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