You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
out of interest for rare operating systems and as a small personal project, I added support for another unix-like operating system: https://www.haiku-os.org/
Haiku itself seems to be a niche in a niche - I don't have prior experience with using it.
Regarding artifacts for the operating system, I went through the available documentation on userland binaries (man pages and the official online documentation) and explored around the file system.
I think I managed a good coverage of useful live response information on a base install as well as a decent coverage of relevant files.
I've attached a collection with the changed version of UAC, as well as a collection with the UAC version 3.2.0
Adding a new operating system does not require update the code only, but maintaining it, maintaining artifacts, tests, docs, etc. Also, every single new feature added to UAC needs to be compatible to one more OS. I will need to create and keep a VM for testing.
I don't promise to merge into the next release, but I will try.
Adding a new operating system does not require update the code only, but maintaining it, maintaining artifacts, tests, docs, etc. Also, every single new feature added to UAC needs to be compatible to one more OS. I will need to create and keep a VM for testing. I don't promise to merge into the next release, but I will try.
that is true, I didn't think about the work / burden on you as the maintainer when proposing this. I understand when you don't want to support HaikuOS in UAC.
I certainly can't give you any compelling reason to do so :/
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Hi,
out of interest for rare operating systems and as a small personal project, I added support for another unix-like operating system: https://www.haiku-os.org/
Haiku itself seems to be a niche in a niche - I don't have prior experience with using it.
Regarding artifacts for the operating system, I went through the available documentation on userland binaries (man pages and the official online documentation) and explored around the file system.
I think I managed a good coverage of useful live response information on a base install as well as a decent coverage of relevant files.
I've attached a collection with the changed version of UAC, as well as a collection with the UAC version 3.2.0
I hope this contribution is helpful :)
Kind Regards
Attachments:
uac-shredder-haiku-20251201214304.tar.gz
uac-shredder-linux-20251124185659.tar.gz