summaryrefslogtreecommitdiff
path: root/term/Makefile
AgeCommit message (Collapse)Author
1999-10-011999-10-01 Roland McGrath <roland@baalperazim.frob.com>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.
1997-02-20(HURDLIBS):Miles Bader
Add iohelp & shouldbeinlibc.
1996-09-17*** empty log message ***Thomas Bushnell
1996-06-20(OBJS): Add ../libfshelp/libfshelp.a.Miles Bader
1995-12-01(SRCS): Added ptyio.c.Michael I. Bushnell
1995-09-16(DIST_FILES): Added ourmsg.defs.Roland McGrath
(ourmsg_U.h ourmsgUser.c, ourmsg.defs): Targets removed.
1995-08-31Initial revisionMichael I. Bushnell