1. aabb834 Include usctest.h in test.h by Cyril Hrubis · 9 years ago
  2. 605fa33 Get rid of TEST_CLEANUP by Cyril Hrubis · 9 years ago
  3. cf0d626 Remove all useless NULL casts. by Cyril Hrubis · 10 years ago
  4. 0b9589f testcases: Constify char *msg variable. by Cyril Hrubis · 10 years ago
  5. d59a659 s/Tst_count/tst_count/ to avoid CamelCase by Caspar Zhang · 11 years ago
  6. 359980f rename syscall() macro to ltp_syscall() by Jan Stancek · 11 years ago
  7. 354ebb4 cleanup code indent by Wanlong Gao · 12 years ago
  8. 89af32a Another semiautomated cleanup. by Cyril Hrubis · 12 years ago
  9. fed9641 Fix FSF address by Wanlong Gao · 12 years ago
  10. ec6edca Add missing newline at end of file by Chris Dearman · 12 years ago
  11. 72521cf Fix more tests; remove more Tst_count externs. by Garrett Cooper · 14 years ago
  12. 2c28215 Style and conformance changes. by Garrett Cooper · 14 years ago
  13. 5374050 Merge branch 'master' into ltp-broom by Garrett Cooper · 14 years ago
  14. a9670cd First crack at cleanup in this subdir. by Garrett Cooper · 14 years ago
  15. 4e94765 Timer related syscalls for LTP test: Signed-off-by: Suzuki K P <suzuki@in.ibm.com>, by Subrata Modak · 14 years ago
  16. 1a7f542 Wholesale testcase cleanup. by yaberauneya · 15 years ago
  17. e8af978 CLOCK_PROCESS_CPUTIME_ID and CLOCK_THREAD_CPUTIME_ID are also supported besides CLOCK_REALTIME and CLOCK_MONOTONIC. That's the cause of the failure of clock_gettime03, timer_create02 and timer_create04. Another cause is that struct sigevent evp is assigned with invalid values when option is 1. That's the cause of the failure of timer_create02 and timer_create03. CLOCK_REALTIME_HR and CLOCK_MONOTONIC_HR have been removed in the later kernel versions, hence the failures in the test. I am still trying to find out if any kernel versions used to support these. CLOCK_PROCESS_CPUTIME_ID and CLOCK_THREAD_CPUTIME_ID are supported from 2.6.12 kernel version onwards and the test case needs to be modified for this change. Also in timer_create02.c, setup_test() case1 needs to be modified so as to make evp NULL instead of its members. Since the testcase behaves differently for different kernel versions, a version check needs to be added for making it pass across versions. I'm removing the HR clocks from the tests along with other changes, by, Anoop V. Chakkalakkal <anoop.vijayan@in.ibm.com> by subrata_modak · 16 years ago
  18. 6670f84 eat trailing whitespace by vapier · 18 years ago
  19. ef5f40a remove ANYSIG define since it is just fluff by vapier · 18 years ago
  20. bc8a461 move common defines/functions/etc... to one header file so we have to get it right just once by vapier · 18 years ago
  21. d13d74b ugh, dos CRLFs, how i hate you so by vapier · 18 years ago
  22. 27d4a1f Applied some zSeries specific patches from Susanne Wintenberger. by robbiew · 19 years ago
  23. 1d819a8 Added timer_create() tests from Aniruddha. by robbiew · 21 years ago