aboutgitcodelistschat:MatrixIRC
path: root/operations.c
Commit message (Collapse)AuthorAgeFilesLines
* seitan: add op_resolvedfdAlice Frosi2023-03-151-0/+27
| | | | | | The op_resolvedfd verifies that the fd points to a path. Signed-off-by: Alice Frosi <afrosi@redhat.com>
* seitan: add op_cmpAlice Frosi2023-02-271-0/+6
| | | | | The operation op_cmp allows to compare 2 areas of memory and if they don't match to jump to an operation.
* seitan: add op_endAlice Frosi2023-02-271-0/+3
| | | | | The op_end signal to terminate reading the operations. This is useful for the introductions of branches for the matches.
* seitan: copy immediate args with op_copyAlice Frosi2023-02-271-8/+11
|
* operations: add op_copyAlice Frosi2023-02-231-3/+46
|
* Rename actions to operationsAlice Frosi2023-02-221-0/+274
Replace all the action related names to operations to make them more generic.