2012-12-29 |
David Lichteblau | Fix attach_thread to allocate a TLS index for *gc-inhibit...
|
commit | commitdiff | tree |
2012-12-21 |
David Lichteblau | Update NEWS
|
commit | commitdiff | tree |
2012-12-21 |
David Lichteblau | Preserve superclass structure accessors in infodb
|
commit | commitdiff | tree |
2012-12-21 |
David Lichteblau | Set a console Ctrl handler for Windows
|
commit | commitdiff | tree |
2012-12-21 |
David Lichteblau | Add STDCALL alien convention support for Windows
|
commit | commitdiff | tree |
2012-12-21 |
David Lichteblau | Support building without PSEUDO-ATOMIC on POSIX safepoints
|
commit | commitdiff | tree |
2012-12-21 |
David Lichteblau | Foreign callbacks
|
commit | commitdiff | tree |
2012-12-21 |
David Lichteblau | Re-complicate all_threads check in arch_os_get_current_thread
|
commit | commitdiff | tree |
2012-12-17 |
David Lichteblau | In x86 arch_os_get_current_thread(), do not load from %fs
|
commit | commitdiff | tree |
2012-12-17 |
David Lichteblau | Split up new_thread_trampoline
|
commit | commitdiff | tree |
2012-12-17 |
David Lichteblau | Factor INITIAL-THREAD-FUNCTION out of MAKE-THREAD
|
commit | commitdiff | tree |
2012-12-05 |
David Lichteblau | Remove a few :FAILS-ON test flags for Windows
|
commit | commitdiff | tree |
2012-12-05 |
David Lichteblau | Support long file names on Windows; more CRT function...
|
commit | commitdiff | tree |
2012-12-05 |
David Lichteblau | More Windows Installer tweaks
|
commit | commitdiff | tree |
2012-12-05 |
David Lichteblau | Upgrade to Windows Installer XML 3.5
|
commit | commitdiff | tree |
2012-12-05 |
David Lichteblau | sb-bsd-sockets: Implement NON-BLOCKING-MODE on Windows
|
commit | commitdiff | tree |
2012-12-05 |
David Lichteblau | win32 pathname host: Switch to :lower canonical case
|
commit | commitdiff | tree |
2012-12-05 |
David Lichteblau | Some support for platforms whose libraries do not maintain...
|
commit | commitdiff | tree |
2012-12-05 |
David Lichteblau | Update tests for 64 bit Windows builds
|
commit | commitdiff | tree |
2012-12-05 |
David Lichteblau | Port to x86-64 versions of Windows
|
commit | commitdiff | tree |
2012-12-05 |
David Lichteblau | Spill XMM registers in alloc_tramp
|
commit | commitdiff | tree |
2012-11-23 |
David Lichteblau | LLP64: replace use of unsigned long with size_t in...
|
commit | commitdiff | tree |
2012-11-23 |
David Lichteblau | Add mswin.def
|
commit | commitdiff | tree |
2012-11-20 |
David Lichteblau | NEWS tweaks
|
commit | commitdiff | tree |
2012-11-20 |
David Lichteblau | LLP64: change signed long to sword_t
|
commit | commitdiff | tree |
2012-11-20 |
David Lichteblau | LLP64: change UNSIGNED-LONG to UNSIGNED
|
commit | commitdiff | tree |
2012-11-20 |
David Lichteblau | LLP64: change unsigned long to uword_t
|
commit | commitdiff | tree |
2012-11-20 |
David Lichteblau | LLP64: replace uses of sizeof(long) where pointer size...
|
commit | commitdiff | tree |
2012-11-20 |
David Lichteblau | LLP64: adjust calls to printf-like functions with pointer...
|
commit | commitdiff | tree |
2012-11-20 |
David Lichteblau | LLP64: change long to uword_t (thereby flipping signedness)
|
commit | commitdiff | tree |
2012-11-20 |
David Lichteblau | New types uword_t, sword_t
|
commit | commitdiff | tree |
2012-11-20 |
David Lichteblau | Add a lock to io_end_interruptible, win32_maybe_interrupt_io
|
commit | commitdiff | tree |
2012-11-13 |
David Lichteblau | Forcibly fail frlock.1 on Windows by means of a timeout
|
commit | commitdiff | tree |
2012-11-13 |
David Lichteblau | Further work towards use of win32 file HANDLEs
|
commit | commitdiff | tree |
2012-11-13 |
David Lichteblau | PowerPC safepoints
|
commit | commitdiff | tree |
2012-11-02 |
David Lichteblau | Safepoint protocol upgrade
|
commit | commitdiff | tree |
2012-11-02 |
David Lichteblau | Update NEWS; explain Windows system requirements
|
commit | commitdiff | tree |
2012-11-02 |
David Lichteblau | Extend use of the linkage table to static symbols
|
commit | commitdiff | tree |
2012-11-02 |
David Lichteblau | Move the global safepoint to one page before static...
|
commit | commitdiff | tree |
2012-11-02 |
David Lichteblau | Windows console I/O overhaul
|
commit | commitdiff | tree |
2012-11-02 |
David Lichteblau | Allow synchronous win32 I/O to be interrupted, too
|
commit | commitdiff | tree |
2012-10-26 |
David Lichteblau | Fix the single-threaded Windows build
|
commit | commitdiff | tree |
2012-10-25 |
David Lichteblau | Do not assert that the integer returned by UNIX-ISATTY...
|
commit | commitdiff | tree |
2012-10-22 |
David Lichteblau | Fix build on MinGW (again)
|
commit | commitdiff | tree |
2012-10-19 |
David Lichteblau | Update NEWS, make-config.sh
|
commit | commitdiff | tree |
2012-10-19 |
David Lichteblau | sb-bsd-sockets: Add a test for interruptible I/O
|
commit | commitdiff | tree |
2012-10-19 |
David Lichteblau | Windows: Use overlapped I/O, CreateFile
|
commit | commitdiff | tree |
2012-10-05 |
David Lichteblau | Update tests for threaded windows builds
|
commit | commitdiff | tree |
2012-10-05 |
David Lichteblau | Use futexes on windows
|
commit | commitdiff | tree |
2012-10-05 |
David Lichteblau | Preliminary work towards threads on win32
|
commit | commitdiff | tree |
2012-10-05 |
David Lichteblau | Port WITH-TLS-EA and other remaining FS prefix uses...
|
commit | commitdiff | tree |
2012-10-05 |
David Lichteblau | Do not trash registers in tests/win32-stack-unwind.c
|
commit | commitdiff | tree |
2012-10-05 |
David Lichteblau | Run sb-bsd-sockets tests on windows
|
commit | commitdiff | tree |
2012-10-05 |
David Lichteblau | Reenable ALLOCATION-INFORMATION.4, mark as known failure
|
commit | commitdiff | tree |
2012-10-05 |
David Lichteblau | Allow use of SB-RT's mechanism for expected test failures...
|
commit | commitdiff | tree |
2012-10-05 |
David Lichteblau | SPARC gencgc
|
commit | commitdiff | tree |
2012-10-05 |
David Lichteblau | PPC, SPARC cross-type build fix
|
commit | commitdiff | tree |
2012-09-30 |
David Lichteblau | Try to make test :deferrables-unblocked-by-lock more...
|
commit | commitdiff | tree |
2012-09-30 |
David Lichteblau | Do not use RETURN-FROM in MAKE-THREAD
|
commit | commitdiff | tree |
2012-09-27 |
David Lichteblau | Mention safepoints in NEWS
|
commit | commitdiff | tree |
2012-09-27 |
David Lichteblau | Fix the cheneygc build
|
commit | commitdiff | tree |
2012-09-27 |
David Lichteblau | Disable ALLOCATION-INFORMATION.4 on gencgc for this...
|
commit | commitdiff | tree |
2012-09-19 |
David Lichteblau | Add a safepoint-based mechanism to avoid SIGALRM for...
|
commit | commitdiff | tree |
2012-09-19 |
David Lichteblau | New predicate THREAD-EPHEMERAL-P for certain system...
|
commit | commitdiff | tree |
2012-09-18 |
David Lichteblau | Reduce the numbers of threads in test ATOMIC-UPDATE...
|
commit | commitdiff | tree |
2012-09-18 |
David Lichteblau | sunos-os.c: Do not lose on mmap failure
|
commit | commitdiff | tree |
2012-09-18 |
David Lichteblau | Minor repair work around odxprint
|
commit | commitdiff | tree |
2012-09-14 |
David Lichteblau | Port safepoints to FreeBSD/x86
|
commit | commitdiff | tree |
2012-09-14 |
David Lichteblau | x86-bsd-os.c: Include stdio
|
commit | commitdiff | tree |
2012-09-14 |
David Lichteblau | Port tests/expect.sh, foreign.test.sh to FreeBSD's...
|
commit | commitdiff | tree |
2012-09-11 |
David Lichteblau | Tweak slam.sh to be slightly more configurable regarding...
|
commit | commitdiff | tree |
2012-09-11 |
David Lichteblau | Add dyndebug flags backtrace_when_lost, sleep_when_lost
|
commit | commitdiff | tree |
2012-09-11 |
David Lichteblau | Add odxprint, a replacement for FSHOW which can be...
|
commit | commitdiff | tree |
2012-09-11 |
David Lichteblau | win32-os.c: Split up handle_exception
|
commit | commitdiff | tree |
2012-09-10 |
David Lichteblau | Mention sb-safepoint, sb-thruption in base-target-features...
|
commit | commitdiff | tree |
2012-09-07 |
David Lichteblau | Fix a corner case in RUN-INTERRUPTION
|
commit | commitdiff | tree |
2012-09-07 |
David Lichteblau | interrupt.h: Remove rtmin[01]_handler forward declarations
|
commit | commitdiff | tree |
2012-09-07 |
David Lichteblau | Ignore an argument in x86's EMIT-CONSTANT-SEGMENT-HEADER
|
commit | commitdiff | tree |
2012-08-10 |
David Lichteblau | Remove executable mode from several source files
|
commit | commitdiff | tree |
2012-08-10 |
David Lichteblau | Factor out most x86 code using the FS prefix into a...
|
commit | commitdiff | tree |
2012-08-10 |
David Lichteblau | Use safepoints for INTERRUPT-THREAD
|
commit | commitdiff | tree |
2012-08-10 |
David Lichteblau | Add safepoint mechanism
|
commit | commitdiff | tree |
2012-07-19 |
David Lichteblau | Restore buildability of run-program.impure on win32
|
commit | commitdiff | tree |
2012-07-19 |
David Lichteblau | win32: Mark all currently failing tests as such
|
commit | commitdiff | tree |
2012-07-18 |
David Lichteblau | Temporarily disable problematic exhaust tests on Windows
|
commit | commitdiff | tree |
2012-07-17 |
David Lichteblau | Use preprocessor includes for link_or_copy on Windows
|
commit | commitdiff | tree |
2012-06-18 |
David Lichteblau | Simplify %symbol-value-in-thread further
|
commit | commitdiff | tree |
2012-06-18 |
David Lichteblau | Use %p for pthread pointers in debugging output
|
commit | commitdiff | tree |
2012-06-18 |
David Lichteblau | brief_print: reset cur_lines
|
commit | commitdiff | tree |
2012-06-18 |
David Lichteblau | Make run-sbcl.sh executable
|
commit | commitdiff | tree |
2012-06-09 |
David Lichteblau | Fix typo in whitespacely-canonical-filenames
|
commit | commitdiff | tree |
2012-06-08 |
David Lichteblau | Update NEWS
|
commit | commitdiff | tree |
2012-06-08 |
David Lichteblau | Relax an implicit restriction on the number of code...
|
commit | commitdiff | tree |
2012-06-08 |
David Lichteblau | In whitespace canonicalization, find a suitable make...
|
commit | commitdiff | tree |
2012-06-07 |
David Lichteblau | Simplify ppc's MOVE-TO-WORD/INTEGER
|
commit | commitdiff | tree |
2012-06-07 |
David Lichteblau | Fix inline fixnum LDB on PowerPC for certain bytespecs
|
commit | commitdiff | tree |
2011-09-30 |
David Lichteblau | Fix the build on Windows
|
commit | commitdiff | tree |
2011-09-29 |
David Lichteblau | Ignore a known failure in script.test.sh on Darwin
|
commit | commitdiff | tree |
2011-09-02 |
David Lichteblau | Fix I/O redirection of script.test.sh
|
commit | commitdiff | tree |
2011-08-25 |
David Lichteblau | Allow use of the --core option with embedded core files
|
commit | commitdiff | tree |
next |