Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Dragonflybsd support, refactor umount #68

Merged
merged 13 commits into from
Jun 9, 2024
Merged

Add Dragonflybsd support, refactor umount #68

merged 13 commits into from
Jun 9, 2024

Conversation

djberg96
Copy link
Owner

@djberg96 djberg96 commented Jun 9, 2024

The primary purpose of this PR is to add DragonFlyBSD support. Note that it was tested with the HAMMER2 filesystem, I'm not sure if it works with a standard UFS filesystem, but it appears to be the default so I went with it.

I also updated the umount method, which now assumes that the umount2 function is defined on Linux systems. This simplified the implementation of the corresponding Ruby method.

Last, I decided to finally remove Solaris support. It's dead.

@djberg96 djberg96 self-assigned this Jun 9, 2024
@djberg96 djberg96 added the Misc label Jun 9, 2024
@djberg96 djberg96 merged commit f83af16 into main Jun 9, 2024
22 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant