Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-7]: src Welcome to 7.0_BETA!
details: https://anonhg.NetBSD.org/src/rev/fc2a89a413c0
branches: netbsd-7
changeset: 798224:fc2a89a413c0
user: riz <riz%NetBSD.org@localhost>
date: Mon Aug 11 09:21:47 2014 +0000
description:
Welcome to 7.0_BETA!
diffstat:
doc/CHANGES-7.0 | 13 +++++++++++++
doc/LAST_MINUTE | 6 +++---
doc/README.files | 4 ++--
external/mit/lua/dist/src/lbitlib.c | 4 ++--
external/mit/lua/dist/src/lcorolib.c | 6 ++++--
external/mit/lua/dist/src/lctype.c | 6 ++++--
external/mit/lua/dist/src/lctype.h | 6 ++++--
external/mit/lua/dist/src/lutf8lib.c | 6 ++++--
gnu/usr.bin/groff/tmac/mdoc.local | 6 +++---
sys/arch/emips/include/disklabel.h | 2 +-
sys/arch/x68k/include/cdefs.h | 2 +-
sys/arch/x68k/include/cpufunc.h | 2 +-
sys/arch/x68k/include/ieeefp.h | 2 +-
sys/arch/x68k/include/profile.h | 2 +-
sys/arch/x68k/include/setjmp.h | 2 +-
sys/sys/param.h | 4 ++--
16 files changed, 47 insertions(+), 26 deletions(-)
diffs (239 lines):
diff -r e7e297f820a5 -r fc2a89a413c0 doc/CHANGES-7.0
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/doc/CHANGES-7.0 Mon Aug 11 09:21:47 2014 +0000
@@ -0,0 +1,13 @@
+# $NetBSD: CHANGES-7.0,v 1.1.2.1 2014/08/11 09:21:47 riz Exp $
+
+A complete list of changes from the initial NetBSD 7.0 branch on 11 Aug 2014
+until the 7.0 release:
+
+doc/CHANGES-7.0 patched by hand
+doc/LAST_MINUTE patched by hand
+doc/README.files patched by hand
+gnu/usr.bin/groff/tmac/mdoc.local patched by hand
+sys/sys/param.h patched by hand
+
+ Welcome to 7.0_BETA!
+
diff -r e7e297f820a5 -r fc2a89a413c0 doc/LAST_MINUTE
--- a/doc/LAST_MINUTE Mon Aug 11 08:25:58 2014 +0000
+++ b/doc/LAST_MINUTE Mon Aug 11 09:21:47 2014 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: LAST_MINUTE,v 1.2 2002/09/23 07:52:18 lukem Exp $
+# $NetBSD: LAST_MINUTE,v 1.2.52.1 2014/08/11 09:21:47 riz Exp $
-This file contains important information on the NetBSD XXX.XXX release that
+This file contains important information on the NetBSD 7.0 release that
did not make it into the main documentation.
[all]
- Nothing pertinent; this is NetBSD-current...
+ Nothing pertinent
diff -r e7e297f820a5 -r fc2a89a413c0 doc/README.files
--- a/doc/README.files Mon Aug 11 08:25:58 2014 +0000
+++ b/doc/README.files Mon Aug 11 09:21:47 2014 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: README.files,v 1.5 2012/09/06 22:20:38 riz Exp $
+# $NetBSD: README.files,v 1.5.12.1 2014/08/11 09:21:47 riz Exp $
What's in this directory:
-CHANGES Changes between the XXX.XXX-1 and XXX.XXX releases.
+CHANGES Changes between the 6.0 and 7.0 releases.
CHANGES.prev Changes in previous NetBSD releases.
diff -r e7e297f820a5 -r fc2a89a413c0 external/mit/lua/dist/src/lbitlib.c
--- a/external/mit/lua/dist/src/lbitlib.c Mon Aug 11 08:25:58 2014 +0000
+++ b/external/mit/lua/dist/src/lbitlib.c Mon Aug 11 09:21:47 2014 +0000
@@ -1,7 +1,7 @@
-/* $NetBSD: lbitlib.c,v 1.1.1.1 2014/07/20 23:17:33 lneto Exp $ */
+/* $NetBSD: lbitlib.c,v 1.1 2014/07/19 18:38:34 lneto Exp $ */
/*
-** Id: lbitlib.c,v 1.26 2014/05/15 19:28:34 roberto Exp
+** $Id: lbitlib.c,v 1.1 2014/07/19 18:38:34 lneto Exp $
** Standard library for bitwise operations
** See Copyright Notice in lua.h
*/
diff -r e7e297f820a5 -r fc2a89a413c0 external/mit/lua/dist/src/lcorolib.c
--- a/external/mit/lua/dist/src/lcorolib.c Mon Aug 11 08:25:58 2014 +0000
+++ b/external/mit/lua/dist/src/lcorolib.c Mon Aug 11 09:21:47 2014 +0000
@@ -1,13 +1,15 @@
-/* $NetBSD: lcorolib.c,v 1.1.1.1 2014/07/20 23:17:33 lneto Exp $ */
+/* $NetBSD: lcorolib.c,v 1.1 2014/07/19 18:38:34 lneto Exp $ */
/*
-** Id: lcorolib.c,v 1.6 2014/05/08 13:52:20 roberto Exp
+** $Id: lcorolib.c,v 1.1 2014/07/19 18:38:34 lneto Exp $
** Coroutine Library
** See Copyright Notice in lua.h
*/
+#ifndef _KERNEL
#include <stdlib.h>
+#endif
#define lcorolib_c
diff -r e7e297f820a5 -r fc2a89a413c0 external/mit/lua/dist/src/lctype.c
--- a/external/mit/lua/dist/src/lctype.c Mon Aug 11 08:25:58 2014 +0000
+++ b/external/mit/lua/dist/src/lctype.c Mon Aug 11 09:21:47 2014 +0000
@@ -1,7 +1,7 @@
-/* $NetBSD: lctype.c,v 1.1.1.1 2014/07/20 23:17:33 lneto Exp $ */
+/* $NetBSD: lctype.c,v 1.1 2014/07/19 18:38:34 lneto Exp $ */
/*
-** Id: lctype.c,v 1.11 2011/10/03 16:19:23 roberto Exp
+** $Id: lctype.c,v 1.1 2014/07/19 18:38:34 lneto Exp $
** 'ctype' functions for Lua
** See Copyright Notice in lua.h
*/
@@ -13,7 +13,9 @@
#if !LUA_USE_CTYPE /* { */
+#ifndef _KERNEL
#include <limits.h>
+#endif
LUAI_DDEF const lu_byte luai_ctype_[UCHAR_MAX + 2] = {
0x00, /* EOZ */
diff -r e7e297f820a5 -r fc2a89a413c0 external/mit/lua/dist/src/lctype.h
--- a/external/mit/lua/dist/src/lctype.h Mon Aug 11 08:25:58 2014 +0000
+++ b/external/mit/lua/dist/src/lctype.h Mon Aug 11 09:21:47 2014 +0000
@@ -1,7 +1,7 @@
-/* $NetBSD: lctype.h,v 1.1.1.1 2014/07/20 23:17:33 lneto Exp $ */
+/* $NetBSD: lctype.h,v 1.1 2014/07/19 18:38:34 lneto Exp $ */
/*
-** Id: lctype.h,v 1.12 2011/07/15 12:50:29 roberto Exp
+** $Id: lctype.h,v 1.1 2014/07/19 18:38:34 lneto Exp $
** 'ctype' functions for Lua
** See Copyright Notice in lua.h
*/
@@ -33,7 +33,9 @@
#if !LUA_USE_CTYPE /* { */
+#ifndef _KERNEL
#include <limits.h>
+#endif
#include "llimits.h"
diff -r e7e297f820a5 -r fc2a89a413c0 external/mit/lua/dist/src/lutf8lib.c
--- a/external/mit/lua/dist/src/lutf8lib.c Mon Aug 11 08:25:58 2014 +0000
+++ b/external/mit/lua/dist/src/lutf8lib.c Mon Aug 11 09:21:47 2014 +0000
@@ -1,15 +1,17 @@
-/* $NetBSD: lutf8lib.c,v 1.1.1.1 2014/07/20 23:17:39 lneto Exp $ */
+/* $NetBSD: lutf8lib.c,v 1.1 2014/07/19 18:38:34 lneto Exp $ */
/*
-** Id: lutf8lib.c,v 1.9 2014/05/14 18:33:37 roberto Exp
+** $Id: lutf8lib.c,v 1.1 2014/07/19 18:38:34 lneto Exp $
** Standard library for UTF-8 manipulation
** See Copyright Notice in lua.h
*/
+#ifndef _KERNEL
#include <assert.h>
#include <stdlib.h>
#include <string.h>
+#endif
#define lutf8lib_c
#define LUA_LIB
diff -r e7e297f820a5 -r fc2a89a413c0 gnu/usr.bin/groff/tmac/mdoc.local
--- a/gnu/usr.bin/groff/tmac/mdoc.local Mon Aug 11 08:25:58 2014 +0000
+++ b/gnu/usr.bin/groff/tmac/mdoc.local Mon Aug 11 09:21:47 2014 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: mdoc.local,v 1.75 2013/12/25 15:09:10 christos Exp $
+.\" $NetBSD: mdoc.local,v 1.75.4.1 2014/08/11 09:21:47 riz Exp $
.\"
.\" Copyright (c) 2003, 2004 The NetBSD Foundation, Inc.
.\" All rights reserved.
@@ -44,9 +44,9 @@
.as doc-str-St--ieee1275-94 " (\*[Lq]\*[doc-Tn-font-size]Open Firmware\*[doc-str-St]\*[Rq])
.
.\" Default .Os value
-.ds doc-operating-system NetBSD\~6.0
+.ds doc-operating-system NetBSD\~7.0
.\" Default footer operating system value
-.ds doc-default-operating-system NetBSD\~6.0
+.ds doc-default-operating-system NetBSD\~7.0
.\" Other known versions, not yet in groff distribution
.ds doc-operating-system-NetBSD-1.3.3 1.3.3
.ds doc-operating-system-NetBSD-1.6.3 1.6.3
diff -r e7e297f820a5 -r fc2a89a413c0 sys/arch/emips/include/disklabel.h
--- a/sys/arch/emips/include/disklabel.h Mon Aug 11 08:25:58 2014 +0000
+++ b/sys/arch/emips/include/disklabel.h Mon Aug 11 09:21:47 2014 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: disklabel.h,v 1.3 2013/05/16 19:06:44 christos Exp $ */
+/* $NetBSD: disklabel.h,v 1.5 2013/05/16 19:06:44 christos Exp $ */
/*
* Copyright (c) 1994 Christopher G. Demetriou
diff -r e7e297f820a5 -r fc2a89a413c0 sys/arch/x68k/include/cdefs.h
--- a/sys/arch/x68k/include/cdefs.h Mon Aug 11 08:25:58 2014 +0000
+++ b/sys/arch/x68k/include/cdefs.h Mon Aug 11 09:21:47 2014 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: cdefs.h,v 1.1 1996/05/05 12:17:15 oki Exp $ */
+/* $NetBSD: cdefs.h,v 1.1.1.1 1996/05/05 12:17:03 oki Exp $ */
#ifndef _MACHINE_CDEFS_H_
#define _MACHINE_CDEFS_H_
diff -r e7e297f820a5 -r fc2a89a413c0 sys/arch/x68k/include/cpufunc.h
--- a/sys/arch/x68k/include/cpufunc.h Mon Aug 11 08:25:58 2014 +0000
+++ b/sys/arch/x68k/include/cpufunc.h Mon Aug 11 09:21:47 2014 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: cpufunc.h,v 1.1 1996/05/05 12:17:15 oki Exp $ */
+/* $NetBSD: cpufunc.h,v 1.1.1.1 1996/05/05 12:17:03 oki Exp $ */
/*
* Functions to provide access to special cpu instructions.
diff -r e7e297f820a5 -r fc2a89a413c0 sys/arch/x68k/include/ieeefp.h
--- a/sys/arch/x68k/include/ieeefp.h Mon Aug 11 08:25:58 2014 +0000
+++ b/sys/arch/x68k/include/ieeefp.h Mon Aug 11 09:21:47 2014 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: ieeefp.h,v 1.1 1996/05/05 12:17:14 oki Exp $ */
+/* $NetBSD: ieeefp.h,v 1.1.1.1 1996/05/05 12:17:03 oki Exp $ */
/* Just use the common m68k definition */
#include <m68k/ieeefp.h>
diff -r e7e297f820a5 -r fc2a89a413c0 sys/arch/x68k/include/profile.h
--- a/sys/arch/x68k/include/profile.h Mon Aug 11 08:25:58 2014 +0000
+++ b/sys/arch/x68k/include/profile.h Mon Aug 11 09:21:47 2014 +0000
@@ -1,3 +1,3 @@
-/* $NetBSD: profile.h,v 1.1 1996/05/05 12:17:14 oki Exp $ */
+/* $NetBSD: profile.h,v 1.1.1.1 1996/05/05 12:17:03 oki Exp $ */
#include <m68k/profile.h>
diff -r e7e297f820a5 -r fc2a89a413c0 sys/arch/x68k/include/setjmp.h
--- a/sys/arch/x68k/include/setjmp.h Mon Aug 11 08:25:58 2014 +0000
+++ b/sys/arch/x68k/include/setjmp.h Mon Aug 11 09:21:47 2014 +0000
@@ -1,3 +1,3 @@
-/* $NetBSD: setjmp.h,v 1.1 1996/05/05 12:17:15 oki Exp $ */
+/* $NetBSD: setjmp.h,v 1.1.1.1 1996/05/05 12:17:03 oki Exp $ */
#include <m68k/setjmp.h>
diff -r e7e297f820a5 -r fc2a89a413c0 sys/sys/param.h
--- a/sys/sys/param.h Mon Aug 11 08:25:58 2014 +0000
+++ b/sys/sys/param.h Mon Aug 11 09:21:47 2014 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: param.h,v 1.459 2014/07/25 08:35:40 dholland Exp $ */
+/* $NetBSD: param.h,v 1.459.2.1 2014/08/11 09:21:47 riz Exp $ */
/*-
* Copyright (c) 1982, 1986, 1989, 1993
@@ -63,7 +63,7 @@
* 2.99.9 (299000900)
*/
-#define __NetBSD_Version__ 699004900 /* NetBSD 6.99.49 */
+#define __NetBSD_Version__ 700000000 /* NetBSD 7.0_BETA */
#define __NetBSD_Prereq__(M,m,p) (((((M) * 100000000) + \
(m) * 1000000) + (p) * 100) <= __NetBSD_Version__)
Home |
Main Index |
Thread Index |
Old Index