1. dbd8b81 Remove bashism in generating Version file by Garrett Cooper · 12 years ago
  2. 204924a ltp-pan.c: fix error of Total Tests by Peng Haitao · 12 years ago
  3. 3d3e94e Changed nconv variable from long to int in /lib/bytes_by_prefix.c by Marios Makris · 12 years ago
  4. 1475f67 Renamed /lib/str_to_bytes.c and /include str_to bytes.h by Marios Makris · 12 years ago
  5. 9a769aa Indentation and coding style fixes on /lib/str_to_bytes.c as well as /include/str_to_bytes.h by Marios Makris · 12 years ago
  6. 1518c2d mm: fixed nodemask args in set_mempolicy() by Zhouping Liu · 12 years ago
  7. 9ebaf85 logrotate01: fix a bug of config file's permission is wrong by Peng Haitao · 12 years ago
  8. 365b9dd Merge branch 'master' of ssh://ltp.git.sourceforge.net/gitroot/ltp/ltp by Caspar Zhang · 12 years ago
  9. 01a25df move_pages09: small code cleanup by Wanlong Gao · 12 years ago
  10. d6153bf move_pages08: small code cleanup by Wanlong Gao · 12 years ago
  11. 90429d4 move_pages09: move_pages returns 0 if nothing got migrated by Jan Stancek · 12 years ago
  12. 7e5d1ed move_pages08: E2BIG was removed in 2.6.29 by Jan Stancek · 12 years ago
  13. eaef11e move_pages09: small code cleanup by Wanlong Gao · 12 years ago
  14. 0b6ed07 move_pages08: small code cleanup by Wanlong Gao · 12 years ago
  15. 338299d move_pages09: move_pages returns 0 if nothing got migrated by Wanlong Gao · 12 years ago
  16. 6e8e2be move_pages08: E2BIG was removed in 2.6.29 by Wanlong Gao · 12 years ago
  17. 1291c62 syscalls/move_pages: removed tst_exit in check_config() by Zhouping Liu · 12 years ago
  18. a95392f syscalls/move_pages: modified HAS_NUMA_H as HAVE_NUMA_H by Zhouping Liu · 12 years ago
  19. 3623c8e m4/ltp-numa.m4: fixed numa config by Zhouping Liu · 12 years ago
  20. 94c5708 memcg_move_charge_at_immigrate_test: fix a bug of usage_in_bytes is not 'exact' by Peng Haitao · 12 years ago
  21. 4623b43 TB1 has a lower priority than TFs, it has not chance to run. by Bian Naimeng · 12 years ago
  22. c773f3f pthread_cond_timedwait:2-5: code cleanups by Wanlong Gao · 12 years ago
  23. 40b04af mq_timedreceive:5-2: reduce the timeout to be compared by Wanlong Gao · 12 years ago
  24. 07cc2dd ld01: fix the error message of gcc by Wanlong Gao · 12 years ago
  25. 8d53ecd hugeshmget02: remove the existent key before testing by Wanlong Gao · 12 years ago
  26. 95e17fb aio_cancel/3-1: increase BUF_SIZE by Kang Kai · 12 years ago
  27. cb66da5 Replace create_kernel_faults_in_loops_and_probability.pl with an awk equivalent by Garrett Cooper · 12 years ago
  28. 6603012 Replace create_dmesg_entries_for_each_test.pl with an awk equivalent by Garrett Cooper · 12 years ago
  29. 1f9833e Install .awk files by Garrett Cooper · 12 years ago
  30. 3920fd1 Replace create_valgrind_check.pl with an awk equivalent by Garrett Cooper · 12 years ago
  31. 68d1eb6 make mce-test a submodule by Caspar Zhang · 12 years ago
  32. d2a255e at_deny01: fix a bug of /etc/init.d/atd is nonexistent by Peng Haitao · 12 years ago
  33. 62e3be1 pthread_join: skip the detached thread by Wanlong Gao · 12 years ago
  34. d26b6a1 pthread_join/6-3: split the do_it switch by Wanlong Gao · 12 years ago
  35. a912de7 hugeshmdt: make sure shm_size is not bigger than shmmax by Wanlong Gao · 12 years ago
  36. 6aa1b8d hugeshmctl: make sure shm_size not bigger than shmmax by Wanlong Gao · 12 years ago
  37. fd46809 hugeshmget: use the new check_shmmax to check shm_size by Wanlong Gao · 12 years ago
  38. 880e33d hugeshmat: check the shm_size not bigger than shmmax by Wanlong Gao · 12 years ago
  39. 892153a memlib: add update_shm_size to check shm_size not bigger than shmmax by Wanlong Gao · 12 years ago
  40. 994f44a hugetlb: add lib-clean in makefile by Wanlong Gao · 12 years ago
  41. b4a62c0 LTP 20120401 by shubham · 12 years ago
  42. 4f267b6 mm/tunable: fix unexpected error log in min_free_kbytes by Zhouping Liu · 12 years ago
  43. 4611a5f pthread_join:4-1.c:ignore detached thread by lidan · 12 years ago
  44. 9bdceca pthread_join: code cleanups by Wanlong Gao · 12 years ago
  45. 33341a9 cron02: fix a bug of /etc/init.d/crond is nonexistent by Peng Haitao · 12 years ago
  46. 177ceec pthread_join:4-1.c: clean up code by lidan · 12 years ago
  47. 177a989 hugeshmget02: limit the shm_size to shmmax by Wanlong Gao · 12 years ago
  48. bab395d mremap: fix dependency on ipc subdir by Jan Stancek · 12 years ago
  49. 8b7cc63 mm/tunable: add a new testcase min_free_kbytes by Zhouping Liu · 12 years ago
  50. 7103d3e kill: fix dependency on ipc subdir by Mike Frysinger · 12 years ago
  51. 8cd8405 mq_timedreceive: fix the bad coding style by Wanlong Gao · 12 years ago
  52. 781a61a aio_read:8-1.c: Forget initializing struct aiocb before using it by Peng Haitao · 12 years ago
  53. 33d74b4 testfrmw:disable thread cancelability while output is running by lidan · 12 years ago
  54. d6748f5 mq_timedreceive: 10-2.c: check timeout error rather than invalid parameter error by Akira Takeuchi · 12 years ago
  55. 3f8c002 mem/oom: avoid unexpected error when no memcg swap accounting by Zhouping Liu · 12 years ago
  56. cf7c6a5 Revert "mm/oom: add oom control check for memcg" by Caspar Zhang · 12 years ago
  57. f550b64 tunable/max_map_count: set a safer upper limit by Caspar Zhang · 12 years ago
  58. 07694a1 io_submit: uninitialized iocb may not return -EINVAL by Jan Stancek · 12 years ago
  59. dc9df86 readlink03: fix return value for the syscall readlink() by Wanlong Gao · 13 years ago
  60. c7c3f75 tunable/max_map_count: avoid oom by Caspar Zhang · 12 years ago
  61. ed5e6a3 hugetlb/hugemmap02: remove hugemmap02 by Caspar Zhang · 12 years ago
  62. d295ac7 hugetlb/hugeshmget03: fix broken testcase by Caspar Zhang · 12 years ago
  63. 566b6c0 aio_read: code cleanups by Wanlong Gao · 12 years ago
  64. 879ae7b hugetlb/hugemmap03: fix broken test by Caspar Zhang · 12 years ago
  65. 51725fc libltp: remove system_specific_hugepages_info by Caspar Zhang · 12 years ago
  66. 23a3e85 hugetlb/lib: cleanup codes by Caspar Zhang · 12 years ago
  67. e4a11ff hugetlb/hugeshmget: set nr_hugepages in tests by Caspar Zhang · 12 years ago
  68. 6a014e6 hugetlb/hugeshmget: cleanup codes by Caspar Zhang · 12 years ago
  69. 3397f4b hugetlb/hugeshmdt: set nr_hugepages in tests by Caspar Zhang · 12 years ago
  70. 3bdf3e2 hugetlb/hugeshmdt: cleanup codes by Caspar Zhang · 12 years ago
  71. 6aecb68 hugetlb/hugeshmctl: set nr_hugepages in tests by Caspar Zhang · 12 years ago
  72. 1251318 hugetlb/hugeshmctl: cleanup codes by Caspar Zhang · 12 years ago
  73. 491f728 hugetlb/hugeshmat: set nr_hugepages in tests by Caspar Zhang · 12 years ago
  74. 1cdba9b hugetlb/hugeshmat: cleanup codes by Caspar Zhang · 12 years ago
  75. dbad18f mmstress: make shared global variables volatile by Jan Stancek · 12 years ago
  76. 65c30be sched_getparam:sched_getscheduler: fix 6-1 and 7-1 by Wanlong Gao · 12 years ago
  77. 8b4ead8 sched_getscheduler: code cleanups by Wanlong Gao · 12 years ago
  78. e898660 sched_getparam: code cleanups by Wanlong Gao · 12 years ago
  79. b552400 expand gitignore coverage by Mike Frysinger · 12 years ago
  80. bc8940a hugetlb/hugemmap04: check after hugepage allocated by Caspar Zhang · 12 years ago
  81. 79667fa mm: cleanup headers by Caspar Zhang · 12 years ago
  82. 7668f7e mm/swapping01: new testcase by Caspar Zhang · 13 years ago
  83. 8d9c084 move testfrmw to a common directory by Wanlong Gao · 12 years ago
  84. a4bf003 get_mempolicy: fix unexpected success in negative test by Caspar Zhang · 12 years ago
  85. 071a94b mm/oom: add oom control check for memcg by Caspar Zhang · 12 years ago
  86. d718670 numa-related cleanup by Caspar Zhang · 12 years ago
  87. 6e914e0 syscalls/mbind01: enable libnuma API == 2 by Caspar Zhang · 12 years ago
  88. 459abbd syscalls/mbind01: cleanup format by Caspar Zhang · 12 years ago
  89. f8576b1 get_mempolicy: enable libnuma API == 2 by Caspar Zhang · 12 years ago
  90. 68d7ef4 sched_getaffinity: remove unused testcase by Caspar Zhang · 12 years ago
  91. daad27e get_mempolicy: cleanup format by Caspar Zhang · 12 years ago
  92. 6988c98 sched_getaffinity: cleanup format by Caspar Zhang · 12 years ago
  93. 397690a cpuid: add common header by Mike Frysinger · 12 years ago
  94. ec19461 getdents: rewrite syscall handling completely by Mike Frysinger · 12 years ago
  95. 61037e1 convert the wrong file format from dos to unix by Wanlong Gao · 12 years ago
  96. 46c552e getrusage04: initialise [us]last to current values by Jan Stancek · 12 years ago
  97. 4d964f6 lib/parse_opts.c: Fix the -I option. by Cyril Hrubis · 12 years ago
  98. 1132866 runltp: Remove excess quotes from final message by Markos Chandras · 12 years ago
  99. e26de08 run_cpuctl_test_fj.sh : change the cpu usage method. by ZHou Guojian · 12 years ago
  100. d098792 pthread_detach:4-3:split the do_it switch by Wanlong Gao · 12 years ago