summaryrefslogtreecommitdiffstats
path: root/regress/libexec (follow)
Commit message (Expand)AuthorAgeFilesLines
* Remove echo headlines.bluhm2020-12-171-8/+1
* Add a sub regression test for the nlst command in ftpd(8).jan2020-01-201-1/+6
* Add ftpd(8) sub test for mkdir.jan2020-01-161-1/+8
* Add sub test for ftpd(8) that test delete of files.jan2020-01-161-1/+7
* Add a file put sub test for ftpd(8) regression test.jan2020-01-161-2/+10
* Skip regress ftpd if there is no anonymous ftp user with existingbluhm2019-12-261-2/+10
* Add regression test for ftpd(8).jan2019-12-223-1/+73
* Avoid rm(1) prompt and show out in clean targetkn2019-05-211-2/+2
* Silence most clang warnings in ld.so regress.bluhm2017-08-079-16/+19
* Use C stdio instead of C++ iostream as we cannot use the latter inkettenis2017-08-045-20/+20
* Use ${CC}=${CXX} here as well.kettenis2017-08-041-1/+3
* Use volatile to keep clang from optimizing things too much. Force linkingkettenis2017-08-042-3/+5
* Split up source code to keep clang from optimizing this into failure.kettenis2017-08-023-15/+36
* A fix is coming in the future, but in the meantime we should never declarederaadt2017-08-012-4/+4
* ld.so and nfs regress were using PROGS variable before it was addedbluhm2017-07-101-7/+5
* Use --disable-new-dtags here as well.kettenis2017-03-184-4/+8
* The prog3 sub-tests tests DT_RPATH behaviour. Add --disable-new-dtags tokettenis2017-03-181-1/+2
* Add missing includes to avoid implicit function declarations.jsg2017-02-253-3/+6
* Make sure that the regress target builds the libraries. Stop building akettenis2016-09-272-0/+12
* Modernize constructor test such that it builds again and enable it.kettenis2016-09-278-15/+22
* Add a regress target so that a recursive "make regress" also buildsbluhm2016-09-051-2/+7
* ALL HAIL ELF!guenther2016-08-271-9/+3
* Add regress for environ and __progname vs load-time .init functionsguenther2016-03-207-1/+109
* fix regress fallout due to CFLAGS vs CXXFLAGSderaadt2015-06-154-8/+5
* Missing $OpenBSD$'s.krw2015-01-207-0/+7
* run script with ${SHELL}deraadt2014-12-011-2/+2
* Add Henri Kemppainen's copyrightguenther2014-09-076-0/+96
* Add dependency tests from Henri Kemppainen (duclare (at) guu.fi)guenther2014-09-071-2/+2
* Add dependency tests from Henri Kemppainen (duclare (at) guu.fi).guenther2014-09-0721-0/+208
* Fix regression tests for ld.sodoug2014-08-176-1/+18
* zap trailing newlines; "go for it" deraadtokan2014-07-162-3/+1
* Update ld.so-cookie test which is currently broken and gets in themartynas2014-02-161-13/+43
* Seems gcc4 whines about an empty file as well, so just unconditionally dokettenis2013-12-221-6/+1
* include stdlib.h for exit()jsg2013-10-281-1/+2
* Fix building regress outside of /usr/src where the objdirjsg2013-10-181-1/+10
* We do not produce "core" files, so they do not need to be deleted. theyderaadt2013-10-151-2/+2
* Remove support for COMPILER_VERSION == gcc2.miod2013-08-062-10/+6
* ELF_TOOLCHAIN bye bye.miod2013-07-052-12/+2
* - Hookup regress for rpath substitution supportkurt2013-04-051-2/+2
* Let this work on gcc < 4, which don't accept /dev/null as a valid input file.miod2013-04-021-10/+28
* Do not depend on the value of PATH to run.miod2013-03-311-2/+2
* - Add regress for forthcomming rpath ORIGIN substitution support.kurt2013-03-307-0/+120
* give this a chance to work after make objmiod2013-01-231-5/+5
* Remove excessive sys/cdefs.h inclusionderaadt2012-12-051-2/+2
* Link ld.so-cookie back into the regress build now that ld.so's __guardmatthew2012-08-221-3/+2
* Link randomdata tests into the regress build now that I've committed support formatthew2012-08-212-4/+5
* Double check that we're not testing libc's __guard. Changing ld.so'smatthew2012-08-171-0/+2
* Use dlopen("ld.so") instead of dlopen("/usr/libexec/ld.so") so we getmatthew2012-08-161-1/+1
* turd polish: use LDSTATIC=${STATIC} instead of LDFLAGS+=-staticmatthew2012-08-161-2/+2
* Add regression test to check that PIEs work too.matthew2012-08-162-2/+12