summaryrefslogtreecommitdiff
path: root/sys-utils/setsid.c
AgeCommit message (Expand)AuthorFilesLines
2014-02-16include <termios.h> for TIOCSCTTYIgor Pashev1-0/+1
2013-08-01setsid: add an option to wait child return valueDaniel Kahn Gillmor1-5/+22
2013-04-26setsid: exit when control terminal cannot be setSami Kerola1-1/+1
2013-02-06translation: unify exec error messagesSami Kerola1-1/+1
2013-02-06textual: spell and encode the name of Arkadiusz Miƛkiewicz correctlyBenno Schulenberg1-1/+1
2012-06-15setsid: fix off-by-one error in execvp callBernhard Voelker1-1/+1
2012-05-29setsid: Include <sys/ioctl.h> instead of <termio.h>.Thomas Schwinge1-1/+1
2012-04-04sys-utils: verify writing to streams was successfulSami Kerola1-0/+2
2012-03-20setsid: cleanup usage()Karel Zak1-8/+11
2012-03-20setsid: add option "-c" to set the controlling terminalHarald Hoyer1-2/+16
2012-02-09setsid: add "+" to getopt_long()Harald Hoyer1-1/+1
2011-10-30setsid: add long options and fix coding styleSami Kerola1-21/+52
2006-12-07Imported from util-linux-2.11b tarball.Karel Zak1-4/+18
2006-12-07Imported from util-linux-2.9v tarball.Karel Zak1-1/+10
2006-12-07Imported from util-linux-2.2 tarball.Karel Zak1-0/+25