History log of /llvm-project/libc/src/sys/mman/remap_file_pages.h (Results 1 – 1 of 1)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: llvmorg-21-init, llvmorg-19.1.7, llvmorg-19.1.6, llvmorg-19.1.5, llvmorg-19.1.4, llvmorg-19.1.3, llvmorg-19.1.2
# 76173b1b 14-Oct-2024 Aly ElAshram <71949028+AlyElashram@users.noreply.github.com>

[libc] Add Linux mman extension remap_file_pages. (#110307)

Fixes https://github.com/llvm/llvm-project/issues/110122
- Create remap_file_pages.h/.cpp wrapper for the linux sys call.
- Add UnitTest

[libc] Add Linux mman extension remap_file_pages. (#110307)

Fixes https://github.com/llvm/llvm-project/issues/110122
- Create remap_file_pages.h/.cpp wrapper for the linux sys call.
- Add UnitTests for remap_file_pages
- Add function to libc/spec/linux.td
- Add Function spec to mman.yaml

show more ...