platform/upstream/glibc.git
16 years ago[BZ #5760]
Ulrich Drepper [Sat, 8 Mar 2008 19:17:22 +0000 (19:17 +0000)]
[BZ #5760]

* inet/inet6_opt.c (inet6_opt_init): Fix ip6h_len computation.
Patch by Roland Bless <roland@bless.de>.

16 years ago* sysdeps/unix/sysv/linux/dl-sysdep.c: Avoid unnecessary code for
Ulrich Drepper [Sat, 8 Mar 2008 17:52:13 +0000 (17:52 +0000)]
* sysdeps/unix/sysv/linux/dl-sysdep.c: Avoid unnecessary code for

.o file.
* elf/Makefile (routines): Add dl-sysdep.
(elide-routines.os): Likewise.

16 years ago[BZ #5786]
Ulrich Drepper [Sat, 8 Mar 2008 07:35:10 +0000 (07:35 +0000)]
[BZ #5786]

* elf/dl-sysdep.c: Undefine ROUND after use.
* sysdeps/generic/ldsodefs.h [HAVE_DL_DISCOVER_OSVERSION]
(struct rtld_global_ro): Add _dl_tls_get_addr_soft element.
* elf/rtld.c (rtld_global_ro): Initialize _dl_discover_osversion.
* sysdeps/unix/sysv/linux/dl-osinfo.h: Move _dl_discover_osversion
to ...
* sysdeps/unix/sysv/linux/dl-sysdep.c: ...here.
* sysdeps/unix/sysv/linux/dl-sysdep.h: Declare _dl_discover_osversion
if necessary.
* sysdeps/unix/sysv/linux/sysconf.c: Handle _SC_ARG_MAX here.

16 years ago* sysdeps/generic/ldsodefs.h (struct rtld_global_ro): Add
Ulrich Drepper [Sat, 8 Mar 2008 05:44:56 +0000 (05:44 +0000)]
* sysdeps/generic/ldsodefs.h (struct rtld_global_ro): Add

_dl_tls_get_addr_soft element.
* elf/rtld.c (rtld_global_ro): Initialize _dl_tls_get_addr_soft.
* elf/Versions (ld): Don't export _dl_tls_get_addr_soft.
* dlfcn/dlinfo.c (dlinfo_doit): Access dl_tls_get_addr_soft through
GLRO.
* elf/dl-iteratephdr.c (__dl_iterate_phdr): Likewise.
* elf/dl-tls.c (_dl_tls_get_addr_soft): Use attribute_hidden instead
of internal_function.

16 years ago* io/tst-fchownat.c: Correctly handle _POSIX_CHOWN_RESTRICTED
Ulrich Drepper [Sat, 8 Mar 2008 05:21:41 +0000 (05:21 +0000)]
* io/tst-fchownat.c: Correctly handle _POSIX_CHOWN_RESTRICTED

defined to zero.

16 years ago* stdlib/Makefile (aux): Add tens_in_limb.
Ulrich Drepper [Sat, 8 Mar 2008 04:18:31 +0000 (04:18 +0000)]
* stdlib/Makefile (aux): Add tens_in_limb.

* stdlib/strtod_l.c: Move _tens_in_limb definition to...
* stdlib/tens_in_limb.c: ...here.  New file.

16 years ago[BZ #5778]
Ulrich Drepper [Sat, 8 Mar 2008 01:57:18 +0000 (01:57 +0000)]
[BZ #5778]

* sysdeps/unix/sysv/linux/pathconf.h: Declare
__statfs_chown_restricted.
* sysdeps/unix/sysv/linux/fpathconf.c: Call __statfs_chown_restricted
for _PC_CHOWN_RESTRICTED.
* sysdeps/unix/sysv/linux/pathconf.c: Likewise.
Implement __statfs_chown_restricted.
* sysdeps/unix/sysv/linux/bits/posix_opt.h: Change
_POSIX_CHOWN_RESTRICTED value to zero.

2008-02-26  Harsha Jagasia  <harsha.jagasia@amd.com>

16 years ago* sysdeps/x86_64/rtld-memset.c: New file.
Ulrich Drepper [Fri, 7 Mar 2008 17:55:11 +0000 (17:55 +0000)]
* sysdeps/x86_64/rtld-memset.c: New file.

2008-2-26  Harsha Jagasia  <harsha.jagasia@amd.com>

* sysdeps/x86_64/cacheinfo.c (NOT_USED_RIGHT_NOW): Remove ifdef guards.

* sysdeps/x86_64/memset.S: Rewrite non-SSE code path as tuned for AMD
Barcelona machine.  Make default fall through branch of
__x86_64_preferred_memory_instruction check as the integer code path.

2007-10-15  H.J. Lu  <hongjiu.lu@intel.com>

* sysdeps/x86_64/cacheinfo.c
(__x86_64_preferred_memory_instruction): New variable.
(init_cacheinfo): Initialize __x86_64_preferred_memory_instruction.

* sysdeps/x86_64/memset.S: Rewrite.

2008-01-08  Jakub Jelinek  <jakub@redhat.com>
* malloc/malloc.c (public_cALLOc): For arenas other than

16 years ago* include/stdio.h (__asprintf_chk, __dprintf_chk, cvs/fedora-glibc-20080305T0857
Ulrich Drepper [Wed, 5 Mar 2008 07:05:13 +0000 (07:05 +0000)]
* include/stdio.h (__asprintf_chk, __dprintf_chk,

__obstack_printf_chk): New prototypes.
(__vasprintf_chk, __vdprintf_chk,
__obstack_vprintf_chk): Likewise.
Add libc_hidden_proto.
* libio/obprintf.c
(_IO_obstack_jumps): No longer static, add attribute_hidden.
* libio/bits/stdio-ldbl.h (__asprintf_chk, __dprintf_chk,
__obstack_printf_chk, __vasprintf_chk, __vdprintf_chk,
__obstack_vprintf_chk): Add __LDBL_REDIR_DECL.
* libio/bits/stdio2.h (__asprintf_chk, __dprintf_chk,
__obstack_printf_chk, __vasprintf_chk, __vdprintf_chk,
__obstack_vprintf_chk): New prototypes.
(asprintf, __asprintf, dprintf, obstack_printf, vasprintf, vdprintf,
obstack_vprintf): New inlines.
* debug/dprintf_chk.c: New file.
* debug/vdprintf_chk.c: New file.
* debug/asprintf_chk.c: New file.
* debug/vasprintf_chk.c: New file.
* debug/obprintf_chk.c: New file.
* debug/tst-chk1.c (do_test): Add asprintf and obstack_printf tests.
* debug/Versions (__asprintf_chk, __dprintf_chk, __obstack_printf_chk,
__vasprintf_chk, __vdprintf_chk, __obstack_vprintf_chk): Export
@@GLIBC_2.8.
* debug/Makefile: Build asprintf_chk, vasprintf_chk, dprintf_chk,
vdprintf_chk and obprintf_chk, set CFLAGS for them.
* sysdeps/ieee754/ldbl-opt/nldbl-compat.c (__nldbl___vasprintf_chk,
__nldbl___vdprintf_chk, __nldbl___obstack_vprintf_chk): Add
libc_hidden_proto.
* sysdeps/ieee754/ldbl-opt/nldbl-compat.h (__nldbl___vasprintf_chk,
__nldbl___vdprintf_chk, __nldbl___obstack_vprintf_chk): New prototypes.
* sysdeps/ieee754/ldbl-opt/Versions (__nldbl___asprintf_chk,
__nldbl___vasprintf_chk, __nldbl___dprintf_chk, __nldbl___vdprintf_chk,
__nldbl___obstack_printf_chk, __nldbl___obstack_vprintf_chk): Export
@@GLIBC_2.8.
* sysdeps/ieee754/ldbl-opt/Makefile (libnldbl-calls): Add asprintf_chk,
vasprintf_chk, dprintf_chk, vdprintf_chk, obstack_printf_chk and
obstack_vprintf_chk.
* sysdeps/ieee754/ldbl-opt/nldbl-obstack_vprintf_chk.c: New file.
* sysdeps/ieee754/ldbl-opt/nldbl-dprintf_chk.c: New file.
* sysdeps/ieee754/ldbl-opt/nldbl-obstack_printf_chk.c: New file.
* sysdeps/ieee754/ldbl-opt/nldbl-asprintf_chk.c: New file.
* sysdeps/ieee754/ldbl-opt/nldbl-vdprintf_chk.c: New file.
* sysdeps/ieee754/ldbl-opt/nldbl-vasprintf_chk.c: New file.

16 years ago[BZ #5779]
Ulrich Drepper [Wed, 5 Mar 2008 05:50:39 +0000 (05:50 +0000)]
[BZ #5779]

* misc/sys/queue.h: Add STAILQ_CONCAT and TAILQ_CONCAT definitions.
Patch by Roy Marples <roy@marples.name>.

16 years ago* SUPPORTED (SUPPORTED-LOCALES): Add shs_CA.UTF-8.
Ulrich Drepper [Tue, 4 Mar 2008 22:10:40 +0000 (22:10 +0000)]
* SUPPORTED (SUPPORTED-LOCALES): Add shs_CA.UTF-8.

16 years ago[BZ #5736]
Ulrich Drepper [Tue, 4 Mar 2008 18:36:27 +0000 (18:36 +0000)]
[BZ #5736]

* malloc/malloc.c: Fix typo in comment.

16 years ago[BZ #5627]
Ulrich Drepper [Tue, 4 Mar 2008 17:49:00 +0000 (17:49 +0000)]
[BZ #5627]

2008-03-04  Ulrich Drepper  <drepper@redhat.com>
[BZ #5627]
* locale/iso-639.def: Add Shuswap.

16 years ago[BZ #5790]
Ulrich Drepper [Tue, 4 Mar 2008 15:25:19 +0000 (15:25 +0000)]
[BZ #5790]

2008-02-25  Jakub Jelinek  <jakub@redhat.com>
[BZ #5790]
* resolv/nss_dns/dns-host.c (_nss_dns_gethostbyaddr2_r): Don't
overwrite *h_errnop/*errnop values from getanswer_r in case of
failure.

16 years ago[BZ #5818]
Ulrich Drepper [Tue, 4 Mar 2008 01:54:09 +0000 (01:54 +0000)]
[BZ #5818]

* nscd/connections.c (dbs): Add initializers for .suggested_module.
(verify_persistent_db): Remove one unnecessary test and add a new one
for bad configuration.
(nscd_init): Improve error reported when persistent database cannot
be reused.
* nscd/nscd.h (DEFAULT_SUGGESTED_MODULE): Define.
* nscd/nscd_conf.c (nscd_parse_file): Provide default values for
.suggested_module and .max_db_size and case config file says the
values are zero.
* nscd/nscd_helper.c (get_mapping): Fail if hash table module is zero.

16 years ago[BZ #5854]
Ulrich Drepper [Tue, 4 Mar 2008 00:28:04 +0000 (00:28 +0000)]
[BZ #5854]

* nis/ypclnt.c (yp_order): Fix handling of return value of
do_ypcall_tr call.
Patch by Jeff Moyer <jmoyer@redhat.com>.

16 years ago* po/fr.po: Update from translation team.
Ulrich Drepper [Mon, 3 Mar 2008 16:00:42 +0000 (16:00 +0000)]
* po/fr.po: Update from translation team.

16 years agoUpdate from translation team.
Ulrich Drepper [Mon, 3 Mar 2008 16:00:17 +0000 (16:00 +0000)]
Update from translation team.

16 years ago[BZ #5012]
Andreas Jaeger [Fri, 22 Feb 2008 09:57:57 +0000 (09:57 +0000)]
[BZ #5012]

Update.
2008-02-22  Andreas Jaeger  <aj@suse.de>,
    Carlos O'Donell <carlos@systemhalted.org>

[BZ #5012]
* FAQ.in: Describe why glibc needs to be compiled with
optimization.

16 years ago[BZ #5012]
Andreas Jaeger [Fri, 22 Feb 2008 09:57:19 +0000 (09:57 +0000)]
[BZ #5012]

* FAQ.in: Describe why glibc needs to be compiled with
optimization.

16 years ago* elf/elf.h (SHT_GNU_ATTRIBUTES): New macro.
Roland McGrath [Wed, 20 Feb 2008 03:33:39 +0000 (03:33 +0000)]
* elf/elf.h (SHT_GNU_ATTRIBUTES): New macro.

16 years ago2008-02-19 Roland McGrath <roland@redhat.com>
Roland McGrath [Wed, 20 Feb 2008 03:33:33 +0000 (03:33 +0000)]
2008-02-19  Roland McGrath  <roland@redhat.com>

* elf/elf.h (SHT_GNU_ATTRIBUTES): New macro.

16 years ago[BZ #5737] cvs/fedora-glibc-20080216T1726
Ulrich Drepper [Fri, 15 Feb 2008 15:49:15 +0000 (15:49 +0000)]
[BZ #5737]

2008-02-15  Ulrich Drepper  <drepper@redhat.com>
[BZ #5737]
* resolv/netdb.h: Make NI_MAXHOST and NI_MAXSERV available when
__USE_MISC is defined.

16 years ago* sysdeps/unix/sysv/linux/sys/timerfd.h: New file.
Ulrich Drepper [Sun, 10 Feb 2008 19:43:56 +0000 (19:43 +0000)]
* sysdeps/unix/sysv/linux/sys/timerfd.h: New file.

* sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_headers): Add
sys/timerfd.h.
* sysdeps/unix/sysv/linux/syscalls.list: Add timerfd_create,
timerfd_gettime, timerfd_settime.
* sysdeps/unix/sysv/linux/Versions: Add timerfd_create,
timerfd_gettime, timerfd_settime for GLIBC_2.8.

16 years agoHeader for timerfd interfaces.
Ulrich Drepper [Sun, 10 Feb 2008 19:43:07 +0000 (19:43 +0000)]
Header for timerfd interfaces.

16 years ago* elf/elf.h (NT_PPC_SPE): New macro.
Roland McGrath [Sat, 9 Feb 2008 01:45:01 +0000 (01:45 +0000)]
* elf/elf.h (NT_PPC_SPE): New macro.

16 years ago* Makerules ($(common-objpfx)sysd-rules):
Roland McGrath [Thu, 7 Feb 2008 00:39:24 +0000 (00:39 +0000)]
* Makerules ($(common-objpfx)sysd-rules):

Depend on $(sysdep-makeconfigs).

16 years ago[BZ #5442] cvs/fedora-glibc-20080201T1017
Roland McGrath [Fri, 1 Feb 2008 00:20:11 +0000 (00:20 +0000)]
[BZ #5442]

* configure.in: Use -print-file-name if it yields a directory,
for each of include and include-fixed.
* configure: Regenerated.

16 years ago* Makeconfig (sysd-rules-targets): New variable.
Roland McGrath [Fri, 1 Feb 2008 00:01:25 +0000 (00:01 +0000)]
* Makeconfig (sysd-rules-targets): New variable.

* sysdeps/unix/make-syscalls.sh: Use it in the rules emitted.
* sysdeps/unix/Makefile (omit-deps): Append variants for each target.

16 years ago* manual/libc.texinfo: Update back-cover text. cvs/fedora-glibc-20080131T0821
Roland McGrath [Thu, 31 Jan 2008 01:43:08 +0000 (01:43 +0000)]
* manual/libc.texinfo: Update back-cover text.

16 years ago* elf/elf.h (NT_386_TLS): New macro.
Roland McGrath [Wed, 30 Jan 2008 22:09:06 +0000 (22:09 +0000)]
* elf/elf.h (NT_386_TLS): New macro.

16 years ago2008-01-30 Roland McGrath <roland@redhat.com>
Roland McGrath [Wed, 30 Jan 2008 22:09:01 +0000 (22:09 +0000)]
2008-01-30  Roland McGrath  <roland@redhat.com>

* elf/elf.h (NT_386_TLS): New macro.

16 years ago* sysdeps/unix/sysv/linux/x86_64/sem_post.S (sem_post): Avoid
Ulrich Drepper [Wed, 30 Jan 2008 17:44:06 +0000 (17:44 +0000)]
* sysdeps/unix/sysv/linux/x86_64/sem_post.S (sem_post): Avoid

unnecessary addr32 prefix.

16 years ago(sem_post): Avoid unnecessary addr32 prefix.
Ulrich Drepper [Wed, 30 Jan 2008 17:43:50 +0000 (17:43 +0000)]
(sem_post): Avoid unnecessary addr32 prefix.

16 years ago* Makeconfig (sysd-rules-patterns): New variable.
Roland McGrath [Wed, 30 Jan 2008 00:24:16 +0000 (00:24 +0000)]
* Makeconfig (sysd-rules-patterns): New variable.

* Makerules ($(common-objpfx)sysd-rules): Drive the loop from that.
(check-inhibit-asm): New canned sequence, replaces ...
(open-check-inhibit-asm, close-check-inhibit-asm): ... these, removed.
* elf/rtld-Rules ($(objpfx)rtld-%.os): Use $(rtld-CPPFLAGS) in commands.
(rtld-CPPFLAGS): Renamed from CPPFLAGS-rtld.
(CFLAGS-rtld): Variable removed.

16 years ago* configure.in: Let configure fragments set base_os.
Roland McGrath [Thu, 24 Jan 2008 20:21:28 +0000 (20:21 +0000)]
* configure.in: Let configure fragments set base_os.

* configure: Regenerated.

16 years ago2008-01-24 Roland McGrath <roland@redhat.com>
Roland McGrath [Thu, 24 Jan 2008 20:21:23 +0000 (20:21 +0000)]
2008-01-24  Roland McGrath  <roland@redhat.com>

* configure.in: Let configure fragments set base_os.
* configure: Regenerated.

16 years ago* po/ko.po: Update from translation team.
Ulrich Drepper [Wed, 23 Jan 2008 07:37:05 +0000 (07:37 +0000)]
* po/ko.po: Update from translation team.

16 years ago* sysdeps/i386/fpu/ftestexcept.c (fetestexcept): Use short for fnstsw.
Ulrich Drepper [Tue, 22 Jan 2008 18:58:31 +0000 (18:58 +0000)]
* sysdeps/i386/fpu/ftestexcept.c (fetestexcept): Use short for fnstsw.

16 years ago(XADD): Use a scratch register.
Ulrich Drepper [Tue, 22 Jan 2008 18:22:07 +0000 (18:22 +0000)]
(XADD): Use a scratch register.

16 years ago[BZ #5040]
Andreas Jaeger [Mon, 21 Jan 2008 21:20:03 +0000 (21:20 +0000)]
[BZ #5040]

Update.
2008-01-12  Andreas Jaeger  <aj@suse.de>

[BZ #5040]
* sysdeps/unix/sysv/linux/x86_64/sys/epoll.h (enum EPOLL_EVENTS):
Add EPOLLRDHUP.

16 years ago[BZ #5040] * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h (enum EPOLL_EVENTS): Add...
Andreas Jaeger [Mon, 21 Jan 2008 21:19:51 +0000 (21:19 +0000)]
[BZ #5040] * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h (enum EPOLL_EVENTS): Add EPOLLRDHUP.

16 years ago* hurd/hurdsock.c (_hurd_socket_server): Return the standard
Roland McGrath [Mon, 21 Jan 2008 01:35:23 +0000 (01:35 +0000)]
* hurd/hurdsock.c (_hurd_socket_server): Return the standard

error EAFNOSUPPORT rather than non-standard EPFNOSUPPORT.
* sunrpc/bindrsvprt.c (bindresvport): Likewise.

16 years ago2008-01-20 Samuel Thibault <samuel.thibault@ens-lyon.org>
Roland McGrath [Mon, 21 Jan 2008 01:35:17 +0000 (01:35 +0000)]
2008-01-20  Samuel Thibault  <samuel.thibault@ens-lyon.org>

* hurd/hurdsock.c (_hurd_socket_server): Return the standard
error EAFNOSUPPORT rather than non-standard EPFNOSUPPORT.
* sunrpc/bindrsvprt.c (bindresvport): Likewise.

16 years ago* include/link.h (FORCED_DYNAMIC_TLS_OFFSET): Define.
Ulrich Drepper [Thu, 17 Jan 2008 20:20:00 +0000 (20:20 +0000)]
* include/link.h (FORCED_DYNAMIC_TLS_OFFSET): Define.

* elf/dl-close.c (_dl_close): Check for it.
* elf/dl-reloc.c (CHECK_STATIC_TLS): Likewise.
(_dl_allocate_static_tls): Likewise.
* elf/dl-tls.c (_dl_allocate_tls_init): Likewise.
(__tls_get_addr): Protect from race conditions in setting l_tls_offset
to it.
* elf/tst-tls16.c: New file.
* elf/tst-tlsmod16a.c: New file.
* elf/tst-tlsmod16b.c: New file.
* elf/Makefile: Add rules to build and run tst-tls16.

16 years ago[BZ #5628]
Ulrich Drepper [Wed, 16 Jan 2008 23:49:43 +0000 (23:49 +0000)]
[BZ #5628]

* bits/shm.h: Fix comment describing shmid_ds.
* sysdeps/gnu/bits/shm.h: Likewise.
* sysdeps/unix/sysv/linux/alpha/bits/shm.h: Likewise.
* sysdeps/unix/sysv/linux/bits/shm.h: Likewise.
* sysdeps/unix/sysv/linux/ia64/bits/shm.h: Likewise.
* sysdeps/unix/sysv/linux/powerpc/bits/shm.h: Likewise.
* sysdeps/unix/sysv/linux/s390/bits/shm.h: Likewise.
* sysdeps/unix/sysv/linux/sh/bits/shm.h: Likewise.
* sysdeps/unix/sysv/linux/sparc/bits/shm.h: Likewise.
* sysdeps/unix/sysv/linux/x86_64/bits/shm.h: Likewise.
Patch by Hareesh Nagarajan <hareesh.nagarajan@gmail.com>.

16 years ago* sysdeps/posix/getaddrinfo.c (default_labels): Adjust for change
Ulrich Drepper [Wed, 16 Jan 2008 19:47:17 +0000 (19:47 +0000)]
* sysdeps/posix/getaddrinfo.c (default_labels): Adjust for change

of names of in in6_addr.
(default_precedence): Likewise.
* sysdeps/unix/sysv/linux/cmsg_nxthdr.c: Include <stddef.h> for
NULL definition.

16 years ago[BZ #5607]
Ulrich Drepper [Wed, 16 Jan 2008 10:11:18 +0000 (10:11 +0000)]
[BZ #5607]

2008-01-16  Ulrich Drepper  <drepper@redhat.com>
[BZ #5607]
* conform/data/fcntl.h-data: Fix posix_fadvise and posix_fallocate
prototypes.
* conform/data/limits.h-data: Adjust limits changed in v6 and add
additional suffixes.
* conform/data/mqueue.h-data: Fix typo in mq_curmsgs entry.
Add optional functions mq_timedreceive and mq_timedsend.
* conform/data/netdb.h-data: Add more AI_* and EAI_* constants.
* conform/data/pthread.h-data: Fix prototype of
pthread_condattr_setclock.  pthread_sigmask is not required in v6.
* conform/data/semaphore.h-data: Allow time.h definitions.
* conform/data/signal.h-data: Likewise.
* conform/data/stdio.h-data: getw and putw are not required in v6.
* conform/data/stdlib.h-data: Change setstate prototype.
* conform/data/string.h-data: Fix strerror_r prototype.
* conform/data/time.h-data: Fix typo in TIMER_ABSTIME definition.
* conform/data/unistd.h-data: pthread_atfork not required in v6.
Fix readlink prototype.
* conform/data/netinet/in.h-data: Add const to in6addr_any and
in6addr_loopback.
* inet/netinet/in.h: Cleanup namespace.
* posix/regex.h: Likewise.
* resolv/netdb.h: Likewise.
* sysdeps/unix/sysv/linux/bits/in.h: Likewise.
* sysdeps/unix/sysv/linux/bits/socket.h: Likewise.
* sysdeps/unix/sysv/linux/x86_64/bits/stat.h: Likewise.

16 years ago* conform/data/fmtmsg.h-data: Add missing allows.
Ulrich Drepper [Tue, 15 Jan 2008 21:30:09 +0000 (21:30 +0000)]
* conform/data/fmtmsg.h-data: Add missing allows.

* conform/data/ftw.h-data: Likewise.
* conform/data/inttypes.h-data: Likewise.
* conform/data/math.h-data: Likewise.
* conform/data/signal.h-data: Likewise.
* conform/data/net/if.h-data: Likewise.
* conform/data/netinet/in.h-data: Likewise.
* conform/data/sys/socket.h-data: Likewise.

16 years ago* tst-eintr2.c (do_test): make sure that if mutex_lock in main
Ulrich Drepper [Tue, 15 Jan 2008 20:15:10 +0000 (20:15 +0000)]
* tst-eintr2.c (do_test): make sure that if mutex_lock in main

thread returns the program exits with an error code.

16 years ago[BZ #5614]
Ulrich Drepper [Tue, 15 Jan 2008 19:11:51 +0000 (19:11 +0000)]
[BZ #5614]

2008-01-15  Ulrich Drepper  <drepper@redhat.com>
[BZ #5614]
* string/bits/string2.h (__strtok_r_1c): Always update *__NEXTP.
(__strtok_r): Simplify.
* string/tester.c (test_strtok_r): Add test case for futile search
with single-character seach string.

16 years ago* po/ko.po: Update from translation team.
Ulrich Drepper [Sat, 12 Jan 2008 17:31:39 +0000 (17:31 +0000)]
* po/ko.po: Update from translation team.

16 years agoUpdate from translation team.
Ulrich Drepper [Sat, 12 Jan 2008 17:31:34 +0000 (17:31 +0000)]
Update from translation team.

16 years ago[BZ #5600]
Andreas Jaeger [Sat, 12 Jan 2008 16:34:11 +0000 (16:34 +0000)]
[BZ #5600]

update
2008-01-11  Andreas Jaeger  <aj@suse.de>

[BZ #5600]
* sysdeps/unix/sysv/linux/sys/signalfd.h (struct
signalfd_siginfo): Use 64-bit type for ssi_ptr to sync with Linux
kernel header.

16 years ago[BZ #5600] (struct signalfd_siginfo): Use 64-bit type for ssi_ptr to sync with Linux...
Andreas Jaeger [Sat, 12 Jan 2008 16:33:43 +0000 (16:33 +0000)]
[BZ #5600] (struct signalfd_siginfo): Use 64-bit type for ssi_ptr to sync with Linux kernel header.

16 years ago[BZ #5520] cvs/fedora-glibc-20080111T0737
Ulrich Drepper [Fri, 11 Jan 2008 00:26:22 +0000 (00:26 +0000)]
[BZ #5520]

2008-01-10  Ulrich Drepper  <drepper@redhat.com>
[BZ #5520]
* locales/ga_IE: Fix May, June, November and December entries in mon.

16 years ago* sysdeps/posix/getaddrinfo.c (rfc3484_sort): Store result of
Ulrich Drepper [Thu, 10 Jan 2008 22:30:58 +0000 (22:30 +0000)]
* sysdeps/posix/getaddrinfo.c (rfc3484_sort): Store result of

native interface lookup in all the relevant places.

16 years ago2008-01-10 Jakub Jelinek <jakub@redhat.com>
Ulrich Drepper [Thu, 10 Jan 2008 20:19:53 +0000 (20:19 +0000)]
2008-01-10  Jakub Jelinek  <jakub@redhat.com>

    Ulrich Drepper  <drepper@redhat.com>

16 years ago* sysdeps/posix/getaddrinfo.c (sort_results): Remove service_order
Ulrich Drepper [Thu, 10 Jan 2008 20:00:52 +0000 (20:00 +0000)]
* sysdeps/posix/getaddrinfo.c (sort_results): Remove service_order

field.  Use sockaddr_in6 for source_addr.
(get_scope): Change type of parameter to sockaddr_in6.  Adjust.
(match_prefix): Likewise.
(get_label): Likewise.
(get_precedence): Likewise.
(rfc3484_sort): Change to use indirect access to results array.
Adjust to use of sockaddr_in6.  Replace service_order test with
simple index comparison.
(getaddrinfo): Define order array.  Initialize it.  Don't initialize
service_order field.  Adjust qsort_t calls.  Access sorted result
array indirectly through order array.
* posix/tst-rfc3484.c: Adjust for change of rfc3484_sort.
* posix/tst-rfc3484-2.c: Likewise.
* posix/tst-rfc3484-3.c: Likewise.

16 years ago* pthread-errnos.sym: Add EOVERFLOW.
Ulrich Drepper [Thu, 10 Jan 2008 18:34:43 +0000 (18:34 +0000)]
* pthread-errnos.sym: Add EOVERFLOW.

* sysdeps/unix/sysv/linux/structsem.sym: Add SEM_VALUE_MAX.
* sysdeps/unix/sysv/linux/sem_post.c: Don't overflow value field.
* sysdeps/unix/sysv/linux/i386/i486/sem_post.S: Likewise.
* sysdeps/unix/sysv/linux/x86_64/sem_post.S: Likewise.

16 years ago[BZ #5541]
Ulrich Drepper [Wed, 9 Jan 2008 21:52:40 +0000 (21:52 +0000)]
[BZ #5541]

* sunrpc/rpc_thread.c (__rpc_thread_destroy): Also free xports and
pollfd structures.
Patch by AndrĂ© Cruz.

16 years ago[BZ #5545]
Ulrich Drepper [Wed, 9 Jan 2008 21:16:11 +0000 (21:16 +0000)]
[BZ #5545]

* sunrpc/clnt_perr.c (clnt_sperror): Don't use fixed size buffer.
(clnt_spcreateerror): Likewise.

16 years ago[BZ #5553]
Ulrich Drepper [Wed, 9 Jan 2008 20:35:03 +0000 (20:35 +0000)]
[BZ #5553]

2008-01-09  Ulrich Drepper  <drepper@redhat.com>
[BZ #5553]
* malloc/malloc.c (public_mALLOc): Set ar_ptr when trying main_arena.
(public_mEMALIGn): Likewise.
Patch mostly by Daniel Jacobowitz.

16 years ago008-01-08 Jakub Jelinek <jakub@redhat.com>
Ulrich Drepper [Wed, 9 Jan 2008 20:03:58 +0000 (20:03 +0000)]
008-01-08  Jakub Jelinek  <jakub@redhat.com>

* iconv/loop.c (UPDATE_PARAMS): Define to empty statement if not
defined.
(REINIT_PARAMS): Likewise.  Undefine before end of file.
(STANDARD_TO_LOOP_ERR_HANDLER): Use UPDATE_PARAMS before calling
transliteration hooks and REINIT_PARAMS afterwards.
* iconvdata/iso-2022-jp.c (BODY): Use a separate variable for
status.
(REINIT_PARAMS): Define.
* iconvdata/ibm1364.c (REINIT_PARAMS): Likewise.
* iconvdata/ibm930.c (REINIT_PARAMS): Likewise.
* iconvdata/ibm933.c (REINIT_PARAMS): Likewise.
* iconvdata/ibm935.c (REINIT_PARAMS): Likewise.
* iconvdata/ibm937.c (REINIT_PARAMS): Likewise.
* iconvdata/ibm939.c (REINIT_PARAMS): Likewise.
* iconvdata/iso-2022-cn.c (REINIT_PARAMS): Likewise.
* iconvdata/iso-2022-cn-ext.c (REINIT_PARAMS): Likewise.
* iconvdata/iso-2022-jp-3.c (REINIT_PARAMS): Likewise.
* iconvdata/iso-2022-kr.c (REINIT_PARAMS): Likewise.
* iconvdata/Makefile: Add rules to build and run tst-iconv7.c.
* iconvdata/tst-iconv7.c: New test.

16 years ago* sysdeps/unix/sysv/linux/i386/makecontext.S (__makecontext): Avoid
Ulrich Drepper [Wed, 9 Jan 2008 19:35:21 +0000 (19:35 +0000)]
* sysdeps/unix/sysv/linux/i386/makecontext.S (__makecontext): Avoid

clobbering memory at or above uc_stack.ss_sp + uc_stack.ss_size.
* stdlib/Makefile: Add rules to build and run tst-makecontext2.
* stdlib/tst-makecontext2.c: New test.

16 years ago* libio/stdio.h (vscanf): Fix definition for loser compilers.
Ulrich Drepper [Tue, 8 Jan 2008 01:19:15 +0000 (01:19 +0000)]
* libio/stdio.h (vscanf): Fix definition for loser compilers.

16 years ago(vscanf): Fix definition for loser compilers.
Ulrich Drepper [Tue, 8 Jan 2008 01:18:40 +0000 (01:18 +0000)]
(vscanf): Fix definition for loser compilers.

16 years ago[BZ #5112]
Jakub Jelinek [Sat, 5 Jan 2008 09:08:03 +0000 (09:08 +0000)]
[BZ #5112]

* nscd/connections.c (restart): Fix condition.
2008-01-05  Jakub Jelinek  <jakub@redhat.com>

[BZ #5112]
* nscd/connections.c (restart): Fix condition.

16 years ago* ctype/ctype.h (__ctype_b_loc, __ctype_tolower_loc, cvs/fedora-glibc-20080103T1958
Ulrich Drepper [Thu, 3 Jan 2008 19:51:01 +0000 (19:51 +0000)]
* ctype/ctype.h (__ctype_b_loc, __ctype_tolower_loc,

__ctype_toupper_loc): Add __THROW.

16 years ago* sysdeps/unix/sysv/linux/check_pf.c (make_request): Fix
Ulrich Drepper [Thu, 3 Jan 2008 00:25:03 +0000 (00:25 +0000)]
* sysdeps/unix/sysv/linux/check_pf.c (make_request): Fix

recognition of interface family.

16 years ago* posix/getconf.c: Update copyright year.
Ulrich Drepper [Wed, 2 Jan 2008 19:26:03 +0000 (19:26 +0000)]
* posix/getconf.c: Update copyright year.

* nss/getent.c: Likewise.
* iconv/iconvconfig.c: Likewise.
* iconv/iconv_prog.c: Likewise.
* elf/ldconfig.c: Likewise.
* catgets/gencat.c: Likewise.
* csu/version.c: Likewise.
* elf/ldd.bash.in: Likewise.
* elf/sprof.c (print_version): Likewise.
* locale/programs/locale.c: Likewise.
* locale/programs/localedef.c: Likewise.
* nscd/nscd.c (print_version): Likewise.
* debug/xtrace.sh: Likewise.
* malloc/memusage.sh: Likewise.
* malloc/mtrace.pl: Likewise.
* debug/catchsegv.sh: Likewise.

16 years ago* nss/nsswitch.c (__nss_lookup): Actually use alternative name in cvs/fedora-glibc-20071227T0908
Ulrich Drepper [Wed, 26 Dec 2007 23:54:44 +0000 (23:54 +0000)]
* nss/nsswitch.c (__nss_lookup): Actually use alternative name in

second lookup.

16 years ago* sysdeps/x86_64/cacheinfo.c (intel_02_known): New entry 0x3f.
Ulrich Drepper [Sun, 23 Dec 2007 19:32:44 +0000 (19:32 +0000)]
* sysdeps/x86_64/cacheinfo.c (intel_02_known): New entry 0x3f.

* sysdeps/unix/sysv/linux/i386/sysconf.c (intel_02_known): Likewise.

16 years ago(intel_02_known): New entry 0x3f.
Ulrich Drepper [Sun, 23 Dec 2007 19:32:28 +0000 (19:32 +0000)]
(intel_02_known): New entry 0x3f.

16 years ago* inet/ether_line.c (ether_line): Remove unused variable.
Roland McGrath [Mon, 17 Dec 2007 21:22:17 +0000 (21:22 +0000)]
* inet/ether_line.c (ether_line): Remove unused variable.

2007-12-17  Samuel Thibault  <samuel.thibault@ens-lyon.org>

* login/forkpty.c (forkpty): Add const qualifier to parameters termp
and winp.
* login/openpty.c (openpty): Likewise.
* login/pty.h (openpty, forkpty): Likewise.
* manual/terminal.texi (openpty, forkpty): Likewise.

16 years ago2007-12-17 Roland McGrath <roland@redhat.com>
Roland McGrath [Mon, 17 Dec 2007 21:22:02 +0000 (21:22 +0000)]
2007-12-17  Roland McGrath  <roland@redhat.com>

* inet/ether_line.c (ether_line): Remove unused variable.

16 years ago* malloc/malloc.c (public_cALLOc): For arena other than
Ulrich Drepper [Mon, 17 Dec 2007 18:44:04 +0000 (18:44 +0000)]
* malloc/malloc.c (public_cALLOc): For arena other than

main_arena, count all bytes inside the mprotect_size range of the
heap as uninitialized.

16 years ago* elf/tst-execstack.c (do_test): Don't fail if SELinux forbids
Ulrich Drepper [Mon, 17 Dec 2007 00:00:57 +0000 (00:00 +0000)]
* elf/tst-execstack.c (do_test): Don't fail if SELinux forbids

executable stacks.

16 years ago* malloc/tst-trim1.c: New file.
Ulrich Drepper [Sun, 16 Dec 2007 22:57:57 +0000 (22:57 +0000)]
* malloc/tst-trim1.c: New file.

* malloc/Makefile (tests): Add tst-trim1.

16 years ago* malloc/malloc.c (public_mTRIm): Iterate over all arenas and call
Ulrich Drepper [Sun, 16 Dec 2007 22:53:08 +0000 (22:53 +0000)]
* malloc/malloc.c (public_mTRIm): Iterate over all arenas and call

mTRIm for all of them.
(mTRIm): Additionally iterate over all free blocks and use madvise
to free memory for all those blocks which contain at least one
memory page.

* malloc/malloc.c (do_check_malloc_state): Minimal cleanups.

16 years ago* sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_gettimeofday):
Ulrich Drepper [Sat, 15 Dec 2007 01:12:13 +0000 (01:12 +0000)]
* sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_gettimeofday):

Return long.
(__vdso_clock_gettime): Likewise.

16 years ago* sysdeps/unix/sysv/linux/x86_64/sysdep.h (INTERNAL_SYSCALL_ERROR_P):
Ulrich Drepper [Fri, 14 Dec 2007 23:38:23 +0000 (23:38 +0000)]
* sysdeps/unix/sysv/linux/x86_64/sysdep.h (INTERNAL_SYSCALL_ERROR_P):

First cast argument to long
* sysdeps/unix/sysv/linux/x86_64/bits/libc-vdso.h: Functions
return long.

16 years ago* sysdeps/x86_64/pthreaddef.h (ARCH_RETRY_MMAP): Take additional
Ulrich Drepper [Fri, 14 Dec 2007 16:33:44 +0000 (16:33 +0000)]
* sysdeps/x86_64/pthreaddef.h (ARCH_RETRY_MMAP): Take additional

parameter.  Passed it as permission to mmap.
* allocatestack.c (allocate_stack): Pass prot as second parameter
to ARCH_RETRY_MMAP.

16 years ago* locale/nl_langinfo.c (nl_langinfo): Just call __nl_langinfo_l.
Ulrich Drepper [Fri, 14 Dec 2007 03:54:07 +0000 (03:54 +0000)]
* locale/nl_langinfo.c (nl_langinfo): Just call __nl_langinfo_l.

* locale/nl_langinfo_l.c: Real implementation, copied from
nl_langinfo.c.
* include/langinfo.h: Add libc_hidden_proto for __nl_langinfo_l.

16 years ago.. cvs/fedora-glibc-20071212T1953
Ulrich Drepper [Wed, 12 Dec 2007 18:41:10 +0000 (18:41 +0000)]
..

* tst-basic7.c: Allocate memory for the stack.

16 years ago* posix/regcomp.c (optimize_utf8): Fix a typo, s/idx/ctx_type/,
Ulrich Drepper [Wed, 12 Dec 2007 18:28:58 +0000 (18:28 +0000)]
* posix/regcomp.c (optimize_utf8): Fix a typo, s/idx/ctx_type/,

that would inhibit utf8-optimization of a regexp containing line-
or buffer-anchors, e.g., `^', `$'.

16 years ago* time/bug-getdate1.c (do_test): Don't use century values which
Ulrich Drepper [Wed, 12 Dec 2007 18:23:00 +0000 (18:23 +0000)]
* time/bug-getdate1.c (do_test): Don't use century values which

aren't valid on 32-bit systems.

16 years ago[BZ #5477]
Ulrich Drepper [Wed, 12 Dec 2007 18:03:27 +0000 (18:03 +0000)]
[BZ #5477]

2007-12-12  Jakub Jelinek  <jakub@redhat.com>
* sysdeps/i386/i486/bits/string.h (memmove): Define as macro.
(memmove): Rename to __memmove_g, with __asm__ ("memmove").
* sysdeps/s390/bits/string.h (__strlen_g, __strcpy_g, __strncpy_g,
__strcat_g, __strncat_g): Add __asm__.

2007-12-12  Ulrich Drepper  <drepper@redhat.com>

[BZ #5477]
* io/fchmodat.c: Fix typo in stub_warning use.
Patch by Petr Salinger.

16 years ago[BZ #5463, BZ #5464] cvs/fedora-glibc-20071212T1051
Ulrich Drepper [Wed, 12 Dec 2007 08:07:33 +0000 (08:07 +0000)]
[BZ #5463, BZ #5464]

* iconvdata/hp-thai8.c: New file.
* iconvdata/Makefile: Add rules for hp-thai8.c.
* iconvdata/tst-tables.sh: Add entry for HP-THAI8.
* iconvdata/gconv-modules: Likewise.

[BZ #5464]
* iconvdata/hp-greek8.c: New file.
* iconvdata/Makefile: Add rules for hp-greek8.c.
* iconvdata/tst-tables.sh: Add entry for HP-GREEK8.
* iconvdata/gconv-modules: Likewise.

[BZ #5463]
* iconvdata/hp-turkish8.c: New file.
* iconvdata/Makefile: Add rules for hp-turkish8.c.
* iconvdata/tst-tables.sh: Add entry for HP-TURKISH8.
* iconvdata/gconv-modules: Likewise.

16 years ago[BZ #5465]
Ulrich Drepper [Wed, 12 Dec 2007 08:06:15 +0000 (08:06 +0000)]
[BZ #5465]

2007-12-12  Ulrich Drepper  <drepper@redhat.com>
[BZ #5465]
* sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S [!SHARED]
(__pthread_cond_timedwait): Don't use VDSO.

16 years ago* malloc/arena.c (grow_heap): Split out code to shrink heap into...
Ulrich Drepper [Wed, 12 Dec 2007 00:11:49 +0000 (00:11 +0000)]
* malloc/arena.c (grow_heap): Split out code to shrink heap into...

(shrink_heap): ... this new function.
(heap_trim): Call shrink_heap instead of grow_heap.

16 years ago* malloc/malloc.c (_int_malloc): sYSMALLOc might fail, in this
Ulrich Drepper [Tue, 11 Dec 2007 23:46:43 +0000 (23:46 +0000)]
* malloc/malloc.c (_int_malloc): sYSMALLOc might fail, in this

case don't call alloc_perturb.

16 years ago* charmaps/UTF-8: Add Unicode 5.1 entries.
Ulrich Drepper [Tue, 11 Dec 2007 06:54:26 +0000 (06:54 +0000)]
* charmaps/UTF-8: Add Unicode 5.1 entries.

16 years ago* sysdeps/unix/sysv/linux/adjtime.c: Use ADJ_OFFSET_SS_READ if
Ulrich Drepper [Mon, 10 Dec 2007 23:51:42 +0000 (23:51 +0000)]
* sysdeps/unix/sysv/linux/adjtime.c: Use ADJ_OFFSET_SS_READ if

possible.
* sysdeps/unix/sysv/linux/kernel-features.h
(__ASSUME_ADJ_OFFSET_SS_READ): Define for 2.6.24.
* sysdeps/unix/sysv/linux/sys/timex.h (ADJ_OFFSET_SS_READ): Define.

16 years ago[BZ #5424, BZ #5428, BZ #5451]
Ulrich Drepper [Mon, 10 Dec 2007 01:43:40 +0000 (01:43 +0000)]
[BZ #5424, BZ #5428, BZ #5451]

2007-12-08  Ulrich Drepper  <drepper@redhat.com>
[BZ #5424]
* stdio-common/vfprintf.c: Do not overflow when adding to done.
* stdio-common/Makefile (tests): Add bug22.
* stdio-common/bug22.c: New file.

[BZ #5451]
* time/getdate.c: Fix filling in default values.
* time/bug-getdate1.c: New file.
* time/Makefile: Add rules to build and run bug-getdate1.

* iconvdata/ebcdic-is-friss.c: Use 8bit-gap instead of 8bit-generic.
* iconvdata/ebcdic-es.c: Likewise.
* iconvdata/ebcdic-es-a.c: Likewise.
* iconvdata/ebcdic-uk.c: Likewise.
* iconvdata/iso8859-16.c: Likewise.
* iconvdata/viscii.c: Likewise.
* iconvdata/iso8859-9e.c: Likewise.
* iconvdata/Makefile: Adjust appropriately.

[BZ #5428]
* wcsmbs/wchar.h: Unconditionally undefine __need_mbstate and
__need_wint_t.

* iconvdata/gconv-modules: Likewise.

16 years ago[BZ #5427]
Ulrich Drepper [Sat, 8 Dec 2007 01:38:23 +0000 (01:38 +0000)]
[BZ #5427]

* iconvdata/hp-roman9.c: New file.
* iconvdata/Makefile: Add rules for hp-roman9.c.
* iconvdata/tst-tables.sh: Add HP-ROMAN9.

* iconvdata/hp-roman8.c: Use 8bit-gap instead of 8bit-generic.
* iconvdata/Makefile: Adjust appropriately.

keyword for gcc's braced-groups.

16 years ago[BZ #5441, BZ #5452, BZ #5454]
Ulrich Drepper [Fri, 7 Dec 2007 16:50:11 +0000 (16:50 +0000)]
[BZ #5441, BZ #5452, BZ #5454]

2007-12-07  Ulrich Drepper  <drepper@redhat.com>
[BZ #5441]
* stdio-common/vfscanf.c (_IO_vfwscanf): Don't free ptrs_to_free
structure, it's allocated with alloca.
* stdio-common/Makefile (tests): Add bug21.
* stdio-common/bug21.c: New file.

2007-12-06  Aurelien Jarno  <aurelien@aurel32.net>

[BZ #5452]
* sysdeps/unix/sysv/linux/bits/sched.h: Use __extension__
  keyword for gcc's braced-groups.

2007-12-07  Ulrich Drepper  <drepper@redhat.com>

[BZ #5454]
* inet/ether_line.c: Strip hostname of whitespaces.
* inet/Makefile (tests): Add tst-ether_line.
* inet/tst-ether_line.c: New file.

16 years ago* locales/si_LK (mon): Fix February and November spelling.
Ulrich Drepper [Wed, 5 Dec 2007 06:52:49 +0000 (06:52 +0000)]
* locales/si_LK (mon): Fix February and November spelling.

Patch by Danishka Navin <snavin@redhat.com>.

16 years ago* sysdeps/unix/sysv/linux/sh/lowlevellock.S (__lll_timedlock_wait):
Ulrich Drepper [Wed, 5 Dec 2007 02:31:48 +0000 (02:31 +0000)]
* sysdeps/unix/sysv/linux/sh/lowlevellock.S (__lll_timedlock_wait):

Store 2 before returning ETIMEDOUT.

16 years ago[BZ #5439]
Ulrich Drepper [Mon, 3 Dec 2007 06:17:25 +0000 (06:17 +0000)]
[BZ #5439]

* sysdeps/unix/sysv/linux/sys/signalfd.h: Fix use of __nonnull.