commit-hurd
[Top][All Lists]
Advanced

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

[SCM] Hurd branch, master, updated. v0.5-295-g10412bf


From: Justus Winter
Subject: [SCM] Hurd branch, master, updated. v0.5-295-g10412bf
Date: Sun, 08 Jun 2014 17:15:59 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Hurd".

The branch, master has been updated
       via  10412bfccc00708663034a76b1a3c66058bb7545 (commit)
       via  a69c285856bec047570ce58e827333332f40c2ef (commit)
       via  4bd281cdd18645a0bffde9748225569eaa85ea44 (commit)
       via  6ec540993675a4d0e60497c7788cb577a79028f8 (commit)
       via  655f60be3622bfbd90e87a4038cc9c8190ad7c35 (commit)
       via  df7856856f5f2e4535268362526cc039fed69703 (commit)
       via  8a7b5995f039e43ae918dee691ebb8f960f98db6 (commit)
       via  027bc17eca80bd379663e645aa9a7c59573bf0de (commit)
      from  9d8a274e00cf01d2a2ea137f5dbd6f5edb37c15b (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 10412bfccc00708663034a76b1a3c66058bb7545
Author: Justus Winter <address@hidden>
Date:   Fri Jun 6 11:45:03 2014 +0200

    ext2fs: fix type of retry_dotdot
    
    * ext2fs/dir.c (diskfs_lookup_hard): Use ino_t for retry_dotdot.

commit a69c285856bec047570ce58e827333332f40c2ef
Author: Justus Winter <address@hidden>
Date:   Fri Jun 6 11:30:26 2014 +0200

    ext2fs: fix type of blockaddr
    
    * ext2fs/dir.c (diskfs_lookup_hard): Use vm_address_t for blockaddr.

commit 4bd281cdd18645a0bffde9748225569eaa85ea44
Author: Justus Winter <address@hidden>
Date:   Fri Jun 6 11:29:18 2014 +0200

    ext2fs: use size_t where appropriate
    
    * extfs/dir.c: Use size_t where appropriate.

commit 6ec540993675a4d0e60497c7788cb577a79028f8
Author: Justus Winter <address@hidden>
Date:   Wed Jun 4 17:05:36 2014 +0200

    ext2fs: fix compiler warning
    
    * ext2fs/pager.c (disk_cache_block_ref): block cannot be negative.

commit 655f60be3622bfbd90e87a4038cc9c8190ad7c35
Author: Justus Winter <address@hidden>
Date:   Fri Jun 6 10:24:00 2014 +0200

    libdiskfs: avoid implicit integer conversion
    
    * libdiskfs/boot-start.c (diskfs_boot_start): Avoid implicit integer
    conversion.

commit df7856856f5f2e4535268362526cc039fed69703
Author: Justus Winter <address@hidden>
Date:   Fri Jun 6 10:03:17 2014 +0200

    libdiskfs: use correct type for disk offsets
    
    * libdiskfs/diskfs.h (struct peropen): Use off_t for filepointer.

commit 8a7b5995f039e43ae918dee691ebb8f960f98db6
Author: Justus Winter <address@hidden>
Date:   Wed Jun 4 17:10:36 2014 +0200

    hurd: fix type of optimal_transfer_size
    
    * hurd/shared.h (struct shared_io): Use blksize_t for optimal_transfer_size.

commit 027bc17eca80bd379663e645aa9a7c59573bf0de
Author: Justus Winter <address@hidden>
Date:   Fri Jun 6 10:20:47 2014 +0200

    include: use unsigned literal in combination with binary not
    
    * include/refcount.h (refcounts_promote): Use ~0U.
    (refcounts_demote): Likewise.

-----------------------------------------------------------------------

Summary of changes:
 ext2fs/dir.c           |   26 +++++++++++++-------------
 ext2fs/pager.c         |    2 +-
 hurd/shared.h          |    2 +-
 include/refcount.h     |    4 ++--
 libdiskfs/boot-start.c |    5 +++--
 libdiskfs/diskfs.h     |    2 +-
 6 files changed, 21 insertions(+), 20 deletions(-)


hooks/post-receive
-- 
Hurd



reply via email to

[Prev in Thread] Current Thread [Next in Thread]