#423 - Implemented mmap-backed brk compatibility shim#424
Open
#423 - Implemented mmap-backed brk compatibility shim#424
Conversation
Added a locked mmap arena for brk/sbrk, wired it into the libc build, updated host mmap handling, documented the issue in tasks.json, and introduced a covering Unity test.\n\nTests: make test
Architecture changes: - Updated mem.md to describe userland brk/sbrk shim backed by mmap - Updated per_process_vm.md to mark brk/sbrk as complete via #423 - Updated syscall_abi.md to clarify brk/sbrk are libc functions, not syscalls Issue tracking: - Marked #364 (stubbed functions) and #423 (brk/sbrk shim) as closed - Updated stubbed functions status: 93% complete (13/14) - Only gets() remains (deliberately not implementing - security vulnerability) Dependency updates: - Updated issues #55 and #56 to reflect brk/sbrk availability - Removed incorrect references to issue #21 (PS/2 keyboard, not brk/sbrk) - Updated dependency diagrams with corrected issue relationships Diagrams: - Refreshed libc and full dependency diagrams - Regenerated PNG images to reflect current state
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Added a locked mmap arena for brk/sbrk, wired it into the libc build, updated host mmap handling, documented the issue in tasks.json, and introduced a covering Unity test.\n\nTests: make test