Subject: CVS commit: src/usr.bin/tip
To: None <source-changes@NetBSD.org>
From: Thor Lancelot Simon <tls@netbsd.org>
List: source-changes
Date: 04/03/2006 16:03:50
Module Name:	src
Committed By:	tls
Date:		Mon Apr  3 16:03:50 UTC 2006

Modified Files:
	src/usr.bin/tip: cmds.c tip.c tip.h tipout.c

Log Message:
Replace abuse of SIGIOT, SIGEMT, SIGSYS for communication between the
TIPIN and TIPOUT processes with a third "attention" pipe.  While we're
here, fix a few other minor nits like the hardcoded use of fd 3 in
consh().

Now ~+/~C appear to work.  This must have been broken for years.


To generate a diff of this commit:
cvs rdiff -r1.26 -r1.27 src/usr.bin/tip/cmds.c
cvs rdiff -r1.41 -r1.42 src/usr.bin/tip/tip.c
cvs rdiff -r1.25 -r1.26 src/usr.bin/tip/tip.h
cvs rdiff -r1.11 -r1.12 src/usr.bin/tip/tipout.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.