Fix a regression in sb-safepoint.
[sbcl.git] / src / runtime / interrupt.c
2013-09-10 Stas BoukarevFix a regression in sb-safepoint.
2013-09-08 Stas Boukarevsb-safepoint: Fix interrupts during GC.
2012-12-21 David LichteblauSupport building without PSEUDO-ATOMIC on POSIX safepoints
2012-11-20 David LichteblauLLP64: change signed long to sword_t
2012-11-20 David LichteblauLLP64: change unsigned long to uword_t
2012-11-20 David LichteblauLLP64: adjust calls to printf-like functions with point...
2012-11-13 David LichteblauPowerPC safepoints
2012-11-02 David LichteblauSafepoint protocol upgrade
2012-10-05 David LichteblauPreliminary work towards threads on win32
2012-10-05 David LichteblauSPARC gencgc
2012-09-11 David LichteblauAdd odxprint, a replacement for FSHOW which can be...
2012-08-13 Paul KhuongFix the build on Darwin
2012-08-10 David LichteblauUse safepoints for INTERRUPT-THREAD
2012-08-10 David LichteblauAdd safepoint mechanism
2012-05-01 Stas Boukarevruntime clean up.
2011-12-05 Nikodemus Siivolasemaphores in the runtime
2010-08-07 Alastair Bridgewater1.0.41.21: runtime: Current stack and frame pointers...
2010-08-07 Alastair Bridgewater1.0.41.20: runtime: Straighten out access to binding...
2010-08-07 Alastair Bridgewater1.0.41.19: runtime: Fix pseudo-atomic on non-x86oid...
2010-08-07 Alastair Bridgewater1.0.41.18: threads: stop_for_gc_handler should check...
2010-08-07 Alastair Bridgewater1.0.41.17: runtime: Make foreign_function_call_active...
2009-08-02 Kevin Rosenberg1.0.30.31:
2009-06-24 Gabor Melis1.0.29.37: fix control stack exhuastion regression...
2009-06-22 Gabor Melis1.0.29.32: SCRUB-CONTROL-STACK related changes
2009-05-21 Nathan Froyd1.0.28.67: fix build on powerpc-linux
2009-05-12 Nikodemus Siivola1.0.28.40: hopefully fix Win32 build
2009-05-11 Gabor Melis1.0.28.37: resignal signals received in foreign threads
2009-04-08 Gabor Melis1.0.27.5: fix compilation on windows
2009-03-23 Gabor Melis1.0.26.19: more stack safety
2009-03-22 Gabor Melis1.0.26.17: fix GC/SIG_STOP_FOR_GC race
2009-03-22 Gabor Melis1.0.26.15: interrupt.c refactoring
2009-03-20 Gabor Melis1.0.26.10: darwin interrupt fixes
2009-03-17 Gabor Melis1.0.26.8: QSHOW changes, bug reporting guidelines
2009-03-01 Gabor Melis1.0.25.57: fix compilation on win32
2009-02-16 Gabor Melis1.0.25.54: centralize scattered arch_os_get_context...
2009-02-16 Gabor Melis1.0.25.52: go through lisp_memory_fault_error on all...
2009-02-16 Gabor Melis1.0.25.50: detect binding and alien stack exhaustion
2009-02-16 Gabor Melis1.0.25.47: OOAO restoring fp control word
2009-02-16 Gabor Melis1.0.25.46: restore errno in signal handlers
2009-02-16 Gabor Melis1.0.25.44: INTERRUPT-THREAD and timer improvements
2009-02-16 Gabor Melis1.0.25.41: only call pthread_kill with valid thread ids
2009-02-16 Gabor Melis1.0.25.38: fix maybe_gc
2009-02-16 Gabor Melis1.0.25.37: block deferrables when gc pending in PA
2009-02-16 Gabor Melis1.0.25.36: unblock signals on low level errors
2009-02-16 Gabor Melis1.0.25.35: check that gc signals are unblocked
2009-02-16 Gabor Melis1.0.25.34: gc trigger improvements
2009-02-16 Gabor Melis1.0.25.33: protect against recursive gcs
2009-02-16 Gabor Melis1.0.25.32: improvements to WITHOUT-GCING
2009-02-16 Gabor Melis1.0.25.29: thread state visibility and synchronization
2009-02-16 Gabor Melis1.0.25.28: always use SIG_RESUME_FROM_GC
2009-02-16 Gabor Melis1.0.25.27: codify interrupt handling invariants
2009-02-16 Gabor Melis1.0.25.26: less interrupt handling leftovers
2009-02-16 Gabor Melis1.0.25.25: sig_stop_for_gc_handler looks at GC_INHIBIT...
2009-02-16 Gabor Melis1.0.25.24: x86/x86-64 runtime pseudo atomic fixes
2009-02-16 Gabor Melis1.0.25.23: more allocation checks
2009-02-16 Gabor Melis1.0.25.22: SIGTERM and SIGABRT
2009-02-16 Gabor Melis1.0.25.21: handling of potential corruptions
2009-02-16 Gabor Melis1.0.25.18: it's only SHOW
2009-02-16 Gabor Melis1.0.25.16: minor stylistics changes in the runtime
2009-02-16 Gabor Melis1.0.25.14: comments
2009-02-16 Gabor Melis1.0.25.13: 80 chars, trailing space
2009-01-04 Nikodemus Siivola1.0.24.20: misc HPPA & HPUX updates
2007-12-09 Nikodemus Siivola1.0.12.19: runtime cleanups by Daniel Lowe
2007-12-02 Brian Mastenbrook1.0.12.15: PPC/Darwin fixes
2007-10-04 Thiemo Seufer1.0.10.19: Check also for MIPS foreign_function_call...
2007-09-26 NIIMI Satoshi1.0.10.4: Use variable for SIG_MEMORY_FAULT on FreeBSD
2007-08-03 Thiemo Seufer1.0.8.14: De-clutter C code.
2007-07-29 Thiemo Seufer1.0.8.11: Fix typo in comment.
2007-07-25 Thiemo Seufer1.0.8.1: Nicer C code
2007-06-18 Juho Snellman1.0.6.51: clean up compiler warnings in the runtime
2007-05-15 Nikodemus Siivola1.0.5.49: interrupt & GC & PA handling
2007-05-02 Thiemo Seufer1.0.5.23:
2007-04-29 Nikodemus Siivola1.0.5.4: signal handler consing causing GCs
2007-04-04 Nikodemus Siivola1.0.4.22: trivial cleanup
2007-04-03 lisphacker1.0.4.20: Win32 build fix
2007-04-02 Nikodemus Siivola1.0.4.18: trap handling cleanup continues
2007-04-02 Nikodemus Siivola1.0.4.17: interrupt handler spring cleaning
2007-04-02 Nikodemus Siivola1.0.4.16: some GC and interrupt refactoring
2007-04-01 Nikodemus Siivola1.0.4.13: refactor trap handling
2007-03-26 Nikodemus Siivola1.0.4.3: interrupt and GC issues
2007-03-03 Cyrus Harmon1.0.3.16: experimental x86-64/darwin suport
2006-12-26 Cyrus Harmon1.0.1.1:
2006-12-15 sa2c1.0.0.32: support for FreeBSD/x86-64
2006-12-05 Nikodemus Siivola1.0.0.20: report address of memory faults
2006-11-02 Nikodemus Siivola0.9.18.29: --dynamic-space-size command-line switch
2006-11-02 Juho Snellman0.9.18.22:
2006-09-27 Nikodemus Siivola0.9.17.2: fix two potential GC deadlocks
2006-09-26 Thiemo Seufer0.9.17.1:
2006-06-07 Nikodemus Siivola0.9.13.33: :SB-LDB in default build
2006-06-03 Juho Snellman0.9.13.22:
2006-04-24 Christophe Rhodes0.9.11.47:
2006-02-21 Christophe Rhodes0.9.9.36:
2006-01-05 Gabor Melis0.9.8.12:
2006-01-03 Christophe Rhodes0.9.8.7:
2005-12-29 Juho Snellman0.9.8.5:
2005-12-04 Thiemo Seufer0.9.7.12:
2005-11-16 Gabor Melis0.9.6.46:
2005-11-13 Gabor Melis0.9.6.42:
2005-10-20 Gabor Melis0.9.5.78:
2005-10-17 Gabor Melis0.9.5.76:
next