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

SYSV Shared Memory functions (shmget/shmat/shmdt/shmctl) #82

Open
rennergade opened this issue Jan 10, 2025 · 0 comments
Open

SYSV Shared Memory functions (shmget/shmat/shmdt/shmctl) #82

rennergade opened this issue Jan 10, 2025 · 0 comments
Assignees

Comments

@rennergade
Copy link
Contributor

We'll need to add back the SYSV shared memory functions to get postgres running eventually.

I believe the way to do this simply is to creating mapping helper functions similar to the mmap_helper that Qianxi added in the vmmap PR, and then combine those with the segment management infrastructure from RustPOSIX. The syscalls will then look largely the same as before.

Opening this issue to get feedback before Chinmay starts working on this next week.

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

No branches or pull requests

2 participants