summaryrefslogtreecommitdiff
path: root/term/Makefile
AgeCommit message (Collapse)Author
2000-07-26* Makefile (HURDLIBS): Reorder libs such that the threads libMark Kettenis
comes before the ports lib. This makes sure the functions in libthreads properly override the stubs in libports with the new dynamic linker semantics in glibc 2.2.
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