aboutsummaryrefslogtreecommitdiff
path: root/daemons/runttys.c
Commit message (Collapse)AuthorAgeFilesLines
* fix common misspellingsJonathan Neuschäfer2011-08-201-1/+1
| | | | | | * Fix spelling with codespell[1] and manually review it. [1] http://git.profusion.mobi/cgit.cgi/lucas/codespell/
* 2001-11-21 Roland McGrath <roland@frob.com>Roland McGrath2001-11-221-11/+42
| | | | | | | | | | * runttys.c (setup_terminal, add_terminal, init_ttys): Check for malloc failures. (add_terminal): Fix type used for sizeof calculation in realloc. (init_ttys): Likewise. 2001-11-21 Ryan M Golbeck <rmgolbeck@uwaterloo.ca> * runttys.c (setup_terminal: make_args): Fixed off by one error.
* 1999-09-19 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath1999-09-191-1/+1
| | | | | * runttys.c (main): Only call error if setsid returns -1. From Marcus Brinkmann <Marcus.Brinkmann@ruhr-uni-bochum.de>.
* 1999-09-18 Marcus Brinkmann <Marcus.Brinkmann@ruhr-uni-bochum.de>Thomas Bushnell1999-09-181-1/+1
| | | | | * runttys.c (run): Only call error if setsid returns -1. * console-run.c (open_console): Likewise.
* 1999-06-15 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath1999-06-181-0/+471
* runttys.c: New file.c * Makefile (targets, SRCS): Add runttys, runttys.c. (runttys): New target. (runttys-LDLIBS): New variable, -lutil.