aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2000-07-27 09:43:12 +0000
committerUlrich Drepper <drepper@redhat.com>2000-07-27 09:43:12 +0000
commit92806ee99d2e2d93b3e5ed39a0932dbefb58c725 (patch)
tree17a0e3e6158ba49ff8c459c2b8255f058da4d4ca /ChangeLog
parent950c1194b1506c8274aaa19da5e1076a93a152b8 (diff)
downloadglibc-92806ee99d2e2d93b3e5ed39a0932dbefb58c725.tar
glibc-92806ee99d2e2d93b3e5ed39a0932dbefb58c725.tar.gz
glibc-92806ee99d2e2d93b3e5ed39a0932dbefb58c725.tar.bz2
glibc-92806ee99d2e2d93b3e5ed39a0932dbefb58c725.zip
Update.
2000-07-26 Andreas Jaeger <aj@suse.de> * rt/tst-aio.c: Add tests for aio_fsync and aio_cancel. (do_wait): Test requests with aio_return. (do_test): Change callers of do_wait. 2000-07-27 Ulrich Drepper <drepper@redhat.com> * rt/aio_misc.c (__aio_remove_request): New function. Handle removing from request list. Don't do the list handling here, call __aio_remove_request. * rt/aio_misc.h: Add prototype for __aio_remove_request. * rt/aio_cancel.c: Don't assume __aio_find_req_fd succeeds since the request might already be processed. Don't do the list handling here, call __aio_remove_request. * rt/aio_misc.c: Don't depend on aio_reqprio field for LIO_SYNC and LIO_DSYNC. * rt/aio_misc.c: Add comment explaining why writer memory barriers are missing.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog22
1 files changed, 22 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 3b9deb208c..e9dc264e6b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,25 @@
+2000-07-26 Andreas Jaeger <aj@suse.de>
+
+ * rt/tst-aio.c: Add tests for aio_fsync and aio_cancel.
+ (do_wait): Test requests with aio_return.
+ (do_test): Change callers of do_wait.
+
+2000-07-27 Ulrich Drepper <drepper@redhat.com>
+
+ * rt/aio_misc.c (__aio_remove_request): New function. Handle removing
+ from request list. Don't do the list handling here, call
+ __aio_remove_request.
+ * rt/aio_misc.h: Add prototype for __aio_remove_request.
+ * rt/aio_cancel.c: Don't assume __aio_find_req_fd succeeds since the
+ request might already be processed. Don't do the list handling
+ here, call __aio_remove_request.
+
+ * rt/aio_misc.c: Don't depend on aio_reqprio field for LIO_SYNC and
+ LIO_DSYNC.
+
+ * rt/aio_misc.c: Add comment explaining why writer memory barriers
+ are missing.
+
2000-07-27 Greg McGary <greg@mcgary.org>
* sysdeps/generic/bp-checks.h (BOUNDED_N): Make it work for void*.