| Commit message (Expand) | Author | Age | Files | Lines |
* | Add fsetxattr(), fremovexattr(), open_by_handle_at(), and "virtiofsd demo" | Stefano Brivio | 2024-05-15 | 8 | -10/+269 |
* | seitan: Add netlink, sendto()/sendmsg(), iovec handling, demo with routes | Stefano Brivio | 2023-12-21 | 9 | -16/+434 |
* | cooker: set base_offset for struct | Alice Frosi | 2023-09-08 | 1 | -0/+2 |
* | cooker: Don't mix up JSON objects when checking temporary storage needs | Stefano Brivio | 2023-09-05 | 1 | -1/+1 |
* | cooker/calls: Add support for bind() | Stefano Brivio | 2023-09-04 | 1 | -0/+1 |
* | cooker: fix tag check with the new format | Alice Frosi | 2023-09-04 | 1 | -7/+31 |
* | cooker: fix priority name for sched_setscheduler | Alice Frosi | 2023-09-01 | 2 | -6/+9 |
* | cooker: fix wrong check | Alice Frosi | 2023-09-01 | 1 | -5/+8 |
* | cooker, seitan: add sched_setscheduler | Alice Frosi | 2023-09-01 | 5 | -6/+71 |
* | cooker: print syscall name instead of number | Alice Frosi | 2023-09-01 | 2 | -3/+3 |
* | cooker: remove debug print | Alice Frosi | 2023-08-30 | 1 | -3/+1 |
* | cooker: simplify tag and add caller metadata | Alice Frosi | 2023-08-30 | 3 | -59/+80 |
* | cooker: add chown and lchown | Alice Frosi | 2023-08-25 | 2 | -1/+31 |
* | cooker: generate OCI seccomp profile | Alice Frosi | 2023-08-24 | 7 | -21/+559 |
* | cooker: add flags with getopts | Alice Frosi | 2023-08-24 | 2 | -6/+88 |
* | test: fix filter-build test and bugs | Alice Frosi | 2023-07-03 | 4 | -50/+31 |
* | cooker, seitan: Add support for GID/UID in context | Stefano Brivio | 2023-06-28 | 1 | -4/+15 |
* | common: move cmp_type_str in util | Alice Frosi | 2023-06-28 | 1 | -4/+0 |
* | cooker/match: Fix mask calculation for GNU_DEV_MINOR | Stefano Brivio | 2023-06-27 | 1 | -2/+2 |
* | cooker: fix initialization and variable type | Alice Frosi | 2023-06-14 | 2 | -7/+5 |
* | cooker: Fix up debugging messages for "return" | Stefano Brivio | 2023-06-14 | 3 | -22/+42 |
* | cooker/parse: Error out on 'continue' with value/error tag | Stefano Brivio | 2023-06-14 | 1 | -4/+4 |
* | cooker/calls: Actually add io.{c,h} | Stefano Brivio | 2023-06-14 | 2 | -0/+135 |
* | cooker/filter: Stop the sock_filter cast madness | Stefano Brivio | 2023-06-14 | 2 | -92/+65 |
* | cooker: Support for read(), OP_STORE, field-based filters | Stefano Brivio | 2023-06-14 | 9 | -229/+337 |
* | filter: increment counter only if call has args | Alice Frosi | 2023-06-12 | 1 | -0/+2 |
* | cooker: Pass arguments to filter | Stefano Brivio | 2023-06-09 | 6 | -11/+74 |
* | seitan,cooker: add wd to change work directory and mknod | Alice Frosi | 2023-06-09 | 3 | -33/+34 |
* | cooker: Full support for flags and masks, assorted fixes | Stefano Brivio | 2023-06-08 | 9 | -46/+176 |
* | mknod/mknodat values, initial support for MASK flag, OP_BITWISE | Stefano Brivio | 2023-06-07 | 6 | -60/+154 |
* | seitan, cooker: refactor op_return | Alice Frosi | 2023-06-07 | 3 | -29/+45 |
* | seitan,cooker: op_resolvefd | Alice Frosi | 2023-06-07 | 4 | -2/+56 |
* | cooker: Draft quality: mknod/mknodat, sets of values with "in" | Stefano Brivio | 2023-06-06 | 9 | -23/+208 |
* | cooker: use unsigned short for family with connect | Alice Frosi | 2023-06-05 | 6 | -3/+9 |
* | cooker: missing size set for op_load | Alice Frosi | 2023-06-05 | 1 | -0/+1 |
* | cooker: add emit_end | Alice Frosi | 2023-06-05 | 3 | -1/+18 |
* | cooker: Generic attributes and ATTR_SIZE | Stefano Brivio | 2023-06-04 | 8 | -31/+89 |
* | treewide: Change to GPLv2, add LICENSES, missing headers | Stefano Brivio | 2023-06-04 | 27 | -182/+183 |
* | cooker: json_object_get_boolean() can return true for missing key | Stefano Brivio | 2023-06-02 | 1 | -2/+2 |
* | cooker, seitan: OP_FD | Stefano Brivio | 2023-06-02 | 5 | -9/+76 |
* | cooker, seitan: fix some bugs for op call | Alice Frosi | 2023-06-02 | 2 | -6/+9 |
* | cooker, seitan: OP_CALL arguments and context | Stefano Brivio | 2023-06-02 | 6 | -68/+189 |
* | cooker: OP_CALL and OP_COPY stuff | Stefano Brivio | 2023-06-01 | 17 | -347/+1011 |
* | filter: fix filter build and adjust tests | Alice Frosi | 2023-05-22 | 1 | -18/+27 |
* | filter: adjust filter build | Alice Frosi | 2023-05-19 | 2 | -9/+15 |
* | cooker, seitan: simple working example | Alice Frosi | 2023-05-17 | 4 | -4/+55 |
* | Minor fixes for the filter and the eater | Alice Frosi | 2023-05-17 | 2 | -3/+8 |
* | filter: refactoring filter | Alice Frosi | 2023-05-17 | 2 | -298/+291 |
* | filter: increment count | Alice Frosi | 2023-05-16 | 1 | -1/+2 |
* | cooker, seitan: Now with 100% more gluten | Stefano Brivio | 2023-05-16 | 22 | -509/+1291 |