summaryrefslogtreecommitdiff
path: root/os_dep.c
Commit message (Expand)AuthorAgeFilesLines
* Fix malloc routines to prevent size value wrap-aroundIvan Maidanski2016-09-231-24/+29
* Fix 'GetVersion deprecated' compiler warning in os_dep (MS VC)Ivan Maidanski2016-08-171-5/+12
* Fix various typos in comments and documentationIvan Maidanski2016-08-011-2/+2
* Fix missing new-line and redundant trailing dot in WARN messagesIvan Maidanski2016-07-221-5/+5
* Fix unchecked fcntl() resultIvan Maidanski2016-02-191-3/+5
* Fix 'unreachable code' compiler warning in GC_dirty_init (Solaris)Ivan Maidanski2016-02-171-4/+0
* Return GC_UNIMPLEMENTED instead of abort in GC_get_stack_base (OS/2)Ivan Maidanski2015-12-171-1/+2
* Fix missing GC_get_stack_base for AmigaIvan Maidanski2015-11-261-0/+1
* Avoid unstructured procfs on SolarisRainer Orth2015-10-301-7/+4
* Check DATASTART is less than DATAEND even assertions offIvan Maidanski2015-10-261-12/+22
* Workaround invalid '_end' symbol on Android clang 3.5+Ivan Maidanski2015-10-231-7/+8
* Consistently set type of DATASTART/END to ptr_tIvan Maidanski2015-10-161-7/+7
* Support FreeBSD/mipsCarlos J. Puga Medina2015-08-291-1/+1
* Replace non-API occurrences of GC_word to wordIvan Maidanski2015-07-281-3/+3
* FreeBSD/arm support improvementCarlos J. Puga Medina2015-07-211-1/+1
* Code refactoring regarding 'data start' definition for FreeBSDIvan Maidanski2015-07-121-10/+6
* Fix support of FreeBSD/aarch64Carlos J. Puga Medina2015-07-111-2/+5
* Fix GC_get_stack_base if called before GC_init (Win32)Eli Barzilay2015-07-081-2/+9
* [Fix] Do not reference thread state struct for exception state (Darwin)Joao Abecasis2015-06-261-4/+4
* Remove commented out code in AmigaOS.c, gcconfig.h and os_dep.cIvan Maidanski2015-04-061-116/+0
* Do not include sigcontext.h and asm/sigcontext.hIvan Maidanski2015-04-061-30/+0
* Add incremental GC support for Darwin/arm64Ivan Maidanski2015-03-181-0/+5
* Merge branch 'master' into ios-unified-ts-fixIvan Maidanski2015-03-071-4/+4
|\
| * Fix missing error handling of pthread_attr_init/getstacksizeIvan Maidanski2014-10-211-4/+4
* | GC_stack_range_for code refactoring (Darwin/arm)Ivan Maidanski2015-01-231-1/+0
|/
* Fix signedness of char values passed to isspace, iscntrl, isxdigitIvan Maidanski2014-06-151-10/+9
* Fix 'variable unused' warning in GC_save_callersIvan Maidanski2014-06-141-2/+4
* Fix file descriptor resource leak in GC_register_data_segments (OS/2)Ivan Maidanski2014-06-131-0/+1
* Fix (enable) Cygwin-64 buildBernd Edlinger2014-05-231-4/+8
* Fix GET_MEM argument rounding in GC_scratch_alloc and similarIvan Maidanski2014-03-301-5/+0
* Define ROUNDUP_PAGESIZE, ROUNDUP_GRANULE_SIZE macros (code refactoring)Ivan Maidanski2014-03-301-9/+5
* Fix data roots registration for Android/x86 and NDK ARM 'gold' linkerIvan Maidanski2013-12-271-3/+20
* Fix old_segv/bus_act variables initialization for FreeBSDIvan Maidanski2013-08-251-6/+6
* FreeBSD New ports collection for boehm-gc v7.1Mike McGaughey2013-08-251-5/+12
* Fix more typos in commentsOndrej Bilka2013-07-311-8/+5
* Fix more typos in comments and documentationIvan Maidanski2013-07-111-9/+9
* Fix typos in commentsOndrej Bilka2013-07-111-4/+4
* Improve debug-only messages of add/remove_roots and init_linux_data_startIvan Maidanski2013-06-121-0/+3
* Support rthreads introduced in OpenBSD 5.2+Kurt Miller2013-06-081-1/+1
* Fix triple-letter typos in comments and documentationIvan Maidanski2013-05-041-1/+1
* Allow not to rely on __data_start value (Linux)Ivan Maidanski2013-02-141-1/+3
* Do not include sigcontext.h if NO_SIGCONTEXT_H (Linux)Ivan Maidanski2013-01-061-4/+4
* Do not use pthread_getattr_np if NO_PTHREAD_GETATTR_NP specifiedIvan Maidanski2013-01-061-2/+3
* Fix GC_win32_free_heap compilation error for CygwinIvan Maidanski2012-12-231-3/+5
* Fix: VirtualAlloc leaks when freeing the heap on win32Max Mouratov2012-12-231-1/+8
* Fix GC_win32_free_heap to prevent memory leak if USE_GLOBAL_ALLOCIvan Maidanski2012-12-231-1/+1
* Fix dwSize argument of VirtualFree call in detect_GetWriteWatch (Win32)Ivan Maidanski2012-12-231-1/+1
* Change definition of macros represented as block to be simple statementIvan Maidanski2012-12-231-33/+26
* Replace GC_log/err_printf() followed by ABORT with ABORT_ARGn()Ivan Maidanski2012-12-111-42/+25
* Remove redundant GC_err_printf before abortIvan Maidanski2012-12-111-3/+1