source: libcfa

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @541dbc09   11 months pabuhr make type names arithmetic, rational, rat_int lower-case ast-experimental
(edit) @6a93e4d   11 months pabuhr make trait names not, equality, relational, additive, inc_dec, … ast-experimental
(edit) @874b16e   11 months pabuhr lower case type names open_failure, close_failure, write_failure, … ast-experimental
(edit) @0794365   11 months caparson refactored allocation enum to match naming style and refactored some … ast-experimental
(edit) @bebfc2e   11 months caparson renamed some types to make style consistent. fixed race condition in … ast-experimental
(edit) @ded6c2a6   11 months caparson fixed build failure ast-experimental
(edit) @3eeeb88   11 months caparson added utility functions for channel exceptions ast-experimental
(edit) @0aef549   11 months caparson Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ast-experimental
(edit) @6f774be   11 months caparson fixed bug where waituntil deadlock could occur ast-experimental
(edit) @22f2b7d   11 months caparson missed including in previous commits ast-experimental
(edit) @70a4ed5   11 months caparson refactored to remove return val from on_selected ast-experimental
(edit) @a5294af   11 months pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ast-experimental
(edit) @0e6cadf   11 months pabuhr add new atomic macros to Makefile.am ast-experimental
(edit) @8463136   11 months pabuhr add short atomic instruction macros ast-experimental
(edit) @88b49bb   11 months caparson added a small waituntil optimization and added some improvements to … ADTast-experimental
(edit) @5ece8ce   11 months caparson fixed a bug in mcs implementation and cleaned up a bit ADTast-experimental
(edit) @5908fb4   11 months caparson changed channel fetch routines to use relaxed atomics ADTast-experimental
(edit) @100d12d4   11 months caparson changed makefile since select has a .cfa now ADTast-experimental
(edit) @e23b3ce   11 months caparson added support for timeouts in waituntil ADTast-experimental
(edit) @c0ec8b6   11 months caparson fixed bug in waituntil and future interop where signals could be lost ADTast-experimental
(edit) @629c95a   11 months caparson fixed bug in special OR case for channels and waituntil ADTast-experimental
(edit) @5a05946   11 months caparson cleanup up locks files and fixed a minor whitespace issue in preemption.cfa ADTast-experimental
(edit) @4dd10fb   11 months caparson added atomic_load to non-MX channel get routines ADTast-experimental
(edit) @c5a2c96   11 months caparson added atomic to eliminate if failing test deadlock is a staleness issue ADTast-experimental
(edit) @fece3d9   11 months caparson Added fix for cond var timeout handling race. Cleanup of locks.hfa/cfa … ADTast-experimental
(edit) @c4f411e   12 months caparson fixed a bug which may potentially fix build ADTast-experimental
(edit) @d5187a0   12 months caparson removed potential race to attempt to fix failing test ADTast-experimental
(edit) @cb69fba   12 months caparson did some cleanup of channels ADTast-experimental
(edit) @8607a72   12 months caparson added 32 bit failure fix for channels ADTast-experimental
(edit) @73bf7ddc   12 months caparson updated lock interface to support waituntil trait ADTast-experimental
(edit) @beeff61e   12 months caparson some cleanup and a bunch of changes to support waituntil statement ADTast-experimental
(edit) @bd72c28   13 months caparson fixed build issue caused by globals ADTast-experimental
(edit) @9082d7e8   13 months caparson Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADTast-experimental
(edit) @a45e21c   13 months caparson cleaned up channel, added safety/productivity features to channels. … ADTast-experimental
(edit) @efdd18c   13 months caparson updated actor header to use better name for stat toggling ADTast-experimental
(edit) @ff443e5   13 months pabuhr forgot to add to last commit ADTast-experimental
(edit) @e10714a   13 months pabuhr update interpose code, and document 32-bit interpose bug in glibc ADTast-experimental
(edit) @75d874a   13 months caparson Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADTast-experimental
(edit) @0e16a2d   13 months caparson added two other channel variations to channel file ADTast-experimental
(edit) @1633e04   13 months caparson Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADTast-experimental
(edit) @d30e3eb   13 months caparson cleaned up exp_backoff lock and rewrote parts of channels to improve … ADTast-experimental
(edit) @d800676   13 months pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADTast-experimental
(edit) @1afd9ccb   13 months pabuhr update call.cfa.in with generic casts for io-uring field types ADTast-experimental
(edit) @1d245ea   13 months caparson added padding to channel to prevent false sharing that was occurring ADTast-experimental
(edit) @90fb672   13 months pabuhr use splitmix32/64 to prime set seed for all PRNG ADTast-experimental
(edit) @12b006c   13 months caparson small comment cleanup ADTast-experimental
(edit) @09965e5   13 months caparson added splitmix64 since wyhash has 128 bit dependency and xoshiro doesnt ADTast-experimental
(edit) @a6bb5fc   13 months caparson fixed merge conflict ADTast-experimental
(edit) @4c6ba5a   13 months caparson refactored to use generators for seeding state, added splitmix32 for … ADTast-experimental
(edit) @9a9ca36   13 months caparson a little bit of mutex stmt header cleanup ADTast-experimental
(edit) @1fd3d85   13 months mlbrooks Support P9_EMBEDDED annotations inside functions and at more flexible … ADTast-experimental
(edit) @360bfe41   13 months ajbeach Whitespace clean-up in Makefile. ADTast-experimental
(edit) @dbae916   13 months caparson Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADTast-experimental
(edit) @8512a2f   13 months caparson added libcfa support for virtual dtors and added it to actor impl ADTast-experimental
(edit) @c19ca4b   13 months pabuhr add comment about why no #pragma once ADTast-experimental
(edit) @a96ce07   13 months pabuhr comment out #pragma once to fix build ADTast-experimental
(edit) @089a0d7   13 months pabuhr formatting, rework interpose code (again), remove unnecessary #include … ADTast-experimental
(edit) @a0a949c   13 months pabuhr formatting, remove unnecessary #include files and code ADTast-experimental
(edit) @b2f3880   13 months pabuhr add newline at end of file ADTast-experimental
(edit) @5e4a830   13 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   14 months pabuhr formatting ADTast-experimental
(edit) @c910709   14 months pabuhr remove use of _GNU_SOURCE and RTLD_NEXT to provide alternate means for … ADTast-experimental
(edit) @3494ca9   14 months pabuhr formatting ADTast-experimental
(edit) @ed52dd5   14 months pabuhr remove comment about _GNU_SOURCE ADTast-experimental
(edit) @56bb2e1   14 months pabuhr clean up #include files ADTast-experimental
(edit) @14f6a3cb   14 months pabuhr fix build problem ADTast-experimental
(edit) @f8729be   14 months pabuhr remove unnecessary #define for _XOPEN_SOURCE 600 ADTast-experimental
(edit) @fb907d3   14 months pabuhr add explicit cast of with function exp10 ADTast-experimental
(edit) @fbdfcd8   14 months pabuhr isolate error variable declaration ADTast-experimental
(edit) @f5f2768   14 months pabuhr make _GNU_SOURCE default, change IO to use SOCKADDR_ARG and … ADTast-experimental
(edit) @4d35bc6   14 months pabuhr remove explicit declaration of accept4 function ADTast-experimental
(edit) @531c3d5   14 months pabuhr add include bits/debug.hfa for verify function ADTast-experimental
(edit) @4616622   14 months caparson Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADTast-experimental
(edit) @2d028039   14 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
Note: See TracRevisionLog for help on using the revision log.