- Nov 07, 2017
-
-
Bryant Mairs authored
These aren't exposed on non-MIPS musl targets, but since they're part of a kernel API, they're still applicable, so we just don't test them there but expose them anyways.
-
- Nov 05, 2017
-
-
Bryant Mairs authored
-
- Oct 31, 2017
-
-
Marco A L Barbosa authored
-
- Oct 27, 2017
-
-
Marco A L Barbosa authored
-
- Oct 19, 2017
-
-
Bryant Mairs authored
Note that termios2 doesn't exist on powerpc(64), termios is used instead.
-
Bryant Mairs authored
-
- Sep 25, 2017
-
-
Tom Kirchner authored
Signed-off-by:
Tom Kirchner <tjk@amazon.com> Signed-off-by:
Ben Cressey <bcressey@amazon.com>
-
- Sep 21, 2017
-
-
Jack Pappas authored
-
- Jul 20, 2017
-
-
Nicolas Dusart authored
-
- Jul 12, 2017
-
-
Nicolas Dusart authored
-
- Jul 10, 2017
-
-
Nicolas Dusart authored
-
- Jul 09, 2017
-
-
Bryant Mairs authored
-
- Jul 03, 2017
-
-
Nicolas Dusart authored
-
- Jul 02, 2017
-
-
Bryant Mairs authored
-
- Jun 27, 2017
-
-
Alan Somers authored
-
- Jun 24, 2017
-
-
Bryant Mairs authored
-
Bryant Mairs authored
-
- Jun 15, 2017
-
-
James Cowgill authored
In addition, move the syscalls to the mips module file because they are all identical in mips32 and mips64.
-
James Cowgill authored
As a result of this commit, glob64_t will be added to mips64.
-
- Jun 09, 2017
-
-
Marco A L Barbosa authored
-
- Jun 08, 2017
-
-
Marco A L Barbosa authored
-
Marco A L Barbosa authored
-
- Apr 25, 2017
-
-
Kelvin Ly authored
-
- Apr 24, 2017
-
-
Anatol Pomozov authored
MINSIGSTKSZ is a minimum size of process stack allowed
-
- Apr 21, 2017
- Apr 20, 2017
-
-
Kelvin Ly authored
-
- Apr 19, 2017
-
-
Bryant Mairs authored
-
Bryant Mairs authored
-
- Mar 01, 2017
-
-
Zac Berkowitz authored
-
- Feb 21, 2017
-
-
Zac Berkowitz authored
Having the B* constants in `unix/notbsd/mod.rs` passed CI tests except for powerpc. So we'll try moving into individual arch/ABI that the CI tests cover for now. This commit should pass for the following: - mips32 - mips64 - musl32 - musl64 - android32 - android64 - arm32 - aarch64 - x86 - x86_64 Then we can figure out the powerpc variants. This also prevents potential errors for sparc64 which is not covered by CI.
-
- Dec 31, 2016
-
-
Jorge Aparicio authored
-
- Nov 14, 2016
-
-
Wang Xuerui authored
MIPS32 and MIPS64 userspaces are mostly the same save the obvious ABI difference, hence most of the const definitions could be shared. This commit is not introducing any new significant additions, but mostly just shuffles the existing files around to make the directory structure more similar to the other, more mature platforms. The structs and extern fn definitions are not touched. Plus a couple of new consts for MIPS64 to match MIPS32 coverage: * `RLIM_INFINITY` * `SYS_gettid` Passed `libc-test` on Gentoo MIPS64el (n64 ABI), on a Loongson 3A2000 box. The test suite itself needs some more love to actually compile cleanly on MIPS (`ctest` transitively depends on ancient `libc` version which doesn't build on MIPS), but let's save that for another day.
-
Alan Somers authored
musl has a different aiocb definition; netbsd and OSX have some symbol renaming, and lwpid_t is signed on freebsd
-
- Nov 11, 2016
-
-
Steven Allen authored
-
- Oct 05, 2016
-
-
Ian Denhardt authored
Musl 1.1.14 defined these incorrectly, and we followed suit. They're fixed in 1.1.15, so we fix them here as well. Since these are kernel ABIs, the correct values match other libc implementations, so we move them up to the topmost module possible.
-
- Sep 18, 2016
-
-
Alexander Schlarb authored
-
- Sep 04, 2016
-
-
Jorge Aparicio authored
-
- Sep 03, 2016
-
-
Jorge Aparicio authored
-