1. 359980f rename syscall() macro to ltp_syscall() by Jan Stancek · 11 years ago
  2. 354ebb4 cleanup code indent by Wanlong Gao · 12 years ago
  3. 89af32a Another semiautomated cleanup. by Cyril Hrubis · 12 years ago
  4. fed9641 Fix FSF address by Wanlong Gao · 12 years ago
  5. ec6edca Add missing newline at end of file by Chris Dearman · 12 years ago
  6. 72521cf Fix more tests; remove more Tst_count externs. by Garrett Cooper · 14 years ago
  7. 2c28215 Style and conformance changes. by Garrett Cooper · 14 years ago
  8. 5374050 Merge branch 'master' into ltp-broom by Garrett Cooper · 14 years ago
  9. 43088e1 Merge branch 'master' of ssh://ltp.git.sourceforge.net/gitroot/ltp/ltp by Garrett Cooper · 14 years ago
  10. df3eb16 Deal with a lot of annoying style nits. by Garrett Cooper · 14 years ago
  11. a9670cd First crack at cleanup in this subdir. by Garrett Cooper · 14 years ago
  12. 4e94765 Timer related syscalls for LTP test: Signed-off-by: Suzuki K P <suzuki@in.ibm.com>, by Subrata Modak · 14 years ago
  13. 1a7f542 Wholesale testcase cleanup. by yaberauneya · 15 years ago
  14. 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
  15. 6670f84 eat trailing whitespace by vapier · 18 years ago
  16. bc8a461 move common defines/functions/etc... to one header file so we have to get it right just once by vapier · 18 years ago
  17. d13d74b ugh, dos CRLFs, how i hate you so by vapier · 18 years ago
  18. 27d4a1f Applied some zSeries specific patches from Susanne Wintenberger. by robbiew · 19 years ago
  19. 1d819a8 Added timer_create() tests from Aniruddha. by robbiew · 21 years ago