Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
ltp
/
d59a659cd639ca2780b00049d102acd2a783d585
/
testcases
/
kernel
/
syscalls
/
execve
/
execve02.c
d59a659
s/Tst_count/tst_count/ to avoid CamelCase
by Caspar Zhang
· 12 years ago
354ebb4
cleanup code indent
by Wanlong Gao
· 12 years ago
89af32a
Another semiautomated cleanup.
by Cyril Hrubis
· 12 years ago
4548c6c
Update FSF address
by Wanlong Gao
· 12 years ago
c585a27
Fix testcases and make the overall cp operations consistent.
by Garrett Cooper
· 14 years ago
775c33d
Fix attempt at cleaning up execve testcases.
by Garrett Cooper
· 14 years ago
0ae003b
Fix remaining compilation errors.
by Garrett Cooper
· 14 years ago
5cf94a2
Turn reminder into a comment from a syntax error.
by Garrett Cooper
· 14 years ago
1e6f5a6
Resolving all compile errors via a script
by Garrett Cooper
· 14 years ago
1569799
Fix some tests. Remove all externs to Tst_count.
by Garrett Cooper
· 14 years ago
7d0a4a5
Cleanup style and get rid of conflicts problems.
by Garrett Cooper
· 14 years ago
2c28215
Style and conformance changes.
by Garrett Cooper
· 14 years ago
5374050
Merge branch 'master' into ltp-broom
by Garrett Cooper
· 14 years ago
43088e1
Merge branch 'master' of ssh://ltp.git.sourceforge.net/gitroot/ltp/ltp
by Garrett Cooper
· 14 years ago
60fa801
More meaningful cleanup with making options parsing errors consistent.
by Garrett Cooper
· 14 years ago
45e285d
Remove useless casts.
by Garrett Cooper
· 14 years ago
56207ce
Coding Syle Cleanups. Signed-Off-By: <michal.simek@petalogix.com>.
by subrata_modak
· 16 years ago
bdbaec5
Clean Trailing Tab: Signed-off-by: Michal Simek <monstr@monstr.eu>.
by subrata_modak
· 16 years ago
4bb656a
Clear Trailing Whitespace. Signed-off-by: Michal Simek <monstr@monstr.eu>.
by subrata_modak
· 16 years ago
43337a3
Fix return(0) to return 0. Signed-off-by: Michal Simek <monstr@monstr.eu>.
by subrata_modak
· 16 years ago
ddd0f94
Find attached patchset which address some serious compiler warning fixes spotted by GCC4.1 (SLES10 SP2) and GCC4.3 (openSUSE Factory). Fix warning about _is_ unused variable (note the difference between "may" and "is" unused!). Unintended mixup with *pwd and *path. *path never gets set.
by subrata_modak
· 16 years ago
e272235
execve02 checks that execve() fails if the caller does not have executable permission on the file. However, in case the test fails and execve() succeeds, the default binary (test3) has return code 0, which is interpreted as test success. We get output like that:
by subrata_modak
· 16 years ago
4374a71
This patch fix a concurrency issue in execve02. In case of concurrent executions, all tasks was using the same file, changing its mode and leading to invalid mode for some of them. This patch creates a private tmp directory for each task, copies the test file in it and performs all the tests using this private file. Regards Renaud Lottiaux <Renaud.Lottiaux@kerlabs.com>
by subrata_modak
· 17 years ago
d34d581
Applied fixes by Paul J.Y. Lahaie to implement support for UCLinux
by robbiew
· 19 years ago
f9cb916
warnings cleanup
by robbiew
· 22 years ago
f7dc1be
Applied patch from Andreas Jaeger:
by robbiew
· 22 years ago
da85874
fix error with child not exiting properly in execve02.c from Colin Gibbs
by plars
· 22 years ago
b079c39
Corrected the retval updating code.
by robbiew
· 23 years ago
b851d7b
Corrected the race condition.
by robbiew
· 23 years ago
865695b
restructuring work done, and adding about 400 testcases
by plars
· 23 years ago