Age | Commit message (Collapse) | Author | Lines | |
---|---|---|---|---|
2025-07-13 | example/passthrough: refactor fallocate | CismonX | -0/+17 | |
Move fallocate implementation to passthrough_helpers.h, so that it could be reused by multiple passthrough examples. Signed-off-by: CismonX <admin@cismon.net> | ||||
2019-05-15 | passthrough: fix unix-domain sockets on FreeBSD (#413) | Alan Somers | -0/+76 | |
FreeBSD doesn't allow creating sockets using mknod(2). Instead, one has to use socket(2) and bind(2). Add appropriate logic to the examples and add a test case. |