search for: amaster

Displaying 2 results from an estimated 2 matches for "amaster".

Did you mean: master
2008 Jan 16
8
PATCH [xenconsoled]: makes pty slave raw early
Hi, on my system (Linux 2.6.18.8 - ia64), if a domain write on the xencons before xenconsole is initialized the domain gets back what it wrote. This patch fixes this issue by making raw the pty slave very early. (I suppose it doesn''t happen with linux as a guest because it takes a little bit of time before writing to xencons). Tristan. _______________________________________________
2005 Feb 24
0
[PATCH] Drop two useless HAVE_CYGWIN
...============================= RCS file: /cvs/openssh_cvs/openbsd-compat/bsd-openpty.c,v retrieving revision 1.3 diff -p -u -r1.3 bsd-openpty.c --- openbsd-compat/bsd-openpty.c 17 Feb 2004 05:49:55 -0000 1.3 +++ openbsd-compat/bsd-openpty.c 24 Feb 2005 11:30:30 -0000 @@ -102,7 +102,6 @@ openpty(int *amaster, int *aslave, char return (-1); } -#ifndef HAVE_CYGWIN /* * Try to push the appropriate streams modules, as described * in Solaris pts(7). @@ -112,7 +111,6 @@ openpty(int *amaster, int *aslave, char # ifndef __hpux ioctl(*aslave, I_PUSH, "ttcompat"); # endif /* __hpu...