summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 7de7fdbf8..ccca485f8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -8,6 +8,11 @@
8 bzero the agent address. the kernel was for a while very cranky about 8 bzero the agent address. the kernel was for a while very cranky about
9 these things. evne though that's fixed, always good to initialize 9 these things. evne though that's fixed, always good to initialize
10 memory. ok deraadt djm 10 memory. ok deraadt djm
11 - djm@cvs.openbsd.org 2011/07/29 14:42:45
12 [sandbox-systrace.c]
13 fail open(2) with EPERM rather than SIGKILLing the whole process. libc
14 will call open() to do strerror() when NLS is enabled;
15 feedback and ok markus@
11 16
1220110624 1720110624
13 - (djm) [configure.ac Makefile.in sandbox-darwin.c] Add a sandbox for 18 - (djm) [configure.ac Makefile.in sandbox-darwin.c] Add a sandbox for