source: libcfa

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @a0a949c   14 months pabuhr formatting, remove unnecessary #include files and code ADTast-experimental
(edit) @b2f3880   14 months pabuhr add newline at end of file ADTast-experimental
(edit) @5e4a830   14 months pabuhr add #pragma once to .h and .hfa files ADTast-experimental
(edit) @681d8f2   14 months caparson After many red herrings I think the race between checking a message … ADTast-experimental
(edit) @d40555e   14 months caparson fixed matrix.cfa test error by reworking globals to avoid spurious … ADTast-experimental
(edit) @9155026   14 months caparson Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADTast-experimental
(edit) @e23169b   14 months caparson some actor cleanup/optimizations ADTast-experimental
(edit) @99fb52c   14 months caparson fixed failing dynamic.cfa test ADTast-experimental
(edit) @f23d34db   14 months caparson changed some stat collection for actors and attempted to fix … ADTast-experimental
(edit) @858350a   14 months caparson added poison pill messages and made test for them ADTast-experimental
(edit) @2856044a   14 months caparson fixed div by zero bug in actor stats, cleaned up includes, changed to … ADTast-experimental
(edit) @13f066d   14 months caparson Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADTast-experimental
(edit) @1e38178   14 months caparson added some safety/productivity features and some stats ADTast-experimental
(edit) @a8667ab   14 months pabuhr expunge all rseq code from runtime ADTast-experimental
(edit) @1f951abd   14 months pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADTast-experimental
(edit) @8bb46d2   14 months pabuhr fix errors on interpose code for libc and libpthread ADTast-experimental
(edit) @997324c   14 months mlbrooks Repair bad commit ad2424. Put back ix0 definition that was removed … ADTast-experimental
(edit) @ad24245   14 months mlbrooks Add comments about arpk internals. ADTast-experimental
(edit) @d964c39   14 months caparson Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADTast-experimental
(edit) @ce44c5f   14 months caparson Thought of new channel implementation while working on the prevention … ADTast-experimental
(edit) @2d028003   14 months pabuhr restructure #include files because issues with attribute … ADTast-experimental
(edit) @b1ad41f   14 months pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADTast-experimental
(edit) @dd3576b   14 months pabuhr update from old to new trait syntax using forall ADTast-experimental
(edit) @ae267366   14 months pabuhr fix merge conflict ADTast-experimental
(edit) @43f29f6   14 months pabuhr formatting ADTast-experimental
(edit) @aca0d2f   14 months pabuhr make anonymous struct declaration static ADTast-experimental
(edit) @f883ef1   15 months pabuhr formatting ADTast-experimental
(edit) @c910709   15 months pabuhr remove use of _GNU_SOURCE and RTLD_NEXT to provide alternate means for … ADTast-experimental
(edit) @3494ca9   15 months pabuhr formatting ADTast-experimental
(edit) @ed52dd5   15 months pabuhr remove comment about _GNU_SOURCE ADTast-experimental
(edit) @56bb2e1   15 months pabuhr clean up #include files ADTast-experimental
(edit) @14f6a3cb   15 months pabuhr fix build problem ADTast-experimental
(edit) @f8729be   15 months pabuhr remove unnecessary #define for _XOPEN_SOURCE 600 ADTast-experimental
(edit) @fb907d3   15 months pabuhr add explicit cast of with function exp10 ADTast-experimental
(edit) @fbdfcd8   15 months pabuhr isolate error variable declaration ADTast-experimental
(edit) @f5f2768   15 months pabuhr make _GNU_SOURCE default, change IO to use SOCKADDR_ARG and … ADTast-experimental
(edit) @4d35bc6   15 months pabuhr remove explicit declaration of accept4 function ADTast-experimental
(edit) @531c3d5   15 months pabuhr add include bits/debug.hfa for verify function ADTast-experimental
(edit) @4616622   15 months caparson Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADTast-experimental
(edit) @2d028039   15 months caparson added support for copy based envelopes ADTast-experimental
(edit) @2125443a   15 months pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADTast-experimental
(edit) @8a97248   15 months pabuhr switch from old trait syntax to new trait syntax using forall clause ADTast-experimental
(edit) @ccf1d99   15 months caparson intermediate push so I can move to nasus to performance test some stuff ADTast-experimental
(edit) @5c473c9   15 months caparson fixed bug where I used buffer as a stack not a queue ADTast-experimental
(edit) @ecfe574   15 months caparson added envelope copying to avoid allocations ADTast-experimental
(edit) @9d0ff30   15 months caparson added missing header ADTast-experimental
(edit) @c042d79   15 months caparson ported uC++-style actor system ADTast-experimental
(edit) @378de69   15 months caparson small lock cleanup to remove unused field on spin_queue_lock ADTast-experimental
(edit) @42b739d7   16 months caparson fixed termination synchronization in the channel benchmark to get rid … ADTast-experimental
(edit) @5c931e0   16 months caparson made changes to support zero-size channels ADTast-experimental
(edit) @4a962d8   16 months caparson added channel impl with basic test. Will expand impl and tests soon ADTast-experimental
(edit) @0cee082   16 months caparson refactored naming for lock to be more accurate and cleaned up REACQ … ADTast-experimental
(edit) @5e180c2   16 months caparson small future touchups ADTast-experimental
(edit) @c130165   16 months Thierry Delisle small update to configure scripts, which should help for ubuntu 22.04 ADTast-experimental
(edit) @e78782b   16 months caparson Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADTast-experimental
(edit) @7eac70e   16 months caparson added select to includes ADTast-experimental
(edit) @339e30a   16 months caparson added new future and added rudimentary select statement support for it ADTast-experimental
(edit) @a20be49   16 months pabuhr remove all uses of USE_GNU ADTast-experimental
(edit) @a14926b   16 months pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADTast-experimental
(edit) @d99a716   16 months caparson Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADTast-experimental
(edit) @0348fd8   16 months caparson fixed clh bug where you couldn't hold more than 1 clh lock at once ADTast-experimental
(edit) @a7662b8   16 months pabuhr add cast from int to unsigned ADTast-experimental
(edit) @d9585291   16 months pabuhr formatting ADTast-experimental
(edit) @8ee54963   16 months pabuhr change spinlock atomics to ATOMIC_ACQUIRE/RELEASE, increase alignment … ADTast-experimental
(edit) @b797d97   17 months pabuhr formatting, switch to XOSHIRO256PP/XOSHIRO128PP as the 64/32-bit … ADTast-experimental
(edit) @26544f9   17 months Thierry Delisle added helping and lock to allow remote processors to flush … ADTast-experimental
(edit) @1ab773e0   17 months caparson more lock cleanup ADTast-experimental
(edit) @2dcd80a   17 months caparson Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADTast-experimental
(edit) @7d9598d   17 months caparson small lock cleanup ADTast-experimental
(edit) @d8bdf13   17 months pabuhr add comments ADTast-experimental
(edit) @25ef81d   17 months pabuhr formatting, remove unnecessary temporary variable in prng function ADTast-experimental
(edit) @3ff64cb   17 months pabuhr add missing parenthesis in KISS PRNG ADTast-experimental
(edit) @ac8b016   17 months pabuhr adjust PRNG types from size_t to uint32_t/uint64_t ADTast-experimental
(edit) @3e5eeaf   17 months pabuhr update documentation ADTast-experimental
(edit) @70cd431   17 months pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADTast-experimental
(edit) @261e107   17 months pabuhr change all PRNG to prime the PRNG state in set_seed with the given seed ADTast-experimental
(edit) @74227c6   17 months Thierry Delisle Added more stats ADTast-experimental
(edit) @4020f09   17 months pabuhr formatting, switch to typedef for PRNG complex state ADTast-experimental
(edit) @8a3d5e7   17 months pabuhr formatting ADTast-experimental
(edit) @c8238c0   17 months pabuhr remove 32-bit use of lehmer64, which requires uint128_t ADTast-experimental
(edit) @dd46fd3   17 months pabuhr generalization of PRNG ADTast-experimental
(edit) @78de1e5   17 months ajbeach Small fix to the exception header, the wrong trait was used in one place. ADTast-experimental
(edit) @20cf96d   18 months pabuhr changes to PRNG types to eliminate casts ADTast-experimental
(edit) @29702ad   18 months Thierry Delisle Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADTast-experimental
(edit) @1553a55   18 months Thierry Delisle Explicitly zero initialize the intrusive link fields ADTast-experimental
(edit) @857081e   18 months pabuhr change type of yield parameter from unsigned int to size_t ADTast-experimental
(edit) @9fce2572   18 months pabuhr 32-bit update of PRNG ADTast-experimental
(edit) @d2ad151   18 months pabuhr major update of PRNG ADTast-experimental
(edit) @63be3387   18 months caparson Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADTast-experimental
(edit) @b77f0e1   18 months caparson cleaned up some lock stuff ADTast-experimental
(edit) @639e4fc   18 months Thierry Delisle Changed cluster link to use explicit type to avoid anonymous names in … ADTast-experimental
(edit) @a757ba1   18 months Thierry Delisle Removed wait-with-io_uring feature which was slow, broken and ifdefed out. ADTast-experimental
(edit) @6a4ef0c   18 months Thierry Delisle Changed cltr_link to use explicit field name to make gdb easier ADTast-experimental
(edit) @e50d9cb8   18 months pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADTast-experimental
(edit) @0bdfcc3   18 months pabuhr formatting ADTast-experimental
(edit) @e8b8e65   18 months Thierry Delisle Added implementation of call_once ADTast-experimental
(edit) @cd5b58f   18 months Thierry Delisle Changed node link in thread to use dlink called cltr_link ADTast-experimental
(edit) @7a2057a   18 months pabuhr remove unused BUCKETLOCK, restructure OWNERSHIP and RETURNSPIN ADTast-experimental
(edit) @15c93d8   18 months Thierry Delisle Renamed ready-queue link fields to rdy_link ADTast-experimental
(edit) @be5f0a5   18 months Thierry Delisle Changed monitors to use the user_link instead of the ready_link ADTast-experimental
Note: See TracRevisionLog for help on using the revision log.