blob: cb7d34b2b9c826b4120e13d37fac7ba17a41fa37 [file] [log] [blame]
mreed103f300452006-05-15 17:48:57 +00001LTP-20060515
2-Added a -e option to print out the date of the ltp release. Also
3 the date of the version of LTP will be printed in log files.
mreed107d48bc32006-05-15 22:57:23 +00004-A patch for parse_opts.c was removed because it caused several test cases to fail
mreed103f300452006-05-15 17:48:57 +00005-Added a patch from Jacky Malcles to correct typos in ltp-aiodio.sh
6-Added a patch from Jacky Malcles to fix aiodio_append.c
7-Added a patch from Bibo Mao that fixes setrlimit03
8-Added a patch that fixes file_test.sh.
9-Added a patch that fixes gethostid01
10-A problem that was reported by Jane Lv, mmap() returns an unsigned value (MAP_FAILED) upon error, so checking with <= 0 will not work was fixed in link04.c, lstate02.c mkdir01, mkdir03, mknod06, open08 read02.c rmdir06.c stat03.c statfs03 symlink03.c sysfs06.c truncate03.c uplink07.c write03.c and writev01.c - writev05.c
11- Patches submitted by Thomas Gleixner to initialize interval values in setitimer03
12
mreed10e46b6a42006-04-19 17:33:47 +000013LTP-20060412
14-Removed a patch for parse_opts.c that caused many test cases to fail.
mreed10d28e1d52006-04-11 17:07:17 +000015-Applied a patch by Jacky Malcles that added a fourth scenario for ltp-aiodio.sh
16-Fixed ld01 from failing on Assertions 1-7 for bug 22167
17-Applied a fix for Lin Feng Shen to eliminate white spaces that caused mail02 to fail
18- A fix created by Jacky Malcles that eliminates warning messages when complied on 64 bit platform
19-Applied a patch to re-enable writing on arm per by Joe Pearson / Nick Pollitt
20-Applied three patches by Joy Latten to the security test suite
21-Applied patches from Robert Williamson to fix fcntl127. This test
22should now be positive test versus negative...based on the properties of
23 the open() call in the setup()
24-Applied Patch from Robbie Williamson that fixed fcntl128. This testcase was changed the test to expect no errors. The fcntl() call should succeed regardless
25-Applied a patch from gettimeofday01 to gettimeofday02 to fix the occasional failure
26-Applied a fix to madvise02 by Jacky Malcles to eliminate the need for a special execution of the testcase for ia_64
27-Applied a patch fixes the test 4 of mincore01.c that failed in 32 bit on a 64 bit kernel.
28-Patches applied to pread02 to fix broken white spacing
29-Applied a patch from Jane Lv for pread03.c. This fixed a missed step to initialize the read buffer array.
30-Applied Patches submitted by Thomas Gleixner to initialize interval values to prevent setitimer01 and 02 from failing
31-Applied updates from Darrick Wong for Pounder for Pounder21. Documentation was added to get pounder up and running quickly
32-Feature added to Pounder21 that enables the sysrq key at the beginning of every pounder run
33
mridgea2c14442006-03-06 16:39:56 +000034LTP-20060306
35- Applied an update to allow people to automatically declare the CREATE variable in IDcheck.sh.
36- export a bunch of settings by default that since they are harmless
37- allow people to store custom settings in config.mk
38- move rec_signal/send_signal out of zoolib.h and into pan.c since only pan.c uses them and more than just pan.c includes zoolib.h
39- Fix from Jackie Malcles, no such file or directory error
40- make sure clean descends into the templates dir
41- cleanup CRLFs from end of lines,
42- fix dependency tracking so targets arent rebuilt all the time
43- Applied LDFLAG cleanup patch from Mike Frysinger.
44- set default Debug level to off
45- fix warning: growfiles.c:357: warning: unused variable `opterr'
46- use errno.h instead of doing extern int errno
47- cut extraneous newlines from test output
48- kill off unused strings msg1 and msg2
49- cleanup test output by adding a lot more useful debug info
50- use proper test output routines rather than homebrewed printf statements
51- use proper tst_* functions for output
52- fix for defect 21622, insufficient timeout value
53- tighten up uClinux disabled messages
54- fixes by Jane Lv to disable EFAULT related tests on uClinux
55- cleanup debug output that shouldnt be shown at normal runtime
56- make the -F option a bit smarter
57- remove extraneous output and improve output when we do issue messages
58- Jane Lv writes: I have patched flock03.c and sched_setparam05.c to replace fork() by vfork() on uClinux.
59- calculate TST_TOTAL based upon the number of elements in the test array instead of hardcoding the value
60- use TFAIL instead of TINFO to report test failures in getcwd02
61- fix test on x86_64 and make error output a bit more helpful in gettimeofday
62- New Memory mapping testcases.
63- Jane Lv writes: use FORK_OR_VFORK() instead of fork() so this stuff works on uClinux
64- need to define _GNU_SOURCE before including features.h or sigset prototype is missed
65- patched flock03.c and sched_setparam05.c to replace fork() by vfork() on uClinux.
66- use syscall() instead of _syscall2() to improve portability
67- define INVALID_ADDRESS to get rid of warnings on 32bit hosts and make it more sane in general
68- Fix for defect 21134, look for syslog-ng instead of syslogd on some systems.
69- if a test failed as a non-root user and the reason was EPERM, then mark the test as PASS, not FAIL
70 (security-minded kernels often restrict kernel buffer access for non-root users)
71- fix test on 64bit hosts in syslog12
72
73
mridge721424a2006-02-07 19:23:59 +000074LTP-20060205
75- Added new fcntl() test contributed by Jacky Malcles to test opening with O_WRONLY
76- Fix typo in nfs run script, nfs03 ran twice instead nfs04
77- Added the LTP's Database Opensource Test Suite to the testsuite.
78- Applied patch from Mike Frysinger that disables ballista if no perl
79 is installed on the system and fixes the clean target.
80- Applied LDFLAG fix from Mike Frysinger
81- Applied patch from Mike Frysinger to ensure Makefile properly respect CFLAGS/LDFLAGS
82- fixed some RH/Suse specific messages
83- Updates for mmc security tests
84- Updates for device driver testsuites from Amit Khanna (Intel)
85- Applied memory leak fix in fsx-linux.c
86- Fix for uClinux to fix execute error
87- Fix to prevent not enough (pages) dups error in some cases
88- Applied patch from Jacky Malcles: during its life fcntl23 has changed:
89 used to open the file with O_RDWR and now is opening with O_RDONLY
90- Added new fcntl() test contributed by Jacky Malcles to test opening with O_WRONLY
91- Fixed gethostid01 so the second 64 bit check doesn't clobber the first 64 bit check by using a bitmask
92- fix for defect 21050, the logic on line 211 was reversed causing the 64bit code to get run on a 64bit system
93- Fixes for uClinux to fix fork and invalid memory access errors
94- Fix for defect 21072, fixing the offset on some systems
95- Applied patch from Mike Frysinger to resolve issue with UNALIGNED being defined multiple times for ARM targets.
96- Patch to fix race condition on 64bit systems, fixes bugzilla 19013
97- Fix for defect 21046, testcase should fail ENOMEM passes due to insufficient pages
98- Applied patch from Jane Lv to disable test for uClinux.
99- Fix for defect 21065, the kernel changed the return for tests 4 & 9. Added dual tests on failure so new/old kernels should both pass
100- Fix to get rid of ugly messages during the make
101- Fix for defect 21068, check for the existance of either syslogd or syslog-ng before failing and reporting an error
102- Applied patch from Mike Frysinger to resolve problem with defining a local syslog() function when the tests are built statically.
103- Fix for defect 20348, waitpid12 hangs occasionally
104- Applied patch from Jeff Burke:
105 Here is a patch that modifies the following files:
106 testcases/network/nfsv4/acl/acl1.c - Fix for segfault in a printf.
107 testcases/network/nfsv4/acl/create_users.py - Fix for help syntax
108 (backwards -u users -g groups).
109 testcases/network/nfsv4/acl/runtest - Fix for useradd command and also
110 a echo command.
111 testcases/network/nfsv4/acl/test_long_acl.py - Fix for output, the #
112 of entries was munged with the word entries.
113- Add sctp testcase updates
114- Initial drop of pounder21 testsuite
115
mridge707e23a2006-01-05 16:35:45 +0000116LTP-20060105
117- Updates from Jennifer Monk to enable compiling w/o errors using XLC
118- Applied Coldfire patch from Jody McIntyre:
119 - Make the fdopen workaround blackfin-specific (not needed on Coldfire.)
120 - getdents01: gcc 2.95 does not like declarations in the middle
121 of functions, so move getdents to the top.
122 - Add LDFLAGS to the following Makefiles:
123 - Add -D_USC_LIB_ for Coldfire builds to the following Makefiles: creat,
124 execve, fchdir, kill, mkdir, open, rename, rmdir, sched_setscheduler,
125 vhangup, ipc/lib. This avoids symbol conflicts reported by gcc 2.95.
126 - Skip the following syscall tests on Coldfire: madvise, mlock, munlock.
127 These system calls are not implemented.
128 - IPC: Modify the headers and Makefiles to avoid duplicate definitions of
129 msgkey on Coldfire.
130 - msgctl08, msgctl09: Lower MAXNPROCS to a value that will fit in the
131 Coldfire's memory.
132 - mallopt01: Define __MALLOC_STANDARD__ on Coldfire.
133 - Skip mmap01 on Coldfire since it requires sbrk(), which is not available.
134 - rename02: Remove private do_file_setup and use the library version to avoid
135 symbol conflicts.
136 - kill07: Declare semkey as extern on Coldfire to avoid symbol conflicts.
137 - kill11: Move *msg declaration since gcc 2.95 does not understand C99.
138 - sigaction01: Move -lc in the Makefile after -lpthread.
139- Applied changes suggest by Jacky Malcles to keep gf18 from running longer than it needs.
140- Applied a suggested solution from Jacky Malcles to allow growfiles to run correctly in 64bits.
141- Applied a memory leak fix to fsx-linux tests.
142- Applied patch from Marc Unangst to resolve issues with leaking file descriptors in inode01.c
143- Update aio-stress.c tests from Chris Mason
144- Applied patch from Bibo,Mao to use RT signal instead of SIGUSR1 to inform parent process that
145 the child process has finished memory allocation.
146- New security tests from Michael Harlow
147- Applied patch from David Marlin to close the last file descriptor created in order to
148 make one file descriptor available for loading a needed library.
149- Added one line to gethostid, if 'hostid' includes fffffff, then we ignore.
150- Applied fix for Sourceforge bug ID 1332508 in getsid02
151- Appliec changes from Jane Lv for uClinux.
152- Applied patch from Mark Ver to allow proper execution on s390x platform.
153- Updates to ASAPI tests from David Stephens for new glibc and RFC 3542
154- Renamed create_file.c to nfs04_create_file.c to resolve duplicate name problem with network stress tests.
155- Updates to Makefile for acl testsuite
156- Initial add of acl testsuite from Bull
157- Updates from sridhar to sctp testsuite
158- Comment out CFLAGS overrides in network-stress Makefile, it was causing build breaks in 64bit compiles
159
160
mridge2c029c92005-12-06 16:05:06 +0000161LTP-20051205
162- New networkStress testcase files
163- Security test updates for cleanup and testcase improvements
164- New nfsV4 testsuite
165- Updates for nfsV4 testsuite
166- Updates for open_hpi_testsuite
167- Corrected out of memory error msg in ltpstress.sh
168
169
mridgef9e446c2005-11-03 19:39:03 +0000170LTP-20051103
171- fix from Bryce Harrington to corect a Makefile and path problem on some systems
172- Updated aiocp to the latest level. See http://developer.osdl.org/daniel/AIO/
173- Corrected a logical typo in the mmapstress test found by John Clemens:
174- Changes for cleanup of digsig testcases
175- Applied patch from Jacky Malcles to allow the test to execute correctly with
176 the new 2.6 kernel.
177- Fix for defect failure in fcntl23.c to lock readonly file, changed to open file RDONLY
178- Fix gethostid01 to return correct code in 64 bit mode
179- fix madvise01 testcase error where it may not run out of memory
180- Applied patch [ ltp-Bugs-1168107 ] from Shyam Chandrasekaran:
181- Fix bug in settimer01.c
182- Fix write04.c to work on ia64
183- Cleanup to not include redundant sys/socket.h after linux/socket.h
184- Add NetworkStress testcases from IBM Japan
185
186
mridge3d1e7c42005-10-04 20:16:40 +0000187LTP-20051004
188- this patch touchs up the output of ver_linux if gcc, fdformat, or mount is missing
189- New testcases for tpm
190- Fix compile error with strsep on some systems.
191- Add a missing include file and corrects an fprintf
192 format type to eliminate warning messages. It also performs some minor
193 whitespace cleanup.
194- patch attached fixes it so writetest is rebuilt whenever writetest.c is updated
195- patch typecasts in writetest - the values given to printf to (long long int)
196- patch initializes some uninitialized variables and adds a
197 return statement (non-void function) to eliminate warning messages.
198- patch process.c adds a missing include file, function return types
199 and returns, cleans up structure initializations, and removes unused
200 variables to eliminate warning messages. The debug print macro is also
201 modified to handle a variable number of arguments.
202- patch basically stubs out the GetContext function for uClibc and allows for any
203 other system to be added accordingly since uClibc doesn't provide the function
204 on later builds.
205- Added code to check whether or not "ffffffff" is returned on some 64bit
206 machines.
207- Fix for defect 17215 in nanosleep02
208- patch adds a missing include file, function return types
209 and returns, and typecasts some variables to eliminate warning messages.
210 GNU_SOURCE is also added to CFLAGS in the makefile, since otherwise
211 the 'pselect' declaration is not found in some build environments.
212- Fix for defect 17723 pTrace01.c
213- patch adds missing include files and declares return types
214 to eliminate warning messages for setfsuidxx.c
215- TEST_ERRNO fix to display as a long int.
216- Change sigrelse01 tests to eliminate duplicate function prototypes.
217- Change to sigrelse01 to use time.h vs define in program.
218- Fix for defect 17974, Strace/Ptrace hangs
219- patch adds missing include files, function prototypes and
220 returns, and removes unused variables to eliminate warning messages.
221 It also corrects some sprintf format warnings and replaces 'abortx' with
222 a version that accepts a variable number of arguments.
223- The "generate.sh" script was mistakenly removed...added it back.
224- Updates to check for connection failure vs unauthorized access fail in ftp02_s1, ftp03, ftp04, ftp05
225- Cleanup - Removed the datafile directory, because this is created using the generate.sh
226 script..which is called in the Makefile
227
228
mridge76941472005-09-06 19:31:09 +0000229LTP-20050907
230- Added test for statvfs()
231- Applied a load of patches submitted to the mailing list by Gentoo's Mike Frysinger
232- Applied patch from Erik Andersee:
233 if __NR_fremovexattr isnt defined by the current linux headers,
234 acl_file_test.c will fail to build
235- Relocated getcontext() test from getcontext01 to just getcontext.
236 Also added the directory to the list of tests not ran on uclinux.
237- Applied patch to madvise02 for tmp memory
238- Applied patch to mallopt01 to fix logging error.
239- fix for defect 17723, change sleep to an at least vs an exact amount
240- Correct testcase return on RHEL 3 & 4 2.6.13-rc6-mm1
241- Applied IA64 patch received from Jacky Malcles to write03-04
242- Added -n option to allow disabling networking stress to ltp-stress
243
244
mridge2ade1d62005-08-04 19:34:51 +0000245LTP-20050804
246- Applied fix from Greg Edwards for 64bit execution.
247- self_exec magic required to run child functions on uClinux
248- Applied patch from Mike Frysinger:trying to do a build on uClibc will abort in lib/tlibio.c because we dont
249 provide aio.h find attached a patch which updates the check to include UCLIBC alongside
250 UCLINUX
251- remove call to create.sh script that checks for obscure c++ rpms
252- remove all references to and creation of non-std /usr/local/bin/perl5
253- fix ballista.cpp to not core dump with std c++ lib
254- fix to add librt to MakefileTarget for running aio_suspend test:missing clock_gettime on linux
255- remove printf.h and stdio.h from testcases/commands/ade/ld/rd1.c.
256- Change to fix the addition of 2 minutes without going over 60 for the seconds
257- patch to fix up the install target in disktest to match the install targets of everything else
258- patch to fix writetest Makefile to not always rebuild the writetest binary
259 regardless of whether you ran `make` or `make install` or whatever
260- newer toolchains complain about redefining 'log' since it's a math function
261 provided by the libc find attached a simple patch to rename the 'log' variable in
262 testcases/kernel/ipc/ipc_stress/message_queue_test_04.c to 'logit'
263- when running make in silent mode (make -s) the verbose mode of AR 'gets in the
264 way' attached patch drops the -v and adds -c so that ar wont display the 'ar:
265 creating blah.a' message either
266- the current mallocstress.c emits a warning about newsize being used
267 uninitialized because gcc doesnt detect the abort(0) path
268 find attached a simple patch to prevent the warning from being issued
269- Running nptl01 can fail if the test lasts longer than 300 seconds, patch to lower interations to 100000.
270- Fixed clone04 to return correct failure code.
271
272
mridgedb67ec12005-07-12 16:14:04 +0000273LTP-20050707
274- Applied fixes by Paul J.Y. Lahaie to implement support for UCLinux
275- suppresses the warning "head: `-1' option is obsolete; use `-n 1'..."
276- Updated the TEST() macro to return long, instead of int for use with 64bit architectures.
277- Removed umount04.
278- Security updates for ppc and 390 systems
279- The K42 open source operating system bug fix for panic when alarm is cancelled.
280- Applied some zSeries specific patches.
281- Applied patches to allow NFSv4 testing:
282- Define gettid() to syscall(__NR_gettid).
283
mridge68b543a2005-06-08 15:06:09 +0000284LTP-20050608
mridge94da70e2005-06-08 15:04:49 +0000285- Added test for getcontext()
286- Added additional test for mlockall().
287- Added getdtablesize() test.
288- Added pselect01 test.
289- Added new fcntl tests to scenario.
290- fs_inod - Raised the maximum file size for the random setting to 500Mb.
291- upgrade disktest to version 1.2.8
292- Clearify the comment explaining the second call to alarm() in
293 testcases/kernel/syscalls/alarm/alarm06.c
294- Corrected a bug in fcntl24.c and added new tests fcntl25, fcntl26, and fcntl27.
295- Change to 1024 default if IO_BITMAP_BITS not defined
296- Applied fix for conditions where ENOMEM test scenarios were failing.
297- mlockall03 is a Test for checking basic error conditions for mlockall(2)
298 starting from linux 2.6.9
299- NGROUPS_MAX defined in limits.h is not the max number of groups in the
300 system, it the max number guaranteed. Thus, if the system actually
301 allows more, the test case doesn't produce the expected failure.
302- test3 in setrlimit02.c:Test attempts to increase hard limit of RLIMIT_NOFILE resource.
303 The rlim_max used by setrlimit() is expected to be greater than current hard limit to get EPERM.
304- nfsstress - Corrected so the test can find gettid()'s definition.
305- PTS Version 1.5.1 Released
306- Removed old version of Open POSIX Test Suite (OPTS).
307- Updated the open_posix_testsuite:
308
309
mridge7945fab2005-05-05 16:57:18 +0000310LTP-20050505
311- Added DBAT testsuite, limited LTP tests for build verification - runltplite
312- fix the bug on test table selinux when run the ltpmenu.
313- Added new getpagesize() test.
314- New test creates a data file of specified or random size and copies
315 the file to a random directory depth on a designated filesystem.
316 The two files are compared and checked for differences.
317- Make nptl01 timeout and report failure rather than just hanging in the event of a fail.
318- Moved SELinux testsuite from misc to the kernel/security directory.
319- acct01 - Updated test to allow for execution on zSeries machines.
320- ioperm01 - Fixed bug will cause ioperm01 receive SEGV and report "BROK" instead of "FAIL" when this test failed.
321- nfs04 - use 'cmp' instead of 'diff' because I think byte comparison is better for the type of file created for this test.
322- Fixed ftp01 and telnet01 seems designed to run with non-root user connection
323 when the user name is set to RUSER environment variable.
324 However, it is incomplete.ftp01 creates a directory whose permission is root.
325 So, non-root user cannot write in the directory.
326 telnet01 always consider the prompt is '#'
327
mridge5a6acd22005-04-05 18:18:17 +0000328LTP-20050405
329- Fixed '-d' option to runltp.sh
330- Added optional ltp (fivextra) extended testsuite
331- Added digital signiture testcases from the security team
332- Applied patch from Gernot Payer to fix, mincore01, shmget02, capset02
333- Applied suggested check from Carl van_Schaik to clone02.
334- Added seLinux testsuite from security team and Stephen Smalley.
335- Added NFS cthon04 tests needed files.
336
337
mridge9ae3d452005-03-07 20:33:15 +0000338LTP-20050307
339- Added -v option to LTP, fixed -s option
340- Removed fcntl16 until testcase can be fixed/changed.
341- Fix for defect 14136, growfiles expanding a file past the 2G limit on ext2
342- Applied patch from Marcus Meissner for SF bug #1114114
343- Applied patch from David Miller for sigaction problems
344- Applied a patch from Suzuki Kp to resolve some race/signal handling conditions
345- In adapting specific LTP tests to uClinux running on Analog Devices'
346 Blackfin processor, we found a problem in mount01 where malloc was not
347 reserving space for the trailing null byte and strncpy was being called
348 without enough bytes to account for the trailing null byte. The
349 following patch fixes the problem
350- Increased USER_PRECISION to 2200 to take into account the processes switching time nanosleep02
351- The attached patch fixes a swapon cross compile build error I ran into
352 recently. I verified that RH9 self hosted and cross compile builds now
353- Removed the include of <asm/atomic.h> back out. Most distros and kernels
354 can build and execute the test without it now.
355- Change for defect 13778, when the /var/log/messages file is first moved, the first write fails
356- The SIGINT sighandler will set the "intinitr" flag to 1 for the children. But if the
357 "runtime" is small( a command line argument passed, the testcases were running
358 for 5 secs here), it may happen that the SIGINT may be recieved before the
359 child initialize the flag to 0, and which may lead to a hang
360- Change to exclude lib6 directory from default build since it breaks earlier Distros
361- Added code to handle cases where certain distros don't define AI_V4MAPPED in /usr/include/netdb.h
362
363
364
mridge1ce866d2005-02-07 19:47:39 +0000365LTP-20050207
366- runltp now exports $TMPDIR as a copy of $TMP, certain exceptions caused these to be different.
367- extra functions for LTP libs are to make these tests fail with a more
368 informative message when attempts to create swap on tmpfs are made.
369- IPV6 testcase updates from David Stevens
370- Applied patch from Jacky Malcles that fixes an inconsistency regarding synchronization.
371- Make proc01 skip kcore
372- Fix gives an hint to the probable solution if capset01 test fails
373- Fix for race conditions in synchronization between children and parent on fcntl15.
374- Applied patch from Jacky Malcles to allow test to run on ia64.
375- The test llseek sets RLIMIT_FSIZE to a small number, this fix to
376 restore it to its original value.
377- Fix IPV6 Makefile install path problem
378
mridgeda5a7752005-01-07 19:55:18 +0000379LTP-20050107
380- Porting changes from John Kohl to help support compatablility LTP on Solaris, HP-UX and AIX.
381- Add scsi virtual devices testsuite using scsi_debug
382- Changes to fix defect 13205 - testcase (seg fault) fails when MALLOC_CHECK_=3 environment varible is turned on .
383 Removed test for ppc64 as special exception, now passes child_stack+CHILD_STACK_SIZE as parameter to clone on ppc64
384- Applied patch from Prashant Yendigeri that fixes execution path problem.
385- Fix for defect 11968 - test seg faults on a SMP system (8-way)
386- Removed a prior applied patch from getdents01, that broke the testcases.
387- Applied patch from Ricky Ng-Adam to fix ioperm01 testcase.
388- Applied patch from Jacky Malcles for madvise02.
389- Applied fixes to error messages from Adam Lackorzynski.waitpidXX
390- Applied cleanup patch from Prashant Yendigeri for writexx testcases.
391
mridge387d9082004-12-03 21:05:40 +0000392LTP-20041203
393- Change to fix file creation error on certain filesystems.
394- gf15 and gf18 failed on both 32-bits and 64-bits,
395 Growfile used lseek and fstat to operate file. When file grows
396 beyond 4G,lseek and fstat would fail on 32-bits machine.
397- Added fs-bench by Hironobu SUZUKI and additional JFFS
398 testscript by G.BANU PRAKASH.
399- Added mongo filesystem test by namesys and additional testscript from G.BANU PRAKASH.
mridgeda5a7752005-01-07 19:55:18 +0000400 /etc/init.d/cron restart
mridge387d9082004-12-03 21:05:40 +0000401- Applied patch from Jacky Malcles to allow test to run on IA64.
402- settimeofday01 fails on some platforms(ia64,41611 x86-64) occasionally.
403 The testcase did not consider the situation when CONFIG_TIME_INTERPOLATION is enabled.
404- Remove case from password query since the distros use both upper and lower case P/p.
405
406
mridge71c27d72004-11-05 19:42:34 +0000407LTP-20041105
408- Added extensive syscall testsuite (Ballista)
409- Added new tests to EPoll testsuite
410- Applied long path name patch from Michael Vieths
411- Removed the requirement to have "." listed as the first directory, since it is not a documented requirement.
412- GetDents01 - Used _syscall3() to allow this test to run on non-x86 archs.
413- Applied message formatting patch from Gordon Jin.
414- Applied IA64 specific patch from Jacky Malcles.
415- Fixes from Chris Wright for swapon02 failures
416- Restored the compile settings for Linux2.4/GLIBC2.2 and created a new one for Linux/GLIBC2.3 Removed -fwritable-strings
417 and -DGLIBC=22 flags from compile.
418- Applied a patch from Zhao Kai that added a pause to allow for testing on installations with improved PAM security.
419
420
mridge4b1e2c82004-10-07 20:47:29 +0000421LTP-20041007
422- Applied fix from patch 1037010, submitted by mator.
423- Changes from Kris Wilson on RH specific changes
424- Changes from the security team testcases
425- Add HOWTO for pci tests
426- Changes for pci testcases
427- Disable -std=c99 and -peandtic flags in writetest's Makefile. Some users of very old gcc versions
428 had problems with this, but it looks like those versions of gcc will still compile it ok.
429- Fix typo and add log statement if a failure on loading the test module
430- Changes requested from the security team for fix PPC64 error
431- Small fix to chown03 and fchown04. tst_tmpdir() call was happening in a spot that would cause
432 it to break under certain automation environments.
433- un-spamify fork11 test
434- Fix getrlimit02. Rajeev Tiwari <rajeevti@in.ibm.com> pointed out that RLIMIT_NLIMIT was now too
435 low in the usr include files for newer kernels to cause this to fail. Defined a new high one that
436 ought to work for the forseeable future.
437- Overhaul madvise02. Removed some invalid testcases, fixed one case that was an invalid failure, and a lot of cleanup
438- Changes from SuSE for mincore tests
439- Changes from Ihno for Itainium failures
440- Changes from SuSE for setdomainname tests
441- Changes submitted from SuSE for sethostname
442- Changes to fix statfs03 error on trying to write to protected directory
443- Change to fix defect 10947, failure on tmp directory
444- Applied IA64 specific patch from Jacky Malcles:
445
446
447
mridge4b95cce2004-09-08 20:34:39 +0000448LTP-20040908
449- Modified runalltests.sh to call runltp.sh. runalltests.sh is now deprecated and will be removed early next year.
450- Modified tst_tmpdir to ensure 777 permissions on test directory.
451- Changes to ltp-aiodio.part3 for testcase run parameters
452- Changes for 2.6.X so only delete modules is run, query and create are obsolete
453- Updated runtest scenario with the latest SCTP tests.
454- uncommented swapon() tests.
455- added new paging tests, mincore and madvise
456- Change to fix aio-stress problem will io errors on a short read during the random read portion
457- Change to only print out a pass/fail instead of # of iterations pass/fail
458- Added IA64 specific code for shmt09.
459- Change to not do /dev/ptmx group write on arm arch.
460- Applied patch from Ling, Xiaofeng to allow the test to use TDIRECTORY correctly.
461- Corrected test 1 to show EPERM error pointed out by Ling, Xiaofeng.
462- Change to close fileHandle prior to cleanup to correct testcase failure in NFS filesystems
463- Change sleep time from 1 second to 10 seconds to allow system to pass
464- Change to define RUSAGE_BOTH if not defined, RH removed from user space and other distros still support.
465- Add arm arch to the ALIGNED typedefs
466- Changes from Ihno for llseek01.c to check TEST_RETURN vs TEST_ERRNO
467- use ltp functions in f00f test for better output parsing
468- Fix Makefile to link open_files into the bin directory
469- Get rid of extra = of "must be Root user" check
470- Change the awk $4 to an $NF to support debian only returning 3 terms
471- Change to tcpdump to check IFNAME define
472
mridge2946edd2004-08-04 16:30:50 +0000473LTP-20040804
474- Corrected TCbin definition.
475- Changes to check for RedHat install when setting up environment variables
476- Changed ROOT_PASSWORD to PASSWD to match other testcases.
477- Change to check and exclude test if running on a 390 system since test is invalid on that platform
478- Fix build errors in modify_ldt01 and modify_ldt02
479- Additional security testcases
480
mridge328c94e2004-07-07 16:01:20 +0000481LTP-20040707
482- Added a new test for bind() written by Dan Jones.
483- Jacky Malcles added support for ext3 and some cleanup code.
484- Fixes to fix DMAPI defect
485- Changes for eliminating dmapi.h
486- Applied patch from Gary Williams to change malloc() to calloc() b/c some
487 archs don't like the use of uninitialized memory.
488- Fix typo and change i to a 1 in the bufcmp function in diotest_routines.c
489- Applied patch from Gary Williams that added an optional forth arguement to
490 semctl as a union, not a pointer to pointer, b/c pointer to pointer causes ppc
491 to explode. Union will automagically interpret the union as a pointer as
492 necessary....now works on multiple archs.
493- Made sure that the shm segment is cleaned up if the shmat() fails.
494- Applied patch from Wu Zhou to correctly cleanup in case of a failure.
495- Added definition for SHM_HUGETLB for cases where this is not defined.
496- Applied patch from Steve Hill and Gary Williams for MIPS.
497- Applied a timing fix to allow the test to run on more architectures.
498- Applied results cleanup patch from Gary Williams.
499- Corrected the logic in the test to use -lepoll or not.
500- Applied PASS message cleanup patch from Gary Williams
501- Fix invalid syntax "if undefined" in modify_ldt tests
502- Applied patch from Gary Williams for personality() tests to initialize
503 PER_LINUX so we can clearly see if the desired changes occur.
504- Updated to Posixtestsuite-1.4.3
505
506
mridgeaa0077d2004-06-03 20:44:47 +0000507LTP-20040603
508- Minor corrections to the NUM_PROCS patch
509- Added the ability to pass NUM_PROCS to the -c option for runalltests.sh
510- Fix genload in runalltests.sh, it was trying to run it in all caps, but the binary is all lower case.
511 Should actually run genload now.
512- Patch from Alastair McKinstry to allow LTP to build on Linux/HPPA
513- Changes for parameters passed to aio-sparse for correct offsets and restrictions on sizes.
514- Add new security tests to syscalls testsuite
515- In acl_file_test.c and acl_link_test.c syscalls regarding xattrs are still
516 done via syscall, although libc functions are available. Furthermore I found
517 out that on older distros for non-intel architectures both attr/xattr.h and
518 constants like __NR_getxattr are not available, so in this case the these
519 testcases are not built.
520- Updates for the DMPAI testsuite ppc64 support.
521- Fix failure on rwtest versions rwtest03 and rwtest04 due to mmap running out of resources.
522- Made changes to get thread ID vs get PID for NPTL threads for unique filenames where child/parent PIDs are the same.
523- Changes to diotest5 and diotest_routines to eliminate random/intermitant failures on data compare.
524- Fixed memory leak in mmstress testcase.
525- Changed clone02 to use tid instead of pid to eliminate failures on NPTL threads(same PIDs for parent/child)
526- Changed fcntl15 getpid to gettid (syscall(gettid)) to get unique thread ID vs common PID in NPTL threads.
527- Added adp testcases.
528
529
530
mridgefa7fc452004-05-06 19:08:46 +0000531LTP-20040506
532- Corrected a bug fix, so that the runalltests.sh script ends correctly and returns a
533 0 or 1 depending on PASS/FAIL result.
534- Applied bug fixes from Gernot Payer
535- Changes for parameters passed to aio-sparse for correct offsets and restrictions on sizes.
536- Changes to fix error "invalid argument" on parameters for aiodio_sparse tests
537- Relocated the acl tests to /kernel/fs
538- Added initial drop of DMapi testcases
539- Applied fix from Joe Habermann for the "v" option, where in some cases the
540 routine, sy_mmrw, will pass sbuf.st_size for the msync length without first
541 having done the fstat to populate sbuf.
542- Changes to have the directio run a pre-defined number of iterations for more complete testing
543- Fix too many open filehandle problem on direct io tests
544- Created a second test that checks how huge pages are mapped in 32-bit and
545 64-bit processes.
546- Added new test for testing that a normal mmap cannot be mapped into a
547 high memory region.
548- Added test to map a file to the max size possible.
549- Made the tests 64bot friendly.
550- Added tests for shmat() calls using hugetlb.
551- Corrected tests to allow EACCES or EPERM, which is documented in POSIX.
552- Update open_posix_tests to 1.4.1
553
554
mridge68e51e32004-04-05 16:02:08 +0000555LTP-20040405
556- Added nptl scenario.
557- Added ltp-run-files.txt file to identify testcases/scripts that are NOT run using runalltests.sh
558- Added EAL2 (security) testsuite.
559- Applied daemon typo patch from Andrew R. Reiter.
560- Fixed a bug so that sysinfo() works on 32bit machines with +4GB of memory.
561- Updated the nptl tests to only execute on NPTL enabled systems.
562- Added a new test for testing a specific problem seen in certain version of NPTL where
563pthread_cond_timedwait() can hang. This was written by Neil Richards of IBMUK.
564- Fix EPoll PROTECT_FUNC macro to get around compiler bug for varible parameter list
565- Fix for bug 7007, pickup correct NGROUPS
566- Applied patch from Yaroslav Popovitch that addresses problems related
567to the __syscall2 definition and 2.6 kernel based systems with glibc-kernheaders-2.4-8.43.
568- Fix for bug 7009, failure on ppc64
569- Changed NFS test to use /tmp instead of /mnt.
570- Corrected sctp Makefile to allow for cross-compiled options to be passed down.
571- Fixed bug 7011 on reiserfs
572
573
mridge9151fbb2004-03-04 19:33:10 +0000574LTP-20040304
575- This patch makes rwtest generate a PASS/FAIL (Chris Dearman)
576 message in the output
577 log. Updated the runtest/* scripts that use rwtest. also
578 changed the iogen01 test to use rwtest instead of invoking iogen/doio
579 directly.
580- Added AIO/DIO testcases from OSDL, SUSE
581- Changes to AIO/DIO ( Marty Ridgeway )
582 changes to aio-stress test runs
583- Applied patches from Chris Dearman to set
584 PASS/FAIL messages for ltp-stress. ( Chris Dearman )
585- Created 2 new testcases to test the fcntl() ( Robbie Williamson )
586 call with the F_SETLEASE option.
587- tcp_cmds - Changed the ipchains test to ( Robbie Williamson )
588 iptables.
589- mmstress - Applied patch from Jacky Malcles and Gary Williams to remove the path
590 constraints when calling "dummy".
591- added new ltp epoll testcases ( Marty ridgeway )
592- Added tests for GETLEASE, and SETLEASE w/FD_UNLCK ( Robbie Williamson )
593- sendmsg01 - Removed test number 11, b/c it was not testing for EINVAL correctly. ( Robbie Williamson )
594- setregid02 - Changes to accept now valid user ID ( Marty Ridgeway )
595 and update testcase msg to reflect test group vs user
596- dhcpd_tests - Appled syntax error patch. ( Hubert Lin )
597- Updates to SCTP and new tests added. ( Marty Ridgeway )
598- Update to OpenHPI 0.5.0 ( Robbie Williamson )
599- Added Dan Carpenter's "Strace Test"
600
601
robbiewe0212472004-02-06 16:12:43 +0000602LTP-20040206
603- Applied documentation cleanup patch. ( Randy Dunlap )
604- Fixed the "-t" default option in ( Hubert Lin )
605 runalltests.sh
606- Relocated the aio tests to all reside ( Robbie Williamson )
607 in one location under kernel/io.
608- Fixed a 2.6 related compile error in the ( Marty Ridgeway )
609 device driver test tbase.c file.
610- Updated the diotests to compile with gcc ( Mark Meissner )
611 3.4.
612- Fixed race condition and stability of the ( Gary Williams )
613 mmstress.c.
614- Corrected pth_str02's return value checking ( Gary Williams )
615 and results handling.
616- Updated open08 to use an FHS specified file. ( Randy Hron )
617- Fixed a buffer overflow problem in pipe07. ( Erik Andersen )
618- Fixed setregid02's test case id. ( Paul Larson )
619- Relaxed the expected results for string01. ( Marty Ridgeway )
620- Removed the EFAULT test from syslog12 b/c ( Andi Kleen )
621 it was unpredictable and didn't acheive the
622 intended test result.
623- Fixed an issue with data generation in ( Michael Wolf )
624 gentan.c of float_trigo.
625- Added tests for iptables. ( Hubert Lin )
626- Updated mc_cmds to use 'netstat -i -n'. ( Hubert Lin )
627- Corrected the "this_file" variable in the ( Jacky Malcles )
628 rpc testcases.
629- Corrected a typo in rusers test. ( Jacky Malcles )
630- Fixed execution bug in ltpSockets.sh. ( Robbie Williamson )
631- Updated the rlogin and telnet tests to ( Hubert Lin )
632 execute correctly.
633- Updated the xinetd tests to run under RHEL. ( Ming Gao )
634- Corrected path locations in ltpfslvm.sh. ( Robbie Williamson )
635
636
637LTP-20040108
robbiew1ecb2242004-01-08 17:10:56 +0000638- Fixed broken -l option in runalltests.sh. ( Paul Larson )
639- Fixed netpipe typo in runalltests.sh. ( Paul Larson )
640- Fixed memory leak in parse_opts.c library. ( Randy Hron )
641- Removed personality() system call tests from ( Robbie Williamson )
642 the runalltests.sh and ltpstress.sh scripts.
643- Cleaned up file_test.sh for improved ( Glen Foster )
644 execution.
645- Cleaned up mail_tests.sh for improved ( Glen Foster )
646 execution.
647- Fixed the direct I/O tests to correctly ( Robbie Williamson )
648 check if direct I/O is supported on the tested
649 filesystem.
650- Fixed a typo and correct return value in ( Jay Turner )
651 clone07.c.
652- Fixed coding error in getcwd03.c. ( Erik Andersen )
653- Fixed problem of incorrect use of fclose(), ( Erik Andersen )
654 instead of pclose() in msgctl08.c and
655 msgctl09.c.
656- Removed usmblks test from mallopt01.c. ( Erik Andersen )
657- Updated the modify_ldt() tests to build ( Robbie Williamson )
658 according to what struct is defined in
659 asm/ldt.h: user_desc or modify_ldt_ldt_s
660- Updated pipe07.c to check the number of used ( Robbie Williamson )
661 file descriptors and adjust itself accordingly
662 before executing.
663- Updated sendfile03 to allow for situations ( Robbie Williamson )
664 where the execution environment has more than
665 STDIN, STDOUT, and STDERR in use.
666- Removed assumptions about the width of a uid_t( Erik Andersen )
667 and gid_t in the setregid02.c, setresuid03.c,
668 and setreuid06.c.
669- Fixed string01.c to not expect implementation ( Erik Andersen )
670 specific results.
671- Updated swapon02.c to build in environments ( Robbie Williamson )
672 where MAX_SWAPFILES must be specified.
673- Updated mc_cmds and tcpdump01 to handle ( Ming Gao )
674 multiple interfaces better.
675
676
robbiewf7cbbc72003-12-04 17:37:06 +0000677LTP-20031204
678- Allowed the test driver to ignore all ( Robbie Williamson )
679 real-time signals.
680- Removed the obsolete time() and stime() tests ( Robbie Williamson )
681 from the default runalltests.sh and
682 ltpstress.sh scripts.
683- Updated "file_test.sh" with fixes to improve ( Glen Foster )
684 execution and portability.
685- Updated "cpio_tests.sh" with fixes to improve ( Glen Foster )
686 execution and portability.
687- Updated "cron_tests.sh" with fixes to improve ( Glen Foster )
688 execution and portability.
689- Updated "mail_tests.sh" with fixes to improve ( Glen Foster )
690 execution and portability.
691- Added Asynchronous I/O (aio) testcases. ( Marty Ridgeway )
692- Added file & directory ACL control and ( Marty Ridgeway )
693 management testcases.
694- Added testcases for low-level SCSI & virtual ( Marty Ridgeway )
695 SCSI devices.
696- Updated direct IO tests to return TCONF if ( Robbie Williamson )
697 the tested filesystem does not support dio.
698- Updated acct01 & sockioctl01 to handle ( Robbie Williamson )
699 situations where /dev/tty0 does not exist.
700- Updated fsync02 to ensure max_block is always ( Robbie Williamson )
701 greater than data_blocks.
702- Updated getgroups03 to allow for better ( Susanne Wintenberger )
703 stability and platform portabilty.
704- Updated the modify_ldt testcases to allow the ( Robbie Williamson )
705 tests the ability to build on installations
706 that use type "user_desc" instead of
707 "modify_ldt_s_s".
708- Applied IA64 specific fixes to sigaltstack() ( Jacky Malcles )
709 tests.
710- Updated some of the utime() tests to sleep ( Glen Foster )
711 longer than one second (2) to ensure proper
712 execution on IA64.
713- Updated some of the write() tests to make the ( Susanne Wintenberger )
714 invalid address test 64bit portable.
715- Added new NFS stress test: nfs_fsstress. ( Robbie Williamson )
716- Updated OpenHPI testsuite. ( Kevin Gao )
717- Updated ltpstress.sh to change the maximum ( Robbie Williamson )
718 number of user processes to "unlimited"
719 before testing begins (ulimit -u).
720
721
robbiew8ccd3ee2003-11-05 16:10:52 +0000722LTP-20031106
723- Fixed bugs in runalltests.sh with creating ( Manoj Iyer )
724 the results directory and locating 'pan'.
725- Created new NFS test, nfs04, which tests ( Robbie Williamson )
726 file integrity when copying across mounts.
727- Updated the SCTP testcases. ( Marty Ridgeway )
728- Fixed bugs in 'tar' shell tests. ( Glen Foster )
729- Applied patch to 'doio' for machines that ( Jun Sun )
730 have virtually indexed cache and cache
731 aliasing problems
732- Updated mem01 and mtest01 to execute on s390 ( Robbie Williamson )
733 better.
734- Added missing parenthesis to mmstress. ( Manoj Iyer )
735- Added code to chown03 & fchown04 to set the ( Robbie Williamson )
736 environment variable, "change_owner", if it
737 is not already set.
738- Set the clone stack size to 16384 for all ( Robbie Williamson )
739 clone() tests.
740- Applied IA64 specific patch to clone04. ( Jacky Malcles )
741- Removed test8 from stat06 b/c it was not ( Robbie Williamson )
742 valid under the SUSv3.
743- Added some extra documentation to swapon02 ( Robbie Williamson )
744 on how to handle glibc 2.2.5.
745- Resolved bug #834027 with sync02. ( Robbie Williamson )
746- Added option to log 'iostat' data during ( Robbie Williamson )
747 testing using "ltpstress.sh".
748
749
robbiew95183522003-10-02 17:45:34 +0000750LTP-20031002
751- Enabled better binary compatibility between ( Robbie Williamson )
752 executions on NPTL and Linuxthreads.
753- Created README for device drivers test ( Marty Ridgeway )
754 executions.
755- Resolved bugs #807255 & #807400 for fs_maim. ( Hien Nguyen )
756- Updated disktest to version 1.1.12 ( Brent Yardley )
757- Corrected the headers for capset and capget. ( Robbie Williamson )
758- Applied IA-64 fix to clone06 and munlock02. ( Jacky Malcles )
759- Fixed compile warning for gettimeofday01. ( Andreas Jaeger )
760- Applied testcase stability patch to pipe() ( Erik Andersen )
761 testcases.
762- Fixed rlogin01 and telnet01 so that they ( Paul Larson )
763 correctly detect when they pass.
764- Applied updates to the OpenHPI test suite. ( Kevin Gao )
765- Updated the Open POSIX test suite to 1.3.0. ( Robbie Williamson )
766- Changed ltpstress to use all installed RAM ( Robbie Williamson )
767 plus 1/2 swap space by default.
768
769
770
robbiew11e6ea82003-09-04 18:12:11 +0000771LTP-20030905
772
773- Corrected "-d" option for runalltests.sh ( David Smith )
774- Corrected ade commands tests to allow for ( Xu Cheng
775 cross platform ppc64 execution. Robbie Williamson )
776- Fixed compile errors for device driver ( Marty Ridgeway )
777 tests seen on 2.5.73 kernels and above. ( Marty Ridgeway )
778- Initial drop of drivers/base code.
779- Added Device Simulator Framework. ( Marty Ridgeway
780 David Cruz
781 Sean Ruyle )
782- Removed the need to include sys/stropts.h ( Robbie Williamson )
783 in the syscall tests.
784- Modified acct01 to use tty0 to allow for ( Paul Larson )
785 testing in environments without a controlling
786 terminal.
787- Modified alarm03 to allow the timer to be ( George Ansinger
788 rounded up to the next second. Paul Larson )
789- Corrected ifdef settings for PowerPC64 by ( Robbie Williamson )
790 changing all __ppc64__ to __powerpc64__
791- Corrected pthread id display in the float_ ( Robbie Williamson )
792 tests.
793- Updated mc_cmds and tcpdump01 to support ( Xu Cheng
794 multiple interfaces. Robbie Williamson )
795- Applied patches: #788275, #788323, 788727, ( David Smith )
796 and 788836.
797- Updated OpenHPI testsuite. ( Kevin Gao )
798- Removed the top-LTP tool from being built ( Robbie Williamson )
799 using `make all` or `make install`.
800- Removed the open_posix and open_hpi ( Robbie Williamson )
801 testsuites from being built using `make all`
802 or `make install`.
803
robbiew4f3b1192003-08-07 17:34:57 +0000804LTP-20030807
805
806- Reorganized and updated the testcase ( Robbie Williamson )
807 descriptions under /doc
808- Updated the tst_rmdir API to use ( Robbie Williamson )
809 remove() instead of rmdir().
810- Added support for the __ARM_ARCH_4T__ ( Ramesh Subramanian )
811 architecture.
812- Updated clone() tests to allow them ( Robbie Williamson )
813 to execute on ppc64.
814- Created new clone07 test to check for ( Robbie Williamson )
815 glibc bug.
816- Rewrote the generate.sh scripts to perl ( Randy Hron
817 for faster execution. Robbie Williamson )
818- Updated "fsstress" to allow setting the ( Robbie Williamson )
819 number of loops to run and cleanup options.
820- Removed case from diotest4 for read/writes ( Robbie Williamson )
821 with negative counts. Not in SUS.
822- Fixed chown03 testcase to allow for better ( Paul Larson )
823 execution stability.
824- Added check to mmapstress tests to see if ( Robbie Williamson )
825 roundup() is defined, before defining it.
826- Cleaned up sched_stress. ( Randy Hron )
827- Modified diotest4 to test dio to /dev/null ( Robbie Williamson )
828 but not record it as a pass or fail.
829- Removed extra "\n"s from creat09. ( Paul Larson )
830- Updated syscall tests that used their own ( Randy Hron )
831 strcpy() definition, instead of string.h's.
832- Fixed fchown04 testcase to allow for better ( Paul Larson )
833 execution stability.
834- Updated fcntl14 to allow for better execution ( Ramesh Subramanian )
835 stability & remove possibility of false fails.
836- Applied Xtensa architecture specific patches. ( Joe Taylor )
837- Updated memory tests to allow for distros ( Robbie Williamson )
838 that allow non-root users to m(un)lockall
839 within the RLIMIT_MEMLOCK resource limit.
840- Changed the way munlock02 attempts to access ( Robbie Williamson )
841 outside it's memory space to a more reliable
842 method.
843- Corrected an expected error return for a case ( Andrew Morton
844 in recvmsg01 and sendmsg01. Paul Larson )
845- Corrected compiler warnings in the multicast ( Robbie Williamson )
846 test, mc_opts.
847- Corrected syntax error reported in ( Robbie Williamson )
848 Bug #773670.
849- Corrected unitialized variable problem in ( Ramesh Subramanian )
850 sendfile01.
851- Updated the Open Posix Test Suite to 1.2 ( Robbie Williamson )
852- Applied patches to Open HPI Test Suite. ( Kevin Gao )
853
854
robbiewfe26f4f2003-07-09 22:01:26 +0000855LTP-20030710
856
857- Added LIB_DIR variable to top-level Makefile ( Robbie Williamson )
858 to allow specification of where to install
859 libproc.so for the top-LTP tool.
860- Updated Open POSIX Test Suite to 1.1.0. ( Robbie Williamson )
861- Added JFS tests to the LVM test script. ( Marty Ridgeway )
862- Removed tests from the LTP system stress ( Robbie Williamson )
863 script that had problems running concurrently.
864- Updated ar01 to avoid bug if building rpm. ( Manoj Iyer )
865- Added ACPI testcases. ( Marty Ridgeway )
866- Added testcases to execute inline functions in ( Marty Ridgeway )
867 the kernel tree.
868- Added testcases to for the NLS filesystem. ( Marty Ridgeway )
869- Added PCI testcases. ( Marty Ridgeway )
870- Added USB device testcases. ( Marty Ridgeway )
871- Applied code cleanup patches to stream tests. ( Randy Hron )
872- Ported sem02.c to use some of the LTP test ( Paul Larson )
873 harness API.
874- Updated mtest01 to fix hang issues. ( Robbie Williamson
875 Paul Larson )
876- TCID fixes to various syscall tests. ( Paul Larson )
877- Cleanup of various syscall test outputs. ( Paul Larson )
878- IA64 fix to mlock02, mprotect01, munlock02. ( Jacky Malcles )
879- Applied uclibc patch for memory tests. ( David McKay )
880- Increased the size of memory to attempt to ( Robbie Williamson )
881 munlock for munlock02 to ensure correct
882 test execution.
883- Updated readdir02 to catch SIGSEGV and fixed ( Robbie Williamson
884 small bug in test. Paul Larson )
885- Updated recvmsg01 and sendmsg01 to handle 2.5 ( Robbie Williamson )
886 64bit architecture specifics.
887- Updates to syslog01-10 to support Debian ( Robbie Williamson
888 systems and improved their stability. Paul Larson )
889- Applied IA64 specific patch to syslog11/12. ( Robbie Williamson )
890- Removed an unneccessary free() call in ustat01 ( Doug Ramier )
891- Corrected the "install:" section of the mc_opts ( Robbie Williamson )
892 network test.
893- Added default option for RHOST for nfs03 and ( Robbie Williamson )
894 nfsstress.
895- Modified rwho01, sendfile01, tcpdump01 to use ( Manoj Iyer )
896 test APIs and added checks for required
897 commands.
898- Added the Open HPI testsuite. ( Kevin Gao
899 http://openhpi.sourceforge.net/ Robbie Williamson )
900- Added new filesystem testscripts. ( Marty Ridgeway )
901- Added 'mkrootfs' utility to tools section. ( Manoj Iyer )
902
903
904
905
robbiew833ce092003-06-06 16:15:53 +0000906LTP-20030606
907
908- Updated ltpmenu to redirect `ver_linux` output ( Robbie Williamson )
909 to the redirected output file.
910- Added warning to runalltests.sh when the "-x" ( Robbie Williamson )
911 option is selected.
912- Corrected syntax error in RHOST/PASSWD ( Robbie Williamson )
913 checking section.
914- Made `pan` Makefile honor top-level LOADLIBES. ( Robbie Williamson )
915- Relocated all Open POSIX Test Suite tests ( Robbie Williamson )
916 listed in the scenario files to /runtest/posix.
917- Relocated all Open POSIX Test Suite tests to ( Robbie Williamson )
918 /testcases/open_posix_testsuite.
919- Removed OPEN Posix Test Suite tests from ( Robbie Williamson )
920 runalltests.sh default run.
921- Ported new asynchronous I/O test, aio01, to ( Narasimha Sharoff
922 LTP. Paul Larson )
923- Added ppc64/ia64 fix to diotest4. ( Peter Bergner
924 Robbie Williamson )
925- Updated mem01 to use sysinfo() and adjusted ( Robbie Williamson )
926 allocation limits.
927- Updated mtest01 to run on large memory machines ( Robbie Williamson )
928- Updated mmap tests to correctly cleanup after ( Paul Larson )
929 execution.
930- Cleaned up sched_stress and fixed problem with ( Paul Larson )
931 segfaulting reported by Andi Kleen.
932- Added s390/s390x specific code to clone() tests ( Jay Huie
933 Robbie Williamson )
934- Fixed typo in mkdir04 in PASS output. ( Paul Larson )
935- Corrected syntax error in munlockall02. ( Robbie Williamson )
936- Applied ppc64 and s390x fix to profil01. ( Steve Munroe
937 Robbie Williamson )
938- Fixed syntax problem in mc_opts. ( Robbie Williamson )
939- Fixed "-i" problem with sendfile02. ( Aniruddha Marathe )
940- Included /asm/atomic.h file to swapon02 ( Paul Larson )
941 includes to allow test to compile on RH 7.2
942- Applied ia64 fix for sysctl() tests. ( Jacky Malcles )
943- Made syslog tests correctky cleanup after ( Robbie Williamson )
944 failure and handle multiple instances.
945- Fixed mc_commo to make sure `ping` uses the ( Dang En Ren
946 correct interface. Robbie Williamson )
947- Fixed small bug in ltpServer.c. ( Paul Larson )
948- Allowed `make` to continue on errors in ( Robbie Williamson )
949 open_posix_testsuite build/install.
950- Added pause in "all" and "install" section of ( Robbie Williamson )
951 open_posix_testsuite/Makefile to allow user to
952 read location of build/install error logfiles.
953- Removed the procps directory in /tools and ( Robbie Williamson )
954 replaced with a stripped down version: top-LTP.
955
956
robbiewb572e782003-05-08 17:20:22 +0000957LTP-20030508
958
959- Updated the LTP to build and execute on NPTL ( Robbie Williamson )
960 installed systems
961- Applied 'ash' compatibilty patch ( Dan Kegel )
962- Applied "CFLAGS+=" Makefile patch ( Vasan Sundar )
963- Created "/testscripts" directory and relocated ( Robbie Williamson )
964 scripts to it
965- Fixed kill problem with genload's stress.c ( Amos Waterland )
966- Added checking for users and sys groups to ( Robbie Williamson )
967 IDcheck.sh. Also, called the script from
968 runalltests.sh before executing tests to support
969 cross-compiled platforms
970- Added 'ltpmenu' GUI ( Manoj Iyer
971 Robbie Williamson )
972- Applied "posixfy" patches ( Vasan Sundar )
973- Updated runalltests.sh to use -o for ( Robbie Williamson )
974 redirecting output.
975- Added code to runalltests.sh to prompt for ( Robbie Williamson )
976 RHOST and PASSWD when running network tests.
977- Updated Open POSIX Test Suite header file to ( Robbie Williamson )
978 allow timer tests to build.
979- Compiler warnings cleanups. ( Robbie Williamson )
980- Corrected buffer overflow in inode02. ( Dan Kegel )
981- Updated disktest to 1.1.10 and fixed for ( Robbie Williamson )
982 systems w/o O_DIRECT
983- Completed merge of Open POSIX Test Suite 0.9.0 ( Robbie Williamson )
984- Applied ia64 specific patches ( Jacky Malcles )
985- Updated Makefiles to allow use of "-j" ( Nate Straz )
986- Correct fork05 for use in newer glibc/kernels ( Ulrich Drepper )
987- Applied "type" fixes to recvfrom and recvmsg ( Andreas Jaeger )
988- Applied x86_64 specific patches ( Andreas Jaeger )
989- Applied MSG_CMSG_COMPAT fix for 64bit 2.5 ( Bryan Logan )
990 kernels.
991- Added new testcase for setegid. ( Dan Kegel )
992- Modified syslog tests to use test apis ( Manoj Iyer )
993- Added 2.5 timer tests. ( Aniruddha Marathe )
994- Added Device Mapper tests. ( Marty Ridgeway )
995- Added sockets tests. ( Marty Ridgeway )
996- Removed fptest03 due to use of obsolete ( Robbie Williamson )
997 syscalls that perform 48bit math operations
998
999
1000
1001
robbiew7a33c7d2003-04-03 17:11:28 +00001002LTP-20030403
1003
1004- Fixed CFLAGS in all makefiles to append (+=) ( Vasan Sundar )
1005- Removed the outdated & poorly written ( Robbie Williamson )
1006 GUI ( ltp )
1007- Corrected bug with -x flag in runalltests.sh ( Robbie Williamson )
1008- Added additional documentation into ( Manoj Iyer
1009 runalltests.sh Robbie Williamson )
1010- MASSIVE compiler warnings cleanup. ( Andreas Jaeger )
1011 ( Robbie Williamson )
1012- Corrected library linking at build time. ( Andreas Jaeger )
1013- Added descriptions to first line of all ( Robbie Williamson )
1014 runtest scenarios.
1015- Commented out 2 cases in syslog11 test that ( Paul Larson
1016 clear the dmesg buffer. Robbie Williamson )
1017- Updated fs_maim to use ext3 and reiserfs. ( Airong Zhang )
1018- Removed "\n"s from testcase outputs. ( Dan Kegel )
1019- Corrected direct_io tests to compile a dummy ( Vasan Sundar )
1020 program if O_DIRECT is not defined & return
1021 TCONF.
1022- Changed stress_floppy to use `cp` instead of ( Robbie Williamson )
1023 `ln` with its data directory.
1024- Applied IA64 specific patch to shmt02, shmt04, ( Jacky Malcles )
1025 shmt05, shmt06, shmt07.
1026- Relocated the module tests to .../kernel/module ( Paul Larson )
1027- Removed module tests from syscalls scenario ( Paul Larson )
1028 file.
1029- Corrected the stack management in clone tests. ( Chris Dearman )
1030- Corrected the pids casting from int to pid_t ( Jaideep Dharap )
1031 in fcntl17.
1032- Applied fix to flock03 to have the file ( Matthew Wilcox )
1033 descriptor passed to the child.
1034- Enabled the validation section of getgroups03. ( Robbie Williamson )
1035- Added code to getsid02, setpriority04, & ( Robbie Williamson )
1036 wait402 to use PID_MAX_DEFAULT if PID_MAX is
1037 not defined.
1038- Fixed gettimeofday01 for gcc-3.2 quirk with ( Andi Kleen
1039 x86-64. Paul Larson )
1040- Fixed msgctl08 and msgctl09 to check for the ( Dan Kegel )
1041 `ipcs` command before trying to use it.
1042- Added IA64 specific code to shmat01. ( Jacky Malcles )
1043- Fixed problem with kill11 false failure with ( Paul Larson )
1044 some compilers.
1045- Changed llseek tests to call lseek64. ( Andreas Jaeger )
1046- Replaced calls to time() with calls to ( Dan Kegel )
1047 gettimeofday() in nanosleep01 to help avoid
1048 race conditions.
1049- Removed race condtions in recv01, recvfrom01, & ( Dan Kegel )
1050 recvmsg01.
1051- Replaced setegid() call with setregid() call in ( Robbie Williamson )
1052 setresgid01.
1053- Added code to check for NR_socketcall before ( Andi Kleen )
1054 executing the socketcall tests.
1055- Fixed swapon02 for correct execution on 2.5 ( Susanne Wintenberger )
1056- Fixed system specific build problem with ( Paul Larson )
1057 swapon02
1058- Corrected the MININT section of abs01. ( Robbie Williamson )
1059- Moved generate() into main.c for the float_* ( Robbie Williamson )
1060 tests.
1061- Explicitly set the stacksize in main.c for the ( Robbie Williamson )
1062 float_* tests.
1063- Removed optimization from building the float_* ( Robbie Williamson )
1064 tests.
1065- Relocated netpipe-ipv6 from ipv6/tools to the ( Robbie Williamson )
1066 top-level /tools directory.
1067- Adjusted send and receive buffers for ( Robbie Williamson )
1068 sendfile01 to PATH_MAX.
1069
1070
1071
robbiew58884322003-03-05 23:19:39 +00001072LTP-20030306
1073
1074- Changed IDcheck.sh to only prompt for id ( Robbie Williamson )
1075 creation if the user is root.
1076- Added LVM test execution scripts. ( Marty Ridgeway )
1077- Added system stress execution script. ( Robbie Williamson )
1078- Added tst_kvercmp() API to allow test ( Paul Larson )
1079 creators to query the kernel version.
1080- Removed all external int declarations of ( Anton Blanchard,
1081 "errno" and replaced with includes of errno.h Susanne Wintenberger,
1082 Robbie Williamson )
1083- Replaced usage of sigaction() with signal() ( Nathan Straz )
1084 in `pan`.
1085- Ported and merged all tests from the Open ( Robbie Williamson )
1086 POSIX* Testsuite:
1087 pthreads
1088 semaphores
1089 timers
1090 clock()
1091 nanosleep()
1092 raise()
1093 sigsetops
1094- Added flock06 test. ( Matthew Wilcox )
1095- Added ipchains and dhcpd (server) tests. ( Manoj Iyer )
1096- Patched Makefiles to stop execution on errors. ( Vasan Sundar )
1097- Patched Makefiles to allow non-root users to ( Robbie Williamson )
1098 run 'make install'.
1099- Fixed 'ar' test to use CC defintion in ( Anton Blanchard )
1100 Makefile.
1101- Corrected typos in install section of ( Manoj Iyer )
1102 commands/fileutils/<test> Makefiles.
1103- Added tests for gzip/gunzip. ( Manoj Iyer )
1104- Added tests for unzip. ( Manoj Iyer )
1105- Applied patch to fsstress's Makefile to ( Anton Blanchard )
1106 define _GNU_SOURCE to allow O_DIRECT.
1107- Applied changes to allow testcases to be ( Susanne Wintenberger )
1108 GCC 3.3 compliant.
1109- Fixed semaphore initialization bug in sem02. ( Jacky Malcles )
1110- Applied patch to mem/mtest07/shm_test.c to ( Chris Dearman )
1111 correct character buffer variable: buff.
1112- Fixed hangup01 to initialize variable, ( Robbie Williamson )
1113 usrstr.len, to avoid junk data storage.
1114- Applied patch to clone01 to allow test to ( Andi Kleen )
1115 be more architecture independent.
1116- Added kernel checking code to module tests. ( Paul Larson )
1117- Applied 31bit emulation s390x patch to ( Susanne Wintenberger )
1118 delete_module02 and query_module03.
1119- Fixed cleanup section of ftruncate01. ( Robbie Williamson )
1120- Applied patch to gettimeofday01 to not allow ( Andi Kleen )
1121 execution on x86_64 architectures.
1122- Added x86_64 as valid architecture for ioperm() ( Andi Kleen )
1123 and iopl() tests.
1124- Applied patch to semctl() tests to correctly ( Anton Blanchard )
1125 test the ipc call.
1126- Removed unspecified/undocumented case from ( Anton Blanchard )
1127 munlock01.
1128- Fixed personality02 test. ( Paul Larson )
1129- Applied MIPS specific architecture patch to ( Chris Dearman )
1130 profil01.
1131- Removed unspecified/undocumented case from ( Robbie Williamson )
1132 sendmsg01.
1133- Applied patch to swapoff() and swapon() ( Jacky Malcles )
1134 testcases to allow correct execution on IA64
1135- Applied patch to sysfs01 to allow execution on ( Susanne Wintenberger )
1136 64bit machines.
1137- Added test for ustat(). ( Aniruddha Marathe )
1138- Patched float_ tests to generate datafiles ( Robbie Williamson )
1139 during execution.
1140- Added test for iproute. ( Manoj Iyer )
1141- Added test for xinetd. ( Manoj Iyer )
1142- Added test for traceroute. ( Manoj Iyer )
1143
1144
1145
robbiewfc94a7d2003-02-05 21:06:08 +00001146LTP-20030206
1147
1148- Applied cross-compiler patch for top-level ( V.R. Sundar )
1149 Makefile.
1150- Added additional runtime options to the ( Manoj Iyer &
1151 "runalltests.sh" script. Robbie Williamson )
1152- Corrected runalltests.sh -l option to require ( Paul Larson )
1153 an absolute path.
robbiewd4257272003-02-06 16:26:50 +00001154- Added additional runtime and output options ( Manoj Iyer )
robbiewfc94a7d2003-02-05 21:06:08 +00001155 to `pan`.
1156- Added hyperthreading tests. ( Sonic Zhang )
1157- Added ftruncate04 tests. ( Robbie Williamson )
1158- Changed top-level Makefiles to not require ( Robbie Williamson )
1159 updating everytime a directory is added.
1160- Applied s390/64-bit enablement patch. ( Susanne Wintenberger )
1161- Applied 64bit patch to stress_cd. ( Jay Turner )
1162- Applied optimization patches (-O2). ( Mikael Starvik &
1163 V.R. Sundar )
1164- Added mmapstress testsuite. ( Ananda Venkataraman )
1165- Added new testcases to test shared library ( Manoj Iyer )
1166 libmm.
1167- Applied patch to mem01 to allow test to run ( Jacky Malcles )
1168 on 2.4 and 2.5 kernels.
1169- Changed sched_stress testsuite from using ( Robbie Williamson )
1170 the bootfile, to generating its' own
1171 datafile.
1172- Corrected cleanup section of abort01 test. ( Robbie Williamson )
1173- Added code to acct(2) tests to check for ( Robbie Williamson )
1174 BSD accounting before execution.
1175- Corrected description of flock03. ( Robbie Williamson )
1176- Added code to handle formatting issues with ( Robbie Williamson )
robbiew0187d7f2003-02-06 17:02:02 +00001177 gethostid01 test.
robbiewfc94a7d2003-02-05 21:06:08 +00001178- Applied patch to ioperm(2) & iopl(2) tests to ( V.R. Sundar )
1179 check for IA32 architecture before executing.
1180- Added code to msgctl08 and msgctl09 to ensure ( Robbie Williamson )
1181 correct and better execution with respect to
1182 message queue limits.
1183- Fix recvfrom01 & recvmsg01 to test for the ( Paul Larson )
1184 correct expected errors and their associated
1185 returns.
1186- Applied patch to sendfile02 to allow the test ( V.R. Sundar )
1187 to function correctly and keep track of its'
1188 children.
1189- Applied patch to setrlimit01 to test for ( V.R. Sundar )
1190 SIGXFSZ
1191- Applied patch to swapoff02 and swapon02 to ( Susanne Wintenberger )
1192 allow the test to use /dev/tty, instead of
1193 /dev/mouse.
1194- Applied buffer overflow patch to swapon02. ( Chris Dearman )
1195- Added code to fptest03 to check endianess ( Robbie Williamson )
1196 before defining unions.
1197- Added testsuite for multi-threaded core dump ( Guo Min )
1198 kernel patch.
1199- Added netpipe as a network traffic generator ( Robbie Williamson )
1200 tool.
1201- Added `cpio` command test. ( Manoj Iyer )
1202- Added `ln` command test. ( Manoj Iyer )
1203- Added `cp` command test. ( Manoj Iyer )
1204- Added `mkdir` command test. ( Manoj Iyer )
1205- Added `mv` command test. ( Manoj Iyer )
1206-
1207
martinjn2ff2d2e2003-01-07 18:07:51 +00001208LTP-20030110
1209
1210- Added New test case to test 'file' command. ( Manoj Iyer )
1211- Added new test to test basic functionality of ( Manoj Iyer )
1212 CRONTAB, CRON etc.
1213- Added new test case to test eject command ( Manoj Iyer )
1214- Added new tests to test logrotate ( Manoj Iyer )
1215- Added new testcase to test basic functionality ( Manoj Iyer )
1216 of tar command.
1217- Fixed mem01: The free memory size was being ( Robbie Williamson )
1218 incorrectly calculated, plus it could not
1219 handle large amounts of memory...now using
1220 long int, instead of int.
1221- Fixed mem01: Test was not cleaning up correctly ( Robbie Williamson )
1222 after a failure.
1223- Initial checkin of shmt, shared memory tests ( Robbie Williamson )
1224 from SPIE suite
1225- Initial checkin of pty testcases: hangup01(), ( Robbie Williamson )
1226 ptem01() and pty01() from SPIE testsuite.
1227- Added code to abort01.c to use the ( Robbie Williamson )
1228 tst_tmpdir()/tst_rmdir() APIs
1229- Added ported abort() test ( Ananda Venkataraman )
1230- Added adjtimex() tests ( Saji Kumar )
1231- Added capget() tests ( Saji Kumar )
1232- Added capset() tests ( Saji Kumar )
1233- Added ported test, creat08 ( Airong Zhang )
1234- create08 was initially ported to create users ( Robbie Williamson )
1235 and groups that it needed. Rewrote the test to
1236 use existing users/groups that are checked for
1237 when the LTP is installed.
1238- Applied patch to create_module02 from creator ( T.L.Madhu )
1239- Applied patch to delete_module02 from creator ( T.L.Madhu )
1240- Added code to delete_module03 to allow tests to ( Robbie Williamson )
1241 execute under pan.
1242- Applied patch to delete_module03 from creator ( T.L.Madhu )
1243- Added ported dup06 and dup07 tests ( Airong Zhang )
1244- Added ported dup202 and dup205 tests ( Airong Zhang )
1245 and cleaned up some other files
1246- Initial checkin of fdatasync() tests ( T.L. Madhu )
1247- Added new flock04 and flock05 tests ( Vatsal Avasthi )
1248- Added ported fmtmsg() test ( Ananda Venkataraman )
1249- Added functional test to gethostid01 to compare ( Paul Larson )
1250 result from gethostid() versus the hostid
1251 command
1252- Initial checkin of getrusage() tests ( Saji Kumar )
1253- Added ioperm() tests ( Subhabrata Biswas )
1254- Added iopl() tests ( Subhab Biswas )
1255- Added ported kill() tests ( Ananda Venkataraman )
1256- Added ported mallopt() test ( Ananda Venkataraman )
1257- Added ported memcmp() test ( Ananda Venkataraman )
1258- Added ported memcpy() test ( Ananda Venkataraman )
1259- Added ported memset() test ( Ananda Venkataraman )
1260- Fixed mkdir09: the getopts() call was returning ( Robbie Williamson )
1261 it's -1 to a char variable. This was incorrect
1262 and causing the test to loop forever on certain
1263 architectures.
1264- Initial checkin of munlockall() tests ( Sowmya Adiga )
1265- Fixed nftw64: tst_rmdir was in the wrong ( Robbie Williamson )
1266 location.
1267- Added ported open09() test ( Airong Zhang )
1268- Initial checkin of prctl() tests ( Saji Kumar )
1269- Added ported profil() test ( Ananda Venkataraman )
1270- Initial checkin of ptrace() tests ( Saji Kumar )
1271- Added code to query_module tests to allow ( Robbie Williamson )
1272 execution under pan.
1273- Initial checkin of reboot() tests ( Aniruddha Marathe )
1274- Initial checkin of sched_rr_get_interval tests ( Saji Kumar )
1275- Added setresgid() tests ( T.L. Madhu )
1276- Fixed setrlimit03 to work on 2.5 and cleanup ( Paul Larson )
1277- Added socketcall() tests ( Adiga Sowmya )
1278- Added ported string.h test string01 ( Ananda Venkataraman )
1279- Added swapoff() tests ( Aniruddha Marathe )
1280- Added swapoff() tests ( Aniruddha Marathe )
1281- Added swapon() test ( Aniruddha Marathe )
1282- Made corrections to swapon02 to make sure the ( Robbie Williamson )
1283 child exits.
1284- Added ported syscall() test ( Ananda Venkataraman )
1285- Removed an erroneous testcase in sysconf01 and ( Robbie Williamson )
1286 corrected a typo issue.
1287- Initial checkin of sysfs() tests ( Aniruddha Marathe )
1288- Made changes to allow the syslog tests to ( Robbie Williamson )
1289 execute in pan and corrected a bug in backup
1290 code for syslog.conf original file.
1291- Added syslog11 & syslog12 tests ( T.L. Madhu )
1292- Fixed syslogtst if-statement comparing a file ( Robbie Williamson )
1293 descriptor to a hardcoded number was changed to
1294 allow the test to run under pan.
1295- Changed the file opened for the 6th case in ( Robbie Williamson )
1296 syslogtst.
1297- Added ported abs() test ( Ananda Venkataraman )
1298- Added ported atof() test ( Ananda Venkataraman )
1299- Added ported nextafter() test ( Ananda Venkataraman )
1300- Corrected bug in cleanup section of fsx.sh ( Robbie Williamson )
1301- Added code to rusers01 to change a FQDN in ( Robbie Williamson )
1302 RHOST to short name.
1303- Fixed testsf_c bug in char* not large enough to ( Robbie Williamson )
1304 hold argv[4] string.
1305- Added command line version of LTP harness APIs ( Manoj Iyer )
1306 these commands will print LTP test results in
1307 LTP harness format just like the ones printed
1308 by C testcases. These commands can be used in
1309 shell scripts and other non-C testcases.
1310- Added load generator tool, stress ( Amos Waterland )
1311- Modified runalltests.sh to print default ( Manoj Iyer )
1312 settings
1313- Modified runalltests.sh to run LTP under stress ( Manoj Iyer )
1314
1315
1316
martinjnf10453e2002-12-10 20:48:03 +00001317LTP-20021210
1318------------
1319
1320- Added 5 new sched_setparam() tests ( Saji Kumar )
1321- Added new syslog() tests. ( David Barrera )
1322- Fix compile errors with *_module tests ( Paul Larson )
1323- Added additional semctl tests, semctl06 and ( David Barrera )
1324 semctl07.
1325- Added additional msgctl tests. ( David Barrera )
1326- Added mkdir09. ( David Barrera )
1327- Added mem02. ( David Barrera )
1328- Added floating point tests, fptest01, fptest02, ( Jacky Malcles )
1329 fptest03.
1330- Added inode01 and inode02 ( Robbie Williamson )
1331- Added vmtests, data_space and stack_space. ( Robbie Williamson )
1332- Added page tests, page01 and page02. ( Robbie Williamson )
1333- Added sysconf() test. ( Robbie Williamson )
1334- Added rename14 ( Robbie Williamson )
1335- Added nftw() tests. ( Robbie Williamson )
1336- Added confstr() test. ( Robbie Williamson )
1337- Added acct() tests. ( Robbie Williamson )
1338- Added flock03 to try relocking after unlocking. ( Paul Larson )
1339 To reproduce bug #7 in osdl's bugzilla.
1340- Corrected a typo in ar01. A "=" was used, ( Robbie Williamson )
1341 instead of an "==" found by Airong Zhang.
1342- Added 3 new sched_getparam tests ( Saji Kumar )
1343- Added query_module() tests ( T.L.Madhu )
1344- Added 2 new flock() tests ( Vatsal Avasthi )
1345- Added munlock() tests ( Nirmala Devi Dhanasekar )
1346- Added umount() tests ( Nirmala Devi Dhanasekar )
1347- Added mount tests ( Nirmala Devi Dhanasekar )
1348- Added 2 new tests for sched_get_priority_min ( Saji Kumar )
1349- Added 2 new tests for sched_get_priority_max ( Saji Kumar )
1350- patch for sched_setscheduler01 to add ( Saji Kumar )
1351 a test case for calling sched_setscheduler()
1352 with an invalid priority
1353- Added mlockall() tests ( Nirmala Devi Dhanasekar )
1354- Added delete_module tests ( T.L.Madhu )
1355- fix to readlink04.c. was creating a ( Robbie Williamson )
1356 testfile called "testfile" in /, instead of the
1357 temp dir created for the test.
1358- Added getdomainame test ( Saji Kumar )
1359- warning cleanup patches. removed additional ( Saji Kumar )
1360 warnings created when -Wall option used.
1361 also fixed Makefiles to correctly locate
1362 the libraries and header files necessary for
1363 compilation.
1364- Added 6 new clone() tests ( Saji Kumar )
1365- PPC fixes to ar, semctl04, and read02 ( Anton Blanchard )
1366- MULTIPLE cleanups and fixes ( Ihno Krumreich )
1367- Increased the default setting for MAXIDS number ( Robbie Williamson )
1368 to 2048 in semget05.
1369- Test was running to /dev/tty3, which does not ( Robbie Williamson )
1370 exist on some Linux installations. changed it
1371 to /dev/tty for better general use.
1372- Added create_module tests ( T.L.Madhu )
1373- patch to cleanup warnings in syscall tests ( Saji Kumar )
1374- Corrected typo in rusers01 ( Robbie Williamson )
1375- Replaced sigset() with sigaction() in write04. ( Manoj Iyer )
1376
1377
1378
1379LTP-20021107
martinjnc0aaaaf2002-11-07 17:03:21 +00001380------------
1381- Added "setdomainname01", "setdomainname02", ( Saji Kumar )
1382 and "setdomainname03" to "syscalls" runtest file
1383- Added "sethostname01", "sethostname02", ( Suresh Babu )
1384 and "sethostname03" to "syscalls" runtest file
1385- Fixed bug introduced in "fsstress.c" ( Andi Kleen, Andrew Morton )
1386- Fix "chdir03.c" to remove unintentional \n in ( Paul Larson )
1387 the directory name
1388- Added code to remove the tmp test dir ( Robbie Williamson )
1389 in "fcntl11.c"
1390- fix for "shmctl01.c" to get rid of the shmdt ( Manfred Spraul )
1391 failures in "shmctl01"
1392- Fix for "readdir01" slightly incorrect errno ( Paul Larson )
1393 handling
1394- Back out "readv01", "readv02" changes to ( Paul Larson )
1395 expect EINVAL when count==0. Kernel is going
1396 to keep the old behaviour.
1397- Fix for "waitpid02". uses undefined div by ( Paul Larson )
1398 0 behaviour
1399- Revert "writev01.c" back to not expect EINVAL ( Paul Larson )
1400 when count==0
1401- Fix for "mc_commo". Changed a 'ps -ef' command ( Robbie Williamson )
1402 to 'ps -ewf' to ensure that a grep finds the
1403 info it needs.
1404- Fix in mc_member. Corrected typo causing false ( Robbie Williamson )
1405 pass. Found by Li Ge <lge@us.ibm.com>
1406- Fix in "tcpdump01". Removed erroneous INTERFACE ( Robbie Williamson )
1407 declaration.
1408- Fix tools/ltprun to use the new runalltests ( William Jay Huie )
1409 semantics
1410- Added fsxtest02. Similar test to fsxtest, but (Robbie Williamson)
1411 this test runs fsx-linux on a file created in
1412 the $TCtmp directory. No unformatted partition
1413 required.
1414
1415
robbiewf55ecea2002-10-08 17:45:44 +00001416
1417LTP-20021002
1418------------
1419- Added "shmctl04" to test the SHM_INFO command ( Mingming Cao )
1420- Fix for improper child exit in "execve02" ( Colin Gibbs )
1421- Fix for "nanosleep02" to eliminate false ( Andreas Arcangeli )
1422 positives
1423- Fix for "personality01 to undef the personality( Marcus Meissner )
1424 macro before calling personality()
1425- Fix for "sendfile02" that adds a waitpid() call( Susanne Wintenberger )
1426 to guarantee child exit before the test ends
1427- Fix for /tools/rand_lines.c that eliminates an ( Nathan Straz )
1428 IA64 compile time warning
1429- Added "shmctl04" to the "syscalls" runtest file( Paul Larson )
1430- Removed test 8 from "diotest4". Opening a ( Paul Larson )
1431 directory for direct I/O is not allowed.
1432- Fix for PPC cross compile issues applied to: ( Paul Larson )
1433 "mmap01"
1434 "pth_str01"
1435 "pth_str03"
1436 "shmem_test_04"
1437- Fix for "fcntl01" to allow it to run without ( Paul Larson )
1438 predefining the file descriptors
1439- Fix for "readv02" to check for EINVAL on ( Paul Larson )
1440 2.5.35 and above kernels
1441- Fix for "stime01" to allow the checked time to ( Paul Larson )
1442 be off +1 second
1443- Fix for "writev01" to check for EINVAL on ( Paul Larson )
1444 2.5.35 and above kernels
1445
1446
1447
zhanga352b4e02002-08-06 18:48:46 +00001448
robbiewb6f285e2002-09-10 20:53:06 +00001449LTP-20020910
robbiew539b7212002-09-05 21:30:57 +00001450------------
1451- Fix path in runpan.sh ( Paul Larson )
1452- runtest/syscalls:
1453 a.Removed the {} from the environment ( Robbie Williamson )
1454 variables
plars76a1f972002-09-09 18:59:19 +00001455 b.Comment out stime01, since it sets ( David Barrera )
robbiew539b7212002-09-05 21:30:57 +00001456 the system time forward and could
1457 cause problems with several other
1458 tests if it's running at the same
1459 time (-x nn)
1460- Renamed the fsx-linux test on nfs to ( Robbie Williamson )
1461 "nfsx-linux"
1462- fsxtest: Added code to handle JFS. ( Robbie Williamson )
1463- ld01: Made the diff case insensative for ( Robbie Williamson )
1464 cross-platform compatibility.
1465- Removed obsolete test, "ulimit", from ( Robbie Williamson)
1466 automatic build and install.
1467- Moved the 'chown' commands to "install ( Robbie Williamson )
1468 section in the Makefile of fchmod
1469- Applied patches for s390 ( Susanne Wintenberger )
1470- Applied patches for IA64 ( Jacky Malcles )
1471- Applied patch for adding some missing includes ( Andreas Jaeger )
1472 to remove warnings about missing prototypes
robbiewbe56c852002-09-09 17:21:24 +00001473- Applied x86-64 patch for ldd01 ( Andreas Jaeger )
plars76a1f972002-09-09 18:59:19 +00001474- Fix for ar01 hang when filesystem is full ( Paul Larson )
1475- Make ltp run with uClibc ( Steven J. Hill )
1476- Fix compiler warnings in various tests ( Xiao Feng Shi )
robbiewb6f285e2002-09-10 20:53:06 +00001477- Clean up many of the mktemp warnings ( Paul Larson )
plars76a1f972002-09-09 18:59:19 +00001478 And use mkstemp in tst_tmpdir()
robbiewbe56c852002-09-09 17:21:24 +00001479- Applied pan/logfile/tools patches. ( William J. Huie )
plars76a1f972002-09-09 18:59:19 +00001480- Use regular instead of mandatory locks in ( Matthew Wilcox )
1481 fcntl09, fcntl10, fcntl11 to fix with NFS
1482- Fix pids in fcntl11, fcntl19, fcntl20, fcntl21 ( Paul Larson )
1483 to be pid_t instead of short for 2.5 compat
1484- Add command line options to runalltests.sh to ( Randy Hron,
1485 allow setting of various pan options and Paul Larson,
1486 changing the temp directory Nate Straz )
robbiewb6f285e2002-09-10 20:53:06 +00001487- Added automation documentation to /doc ( Jeff Martin )
robbiew8c7880d2002-09-10 15:16:12 +00001488- Patched nanosleep02.c to correctly test the ( Andrea Arcangeli )
1489 functionality and avoid false positives.
robbiew539b7212002-09-05 21:30:57 +00001490
1491
plarse14a7842002-08-13 16:42:05 +00001492LTP-20020813
1493------------
1494* Fixes
1495-------
1496- Fix runtest/commands to export the ( Paul Larson )
1497 correct TCdat
1498- Add some missing includes and remove ( Andreas Jaeger )
1499 warnings about missing prototypes
1500- Add better initialization to waitpid05, ( Robbie Williamson )
1501 signal04, getgroups01
1502- Fix sockioctl01 to work even if fd0 isn't ( Paul Larson )
1503 open
plarsdde213d2002-08-13 17:01:02 +00001504- Fix mmstress path problems, now uses execvp ( Paul Larson )
plarse14a7842002-08-13 16:42:05 +00001505
1506LTP-20020807
1507------------
1508
zhanga352b4e02002-08-06 18:48:46 +00001509* New Additions
1510---------------
plarse14a7842002-08-13 16:42:05 +00001511- Added new testcases of link07,fcntl22,link06 ( Bull Group )
1512- Added linux kernel scheduler latency tester ( Davide Libenzi )
1513- Database test tool 'dbgrinder' ( James Kenefick )
zhanga352b4e02002-08-06 18:48:46 +00001514
1515* Fixes
1516-------
plarse14a7842002-08-13 16:42:05 +00001517- Several fixes for 64-bit ( Gerhard Tonn )
1518- fstat05,llseek fixes for MIPS ( Carsten Langgaard )
zhanga352b4e02002-08-06 18:48:46 +00001519- Fixed check in getgroups03 that was causing
plarse14a7842002-08-13 16:42:05 +00001520 failures if 'nobody' isn't in any secondary groups ( Paul Larson )
zhanga352b4e02002-08-06 18:48:46 +00001521- Fix sendfile02 to work with the new 2.5 kernels which
plarse14a7842002-08-13 16:42:05 +00001522 no longer allow it to fall back on write ( Paul Larson )
zhanga352b4e02002-08-06 18:48:46 +00001523- Changed the hardcoded ip address to 127.0.0.1 in
plarse14a7842002-08-13 16:42:05 +00001524 recvfrom01-sctp-udp-ipv6 ( Robbie Williamson )
zhanga5378d182002-08-07 22:00:33 +00001525- Added instance and time command line options in
plarse14a7842002-08-13 16:42:05 +00001526 runalltests.sh ( Jeff Martin )
zhanga352b4e02002-08-06 18:48:46 +00001527- Fixed the algorithm description for fork07,fork12
plarse14a7842002-08-13 16:42:05 +00001528 Reduced the output of fork07 to a finite amount ( Nathan Straz )
1529- Added fork12 to runtest/crashme. ( Nathan Straz )
1530- Added option for interface selection in tcpdump01 ( Robbie Williamson )
zhanga352b4e02002-08-06 18:48:46 +00001531
1532
iyermanoj2b0138b2002-07-09 17:41:46 +00001533LTP-20020709
1534-----------
iyermanoj2b0138b2002-07-09 17:41:46 +00001535* New Additions
1536---------------
1537- New testcases fcntl22, link06, link07,
1538 mknod09 ( Bull Group )
1539- New sctp tests ( Robert Williamson )
1540- New direct IO tests ( Narasimha Sharoff )
1541- mlock01 and mlock02 tests ( Paul Larson )
1542
1543* Fixes
1544----------------
1545- MIPS fixes; write01 ( Shaobo Li )
1546- patches for 64bit and warnings ( Ihno Krumreich )
1547- fixes for ftruncate02, fchown03 ( Robert Williamson )
1548 - updates to LTP scripts ( Nathan Straz )
1549
robbiew6f3a9f32002-06-07 18:21:19 +00001550LTP-20020607
1551------------
robbiew6f3a9f32002-06-07 18:21:19 +00001552* New Additions
1553- Tests if gettimeofday02 is monotonous ( Andi Kleen )
1554- Added new tests readv03, setgroups04
1555 and truncate04 ( Group Bull )
1556
1557* Fixes
1558----------------
1559- Bug fixes and ports for MIPS ( Johannes Stezenbach )
1560- Fixes BROKs on 64bit x86,ISO-C complience ( Andi Kleen )
1561- 64 bit bug fixes and remove warnings
1562 on 64 bit arch ( Ihno Krumreich )
1563- Clean up warnings on s390 ( William Jay Huie )
1564- Improvements on fstat05 for IA64 ( Group Bull )
1565- Testcase ID clean ups, improvements
1566 to mallocstress ( Nathan Straz )
1567- Fix warnings and bugs in clisrv
1568 and mallocstress i ( Dan Kegel )
1569- Fixed sendfile601 for IPV6 ( Robert Willionsom )
1570- Fixes for shmctl & mprotect03 ( Paul Larson )
1571- multicast testcase fixes ( Ted Cheslak )
1572- Automation: added sar results to ltp_check ( Casey Abell )
1573- Automation: added function to ltp_check ( Li Ge )
1574
1575
iyermanoj047062c2002-05-07 15:07:32 +00001576LTP-20020507
1577------------
1578
1579* New Additions
1580 - New syscalls tests, chroot, fchdir, fstat
iyermanojae88b862002-05-07 16:14:58 +00001581 pread, pwrite, and reddir. (Bull )
iyermanoj047062c2002-05-07 15:07:32 +00001582 - New syscalls test. ( Ihno Krumreich )
1583
1584* Fixes
1585 - S390 bug fixes, patches to remove complier
iyermanojae88b862002-05-07 16:14:58 +00001586 warnings. ( Ihno Krumreich )
1587 - S390 bug fixes. ( William Jay Huie )
1588 - LTP Automation script updates. ( William Jay Huie )
iyermanoj047062c2002-05-07 15:07:32 +00001589 - make testcases work without a controlling tty.
iyermanojae88b862002-05-07 16:14:58 +00001590 for recv01, recvfrom01 and recvmsg01. ( Paul Larson )
iyermanoj047062c2002-05-07 15:07:32 +00001591 - Networking test updates, multiple concurrent
iyermanojae88b862002-05-07 16:14:58 +00001592 runs. ( Robert Williamson )
iyermanoj047062c2002-05-07 15:07:32 +00001593 - test01 patch for wrap around at 2gigs ( Randall Hron )
1594 - patches to syscalls test wait402, chdir03 ( Andreas Jaeger )
1595
1596
1597CVS Bugs closed.
1598----------------
iyermanojae88b862002-05-07 16:14:58 +00001599 #545739 fcntl17 failing getting unexep. sig13 ( Paul Larson )
iyermanoj047062c2002-05-07 15:07:32 +00001600
iyermanoj79255d72002-04-08 17:14:33 +00001601LTP-20020408
1602-----------
1603* New Additions
1604 - Scripts to automate LTP test suite execution. ( William Jay Huie )
1605 - IPV6 port of NetPIPE, network stress tool. ( Robert Williamson )
1606
1607* Fixes
1608 - Numerous 64-bit updates, remove warnings
1609 and errors. ( Andi Kleen )
1610 - 64-bit patches to memory and IPC tests. ( Ihno Krumreich )
1611 - 64-bit IA64 port related patches. ( Jacky Malcles )
1612 - patches to remove warnings and bugs. ( Andreas Jaeger )
1613 - mmstress bug: deletes /dev/zero. ( Sachin Vyas )
1614 - sem02: make test remove semids it created. ( Robert Williamson )
1615 - Report missing groups and users in IDcheck.sh ( Robert Williamson )
1616 - expected error modified in mprotect and
1617 msync tests. ( Paul Larson )
1618 - make testcases work without a controlling tty. ( Paul Larson )
1619
1620CVS Bugs closed.
1621~~~~~~~~~~~~~~~~
1622 #536483 sem02 does not clean up /tmp directory (Robert Willamson
1623
1624
robbiewc9955482002-03-06 17:21:25 +00001625LTP-20020307
1626------------
1627o fixed IDcheck.sh to prompt for IDs only when missing (Jay Huie)
1628o added time duration option to pan (Jay Huie)
robbiewc9955482002-03-06 17:21:25 +00001629o added 4 more cases to getcwd02 test (Jay Huie)
1630o added time-schedule tool by Richard Gooch under sched test
1631 section (Manoj Iyer)
1632o added trace_sched tool under sched test section (Manoj Iyer)
robbiewc9955482002-03-06 17:21:25 +00001633o added sigpending02 test to syscalls section (Paul Larson)
robbiew796b06a2002-03-07 15:53:10 +00001634o created a KNOWN-FAILURES file to document known
1635 test failures (Robbie Williamson)
robbiewaa5ca8d2002-03-06 18:32:24 +00001636o added sem02 test to ipc section (Robbie Williamson)
robbiewc9955482002-03-06 17:21:25 +00001637o added SCTP section to network tests (Robbie Williamson)
robbiewc9955482002-03-06 17:21:25 +00001638o added disktest by Brent Yardley to io section (Robbie Williamson)
1639o closed the following bugs:
robbiewd0dc4082002-03-07 17:51:40 +00001640 [ #491285 ] recvfrom01 test (Paul Larson)
1641 [ #491286 ] recvmsg01 test (Robbie Williamson)
robbiew5a5e9ec2002-03-07 18:49:31 +00001642 [ #505515 ] perf_lan6 test (Robbie Williamson)
robbiewd0dc4082002-03-07 17:51:40 +00001643 [ #506536 ] recv01 test (Robbie Williamson)
1644 [ #514408 ] chown05 (Dave Engebretsen)
1645 [ #511427 ] pread02 test (Paul Larson)
1646 [ #516577 ] ftruncate03 test (Jay Huie)
1647 [ #523055 ] sched_getscheduler test (Paul Larson)
1648 [ #523137 ] sched_setscheduler02 test (Paul Larson)
1649 [ #525688 ] sendfile01 (Paul Larson)
robbiewc9955482002-03-06 17:21:25 +00001650
1651
robbiewbc4c2802002-02-07 01:32:02 +00001652LTP-20020207
1653------------
1654o added support for cross-compiling (Todd Inglett)
1655o added LKML's cache_leak testcase to ltp/scratch (Nate Straz)
1656o added IPv6 support (Robbie Williamson)
1657o added "gethost" to /tools (Robbie Williamson)
1658o fixed the race conditions in the float tests and removed
1659 the sleeps (Robbie Williamson)
1660o enabled non-root make authority (Paul Larson)
robbiew61753a62002-02-08 17:07:40 +00001661o separated compilation into "make" and "make install" (Paul Larson)
robbiewbc4c2802002-02-07 01:32:02 +00001662o added ipc_stress test (Manoj Iyer)
1663o added pthreads_stress test (Manoj Iyer)
1664o made changes to support architecture independence (Manoj Iyer & Paul Larson)
1665o closed the following bugs:
1666 504960, 505108, 504613, 504616, 491283, 506689, 508055, 506692, 508074
robbiewc9955482002-03-06 17:21:25 +00001667 491289, 506662, 511383, 511391, 511427, 511494, 504649, 514050, 512953
robbiewbc4c2802002-02-07 01:32:02 +00001668 (Manoj Iyer, Paul Larson, and Robbie Williamson)
1669
1670
plars6d82c2e2002-01-08 16:19:28 +00001671LTP-20020108
1672------------
1673o fixed IDcheck.sh to work with bash1 (Nate Straz)
1674o updated menu script (Robbie Williamson)
1675o reset errno to 0 at the beginning of TEST macro (Paul Larson)
1676o added floating point stress tests (Bull/IBM)
plars6d82c2e2002-01-08 16:19:28 +00001677o added fsx-linux NFS tests (Apple)
plars6d82c2e2002-01-08 16:19:28 +00001678o define GLIBC_SIGACTION_BUG for sigaction02 (Robbie Williamson)
1679o removed bogus testcase from dup201 test (Paul Larson)
1680o fixed recvfrom01 case 5 (Wayne Boyer)
1681o workaround for smp issue with waitpid12 (Manfred Spraul)
1682
1683
plars4a3f05c2001-12-06 19:03:35 +00001684LTP-20011206
plars946d7d82001-12-05 17:22:59 +00001685------------
1686o necessary users/groups can now be created on installation with
1687 user's permission
1688o added a simple menu-based interface for running the LTP testsuite
1689o fixed negative duration in pan output when -l isn't used
plarsd26f52d2001-12-05 20:23:37 +00001690o new set of tests under fs-maim
plars946d7d82001-12-05 17:22:59 +00001691o fixed race condition in nfslock01
1692o ar01, ld01, ldd01, nm01, objdump01, and size01 fixed when multiple
1693 copies are run simultaneously
1694o workaround for SIGTTOU hang in ioctl02
1695o shmget03 uses IPC_PRIVATE to make it safe when running multiple copies
1696o compiler warnings and other minor errors fixed in many tests
1697
plarse4e184c2001-11-07 21:37:14 +00001698LTP-20011107
plarscbf6dc62001-09-25 19:54:46 +00001699------------
plars2c728382001-11-06 21:28:52 +00001700o Many improvements to mtest05 and mtest06 tests
1701o new test nfsstress
1702o included ver_linux in LTP and made it run at the end of test scripts
1703o check for necessary users/groups in Makefile and warn if they don't
1704 exist
1705o documented the users and groups necessary for the testcases to run
1706o simplified telnet01 when looking for root prompt
1707o removed incorrect testcase from sendfile03
1708o fixed modify_ldt01 test problems on newer kernels
1709o added setrlimit to unlimit core size in waitpid05 test to work
1710 around systems where this is set to 0
1711o fixed mmstress pthread hang problem
1712
1713LTP-20010925
1714------------
plarscbf6dc62001-09-25 19:54:46 +00001715o Testcases have been organized into categories in a directory
1716 structure under the testcases subdirectory
1717o About 400 new testcases added covering various system calls
1718o Andreas Jaeger got confirmation from the glibc people that the
1719 ulimit test was broken as a result of some changes made in
1720 glibc2.2.5. Since it's the test that's broken, Nate Straz
1721 removed the offending testcase.
1722o Updated README and INSTALL files
1723o Descriptions of the testcases have been added to the doc
1724 directory and are organized by type (syscalls.txt, fs.txt, etc.)
robbiewc5245142001-09-25 19:36:25 +00001725
plarscbf6dc62001-09-25 19:54:46 +00001726------------
alaffinbc414262000-09-18 21:08:06 +000017272000-09-18 Juan J. Quintela <quintela@fi.udc.es>
1728 Aaron Laffin <alaffin@sgi.com>
1729
1730 * tests/mmap001.c: first checkin of a modified version of
1731 mmap001.c from the memtest suite.
1732
alaffin7885c2b2000-09-08 15:56:25 +000017332000-09-08 Egor Duda <deo@logos-m.ru>
1734
1735 * tests/fpathconf01.c: Close opened file at exit.
1736 * tests/select01.c: Ditto.
1737
alaffinfbfce062000-09-08 15:12:21 +000017382000-09-08 Andrea Arcangeli <andrea@suse.de>
1739 * tests/fcntl09.c, tests/fcntl10.c: Rearrange the F_SETLK test to
1740 to correctly use F_RDLCK and F_WRLCK.
1741
17422000-09-06 Egor Duda <deo@logos-m.ru>
1743
1744 * lib/parse_opts.c (parse_opts): Initialize allocated string
1745 to prevent heap corruption.
alaffin7885c2b2000-09-08 15:56:25 +00001746
martinjnf10453e2002-12-10 20:48:03 +00001747
martinjn2ff2d2e2003-01-07 18:07:51 +00001748