[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[hurd] branch master updated (ea2a883 -> a3d8e36)
From: |
Samuel Thibault |
Subject: |
[hurd] branch master updated (ea2a883 -> a3d8e36) |
Date: |
Tue, 22 Sep 2015 21:51:56 +0000 |
This is an automated email from the git hooks/post-receive script.
sthibault pushed a change to branch master
in repository hurd.
from ea2a883 work around bug in dh-exec
new c6302c4 Remove dh-exec workaround, fixed in newer dh-exec
new 070646a New upstream snapshot
new 929ea54 Merge branch 'upstream-merged'
new 9ce0289 New upstream snapshot
new a3d8e36 Merge branch 'upstream-merged'
The 5 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:
Makeconf | 2 +-
console/display.c | 12 +
console/pager.c | 3 +-
daemons/runsystem.sh | 3 -
debian/changelog | 13 +-
debian/control | 2 +-
debian/patches/exec_filename_fs.patch | 11 +-
debian/patches/fakeroot-access.patch | 28 -
debian/patches/fix-payload-pflocal.patch | 15 -
debian/patches/format | 78 --
debian/patches/glibc_2.21.patch | 27 -
debian/patches/libdde_addr_fix.patch | 37 -
debian/patches/libdde_addr_list.patch | 423 -----------
debian/patches/libdde_devres.patch | 366 ---------
debian/patches/libdde_dma_head.patch | 93 ---
debian/patches/libdde_ethoc.patch | 25 -
debian/patches/libdde_ethtool.patch | 98 ---
debian/patches/libdde_group_addr.patch | 429 -----------
debian/patches/libdde_mdio.patch | 359 ---------
debian/patches/libdde_netdev_tx_t.patch | 66 --
debian/patches/libdde_pci-needs_freset.patch | 39 -
debian/patches/libdde_pci_ids.h.patch | 515 -------------
debian/patches/libdde_phy.patch | 60 --
debian/patches/libdde_pr_cont.patch | 26 -
debian/patches/libdde_rcu.patch | 816 ---------------------
debian/patches/libdde_rculist.patch | 12 -
debian/patches/libdde_rx_queue.patch | 70 --
debian/patches/libdde_trans_start.patch | 138 ----
debian/patches/libdde_ucast_list.patch | 488 ------------
debian/patches/libdde_workqueue.patch | 55 --
debian/patches/series | 23 -
debian/rules | 3 -
exec/elfcore.c | 2 +
exec/exec.c | 50 +-
ext2fs/ext2fs.c | 12 +-
ext2fs/ext2fs.h | 13 +-
ext2fs/pager.c | 33 +-
fatfs/fatfs.h | 2 +
fatfs/pager.c | 33 +-
init/init.c | 2 +-
libbpf/Makefile | 2 +-
.../contrib/drivers/base/attribute_container.c | 2 +-
libdde-linux26/contrib/drivers/base/platform.c | 2 +-
libdde-linux26/contrib/drivers/base/sys.c | 2 +-
.../linux/{compiler-gcc4.h => compiler-gcc5.h} | 14 +-
libdde-linux26/contrib/include/linux/etherdevice.h | 27 +
libdde-linux26/contrib/include/linux/ethtool.h | 36 +-
libdde-linux26/contrib/include/linux/inotify.h | 4 +-
libdde-linux26/contrib/include/linux/kernel.h | 2 +
libdde-linux26/contrib/include/linux/mdio.h | 356 +++++++++
libdde-linux26/contrib/include/linux/netdevice.h | 90 ++-
libdde-linux26/contrib/include/linux/pci.h | 1 +
libdde-linux26/contrib/include/linux/pci_ids.h | 177 +++--
libdde-linux26/contrib/include/linux/phy.h | 19 +-
libdde-linux26/contrib/include/linux/skbuff.h | 20 +-
libdde-linux26/contrib/include/linux/tty_driver.h | 2 +-
libdde-linux26/contrib/include/linux/workqueue.h | 23 +-
libdde-linux26/contrib/include/net/ethoc.h | 22 +
libdde-linux26/contrib/kernel/rcuclassic.c | 788 ++++++++++++++++++++
libdde-linux26/contrib/kernel/rcupdate.c | 1 +
libdde-linux26/contrib/lib/devres.c | 351 +++++++++
libdde-linux26/contrib/lib/kobject.c | 2 +-
libdde-linux26/contrib/net/core/net-sysfs.c | 2 +-
libdde-linux26/contrib/net/core/skb_dma_map.c | 12 +-
libdde-linux26/include/linux/kernel.h | 2 +
libdde-linux26/lib/src/Makefile | 3 +
libdde-linux26/lib/src/drivers/base/core.c | 2 +-
libdde-linux26/lib/src/net/core/dev.c | 389 +++++++++-
libdde-linux26/lib/src/net/sched/sch_generic.c | 40 +-
libdiskfs/dir-lookup.c | 104 +--
libdiskfs/disk-pager.c | 3 +-
libdiskfs/diskfs-pager.h | 1 +
libdiskfs/diskfs.h | 10 +-
libdiskfs/file-getcontrol.c | 14 +-
libdiskfs/file-syncfs.c | 6 +-
libdiskfs/name-cache.c | 2 +-
libpager/demuxer.c | 119 ++-
libpager/pager.h | 28 +-
libpager/queue.h | 8 +
libpipe/pipe.c | 17 +-
libports/Makefile | 2 +-
libports/manage-multithread.c | 5 +
libports/manage-one-thread.c | 5 +
libshouldbeinlibc/maptime.h | 2 +
libthreads/lockfile.c | 3 +
libtrivfs/Makefile | 3 -
pflocal/io.c | 13 +-
pflocal/mig-decls.h | 2 +-
pflocal/sock.c | 10 +-
pflocal/sock.h | 31 +-
pflocal/socket.c | 8 +-
procfs/main.c | 6 +
startup/startup.c | 1 -
storeio/pager.c | 3 +-
sutils/fstab.c | 2 +-
trans/fakeroot.c | 8 +-
trans/fifo.c | 2 +-
utils/umount.c | 2 +
98 files changed, 2717 insertions(+), 4578 deletions(-)
delete mode 100644 debian/patches/fakeroot-access.patch
delete mode 100644 debian/patches/fix-payload-pflocal.patch
delete mode 100644 debian/patches/format
delete mode 100644 debian/patches/glibc_2.21.patch
delete mode 100644 debian/patches/libdde_addr_fix.patch
delete mode 100644 debian/patches/libdde_addr_list.patch
delete mode 100644 debian/patches/libdde_devres.patch
delete mode 100644 debian/patches/libdde_dma_head.patch
delete mode 100644 debian/patches/libdde_ethoc.patch
delete mode 100644 debian/patches/libdde_ethtool.patch
delete mode 100644 debian/patches/libdde_group_addr.patch
delete mode 100644 debian/patches/libdde_mdio.patch
delete mode 100644 debian/patches/libdde_netdev_tx_t.patch
delete mode 100644 debian/patches/libdde_pci-needs_freset.patch
delete mode 100644 debian/patches/libdde_pci_ids.h.patch
delete mode 100644 debian/patches/libdde_phy.patch
delete mode 100644 debian/patches/libdde_pr_cont.patch
delete mode 100644 debian/patches/libdde_rcu.patch
delete mode 100644 debian/patches/libdde_rculist.patch
delete mode 100644 debian/patches/libdde_rx_queue.patch
delete mode 100644 debian/patches/libdde_trans_start.patch
delete mode 100644 debian/patches/libdde_ucast_list.patch
delete mode 100644 debian/patches/libdde_workqueue.patch
copy libdde-linux26/contrib/include/linux/{compiler-gcc4.h => compiler-gcc5.h}
(67%)
create mode 100644 libdde-linux26/contrib/include/linux/mdio.h
create mode 100644 libdde-linux26/contrib/include/net/ethoc.h
create mode 100644 libdde-linux26/contrib/kernel/rcuclassic.c
create mode 100644 libdde-linux26/contrib/lib/devres.c
--
Alioth's /usr/local/bin/git-commit-notice on
/srv/git.debian.org/git/pkg-hurd/hurd.git
- [hurd] branch master updated (ea2a883 -> a3d8e36),
Samuel Thibault <=
- [hurd] 01/05: Remove dh-exec workaround, fixed in newer dh-exec, Samuel Thibault, 2015/09/22
- [hurd] 04/05: New upstream snapshot, Samuel Thibault, 2015/09/22
- [hurd] 05/05: Merge branch 'upstream-merged', Samuel Thibault, 2015/09/22
- [hurd] 03/05: Merge branch 'upstream-merged', Samuel Thibault, 2015/09/22
- [hurd] 02/05: New upstream snapshot, Samuel Thibault, 2015/09/22