History log of /external/ltp/testcases/kernel/io/ltp-aiodio/dio_append.c
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
2f979bf9aaaf3f91a50db90f18127fdd286de441 22-Mar-2017 Cyril Hrubis <chrubis@suse.cz> ltp-aiodio: Move code & fix warnings

* Move check_zero() function to a common header

* Fix printf() format warnings in that funcition

Signed-off-by: Cyril Hrubis <chrubis@suse.cz>
/external/ltp/testcases/kernel/io/ltp-aiodio/dio_append.c
24b970f9e50bd7bdb33182f742cd32ba72f34012 13-Jul-2016 Eryu Guan <eguan@redhat.com> ltp-aiodio: report posix_memalign errors properly

From posix_memalign(3) the value of errno is indeterminate after a call
to posix_memalign(). So TERRNO doesn't work in this case.
dio_sparse 1 TBROK : dio_sparse.c:75: posix_memalign(): errno=SUCCESS(0): Success

Report posix_memalign() errors by calling strerror on the return value.
dio_sparse 1 TBROK : dio_sparse.c:74: posix_memalign(): EINVAL

Signed-off-by: Eryu Guan <eguan@redhat.com>
Acked-by: Jan Stancek <jstancek@redhat.com>
/external/ltp/testcases/kernel/io/ltp-aiodio/dio_append.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/dio_append.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/dio_append.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/dio_append.c
7d0a4a57fbcd47f72b67c08df532e8ef47f6fdae 16-Dec-2010 Garrett Cooper <yanegomi@gmail.com> Cleanup style and get rid of conflicts problems.

Signed-off-by: Garrett Cooper <yanegomi@gmail.com>
/external/ltp/testcases/kernel/io/ltp-aiodio/dio_append.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/dio_append.c
e295ae82962e332eafb6753e69f7ba61246b5c8f 10-Sep-2010 Garrett Cooper <yanegomi@gmail.com> Honor $TMP instead of using /test.

Signed-off-by: Garrett Cooper <yanegomi@gmail.com>
/external/ltp/testcases/kernel/io/ltp-aiodio/dio_append.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/dio_append.c