summaryrefslogtreecommitdiffstats
path: root/usr.sbin/daemon
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
* mdoc: remove EOL whitespace.joel2013-09-131-3/+3
* add support for writing the pid of the daemon program to a pid file sojmg2013-09-132-19/+80
* 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-042-3/+3
* 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-192-22/+45
* If the supervising process receives SIGTERM, forward it to the spawnedtrociny2012-02-192-11/+72
* The pidfile_open(3) is going to be fixed to set close-on-exec in ordertrociny2012-02-192-26/+58
* Change the notes about the pidfile to include Doug's preferenceghelmer2012-02-011-2/+3
* Revert 229667: After some discussion of this change, it seems it isghelmer2012-01-252-3/+7
* Allow daemon(8) to run pidfile_open() before relenquishing privilegesghelmer2012-01-051-3/+3
* Slightly improve wording.ivoras2010-05-171-1/+2
* The last big commit: let usr.sbin/ use WARNS=6 by default.ed2010-01-021-2/+0
* 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-192-45/+24
* 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-092-5/+56
* Teach daemon(8) how to use pidfile(3).pjd2005-08-243-11/+24
* Added the EXIT STATUS section where appropriate.ru2005-01-171-1/+2
* mdoc(7) fixes.ru2004-07-071-2/+4
* Give daemon(8) the ability to create a pid-file. Since the target programphk2004-06-022-6/+46
* add FBSDIDcharnier2003-07-061-1/+3
* style.Makefile(5)obrien2003-04-041-1/+2
* MFS: 1.2.2.2trhodes2003-02-051-1/+1
* mdoc(7) police: minor formatting tweaks.ru2001-08-311-8/+8
* Add a new utility that runs an executable detached from themike2001-08-303-0/+158
OpenPOWER on IntegriCloud