Skip to content

Conversation

@flavioc
Copy link
Contributor

@flavioc flavioc commented Jan 1, 2026

The implementation closely resembles Linux since Hurd has a rudimentary version of /proc. We create a procfs module to have that shared logic.

Note that the Hurd doesn't support some proc features like /proc/net/sockstat but we still share the implementation. The Hurd version will fail because the files do not exist. Over time, the Hurd should have those files.

Tests: I ran the platform tests on a Hurd system and it is working as expected except for the power related tests.

@valpackett valpackett merged commit fc509d0 into valpackett:trunk Jan 2, 2026
4 of 5 checks passed
@valpackett
Copy link
Owner

Looks good, thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants