Module Name:    src
Committed By:   kamil
Date:           Thu Dec 15 12:20:39 UTC 2016

Modified Files:
        src/sys/sys: param.h

Log Message:
Welcome to NetBSD 7.99.50!

New ptrace(2) calls for hardware assisted watchpoints/breakpoints:
 - PT_COUNT_WATCHPOINTS,
 - PT_READ_WATCHPOINT,
 - PT_WRITE_WATCHPOINT.

Sponsored by <The NetBSD Foundation>


To generate a diff of this commit:
cvs rdiff -u -r1.516 -r1.517 src/sys/sys/param.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/sys/param.h
diff -u src/sys/sys/param.h:1.516 src/sys/sys/param.h:1.517
--- src/sys/sys/param.h:1.516	Thu Dec 15 09:39:24 2016
+++ src/sys/sys/param.h	Thu Dec 15 12:20:39 2016
@@ -1,4 +1,4 @@
-/*	$NetBSD: param.h,v 1.516 2016/12/15 09:39:24 ozaki-r Exp $	*/
+/*	$NetBSD: param.h,v 1.517 2016/12/15 12:20:39 kamil Exp $	*/
 
 /*-
  * Copyright (c) 1982, 1986, 1989, 1993
@@ -67,7 +67,7 @@
  *	2.99.9		(299000900)
  */
 
-#define	__NetBSD_Version__	799004900	/* NetBSD 7.99.49 */
+#define	__NetBSD_Version__	799005000	/* NetBSD 7.99.50 */
 
 #define __NetBSD_Prereq__(M,m,p) (((((M) * 100000000) + \
     (m) * 1000000) + (p) * 100) <= __NetBSD_Version__)

Reply via email to