commit-hurd
[Top][All Lists]
Advanced

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

[hurd] 53/53: Merge remote-tracking branch 'upstream/master' into upstre


From: Samuel Thibault
Subject: [hurd] 53/53: Merge remote-tracking branch 'upstream/master' into upstream
Date: Thu, 20 Mar 2014 02:23:53 +0000

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

sthibault pushed a commit to branch upstream
in repository hurd.

commit c6f5e3e3afe282b83b9d570fcdaf007f3ba318df
Merge: a3ffccc 2294f2f
Author: Samuel Thibault <address@hidden>
Date:   Wed Mar 19 17:51:30 2014 +0000

    Merge remote-tracking branch 'upstream/master' into upstream

 auth/Makefile                                      |    2 +-
 auth/auth.c                                        |   10 +-
 libnetfs/get-source.c => auth/auth.h               |   22 +-
 auth/auth_mig.h                                    |    5 -
 auth/authmutations.h                               |    6 -
 libnetfs/get-source.c => auth/mig-decls.h          |   32 +-
 libdiskfs/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 +-
 .../file-get-source.c                              |   14 +-
 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 +-
 .../file-get-source.c                              |    7 +-
 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, 934 insertions(+), 4206 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]