aboutsummaryrefslogtreecommitdiff
path: root/term/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Update copyright year.Marcus Brinkmann2002-02-101-1/+1
|
* 2002-02-10 Marcus Brinkmann <marcus@gnu.org>Marcus Brinkmann2002-02-101-1/+1
| | | | | | | | | | * hurdio.c: New file. * Makefile (SRCS): Add hurdio.c. * term.h: Add hurdio_bottom declaration. * main.c: Add T_HURDIO to enum of tty_type. (parse_opt): Add case for hurdio bottom handler. (term_argp): Likewise. (main): Likewise.
* * Makefile (HURDLIBS): Reorder libs such that the threads libMark Kettenis2000-07-261-2/+2
| | | | | | 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-01 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath1999-10-011-3/+5
| | | | | | | | | | | | | * 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.
* (HURDLIBS):Miles Bader1997-02-201-2/+2
| | | | Add iohelp & shouldbeinlibc.
* *** empty log message ***Thomas Bushnell1996-09-171-1/+2
|
* (OBJS): Add ../libfshelp/libfshelp.a.Miles Bader1996-06-201-2/+2
|
* (SRCS): Added ptyio.c.Michael I. Bushnell1995-12-011-1/+1
|
* (DIST_FILES): Added ourmsg.defs.Roland McGrath1995-09-161-15/+1
| | | | (ourmsg_U.h ourmsgUser.c, ourmsg.defs): Targets removed.
* Initial revisionMichael I. Bushnell1995-08-311-0/+45