- Oct 19, 2017
-
-
Bryant Mairs authored
Note that termios2 doesn't exist on powerpc(64), termios is used instead.
-
Bryant Mairs authored
-
- Oct 18, 2017
-
-
Alex Crichton authored
* Add syscall tables to most remaining arches in `src/unix/notbsd` * Add aarch64/arm musl to CI * Update dependencies
-
- 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
-
- Aug 27, 2017
-
-
Bryant Mairs authored
-
- Aug 26, 2017
-
-
Alex Crichton 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 28, 2017
-
-
main() authored
-
- Jun 27, 2017
-
-
Alan Somers authored
-
- Jun 24, 2017
-
-
Bryant Mairs authored
-
Bryant Mairs authored
-
- Jun 15, 2017
-
-
James Cowgill authored
-
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 14, 2017
-
-
Mateusz Sieczko authored
-
- Jun 09, 2017
-
-
Marco A L Barbosa authored
-
- Jun 08, 2017
-
-
Marco A L Barbosa authored
-
Marco A L Barbosa authored
-
- May 27, 2017
-
-
Andrew Salmon authored
-
- Apr 25, 2017
-
-
Anatol Pomozov authored
We need to create an initialized sigaction struct for Linux syscalls thus its fields need to be public. The field was named _restorer before but system libc/kernel uapi name the field sa_restorer.
-
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
-
- Dec 05, 2016
-
-
Guillaume Gomez 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.
-