commit-hurd
[Top][All Lists]
Advanced

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

[hurd] branch upstream updated (04cfa52 -> 02f5c02)


From: Samuel Thibault
Subject: [hurd] branch upstream updated (04cfa52 -> 02f5c02)
Date: Wed, 10 Aug 2016 00:05: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  04cfa52   Avoid superfluous locking of node
       new  0ab3825   libdiskfs: fix error handling
       new  60d14f5   ext2fs: fix pager use-after-free
       new  305e83c   Make <sys/procfs.h> self-contained again
       new  d213bd8   Revert part of "fix compiler warnings in hurd/exec"
       new  6f6d157   Revert "drop the deprecated malloc/free hooks in 
hurd/mach-defpager"
       new  1a36fdf   Complete allocation hooks
       new  293e869   Fix pipe_send() with no data
       new  dd93fc4   nfs: appease the stricter reference counting mechanism
       new  a8b8ece   trans/crash: fix resource leaks
       new  4cb90fc   Do not make io_select return errors on unsupported 
READ/WRITE mode
       new  d024ec3   trans/crash: fix blunder
       new  bc17013   pfinet: fix memory leak
       new  ceae83b   proc: Fix references to the startup server.
       new  0e3a795   libpager: provide 'pager_create_alloc'
       new  1912e6a   startup: Make the kernel a child of startup.
       new  c9cd195   proc: Fix permission check.
       new  cf04053   sutils: New utility 'bless'.
       new  c8c9737   Support MSG_DONTWAIT in pflocal send/recv
       new  02f5c02   trans/crash: core file name templates

The 19 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:
 console-client/kbd-repeat.c |   5 +-
 console-client/pc-mouse.c   |   5 +-
 console/pager.c             |  22 ++----
 doc/hurd.texi               |   5 ++
 exec/elfcore.c              |   4 +-
 ext2fs/pager.c              |  56 ++++++++------
 fatfs/pager.c               |  21 +++--
 hurd/crash.defs             |   6 +-
 include/sys/procfs.h        |   3 +-
 isofs/pager.c               |  18 ++---
 libdiskfs/dir-rmdir.c       |   2 +-
 libpager/pager-create.c     |  50 +++++++++---
 libpager/pager.h            |   8 ++
 libpipe/pipe.c              |   5 +-
 mach-defpager/kalloc.c      |  47 +++++++++++-
 nfs/cache.c                 |   3 -
 pfinet/socket-ops.c         |   6 +-
 pflocal/socket.c            |  14 ++--
 proc/main.c                 |   5 +-
 proc/mgt.c                  |   6 +-
 proc/msg.c                  |  10 +--
 proc/proc.h                 |   2 +-
 startup/startup.c           |  10 ++-
 sutils/Makefile             |   2 +-
 sutils/bless.c              |  96 +++++++++++++++++++++++
 trans/crash.c               | 183 ++++++++++++++++++++++++++++++++++++++++++--
 trans/fifo.c                |   2 -
 trans/mtab.c                |   4 -
 trans/new-fifo.c            |   2 -
 trans/null.c                |   6 +-
 trans/streamio.c            |  12 +--
 31 files changed, 486 insertions(+), 134 deletions(-)
 create mode 100644 sutils/bless.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]