cvs commit: src/lib/libc/stdlib grantpt.c src/lib/libutil pty.c

2008-01-15 Thread John Baldwin
jhb 2008-01-15 15:36:23 UTC FreeBSD src repository Modified files: lib/libc/stdlib grantpt.c lib/libutil pty.c Log: Put back the openpty(3) and ptsname(3) fixes but don't disable ptsname(3) on pts(4) devices this time. This fixes the issues while leaving

Re: cvs commit: src/lib/libc/stdlib grantpt.c src/lib/libutil pty.c

2008-01-15 Thread John Baldwin
On Tuesday 15 January 2008 08:59:13 am Colin Percival wrote: > cperciva2008-01-15 13:59:13 UTC > > FreeBSD src repository > > Modified files: > lib/libc/stdlib grantpt.c > lib/libutil pty.c > Log: > Back out last commit, since it accidentally broke pts. > >

Re: cvs commit: src/lib/libc/stdlib grantpt.c src/lib/libutil pty.c

2008-01-15 Thread Robert Watson
On Tue, 15 Jan 2008, Colin Percival wrote: cperciva2008-01-15 13:59:13 UTC FreeBSD src repository Modified files: lib/libc/stdlib grantpt.c lib/libutil pty.c Log: Back out last commit, since it accidentally broke pts. The security fix will be re-committed soon, ho

cvs commit: src/lib/libc/stdlib grantpt.c src/lib/libutil pty.c

2008-01-15 Thread Colin Percival
cperciva2008-01-15 13:59:13 UTC FreeBSD src repository Modified files: lib/libc/stdlib grantpt.c lib/libutil pty.c Log: Back out last commit, since it accidentally broke pts. The security fix will be re-committed soon, hopefully without breaking anything

cvs commit: src/lib/libc/stdlib grantpt.c src/lib/libutil pty.c src/sys/conf files

2007-12-06 Thread Robert Watson
rwatson 2007-12-06 10:15:29 UTC FreeBSD src repository Modified files:(Branch: RELENG_7) lib/libc/stdlib grantpt.c lib/libutil pty.c sys/conf files Log: Disable support for /dev/ptmx in FreeBSD 7.0. While it's a good idea in principl