mit-scheme.git
2015-01-31 Matt Birkholzsmp: without-interrupts: floenv.scm
2015-01-31 Matt Birkholzsmp: without-interrupts: ffi.scm
2015-01-27 Matt Birkholzsmp: without-interrupts: emacs.scm
2015-01-27 Matt Birkholzsmp: without-interrupts: crypto.scm
2015-01-27 Matt Birkholzsmp: without-interrupts: conpar.scm
2015-01-27 Matt Birkholzsmp: without-interrupts: condvar.scm
2015-01-27 Matt Birkholzsmp: without-interrupts: boot.scm
2015-01-16 Matt Birkholzsmp: without-interrupts: README.txt begins the analysis
2015-01-16 Matt Birkholzsmp: README.txt frobbery. Squash into d93bc7f and...
2014-12-21 Matt Birkholzsmp: share: usrdef.o
2014-12-21 Matt Birkholzsmp: share: comutl.o
2014-12-21 Matt Birkholzsmp: share: cmpintmd.o
2014-12-21 Matt Birkholzsmp: share: cmpint.o
2014-12-21 Matt Birkholzsmp: share: pruxffi.o
2014-12-21 Matt Birkholzsmp: share: pruxdld.o
2014-12-21 Matt Birkholzsmp: share: tterm.o
2014-12-21 Matt Birkholzsmp: share: cmpauxmd.o
2014-12-21 Matt Birkholzsmp: share: uxutil.o
2014-12-21 Matt Birkholzsmp: share: uxtty.o
2014-12-21 Matt Birkholzsmp: share: uxtrap.o
2014-12-21 Matt Birkholzsmp: share: uxtop.o
2014-12-21 Matt Birkholzsmp: share: uxterm.o
2014-12-21 Matt Birkholzsmp: share: uxsock.o
2014-12-21 Matt Birkholzsmp: share: uxsig.o
2014-12-21 Matt Birkholzsmp: share: uxproc.o
2014-12-21 Matt Birkholzsmp: share: uxio.o
2014-12-21 Matt Birkholzsmp: share: uxfs.o
2014-12-21 Matt Birkholzsmp: share: uxenv.o
2014-12-21 Matt Birkholzsmp: share: uxctty.o
2014-12-21 Matt Birkholzsmp: share: ux.o
2014-12-21 Matt Birkholzsmp: share: intext.o
2014-12-21 Matt Birkholzsmp: share: prossmp.o
2014-12-21 Matt Birkholzsmp: share: prosio.o
2014-12-21 Matt Birkholzsmp: share: wind.o
2014-12-21 Matt Birkholzsmp: share: utils.o
2014-12-21 Matt Birkholzsmp: share: utabmd.o
2014-12-21 Matt Birkholzsmp: share: transact.o
2014-12-21 Matt Birkholzsmp: share: term.o
2014-12-21 Matt Birkholzsmp: share: syntax.o
2014-12-21 Matt Birkholzsmp: share: string.o
2014-12-21 Matt Birkholzsmp: share: storage.o
2014-12-21 Matt Birkholzsmp: share: regex.o
2014-12-21 Matt Birkholzsmp: share: primutl.o
2014-12-21 Matt Birkholzsmp: share: ostty.o
2014-12-21 Matt Birkholzsmp: share: option.o
2014-12-21 Matt Birkholzsmp: share: obstack.o
2014-12-21 Matt Birkholzsmp: share: memmag.o
2014-12-21 Matt Birkholzsmp: share: interp.o
2014-12-21 Matt Birkholzsmp: share: gcloop.o
2014-12-21 Matt Birkholzsmp: share: floenv.o
2014-12-21 Matt Birkholzsmp: share: fasload.o
2014-12-21 Matt Birkholzsmp: share: fasdump.o
2014-12-21 Matt Birkholzsmp: share: error.o
2014-12-21 Matt Birkholzsmp: share: debug.o
2014-12-21 Matt Birkholzsmp: share: boot.o
2014-12-21 Matt Birkholzsmp: share: bkpt.o
2014-12-21 Matt Birkholzsmp: share: avltree.o
2014-12-21 Matt Birkholzsmp: share: README.txt begins the analysis of microcode...
2014-12-21 Matt Birkholzsmp: Add a top-level README.txt, an overview of the...
2014-12-21 Matt Birkholzsmp: Add mutex LOCK/UNLOCK boilerplate to confshared...
2014-12-21 Matt Birkholzsmp: Wake io-waiter when necessary. Add io-waiter...
2014-12-21 Matt Birkholzsmp: Add copy-select-registry!.
2014-12-21 Matt Birkholzsmp: Add primitive copy-select-registry.
2014-12-21 Matt Birkholzsmp: Add SIGALRM distributor.
2014-12-21 Matt Birkholzsmp: Add io-waiter and arrange for ONE processor to...
2014-12-21 Matt Birkholzsmp: Check for SIGCHLD in thread timer interrupt handler.
2014-12-21 Matt Birkholzsmp: Add smp-wake primitive.
2014-12-21 Matt Birkholzsmp: Add x86_64 support.
2014-12-21 Matt Birkholzsmp: unshare: svm1 interpreter's state
2014-12-21 Matt Birkholzsmp: unshare: UX trap_state and current_interruptable_e...
2014-12-21 Matt Birkholzsmp: unshare: interpreter_state, dstack, current_transa...
2014-12-21 Matt Birkholzsmp: Initialize thread-local compiler_utilities.
2014-12-21 Matt Birkholzsmp: Serialize the outf functions.
2014-12-21 Matt Birkholzsmp: Synchronize initialized processors.
2014-12-21 Matt Birkholzsmp: Synchronize processors for GC.
2014-12-21 Matt Birkholzsmp: Add i386 assembly to allocate/access thread-local...
2014-12-21 Matt Birkholzsmp: Add configure option --enable-smp.
2014-12-21 Matt Birkholzsmp: Punt "permanent" i/o thread events.
2014-12-21 Matt Birkholzsmp: Serialize access to (runtime thread) internals.
2014-12-19 Matt Birkholzsmp: Accommodate multiple processors.
2014-12-19 Matt Birkholzsmp: Clobber fluid-let and the (runtime state-space...
2014-12-19 Matt BirkholzAdd outf_error_line; use it everywhere.
2014-12-19 Matt BirkholzFix Do_Micro_Error to respect stack direction, and...
2014-12-19 Matt BirkholzUse INTERRUPTABLE_EXTENT in OS_pause when !HAVE_SIGSUSPEND.
2014-12-19 Matt BirkholzJust warn when set-debug-flags! is used on a non-debugg...
2014-12-12 Matt Birkholzdoc: Clean up doc-config.scm.
2014-12-12 Matt Birkholzdoc: Configure --disable-* should disable build as...
2014-11-17 Taylor R CampbellTweak condition variable locking.
2014-11-16 Taylor R CampbellAllow thread barriers to be named.
2014-11-16 Taylor R CampbellShow the condition, not just its report, in derived...
2014-11-16 Taylor R CampbellFix timed condition variable waits.
2014-11-16 Taylor R CampbellSternly advise against non-debugging use of THREAD...
2014-11-16 Taylor R CampbellRemove support for recursion in WITH-THREAD-MUTEX-LOCKED.
2014-11-14 Taylor R CampbellDon't let just any event wake THREAD-JOIN.
2014-11-14 Taylor R CampbellSort names in (runtime thread) package.
2014-11-14 Taylor R CampbellRename GUARANTEE-THREAD-MUTEX-OWNED to ASSERT-THREAD...
2014-11-14 Matt BirkholzFluidize hook/exit and hook/quit. Add hook/%exit for...
2014-11-14 Matt BirkholzUnfluidize (runtime boot-definitions) internal boot...
2014-11-14 Matt Birkholzruntime/thread-queue.scm: Use a mutex to serialize...
2014-11-14 Matt Birkholzsvm: Make the trap handlers static.
next