summaryrefslogtreecommitdiffstats
path: root/tools/regression/gaithrstress
Commit message (Collapse)AuthorAgeFilesLines
* MFC r282062:ngie2015-05-131-5/+5
| | | | | Fix -Wformat warnings by using proper format string qualifiers for long and unsigned[ long] types
* MFC r264400,r265836:ngie2014-12-311-1/+1
| | | | | | | | | | | | | | r264400: NO_MAN= has been deprecated in favor of MAN= for some time, go ahead 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. r265836: Remove last two NO_MAN= in the tree. In both of these cases, MAN= is what is needed.
* Fixed missing or broken library dependencies.ru2010-02-251-1/+2
|
* Fixed error checking of pthread(3) functions.ru2010-02-121-1/+1
| | | | | PR: 143807 Submitted by: pluknet (partly)
* Start the dreaded NOFOO -> NO_FOO conversion.ru2004-12-211-1/+1
| | | | OK'ed by: core
* For variables that are only checked with defined(), don't provideru2004-10-241-1/+1
| | | | any fake value.
* Add some more comments and a -4 argument to restrict searches to onlygreen2004-02-211-5/+16
| | | | | A (not default A and AAAA) records. Now the longest time that a -4 thread might hang trying to resolve is only 2:30 instead of 5:00 ;)
* Print the maximum resolution time encountered by each thread. Did yougreen2004-02-211-5/+25
| | | | | know that the resolver might keep trying on a getaddrinfo() for up to FIVE MINUTES?
* Add my getaddrinfo(3) stress-tester as gaithrstress. The most obviousgreen2004-02-202-0/+252
regressions would be to see the program or your kernel crashing. If you want to give it something to really test out, try a much more reentrant version of the resolver. <URL:http://green.homeunix.org/~green/reentrant_resolver.patch> Any Mozilla-based browser would show you a clear difference.
OpenPOWER on IntegriCloud