platform/upstream/linaro-glibc.git
16 years ago* sysdeps/posix/getaddrinfo.c: Implement handling of DCCP and
Ulrich Drepper [Wed, 14 May 2008 17:33:37 +0000 (17:33 +0000)]
* sysdeps/posix/getaddrinfo.c: Implement handling of DCCP and

UDPlite.

* nss/getent.c (ahosts_keys_int): Handle all known socket types.

* inet/netinet/in.h (IPPIPPROTO_DCCP, IPPROTO_UDPLITE): Define.

* sysdeps/unix/sysv/linux/bits/socket.h (SOCK_DCCP): Define.

16 years ago* po/lt.po: New file. From Lituanian translation team.
Ulrich Drepper [Tue, 13 May 2008 22:49:03 +0000 (22:49 +0000)]
* po/lt.po: New file.  From Lituanian translation team.

sysdep-rtld-routines): Add tlsdesc and dl-tlsdesc for elf subdir.
sysdep-rtld-routines): Add tlsdesc and dl-tlsdesc for elf subdir.

16 years agoIntroduce TLS descriptors for i386 and x86_64.
Ulrich Drepper [Tue, 13 May 2008 05:41:30 +0000 (05:41 +0000)]
Introduce TLS descriptors for i386 and x86_64.

* include/inline-hashtab.h: New file, copied from 2005's
libiberty, with fix for memory leak imported afterwards by
Glauber de Oliveira Costa.
* elf/tlsdeschtab.h: New file.
* elf/dl-reloc.c (_dl_try_allocate_static_tls): Extract from...
(_dl_allocate_static_tls): ... here.  Rearrange failure path.
(CHECK_STATIC_TLS): Move to...
* elf/dynamic-link.h: ... this file.
(TRY_STATIC_TLS): New macro.
* elf/dl-conflict.c (CHECK_STATIC_TLS, TRY_STATIC_TLS): Override.
* elf/elf.h (R_386_TLS_GOTDESC, R_386_TLS_DESC_CALL,
R_386_TLS_DESC): Define.
(R_X86_64_PC64, R_X86_GOTOFF64, R_X86_64_GOTPC32): Merge from
binutils.
(R_X86_64_GOTPC32_TLSDESC, R_X86_64_TLSDESC_CALL,
R_X86_64_TLSDESC): Define.
(R_386_NUM, R_X86_64_NUM): Adjust.
* sysdeps/i386/Makefile (sysdep-dl-routines, sysdep_routines,
systep-rtld-routines): Add tlsdesc and dl-tlsdesc for elf subdir.
(gen-as-const-headers): Add tlsdesc.sym to csu subdir.
* sysdeps/i386/dl-lookupcfg.h: New file.  Introduce _dl_unmap to
release tlsdesc_table.
* sysdeps/i386/dl-machine.h: Include dl-tlsdesc.h.
(elf_machine_type_class): Mark R_386_TLS_DESC as PLT class.
(elf_machine_rel): Handle R_386_TLS_DESC.
(elf_machine_rela): Likewise.
(elf_machine_lazy_rel): Likewise.
(elf_machine_lazy_rela): Likewise.
* sysdeps/i386/dl-tls.h (struct dl_tls_index): Name it.
* sysdeps/i386/dl-tlsdesc.S: New file.
* sysdeps/i386/dl-tlsdesc.h: New file.
* sysdeps/i386/tlsdesc.c: New file.
* sysdeps/i386/tlsdesc.sym: New file.
* sysdeps/i386/bits/linkmap.h (struct link_map_machine): Add
tlsdesc_table.
* sysdeps/x86_64/Makefile (sysdep-dl-routines, sysdep_routines,
systep-rtld-routines): Add tlsdesc and dl-tlsdesc for elf subdir.
(gen-as-const-headers): Add tlsdesc.sym to csu subdir.
* sysdeps/x86_64/dl-lookupcfg.h: New file.  Introduce _dl_unmap to
release tlsdesc_table.
* sysdeps/x86_64/dl-machine.h: Include dl-tlsdesc.h.
(elf_machine_runtime_setup): Set up lazy TLSDESC GOT entry.
(elf_machine_type_class): Mark R_X86_64_TLSDESC as PLT class.
(elf_machine_rel): Handle R_X86_64_TLSDESC.
(elf_machine_rela): Likewise.
(elf_machine_lazy_rel): Likewise.
* sysdeps/x86_64/dl-tls.h (struct dl_tls_index): Name it.
(__tls_get_addr): Do not declare for non-shared compiles.
* sysdeps/x86_64/dl-tlsdesc.S: New file.
* sysdeps/x86_64/dl-tlsdesc.h: New file.
* sysdeps/x86_64/tlsdesc.c: New file.
* sysdeps/x86_64/tlsdesc.sym: New file.
* sysdeps/x86_64/bits/linkmap.h (struct link_map_machine): Add
tlsdesc_table for both 32- and 64-bit structs.

16 years ago* elf/dl-tls.c (__tls_get_addr): Optimize by moving slow path in
Ulrich Drepper [Mon, 12 May 2008 05:36:02 +0000 (05:36 +0000)]
* elf/dl-tls.c (__tls_get_addr): Optimize by moving slow path in

its own function.  This reduces the frame setup costs and more.

16 years ago[BZ #3406]
Ulrich Drepper [Sun, 11 May 2008 17:49:25 +0000 (17:49 +0000)]
[BZ #3406]

2008-02-11  Joseph Myers  <joseph@codesourcery.com>
[BZ #3406]
* sysdeps/ieee754/flt-32/w_expf.c (o_threshold): Correct value.
* math/libm-test.inc (exp_test): Test 88.72269439697265625.

16 years ago* io/openat.c (__openat_2): Also pass fd to __openat.
Ulrich Drepper [Sun, 11 May 2008 09:32:43 +0000 (09:32 +0000)]
* io/openat.c (__openat_2): Also pass fd to __openat.

* io/openat64.c (__openat64_2): Also pass fd to __openat64.
Patch by Kristian Van Der Vliet <vanders@liqwyd.com>.

16 years ago* string/tester.c (test_memcmp): Add a few more tests.
Ulrich Drepper [Sun, 11 May 2008 08:55:42 +0000 (08:55 +0000)]
* string/tester.c (test_memcmp): Add a few more tests.

Patch by Mats Erik Andersson <ynglingatal@comhem.se>.

16 years ago* sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S: Access
Ulrich Drepper [Sun, 11 May 2008 05:42:25 +0000 (05:42 +0000)]
* sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S: Access

__pshared correctly.
* sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S:
Likewise.
* sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S:
Likewise.
* sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_unlock.S:
Likewise.
* sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S:
Likewise.
Reported by Clemens Kolbitsch <clemens.kol@gmx.at>.

16 years ago* nscd/cache.c (cache_add): Before returning with failure and this
Ulrich Drepper [Sun, 11 May 2008 03:03:14 +0000 (03:03 +0000)]
* nscd/cache.c (cache_add): Before returning with failure and this

is the first use of the record, mark it as unusable.
* nscd/aicache.c: Don't touch the dataset after cache_add returns
reporting a failure.
* nscd/grpcache.c: Likewise
* nscd/hstcache.c: Likewise.
* nscd/initgrcache.c: Likewise.
* nscd/pwdcache.c: Likewise.
* nscd/servicecache.c: Likewise.

16 years ago(cache_add): Before returning with failure and this is the first use of the record...
Ulrich Drepper [Sun, 11 May 2008 03:02:25 +0000 (03:02 +0000)]
(cache_add): Before returning with failure and this is the first use of the record, mark it as unusable.

16 years ago[BZ #6505]
Roland McGrath [Sun, 11 May 2008 00:44:50 +0000 (00:44 +0000)]
[BZ #6505]

2008-05-10  Roland McGrath  <roland@redhat.com>
[BZ #6505]
* sysdeps/unix/sysv/linux/sys/user.h: Replace with #error stub.

16 years ago[BZ #6505]
Roland McGrath [Sun, 11 May 2008 00:44:42 +0000 (00:44 +0000)]
[BZ #6505]

2008-05-10  Roland McGrath  <roland@redhat.com>
[BZ #6505]
* sysdeps/unix/sysv/linux/sys/user.h: Replace with #error stub.

16 years ago* misc/truncate64.c (truncate64): Use __truncate not truncate.
Ulrich Drepper [Sat, 10 May 2008 23:38:33 +0000 (23:38 +0000)]
* misc/truncate64.c (truncate64): Use __truncate not truncate.

16 years ago* sysdeps/ieee754/ldbl-128/e_j0l.c (__ieee751_j0l): Use __finitel.
Ulrich Drepper [Sat, 10 May 2008 23:36:40 +0000 (23:36 +0000)]
* sysdeps/ieee754/ldbl-128/e_j0l.c (__ieee751_j0l): Use __finitel.

(__ieee754_y0l): Likewise.
* sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_j1l): Likewise.
(__ieee754_y1l): Likewise.
* sysdeps/ieee754/ldbl-128/s_expm1l.c (__expm1l): Use __ldexpl.
* sysdeps/ieee754/ldbl-128/s_log1pl.c: Kill bogus prototypes for
frexpl and ldexpl.  math_private.h provides them and the latter
is not even used.
(__log1pl): Use __frexpl.

16 years ago* include/resolv.h: Adjust __libc_res_nquery and __libc_res_nsend
Ulrich Drepper [Sat, 10 May 2008 23:27:39 +0000 (23:27 +0000)]
* include/resolv.h: Adjust __libc_res_nquery and __libc_res_nsend

prototypes.
* include/arpa/nameser_compat.h: Define T_UNSPEC.
* nis/Versions (libnss_nis): Export _nss_nis_gethostbyname4_r.
(libnss_nisplus): Export _nss_nisplus_gethostbyname4_r.
* nis/nss_nis/nis-hosts.c (LINE_PARSER): Change to also handle
af==AF_UNSPEC.
(_nss_nis_gethostbyname4_r): New function.
* nis/nss_nisplus/nisplus-hosts.c (_nss_nisplus_parse_hostent):
Change to also handle af==AF_UNSPEC.
(get_tablename): New function.  Use it to avoid duplication.
(_nss_nisplus_gethostbyname4_r): New function.
* nscd/aicache.c (addhstaiX): Use gethostbyname4_r function is
available.
* nss/Versions (libnss_files): Export _nss_files_gethostbyname4_r.
* nss/nss.h: Define struct gaih_addrtuple.
* nss/nss_files/files-hosts.c (LINE_PARSER): Change to also handle
af==AF_UNSPEC.
(_nss_files_gethostbyname4_r): New function.
* resolv/Versions (libnss_dns): Export _nss_dns_gethostbyname4_r.
* resolv/gethnmaddr.c: Adjust __libc_res_nsearch and __libc_res_nquery
calls.
* resolv/res_query.c (__libc_res_nquery): Take two additional
parameters for second answer buffer.  Handle type=T_UNSPEC to mean
look up IPv4 and IPv6.
Change all callers.
* resolv/res_send.c (__libc_res_nsend): Take five aditional parameters
for an additional query and answer buffer.  Pass to send_vc and
send_dg.
(send_vc): Send possibly two requests and receive two answers.
(send_dg): Likewise.
* resolv/nss_dns/dns-host.c: Adjust calls to __libc_res_nsearch and
__libc_res_nquery.
(_nss_dns_gethostbyname4_r): New function.
(gaih_getanswer_slice): Likewise.
(gaih_getanswer): Likewise.
* resolv/nss_dns/dns-canon.c (_nss_dns_getcanonname_r): Adjust
__libc_res_nquery call.
* resolv/nss_dns/dns-network.c (_nss_dns_getnetbyaddr_r): Likewise.
(_nss_dns_getnetbyname_r): Adjust __libc_res_nsearch call.
* sysdeps/posix/getaddrinfo.c: Use gethostbyname4_r function is
available.

16 years agoAdjust __libc_res_nquery and __libc_res_nsend prototypes.
Ulrich Drepper [Sat, 10 May 2008 23:22:49 +0000 (23:22 +0000)]
Adjust __libc_res_nquery and __libc_res_nsend prototypes.

16 years ago* sysdeps/sparc/sparc32/Makefile: Use -mcpu=v7 for initfini.s build.
Jakub Jelinek [Tue, 6 May 2008 09:13:49 +0000 (09:13 +0000)]
* sysdeps/sparc/sparc32/Makefile: Use -mcpu=v7 for initfini.s build.

* sysdeps/sparc/sparc64/Makefile: Use -mcpu=v9 for initfini.s build.
2008-05-05  David S. Miller  <davem@davemloft.net>

* sysdeps/sparc/sparc32/Makefile: Use -mcpu=v7 for initfini.s build.
* sysdeps/sparc/sparc64/Makefile: Use -mcpu=v9 for initfini.s build.

16 years ago* sysdeps/mach/hurd/bits/ioctls.h (NL0, NL1, TAB0, TAB1, TAB2, CR0,
Roland McGrath [Tue, 6 May 2008 00:07:02 +0000 (00:07 +0000)]
* sysdeps/mach/hurd/bits/ioctls.h (NL0, NL1, TAB0, TAB1, TAB2, CR0,

CR1, CR2, CR3, FF0, FF1, BS0, BS1): Undefine these at start if they
are already defined to avoid collision with termios.h.

16 years agoFix termios bit macros.
Roland McGrath [Mon, 5 May 2008 23:06:12 +0000 (23:06 +0000)]
Fix termios bit macros.

Move *DLY definitions where they belong, in termios.h.
Add *[0-3] definitions.
Fixes confusion between VT and FF.
* bits/ioctls.h (NL0, NL1, TAB0, TAB1, TAB2, CR0, CR1, CR2, CR3, FF0,
FF1, BS0, BS1): Undefine these at start if they are already defined to
avoid collision with termios.h.
(NLDLY, TABDLY, TAB3, CRDLY, VTDLY, BSDLY): Remove macros.
* bits/termios.h [__USE_MISC || __USE_XOPEN] (NL0, NL1, TAB0,
TAB1, TAB2, CR0, CR1, CR2, CR3, FF0, FF1, BS0, BS1): Likewise.
[__USE_BSD || __USE_XOPEN] (OCRNL, ONOCR, ONLRET): New macros.
[__USE_MISC || __USE_XOPEN] (NLDLY, NL0, NL1, TABDLY, TAB0, TAB1, TAB2,
TAB3, CRDLY, CR0, CR1, CR2, CR3, FFDLY, FF0, FF1, BSDLY, BS0, BS1,
VTDLY, VT0, VT1): New macros.
[__USE_GNU] (OLCUC): Change value of macro.
[__USE_XOPEN] (OFILL): New macro.
[__USE_BSD] (CRTSCTS): Change value.
(CRTS_IFLOW, CCTS_OFLOW): Change into compatibility macros.
[__USE_BSD] (CDTRCTS, CHWFLOW): New macros.
(B7200, B14400, B28800, B76800): New macros.

16 years ago2007-09-14 Samuel Thibault <samuel.thibault@ens-lyon.org>
Roland McGrath [Mon, 5 May 2008 23:06:01 +0000 (23:06 +0000)]
2007-09-14  Samuel Thibault  <samuel.thibault@ens-lyon.org>

Fix termios bit macros.
Move *DLY definitions where they belong, in termios.h.
Add *[0-3] definitions.
Fixes confusion between VT and FF.
* bits/ioctls.h (NL0, NL1, TAB0, TAB1, TAB2, CR0, CR1, CR2, CR3, FF0,
FF1, BS0, BS1): Undefine these at start if they are already defined to
avoid collision with termios.h.
(NLDLY, TABDLY, TAB3, CRDLY, VTDLY, BSDLY): Remove macros.
* bits/termios.h [__USE_MISC || __USE_XOPEN] (NL0, NL1, TAB0,
TAB1, TAB2, CR0, CR1, CR2, CR3, FF0, FF1, BS0, BS1): Likewise.
[__USE_BSD || __USE_XOPEN] (OCRNL, ONOCR, ONLRET): New macros.
[__USE_MISC || __USE_XOPEN] (NLDLY, NL0, NL1, TABDLY, TAB0, TAB1, TAB2,
TAB3, CRDLY, CR0, CR1, CR2, CR3, FFDLY, FF0, FF1, BSDLY, BS0, BS1,
VTDLY, VT0, VT1): New macros.
[__USE_GNU] (OLCUC): Change value of macro.
[__USE_XOPEN] (OFILL): New macro.
[__USE_BSD] (CRTSCTS): Change value.
(CRTS_IFLOW, CCTS_OFLOW): Change into compatibility macros.
[__USE_BSD] (CDTRCTS, CHWFLOW): New macros.
(B7200, B14400, B28800, B76800): New macros.

16 years ago* sysdeps/unix/sysv/linux/sparc/sparc32/ucontext_i.sym: New file.
Jakub Jelinek [Mon, 5 May 2008 09:34:18 +0000 (09:34 +0000)]
* sysdeps/unix/sysv/linux/sparc/sparc32/ucontext_i.sym: New file.

* sysdeps/unix/sysv/linux/sparc/sparc32/Makefile [$(subdir) = stdlib]:
(gen-as-const-headers): Add it.
* sysdeps/unix/sysv/linux/sparc/sparc32/getcontext.S: New file.
* sysdeps/unix/sysv/linux/sparc/sparc32/makecontext.c: Likewise.
* sysdeps/unix/sysv/linux/sparc/sparc32/setcontext.S: Likewise.
* sysdeps/unix/sysv/linux/sparc/sparc32/swapcontext.S: Likewise.
* sysdeps/unix/sysv/linux/sparc/sparc32/ucontext_i.sym: New file.
* sysdeps/unix/sysv/linux/sparc/sparc32/Makefile [$(subdir) = stdlib]:
(gen-as-const-headers): Add it.
* sysdeps/unix/sysv/linux/sparc/sparc32/getcontext.S: New file.
* sysdeps/unix/sysv/linux/sparc/sparc32/makecontext.c: Likewise.
* sysdeps/unix/sysv/linux/sparc/sparc32/setcontext.S: Likewise.
* sysdeps/unix/sysv/linux/sparc/sparc32/swapcontext.S: Likewise.

16 years ago* sysdeps/unix/sysv/linux/sparc/sparc32/syscall.S: Add support for
Jakub Jelinek [Mon, 5 May 2008 09:17:00 +0000 (09:17 +0000)]
* sysdeps/unix/sysv/linux/sparc/sparc32/syscall.S: Add support for

six system call parameters.
* sysdeps/unix/sysv/linux/sparc/sparc64/syscall.S: Likewise.
2008-05-01  David S. Miller  <davem@davemloft.net>

* sysdeps/unix/sysv/linux/sparc/sparc32/syscall.S: Add support for
six system call parameters.
* sysdeps/unix/sysv/linux/sparc/sparc64/syscall.S: Likewise.

16 years ago* sysdeps/unix/sysv/linux/bits/resource.h: Define RUSAGE_THREAD and
Ulrich Drepper [Thu, 1 May 2008 05:37:50 +0000 (05:37 +0000)]
* sysdeps/unix/sysv/linux/bits/resource.h: Define RUSAGE_THREAD and

RUSAGE_LWP.
* sysdeps/unix/sysv/linux/sparc/bits/resource.h: Likewise.
* sysdeps/unix/sysv/linux/alpha/bits/resource.h: Likewise.

16 years agoDefine RUSAGE_THREAD and RUSAGE_LWP.
Ulrich Drepper [Thu, 1 May 2008 05:37:45 +0000 (05:37 +0000)]
Define RUSAGE_THREAD and RUSAGE_LWP.

16 years ago* stdlib/tst-setcontext.c: Include unistd.h.
Jakub Jelinek [Wed, 30 Apr 2008 18:08:16 +0000 (18:08 +0000)]
* stdlib/tst-setcontext.c: Include unistd.h.

2008-04-30  Jakub Jelinek  <jakub@redhat.com>

* stdlib/tst-setcontext.c: Include unistd.h.

16 years ago* sysdeps/unix/sysv/linux/sparc/sparc64/semctl.c (semctl):
Jakub Jelinek [Tue, 29 Apr 2008 17:07:03 +0000 (17:07 +0000)]
* sysdeps/unix/sysv/linux/sparc/sparc64/semctl.c (semctl):

Pass "union semun" properly in to sys_ipc, it must be passed
by value, not by reference.
2008-04-25  David S. Miller  <davem@davemloft.net>

* sysdeps/unix/sysv/linux/sparc/sparc64/semctl.c (semctl):
Pass "union semun" properly in to sys_ipc, it must be passed
by value, not by reference.

16 years ago* nscd/Makefile (nscd-cflags): Set back to -fpie.
Ulrich Drepper [Tue, 22 Apr 2008 15:53:59 +0000 (15:53 +0000)]
* nscd/Makefile (nscd-cflags): Set back to -fpie.

* nscd/nscd.h (mem_in_flight): Add attribute_tls_model_ie.
* nscd/connections.c (mem_in_flight): Likewise.

* nscd/nscd.h (dbs): Make hidden.

* sysdeps/unix/sysv/linux/times.c (__times): Fix check for EFAULT.
Avoid returning -1, return 0 instead.

16 years ago* resolv/res_mkquery.c (__res_nopt): Use NS_PUT16 instead of ns_put16.
Ulrich Drepper [Sun, 20 Apr 2008 04:56:49 +0000 (04:56 +0000)]
* resolv/res_mkquery.c (__res_nopt): Use NS_PUT16 instead of ns_put16.

16 years ago[BZ #5209, BZ #5381]
Ulrich Drepper [Sat, 19 Apr 2008 16:42:41 +0000 (16:42 +0000)]
[BZ #5209, BZ #5381]

2008-04-15  Ulrich Drepper  <drepper@redhat.com>
[BZ #5209]
* sysdeps/unix/sysv/linux/times.c: New file.

[BZ #5381]
* nscd/nscd.h: Define enum in_flight, mem_in_flight, and
mem_in_flight_list variables.  Add new parameter to mempool_alloc
prototype.
* nscd/mem.c (mempool_alloc): Take additional parameter.  Initialize
appropriate mem_in_flight element.
(gc): Take allocations which have not yet been committed to the
database into account.
* nscd/cache.c (cache_add): Add new parameter to mempool_alloc call.
Reset mem_in_flight before returning.
* nscd/connections.c (nscd_run_worker): Initialize mem_in_flight and
cue it up in mem_in_flight_list.
* nscd/aicache.c: Adjust mempool_alloc call.
* nscd/grpcache.c: Likewise.
* nscd/hstcache.c: Likewise.
* nscd/initgrcache.c: Likewise.
* nscd/pwdcache.c: Likewise.
* nscd/servicescache.c: Likewise.
* nscd/Makefile (nscd-flags): Until ld is fixed, use -fpic instead
of -fpie.

* nscd/connections.c (handle_request): Provide better error message
in case SELinux forbids the service.

* version.h (VERSION): Bump to 2.8.90.

16 years ago(VERSION): Bump to 2.8.90.
Ulrich Drepper [Sat, 19 Apr 2008 16:38:18 +0000 (16:38 +0000)]
(VERSION): Bump to 2.8.90.

16 years ago* sysdeps/unix/sysv/linux/dl-osinfo.h: Include fcntl.h.
Jakub Jelinek [Thu, 17 Apr 2008 08:32:24 +0000 (08:32 +0000)]
* sysdeps/unix/sysv/linux/dl-osinfo.h: Include fcntl.h.

2008-04-17  Jakub Jelinek  <jakub@redhat.com>

* sysdeps/unix/sysv/linux/dl-osinfo.h: Include fcntl.h.

16 years ago* sysdeps/unix/sysv/linux/sparc/sparc32/sem_wait.c
Jakub Jelinek [Tue, 15 Apr 2008 15:00:30 +0000 (15:00 +0000)]
* sysdeps/unix/sysv/linux/sparc/sparc32/sem_wait.c

(__old_sem_wait): Fix argument to lll_futex_wait().
2008-04-14  David S. Miller  <davem@davemloft.net>

* sysdeps/unix/sysv/linux/sparc/sparc32/sem_wait.c
(__old_sem_wait): Fix argument to lll_futex_wait().

16 years ago* sysdeps/unix/sysv/linux/powerpc/bits/mathinline.h (__signbitl):
Ulrich Drepper [Sat, 12 Apr 2008 04:17:47 +0000 (04:17 +0000)]
* sysdeps/unix/sysv/linux/powerpc/bits/mathinline.h (__signbitl):

Also use for 32-bit.

16 years ago* sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c (__nearbyintl): Use
Ulrich Drepper [Sat, 12 Apr 2008 03:49:11 +0000 (03:49 +0000)]
* sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c (__nearbyintl): Use

__nextafter instead of nextafter to avoid local PLT.

16 years ago* sysdeps/powerpc/fpu/e_sqrt.c: Avoid call to fetestexcept.
Ulrich Drepper [Sat, 12 Apr 2008 03:39:30 +0000 (03:39 +0000)]
* sysdeps/powerpc/fpu/e_sqrt.c: Avoid call to fetestexcept.

* sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.

16 years ago* sysdeps/powerpc/fpu/fe_nomask.c: Add libm_hidden_def. Include
Ulrich Drepper [Sat, 12 Apr 2008 02:39:29 +0000 (02:39 +0000)]
* sysdeps/powerpc/fpu/fe_nomask.c: Add libm_hidden_def.  Include

<fenv_libc.h> instead of <fenv.h>.

16 years ago* scripts/data/localplt-powerpc64-linux-gnu.data: New file.
Ulrich Drepper [Sat, 12 Apr 2008 00:55:55 +0000 (00:55 +0000)]
* scripts/data/localplt-powerpc64-linux-gnu.data: New file.

16 years ago* sysdeps/powerpc/fpu/fenv_libc.h: Add libm_hidden_proto for
Ulrich Drepper [Sat, 12 Apr 2008 00:51:34 +0000 (00:51 +0000)]
* sysdeps/powerpc/fpu/fenv_libc.h: Add libm_hidden_proto for

__fe_nomask_env.
* sysdeps/powerpc/fpu/fe_nomask.c: Add libm_hidden_def.
* sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c: Likewise.
* sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c: Likewise.

* sysdeps/powerpc/bits/fenv.h: Make safe for C++.

* sysdeps/unix/sysv/linux/powerpc/bits/mathinline.h: New file.
* sysdeps/powerpc/fpu/fegetexcept.c (__fegetexcept): Rename
function from fegetexcept and make old name weak alias.
* include/fenv.h: Declare __fegetexcept.
* sysdeps/powerpc/fpu/fedisblxcpt.c: Use __fegetexcept instead of
fegetexcept.
* sysdeps/powerpc/fpu/feenablxcpt.c: Likewise.
* sysdeps/powerpc/fpu/fraiseexcpt.c (__feraiseexcept): Avoid call
to fetestexcept.
* sysdeps/ieee754/ldbl-128ibm/s_log1pl.c (__log1pl): Use __frexpl
instead of frexpl to avoid local PLT.
* math/s_significandl.c (__significandl): Use __ilogbl instead of
ilogbl to avoid local PLT.
* sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (__expm1l): Use __ldexpl
instead of ldexpl to avoid local PLT.
* sysdeps/ieee754/ldbl-128ibm/e_expl.c (__ieee754_expl): Use
__roundl not roundl to avoid local PLT.
* sysdeps/ieee754/ldbl-128/e_j0l.c: Use function names which avoid
local PLTs.  Use __sincosl instead of separate sinl and cosl
calls.
* sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.

16 years ago* sysdeps/unix/sysv/linux/configure.in: Bump minimal kernel
Ulrich Drepper [Fri, 11 Apr 2008 21:13:48 +0000 (21:13 +0000)]
* sysdeps/unix/sysv/linux/configure.in: Bump minimal kernel

version for ppc64 to 2.4.21 since without it makecontext will fail.

16 years ago* elf/tls-macros.h [__powerpc64__] (__TLS_GET_ADDR): Define according
Ulrich Drepper [Fri, 11 Apr 2008 21:05:53 +0000 (21:05 +0000)]
* elf/tls-macros.h [__powerpc64__] (__TLS_GET_ADDR): Define according

to the ABI in use.
[__powerpc64__] (TLS_LD): Use __TLS_GET_ADDR instead of
.__tls_get_addr.
[__powerpc64__] (TLS_GD): Likewise.

16 years ago* elf/tls-macros.h (__TLS_GET_ADDR): Define according to the ABI
Ulrich Drepper [Fri, 11 Apr 2008 21:04:10 +0000 (21:04 +0000)]
* elf/tls-macros.h (__TLS_GET_ADDR): Define according to the ABI

in use.
(TLS_LD): Use __TLS_GET_ADDR instead of .__tls_get_addr.
(TLS_GD): Likewise.

16 years ago[BZ #4997]
Ulrich Drepper [Fri, 11 Apr 2008 19:32:58 +0000 (19:32 +0000)]
[BZ #4997]

16 years ago[BZ4997]
Ulrich Drepper [Fri, 11 Apr 2008 19:32:37 +0000 (19:32 +0000)]
[BZ4997]

* sysdeps/powerpc/powerpc32/fpu/s_lround.S (__lround): Fixed erroneous
result when x is +/-nextafter(+/-0.5,-/+1) i.e. all 1's in the
mantissa.
* sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S (__llround):
Likewise.  Also account for when x is an odd number between 2^52
and 2^53-1.
* sysdeps/powerpc/powerpc64/fpu/s_llround.S (__llround): Likewise.
* sysdeps/powerpc/powerpc64/fpu/s_llroundf.S (__llroundf): Likewise.
* math/libm-test.inc (lround_test, llround_test): Added test cases to
detect aforementioned erroneous conditions.

16 years ago* configure.in: Check for -fno-section-anchors in addition to
Ulrich Drepper [Fri, 11 Apr 2008 17:53:44 +0000 (17:53 +0000)]
* configure.in: Check for -fno-section-anchors in addition to

-fno-toplevel-reorder.

16 years ago* include/features.h (__GLIBC_MINOR__): Bump to 8.
Ulrich Drepper [Fri, 11 Apr 2008 17:33:24 +0000 (17:33 +0000)]
* include/features.h (__GLIBC_MINOR__): Bump to 8.

* sysdeps/powerpc/powerpc32/fpu/s_lroundf.S: Remove duplicate comment.
* sysdeps/powerpc/powerpc32/power5+/fpu/s_llroundf.S: Likewise.
* sysdeps/powerpc/powerpc32/power6/fpu/s_llroundf.S: Likewise.
* sysdeps/powerpc/powerpc64/fpu/s_lrint.S: Likewise.
* sysdeps/powerpc/powerpc64/fpu/s_lround.S: Likewise.
* sysdeps/powerpc/powerpc64/fpu/s_lroundf.S: Likewise.

16 years ago[BZ #5443]
Ulrich Drepper [Fri, 11 Apr 2008 08:20:04 +0000 (08:20 +0000)]
[BZ #5443]

2008-04-11  Jakub Jelinek  <jakub@redhat.com>
[BZ #5443]
* time/era.c: Transform __libc_setlocale_lock into rwlock.
* time/alt_digit.c: Likewise.
* wcsmbs/wcsmbsload.c: Likewise.

16 years ago* version.h (VERSION): Bump to 2.8.
Ulrich Drepper [Fri, 11 Apr 2008 07:01:57 +0000 (07:01 +0000)]
* version.h (VERSION): Bump to 2.8.

16 years ago* timzeone/asia: Update from tzdata2008b.
Ulrich Drepper [Fri, 11 Apr 2008 05:04:15 +0000 (05:04 +0000)]
* timzeone/asia: Update from tzdata2008b.

* timezone/backward: Likewise.
* timezone/europe: Likewise.
* timezone/northamerica: Likewise.
* timezone/southamerica: Likewise.
* timezone/iso3166.tab: Likewise.
* timezone/leapseconds: Likewise.
* timezone/zone.tab: Likewise.
* timezone/private.h: Update from tzcode2008a.
* timezone/zdump.c: Likewise.
* timezone/zic.c: Likewise.

16 years ago[BZ #5741]
Ulrich Drepper [Fri, 11 Apr 2008 00:02:52 +0000 (00:02 +0000)]
[BZ #5741]

2008-01-24  Steven Munroe  <sjmunroe@us.ibm.com>
[BZ #5741]
* sysdeps/powerpc/powerpc64/dl-machine.h (PPC_DCBT, PPC_DCBF):
Define additonal Data Cache Block instruction macros.
(elf_machine_fixup_plt): Add dcbt for opd and plt entries.
Replace dcbst with dcbf and sync with sync/isync.

16 years ago* sysdeps/unix/sysv/syscalls.list: The times syscall doesn't have
Ulrich Drepper [Thu, 10 Apr 2008 18:56:10 +0000 (18:56 +0000)]
* sysdeps/unix/sysv/syscalls.list: The times syscall doesn't have

a reserved error value.

16 years ago* sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_type_class):
Ulrich Drepper [Thu, 10 Apr 2008 18:26:16 +0000 (18:26 +0000)]
* sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_type_class):

Always set ELF_RTYPE_CLASS_PLT.
(elf_machine_lookup_noexec_p, elf_machine_lookup_noplt_p): Delete.

16 years ago* sysdeps/powerpc/powerpc32/power4/hp-timing.c: New file.
Ulrich Drepper [Thu, 10 Apr 2008 16:50:07 +0000 (16:50 +0000)]
* sysdeps/powerpc/powerpc32/power4/hp-timing.c: New file.

* sysdeps/powerpc/powerpc32/power4/hp-timing.h: New file.
* sysdeps/powerpc/powerpc64/hp-timing.h [_ARCH_PWR4] (HP_TIMING_NOW):
For ISA 2.01 and later replace mftb with mfspr 268.

* sysdeps/i386/i686/memcpy.S: Optimize copying of equally aligned
buffers.

16 years ago[BZ #5768]
Ulrich Drepper [Thu, 10 Apr 2008 14:17:22 +0000 (14:17 +0000)]
[BZ #5768]

2008-02-19  Steven Munroe  <sjmunroe@us.ibm.com>
[BZ #5768]
* sysdeps/powerpc/fpu/Makefile (libm-tests): Add test-powerpc-snan.
* sysdeps/powerpc/fpu/test-powerpc-snan.c: New file.

2008-02-18  Steven Munroe  <sjmunroe@us.ibm.com>

[BZ #5768]
* sysdeps/powerpc/powerpc32/fpu/s_isnan.S: New file.
* sysdeps/powerpc/powerpc32/fpu/s_isnan.c: Removed.
* sysdeps/powerpc/powerpc64/fpu/s_isnan.S: New file.
* sysdeps/powerpc/powerpc64/fpu/s_isnan.c: Removed.

16 years agoisnan implementation for ppc32.
Ulrich Drepper [Thu, 10 Apr 2008 14:15:27 +0000 (14:15 +0000)]
isnan implementation for ppc32.

16 years ago* stdlib/tst-makecontext.c (othervar): New variable.
Jakub Jelinek [Thu, 10 Apr 2008 08:26:41 +0000 (08:26 +0000)]
* stdlib/tst-makecontext.c (othervar): New variable.

(cf): Test sign extending the argument to long.
2008-04-10  Jakub Jelinek  <jakub@redhat.com>

* stdlib/tst-makecontext.c (othervar): New variable.
(cf): Test sign extending the argument to long.

16 years agoisnan implementation for Power6x 64-bit
Ulrich Drepper [Thu, 10 Apr 2008 05:59:52 +0000 (05:59 +0000)]
isnan implementation for Power6x 64-bit

16 years ago* sysdeps/powerpc/powerpc32/power5/fpu/s_isnan.S: New file.
Ulrich Drepper [Thu, 10 Apr 2008 05:59:13 +0000 (05:59 +0000)]
* sysdeps/powerpc/powerpc32/power5/fpu/s_isnan.S: New file.

* sysdeps/powerpc/powerpc32/power5/fpu/s_isnanf.S: New file.
* sysdeps/powerpc/powerpc32/power6/fpu/s_isnan.S: New file.
* sysdeps/powerpc/powerpc32/power6/fpu/s_isnanf.S: New file.
* sysdeps/powerpc/powerpc64/power5/fpu/s_isnan.S: New file.
* sysdeps/powerpc/powerpc64/power6/fpu/s_isnan.S: New file.
* sysdeps/powerpc/powerpc64/power6x/fpu/s_isnan.S: New file.

16 years ago* elf/Makefile (tests): Substitute tests-vis-yes here.
Ulrich Drepper [Thu, 10 Apr 2008 05:02:48 +0000 (05:02 +0000)]
* elf/Makefile (tests): Substitute tests-vis-yes here.

(tests-vis-yes): Delete.
(modules-name, modules-vis-yes): Similarly.

16 years ago[BZ #4407]
Ulrich Drepper [Thu, 10 Apr 2008 04:58:03 +0000 (04:58 +0000)]
[BZ #4407]

2008-02-12  Pete Eberlein  <eberlein@us.ibm.com>
[BZ #4407]
* sysdeps/ieee754/ldbl-128/e_lgammal_r.c (__ieee754_lgammal_r):
Preserve sign in signgamp when x is zero.

16 years ago* sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.S: New File.
Ulrich Drepper [Thu, 10 Apr 2008 04:53:40 +0000 (04:53 +0000)]
* sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.S: New File.

* sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.c: Removed.
* sysdeps/powerpc/powerpc32/power4/fpu/w_sqrtf.S: New File.
* sysdeps/powerpc/powerpc32/power4/fpu/w_sqrtf.c: Removed.
* sysdeps/powerpc/powerpc32/power5/fpu/w_sqrt.S: New File.
* sysdeps/powerpc/powerpc32/power5/fpu/w_sqrtf.S: New File.

16 years ago[BZ #4314]
Ulrich Drepper [Wed, 9 Apr 2008 20:01:52 +0000 (20:01 +0000)]
[BZ #4314]

* sysdeps/i386/i686/memcpy.S: Optimize copying of aligned buffers.

16 years ago* sysdeps/unix/sysv/syscalls.list: The times syscall doesn't return
Ulrich Drepper [Wed, 9 Apr 2008 19:04:16 +0000 (19:04 +0000)]
* sysdeps/unix/sysv/syscalls.list: The times syscall doesn't return

16 years ago[BZ #5209]
Ulrich Drepper [Wed, 9 Apr 2008 18:47:07 +0000 (18:47 +0000)]
[BZ #5209]

* sysdeps/unix/sysv/syscalls.list: times syscalls doesn't return
an error value.

16 years ago[BZ #5436]
Ulrich Drepper [Wed, 9 Apr 2008 18:30:12 +0000 (18:30 +0000)]
[BZ #5436]

2008-04-09  Ulrich Drepper  <drepper@redhat.com>
* stdlib/tst-makecontext.c: Change parameter to cf to negative
value to check for correct sign extension.

[BZ #5436]
* sysdeps/unix/sysv/linux/x86_64/makecontext.c (__makecontext):
Copy 64-bit parameter values even though this is not required in
the standard.

* sysdeps/unix/sysv/linux/x86_64/vfork.S (__vfork): Record return
PC save.

16 years ago* sysdeps/unix/sysv/linux/i386/vfork.S (__vfork): Record return
Ulrich Drepper [Wed, 9 Apr 2008 17:45:55 +0000 (17:45 +0000)]
* sysdeps/unix/sysv/linux/i386/vfork.S (__vfork): Record return

PC save.

16 years ago* nss_files/files-XXX.c (_nss_files_getXXent_r): Restore saved errno.
Ulrich Drepper [Wed, 9 Apr 2008 15:49:54 +0000 (15:49 +0000)]
* nss_files/files-XXX.c (_nss_files_getXXent_r): Restore saved errno.

16 years ago[BZ #5998]
Ulrich Drepper [Wed, 9 Apr 2008 07:42:19 +0000 (07:42 +0000)]
[BZ #5998]

2008-04-09  Ulrich Drepper  <drepper@redhat.com>
[BZ #5998]
* libio/iofwrite.c (_IO_fwrite): Return correct count if flushing
in line-buffered stream failed.
* libio/iofwrite_u.c (fwrite_unlocked): Likewise.

16 years ago[BZ #6024]
Ulrich Drepper [Wed, 9 Apr 2008 05:39:54 +0000 (05:39 +0000)]
[BZ #6024]

* scripts/abi-versions.awk: If the version specified by
--enable-oldest-abi is older than the first version for this
architecture, use the default version.

16 years ago* locale/programs/ld-collate.c (collate_read): Ignore script lines
Ulrich Drepper [Tue, 8 Apr 2008 15:03:59 +0000 (15:03 +0000)]
* locale/programs/ld-collate.c (collate_read): Ignore script lines

as well when ignoring the whole category.

16 years ago(collate_read): Ignore script lines as well when ignoring the whole category.
Ulrich Drepper [Tue, 8 Apr 2008 15:03:46 +0000 (15:03 +0000)]
(collate_read): Ignore script lines as well when ignoring the whole category.

16 years ago[BZ #6020]
Jakub Jelinek [Tue, 8 Apr 2008 06:36:47 +0000 (06:36 +0000)]
[BZ #6020]

* sysdeps/unix/sysv/linux/sparc/lowlevellock.h
(lll_futex_wake_unlock): Add private argument to the pre-v9 macro.
Patch by Sunil Amitkumar Janki <devel.sjanki@gmail.com>.
2008-04-08  Jakub Jelinek  <jakub@redhat.com>

[BZ #6020]
* sysdeps/unix/sysv/linux/sparc/lowlevellock.h
(lll_futex_wake_unlock): Add private argument to the pre-v9 macro.
Patch by Sunil Amitkumar Janki <devel.sjanki@gmail.com>.

16 years ago[BZ #6042]
Ulrich Drepper [Tue, 8 Apr 2008 00:40:35 +0000 (00:40 +0000)]
[BZ #6042]

2008-04-07  Ulrich Drepper  <drepper@redhat.com>
[BZ #6042]
* sysdeps/unix/sysv/linux/net/ethernet.h: Add a few more
ETHERTYPE_* definitions.
Patch partly by Aurelien Jarno <aurelien@aurel32.net>.

16 years ago[BZ #6040]
Ulrich Drepper [Tue, 8 Apr 2008 00:17:58 +0000 (00:17 +0000)]
[BZ #6040]

* locales/fr_FR: Fix abmon, abday, d_ftm, grouping.

16 years ago[BZ #6004]
Ulrich Drepper [Mon, 7 Apr 2008 23:53:54 +0000 (23:53 +0000)]
[BZ #6004]

* locales/iso14651_t1_common: Fix first weight for U+1E60, U+1E62,
U+1E64, U+1E66, and U+1E68.
Patch by Jesse Thilo <unixweenie@gmail.com>.

16 years agoFix first weight for U+1E60, U+1E62, U+1E64, U+1E66, and U+1E68.
Ulrich Drepper [Mon, 7 Apr 2008 23:53:20 +0000 (23:53 +0000)]
Fix first weight for U+1E60, U+1E62, U+1E64, U+1E66, and U+1E68.

16 years ago* stdlib/mbtowc.c (__no_r_state): Remove.
Jakub Jelinek [Mon, 7 Apr 2008 20:03:08 +0000 (20:03 +0000)]
* stdlib/mbtowc.c (__no_r_state): Remove.

(mbtowc): New static state variable.  Use it instead of
__no_r_state.
* stdlib/wctomb.c (__no_r_state): Remove extern decl.
(__wctomb_state): New hidden variable.
(wctomb): Use __wctomb_state instead of __no_r_state.
* debug/wctomb_chk.c (__no_r_state): Remove extern decl.
(__wctomb_state): New extern decl.
(__wctomb_chk): Use __wctomb_state instead of __no_r_state.
2008-04-07  Jakub Jelinek  <jakub@redhat.com>

* stdlib/mbtowc.c (__no_r_state): Remove.
(mbtowc): New static state variable.  Use it instead of
__no_r_state.
* stdlib/wctomb.c (__no_r_state): Remove extern decl.
(__wctomb_state): New hidden variable.
(wctomb): Use __wctomb_state instead of __no_r_state.
* debug/wctomb_chk.c (__no_r_state): Remove extern decl.
(__wctomb_state): New extern decl.
(__wctomb_chk): Use __wctomb_state instead of __no_r_state.

16 years ago[BZ #5475]
Ulrich Drepper [Mon, 7 Apr 2008 17:36:07 +0000 (17:36 +0000)]
[BZ #5475]

2008-04-07  Ulrich Drepper  <drepper@redhat.com>
[BZ #5475]
* resolv/res_init.c: Handle scope IDs in resolv.conf.

16 years agoHandle scope IDs in resolv.conf.
Ulrich Drepper [Mon, 7 Apr 2008 17:20:25 +0000 (17:20 +0000)]
Handle scope IDs in resolv.conf.

16 years ago* malloc/mtrace.pl: Use $@ instead of $* to keep perl 5.10 quiet.
Jakub Jelinek [Mon, 7 Apr 2008 14:45:18 +0000 (14:45 +0000)]
* malloc/mtrace.pl: Use $@ instead of $* to keep perl 5.10 quiet.

2008-04-07  Jakub Jelinek  <jakub@redhat.com>

* malloc/mtrace.pl: Use $@ instead of $* to keep perl 5.10 quiet.

16 years ago* po/nl.po: Update from translation team.
Ulrich Drepper [Sun, 6 Apr 2008 15:32:17 +0000 (15:32 +0000)]
* po/nl.po: Update from translation team.

16 years ago[BZ #6007]
Ulrich Drepper [Mon, 31 Mar 2008 18:30:26 +0000 (18:30 +0000)]
[BZ #6007]

2008-03-31  Ulrich Drepper  <drepper@redhat.com>
[BZ #6007]
* string/strfry.c: Handle empty strings again.

16 years ago* locales/iso14651_t1_common: Add support for Gujarati script.
Ulrich Drepper [Mon, 31 Mar 2008 14:15:28 +0000 (14:15 +0000)]
* locales/iso14651_t1_common: Add support for Gujarati script.

Patch by Pravin Satpute <psatpute@redhat.com>.

16 years ago[BZ #5443]
Ulrich Drepper [Mon, 31 Mar 2008 00:38:06 +0000 (00:38 +0000)]
[BZ #5443]

2008-03-30  Ulrich Drepper  <drepper@redhat.com>
[BZ #5443]
* intl/dcigettext.c (__dcigettext): Get reader lock for locale data
before looking for translation.
* locale/duplocale.c: Transform __libc_setlocale_lock into rwlock.
* locale/freelocale.c: Likewise.
* locale/newlocale.c: Likewise.
* locale/setlocale.c: Likewise.
Based partially on a patch by ryo@np.css.fujitsu.com.

16 years ago* intl/dcigettext.c (_nl_find_msg): Reread nconversions after
Ulrich Drepper [Sun, 30 Mar 2008 23:40:18 +0000 (23:40 +0000)]
* intl/dcigettext.c (_nl_find_msg): Reread nconversions after

acquiring wrlock.  Do conv_tab allocation while holding lock.
* intl/Makefile: Add rules to build and run tst-gettext6.
* intl/tst-gettext6.c: New test.
* intl/tst-gettext6.sh: New file.

16 years ago* po/nl.po: Update from translation team.
Ulrich Drepper [Sun, 30 Mar 2008 19:34:39 +0000 (19:34 +0000)]
* po/nl.po: Update from translation team.

16 years ago* sysdeps/unix/opendir.c (__alloc_dir): If allocation fails for size
Ulrich Drepper [Sun, 30 Mar 2008 08:51:55 +0000 (08:51 +0000)]
* sysdeps/unix/opendir.c (__alloc_dir): If allocation fails for size

provided through st_blksize, try the default size before giving up.

16 years ago* stdio-common/vfprintf.c (vfprintf): Correct overflow test.
Ulrich Drepper [Sun, 30 Mar 2008 05:39:35 +0000 (05:39 +0000)]
* stdio-common/vfprintf.c (vfprintf): Correct overflow test.

16 years ago[BZ #5939]
Ulrich Drepper [Sun, 30 Mar 2008 03:30:38 +0000 (03:30 +0000)]
[BZ #5939]

* sysdeps/posix/tempname.c (__gen_tempname): Correct flag selection.

16 years ago* posix/getopt.c (_getopt_internal_r): Remove old POSIX-demanded
Ulrich Drepper [Sat, 29 Mar 2008 20:20:00 +0000 (20:20 +0000)]
* posix/getopt.c (_getopt_internal_r): Remove old POSIX-demanded

error message.  POSIX today does not require the messages to be in
a specific form.  Suggested by Jim Meyering <jim@meyering.net>.

16 years ago[BZ #5979]
Ulrich Drepper [Sat, 29 Mar 2008 18:12:46 +0000 (18:12 +0000)]
[BZ #5979]

* sunrpc/auth_unix.c: Unify printed strings.
* sunrpc/clnt_tcp.c: Likewise.
* sunrpc/clnt_udp.c: Likewise.
* sunrpc/clnt_unix.c: Likewise.
* sunrpc/svc_tcp.c: Likewise.
* sunrpc/svc_udp.c: Likewise.
* sunrpc/svc_unix.c: Likewise.
* sunrpc/xdr.c: Likewise.
* sunrpc/xdr_array.c: Likewise.
* sunrpc/xdr_rec.c: Likewise.
* sunrpc/xdr_ref.c: Likewise.
* locale/programs/ld-time.c (time_finish): Unify messages.
* locale/programs/locfile.c (handle_copy): Fix typo.
* nscd/nscd.c (options): Fix typo.

16 years ago[BZ #5995]
Ulrich Drepper [Sat, 29 Mar 2008 17:17:40 +0000 (17:17 +0000)]
[BZ #5995]

2008-03-29  Ulrich Drepper  <drepper@redhat.com>
[BZ #5995]
* stdlib/strtod_l.c: Use correct sign for result in one more
underflow case.
Patch by Eric Blake <ebb9@byu.net>.

16 years ago* sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Add open
Ulrich Drepper [Thu, 27 Mar 2008 16:23:55 +0000 (16:23 +0000)]
* sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Add open

and creat system calls.
* sysdeps/unix/sysv/linux/alpha/syscalls.list: Remove open system
call.
* sysdeps/unix/sysv/linux/ia64/syscalls.list: Remove open and creat
system calls.
* sysdeps/unix/sysv/linux/powerpc/powerpc64/syscalls.list: Likewise.
* sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
* sysdeps/unix/sysv/linux/x86_64/syscalls.list: Likewise.

16 years ago* sysdeps/unix/sysv/linux/bits/local_lim.h: Undefined ARG_MAX if
Ulrich Drepper [Thu, 27 Mar 2008 15:20:38 +0000 (15:20 +0000)]
* sysdeps/unix/sysv/linux/bits/local_lim.h: Undefined ARG_MAX if

<linux/limits.h> has defined it.
* sysdeps/unix/sysv/linux/sys/param.h: Define NCARGS to the legacy
ARG_MAX value and prevent ARG_MAX from being defined by the kernel
headers.
* sysdeps/unix/sysv/linux/sysconf.c: Define legacy_ARG_MAX and use
it instead of ARG_MAX.

16 years ago* posix/gai.conf: Fix comment for scope nullbits.
Ulrich Drepper [Wed, 26 Mar 2008 17:45:14 +0000 (17:45 +0000)]
* posix/gai.conf: Fix comment for scope nullbits.

* sysdeps/posix/getaddrinfo.c (gaiconf_init): If /bits is not present,
default to 128 bits for v4 mapped addresses.

16 years agoFix comment for scope nullbits.
Ulrich Drepper [Wed, 26 Mar 2008 17:44:50 +0000 (17:44 +0000)]
Fix comment for scope nullbits.

16 years ago[BZ #5983]
Roland McGrath [Wed, 26 Mar 2008 08:21:56 +0000 (08:21 +0000)]
[BZ #5983]

16 years ago* structs.def: Add pid field of struct pthread.
Roland McGrath [Wed, 26 Mar 2008 08:21:29 +0000 (08:21 +0000)]
* structs.def: Add pid field of struct pthread.

* td_ta_thr_iter.c (iterate_thread_list): Take new arg MATCH_PID.
If a thread's pid does not match nor is < 0 while its tid matches
nor is < 0 and equal to -MATCH_PID, ignore it.
* td_thr_validate.c (td_thr_validate): Validate thread's pid/tid.

16 years ago2008-03-25 Roland McGrath <roland@redhat.com>
Roland McGrath [Wed, 26 Mar 2008 08:21:10 +0000 (08:21 +0000)]
2008-03-25  Roland McGrath  <roland@redhat.com>

* structs.def: Add pid field of struct pthread.
* td_ta_thr_iter.c (iterate_thread_list): Take new arg MATCH_PID.
If a thread's pid does not match nor is < 0 while its tid matches
nor is < 0 and equal to -MATCH_PID, ignore it.
* td_thr_validate.c (td_thr_validate): Validate thread's pid/tid.

16 years ago* sysdeps/s390/fpu/fegetenv.c (fegetenv): Remove PTRACE_PEEKUSER
Ulrich Drepper [Mon, 24 Mar 2008 20:01:15 +0000 (20:01 +0000)]
* sysdeps/s390/fpu/fegetenv.c (fegetenv): Remove PTRACE_PEEKUSER

ptrace call to get the ieee_instruction_pointer from the kernel.
* sysdeps/s390/fpu/fesetenv.c (fesetenv): Remove PTRACE_POKEUSER
ptrace call to set the ieee_instructtion_pointer.
* sysdeps/unix/sysv/linux/s390/sys/user.h (struct _user_regs_struct):
Add comment that ieee_instruction_pointer is always 0.

16 years ago[BZ #5857]
Ulrich Drepper [Mon, 24 Mar 2008 19:57:55 +0000 (19:57 +0000)]
[BZ #5857]

2008-03-09  Andreas Jaeger  <aj@suse.de>
[BZ #5857]
* sysdeps/ieee754/dbl-64/s_rint.c (__rint): Handle j0==18.
* sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Likewise.
   Patch by Mark Elliott <mark.h.elliott@lmco.com>.

* math/libm-test.inc (nearbyint_test): Add new test cases from #5857.
(rint_test): Likewise.