- Dec 20, 2018
-
-
Mackenzie Clark authored
-
- Dec 18, 2018
-
-
bors authored
add signal and raise bindings for windows This PR adds `signal` and `raise` bindings for windows. I don't know these functions or linux very well, so I leaned on other overrides of signal in the linux bindings, and the [cppreference page](https://en.cppreference.com/w/cpp/header/csignal) for adding the bindings. I added some constants that were shown on the [microsoft signal page](https://docs.microsoft.com/en-us/cpp/c-runtime-library/reference/signal?view=vs-2017) and used the default values I found spelunking through my own copy of `signal.h` that came along with visual studio. The automated tests pass and my toy apps use the `signal` and `raise` as expected. Let me know if there is anything else I need to do, or any extra tests to write. EDIT: currently working on getting a nice isolated msys2 environment I can use to dev against. - [x] msys2 env setup and building
-
Mackenzie Clark authored
-
Mackenzie Clark authored
-
Mackenzie Clark authored
-
- Dec 17, 2018
-
-
Alex Crichton authored
Add `AI_*` constants from `netdb.h` for macOS.
-
Markus Reiter authored
-
Markus Reiter authored
-
Mackenzie Clark authored
separate for gnu and msvc scope resolve c_int these types are not allowed, and more scope resolution use size_t
-
- Dec 13, 2018
-
-
Alex Crichton authored
Add MFD_HUGETLB const for linux
-
Tobias Klauser authored
Signed-off-by:
Tobias Klauser <tklauser@distanz.ch>
-
- Dec 11, 2018
-
-
Alex Crichton authored
Fix for rust-lang/rust issue #50583
-
- Dec 10, 2018
-
-
Piers Finlayson authored
-
Alex Crichton authored
Fix build on x86_64-unknown-cloudabi, bump version
-
Alex Crichton authored
-
- Dec 09, 2018
-
-
bors authored
Add support for SysV semaphores on Apple platform
-
Alex Crichton authored
-
- Dec 08, 2018
-
-
Craig M. Brandenburg authored
-
bors authored
Move FreeBSD testing from Travis/QEMU to Cirrus-CI Fixes #1163
-
bors authored
Move SOL_BLUETOOTH to notbsd module https://github.com/torvalds/linux/blob/master/include/linux/socket.h#L334 https://android.googlesource.com/platform/bionic/+/master/libc/include/sys/socket.h#283 https://git.musl-libc.org/cgit/musl/tree/include/sys/socket.h#n259 Seems like it should be okay for a broader exposure than `linux::other`. Maybe I am missing something.
-
Jon Magnuson authored
-
- Dec 07, 2018
-
-
Alan Somers authored
-
bors authored
Don't submit build status to buildbot.rust-lang.org That service no longer exists.
-
Alan Somers authored
That service no longer exists.
-
Alan Somers authored
Fixes #1163
-
bors authored
define `TIMER_ABSTIME` on BSD
-
- Dec 06, 2018
-
-
bors authored
musl: 64-bit: Ensure proper (c)msghdr layout on big-endian Discovered while debugging: djg/audioipc-2#52
-
bors authored
Added setegid function Adding the `setegid` function to libc. I had a look and this is in Apple, Linux and Fuchsia so I'm hoping it works for all the BSDs etc. But if anything fails in CI I'll change it accordingly.
-
bors authored
NetBSD: unbreak tests; neither TCP_NOPUSH or TCP_NOOPT yet exist here
-
M Farkas-Dyck authored
-
- Dec 05, 2018
-
-
Jonathan A. Kollasch authored
-
xd009642 authored
-
A. Wilcox authored
Discovered while debugging: djg/audioipc-2#52
-
bors authored
Add AF_XDP, PF_XDP and SOL_XDP consts for linux These are needed to work with `AF_XDP` sockets, see https://www.kernel.org/doc/html/v4.19/networking/af_xdp.html
-
- Dec 04, 2018
-
-
Tobias Klauser authored
-
- Dec 03, 2018
-
-
bors authored
DragonflyBSD: add ENOMEDIUM and EASYNC These errno's are defined in <sys/errno.h> on DragonFlyBSD. Signed-off-by:
Levente Kurusa <lkurusa@acm.org>
-
- Dec 02, 2018
-
-
Levente Kurusa authored
These errno's are defined in <sys/errno.h> on DragonFlyBSD. Signed-off-by:
Levente Kurusa <lkurusa@acm.org>
-
M Farkas-Dyck authored
-
- Dec 01, 2018
-
-
bors authored
Add SO_PASSCRED for sparc64 Needed to get `nix` up and running on `sparc64-unknown-linux-gnu`
-
Bryant Mairs authored
-