aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/ipc.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* wg: propagate set errnoJason A. Donenfeld2016-07-211-0/+1
| | | | Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
* wg: abstract sockets are dangerousJason A. Donenfeld2016-07-211-28/+1
| | | | | | | They have no permissions, so we're probably better off just creating a socket file with the umask set, as we do in BSD. Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
* wg: rename kernel to ipcJason A. Donenfeld2016-07-211-0/+516
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>