commit-hurd
[Top][All Lists]
Advanced

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

[hurd] branch upstream updated (a3ffccc -> c6f5e3e)


From: Samuel Thibault
Subject: [hurd] branch upstream updated (a3ffccc -> c6f5e3e)
Date: Thu, 20 Mar 2014 02:23:49 +0000

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

sthibault pushed a change to branch upstream
in repository hurd.

      from  a3ffccc   Merge remote-tracking branch 'upstream/master' into 
upstream
       new  b39be88   Replaced bz2 decompression code with libbz2
       new  1ea83c9   trans/fakeroot: fix cached node retrieval on lookup
       new  b60c41a   Merge branch 'master' of 
git.savannah.gnu.org:/srv/git/hurd/hurd
       new  d1a48bc   Fix typos
       new  f968b1b   isofs: add bz2 to OTHERLIBS
       new  ab9163f   fatfs: add bz2 to OTHERLIBS
       new  c8b5250   Merge branch 'master' of 
git.savannah.gnu.org:/srv/git/hurd/hurd
       new  bfa5d8f   Add --font-width option to force 8/9 pixel font width
       new  883a7ad   Add missing copyright notice
       new  da158a4   libdiskfs: fix typo
       new  8132295   Merge branch 'master' of 
git.savannah.gnu.org:/srv/git/hurd/hurd
       new  2a685b0   libstore: replaced gz decompression code with libz
       new  91090f8   Add missing copyright notice
       new  dd07e7f   libstore: fixed some pointer-sign related warnings
       new  2354912   libports: work around bugs in server termination
       new  c3936e8   pfinet: set a non-zero ports management timeout
       new  4473d16   exec: provide a meaningful name for new tasks
       new  139cc36   Fix fakeroot and remap parsing corner cases
       new  f264026   utils/umount: do not remove passive translator records
       new  6d38ec6   libpager: improve the pager_demuxer function
       new  d1f23fd   mach-defpager: fix definition of 
seqnos_memory_object_data_unlock
       new  b7521a3   mach-defpager: add function mig_reply_setup
       new  d4129a3   mach-defpager: improve the default_pager_demux_object 
function
       new  9366d6b   hurd: fix the get-children and get-source procedures
       new  8eb1240   nfs: implement netfs_get_source
       new  1b35145   trans/mtab: ignore translators that do not implement 
file_get_source
       new  90af50d   tmpfs: set diskfs_disk_name to "none"
       new  f2fd583   trans/mtab: do not map unknown source strings to "none"
       new  41b88da   New RPCs, fix build
       new  982261f   libnetfs: fix receiver lookups in fsys server functions
       new  86e3141   libdiskfs: fix receiver lookups in fsys server functions
       new  e5583e1   pfinet: improve the mig mutator functions
       new  8287b6f   libtrivfs: improve the mig mutator functions
       new  a8c50b3   hurd: add IIOCTL_IMPORTS
       new  a876dba   pfinet: fix receiver lookups in iioctl-ops.c
       new  20d3ffa   term: fix receiver lookups in the tioctl server functions
       new  e3a2c2c   term: fix receiver lookups in the term server functions
       new  666830d   trans/ifsock: fix receiver lookup
       new  4097dab   Fix crash on opening /dev/kbd or mouse without any 
console being active
       new  cff25ce   auth: improve the mig mutator functions
       new  653a408   mach-defpager: remove comments around form feeds
       new  6f1fa08   mach-defpager: fix warnings about unused variables
       new  727d282   mach-defpager: add and use synchronized_printf for dprintf
       new  f3d9cf9   mach-defpager: fix error handling in 
S_default_pager_object_set_size
       new  3deb2d7   mach-defpager: fix warning about uninitialized variable
       new  a77077e   mach-defpager: fix warnings about uninitialized variables
       new  109169c   mach-defpager: fix type of size arguments
       new  cc97574   mach-defpager: silently ignore requests to page to active 
partition
       new  8ad7f49   Merge branch 'master' of 
git.savannah.gnu.org:/srv/git/hurd/hurd
       new  a13a528   Fix crash on accessing vcs without a console being active
       new  e5e577c   Fix vcs_readlink propagating error returned by 
console_current_id
       new  2294f2f   Fix handling of console readlink errors
       new  c6f5e3e   Merge remote-tracking branch 'upstream/master' into 
upstream

The 53 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:
 auth/Makefile                                      |    2 +-
 auth/auth.c                                        |   10 +-
 libnetfs/get-source.c => auth/auth.h               |   22 +-
 auth/auth_mig.h                                    |    5 -
 auth/authmutations.h                               |    6 -
 {proc => auth}/mig-decls.h                         |   32 +-
 libtrivfs/get-source.c => auth/mig-mutate.h        |   18 +-
 configure.ac                                       |    3 +
 console-client/console.c                           |   15 +-
 console-client/current-vcs.c                       |    8 +-
 console-client/trans.c                             |   30 +-
 console-client/vga-dynafont.c                      |   13 +-
 console-client/vga-dynafont.h                      |    2 +-
 console-client/vga-hw.h                            |    5 +
 console-client/vga-support.c                       |   49 +-
 console-client/vga.c                               |   12 +-
 exec/exec.c                                        |   27 +-
 exec/execmutations.h                               |    4 +-
 ext2fs/Makefile                                    |    2 +-
 fatfs/Makefile                                     |    2 +-
 hurd/fs.defs                                       |   19 +
 hurd/fsys.defs                                     |   20 +-
 hurd/iioctl.defs                                   |    4 +
 isofs/Makefile                                     |    2 +-
 libdiskfs/Makefile                                 |    2 +-
 libdiskfs/boot-start.c                             |   18 +-
 libdiskfs/diskfs.h                                 |   31 +-
 .../{fsys-get-children.c => file-get-children.c}   |   16 +-
 libdiskfs/{fsys-get-source.c => file-get-source.c} |   15 +-
 libdiskfs/fsmutations.h                            |    3 +
 libdiskfs/fsys-getfile.c                           |   12 +-
 libdiskfs/fsys-getroot.c                           |    9 +-
 libdiskfs/fsys-goaway.c                            |    8 +-
 libdiskfs/fsys-options.c                           |   16 +-
 libdiskfs/fsys-syncfs.c                            |   10 +-
 libdiskfs/get-source.c                             |    9 +-
 libdiskfs/priv.h                                   |    1 +
 libnetfs/Makefile                                  |    2 +-
 .../{fsys-get-children.c => file-get-children.c}   |   14 +-
 libnetfs/{fsys-get-source.c => file-get-source.c}  |   15 +-
 libnetfs/fsys-get-options.c                        |    6 +-
 libnetfs/fsys-getroot.c                            |    5 +-
 libnetfs/fsys-goaway.c                             |   10 +-
 libnetfs/fsys-set-options.c                        |   11 +-
 libnetfs/fsys-syncfs.c                             |    2 +-
 libnetfs/fsysstubs.c                               |    8 +-
 libnetfs/get-source.c                              |    2 +-
 libnetfs/mutations.h                               |    3 +
 libnetfs/netfs.h                                   |   15 +-
 libnetfs/priv.h                                    |   14 +
 libpager/demuxer.c                                 |   22 +-
 libports/manage-multithread.c                      |    6 +
 libstore/Makefile                                  |    4 +-
 libstore/do-bunzip2.c                              | 1778 +-------------------
 libstore/do-gunzip.c                               |   80 +
 libstore/gunzip.c                                  |   27 +-
 libstore/gzip.h                                    |  315 ----
 libstore/inflate.c                                 |  954 -----------
 libstore/tailor.h                                  |   14 -
 libstore/unzip.c                                   |  199 ---
 libstore/util.c                                    |  257 +--
 libtrivfs/Makefile                                 |    8 +-
 .../{fsys-get-children.c => file-get-children.c}   |    4 +-
 libtrivfs/{fsys-get-source.c => file-get-source.c} |    6 +-
 libtrivfs/get-source.c                             |    2 +-
 libtrivfs/{migsupport.c => mig-decls.h}            |   31 +-
 libtrivfs/{fsmutations.h => mig-mutate.h}          |    7 +-
 libtrivfs/trivfs.h                                 |   53 +-
 mach-defpager/default_pager.c                      |  142 +-
 mach-defpager/file_io.h                            |    6 +-
 mach-defpager/kalloc.c                             |    2 +-
 mach-defpager/setup.c                              |    6 +-
 nfs/main.c                                         |   14 +
 pfinet/Makefile                                    |    7 +-
 pfinet/iioctl-ops.c                                |   42 +-
 pfinet/main.c                                      |    2 +-
 pfinet/mig-decls.h                                 |   55 +
 pfinet/{mutations.h => mig-mutate.h}               |    8 +-
 pfinet/misc.c                                      |   26 -
 pfinet/pfinet.h                                    |    9 -
 term/Makefile                                      |    3 +
 libdiskfs/get-source.c => term/mig-mutate.h        |   19 +-
 term/ptyio.c                                       |   48 +-
 term/users.c                                       |  307 ++--
 tmpfs/tmpfs.c                                      |    2 +-
 trans/Makefile                                     |    9 +-
 trans/fakeroot.c                                   |   11 +-
 trans/ifsock.c                                     |    9 +-
 trans/mtab.c                                       |   27 +-
 trans/symlink.c                                    |   15 -
 utils/Makefile                                     |    2 +-
 utils/fakeauth.c                                   |   10 +-
 utils/fakeroot.sh                                  |   10 +-
 utils/remap.sh                                     |    9 +-
 utils/umount.c                                     |    4 +-
 95 files changed, 927 insertions(+), 4213 deletions(-)
 copy libnetfs/get-source.c => auth/auth.h (72%)
 delete mode 100644 auth/auth_mig.h
 delete mode 100644 auth/authmutations.h
 copy {proc => auth}/mig-decls.h (57%)
 copy libtrivfs/get-source.c => auth/mig-mutate.h (66%)
 rename libdiskfs/{fsys-get-children.c => file-get-children.c} (89%)
 rename libdiskfs/{fsys-get-source.c => file-get-source.c} (76%)
 rename libnetfs/{fsys-get-children.c => file-get-children.c} (91%)
 rename libnetfs/{fsys-get-source.c => file-get-source.c} (77%)
 create mode 100644 libstore/do-gunzip.c
 delete mode 100644 libstore/gzip.h
 delete mode 100644 libstore/inflate.c
 delete mode 100644 libstore/tailor.h
 delete mode 100644 libstore/unzip.c
 rename libtrivfs/{fsys-get-children.c => file-get-children.c} (93%)
 rename libtrivfs/{fsys-get-source.c => file-get-source.c} (86%)
 rename libtrivfs/{migsupport.c => mig-decls.h} (76%)
 rename libtrivfs/{fsmutations.h => mig-mutate.h} (90%)
 create mode 100644 pfinet/mig-decls.h
 rename pfinet/{mutations.h => mig-mutate.h} (88%)
 copy libdiskfs/get-source.c => term/mig-mutate.h (63%)

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