• Home
  • History
  • Annotate
  • only in /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_mutexattr_settype/
History log of /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_mutexattr_settype/
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
4e2bab8415bfd5ddd552220203ed22c93a4617e5 24-Sep-2014 Cyril Hrubis <chrubis@suse.cz> Make use of NULL

Replace all (type *)0 with NULL

Created with coccinelle patch:

@@
type T;
@@
-(T*)0
+NULL

Signed-off-by: Cyril Hrubis <chrubis@suse.cz>
-2.c
4ca2bbdcd3003f3c8df4e6129e9c7b2bd1514f87 25-Mar-2013 Cyril Hrubis <chrubis@suse.cz> open_posix_testsuite/conformace/interfaces: Fix.

Change the main() and main(argc, argv) to main(void).

This fixes a lot of warnings in the latter case.

Signed-off-by: Cyril Hrubis <chrubis@suse.cz>
-1.c
-1.c
-1.c
-2.c
-3.c
-4.c
-1.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>
-1.c
-1.c
-1.c
-2.c
-3.c
-4.c
-1.c
37550cf5a86c7ca7424a2a318dd64e550f13f5df 18-Oct-2012 Chris Dearman <chris@mips.com> Remove whitespace at end of line

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 's/[\t ]*$//'

Signed-off-by: Chris Dearman <chris@mips.com>
-1.sh
ssertions.xml
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>
-1.c
-1.c
-1.c
-2.c
-3.c
-4.c
-1.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>
-1.c
-1.c
-1.c
-2.c
-3.c
-4.c
-1.c
8fb1cdb0538640f295691929650408688537fb7f 29-Nov-2010 Garrett Cooper <yanegomi@gmail.com> More style cleanup.

Do a better job at detecting spurious leading and trailing whitespace in
branches and loop statements.

Signed-off-by: Garrett Cooper <yanegomi@gmail.com>
-1.c
-2.c
-3.c
-4.c
df3eb16e38c6a163b0a7367c885679eed6140964 29-Nov-2010 Garrett Cooper <yanegomi@gmail.com> Deal with a lot of annoying style nits.

Signed-off-by: Garrett Cooper <yanegomi@gmail.com>
-1.c
-1.c
-1.c
-2.c
-3.c
-4.c
-1.c
9b6bb8b07b89314c0d2cc373e668a10525f018e0 05-Jul-2010 Garrett Cooper <yanegomi@gmail.com> Add required LDLIBS files.

Signed-off-by: Garrett Cooper <yanegomi@gmail.com>
DLIBS
0dc076565f772bb1953209fb69ea150b494aaa40 03-Jun-2005 robbiew <robbiew> Updated the open_posix_testsuite:
------------------------------------------
June 3, 2005 Version 1.5.1 Released

* PTS-1.5.1 has a plenty of AIO interface test additions and bug-fixes
by Sebastien Decugis. Also there are a lot of bug fixes by other people.
Thanks to
Sebastien Decugis and other people for continued support and
contributions.

* This release has been tested on glibc-2.3.3 and kernel 2.6.10 with
libposix-aio-0.3.
The test result for this release can be found here:
http://posixtest.sourceforge.net/testpass/PTS_1.5.1-2.6.10-PAIO_ia32.htm


* PTS Downloads and Release information:
https://sourceforge.net/project/showfiles.php?group_id=64592&release_id=
332108
PTS Notes and Changelog:
https://sourceforge.net/project/shownotes.php?release_id=332108

Thanks
Ling Yu
POSIX Test Suite maintainer
http://posixtest.sf.net
-1.c
-1.c
-1.c
-2.c
-3.c
-4.c
-1.sh
-1.c
ssertions.xml
overage.txt
19b5dc744e2b73f745491e5a081873f6c1417528 03-Jun-2005 robbiew <robbiew> Removed old version of Open POSIX Test Suite (OPTS).
-1.c
-1.c
-1.c
-2.c
-3.c
-4.c
-1.sh
-1.c
ssertions.xml
overage.txt
d286120b6468f89cba046b1c34bc7c1211e5baee 27-May-2004 robbiew <robbiew> Update to 1.4.2
ssertions.xml
overage.txt
1b8a2eaac9978e1f9a829e5e38dc39c892c77c75 04-May-2004 robbiew <robbiew> Update to 1.4.1
-1.c
-1.c
-1.c
-2.c
-3.c
-4.c
-1.sh
-1.c
ssertions.xml
overage.txt
a473f3896711a5f3bb43e6ad943e41323ccb75df 04-May-2004 robbiew <robbiew> Update to 1.4.1
-1.c
-1.c
-1.c
-2.c
-3.c
-4.c
-1.sh
-1.c
ssertions.xml
overage.txt
cd982aa8e09595b888a30de2634acd614aee0ed0 04-May-2004 robbiew <robbiew> Update to 1.4.1
-1.c
ea1e3b411b38b966cb3f8b1e33737a8ccff896b3 01-Aug-2003 robbiew <robbiew> Update to 1.2.0
-4.c
356187c5bed5241d31ab609b78fc751acc7da651 01-Aug-2003 robbiew <robbiew> Updated to 1.2.0
-1.c
-2.c
c911fa64e3ec4bb25012a36ebdd2ad8f747d9ea8 03-Jul-2003 robbiew <robbiew> Added the 1.1.0 version of the Open POSIX Test Suite.
-1.c
-1.c
-1.c
-2.c
-3.c
-1.sh
-1.c
ssertions.xml
overage.txt