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:   christos
Date:           Wed Nov 10 17:29:54 UTC 2004

Modified Files:
        src/sys/kern: tty_pty.c
Added Files:
        src/sys/kern: tty_bsdpty.c tty_ptm.c

Log Message:
Split the ptm driver out of tty_pty.c into its own file. From that split
the code that `knows' about /dev/[pt]tyXX names (the BSD ptys) into a separate
file. Make an interface to be used by the tty creating provider. The code
to enable old PTY searching via ptm is enabled via COMPAT_BSDPTY, and it
is turned on by default on all kernels that have compatibility options enabled.


To generate a diff of this commit:
cvs rdiff -r0 -r1.1 src/sys/kern/tty_bsdpty.c src/sys/kern/tty_ptm.c
cvs rdiff -r1.80 -r1.81 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