Date: Wed, 27 Jan 2010 11:54:42 +0000 (UTC) From: Ed Schouten <ed@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/etc/etc.amd64 ttys src/etc/etc.arm ttys src/etc/etc.i386 ttys src/etc/etc.ia64 ttys src/etc/etc.mips ttys src/etc/etc.pc98 ttys src/etc/etc.powerpc ttys src/etc/etc.sparc64 ttys src/lib/libc/gen getttyent.c Message-ID: <201001271158.o0RBw84T036246@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
ed 2010-01-27 11:54:42 UTC FreeBSD src repository Modified files: etc/etc.amd64 ttys etc/etc.arm ttys etc/etc.i386 ttys etc/etc.ia64 ttys etc/etc.mips ttys etc/etc.pc98 ttys etc/etc.powerpc ttys etc/etc.sparc64 ttys lib/libc/gen getttyent.c Log: SVN rev 203068 on 2010-01-27 11:54:42Z by ed Remove pseudo-terminals from ttys(5). When we had utmp(5), we had to list all the psuedo-terminals in ttys(5) to make ttyslot(3) function properly. Now that pututxline(3) deals with slot allocation internally (not based on TTY names), we don't need to list all the TTYs on the system in ttys(5) to make user accounting work properly. This patch removes all the entries from the /etc/ttys files, but also the pts(4) entries that were appended implicitly, which was added in r154838. Revision Changes Path 1.20 +0 -257 src/etc/etc.amd64/ttys 1.13 +0 -257 src/etc/etc.arm/ttys 1.20 +0 -257 src/etc/etc.i386/ttys 1.14 +0 -257 src/etc/etc.ia64/ttys 1.8 +0 -257 src/etc/etc.mips/ttys 1.3 +0 -257 src/etc/etc.pc98/ttys 1.13 +0 -257 src/etc/etc.powerpc/ttys 1.22 +0 -257 src/etc/etc.sparc64/ttys 1.20 +1 -36 src/lib/libc/gen/getttyent.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201001271158.o0RBw84T036246>