- Aug 02, 2017
-
-
Marcin Mielniczuk authored
-
- Aug 01, 2017
-
-
Marcin Mielniczuk authored
I'd rather avoid the duplication, this is discussed in #707.
-
- Jul 20, 2017
-
-
Bryant Mairs authored
-
Nicolas Dusart authored
-
- Jul 13, 2017
-
-
Bryant Mairs authored
It needs to be skipped during testing because there's no way to include a combination of headers that will expose it without giving a "type has already been defined" error.
-
- Jul 12, 2017
-
-
Nicolas Dusart authored
-
- Jul 10, 2017
-
-
Nicolas Dusart authored
-
- Jul 06, 2017
-
-
Bryant Mairs authored
-
- Jul 04, 2017
-
-
roblabla authored
-
- Jul 03, 2017
-
-
roblabla authored
-
Nicolas Dusart authored
-
- Jul 02, 2017
-
-
Bryant Mairs authored
-
Bryant Mairs authored
-
- Jun 28, 2017
-
-
main() authored
-
- Jun 27, 2017
-
-
Alan Somers authored
-
Alan Somers authored
-
- Jun 24, 2017
-
-
Gabriel Majeri authored
-
Bryant Mairs authored
-
Bryant Mairs authored
-
Bryant Mairs authored
-
- Jun 15, 2017
-
-
Uwe Strempel authored
-
- Apr 30, 2017
-
-
Steven Fackler authored
Only for Linux and Android currently, though they also exist on BSDs
-
- 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.
-
- Apr 24, 2017
-
-
Anatol Pomozov authored
MINSIGSTKSZ is a minimum size of process stack allowed
-
- Apr 19, 2017
-
-
Bryant Mairs authored
-
Marco A L Barbosa authored
-
- Mar 01, 2017
-
-
Zac Berkowitz authored
-
Zac Berkowitz authored
-
- Feb 27, 2017
-
-
Marco A L Barbosa authored
-
Marco A L Barbosa authored
- Copy 17 functions definitions from src/unix/mod.rs to src/unix/bsd/mod.rs src/unix/haiku/mod.rs src/unix/notbsd/linux/mod.rs and src/unix/solaris/mod.rs - Add some functions to android that was cfged out - Remove cf* and tc* functions implementations for android (they are available with api >= 12, which was release in 2011)
-
Marco A L Barbosa authored
-
Bryant Mairs authored
This includes implementations for Android.
-
- Feb 24, 2017
-
-
Marco A L Barbosa authored
-
Marco A L Barbosa authored
- some tests are failing - remove readlink, timegm and sig* functions in favor of the unix/mod.rs definitions - remove time64_t (it is not defined for aarch64) - move some definitions to android/b32.rs and create appropriated definitions in android/b64.rs
-
- Feb 23, 2017
-
-
Marco A L Barbosa authored
-
- Feb 21, 2017
-
-
Marco A L Barbosa authored
-
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.
-
- Jan 10, 2017
-
-
Zack Weinberg authored
-
- Dec 31, 2016
-
-
Jorge Aparicio authored
-
- Dec 05, 2016
-
-
Guillaume Gomez authored
-