]> granicus.if.org Git - gc/history - os_dep.c
Fix passing CFLAGS_EXTRA to compiler in CMake script
[gc] / os_dep.c
2019-06-21 Ivan MaidanskiFix 'while clause does not guard' GCC warning in GC_par...
2019-06-10 Peter WangFix mmap(PROT_NONE) failure on AIX
2019-05-30 Ivan MaidanskiFix 'GC_old_bus_handler defined but not used' compiler...
2019-05-30 Ivan MaidanskiWorkaround 'checking if unsigned i < 0' cppcheck FP...
2019-05-29 Ivan MaidanskiEliminate 'struct member os_callback is never used...
2019-04-26 Ivan MaidanskiReplace 'stack base' with 'stack bottom' in the documen...
2019-04-25 Ivan MaidanskiAdd assertion that GC is initialized to base incrementa...
2019-04-22 Ivan MaidanskiFix save_callers for multi-threaded case if built-in...
2019-04-10 Ivan MaidanskiFix 'un-mprotect failed' gctest error on Cygwin
2019-04-03 Ivan MaidanskiAllow memory unmapping in case of MPROTECT_VDB
2019-04-02 Ivan MaidanskiRemove unused STACK_GRAN macro definitions
2019-03-25 Ivan MaidanskiUse KB/MB/GB abbreviations uniformly across entire...
2019-03-25 Ivan MaidanskiFix various typos mostly in documentation files
2019-03-22 Ivan MaidanskiRemove documentation specific to particular old BDWGC...
2019-02-13 Ivan MaidanskiFix 'wrong __data_start/_end pair' error on Android
2019-02-07 Ivan MaidanskiWorkaround 'checking if unsigned expression < 0' cppche...
2018-12-20 Ivan MaidanskiAbort with appropriate message if executable pages...
2018-12-20 Ivan MaidanskiFix 'mprotect remapping failed' abort on NetBSD with...
2018-12-20 Ivan MaidanskiFix executable memory allocation in GC_unix_get_mem
2018-12-19 Ivan MaidanskiWorkaround 'nl-result_buf is out of bounds' cppcheck...
2018-12-19 Ivan MaidanskiEliminate 'stop variable is always 0' compiler warning...
2018-12-19 Ivan MaidanskiWorkaround '__data_start<_etext is always false' cppche...
2018-12-06 Ivan MaidanskiRemove goto statement in print_callers
2018-12-06 Ivan MaidanskiWorkaround 'name var reassign before old value use...
2018-11-28 Ivan MaidanskiPrefix internal durango_get_mem symbol with 'GC_'
2018-11-22 Ivan MaidanskiWorkaround 'nonlocal var will use ptr to local var...
2018-11-22 Ivan MaidanskiEliminate 'struct member is never used' cppcheck warnin...
2018-11-20 Ivan MaidanskiFix a deadlock in write_fault_handler if AO_or is emulated
2018-11-12 Ivan MaidanskiFix 'too wide non-owner permissions are set for resourc...
2018-11-09 Ivan MaidanskiAdjust #error messages format
2018-11-09 Ivan MaidanskiEliminate 'uninitialized var' cppcheck false positive...
2018-11-09 Ivan MaidanskiFix 'set_pht_entry_from_index_concurrent value is unkno...
2018-11-07 Ivan MaidanskiUse GC_WORD_MAX macro across all C source files
2018-09-26 Ivan MaidanskiUse AO_or in async_set_pht_entry_from_index if available
2018-09-25 Ivan MaidanskiFix concurrent bitmap update in GC_dirty
2018-08-31 Ivan MaidanskiReplace some FIXME items with TODO ones
2018-08-31 Ivan MaidanskiEliminate 'unused variable old_maps_size' compiler...
2018-08-31 Ivan MaidanskiEliminate 'comparison is always false' code defect...
2018-08-14 Ivan MaidanskiNew API to turn on manual VDB at runtime
2018-07-27 Jonas EchterhoffFix the BDWGC build on XboxOne
2018-07-11 Ivan MaidanskiFix 'pointer arithmetic with NULL' code defect in print...
2018-06-20 Ivan MaidanskiAdd missing type casts in remap and register_my_thread_...
2018-06-20 Ivan MaidanskiFix VirtualQuery call in case of malloc failure (Win32)
2018-06-09 Ivan MaidanskiFix 'need explicit cast to convert' compiler error...
2018-06-04 Ivan MaidanskiEliminate 'cast between incompatible function types...
2018-05-22 Ivan MaidanskiCollapse multiple page_was_dirty, remove_protection...
2018-05-19 Ivan MaidanskiEnable compilation for Cygwin with MPROTECT_VDB
2018-05-17 Ivan MaidanskiRename GC_dirty_async back to GC_dirty
2018-05-17 Ivan MaidanskiHide and rename GC_dirty to GC_dirty_async[_inner]
2018-05-04 Ivan MaidanskiReally abort if failed to read /proc for library regist...
2018-04-06 Ivan MaidanskiFix null dereference in print_callers on backtrace_symb...
2018-04-06 Ivan MaidanskiFix null pointer dereference in get_private_path_and_ze...
2018-04-06 Ivan MaidanskiFix missing SIGBUS handler setup for kFreeBSD
2018-03-15 Ivan MaidanskiFix the collector hang when it is configured with ...
2018-03-01 Ivan MaidanskiWrap remaining extern symbols in .c files into EXTERN_C...
2018-03-01 Ivan MaidanskiFix missing explicit cast of si_addr to char* in write_...
2018-02-28 Ivan MaidanskiReplace conditional extern 'C' blocks begin/end with...
2018-02-28 Ivan MaidanskiDeclare all internal functions in private headers inste...
2018-02-28 Ivan MaidanskiFix typo in AIX macro name
2018-02-26 Jay KrellChange Darwin-specific code to comply with C++11 standard
2018-02-22 Ivan MaidanskiFix type of local variables receiving result of PHT_HASH
2018-02-22 Jay KrellEliminate C++ warnings about deprecated register keywor...
2018-02-20 Ivan MaidanskiFix 'anonymous type with no linkage used to declare...
2018-02-16 Ivan MaidanskiConvert GC source files to valid C++ code
2018-02-06 Jonathan ChambersInitial support of WinRT
2018-02-01 Jonathan ChambersInitial support of Sony PlayStation Portable 2
2018-01-30 Jonathan ChambersInitial support of Xbox One (DURANGO) target
2018-01-29 Jonathan ChambersInitial support of Orbis target
2018-01-27 Jonathan ChambersInitial support of Nintendo platform
2018-01-24 Calvin BuckleyInitial support of Haiku/amd64
2018-01-24 Zoltan VargaUse HOST_ANDROID define instead of PLATFORM_ANDROID
2018-01-14 Jonathan ChambersImplement memory unmapping for Sony PS/3
2017-11-21 Ivan MaidanskiPlace no_sanitize attributes in a GCC-compliant way
2017-11-10 Ivan MaidanskiWorkaround TSan false positive in write fault handler
2017-10-19 Ivan MaidanskiWorkaround Thread Sanitizer (TSan) false positive warni...
2017-10-17 Erik M. BrayUse mprotect instead of mmap in GC_unmap() on Cygwin
2017-10-08 Ivan MaidanskiFix 'pthread_np.h: no such file' compiler error on...
2017-09-27 Ivan MaidanskiSupport GC_init (and get_stack_base) from non-main...
2017-09-26 Ivan MaidanskiFix get_maps on proc maps file asynchronous growth
2017-08-29 Ivan MaidanskiFix printf arguments type in print_callers
2017-08-16 Ivan MaidanskiFix visibility of __asan_default_options in case of...
2017-08-09 Ivan MaidanskiDo not call BCOPY and BZERO if size is zero
2017-08-07 Ivan MaidanskiFix leak_test crash in print_callers if free() is redir...
2017-08-02 Ivan MaidanskiFix undefined HEAP_START in register_dynamic_libraries
2017-06-29 Ivan MaidanskiCall WARN() if GC_mprotect_dirty_init cannot succeed...
2017-06-29 Ivan MaidanskiDecide between memory unmapping and mprotect-based...
2017-06-28 Ivan MaidanskiFix gctest crash if configure --enable-handle-fork...
2017-06-20 Ivan MaidanskiFix compilation error in get_main_stack_base (Emscripten)
2017-05-22 Ivan MaidanskiWorkaround 'array compared to 0', 'untrusted loop bound...
2017-03-23 Ivan MaidanskiUse longjmp in fault_handler_openbsd if siglongjmp...
2017-03-15 Ivan MaidanskiEliminate 'type defaults to int in declaration' warning...
2017-03-14 Ivan MaidanskiAllow compilation of PROC_VDB code on Linux host (GC_NO...
2017-03-07 Ivan MaidanskiWorkaround 'memory leak: result' cppcheck false error...
2017-03-07 Ivan MaidanskiEliminate 'scope of variable can be reduced' cppcheck...
2017-02-14 Ivan MaidanskiWorkaround '!GC_page_size is always false' cppcheck...
2017-01-30 Ivan MaidanskiFix 'zero-size array is extension' Clang warning in...
2016-12-22 Ivan MaidanskiEliminate 'memory leak' code defect for scratch-allocat...
2016-12-20 Ivan MaidanskiFix (adjust) GC_scratch_alloc actual argument type
2016-12-19 Ivan MaidanskiSkip grungy_pages update when mark state invalid to...
2016-12-17 Ivan MaidanskiWorkaround 'bad address arithmetic' static analysis...
next