Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-05-20 | Remove the bulk of the NaCl port. | Zack Weinberg | |
The NaCl port has not been actively maintained since before the 2.25 release. The complementary GCC back-end was never contributed to GCC, and we are given to understand that the current NaCl SDK has switched to Clang and therefore cannot be used to build glibc anymore, so we doubt that the port remains useful. This commit simply removes the sysdeps/arm/nacl and sysdeps/nacl directories and the abi-tags entry. Remove the NaCl port. * abi-tags: Remove .*-.*-nacl.* entry. * sysdeps/arm/nacl: Remove directory and contents. * sysdeps/nacl: Likewise. | |||
2017-04-19 | Assume that accept4 is always available and works | Florian Weimer | |
Simplify the Linux accept4 implementation based on the assumption that it is available in some way. __ASSUME_ACCEPT4_SOCKETCALL was previously unused, so remove it. For ia64, the accept4 system call (and socket call) were backported in kernel version 3.2.18. Reflect this in the installation instructions. | |||
2017-04-18 | Assume that O_CLOEXEC is always defined and works | Florian Weimer | |
2017-04-18 | Assume that dup3 is available | Florian Weimer | |
2017-01-01 | Update copyright dates with scripts/update-copyrights. | Joseph Myers | |
2016-01-04 | Update copyright dates with scripts/update-copyrights. | Joseph Myers | |
2015-04-17 | Add arm-nacl port. | Roland McGrath | |