UUCP Port Turnaround

chris at mimsy.UUCP chris at mimsy.UUCP
Mon Feb 16 01:34:22 AEST 1987


>In article <43099 at beno.seismo.CSS.GOV> rick at seismo.CSS.GOV (Rick Adams) writes:
>>You should try the kernel hack on a decent system before dismissing it.

In article <2388 at homxb.UUCP> gemini at homxb.UUCP (Rick Richardson) writes:
>I guess it's just the Berkeley philosophy to do things in the kernel
>whenever possible, even when it's not necessary.

No, and that was a cheap shot.  A few points:

	- Berkeley does not have the line turnaround in the kernel.
	- It *is* necessary, for security if nothing else.

The first is unarguable.  As to the second, think about all the
ways to confuse people dialing in.  You will wind up with only root
being able to do certain things to modem lines.  The kernel does
not now enforce that, so you will have to change it somehow.
(vhangup() almost works, but one can get around it.)  Why not make
the (trivial) changes required to do line turnaround there too?
It costs a few bytes of code, and one extra cdevsw[] entry, per
kind of terminal multiplexor, and two extra bits of data per line.
-- 
In-Real-Life: Chris Torek, Univ of MD Comp Sci Dept (+1 301 454 7690)
UUCP:	seismo!mimsy!chris	ARPA/CSNet:	chris at mimsy.umd.edu



More information about the Comp.unix.wizards mailing list