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  83a6fc7641eecdb2b96c2dee2261da92573693de (commit)
       via  4147d774acf6669038e8f895c3a047e533b73f18 (commit)
      from  308b36dbe2b533717a379402d4243d0224327846 (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 83a6fc7641eecdb2b96c2dee2261da92573693de
Author: Mikhail Karpov <[email protected]>
Date:   Thu Aug 27 11:01:17 2026 +0700

    storeio: expose disk partitions
    
    This migrates storeio from trivfs to netfs, and exposes the disk
    partitions as nodes in the directory. This way, people can both open the
    full disk with /dev/wd0 or a partition with /dev/wd0/1, avoiding the
    need to set up various /dev/wd0s1, /dev/wd0s2, etc.
    
    Message-ID: <[email protected]>

commit 4147d774acf6669038e8f895c3a047e533b73f18
Author: Samuel Thibault <[email protected]>
Date:   Mon Aug 31 20:37:33 2026 +0200

    typo

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

Summary of changes:
 libdiskfs/diskfs.h |    2 +-
 storeio/Makefile   |   13 +-
 storeio/dev.c      |   61 +--
 storeio/dev.h      |  107 +++--
 storeio/io.c       |  385 -----------------
 storeio/open.c     |  127 ------
 storeio/open.h     |   68 ---
 storeio/pager.c    |   12 +-
 storeio/part.c     |  162 +++++++
 storeio/storeio.c  | 1187 ++++++++++++++++++++++++++++++++++++++++------------
 10 files changed, 1209 insertions(+), 915 deletions(-)
 delete mode 100644 storeio/io.c
 delete mode 100644 storeio/open.c
 delete mode 100644 storeio/open.h
 create mode 100644 storeio/part.c


hooks/post-receive
-- 
Hurd

Reply via email to