Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
ltp
/
d7709391e53827dc0d2c85d8565b6470e8588ffd
/
lib
/
tlibio.c
354ebb4
cleanup code indent
by Wanlong Gao
· 12 years ago
fed9641
Fix FSF address
by Wanlong Gao
· 12 years ago
9ef7f2d
Fix warnings in lib/tlibio.c
by Garrett Cooper
· 14 years ago
1e6f5a6
Resolving all compile errors via a script
by Garrett Cooper
· 14 years ago
903910d
More cleanup.
by Garrett Cooper
· 14 years ago
28606c1
lib: pull in config.h in some files
by Mike Frysinger
· 14 years ago
45a8ba0
trim trailing whitespace
by vapier
· 15 years ago
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
94d177a
This patch fix man miscellenous compilation warnings. Signed-off-by: CAI Qian <caiqian@cclom.cn>.
by subrata_modak
· 16 years ago
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
32cc0ac
use memset() instead of bzero()
by vapier
· 18 years ago
f7298c7
Updates from Jennifer Monk to enable compiling w/o errors using XLC
by mridge
· 19 years ago
906676d
Applied patch from Mike Frysinger:
by robbiew
· 19 years ago
d34d581
Applied fixes by Paul J.Y. Lahaie to implement support for UCLinux
by robbiew
· 19 years ago
e6508f8
Porting changes to provide compatability of LTP with Solaris, HP-UX and AIX
by mridge
· 20 years ago
37497ef
Removed compiler warnings.
by robbiew
· 21 years ago
a70576c
Removed "extern int errno" lines and replaced with "#include <errno.h>"
by robbiew
· 22 years ago
5e9c69e
Applying patch from Steven J. Hill <sjhill@realitydiluted.com>.
by nstraz
· 22 years ago
f3a83d5
Applied patch submitted by Ihno Krumreich
by robbiew
· 22 years ago
d5d51ca
I've applied most of the patch that Urban Widmark <urban@teststation.com>
by nstraz
· 24 years ago
cc2e555
New additions:
by alaffin
· 24 years ago
b973f2b
Initial source for rwtest/doio in LTP
by whr
· 25 years ago