Simplify (and robustify) regular PACKing
[sbcl.git] / src / runtime /
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
2011-09-29 Juho SnellmanProbably fix compile on win32 (no sys/mman.h).
2011-09-29 Juho SnellmanSilence a warning about assignment in conditional
2011-08-28 Paul KhuongUpdate the library list on x86/darwin as well when...
2011-08-28 Paul KhuongFix the build on some XCode/OS X version combo by forci...
2011-08-28 Paul KhuongOptionally mark pages from cores as de-duplicatable
2011-08-28 Paul KhuongOptional support for zlib-based in-memory deflate/infla...
2011-08-25 David LichteblauAllow use of the --core option with embedded core files
2011-08-11 David LichteblauFix QUERY-FILE-SYSTEM for Windows UNC and device file...
2011-08-10 Anton Kovalenkosb-win32: offer low-level bindings for file mapping...
2011-08-10 David LichteblauTweak os_validate to support running SBCL on recent...
2011-08-09 David LichteblauNew toplevel options --quit and --non-interactive
2011-08-09 David LichteblauDocument further common toplevel options
2011-08-03 Paul KhuongFix version string parsing for Linux 3.0
2011-08-01 Nikodemus Siivolaadd -fno-omit-frame-pointer to x86 builds
2011-08-01 Nikodemus Siivolamake SBCL_ARCH=x86 build work on 64-bit linux without...
2011-07-06 Paul KhuongSmall cleanups
2011-07-06 Paul KhuongMore conservative defaults in GENCGC
2011-07-03 Paul KhuongFix the build - gencgc broken since 1.0.49.73 (4 commit...
2011-07-03 Paul KhuongAllocate at least gencgc_alloc_granularity bytes at...
2011-07-03 Paul KhuongRelease address space to the OS at gencgc_release_granu...
2011-07-03 Paul KhuongSplit GENCGC_PAGE_BYTES in 3 constants
2011-07-03 Paul KhuongLazier zero_dirty_pages in gencgc
2011-06-06 Nikodemus Siivolawrite heap exhaustion information to the GC logfile...
2011-05-30 Nikodemus Siivola1.0.48.35: SB-EXT:GC-LOGFILE
2011-05-08 Juho Snellman1.0.47.32: Fix build on MinGW
next