summaryrefslogtreecommitdiffstats
path: root/usr.sbin/daemon/daemon.c
Commit message (Expand)AuthorAgeFilesLines
* MFC r264194:jh2014-05-091-1/+1
* 1. Properly clean pid files in the case of the error.trociny2013-09-191-18/+27
* add support for writing the pid of the daemon program to a pid file sojmg2013-09-131-7/+28
* Remove bogus '-' from getopt(3) string hit when porting daemon(8) tomarius2013-01-031-1/+1
* Document -r option in SYNOPSIS and usage statement.trociny2012-06-041-1/+1
* On a child exit, call waitpid(2) to clean up the process table.trociny2012-06-041-0/+4
* If permitted protect the supervisor against pageout kill.trociny2012-02-191-0/+7
* Add -r option to restart the program if it has been terminated.trociny2012-02-191-17/+28
* If the supervising process receives SIGTERM, forward it to the spawnedtrociny2012-02-191-11/+66
* The pidfile_open(3) is going to be fixed to set close-on-exec in ordertrociny2012-02-191-18/+46
* Revert 229667: After some discussion of this change, it seems it isghelmer2012-01-251-3/+3
* Allow daemon(8) to run pidfile_open() before relenquishing privilegesghelmer2012-01-051-3/+3
* Unbreak rev 1.7's getopt usage. The -f switch does not take an argument.peter2007-04-191-1/+1
* Improve previous commit by using setusercontext(3) and removing the grouptrhodes2007-03-191-36/+18
* Initialize *pfh to NULL to quiet a gcc warning, not part of my originaltrhodes2007-03-091-1/+1
* Add support for dropping privileges to a specified user and/or group.trhodes2007-03-091-4/+46
* Teach daemon(8) how to use pidfile(3).pjd2005-08-241-9/+14
* Give daemon(8) the ability to create a pid-file. Since the target programphk2004-06-021-5/+37
* add FBSDIDcharnier2003-07-061-1/+3
* Add a new utility that runs an executable detached from themike2001-08-301-0/+78
OpenPOWER on IntegriCloud