commit-hurd
[Top][All Lists]
Advanced

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

[SCM] Hurd branch, master, updated. v0.9-183-g3078c94


From: Samuel Thibault
Subject: [SCM] Hurd branch, master, updated. v0.9-183-g3078c94
Date: Sat, 27 Jul 2019 06:42:01 -0400 (EDT)

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  3078c9460c62d2acbcea9c9a5eab6d666fad79e9 (commit)
       via  3834e9e19d0cf6ff5dfbaec9500308e4b79da23b (commit)
       via  0d1e89c38f0d99f5bab0c5a52e21d1efd87fbd76 (commit)
      from  524e2fb5a031f1d7bee74abbd270ddbc8e1e334f (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 3078c9460c62d2acbcea9c9a5eab6d666fad79e9
Author: Samuel Thibault <address@hidden>
Date:   Sat Jul 27 12:40:06 2019 +0200

    Catch LFS64 inconsistencies in RPC server stubs
    
    * libdiskfs/diskfs.h (protid_t): New type
    (diskfs_S_io_write, diskfs_S_io_read, diskfs_S_io_seek,
    diskfs_S_io_stat, diskfs_S_file_set_size,
    diskfs_S_file_get_storage_info, diskfs_S_file_statfs): New prototypes.
    * libnetfs/netfs.h (netfs_S_io_write, netfs_S_io_read, netfs_S_io_seek,
    netfs_S_io_stat, netfs_S_file_set_size, netfs_S_file_get_storage_info,
    netfs_S_file_statfs): New prototypes.
    * libtrivfs/trivfs.h (trivfs_S_io_write, trivfs_S_io_read,
    trivfs_S_io_seek, trivfs_S_io_stat, trivfs_S_file_set_size,
    trivfs_S_file_get_storage_info, trivfs_S_file_statfs): New prototypes.

commit 3834e9e19d0cf6ff5dfbaec9500308e4b79da23b
Author: Samuel Thibault <address@hidden>
Date:   Sat Jul 27 12:32:17 2019 +0200

    Fix missing gnu_dev_* prototypes
    
    * isofs/rr.c: Include <sys/sysmacros.h>.
    * libdiskfs/file-set-trans.c: Likewise.
    * libfshelp/fetch-root.c: Likewise.
    * libnetfs/file-get-translator.c: Likewise.
    * libnetfs/file-set-translator.c: Likewise.
    * nfs/nfs.c: Likewise.
    * nfs/ops.c: Likewise.
    * storeio/storeio.c: Likewise.
    * trans/fakeroot.c: Likewise.

commit 0d1e89c38f0d99f5bab0c5a52e21d1efd87fbd76
Author: Samuel Thibault <address@hidden>
Date:   Sat Jul 27 11:57:44 2019 +0200

    diskfs.h: Expose 64bit types
    
    We build hurd with LFS64, so we should always expose LFS64 types, so callers
    do not have to build with -D_FILE_OFFSET_BITS=64.
    
    * libdiskfs/diskfs.h (struct peropen): Make `filepointer' field type
    `loff_t' instead of `off_t'.
    (diskfs_cached_ifind): Make `inum' parameter `ino64_t' instead of
    `ino_t'.
    (diskfs_cached_lookup_context): Likewise.
    * hurd/shared.h (strcut shared_io): Make `read_size', `prenotify_size',
    `postnotify_size', `readnotify_size', `rd_file_pointer',
    `wr_file_pointer', `xx_file_pointer', `file_size' fields type `loff_t'
    instead of `off_t'.

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

Summary of changes:
 hurd/hurd_types.h              |  2 +-
 hurd/shared.h                  | 18 +++++++-------
 isofs/rr.c                     |  1 +
 libdiskfs/diskfs.h             | 50 ++++++++++++++++++++++++++++++++++---
 libdiskfs/file-set-trans.c     |  1 +
 libfshelp/fetch-root.c         |  1 +
 libnetfs/file-get-translator.c |  1 +
 libnetfs/file-set-translator.c |  1 +
 libnetfs/netfs.h               | 41 +++++++++++++++++++++++++++++++
 libtrivfs/trivfs.h             | 56 ++++++++++++++++++++++++++++++++++++++++++
 nfs/nfs.c                      |  1 +
 nfs/ops.c                      |  1 +
 storeio/storeio.c              |  1 +
 trans/fakeroot.c               |  1 +
 14 files changed, 163 insertions(+), 13 deletions(-)


hooks/post-receive
-- 
Hurd



reply via email to

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