aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-06-03For experimental purposes, remove bits/string.h.zack/no-inline-string-optsZack Weinberg
2017-06-03For experimental purposes, remove bits/string2.h.Zack Weinberg
2017-06-03Don't install libio.h or _G_config.h.Zack Weinberg
2017-06-03Remove __need_schedparam and __cpu_set_t_defined.Zack Weinberg
2017-06-03Remove __need_IOV_MAX and __need_FOPEN_MAX.Zack Weinberg
2017-06-03Remove __need macros from stdio.h and wchar.h.Zack Weinberg
2017-06-03Remove __need macros from errno.h (__need_Emath, __need_error_t).Zack Weinberg
2017-06-03getaddrinfo: Eliminate another strdup callFlorian Weimer
2017-06-02x86: Update __x86_shared_non_temporal_thresholdH.J. Lu
2017-06-02manual: Provide consistent errno documentation.Rical Jasan
2017-06-02Fix sigevent namespace (bug 21543).Joseph Myers
2017-06-02getaddrinfo: Fix localplt failure involving strdupFlorian Weimer
2017-06-02posix: Add missing build flags for p{write,read}v2Adhemerval Zanella
2017-06-02resolv: Tests for various versions of res_initFlorian Weimer
2017-06-02getaddrinfo: Always allocate canonical name on the heapFlorian Weimer
2017-06-02Add internal facility for dynamic array handlingFlorian Weimer
2017-06-01Include sys/param.h in stdlib/gmp-impl.h instead of redefining MAX/MINGabriel F. T. Gomes
2017-06-01conformtest: Correct signal.h expectations for XPG4 / XPG42.Joseph Myers
2017-06-01Add shim header for bits/syscall.h.Zack Weinberg
2017-06-01Fix more namespace issues in sys/ucontext.h (bug 21457).Joseph Myers
2017-06-01Avoid tickling a linker bug from microblaze pt-vfork.S.Zack Weinberg
2017-05-31posix: Implement preadv2 and pwritev2Adhemerval Zanella
2017-05-31Use test-driver in nptl/tst-fork3.cAndreas Schwab
2017-05-31Delay initialization of CPU features struct in static binariesSiddhesh Poyarekar
2017-05-30Add reallocarray functionDennis Wölfing
2017-05-30x86_64: Remove redundant REX bytes from memchr.SH.J. Lu
2017-05-29m68k: handle default PIEAndreas Schwab
2017-05-25Add memchr tests for n == 0H.J. Lu
2017-05-25Move tst-mutex*8* to tests-internalTulio Magno Quites Machado Filho
2017-05-25Make __tunables_init hidden and avoid PLTH.J. Lu
2017-05-25Support dl-tunables.list in subdirectoriesH.J. Lu
2017-05-25float128: Add wrappers to override ldbl-128 as float128.Paul E. Murphy
2017-05-24aarch64: Thunderx specific memcpy and memmoveSteve Ellcey
2017-05-24arm: Fix typo in array countSiddhesh Poyarekar
2017-05-24x86: Don't include cacheinfo.c in ld.soH.J. Lu
2017-05-24x86: Use __get_cpu_features to get cpu_featuresH.J. Lu
2017-05-23Fix sigstack namespace (bug 21511).Joseph Myers
2017-05-23Fix sys/ucontext.h namespace from signal.h etc. inclusion (bug 21457).Joseph Myers
2017-05-22Fix a bug in 'Remove __need macros from signal.h' (a992f506)Zack Weinberg
2017-05-22libio: Avoid dup already opened file descriptor [BZ#21393]Adhemerval Zanella
2017-05-23Remove useless comment from sysdeps/sparc/sparc32/dl-machine.hSiddhesh Poyarekar
2017-05-21Add one more header to be installed, missed from previous patch.Zack Weinberg
2017-05-20Remove __need macros from signal.h.Zack Weinberg
2017-05-20Remove __need_list_t and __need_res_state.Zack Weinberg
2017-05-20x86_64: Remove L(return_null) from rawmemchr.SH.J. Lu
2017-05-20Remove sfi_* annotations from ARM assembly files.Zack Weinberg
2017-05-20Remove the bulk of the NaCl port.Zack Weinberg
2017-05-19manual: Convert errno @comments to new @errno macro.Rical Jasan
2017-05-19Split up bits/sigstack.h.Joseph Myers
2017-05-19x86: Optimize SSE2 memchr overflow calculationH.J. Lu