summaryrefslogtreecommitdiff
path: root/os_dep.c
Commit message (Expand)AuthorAgeFilesLines
* Remove msvc_dbg.h fileIvan Maidanski2021-11-231-2/+5
* Fix 'ISO C forbids conversion of function pointer to object' warningIvan Maidanski2021-11-151-1/+1
* Eliminate 'new_l may be used uninitialized' gcc warning in os_dep (Cygwin)Ivan Maidanski2021-11-011-0/+3
* Fix 'set_and_save_fault_handler defined but not used' mingw32-gcc warningIvan Maidanski2021-10-211-2/+3
* Fix 'GC_reset_fault_handler defined but not used' mingw32-gcc warningIvan Maidanski2021-10-211-1/+2
* Allow to build with forced WRAP_MARK_SOMEIvan Maidanski2021-10-151-2/+5
* Eliminate 'function/data pointer conversion in expression' MSVC warningIvan Maidanski2021-10-121-1/+1
* Reflect result of VDB selection at runtime in incremental_protection_needsIvan Maidanski2021-09-161-2/+7
* Report if soft-dirty bit is used over mprotect-based implementationIvan Maidanski2021-09-161-9/+6
* Fix soft-dirty VDB on big-endian archIvan Maidanski2021-09-161-21/+24
* Report memory region bounds and errno on GC_unmap/remap failureIvan Maidanski2021-09-151-12/+21
* Remove code duplication between GC_unmap and GC_unmap_gapIvan Maidanski2021-09-151-48/+15
* Remove code duplication between PROTECT and UNPROTECT macrosIvan Maidanski2021-09-151-27/+19
* Adjust spaces around '=' in printed messagesIvan Maidanski2021-09-151-9/+8
* Fix mmap(PROT_NONE) failure if RLIMIT_AS value is low (Linux)Andrew Whatson2021-09-151-0/+3
* Recycle soft_vdb_buf if soft-dirty bit not supported by kernelIvan Maidanski2021-09-111-3/+4
* Update copyright information in alloc.c and other modified files (2021)Ivan Maidanski2021-09-091-1/+1
* Fix clear_refs/pagemap FDs in child process at fork if single-threadedIvan Maidanski2021-09-061-10/+32
* Fix GC_proc_fd in child process at fork if single-threadedIvan Maidanski2021-09-051-1/+26
* Ensure required Linux version at runtime for SOFT_VDBIvan Maidanski2021-09-051-0/+56
* Fall back to mprotect-based VDB at runtime if no soft-dirty bit in kernelIvan Maidanski2021-09-041-29/+68
* Do not use soft-dirty bits facility if not detected at runtimeIvan Maidanski2021-09-031-5/+35
* Fix assertion violation in pagemap_buffered_read on PowerPC 64-bitIvan Maidanski2021-09-021-1/+2
* Fix pagemap and clear_refs files access in child processIvan Maidanski2021-09-011-4/+25
* Fix GC_proc_fd value in child process at fork (Solaris)Ivan Maidanski2021-09-011-11/+28
* Eliminate 'Skip config as value of PROC_READ is unknown' cppcheck warningIvan Maidanski2021-09-011-2/+3
* Optimize lseek/read calls in GC_soft_read_dirty (Linux)Ivan Maidanski2021-08-311-32/+98
* Change EMSCRIPTEN macro for internal use to no-underscore formatIvan Maidanski2021-08-301-3/+3
* Do not scan static roots pages unless dirty if SOFT_VDB (Linux)Ivan Maidanski2021-08-261-10/+15
* Fix incomplete read in GC_soft_read_dirtyIvan Maidanski2021-08-261-38/+52
* Fix page_was_[ever_]dirty() for static roots (Solaris)Ivan Maidanski2021-08-251-4/+22
* Use soft dirty bits on Linux (initial implementation, off by default)Ivan Maidanski2021-08-071-5/+126
* Handle potential incomplete buffer read in GC_linux_main_stack_baseIvan Maidanski2021-08-041-17/+23
* Rename READ to PROC_READ in os_dep.c (code refactoring)Ivan Maidanski2021-08-041-14/+12
* Always abort on failure to access /proc/self/maps (Linux)Ivan Maidanski2021-08-041-16/+22
* Mark buffer returned by get_maps as const (code refactoring)Ivan Maidanski2021-08-041-40/+35
* Fix 'use of undeclared BUS_PAGE_FAULT' compilation error on FreeBSD 12Peter Wang2021-06-211-1/+2
* Emscripten single-threaded support (detect stack base, push registers)Nguyen Thai Ngoc Duy2021-06-201-0/+36
* Always define default_push_other_roots (code refactoring)Ivan Maidanski2021-06-181-14/+12
* Replace find_limit_openbsd to find_limit_with_bound (OpenBSD 5.2+)Kurt Miller2021-06-181-10/+14
* Limit number of unmapped regions (Linux)Peter Wang2021-06-091-7/+0
* Add assertions that GC_page_size is initializedIvan Maidanski2020-09-081-7/+16
* Eliminate ASan global-buffer-overflow FP in find_limit_with_boundIvan Maidanski2020-08-021-0/+1
* Fix 'Wrong __data_start/_end pair' if -Bsymbolic-functions used (Linux)Ivan Maidanski2020-08-011-1/+5
* Update copyright information in alloc.c and other modified files (2020)Ivan Maidanski2020-08-011-0/+1
* Workaround 'condition result<=0 is always false' cppcheck FP in get_mapsIvan Maidanski2020-07-101-4/+4
* Move GC state non-pointer variables into GC_arraysIvan Maidanski2020-07-101-2/+0
* Eliminate 'cast between incompatible func types' warnings for FARPROC varsIvan Maidanski2020-04-191-18/+15
* Use pstat_getprocvm to determine main stack bottom on HP-UXJohn David Anglin2020-04-131-2/+27
* Fix mmap(PROT_NONE) failed if memory unmapping is enabled (Haiku)Massimiliano Gubinelli2020-04-111-2/+4