summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoland McGrath <roland@redhat.com>2005-06-01 18:56:03 +0000
committerRoland McGrath <roland@redhat.com>2005-06-01 18:56:03 +0000
commite8c6eec04bfa504e54ba0b477288289e2542f400 (patch)
tree4c23d911728710b76a838fc948c940f8b70e3f6d
parent46100d07257824da2ae1147da0324b5788c95501 (diff)
downloadstrace-e8c6eec04bfa504e54ba0b477288289e2542f400.tar.gz
strace-e8c6eec04bfa504e54ba0b477288289e2542f400.tar.bz2
strace-e8c6eec04bfa504e54ba0b477288289e2542f400.tar.xz
.
-rw-r--r--ChangeLog18
1 files changed, 18 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 57e7bc1..6323aa8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,21 @@
+2005-05-31 Dmitry V. Levin <ldv@altlinux.org>
+
+ * bjm.c (sys_query_module) [LINUX]: Unitize "out of memory"
+ errors reporting style.
+ * strace.c (rebuild_pollv) [USE_PROCFS]: Likewise.
+ * system.c (sys_capget, sys_capset) [SYS_capget]: Likewise.
+ * util.c (printstr): Likewise.
+ (dumpiov) [HAVE_SYS_UIO_H]: Likewise.
+ (fixvfork) [SUNOS4]: Likewise.
+ * desc.c (decode_select): Continue to decode syscall arguments
+ in case of OOM condition.
+ * file.c (sys_getdents): Likewise.
+ (sys_getdents64) [_LFS64_LARGEFILE]: Likewise.
+ (sys_getdirentries) [FREEBSD]: Likewise.
+ * mem.c (sys_mincore): Changed type of variables which deal with
+ malloc size from int to unsigned long.
+ Fixes RH#159308.
+
2005-05-26 Roland McGrath <roland@redhat.com>
* system.c (sys_sysctl): Check for errors accessing user pointers.