1. 45a8ba0 trim trailing whitespace by vapier · 15 years ago
  2. 26e07d5 I'm a user of LTP. I use LTP for testing SH based Linux kernel for our embedded systems. I'm using a kernel 2.6.23. I've downloaded latest LTP release: ltp-full-20090131.tgz. I've found the following issues: 2) Under $LTP_ROOT/lib/ there are the tlibio.[ch] files which include some code based on Async IO functionalities. The Async IO is well supported if LTP was built with glibc but it is not supported by uclibc as, currently, the uclibc doesn't provide AsyncIO extensions. I think the code for AsyncIO, have to be placed under "#if !defined (__UCLIBC__)". I've made a patch to fix it. Signed-off-by: Francesco Rundo <francesco.rundo@st.com>. by subrata_modak · 16 years ago
  3. 94d177a This patch fix man miscellenous compilation warnings. Signed-off-by: CAI Qian <caiqian@cclom.cn>. by subrata_modak · 16 years ago
  4. ea37be8 These patches enable AIO and listio in tlibio.c for linux, mostly by reusing code that is already in tlibio.c, and makes non-blocking read()/write() actually work. Also, they change pipeio.c to use this. Comments: by subrata_modak · 16 years ago
  5. 32cc0ac use memset() instead of bzero() by vapier · 18 years ago
  6. f7298c7 Updates from Jennifer Monk to enable compiling w/o errors using XLC by mridge · 19 years ago
  7. 906676d Applied patch from Mike Frysinger: by robbiew · 19 years ago
  8. d34d581 Applied fixes by Paul J.Y. Lahaie to implement support for UCLinux by robbiew · 19 years ago
  9. e6508f8 Porting changes to provide compatability of LTP with Solaris, HP-UX and AIX by mridge · 20 years ago
  10. 37497ef Removed compiler warnings. by robbiew · 21 years ago
  11. a70576c Removed "extern int errno" lines and replaced with "#include <errno.h>" by robbiew · 22 years ago
  12. 5e9c69e Applying patch from Steven J. Hill <sjhill@realitydiluted.com>. by nstraz · 22 years ago
  13. f3a83d5 Applied patch submitted by Ihno Krumreich by robbiew · 22 years ago
  14. d5d51ca I've applied most of the patch that Urban Widmark <urban@teststation.com> by nstraz · 24 years ago
  15. cc2e555 New additions: by alaffin · 24 years ago
  16. b973f2b Initial source for rwtest/doio in LTP by whr · 24 years ago