Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
ltp
/
7afe021da365ce94810f1170579fc9b9faa50086
/
testcases
/
kernel
/
syscalls
/
nanosleep
e357da6
Convert nanosleep02 to newlib
by Richard Palethorpe
· 6 years ago
18b780d
Rename TEST_ERRNO and TEST_RETURN for new test lib
by Christian Lanig
· 6 years ago
49543a1
kernel/syscall: divide .gitignore into one for each sub-folder
by Yixin Zhang
· 7 years ago
b5d620a
lib: keep the test id hidden in LTP library
by Li Wang
· 7 years ago
d84a7ec
Make use of SAFE_KILL()
by Cyril Hrubis
· 7 years ago
c459654
syscalls: Add timer measurement library
by Cyril Hrubis
· 7 years ago
249f405
various: use sys/wait.h instead of wait.h
by Steven Jackson
· 8 years ago
d6d11d0
Introduce tst_parse_opts()
by Cyril Hrubis
· 10 years ago
7b85868
syscalls/nanosleep02: Cleanup and fix.
by Cyril Hrubis
· 10 years ago
58be220
syscalls/nanosleep01: Cleanup and fix.
by Cyril Hrubis
· 10 years ago
2c0c841
syscalls/nanosleep01: Cleanup.
by Cyril Hrubis
· 10 years ago
b4be63d
syscalls/nanosleep04: Cleanup.
by Cyril Hrubis
· 10 years ago
400b622
syscalls/nanosleep03: Cleanup.
by Cyril Hrubis
· 10 years ago
6febe05
syscalls/nanosleep02: Cleanup.
by Cyril Hrubis
· 10 years ago
aabb834
Include usctest.h in test.h
by Cyril Hrubis
· 10 years ago
605fa33
Get rid of TEST_CLEANUP
by Cyril Hrubis
· 10 years ago
e38b961
Remove STD_FUNCTIONAL_TEST
by Cyril Hrubis
· 10 years ago
0b9589f
testcases: Constify char *msg variable.
by Cyril Hrubis
· 10 years ago
c57fba5
testcases/kernel/syscalls: clean up old style prototypes
by Mike Frysinger
· 11 years ago
fdce7d5
Another semiautomated cleanup.
by Cyril Hrubis
· 12 years ago
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
ec6edca
Add missing newline at end of file
by Chris Dearman
· 12 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
a9e49f1
Fix all of the remaining conflicts and some style issues.
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
cba2387
Shuffle around the code and exit _once_ at the bottom of the child process.
by yaberauneya
· 15 years ago
f00ed7a
Resolve the issue reported in the following email by using WIFEXITED(status) && WEXITSTATUS(status) == 0 as the pass criteria, as it should be according to wait(2).
by yaberauneya
· 15 years ago
923b23f
Other compiler warning fixes: this is another chunk of compiler warning fixes in LTP tests, related to printf format strings. They have multiple causes:
by subrata_modak
· 15 years ago
ef77253
1. Please see README.mk-devel for a full description of the changes
by yaberauneya
· 15 years ago
56207ce
Coding Syle Cleanups. Signed-Off-By: <michal.simek@petalogix.com>.
by subrata_modak
· 16 years ago
030c6b7
pselect01 & nanosleep02: Warnings about Syscall Execution Time: This patch addes warnings in pselect01 and nanosleep02 test cases that the certain failures may due to the limitation of the way it calculates the system call execution time. Signed-off-by: CAI Qian <caiqian@cclom.cn>.
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
f2f0acb
This patch cleans code a little bit by removing leftovers. Signed-off-by: CAI Qian <caiqian@cclom.cn>.
by subrata_modak
· 16 years ago
27efa4c
I've attached some patches that I created for LTP at work. Most of them simply add command-line options to specify the amount of memory/pages to use for tests. However, there's one fix that works around a bug in uClibc's pthread implementation.Don't place an upper limit on the amount of time a nanosleep(2) call should take. The nanosleep(2) call will suspend execution for _at least_ the specified time, no upper limit is guaranteed. Matt Fleming <mjf@gentoo.org>.
by subrata_modak
· 16 years ago
b5ed1f6
some more uClinux fixes from Jane Lv
by vapier
· 18 years ago
5366cb0
standardize makefiles (punt UCLINUX/COLDFIRE cruft, build everything with -Wall and user-optimizations, remove pointless targets in favor of implicit ones, etc...)
by vapier
· 18 years ago
7ceb0e6
This patch address bug 22203 and fixes the problem of nanosleep02 occasionally failing on 64 bit on beta 6.
by mreed10
· 19 years ago
a38ab6a
Fix for defect 17215
by mridge
· 19 years ago
d34d581
Applied fixes by Paul J.Y. Lahaie to implement support for UCLinux
by robbiew
· 19 years ago
db7acc7
Increased USER_PRECISION to 2200 to take into account the processes switching time.
by robbiew
· 20 years ago
4238f34
Change to USEC_PRE to get around glibc bug
by mridge
· 21 years ago
95528e0
OPTS relocation
by robbiew
· 21 years ago
71223df
updated to 0.9.0
by robbiew
· 22 years ago
e3c5642
moved to top-level /include
by robbiew
· 22 years ago
f6ed195
Applied Dan Kegel's `ash` compatibility patch.
by robbiew
· 22 years ago
2d950e4
Applied Dan Kegel's patch:
by robbiew
· 22 years ago
52333de
Applied Dan Kegel's "\n" removal patch.
by robbiew
· 22 years ago
01be333
warnings cleanup
by robbiew
· 22 years ago
66ea9a8
Made changes to allow non-root users to perform a 'make install'.
by robbiew
· 22 years ago
5475776
Applied Vasan Sundar's Makefile patches.
by robbiew
· 22 years ago
f9e8ec3
Added additional nanosleep() test from the Open POSIX* Testsuite.
by robbiew
· 22 years ago
9b91947
Applied Andrea Arcangeli <andrea@suse.de> patch. Note below:
by robbiew
· 22 years ago
bc4c280
*** empty log message ***
by robbiew
· 23 years ago
16dc53f
Separate make and make install
by plars
· 23 years ago
bef097e
fixed
by plars
· 23 years ago
865695b
restructuring work done, and adding about 400 testcases
by plars
· 23 years ago