summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--benchmarks/ChangeLog4
-rw-r--r--mach-defpager/ChangeLog5
-rw-r--r--pfinet/ChangeLog5
3 files changed, 14 insertions, 0 deletions
diff --git a/benchmarks/ChangeLog b/benchmarks/ChangeLog
index fb7b1a6f..82eaf033 100644
--- a/benchmarks/ChangeLog
+++ b/benchmarks/ChangeLog
@@ -1,3 +1,7 @@
+2002-06-15 Roland McGrath <roland@frob.com>
+
+ * forks.c (main): Fix cast of sbrk result.
+
1999-10-01 Roland McGrath <roland@baalperazim.frob.com>
* forks.c: Add #include's to silence implicit decl warnings
diff --git a/mach-defpager/ChangeLog b/mach-defpager/ChangeLog
index 07d3b5ff..d8dcbb89 100644
--- a/mach-defpager/ChangeLog
+++ b/mach-defpager/ChangeLog
@@ -1,3 +1,8 @@
+2002-06-15 Roland McGrath <roland@frob.com>
+
+ * setup.c (page_write_file_direct): Use proper type for result param
+ of device_write.
+
2002-03-23 Roland McGrath <roland@frob.com>
* setup.c (default_pager_paging_storage): Fail if receiver port is not
diff --git a/pfinet/ChangeLog b/pfinet/ChangeLog
index ff2dabed..78a5a4f7 100644
--- a/pfinet/ChangeLog
+++ b/pfinet/ChangeLog
@@ -1,3 +1,8 @@
+2002-06-15 Roland McGrath <roland@frob.com>
+
+ * socket-ops.c (S_socket_getopt): Use a local int for result param of
+ getsockopt hook function.
+
2002-06-13 Roland McGrath <roland@frob.com>
* tunnel.c (trivfs_S_io_read): off_t -> loff_t