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

Implements sys_netcontrol, refactors Filedesc::alloc #811

Merged
merged 36 commits into from
Apr 8, 2024

Conversation

SuchAFuriousDeath
Copy link
Contributor

No description provided.

@SuchAFuriousDeath SuchAFuriousDeath requested a review from a team April 6, 2024 15:11
@SuchAFuriousDeath
Copy link
Contributor Author

I use arnd here instead of the actual random generator the PS4 uses

@SuchAFuriousDeath SuchAFuriousDeath changed the title Implements sys_netconrol Implements sys_netcontrol Apr 6, 2024
@github-actions github-actions bot added the S-ready Status: Ready for review label Apr 6, 2024
@SuchAFuriousDeath SuchAFuriousDeath linked an issue Apr 6, 2024 that may be closed by this pull request
src/kernel/src/dev/dmem.rs Outdated Show resolved Hide resolved
@SuchAFuriousDeath SuchAFuriousDeath changed the title Implements sys_netcontrol Implements sys_netcontrol, refactors Filedesc::alloc Apr 7, 2024
@github-actions github-actions bot removed the S-ready Status: Ready for review label Apr 7, 2024
@github-actions github-actions bot added the S-ready Status: Ready for review label Apr 7, 2024
@github-actions github-actions bot removed the S-ready Status: Ready for review label Apr 7, 2024
@SuchAFuriousDeath
Copy link
Contributor Author

SuchAFuriousDeath commented Apr 7, 2024

@ultimaweapon Am I crazy, or is even sys_revoke and the TIOCSCTTY ioctl not called now after the proc id change?

@github-actions github-actions bot added the S-ready Status: Ready for review label Apr 7, 2024
@ultimaweapon
Copy link
Member

@ultimaweapon Am I crazy, or is even sys_revoke and the TIOCSCTTY ioctl not called now after the proc id change?

That make senses.

src/kernel/src/dev/ttyconsole.rs Outdated Show resolved Hide resolved
src/kernel/src/net/mod.rs Outdated Show resolved Hide resolved
@github-actions github-actions bot removed the S-ready Status: Ready for review label Apr 7, 2024
@github-actions github-actions bot added the S-ready Status: Ready for review label Apr 7, 2024
src/kernel/src/net/mod.rs Outdated Show resolved Hide resolved
@github-actions github-actions bot removed the S-ready Status: Ready for review label Apr 7, 2024
@github-actions github-actions bot added the S-ready Status: Ready for review label Apr 7, 2024
@github-actions github-actions bot removed the S-ready Status: Ready for review label Apr 8, 2024
@github-actions github-actions bot added the S-ready Status: Ready for review label Apr 8, 2024
@ultimaweapon ultimaweapon merged commit 30c3e25 into obhq:main Apr 8, 2024
5 checks passed
@SuchAFuriousDeath SuchAFuriousDeath deleted the netcontrol branch April 8, 2024 10:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
S-ready Status: Ready for review
Development

Successfully merging this pull request may close these issues.

Implement sys_netcontrol
2 participants