summaryrefslogtreecommitdiff
path: root/sys/compat/linux/linux_mmap.c
AgeCommit message (Expand)Author
2024-04-15Reduce reliance on sys/sysproto.h pollutionBrooks Davis
2023-08-18linux(4): Remove sys/cdefs.h inclusion where it's not needed due to 685dc743Dmitry Chagin
2023-08-16sys: Remove $FreeBSD$: one-line .c patternWarner Losh
2023-08-16sys: Remove $FreeBSD$: two-line .h patternWarner Losh
2023-08-12linuxolator: implement Linux' PROT_GROWSDOWNKonstantin Belousov
2023-02-14linux(4): Cleanup includes under compat/linuxDmitry Chagin
2022-02-14Use vmspace->vm_stacktop in place of sv_usrstack in more places.John Baldwin
2021-11-24linux: plug set-but-not-unused varsMateusz Guzik
2021-01-25Rename kern_mmap_req to kern_mmapBrooks Davis
2020-10-30linux(4): Quiesce warning about madvise(..., -1)Conrad Meyer
2020-09-01compat: clean up empty lines in .c and .h filesMateusz Guzik
2020-08-17Skip Linux madvise(MADV_DONTNEED) on unmanaged objects.Mark Johnston
2020-07-10Don't emit warnings on MADV_HUGEPAGE; Firefox uses it a lot.Edward Tomasz Napierala
2020-06-25Implement an approximation of Linux MADV_DONTNEED semantics.Mark Johnston
2020-06-20Add linux_madvise(2) instead of having Linux apps call the nativeEdward Tomasz Napierala
2020-03-04Introduce kern_mmap_req().Brooks Davis
2020-01-24Make linux(4) handle MAP_32BIT.Edward Tomasz Napierala
2020-01-21Revert r356948; breaks build somehow.Edward Tomasz Napierala
2020-01-21Make linux(4) handle MAP_32BIT.Edward Tomasz Napierala
2020-01-04kern_mmap: add a variant that allows caller to inspect fpKyle Evans
2019-07-10Let linuxulator mprotect mask unsupported bits before calling kern_mprotect.Tijl Coosemans
2018-05-09Eliminate the overhead of gratuitous repeated reinitialization of cap_rightsMatt Macy
2018-02-21Allow LinuxKPI character devices to receive mmap() calls from the LinuxHans Petter Selasky
2017-02-19There are some Linux binaries that expect the system to obey the "addr"Edward Tomasz Napierala
2017-02-13Rework r313352.Konstantin Belousov
2017-02-06Add kern_vm_mmap2(), kern_vm_mprotect(), kern_vm_msync(), kern_vm_munlock(),Edward Tomasz Napierala
2016-07-10Fix a copy/paste bug introduced during X86_64 Linuxulator work.Dmitry Chagin