Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |