- 981d33a Fix retval parameter to pthread_join() by Dave Kleikamp · 12 years ago
- 354ebb4 cleanup code indent by Wanlong Gao · 12 years ago
- 89af32a Another semiautomated cleanup. by Cyril Hrubis · 12 years ago
- fed9641 Fix FSF address by Wanlong Gao · 12 years ago
- 4548c6c Update FSF address by Wanlong Gao · 12 years ago
- 37550cf Remove whitespace at end of line by Chris Dearman · 12 years ago
- ec6edca Add missing newline at end of file by Chris Dearman · 12 years ago
- cc6cc86 net: Install the missing file in network stress test by Hangbin Liu · 13 years ago
- 95a25f9 error is not a command; replace it with echo ; exit 1 by Garrett Cooper · 12 years ago
- b552400 expand gitignore coverage by Mike Frysinger · 13 years ago
- 495bec6 nfs/nfsstress/make_tree: Replace integer cast to pointer with 0 by Markos Chandras · 13 years ago
- c0762b8 network/lib6/asapi_06: pcmsg->cmsg_len is of type size_t by Markos Chandras · 13 years ago
- 0d62495 CAN: major update for the Controller Area Network LTP tests by Oliver Hartkopp · 13 years ago
- dcd7909 Add autoconf test for libacl. by Cyril Hrubis · 14 years ago
- eb145e7 acl/Makefile: env_post.mk should be replaced with env_pre.mk by Peng Haitao · 14 years ago
- 04d6446 Fix another instance of fsstress.c. by Cyril Hrubis · 14 years ago
- 3ebf9b2 Fix header include. by Garrett Cooper · 14 years ago
- bacc849 Remove references to malloc.h. Sort headers some. by Garrett Cooper · 14 years ago
- 1e6f5a6 Resolving all compile errors via a script by Garrett Cooper · 14 years ago
- 2233778 Fix compile. by Garrett Cooper · 14 years ago
- 1057135 Fix compile. by Garrett Cooper · 14 years ago
- 893be8c Fix compile. by Garrett Cooper · 14 years ago
- 6cf057e Do -Wno-error for this copy of fsstress. by Garrett Cooper · 14 years ago
- 794c1c1 Attempt to fix a little, mark brokenish, and move on. by Garrett Cooper · 14 years ago
- ef1a5a1 Fix some obvious mistakes in the app add -Wno-error and move on. by Garrett Cooper · 14 years ago
- 72521cf Fix more tests; remove more Tst_count externs. by Garrett Cooper · 14 years ago
- 8dca422 Fix some testcases. by Garrett Cooper · 14 years ago
- 3483b6e Fix warning. by Garrett Cooper · 14 years ago
- 38097ab Fix warnings and style. by Garrett Cooper · 14 years ago
- d37c25c Fix warning. 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
- ff64846 Fix compile and other warnings disguised by crappy casts. 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
- 8fb1cdb More style cleanup. by Garrett Cooper · 14 years ago
- df3eb16 Deal with a lot of annoying style nits. by Garrett Cooper · 14 years ago
- 52288dc Add knobs to enable/disable features & testsuites. by Garrett Cooper · 14 years ago
- 86de2e5 Fix typos and some potentially unbound vars. by Garrett Cooper · 14 years ago
- e879610 Fix bad sync() invocation. by Garrett Cooper · 14 years ago
- 1e6f86c Increase buf size and use tmp var in sprintf. by Garrett Cooper · 14 years ago
- 5337e87 Fix source path for install. by Garrett Cooper · 14 years ago
- 68f8953 Testcase "nfs02" fails with following message by Garrett Cooper · 14 years ago
- 851e779 Testcase "nfs02" fails as script does not able to find following files by Garrett Cooper · 14 years ago
- 82d3ded echo test is failing with the below errors as we didn't initialized the 'addrlen' parameter of getsockname. by Subrata Modak · 14 years ago
- 0a52859 Adding a wordy informationi, 2005 here represents as year not version of kernels. by Rishikesh K Rajak · 15 years ago
- 08c16de I have observed that the 'createfile.c' in by Rishikesh K Rajak · 15 years ago
- 6518012 Hi by Rishikesh K Rajak · 15 years ago
- e520c31 Switch all of these Makefiles over to MAKE_DEPS instead of ad hoc by Garrett Cooper · 15 years ago
- d8f1f5d Convert everything over to bin from tools because it's breaking install-in-build-tree. by yaberauneya · 15 years ago
- e957075 Fix a probable typo in mc_commo, causing attempts to run nonexistent binaries by yaberauneya · 15 years ago
- 2592e98 Don't run make install for libs unless make install is specifically called in the subdir. by yaberauneya · 15 years ago
- ec789bc Hello, by yaberauneya · 15 years ago
- 4df8023 Fix absolute path to library, as we're no longer directly installing libraries into $(libdir). by yaberauneya · 15 years ago
- b8563a8 if4-alias-addlarge - default values for IPV4_NETWORK and IPV4_HOST: The testcase code expects class A (or /8 ) network addresses to be assigned to the tested interfaces and fails with the default values of class C (or /24). Signed-off-by: Radoslav Kolev <radoslav.kolev@rnd.bg>. by subrata_modak · 15 years ago
- a59aa70 Fix a wrong (reversed) success condition in echo01: This patch reverses the success check in echo01, obviously the checksums being equal is the right outcome. This is the version with the changes Mike Frysinger requested.Signed-off-by: Jiri Palecek <jpalecek@web.de>. by subrata_modak · 15 years ago
- b26d740 Fix a bug in awk code in rsh01: this patch fixes the following problem with awk code in rsh01. It caused the test to fail. The END label is executed always, even in the event of exit. Therefore, the "exit 1" statement was executed even when the line matched (as a consequence of "exit 0") and awk always returned 1 (ie. failure). Signed-off-by: Jiri Palecek <jpalecek@web.de>. by subrata_modak · 15 years ago
- 698bbbb Fixes of some errors discovered by "set -u": this patch fixes the following problems: by subrata_modak · 15 years ago
- 745d6f6 Don't fail the ssh tests if the home directory we are creating already exists (eg. when it was created by adduser): this patch silences the error message "mkdir: directory already exists" in ssh tests, caused by the code that handles home directory creation in case adduser didn't do it. Unfortunately, the same code failed when adduser did create the directory. Signed-off-by: Jiri Palecek <jpalecek@web.de>. by subrata_modak · 15 years ago
- 35b8cb7 Hello guys, 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
- a7131e7 Some Bashism Fixes from Jiří-Paleček<jpalecek@web.de>. by subrata_modak · 15 years ago
- 296ffa5 Fix some bashisms: this is another patch fixing bashisms in LTP tests (the fixes are more or less the same as in the previous patches, except for a few exceptions). Note that the patch is not complete, in the sense that there may remain further bashisms in the source even after applying the patch (like use of arrays, which is visible even from this patch). Signed-off-by: Jiri Palecek <jpalecek@web.de>. by subrata_modak · 15 years ago
- f969255 1. Add check for locale command with exists command in cmdlib.sh by yaberauneya · 15 years ago
- 906757f This change (which I'm committing to cvs right now) changes the default to the loopback address: by yaberauneya · 15 years ago
- 106e74f config.mk.in: we're no longer installing directly to the destination directory until install is called, so let's not pick up anything CPPFLAGS-wise from that directory. by yaberauneya · 15 years ago
- c12ea91 tmpcmds.sh was renamed to net_cmdlib.sh by yaberauneya · 15 years ago
- 8b57114 network: fix rpc use rsh instead of ssh: rpcinfo01 testcase use ssh to run command on remote machine, which will prompt for authentication and password. I think it is a typo because all network tests use rsh. Signed-off-by: Hushan Jia <hjia@redhat.com>. by subrata_modak · 15 years ago
- 5fda204 1. Check in remaining fixes for in-build-tree support that were accidentally overlooked before. by yaberauneya · 15 years ago
- bf995b2 1. I screwed up and broke install by accident when I was monkeying around with env_post.mk. by yaberauneya · 15 years ago
- 03ce934 Get rid of some valid compiler warnings. by yaberauneya · 15 years ago
- 8f27b93 gethost isn't in testcases/bin anymore; it was moved to tools/ by yaberauneya · 15 years ago
- ef77253 1. Please see README.mk-devel for a full description of the changes by yaberauneya · 15 years ago
- aa10c74 Byte compiled python files should not be in the repo. by yaberauneya · 15 years ago
- 674a5ec network: fix nfs testcases Makefile error: The nfslock01 and nfsstress testcases' Makefile does not link excutables to testcase/bin directory, and nfslock01 does not build nfs_flock_dgen excutables, which will cause test fail. This patch add the links and build the nfs_flock_dgen. Signed-off-by: Hushan Jia <hjia@redhat.com>. by subrata_modak · 15 years ago
- e88ddc7 network: fix multicast testcases Makefile: Repost the multicast Makefile patch: The Makefile of testcases/network/multicast/mc_commo and mc_member do not link binary file and config files to ../../../bin dirs. This patch add the links. Signed-off-by: Hushan Jia<hjia@redhat.com>, by subrata_modak · 15 years ago
- 9140129 network: Fix ip_tests error 2: Repost the ip tests patch: by subrata_modak · 15 years ago
- 1fbecac Network: Fix iproute test case error: When I run network test case testcases/network/iproute/ip_tests.sh, some errors shown: by subrata_modak · 15 years ago
- 54b357a Spelling fixes: initalization => initialization: Signed-off-by: Geert Uytterhoeven <Geert.Uytterhoeven@sonycom.com>. by subrata_modak · 15 years ago
- 88d0d0e RANLIB isn't a predefined variable in make(1): by yaberauneya · 15 years ago
- 36673a9 by yaberauneya · 15 years ago
- 6d56107 Fix some bashisms: this patch reflects the comments by various people to the previous versions. It uses "+=1" instead of postincrement because of dash, ['s boolean expressions, printf for the formatting. I've left the unzip pushd/popd and the signal names issue completely. Signed-off-by: Jiri Palecek <jpalecek@web.de>. by subrata_modak · 15 years ago
- 45a59c4 This patch makes the telnet test avoid timeouts when the remote users prompt doesn't contain hostname, or is somehow irregular. It works by explicitly setting the prompt in the remote shell (see the PROMPT variable). Note that setting literal value as a prompt works even when the remote shell is not bash (the classic bash placeholders do not). Signed-off-by: Jiri Palecek <jpalecek@web.de>. by subrata_modak · 15 years ago
- e451648 Exit in testsf_s6 when host lookup fails to prevent segfaults later. Jiri Palecek <jpalecek@web.de>. by subrata_modak · 16 years ago
- f0d432c Fix from CAI Qian <caiqian@cclom.cn>. by subrata_modak · 16 years ago
- e5de11b It has come to our attention that when running multicast tests that the multicast ping test assumes that all the machines on the network, including the machine getting tested, have multicast ping enabled. This has not been the case since 2005 when multicast ping was disabled by default, mostly to inhibit ddos activity. See this conversation for more details: https://bugzilla.redhat.com/show_bug.cgi?id=159367. Now on all kernels, /proc/sys/net/icmp_echo_ignore_broadcasts is set to 1 by default, thereby failing this test. But the error message is wrong. Multicast is not disabled, only multicast ping. This patch modifies the error message and tells that it is now normal to fail.Signed-off-by: Vernon Mauery <vernux@us.ibm.com>, Acked-by: Sripathi Kodi <sripathik@in.ibm.com>. by subrata_modak · 16 years ago
- 129bfb3 Addition of CONTROLLER AREA NETWORK tests to LTP. Signed-Off-By: Oliver Hartkopp <oliver.hartkopp@volkswagen.de>. by subrata_modak · 16 years ago
- 3ffe072 I'm a user of LTP. I use LTP for testing SH based Linux kernel for our embedded systems. I'm using a kernel 2.6.23. I've downloaded latest LTP release: ltp-full-20090131.tgz. I've found the following issues: 1) I found some instructions on some LTP Makefiles reporting direct calls to "gcc" or "g++" instead of using the related env. variables $(CC) and/or $(CXX). The usage of gcc/g++ hardcoded, didn't allow to cross-build the related LTP tests. I've done a patch which is attached to this email ( ltp-full-20090131-allow-cross-build-fix.patch). Signed-off-by: Francesco Rundo <francesco.rundo@st.com>. by subrata_modak · 16 years ago
- 8ea40f8 runcc: add cflags option on runcc function to compile lib6 tests for different architectures: Runcc function was compiling all tests with default compiler architecture (32bits on RHEL and 64bits on SLES). This patch fix this problem adding support to get CFLAGS envar and use it to compile lib6 test for different architectures (32bits and 64bits). Signed-Off-By: Higor Aparecido Vieira Alves <halves@linux.vnet.ibm.com>. by subrata_modak · 16 years ago
- 71d9d19 Add an error message instead of assert() in aio-stress: This patch fixes a problem with reporting errors in aio-stress, namely, that failure to open a file given on the command line will result in an assertion failure rather than an error message. This patch makes it print an error message instead. Signed-off-by: Jiri Palecek <jpalecek@web.de>. by subrata_modak · 16 years ago
- c1d2dde Fix bug in rusers01 test script: This is in reference to bug in "rusers01" test which I reported on Feb 10, 2009. Current rusers01 script have following lines, "rusers $RHOST | grep $RHOST > /dev/null". If my remote host do not have any user logged in, then test returns failure even if "users $RHOST" executes without any error. In my subsequent mail, I am sending patch to fix this bug ( I have tested patch on machines ). The following patch PASS the "rusers01" test correctly if "rusers" command executes without any error. It reports the failure if "rusers" command fails. Signed-off-by: vivek@linsyssoft.com. by subrata_modak · 16 years ago
- 4e4cc36 Matt Helsley reported: The dependency description in testcases/network/lib6/Makefile breaks parallel builds: by subrata_modak · 16 years ago
- 9dc890f Manas Kumar Nayak <maknayak@in.ibm.com> shared this wonderfull README to run LTP Network tests. by subrata_modak · 16 years ago
- f57be1c ====================================================== by subrata_modak · 16 years ago
- 94d177a This patch fix man miscellenous compilation warnings. Signed-off-by: CAI Qian <caiqian@cclom.cn>. by subrata_modak · 16 years ago
- c3e450f Per request of Mike Frysinger, I resend this patch. The patch itself is the same, but the explanation is extended. Hope it's better this time. by subrata_modak · 16 years ago
- 5256819 Tests in testcase/network/lib6 has been excluded because they occured build break on the earlier distributions. Now autoconf is introduced, we can include it again. Ths series of patches enable the lib6 tests. Signed-off-by: Mitsuru Chinen <mitch@linux.vnet.ibm.com>. by subrata_modak · 16 years ago
- 7fe6451 Tests in testcase/network/lib6 has been excluded because they occured build break on the earlier distributions. Now autoconf is introduced, we can include it again. Ths series of patches enable the lib6 tests. For socket related functions, sys/socket.h should be included. Signed-off-by: Mitsuru Chinen <mitch@linux.vnet.ibm.com>. by subrata_modak · 16 years ago
- 005dc01 Tests in testcase/network/lib6 has been excluded because they occured build break on the earlier distributions. Now autoconf is introduced, we can include it again. Ths series of patches enable the lib6 tests. The initialization style of union, ".<member>=<value>", is one of the latest gcc extention. It's better not to use it. Signed-off-by: Mitsuru Chinen <mitch@linux.vnet.ibm.com>. by subrata_modak · 16 years ago
- 4feae2d Here is a new patch to be applied on the November Release (ltp-full-20081130.tgz). It fixes and improves build/install scripts in the Sun-RPC/TI RPC test suite. It takes care also about some portmap/rpcbind conflicts in the tests scripts. Signed-Off-By: Le Rouzic <aime.le-rouzic@bull.net>. by subrata_modak · 16 years ago