1.0.25.24: x86/x86-64 runtime pseudo atomic fixes
[sbcl.git] / src / runtime /
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.17: kill runtime warnings
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-17 Nikodemus Siivola1.0.24.45: handle IO errors in LDB and when saving...
2009-01-12 Nikodemus Siivola1.0.24.41: add necessary disambiguating curly braces...
2009-01-11 Gabor Melis1.0.24.32: undo parts of 1.0.24.26
2009-01-10 Nikodemus Siivola1.0.24.30: fixed and tested some more cleanups on hppa...
2009-01-09 Gabor Melis1.0.24.28: make unbind in the runtime zero the value...
2009-01-09 Gabor Melis1.0.24.26: fix release spinlock
2009-01-09 Gabor Melis1.0.24.25: add volatile after asm in spinlock and swap_...
2009-01-04 Nikodemus Siivola1.0.24.21: call stub needed to switch between hpux...
2009-01-04 Nikodemus Siivola1.0.24.20: misc HPPA & HPUX updates
2009-01-03 Nikodemus Siivola1.0.24.18: new HPUX specific files
2009-01-03 Nikodemus Siivola1.0.24.14: fix what seems to be namespace collision...
2009-01-03 Nikodemus Siivola1.0.24.13: solve overlapping mmap and munmap slices...
2009-01-02 Gabor Melis1.0.24.8: fix scav_lose
2009-01-02 Nikodemus Siivola1.0.24.3: sanity check address spaces
2008-12-23 Thiemo Seufer1.0.23.65: MIPS runtime micro-optimization.
2008-12-17 Nikodemus Siivola1.0.23.47: binaries built on now Leopard run on Tiger...
2008-12-13 Nikodemus Siivola1.0.23.40: export page sizes to C with LU suffix
2008-12-12 Nikodemus Siivola1.0.23.39: Red Hat Enterprise 3 mmap randomization...
2008-12-11 Thiemo Seufer1.0.23.34: A nicer register dump for ldb.
2008-12-03 Nikodemus Siivola1.0.23.16: more generic assembly op optimizations on...
2008-12-02 Nikodemus Siivola1.0.23.14: fix CheyneyGC build
2008-12-02 Nikodemus Siivola1.0.23.13: missing declaration from Cheyney GC port...
2008-12-01 Nikodemus Siivola1.0.23.10: allocate code objects using allocation CODE_...
2008-12-01 Nikodemus Siivola1.0.23.9: extend pa_alloc to accept a page_type_flag
2008-12-01 Nikodemus Siivola1.0.23.8: factor out similar code from gc_alloc_large...
2008-12-01 Nikodemus Siivola1.0.23.7: introduce page type flags
2008-12-01 Nikodemus Siivola1.0.23.6: move code-object allocation to C side on...
2008-11-04 Nikodemus Siivola1.0.22.15: 16 byte align assembly routines on x86 and...
2008-10-30 Nikodemus Siivola1.0.21.38: lisp-side %ASIN, %ACOS, %SINH, %TANH, and...
2008-10-29 Brian Mastenbrook1.0.21.37:
2008-10-17 Nikodemus Siivola1.0.21.24: saving runtime options in executables
2008-10-11 Nikodemus Siivola1.0.21.18: delete unused argument introduced by .17
2008-10-11 Nikodemus Siivola1.0.21.17: --script commandline argument
2008-10-09 Brian Mastenbrook1.0.21.12: build OS X 10.4-compatible binaries on OS...
2008-09-22 Gabor Melis1.0.20.20: fix gencgc on 32 bit platforms with 2gb...
2008-09-22 Gabor Melis1.0.20.19: gencgc: rename first_object_offset
2008-09-22 Gabor Melis1.0.20.18: minor gencgc cleanups
2008-09-15 Nikodemus Siivola1.0.20.6: smaller allocation regions & reduced pinning
2008-08-20 Paul Khuong1.0.19.33: Improved interrupt handling on darwin/x86...
2008-08-15 Nikodemus Siivola1.0.19.29: new function: page_region_start()
2008-08-15 Nikodemus Siivolanew function: is_lisp_immediate()
2008-06-30 Richard M Kreuter1.0.18.9: Fix fpu_save, fpu_restore on x86-64.
2008-06-17 Nikodemus Siivola1.0.17.39: fix build on SIG_INTERRUPT_THREAD-less platforms
2008-05-30 Nikodemus Siivola1.0.17.13: grab-bag of SB-SPROF enhancements
2008-05-30 Nikodemus Siivola1.0.17.12: win32 build fix
2008-05-30 Nikodemus Siivola1.0.17.11: unithread build fix
2008-05-30 Nikodemus Siivola1.0.17.10: correct stack alignment for alloc() calls...
2008-05-28 Nikodemus Siivola1.0.17.1: describe_tread_state() for GDB convenience
2008-05-17 Nikodemus Siivola1.0.16.36: fix Windows build, hopefully
2008-05-15 Nikodemus Siivola1.0.16.31: --control-stack-size runtime argument
2008-05-15 Nikodemus Siivola1.0.16.30: couple of small Darwin cleanups
2008-05-08 Gabor Melis1.0.16.21: lose informatively when the tls is full
2008-04-29 Thiemo Seufer1.0.16.14:
2008-04-17 Christophe Rhodes1.0.16.3: fnstsw %eax is invalid assembler syntax.
2008-03-17 Nikodemus Siivola1.0.15.35: fix bitrotted GC sanity checks
2008-03-05 Nikodemus Siivola1.0.15.15: reset DF on x86 and x86-64 after every STD...
2008-02-19 Nikodemus Siivola1.0.14.39: make GENCGC gencgc_zero_check=1 proof again
2008-02-19 Nikodemus Siivola1.0.14.38: build runtime with -Wsign-compare, and clean...
2008-02-17 Christophe Rhodes1.0.14.33: Resurrexit Alpha
2008-01-29 Nikodemus Siivola1.0.14.4: increase MAX_INTERRUPTS to 1024
2008-01-22 Richard M Kreuter1.0.13.51: Fixups in mkstemp wrapper used in RUN-PROGRAM.
2008-01-10 Richard M Kreuter1.0.13.19: Odds and ends (OpenBSD NEWS, minor bug in...
2008-01-09 Richard M Kreuter1.0.13.18: Revived OpenBSD support, contributed by...
2007-12-31 Richard M Kreuter1.0.13.4: Removing UNIX-NAMESTRING, part 4
2007-12-24 Nikodemus Siivola1.0.12.44: rename misnamed files in the NetBSD port...
2007-12-21 Richard M Kreuter1.0.12.42: Fix minor regression in RUN-PROGRAM on win32
2007-12-20 Nikodemus Siivola1.0.12.40: NetBSD/Sparc port by Robert Swindells
2007-12-19 Richard M Kreuter1.0.12.37: RUN-PROGRAM now uses execvp(3) to search...
2007-12-13 Richard M Kreuter1.0.12.31: using default external format for RUN-PROGRA...
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-11-18 kreuter1.0.11.30: restore buildability on Windows after 1...
2007-11-18 kreuter1.0.11.28: Fix one Win32 regression introduced by 1...
2007-11-17 kreuter1.0.11.27: Oops-fix -- committed intermediate code...
2007-11-17 kreuter1.0.11.26: correcting some types in SB-UNIX.
2007-11-09 Nikodemus Siivola1.0.11.19: hard failure for corrupted fixups vectors
2007-11-03 Cyrus Harmon1.0.11.5: update tests for newer macos version
2007-11-03 Rudi Schlatte1.0.11.4: Unset GREP_OPTIONS when filtering nm output...
2007-10-26 Rudi Schlatte1.0.11.1: Handle set-but-empty environment variables
2007-10-21 NIIMI Satoshi1.0.10.54: Fix build with old gcc
2007-10-21 Cyrus Harmon1.0.10.53: fix undefined-alien errors on darwin
2007-10-20 NIIMI Satoshi1.0.10.51: New function: THREAD-YIELD
2007-10-10 NIIMI Satoshi1.0.10.41: Remove unnecessary sched_yield()
2007-10-08 Cyrus Harmon1.0.10.37: fix x86-64/darwin build
2007-10-08 Cyrus Harmon1.0.10.36: support for Darwin versions that support...
2007-10-06 Thiemo Seufer1.0.10.33: Lesson: Test before commit.
2007-10-06 Cyrus Harmon1.0.10.32: better mach exception handling
2007-10-05 Thiemo Seufer1.0.10.25: Build fix, add a missing bit of hashtable...
2007-10-04 Thiemo Seufer1.0.10.20: Code provision for a future MIPS gencgc...
2007-10-04 Thiemo Seufer1.0.10.19: Check also for MIPS foreign_function_call...
2007-10-04 Thiemo Seufer1.0.10.18: Define __USE_GNU only if it wasn't already...
next