projects
/
sbcl.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
Fix nonthreaded build.
[sbcl.git]
/
src
/
runtime
/
2012-09-22
Joshua Elsasser
Fix build on OpenBSD systems with PIE enabled by defaul...
tree
|
commitdiff
2012-09-19
David Lichteblau
Add a safepoint-based mechanism to avoid SIGALRM for...
tree
|
commitdiff
2012-09-18
David Lichteblau
sunos-os.c: Do not lose on mmap failure
tree
|
commitdiff
2012-09-18
David Lichteblau
Minor repair work around odxprint
tree
|
commitdiff
2012-09-14
David Lichteblau
Port safepoints to FreeBSD/x86
tree
|
commitdiff
2012-09-14
David Lichteblau
x86-bsd-os.c: Include stdio
tree
|
commitdiff
2012-09-11
David Lichteblau
Add dyndebug flags backtrace_when_lost, sleep_when_lost
tree
|
commitdiff
2012-09-11
David Lichteblau
Add odxprint, a replacement for FSHOW which can be...
tree
|
commitdiff
2012-09-11
David Lichteblau
win32-os.c: Split up handle_exception
tree
|
commitdiff
2012-09-07
David Lichteblau
interrupt.h: Remove rtmin[01]_handler forward declarations
tree
|
commitdiff
2012-08-13
Paul Khuong
Fix the build on Darwin
tree
|
commitdiff
2012-08-10
David Lichteblau
Remove executable mode from several source files
tree
|
commitdiff
2012-08-10
David Lichteblau
Use safepoints for INTERRUPT-THREAD
tree
|
commitdiff
2012-08-10
David Lichteblau
Add safepoint mechanism
tree
|
commitdiff
2012-08-01
Paul Khuong
Fix threads on Darwin 10.8
tree
|
commitdiff
2012-08-01
Cyrus Harmon
Miscellaneous cleanups for threaded darwin platforms
tree
|
commitdiff
2012-06-18
David Lichteblau
Use %p for pthread pointers in debugging output
tree
|
commitdiff
2012-06-18
David Lichteblau
brief_print: reset cur_lines
tree
|
commitdiff
2012-06-04
Stas Boukarev
Restore build on sparc/solaris.
tree
|
commitdiff
2012-05-22
Stas Boukarev
run-program: Don't decode and re-encode environ.
tree
|
commitdiff
2012-05-17
Stas Boukarev
Fix build on windows.
tree
|
commitdiff
2012-05-09
Stas Boukarev
Fix --dynamic-space-size 1GB on x86.
tree
|
commitdiff
2012-05-01
Stas Boukarev
runtime clean up.
tree
|
commitdiff
2012-04-29
Nikodemus Siivola
gencgc: scale generation.bytes_consed_between_gc to...
tree
|
commitdiff
2012-04-27
Nikodemus Siivola
gencgc: i in add_new_area needs to be signed
tree
|
commitdiff
2012-04-20
Lutz Euler
Typo fixes in comments
tree
|
commitdiff
2012-04-14
Nikodemus Siivola
gencgc: tune the recent "more aggressive GC" changes
tree
|
commitdiff
2012-04-13
Nikodemus Siivola
cleanup: remove cast to (unsigned long) from print_ptr()
tree
|
commitdiff
2012-04-13
Nikodemus Siivola
cleanup: partial long cleanup in sniff_code_object...
tree
|
commitdiff
2012-04-13
Nikodemus Siivola
cleanup: gencgc copy_unboxed_object and shared gc_gener...
tree
|
commitdiff
2012-04-13
Nikodemus Siivola
cleanup: use size_t for new_areas_index and max_new_areas
tree
|
commitdiff
2012-04-13
Nikodemus Siivola
gencgc: reclaim space more aggressively
tree
|
commitdiff
2012-03-25
Christophe Rhodes
Fix build on PPC/Darwin
tree
|
commitdiff
2012-03-11
Stas Boukarev
Make SBCL buildable by Clang.
tree
|
commitdiff
2012-02-19
Joshua Elsasser
Clean up OpenBSD makefile fragments a little.
tree
|
commitdiff
2012-02-19
Stas Boukarev
coreparse.c: Fix a typo WORD_FTMX -> WORD_FMTX.
tree
|
commitdiff
2012-01-17
Jim Wise
Add patches from Aymeric Vincent to fix sb-posix on...
tree
|
commitdiff
2011-12-30
Nikodemus Siivola
runtime: handle KERN_ABORTED in the darwin semaphore...
tree
|
commitdiff
2011-12-15
Alastair Bridgewater
Fix control stack scavenging for dynamic-extent allocation.
tree
|
commitdiff
2011-12-15
Alastair Bridgewater
Move control-stack scavenging to gc-common.c.
tree
|
commitdiff
2011-12-12
Nikodemus Siivola
remove etags as a build-time dependency
tree
|
commitdiff
2011-12-09
Alastair Bridgewater
Fix build on CHENEYGC targets.
tree
|
commitdiff
2011-12-07
Nikodemus Siivola
run-program leaked a pipe per call
tree
|
commitdiff
2011-12-07
Nikodemus Siivola
gencgc: bogus memory fault handling
tree
|
commitdiff
2011-12-05
Alastair Bridgewater
Improved undefined-function backtrace on PPC.
tree
|
commitdiff
2011-12-05
Alastair Bridgewater
Improved undefined-function backtrace on x86oids.
tree
|
commitdiff
2011-12-05
Nikodemus Siivola
fix threaded PPC build, refactor new semaphore code
tree
|
commitdiff
2011-12-05
Nikodemus Siivola
semaphores in the runtime
tree
|
commitdiff
2011-12-05
Nikodemus Siivola
build runtime/TAGS by default
tree
|
commitdiff
2011-11-28
Nikodemus Siivola
gencgc: fix regression from 137ba2db2d362f03754ccd080dd...
tree
|
commitdiff
2011-11-27
Nikodemus Siivola
make PPC/Linux buildable on ppc64 hosts
tree
|
commitdiff
2011-11-27
Nikodemus Siivola
cleanup: refactor copy_large_unboxed_object and copy_la...
tree
|
commitdiff
2011-11-27
Nikodemus Siivola
cleanup: pacify GCC with an extra pair of parens
tree
|
commitdiff
2011-11-27
Nikodemus Siivola
cleanup: use OS_VM_SIZE_FMT in collect_garbage
tree
|
commitdiff
2011-11-27
Nikodemus Siivola
cleanup: types in load_core_file
tree
|
commitdiff
2011-11-27
Nikodemus Siivola
cleanup: os_vm_size_t for large_object_size
tree
|
commitdiff
2011-11-27
Nikodemus Siivola
cleanup: types in gc_alloc_large
tree
|
commitdiff
2011-11-27
Nikodemus Siivola
cleanup: types in gc_alloc_update_page_tables
tree
|
commitdiff
2011-11-27
Nikodemus Siivola
cleanup: void_diff returns os_vm_size_t
tree
|
commitdiff
2011-11-27
Nikodemus Siivola
cleanup: os_vm_size_t in gc_alloc_new_region
tree
|
commitdiff
2011-11-27
Nikodemus Siivola
cleanup: #define and use OS_VM_SIZE_FMT in write_genera...
tree
|
commitdiff
2011-11-27
Nikodemus Siivola
cleanup: unused variable in gc_free_heap
tree
|
commitdiff
2011-11-27
Nikodemus Siivola
cleanup: use os_vm_size_t in gc_find_freeish_pages...
tree
|
commitdiff
2011-11-27
Nikodemus Siivola
cleanup: use os_vm_size_t in count_generation_bytes_all...
tree
|
commitdiff
2011-11-27
Nikodemus Siivola
cleanup: use os_vm_size_t in npage_bytes
tree
|
commitdiff
2011-11-27
Nikodemus Siivola
cleanup: struct page member types
tree
|
commitdiff
2011-11-27
Nikodemus Siivola
cleanup: page_index_t canonicalization
tree
|
commitdiff
2011-11-27
Alastair Bridgewater
Don't scrub the C stack from C.
tree
|
commitdiff
2011-11-23
Alastair Bridgewater
Reduce random casting in looks_like_valid_lisp_pointer_p().
tree
|
commitdiff
2011-11-21
Nikodemus Siivola
make --dynamic-space-size and --control-stack-size...
tree
|
commitdiff
2011-11-21
Nikodemus Siivola
fix Darwin/x86 build on Snow Leopard
tree
|
commitdiff
2011-11-20
Nikodemus Siivola
fix RUN-PROGRAM :WAIT T on Windows
tree
|
commitdiff
2011-11-20
Bruce O'Neel
fix Darwin/PPC build
tree
|
commitdiff
2011-11-19
Nikodemus Siivola
default gen.bytes_consed_between_gc to same 5% of dynam...
tree
|
commitdiff
2011-11-19
Nikodemus Siivola
default nursery to 5% of total dynamic space size on...
tree
|
commitdiff
2011-11-19
Nikodemus Siivola
unsigned long -> os_vm_size_t refactoring
tree
|
commitdiff
2011-11-18
Nicolas Edel
pass errno from exec() to parent in spawn()
tree
|
commitdiff
2011-11-17
Nikodemus Siivola
pthread_cond_broadcast is not asynch signal safe
tree
|
commitdiff
2011-11-12
Nikodemus Siivola
clean leftover SB_LUTEX gunk from the runtime
tree
|
commitdiff
2011-11-10
Alastair Bridgewater
Make MAKE-LISP-OBJ pickier on CHENEYGC.
tree
|
commitdiff
2011-11-10
Alastair Bridgewater
arch-assem.S: Update fun-end breakpoint magic for picki...
tree
|
commitdiff
2011-11-10
Alastair Bridgewater
gencgc: Make MAKE-LISP-OBJ of SIMPLE-FUN object address...
tree
|
commitdiff
2011-11-09
Nikodemus Siivola
killing lutexes, adding timeouts
tree
|
commitdiff
2011-10-24
Alastair Bridgewater
Fix FP traps on OSX/x86.
tree
|
commitdiff
2011-10-24
Alastair Bridgewater
Fix x86oid OSX signal handling emulation assembly fragm...
tree
|
commitdiff
2011-10-24
Alastair Bridgewater
Fix FP traps on OSX/x86-64.
tree
|
commitdiff
2011-10-21
Alastair Bridgewater
Fix build on x86-64/darwin.
tree
|
commitdiff
2011-10-20
Alastair Bridgewater
63-bit fixnums on 64-bit targets.
tree
|
commitdiff
2011-10-19
Alastair Bridgewater
Reorder 64-bit lowtags.
tree
|
commitdiff
2011-10-19
Alastair Bridgewater
x86-64 disentwingling of fixnums and words.
tree
|
commitdiff
2011-10-19
Alastair Bridgewater
General disentwingling of fixnums and words.
tree
|
commitdiff
2011-10-19
Alastair Bridgewater
Fixnum and unsigned-fixnum array cleanups.
tree
|
commitdiff
2011-10-19
Alastair Bridgewater
Introduce sb!vm::fixnum-lowtags
tree
|
commitdiff
2011-10-19
Alastair Bridgewater
Redefine symbol TLS slot indices.
tree
|
commitdiff
2011-10-19
Alastair Bridgewater
Improved GC lossage
tree
|
commitdiff
2011-09-30
David Lichteblau
Fix the build on Windows
tree
|
commitdiff
2011-09-29
Juho Snellman
Probably fix compile on win32 (no sys/mman.h).
tree
|
commitdiff
2011-09-29
Juho Snellman
Silence a warning about assignment in conditional
tree
|
commitdiff
2011-08-28
Paul Khuong
Update the library list on x86/darwin as well when...
tree
|
commitdiff
2011-08-28
Paul Khuong
Fix the build on some XCode/OS X version combo by forci...
tree
|
commitdiff
next