History log of /llvm-project/libc/test/src/sys/mman/linux/remap_file_pages_test.cpp (Results 1 – 2 of 2)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: llvmorg-21-init, llvmorg-19.1.7
# 7477b61b 17-Dec-2024 Tristan Ross <tristan.ross@midstall.com>

[libc] Add unistd overlay (#119312)

Reverts the revert #119295 of #118882 by expanding #118882 with
additional fixes which made CI unhappy.


Revision tags: 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 ...