- Feb 20, 2019
- Feb 19, 2019
-
-
Gleb Pomykalov authored
-
Gleb Pomykalov authored
This reverts commit ae2663a7.
-
Gleb Pomykalov authored
-
Gleb Pomykalov authored
-
Gleb Pomykalov authored
-
Gleb Pomykalov authored
-
bors authored
Moved inotify declarations up so that it works on android too. Following my previous pull request to include inotify bindings, I would like to move the code so that it benefits android too.
-
Gleb Pomykalov authored
-
Vincent Dagonneau authored
-
vdagonneau authored
-
Vincent Dagonneau authored
Moved inotify_rm_watch out of the generic notbsd target and into specific linux and android targets because the second argument has a different type in android and linux.
-
Gleb Pomykalov authored
-
- Feb 18, 2019
-
-
Gleb Pomykalov authored
-
Gleb Pomykalov authored
-
Gleb Pomykalov authored
-
bors authored
Broader sendmmsg() / recvmmsg() support As a prerequisite for getting `sendmmsg()` / `recvmmsg()` into nix ( https://github.com/nix-rust/nix/pull/1017 ), support for non-linux platforms needs to be added in libc. The initial commits in this PR will just be to test out target support via CI.
-
Gleb Pomykalov authored
-
Gleb Pomykalov authored
-
bors authored
Add IP_ORIGDSTADDR and others on FreeBSD. A follow-up from #1252. CC @asomers. r? @gnzlbg
-
Gleb Pomykalov authored
-
Vincent Dagonneau authored
-
Gleb Pomykalov authored
-
bors authored
Add missing group entry functions for Solaris/Illumos This commit adds definitions for `setgrent`, `endgrent`, and `getgrent` which were missing (but available for FreeBSD and other *nix systems).
-
bors authored
Allow installing rustfmt component to fail
-
gnzlbg authored
-
Gleb Pomykalov authored
-