Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/sys Welcome to 7.99.56 for new ptrace(2) interfaces and ...
details: https://anonhg.NetBSD.org/src/rev/ce3757f2d458
branches: trunk
changeset: 350168:ce3757f2d458
user: kamil <kamil%NetBSD.org@localhost>
date: Fri Jan 06 22:58:00 2017 +0000
description:
Welcome to 7.99.56 for new ptrace(2) interfaces and SIGTRAP type TRAP_EXEC
Kernel bump for PT_GET_SIGINFO and PT_SET_SIGINFO in ptrace(2) and new
si_code value TRAP_EXEC in <sys/siginfo.h> for the SIGTRAP signal.
Sponsored by <The NetBSD Foundation>
diffstat:
sys/sys/param.h | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r a4534b191c8d -r ce3757f2d458 sys/sys/param.h
--- a/sys/sys/param.h Fri Jan 06 22:53:17 2017 +0000
+++ b/sys/sys/param.h Fri Jan 06 22:58:00 2017 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: param.h,v 1.522 2017/01/05 03:40:33 pgoyette Exp $ */
+/* $NetBSD: param.h,v 1.523 2017/01/06 22:58:00 kamil Exp $ */
/*-
* Copyright (c) 1982, 1986, 1989, 1993
@@ -67,7 +67,7 @@
* 2.99.9 (299000900)
*/
-#define __NetBSD_Version__ 799005500 /* NetBSD 7.99.55 */
+#define __NetBSD_Version__ 799005600 /* NetBSD 7.99.56 */
#define __NetBSD_Prereq__(M,m,p) (((((M) * 100000000) + \
(m) * 1000000) + (p) * 100) <= __NetBSD_Version__)
Home |
Main Index |
Thread Index |
Old Index