projects
/
sbcl.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
Preliminary work towards threads on win32
[sbcl.git]
/
src
/
runtime
/
interrupt.c
2012-10-05
David Lichteblau
Preliminary work towards threads on win32
blob
|
commitdiff
2012-10-05
David Lichteblau
SPARC gencgc
blob
|
commitdiff
|
diff to current
2012-09-11
David Lichteblau
Add odxprint, a replacement for FSHOW which can be...
blob
|
commitdiff
|
diff to current
2012-08-13
Paul Khuong
Fix the build on Darwin
blob
|
commitdiff
|
diff to current
2012-08-10
David Lichteblau
Use safepoints for INTERRUPT-THREAD
blob
|
commitdiff
|
diff to current
2012-08-10
David Lichteblau
Add safepoint mechanism
blob
|
commitdiff
|
diff to current
2012-05-01
Stas Boukarev
runtime clean up.
blob
|
commitdiff
|
diff to current
2011-12-05
Nikodemus Siivola
semaphores in the runtime
blob
|
commitdiff
|
diff to current
2010-08-07
Alastair Bridgewater
1.0.41.21: runtime: Current stack and frame pointers...
blob
|
commitdiff
|
diff to current
2010-08-07
Alastair Bridgewater
1.0.41.20: runtime: Straighten out access to binding...
blob
|
commitdiff
|
diff to current
2010-08-07
Alastair Bridgewater
1.0.41.19: runtime: Fix pseudo-atomic on non-x86oid...
blob
|
commitdiff
|
diff to current
2010-08-07
Alastair Bridgewater
1.0.41.18: threads: stop_for_gc_handler should check...
blob
|
commitdiff
|
diff to current
2010-08-07
Alastair Bridgewater
1.0.41.17: runtime: Make foreign_function_call_active...
blob
|
commitdiff
|
diff to current
2009-08-02
Kevin Rosenberg
1.0.30.31:
blob
|
commitdiff
|
diff to current
2009-06-24
Gabor Melis
1.0.29.37: fix control stack exhuastion regression...
blob
|
commitdiff
|
diff to current
2009-06-22
Gabor Melis
1.0.29.32: SCRUB-CONTROL-STACK related changes
blob
|
commitdiff
|
diff to current
2009-05-21
Nathan Froyd
1.0.28.67: fix build on powerpc-linux
blob
|
commitdiff
|
diff to current
2009-05-12
Nikodemus Siivola
1.0.28.40: hopefully fix Win32 build
blob
|
commitdiff
|
diff to current
2009-05-11
Gabor Melis
1.0.28.37: resignal signals received in foreign threads
blob
|
commitdiff
|
diff to current
2009-04-08
Gabor Melis
1.0.27.5: fix compilation on windows
blob
|
commitdiff
|
diff to current
2009-03-23
Gabor Melis
1.0.26.19: more stack safety
blob
|
commitdiff
|
diff to current
2009-03-22
Gabor Melis
1.0.26.17: fix GC/SIG_STOP_FOR_GC race
blob
|
commitdiff
|
diff to current
2009-03-22
Gabor Melis
1.0.26.15: interrupt.c refactoring
blob
|
commitdiff
|
diff to current
2009-03-20
Gabor Melis
1.0.26.10: darwin interrupt fixes
blob
|
commitdiff
|
diff to current
2009-03-17
Gabor Melis
1.0.26.8: QSHOW changes, bug reporting guidelines
blob
|
commitdiff
|
diff to current
2009-03-01
Gabor Melis
1.0.25.57: fix compilation on win32
blob
|
commitdiff
|
diff to current
2009-02-16
Gabor Melis
1.0.25.54: centralize scattered arch_os_get_context...
blob
|
commitdiff
|
diff to current
2009-02-16
Gabor Melis
1.0.25.52: go through lisp_memory_fault_error on all...
blob
|
commitdiff
|
diff to current
2009-02-16
Gabor Melis
1.0.25.50: detect binding and alien stack exhaustion
blob
|
commitdiff
|
diff to current
2009-02-16
Gabor Melis
1.0.25.47: OOAO restoring fp control word
blob
|
commitdiff
|
diff to current
2009-02-16
Gabor Melis
1.0.25.46: restore errno in signal handlers
blob
|
commitdiff
|
diff to current
2009-02-16
Gabor Melis
1.0.25.44: INTERRUPT-THREAD and timer improvements
blob
|
commitdiff
|
diff to current
2009-02-16
Gabor Melis
1.0.25.41: only call pthread_kill with valid thread ids
blob
|
commitdiff
|
diff to current
2009-02-16
Gabor Melis
1.0.25.38: fix maybe_gc
blob
|
commitdiff
|
diff to current
2009-02-16
Gabor Melis
1.0.25.37: block deferrables when gc pending in PA
blob
|
commitdiff
|
diff to current
2009-02-16
Gabor Melis
1.0.25.36: unblock signals on low level errors
blob
|
commitdiff
|
diff to current
2009-02-16
Gabor Melis
1.0.25.35: check that gc signals are unblocked
blob
|
commitdiff
|
diff to current
2009-02-16
Gabor Melis
1.0.25.34: gc trigger improvements
blob
|
commitdiff
|
diff to current
2009-02-16
Gabor Melis
1.0.25.33: protect against recursive gcs
blob
|
commitdiff
|
diff to current
2009-02-16
Gabor Melis
1.0.25.32: improvements to WITHOUT-GCING
blob
|
commitdiff
|
diff to current
2009-02-16
Gabor Melis
1.0.25.29: thread state visibility and synchronization
blob
|
commitdiff
|
diff to current
2009-02-16
Gabor Melis
1.0.25.28: always use SIG_RESUME_FROM_GC
blob
|
commitdiff
|
diff to current
2009-02-16
Gabor Melis
1.0.25.27: codify interrupt handling invariants
blob
|
commitdiff
|
diff to current
2009-02-16
Gabor Melis
1.0.25.26: less interrupt handling leftovers
blob
|
commitdiff
|
diff to current
2009-02-16
Gabor Melis
1.0.25.25: sig_stop_for_gc_handler looks at GC_INHIBIT...
blob
|
commitdiff
|
diff to current
2009-02-16
Gabor Melis
1.0.25.24: x86/x86-64 runtime pseudo atomic fixes
blob
|
commitdiff
|
diff to current
2009-02-16
Gabor Melis
1.0.25.23: more allocation checks
blob
|
commitdiff
|
diff to current
2009-02-16
Gabor Melis
1.0.25.22: SIGTERM and SIGABRT
blob
|
commitdiff
|
diff to current
2009-02-16
Gabor Melis
1.0.25.21: handling of potential corruptions
blob
|
commitdiff
|
diff to current
2009-02-16
Gabor Melis
1.0.25.18: it's only SHOW
blob
|
commitdiff
|
diff to current
2009-02-16
Gabor Melis
1.0.25.16: minor stylistics changes in the runtime
blob
|
commitdiff
|
diff to current
2009-02-16
Gabor Melis
1.0.25.14: comments
blob
|
commitdiff
|
diff to current
2009-02-16
Gabor Melis
1.0.25.13: 80 chars, trailing space
blob
|
commitdiff
|
diff to current
2009-01-04
Nikodemus Siivola
1.0.24.20: misc HPPA & HPUX updates
blob
|
commitdiff
|
diff to current
2007-12-09
Nikodemus Siivola
1.0.12.19: runtime cleanups by Daniel Lowe
blob
|
commitdiff
|
diff to current
2007-12-02
Brian Mastenbrook
1.0.12.15: PPC/Darwin fixes
blob
|
commitdiff
|
diff to current
2007-10-04
Thiemo Seufer
1.0.10.19: Check also for MIPS foreign_function_call...
blob
|
commitdiff
|
diff to current
2007-09-26
NIIMI Satoshi
1.0.10.4: Use variable for SIG_MEMORY_FAULT on FreeBSD
blob
|
commitdiff
|
diff to current
2007-08-03
Thiemo Seufer
1.0.8.14: De-clutter C code.
blob
|
commitdiff
|
diff to current
2007-07-29
Thiemo Seufer
1.0.8.11: Fix typo in comment.
blob
|
commitdiff
|
diff to current
2007-07-25
Thiemo Seufer
1.0.8.1: Nicer C code
blob
|
commitdiff
|
diff to current
2007-06-18
Juho Snellman
1.0.6.51: clean up compiler warnings in the runtime
blob
|
commitdiff
|
diff to current
2007-05-15
Nikodemus Siivola
1.0.5.49: interrupt & GC & PA handling
blob
|
commitdiff
|
diff to current
2007-05-02
Thiemo Seufer
1.0.5.23:
blob
|
commitdiff
|
diff to current
2007-04-29
Nikodemus Siivola
1.0.5.4: signal handler consing causing GCs
blob
|
commitdiff
|
diff to current
2007-04-04
Nikodemus Siivola
1.0.4.22: trivial cleanup
blob
|
commitdiff
|
diff to current
2007-04-03
lisphacker
1.0.4.20: Win32 build fix
blob
|
commitdiff
|
diff to current
2007-04-02
Nikodemus Siivola
1.0.4.18: trap handling cleanup continues
blob
|
commitdiff
|
diff to current
2007-04-02
Nikodemus Siivola
1.0.4.17: interrupt handler spring cleaning
blob
|
commitdiff
|
diff to current
2007-04-02
Nikodemus Siivola
1.0.4.16: some GC and interrupt refactoring
blob
|
commitdiff
|
diff to current
2007-04-01
Nikodemus Siivola
1.0.4.13: refactor trap handling
blob
|
commitdiff
|
diff to current
2007-03-26
Nikodemus Siivola
1.0.4.3: interrupt and GC issues
blob
|
commitdiff
|
diff to current
2007-03-03
Cyrus Harmon
1.0.3.16: experimental x86-64/darwin suport
blob
|
commitdiff
|
diff to current
2006-12-26
Cyrus Harmon
1.0.1.1:
blob
|
commitdiff
|
diff to current
2006-12-15
sa2c
1.0.0.32: support for FreeBSD/x86-64
blob
|
commitdiff
|
diff to current
2006-12-05
Nikodemus Siivola
1.0.0.20: report address of memory faults
blob
|
commitdiff
|
diff to current
2006-11-02
Nikodemus Siivola
0.9.18.29: --dynamic-space-size command-line switch
blob
|
commitdiff
|
diff to current
2006-11-02
Juho Snellman
0.9.18.22:
blob
|
commitdiff
|
diff to current
2006-09-27
Nikodemus Siivola
0.9.17.2: fix two potential GC deadlocks
blob
|
commitdiff
|
diff to current
2006-09-26
Thiemo Seufer
0.9.17.1:
blob
|
commitdiff
|
diff to current
2006-06-07
Nikodemus Siivola
0.9.13.33: :SB-LDB in default build
blob
|
commitdiff
|
diff to current
2006-06-03
Juho Snellman
0.9.13.22:
blob
|
commitdiff
|
diff to current
2006-04-24
Christophe Rhodes
0.9.11.47:
blob
|
commitdiff
|
diff to current
2006-02-21
Christophe Rhodes
0.9.9.36:
blob
|
commitdiff
|
diff to current
2006-01-05
Gabor Melis
0.9.8.12:
blob
|
commitdiff
|
diff to current
2006-01-03
Christophe Rhodes
0.9.8.7:
blob
|
commitdiff
|
diff to current
2005-12-29
Juho Snellman
0.9.8.5:
blob
|
commitdiff
|
diff to current
2005-12-04
Thiemo Seufer
0.9.7.12:
blob
|
commitdiff
|
diff to current
2005-11-16
Gabor Melis
0.9.6.46:
blob
|
commitdiff
|
diff to current
2005-11-13
Gabor Melis
0.9.6.42:
blob
|
commitdiff
|
diff to current
2005-10-20
Gabor Melis
0.9.5.78:
blob
|
commitdiff
|
diff to current
2005-10-17
Gabor Melis
0.9.5.76:
blob
|
commitdiff
|
diff to current
2005-10-14
Gabor Melis
0.9.5.58:
blob
|
commitdiff
|
diff to current
2005-10-12
Gabor Melis
0.9.5.46: threads
blob
|
commitdiff
|
diff to current
2005-10-11
Gabor Melis
0.9.5.35:
blob
|
commitdiff
|
diff to current
2005-10-06
Gabor Melis
0.9.5.27: preparing for aysnc unwinds
blob
|
commitdiff
|
diff to current
2005-10-04
Gabor Melis
0.9.5.20:
blob
|
commitdiff
|
diff to current
2005-10-01
Juho Snellman
0.9.5.15:
blob
|
commitdiff
|
diff to current
2005-09-28
Thiemo Seufer
0.9.5.4:
blob
|
commitdiff
|
diff to current
2005-09-13
Thiemo Seufer
0.9.4.68:
blob
|
commitdiff
|
diff to current
next