summaryrefslogtreecommitdiff
path: root/sysdeps
Commit message (Expand)AuthorAgeFilesLines
* Add __fstatat64_t64, __fxstatat_t64aaribaud/y2038-2.23Albert ARIBAUD (3ADEV)2017-05-241-0/+20
* Add __lstat64_t64, __lxstat64_t64Albert ARIBAUD (3ADEV)2017-05-241-0/+19
* Add __stat64_t64, __fstat64_t64, __xstat64_t64, __fxstat64_t64Albert ARIBAUD (3ADEV)2017-05-242-0/+38
* Introduce __xstat64_conv_t64Albert ARIBAUD (3ADEV)2017-05-242-0/+81
* Add struct __stat64_t64Albert ARIBAUD (3ADEV)2017-05-241-0/+24
* Add __timerfd_gettime64, __timerfd_settime64Albert ARIBAUD (3ADEV)2017-05-033-0/+130
* Add __timer_gettime64, __timer_settime64Albert ARIBAUD (3ADEV)2017-05-033-1/+70
* Add __lutimes64Albert ARIBAUD (3ADEV)2017-04-262-0/+25
* Add __futimes64Albert ARIBAUD (3ADEV)2017-04-262-0/+20
* Add __sigtimedwait64Albert ARIBAUD (3ADEV)2017-04-252-0/+71
* Add __utimensat64Albert ARIBAUD (3ADEV)2017-04-202-0/+26
* Add __futimens64Albert ARIBAUD (3ADEV)2017-04-202-0/+17
* Add __timespec_get64Albert ARIBAUD (3ADEV)2017-04-201-0/+35
* Add __clock_nanosleep64Albert ARIBAUD (3ADEV)2017-04-203-1/+52
* Add __timegm64Albert ARIBAUD (3ADEV)2017-04-201-0/+2
* Add __mktime64 and __timelocal64Albert ARIBAUD (3ADEV)2017-04-201-0/+2
* Add 64-bit 'broken-up time' APIs (see detail in commit msg)Albert ARIBAUD (3ADEV)2017-04-201-0/+4
* Add __difftime64Albert ARIBAUD (3ADEV)2017-04-201-0/+2
* Add __clock_gettime64, __clock_settime64, and __clock_getres64Albert ARIBAUD (3ADEV)2017-04-2012-12/+450
* Drop GLIBC_TUNABLES in setxid processesSiddhesh Poyarekar2017-02-021-0/+1
* powerpc: Fix write-after-destroy in lock elision [BZ #20822]Tulio Magno Quites Machado Filho2017-01-233-12/+20
* alpha: fix trunc for big input valuesAurelien Jarno2016-12-082-8/+6
* alpha: fix rint on sNaN inputAurelien Jarno2016-12-082-0/+6
* alpha: fix floor on sNaN inputAurelien Jarno2016-12-082-8/+6
* alpha: fix ceil on sNaN inputAurelien Jarno2016-12-082-8/+6
* MIPS: Add `.insn' to ensure a text label is defined as code not dataMaciej W. Rozycki2016-11-233-0/+3
* Fix cos computation for multiple precision fallback (bz #20357)Siddhesh Poyarekar2016-11-021-2/+2
* Don't compile do_test with -mavx/-mavx2/-mavx512.Andrew Senkevich2016-10-1711-78/+133
* Fixed x86_64 vector sincos/sincosf ABI.Andrew Senkevich2016-10-1732-33/+2545
* powerpc: Fix POWER9 impliesTulio Magno Quites Machado Filho2016-09-192-2/+1
* arm: mark __startcontext as .cantunwind (bug 20435)Andreas Schwab2016-08-181-0/+7
* Do not override objects in libc.a in other static libraries [BZ #20452]Florian Weimer2016-08-1813-1/+16
* x86: Use sysdep.o from libc.a in static librariesFlorian Weimer2016-08-041-0/+2
* SPARC64: update localplt.dataAurelien Jarno2016-07-011-0/+1
* hppa: fix loading of global pointer in _start [BZ #20277]John David Anglin2016-07-011-0/+2
* i686/multiarch: Regenerate ulpsAurelien Jarno2016-06-301-8/+8
* MIPS: run tst-mode-switch-{1,2,3}.c using test-skeleton.cAurelien Jarno2016-06-273-6/+15
* MIPS, SPARC: more fixes to the vfork aliases in libpthread.soAurelien Jarno2016-06-273-14/+14
* MIPS, SPARC: fix wrong vfork aliases in libpthread.soAurelien Jarno2016-06-193-0/+6
* Make padding in struct sockaddr_storage explicit [BZ #20111]Florian Weimer2016-05-244-9/+54
* Increase fork signal safety for single-threaded processes [BZ #19703]Florian Weimer2016-05-121-15/+38
* CVE-2016-3706: getaddrinfo: stack overflow in hostent conversion [BZ #20010]Florian Weimer2016-05-111-61/+69
* CVE-2016-1234: glob: Do not copy d_name field of struct dirent [BZ #19779]Florian Weimer2016-05-091-0/+22
* tst-audit10: Fix compilation on compilers without bit_AVX512F [BZ #19860]Florian Weimer2016-05-091-1/+4
* Fix tst-audit10 build when -mavx512f is not supported.Roland McGrath2016-05-092-3/+4
* tst-audit4, tst-audit10: Compile AVX/AVX-512 code separately [BZ #19269]Florian Weimer2016-05-095-55/+112
* malloc: Run fork handler as late as possible [BZ #19431]Florian Weimer2016-05-092-1/+25
* malloc: Remove NO_THREADSFlorian Weimer2016-05-091-19/+0
* configure: fix `test ==` usageMike Frysinger2016-04-094-6/+6
* S390: Extend structs La_s390_regs / La_s390_retval with vector-registers.Stefan Liebler2016-04-013-65/+124