]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Update.
authorUlrich Drepper <drepper@redhat.com>
Wed, 12 Jan 2000 12:01:38 +0000 (12:01 +0000)
committerUlrich Drepper <drepper@redhat.com>
Wed, 12 Jan 2000 12:01:38 +0000 (12:01 +0000)
ChangeLog
linuxthreads/ChangeLog

index db5bfb585ae6ee367fb64eb1a0fbb63e65d3d524..440939745be2f563f2573b3ab2a54a9180df5faa 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,29 @@
+2000-01-12  Ulrich Drepper  <drepper@cygnus.com>
+
+       * iconvdata/gconv-modules: Add aliases ISO-IR-199 and ISO-IR-203.
+       Reported by Bruno Haible <haible@ilog.fr>.
+
+2000-01-10  Thorsten Kukuk  <kukuk@suse.de>
+
+       * nss/getent.c: Add ipv6 support for hosts.
+
+2000-01-05  Philip Blundell  <pb@futuretv.com>
+
+       * sysdeps/unix/sysv/linux/arm/Versions: Add getrlimit, setrlimit,
+       getrlimit64, setrlimit64 for GLIBC_2.1.3.
+       * sysdeps/unix/sysv/linux/arm/syscalls.list: Add oldgetrlimit,
+       oldsetrlimit.
+       * sysdeps/unix/sysv/linux/arm/oldsetrlimit64.c: New file.
+       * sysdeps/unix/sysv/linux/arm/oldgetrlimit64.c: Likewise.
+       * sysdeps/unix/sysv/linux/arm/setrlimit64.c: Likewise.
+       * sysdeps/unix/sysv/linux/arm/getrlimit64.c: Likewise.
+       * sysdeps/unix/sysv/linux/arm/setrlimit.c: Likewise.
+       * sysdeps/unix/sysv/linux/arm/getrlimit.c: Likewise.
+
+       * sysdeps/unix/sysv/linux/arm/Makefile [subdir=resource] 
+       (sysdep_routines): Add oldgetrlimit64, oldsetrlimit64.
+       [subdir=misc] (sysdep_headers): Add sys/elf.h.
+       
 2000-01-09  Philip Blundell  <philb@gnu.org>
 
        * sysdeps/arm/dl-machine.h (CLEAR_CACHE): System calls clobber R0.
index fb1b5b61c0c08e0a3dfceff550447df9644cecd4..1d8d73531d056175e91b5bcaaeb59d693794fee1 100644 (file)
@@ -1,3 +1,20 @@
+2000-01-12  Ulrich Drepper  <drepper@cygnus.com>
+
+       * internals.h (pthread_readlock_info): New structure.
+       (_pthread_descr_struct): Add p_readlock_list, p_readlock_free, and
+       p_untracked_readlock_count.
+       * pthread.c (__pthread_initial_thread, pthread_manager_thread):
+       Add initializers for new fields.
+       * manager.c (pthread_free): Free read/write lock lists.
+       * queue.h (queue_is_empty): New function.
+       * rwlock.c: Implement requirements about when readers should get
+       locks assigned.
+       * sysdeps/pthread/pthread.h
+       (PTHREAD_RWLOCK_PREFER_WRITER_NONRECURSIVE_NP): New definition.
+       * sysdeps/pthread/bits/pthreadtypes.h (struct _pthread_rwlock_t):
+       Define this name as well.
+       Patches by Kaz Kylheku <kaz@ashi.footprints.net>.
+
 2000-01-06  Andreas Jaeger  <aj@suse.de>
 
        * pthread.c: Remove extra initializer.