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 _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "[EMAIL PROTECTED]"