about summary refs log tree commit diff
path: root/sysdeps
Commit message (Expand)AuthorAgeFilesLines
...
* wcsmbs: optimize wcpcpyAdhemerval Zanella2019-02-271-36/+0
* Break further lines before not after operators.Joseph Myers2019-02-2626-146/+149
* Add and move fall-through comments in system-specific code.Joseph Myers2019-02-268-2/+31
* Break more lines before not after operators.Joseph Myers2019-02-2530-107/+120
* Add new Fortran vector math header file.marxin2019-02-201-0/+43
* powerpc64le: Remove test for GCC 6.2Gabriel F. T. Gomes2019-02-202-69/+1
* Fix SPARC64 handling of R_SPARC_H34 (bug 24231).Joseph Myers2019-02-181-0/+1
* misc/tst-clone3: Fix waiting for exited thread.Stefan Liebler2019-02-181-8/+15
* Move remaining nptl_db headers to sysdeps/nptlFlorian Weimer2019-02-162-0/+553
* io: Consolidate lockf implementationAdhemerval Zanella2019-02-159-78/+0
* nptl: Reinstate pthread_timedjoin_np as a cancellation point (BZ#24215)Adhemerval Zanella2019-02-1412-293/+14
* RISC-V: Fix elfutils testsuite unwind failures.Jim Wilson2019-02-131-0/+5
* Add fall-through comments.Joseph Myers2019-02-122-0/+4
* Use float in e_sqrt.cPaul Clarke2019-02-111-1/+1
* Remove powerpc bits/mathinline.h.Joseph Myers2019-02-081-58/+0
* Move generic <bits/unistd_ext.h> to a more regular locationFlorian Weimer2019-02-081-21/+0
* Provide <bits/unistd_ext.h> as a sysdeps header exclusivelyFlorian Weimer2019-02-081-0/+21
* nptl: Avoid fork handler lock for async-signal-safe fork [BZ #24161]Florian Weimer2019-02-082-6/+8
* Linux: Add gettid system call wrapper [BZ #6399]Florian Weimer2019-02-0834-8/+279
* Avoid "inline" after return type in function definitions.Joseph Myers2019-02-062-12/+6
* x86: Remove unnecessary <stap-probe.h> include from lowlevellock.hFlorian Weimer2019-02-062-4/+0
* S390: Fix introduction of __wmemcmp and weak wmemcmp symbols.Stefan Liebler2019-02-061-1/+2
* arm: Use "nr" constraint for Systemtap probes [BZ #24164]Florian Weimer2019-02-052-0/+41
* Fix handling of collating elements in fnmatch (bug 17396, bug 16976)Andreas Schwab2019-02-043-5/+8
* x86-64 memcmp: Use unsigned Jcc instructions on size [BZ #24155]H.J. Lu2019-02-043-9/+93
* manual: Document lack of conformance of sched_* functions [BZ #14829]Florian Weimer2019-02-021-1/+4
* Cleanup clock_*time includesWilco Dijkstra2019-02-016-98/+37
* aarch64: Optimized memchr specific to AmpereComputing emagFeng Xue2019-02-016-3/+308
* aarch64: Optimized memset specific to AmpereComputing emagFeng Xue2019-02-015-2/+217
* aarch64: Add AmpereComputing emag to tunable cpu listFeng Xue2019-02-012-0/+4
* make-syscalls.sh: fix comment referencing syscall-templateVineet Gupta2019-01-311-1/+1
* RISC-V: Update nofpu ULPsDarius Rad2019-01-241-0/+8
* alpha: Fix __remqu corrupting $f3 registerUroš Bizjak2019-01-241-0/+4
* hurd: Check at_flags passed to faccessatSamuel Thibault2019-01-221-1/+3
* CVE-2016-10739: getaddrinfo: Fully parse IPv4 address strings [BZ #20018]Florian Weimer2019-01-211-1/+1
* x86-64 strnlen/wcsnlen: Properly handle the length parameter [BZ# 24097]H.J. Lu2019-01-215-11/+106
* x86-64 strncpy: Properly handle the length parameter [BZ# 24097]H.J. Lu2019-01-215-8/+66
* x86-64 strncmp family: Properly handle the length parameter [BZ# 24097]H.J. Lu2019-01-217-11/+170
* x86-64 memset/wmemset: Properly handle the length parameter [BZ# 24097]H.J. Lu2019-01-215-16/+121
* x86-64 memrchr: Properly handle the length parameter [BZ# 24097]H.J. Lu2019-01-214-5/+63
* x86-64 memcpy: Properly handle the length parameter [BZ# 24097]H.J. Lu2019-01-216-42/+122
* x86-64 memcmp/wmemcmp: Properly handle the length parameter [BZ# 24097]H.J. Lu2019-01-216-9/+114
* x86-64 memchr/wmemchr: Properly handle the length parameter [BZ# 24097]H.J. Lu2019-01-216-5/+148
* powerpc: Fix tiny bug in strncmp.cPaul Clarke2019-01-161-1/+1
* powerpc: fix tst-ucontext-ppc64-vscr test for POWER 5/6.Rogerio Alves2019-01-151-2/+2
* x86-64: Optimize strcat/strncat, strcpy/strncpy and stpcpy/stpncpy with AVX2Leonardo Sandoval2019-01-1415-6/+1337
* Fix a few typos in commentsDmitry V. Levin2019-01-125-5/+5
* powerpc: Fix VSCR position in ucontext (bug 24088)Rogerio Alves2019-01-113-0/+94
* RISC-V: Update LP64D libm-test-ulps.Jim Wilson2019-01-091-48/+66
* [AArch64] Add ifunc support for AresWilco Dijkstra2019-01-093-1/+4