Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
ltp
/
53d738a193c245bb2ead1d041968fcb87c294684
/
testcases
/
kernel
/
syscalls
/
epoll
49543a1
kernel/syscall: divide .gitignore into one for each sub-folder
by Yixin Zhang
· 7 years ago
eb50f0a
remove old tst_flush()
by Michael Moese
· 7 years ago
f885348
Fix spelling s/exitted/exited/
by Petr Vorel
· 7 years ago
aabb834
Include usctest.h in test.h
by Cyril Hrubis
· 10 years ago
fdce7d5
Another semiautomated cleanup.
by Cyril Hrubis
· 12 years ago
354ebb4
cleanup code indent
by Wanlong Gao
· 12 years ago
4548c6c
Update FSF address
by Wanlong Gao
· 12 years ago
f8df4b5
syscalls:epoll01: turn off flooding verbose output
by czhang@redhat.com
· 14 years ago
e683a86
Remove all unwanted references to TESTDIR.
by Garrett Cooper
· 14 years ago
1569799
Fix some tests. Remove all externs to Tst_count.
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
df3eb16
Deal with a lot of annoying style nits.
by Garrett Cooper
· 14 years ago
ef77253
1. Please see README.mk-devel for a full description of the changes
by yaberauneya
· 15 years ago
c81d7b9
After trying to find old enough glibc (2.2.2 and older) in any distribution I've given up modifying the test to compile with non glibc epoll library. So when glibc epoll headers are not found the test is disabled entirely and dummy version of the test is compiled. Patch that also fixes some minor problems is attached. Signed-off-by: Cyril Hrubis <chrubis@suse.cz>.
by subrata_modak
· 15 years ago
df90996
fix printf modifiers
by vapier
· 15 years ago
56207ce
Coding Syle Cleanups. Signed-Off-By: <michal.simek@petalogix.com>.
by subrata_modak
· 16 years ago
361edcc
The epoll-ltp testcase tests zero size argument to epoll_create and reports that particular case as a failure if the kernel returned a positive integer. According to 'man epoll_create', this size argument is actually ignored and the kernel dynamically sizes the required data structures. Hence removing this check in epoll-ltp testcase. Signed-Off-By: Chandru S <chandru@linux.vnet.ibm.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
913d6e9
Compilation problem with latest cvs: epoll test. Hello. I had a problem when compiling today's version with Ubuntu. The following patch fixed the issue (I guess it is a bashism). Signed-Off-By: Elder Costa <elder.costa@terra.com.br>.
by subrata_modak
· 16 years ago
b56735e
eat stupid DOS ^M gremlins
by vapier
· 18 years ago
7f40cfd
clean up the makefile, clean up source code warnings, and add better libc/libepoll detection
by vapier
· 18 years ago
cff4af0
remove extraneous whitespace usage in tst_* functions
by vapier
· 19 years ago
d34d581
Applied fixes by Paul J.Y. Lahaie to implement support for UCLinux
by robbiew
· 19 years ago
98988cb
Changes to fix testcase defect 2194
by mridge
· 20 years ago
6135c4b
Corrected the logic in the test to use -lepoll or not.
by robbiew
· 20 years ago
748d287
Change to include the LTP lib path if glibc 2.3.X
by mridge
· 20 years ago
b5ffc15
updated testcase install instructions
by mridge
· 21 years ago
e5a5eee
Changes to detect glibc versions.
by mridge
· 21 years ago
f34de46
Fix PROTECT_FUNC macro to get around compiler bug for varible parameter list
by mridge
· 21 years ago
f88132e
Fix the install section of the Makefile to correctly put the epoll exe where it belongs
by mridge
· 21 years ago
b41e20d
Readme added to help setup the epoll tests
by mridge
· 21 years ago
b0a63b6
added new ltp epoll testcases
by mridge
· 21 years ago