Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-01-02 | Update copyright dates with scripts/update-copyrights. | Joseph Myers | |
2014-01-01 | Update copyright notices with scripts/update-copyrights | Allan McRae | |
2013-01-02 | Update copyright notices with scripts/update-copyrights. | Joseph Myers | |
2012-05-10 | Hurd: dup3 | Thomas Schwinge | |
2012-05-10 | Hurd: accept4 | Thomas Schwinge | |
2012-02-09 | Replace FSF snail mail address with URLs. | Paul Eggert | |
2007-11-13 | Hurd-specific kernel-features.h. | Ulrich Drepper | |