index
:
bwlp/qemu.git
block_qcow2_cluster_info
master
spice_video_codecs
Experimental fork of QEMU with video encoding patches
OpenSLX
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
bsd-user
/
mmap.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
bsd-user/mmap.c: assert that target_mprotect cannot fail
Warner Losh
2021-10-18
1
-4
/
+1
*
bsd-user/mmap.c: Implement MAP_EXCL, required by jemalloc in head
Kyle Evans
2021-10-18
1
-3
/
+7
*
bsd-user/mmap.c: Don't mmap fd == -1 independently from MAP_ANON flag
Warner Losh
2021-10-18
1
-5
/
+25
*
bsd-user/mmap.c: Convert to qemu_log logging for mmap debugging
Warner Losh
2021-10-18
1
-30
/
+23
*
bsd-user/mmap.c: mmap prefer MAP_ANON for BSD
Warner Losh
2021-10-18
1
-6
/
+5
*
bsd-user/mmap.c: mmap return ENOMEM on overflow
Warner Losh
2021-10-18
1
-1
/
+8
*
bsd-user/mmap.c: MAP_ symbols are defined, so no need for ifdefs
Warner Losh
2021-10-18
1
-14
/
+0
*
bsd-user/mmap.c: check pread's return value to fix warnings with _FORTIFY_SOURCE
Mikaël Urankar
2021-10-18
1
-2
/
+6
*
bsd-user/mmap.c: Always zero MAP_ANONYMOUS memory in mmap_frag()
Mikaël Urankar
2021-10-18
1
-1
/
+3
*
bsd-user: Update mapping to handle reserved and starting conditions
Warner Losh
2021-09-10
1
-68
/
+347
*
bsd-user: update debugging in mmap.c
Warner Losh
2021-09-10
1
-17
/
+38
*
bsd-user: Rewrite target system call definintion glue
Warner Losh
2021-09-10
1
-2
/
+0
*
bsd-user: style tweak: keyword space (
Warner Losh
2021-05-11
1
-11
/
+11
*
exec: Use cpu_untagged_addr in g2h; split out g2h_untagged
Richard Henderson
2021-02-16
1
-11
/
+12
*
bsd-user: include "exec/exec-all.h" which provides mmap_lock/unlock"
Paolo Bonzini
2018-06-01
1
-0
/
+1
*
bsd-user/mmap.c: Move __thread attribute to right place
Peter Maydell
2017-07-21
1
-1
/
+1
*
bsd-user: align use of mmap_lock to that of linux-user
Alex Bennée
2017-03-28
1
-12
/
+1
*
configure: remove Cygwin
Paolo Bonzini
2017-03-20
1
-5
/
+0
*
translate-all: add DEBUG_LOCKING asserts
Alex Bennée
2016-10-31
1
-0
/
+5
*
os-posix: include sys/mman.h
Paolo Bonzini
2016-06-16
1
-1
/
+0
*
bsd-user: Clean up includes
Peter Maydell
2016-02-04
1
-6
/
+1
*
bsd-user/mmap.c: Don't try to override g_malloc/g_free
Peter Maydell
2014-06-11
1
-60
/
+0
*
bsd-user: avoid conflict with qemu_vmalloc
Blue Swirl
2013-01-26
1
-2
/
+2
*
Use glib memory allocation and free functions
Anthony Liguori
2011-08-21
1
-8
/
+8
*
Fix bsd-user qemu_vmalloc() host page protection code
Juergen Lock
2010-03-30
1
-3
/
+2
*
bsd/darwin-user: mmap_frag() users only check for -1 error
Blue Swirl
2010-01-31
1
-1
/
+1
*
rename USE_NPTL to CONFIG_USE_NPTL
Juan Quintela
2009-07-27
1
-1
/
+1
*
Update to a hopefully more future proof FSF address
Blue Swirl
2009-07-16
1
-3
/
+1
*
Fix qemu_malloc.
malc
2009-01-28
1
-0
/
+2
*
Fix bsd-user compile like r6412
blueswir1
2009-01-24
1
-0
/
+13
*
Fix more FSF addresses
blueswir1
2009-01-05
1
-1
/
+2
*
Prepare for handling different BSD mmap() flags
blueswir1
2008-11-29
1
-4
/
+5
*
Preliminary BSD user emulator support
blueswir1
2008-10-26
1
-0
/
+545