index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Kernel
/
Syscalls
/
mmap.cpp
Age
Commit message (
Expand
)
Author
2023-02-15
Kernel/aarch64: Implement Thread Local Storage
Timon Kruiper
2023-01-27
Kernel: Add Syscalls/mmap.cpp to aarch64 build
Timon Kruiper
2023-01-27
Kernel: Move Memory/PageDirectory.{cpp,h} to arch-specific directory
Timon Kruiper
2023-01-21
Kernel+LibC: Move name length constants to Kernel/API from limits.h
Andrew Kaster
2022-12-28
Kernel: Reorganize Arch/x86 directory to Arch/x86_64 after i686 removal
Liav A
2022-12-28
Kernel: Remove i686 support
Liav A
2022-12-16
Kernel/Memory: Add option to annotate region mapping as immutable
Liav A
2022-12-16
Kernel: Reintroduce the msyscall syscall as the annotate_mapping syscall
Liav A
2022-11-05
Kernel: Make sys$msyscall() not take the big lock
Andreas Kling
2022-10-22
Kernel/FileSystem: Add a few missing includes
Liav A
2022-09-14
Everywhere: Fix a variety of typos
Brian Gianforcaro
2022-08-24
Kernel: Make file-backed memory regions remember description permissions
Andreas Kling
2022-08-24
Kernel: Simplify the File memory-mapping API
Andreas Kling
2022-08-24
Kernel: Wrap process address spaces in SpinlockProtected
Andreas Kling
2022-08-21
Kernel: Make VirtualFileSystem functions take credentials as input
Andreas Kling
2022-08-20
Kernel: Make self-contained locking smart pointers their own classes
Andreas Kling
2022-08-17
Kernel: Require semicolon after VERIFY_{NO_,}PROCESS_BIG_LOCK_ACQUIRED
Linus Groh
2022-07-15
Kernel: Try to set [cm]time in Inode::did_modify_contents
Hendiadyoin1
2022-07-15
Kernel: Handle multiple regions in sys$msync
Hendiadyoin1
2022-07-08
Kernel: Implement an `axallowed` mount option
Tim Schumacher
2022-05-23
Kernel: Fix EINVAL when mmaping with address and no MAP_FIXED
Peter Elliott
2022-05-03
Kernel: Move Kernel/Arch/x86/SafeMem.h to Kernel/Arch/SafeMem.h
Timon Kruiper
2022-04-12
Kernel: Skip setting region name if none is given to mmap
Tim Schumacher
2022-04-05
Kernel: Make sys$mmap() round requested VM size to page size multiple
Andreas Kling
2022-04-05
Kernel: Remove unused ShouldDeallocateVirtualRange parameters
Andreas Kling
2022-04-03
Kernel: Unbreak ASLR in the new RegionTree world
Andreas Kling
2022-04-03
Kernel: Make VM allocation atomic for userspace regions
Andreas Kling
2022-04-03
Kernel: Add Memory::RegionTree to share code between AddressSpace and MM
Andreas Kling
2022-04-03
Kernel: Use AddressSpace region tree for range allocation
Andreas Kling
2022-04-01
Everywhere: Run clang-format
Idan Horowitz
2022-03-22
Kernel: Make mmap validation functions return ErrorOr<void>
int16
2022-03-22
Kernel: Move mmap validation functions to Process
int16
2022-03-22
Kernel: Check wxallowed mount flag when validating mmap call
int16
2022-03-12
Revert "Kernel: Use an ArmedScopeGuard to revert changes after failed mmap"
Brian Gianforcaro
2022-03-08
Kernel: Use an ArmedScopeGuard to revert changes after failed mmap
Hendiadyoin1
2022-02-13
Kernel: Use try_make_weak_ptr() instead of make_weak_ptr()
Idan Horowitz
2022-01-30
Kernel: Remove unnecessary includes from Thread.h
Andreas Kling
2022-01-29
Kernel: Convert process file descriptor table to a SpinlockProtected
Andreas Kling
2022-01-26
Kernel: Make AddressSpace::find_regions_intersecting OOM-fallible
Idan Horowitz
2021-12-30
Kernel+AK: Eliminate a couple of temporary String allocations
Daniel Bertalan
2021-12-29
Kernel: Handle promise violations in the syscall handler
Brian Gianforcaro
2021-12-29
Kernel: Use Process::require_promise() instead of REQUIRE_PROMISE()
Brian Gianforcaro
2021-12-28
Kernel: Propagate overflow errors from Memory::page_round_up
Guilherme Goncalves
2021-12-23
Kernel: Make msync return EINVAL when regions are too large
Guilherme Gonçalves
2021-12-23
Kernel+UE+LibC: Store address as void* in SC_m{re,}map_params
Daniel Bertalan
2021-12-23
Kernel+UE: Add MAP_FIXED_NOREPLACE mmap() flag
Daniel Bertalan
2021-12-22
Kernel: Replace intersecting ranges in mmap when MAP_FIXED is specified
Daniel Bertalan
2021-12-18
Kernel: Collapse a redundant boolean conditional return statement in …
Hendiadyoin1
2021-12-18
Kernel: Add implicit auto qualifiers in Syscalls
Hendiadyoin1
2021-12-01
Kernel: Clear up some comments in the sys$mprotect implementation
Idan Horowitz
[next]