summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 6eb3c93e1..7a4db10a6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -14,6 +14,12 @@
14 [ssh-keyscan.1] 14 [ssh-keyscan.1]
15 kill some bad Pa; 15 kill some bad Pa;
16 From: Jan Stary 16 From: Jan Stary
17 - djm@cvs.openbsd.org 2014/01/29 00:19:26
18 [sshd.c]
19 use kill(0, ...) instead of killpg(0, ...); on most operating systems
20 they are equivalent, but SUSv2 describes the latter as having undefined
21 behaviour; from portable; ok dtucker
22 (Id sync only; change is already in portable)
17 23
1820140131 2420140131
19 - (djm) [sandbox-seccomp-filter.c sandbox-systrace.c] Allow shutdown(2) 25 - (djm) [sandbox-seccomp-filter.c sandbox-systrace.c] Allow shutdown(2)