ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/libeio/Changes
(Generate patch)

Comparing libeio/Changes (file contents):
Revision 1.19 by root, Wed Dec 1 07:30:38 2010 UTC vs.
Revision 1.22 by root, Fri Feb 11 00:05:17 2011 UTC

1Revision history for libeio 1Revision history for libeio
2 2
3TODO: maybe add mincore support? available on at least darwin, solaris, linux, freebsd 3TODO: maybe add mincore support? available on at least darwin, solaris, linux, freebsd
4TODO: openbsd requites stdint.h for intptr_t - why posix? 4TODO: openbsd requires stdint.h for intptr_t - why posix?
5TODO: mutex init in child after fork?
5 6
61.0 71.0
7 - readdir: correctly handle malloc failures. 8 - readdir: correctly handle malloc failures.
8 - readdir: new flags argument, can return inode 9 - readdir: new flags argument, can return inode
9 and possibly filetype, can sort in various ways. 10 and possibly filetype, can sort in various ways.
28 - no longer set errno to 0 before making syscalls, this only lures 29 - no longer set errno to 0 before making syscalls, this only lures
29 people into the trap of believing errno shows success or failure. 30 people into the trap of believing errno shows success or failure.
30 - "fix" demo.c so that it works as non-root. 31 - "fix" demo.c so that it works as non-root.
31 - suppoert utimes seperately from futimes, as some systems have 32 - suppoert utimes seperately from futimes, as some systems have
32 utimes but not futimes. 33 utimes but not futimes.
34 - use _POSIX_MEMLOCK_RANGE for mlock.
35 - do not (errornously) overwrite CFLAGS in configure.ac.
33 36

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines