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. bb52196 Remove dupe tst_exit reference. by Garrett Cooper · 14 years ago
  8. 2f5ede3 Fix test compilation. by Garrett Cooper · 14 years ago
  9. 2c28215 Style and conformance changes. by Garrett Cooper · 14 years ago
  10. 84f2e35 Fix for mqns testcase failure reported by Muni by Rishikesh K Rajak · 14 years ago
  11. 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
  12. 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
  13. 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
  14. 717937a [PATCH 4/4] ltp: posix mqns: test that user mount of posixmq survives the ipcns: If the mqueuefs for a ipc namespace is mounted in a mounts namespace which outlives the ipcns, then the view of the fs remains valid until someone umounts it. Run some tests to make sure that all is sane. Signed-off-by: Serge Hallyn <serue@us.ibm.com>. by subrata_modak · 15 years ago