This is the mail archive of the cygwin-patches@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

TIOCSPGRP ioctl


Still working on my screen port and am tantalizingly close. I noticed that
there doesn't seem to be an implementation of the
TIOCSPGRP ioctl (and consequently the tcsetpgrp function) to set the pgrp of
the tty, I'm guessing this might be my problem,
or one of them.

There seems to be support for its existance in
newlib/libc/sys/linux/termios.c and for the tcsetpgrp function.

Would it be a good idea to write a patch to implement this ioctl? If so,
could I have a couple suggestions on where to start?
Does this go into fhandler_tty_slave::ioctl() ? Is it generally useful to
work on adding other unimplemented tty ioctls?

-- 
Rafael


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]