aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/daemon
Commit message (Expand)AuthorAgeFilesLines
* Fix a typoMateusz Piotrowski2021-01-141-2/+3
* Fix a typo in the 366098.Maxim Sobolev2020-09-241-1/+1
* dd a new option (-H) to daemon(8) to catch SIGHUP and re-open output_file fil...Maxim Sobolev2020-09-242-10/+71
* Bump .Dd for earlier update (should have been part of r353024).Ian Lepore2019-10-021-1/+1
* Clarify how the -f option for daemon(8) interacts with other optionsIan Lepore2019-10-021-0/+5
* daemon(8): Don't block SIGTERM during restart delayConrad Meyer2019-06-041-2/+4
* Correct contradictory information on default syslog logging priority.Michael Gmelin2019-03-251-2/+2
* Cross-reference nohup(1) and daemon(8).Mateusz Piotrowski2018-11-091-1/+2
* Add a missing "Ar" macro to the description of the -R flag in the manpage.Mateusz Piotrowski2018-08-011-2/+2
* Fix cut-and-pasted line to have the right option letter.Ian Lepore2018-04-161-2/+2
* Add an option to daemon(8) to specify a delay between restarts of aIan Lepore2018-04-152-5/+15
* o A command line flag for the syslog_facility fixed in the SYNOPSIS.Maxim Konovalov2018-01-261-1/+1
* various: general adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* DIRDEPS_BUILD: Update dependencies.Bryan Drewery2017-10-311-1/+0
* DIRDEPS_BUILD: Update dependencies.Bryan Drewery2016-11-131-0/+1
* daemon: Allow logging daemon stdout/stderr to file or syslog.Jilles Tjoelker2016-10-222-112/+446
* o -t comman line option added to the usage().Maxim Konovalov2016-03-031-3/+3
* daemon(8): Add -t option to set process titleConrad Meyer2016-03-022-6/+16
* Add META_MODE support.Simon J. Gerraty2015-06-131-0/+18
|\
| * dirdeps.mk now sets DEP_RELDIRSimon J. Gerraty2015-06-081-2/+0
| * Merge sync of headSimon J. Gerraty2015-05-271-2/+1
| |\ | |/ |/|
| * Updated dependenciesSimon J. Gerraty2014-05-161-1/+0
| * Updated dependenciesSimon J. Gerraty2014-05-101-0/+2
| * Merge headSimon J. Gerraty2014-04-281-1/+1
| |\
| * \ Merge head@256284Simon J. Gerraty2013-10-132-31/+101
| |\ \
| * | | Updated dependenciesSimon J. Gerraty2013-03-111-0/+1
| * | | Updated dependenciesSimon J. Gerraty2013-02-161-2/+0
| * | | Sync with HEAD.David E. O'Brien2013-02-081-1/+1
| |\ \ \
| * \ \ \ Sync from headSimon J. Gerraty2012-11-042-3/+7
| |\ \ \ \
| * | | | | Sync FreeBSD's bmake branch with Juniper's internal bmake branch.Marcel Moolenaar2012-08-221-0/+19
* | | | | | Convert usr.sbin to LIBADDBaptiste Daroussin2014-11-251-2/+1
| |_|_|_|/ |/| | | |
* | | | | 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