aboutsummaryrefslogtreecommitdiff
path: root/coreutils/nohup.c
AgeCommit message (Collapse)Author
2006-05-24Two more issues pointed out by Bernhard.Rob Landley
2006-05-23It takes _talent_ to implement a version of nohup that does everything exceptRob Landley
the actual blocking of HUP.
2006-05-21New version of nohup that's much smaller, less paranoid, consistent,Rob Landley
vaguely portable, and licensed GPLv2 "or later".
2005-10-12usage bb_dev_null"Vladimir N. Oleynik"
2005-09-22very small size reduce for nohup applet"Vladimir N. Oleynik"
2005-09-21- add applet nohup(1)Bernhard Reutner-Fischer