Samuel Thibault, on ven. 01 déc. 2017 00:32:05 +0100, wrote:
> On one of our porterboxes, one currently can't log in, not even root:
> on typing "root", one gets the "Invalid password" message even before
> getting the password prompt.
>
> That reminds me something like a bogus link or something,
---
Makefile | 1 +
hurd/hurd_types.defs | 19 +-
hurd/hurd_types.h | 24 +-
hurd/paths.h | 3 +
hurd/pci.defs | 73
hurd/subsystems | 1 +
pci-arbiter/Makefile | 44 +++
pci-arbiter/config.h | 5 +
pci-arb
A new module for the Hurd that accesses PCI bus using available RPCs.
All references to the Hurd in the i386 access method have been removed.
---
lib/Makefile | 7 +-
lib/configure | 6 +-
lib/hurd.c | 366 +
lib/i386-io-h
Hello Hurd,
This is a new version of the PCI arbiter. Following are some features I've
added the project over the last weeks.
- A tiny libnetfs filesystem to expose a tree of devices.
- For each virtual device, provide files to read/write its configuration space,
regions an expansion rom.
- Ab
This new module uses Hurd's RPCs for accessing the PCI configuration space.
Direct access as in {read_write}_{8,16,32} functions is done by the old x86
module.
Some x86 function prototypes are now declared in a new header for the Hurd
module to use them, in order to duplicate as little code as pos