1. e357da6 Convert nanosleep02 to newlib by Richard Palethorpe · 6 years ago
  2. 18b780d Rename TEST_ERRNO and TEST_RETURN for new test lib by Christian Lanig · 6 years ago
  3. 49543a1 kernel/syscall: divide .gitignore into one for each sub-folder by Yixin Zhang · 7 years ago
  4. b5d620a lib: keep the test id hidden in LTP library by Li Wang · 7 years ago
  5. d84a7ec Make use of SAFE_KILL() by Cyril Hrubis · 7 years ago
  6. c459654 syscalls: Add timer measurement library by Cyril Hrubis · 7 years ago
  7. 249f405 various: use sys/wait.h instead of wait.h by Steven Jackson · 8 years ago
  8. d6d11d0 Introduce tst_parse_opts() by Cyril Hrubis · 10 years ago
  9. 7b85868 syscalls/nanosleep02: Cleanup and fix. by Cyril Hrubis · 10 years ago
  10. 58be220 syscalls/nanosleep01: Cleanup and fix. by Cyril Hrubis · 10 years ago
  11. 2c0c841 syscalls/nanosleep01: Cleanup. by Cyril Hrubis · 10 years ago
  12. b4be63d syscalls/nanosleep04: Cleanup. by Cyril Hrubis · 10 years ago
  13. 400b622 syscalls/nanosleep03: Cleanup. by Cyril Hrubis · 10 years ago
  14. 6febe05 syscalls/nanosleep02: Cleanup. by Cyril Hrubis · 10 years ago
  15. aabb834 Include usctest.h in test.h by Cyril Hrubis · 10 years ago
  16. 605fa33 Get rid of TEST_CLEANUP by Cyril Hrubis · 10 years ago
  17. e38b961 Remove STD_FUNCTIONAL_TEST by Cyril Hrubis · 10 years ago
  18. 0b9589f testcases: Constify char *msg variable. by Cyril Hrubis · 10 years ago
  19. c57fba5 testcases/kernel/syscalls: clean up old style prototypes by Mike Frysinger · 11 years ago
  20. fdce7d5 Another semiautomated cleanup. by Cyril Hrubis · 12 years ago
  21. d59a659 s/Tst_count/tst_count/ to avoid CamelCase by Caspar Zhang · 12 years ago
  22. 354ebb4 cleanup code indent by Wanlong Gao · 12 years ago
  23. 89af32a Another semiautomated cleanup. by Cyril Hrubis · 12 years ago
  24. 4548c6c Update FSF address by Wanlong Gao · 12 years ago
  25. ec6edca Add missing newline at end of file by Chris Dearman · 12 years ago
  26. 1e6f5a6 Resolving all compile errors via a script by Garrett Cooper · 14 years ago
  27. 1569799 Fix some tests. Remove all externs to Tst_count. by Garrett Cooper · 14 years ago
  28. a9e49f1 Fix all of the remaining conflicts and some style issues. by Garrett Cooper · 14 years ago
  29. 7d0a4a5 Cleanup style and get rid of conflicts problems. by Garrett Cooper · 14 years ago
  30. 2c28215 Style and conformance changes. by Garrett Cooper · 14 years ago
  31. 5374050 Merge branch 'master' into ltp-broom by Garrett Cooper · 14 years ago
  32. 43088e1 Merge branch 'master' of ssh://ltp.git.sourceforge.net/gitroot/ltp/ltp by Garrett Cooper · 14 years ago
  33. 60fa801 More meaningful cleanup with making options parsing errors consistent. by Garrett Cooper · 14 years ago
  34. 45e285d Remove useless casts. by Garrett Cooper · 14 years ago
  35. cba2387 Shuffle around the code and exit _once_ at the bottom of the child process. by yaberauneya · 15 years ago
  36. f00ed7a Resolve the issue reported in the following email by using WIFEXITED(status) && WEXITSTATUS(status) == 0 as the pass criteria, as it should be according to wait(2). by yaberauneya · 15 years ago
  37. 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
  38. ef77253 1. Please see README.mk-devel for a full description of the changes by yaberauneya · 15 years ago
  39. 56207ce Coding Syle Cleanups. Signed-Off-By: <michal.simek@petalogix.com>. by subrata_modak · 16 years ago
  40. 030c6b7 pselect01 & nanosleep02: Warnings about Syscall Execution Time: This patch addes warnings in pselect01 and nanosleep02 test cases that the certain failures may due to the limitation of the way it calculates the system call execution time. Signed-off-by: CAI Qian <caiqian@cclom.cn>. by subrata_modak · 16 years ago
  41. bdbaec5 Clean Trailing Tab: Signed-off-by: Michal Simek <monstr@monstr.eu>. by subrata_modak · 16 years ago
  42. 4bb656a Clear Trailing Whitespace. Signed-off-by: Michal Simek <monstr@monstr.eu>. by subrata_modak · 16 years ago
  43. 43337a3 Fix return(0) to return 0. Signed-off-by: Michal Simek <monstr@monstr.eu>. by subrata_modak · 16 years ago
  44. f2f0acb This patch cleans code a little bit by removing leftovers. Signed-off-by: CAI Qian <caiqian@cclom.cn>. by subrata_modak · 16 years ago
  45. 27efa4c I've attached some patches that I created for LTP at work. Most of them simply add command-line options to specify the amount of memory/pages to use for tests. However, there's one fix that works around a bug in uClibc's pthread implementation.Don't place an upper limit on the amount of time a nanosleep(2) call should take. The nanosleep(2) call will suspend execution for _at least_ the specified time, no upper limit is guaranteed. Matt Fleming <mjf@gentoo.org>. by subrata_modak · 16 years ago
  46. b5ed1f6 some more uClinux fixes from Jane Lv by vapier · 18 years ago
  47. 5366cb0 standardize makefiles (punt UCLINUX/COLDFIRE cruft, build everything with -Wall and user-optimizations, remove pointless targets in favor of implicit ones, etc...) by vapier · 18 years ago
  48. 7ceb0e6 This patch address bug 22203 and fixes the problem of nanosleep02 occasionally failing on 64 bit on beta 6. by mreed10 · 19 years ago
  49. a38ab6a Fix for defect 17215 by mridge · 19 years ago
  50. d34d581 Applied fixes by Paul J.Y. Lahaie to implement support for UCLinux by robbiew · 19 years ago
  51. db7acc7 Increased USER_PRECISION to 2200 to take into account the processes switching time. by robbiew · 20 years ago
  52. 4238f34 Change to USEC_PRE to get around glibc bug by mridge · 21 years ago
  53. 95528e0 OPTS relocation by robbiew · 21 years ago
  54. 71223df updated to 0.9.0 by robbiew · 22 years ago
  55. e3c5642 moved to top-level /include by robbiew · 22 years ago
  56. f6ed195 Applied Dan Kegel's `ash` compatibility patch. by robbiew · 22 years ago
  57. 2d950e4 Applied Dan Kegel's patch: by robbiew · 22 years ago
  58. 52333de Applied Dan Kegel's "\n" removal patch. by robbiew · 22 years ago
  59. 01be333 warnings cleanup by robbiew · 22 years ago
  60. 66ea9a8 Made changes to allow non-root users to perform a 'make install'. by robbiew · 22 years ago
  61. 5475776 Applied Vasan Sundar's Makefile patches. by robbiew · 22 years ago
  62. f9e8ec3 Added additional nanosleep() test from the Open POSIX* Testsuite. by robbiew · 22 years ago
  63. 9b91947 Applied Andrea Arcangeli <andrea@suse.de> patch. Note below: by robbiew · 22 years ago
  64. bc4c280 *** empty log message *** by robbiew · 23 years ago
  65. 16dc53f Separate make and make install by plars · 23 years ago
  66. bef097e fixed by plars · 23 years ago
  67. 865695b restructuring work done, and adding about 400 testcases by plars · 23 years ago