- bf995b2 1. I screwed up and broke install by accident when I was monkeying around with env_post.mk. by yaberauneya · 15 years ago
- ef77253 1. Please see README.mk-devel for a full description of the changes 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
- 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
- 6d3ab37 This patch drops the redudant copies (in total three copies of fsx-linux.c from: by subrata_modak · 16 years ago
- 5387ba0 These test cases fail on the NFS environment due to NFS relates issue(s). Hence abondon these tests when NFS is detected. By, Sridhar Vinay <vinaysridhar@in.ibm.com>. by subrata_modak · 17 years ago
- e652312 This guides you to the new location of CTHON04, as, these Testcases has been removed from LTP for want of GPLv2 License Agreement by subrata_modak · 17 years ago
- 91329eb Removing these Testcases as they do not satisfy GPLv2 License Agreement by subrata_modak · 17 years ago
- b757519 Removing these Testcases as they do not satisfy GPLv2 License Agreement by subrata_modak · 17 years ago
- 4501d95 Removing these Testcases as they do not satisfy GPLv2 License Agreement by subrata_modak · 17 years ago
- dc3d077 "rsalveti@linux.vnet.ibm.com" wants to update this with kernel/fs/fsstress/fsstress.c by subrata_modak · 17 years ago
- 8d4767d "rsalveti@linux.vnet.ibm.com" pointed out to have same "fsx-linux" testcase for "fs", "ltp-aiodio" and "nfs" by subrata_modak · 17 years ago
- 9383f1d Applied Patch to fix the wrong usage of pthread_exit, pointed out by <carmelo.amoroso@st.com> by subrata_modak · 17 years ago
- bf75d79 use = rather than == when testing for equality in portable shell scripts as the latter is not POSIX by vapier · 18 years ago
- ffd8924 use memcmp() instead of legacy bcmp() by vapier · 18 years ago
- 5bc4e4e The readme file has been updated for nfs by mreed10 · 18 years ago
- ca57379 Comment out set -x to remove debug output by mreed10 · 18 years ago
- 1430d82 A fix for bug #27618 that addresses two issues: by mreed10 · 18 years ago
- 825b214 A fix for Bug 23587 where the connectathon test failed on linux client with cifs mount to Windows2003 R2 server by mreed10 · 18 years ago
- 96c4a17 force CFLAGS/LIBS to be evaluated once rather than everytime they are used by vapier · 18 years ago
- e77da4e add a warning to those who wish to fiddle by vapier · 18 years ago
- 6e32f0d cleanup source code by vapier · 18 years ago
- 104f53e unify the generate.sh scripts and use the new top level make-files script by vapier · 18 years ago
- 0aa7815 A fix submitted by Jacky Malcles that fixes this testcase by setting envp by mreed10 · 18 years ago
- 32cc0ac use memset() instead of bzero() by vapier · 18 years ago
- b34fecc filter shell cruft out of LOCKTESTS so we can use it in make rules by vapier · 19 years ago
- 41f4cd7 add support for LDFLAGS by vapier · 19 years ago
- d2738d6 Fix for defect 21693, seg fault on failure by mridge · 19 years ago
- c398e4f use errno.h instead of doing extern int errno by vapier · 19 years ago
- 3b48f8e Backout change to nfs04 by mridge · 19 years ago
- 69f804d Fix nfs04 typo on line 136, incorrect order of create_file params by mridge · 19 years ago
- 6f256bc Fix nfs04 typo on line 136, incorrect order of create_file params by mridge · 19 years ago
- 99aa361 Renamed create_file.c to nfs04_create_file.c to resolve duplicate name problem with network stress tests. by robbiew · 19 years ago
- 6298fff Applied memory leak fix. by robbiew · 19 years ago
- 1b59f90 Applied patch from David Marlin: by robbiew · 19 years ago
- e93a324 Applied a load of patches submitted to the mailing list by Gentoo's Mike Frysinger by robbiew · 19 years ago
- 847a2a0 Applied patches from Bryce Harrington to allow NFSv4 testing: by robbiew · 19 years ago
- f52fd8a Applied patch from Greg Edwards: by robbiew · 19 years ago
- 61d5630 Corrected so the test can find gettid()'s definition. by robbiew · 19 years ago
- 0325122 Changed all calls to getpid() to gettid(). by robbiew · 19 years ago
- 751ffca I decided to use 'cmp' instead of 'diff' because I think byte comparison is better for the type of file created for this test. by robbiew · 20 years ago
- c7917d4 These files are created when 'make' is ran. by robbiew · 20 years ago
- f9ea156 Restored the compile settings for Linux2.4/GLIBC2.2 and created a new one for Linux/GLIBC2.3 by robbiew · 20 years ago
- 36a9d98 Removed -fwritable-strings and -DGLIBC=22 flags from compile. by robbiew · 20 years ago
- 532a512 Get rid of extra = of "must be Root user" check by mridge · 20 years ago
- 4ccaa3b Fix Makefile to link open_files into the bin directory by mridge · 20 years ago
- 891f9bd Change to fix sourceforge defect # 1008437 by mridge · 20 years ago
- 7729887 Fixed the Makefile to allow the testsuite to build. by robbiew · 20 years ago
- e4b754c Adjusted settings for Linux. by robbiew · 20 years ago
- ea8bea2 Removed cthon04 from the Makefile. by robbiew · 20 years ago
- ff393fc Added Connectathon to the LTP. by robbiew · 20 years ago
- 08165bc Changed test to use /tmp instead of /mnt. by robbiew · 21 years ago
- 5ef21c6 Actually tried running the test, and fixed all the logic errors. by robbiew · 21 years ago
- 936cf8c Corrected bug in executing fsstress. by robbiew · 21 years ago
- 6e20005 Changed location of 'sar' datafile. by robbiew · 21 years ago
- 9387e80 Fix minor typo with prompts. by robbiew · 21 years ago
- 0ae66f5 Added new NFS stress test. by robbiew · 21 years ago
- d4e0d2a Updated the SUBDIRS section. by robbiew · 21 years ago
- e4a9702 Added another diff to check integrity on reads. by robbiew · 21 years ago
- 1810919 Corrected the diff section. by robbiew · 21 years ago
- 64f271b Had testfile created once, independent of loop count. by robbiew · 21 years ago
- 47d7705 Added better LTP API support. by robbiew · 21 years ago
- 5a75d99 Corrected some logic errors. by robbiew · 21 years ago
- 2cba524 Added new nfs test to test file integrity with NFS. by robbiew · 21 years ago
- 9eff997 Converted this script to perl. by robbiew · 21 years ago
- f8cf253 Corrected syntax problem. by robbiew · 21 years ago
- 7ee3636 Removed file b/c information is already stored in /doc/network.txt. by robbiew · 21 years ago
- efc57fb Added default value for RHOST. by robbiew · 21 years ago
- 14d94f0 Added a default option for RHOST. by robbiew · 21 years ago
- 1e8c822 replaced SSIZE_MAX with INT_MAX by robbiew · 22 years ago
- f756722 Applied Vasan's "CFLAGS+=" patch by robbiew · 22 years ago
- b692ec9 Applied Dan Kegel's `ash` compatibility patch. by robbiew · 22 years ago
- 2108480 Applied Dan Kegel's `ash` compatibility patch. by robbiew · 22 years ago
- d537af2 Applied Andreas Jaeger's patch for library linking: by robbiew · 22 years ago
- 5475776 Applied Vasan Sundar's Makefile patches. by robbiew · 22 years ago
- 758a8e8 Corrected bug in cleanup section. by robbiew · 22 years ago
- dd2c02a Applied patch 3/5 from Steven J. Hill <sjhill@realitydiluted.com> by robbiew · 22 years ago
- 611177e Fix mktemp warnings by converting to mkstemp by plars · 22 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
- 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
- 16dc53f Separate make and make install by plars · 23 years ago
- 6acdbec Added more checks. by robbiew · 23 years ago
- ce26685 Added some documentation. by robbiew · 23 years ago
- e0e5995 Added waits to account for possible slow server response. by robbiew · 23 years ago
- 7765b50 Using the fsx.sh script for ltp runs. by robbiew · 23 years ago
- a989f7c Script wrapper for ltp testsuite runs. by robbiew · 23 years ago
- 39d31d4 Added fsx-linux. by robbiew · 23 years ago
- 0012228 Added fsx-linux by robbiew · 23 years ago
- 6e5dc8a Added a sleep to eliminate a race condition that sometimes occurs when the 'diff' occurs before writing to the files completes. by robbiew · 23 years ago
- 16154d4 changed th_status in main() from dynamic to static array. by iyermanoj · 23 years ago
- 721460c Added nfs03. by robbiew · 23 years ago
- 0671d1e Changed the default settings. by robbiew · 23 years ago
- f60ce8e Added nfs03. by robbiew · 23 years ago