1. 359980f rename syscall() macro to ltp_syscall() by Jan Stancek · 11 years ago
  2. c3411d9 drop old __NR_perf_counter_open syscall name and force everyone to use new __NR_perf_event_open by vapier · 15 years ago
  3. 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
  4. 4e615d8 *.in: Checkin updated and complete syscalls as per kernel version 2.6.32-r8. by yaberauneya · 15 years ago
  5. a5b38e4 This patch adds eventfd counter overflow test cases. I have cleaned up this patch - separated the test cases into its own functions and fixed a few typos. Please ignore the previous patch, and use this cleaned up patch. After the patch is applied, a "make clean" and a "make" should result in a clean build. It works perfectly for me. Anyways I am providing an updated patch with the other linux_syscall_numbers.h removed. As noted in my previous mail, there are two instances of the generated file in the CVS repo now, "include/linux_syscall_numbers.h" and "testcases/kernel/include/linux_syscall_numbers.h". The first is supposed to be a link to the second, and both are generated during the build process, and should be removed. The new patch removes both the files. Signed-off-by: Vijay Kumar <vijaykumar@bravegnu.org>. by subrata_modak · 16 years ago
  6. 317251d The following problem i found: by subrata_modak · 16 years ago
  7. f9e551b Error occured, when i tried to compile ltp on ia64 box. There is a patch to fix it. similar patch on i386/x86_64 has been applied. (http://marc.info/?l=ltp-list&m=121257587007213&w=2). Signed-off-by: Shi Weihua <shiwh@cn.fujitsu.com>. by subrata_modak · 16 years ago
  8. b230c64 Add syscall numbers for timerfd syscalls under i386 and x86_64. Roy Lee <roylee@andestech.com>. by subrata_modak · 16 years ago
  9. c0caf8f Initial Set of TI-RPC test Cases addition to LTP, by, Aurélien Charbon <aurelien.charbon@ext.bull.net> by subrata_modak · 16 years ago
  10. e25ecde add syscall list for arm from Riaz Ur Rahaman by vapier · 17 years ago
  11. 6153b20 use caps in "generated warning" since people dont read comments by vapier · 17 years ago
  12. bc2f03f Helge Deller writes: rename parisc to hppa and add tee/vmsplice/splice syscall numbers by vapier · 17 years ago
  13. e8202f0 declare splice for new vmsplice test by vapier · 18 years ago
  14. 51f039e break out ugly linux __NR_ logic here by vapier · 18 years ago