From 4c7ffdb4295737f2b36d89aedb175482765b67de Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Wed, 8 May 2002 09:32:17 +0000 Subject: . --- libshouldbeinlibc/ChangeLog | 1 + libthreads/ChangeLog | 7 +++++++ nfsd/ChangeLog | 5 +++++ serverboot/ChangeLog | 4 ++++ term/ChangeLog | 4 ++++ 5 files changed, 21 insertions(+) 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 * 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 + + * 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 * 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 + + * loop.c (server_loop): size_t -> socklen_t + * cache.c (fh_hash): int -> intptr_t + 2002-05-03 Roland McGrath * main.c: Include . 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 + + * default_pager.c (part_id): Add const to argument type. + 2002-03-23 Roland McGrath 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 + + * main.c (main): Add a return after `error' call to clue compiler in. + 2002-05-03 Roland McGrath * hurdio.c (hurdio_reader_loop): Add a return stmt. -- cgit v1.2.3