commit-hurd
[Top][All Lists]
Advanced

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

[hurd] branch dde updated (d174f3f -> 4d4175c)


From: Samuel Thibault
Subject: [hurd] branch dde updated (d174f3f -> 4d4175c)
Date: Mon, 11 Sep 2017 07:12:44 +0000

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

sthibault pushed a change to branch dde
in repository hurd.

  discards  d174f3f   Rebase
      adds  5018bd3   Fix build with gcc 7
      adds  81ac8c9   Merge branch 'dde' of 
git.savannah.gnu.org:/srv/git/hurd/incubator into dde-upstream
       new  9f0e092   Merge branch 'dde-upstream' into dde
       new  4d4175c   move files

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (d174f3f)
            \
             N -- N -- N   refs/heads/dde (4d4175c)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omits" are not gone; other references still
refer to them.  Any revisions marked "discards" are gone forever.

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../linux/{compiler-gcc5.h => compiler-gcc7.h}     |   2 +-
 libmachdev/Makefile                                |  35 ++
 libmachdev/block.c                                 | 314 ++++++++++
 libmachdev/dev_hdr.h                               | 133 +++++
 libmachdev/device_emul.h                           |  65 ++
 libmachdev/ds_routines.c                           | 341 +++++++++++
 libmachdev/ds_routines.h                           |  57 ++
 .../asm-generic => libmachdev}/errno-base.h        |   0
 .../include/linux => libmachdev}/if_ether.h        |  72 +--
 libmachdev/if_hdr.h                                | 165 +++++
 libmachdev/io_req.h                                | 135 +++++
 .../errno.h => libmachdev/linux-errno.h            |   2 +-
 libmachdev/mach_glue.h                             |  41 ++
 libddekit/malloc.c => libmachdev/machdev.h         |  44 +-
 libmachdev/mig-decls.h                             |  50 ++
 libmachdev/mig-mutate.h                            |  36 ++
 libmachdev/misc.c                                  |  50 ++
 libmachdev/net.c                                   | 662 +++++++++++++++++++++
 libmachdev/queue.c                                 | 131 ++++
 libmachdev/queue.h                                 | 370 ++++++++++++
 libmachdev/trivfs_server.c                         | 171 ++++++
 libmachdev/util.h                                  |  35 ++
 {libddekit => libmachdev}/vm_param.h               |   0
 23 files changed, 2814 insertions(+), 97 deletions(-)
 copy libdde-linux26/contrib/include/linux/{compiler-gcc5.h => compiler-gcc7.h} 
(93%)
 create mode 100644 libmachdev/Makefile
 create mode 100644 libmachdev/block.c
 create mode 100644 libmachdev/dev_hdr.h
 create mode 100644 libmachdev/device_emul.h
 create mode 100644 libmachdev/ds_routines.c
 create mode 100644 libmachdev/ds_routines.h
 copy {libdde-linux26/contrib/include/asm-generic => libmachdev}/errno-base.h 
(100%)
 copy {libdde-linux26/contrib/include/linux => libmachdev}/if_ether.h (55%)
 create mode 100644 libmachdev/if_hdr.h
 create mode 100644 libmachdev/io_req.h
 copy libdde-linux26/contrib/include/asm-generic/errno.h => 
libmachdev/linux-errno.h (99%)
 create mode 100644 libmachdev/mach_glue.h
 copy libddekit/malloc.c => libmachdev/machdev.h (55%)
 create mode 100644 libmachdev/mig-decls.h
 create mode 100644 libmachdev/mig-mutate.h
 create mode 100644 libmachdev/misc.c
 create mode 100644 libmachdev/net.c
 create mode 100644 libmachdev/queue.c
 create mode 100644 libmachdev/queue.h
 create mode 100644 libmachdev/trivfs_server.c
 create mode 100644 libmachdev/util.h
 copy {libddekit => libmachdev}/vm_param.h (100%)

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



reply via email to

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