Porting Sun's XView to Cygwin: ucontext.h/sigcontext workaround?

2003-06-16 Thread Hirsch, Matthew
Hi list. I'm working on porting Sun Microsystems's antiquated XView libraries to Cygwin. The only major hangup I've run into is the absence of the signal context functionality (ucontext.h and sigcontext). I've read through the archives of this distribution, and I know this has been discussed at

TIOCSTI ioctl call

2003-07-15 Thread Hirsch, Matthew
Hi list, Has anyone found a clever (or otherwise) work-around for Cygwin's lack of a TIOCSTI ioctl call? Is anyone currently working on implementing this? Thanks much, Matt Hirsch -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problem

PTY read/write problems

2003-07-22 Thread Hirsch, Matthew
Hi list, I'm having trouble sending data back and forth between two processes over a pseudo terminal. I'm able to send data from the slave tty to the master pty without any problem. However, no data can be read from the slave side of the pty (tty). I've attached an example program that demonstr

compiling xterm from cvs

2003-07-24 Thread Hirsch, Matthew
Hi list I would like to compile xterm with debugging symbols to get a better idea of how ptys can be used under Cygwin (http://cygwin.com/ml/cygwin/2003-07/msg01270.html). I got the source from CVS as described on http://xfree86.cygwin.com/cvs.html The configure script, as described in the xc/pr

readv - incorrect behavior?

2003-07-28 Thread Hirsch, Matthew
Hi list. I've encountered a problem with the readv system call under Cygwin of the form int readv(int fd, const struct iovec *vector, int count); It appears that readv is reading past the end of the file described by fd and instead reading until each buffer in the iovec is filled. This

1.5.18 readv segmentation fault

2005-11-08 Thread Hirsch, Matthew
Hi list, I have an application that depends on readv. I updated cygwin in the last couple of months, and the program stopped working. I had previously found a problem with readv (http://sourceware.org/ml/cygwin/2003-07/msg01626.html). The simple test case submitted with that previous inquiry