1. 4d7e188 syscalls/open11: new open(2) test case by Eryu Guan · 12 years ago
  2. e6a89db mremap: add new test mremap05 by Jan Stancek · 12 years ago
  3. 6ce219c new syscall test: migrate_pages02 by Jan Stancek · 12 years ago
  4. 5765e2c new syscall test: migrate_pages01 by Jan Stancek · 12 years ago
  5. dd4927f new syscall test: readahead02 by Jan Stancek · 12 years ago
  6. def4392 new syscall test: readahead01 by Jan Stancek · 12 years ago
  7. a2b01b3 runtest/syscalls: add cma testcases by Caspar Zhang · 12 years ago
  8. 5d56dd5 syscalls/cma: add errno tests by Jan Stancek · 12 years ago
  9. c535030 madvise04: add madvise04 test to default syscalls group by Wanlong Gao · 12 years ago
  10. 3bf3cb1 Clean up inotify(7) wrappers by Garrett Cooper · 12 years ago
  11. 9cb4023 syscalls: remove broken test_mount and test_umount by Cyril Hrubis · 13 years ago
  12. fbaa6be Fix runtest file for fork13. by Cyril Hrubis · 13 years ago
  13. 7bb21e4 syscalls/setxattr03: new testcase to test setxattr(2) by Eryu Guan · 13 years ago
  14. f63c53e syscalls/getxattr03: new testcase to test getxattr(2) by Eryu Guan · 13 years ago
  15. 65248a9 syscalls/sendfile08: new test case for sendfile(2) syscall by Eryu Guan · 13 years ago
  16. fb19ffd syscalls/getxattr02: new testcase to test getxattr(2) by Eryu Guan · 13 years ago
  17. 9542299 syscalls/setxattr02: new testcase to test setxattr(2) by Eryu Guan · 13 years ago
  18. c3c1afe syscalls/getxattr01: new testcase to test getxattr(2) basic function by Eryu Guan · 13 years ago
  19. 9ef54a0 syscalls/setxattr01: new testcase to test setxattr(2) basic function by Eryu Guan · 13 years ago
  20. a88874b syscalls/getrusage04: new testcase by Caspar Zhang · 13 years ago
  21. bde87cb Rewrite the syscalls/set_thread_area tests by Cyril Hrubis · 13 years ago
  22. 5750484 syscalls/mmap11: mask broken test by Caspar Zhang · 13 years ago
  23. 817c782 getrusage03: test ru_maxrss by Caspar Zhang · 13 years ago
  24. b2735f7 mem test items cleanup by czhang@redhat.com · 14 years ago
  25. 3f0688d Ensure fork13 better scales on standard machines. by Garrett Cooper · 14 years ago
  26. b5e244a It's mkdirat01, not mkdir01. by Garrett Cooper · 14 years ago
  27. 205be29 Add pid reuse race condition test. by Garrett Cooper · 14 years ago
  28. 95ac11f Remove -F argument passed to creat07. by Garrett Cooper · 14 years ago
  29. 3aacede Add runtest entries for pwrite_*64. by Garrett Cooper · 14 years ago
  30. a99df35 Fix/cleanup lchown tests. by Garrett Cooper · 14 years ago
  31. 60bb3f5 >From http://lkml.org/lkml/2009/10/2/85: by Garrett Cooper · 14 years ago
  32. 40ba2ec Remove all remaining references to libevent. by Garrett Cooper · 14 years ago
  33. f388d33 Use $TMP instead of $TMPDIR. by Garrett Cooper · 14 years ago
  34. a962b7f Adding runtest entries for rt_sigaction0[23], as noted by Mitani-san, and forgotten by your's truly... by yaberauneya · 15 years ago
  35. 14d5ef4 As pointed out by Casper, the path to run_libevent.sh is actually specified incorrectly in runtest/syscalls. It should be $LTPROOT/testcases/bin/libevent/run_libevent.sh. by yaberauneya · 15 years ago
  36. 13ace44 According to the manpage for mknod(2): by yaberauneya · 15 years ago
  37. db78f8c As Mitani-san noticed the runtest file had two syntax errors -- by yaberauneya · 15 years ago
  38. acb9970 Include libevent in the proverbial mix. by yaberauneya · 15 years ago
  39. 50fb626 1. Merge ftruncate.sh and ftruncate64.sh into one script - ftruncate04.sh - where all you have to do is specify no arguments or 64 to execute ftruncate04 or ftruncate04_64, respectively. by yaberauneya · 15 years ago
  40. df9efad Check in runtest changes for lchown02, and libevent (have to fix that still... almost done). by yaberauneya · 15 years ago
  41. 27274d8 Garret added a new testcase for ptrace() syscall: The following calls ptrace(PTRACE_TRACEME, 0) for all signals and validates that all signals apart from SIGKILL are properly intercepted and WIFSTOPPED remains true, and SIGKILL is properly treated as WIFSIGNALED() && WTERMSIG() returns SIGKILL.I looked at it again this weekend, and my criterion for kill (..., 0) was incorrect. The newer version passes, and tests correct criterion, as per the manpage: by subrata_modak · 15 years ago
  42. b8ee435 Remove this test and itś reference anywhere as requested by Cyril Hrubis <chrubis@suse.cz>. Signed-off-by: Subrata Modak <subrata@linux.vnet.ibm.com>. by subrata_modak · 15 years ago
  43. ef77253 1. Please see README.mk-devel for a full description of the changes by yaberauneya · 15 years ago
  44. 90455dc Remove getgid02 from all runtest files (was "[PATCH] Remove getgid02 from ltplite runtest file"). And it appears that I missed some spots. This removes _all_ references to getgid02 from _all_ of the runtest files: Signed-off-by: Garrett Cooper <yanegomi@gmail.com>. by subrata_modak · 15 years ago
  45. 0d9879e It looks like the io_*.sh files are now not needed since the test source has been modified to check for an autoconf definition. This patch modifies the syscalls runtest file to call those test directly. (io_cancel, io_destroy01, io_getevents01, io_setup01, io_submit01). As the scripts are not needed any more, can we remove the following? by subrata_modak · 15 years ago
  46. bdb9a15 Add/Port quotactl01 test for quotactl() syscall. Signed-off-by: Manas Kumar Nayak <maknayak@in.ibm.com>. by subrata_modak · 15 years ago
  47. 96cf35e Add/Port waitid02 test for waitid() syscall. Signed-off-by: Manas Kumar Nayak <maknayak@in.ibm.com>. by subrata_modak · 15 years ago
  48. d97cb8e Add/Port waitid01 test for waitid() syscall. Signed-off-by: Manas Kumar Nayak <maknayak@in.ibm.com>. by subrata_modak · 15 years ago
  49. 57e3435 Add/Port sched_getaffinity01 test for sched_getaffinity() syscall. Signed-off-by: Manas Kumar Nayak <maknayak@in.ibm.com>. by subrata_modak · 15 years ago
  50. fa09c3a Add/Port mbind01 test for mbind() syscall. Signed-off-by: Manas Kumar Nayak <maknayak@in.ibm.com>. by subrata_modak · 15 years ago
  51. fd49ff6 Add eventfd2_03 test for eventfd2() syscall. Signed-off-by: Subrata Modak <subrata@linux.vnet.ibm.com> . Original-author-and-copyright-holder: Davide Libenzi <davidel@xmailserver.org>. by subrata_modak · 15 years ago
  52. f45ba72 Add/Port unshare02 test for unshare() syscall. Signed-off-by: Manas Kumar Nayak <maknayak@in.ibm.com>. by subrata_modak · 15 years ago
  53. ad846c8 Add/Port unshare01 test for unshare() syscall. Signed-off-by: Manas Kumar Nayak <maknayak@in.ibm.com>. by subrata_modak · 15 years ago
  54. fc114ed Add/Port mq_timedsend01 test for mq_timedsend() syscall. Signed-off-by: Manas Kumar Nayak <maknayak@in.ibm.com>. by subrata_modak · 15 years ago
  55. 2e2b18c Add/Port mq_unlink01 test for mq_unlink() syscall. Signed-off-by: Manas Kumar Nayak <maknayak@in.ibm.com>. by subrata_modak · 15 years ago
  56. 705ba46 Add/Port utimes01 test for utimes() syscall. Signed-off-by: Manas Kumar Nayak <maknayak@in.ibm.com>. by subrata_modak · 15 years ago
  57. 4b0ff93 Add/Port mq_timedreceive01 test for mq_timedreceive() syscall. Signed-off-by: Manas Kumar Nayak <maknayak@in.ibm.com>. by subrata_modak · 15 years ago
  58. 038ae61 Add/Port mq_open01 test for mq_open() syscall. Signed-off-by: Manas Kumar Nayak <maknayak@in.ibm.com>. by subrata_modak · 15 years ago
  59. beedd5d Add/Port ppoll01 test for ppoll() syscall. Signed-off-by: Manas Kumar Nayak <maknayak@in.ibm.com>. by subrata_modak · 15 years ago
  60. 812b850 Add/Port mq_notify01 test for mq_notify() syscall. Signed-off-by: Manas Kumar Nayak <maknayak@in.ibm.com>. by subrata_modak · 15 years ago
  61. 2f3f956 Add/Port clock_nanosleep01 test for clock_nanosleep() syscall. Signed-off-by: Manas Kumar Nayak <maknayak@in.ibm.com>. by subrata_modak · 15 years ago
  62. 5580e8d Add/Port clock_getres01 test for clock_getres() syscall. Signed-off-by: Manas Kumar Nayak <maknayak@in.ibm.com>. by subrata_modak · 15 years ago
  63. e63f96b Add/Port get_mempolicy01 test for get_mempolicy() syscall. Signed-off-by: Manas Kumar Nayak <maknayak@in.ibm.com>. by subrata_modak · 15 years ago
  64. e789978 execve: remove obsoleted test case execve04. Since latest kernel do execve(2) without get file descriptor(kernel commit e7b9b550f53e81ea38e71d322d6f95730df058a2), it only use one file struct. This cause the case execve04 which test for set EMFILE errno obsoleted. This patch removed test case execve04, and changed the index of the test cases after execve04. Signed-off-by: Wei Yongjun <yjwei@cn.fujitsu.com>. by subrata_modak · 15 years ago
  65. 1da3073 Add tkill02 test for tkill syscall. Signed-off-by: Manas Kumar Nayak <maknayak@in.ibm.com>. by subrata_modak · 15 years ago
  66. f2badb6 Add tkill01 test for tkill syscall. Signed-off-by: Manas Kumar Nayak <maknayak@in.ibm.com>. by subrata_modak · 15 years ago
  67. 1f2aeea Add timer_gettime01 test for timer_gettime syscall. Signed-off-by: Manas Kumar Nayak <maknayak@in.ibm.com>. by subrata_modak · 15 years ago
  68. 0716875 Add timer_getoverrun01 test for timer_getoverrun01 syscall. Signed-off-by: Manas Kumar Nayak <maknayak@in.ibm.com>. by subrata_modak · 15 years ago
  69. e70e2b4 Add ssetmask01 test for ssetmask syscall. Signed-off-by: Manas Kumar Nayak <maknayak@in.ibm.com>. by subrata_modak · 15 years ago
  70. 85d006e Add sigreturn01 test for sigreturn syscall. Signed-off-by: Manas Kumar Nayak <maknayak@in.ibm.com>. by subrata_modak · 15 years ago
  71. 8afc2fa Add sgetmask01 test for sgetmask syscall. Signed-off-by: Manas Kumar Nayak <maknayak@in.ibm.com>. by subrata_modak · 15 years ago
  72. 8da4f07 Add set_tid_address01 test for set_tid_address syscall. Signed-off-by: Manas Kumar Nayak <maknayak@in.ibm.com>. by subrata_modak · 15 years ago
  73. e19bdc1 Add set_thread_area02 test for set_thread_area syscall. Signed-off-by: Manas Kumar Nayak <maknayak@in.ibm.com>. by subrata_modak · 15 years ago
  74. a535e98 Add set_thread_area01 test for set_thread_area syscall. Signed-off-by: Manas Kumar Nayak <maknayak@in.ibm.com>. by subrata_modak · 15 years ago
  75. 7733626 Add rt_sigsuspend01 test for rt_sigsuspend syscall. Signed-off-by: Manas Kumar Nayak <maknayak@in.ibm.com>. by subrata_modak · 15 years ago
  76. b02ce84 Add rt_sigqueueinfo01 test for rt_sigqueueinfo syscall. Signed-off-by: Manas Kumar Nayak <maknayak@in.ibm.com>. by subrata_modak · 15 years ago
  77. 2a6db06 Add rt_sigprocmask02 test for rt_sigprocmask syscall. Signed-off-by: Manas Kumar Nayak <maknayak@in.ibm.com>. by subrata_modak · 15 years ago
  78. b264432 Add rt_sigprocmask01 test for rt_sigprocmask syscall. Signed-off-by: Manas Kumar Nayak <maknayak@in.ibm.com>. by subrata_modak · 15 years ago
  79. 654da39 Add rt_sigaction01 test for rt_sigaction syscall. Signed-off-by: Manas Kumar Nayak <maknayak@in.ibm.com>. by subrata_modak · 15 years ago
  80. 6e05831 Add newuname01 test for newuname syscall. Signed-off-by: Manas Kumar Nayak <maknayak@in.ibm.com>. by subrata_modak · 15 years ago
  81. 5c8fc01 Add keyctl01 test for keyctl syscall. Signed-off-by: Manas Kumar Nayak <maknayak@in.ibm.com>. by subrata_modak · 15 years ago
  82. 25082ae Add exit_group01 test for exit_group syscall. Signed-off-by: Manas Kumar Nayak <maknayak@in.ibm.com>. by subrata_modak · 15 years ago
  83. 34bcffb Add bdflush01 test for bdflush syscall. Signed-off-by: Manas Kumar Nayak <maknayak@in.ibm.com>. by subrata_modak · 15 years ago
  84. c501355 Add add_key02 test for add_key syscall. Signed-off-by: Manas Kumar Nayak <maknayak@in.ibm.com>. by subrata_modak · 15 years ago
  85. 0f62c1e Add add_key01 test for add_key syscall. Signed-off-by: Manas Kumar Nayak <maknayak@in.ibm.com>, by subrata_modak · 15 years ago
  86. 192a3b5 Fix the splice02 test: by subrata_modak · 15 years ago
  87. 945234b Delete the change_owner binary, as it is an insecure suid root binary; rewrite tests that use it: This patch is based on Jiri's change_owner patch. I removed references in runtest/syscalls and fix some coding style violations. Signed-off-by: Michal Simek <monstr@monstr.eu>. by subrata_modak · 15 years ago
  88. 1d7034b Addition of cacheflush01 test for cacheflush() syscall. Original-Author: Maxin John <maxin.john@gmail.com>, Ported-To-LTP-By: Manas K Nayak <maknayak@in.ibm.com>, by subrata_modak · 15 years ago
  89. 6155aed Addition of clock_nanosleep2_01 test for clock_nanosleep2() syscall. Original-Author: M. Koehrer <mathias_koehrer@arcor.de>, Ported-To-LTP-By: Manas K Nayak <maknayak@in.ibm.com>, by subrata_modak · 15 years ago
  90. ad1d5d4 Addition of splice02 test for splice() syscall. Original-Author: Jens Axboe <axboe@kernel.dk>, Ported-To-LTP:By: Manas K Nayak <maknayak@in.ibm.com>. by subrata_modak · 15 years ago
  91. b1ac4f7 Execve04: No Such File: Execve04 test case can fail due to the required file not found. It because it uses a relative path, so it depends on where to run the test. This patch fixes it by using a absolute path, and also make sure it can handle a long name. Signed-off-by: CAI Qian <caiqian@cclom.cn>. by subrata_modak · 16 years ago
  92. 7c7088b Patch for enabling the ftruncate04 testcase: by subrata_modak · 16 years ago
  93. fc40315 Change epoll_create2_01 to epoll_create1_01: Recently the epoll_create2_01 syscall test was added into LTP but I found the kernel has already changed the name of it into epoll_create1, and its interface, too. http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commitdiff;h=9fe5ad9c8cef9ad5873d8ee55d1cf00d9b607df0. I wrote a patch for it. Signed-off-by: Seiichi Ikarashi <s.ikarashi@jp.fujitsu.com>. by subrata_modak · 16 years ago
  94. a23dec3 Paccept() has not been accepted upstream, and accept4() has already been tested in LTP, which does the pretty much same thing as the test here, http://lkml.org/lkml/2008/10/26/123. Hence, remove this test. Signed-off-by: CAI Qian <caiqian@cclom.cn>. by subrata_modak · 16 years ago
  95. 66ec125 Add inotify_init1_02 syscall test, testing inotify_init1(IN_NONBLOCK). Signed-Off-By: Subrata Modak<subrata@linux.vnet.ibm.com>. by subrata_modak · 16 years ago
  96. 974ca6d Add pipe2_02 syscall test, testing pipe2(O_NONBLOCK). Signed-Off-By: Subrata Modak<subrata@linux.vnet.ibm.com. by subrata_modak · 16 years ago
  97. a9ba214 Add timerfd03 syscall test, testing timerfd_create(TFD_NONBLOCK). Signed-Off-By: Subrata Modak<subrata@linux.vnet.ibm.com>. by subrata_modak · 16 years ago
  98. 3a04537 Add eventfd2_02 syscall test, testing eventfd2(EFD_NONBLOCK). Signed-Off-By: Subrata Modak<subrata@linux.vnet.ibm.com>. by subrata_modak · 16 years ago
  99. fc49f1f Add signalfd4_02 syscall test, testing signalfd4(SFD_NONBLOCK). Signed-Off-By: Subrata Modak<subrata@linux.vnet.ibm.com>. by subrata_modak · 16 years ago
  100. fbb4421 Add paccept02 syscall test, testing paccept(SOCK_NONBLOCK). Signed-Off-By: Subrata Modak<subrata@linux.vnet.ibm.com>. by subrata_modak · 16 years ago