ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/Linux-AIO/Changes
Revision: 1.6
Committed: Tue Apr 2 14:01:09 2002 UTC (22 years, 1 month ago) by root
Branch: MAIN
Changes since 1.5: +5 -1 lines
Log Message:
*** empty log message ***

File Contents

# Content
1 Revision history for Linux::AIO
2
3 0.1 Tue Apr 2 04:35:28 CEST 2002
4 - use pread/pwrite instead of lseek+read/write.
5 - fixed syscall prototypes.
6 - add stat/lstat calls.
7 - fixed max_parallel deadlock problem.
8 - beginning of a testsuite.
9 - fixed aio_close.
10 - paths are now properly saved.
11
12 0.011 Tue Dec 25 03:02:30 CET 2001
13 - make it compile with 5.6.1 and maybe older versions. Boy is it
14 ugly now.
15
16 0.01 Mon Oct 8 14:57:59 CEST 2001
17 - fixed syntax errors so it compiles with gcc-2.95.4 as well.
18
19 0.002
20 - added Changes, aio_open, aio_close.
21
22 0.001
23 - original version, a dire hack.