Module sys/unix

sys/unix

Unix domain socket operations.

Provides Unix domain socket wrappers around the low-level C runtime externs. Reuses the socket ops (bind/listen/accept/connect/send/recv/close) from the generic socket externs. Uses sockaddr_un helpers to build address buffers.