| ../ | 
  | clib |  | 5c04e82 | 5 years | Thierry Delisle | change default cfathread_mutex to fast_lock | 
  | io |  | a76efc8 | 5 years | Thierry Delisle | futures now optionally don't unpark the target thread | 
  | kernel |  | a76efc8 | 5 years | Thierry Delisle | futures now optionally don't unpark the target thread | 
  | alarm.cfa | 3.8 KB
     | a3821fa | 5 years | Thierry Delisle | Changed enable interrupts:
 - no longer save the caller for debugging
 … | 
  | alarm.hfa | 2.2 KB
     | 4aeaee5 | 5 years | caparsons | added alarm callback to union and refactored | 
  | coroutine.cfa | 9.4 KB
     | b583113 | 5 years | ajbeach | Recovered the polymorphic CoroutineCancelled exception. The interface … | 
  | coroutine.hfa | 7.0 KB
     | b583113 | 5 years | ajbeach | Recovered the polymorphic CoroutineCancelled exception. The interface … | 
  | CtxSwitch-arm32.S | 1.7 KB
     | 95472ee | 5 years | pabuhr | readd ARM 32-bit context-switch assemble file | 
  | CtxSwitch-arm64.S | 2.7 KB
     | 8ec4a52 | 5 years | pabuhr | harmonize with 32-bit ARM context switch | 
  | CtxSwitch-i386.S | 1.8 KB
     | a4bdbcd | 5 years | pabuhr | formatting | 
  | CtxSwitch-i686.S | 16 bytes
     | bf71cfd | 7 years | Thierry Delisle | Moved up many directories in source | 
  | CtxSwitch-x64.S | 18 bytes
     | 37fe352 | 7 years | Thierry Delisle | Added proper multi-lib handling, tests still do not work and arm … | 
  | CtxSwitch-x86.S | 16 bytes
     | 37fe352 | 7 years | Thierry Delisle | Added proper multi-lib handling, tests still do not work and arm … | 
  | CtxSwitch-x86_64.S | 1.9 KB
     | 0c4a90d | 5 years | pabuhr | update emacs mode | 
  | exception.cfa | 2.4 KB
     | be73f30 | 5 years | Thierry Delisle | Changed many instances of kernelTLS to use active_thread/active_coroutine | 
  | exception.hfa | 889 bytes
     | c960331 | 5 years | ajbeach | Attempt to clean-up the exception headers. I think this is easier to … | 
  | future.hfa | 2.8 KB
     | fd54fef | 5 years | mlbrooks | Converting the project to use the new syntax for otype, dtype and … | 
  | invoke.c | 6.1 KB
     | a3821fa | 5 years | Thierry Delisle | Changed enable interrupts:
 - no longer save the caller for debugging
 … | 
  | invoke.h | 8.1 KB
     | 89eff25 | 5 years | Thierry Delisle | Some changes to stats and added back preferred | 
  | io.cfa | 14.8 KB
     | a3821fa | 5 years | Thierry Delisle | Changed enable interrupts:
 - no longer save the caller for debugging
 … | 
  | iofwd.hfa | 6.7 KB
     | ff1240f | 5 years | Thierry Delisle | Added missing forward declaretion | 
  | kernel.cfa | 29.2 KB
     | 89eff25 | 5 years | Thierry Delisle | Some changes to stats and added back preferred | 
  | kernel.hfa | 8.5 KB
     | 431cd4f | 5 years | Thierry Delisle | Added alternative to relaxed-fifo scheduler.
Disabled by default | 
  | kernel_private.hfa | 10.3 KB
     | fc59df78 | 5 years | Thierry Delisle | Split ready-queue routines in 3 instead of 2. | 
  | locks.cfa | 11.9 KB
     | 22b7579 | 5 years | Thierry Delisle | Changed is_blocking_lock trait to use on_wakeup.
Fixed fast_lock to … | 
  | locks.hfa | 9.5 KB
     | ddd473f | 5 years | Thierry Delisle | Fix a copy/paste mistake and removed a warning in nodebug | 
  | monitor.cfa | 33.1 KB
     | fd54fef | 5 years | mlbrooks | Converting the project to use the new syntax for otype, dtype and … | 
  | monitor.hfa | 3.9 KB
     | e0b8d66d | 5 years | Thierry Delisle | Fix bug in delete for mutexed pointer. | 
  | mutex.cfa | 3.9 KB
     | fd54fef | 5 years | mlbrooks | Converting the project to use the new syntax for otype, dtype and … | 
  | mutex.hfa | 4.7 KB
     | fd54fef | 5 years | mlbrooks | Converting the project to use the new syntax for otype, dtype and … | 
  | preemption.cfa | 25.6 KB
     | a3821fa | 5 years | Thierry Delisle | Changed enable interrupts:
 - no longer save the caller for debugging
 … | 
  | preemption.hfa | 881 bytes
     | e660761 | 5 years | Thierry Delisle | First attempt at reducing complation time by restructuring the code. … | 
  | ready_queue.cfa | 22.4 KB
     | fc59df78 | 5 years | Thierry Delisle | Split ready-queue routines in 3 instead of 2. | 
  | ready_subqueue.hfa | 7.3 KB
     | 9cc3a18 | 5 years | Thierry Delisle | Major clean-up before attempting to add new scheduler | 
  | snzi.hfa | 3.9 KB
     | 290553a | 5 years | Thierry Delisle | Changed some defines to constants with last fix | 
  | stats.cfa | 14.5 KB
     | 3bd4293 | 5 years | Thierry Delisle | Added stat for unparks that can migrate | 
  | stats.hfa | 3.5 KB
     | 3bd4293 | 5 years | Thierry Delisle | Added stat for unparks that can migrate | 
  | thread.cfa | 4.9 KB
     | 89eff25 | 5 years | Thierry Delisle | Some changes to stats and added back preferred | 
  | thread.hfa | 5.2 KB
     | 8edbe40 | 5 years | ajbeach | SomeThreadCancelled -> ThreadCancelled: thread cancellations carry … |