summaryrefslogtreecommitdiffstats
path: root/sbin/hastd/hooks.c
Commit message (Expand)AuthorAgeFilesLines
* Remove useless calls to basename().ed2016-05-011-2/+1
* For functions that return -1 on failure check exactly for -1 and not forpjd2012-01-101-5/+5
* Use PJDLOG_ASSERT() and PJDLOG_ABORT() everywhere instead of assert().pjd2011-09-271-20/+19
* Increase debug level of "Checking hooks." message.pjd2011-03-211-1/+1
* Log when we start hooks checking and when we execute a hook.pjd2011-03-211-0/+4
* Use snprlcat() instead of two strlcat(3)s.pjd2011-03-211-2/+3
* execve(2), not fork(2) resets signal handler to the default value (if it isn'tpjd2011-01-121-3/+3
* Add a note that when custom signal handler is installed for a signal,pjd2011-01-121-0/+5
* Use closefrom(2) instead of close(2) in a loop.pjd2010-10-201-21/+8
* Clear signal mask before executing a hook.pjd2010-10-161-0/+3
* hook_check() is now only used to report about long-running hooks, so thepjd2010-10-041-11/+1
* Plug memory leak on fork(2) failure.pjd2010-09-261-0/+1
* - Add hook_fini() which should be called after fork() from the main hastdpjd2010-08-291-22/+58
* - Run hooks in background - don't block waiting for them to finish.pjd2010-08-271-18/+222
* When logging to stdout/stderr don't close those descriptors after fork().pjd2010-08-271-2/+15
* Please welcome HAST - Highly Avalable Storage.pjd2010-02-181-0/+148
OpenPOWER on IntegriCloud