aboutsummaryrefslogtreecommitdiff
path: root/sys/compat/linux/linux_mmap.c
Commit message (Expand)AuthorAgeFilesLines
* Reduce reliance on sys/sysproto.h pollutionBrooks Davis2024-04-151-0/+1
* linux(4): Remove sys/cdefs.h inclusion where it's not needed due to 685dc743Dmitry Chagin2023-08-181-1/+0
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* sys: Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-161-2/+0
* linuxolator: implement Linux' PROT_GROWSDOWNKonstantin Belousov2023-08-121-4/+10
* linux(4): Cleanup includes under compat/linuxDmitry Chagin2023-02-141-2/+1
* Use vmspace->vm_stacktop in place of sv_usrstack in more places.John Baldwin2022-02-141-1/+1
* linux: plug set-but-not-unused varsMateusz Guzik2021-11-241-2/+0
* Rename kern_mmap_req to kern_mmapBrooks Davis2021-01-251-2/+2
* linux(4): Quiesce warning about madvise(..., -1)Conrad Meyer2020-10-301-0/+10
* compat: clean up empty lines in .c and .h filesMateusz Guzik2020-09-011-1/+0
* Skip Linux madvise(MADV_DONTNEED) on unmanaged objects.Mark Johnston2020-08-171-0/+2
* Don't emit warnings on MADV_HUGEPAGE; Firefox uses it a lot.Edward Tomasz Napierala2020-07-101-0/+6
* Implement an approximation of Linux MADV_DONTNEED semantics.Mark Johnston2020-06-251-1/+96
* Add linux_madvise(2) instead of having Linux apps call the nativeEdward Tomasz Napierala2020-06-201-0/+56
* Introduce kern_mmap_req().Brooks Davis2020-03-041-5/+14
* Make linux(4) handle MAP_32BIT.Edward Tomasz Napierala2020-01-241-1/+8
* Revert r356948; breaks build somehow.Edward Tomasz Napierala2020-01-211-7/+0
* Make linux(4) handle MAP_32BIT.Edward Tomasz Napierala2020-01-211-0/+7
* kern_mmap: add a variant that allows caller to inspect fpKyle Evans2020-01-041-28/+15
* Let linuxulator mprotect mask unsupported bits before calling kern_mprotect.Tijl Coosemans2019-07-101-0/+5
* Eliminate the overhead of gratuitous repeated reinitialization of cap_rightsMatt Macy2018-05-091-2/+1
* Allow LinuxKPI character devices to receive mmap() calls from the LinuxHans Petter Selasky2018-02-211-1/+1
* There are some Linux binaries that expect the system to obey the "addr"Edward Tomasz Napierala2017-02-191-1/+16
* Rework r313352.Konstantin Belousov2017-02-131-2/+3
* Add kern_vm_mmap2(), kern_vm_mprotect(), kern_vm_msync(), kern_vm_munlock(),Edward Tomasz Napierala2017-02-061-41/+19
* Fix a copy/paste bug introduced during X86_64 Linuxulator work.Dmitry Chagin2016-07-101-0/+257