Ed Schouten 46b303e83d Add tcsetsid(3).
The entire world seems to use the non-standard TIOCSCTTY ioctl to make a
TTY a controlling terminal of a session. Even though tcsetsid(3) is also
non-standard, I think it's a lot better to use in our own source code,
mainly because it's similar to tcsetpgrp(), tcgetpgrp() and tcgetsid().

I stole the idea from QNX. They do it the other way around; their
TIOCSCTTY is just a wrapper around tcsetsid(). tcsetsid() then calls
into an IPC framework.
2009-05-07 13:49:48 +00:00
..
2009-04-27 22:39:43 +00:00
2009-05-07 13:49:48 +00:00
2009-03-22 01:24:32 +00:00
2009-03-24 22:35:05 +00:00
2009-04-05 18:30:24 +00:00
2009-05-07 13:49:48 +00:00