summaryrefslogtreecommitdiff
path: root/boehm-gc
Commit message (Expand)AuthorAgeFilesLines
* closures.c: Include sys/statfs.h.Jakub Jelinek2007-04-033-14/+15
* ffi.h.in (ffi_closure_alloc, [...]): New.Alexandre Oliva2007-03-074-4/+129
* Makefile.am: Add dummy install-pdf target.Brooks Moses2007-03-013-4/+11
* gcconfig.h: use LINUX_STACKBOTTOM so it works with Linux 2.6, reactivate MPRO...Roman Zippel2007-02-053-3/+10
* 2007-01-24 Andreas Tobler <a.tobler@schweiz.org>Andreas Tobler2007-01-241-2/+2
* os_dep.c (defined(MPROTECT_VDB) && defined(DARWIN)): Moved recently added def...Andreas Tobler2007-01-194-25/+26
* configure.ac: Don't define NO_SIGSET and NO_DEBUGGING while cross-compiling.David Daney2007-01-174-27/+7
* * os_dep.c: Fix i686-apple-darwin9 builds.Mike Stump2007-01-172-1/+14
* aclocal.m4: Regenerate to use multi.m4.Jack Howarth2007-01-175-59/+17
* gc_config.h.in: Regenerate.Andreas Tobler2007-01-172-6/+16
* gcconfig.h: Handle amd64/x86-64 cpu under GNU/kFreeBSD.Petr Salinger2007-01-163-2/+12
* os_dep.c (defined(MPROTECT_VDB) && defined(DARWIN)): Adjust mail reference.Andreas Tobler2007-01-152-2/+8
* configure.ac: Replaced HAS_I386_THREAD_STATE_* with HAS_X86_THREAD_STATE32_* ...Andreas Tobler2007-01-118-120/+452
* configure.ac: Fix x86 darwin builds.Mike Stump2006-12-085-14/+37
* re PR boehm-gc/29180 (boehm-gc/darwin_stop_world.c not 64-bit clean)Jack Howarth2006-09-262-1/+6
* os_dep.c: Port to Darwin/i386Sandro Tolaini2006-09-214-2/+55
* configure.ac: add support for GNU/kFreeBSD, accepted by upstream for gc 6.8.Petr Salinger2006-09-187-9/+88
* re PR boehm-gc/29068 (Bootstrap fails building libjava on SPARC/Solaris)Tom Tromey2006-09-142-1/+7
* re PR libgcj/13212 (JNI/CNI AttachCurrentThread does not register thread with...Bryce McKinlay2006-08-219-83/+276
* pthread_stop_world.c (GC_suspend_handler): Redirect to suspension routine if ...Keith Seitz2006-06-214-6/+82
* Backport Windows 9x/ME VirtualQuery() fix from GC 6.7.Ranjit Mathew2006-06-203-2/+21
* Index: gcc/ChangeLogGeoffrey Keating2006-06-035-98/+866
* Makefile.am: Add install-html target.Carlos O'Donell2006-05-245-324/+158
* dyn_load.c (GC_has_static_roots): Declare.Andrew Haley2006-04-243-1/+31
* darwin_stop_world.c (GC_push_all_stacks, [...]): Call vm_deallocate to free a...Bryce McKinlay2006-04-112-0/+9
* configure.ac (THREADS): Add REENTRANT for *-*-hpux11*.Andreas Tobler2006-03-243-5/+27
* * pthread_support.c: Conditionally include dlfcn.h.Tom Tromey2006-02-102-0/+8
* gc_ext_config.h.in: Added GC_PTHREAD_SYM_VERSION.Jakub Jelinek2006-02-077-2/+97
* gc_locks.h (GC_test_and_set <POWERPC>): Don't use broken 64-bit version.Alan Modra2006-02-042-1/+6
* darwin_stop_world.c: Change inline asm instruction to ld as ldz is wrong.Andreas Tobler2006-01-252-1/+4
* Makefile.am (asm_libgcjgc_sources): Rename to asm_libgcjgc_sources.Andreas Tobler2006-01-253-8/+23
* gcconfig.h: Revert to GC 6.6 version, removing all local changes.Bryce McKinlay2006-01-252-12/+17
* Remove svn:executable property.Bryce McKinlay2006-01-251-0/+0
* Import Boehm GC version 6.6.Bryce McKinlay2006-01-2548-1098/+847
* re PR libobjc/13946 (ObjC configured --with-objc-gc needs external Boehm gc)David Ayers2006-01-242-2/+7
* gc_priv.h: Increase MAX_ROOT_SETS to 1024.Bryce McKinlay2005-11-022-11/+7
* .cvsignore are not needed for subversion, remove them.Andreas Jaeger2005-10-311-1/+0
* gc_locks.h (GC_test_and_set): Change the constraint of the first operand to '0'.Kazu Hirata2005-09-152-1/+6
* re PR boehm-gc/23662 (Binaries generated by arm-linux-gcj segfault on executi...Tom Tromey2005-09-062-1/+7
* * include/private/gcconfig.h (sh-linux): Use LINUX_STACKBOTTOM.SUGIOKA Toshinobu2005-07-172-1/+5
* os_dep.c: Add FreeBSD/PowerPC bits.Andreas Tobler2005-06-153-2/+28
* gcconfig.h (HBLKSIZE): Define to 4096 on powerpc64-linux.Andrew Haley2005-05-252-0/+6
* * configure: Regenerate.Mike Stump2005-05-102-1/+5
* os_dep.c, gc_locks.h: Import CRIS port by Simon Posnjak from gc6.4.Hans-Peter Nilsson2005-04-194-2/+57
* gcconfig.h (sparc-linux): Use LINUX_STACKBOTTOM.David S. Miller2005-04-173-3/+17
* * configure: Regenerate.Mike Stump2005-04-132-1/+66
* * include/private/gcconfig.h (alpha-linux): Use LINUX_STACKBOTTOM.Richard Henderson2005-04-122-1/+5
* darwin_stop_world.c: Update for -m64 multilib.Mike Stump2005-03-244-13/+37
* Makefile.in, [...]: Regenerate.Kelley Cook2005-03-013-11/+27
* dyn_load.c: On NetBSD...Richard Earnshaw2005-02-262-0/+10