index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
bsd-user
/
mmap.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-10-03
bsd-user: Implement shmat(2) and shmdt(2)
Stacey Son
1
-1
/
+1
2023-08-06
bsd-user: Remove last_brk
Richard Henderson
1
-2
/
+0
2023-07-31
bsd-user: Specify host page alignment if none specified
Warner Losh
1
-1
/
+2
2023-07-23
include/exec: Add WITH_MMAP_LOCK_GUARD
Richard Henderson
1
-0
/
+1
2023-07-15
bsd-user: Use page_find_range_empty for mmap_find_vma_reserved
Richard Henderson
1
-41
/
+7
2023-07-15
bsd-user: Use page_check_range_empty for MAP_EXCL
Richard Henderson
1
-1
/
+1
2023-03-28
include/exec: Change reserved_va semantics to last byte
Richard Henderson
1
-2
/
+2
2023-03-28
accel/tcg: Pass last not end to page_set_flags
Richard Henderson
1
-3
/
+3
2022-10-26
accel/tcg: Call tb_invalidate_phys_page for PAGE_RESET
Richard Henderson
1
-2
/
+0
2022-04-06
Remove qemu-common.h include from most units
Marc-André Lureau
1
-1
/
+0
2022-04-06
Replace qemu_real_host_page variables with inlined functions
Marc-André Lureau
1
-1
/
+1
2021-10-18
bsd-user/mmap.c: assert that target_mprotect cannot fail
Warner Losh
1
-4
/
+1
2021-10-18
bsd-user/mmap.c: Implement MAP_EXCL, required by jemalloc in head
Kyle Evans
1
-3
/
+7
2021-10-18
bsd-user/mmap.c: Don't mmap fd == -1 independently from MAP_ANON flag
Warner Losh
1
-5
/
+25
2021-10-18
bsd-user/mmap.c: Convert to qemu_log logging for mmap debugging
Warner Losh
1
-30
/
+23
2021-10-17
bsd-user/mmap.c: mmap prefer MAP_ANON for BSD
Warner Losh
1
-6
/
+5
2021-10-17
bsd-user/mmap.c: mmap return ENOMEM on overflow
Warner Losh
1
-1
/
+8
2021-10-17
bsd-user/mmap.c: MAP_ symbols are defined, so no need for ifdefs
Warner Losh
1
-14
/
+0
2021-10-17
bsd-user/mmap.c: check pread's return value to fix warnings with _FORTIFY_SOURCE
Mikaël Urankar
1
-2
/
+6
2021-10-17
bsd-user/mmap.c: Always zero MAP_ANONYMOUS memory in mmap_frag()
Mikaël Urankar
1
-1
/
+3
2021-09-10
bsd-user: Update mapping to handle reserved and starting conditions
Warner Losh
1
-68
/
+347
2021-09-10
bsd-user: update debugging in mmap.c
Warner Losh
1
-17
/
+38
2021-09-10
bsd-user: Rewrite target system call definintion glue
Warner Losh
1
-2
/
+0
2021-05-11
bsd-user: style tweak: keyword space (
Warner Losh
1
-11
/
+11
2021-02-16
exec: Use cpu_untagged_addr in g2h; split out g2h_untagged
Richard Henderson
1
-11
/
+12
2018-06-01
bsd-user: include "exec/exec-all.h" which provides mmap_lock/unlock"
Paolo Bonzini
1
-0
/
+1
2017-07-21
bsd-user/mmap.c: Move __thread attribute to right place
Peter Maydell
1
-1
/
+1
2017-03-28
bsd-user: align use of mmap_lock to that of linux-user
Alex Bennée
1
-12
/
+1
2017-03-20
configure: remove Cygwin
Paolo Bonzini
1
-5
/
+0
2016-10-31
translate-all: add DEBUG_LOCKING asserts
Alex Bennée
1
-0
/
+5
2016-06-16
os-posix: include sys/mman.h
Paolo Bonzini
1
-1
/
+0
2016-02-04
bsd-user: Clean up includes
Peter Maydell
1
-6
/
+1
2014-06-11
bsd-user/mmap.c: Don't try to override g_malloc/g_free
Peter Maydell
1
-60
/
+0
2013-01-26
bsd-user: avoid conflict with qemu_vmalloc
Blue Swirl
1
-2
/
+2
2011-08-20
Use glib memory allocation and free functions
Anthony Liguori
1
-8
/
+8
2010-03-30
Fix bsd-user qemu_vmalloc() host page protection code
Juergen Lock
1
-3
/
+2
2010-01-31
bsd/darwin-user: mmap_frag() users only check for -1 error
Blue Swirl
1
-1
/
+1
2009-07-27
rename USE_NPTL to CONFIG_USE_NPTL
Juan Quintela
1
-1
/
+1
2009-07-16
Update to a hopefully more future proof FSF address
Blue Swirl
1
-3
/
+1
2009-01-28
Fix qemu_malloc.
malc
1
-0
/
+2
2009-01-24
Fix bsd-user compile like r6412
blueswir1
1
-0
/
+13
2009-01-05
Fix more FSF addresses
blueswir1
1
-1
/
+2
2008-11-29
Prepare for handling different BSD mmap() flags
blueswir1
1
-4
/
+5
2008-10-26
Preliminary BSD user emulator support
blueswir1
1
-0
/
+545