]> sourceware.org Git - glibc.git/log
glibc.git
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. cvs/glibc-2_8-branch cvs/glibc-2_8-base
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): cvs/fedora-glibc-20080412T0741 cvs/glibc-2_8 glibc-2.8
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] cvs/fedora-glibc-20080411T1934
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 cvs/fedora-glibc-20080410T1907
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] cvs/fedora-glibc-20080408T0706
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 cvs/fedora-glibc-20080328T1347
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] cvs/fedora-glibc-20080326T1041
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.

16 years ago* nis/nis_call.c (nis_server_cache_search): Save errno around stat
Ulrich Drepper [Mon, 24 Mar 2008 19:28:00 +0000 (19:28 +0000)]
* nis/nis_call.c (nis_server_cache_search): Save errno around stat

call.
(__nisfind_server): Similar for open readColdStartFile call.
Patch partially by Jim Meyering.
* nss/nss_files/files-XXX.c (_nss_files_getXXent_r): Save errno
around internal_setent call.

16 years ago* po/vi.po: New Vietnamese translation.
Ulrich Drepper [Mon, 24 Mar 2008 16:18:56 +0000 (16:18 +0000)]
* po/vi.po: New Vietnamese translation.

16 years ago* sysdeps/unix/sysv/linux/adjtime.c: Correctly use
Ulrich Drepper [Mon, 24 Mar 2008 16:11:32 +0000 (16:11 +0000)]
* sysdeps/unix/sysv/linux/adjtime.c: Correctly use

ADJ_OFFSET_SS_READ.

16 years ago* sysdeps/unix/sysv/linux/bits/sched.h: Add new CLONE_* flags,
Ulrich Drepper [Mon, 24 Mar 2008 16:03:48 +0000 (16:03 +0000)]
* sysdeps/unix/sysv/linux/bits/sched.h: Add new CLONE_* flags,

remove CLONE_STOPPED.

16 years ago* locales/iso14651_t1_common: Add support for Devanagari script.
Ulrich Drepper [Mon, 24 Mar 2008 05:08:33 +0000 (05:08 +0000)]
* locales/iso14651_t1_common: Add support for Devanagari script.

* locales/mr_IN: Adjust Devanagari sorting for mr_IN.
Patch by Pravin Satpute <psatpute@redhat.com>.

16 years agoRemove useless "if" before "free":
Ulrich Drepper [Wed, 19 Mar 2008 06:43:46 +0000 (06:43 +0000)]
Remove useless "if" before "free":

* elf/ldconfig.c (parse_conf_include): Likewise.
* gmon/gmon.c (weak_alias): Likewise.
* iconv/gconv_conf.c (__gconv_get_path): Likewise.
* inet/rcmd.c (__validuser2_sa): Likewise.
* intl/bindtextdom.c (set_binding_values): Likewise.
* intl/loadmsgcat.c (_nl_load_domain, _nl_unload_domain): Likewise.
* libio/genops.c (save_for_backup): Likewise.
* libio/wgenops.c (save_for_wbackup): Likewise.
* locale/programs/ld-collate.c (collate_read): Likewise.
* locale/programs/linereader.c (get_string): Likewise.
* nis/nss_compat/compat-pwd.c (give_pwd_free): Likewise.
* nis/nss_compat/compat-spwd.c (give_spwd_free): Likewise.
* resolv/res_debug.c (do_section): Likewise.
* sunrpc/xdr_sizeof.c (x_inline, xdr_sizeof): Likewise.
* sysdeps/mach/hurd/if_index.c (libc_hidden_def): Likewise.
* sysdeps/posix/sprofil.c (__sprofil): Likewise.
* time/lc-time-cleanup.c (_nl_cleanup_time): Likewise.
* time/tzset.c (tzset_internal): Likewise.

16 years agoRemove useless "if" before "free".
Ulrich Drepper [Wed, 19 Mar 2008 06:43:34 +0000 (06:43 +0000)]
Remove useless "if" before "free".

16 years ago* sysdeps/unix/sysv/linux/dl-sysdep.h: Use __ASSEMBLER__ instead
Jakub Jelinek [Mon, 17 Mar 2008 23:41:58 +0000 (23:41 +0000)]
* sysdeps/unix/sysv/linux/dl-sysdep.h: Use __ASSEMBLER__ instead

of ASSEMBLER. nptl/
* sysdeps/unix/sysv/linux/ia64/dl-sysdep.h: Use __ASSEMBLER__ instead
of ASSEMBLER.
* sysdeps/unix/sysv/linux/i386/i686/dl-sysdep.h: Likewise.
* sysdeps/unix/sysv/linux/i386/dl-sysdep.h: Likewise.
2008-03-18  Jakub Jelinek  <jakub@redhat.com>

* sysdeps/unix/sysv/linux/dl-sysdep.h: Use __ASSEMBLER__ instead
of ASSEMBLER.

16 years agoFix typo. cvs/fedora-glibc-20080314T2159
Ulrich Drepper [Fri, 14 Mar 2008 21:52:57 +0000 (21:52 +0000)]
Fix typo.

16 years ago* sysdeps/unix/sysv/linux/i386/dl-sysdep.h: Define
Ulrich Drepper [Fri, 14 Mar 2008 21:49:02 +0000 (21:49 +0000)]
* sysdeps/unix/sysv/linux/i386/dl-sysdep.h: Define

HAVE_DL_DISCOVER_OSVERSION.
* sysdeps/unix/sysv/linux/i386/i686/dl-sysdep.h: Likewise.
* sysdeps/unix/sysv/linux/ia64/dl-sysdep.h: Likewise.

16 years ago[BZ #5903] cvs/fedora-glibc-20080314T1732
Ulrich Drepper [Tue, 11 Mar 2008 20:14:03 +0000 (20:14 +0000)]
[BZ #5903]

2008-03-11  Ulrich Drepper  <drepper@redhat.com>
[BZ #5903]
* iconv/iconv_charmap.c (charmap_conversion): Pass name of output file
not stream for output file.  Open output file here.
* iconv/iconv_prog.c (process_lock): Take pointer to output stream
and output file name.
(process_fd): Likewise.
(process_file): Likewise.
(main): Adjust callers of changed functions.
* iconv/iconv_prog.h: Adjust prototype.

16 years ago(charmap_conversion): Pass name of output file not stream for output file. Open outpu...
Ulrich Drepper [Tue, 11 Mar 2008 20:12:16 +0000 (20:12 +0000)]
(charmap_conversion): Pass name of output file not stream for output file. Open output file here.

16 years ago[BZ #5753] cvs/fedora-glibc-20080310T1651
Andreas Jaeger [Mon, 10 Mar 2008 06:21:36 +0000 (06:21 +0000)]
[BZ #5753]

Update.
2008-03-09  Andreas Jaeger  <aj@suse.de>

[BZ #5753]
* sysdeps/ia64/ieee754.h: Use protected namespace
__BIG_ENDIAN/__LITTLE_ENDIAN.
* sysdeps/ieee754/ieee754.h: Likewise.
Patch by Aurelien Jarno <aurelien@aurel32.net>.

16 years ago[BZ #5753]
Andreas Jaeger [Mon, 10 Mar 2008 06:21:21 +0000 (06:21 +0000)]
[BZ #5753]

* sysdeps/ia64/ieee754.h: Use protected namespace
__BIG_ENDIAN/__LITTLE_ENDIAN.
* sysdeps/ieee754/ieee754.h: Likewise.
Patch by Aurelien Jarno <aurelien@aurel32.net>.

16 years ago[BZ #5602]
Ulrich Drepper [Sun, 9 Mar 2008 01:10:32 +0000 (01:10 +0000)]
[BZ #5602]

2008-03-08  Ulrich Drepper  <drepper@redhat.com>
[BZ #5602]
* locales/pt_PT: Fix mon_decimal_point.

16 years agoof NAN(...) sequence.
Ulrich Drepper [Sat, 8 Mar 2008 22:18:22 +0000 (22:18 +0000)]
of NAN(...) sequence.

16 years ago* hurd/hurdsig.c (_hurd_internal_post_signal): When normal rules would
Roland McGrath [Sat, 8 Mar 2008 21:47:27 +0000 (21:47 +0000)]
* hurd/hurdsig.c (_hurd_internal_post_signal): When normal rules would

ignore a signal that came from a machine exception, treat it as a
fatal core-dump signal instead.
Reported by Samuel Thibault <samuel.thibault@ens-lyon.org>.

16 years ago* sysdeps/mach/hurd/i386/trampoline.c (_hurd_setup_sighandler):
Roland McGrath [Sat, 8 Mar 2008 21:39:24 +0000 (21:39 +0000)]
* sysdeps/mach/hurd/i386/trampoline.c (_hurd_setup_sighandler):

Clear DF bit in thread state's eflags.
Reported by Samuel Thibault <samuel.thibault@ens-lyon.org>.

16 years ago2008-03-08 Roland McGrath <roland@frob.com>
Roland McGrath [Sat, 8 Mar 2008 21:39:00 +0000 (21:39 +0000)]
2008-03-08  Roland McGrath  <roland@frob.com>

* sysdeps/mach/hurd/i386/trampoline.c (_hurd_setup_sighandler):
Clear DF bit in thread state's eflags.
Reported by Samuel Thibault <samuel.thibault@ens-lyon.org>.

16 years ago[BZ #5774]
Ulrich Drepper [Sat, 8 Mar 2008 21:32:18 +0000 (21:32 +0000)]
[BZ #5774]

* stdlib/strtod_l.c (____STRTOF_INTERNAL): Consume closing brace
on NAN(...) sequence.
* stdlib/Makefile (tests): Add tst-strtod6.
* stdlib/tst-strtod6.c: New file.

* inet/inet6_opt.c (inet6_opt_init): Check extlen for overflow.

16 years ago[BZ #5762]
Ulrich Drepper [Sat, 8 Mar 2008 20:04:40 +0000 (20:04 +0000)]
[BZ #5762]

* posix/getopt.c (_getopt_internal_r): Clarify error message by
putting offending option character in quotes.  Clean up error
messages.
* po/be.po: Adjust msgstr in translation file.
* po/bg.po: Likewise.
* po/ca.po: Likewise.
* po/cs.po: Likewise.
* po/da.po: Likewise.
* po/de.po: Likewise.
* po/es.po: Likewise.
* po/fr.po: Likewise.
* po/hr.po: Likewise.
* po/ko.po: Likewise.
* po/nl.po: Likewise.
* po/rw.po: Likewise.
* po/sk.po: Likewise.
* po/sv.po: Likewise.
* po/tr.po: Likewise.
* po/zh_CN.po: Likewise.
* po/zh_TW.po: Likewise.

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.

This page took 0.075746 seconds and 5 git commands to generate.