summaryrefslogtreecommitdiff
path: root/os_dep.c
Commit message (Expand)AuthorAgeFilesLines
* Fix a typo in GC_register_data_segments comment (MacOS)Ivan Maidanski2023-03-141-1/+1
* Fix typos in comments and documentation (regarding 'it is')Ivan Maidanski2023-03-141-1/+1
* Define SUNOS5SIGS macro for kFreeBSDIvan Maidanski2022-07-271-7/+1
* Revert "Remove nested always-false ifdef for HPUX and FREEBSD"Ivan Maidanski2022-07-271-3/+5
* Fix get_maps failure when GC_repeat_read returns zeroIvan Maidanski2022-02-221-1/+1
* Eliminate 'new_l may be used uninitialized' gcc warning in os_dep (Cygwin)Ivan Maidanski2021-12-211-0/+3
* Fix GC_proc_fd value in child process at fork (Solaris)Ivan Maidanski2021-09-121-12/+54
* Fix page_was_[ever_]dirty() for static roots (Solaris)Ivan Maidanski2021-09-121-0/+7
* Fix 'while clause does not guard' GCC warning in GC_parse_map_entryIvan Maidanski2019-06-291-2/+4
* Fix save_callers for multi-threaded case if built-in backtrace unavailableIvan Maidanski2019-05-171-1/+5
* Fix various typos mostly in documentation filesIvan Maidanski2019-03-271-4/+4
* Fix 'wrong __data_start/_end pair' error on AndroidIvan Maidanski2019-02-161-22/+5
* Fix 'mprotect remapping failed' abort on NetBSD with PaX enabledIvan Maidanski2019-01-291-1/+3
* Fix executable memory allocation in GC_unix_get_memIvan Maidanski2019-01-291-0/+5
* Fix concurrent bitmap update in GC_dirtyIvan Maidanski2018-10-021-65/+52
* Do not call GC_dirty_inner unless GC_incrementalIvan Maidanski2018-07-171-1/+1
* Fix 'pointer arithmetic with NULL' code defect in print_callersIvan Maidanski2018-07-171-8/+10
* Fix VirtualQuery call in case of malloc failure (Win32)Ivan Maidanski2018-07-171-3/+4
* Eliminate 'cast between incompatible function types' compiler warningIvan Maidanski2018-07-171-11/+11
* Fix the collector hang when it is configured with --enable-gc-debugIvan Maidanski2018-04-181-0/+6
* Fix null dereference in print_callers on backtrace_symbols failureIvan Maidanski2018-04-171-6/+11
* Fix null pointer dereference in get_private_path_and_zero_file (Symbian)Ivan Maidanski2018-04-171-4/+6
* Fix missing SIGBUS handler setup for kFreeBSDIvan Maidanski2018-04-171-1/+1
* Fix typo in AIX macro nameIvan Maidanski2018-03-041-1/+1
* Fix type of local variables receiving result of PHT_HASHIvan Maidanski2018-03-041-3/+4
* Fix get_maps on proc maps file asynchronous growthIvan Maidanski2017-09-301-7/+5
* Fix printf arguments type in print_callersIvan Maidanski2017-09-301-2/+4
* Fix leak_test crash in print_callers if free() is redirectedIvan Maidanski2017-08-081-1/+1
* Fix undefined HEAP_START in register_dynamic_librariesIvan Maidanski2017-08-081-4/+0
* Fix gctest crash if configure --enable-handle-fork on DarwinIvan Maidanski2017-07-061-30/+25
* Eliminate 'type defaults to int in declaration' warning (REDIRECT_MALLOC)Ivan Maidanski2017-04-071-2/+2
* Fix 'zero-size array is extension' Clang warning in os_dep (Linux/x86)Ivan Maidanski2017-02-061-1/+3
* Fix (adjust) GC_scratch_alloc actual argument typeIvan Maidanski2017-02-061-2/+2
* Fix '~' operator application to unsigned values shorter than wordIvan Maidanski2017-02-061-6/+7
* Fix potential data race in GC_SysVGetDataStart (SPARC)Ivan Maidanski2017-02-061-4/+10
* Workaround 'redundant assignment of *result to itself' cppcheck warningIvan Maidanski2017-02-061-1/+5
* Fix a typo in comment in GC_SysVGetDataStartIvan Maidanski2017-02-061-1/+1
* Fix GC_jmp_buf multiple definitionIvan Maidanski2016-11-271-0/+2
* Fix potential integer overflow in GC_find_limit_* functionsIvan Maidanski2016-11-271-8/+14
* Fix malloc routines to prevent size value wrap-aroundIvan Maidanski2016-11-101-21/+23
* Workaround 'mmap() resource handle leak' static analyzer warningIvan Maidanski2016-11-081-3/+16
* Fix 'GetVersion deprecated' compiler warning in os_dep (MS VC)Ivan Maidanski2016-11-021-5/+12
* Fix various typos in comments and documentationIvan Maidanski2016-08-031-2/+2
* Fix missing new-line and redundant trailing dot in WARN messagesIvan Maidanski2016-07-301-5/+5
* Fix unchecked fcntl() resultIvan Maidanski2016-03-121-3/+5
* Fix 'unreachable code' compiler warning in GC_dirty_init (Solaris)Ivan Maidanski2016-03-121-4/+0
* Fix missing GC_get_stack_base for AmigaIvan Maidanski2016-02-011-0/+1
* Avoid unstructured procfs on SolarisRainer Orth2016-02-011-7/+4
* Workaround invalid '_end' symbol on Android clang 3.5+Ivan Maidanski2016-02-011-7/+8
* Fix GC_get_stack_base if called before GC_init (Win32)Eli Barzilay2016-01-281-2/+9