index
:
delta/bdwgc.git
add-long-weakref
draft-appveyor
draft-travis
fix_tsx_bug
freebsd-ports-devel-boehm-gc
freebsd-ports-devel-boehm-gc-integrate
gc6x-branch
gcc_boehmgc
ios-unified-ts-fix
jtotz-bdwgc-integrate
jtotz_bdwgc
master
mono_libgc
racket_gc
release-7_2
release-7_4
release-7_6
release-8_0
release-8_2
thread-suspend
github.com: ivmai/bdwgc.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
os_dep.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix malloc routines to prevent size value wrap-around
Ivan Maidanski
2016-09-23
1
-24
/
+29
*
Fix 'GetVersion deprecated' compiler warning in os_dep (MS VC)
Ivan Maidanski
2016-08-17
1
-5
/
+12
*
Fix various typos in comments and documentation
Ivan Maidanski
2016-08-01
1
-2
/
+2
*
Fix missing new-line and redundant trailing dot in WARN messages
Ivan Maidanski
2016-07-22
1
-5
/
+5
*
Fix unchecked fcntl() result
Ivan Maidanski
2016-02-19
1
-3
/
+5
*
Fix 'unreachable code' compiler warning in GC_dirty_init (Solaris)
Ivan Maidanski
2016-02-17
1
-4
/
+0
*
Return GC_UNIMPLEMENTED instead of abort in GC_get_stack_base (OS/2)
Ivan Maidanski
2015-12-17
1
-1
/
+2
*
Fix missing GC_get_stack_base for Amiga
Ivan Maidanski
2015-11-26
1
-0
/
+1
*
Avoid unstructured procfs on Solaris
Rainer Orth
2015-10-30
1
-7
/
+4
*
Check DATASTART is less than DATAEND even assertions off
Ivan Maidanski
2015-10-26
1
-12
/
+22
*
Workaround invalid '_end' symbol on Android clang 3.5+
Ivan Maidanski
2015-10-23
1
-7
/
+8
*
Consistently set type of DATASTART/END to ptr_t
Ivan Maidanski
2015-10-16
1
-7
/
+7
*
Support FreeBSD/mips
Carlos J. Puga Medina
2015-08-29
1
-1
/
+1
*
Replace non-API occurrences of GC_word to word
Ivan Maidanski
2015-07-28
1
-3
/
+3
*
FreeBSD/arm support improvement
Carlos J. Puga Medina
2015-07-21
1
-1
/
+1
*
Code refactoring regarding 'data start' definition for FreeBSD
Ivan Maidanski
2015-07-12
1
-10
/
+6
*
Fix support of FreeBSD/aarch64
Carlos J. Puga Medina
2015-07-11
1
-2
/
+5
*
Fix GC_get_stack_base if called before GC_init (Win32)
Eli Barzilay
2015-07-08
1
-2
/
+9
*
[Fix] Do not reference thread state struct for exception state (Darwin)
Joao Abecasis
2015-06-26
1
-4
/
+4
*
Remove commented out code in AmigaOS.c, gcconfig.h and os_dep.c
Ivan Maidanski
2015-04-06
1
-116
/
+0
*
Do not include sigcontext.h and asm/sigcontext.h
Ivan Maidanski
2015-04-06
1
-30
/
+0
*
Add incremental GC support for Darwin/arm64
Ivan Maidanski
2015-03-18
1
-0
/
+5
*
Merge branch 'master' into ios-unified-ts-fix
Ivan Maidanski
2015-03-07
1
-4
/
+4
|
\
|
*
Fix missing error handling of pthread_attr_init/getstacksize
Ivan Maidanski
2014-10-21
1
-4
/
+4
*
|
GC_stack_range_for code refactoring (Darwin/arm)
Ivan Maidanski
2015-01-23
1
-1
/
+0
|
/
*
Fix signedness of char values passed to isspace, iscntrl, isxdigit
Ivan Maidanski
2014-06-15
1
-10
/
+9
*
Fix 'variable unused' warning in GC_save_callers
Ivan Maidanski
2014-06-14
1
-2
/
+4
*
Fix file descriptor resource leak in GC_register_data_segments (OS/2)
Ivan Maidanski
2014-06-13
1
-0
/
+1
*
Fix (enable) Cygwin-64 build
Bernd Edlinger
2014-05-23
1
-4
/
+8
*
Fix GET_MEM argument rounding in GC_scratch_alloc and similar
Ivan Maidanski
2014-03-30
1
-5
/
+0
*
Define ROUNDUP_PAGESIZE, ROUNDUP_GRANULE_SIZE macros (code refactoring)
Ivan Maidanski
2014-03-30
1
-9
/
+5
*
Fix data roots registration for Android/x86 and NDK ARM 'gold' linker
Ivan Maidanski
2013-12-27
1
-3
/
+20
*
Fix old_segv/bus_act variables initialization for FreeBSD
Ivan Maidanski
2013-08-25
1
-6
/
+6
*
FreeBSD New ports collection for boehm-gc v7.1
Mike McGaughey
2013-08-25
1
-5
/
+12
*
Fix more typos in comments
Ondrej Bilka
2013-07-31
1
-8
/
+5
*
Fix more typos in comments and documentation
Ivan Maidanski
2013-07-11
1
-9
/
+9
*
Fix typos in comments
Ondrej Bilka
2013-07-11
1
-4
/
+4
*
Improve debug-only messages of add/remove_roots and init_linux_data_start
Ivan Maidanski
2013-06-12
1
-0
/
+3
*
Support rthreads introduced in OpenBSD 5.2+
Kurt Miller
2013-06-08
1
-1
/
+1
*
Fix triple-letter typos in comments and documentation
Ivan Maidanski
2013-05-04
1
-1
/
+1
*
Allow not to rely on __data_start value (Linux)
Ivan Maidanski
2013-02-14
1
-1
/
+3
*
Do not include sigcontext.h if NO_SIGCONTEXT_H (Linux)
Ivan Maidanski
2013-01-06
1
-4
/
+4
*
Do not use pthread_getattr_np if NO_PTHREAD_GETATTR_NP specified
Ivan Maidanski
2013-01-06
1
-2
/
+3
*
Fix GC_win32_free_heap compilation error for Cygwin
Ivan Maidanski
2012-12-23
1
-3
/
+5
*
Fix: VirtualAlloc leaks when freeing the heap on win32
Max Mouratov
2012-12-23
1
-1
/
+8
*
Fix GC_win32_free_heap to prevent memory leak if USE_GLOBAL_ALLOC
Ivan Maidanski
2012-12-23
1
-1
/
+1
*
Fix dwSize argument of VirtualFree call in detect_GetWriteWatch (Win32)
Ivan Maidanski
2012-12-23
1
-1
/
+1
*
Change definition of macros represented as block to be simple statement
Ivan Maidanski
2012-12-23
1
-33
/
+26
*
Replace GC_log/err_printf() followed by ABORT with ABORT_ARGn()
Ivan Maidanski
2012-12-11
1
-42
/
+25
*
Remove redundant GC_err_printf before abort
Ivan Maidanski
2012-12-11
1
-3
/
+1
[next]