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. fed9641 Fix FSF address by Wanlong Gao · 12 years ago
  4. b7a9504 Clean up clock_settime03.c code. by Cyril Hrubis · 13 years ago
  5. ec544ef clock_settime03: the return value of clock_settime syscall changed by Wanlong Gao · 13 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. 1a7f542 Wholesale testcase cleanup. by yaberauneya · 15 years ago
  13. 261d0fb testcases/kernel/include/...: by yaberauneya · 15 years ago
  14. 923b23f Other compiler warning fixes: this is another chunk of compiler warning fixes in LTP tests, related to printf format strings. They have multiple causes: by subrata_modak · 15 years ago
  15. 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
  16. 6670f84 eat trailing whitespace by vapier · 18 years ago
  17. bc8a461 move common defines/functions/etc... to one header file so we have to get it right just once by vapier · 18 years ago
  18. d13d74b ugh, dos CRLFs, how i hate you so by vapier · 18 years ago
  19. 27d4a1f Applied some zSeries specific patches from Susanne Wintenberger. by robbiew · 19 years ago
  20. 2692f9e Added 2 tests for clock_settime() from Aniruddha. by robbiew · 21 years ago