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-05-07 13:49:48 +00:00
2007-06-03 17:20:27 +00:00
2009-03-25 12:36:37 +00:00
2009-04-26 10:12:20 +00:00
2009-02-02 21:51:52 +00:00
2008-03-26 07:32:08 +00:00