History log of /external/ltp/testcases/kernel/io/ltp-aiodio/ltp-diorh.c
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
a7fa8561a5a095faf6e202a80b0c7729be8bb82d 13-Dec-2016 Steven Jackson <sj@oscode.net> various: include the POSIX fcntl.h instead of sys/fcntl.h

Use the POSIX location for the file. A majority of tests already use
fcntl.h and the Android NDK doesn't have sys/fcntl.h.

Signed-off-by: Steven Jackson <sj@oscode.net>
Acked-by: Cyril Hrubis <chrubis@suse.cz>
/external/ltp/testcases/kernel/io/ltp-aiodio/ltp-diorh.c
354ebb48db8e66a853a58379a4808d5dcd1ceac3 07-Dec-2012 Wanlong Gao <gaowanlong@cn.fujitsu.com> cleanup code indent

Cleanup the code indent using:

find . -name *.c -exec Lindent {} \;

It's really a big change, but can fix almost all of
the indent problem in C code, although we can't
ensure all of the changes are right, but the error
changes are really few.

Signed-off-by: Wanlong Gao <gaowanlong@cn.fujitsu.com>
/external/ltp/testcases/kernel/io/ltp-aiodio/ltp-diorh.c
4548c6cf9bcdd96d8303caa4130ab638b61f8a30 19-Oct-2012 Wanlong Gao <gaowanlong@cn.fujitsu.com> Update FSF address

find . -type f -exec sed -i 's/675 Mass Ave, Cambridge, MA 02139, USA/51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA/g' {} \;
find . -type f -exec sed -i 's/59 Temple Place, Suite 330, Boston, MA 02111-1307 USA/51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA/g' {} \;

Signed-off-by: Wanlong Gao <gaowanlong@cn.fujitsu.com>
/external/ltp/testcases/kernel/io/ltp-aiodio/ltp-diorh.c
ec6edca7aa42b6affd989ef91b5897f96795e40f 18-Oct-2012 Chris Dearman <chris@mips.com> Add missing newline at end of file

This is a scripted change done using the following command:

find . -type d -name .git -prune -o \
-type f \! -name \*\~ \! -name .\#\* \
\! -name \*.gz \! -name \*.pdf \! -name \*.patch -print0 | \
xargs -0 sed -i -e '$a\'

Signed-off-by: Chris Dearman <chris@mips.com>
/external/ltp/testcases/kernel/io/ltp-aiodio/ltp-diorh.c
2c28215423293e443469a07ae7011135d058b671 16-Dec-2010 Garrett Cooper <yanegomi@gmail.com> Style and conformance changes.

1. Strip all leading space.
2. Move tst_exit() to main().
3. Remove tst_exit() from cleanup().
4. Remove cluebat comments.
5. Reduce some unnecessary whitespace.

Signed-off-by: Garrett Cooper <yanegomi@gmail.com>
/external/ltp/testcases/kernel/io/ltp-aiodio/ltp-diorh.c
bdbaec51a423e715c2b03ed9e497e9a1fba6103e 26-Feb-2009 subrata_modak <subrata_modak> Clean Trailing Tab: Signed-off-by: Michal Simek <monstr@monstr.eu>.
/external/ltp/testcases/kernel/io/ltp-aiodio/ltp-diorh.c
4bb656a129f7507823e9e6d6b98b1a02fd80ef89 26-Feb-2009 subrata_modak <subrata_modak> Clear Trailing Whitespace. Signed-off-by: Michal Simek <monstr@monstr.eu>.
/external/ltp/testcases/kernel/io/ltp-aiodio/ltp-diorh.c
d13d74bbf207c2d01598c6fef092a75b93b07c71 11-Feb-2006 vapier <vapier> ugh, dos CRLFs, how i hate you so
/external/ltp/testcases/kernel/io/ltp-aiodio/ltp-diorh.c
b5163d1f9a1d8b93744ed39b3c11d541f89855c3 11-Aug-2004 mridge <mridge> Change to only print out a pass/fail instead of # of iterations pass/fail
/external/ltp/testcases/kernel/io/ltp-aiodio/ltp-diorh.c
38ee06d8aab8bdda60af6f47452fce4fbc98b713 20-Apr-2004 mridge <mridge> Changes to have the directio run a pre-defined number of iterations for more complete testing
/external/ltp/testcases/kernel/io/ltp-aiodio/ltp-diorh.c
35ec4e0f9ee3f8a2cb1a5f62853ef54976e13c5c 20-Apr-2004 mridge <mridge> Backout previous change to direct io tests
/external/ltp/testcases/kernel/io/ltp-aiodio/ltp-diorh.c
67d97307a66c3962144b2521f71b7faf65df5206 20-Apr-2004 mridge <mridge> Fix too many open filehandle problem on direct io tests
/external/ltp/testcases/kernel/io/ltp-aiodio/ltp-diorh.c
ae3ebf888bf9bd7660ee8b1a0d05dcbe5c9f4dd1 26-Feb-2004 robbiew <robbiew> Relocated the ltp-aiodio directory to the /testcases/kernel/io directory.
/external/ltp/testcases/kernel/io/ltp-aiodio/ltp-diorh.c