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. 2c6997b testcases/kernel/include/...: by yaberauneya · 15 years ago
  5. 3e9c43c Checkin the weak handlers change, so that compiles won't error out and test writers can define cleanup at the library level or the sourcefile(s) level, such that the sourcefile level version will overwrite the library level one. by yaberauneya · 15 years ago
  6. e4a5290 Implement a weak handler so that libraries (like libcontrollers) can override cleanup in the respective user code, as it's required to get past compile-time issues with pidns, et all. by yaberauneya · 15 years ago
  7. 5b435cb All syscalls that aren't implemented on target architectures should be properly reported as missing instead of showing up as failures. by yaberauneya · 15 years ago
  8. 651735d Append the PID to linux_syscall_numbers.h to avoid EBUSY / multiple file accesses with corrupt data at once if make(1) isn't doing the right thing and multiple jobs try to modify the header at the same time. This was based on personal experience with binutils and libtool modifying one file multiple times with parallel jobs via libtool. by yaberauneya · 15 years ago
  9. ef77253 1. Please see README.mk-devel for a full description of the changes by yaberauneya · 15 years ago
  10. 56c0214 move leading __NR_ to script to make all the .in files simpler by vapier · 15 years ago
  11. 115006c Fix build failures of some new syscall tests on non-x86 archs: I report build failures of some new syscall tests introduced in ltp-full-20090131. Failures happen on non-x86 arch systems.I made a patch for it; stopping #error macro and including linux_syscall_numbers.h instead. Signed-off-by: Seiichi Ikarashi <s.ikarashi@jp.fujitsu.com>. by subrata_modak · 15 years ago
  12. 8c28dd5 generate stub list on the fly based on *.in files by vapier · 16 years ago
  13. 1d76c75 make syscall() wrapper a bit more readable by vapier · 16 years ago
  14. 24fc213 when building Debian ltp package on alpha, the package failed to build, because alpha lacks some of the syscalls (the xxx_16 ones). See: by subrata_modak · 16 years ago
  15. 5002f73 check input files and abort if broken line is found by vapier · 16 years ago
  16. 2084d44 Hello. I had two errors when compiling the CVS version with Ubuntu. The one in regen.sh might have to do with some dash limitation (it complains about not supporting more than 32 shifts.) The one with the Makefile has to do with the version of lex I have here (lex 2.5.33) complaining about -l not accepting an extra argument (I believe it interprets the w as such). I did a quick check after applying the changes and they seem not to break anything. Signed-Off-By: Elder Costa <elder.costa@terra.com.br>. by subrata_modak · 16 years ago
  17. 6153b20 use caps in "generated warning" since people dont read comments by vapier · 17 years ago
  18. ab7f81e make sure people dont try and patch the generated file by vapier · 17 years ago
  19. 51f039e break out ugly linux __NR_ logic here by vapier · 18 years ago