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

# User Rev Content
1 root 1.1 Revision history for Linux::AIO
2    
3 root 1.6 0.1 Tue Apr 2 04:35:28 CEST 2002
4 root 1.5 - use pread/pwrite instead of lseek+read/write.
5     - fixed syscall prototypes.
6     - add stat/lstat calls.
7 root 1.6 - fixed max_parallel deadlock problem.
8     - beginning of a testsuite.
9     - fixed aio_close.
10     - paths are now properly saved.
11 root 1.5
12 root 1.4 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 root 1.3 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 root 1.1 0.002
20 root 1.2 - added Changes, aio_open, aio_close.
21 root 1.1
22     0.001
23     - original version, a dire hack.