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 all address-of-dummy operations by adding volatile
Ivan Maidanski
2012-08-01
1
-17
/
+30
*
Postpone the suspend signal in GC_dirty_init only if used to stop world
Ivan Maidanski
2012-07-24
1
-10
/
+6
*
Fix GC_dirty_init by avoiding GC_get_suspend_signal if no threads support
Ivan Maidanski
2012-07-24
1
-1
/
+6
*
Fix stop_info.stack_ptr assignment in GC_suspend_all for OpenBSD
Ivan Maidanski
2012-07-21
1
-1
/
+2
*
Replace sprintf with defensive snprintf
Ivan Maidanski
2012-07-20
1
-6
/
+12
*
Use memcpy (BCOPY) instead of strcpy (to suppress GCC warning)
Ivan Maidanski
2012-07-20
1
-4
/
+5
*
Replace SIG_SUSPEND macro to a variable in pthread_stop_world
Ivan Maidanski
2012-07-04
1
-3
/
+3
*
Replace exit(1) with EXIT call in catch_exception_raise (code refactoring)
Ivan Maidanski
2012-06-24
1
-1
/
+1
*
Fix GC_scratch_alloc and GC_get_maps invocations to prevent SEGV
Ivan Maidanski
2012-06-07
1
-1
/
+6
*
Add public setter and getter for GC_push_other_roots
Ivan Maidanski
2012-06-02
1
-5
/
+15
*
Fix visibility of GC_push_all/conditional, GC_push_other_roots symbols
Ivan Maidanski
2012-06-02
1
-2
/
+2
*
FIX: Disable incremental mode on Darwin if fork handling requested
Ivan Maidanski
2012-04-02
1
-4
/
+15
*
Merge with symbian_libgc_7x branch
Ivan Maidanski
2012-03-18
1
-1
/
+19
|
\
|
*
libgc_7_1_symbian tarball import
gc7_1-symbian
Ivan Maidanski
2011-09-06
1
-3
/
+21
*
|
Replace pointer relational comparisons with non-pointer ones
Ivan Maidanski
2012-03-05
1
-37
/
+41
*
|
Fix 'volatile' keyword placement in GC_SysVGetDataStart
Ivan Maidanski
2012-02-27
1
-1
/
+1
*
|
Fix fork() handling for Darwin partially
Ivan Maidanski
2012-02-24
1
-0
/
+4
*
|
Minor code adjustment (delete meaningless parentheses in abort messages)
Ivan Maidanski
2012-02-20
1
-1
/
+1
*
|
Fix GC_finalizer_nested size to workaround alignment problem in Watcom
Ivan Maidanski
2012-02-16
1
-4
/
+3
*
|
Allow to get memory via Win32 VirtualAlloc (USE_WINALLOC) on Cygwin
Ivan Maidanski
2012-02-09
1
-63
/
+65
*
|
Code refactoring (test single macro instead of MSWIN32/MSWINCE pair)
Ivan Maidanski
2012-02-09
1
-34
/
+30
*
|
Code refactoring of GC_remap
Ivan Maidanski
2012-02-07
1
-21
/
+15
*
|
Implement GC_get_stack_base for Darwin if threads support is off
Ivan Maidanski
2012-02-03
1
-14
/
+24
*
|
Prevent compiler warnings in GC_FindTopOfStack and GC_ports (Darwin)
Ivan Maidanski
2012-02-03
1
-0
/
+3
*
|
Add assertion to GC_incremental_protection_needs, refine documentation
Ivan Maidanski
2012-02-01
1
-0
/
+2
*
|
Adjust GC_log_printf format specifiers (regarding signed/unsigned long)
Ivan Maidanski
2012-01-28
1
-1
/
+1
*
|
Fix GC_init_linux_data_start to set GC_data_start to valid address
Ivan Maidanski
2012-01-27
1
-7
/
+13
*
|
Prevent compiler warning in GC_print_callers (regarding 'pipe' variable)
Ivan Maidanski
2012-01-23
1
-3
/
+1
*
|
Replace ABORTs followed by statement with ABORT_RET having dummy
Ivan Maidanski
2012-01-23
1
-2
/
+2
*
|
Turn some unreachable return statements into reachable (to suppress
Ivan Maidanski
2012-01-23
1
-2
/
+2
*
|
Add missing GC_ATTR_UNUSED annotation to catch_exception_raise (Darwin)
Ivan Maidanski
2012-01-23
1
-14
/
+16
*
|
Fix a typo in a comment in os_dep.c
Ivan Maidanski
2012-01-23
1
-2
/
+2
*
|
Add assertion on result alignment to GC_unix_mmap_get_mem
Zoltan Varga
2012-01-10
1
-0
/
+3
*
|
Avoid unnecessary GC_find_limit invocation if GC_no_dls
Zoltan Varga
2012-01-10
1
-0
/
+7
*
|
Use EXPECT for checking various 'initialized' boolean variables
Ivan Maidanski
2011-12-29
1
-1
/
+1
*
|
Fix GC_ASSERT usage (fix missing trailing semi-colon)
Ivan Maidanski
2011-12-29
1
-2
/
+2
*
|
MacOSX: Accept i386_ prefix for exception_state_t (for compatibility)
Ivan Maidanski
2011-12-27
1
-3
/
+11
*
|
Do not define internal GC_parse_map_entry() unless really used.
Ivan Maidanski
2011-10-07
1
-2
/
+3
*
|
Replace ARGSUSED comment-based annotation with GCC 'unused' attribute.
Ivan Maidanski
2011-09-14
1
-24
/
+16
*
|
Do not define internal GC_parse_map_entry() unless used.
Ivan Maidanski
2011-09-11
1
-6
/
+8
*
|
Resolve "comparison of signed and unsigned values" compiler warnings.
Ivan Maidanski
2011-09-08
1
-3
/
+3
*
|
HOTFIX: Always reset fault handler in GC_find_limit_with_bound on exit.
Ivan Maidanski
2011-09-07
1
-3
/
+14
*
|
Resolve "comparison of signed and unsigned values" compiler warnings.
Ivan Maidanski
2011-08-21
1
-1
/
+1
*
|
Support multi-threading for RTEMS target.
Jie Liu
2011-08-09
1
-0
/
+9
*
|
2011-07-05 Ivan Maidanski <ivmai@mail.ru>
ivmai
2011-07-26
1
-26
/
+30
*
|
2011-05-31 Ivan Maidanski <ivmai@mail.ru>
ivmai
2011-07-26
1
-21
/
+13
*
|
2011-05-23 Ivan Maidanski <ivmai@mail.ru>
ivmai
2011-07-26
1
-2
/
+8
*
|
2011-05-23 Ivan Maidanski <ivmai@mail.ru>
ivmai
2011-07-26
1
-131
/
+119
*
|
2011-05-22 Ivan Maidanski <ivmai@mail.ru>
ivmai
2011-07-26
1
-41
/
+24
*
|
2011-05-20 Ivan Maidanski <ivmai@mail.ru>
ivmai
2011-07-26
1
-96
/
+72
[next]