Re: PATCH: Unix98 pty support.

Alan Cox (alan@lxorguk.ukuu.org.uk)
Wed, 21 Jan 1998 19:34:10 +0000 (GMT)


[Originator lost .. oos]

> > I recall having heard Alan Cox to say NAY on this before on
> > basis of this easily breaking iBCS -- Running SCO binaries
> > on top of iBCS detects /dev/ptmx NAME, and then the libc stuff
> > statically linked into those binaries ASSUMES existence of
> > STREAMS in the system. (Need I continue ? Naeh, ask Alan..)

I dont know about that for iBCS - and even if it does its a lesser issue
since iBCS calls the ibcs open routine not the unix one and could vanish
away anyway. While you are doing ptmx to hand out ptys you might want to
make /dev/tcp hand out tcp sockets and /dev/udp hand out udp sockets for
Alexey's TLI emulation libraries - assuming its easy anyway :0

Alan