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 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) (limited to 'libports') 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 -- cgit v1.2.3