fix structure stack allocation for high-debug code
[sbcl.git] / src / runtime /
2012-10-05 David LichteblauPreliminary work towards threads on win32
2012-10-05 David LichteblauPort WITH-TLS-EA and other remaining FS prefix uses...
2012-10-05 David LichteblauSPARC gencgc
2012-09-27 David LichteblauFix the cheneygc build
2012-09-22 Joshua ElsasserFix build on OpenBSD systems with PIE enabled by defaul...
2012-09-19 David LichteblauAdd a safepoint-based mechanism to avoid SIGALRM for...
2012-09-18 David Lichteblausunos-os.c: Do not lose on mmap failure
2012-09-18 David LichteblauMinor repair work around odxprint
2012-09-14 David LichteblauPort safepoints to FreeBSD/x86
2012-09-14 David Lichteblaux86-bsd-os.c: Include stdio
2012-09-11 David LichteblauAdd dyndebug flags backtrace_when_lost, sleep_when_lost
2012-09-11 David LichteblauAdd odxprint, a replacement for FSHOW which can be...
2012-09-11 David Lichteblauwin32-os.c: Split up handle_exception
2012-09-07 David Lichteblauinterrupt.h: Remove rtmin[01]_handler forward declarations
2012-08-13 Paul KhuongFix the build on Darwin
2012-08-10 David LichteblauRemove executable mode from several source files
2012-08-10 David LichteblauUse safepoints for INTERRUPT-THREAD
2012-08-10 David LichteblauAdd safepoint mechanism
2012-08-01 Paul KhuongFix threads on Darwin 10.8
2012-08-01 Cyrus HarmonMiscellaneous cleanups for threaded darwin platforms
2012-06-18 David LichteblauUse %p for pthread pointers in debugging output
2012-06-18 David Lichteblaubrief_print: reset cur_lines
2012-06-04 Stas BoukarevRestore build on sparc/solaris.
2012-05-22 Stas Boukarevrun-program: Don't decode and re-encode environ.
2012-05-17 Stas BoukarevFix build on windows.
2012-05-09 Stas BoukarevFix --dynamic-space-size 1GB on x86.
2012-05-01 Stas Boukarevruntime clean up.
2012-04-29 Nikodemus Siivolagencgc: scale generation.bytes_consed_between_gc to...
2012-04-27 Nikodemus Siivolagencgc: i in add_new_area needs to be signed
2012-04-20 Lutz EulerTypo fixes in comments
2012-04-14 Nikodemus Siivolagencgc: tune the recent "more aggressive GC" changes
2012-04-13 Nikodemus Siivolacleanup: remove cast to (unsigned long) from print_ptr()
2012-04-13 Nikodemus Siivolacleanup: partial long cleanup in sniff_code_object...
2012-04-13 Nikodemus Siivolacleanup: gencgc copy_unboxed_object and shared gc_gener...
2012-04-13 Nikodemus Siivolacleanup: use size_t for new_areas_index and max_new_areas
2012-04-13 Nikodemus Siivolagencgc: reclaim space more aggressively
2012-03-25 Christophe RhodesFix build on PPC/Darwin
2012-03-11 Stas BoukarevMake SBCL buildable by Clang.
2012-02-19 Joshua ElsasserClean up OpenBSD makefile fragments a little.
2012-02-19 Stas Boukarevcoreparse.c: Fix a typo WORD_FTMX -> WORD_FMTX.
2012-01-17 Jim WiseAdd patches from Aymeric Vincent to fix sb-posix on...
2011-12-30 Nikodemus Siivolaruntime: handle KERN_ABORTED in the darwin semaphore...
2011-12-15 Alastair BridgewaterFix control stack scavenging for dynamic-extent allocation.
2011-12-15 Alastair BridgewaterMove control-stack scavenging to gc-common.c.
2011-12-12 Nikodemus Siivolaremove etags as a build-time dependency
2011-12-09 Alastair BridgewaterFix build on CHENEYGC targets.
2011-12-07 Nikodemus Siivolarun-program leaked a pipe per call
2011-12-07 Nikodemus Siivolagencgc: bogus memory fault handling
2011-12-05 Alastair BridgewaterImproved undefined-function backtrace on PPC.
2011-12-05 Alastair BridgewaterImproved undefined-function backtrace on x86oids.
2011-12-05 Nikodemus Siivolafix threaded PPC build, refactor new semaphore code
2011-12-05 Nikodemus Siivolasemaphores in the runtime
2011-12-05 Nikodemus Siivolabuild runtime/TAGS by default
2011-11-28 Nikodemus Siivolagencgc: fix regression from 137ba2db2d362f03754ccd080dd...
2011-11-27 Nikodemus Siivolamake PPC/Linux buildable on ppc64 hosts
2011-11-27 Nikodemus Siivolacleanup: refactor copy_large_unboxed_object and copy_la...
2011-11-27 Nikodemus Siivolacleanup: pacify GCC with an extra pair of parens
2011-11-27 Nikodemus Siivolacleanup: use OS_VM_SIZE_FMT in collect_garbage
2011-11-27 Nikodemus Siivolacleanup: types in load_core_file
2011-11-27 Nikodemus Siivolacleanup: os_vm_size_t for large_object_size
2011-11-27 Nikodemus Siivolacleanup: types in gc_alloc_large
2011-11-27 Nikodemus Siivolacleanup: types in gc_alloc_update_page_tables
2011-11-27 Nikodemus Siivolacleanup: void_diff returns os_vm_size_t
2011-11-27 Nikodemus Siivolacleanup: os_vm_size_t in gc_alloc_new_region
2011-11-27 Nikodemus Siivolacleanup: #define and use OS_VM_SIZE_FMT in write_genera...
2011-11-27 Nikodemus Siivolacleanup: unused variable in gc_free_heap
2011-11-27 Nikodemus Siivolacleanup: use os_vm_size_t in gc_find_freeish_pages...
2011-11-27 Nikodemus Siivolacleanup: use os_vm_size_t in count_generation_bytes_all...
2011-11-27 Nikodemus Siivolacleanup: use os_vm_size_t in npage_bytes
2011-11-27 Nikodemus Siivolacleanup: struct page member types
2011-11-27 Nikodemus Siivolacleanup: page_index_t canonicalization
2011-11-27 Alastair BridgewaterDon't scrub the C stack from C.
2011-11-23 Alastair BridgewaterReduce random casting in looks_like_valid_lisp_pointer_p().
2011-11-21 Nikodemus Siivolamake --dynamic-space-size and --control-stack-size...
2011-11-21 Nikodemus Siivolafix Darwin/x86 build on Snow Leopard
2011-11-20 Nikodemus Siivolafix RUN-PROGRAM :WAIT T on Windows
2011-11-20 Bruce O'Neelfix Darwin/PPC build
2011-11-19 Nikodemus Siivoladefault gen.bytes_consed_between_gc to same 5% of dynam...
2011-11-19 Nikodemus Siivoladefault nursery to 5% of total dynamic space size on...
2011-11-19 Nikodemus Siivolaunsigned long -> os_vm_size_t refactoring
2011-11-18 Nicolas Edelpass errno from exec() to parent in spawn()
2011-11-17 Nikodemus Siivolapthread_cond_broadcast is not asynch signal safe
2011-11-12 Nikodemus Siivolaclean leftover SB_LUTEX gunk from the runtime
2011-11-10 Alastair BridgewaterMake MAKE-LISP-OBJ pickier on CHENEYGC.
2011-11-10 Alastair Bridgewaterarch-assem.S: Update fun-end breakpoint magic for picki...
2011-11-10 Alastair Bridgewatergencgc: Make MAKE-LISP-OBJ of SIMPLE-FUN object address...
2011-11-09 Nikodemus Siivolakilling lutexes, adding timeouts
2011-10-24 Alastair BridgewaterFix FP traps on OSX/x86.
2011-10-24 Alastair BridgewaterFix x86oid OSX signal handling emulation assembly fragm...
2011-10-24 Alastair BridgewaterFix FP traps on OSX/x86-64.
2011-10-21 Alastair BridgewaterFix build on x86-64/darwin.
2011-10-20 Alastair Bridgewater63-bit fixnums on 64-bit targets.
2011-10-19 Alastair BridgewaterReorder 64-bit lowtags.
2011-10-19 Alastair Bridgewaterx86-64 disentwingling of fixnums and words.
2011-10-19 Alastair BridgewaterGeneral disentwingling of fixnums and words.
2011-10-19 Alastair BridgewaterFixnum and unsigned-fixnum array cleanups.
2011-10-19 Alastair BridgewaterIntroduce sb!vm::fixnum-lowtags
2011-10-19 Alastair BridgewaterRedefine symbol TLS slot indices.
2011-10-19 Alastair BridgewaterImproved GC lossage
2011-09-30 David LichteblauFix the build on Windows
next