aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/daemon
Commit message (Expand)AuthorAgeFilesLines
* Fork a child process and wait until the process terminates when the -PJaakko Heinonen2014-04-061-1/+1
* 1. Properly clean pid files in the case of the error.Mikolaj Golub2013-09-191-18/+27
* mdoc: remove EOL whitespace.Joel Dahl2013-09-131-3/+3
* add support for writing the pid of the daemon program to a pid file soJohn-Mark Gurney2013-09-132-19/+80
* Remove bogus '-' from getopt(3) string hit when porting daemon(8) toMarius Strobl2013-01-031-1/+1
* Document -r option in SYNOPSIS and usage statement.Mikolaj Golub2012-06-042-3/+3
* On a child exit, call waitpid(2) to clean up the process table.Mikolaj Golub2012-06-041-0/+4
* If permitted protect the supervisor against pageout kill.Mikolaj Golub2012-02-191-0/+7
* Add -r option to restart the program if it has been terminated.Mikolaj Golub2012-02-192-22/+45
* If the supervising process receives SIGTERM, forward it to the spawnedMikolaj Golub2012-02-192-11/+72
* The pidfile_open(3) is going to be fixed to set close-on-exec in orderMikolaj Golub2012-02-192-26/+58
* Change the notes about the pidfile to include Doug's preferenceGuy Helmer2012-02-011-2/+3
* Revert 229667: After some discussion of this change, it seems it isGuy Helmer2012-01-252-3/+7
* Allow daemon(8) to run pidfile_open() before relenquishing privilegesGuy Helmer2012-01-051-3/+3
* Slightly improve wording.Ivan Voras2010-05-171-1/+2
* The last big commit: let usr.sbin/ use WARNS=6 by default.Ed Schouten2010-01-021-2/+0
* Unbreak rev 1.7's getopt usage. The -f switch does not take an argument.Peter Wemm2007-04-191-1/+1
* Improve previous commit by using setusercontext(3) and removing the groupTom Rhodes2007-03-192-45/+24
* Initialize *pfh to NULL to quiet a gcc warning, not part of my originalTom Rhodes2007-03-091-1/+1
* Add support for dropping privileges to a specified user and/or group.Tom Rhodes2007-03-092-5/+56
* Teach daemon(8) how to use pidfile(3).Pawel Jakub Dawidek2005-08-243-11/+24
* Added the EXIT STATUS section where appropriate.Ruslan Ermilov2005-01-171-1/+2
* mdoc(7) fixes.Ruslan Ermilov2004-07-071-2/+4
* Give daemon(8) the ability to create a pid-file. Since the target programPoul-Henning Kamp2004-06-022-6/+46
* add FBSDIDPhilippe Charnier2003-07-061-1/+3
* style.Makefile(5)David E. O'Brien2003-04-041-1/+2
* MFS: 1.2.2.2Tom Rhodes2003-02-051-1/+1
* mdoc(7) police: minor formatting tweaks.Ruslan Ermilov2001-08-311-8/+8
* Add a new utility that runs an executable detached from theMike Barcroft2001-08-303-0/+158