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
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.
>
>
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
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
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