about summary refs log tree commit diff
path: root/sysdeps
Commit message (Expand)AuthorAgeFilesLines
* 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
* soft-fp: Properly check _FP_W_TYPE_SIZE [BZ #24066]H.J. Lu2019-01-0718-18/+18
* sysdeps/ieee754: prevent maybe-uninitialized errors with -O [BZ #19444]Martin Jansa2019-01-044-0/+14
* Linux: Improve handling of resource limits in misc/tst-ttynameFlorian Weimer2019-01-041-4/+43
* nptl: Cleanup cancellation macrosAdhemerval Zanella2019-01-0312-149/+113
* i386: Remove bogus THREAD_ATOMIC_* macrosAdhemerval Zanella2019-01-031-37/+0
* x86_64: Remove wrong THREAD_ATOMIC_* macrosAdhemerval Zanella2019-01-031-37/+0
* nptl: Remove tst-cancel-wrappers test and related macrosAdhemerval Zanella2019-01-038-17/+0
* AArch64: Update dl-procinfo.c with new HWCAPSzabolcs Nagy2019-01-032-3/+4
* posix: Clear close-on-exec for posix_spawn adddup2 (BZ#23640)Adhemerval Zanella2019-01-032-6/+30
* Use C99-compliant scanf under _GNU_SOURCE with modern compilers.Zack Weinberg2019-01-0314-0/+70
* termios: Consolidate termios.hAdhemerval Zanella2019-01-038-295/+26
* termios: Add powerpc termios-miscAdhemerval Zanella2019-01-033-50/+74
* termios: Remove Linux _IOT_termiosAdhemerval Zanella2019-01-033-9/+0
* termios: Consolidate tcflow symbolic constantsAdhemerval Zanella2019-01-038-23/+58
* termios: Consolidate local mode definitionsAdhemerval Zanella2019-01-0310-120/+198
* termios: Consolidate control mode definitionsAdhemerval Zanella2019-01-039-60/+110
* termios: Consolidate Baud Rate Selection definitions (BZ#23783)Adhemerval Zanella2019-01-0310-131/+195