History log of /external/ltp/testcases/kernel/syscalls/ipc/semctl/semctl07.c
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
516990bff87ba0a2b9ba9c42f883c31aafbaff53 27-Feb-2017 Cyril Hrubis <chrubis@suse.cz> syscalls/semctl07: Make use of tst_parse_opts()

Signed-off-by: Cyril Hrubis <chrubis@suse.cz>
/external/ltp/testcases/kernel/syscalls/ipc/semctl/semctl07.c
249f40545ff10418724fcd8cfa1e10b892725f38 13-Dec-2016 Steven Jackson <sj@oscode.net> various: use sys/wait.h instead of wait.h

A vast majority of tests already use sys/wait.h and Android's NDK
doesn't have wait.h.

Signed-off-by: Steven Jackson <sj@oscode.net>
Acked-by: Cyril Hrubis <chrubis@suse.cz>
/external/ltp/testcases/kernel/syscalls/ipc/semctl/semctl07.c
b681672752634a70ba1bd6b1c6b5ae2967ac13e5 12-Apr-2015 Stanislav Kholmanskikh <stanislav.kholmanskikh@oracle.com> Keep the definition of union semun in one place

Signed-off-by: Stanislav Kholmanskikh <stanislav.kholmanskikh@oracle.com>
Acked-by: Cyril Hrubis <chrubis@suse.cz>
/external/ltp/testcases/kernel/syscalls/ipc/semctl/semctl07.c
aabb8340f63ed31afe995fd97795e542dc68b93c 04-Feb-2015 Cyril Hrubis <chrubis@suse.cz> Include usctest.h in test.h

Signed-off-by: Cyril Hrubis <chrubis@suse.cz>
/external/ltp/testcases/kernel/syscalls/ipc/semctl/semctl07.c
605fa3362fd7cef0baa2131be32cf44661783d3e 04-Feb-2015 Cyril Hrubis <chrubis@suse.cz> Get rid of TEST_CLEANUP

Special thanks to Coccinelle for making this easy job.

Signed-off-by: Cyril Hrubis <chrubis@suse.cz>
/external/ltp/testcases/kernel/syscalls/ipc/semctl/semctl07.c
526fdf8d8ea3b43b73de7cc25eb754f12702c8d2 04-Dec-2014 Cyril Hrubis <chrubis@suse.cz> Change tst_resm() followed by tst_exit() to tst_brkm()

Created with coccinelle patch:

@@
expression list L;
expression C != {TINFO, TPASS};
@@
- tst_resm
+ tst_brkm
(C,
+ NULL,
L);
- tst_exit();

Signed-off-by: Cyril Hrubis <chrubis@suse.cz>
/external/ltp/testcases/kernel/syscalls/ipc/semctl/semctl07.c
9e4b117dea55f929a9287aa060c74bc56a88f3d0 23-Sep-2014 Cyril Hrubis <chrubis@suse.cz> Comments cleanup.

Cleanup testcases changed by previous commit.

Signed-off-by: Cyril Hrubis <chrubis@suse.cz>
/external/ltp/testcases/kernel/syscalls/ipc/semctl/semctl07.c
4dff8543df3e2ec3bd544ec1e23cfa4b7d7d8b26 23-Sep-2014 Cyril Hrubis <chrubis@suse.cz> Fix testcases to call tst_exit() on exit

Fix all testcases that does not propagate test result from the main().

This patch was created with following coccinelle sematic patch:

@@ expression E;@@
setup()
...
- return E;
+ tst_exit();

(which basically says to replace all return statements that follow call
to setup() with tst_exit())

Signed-off-by: Cyril Hrubis <chrubis@suse.cz>
/external/ltp/testcases/kernel/syscalls/ipc/semctl/semctl07.c
c57fba5535abf457e33dd7a986b6c512d95cdef6 10-Apr-2014 Mike Frysinger <vapier@gentoo.org> testcases/kernel/syscalls: clean up old style prototypes

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
/external/ltp/testcases/kernel/syscalls/ipc/semctl/semctl07.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/syscalls/ipc/semctl/semctl07.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/syscalls/ipc/semctl/semctl07.c
1569799abe4296fc5ca50ede305c1eb2ac482422 18-Dec-2010 Garrett Cooper <yanegomi@gmail.com> Fix some tests. Remove all externs to Tst_count.

Signed-off-by: Garrett Cooper <yanegomi@gmail.com>
/external/ltp/testcases/kernel/syscalls/ipc/semctl/semctl07.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/syscalls/ipc/semctl/semctl07.c
923b23ff1fd1b77bd895949f9a6b4508c6485f33 02-Nov-2009 subrata_modak <subrata_modak> Other compiler warning fixes: this is another chunk of compiler warning fixes in LTP tests, related to printf format strings. They have multiple causes:
- most of them are caused by %d used for the TEST_RETURN variable (as in a previous patch),
- off_t are cast to (int64_t) and PRId64 output specifier is used for them,
- other types are cast to (intmax_t) or (uintmax_t) and use the %jd or %ju (C99) output specifier. I've used this solution because it's generally correct, easy to use solution that is portable and (IMHO) more readable than using PRId64/PRIu64 and a cast (which you generally can't avoid). This way, there's only a cast,
- in ioperm test, address should be declared as unsigned long (according to ioperm(2)),
- other little fixes (foo vs. *foo, %S vs. %s, %0 vs. %o).
Signed-off-by: Jiri Palecek <jpalecek@web.de>.
/external/ltp/testcases/kernel/syscalls/ipc/semctl/semctl07.c
56207cec7732e09c216c751c0b5f88a242bacae6 23-Mar-2009 subrata_modak <subrata_modak> Coding Syle Cleanups. Signed-Off-By: <michal.simek@petalogix.com>.
/external/ltp/testcases/kernel/syscalls/ipc/semctl/semctl07.c
4bb656a129f7507823e9e6d6b98b1a02fd80ef89 26-Feb-2009 subrata_modak <subrata_modak> Clear Trailing Whitespace. Signed-off-by: Michal Simek <monstr@monstr.eu>.
/external/ltp/testcases/kernel/syscalls/ipc/semctl/semctl07.c
68fbd2539b31be869cb2076763ecbed9a18fb9ee 14-Mar-2008 subrata_modak <subrata_modak> Fixing a concurrency issue in semctl07.c. This test was using a key hard coded in the source code, leading to conflicts with other instances of the same test. This patch also add a cleanup of the semid in case of failure during the test, by, Renaud Lottiaux <Renaud.Lottiaux@kerlabs.com>
/external/ltp/testcases/kernel/syscalls/ipc/semctl/semctl07.c
cff4af016805c764c391c473d4c95b999dcdf148 11-Feb-2006 vapier <vapier> remove extraneous whitespace usage in tst_* functions
/external/ltp/testcases/kernel/syscalls/ipc/semctl/semctl07.c
5fb1eae19471e420a6481a9b55e7214620cf4412 26-Mar-2003 robbiew <robbiew> warnings cleanup
/external/ltp/testcases/kernel/syscalls/ipc/semctl/semctl07.c
a70576c4834d89f937e46698fef4114736cce4d7 04-Mar-2003 robbiew <robbiew> Removed "extern int errno" lines and replaced with "#include <errno.h>"
/external/ltp/testcases/kernel/syscalls/ipc/semctl/semctl07.c
230a0a865a8342a30796151628c80153e19b3a7b 05-Dec-2002 robbiew <robbiew> Initial check-in of additional semctl tests.
/external/ltp/testcases/kernel/syscalls/ipc/semctl/semctl07.c