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
/
sbin
/
hastd
/
hooks.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
For functions that return -1 on failure check exactly for -1 and not for
pjd
2012-01-10
1
-5
/
+5
*
Use PJDLOG_ASSERT() and PJDLOG_ABORT() everywhere instead of assert().
pjd
2011-09-27
1
-20
/
+19
*
Increase debug level of "Checking hooks." message.
pjd
2011-03-21
1
-1
/
+1
*
Log when we start hooks checking and when we execute a hook.
pjd
2011-03-21
1
-0
/
+4
*
Use snprlcat() instead of two strlcat(3)s.
pjd
2011-03-21
1
-2
/
+3
*
execve(2), not fork(2) resets signal handler to the default value (if it isn't
pjd
2011-01-12
1
-3
/
+3
*
Add a note that when custom signal handler is installed for a signal,
pjd
2011-01-12
1
-0
/
+5
*
Use closefrom(2) instead of close(2) in a loop.
pjd
2010-10-20
1
-21
/
+8
*
Clear signal mask before executing a hook.
pjd
2010-10-16
1
-0
/
+3
*
hook_check() is now only used to report about long-running hooks, so the
pjd
2010-10-04
1
-11
/
+1
*
Plug memory leak on fork(2) failure.
pjd
2010-09-26
1
-0
/
+1
*
- Add hook_fini() which should be called after fork() from the main hastd
pjd
2010-08-29
1
-22
/
+58
*
- Run hooks in background - don't block waiting for them to finish.
pjd
2010-08-27
1
-18
/
+222
*
When logging to stdout/stderr don't close those descriptors after fork().
pjd
2010-08-27
1
-2
/
+15
*
Please welcome HAST - Highly Avalable Storage.
pjd
2010-02-18
1
-0
/
+148