cvs commit: src/sys/alpha/conf GENERIC src/sys/amd64/conf GENERIC
src/sys/conf NOTES files options src/sys/i386/conf GENERIC
src/sys/ia64/conf GENERIC src/sys/kern tty.c tty_compat.c
tty_pty.c src/sys/pc98/conf GENERIC src/sys/powerpc/conf GENERIC ...
Poul-Henning Kamp
phk at FreeBSD.org
Tue Jan 10 01:19:12 PST 2006
phk 2006-01-10 09:19:10 UTC
FreeBSD src repository
Modified files:
sys/alpha/conf GENERIC
sys/amd64/conf GENERIC
sys/conf NOTES files options
sys/i386/conf GENERIC
sys/ia64/conf GENERIC
sys/kern tty.c tty_compat.c tty_pty.c
sys/pc98/conf GENERIC
sys/powerpc/conf GENERIC
sys/sparc64/conf GENERIC
sys/sys ioctl.h ioctl_compat.h ttychars.h
ttydev.h
Log:
Move the old BSD4.3 tty compatibility from (!BURN_BRIDGES && COMPAT_43)
to COMPAT_43TTY.
Add COMPAT_43TTY to NOTES and */conf/GENERIC
Compile tty_compat.c only under the new option.
Spit out
#warning "Old BSD tty API used, please upgrade."
if ioctl_compat.h gets #included from userland.
Revision Changes Path
1.192 +1 -0 src/sys/alpha/conf/GENERIC
1.448 +1 -0 src/sys/amd64/conf/GENERIC
1.1344 +3 -0 src/sys/conf/NOTES
1.1083 +1 -1 src/sys/conf/files
1.524 +1 -0 src/sys/conf/options
1.437 +1 -0 src/sys/i386/conf/GENERIC
1.77 +1 -0 src/sys/ia64/conf/GENERIC
1.257 +3 -11 src/sys/kern/tty.c
1.39 +0 -5 src/sys/kern/tty_compat.c
1.141 +3 -9 src/sys/kern/tty_pty.c
1.275 +1 -0 src/sys/pc98/conf/GENERIC
1.53 +1 -0 src/sys/powerpc/conf/GENERIC
1.104 +1 -0 src/sys/sparc64/conf/GENERIC
1.15 +2 -2 src/sys/sys/ioctl.h
1.9 +4 -2 src/sys/sys/ioctl_compat.h
1.10 +0 -4 src/sys/sys/ttychars.h
1.12 +0 -4 src/sys/sys/ttydev.h
More information about the cvs-src
mailing list