blob: 6bcf9e2600c5c73742eb1753f33357adfb244566 [file] [log] [blame]
plarscbf6dc62001-09-25 19:54:46 +00001LTP-00000000
2------------
3o Testcases have been organized into categories in a directory
4 structure under the testcases subdirectory
5o About 400 new testcases added covering various system calls
6o Andreas Jaeger got confirmation from the glibc people that the
7 ulimit test was broken as a result of some changes made in
8 glibc2.2.5. Since it's the test that's broken, Nate Straz
9 removed the offending testcase.
10o Updated README and INSTALL files
11o Descriptions of the testcases have been added to the doc
12 directory and are organized by type (syscalls.txt, fs.txt, etc.)
robbiewc5245142001-09-25 19:36:25 +000013
plarscbf6dc62001-09-25 19:54:46 +000014------------
alaffinbc414262000-09-18 21:08:06 +0000152000-09-18 Juan J. Quintela <quintela@fi.udc.es>
16 Aaron Laffin <alaffin@sgi.com>
17
18 * tests/mmap001.c: first checkin of a modified version of
19 mmap001.c from the memtest suite.
20
alaffin7885c2b2000-09-08 15:56:25 +0000212000-09-08 Egor Duda <deo@logos-m.ru>
22
23 * tests/fpathconf01.c: Close opened file at exit.
24 * tests/select01.c: Ditto.
25
alaffinfbfce062000-09-08 15:12:21 +0000262000-09-08 Andrea Arcangeli <andrea@suse.de>
27 * tests/fcntl09.c, tests/fcntl10.c: Rearrange the F_SETLK test to
28 to correctly use F_RDLCK and F_WRLCK.
29
302000-09-06 Egor Duda <deo@logos-m.ru>
31
32 * lib/parse_opts.c (parse_opts): Initialize allocated string
33 to prevent heap corruption.
alaffin7885c2b2000-09-08 15:56:25 +000034