summaryrefslogtreecommitdiff
path: root/sysdeps
AgeCommit message (Expand)Author
2018-04-27Remove tilegx port.Joseph Myers
2018-04-26Increase robustness of internal dlopen() by using RTLD_NOW [BZ #22766]Tulio Magno Quites Machado Filho
2018-04-25Consolidate getdirentries{64} implementationAdhemerval Zanella
2018-04-24Fix Hurd glibc build with GCC 8.Joseph Myers
2018-04-24Add PTRACE_SECCOMP_GET_METADATA from Linux 4.16 to sys/ptrace.h.Joseph Myers
2018-04-23Consolidate alphasort{64} and versionsort{64} implementationAdhemerval Zanella
2018-04-20Define XTABS to TAB3 on alpha to match Linux 4.16.Joseph Myers
2018-04-20Update hppa libm-test-ulpsAdhemerval Zanella
2018-04-20Consolidate scandir{at}{64} implementationAdhemerval Zanella
2018-04-20Update aarch64 bits/hwcap.h, dl-procinfo.c for Linux 4.16 HWCAP_ASIMDFHM.Joseph Myers
2018-04-20hurd: XFAIL appearance of sched_param and sched_priority from <sys/types.h>Samuel Thibault
2018-04-20Revert "hurd: Fix mach installed headers test"Samuel Thibault
2018-04-20Drop fpregset unused symbol expositionSamuel Thibault
2018-04-20hurd: Fix hurd installed headers testSamuel Thibault
2018-04-19hurd: fix sigevent's sigev_notify_attributes field typeSamuel Thibault
2018-04-19Update sysdeps/nios2/libm-test-ulpsChung-Lin Tang
2018-04-19hurd: Avoid exposing all <sched.h> symbols from sys/types.hSamuel Thibault
2018-04-19Fix mips64n32 getdents aliasAdhemerval Zanella
2018-04-19hurd: Fix symbols expositionSamuel Thibault
2018-04-19Consolidate Linux getdents{64} implementationAdhemerval Zanella
2018-04-19hurd: Update struct statfs according to struct statvfsSamuel Thibault
2018-04-19hurd: Fix standard compliance of some statvfs fieldsSamuel Thibault
2018-04-19hurd: xfail some structure fields ABI incompatibility with standardsSamuel Thibault
2018-04-19Revert "Fix sched_param"Samuel Thibault
2018-04-18Fix sched_paramSamuel Thibault
2018-04-18hurd: Fix spurious installation of headers defining hidden prototypesSamuel Thibault
2018-04-16arm: Remove ununsed ARM code in optimized implementationAdhemerval Zanella
2018-04-15Improves __ieee754_exp(x) performance by 18-37% when |x| < 1.0397Patrick McGehearty
2018-04-12Update kernel version in syscall-names.list to 4.16.DJ Delorie
2018-04-12S390: Fix struct sigaction for 31bit in kernel_sigaction.h.Stefan Liebler
2018-04-06Consolidate Linux readdir{64}{_r} implementationAdhemerval Zanella
2018-04-06Update i386 libm-test-ulps.Adhemerval Zanella
2018-04-05Update SPARC libm-test-ulps.Adhemerval Zanella
2018-04-05Update ARM libm-test-ulps.Adhemerval Zanella
2018-04-05linux: Consolidate sigaction implementationAdhemerval Zanella
2018-04-05S390: Regenerate ULPs.Stefan Liebler
2018-04-05Revert "hurd: Avoid PLTs for longjmp & siglongjmp"Samuel Thibault
2018-04-05hurd: Avoid PLT for dirfdSamuel Thibault
2018-04-04hurd: Avoid PLTs for longjmp & siglongjmpSamuel Thibault
2018-04-04powerpc: Update sin, cos and sincos ULPsTulio Magno Quites Machado Filho
2018-04-04elf: Correct absolute (SHN_ABS) symbol run-time calculation [BZ #19818]Maciej W. Rozycki
2018-04-04elf: Unify symbol address run-time calculation [BZ #19818]Maciej W. Rozycki
2018-04-04Make sysdeps/generic/internal-signals.h less stubby.Zack Weinberg
2018-04-04hurd: Fix typoSamuel Thibault
2018-04-04hurd: Add missing symbolsSamuel Thibault
2018-04-04hurd: Fix missing trailing NUL in __if_nametoindexSamuel Thibault
2018-04-03hurd: Make __if_nametoindex return ENODEV if ifname is too longSamuel Thibault
2018-04-03Revert parts of "hurd: Avoid more libc.so local PLTs"Samuel Thibault
2018-04-03Revert "s390x: Fix hidden aliases"Samuel Thibault
2018-04-03Update RWF_SUPPORTED for Linux kernel 4.16 [BZ #22947]H.J. Lu