aboutgitcodelistschat:MatrixIRC
Commit message (Expand)AuthorAgeFilesLines
* test: fix arguments and offsetsAlice Frosi2023-02-271-6/+7
* seitan: copy immediate args with op_copyAlice Frosi2023-02-273-12/+22
* tests: add test for op_copyAlice Frosi2023-02-231-0/+64
* operations: add op_copyAlice Frosi2023-02-233-5/+62
* tests: generalize the syscall of the targetAlice Frosi2023-02-231-12/+19
* test: fix check of a_blockAlice Frosi2023-02-231-1/+5
* tests: adjust do_operations signatureAlice Frosi2023-02-231-7/+7
* Rename actions to operationsAlice Frosi2023-02-226-117/+117
* fix formattingAlice Frosi2023-02-228-155/+171
* gluten: remove error typeAlice Frosi2023-02-221-1/+0
* tests: add test for act_inject with the referencesAlice Frosi2023-02-211-8/+35
* actions: add reference for the fdsAlice Frosi2023-02-213-15/+40
* actions: change pointer to offsetAlice Frosi2023-02-213-25/+11
* tests: add act_call and saving return valueAlice Frosi2023-02-211-0/+22
* makefile: add variable to set temporary data sizeAlice Frosi2023-02-211-0/+1
* actions: cast data for temporary result to uint16_tAlice Frosi2023-02-211-1/+1
* tests: add test-action-call when running make test-unitAlice Frosi2023-02-211-2/+2
* test: add test for act_callAlice Frosi2023-02-211-1/+23
* test: add ignore_ret for checking test resultAlice Frosi2023-02-211-7/+9
* action: return error for act_callAlice Frosi2023-02-211-2/+2
* actions: set error on act_callAlice Frosi2023-02-211-0/+13
* actions: add data sectionAlice Frosi2023-02-213-8/+8
* gluten: add reference fieldsAlice Frosi2023-02-211-2/+4
* tests: remove unused variablesAlice Frosi2023-02-211-7/+2
* tests: test reference for a_returnAlice Frosi2023-02-161-1/+33
* actions: add reference to a_returnAlice Frosi2023-02-162-2/+19
* tests: fix the suite with the wrong testAlice Frosi2023-02-161-1/+1
* tests: separate every action in its own test caseAlice Frosi2023-02-161-18/+33
* actiosn: fix intialization for a_inject_aAlice Frosi2023-02-161-0/+1
* actions: fix initialization for a_actionAlice Frosi2023-02-161-1/+1
* moved requirements.txt into tests/integrationAlice Frosi2023-02-161-3/+0
* test: add howto setup integration testsAlice Frosi2023-02-162-0/+60
* actions: fix flag intializationAlice Frosi2023-02-161-2/+3
* tests: add tests for inject actionsAlice Frosi2023-02-161-11/+89
* Rename field old to oldfdAlice Frosi2023-02-162-3/+3
* test: interrupt test on target process exitAlice Frosi2023-02-161-0/+13
* Unmap at struct on teardown if setAlice Frosi2023-02-151-1/+7
* Add test actionsAlice Frosi2023-02-152-1/+229
* seitan: add injection actionsAlice Frosi2023-02-152-7/+18
* seitan: add continue actionAlice Frosi2023-02-151-0/+9
* seitan: add return actionAlice Frosi2023-02-152-0/+9
* seitan: add block actionAlice Frosi2023-02-151-0/+8
* test: add unit test for act callAlice Frosi2023-02-152-1/+231
* seitan: action for the callAlice Frosi2023-02-153-0/+307
* integration: create integration testsAlice Frosi2023-02-155-0/+161
* Create test utils for testing different syscallAlice Frosi2023-02-153-0/+96
* eater: unset O_CLOEXEC for the seccomp notifier fdAlice Frosi2023-02-152-5/+22
* seitan: separate function in commonAlice Frosi2023-02-154-52/+65
* seitan: find fd of seccomp noitifier from procAlice Frosi2023-01-191-1/+55
* Use signals instead of connect for synchronizationAlice Frosi2023-01-172-1/+23