commit-hurd
[Top][All Lists]
Advanced

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

[hurd] branch upstream updated (4c7abe4 -> 9e8c1ba)


From: Samuel Thibault
Subject: [hurd] branch upstream updated (4c7abe4 -> 9e8c1ba)
Date: Mon, 09 Feb 2015 10:50:39 +0000

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

sthibault pushed a change to branch upstream
in repository hurd.

      from  4c7abe4   Merge remote-tracking branch 'upstream/master' into 
upstream
      adds  09ff61a   Makeconf: handle the task_notify protocol
      adds  46b2c2b   proc: register for new task notifications
      adds  d14748b   proc: implement `proc_make_task_namespace'
      adds  808073c   hurd: add `proc_make_task_namespace'
      adds  f878de5   libpager: remove the `seqno' parameters
      adds  6a2dec4   libpager: use libports notification functions
      adds  51c2bd7   ext2fs: tune the size of the inode cache
      adds  0a4ada8   Replace `bzero' with `memset'
      adds  82a87d0   Replace `bcopy' with `memcpy' or `memmove' as appropriate
      adds  b541a7c   Fix inclusion loop between hurd_types.defs and 
hurd/signal.h>
      adds  89c2cbb   hurd: make the protected payload changes less intrusive
      adds  8e3c26e   Avoid ./ components in mtab output
      adds  5fe615a   Make sure to free content dir in procfs
      adds  2a340dd   Revert "Make sure to free content dir in procfs"
      adds  8f5e94f   lib*: Fix typos in comments (found by codespell)
      adds  795d45e   aclocal.m4, configure.ac: Fix typos and grammar in 
comment (found by codespell)
      adds  d7fa37d   console-client: Fix typos in comments
      adds  695e606   console: Fix typos in comments
      adds  bd1d3a4   misc: Fix typos in comments (found by codespell)
      adds  c7441b5   libshouldbeinlibc: Fix typo in local variable name
      adds  29a30c4   procfs: Fix typos in comments (found by codespell)
      adds  87fad50   Backport Linux changes for proper TCP EOF handling
      adds  c0c6936   random: fix typo
      adds  106287a   libfshelp: improve error handling
      adds  e2b1c5c   libdiskfs: fix port leak
      adds  1901e7a   libports: silence pointless error message
      adds  361c586   startup: give the tasks we create a name
      adds  2d371a0   auth: simplify expression
      adds  40b354e   auth: remove implicit assumption about the bootstrap 
process
      adds  1ad178f   proc: call `startup_essential_task' earlier
      adds  508221b   console: fix error and notification port handling
      adds  ccee70d   utils/rpctrace: fix notification port handling
      adds  af81a07   Remove unimplemented -s option
      adds  2be6756   Allow dhcp trafic and configuration
      adds  f8163ae   Explicit the keymap compatibility flags
      adds  e04b779   startup: add more error handling
      adds  9e8c1ba   Merge remote-tracking branch 'upstream/master' into 
upstream

No new revisions were added by this update.

Summary of changes:
 Makeconf                                |   2 +
 aclocal.m4                              |   2 +-
 auth/auth.c                             |  21 +-
 boot/Makefile                           |   2 +
 boot/boot.c                             |   4 +-
 configure.ac                            |   4 +-
 console-client/bdf.c                    |   2 +-
 console-client/bdf.h                    |   2 +-
 console-client/xkb/README               |   2 +-
 console-client/xkb/TODO                 |   4 +-
 console-client/xkb/parser.y             |   6 +-
 console-client/xkb/xkb-data/keymap/hurd | 182 ++++++++---------
 console-client/xkb/xkb.c                |   6 +-
 console-client/xkb/xkb.h                |   2 +-
 console-client/xkb/xkbdata.c            |   6 +-
 console-client/xkb/xkbtimer.c           |   2 +-
 console/display.c                       |  37 ++--
 console/input.c                         |   2 +-
 console/input.h                         |   2 +-
 daemons/lmail.c                         |   2 +-
 defpager/defpager.c                     |   3 +-
 exec/exec.c                             |  18 +-
 ext2fs/ext2fs.c                         |   2 +-
 ext2fs/getblk.c                         |   2 +-
 ext2fs/inode.c                          |   8 +-
 ext2fs/pager.c                          |   8 +-
 fatfs/fat.h                             |   2 +-
 fatfs/pager.c                           |   2 +-
 ftpfs/dir.c                             |   4 +-
 ftpfs/netfs.c                           |   2 +-
 hurd/console.h                          |   2 +-
 hurd/hurd_types.defs                    |   4 +-
 hurd/io.defs                            |   2 +-
 hurd/process.defs                       |  11 +-
 isofs/inode.c                           |   2 +-
 isofs/lookup.c                          |   4 +-
 isofs/main.c                            |   2 +-
 isofs/pager.c                           |   2 +-
 isofs/rr.c                              |   6 +-
 libdiskfs/boot-start.c                  |   1 +
 libdiskfs/dir-lookup.c                  |   4 +-
 libdiskfs/file-get-trans.c              |  10 +-
 libdiskfs/file-getfh.c                  |   2 +-
 libdiskfs/file-statfs.c                 |   2 +-
 libfshelp/fetch-root.c                  |   6 +-
 libfshelp/start-translator-long.c       |   6 +-
 libfshelp/start-translator.c            |   2 +-
 libftpconn/create.c                     |   2 +-
 libftpconn/open.c                       |   2 +-
 libftpconn/unix.c                       |   4 +-
 libiohelp/return-buffer.c               |   2 +-
 libnetfs/dir-lookup.c                   |   4 +-
 libpager/Makefile                       |   8 +-
 libpager/chg-compl.c                    |   3 +-
 libpager/data-request.c                 |   3 +-
 libpager/data-return.c                  |  13 +-
 libpager/data-unlock.c                  |   3 +-
 libpager/demuxer.c                      |   6 +-
 libpager/lock-completed.c               |   3 +-
 libpager/mig-mutate.h                   |   9 -
 libpager/no-senders.c                   |  35 ----
 libpager/notify-stubs.c                 |  66 -------
 libpager/object-init.c                  |   3 +-
 libpager/object-terminate.c             |   3 +-
 libpager/pagemap.c                      |   2 +-
 libpager/pager-attr.c                   |   2 +-
 libpager/pager-create.c                 |   2 -
 libpager/pager.h                        |   2 +-
 libpager/priv.h                         |   3 -
 libpager/stubs.c                        |   9 +-
 libpipe/pipe.c                          |   6 +-
 libpipe/pq.c                            |  12 +-
 libpipe/pq.h                            |   2 +-
 libports/manage-multithread.c           |   5 +
 libps/procstat.c                        |   4 +-
 libps/ps.h                              |   2 +-
 libps/spec.c                            |   2 +-
 libshouldbeinlibc/cacheq.c              |   2 +-
 libshouldbeinlibc/idvec.c               |   2 +-
 libshouldbeinlibc/portxlate.c           |   6 +-
 libshouldbeinlibc/ugids.c               |   4 +-
 libstore/argp.c                         |   2 +-
 libstore/enc.c                          |   4 +-
 libstore/kids.c                         |   2 +-
 libstore/part.c                         |   2 +-
 libstore/remap.c                        |   2 +-
 libstore/unzipstore.c                   |   6 +-
 libthreads/alpha/thread.c               |   2 +-
 libtreefs/fsys.c                        |   4 +-
 libtreefs/treefs-hooks.h                |   4 +-
 libtrivfs/file-statfs.c                 |   2 +-
 mach-defpager/Makefile                  |   2 +-
 mach-defpager/default_pager.c           |  12 +-
 mach-defpager/wiring.c                  |   2 +-
 pfinet/ethernet.c                       |  10 +-
 pfinet/glue-include/asm/uaccess.h       |   2 +-
 pfinet/io-ops.c                         |   2 +-
 pfinet/linux-src/net/ipv4/devinet.c     |   2 +
 pfinet/linux-src/net/ipv4/tcp.c         |  59 +++---
 pfinet/linux-src/net/ipv4/tcp_input.c   |   3 +
 pfinet/linux-src/net/ipv4/tcp_output.c  |   1 +
 pfinet/options.c                        | 341 ++++++++++++++++++++++++--------
 pfinet/socket.c                         |   2 +-
 pfinet/timer-emul.c                     |   2 +-
 pfinet/tunnel.c                         |   2 +-
 pflocal/io.c                            |   4 +-
 proc/Makefile                           |   4 +-
 proc/main.c                             |  34 +++-
 proc/mgt.c                              | 145 +++++++++++++-
 proc/msg.c                              |   2 +-
 proc/proc.h                             |   6 +
 procfs/TODO                             |   2 +-
 procfs/main.c                           |   2 +-
 procfs/process.c                        |   4 +-
 procfs/procfs.h                         |   2 +-
 random/gnupg-random.c                   |   4 +-
 startup/startup.c                       | 113 +++++++----
 storeio/dev.c                           |   6 +-
 storeio/storeio.c                       |   4 +-
 sutils/fstab.c                          |   4 +-
 usermux/usermux.c                       |   5 +-
 utils/fakeauth.c                        |   2 +-
 utils/frobauth.c                        |   2 +-
 utils/login.c                           |   4 +-
 utils/rpctrace.c                        |   3 +-
 utils/x.c                               |   4 +-
 126 files changed, 885 insertions(+), 590 deletions(-)
 delete mode 100644 libpager/no-senders.c
 delete mode 100644 libpager/notify-stubs.c

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