diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1,6 +1,8 @@ | |||
1 | 20140206 | 1 | 20140206 |
2 | - (dtucker) [openbsd-compat/bsd-poll.c] Don't bother checking for non-NULL | 2 | - (dtucker) [openbsd-compat/bsd-poll.c] Don't bother checking for non-NULL |
3 | before freeing since free(NULL) is a no-op. ok djm. | 3 | before freeing since free(NULL) is a no-op. ok djm. |
4 | - (djm) [sandbox-seccomp-filter.c] Not all Linux architectures define | ||
5 | __NR_shutdown; some go via the socketcall(2) multiplexer. | ||
4 | 6 | ||
5 | 20140205 | 7 | 20140205 |
6 | - (djm) [sandbox-capsicum.c] Don't fatal if Capsicum is offered by | 8 | - (djm) [sandbox-capsicum.c] Don't fatal if Capsicum is offered by |