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

2008-08-20 Thread Ed Schouten
ed 2008-08-20 09:43:46 UTC FreeBSD src repository Removed files: lib/libc/stdlib grantpt.c Log: SVN rev 181915 on 2008-08-20 09:43:46Z by ed Remove grantpt.c, which should have been deleted in the MPSAFE TTY commit. The routines in grantpt.c have been moved to

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

2008-01-23 Thread John Baldwin
jhb 2008-01-23 17:59:27 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) lib/libc/stdlib grantpt.c lib/libutil pty.3 Log: MFC: Update openpty(3) manpage for the recent pty fixes and remove some now-unused macros from grantpt.c. Re

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

2008-01-23 Thread John Baldwin
jhb 2008-01-23 17:58:46 UTC FreeBSD src repository Modified files:(Branch: RELENG_7) lib/libc/stdlib grantpt.c lib/libutil pty.3 Log: MFC: Update openpty(3) manpage for the recent pty fixes and remove some now-unused macros from grantpt.c. Re

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

2008-01-15 Thread John Baldwin
jhb 2008-01-15 18:55:52 UTC FreeBSD src repository Modified files: lib/libc/stdlib grantpt.c Log: Remove some now-unused macros. MFC after: 1 week Revision ChangesPath 1.13 +1 -3 src/lib/libc/stdlib/grantpt.c __

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

2007-12-31 Thread John Baldwin
jhb 2007-12-31 17:39:24 UTC FreeBSD src repository Modified files:(Branch: RELENG_7_0) lib/libc/stdlib grantpt.c Log: MFC: Clean up some of the pts(4) vs pty(4) stuff in grantpt(3) and friends. Approved by:re (gnn) Revision ChangesPath 1.7

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

2007-12-31 Thread John Baldwin
jhb 2007-12-31 17:38:55 UTC FreeBSD src repository Modified files:(Branch: RELENG_7) lib/libc/stdlib grantpt.c Log: MFC: Clean up some of the pts(4) vs pty(4) stuff in grantpt(3) and friends. Approved by:re (gnn) Revision ChangesPath 1.7.2.3

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

2007-12-21 Thread John Baldwin
jhb 2007-12-21 21:26:08 UTC FreeBSD src repository Modified files: lib/libc/stdlib grantpt.c Log: Clean up some of the pts(4) vs pty(4) stuff in grantpt(3) and friends: - Use PTY* for all pty(4) related constants. - Use PTMX* for all pts(4) related constants. - Con

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

2007-12-17 Thread John Baldwin
jhb 2007-12-18 00:36:21 UTC FreeBSD src repository Modified files:(Branch: RELENG_6_3) lib/libc/stdlib grantpt.c Log: MFC: Update posix_openpt(3) to handle 512 ptys. Approved by:re (gnn) Revision ChangesPath 1.4.10.1 +2 -2 src/lib/libc/

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

2007-12-17 Thread John Baldwin
jhb 2007-12-18 00:35:53 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) lib/libc/stdlib grantpt.c Log: MFC: Update posix_openpt(3) to handle 512 ptys. Approved by:re (gnn) Revision ChangesPath 1.4.2.1 +2 -2 src/lib/libc/st

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

2007-12-17 Thread John Baldwin
jhb 2007-12-18 00:35:01 UTC FreeBSD src repository Modified files:(Branch: RELENG_7) lib/libc/stdlib grantpt.c Log: MFC: Update posix_openpt(3) to handle 512 ptys. Approved by:re (gnn) Revision ChangesPath 1.7.2.2 +2 -2 src/lib/libc/st

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

2007-12-12 Thread John Baldwin
jhb 2007-12-13 00:08:59 UTC FreeBSD src repository Modified files: lib/libc/stdlib grantpt.c Log: Update posix_openpt(3) to handle 512 ptys. This was missed in the earlier pty(4) changes. MFC after: 3 days Revision ChangesPath 1.8 +2 -2

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

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

2006-02-12 Thread Alexander Kabaev
kan 2006-02-13 00:04:04 UTC FreeBSD src repository Modified files: lib/libc/stdlib grantpt.c Log: Remove extra slash from pty slave device name returned by ptsname. Revision ChangesPath 1.7 +1 -1 src/lib/libc/stdlib/grantpt.c __

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

2006-01-28 Thread Olivier Houchard
cognet 2006-01-29 00:02:57 UTC FreeBSD src repository Modified files: lib/libc/stdlib grantpt.c Log: If the sysctl kern.pts.enable doesn't exist, check that /dev/ptmx is there, and if so, use the pts system. Suggested by: rwatson Revision ChangesPath 1.

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

2006-01-25 Thread Olivier Houchard
cognet 2006-01-26 01:33:55 UTC FreeBSD src repository Modified files: lib/libc/stdlib grantpt.c Log: ptsname() bits for pts. Revision ChangesPath 1.5 +45 -5 src/lib/libc/stdlib/grantpt.c ___ cvs-all@freebsd.o