aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/mach
AgeCommit message (Expand)Author
2017-10-03Introduce NO_RTLD_HIDDEN, make hurd use it instead of NO_HIDDENSamuel Thibault
2017-10-01Hide internal __setrlimit function [BZ #18822]H.J. Lu
2017-10-01Hide internal __ifreq function [BZ #18822]H.J. Lu
2017-10-01Hide internal signal functions [BZ #18822]H.J. Lu
2017-10-01Hide internal __ioctl function [BZ #18822]H.J. Lu
2017-10-01Hide internal sysinfo functions [BZ #18822]H.J. Lu
2017-10-01Mark internal dirent functions with attribute_hidden [BZ #18822]H.J. Lu
2017-09-28hurd: Fix `seekdir' symbol exposition from `rewinddir'Samuel Thibault
2017-09-28hurd: Fix `revoke' symbol exposition from `unlockpt'Samuel Thibault
2017-09-28hurd: Fix dirfd symbol exposition from ftwSamuel Thibault
2017-09-24hurd: Fix bits/socket.h conformitySamuel Thibault
2017-09-24hurd: Make sure dl-sysdep.c defines proper symbol namesSamuel Thibault
2017-09-17Add missing libc_hidden_weak/def callsSamuel Thibault
2017-09-12hurd: Fix build without NO_HIDDENSamuel Thibault
2017-09-04Hide __chmod and __mkdir [BZ #18822]H.J. Lu
2017-09-03hurd: Fix rtld's strtoul_internal use through hurdlookupSamuel Thibault
2017-09-03hurd: fix overriding rtld's __sbrk with the real implementationSamuel Thibault
2017-09-03hurd: mach/hurd/x86 also needs x86 tunablesSamuel Thibault
2017-09-03hurd: mach/hurd/i386 also needs mach/hurd/x86Samuel Thibault
2017-09-03hurd: Fix libc linkSamuel Thibault
2017-09-03hurd: Fix rtld linkSamuel Thibault
2017-09-03hurd: Fix rtld linkSamuel Thibault
2017-09-03hurd: Fix getting ssize_t for <sys/socket.h>Samuel Thibault
2017-08-31inet: Remove internal_function attributeFlorian Weimer
2017-08-31elf: Remove internal_function attributeFlorian Weimer
2017-08-31dirent: Remove internal_function attributeFlorian Weimer
2017-08-27hurd: Add system-specific sysmacros.hSamuel Thibault
2017-08-22Remove non cancellable sigsuspend definitionAdhemerval Zanella
2017-08-18Consolidate non cancellable openat callAdhemerval Zanella
2017-08-17Consolidate non cancellable open callAdhemerval Zanella
2017-08-13NPTL: Remove internal_function from stack marking functionsFlorian Weimer
2017-08-13__fortify_fail: Remove internal_function attributeFlorian Weimer
2017-08-08Do not use __ptr_t.Joseph Myers
2017-08-02[hurd]: Add __libc_init_secure stubSamuel Thibault
2017-06-14Remove __need macros from errno.h (__need_Emath, __need_error_t).Zack Weinberg
2017-06-05Fix struct sigaltstack namespace (bug 21517).Joseph Myers
2017-05-20Remove __need macros from signal.h.Zack Weinberg
2017-05-19manual: Convert errno @comments to new @errno macro.Rical Jasan
2017-04-25[BZ 21340] add support for POSIX_SPAWN_SETSIDAdhemerval Zanella
2017-04-19Assume that accept4 is always available and worksFlorian Weimer
2017-04-18Assume that O_CLOEXEC is always defined and worksFlorian Weimer
2017-04-18Assume that dup3 is availableFlorian Weimer
2017-04-07getopt: remove USE_NONOPTION_FLAGSZack Weinberg
2017-03-13hurd: Make send/recv more posixishSamuel Thibault
2017-03-04hurd: Provide truncate64 and ftruncate64.Justus Winter
2017-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2016-12-31Add framework for tunablesSiddhesh Poyarekar
2016-11-18Fix hurd __access_noerrno implementation.Adhemerval Zanella
2016-11-16New internal function __access_noerrnoAdhemerval Zanella
2016-10-31hurd: Fix spurious port deallocationBrent W. Baccala