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

[REQUEST] NetBSD support #301

Closed
0-wiz-0 opened this issue Mar 28, 2022 · 1 comment
Closed

[REQUEST] NetBSD support #301

0-wiz-0 opened this issue Mar 28, 2022 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@0-wiz-0
Copy link

0-wiz-0 commented Mar 28, 2022

Could you please add NetBSD support to btop?

bpytop works (mostly, but when I wanted to report a bug I found this successor) fine on NetBSD, but btop doesn't compile; I've done the most simple change to the Makefile to handle NetBSD like FreeBSD and it's not too far off, but there are at least the following problems:

  • no pthread_timedjoin_np() function
  • no struct statinfo
  • no devstat_*() functions
  • getmntinfo() uses struct statvfs instead of struct statfs
  • no SRUN and SSLEEP defines
  • no KERN_PROC_PROC define and no struct kinfo_proc

Please consider adding NetBSD support!

@0-wiz-0 0-wiz-0 added the enhancement New feature or request label Mar 28, 2022
@fraggerfox fraggerfox mentioned this issue Jan 6, 2024
6 tasks
@0-wiz-0
Copy link
Author

0-wiz-0 commented Aug 7, 2024

Implemented by @fraggerfox , thank you!

@0-wiz-0 0-wiz-0 closed this as completed Aug 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants