commit-hurd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[gnumach] 01/04: Imported Upstream version 1.4+git20141109


From: Samuel Thibault
Subject: [gnumach] 01/04: Imported Upstream version 1.4+git20141109
Date: Sun, 09 Nov 2014 22:51:23 +0000

This is an automated email from the git hooks/post-receive script.

sthibault pushed a commit to branch master
in repository gnumach.

commit 355436165a7930f3380cff8ff562ddd17455de11
Author: Samuel Thibault <address@hidden>
Date:   Sun Nov 9 18:13:29 2014 +0000

    Imported Upstream version 1.4+git20141109
---
 ChangeLog                        | 16 ++++++++++++++++
 configure                        | 20 ++++++++++----------
 doc/mach.info                    |  4 ++--
 doc/mach.info-1                  |  8 ++++----
 doc/mach.info-2                  |  4 ++--
 doc/stamp-vti                    |  8 ++++----
 doc/version.texi                 |  8 ++++----
 include/device/device_types.defs |  3 +++
 include/mach/mach_types.defs     |  3 +++
 include/mach/memory_object.defs  | 13 +++++++++++++
 include/mach/notify.defs         |  3 +++
 version.m4                       |  2 +-
 12 files changed, 65 insertions(+), 27 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 3caf42d..b3681aa 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,19 @@
+2014-11-03  Justus Winter  <address@hidden>
+
+       include: add a payload-aware intran mutator for device_t
+       * include/device/device_types.defs (device_t): Add a payload-aware
+       intran mutator.
+
+       include: add a payload-aware intran mutator for notify_port_t
+       * include/mach/notify.defs (notify_port_t): Add a payload-aware intran
+       mutator.
+
+       include: add a payload-aware intran mutator for memory_object_t
+       * include/mach/mach_types.defs (memory_object_t): Add a payload-aware
+       intran mutator.
+       * include/mach/memory_object.defs: Likewise in the inlined type
+       declarations.
+
 2014-11-03  Samuel Thibault  <address@hidden>
 
        Fix link refusal
diff --git a/configure b/configure
index df61b1c..c1562af 100755
--- a/configure
+++ b/configure
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for GNU Mach 1.4+git20141107.
+# Generated by GNU Autoconf 2.69 for GNU Mach 1.4+git20141109.
 #
 # Report bugs to <address@hidden>.
 #
@@ -579,8 +579,8 @@ MAKEFLAGS=
 # Identity of this package.
 PACKAGE_NAME='GNU Mach'
 PACKAGE_TARNAME='gnumach'
-PACKAGE_VERSION='1.4+git20141107'
-PACKAGE_STRING='GNU Mach 1.4+git20141107'
+PACKAGE_VERSION='1.4+git20141109'
+PACKAGE_STRING='GNU Mach 1.4+git20141109'
 PACKAGE_BUGREPORT='address@hidden'
 PACKAGE_URL=''
 
@@ -1584,7 +1584,7 @@ if test "$ac_init_help" = "long"; then
   # Omit some internal or obsolete options to make the list less imposing.
   # This message is too long to be a string in the A/UX 3.1 sh.
   cat <<_ACEOF
-\`configure' configures GNU Mach 1.4+git20141107 to adapt to many kinds of 
systems.
+\`configure' configures GNU Mach 1.4+git20141109 to adapt to many kinds of 
systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1654,7 +1654,7 @@ fi
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
-     short | recursive ) echo "Configuration of GNU Mach 1.4+git20141107:";;
+     short | recursive ) echo "Configuration of GNU Mach 1.4+git20141109:";;
    esac
   cat <<\_ACEOF
 
@@ -2002,7 +2002,7 @@ fi
 test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then
   cat <<\_ACEOF
-GNU Mach configure 1.4+git20141107
+GNU Mach configure 1.4+git20141109
 generated by GNU Autoconf 2.69
 
 Copyright (C) 2012 Free Software Foundation, Inc.
@@ -2094,7 +2094,7 @@ cat >config.log <<_ACEOF
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
-It was created by GNU Mach $as_me 1.4+git20141107, which was
+It was created by GNU Mach $as_me 1.4+git20141109, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   $ $0 $@
@@ -2960,7 +2960,7 @@ fi
 
 # Define the identity of the package.
  PACKAGE='gnumach'
- VERSION='1.4+git20141107'
+ VERSION='1.4+git20141109'
 
 
 # Some tools Automake needs.
@@ -12110,7 +12110,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
 # report actual input values of CONFIG_FILES etc. instead of their
 # values after options handling.
 ac_log="
-This file was extended by GNU Mach $as_me 1.4+git20141107, which was
+This file was extended by GNU Mach $as_me 1.4+git20141109, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   CONFIG_FILES    = $CONFIG_FILES
@@ -12181,7 +12181,7 @@ _ACEOF
 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; 
s/[\\""\`\$]/\\\\&/g'`"
 ac_cs_version="\\
-GNU Mach config.status 1.4+git20141107
+GNU Mach config.status 1.4+git20141109
 configured by $0, generated by GNU Autoconf 2.69,
   with options \\"\$ac_cs_config\\"
 
diff --git a/doc/mach.info b/doc/mach.info
index f94c4fe..74ffab5 100644
--- a/doc/mach.info
+++ b/doc/mach.info
@@ -2,8 +2,8 @@ This is mach.info, produced by makeinfo version 5.2 from 
mach.texi.
 
 This file documents the GNU Mach microkernel.
 
-   This is edition 0.4, last updated on 22 October 2014, of 'The GNU
-Mach Reference Manual', for version 1.4+git20141107.
+   This is edition 0.4, last updated on 8 November 2014, of 'The GNU
+Mach Reference Manual', for version 1.4+git20141109.
 
    Copyright (C) 2001, 2002, 2006, 2007, 2008 Free Software Foundation,
 Inc.
diff --git a/doc/mach.info-1 b/doc/mach.info-1
index 53f79f5..f1132ef 100644
--- a/doc/mach.info-1
+++ b/doc/mach.info-1
@@ -2,8 +2,8 @@ This is mach.info, produced by makeinfo version 5.2 from 
mach.texi.
 
 This file documents the GNU Mach microkernel.
 
-   This is edition 0.4, last updated on 22 October 2014, of 'The GNU
-Mach Reference Manual', for version 1.4+git20141107.
+   This is edition 0.4, last updated on 8 November 2014, of 'The GNU
+Mach Reference Manual', for version 1.4+git20141109.
 
    Copyright (C) 2001, 2002, 2006, 2007, 2008 Free Software Foundation,
 Inc.
@@ -45,8 +45,8 @@ Main Menu
 
 This file documents the GNU Mach microkernel.
 
-   This is edition 0.4, last updated on 22 October 2014, of 'The GNU
-Mach Reference Manual', for version 1.4+git20141107.
+   This is edition 0.4, last updated on 8 November 2014, of 'The GNU
+Mach Reference Manual', for version 1.4+git20141109.
 
    Copyright (C) 2001, 2002, 2006, 2007, 2008 Free Software Foundation,
 Inc.
diff --git a/doc/mach.info-2 b/doc/mach.info-2
index c6a0a98..0a1f50e 100644
--- a/doc/mach.info-2
+++ b/doc/mach.info-2
@@ -2,8 +2,8 @@ This is mach.info, produced by makeinfo version 5.2 from 
mach.texi.
 
 This file documents the GNU Mach microkernel.
 
-   This is edition 0.4, last updated on 22 October 2014, of 'The GNU
-Mach Reference Manual', for version 1.4+git20141107.
+   This is edition 0.4, last updated on 8 November 2014, of 'The GNU
+Mach Reference Manual', for version 1.4+git20141109.
 
    Copyright (C) 2001, 2002, 2006, 2007, 2008 Free Software Foundation,
 Inc.
diff --git a/doc/stamp-vti b/doc/stamp-vti
index cd116f1..b08fcac 100644
--- a/doc/stamp-vti
+++ b/doc/stamp-vti
@@ -1,4 +1,4 @@
address@hidden UPDATED 22 October 2014
address@hidden UPDATED-MONTH October 2014
address@hidden EDITION 1.4+git20141107
address@hidden VERSION 1.4+git20141107
address@hidden UPDATED 8 November 2014
address@hidden UPDATED-MONTH November 2014
address@hidden EDITION 1.4+git20141109
address@hidden VERSION 1.4+git20141109
diff --git a/doc/version.texi b/doc/version.texi
index cd116f1..b08fcac 100644
--- a/doc/version.texi
+++ b/doc/version.texi
@@ -1,4 +1,4 @@
address@hidden UPDATED 22 October 2014
address@hidden UPDATED-MONTH October 2014
address@hidden EDITION 1.4+git20141107
address@hidden VERSION 1.4+git20141107
address@hidden UPDATED 8 November 2014
address@hidden UPDATED-MONTH November 2014
address@hidden EDITION 1.4+git20141109
address@hidden VERSION 1.4+git20141109
diff --git a/include/device/device_types.defs b/include/device/device_types.defs
index ff6cff6..49cc271 100644
--- a/include/device/device_types.defs
+++ b/include/device/device_types.defs
@@ -63,6 +63,9 @@ type device_t = mach_port_t
 #ifdef DEVICE_INTRAN
                intran: DEVICE_INTRAN
 #endif
+#ifdef DEVICE_INTRAN_PAYLOAD
+               intranpayload: DEVICE_INTRAN_PAYLOAD
+#endif
 #ifdef DEVICE_OUTTRAN
                outtran: DEVICE_OUTTRAN
 #endif
diff --git a/include/mach/mach_types.defs b/include/mach/mach_types.defs
index bfce6cb..85ad653 100644
--- a/include/mach/mach_types.defs
+++ b/include/mach/mach_types.defs
@@ -139,6 +139,9 @@ type memory_object_t = mach_port_t
 #ifdef MEMORY_OBJECT_INTRAN
                intran: MEMORY_OBJECT_INTRAN
 #endif
+#ifdef MEMORY_OBJECT_INTRAN_PAYLOAD
+               intranpayload: MEMORY_OBJECT_INTRAN_PAYLOAD
+#endif
 #ifdef MEMORY_OBJECT_OUTTRAN
                outtran: MEMORY_OBJECT_OUTTRAN
 #endif
diff --git a/include/mach/memory_object.defs b/include/mach/memory_object.defs
index 1ae36aa..6372ded 100644
--- a/include/mach/memory_object.defs
+++ b/include/mach/memory_object.defs
@@ -93,6 +93,10 @@ simpleroutine        memory_object_terminate(
 #ifdef MEMORY_OBJECT_INTRAN
                                                intran: MEMORY_OBJECT_INTRAN
 #endif
+#ifdef MEMORY_OBJECT_INTRAN_PAYLOAD
+                                               intranpayload:
+                                               MEMORY_OBJECT_INTRAN_PAYLOAD
+#endif
 #ifdef MEMORY_OBJECT_DESTRUCTOR
                                        destructor: MEMORY_OBJECT_DESTRUCTOR
 #endif
@@ -236,6 +240,9 @@ simpleroutine       memory_object_lock_completed(
 #ifdef MEMORY_OBJECT_INTRAN
                        intran: MEMORY_OBJECT_INTRAN
 #endif
+#ifdef MEMORY_OBJECT_INTRAN_PAYLOAD
+                       intranpayload: MEMORY_OBJECT_INTRAN_PAYLOAD
+#endif
 #ifdef MEMORY_OBJECT_DESTRUCTOR
                        destructor: MEMORY_OBJECT_DESTRUCTOR
 #endif
@@ -274,6 +281,9 @@ simpleroutine       memory_object_supply_completed(
 #ifdef MEMORY_OBJECT_INTRAN
                        intran: MEMORY_OBJECT_INTRAN
 #endif
+#ifdef MEMORY_OBJECT_INTRAN_PAYLOAD
+                       intranpayload: MEMORY_OBJECT_INTRAN_PAYLOAD
+#endif
 #ifdef MEMORY_OBJECT_DESTRUCTOR
                        destructor: MEMORY_OBJECT_DESTRUCTOR
 #endif
@@ -327,6 +337,9 @@ simpleroutine       memory_object_change_completed(
 #ifdef MEMORY_OBJECT_INTRAN
                        intran: MEMORY_OBJECT_INTRAN
 #endif
+#ifdef MEMORY_OBJECT_INTRAN_PAYLOAD
+                       intranpayload: MEMORY_OBJECT_INTRAN_PAYLOAD
+#endif
 #ifdef MEMORY_OBJECT_DESTRUCTOR
                        destructor: MEMORY_OBJECT_DESTRUCTOR
 #endif
diff --git a/include/mach/notify.defs b/include/mach/notify.defs
index 5e59d39..6ba4cde 100644
--- a/include/mach/notify.defs
+++ b/include/mach/notify.defs
@@ -45,6 +45,9 @@ type notify_port_t = MACH_MSG_TYPE_MOVE_SEND_ONCE
 #ifdef NOTIFY_INTRAN
        intran: NOTIFY_INTRAN
 #endif
+#ifdef NOTIFY_INTRAN_PAYLOAD
+       intranpayload: NOTIFY_INTRAN_PAYLOAD
+#endif
 #ifdef NOTIFY_OUTTRAN
        outtran: NOTIFY_OUTTRAN
 #endif
diff --git a/version.m4 b/version.m4
index 941e436..0eea40c 100644
--- a/version.m4
+++ b/version.m4
@@ -1,4 +1,4 @@
 m4_define([AC_PACKAGE_NAME],[GNU Mach])
-m4_define([AC_PACKAGE_VERSION],[1.4+git20141107])
+m4_define([AC_PACKAGE_VERSION],[1.4+git20141109])
 m4_define([AC_PACKAGE_BUGREPORT],address@hidden)
 m4_define([AC_PACKAGE_TARNAME],[gnumach])

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-hurd/gnumach.git



reply via email to

[Prev in Thread] Current Thread [Next in Thread]