summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Use a proper C tokenizer to implement the obsolete typedefs test.zack/obsolete-typedefs-test-overhaulZack Weinberg2019-02-215-63/+473
* Add internal implementations for argp.h, err.h, and error.h functionsGabriel F. T. Gomes2019-02-216-44/+111
* Add new Fortran vector math header file.marxin2019-02-204-0/+69
* powerpc64le: Remove test for GCC 6.2Gabriel F. T. Gomes2019-02-203-69/+6
* nptl: Fix comment typo in pthread_mutex_trylock.cWolfram Sang2019-02-192-1/+5
* nptl: Fix pthread_tryjoin comment.Carlos O'Donell2019-02-192-1/+5
* Fix SPARC64 handling of R_SPARC_H34 (bug 24231).Joseph Myers2019-02-182-0/+7
* resolv: Remove debugging code from compat-gethnamaddr.cFlorian Weimer2019-02-182-23/+7
* libio: Eliminate _IO_stdin, _IO_stdout, _IO_stderrFlorian Weimer2019-02-1811-51/+65
* misc/tst-clone3: Fix waiting for exited thread.Stefan Liebler2019-02-182-8/+23
* Add check for missing wrapper headersFlorian Weimer2019-02-164-4/+138
* Add missing header wrappers under include/Florian Weimer2019-02-1620-0/+42
* Move remaining nptl_db headers to sysdeps/nptlFlorian Weimer2019-02-164-1/+9
* io: Consolidate lockf implementationAdhemerval Zanella2019-02-1514-162/+195
* nptl: Fix invalid Systemtap probe in pthread_join [BZ #24211]Florian Weimer2019-02-152-2/+9
* Remove qualifier from function return type in tst-svc_register.c.Joseph Myers2019-02-152-1/+4
* Fix implicit-fallthrough warnings in tst-setjmp.c.Joseph Myers2019-02-152-1/+5
* Avoid readline conflicts in pexpectJan Kratochvil2019-02-142-0/+9
* Fix fall-through warnings in sunrpc/xdr.c.Joseph Myers2019-02-142-2/+13
* nptl: Reinstate pthread_timedjoin_np as a cancellation point (BZ#24215)Adhemerval Zanella2019-02-1419-423/+183
* Add missing bench-malloc-simple.c file.Wilco Dijkstra2019-02-141-0/+188
* Add malloc micro benchmarkWilco Dijkstra2019-02-142-5/+18
* benchtests: Remove useless ORIG_SRC in memmove benchmarksSiddhesh Poyarekar2019-02-143-8/+17
* RISC-V: Fix elfutils testsuite unwind failures.Jim Wilson2019-02-136-5/+51
* Adjust wording of two fall-through comments.Joseph Myers2019-02-133-1/+7
* Fix -Wempty-body warnings in glibc.Joseph Myers2019-02-134-7/+20
* Avoid fall-through in test-container if execlp fails.Joseph Myers2019-02-132-0/+6
* String benchtest cleanupWilco Dijkstra2019-02-1220-384/+56
* nss: getent: Print IPv6 scope ID for ahosts/ahostsv6 if availableFlorian Weimer2019-02-122-8/+32
* elf: Test for LD_AUDIT module returning zero from la_version [BZ #24122]Adhemerval Zanella2019-02-124-2/+138
* elf: Ignore LD_AUDIT interfaces if la_version returns 0 [BZ #24122]Florian Weimer2019-02-122-162/+215
* Add fall-through comments.Joseph Myers2019-02-1210-0/+33
* Use float in e_sqrt.cPaul Clarke2019-02-112-1/+6
* Fix a few whitespace arrangement inconsistencies in time/strftime_l.cTAMUKI Shoichi2019-02-112-3/+7
* Remove powerpc bits/mathinline.h.Joseph Myers2019-02-082-58/+4
* math: Enable <bits/math-finite.h> sysdeps overrideFlorian Weimer2019-02-082-0/+6
* Move generic <bits/unistd_ext.h> to a more regular locationFlorian Weimer2019-02-082-0/+5
* nss: Add tst-nss-files-hosts-long test [BZ #21915]Patsy Franklin2019-02-084-1/+64
* Provide <bits/unistd_ext.h> as a sysdeps header exclusivelyFlorian Weimer2019-02-083-1/+6
* posix: Fix missing wrapper header for <bits/unistd_ext.h>Florian Weimer2019-02-082-0/+5
* tst-strftime2: Use array_length macros instead of magic numbersTAMUKI Shoichi2019-02-082-1/+7
* nptl: Avoid fork handler lock for async-signal-safe fork [BZ #24161]Florian Weimer2019-02-084-9/+23
* ChangeLog: Correct date of last commitFlorian Weimer2019-02-081-1/+1
* Linux: Add gettid system call wrapper [BZ #6399]Florian Weimer2019-02-0840-9/+388
* rt: Turn forwards from librt to libc into compat symbols [BZ #24194]Florian Weimer2019-02-083-3/+14
* Add compiler barriers around modifications of the robust mutex list for pthre...Stefan Liebler2019-02-072-4/+59
* array_length: Make usable as a constant expressionFlorian Weimer2019-02-072-6/+12
* support: Implement xdlmopenFlorian Weimer2019-02-074-1/+39
* Avoid "inline" after return type in function definitions.Joseph Myers2019-02-069-42/+49
* support: Use dlerror to detect NULL symbols in xdlsymFlorian Weimer2019-02-062-10/+15