1. 359980f rename syscall() macro to ltp_syscall() by Jan Stancek · 11 years ago
  2. 4519224 containers: delete redundant newline in tst_resm() by Monson Shao · 12 years ago
  3. 354ebb4 cleanup code indent by Wanlong Gao · 12 years ago
  4. 4548c6c Update FSF address by Wanlong Gao · 12 years ago
  5. ec6edca Add missing newline at end of file by Chris Dearman · 12 years ago
  6. 1e6f5a6 Resolving all compile errors via a script by Garrett Cooper · 14 years ago
  7. ad14e90 Style and consistency. by Garrett Cooper · 14 years ago
  8. 2c28215 Style and conformance changes. by Garrett Cooper · 14 years ago
  9. 355093c Clean up some of the containers tests. by Garrett Cooper · 14 years ago
  10. 84f2e35 Fix for mqns testcase failure reported by Muni by Rishikesh K Rajak · 14 years ago
  11. 742cfad Fix for mqns by Serge. by Rishikesh K Rajak · 14 years ago
  12. 3e8f77b 1. Linker ordering is painful; -lltp must come last for some weird arse reason in order to work with binutils 1.19.51, whereas it needs to precede -lclone on 1.18.. We'll see whether or not it's fubar still in a minute... by yaberauneya · 15 years ago
  13. 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
  14. f247867 Fix a missing brace. by yaberauneya · 15 years ago
  15. 88c166c Test library cleanups: Removing no longer used code from test.h eg. test_error.c is no longer in ltp, and the same for t_res.c so there is no need to include function prototypes for these. Adding void to functions that doesn't take any parameters; tst_exit() -> tst_exit(void); so code that pases parameters to these is not compileable any more. Also fixes all test broken by that change. As parameters passed to tst_exit() are ignored anyway it's quite safe to just remove them; but I'would rather see someone take a closer look. Code cleanups and fixes in tst_res.c: by subrata_modak · 15 years ago
  16. b264caf [PATCH 2/4] ltp: posix mqns: test parent to child mq access: It's kind of redundant with test 01 since there is no hierarchical relationship between ipc namespaces - they are all completely isolated. But heck it can't hurt. by subrata_modak · 15 years ago