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
/
lib
/
libutil
/
pidfile.3
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add a comment to the example that pidfile_* functions can handle pfh being NULL.
pjd
2012-02-08
1
-0
/
+5
*
Note that calling pidfile_write(3) multiple times is fine.
pjd
2012-02-08
1
-1
/
+4
*
Remove unnecessary includes from these libutil man pages.
ghelmer
2012-01-16
1
-1
/
+0
*
pidfile_open() no longer uses fcntl() to set the close-on-exec flag.
ghelmer
2012-01-12
1
-2
/
+1
*
Style fixes courtesy of pjd.
ghelmer
2012-01-10
1
-2
/
+4
*
Document that pidfile_open() now sets the FD_CLOEXEC flag on the open
ghelmer
2012-01-10
1
-0
/
+4
*
Add pidfile_fileno() to obtain the file descriptor for an open
ghelmer
2012-01-10
1
-2
/
+28
*
In pidfile_open(), if the pidfile is locked, but empty (PID is not stored yet)
pjd
2011-10-16
1
-10
/
+15
*
Add missing .Pp
des
2009-06-06
1
-0
/
+1
*
pidfile(3) uses flopen(3) - don't make any assumptions about how the
des
2008-10-20
1
-9
/
+8
*
Minor mdoc cleanup: Every sentence should start on its own line.
simon
2007-10-13
1
-1
/
+2
*
When pidfile is already locked and has zero length, do not return
kib
2007-10-12
1
-0
/
+4
*
Use `intmax_t' instead of plain `int' for pid_t casts.
keramida
2006-03-04
1
-3
/
+3
*
- Add a note that passing NULL to pidfile_write(), pidfile_remove() and
pjd
2006-01-28
1
-3
/
+13
*
Fix markup, grammar and spelling.
ru
2005-11-18
1
-32
/
+44
*
Pidfiles should be created with permission preventing users from opening
pjd
2005-09-16
1
-1
/
+1
*
Add a family of functions for reliable pidfiles handling.
pjd
2005-08-24
1
-0
/
+227