summaryrefslogtreecommitdiff
path: root/os_dep.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Eliminate 'passing tainted var maps_buf to tainted sink' code defect FP v2Ivan Maidanski2020-04-111-3/+3
* Eliminate 'passing tainted var maps_buf to tainted sink' code defect FPIvan Maidanski2020-04-101-0/+5
* Workaround 'firstpass is always true' cppcheck FP in skip_hole_openbsdIvan Maidanski2020-02-151-1/+2
* Fix mmap() failures on HP/UXJohn David Anglin2020-02-141-2/+2
* Set name of GC marker threadsIvan Maidanski2020-02-061-0/+3
* Eliminate memory leak reported in add_current_malloc_heap at exit (Win32)Ivan Maidanski2020-01-241-0/+18
* Define GC_win32_free_heap API function for all Windows targetsIvan Maidanski2020-01-241-31/+35
* Collapse multiple includes of windows.hIvan Maidanski2019-09-141-10/+0
* Fix 'while clause does not guard' GCC warning in GC_parse_map_entryIvan Maidanski2019-06-211-2/+4
* Fix mmap(PROT_NONE) failure on AIXPeter Wang2019-06-101-4/+6
* Fix 'GC_old_bus_handler defined but not used' compiler warningIvan Maidanski2019-05-301-5/+4
* Workaround 'checking if unsigned i < 0' cppcheck FP in is_heap_baseIvan Maidanski2019-05-301-2/+2
* Eliminate 'struct member os_callback is never used' cppcheck warningIvan Maidanski2019-05-291-0/+3
* Replace 'stack base' with 'stack bottom' in the documentationIvan Maidanski2019-04-261-4/+4
* Add assertion that GC is initialized to base incremental_protection_needsIvan Maidanski2019-04-251-0/+1
* Fix save_callers for multi-threaded case if built-in backtrace unavailableIvan Maidanski2019-04-231-1/+5
* Fix 'un-mprotect failed' gctest error on CygwinIvan Maidanski2019-04-101-1/+1
* Allow memory unmapping in case of MPROTECT_VDBIvan Maidanski2019-04-031-27/+2
* Remove unused STACK_GRAN macro definitionsIvan Maidanski2019-04-021-1/+1
* Use KB/MB/GB abbreviations uniformly across entire documentationIvan Maidanski2019-03-251-4/+4
* Fix various typos mostly in documentation filesIvan Maidanski2019-03-251-4/+4
* Remove documentation specific to particular old BDWGC releasesIvan Maidanski2019-03-221-3/+1
* Fix 'wrong __data_start/_end pair' error on AndroidIvan Maidanski2019-02-141-25/+10
* Workaround 'checking if unsigned expression < 0' cppcheck warningsIvan Maidanski2019-02-071-1/+3
* Abort with appropriate message if executable pages cannot be allocatedIvan Maidanski2018-12-211-1/+5
* Fix 'mprotect remapping failed' abort on NetBSD with PaX enabledIvan Maidanski2018-12-211-1/+3
* Fix executable memory allocation in GC_unix_get_memIvan Maidanski2018-12-201-0/+5
* Workaround 'nl-result_buf is out of bounds' cppcheck false positiveIvan Maidanski2018-12-201-2/+4
* Eliminate 'stop variable is always 0' compiler warning in print_callersIvan Maidanski2018-12-191-3/+11
* Workaround '__data_start<_etext is always false' cppcheck false positiveIvan Maidanski2018-12-191-1/+1
* Remove goto statement in print_callersIvan Maidanski2018-12-061-18/+19
* Workaround 'name var reassign before old value use' cppcheck false positiveIvan Maidanski2018-12-061-0/+4
* Prefix internal durango_get_mem symbol with 'GC_'Ivan Maidanski2018-11-281-7/+5
* Workaround 'nonlocal var will use ptr to local var' cppcheck false positiveIvan Maidanski2018-11-221-9/+13
* Eliminate 'struct member is never used' cppcheck warnings in os_depIvan Maidanski2018-11-221-0/+2
* Fix a deadlock in write_fault_handler if AO_or is emulatedIvan Maidanski2018-11-211-1/+1