aboutsummaryrefslogtreecommitdiff
path: root/tools/regression/tls
Commit message (Collapse)AuthorAgeFilesLines
* Add missing stdlib.h headerEnji Cooper2015-12-081-2/+5
| | | | | | | | | | Apply some minor style(9) fixes MFC after: 3 days Sponsored by: EMC / Isilon Storage Division Notes: svn path=/head/; revision=291984
* Fix compilation warnings by adding unistd.h #include and missing returnEnji Cooper2015-12-081-2/+8
| | | | | | | | | | statements MFC after: 3 days Sponsored by: EMC / Isilon Storage Division Notes: svn path=/head/; revision=291983
* Fix LDADD/DPADD that should be LIBADD.Bryan Drewery2015-12-042-4/+2
| | | | | | | Sponsored by: EMC / Isilon Storage Division Notes: svn path=/head/; revision=291738
* NO_MAN= has been deprecated in favor of MAN= for some time, go aheadWarner Losh2014-04-133-3/+3
| | | | | | | | | and finish the job. ncurses is now the only Makefile in the tree that uses it since it wasn't a simple mechanical change, and will be addressed in a future commit. Notes: svn path=/head/; revision=264400
* Fixed missing or broken library dependencies.Ruslan Ermilov2010-02-255-8/+8
| | | | Notes: svn path=/head/; revision=204311
* NO_MAN is not needed here.Ruslan Ermilov2006-03-162-2/+0
| | | | Notes: svn path=/head/; revision=156775
* Adjust code to be more reliable.David Xu2005-04-241-10/+8
| | | | Notes: svn path=/head/; revision=145468
* Add a program to test if tls data is clean.David Xu2005-04-233-1/+52
| | | | Notes: svn path=/head/; revision=145467
* Start the dreaded NOFOO -> NO_FOO conversion.Ruslan Ermilov2004-12-214-4/+4
| | | | | | | OK'ed by: core Notes: svn path=/head/; revision=139103
* For variables that are only checked with defined(), don't provideRuslan Ermilov2004-10-244-4/+4
| | | | | | | any fake value. Notes: svn path=/head/; revision=136910
* Remove some debug cruft from the Makefiles and make them ${.OBJDIR}Doug Rabson2004-08-163-17/+8
| | | | | | | friendly. Notes: svn path=/head/; revision=133835
* This file is not suppose be be all one big comment :-(Doug Rabson2004-08-051-1/+1
| | | | | | | Pointed out by: ssouhlal Notes: svn path=/head/; revision=133162
* Add regression tests for TLS.Doug Rabson2004-08-0314-0/+429
Notes: svn path=/head/; revision=133066