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

Comparing libeio/Changes (file contents):
Revision 1.21 by root, Fri Jan 7 22:00:12 2011 UTC vs.
Revision 1.23 by root, Fri Feb 11 00:53:24 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.
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.
33 - use _POSIX_MEMLOCK_RANGE for mlock. 34 - use _POSIX_MEMLOCK_RANGE for mlock.
34 - do not (errornously) overwrite CFLAGS in configure.ac. 35 - do not (errornously) overwrite CFLAGS in configure.ac.
36 - mknod used int3 for dev_t (ยง2 bit), not offs (64 bit).
35 37

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines