summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Y2038: implement Y2038-ready adjtimex, ntp_adjtimeaaribaud/y2038-2.25-devAlbert ARIBAUD (3ADEV)2017-08-094-0/+134
* Y2038: add Y2038-ready ntp_gettime, ntp_gettimexAlbert ARIBAUD (3ADEV)2017-08-094-2/+53
* Y2038: implement struct ntp_timevalAlbert ARIBAUD (3ADEV)2017-08-091-0/+13
* Y2038: add Y2038-ready getrusageaaribaud/y2038-2.25Albert ARIBAUD (3ADEV)2017-08-024-1/+196
* Y2038: implement Y2038-ready futex-based APIsAlbert ARIBAUD (3ADEV)2017-08-0218-0/+2206
* Y2038: add Y2038-ready getitimer, setitimerAlbert ARIBAUD (3ADEV)2017-07-316-1/+134
* Y2038: implement Y2038-ready utimeAlbert ARIBAUD (3ADEV)2017-07-315-3/+61
* Y2038: implement Y2038-ready adjtimeAlbert ARIBAUD (3ADEV)2017-07-264-0/+64
* Y2038: implement Y2038-ready nanosleep64Albert ARIBAUD (3ADEV)2017-07-084-1/+71
* Y2038: implement Y2038-ready sched_rr_get_intervalAlbert ARIBAUD (3ADEV)2017-07-084-1/+69
* Y2038: implement Y2038-ready msgctlAlbert ARIBAUD (3ADEV)2017-07-084-0/+108
* Y2038: implement Y2038-ready mq_timedsend, mq_timedreceiveAlbert ARIBAUD (3ADEV)2017-07-065-1/+114
* Y2038: implement Y2038-ready gettimeofday, settimeofdayAlbert ARIBAUD (3ADEV)2017-07-057-1/+110
* Y2038: implement Y2038-ready utimesAlbert ARIBAUD (3ADEV)2017-07-054-1/+58
* Y2038: implement Y2038-ready time, stimeAlbert ARIBAUD (3ADEV)2017-07-057-0/+126
* Y2038: implement Y2038-ready fstatat64, fxstatat (WIP)Albert ARIBAUD (3ADEV)2017-07-054-1/+61
* Y2038: implement Y2038-ready lstat64, lxstat64 (WIP)Albert ARIBAUD (3ADEV)2017-07-054-2/+56
* Y2038: implement Y2038 stat64, fstat64, xstat64, fxstat64 (WIP)Albert ARIBAUD (3ADEV)2017-07-056-4/+137
* Y2038: implement struct statAlbert ARIBAUD (3ADEV)2017-07-051-0/+24
* Y2038: implement Y2038-proof timerfd_gettime, timerfd_settimeAlbert ARIBAUD (3ADEV)2017-07-057-1/+194
* Y2038: implement Y2038-proof timer_gettime, timer_settimeAlbert ARIBAUD (3ADEV)2017-07-054-0/+98
* Y2038: implement Y2038-proof struct itimerspecAlbert ARIBAUD (3ADEV)2017-07-051-0/+6
* Y2038: implement Y2038-proof lutimesAlbert ARIBAUD (3ADEV)2017-07-054-0/+70
* Y2038: implement Y2038-proof futimesAlbert ARIBAUD (3ADEV)2017-07-054-0/+70
* Y2038: implement Y2038-proof struct timevalAlbert ARIBAUD (3ADEV)2017-07-052-0/+15
* Y2038: implement Y2038-proof sigtimedwaitAlbert ARIBAUD (3ADEV)2017-06-284-0/+96
* Y2038: implement Y2038-proof utimensatAlbert ARIBAUD (3ADEV)2017-06-284-0/+55
* Y2038: implement Y2038-proof futimensAlbert ARIBAUD (3ADEV)2017-06-284-0/+56
* Y2038: implement Y2038-proof timespec_getAlbert ARIBAUD (3ADEV)2017-06-283-0/+50
* Y2038: implement Y2038-proof clock_nanosleepAlbert ARIBAUD (3ADEV)2017-06-284-1/+99
* Y2038: implement Y2038-proof clock_gettime, clock_settime, and clock_getresAlbert ARIBAUD (3ADEV)2017-06-2811-2/+346
* Y2038: implement Y2038-proof struct timespecAlbert ARIBAUD (3ADEV)2017-06-282-0/+35
* Y2038: implement Y2038-proof timegmAlbert ARIBAUD (3ADEV)2017-06-283-0/+19
* Y2038: implement Y2038-proof mktime (and timelocal)Albert ARIBAUD (3ADEV)2017-06-284-1/+430
* Y2038: implement Y2038-proof 'struct tm' related APIsAlbert ARIBAUD (3ADEV)2017-06-2810-11/+251
* Y2038: implement Y2038-proof difftimeAlbert ARIBAUD (3ADEV)2017-06-283-0/+24
* Y2038: make time_t Y2038-proofAlbert ARIBAUD (3ADEV)2017-06-284-1/+11
* i686: Add missing IS_IN (libc) guards to vectorized strcspnFlorian Weimer2017-06-203-3/+12
* Ignore and remove LD_HWCAP_MASK for AT_SECURE programs (bug #21209)Siddhesh Poyarekar2017-06-206-2/+28
* ld.so: Reject overly long LD_AUDIT path elementsFlorian Weimer2017-06-192-15/+106
* ld.so: Reject overly long LD_PRELOAD path elementsFlorian Weimer2017-06-192-16/+73
* CVE-2017-1000366: Ignore LD_LIBRARY_PATH for AT_SECURE=1 programs [BZ #21624]Florian Weimer2017-06-193-1/+10
* Correct collation rules for Malayalam.Santhosh Thottingal2017-06-112-4/+30
* fork: Remove bogus parent PID assertions [BZ #21386]Florian Weimer2017-06-093-8/+8
* Fix test-math-vector-sincos.h aliasing.Joseph Myers2017-06-052-14/+23
* Fix i686 memchr overflow calculation (BZ#21182)Adhemerval Zanella2017-05-013-1/+15
* x86: Use AVX2 memcpy/memset on Skylake server [BZ #21396]H.J. Lu2017-04-2811-1/+45
* x86: Set Prefer_No_VZEROUPPER if AVX512ER is availableH.J. Lu2017-04-283-2/+42
* posix: Add cleanup on the trap list for globtest.shAdhemerval Zanella2017-04-202-3/+10
* x86-64: Improve branch predication in _dl_runtime_resolve_avx512_opt [BZ #21258]H.J. Lu2017-04-073-6/+15