about summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
* Experimenting with alternatives to VPATH. zack/build-experimentsZack Weinberg2017-06-015-5/+335
* Use test-driver in nptl/tst-fork3.cAndreas Schwab2017-05-312-2/+9
* Delay initialization of CPU features struct in static binariesSiddhesh Poyarekar2017-05-314-36/+27
* Add reallocarray functionDennis Wölfing2017-05-3039-12/+344
* x86_64: Remove redundant REX bytes from memchr.SH.J. Lu2017-05-302-14/+19
* m68k: handle default PIEAndreas Schwab2017-05-292-0/+9
* Add memchr tests for n == 0H.J. Lu2017-05-252-0/+8
* Move tst-mutex*8* to tests-internalTulio Magno Quites Machado Filho2017-05-252-4/+11
* Make __tunables_init hidden and avoid PLTH.J. Lu2017-05-253-0/+12
* Support dl-tunables.list in subdirectoriesH.J. Lu2017-05-252-1/+8
* float128: Add wrappers to override ldbl-128 as float128.Paul E. Murphy2017-05-2591-0/+765
* aarch64: Thunderx specific memcpy and memmoveSteve Ellcey2017-05-249-10/+554
* arm: Fix typo in array countSiddhesh Poyarekar2017-05-243-2/+9
* x86: Don't include cacheinfo.c in ld.soH.J. Lu2017-05-242-0/+8
* x86: Use __get_cpu_features to get cpu_featuresH.J. Lu2017-05-242-10/+17
* Fix sigstack namespace (bug 21511).Joseph Myers2017-05-233-8/+26
* Fix sys/ucontext.h namespace from signal.h etc. inclusion (bug 21457).Joseph Myers2017-05-2321-149/+136
* Fix a bug in 'Remove __need macros from signal.h' (a992f506)Zack Weinberg2017-05-228-16/+38
* libio: Avoid dup already opened file descriptor [BZ#21393]Adhemerval Zanella2017-05-225-59/+113
* Remove useless comment from sysdeps/sparc/sparc32/dl-machine.hSiddhesh Poyarekar2017-05-232-2/+5
* Add one more header to be installed, missed from previous patch.Zack Weinberg2017-05-212-2/+6
* Remove __need macros from signal.h.Zack Weinberg2017-05-2095-2911/+1192
* Remove __need_list_t and __need_res_state.Zack Weinberg2017-05-208-110/+135
* x86_64: Remove L(return_null) from rawmemchr.SH.J. Lu2017-05-202-5/+4
* Remove sfi_* annotations from ARM assembly files.Zack Weinberg2017-05-2022-882/+460
* Remove the bulk of the NaCl port.Zack Weinberg2017-05-20152-8627/+10
* manual: Convert errno @comments to new @errno macro.Rical Jasan2017-05-195-330/+326
* Split up bits/sigstack.h.Joseph Myers2017-05-1937-219/+306
* x86: Optimize SSE2 memchr overflow calculationH.J. Lu2017-05-193-16/+18
* Fix makefile rules for vmsplice, splice, and open_by_handle_atAdhemerval Zanella2017-05-193-3/+12
* Also create and use ldbl-compat-choose.h.Joseph Myers2017-05-199-29/+48
* Create and use first-versions.h with macros for function symbol versions.Joseph Myers2017-05-194-35/+74
* posix: Consolidate Linux mq_timedsend syscallAdhemerval Zanella2017-05-184-1/+39
* posix: Consolidate Linux mq_timedreceive syscallAdhemerval Zanella2017-05-184-1/+40
* linux: Consolidate Linux open_by_handle_at syscallAdhemerval Zanella2017-05-185-2/+48
* linux: Consolidate Linux splice syscallAdhemerval Zanella2017-05-185-2/+36
* linux: Consolidate Linux vmsplice syscallAdhemerval Zanella2017-05-185-2/+35
* posix: Consolidate Linux fsync syscallAdhemerval Zanella2017-05-186-2/+38
* posix: Consolidate Linux fdatasync syscallAdhemerval Zanella2017-05-185-1/+37
* posix: Consolidate Linux msync syscallAdhemerval Zanella2017-05-185-1/+33
* posix: Consolidate Linux sigsuspend implementationAdhemerval Zanella2017-05-185-40/+7
* linux: Consolidate Linux tee implementationAdhemerval Zanella2017-05-184-2/+34
* posix: Consolidate Linux nanosleep syscallAdhemerval Zanella2017-05-185-1/+38
* posix: Consolidate Linux waitpid syscallAdhemerval Zanella2017-05-187-28/+8
* posix: Consolidate Linux pause syscallAdhemerval Zanella2017-05-187-23/+24
* Correct comments in x86_64/multiarch/memcmp.SH.J. Lu2017-05-182-3/+8
* Reduce value of LD_HWCAP_MASK for tst-env-setuid test caseSiddhesh Poyarekar2017-05-192-1/+6
* manual: Convert @tables of annotated @items to @vtables.Rical Jasan2017-05-186-32/+41
* manual: Fix up invalid header and standards syntax.Rical Jasan2017-05-187-13/+23
* powerpc: Improve memcmp performance for POWER8Rajalakshmi Srinivasaraghavan2017-05-186-2/+1494