[PATCH] - pci-arbiter fix warnings

2020-04-11 Thread Damien Zammit
While polishing rumpdisk I made these trivial patches which may be useful. Damien >From 364be01ee8120f795c588c30f92557a9c3f97578 Mon Sep 17 00:00:00 2001 From: Damien Zammit Date: Fri, 10 Apr 2020 22:17:31 +1000 Subject: [PATCH 1/2] pci-ops.c: Use compatible pointers --- pci-arbiter/pci-ops.c

[bug #58161] Gnu octave-fltk

2020-04-11 Thread krishna chandhok
URL: Summary: Gnu octave-fltk Project: The GNU Hurd Submitted by: krishn619 Submitted on: Sat 11 Apr 2020 08:56:19 PM UTC Category: None Severity: 3 - Normal

Re: [PATCH] rumpkernel dependencies

2020-04-11 Thread Samuel Thibault
Hello, Damien Zammit, le ven. 10 avril 2020 14:37:52 +1000, a ecrit: > I can't contribute patches upstream to rump currently because netbsd > are planning to merge buildrump.sh into netbsd src/ tree and the "upstream" > rump repos will possibly be deprecated/merged into netbsd. Oh! > I believe

Re: [PATCH] pci-arbiter: Fix bug on option parsing.

2020-04-11 Thread Samuel Thibault
Hello, Joan Lledó via Bug reports for the GNU Hurd, le sam. 11 avril 2020 13:37:19 +0200, a ecrit: > From: Joan Lledó > > A misuse of strtol() caused wrong parameters to be interpreted as '0' Applied, thanks! Samuel

Re: Help to fix a bug on the arbiter

2020-04-11 Thread Joan Lledó via Bug reports for the GNU Hurd
Forget about this, it was working with settrans b/c this command replaces the ol d translator. I was testing the old code when using fsysopts... :( Anyway, here's the patch to fix that bug.

[PATCH] pci-arbiter: Fix bug on option parsing.

2020-04-11 Thread Joan Lledó via Bug reports for the GNU Hurd
From: Joan Lledó A misuse of strtol() caused wrong parameters to be interpreted as '0' * pci-arbiter/options.c: * New function parse_number() to handle wrong input * Call parse_number() from all places where strtol was being called --- pci-arbiter/options.c | 58