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. 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. 0ccf2de Report errors appropriate to whether or not the read / write operations with the pipe succeeded. by yaberauneya · 15 years ago
  9. f6d7f09 define and use common clone helpers by vapier · 15 years ago
  10. 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
  11. 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 · 16 years ago
  12. c2aab6c Changed the way Copyrights and License agreements are declared by subrata_modak · 17 years ago
  13. 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
  14. 0c5f970 Integration of UTS Namespace Testcases to LTP as submitted by <risrajak@linux.vnet.ibm.com> by subrata_modak · 17 years ago