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. 2c28215 Style and conformance changes. by Garrett Cooper · 14 years ago
  7. 355093c Clean up some of the containers tests. by Garrett Cooper · 14 years ago
  8. 84f2e35 Fix for mqns testcase failure reported by Muni by Rishikesh K Rajak · 14 years ago
  9. 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
  10. 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
  11. b5f17ac Fix some unchecked return warnings in mqns_01.c. by yaberauneya · 15 years ago
  12. 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
  13. 09be611 [PATCH 1/4] ltp: posix message queue namespaces: first test: Add the first test for posix message queue namespaces, plus a test to detect whether they are enabled. Note that the kernel version check is currently bogus - these are are in -mm. Based on older version by Nadia Derbey. by subrata_modak · 15 years ago