commit-hurd
[Top][All Lists]
Advanced

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

[hurd] branch upstream updated (cef4f1d -> db7dd39)


From: Samuel Thibault
Subject: [hurd] branch upstream updated (cef4f1d -> db7dd39)
Date: Sat, 04 Mar 2017 21:10: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  cef4f1d   startup: insert the kernel name in its commande line
       new  6ebebc8   ext2fs: Add support for xattr
       new  db968a3   ext2fs: Use xattr to store passive translator
       new  ea86767   ext2fs: Fix typo.
       new  76266d8   ext2fs: Use correct type for sizes.
       new  0833641   ext2fs: Fix block leak in xattr code.
       new  c8dac95   ext2fs: Do not read translator record on Linux 
filesystems.
       new  4818346   ext2fs: Require users to opt-in for xattr-based 
translator records.
       new  4490e9a   ext2fs: Fix block allocation.
       new  109f842   ext2fs: Fix potential block leak.
       new  41857c7   ext2fs: fix block reference
       new  059f34b   ext2fs: minor cleanup
       new  0849e0b   ext2fs: fix extended attribute retrieval
       new  05c364c   ext2fs: downgrade warnings about old translator records 
to debug messages
       new  becc704   Merge remote-tracking branch 
'remotes/darnassus/ext2fs-xattrs'
       new  8faee92   Fix mig URL
       new  4acff34   libshouldbeinlibc: Fix NDEBUG build.
       new  9beba9b   boot: Cleanup Makefile.
       new  5ac0c5c   boot: Add a verbose option.
       new  7845e0f   boot: Fix failing device lookups in unprivileged mode.
       new  cfcb0ed   boot: Make the halt message nicer.
       new  db7dd39   Avoid ports_interrupt_rpcs cancel itself

The 21 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:
 boot/Makefile                                  |   3 +-
 boot/boot.c                                    |  24 +-
 libshouldbeinlibc/refcount.c => boot/private.h |  16 +-
 boot/userland-boot.c                           |  15 +-
 configure.ac                                   |   6 +-
 ext2fs/Makefile                                |   3 +-
 ext2fs/ext2_fs.h                               |   3 +-
 ext2fs/ext2fs.c                                |  14 +
 ext2fs/ext2fs.h                                |  23 +
 ext2fs/ialloc.c                                |   2 +
 ext2fs/inode.c                                 | 222 +++++--
 ext2fs/xattr.c                                 | 876 +++++++++++++++++++++++++
 ext2fs/xattr.h                                 |  85 +++
 libports/interrupt-rpcs.c                      |   8 +-
 libshouldbeinlibc/assert-backtrace.h           |   2 +-
 15 files changed, 1219 insertions(+), 83 deletions(-)
 copy libshouldbeinlibc/refcount.c => boot/private.h (69%)
 create mode 100644 ext2fs/xattr.c
 create mode 100644 ext2fs/xattr.h

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