Age | Commit message (Collapse) | Author | Lines | |
---|---|---|---|---|
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. |