From a994827b8de4e85f62fa85518bab59569213182a Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Fri, 1 Oct 1999 21:46:17 +0000 Subject: . --- term/ChangeLog | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'term/ChangeLog') diff --git a/term/ChangeLog b/term/ChangeLog index ee182dfa..29bb8b73 100644 --- a/term/ChangeLog +++ b/term/ChangeLog @@ -1,3 +1,16 @@ +1999-10-01 Roland McGrath + + * term.h (NO_DEVICE): New macro, bit for termflags. + (termflags): Change type to uint_fast32_t. + * devio.c (device_open_reply): For D_NO_SUCH_DEVICE error reply, set + NO_DEVICE flag in termflags. + * users.c (open_hook): If NO_DEVICE flag set, return ENXIO immediately. + If we put out an open request, check for that bit as well as + NO_CARRIER changing in termflags and diagnose with ENXIO. + * Makefile (device_replyServer-CPPFLAGS): New variable, turn off + TypeCheck for this stub. This is necessary for error replies to get + through to our server-side functions in devio.c. + 1999-09-13 Roland McGrath * users.c: Reverted changes related to io_map_segment. -- cgit v1.2.3