aboutgitcodelistschat:MatrixIRC
path: root/cooker/filter.c
Commit message (Collapse)AuthorAgeFilesLines
* filter: add missing license headerAlice Frosi2023-04-251-0/+5
|
* filter: remove logging partAlice Frosi2023-04-251-19/+2
| | | | The logging will be handled different using op_log
* filter: clean-up unused functionsAlice Frosi2023-04-181-28/+4
|
* filter: remove superfluous jumpsAlice Frosi2023-04-181-25/+25
|
* filter: add and_ne operationAlice Frosi2023-04-181-4/+39
|
* filter: add and operationAlice Frosi2023-04-181-10/+56
|
* Fix filter offset for gt and ltAlice Frosi2023-04-141-2/+2
|
* Add comparison operations to the BPF filterAlice Frosi2023-04-131-2/+20
|
* Fix offset after refactoringAlice Frosi2023-04-121-1/+5
|
* Add other comparison operation for the BPF filterAlice Frosi2023-04-121-35/+106
|
* filter: define arg_cmp and arg_typeAlice Frosi2023-04-061-11/+10
|
* Add support for 64 bits argumentsAlice Frosi2023-04-061-13/+62
|
* filter: fix filterAlice Frosi2023-04-031-34/+65
| | | | | An additional notification is need either when we jump from an instruction without arguments then at the end of the argument checks.
* filter: load argument to checkAlice Frosi2023-03-311-1/+9
|
* cooker: fix argument evaluationAlice Frosi2023-03-291-19/+66
| | | | | Check sequentially the arguments for a syscall entry. If the check isn't successful then pass to the next entry.
* Rename cooker and eater with seitan prefixAlice Frosi2023-03-281-0/+299