summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2014-02-06 11:17:50 +1100
committerDamien Miller <djm@mindrot.org>2014-02-06 11:17:50 +1100
commit6434cb2cfbbf0a46375d2d22f2ff9927feb5e478 (patch)
tree9b2794cbddb54619dc15ba21cd2af518b3e39b88 /ChangeLog
parent8d36f9ac71eff2e9f5770c0518b73d875f270647 (diff)
- (djm) [sandbox-seccomp-filter.c] Not all Linux architectures define
__NR_shutdown; some go via the socketcall(2) multiplexer.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 3867fd37e..6289bfe28 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,8 @@
120140206 120140206
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
520140205 720140205
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