Age | Commit message (Expand) | Author |
2005-11-17 | errx is better here | Otto Moerbeek |
2005-11-17 | Test a few more rint functions. | Otto Moerbeek |
2005-11-14 | all other scripts in this dir use $SUDO, not 'sudo', so pull this even | Alexander von Gernler |
2005-11-12 | be aware of "tunnel" | Hans-Joerg Hoexer |
2005-11-09 | fix regress that assumed dlopen(0,...) returned handle to exe. | Kurt Miller |
2005-11-05 | zap unused var. | Federico G. Schwindt |
2005-10-31 | and panic if fork(2) fails. | Federico G. Schwindt |
2005-10-31 | enter pthread_atfork | Federico G. Schwindt |
2005-10-31 | pthread_atfork(3) regression. | Federico G. Schwindt |
2005-10-30 | -Wall cleanup. | Federico G. Schwindt |
2005-10-30 | add a regression test for ipcomp | Hans-Joerg Hoexer |
2005-10-21 | bullshit test; pointed out by david | Theo de Raadt |
2005-10-16 | Regression tests for "any" keyword. | Hans-Joerg Hoexer |
2005-09-30 | add prog3 | Kurt Miller |
2005-09-30 | regress that checks that a dlopen'ed object group is not unloaded if | Kurt Miller |
2005-09-30 | add a function with the same name in aa and bb, also bbTest2() in prep | Kurt Miller |
2005-09-30 | add test2 | Kurt Miller |
2005-09-30 | regress for a shared object with depenencies that have a shared common | Kurt Miller |
2005-09-28 | add dlclose subdir | Kurt Miller |
2005-09-28 | two new regresses for dlclose. double dlopen("foo") with single | Kurt Miller |
2005-09-28 | make sure dlsym(RTLD_DEFAULT,...) can see symbols in own object group | Kurt Miller |
2005-09-27 | various fixups; | Jason McIntyre |
2005-09-27 | report time duration required to play sample then % error of sample rate. | Dale Rahn |
2005-09-25 | Do not consider userland trap #496 (BUG system call on mvme88k) as special | Miod Vallat |
2005-09-23 | add test2 & 3 | Kurt Miller |
2005-09-23 | make sure a undefined weak doesn't interfere with a defined one of the | Kurt Miller |
2005-09-23 | add a regress for undefined weak. make sure ld.so doesn't warn on it or | Kurt Miller |
2005-09-23 | reflect recent changes, "Phase 1" section uses "force" now. | Hans-Joerg Hoexer |
2005-09-22 | Enable a bunch more tests. | Dale Rahn |
2005-09-22 | Test if a program exits when some of it's symbols are not found. | Dale Rahn |
2005-09-21 | more main.C -> main.c | Dale Rahn |
2005-09-21 | This test is now C, not C++. main.C ->main.c | Dale Rahn |
2005-09-20 | reflect latest changes ("Phase 1" and "Conneciton=...") | Hans-Joerg Hoexer |
2005-09-19 | Verify which symbol is found when same strong symbol found in multiple files. | Dale Rahn |
2005-09-19 | ansi clean so that all gcc versions can compile these; ok drahn | Theo de Raadt |
2005-09-19 | makefile cleanup: spacing, readability, tags | Kurt Miller |
2005-09-19 | makefile cleanup: spacing, readability, tags | Kurt Miller |
2005-09-19 | add test3 | Kurt Miller |
2005-09-19 | addtional tests involving two dlopened load groups | Kurt Miller |
2005-09-19 | add prog5 | Kurt Miller |
2005-09-19 | confirm DT_NEEDED libs gets promoted to RTLD_GLOBAL when parent gets | Kurt Miller |
2005-09-19 | add prog4 | Kurt Miller |
2005-09-19 | checks that dependent libs are not promoted to RTLD_GLOBAL by mistake | Kurt Miller |
2005-09-19 | clean up LDADD and make more readable. remove extra .include's | Kurt Miller |
2005-09-19 | clean up LDADD and make more readable | Kurt Miller |
2005-09-18 | unbreak make regress. noticed by theo | Kurt Miller |
2005-09-18 | Make these tests more regress like, self diagnosing, less verbose. | Dale Rahn |
2005-09-18 | move CC_{DIR|OBJDIR} to Makefile.inc in prep for prog4 | Kurt Miller |
2005-09-18 | remove extra includes | Kurt Miller |
2005-09-18 | link progs with extra rpath for dlopened libs instead of using | Kurt Miller |