diff options
author | Roland McGrath <roland@gnu.org> | 1999-01-01 19:15:16 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1999-01-01 19:15:16 +0000 |
commit | 659819b3278e13fb5b39a58857820006c88cbb23 (patch) | |
tree | 7c9dc15c5ebeec9449ff0e042af5128428abab2a /libports/ChangeLog | |
parent | 6325afb2a5aa31f077415af5678de17b686580e7 (diff) |
.
Diffstat (limited to 'libports/ChangeLog')
-rw-r--r-- | libports/ChangeLog | 14 |
1 files changed, 9 insertions, 5 deletions
diff --git a/libports/ChangeLog b/libports/ChangeLog index ea17aa8d..c7b6cd48 100644 --- a/libports/ChangeLog +++ b/libports/ChangeLog @@ -1,3 +1,8 @@ +1999-01-01 Roland McGrath <roland@baalperazim.frob.com> + + * interrupt-on-notify.c (ports_interrupt_self_on_notification): Use + assert to check we are in an rpc; don't return EIEIO (not appropriate). + 1997-08-14 Miles Bader <miles@gnu.ai.mit.edu> * interrupt-rpcs.c (ports_interrupt_rpcs): Put RPC into the @@ -13,10 +18,10 @@ Wed Aug 20 13:56:40 1997 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu> * manage-multithread.c (ports_manage_port_operations_multithread): Drop parms `wire_cthreads' and `wire_threads'. Add parm `hook'. (thread_function): Call HOOK instead of cthread_wire and/or - thread_wire. + thread_wire. * ports.h (ports_manage_port_operations_multithread): Adjust - declaration. - + declaration. + Fri Feb 14 00:51:32 1997 Miles Bader <miles@gnu.ai.mit.edu> * create-bucket.c (ports_create_bucket): Initialize rpcs, flags, & @@ -37,7 +42,7 @@ Thu Jul 18 22:59:14 1996 Michael I. Bushnell, p/BSG <mib@gnu.ai.mit.edu> * Makefile (SRCS): Add create-port-noinstall.c and create-internal.c. * create-port-noinstall.c: New file. * create-port.c (ports_create_port): Guts deleted; call new work - function. + function. * create-internal.c: New file; all the guts from create-port.c. Wed Jul 3 14:13:53 1996 Michael I. Bushnell, p/BSG <mib@gnu.ai.mit.edu> @@ -469,4 +474,3 @@ Tue Jun 20 12:35:44 1995 Michael I Bushnell <mib@duality.gnu.ai.mit.edu> * libports/lookup-port.c (ports_lookup_port): Remove assignment from if test. - |