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.git20230520-28-ge9ac1497


From: Samuel Thibault
Subject: [SCM] Hurd branch, master, updated. v0.9.git20230520-28-ge9ac1497
Date: Mon, 7 Aug 2023 20:38: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  e9ac14979a70d0b36684fb4bac031daa7dcb9a6a (commit)
       via  71ce0089f78fc27231f39e9aef7356e9e72ed759 (commit)
       via  11fc7584fae2f1b72b66368e88327e9f9fb790ee (commit)
       via  a11b544b4a4d4895224671c6b59556666e0a7512 (commit)
       via  b0ea438723d4943a0164479e338313eb98e368db (commit)
       via  3bc9a699ca7106204ffa97272374313bf04f6cc0 (commit)
      from  e22f3a3170e5c3028dc83fbdfb0d8705fd00df75 (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 e9ac14979a70d0b36684fb4bac031daa7dcb9a6a
Author: Samuel Thibault <samuel.thibault@ens-lyon.org>
Date:   Tue Aug 8 01:44:19 2023 +0200

    Get rid of u_int in RPCs
    
    To get mach_msg_type_number_t everywhere

commit 71ce0089f78fc27231f39e9aef7356e9e72ed759
Author: Samuel Thibault <samuel.thibault@ens-lyon.org>
Date:   Tue Aug 8 01:44:03 2023 +0200

    exec: Get rid of u_int

commit 11fc7584fae2f1b72b66368e88327e9f9fb790ee
Author: Samuel Thibault <samuel.thibault@ens-lyon.org>
Date:   Tue Aug 8 01:43:46 2023 +0200

    pfinet: Get rid of u_int

commit a11b544b4a4d4895224671c6b59556666e0a7512
Author: Samuel Thibault <samuel.thibault@ens-lyon.org>
Date:   Tue Aug 8 01:39:08 2023 +0200

    ext2fs: Fix shift in find_next_zero_bit
    
    Shifting unsigned 32bit right by 32 bits is undefined, so avoid this.

commit b0ea438723d4943a0164479e338313eb98e368db
Author: Samuel Thibault <samuel.thibault@ens-lyon.org>
Date:   Tue Aug 8 01:35:48 2023 +0200

    ext2fs: Fix shift in ext2_new_block
    
    Shifting signed integers left by 31 bits is not representable, so better
    make sure to use unsigned integers.

commit 3bc9a699ca7106204ffa97272374313bf04f6cc0
Author: Samuel Thibault <samuel.thibault@ens-lyon.org>
Date:   Tue Aug 8 01:25:50 2023 +0200

    Homogeneize [gs]et_translator and get_dire[nc]ts into mach_msg_type_number_t
    
    This makes netfs_[gs]et_translator use mach_msg_type_number_t like
    the RPC and diskfs. This also makes the fshelp_fetch_root_callback1_t
    for fshelp_fetch_root use mach_msg_type_number_t.
    
    This also makes procfs_get_translator and the get_translator proc method
    use mach_msg_type_number_t.
    
    This makes diskfs_get_directs use mach_msg_type_number_t like the
    dir_readdir RPC
    
    Also get rid of u_int.
    
    This notably fixes _diskfs_translator_callback1_fn's bogus cast of
    size_t *argz_len into (u_int *).

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

Summary of changes:
 doc/hurd.texi                | 10 +++++-----
 eth-multiplexer/netfs_impl.c |  2 +-
 exec/hashexec.c              | 18 +++++++++---------
 exec/priv.h                  | 14 +++++++-------
 ext2fs/balloc.c              |  4 ++--
 ext2fs/bitmap.c              |  3 ++-
 ext2fs/dir.c                 |  2 +-
 ext2fs/inode.c               |  4 ++--
 fatfs/dir.c                  |  2 +-
 fatfs/inode.c                |  4 ++--
 ftpfs/netfs.c                |  2 +-
 hostmux/leaf.c               | 20 +++++++++++---------
 hostmux/stubs.c              |  2 +-
 isofs/inode.c                |  4 ++--
 isofs/lookup.c               |  2 +-
 libdiskfs/dir-readdir.c      | 14 +++-----------
 libdiskfs/diskfs.h           |  6 +++---
 libdiskfs/file-get-trans.c   |  2 +-
 libdiskfs/trans-callback.c   |  4 ++--
 libfshelp/fetch-root.c       |  4 ++--
 libfshelp/fshelp.h           |  4 ++--
 libnetfs/netfs.h             |  4 ++--
 libnetfs/set-get-trans.c     |  4 ++--
 libnetfs/trans-callback.c    |  2 +-
 libtrivfs/priv.c             |  2 +-
 libtrivfs/trivfs.h           |  2 +-
 pfinet/ethernet.c            |  2 +-
 procfs/netfs.c               |  2 +-
 procfs/procfs.c              |  2 +-
 procfs/procfs.h              |  4 ++--
 procfs/rootdir.c             |  2 +-
 storeio/storeio.c            |  4 ++--
 term/devio.c                 |  2 +-
 tmpfs/dir.c                  |  2 +-
 tmpfs/node.c                 |  4 ++--
 trans/fakeroot.c             |  2 +-
 trans/firmlink.c             |  2 +-
 trans/magic.c                |  2 +-
 trans/streamio.c             |  2 +-
 usermux/leaf.c               | 12 +++++++-----
 usermux/stubs.c              |  2 +-
 41 files changed, 92 insertions(+), 95 deletions(-)


hooks/post-receive
-- 
Hurd



reply via email to

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