- Aug 18, 2019
-
-
Baoshan authored
remove spurious extra line
-
- Aug 16, 2019
-
-
Baoshan Pang authored
-
- Aug 15, 2019
-
-
Baoshan authored
code cleanup and adding randBytes() etc
-
Baoshan Pang authored
2. change armv7-wrs-vxworks to armv7-wrs-vxworks-eabihf 3. code cleanup
-
- Aug 12, 2019
- Aug 10, 2019
-
-
bors authored
Add support for FreeBSD CURRENT (aka freebsd13) Using the last FreeBSD-CURRENT (development snapshot) the libc build, but tests fail. This patch detects and supports FreeBSD CURRENT as freebsd13, and reworks the conditional compilation to use the `freebsd11` attribute instead of `not(freebsd12)` For now, freebsd13 is reusing all freebsd12 definitions, except for `ELAST` While here, add a new `errno`introduced in freebsd13
-
bors authored
Move musl-compatible constants to linux/mod.rs This is a continuation of #1452. I think CI is ready to run fully and the PR is ready to be merged if the pipelines pass based on the CI I've done using musl libc in my own projects.
-
bors authored
Support Vxworks Define the C interface to VxWorks
-
John Baublitz authored
-
- Aug 09, 2019
-
-
Baoshan Pang authored
Define the C interface to vxWorks for x86, x86_64, ARM, ARM 64-bit, PowerPC, PowerPC SPE and PowerPC 64-bit.
-
Taehyun Lee authored
-
bors authored
Upgrade FreeBSD's CI image to release 11.3
-
bors authored
skip roundtrip on few structs on OpenBSD skip roundtrip on some structs on OpenBSD. it is mostly the same than other targets: dirent, utsname, utmp.
-
Luca Pizzamiglio authored
-
bors authored
define KERN_TIMEOUT_STATS and incr KERN_MAXID on OpenBSD `KERN_TIMEOUT_STATS` has been defined in [sys/sysctl.h (1.194)](https://cvsweb.openbsd.org/cgi-bin/cvsweb/src/sys/sys/sysctl.h?rev=1.194&content-type=text/x-cvsweb-markup)
-
bors authored
Add IP_RECVERR (unix/linux_like/mod.rs)
-
- Aug 08, 2019
-
-
bors authored
Setup Azure Pipelines cc @alexcrichton this needs enabling Azure Pipelines for this repo
-
- Aug 07, 2019
-
-
Alan Somers authored
The 11.3-release GCE image isn't working due to a bug in the included py36-google-compute-engine package, but that bug is fixed in the latest stable/11 images.
-
Alan Somers authored
-
- Aug 06, 2019
-
-
Jeremy Soller authored
-
- Aug 05, 2019
-
-
gnzlbg authored
-
gnzlbg authored
-
Sébastien Marie authored
-
Sébastien Marie authored
-
- Aug 02, 2019
-
-
gnzlbg authored
-
- Jul 31, 2019
- Jul 28, 2019
-
-
Luca Pizzamiglio authored
-
Luca Pizzamiglio authored
-
Luca Pizzamiglio authored
-
Luca Pizzamiglio authored
Currently, libc supports and detects freebsd11 and freebsd13 Unknown versions, like freebsd13, is treated as freebsd11. This patch solve the issues, detecting freebsd13 and treating it like freebsd12. Inverting the logic not(freebsd12) -> freebsd11 where possible
-
gnzlbg authored
-
Temirkhan Myrzamadi authored
-
- Jul 27, 2019