1. 620a452 gitignore: add gitignore for posix and realtime test suites by Petr Vorel · 7 years ago
  2. 8967f96 Update references with my old legal name/email to my current name/email address by Ngie Cooper · 7 years ago
  3. 0702d49 shell: fix echo -e bashisms, simplify code by Petr Vorel · 8 years ago
  4. d218f34 Remove useless malloc() casts. by Cyril Hrubis · 10 years ago
  5. cb76dcd pthread_cond_many: fix uninitialized return in option handling by Gary S. Robertson · 10 years ago
  6. 56ffde4 realtime tests: added additional install targets by Anders Roxell · 11 years ago
  7. 871b7d7 added run_auto.sh to install targets for realtime tests by Anders Roxell · 11 years ago
  8. d6ea0a4 realtime/(func|perf)/: rename run.sh to run_auto.sh by Anders Roxell · 11 years ago
  9. 354ebb4 cleanup code indent by Wanlong Gao · 12 years ago
  10. 4548c6c Update FSF address by Wanlong Gao · 12 years ago
  11. ef78227 Unbreak realtime testsuite compilation. by Cyril Hrubis · 13 years ago
  12. 7d0a4a5 Cleanup style and get rid of conflicts problems. by Garrett Cooper · 14 years ago
  13. 2c28215 Style and conformance changes. by Garrett Cooper · 14 years ago
  14. df3eb16 Deal with a lot of annoying style nits. by Garrett Cooper · 14 years ago
  15. 7f05328 Fix two broken Makefiles reported by Gowri at IBM. by yaberauneya · 15 years ago
  16. ef77253 1. Please see README.mk-devel for a full description of the changes by yaberauneya · 15 years ago
  17. 9533201 Use librttest arg parsing and init_pi_mutex: This patch converts pthread_cond_many to use the librttest infrastructure for argument parsing and mutex initialization. The default behavior of the test changes from using a non-pi mutex to a pi mutex. This is because -p defaults to 1 in librttest. We could update run.sh with -p0, but I feel inside a realtime testsuite this test should be using PI mutexes anyway. by subrata_modak · 15 years ago
  18. aacd331 This line has to be added to avoid a stupid CVS problem. Should be removed in the next commit of the same source file. by subrata_modak · 15 years ago
  19. 1897ec4 This set of 3 patches adds a new API stats_container_append to libstats. This function adds new stats_record_t to the record list in stats_container_t. It also replaces the occurrences of data->size with data->index and modifies the test-cases to call the append function. Changelog by subrata_modak · 15 years ago
  20. 4ce8327 Remove references of jvmsim from the tests: Most of the testcases, have an option (-j) which runs the jvmsim as a background load so as to simulate the behavior of the JVM.This patch removes the references of jvmsim from all the testcases. Signed-Off-By: Chirag <chirag@linux.vnet.ibm.com>, Acked-by: Sripathi Kodi <sripathik@in.ibm.com>. by subrata_modak · 16 years ago
  21. d0f013f Now that the realtime tests are part of the LTP, there is no need to have any longer specific compilation directives comments in the source files. And in most cases they are incorrect. Signed-off-by: Sebastien Dugue <sebastien.dugue@bull.net>. Cc: Darren Hart <dvhltc@us.ibm.com> by subrata_modak · 16 years ago
  22. 58f0b1a Remove autotools stuff: by subrata_modak · 16 years ago
  23. d104a94 Add Makefiles to all the realtime testcases without any autotools dependencies. Signed-off-by: Sebastien Dugue <sebastien.dugue@bull.net> by subrata_modak · 16 years ago
  24. 1378205 There are numerous cleanups, fixes and features went into our locally maintained version of realtime tests, since its intergration in LTP december last year. This patch merges those changes into LTP tree. The patch majorly contains : by subrata_modak · 16 years ago
  25. 6acdc8e Initial Set of Real Time Linux Test Cases, by Nivedita Singhvi <niv@us.ibm.com> & sudhanshu Singh <sudhanshusingh@in.ibm.com> by subrata_modak · 17 years ago