Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/usr.bin/tip



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.




Home | Main Index | Thread Index | Old Index