]> 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 f304e585968233949940336bb6d78933c9c1b96a..b03f9455677194f2decf19827e5be1116c50d971 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,68 @@
+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
+       (__ctime64): Add.
+       [__TIMESIZE != 64] (ctime): Turn into a wrapper.
+
+       * include/time.h
+       (__gmtime64_r): Add.
+       * time/gmtime.c
+       (__gmtime64_r): Add.
+       [__TIMESIZE != 64] (__gmtime): Turn into a wrapper.
+
+       * include/time.h
+       (__gmtime64): Add.
+       * time/gmtime.c
+       (__gmtime64): Add.
+       [__TIMESIZE != 64] (__gmtime): Turn into a wrapper.
+
+       * include/time.h
+       (__localtime64_r): Add.
+       * time/localtime.c
+       (__localtime64_r): Add.
+       [__TIMESIZE != 64] (__localtime_r): Turn into a wrapper.
+
 2018-12-18  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
 
+       * sysdeps/unix/sysv/linux/s390/kernel_sigaction.h: Use Linux generic
+       kernel_sigction definition.
+
+       * sysdeps/unix/sysv/linux/ia64/kernel_sigaction.h: Remove file.
+
+       * sysdeps/unix/sysv/linux/hppa/kernel_sigaction.h: Remove file.
+
        * sysdeps/unix/sysv/linux/alpha/Makefile: Update comment about
        __syscall_rt_sigaction.
        * sysdeps/unix/sysv/linux/alpha/kernel_sigaction.h
@@ -21,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.