Replace all internal uses of __bzero with memset. This removes the need
[platform/upstream/glibc.git] / ChangeLog
2017-06-12 Wilco DijkstraReplace all internal uses of __bzero with memset. ...
2017-06-10 Zack WeinbergCorrect an outdated comment in stdlib/errno.h.
2017-06-09 Paul Clarkepowerpc: add sysconf support for cache geometries
2017-06-09 Tulio Magno Quites... Add a way to bypass the PLT when calling getauxval
2017-06-09 Joseph MyersFix waitid namespace (bug 21561).
2017-06-09 Joseph MyersUpdate nios2, sparc32 localplt.data files for recent...
2017-06-09 Joseph MyersFix sigpause namespace (bug 21554).
2017-06-09 Joseph MyersCondition signal.h inclusion in sys/wait.h (bug 21560).
2017-06-09 Zack WeinbergRemove bare use of __attribute__ in include/errno.h.
2017-06-09 Zack WeinbergPolish the treatment of dl-tunable-list.h in Makeconfig.
2017-06-09 H.J. Lux86-64: Correct comments in ifunc-impl-list.c
2017-06-09 H.J. Lux86-64: Optimize strrchr/wcsrchr with AVX2
2017-06-09 H.J. Lux86-64: Optimize memrchr with AVX2
2017-06-09 H.J. Lux86-64: Optimize strchr/strchrnul/wcschr with AVX2
2017-06-09 H.J. Lux86-64: Optimize strlen/strnlen/wcslen/wcsnlen with...
2017-06-09 H.J. Lux86-64: Optimize memchr/rawmemchr/wmemchr with SSE2...
2017-06-09 Florian Weimermalloc: Remove tst-dynarray, tst-dynarray-fail from...
2017-06-09 Florian Weimersupport: Expose TEST_VERIFY_EXIT behavior to GCC optimizers
2017-06-09 Siddhesh Poyarekaraarch64: Fix undefined behavior in _dl_procinfo
2017-06-08 Joseph Myersconformtest: Correct sys/wait.h expectations for XPG4.
2017-06-08 H.J. Luld.so: Consolidate 2 strtouls into _dl_strtoul [BZ...
2017-06-08 Zack WeinbergRemove __need macros from stdio.h and wchar.h.
2017-06-08 H.J. LuAdd more tests for memchr
2017-06-07 H.J. Lux86-64: Rename wmemset.h to ifunc-wmemset.h
2017-06-07 Gabriel F. T. Gomesfloat128: Add strfromf128
2017-06-07 Gabriel F. T. GomesRefactor PRINT_FPHEX_LONG_DOUBLE into a reusable macro
2017-06-07 Gabriel F. T. GomesRemove duplicated code from __printf_fp_l, __printf_fph...
2017-06-07 Gabriel F. T. Gomesfloat128: Add conversion from float128 to mpn
2017-06-07 Paul E. Murphyfloat128: Extend the power of ten tables
2017-06-07 Joseph MyersFix include paths in include/bits/types/*.h.
2017-06-07 Joseph MyersFix tst-timezone race (bug 14096).
2017-06-07 H.J. Lux86-64: Fold ifunc-sse4_1.h into wcsnlen.c
2017-06-07 Arjun ShankarRemove check for NULL buffer passed to `ptsname_r'
2017-06-07 Arjun ShankarUse test-driver in sysdeps/unix/sysv/linux/tst-clone2.c
2017-06-07 Siddhesh Poyarekaraarch64: Add hwcap string routines
2017-06-07 Siddhesh PoyarekarMake LD_HWCAP_MASK usable for static binaries
2017-06-07 Siddhesh Poyarekaraarch64: Allow overriding HWCAP_CPUID feature check...
2017-06-07 Siddhesh Poyarekartunables: Use glibc.tune.hwcap_mask tunable instead...
2017-06-07 Siddhesh PoyarekarAdd include guards to dl-procinfo.h
2017-06-07 Siddhesh Poyarekartunables: Add LD_HWCAP_MASK to tunables
2017-06-07 Siddhesh Poyarekartunables: Clean up hooks to get and set tunables
2017-06-06 H.J. Lux86-64: Move wcsnlen.S to multiarch/wcsnlen-sse4_1.S
2017-06-06 Stefan LieblerS390: Use generic spinlock code.
2017-06-06 Stefan LieblerOptimize generic spinlock code and use C11 like atomic...
2017-06-05 H.J. Lux86: Don't use dl_x86_cpu_features in cacheinfo.c
2017-06-05 H.J. Lux86-64: Optimize memcmp/wmemcmp with AVX2 and MOVBE
2017-06-05 H.J. Lux86-64: Optimize wmemset with SSE2/AVX2/AVX512
2017-06-05 H.J. Lux86: Add macros to implement ifunce selection in C
2017-06-05 H.J. Lux86-64: Update strlen.S to support wcslen/wcsnlen
2017-06-05 H.J. Lux86_64: Remove redundant REX bytes from memrchr.S
2017-06-05 H.J. Lux86-64: Update LO_HI_LONG for p{readv,writev}{64}v2
2017-06-05 Joseph MyersDefine SIG_HOLD for XPG4 (bug 21538).
2017-06-05 Joseph MyersFix struct sigaltstack namespace (bug 21517).
2017-06-04 Zack WeinbergRegenerate sysdeps/gnu/errlist.c.
2017-06-04 H.J. Lubenchtests: Add more tests for memrchr
2017-06-04 Zack WeinbergAdd forgotten changelog entry for 82f43dd2d1
2017-06-03 Florian Weimergetaddrinfo: Eliminate another strdup call
2017-06-03 H.J. Lux86: Update __x86_shared_non_temporal_threshold
2017-06-02 Rical Jasanmanual: Provide consistent errno documentation.
2017-06-02 Joseph MyersFix sigevent namespace (bug 21543).
2017-06-02 Florian Weimergetaddrinfo: Fix localplt failure involving strdup
2017-06-02 Adhemerval Zanellaposix: Add missing build flags for p{write,read}v2
2017-06-02 Florian Weimerresolv: Tests for various versions of res_init
2017-06-02 Florian Weimergetaddrinfo: Always allocate canonical name on the...
2017-06-02 Florian WeimerAdd internal facility for dynamic array handling
2017-06-01 Gabriel F. T. GomesInclude sys/param.h in stdlib/gmp-impl.h instead of...
2017-06-01 Joseph Myersconformtest: Correct signal.h expectations for XPG4...
2017-06-01 Zack WeinbergAdd shim header for bits/syscall.h.
2017-06-01 Joseph MyersFix more namespace issues in sys/ucontext.h (bug 21457).
2017-06-01 Zack WeinbergAvoid tickling a linker bug from microblaze pt-vfork.S.
2017-05-31 Adhemerval Zanellaposix: Implement preadv2 and pwritev2
2017-05-31 Andreas SchwabUse test-driver in nptl/tst-fork3.c
2017-05-31 Siddhesh PoyarekarDelay initialization of CPU features struct in static...
2017-05-30 Dennis WölfingAdd reallocarray function
2017-05-30 H.J. Lux86_64: Remove redundant REX bytes from memchr.S
2017-05-29 Andreas Schwabm68k: handle default PIE
2017-05-25 H.J. LuAdd memchr tests for n == 0
2017-05-25 Tulio Magno Quites... Move tst-mutex*8* to tests-internal
2017-05-25 H.J. LuMake __tunables_init hidden and avoid PLT
2017-05-25 H.J. LuSupport dl-tunables.list in subdirectories
2017-05-25 Paul E. Murphyfloat128: Add wrappers to override ldbl-128 as float128.
2017-05-24 Steve Ellceyaarch64: Thunderx specific memcpy and memmove
2017-05-24 Siddhesh Poyarekararm: Fix typo in array count
2017-05-24 H.J. Lux86: Don't include cacheinfo.c in ld.so
2017-05-24 H.J. Lux86: Use __get_cpu_features to get cpu_features
2017-05-23 Joseph MyersFix sigstack namespace (bug 21511).
2017-05-23 Joseph MyersFix sys/ucontext.h namespace from signal.h etc. inclusi...
2017-05-23 Zack WeinbergFix a bug in 'Remove __need macros from signal.h' ...
2017-05-22 Adhemerval Zanellalibio: Avoid dup already opened file descriptor [BZ...
2017-05-22 Siddhesh PoyarekarRemove useless comment from sysdeps/sparc/sparc32/dl...
2017-05-21 Zack WeinbergAdd one more header to be installed, missed from previo...
2017-05-20 Zack WeinbergRemove __need macros from signal.h.
2017-05-20 Zack WeinbergRemove __need_list_t and __need_res_state.
2017-05-20 H.J. Lux86_64: Remove L(return_null) from rawmemchr.S
2017-05-20 Zack WeinbergRemove sfi_* annotations from ARM assembly files.
2017-05-20 Zack WeinbergRemove the bulk of the NaCl port.
2017-05-20 Rical Jasanmanual: Convert errno @comments to new @errno macro.
2017-05-19 Joseph MyersSplit up bits/sigstack.h.
2017-05-19 H.J. Lux86: Optimize SSE2 memchr overflow calculation
2017-05-19 Adhemerval ZanellaFix makefile rules for vmsplice, splice, and open_by_ha...
next