1. 359980f rename syscall() macro to ltp_syscall() by Jan Stancek · 12 years ago
  2. 354ebb4 cleanup code indent by Wanlong Gao · 12 years ago
  3. 4548c6c Update FSF address by Wanlong Gao · 12 years ago
  4. ec6edca Add missing newline at end of file by Chris Dearman · 12 years ago
  5. 2c28215 Style and conformance changes. by Garrett Cooper · 14 years ago
  6. 7f140ab Polish up clean logic a bit further. Later versions of gcc (rightfully) whine more about function attributes, et all. by yaberauneya · 15 years ago
  7. 6aa2737 Older versions of binutils / gcc don't properly grok the weak symbols solution I put in before the 200911 release, so instead implement the code using a preprocessor define (CLEANUP), which can be defined before including cleanup.c, and thus the user can specify what cleanup function they wish to use before it's defined. by yaberauneya · 15 years ago
  8. a6a8020 Fix some remaining compile errors that we're checked in earlier... by yaberauneya · 15 years ago
  9. be3fdcf Use linux_syscall_numbers.h instead of the syscalls. Need to add the __NR_ defs to the .in files still. by yaberauneya · 15 years ago
  10. 0ccf2de Report errors appropriate to whether or not the read / write operations with the pipe succeeded. by yaberauneya · 15 years ago
  11. f6d7f09 define and use common clone helpers by vapier · 15 years ago
  12. ef77253 1. Please see README.mk-devel for a full description of the changes by yaberauneya · 15 years ago
  13. ce23f15 Seiichi Ikarashi reported:: I report ia64-specific build failures and a patch for them. Since ia64 glibc does not have the clone() function call, building testcases/kernel/containers/pidns/pidns12.c fails as follows. It's same for pidns13.c, pidns14.c, pidns16.c, pidns20.c, pidns21.c, pidns30.c, and pidns31.c. They should call clone2() instead of clone(), like check_pidns_enabled.c. I attached a patch to fix them. Signed-Off-By: Seiichi Ikarashi <s.ikarashi@jp.fujitsu.com>. Complete mail thread: http://marc.info/?l=ltp-list&m=123232695003986&w=2. by subrata_modak · 16 years ago
  14. 38d4697 This patchset creates the basic infrastructure for running the existing network testcases under containers automatically. The patchset creates a command file named nw_under_ns for the purpose. Please review them and provide all your valuable feedback. I have addressed all the comments from lxc-dev list except one. by subrata_modak · 16 years ago
  15. 23c59c4 This patchset creates the basic infrastructure for running the existing network testcases under containers automatically. The patchset creates a command file named nw_under_ns for the purpose. Please review them and provide all your valuable feedback. I have addressed all the comments from lxc-dev list except one. by subrata_modak · 16 years ago
  16. 389eaea This patchset creates the basic infrastructure for running the existing network testcases under containers automatically. The patchset creates a command file named nw_under_ns for the purpose. Please review them and provide all your valuable feedback. I have addressed all the comments from lxc-dev list except one. The changelog looks like: by subrata_modak · 16 years ago
  17. b15aafd Hi, by subrata_modak · 16 years ago
  18. a73a850 Addition of Initial Set of Network Name Space test cases. Signed-Off-By: Veerendra <veeren@linux.vnet.ibm.com>. by subrata_modak · 16 years ago
  19. 74a71d3 Use non-recursive assignment. This means, for example, that: by subrata_modak · 16 years ago
  20. cd92d54 Now that they are in it's best to drop the noltp junk leftover from the LTP port of the container tests. by subrata_modak · 16 years ago
  21. c82f804 Now that we have proper dependencies on check_for_unshare we take explicit tests for unshare out of the top-level make file and distribute to each subdir Makefile as ifeq...endif sections which control which targets to build. While it doesn't avoid descending into subdirs it's easier to read and check the make code when most of the build rules don't have shell flow control. Even better if we could change the contents of SUBDIRS based on the results of running check_for_unshare. by subrata_modak · 16 years ago
  22. 08e9cc5 Fix build error for libclone.c. Signed-off-by: Veerendra Chandrappa <vechandr@in.ibm.com>. by subrata_modak · 16 years ago
  23. 02052d0 Pid Namespace were getting segmentation fault while running on -mm kernel. After debugging by container development team they found the exact root cause. The Page_Size was reset, by, "Rishikesh K. Rajak" <risrajak@linux.vnet.ibm.com> by subrata_modak · 17 years ago
  24. c2aab6c Changed the way Copyrights and License agreements are declared by subrata_modak · 17 years ago
  25. a0dc8ad Update CLONE_NEWPID as value changed in 2.6.23-rc3-mm2, submitted by Sukadev Bhattiprolu <sukadev@us.ibm.com> by subrata_modak · 17 years ago
  26. 5bdbbce <doug.chapman@hp.com> points that “clone2” should be used in case of IA64 for the Utsnamespace testcases by subrata_modak · 17 years ago
  27. 3e655f0 Patch for libclone.h for fixing compilation error on 32 bit Z-series machines, submitted by <amitarora@in.ibm.com> by subrata_modak · 17 years ago
  28. 0c5f970 Integration of UTS Namespace Testcases to LTP as submitted by <risrajak@linux.vnet.ibm.com> by subrata_modak · 17 years ago