summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libshouldbeinlibc/ChangeLog1
-rw-r--r--libthreads/ChangeLog7
-rw-r--r--nfsd/ChangeLog5
-rw-r--r--serverboot/ChangeLog4
-rw-r--r--term/ChangeLog4
5 files changed, 21 insertions, 0 deletions
diff --git a/libshouldbeinlibc/ChangeLog b/libshouldbeinlibc/ChangeLog
index 4522ef9b..40f24732 100644
--- a/libshouldbeinlibc/ChangeLog
+++ b/libshouldbeinlibc/ChangeLog
@@ -1,6 +1,7 @@
2002-05-08 Roland McGrath <roland@frob.com>
* portinfo.c (print_port_info): Use %z formats for port names.
+ * xportinfo.c (print_xlated_port_info): Likewise.
* idvec-verify.c (verify_passwd): Cast to intptr_t before int.
diff --git a/libthreads/ChangeLog b/libthreads/ChangeLog
index a70d0a6f..c281dcfe 100644
--- a/libthreads/ChangeLog
+++ b/libthreads/ChangeLog
@@ -1,3 +1,10 @@
+2002-05-07 Roland McGrath <roland@frob.com>
+
+ * cprocs.c (cproc_list_lock): Declare type as spin_lock_t.
+
+ * cthreads.h (cthread_sp): Cast to vm_address_t instead of int.
+ (mutex_unlock): Cast to void * instead of int.
+
2002-03-24 Roland McGrath <roland@frob.com>
* libthreads.map: Use GLIBC_2.2.6 set instead of GLIBC_2.2.
diff --git a/nfsd/ChangeLog b/nfsd/ChangeLog
index 030ab57f..94538931 100644
--- a/nfsd/ChangeLog
+++ b/nfsd/ChangeLog
@@ -1,3 +1,8 @@
+2002-05-07 Roland McGrath <roland@frob.com>
+
+ * loop.c (server_loop): size_t -> socklen_t
+ * cache.c (fh_hash): int -> intptr_t
+
2002-05-03 Roland McGrath <roland@frob.com>
* main.c: Include <error.h>.
diff --git a/serverboot/ChangeLog b/serverboot/ChangeLog
index 6c33ebb1..2026a1d4 100644
--- a/serverboot/ChangeLog
+++ b/serverboot/ChangeLog
@@ -1,3 +1,7 @@
+2002-05-07 Roland McGrath <roland@frob.com>
+
+ * default_pager.c (part_id): Add const to argument type.
+
2002-03-23 Roland McGrath <roland@frob.com>
Excised default pager functionality from serverboot.
diff --git a/term/ChangeLog b/term/ChangeLog
index 2151b68c..69b274f2 100644
--- a/term/ChangeLog
+++ b/term/ChangeLog
@@ -1,3 +1,7 @@
+2002-05-08 Roland McGrath <roland@frob.com>
+
+ * main.c (main): Add a return after `error' call to clue compiler in.
+
2002-05-03 Roland McGrath <roland@frob.com>
* hurdio.c (hurdio_reader_loop): Add a return stmt.