Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
ltp
/
047062c248cde720edfc6aa5c37104f47f292916
047062c
May 7 Release
by iyermanoj
· 23 years ago
b7ba493
fix recvfrom01 to work without a controlling tty
by plars
· 23 years ago
d8afa78
fix recvmsg01 to work without a controlling tty
by plars
· 23 years ago
86ea1ba
fix recv01 when run without a controlling terminal
by plars
· 23 years ago
eab59d1
Removed fstat05 b/c it does not handle SIG 11 returns as well as EFAULT, which
by robbiew
· 23 years ago
a8dc211
Applied patch submitted by Jay Huie.
by robbiew
· 23 years ago
cfd6796
Added new testcases created by Bull.
by robbiew
· 23 years ago
b95e362
New testcase added by Bull.
by robbiew
· 23 years ago
62b4a99
New testcase created by Bull.
by robbiew
· 23 years ago
a725861
Enabled test for concurrent multiple runs.
by robbiew
· 23 years ago
3f573ae
Enabled for multiple concurrent runs.
by robbiew
· 23 years ago
0ff959d
Enabled for multiple concurrent runs.
by robbiew
· 23 years ago
4644c7e
Commited patch submitted by Jay Huie
by robbiew
· 23 years ago
112db7a
Applied Jay Huie's patch.
by robbiew
· 23 years ago
3650fef
Added test created by Bull.
by robbiew
· 23 years ago
c1f652a
Added test created by Bull.
by robbiew
· 23 years ago
76cc2d2
Enabled test for multiple concurrent runs.
by robbiew
· 23 years ago
b53e0cf
*** empty log message ***
by robbiew
· 23 years ago
5b51615
Enabled for multiple concurrent runs.
by robbiew
· 23 years ago
b4c3b2a
Enabled for multiple concurrent runs.
by robbiew
· 23 years ago
9f42151
Enabled test for multiple concurrent runs.
by robbiew
· 23 years ago
c50ab20
Enabled for multiple runs.
by robbiew
· 23 years ago
0ecda11
Enabled for multiple instances.
by robbiew
· 23 years ago
40ddd69
Enabled for multiple instances.
by robbiew
· 23 years ago
e69e226
Enabled for multiple concurrent runs.
by robbiew
· 23 years ago
874b422
fixed fcntl17 race that was generating a SIGPIPE when the parent died before one of the children tried to send something on the pipe
by plars
· 23 years ago
caccaf2
removed int typecast since it is not needed now that we are checking the return from signal against SIG_ERR. Added failure handling just in case calls to pipe() fail.
by plars
· 23 years ago
07635bc
william jay huie's fixes for fcntl17: s/fcntl05/fcntl17, check that return from signal() on error ==SIG_ERR instead of < 0
by plars
· 23 years ago
22853aa
Updated to enable multiple copies.
by robbiew
· 23 years ago
da28e8c
Enabled test to run multiple times.
by robbiew
· 23 years ago
ee9f4f0
Enabled for multiple runs.
by robbiew
· 23 years ago
f812c50
*** empty log message ***
by robbiew
· 23 years ago
669e60c
Enabled test for multiple copies.
by robbiew
· 23 years ago
a3efff3
*** empty log message ***
by robbiew
· 23 years ago
5845ca3
Committed Ihno's patch
by robbiew
· 23 years ago
f85339b
*** empty log message ***
by robbiew
· 23 years ago
0db44a5
Enabled for multiple concurrent runs.
by robbiew
· 23 years ago
7e59475
Applied Ihno's patches.
by robbiew
· 23 years ago
90b1698
reset errno to 0 before executing the system call in TEST_VOID()
by plars
· 23 years ago
755394c
Corrected mistake..should be 2 tests, not 1. This bug was found by Ihno Krumreich.
by robbiew
· 23 years ago
15226cd
Applied patches submitted by:
by robbiew
· 23 years ago
79255d7
april release
by iyermanoj
· 23 years ago
3fb92b4
Changed the group check for "nobody" back to using 'getpwnam' to handle
by robbiew
· 23 years ago
90fc94c
Changed nobody group checking to check for id number only.
by robbiew
· 23 years ago
5e1abfd
Jay Huie's README on the LTP automation scripts.
by iyermanoj
· 23 years ago
b2af061
Added Andi Kleen's patch.
by robbiew
· 23 years ago
9dfe063
*** empty log message ***
by robbiew
· 23 years ago
a42e4b9
fixed mprotect01 to expect ENOMEM (as specified by POSIX) instead of EFAULT
by plars
· 23 years ago
97ec2c8
Andi Kleen 64bit patch.
by robbiew
· 23 years ago
927b69d
Andi Kleen warning patches.
by robbiew
· 23 years ago
463e99d
msync05 fixed to expect ENOMEM as specified by POSIX rather than EFAULT
by plars
· 23 years ago
8480ec0
*** empty log message ***
by robbiew
· 23 years ago
7ca7ccd
Modified IDcheck to check for the group "nobody", not just if user nobody has a group.
by robbiew
· 23 years ago
1d27cce
Added modifications suggested by Andi Kleen <ak@suse.de>
by robbiew
· 23 years ago
9ee396e
Added extra header.
by robbiew
· 23 years ago
b59499d
Added a code to cleanup sem id at conclusion of test.
by robbiew
· 23 years ago
b4fd34f
Added Andreas Jaeger fix <aj@suse.de>
by robbiew
· 23 years ago
da80674
Applied Andreas Jaeger warning patch. <aj@suse.de>
by robbiew
· 23 years ago
779b3ec
Removed warnings. Andreas Jaeger <aj@suse.de>
by robbiew
· 23 years ago
43122ee
Removed warnings. Andreas Jaeger <aj@suse.de>
by robbiew
· 23 years ago
0c8548d
Fixed /dev/zero problem.
by robbiew
· 23 years ago
dc61c58
Updated versions from Jay Huie.
by robbiew
· 23 years ago
055425b
I switched PASS and FAIL to the correct settings: PASS=0 & FAIL=1
by robbiew
· 23 years ago
bf553cc
fixed to make it work without a controlling tty
by plars
· 23 years ago
393f634
fix sendto01 so that it works without a controlling tty
by plars
· 23 years ago
13cbed7
fix sendmsg01 to make it work without a controlling tty
by plars
· 23 years ago
805e285
initialize controllen in sendmsg01
by plars
· 23 years ago
0c850b7
fix send01 to make it work without a controlling tty
by plars
· 23 years ago
0c49ebf
fix listen01 so that it will work without a controlling tty
by plars
· 23 years ago
dcf2c3d
make getsockopt01 work without a controlling tty
by plars
· 23 years ago
94d7956
fix to make getsockname01 work without a controlling tty
by plars
· 23 years ago
b05da4c
fix to make getpeername01 work without a controlling tty
by plars
· 23 years ago
a9de613
fix to make connect01 work without a controlling tty
by plars
· 23 years ago
b9c945b
fix to make bind01 work when there is not a controlling terminal
by plars
· 23 years ago
17ab388
fix so that it works without a controlling terminal (like with stp)
by plars
· 23 years ago
d5c2112
Added 64-bit patches by Ihno Krumreich, email: ihno@caldera.de
by robbiew
· 23 years ago
c9d001f
Added PASS/FAIL output.
by robbiew
· 23 years ago
ded99ee
Added Author information.
by robbiew
· 23 years ago
75fe22f
Added more info to this file.
by robbiew
· 23 years ago
211d45d
Corrected the networking and diskio menus.
by robbiew
· 23 years ago
d0f7bba
Corrected variable exports.
by robbiew
· 23 years ago
ef6e842
Added option for NFS over TCP.
by robbiew
· 23 years ago
2727dea
Added options for NFS.
by robbiew
· 23 years ago
4c4369f
Modified variable name for version for consistency.
by robbiew
· 23 years ago
c1e490f
Added options for setting protocol.
by robbiew
· 23 years ago
2cb7ffc
Added options for specifying version and protocol.
by robbiew
· 23 years ago
57dfebc
Added a cleanup line to remove the tmp dir.
by robbiew
· 23 years ago
84722dc
Added an IPv6 ported version of NetPIPE
by robbiew
· 23 years ago
72931de
Added tools directory.
by robbiew
· 23 years ago
ef580fe
Modified
by iyermanoj
· 23 years ago
a950b85
Added a missing parameter to the runtest script and added jfs.
by robbiew
· 23 years ago
20f2d9b
Corrected the cleanup section.
by robbiew
· 23 years ago
b3c48a8
Jay's patch was calling "install" from "all"...this is wrong.
by robbiew
· 23 years ago
e315ac8
Forgot to add this.
by robbiew
· 23 years ago
a1c6657
Tools created by Jay Huie (wjhuie@us.ibm.com)
by robbiew
· 23 years ago
52a79d1
Made modifications per Jay Huie's patch.
by robbiew
· 23 years ago
5a5e9ec
*** empty log message ***
by robbiew
· 23 years ago
d0dc408
*** empty log message ***
by robbiew
· 23 years ago
796b06a
*** empty log message ***
by robbiew
· 23 years ago
f005112
A list of known failures of LTP tests.
by robbiew
· 23 years ago
Next »