index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
usr.sbin
/
daemon
/
daemon.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
MFC r307769: daemon: Allow logging daemon stdout/stderr to file or syslog.
jilles
2017-05-05
1
-100
/
+380
*
o -t comman line option added to the usage().
maxim
2016-03-03
1
-3
/
+3
*
daemon(8): Add -t option to set process title
cem
2016-03-02
1
-4
/
+10
*
Fork a child process and wait until the process terminates when the -P
jh
2014-04-06
1
-1
/
+1
*
1. Properly clean pid files in the case of the error.
trociny
2013-09-19
1
-18
/
+27
*
add support for writing the pid of the daemon program to a pid file so
jmg
2013-09-13
1
-7
/
+28
*
Remove bogus '-' from getopt(3) string hit when porting daemon(8) to
marius
2013-01-03
1
-1
/
+1
*
Document -r option in SYNOPSIS and usage statement.
trociny
2012-06-04
1
-1
/
+1
*
On a child exit, call waitpid(2) to clean up the process table.
trociny
2012-06-04
1
-0
/
+4
*
If permitted protect the supervisor against pageout kill.
trociny
2012-02-19
1
-0
/
+7
*
Add -r option to restart the program if it has been terminated.
trociny
2012-02-19
1
-17
/
+28
*
If the supervising process receives SIGTERM, forward it to the spawned
trociny
2012-02-19
1
-11
/
+66
*
The pidfile_open(3) is going to be fixed to set close-on-exec in order
trociny
2012-02-19
1
-18
/
+46
*
Revert 229667: After some discussion of this change, it seems it is
ghelmer
2012-01-25
1
-3
/
+3
*
Allow daemon(8) to run pidfile_open() before relenquishing privileges
ghelmer
2012-01-05
1
-3
/
+3
*
Unbreak rev 1.7's getopt usage. The -f switch does not take an argument.
peter
2007-04-19
1
-1
/
+1
*
Improve previous commit by using setusercontext(3) and removing the group
trhodes
2007-03-19
1
-36
/
+18
*
Initialize *pfh to NULL to quiet a gcc warning, not part of my original
trhodes
2007-03-09
1
-1
/
+1
*
Add support for dropping privileges to a specified user and/or group.
trhodes
2007-03-09
1
-4
/
+46
*
Teach daemon(8) how to use pidfile(3).
pjd
2005-08-24
1
-9
/
+14
*
Give daemon(8) the ability to create a pid-file. Since the target program
phk
2004-06-02
1
-5
/
+37
*
add FBSDID
charnier
2003-07-06
1
-1
/
+3
*
Add a new utility that runs an executable detached from the
mike
2001-08-30
1
-0
/
+78