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-03-09 13:32:19 +00:00
2009-05-02 06:12:38 +00:00
2009-05-06 04:40:18 +00:00
2009-05-07 13:49:48 +00:00
2009-05-07 05:44:13 +00:00
2009-04-01 17:06:28 +00:00