Source-Changes archive

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

CVS commit: src/sys



Module Name:    src
Committed By:   dholland
Date:           Thu May 22 16:31:19 UTC 2014

Modified Files:
        src/sys/arch/hp300/dev: dcm.c
        src/sys/compat/common: tty_43.c
        src/sys/kern: tty.c
        src/sys/net: ppp_tty.c
        src/sys/sys: tty.h

Log Message:
Use accessor functions for the tty's table of control characters.
(at least from outside the core tty sources)

Move some xon/xoff code from net/ppp_tty.c to kern/tty.c.


To generate a diff of this commit:
cvs rdiff -u -r1.85 -r1.86 src/sys/arch/hp300/dev/dcm.c
cvs rdiff -u -r1.29 -r1.30 src/sys/compat/common/tty_43.c
cvs rdiff -u -r1.260 -r1.261 src/sys/kern/tty.c
cvs rdiff -u -r1.57 -r1.58 src/sys/net/ppp_tty.c
cvs rdiff -u -r1.91 -r1.92 src/sys/sys/tty.h

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