aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/daemon
Commit message (Expand)AuthorAgeFilesLines
* daemon: fix -R to enable supervision modeMathieu2024-04-171-0/+1
* daemon(8): handle case of waitpid() returning without exited childKonstantin Belousov2024-03-271-5/+9
* daemon: Disable stdio buffering.Dag-Erling Smørgrav2023-12-131-0/+1
* daemon.8: Document -u sets HOME, USER, and SHELLMateusz Piotrowski2023-09-221-1/+6
* daemon.8: Sort options in DESCRIPTIONMateusz Piotrowski2023-09-221-48/+48
* daemon.8: Use Cm where appropriateMateusz Piotrowski2023-09-221-10/+28
* daemon.8: Use Dv for signal namesMateusz Piotrowski2023-09-221-3/+8
* Remove $FreeBSD$: two-line nroff patternWarner Losh2023-08-161-2/+0
* Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-164-5/+0
* Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-121-1/+1
* daemon: EINTR from kevent(2) is not a fatal errorKyle Evans2023-05-051-0/+2
* Update/fix Makefile.depend for userlandSimon J. Gerraty2023-04-191-1/+0
* daemon: use kqueue for all eventsIhor Antonov2023-04-141-269/+239
* daemon: reformat longoptsKyle Evans2023-03-231-17/+17
* daemon: decouple init logic from main loopIhor Antonov2023-03-231-86/+109
* daemon: move signal setup into a functionIhor Antonov2023-03-211-63/+79
* daemon: kill off some stray blank linesKyle Evans2023-03-181-3/+0
* daemon: remove unnecessary memset in daemon_state_init()Ihor Antonov2023-03-181-1/+0
* daemon: repace goto exit with daemon_terminate()Ihor Antonov2023-03-181-25/+40
* daemon: move variables into struct daemon_stateIhor Antonov2023-03-121-134/+154
* daemon: set supervise_enabled during argument processingIhor Antonov2023-03-031-23/+31
* daemon: decouple restart variableIhor Antonov2023-03-031-9/+11
* daemon: add braces to while loopIhor Antonov2023-03-031-16/+17
* daemon: simplify if/else chainIhor Antonov2023-03-031-13/+21
* daemon: change type of listen_child() to C99 boolIhor Antonov2023-03-031-10/+10
* daemon: flatten and simplify fork() logicIhor Antonov2023-03-031-24/+29
* daemon: style changesIhor Antonov2023-03-031-35/+40
* daemon: more human-friendly variable namesIhor Antonov2023-03-021-47/+47
* daemon: move syslog facility and syslog tag into log_paramsIhor Antonov2023-03-021-6/+8
* daemon: deduplicate log_params varaiblesIhor Antonov2023-03-021-48/+44
* daemon: make log_reopen variable a boolIhor Antonov2023-03-021-2/+2
* daemon: make dosyslog variable a bool and give it a better nameIhor Antonov2023-03-021-12/+12
* daemon: add supervision_enabled varIhor Antonov2023-03-021-10/+25
* daemon: initialize struct sigaction at declaration siteIhor Antonov2023-03-021-4/+3
* daemon: fix double init of pid variableIhor Antonov2023-03-021-2/+1
* daemon: initialize mask_orig with sigemptyset()Ihor Antonov2023-03-021-0/+1
* daemon: consolidate variable declarations and initializaionsIhor Antonov2023-03-021-28/+35
* daemon: use braces with 'if' consistentlyIhor Antonov2023-03-021-27/+54
* daemon: add long_optsIhor Antonov2023-02-102-51/+98
* When -u option is used also set USER, HOME and SHELL variables.Maxim Sobolev2022-08-121-0/+5
* daemon: add some basic testsAlan Somers2021-05-033-0/+236
* 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