K 10 svn:author V 2 ed K 8 svn:date V 27 2009-09-06T10:27:45.678866Z K 7 svn:log V 353 Move ptmx into pty(4). Now that pty(4) is a loadable kernel module, I'd better move /dev/ptmx in there as well. This means that pty(4) now provides almost all pseudo-terminal compatibility code. This means it's very easy to test whether applications use the proper library interfaces when allocating pseudo-terminals (namely posix_openpt and openpty). END