diff options
author | Roland McGrath <roland@gnu.org> | 2001-03-31 23:10:59 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2001-03-31 23:10:59 +0000 |
commit | fef7bab7f18aaf5a3141344d07a72e931623c0dc (patch) | |
tree | 5f6f1a975293b3569f67df0e2a0be4d85aebe132 | |
parent | f057ffeca0c5f6462293e9bc1f841ff8b7beb8f6 (diff) |
.
-rw-r--r-- | libports/ChangeLog | 22 | ||||
-rw-r--r-- | libps/ChangeLog | 8 | ||||
-rw-r--r-- | libthreads/ChangeLog | 1 |
3 files changed, 31 insertions, 0 deletions
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 <neal@cs.uml.edu> + + * 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 <roland@frob.com> * 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 <neal@cs.uml.edu> + + * 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 <roland@frob.com> * user.c: Include <string.h> 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 <roland@frob.com> |