commit-hurd
[Top][All Lists]
Advanced

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

[hurd] branch upstream updated (3dc2076 -> 3f883d3)


From: Samuel Thibault
Subject: [hurd] branch upstream updated (3dc2076 -> 3f883d3)
Date: Tue, 22 Sep 2015 21:51:57 +0000

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

sthibault pushed a change to branch upstream
in repository hurd.

      from  3dc2076   Merge remote-tracking branch 'upstream/master' into 
upstream
       new  827915c   exec: fix setting the name of early servers
       new  5d1c6af   Print which path init tried to execv
       new  60d862c   pflocal: fix receiver lookup
       new  8d86223   libports: clarify why we emulate protected payloads
       new  8b14af6   Make fakeroot return file types from underly fs
       new  68af46b   Fake full file access only for faked nodes
       new  72758b6   ext2fs: improve ext2fs debugging
       new  714c723   ext2fs: provide unconditional debug macro
       new  fddacae   libdiskfs: fix parent lookup in the name cache
       new  26e0ea9   libdiskfs: fix typo
       new  e507800   libdiskfs: add missing declarations
       new  346ace4   libdiskfs: rename `error' variable
       new  918a8c2   Fix build against glibc 2.21
       new  7a2c17f   Fix race condition in ext2fs when remounting
       new  f628191   Fix opening a fifo with O_RDWR
       new  2ec3b41   Make procfs accept none or proc as "device"
       new  90b656d   Also do not realpath "proc" pseudo-device
       new  4b2e410   umount: Do not report errors on making the device go away
       new  06275e2   pflocal: avoid nested function
       new  70962d7   libshouldbeinlibc/maptime: use memory fences
       new  87a79cb   Do not install libtrivfs mig stub headers
       new  5e8e02f   Install port-deref-deferred.h header for ports.h
       new  280e26f   Fix sock_bind(sock,NULL) support
       new  df2b1fb   Fix closure of local server sockets
       new  25ddda6   Fix detection of terminated dgram pflocal server
       new  90ae149   Add support for ANSI.SYS SCP/RCP escape codes
       new  c6d8af5   Fix build warning
       new  51f60c3   Turn EADDRNOTAVAIL to more commonly-understood 
ECONNREFUSED
       new  737f692   Define TIME_VALUE_TO_TIMESPEC only when not defined 
already
       new  3f883d3   Merge remote-tracking branch 'upstream/master' into 
upstream

The 30 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 --
 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 +-
 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 +
 41 files changed, 441 insertions(+), 146 deletions(-)

-- 
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]