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