alaffin | bc41426 | 2000-09-18 21:08:06 +0000 | [diff] [blame] | 1 | 2000-09-18 Juan J. Quintela <quintela@fi.udc.es> |
| 2 | Aaron Laffin <alaffin@sgi.com> |
| 3 | |
| 4 | * tests/mmap001.c: first checkin of a modified version of |
| 5 | mmap001.c from the memtest suite. |
| 6 | |
alaffin | 7885c2b | 2000-09-08 15:56:25 +0000 | [diff] [blame] | 7 | 2000-09-08 Egor Duda <deo@logos-m.ru> |
| 8 | |
| 9 | * tests/fpathconf01.c: Close opened file at exit. |
| 10 | * tests/select01.c: Ditto. |
| 11 | |
alaffin | fbfce06 | 2000-09-08 15:12:21 +0000 | [diff] [blame] | 12 | 2000-09-08 Andrea Arcangeli <andrea@suse.de> |
| 13 | * tests/fcntl09.c, tests/fcntl10.c: Rearrange the F_SETLK test to |
| 14 | to correctly use F_RDLCK and F_WRLCK. |
| 15 | |
| 16 | 2000-09-06 Egor Duda <deo@logos-m.ru> |
| 17 | |
| 18 | * lib/parse_opts.c (parse_opts): Initialize allocated string |
| 19 | to prevent heap corruption. |
alaffin | 7885c2b | 2000-09-08 15:56:25 +0000 | [diff] [blame] | 20 | |