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

feat: Add an OpenBSD implementation for rss() #19221

Merged
merged 8 commits into from
Jun 5, 2023

Conversation

VlkrS
Copy link
Contributor

@VlkrS VlkrS commented May 23, 2023

In case you would consider including specific implementations and not only build fixes, here's the implementation of the rss() function for OpenBSD.

Copy link
Collaborator

@aapoalas aapoalas left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I have not much of a clue of these libc level things but at least for the most part looks like code, perhaps even reasonable code.

Some nitpicks / questions / suggestions aside, safety comments must be added to every unsafe and I think comments in general would be lovely :)

runtime/ops/os/mod.rs Outdated Show resolved Hide resolved
runtime/ops/os/mod.rs Show resolved Hide resolved
runtime/ops/os/mod.rs Show resolved Hide resolved
runtime/ops/os/mod.rs Show resolved Hide resolved
Copy link
Collaborator

@aapoalas aapoalas left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me! Thank you for the contribution!

@bartlomieju bartlomieju merged commit 3d58215 into denoland:main Jun 5, 2023
10 checks passed
bartlomieju pushed a commit that referenced this pull request Jun 8, 2023
In case you would consider including specific implementations and not
only build fixes, here's the implementation of the ```rss()``` function
for OpenBSD.
@VlkrS VlkrS deleted the openbsd-impl branch July 15, 2023 21:43
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.

None yet

3 participants