]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - ChangeLog
Print cache size and geometry auxv types on LD_SHOW_AUXV=1
[thirdparty/glibc.git] / ChangeLog
index 9b345fad4dd5e7a39329ca47f2d77466d14707d7..b03f9455677194f2decf19827e5be1116c50d971 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,35 @@
+2018-12-19  Tulio Magno Quites Machado Filho  <tuliom@linux.ibm.com>
+
+       * elf/dl-sysdep.c (auxvars): Add AT_L1I_CACHESIZE,
+       AT_L1I_CACHEGEOMETRY, AT_L1D_CACHESIZE, AT_L1D_CACHEGEOMETRY,
+       AT_L2_CACHESIZE, AT_L2_CACHEGEOMETRY, AT_L3_CACHESIZE and
+       AT_L3_CACHEGEOMETRY.  Fix indentation when printing the other
+       fields.
+       (_dl_show_auxv): Give a special treatment to
+       AT_L1I_CACHEGEOMETRY, AT_L1D_CACHEGEOMETRY, AT_L2_CACHEGEOMETRY
+       and AT_L3_CACHEGEOMETRY.
+       * sysdeps/powerpc/dl-procinfo.h (cache_geometry): New function.
+       (_dl_procinfo): Fix indentation when printing AT_HWCAP and
+       AT_HWCAP2.  Add support for AT_L1I_CACHEGEOMETRY,
+       AT_L1D_CACHEGEOMETRY, AT_L2_CACHEGEOMETRY and AT_L3_CACHEGEOMETRY.
+
+2018-12-19  Andreas Schwab  <schwab@suse.de>
+
+       * nscd/connections.c (check_use): Don't abort on invalid len.
+
+2018-12-18  Samuel Thibault  <samuel.thibault@ens-lyon.org>
+
+       * sysdeps/mach/hurd/fcntl.c (__libc_fcntl): Test against 64bit `cmd'
+       values in the 64bit value cases.
+
 2018-12-18  Albert ARIBAUD <albert.aribaud@3adev.fr>
 
+       * include/time.h
+       (__ctime64_r): Add.
+       * time/ctime_r.c
+       (__ctime64_r): Add.
+       [__TIMESIZE != 64] (__ctime_r): Turn into a wrapper.
+
        * include/time.h
        (__ctime64): Add.
        * time/gmtime.c
@@ -54,7 +84,7 @@
 2018-12-18  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
            James Clarke  <jrtc27@jrtc27.com>
 
-       [BZ #23960]
+       [BZ #23967]
        * sysdeps/unix/sysv/linux/kernel_sigaction.h (HAS_SA_RESTORER):
        Define if SA_RESTORER is defined.
        (kernel_sigaction): Define sa_restorer if HAS_SA_RESTORER is defined.