| ../ | 
  | kernel |  | a8667ab | 3 years | pabuhr | expunge all rseq code from runtime | 
  | io |  | 2d028003 | 3 years | pabuhr | restructure #include files because issues with attribute … | 
  | clib |  | 2d028003 | 3 years | pabuhr | restructure #include files because issues with attribute … | 
  | thread.hfa | 6.2 KB
     | 8a97248 | 3 years | pabuhr | switch from old trait syntax to new trait syntax using forall clause | 
  | thread.cfa | 7.2 KB
     | f5f2768 | 3 years | pabuhr | make _GNU_SOURCE default, change IO to use SOCKADDR_ARG and … | 
  | stats.hfa | 3.9 KB
     | 74227c6 | 3 years | Thierry Delisle | Added more stats | 
  | stats.cfa | 13.5 KB
     | 74227c6 | 3 years | Thierry Delisle | Added more stats | 
  | snzi.hfa | 3.9 KB
     | 290553a | 5 years | Thierry Delisle | Changed some defines to constants with last fix | 
  | select.hfa | 1.8 KB
     | 339e30a | 3 years | caparson | added new future and added rudimentary select statement support for it | 
  | ready_subqueue.hfa | 3.8 KB
     | 15c93d8 | 3 years | Thierry Delisle | Renamed ready-queue link fields to rdy_link | 
  | ready_queue.cfa | 8.4 KB
     | f5f2768 | 3 years | pabuhr | make _GNU_SOURCE default, change IO to use SOCKADDR_ARG and … | 
  | pthread.cfa | 30.6 KB
     | 3494ca9 | 3 years | pabuhr | formatting | 
  | preemption.hfa | 881 bytes
     | e660761 | 5 years | Thierry Delisle | First attempt at reducing complation time by restructuring the code. … | 
  | preemption.cfa | 23.6 KB
     | f5f2768 | 3 years | pabuhr | make _GNU_SOURCE default, change IO to use SOCKADDR_ARG and … | 
  | once.hfa | 3.0 KB
     | e8b8e65 | 3 years | Thierry Delisle | Added implementation of call_once | 
  | mutex_stmt.hfa | 1.4 KB
     | dd3576b | 3 years | pabuhr | update from old to new trait syntax using forall | 
  | mutex.hfa | 4.7 KB
     | 8a97248 | 3 years | pabuhr | switch from old trait syntax to new trait syntax using forall clause | 
  | mutex.cfa | 3.9 KB
     | ed52dd5 | 3 years | pabuhr | remove comment about _GNU_SOURCE | 
  | monitor.hfa | 4.5 KB
     | 8a97248 | 3 years | pabuhr | switch from old trait syntax to new trait syntax using forall clause | 
  | monitor.cfa | 36.1 KB
     | ed52dd5 | 3 years | pabuhr | remove comment about _GNU_SOURCE | 
  | locks.hfa | 24.1 KB
     | 8a97248 | 3 years | pabuhr | switch from old trait syntax to new trait syntax using forall clause | 
  | locks.cfa | 17.3 KB
     | f5f2768 | 3 years | pabuhr | make _GNU_SOURCE default, change IO to use SOCKADDR_ARG and … | 
  | kernel.hfa | 9.7 KB
     | 639e4fc | 3 years | Thierry Delisle | Changed cluster link to use explicit type to avoid anonymous names in … | 
  | kernel.cfa | 28.6 KB
     | f5f2768 | 3 years | pabuhr | make _GNU_SOURCE default, change IO to use SOCKADDR_ARG and … | 
  | iofwd.hfa | 7.8 KB
     | 2d028003 | 3 years | pabuhr | restructure #include files because issues with attribute … | 
  | io.cfa | 25.9 KB
     | f5f2768 | 3 years | pabuhr | make _GNU_SOURCE default, change IO to use SOCKADDR_ARG and … | 
  | invoke.h | 9.0 KB
     | 0348fd8 | 3 years | caparson | fixed clh bug where you couldn't hold more than 1 clh lock at once | 
  | invoke.c | 6.1 KB
     | 8108ba8 | 3 years | Thierry Delisle | Started to add basic visibility control to libcfa | 
  | future.hfa | 8.6 KB
     | 5e180c2 | 3 years | caparson | small future touchups | 
  | exception.hfa | 889 bytes
     | c960331 | 5 years | ajbeach | Attempt to clean-up the exception headers. I think this is easier to … | 
  | exception.cfa | 2.4 KB
     | c18bf9e | 3 years | Thierry Delisle | Visibility concurrency | 
  | CtxSwitch-x86_64.S | 1.9 KB
     | 0c4a90d | 5 years | pabuhr | update emacs mode | 
  | CtxSwitch-x86.S | 16 bytes
     | 37fe352 | 7 years | Thierry Delisle | Added proper multi-lib handling, tests still do not work and arm … | 
  | CtxSwitch-x64.S | 18 bytes
     | 37fe352 | 7 years | Thierry Delisle | Added proper multi-lib handling, tests still do not work and arm … | 
  | CtxSwitch-i686.S | 16 bytes
     | bf71cfd | 7 years | Thierry Delisle | Moved up many directories in source | 
  | CtxSwitch-i386.S | 1.8 KB
     | a4bdbcd | 5 years | pabuhr | formatting | 
  | CtxSwitch-arm64.S | 2.7 KB
     | 8ec4a52 | 5 years | pabuhr | harmonize with 32-bit ARM context switch | 
  | CtxSwitch-arm32.S | 1.7 KB
     | 95472ee | 5 years | pabuhr | readd ARM 32-bit context-switch assemble file | 
  | coroutine.hfa | 7.2 KB
     | 8a97248 | 3 years | pabuhr | switch from old trait syntax to new trait syntax using forall clause | 
  | coroutine.cfa | 9.6 KB
     | f5f2768 | 3 years | pabuhr | make _GNU_SOURCE default, change IO to use SOCKADDR_ARG and … | 
  | channel.hfa | 6.9 KB
     | ce44c5f | 3 years | caparson | Thought of new channel implementation while working on the prevention … | 
  | barrier.hfa | 1.6 KB
     | a18373a | 4 years | Thierry Delisle | Added a hook for the barrier's last block.
Added testing to go with it. | 
  | alarm.hfa | 2.3 KB
     | 1756e08 | 3 years | Thierry Delisle | Added some defensive programming to work around parsing bug | 
  | alarm.cfa | 4.0 KB
     | 1756e08 | 3 years | Thierry Delisle | Added some defensive programming to work around parsing bug | 
  | actor.hfa | 25.5 KB
     | 1e38178 | 3 years | caparson | added some safety/productivity features and some stats |