ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/Linux-AIO/Changes
Revision: 1.8
Committed: Wed May 5 10:13:30 2004 UTC (20 years ago) by root
Branch: MAIN
Changes since 1.7: +3 -0 lines
Log Message:
*** empty log message ***

File Contents

# Content
1 Revision history for Linux::AIO
2
3 0.2 Wed May 5 12:13:02 CEST 2004
4 - updates for 2.6 headers (syscalls were renamed).
5
6 0.111 Sat May 18 23:47:12 CEST 2002
7 - print a notice that this module won't run on lnux <2.4.
8
9 0.11 Fri May 17 04:33:23 CEST 2002
10 - actually fix the module to work on x86 (doesn't work on
11 most other architectures, though).
12
13 0.1 Tue Apr 2 04:35:28 CEST 2002
14 - use pread/pwrite instead of lseek+read/write.
15 - fixed syscall prototypes.
16 - add stat/lstat calls.
17 - fixed max_parallel deadlock problem.
18 - beginning of a testsuite.
19 - fixed aio_close.
20 - paths are now properly saved.
21
22 0.011 Tue Dec 25 03:02:30 CET 2001
23 - make it compile with 5.6.1 and maybe older versions. Boy is it
24 ugly now.
25
26 0.01 Mon Oct 8 14:57:59 CEST 2001
27 - fixed syntax errors so it compiles with gcc-2.95.4 as well.
28
29 0.002
30 - added Changes, aio_open, aio_close.
31
32 0.001
33 - original version, a dire hack.