Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Remove use of sysexits.h | June McEnroe | 2024-05-22 |
| | | | | | Preserve exit status 69 (EX_UNAVAILABLE) for getting disconnected. Use 127 for failing to exec, like the shell. | ||
* | Move sandman to top-level, add --enable-sandman 2.2 | June McEnroe | 2023-07-09 |
| | |||
* | Remove legacy code | June McEnroe | 2020-02-11 |
| | |||
* | Restart process in sandman | June McEnroe | 2019-07-02 |
| | |||
* | Send only SIGHUP in sandman | June McEnroe | 2018-12-04 |
| | |||
* | Fix sandman hang | June McEnroe | 2018-12-01 |
| | | | | | It was hanging after sending SIGTSTP to its child, then receiving a SIGCHLD to indicate the child had stopped. | ||
* | Use sigaction in sandman | June McEnroe | 2018-12-01 |
| | |||
* | Reformat sandman Objective-C code | June McEnroe | 2018-11-30 |
| | |||
* | Add sandman | June McEnroe | 2018-11-30 |