diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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 | ||
12 | 20110624 | 17 | 20110624 |
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 |