On Tue, Jan 23, 2024 at 09:47:56PM +0100, Samuel Thibault wrote:
> The 64bit ABI defines ld.so to be /lib/ld-x86-64.so.1
>
> Signed-off-by: Samuel Thibault
Reviewed-by: Daniel Kiper
Daniel
On Tue, Jan 23, 2024 at 09:47:36PM +0100, Samuel Thibault wrote:
> file_get_fs_options takes a mach_msg_type_number_t (32 bit), not a size_t
> (64 bit on 64-bit platforms).
>
> Signed-off-by: Samuel Thibault
Reviewed-by: Daniel Kiper
Daniel
On Sun, Jan 21, 2024 at 05:22:29AM +0300, Vladimir 'phcoder' Serbinenko wrote:
> LGTM
> Reviewed-by: Vladimir Serbinenko
Reviewed-by: Daniel Kiper
Daniel
On Sat, Jan 20, 2024 at 09:11:50PM +0100, Samuel Thibault wrote:
> Signed-off-by: Samuel Thibault
May I ask you to repost this patch with proper commit message and added
Signed-off-by?
Daniel
> Samuel Thibault, le sam. 20 janv. 2024 21:10:14 +0100, a ecrit:
> > ---
> > util/grub.d/10_hurd.in
On Sat, Jul 01, 2023 at 02:55:48PM +0200, Samuel Thibault wrote:
> acpi actually needs to access PCI, while pci-arbiter will not be making
> use of ACPI, so we need to start acpi first.
>
> Signed-off-by: Samuel Thibault
Reviewed-by: Daniel Kiper
Daniel
On Mon, Sep 26, 2022 at 09:51:32PM +0200, Samuel Thibault wrote:
> This adds acpi as bootstrap module whenever it is available. This opens the
> path for proper IRQ routing for fully-userland disk drivers.
>
> Signed-off-by: Samuel Thibault
Reviewed-by: Daniel Kiper
Daniel
: qualifier to
> switch ext2fs to it.
>
> grub_util_find_hurd_root_device then has to understand this syntax and
> translate
> it into the /dev/ entry name.
>
> Signed-off-by: Samuel Thibault
>
> ---
> Difference with v2: rebase on master
Thank you for rebase!
Reviewed-by: Daniel Kiper
Daniel
On Tue, May 17, 2022 at 04:43:45PM +0200, Daniel Kiper wrote:
> On Sat, Feb 26, 2022 at 12:51:18PM +0100, Samuel Thibault wrote:
> > When using userland drivers such as rumpdisk, we'd rather make ext2fs use
> > parted-based libstore partitioning support. That can be used for ke
: qualifier to
> switch ext2fs to it.
>
> grub_util_find_hurd_root_device then has to understand this syntax and
> translate
> it into the /dev/ entry name.
>
> Signed-off-by: Samuel Thibault
Reviewed-by: Daniel Kiper
Daniel
x27;\0';
> +
> + if ((*parent)[0] == '@')
> + {
> + /* non-bootstrap disk driver, the /dev/ entry is normally set up
> with
> +* the same @. */
> + char *next_path = strchr (*parent, ':');
&g
Sorry for late reply but I am busy...
On Thu, Feb 24, 2022 at 12:34:13AM +0100, Samuel Thibault wrote:
> Those are used with non-bootstrap disk drivers, for which libstore has to
> open /dev/disk before calling device_open on it instead of on the device
> master port. Normally in that case all /d
On Tue, Feb 22, 2022 at 12:48:45AM +0100, Samuel Thibault wrote:
> On GNU/Hurd grub2 currently only looks at /dev/hd* and /dev/sd*. With
> rumpdisk we now also need to look at /dev/wd*
>
> Signed-off-by: Samuel Thibault
>
> Index: grub2-2.06/util/deviceiter.c
> ===
t.
>
> I forgot:
>
> Signed-off-by: Samuel Thibault
Reviewed-by: Daniel Kiper
Daniel
13 matches
Mail list logo