From fef7bab7f18aaf5a3141344d07a72e931623c0dc Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Sat, 31 Mar 2001 23:10:59 +0000 Subject: . --- libports/ChangeLog | 22 ++++++++++++++++++++++ libps/ChangeLog | 8 ++++++++ libthreads/ChangeLog | 1 + 3 files changed, 31 insertions(+) diff --git a/libports/ChangeLog b/libports/ChangeLog index 124c4045..b6d1d054 100644 --- a/libports/ChangeLog +++ b/libports/ChangeLog @@ -1,3 +1,25 @@ +2001-03-29 Neal H Walfield + + * claim-right.c (ports_claim_right): Include errno.h and + assert.h. Add assertions. Clean up the logic. + + * create-bucket.c (ports_create_bucket): Include errno.h + and stdlib.h. Do not include assert.h. Turn assertions + into errors that set errno and return NULL. + * create-class.c (ports_create_class): Likewise. + + * create-internal.c (_ports_create_internal): On error, do + not deallocate a send right, but a receive right. + + * init.c: Do not initialize global variables to 0. + * interrupt-notified-rpcs.c: Likewise. + + * port-deref.c (ports_port_deref): Simplify logic. + + * reallocate-port.c (ports_reallocate_port): Assert return from + mach_port_move_member. + * transfer-right.c (ports_transfer_right): Likewise. + 2001-03-26 Roland McGrath * intern-external-port.c, allocate-port.c: Dead files removed diff --git a/libps/ChangeLog b/libps/ChangeLog index 11c8c2f3..3a3f6906 100644 --- a/libps/ChangeLog +++ b/libps/ChangeLog @@ -1,3 +1,11 @@ +2001-03-29 Neal H Walfield + + * host.c: Fix comments. + (ps_host_basic_info): Make INITIALIZED static; otherwise + we never cache BUF. Do not initalize static variables to 0. + (ps_host_sched_info): Likewise. + * ps.h: Doc fix. + 2001-02-25 Roland McGrath * user.c: Include for decls of built-ins. diff --git a/libthreads/ChangeLog b/libthreads/ChangeLog index c49f6cd0..e2ac52a6 100644 --- a/libthreads/ChangeLog +++ b/libthreads/ChangeLog @@ -8,6 +8,7 @@ * cprocs.c: Likewise. * call.c: Likewise. * i386/thread.c: Likewise. + * cthread_data.c: Likewise. 2001-02-25 Roland McGrath -- cgit v1.2.3