Source-Changes archive

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

CVS commit: src/sys/kern



Module Name:    src
Committed By:   dholland
Date:           Thu May 22 16:28:06 UTC 2014

Modified Files:
        src/sys/kern: tty.c tty_conf.c tty_pty.c

Log Message:
Define TTY_ALLOW_PRIVATE in tty.c, tty_pty.c, and tty_conf.c.

These modules are the core of the tty code that in the long term needs
access to struct tty. (It may be that in the future this can be cut
back to just tty.c; we'll see. For now I'll settle for keeping drivers
out of struct tty.)


To generate a diff of this commit:
cvs rdiff -u -r1.259 -r1.260 src/sys/kern/tty.c
cvs rdiff -u -r1.55 -r1.56 src/sys/kern/tty_conf.c
cvs rdiff -u -r1.138 -r1.139 src/sys/kern/tty_pty.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