aboutgitcodelistschat:MatrixIRC
Commit message (Expand)AuthorAgeFilesLines
* Add test for BPF filter comparison operationsAlice Frosi2023-04-141-28/+110
* Add comparison operations to the BPF filterAlice Frosi2023-04-131-2/+20
* Fix testsAlice Frosi2023-04-135-29/+35
* Fix offset after refactoringAlice Frosi2023-04-121-1/+5
* Refactor tests to use same struct arg as the filterAlice Frosi2023-04-126-43/+45
* Add other comparison operation for the BPF filterAlice Frosi2023-04-124-39/+122
* filter: define arg_cmp and arg_typeAlice Frosi2023-04-066-49/+56
* Refactor makefileAlice Frosi2023-04-061-12/+20
* Add support for 64 bits argumentsAlice Frosi2023-04-066-34/+195
* fix filter testAlice Frosi2023-04-032-85/+72
* filter: fix filterAlice Frosi2023-04-034-56/+133
* filter: load argument to checkAlice Frosi2023-03-312-1/+10
* tests: add tests for filtering the syscallsAlice Frosi2023-03-314-3/+122
* test: moving shareable function in a separate fileAlice Frosi2023-03-304-176/+238
* Create common function to install the BPF filterAlice Frosi2023-03-305-42/+40
* test: rename test-filter.c to test_filter_build.cAlice Frosi2023-03-302-4/+4
* test: fix filter orderAlice Frosi2023-03-291-43/+60
* cooker: fix argument evaluationAlice Frosi2023-03-291-19/+66
* test: fix cooker directoryAlice Frosi2023-03-291-1/+1
* cooker: add filter.c/.h to the MakefileAlice Frosi2023-03-291-3/+17
* Rename cooker and eater with seitan prefixAlice Frosi2023-03-2823-6/+8
* seitan: use die function to terminate on errorAlice Frosi2023-03-281-18/+10
* seitan: remove unused variables and functionsAlice Frosi2023-03-241-64/+1
* Add missing pre-requirement to seitan targetAlice Frosi2023-03-241-1/+1
* Replace errExit with dieAlice Frosi2023-03-242-17/+14
* Move util.h and util.c in commonAlice Frosi2023-03-243-3/+4
* Add license header to the integration testsAlice Frosi2023-03-241-0/+7
* cleanup commited filesAlice Frosi2023-03-241-0/+0
* tests: Adjust project directory and add license headersAlice Frosi2023-03-244-16/+64
* Re-arrange repository structureAlice Frosi2023-03-2437-44/+16
* Remove filter dirAlice Frosi2023-03-243-38320/+0
* Re-organize project and add license headerAlice Frosi2023-03-2444-208/+38478
* filter: add logging modeAlice Frosi2023-03-235-35/+64
* seitan: receiving seccomp notifier with socketAlice Frosi2023-03-231-22/+126
* cooker: Initial import of new implementationStefano Brivio2023-03-2019-0/+3179
* tests: add unit tests for op_resolvedfdAlice Frosi2023-03-151-1/+77
* seitan: add op_resolvedfdAlice Frosi2023-03-152-0/+36
* tests: add test for op_cmpAlice Frosi2023-02-271-1/+63
* seitan: add op_cmpAlice Frosi2023-02-272-0/+15
* seitan: add op_endAlice Frosi2023-02-272-0/+4
* 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