jlayton/glibc.git
15 years agoRemove redundant .gitignore files.
Andreas Schwab [Sat, 16 May 2009 08:18:34 +0000 (10:18 +0200)]
Remove redundant .gitignore files.

15 years agoFurther robustify nscd database lookup.
Ulrich Drepper [Sat, 16 May 2009 04:33:43 +0000 (21:33 -0700)]
Further robustify nscd database lookup.

We can compute an absolute maximum for the number of elements which
can fit into the currently mapped database.  Stop after that many
iterations.

15 years agoRobustify libc-side nscd database reader.
Jakub Jelinek [Sat, 16 May 2009 04:17:08 +0000 (21:17 -0700)]
Robustify libc-side nscd database reader.

The nscd database mapped in processes can change at any time.  We
have to be more vigilant when it comes to using that memory.  Test
the data entries are valid in their entire size, don't read data
again from memory once we verified it, and make sure the trailing
pointer is not going off the deep end.

15 years agoAvoid double definition of catomic_compare_and_exchange_val_acq.
Jakub Jelinek [Sat, 16 May 2009 04:08:55 +0000 (21:08 -0700)]
Avoid double definition of catomic_compare_and_exchange_val_acq.

15 years agoChangeLog entries incorrectly applied.
Ulrich Drepper [Sat, 16 May 2009 04:03:49 +0000 (21:03 -0700)]
ChangeLog entries incorrectly applied.

15 years agoAdd missing export of fallocate64 on 32-bit platforms.
Jakub Jelinek [Sat, 16 May 2009 04:00:09 +0000 (21:00 -0700)]
Add missing export of fallocate64 on 32-bit platforms.

Due to a pasto the fallocate64 interface, introduced in glibc 2.10,
isn't exported for 32-bit Linux platforms.  It is too late for this
now so exported them for glibc 2.11.

15 years agoDon't try to cleanup libselinux and libaudit.
Jakub Jelinek [Sat, 16 May 2009 03:48:08 +0000 (20:48 -0700)]
Don't try to cleanup libselinux and libaudit.

Because we are not shutting down the other threads first another
thread might work on a query before the process shuts down.  In this
case the now uninitialized libselinux and libaudit might be used.
Just don't free the resources.  It's not necessary anyway because
the process is about to terminate.

15 years agoFix change to prevent cancel signal in unsafe places.
Ulrich Drepper [Sat, 16 May 2009 03:42:36 +0000 (20:42 -0700)]
Fix change to prevent cancel signal in unsafe places.

The bits tested to decide when to delay the return when switching
off async cancel mode were wrong.  Fix that.  Also close a race
condition in pthread_cancel where the bit indicating the cancellation
is unconditionally set even if the cancel type might have changed.

15 years agoAdd test for range error in expm1.
Ulrich Drepper [Sat, 16 May 2009 02:53:09 +0000 (19:53 -0700)]
Add test for range error in expm1.

15 years agoMerge branch 'master' of ssh://sources.redhat.com/git/glibc
Ulrich Drepper [Sat, 16 May 2009 02:50:06 +0000 (19:50 -0700)]
Merge branch 'master' of ssh://sources.redhat.com/git/glibc

Conflicts:
ChangeLog

15 years agoCleanup some .gitignore files.
Ulrich Drepper [Sat, 16 May 2009 02:47:10 +0000 (19:47 -0700)]
Cleanup some .gitignore files.

15 years agoCheck for valid stack frame in longjmp.
Ulrich Drepper [Sat, 16 May 2009 02:28:04 +0000 (19:28 -0700)]
Check for valid stack frame in longjmp.

If longjmp restores the stack frame to an address which is beyond
the stack frame at the time of the longjmp call it would install
an uninitialized stack frame.  If compiled with _FORTIFY_SOURCE
defined, longjmp will now bail out in this situation.

15 years agoIgnore Emacs backup files.
Ulrich Drepper [Fri, 15 May 2009 20:02:02 +0000 (13:02 -0700)]
Ignore Emacs backup files.

15 years agoVersion info change for 2.11 development.
Ulrich Drepper [Fri, 15 May 2009 17:24:57 +0000 (10:24 -0700)]
Version info change for 2.11 development.

15 years agoNo cancel signal in unsafe places.
Ulrich Drepper [Fri, 15 May 2009 17:12:35 +0000 (10:12 -0700)]
No cancel signal in unsafe places.

When disabling async cancellation we cannot return from the function
call if the thread is canceled.  This happens when the cancel bits
have been set before async cancel is disabled but the signal hasn't
been sent/received yet.  Delay for as long as necessary since
otherwise the signal might be received in an unsafe context.

15 years agoVersion info change for 2.11 development.
Ulrich Drepper [Fri, 15 May 2009 17:24:57 +0000 (10:24 -0700)]
Version info change for 2.11 development.

15 years agoNo cancel signal in unsafe places.
Ulrich Drepper [Fri, 15 May 2009 17:12:35 +0000 (10:12 -0700)]
No cancel signal in unsafe places.

When disabling async cancellation we cannot return from the function
call if the thread is canceled.  This happens when the cancel bits
have been set before async cancel is disabled but the signal hasn't
been sent/received yet.  Delay for as long as necessary since
otherwise the signal might be received in an unsafe context.

15 years agorename each .cvsignore file to .gitignore
Jim Meyering [Fri, 15 May 2009 14:47:36 +0000 (16:47 +0200)]
rename each .cvsignore file to .gitignore

15 years agoTest DSOs for executable stack.
Ulrich Drepper [Fri, 15 May 2009 15:01:09 +0000 (08:01 -0700)]
Test DSOs for executable stack.

Add a text program, built to run on the host, to check all newly
built DSOs for executable stacks and fail if the stack information
is missing or indicates executable stacks.

15 years ago* version.h (VERSION): Bump to 2.10.1. cvs/fedora-glibc-20090510T1842
Ulrich Drepper [Sun, 10 May 2009 18:38:52 +0000 (18:38 +0000)]
* version.h (VERSION): Bump to 2.10.1.

* nss/getXXbyYY_r.c: If NO_COMPAT_NEEDED is defined don't define any
compatibility functions.
* nss/getXXent_r.c: Likewise.
* gshadow/getsgent_r.c: Define NO_COMPAT_NEEDED.
* gshadow/getsgnam_r.c: Likewise.
* gshadow/Version: Remove duplicate entries.

* sysdeps/x86_64/cacheinfo.c (intel_02_cache_info): Add missing entries
for recent processor.
* sysdeps/unix/sysv/linux/i386/sysconf.c (intel_02_cache_info):
Likewise.

15 years ago* Makeconfig: Undo last change. Add asflags-cpu to ASFLAGS in the cvs/fedora-glibc-20090509T2200 cvs/glibc-2_10 cvs/glibc-2_10-base glibc-2.10
Ulrich Drepper [Sat, 9 May 2009 21:58:12 +0000 (21:58 +0000)]
* Makeconfig: Undo last change.  Add asflags-cpu to ASFLAGS in the

same place we add ASFLAGS-config.

15 years ago* version.h (VERSION): Bump for 2.10 release. cvs/fedora-glibc-20090509T1828
Ulrich Drepper [Sat, 9 May 2009 17:40:57 +0000 (17:40 +0000)]
* version.h (VERSION): Bump for 2.10 release.

* include/features.h (__GLIBC_MINOR__): Bump to 10.

15 years ago[BZ #10128]
Ulrich Drepper [Sat, 9 May 2009 16:12:41 +0000 (16:12 +0000)]
[BZ #10128]

2009-05-05  Aurelien Jarno  <aurelien@aurel32.net>
[BZ #10128]
* resolv/res_query.c (__libc_res_nquery): If one query returns NOTIMP
or FORMERR and the other NOERROR, don't raise an error.

15 years ago[BZ #10118]
Ulrich Drepper [Sat, 9 May 2009 15:59:55 +0000 (15:59 +0000)]
[BZ #10118]

2009-05-06  Ryan S. Arnold  <rsa@us.ibm.com>
[BZ #10118]
* Makeconfig (+asflags): New variable based upon ASFLAG or
asflags-cpu.
(ASFLAGS): Add override to set ASFLAGS to +asflags.
* config.make.in (asflags-cpu): Add variable based upon
@libc_cv_cc_submachine@ to propagate -mcpu=CPU from --with-cpu=CPU to
the assembler.
* sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/fpu/setcontext.S:
Remove unneeded file now that the assembler emits _ARCH_PWR6 and
recognizes power6 instruction set due to passing -mcpu=power6 from
--with-cpu=power6 when compiling .S files.
* sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/fpu/swapcontext.S:
Likewise.
* sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/fpu/setcontext.S:
Likewise.
* sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/fpu/swapcontext.S:
Likewise.

15 years ago* string/stratcliff.c (do_test): Test for zero length
Ulrich Drepper [Sat, 9 May 2009 14:45:07 +0000 (14:45 +0000)]
* string/stratcliff.c (do_test): Test for zero length

STRNLEN, MEMCHR, STRNCPY, STPNCPY, MEMCPY, MEMPCPY and memccpy
at the end of the page.

15 years ago* sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_AT_RANDOM.
Ulrich Drepper [Sat, 9 May 2009 06:54:31 +0000 (06:54 +0000)]
* sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_AT_RANDOM.

15 years ago* sysdeps/x86_64/memchr.S: Handle invalid buffer pointers when
Ulrich Drepper [Sat, 9 May 2009 06:40:15 +0000 (06:40 +0000)]
* sysdeps/x86_64/memchr.S: Handle invalid buffer pointers when

count is zero.

15 years ago* po/da.po: Update from translation team.
Ulrich Drepper [Fri, 8 May 2009 20:51:51 +0000 (20:51 +0000)]
* po/da.po: Update from translation team.

2009-05-05  Ulrich Drepper  <drepper@redhat.com>

* sysdeps/unix/sysv/linux/sys/personality.h: Add ADDR_COMPAT_LAYOUT
and READ_IMPLIES_EXEC.

2009-05-04  Ulrich Drepper  <drepper@redhat.com>

* po/da.po: Update from translation team.

15 years ago* io/sys/stat.h (fstatat64): Guard prototype with __USE_LARGEFILE64,
Ulrich Drepper [Thu, 7 May 2009 17:42:24 +0000 (17:42 +0000)]
* io/sys/stat.h (fstatat64): Guard prototype with __USE_LARGEFILE64,

guard __extern_inline wrapper with __USE_ATFILE instead of __USE_GNU.

15 years ago* localedata/locales/bn_BD: Remove comment about missing collation
Ulrich Drepper [Mon, 4 May 2009 21:20:20 +0000 (21:20 +0000)]
* localedata/locales/bn_BD: Remove comment about missing collation

rules.
* localedata/locales/iso14651_t1_common: Add Bengali collation rules.
Patch by Pravin Satpute <psatpute@redhat.com>.

15 years agoUpdate from translation team.
Ulrich Drepper [Mon, 4 May 2009 21:13:21 +0000 (21:13 +0000)]
Update from translation team.

15 years agoAdd missing CHangeLog entry.
Jakub Jelinek [Wed, 29 Apr 2009 18:04:10 +0000 (18:04 +0000)]
Add missing CHangeLog entry.

2009-01-07  Ulrich Drepper  <drepper@redhat.com>

* (in_flight_stack): New variable.
(stack_list_del): New function.  Use instead of list_del.
(stack_list_add): New function.  Use instead of list_add when adding to
stack_cache and stack_used lists.
(__reclaim_stacks): Complete operations on stack_cache and stack_used lists
when the fork call interrupted another thread.

15 years ago* sysdeps/unix/sysv/linux/ifaddrs.c: Revert unintended 2008-08-12 comment change.
Jakub Jelinek [Wed, 29 Apr 2009 16:42:32 +0000 (16:42 +0000)]
* sysdeps/unix/sysv/linux/ifaddrs.c: Revert unintended 2008-08-12 comment change.

2009-04-29  Jakub Jelinek  <jakub@redhat.com>

* sysdeps/unix/sysv/linux/ifaddrs.c: Revert unintended 2008-08-12
comment change.

15 years ago* cancellation.c (__pthread_disable_asynccancel): Use THREAD_ATOMIC_AND
Ulrich Drepper [Mon, 27 Apr 2009 21:55:49 +0000 (21:55 +0000)]
* cancellation.c (__pthread_disable_asynccancel): Use THREAD_ATOMIC_AND

is available.
* libc-cancellation.c (__libc_disable_asynccancel): Likewise.
* sysdeps/x86_64/tls.h: Define THREAD_ATOMIC_AND.
* sysdeps/i386/tls.h: Likewise.
(tcbhead_t): Add __private_tm member.

15 years ago* locale/programs/locarchive.c (create_archive): Add MAP_PRIVATE cvs/fedora-glibc-20090427T1419
Ulrich Drepper [Mon, 27 Apr 2009 14:07:57 +0000 (14:07 +0000)]
* locale/programs/locarchive.c (create_archive): Add MAP_PRIVATE

to MAP_ANON in PROT_NONE mmap64 call.
(open_archive): Likewise.
(file_data_available_p): Use mmap64 instead of mremap.
(enlarge_archive): Likewise.  Update head if ah->addr changed.
Attempt to reserve address space after mmap64 region.

15 years ago* sysdeps/ieee754/dbl-64/s_expm1.c: Set errno for overflow.
Ulrich Drepper [Mon, 27 Apr 2009 05:31:37 +0000 (05:31 +0000)]
* sysdeps/ieee754/dbl-64/s_expm1.c: Set errno for overflow.

* sysdeps/ieee754/flt-32/s_expm1f.c: Likewise.
* sysdeps/x86_64/fpu/s_expm1l.S: Likewise.

15 years ago* sysdeps/ieee754/k_standard.c (__kernel_standard): Pole errors in
Ulrich Drepper [Mon, 27 Apr 2009 04:01:16 +0000 (04:01 +0000)]
* sysdeps/ieee754/k_standard.c (__kernel_standard): Pole errors in

atanh should set ERANGE.

15 years ago* inet/inet6_option.c (option_alloc): Add temporary variable to
Ulrich Drepper [Mon, 27 Apr 2009 03:34:27 +0000 (03:34 +0000)]
* inet/inet6_option.c (option_alloc): Add temporary variable to

15 years ago[BZ #10087]
Ulrich Drepper [Mon, 27 Apr 2009 03:01:36 +0000 (03:01 +0000)]
[BZ #10087]

* elf/dl-runtime.c (_dl_fixup): Use DL_FIXUP_VALUE_ADDR to access
result of lookup to make call to implement STT_GNU_IFUNC.
(_dl_profile_fixup): Likewise.
Patch by H.J. Lu <hjl.tools@gmail.com>.

15 years ago* nscd/connections.c (send_ro_fd): Define temporary variable to avoid
Ulrich Drepper [Sun, 26 Apr 2009 22:31:19 +0000 (22:31 +0000)]
* nscd/connections.c (send_ro_fd): Define temporary variable to avoid

warning.

* elf/sprof.c: Likewise.

15 years ago* sysdeps/unix/sysv/linux/dl-osinfo.h (dl_fatal): Remove inline
Ulrich Drepper [Sun, 26 Apr 2009 20:12:37 +0000 (20:12 +0000)]
* sysdeps/unix/sysv/linux/dl-osinfo.h (dl_fatal): Remove inline

from definition.

* sysdeps/x86_64/dl-machine.h (elf_machine_rela): Don't define
label if it is not used.

* elf/dl-profile.c (_dl_start_profile): Define real-type variant
of gmon_hist_hdr and gmon_hdr structures and use them.

* elf/dl-load.c (open_verify): Add temporary variable to avoid
warning.

* nscd/nscd_helper.c (get_mapping): Avoid casts to avoid warnings.

* sunrpc/clnt_raw.c (clntraw_private_s): Use union in definition
to avoid cast.

* inet/rexec.c (rexec_af): Make sa2 a union to avoid warnings.
* inet/rcmd.c (rcmd_af): Make from a union of the various needed types
to avoid warnings.
(iruserok_af): Use ss_family instead of casts.

* gmon/gmon.c (write_hist): Define real-type variant of
gmon_hist_hdr structure and use it.
(write_gmon): Likewise for gmon_hdr.

* sysdeps/unix/sysv/linux/readv.c: Avoid declaration of replacement
function if we are not going to define it.
* sysdeps/unix/sysv/linux/writev.c: Likewise.

* inet/inet6_option.c (optin_alloc): Add temporary variable to
avoid warning.

* libio/strfile.h (struct _IO_streambuf): Use correct type and
name of VTable element.
* libio/iovsprintf.c: Avoid casts to avoid warnings.
* libio/iovsscanf.c: Likewise.
* libio/vasprintf.c: Likewise.
* libio/vsnprintf.c: Likewise.
* stdio-common/isoc99_vsscanf.c: Likewise.
* stdlib/strfmon_l.c: Likewise.
* debug/vasprintf_chk.c: Likewise.
* debug/vsnprintf_chk.c: Likewise.
* debug/vsprintf_chk.c: Likewise.

15 years ago* sem_open.c (sem_open): Rewrite initialization of initsem to
Ulrich Drepper [Sun, 26 Apr 2009 18:37:05 +0000 (18:37 +0000)]
* sem_open.c (sem_open): Rewrite initialization of initsem to

avoid warnings.

15 years ago* sysdeps/unix/sysv/linux/libc_pthread_init.c (__libc_pthread_init):
Ulrich Drepper [Sun, 26 Apr 2009 18:06:47 +0000 (18:06 +0000)]
* sysdeps/unix/sysv/linux/libc_pthread_init.c (__libc_pthread_init):

Avoid warning by using may_alias attribute on ptrhack.

15 years ago* nss/nsswitch.c (__nss_lookup_function): En/Decrypt cached
Ulrich Drepper [Sun, 26 Apr 2009 16:45:03 +0000 (16:45 +0000)]
* nss/nsswitch.c (__nss_lookup_function): En/Decrypt cached

function pointers.

15 years ago* sysdeps/ieee754/dbl-64/s_tan.c (tan): Fix -Wsequence-point warnings.
Ulrich Drepper [Sun, 26 Apr 2009 15:03:11 +0000 (15:03 +0000)]
* sysdeps/ieee754/dbl-64/s_tan.c (tan): Fix -Wsequence-point warnings.

15 years ago* posix/bits/posix1_lim.h: Cleanup namespace a bit.
Ulrich Drepper [Sun, 26 Apr 2009 06:18:19 +0000 (06:18 +0000)]
* posix/bits/posix1_lim.h: Cleanup namespace a bit.

15 years ago* sysdeps/i386/fpu/s_tan.S: Set errno for ±Inf.
Ulrich Drepper [Sun, 26 Apr 2009 05:42:49 +0000 (05:42 +0000)]
* sysdeps/i386/fpu/s_tan.S: Set errno for ±Inf.

* sysdeps/i386/fpu/s_tanf.S: Likewise.
* sysdeps/i386/fpu/s_tanl.S: Likewise.
* sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
* sysdeps/ieee754/flt-32/s_tanf.c: Likewise.
* sysdeps/x86_64/fpu/s_tanl.S: Likewise.
* math/libm-test.inc: Add tests for errno after tan calls with
±Inf.

15 years ago* sysdeps/ieee754/k_standard.c (__kernel_standard): Use correct
Ulrich Drepper [Sun, 26 Apr 2009 04:46:54 +0000 (04:46 +0000)]
* sysdeps/ieee754/k_standard.c (__kernel_standard): Use correct

errno value vor pow(+-0,neg).
* math/libm-test.inc (pow_test): Add tests for errno value for
pole errors.

15 years ago* math/w_fmod.c: Also handle x=±Inf as error.
Ulrich Drepper [Sun, 26 Apr 2009 03:43:02 +0000 (03:43 +0000)]
* math/w_fmod.c: Also handle x=±Inf as error.

* math/w_fmodf.c: Likewise.
* math/w_fmodl.c: Likewise.
* math/libm-test.inc (fmod_test): Add tests for errno after calls for
x=±Inf or y=0.

15 years ago* sysdeps/i386/fpu/s_cos.S: Set errno for ±Inf.
Ulrich Drepper [Sun, 26 Apr 2009 01:04:54 +0000 (01:04 +0000)]
* sysdeps/i386/fpu/s_cos.S: Set errno for ±Inf.

* sysdeps/i386/fpu/s_cosf.S: Likewise.
* sysdeps/i386/fpu/s_cosl.S: Likewise.
* sysdeps/i386/fpu/s_sin.S: Likewise.
* sysdeps/i386/fpu/s_sinf.S: Likewise.
* sysdeps/i386/fpu/s_sinl.S: Likewise.
* sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
* sysdeps/ieee754/flt-32/s_cosf.c: Likewise.
* sysdeps/ieee754/flt-32/s_sinf.c: Likewise.
* sysdeps/ieee754/ldbl-96/s_cosl.c: Likewise.
* sysdeps/ieee754/ldbl-96/s_sinl.c: Likewise.
* sysdeps/x86_64/fpu/s_cosl.S: Likewise.
* sysdeps/x86_64/fpu/s_sinl.S: Likewise.
* math/libm-test.inc: Add tests for errno after sin/cos calls with
±Inf.

15 years ago* stdlib/strtod_l.c (round_and_return): We have to set errno to
Ulrich Drepper [Sat, 25 Apr 2009 17:56:10 +0000 (17:56 +0000)]
* stdlib/strtod_l.c (round_and_return): We have to set errno to

ERANGE for underflows.
* stdlib/tst-strtod.c (tests): Two tests should set errno to ERANGE.

15 years ago* stdio-common/stdio_lim.h.in (L_cuserid): Not part of POSIX since
Ulrich Drepper [Sat, 25 Apr 2009 16:59:29 +0000 (16:59 +0000)]
* stdio-common/stdio_lim.h.in (L_cuserid): Not part of POSIX since

the 2001 revision.

15 years agofor lgamma should set errno to ERANGE, not EDOM.
Ulrich Drepper [Sat, 25 Apr 2009 16:16:28 +0000 (16:16 +0000)]
for lgamma should set errno to ERANGE, not EDOM.

15 years ago* libio/tst-widetext.input: Remove surrogates.
Ulrich Drepper [Sat, 25 Apr 2009 08:39:43 +0000 (08:39 +0000)]
* libio/tst-widetext.input: Remove surrogates.

15 years ago* include/features.h: _POSIX_C_SOURCE >= 200112L implies C99.
Ulrich Drepper [Sat, 25 Apr 2009 08:30:00 +0000 (08:30 +0000)]
* include/features.h: _POSIX_C_SOURCE >= 200112L implies C99.

15 years ago* sysdeps/ieee754/k_standard.c (__kernel_standard): Pole errors
Ulrich Drepper [Sat, 25 Apr 2009 08:12:24 +0000 (08:12 +0000)]
* sysdeps/ieee754/k_standard.c (__kernel_standard): Pole errors

for lgamma should se errno to ERANGE, not EDOM.
* math/libm-test.inc (lgamma_test): Check errno for pole errors.

15 years ago* sysdeps/generic/stdint.h (WINT_MAX): Define as 2147483647 since
Ulrich Drepper [Sat, 25 Apr 2009 07:12:27 +0000 (07:12 +0000)]
* sysdeps/generic/stdint.h (WINT_MAX): Define as 2147483647 since

this is the maximum UCS4 value.

15 years ago* locales/cs.CZ: Change week[2] to 19971130, change first_weekday and
Ulrich Drepper [Sat, 25 Apr 2009 04:44:16 +0000 (04:44 +0000)]
* locales/cs.CZ: Change week[2] to 19971130, change first_weekday and

first_workday to 2.
* locales/da_DK: Likewise.
* locales/de_DE: Likewise.
* locales/fr_FR: Likewise.
* locales/fur_IT: Likewise.
* locales/fy_DE: Likewise.
* locales/ht_HT: Likewise.
* locales/hu_HU: Likewise.
* locales/li_BE: Likewise.
* locales/li_NL: Likewise.
* locales/mk_MK: Likewise.
* locales/nb_NO: Likewise.
* locales/nds_DE: Likewise.
* locales/nds_NL: Likewise.
* locales/nn_NO: Likewise.
* locales/pl_PL: Likewise.
* locales/sc_IT: Likewise.
* locales/sk_SK: Likewise.
* locales/uk_UA: Likewise.

* locales/csb_PL: Change week[2] to 19971130.
* locales/en_GB: Likewise.
* locales/et_EE: Likewise.

* locales/sr_ME: Set week to 7;19971130;4.
* locales/sr_RS: Likewise.
* locales/sr_RS@latin: Likewise.

15 years ago[BZ #10093] cvs/fedora-glibc-20090424T1908
Ulrich Drepper [Fri, 24 Apr 2009 19:00:54 +0000 (19:00 +0000)]
[BZ #10093]

* iconv/gconv_simple.c (BODY for UTF-8 to INTERNAL): Don't accept
UTF-16 surrogates.

15 years ago* locale/programs/locarchive.c (enlarge_archive): Conserve address
Ulrich Drepper [Fri, 24 Apr 2009 18:47:19 +0000 (18:47 +0000)]
* locale/programs/locarchive.c (enlarge_archive): Conserve address

space when temporarily mapping the whole content of the old file.

15 years ago[BZ #10100]
Ulrich Drepper [Fri, 24 Apr 2009 18:20:10 +0000 (18:20 +0000)]
[BZ #10100]

2009-04-24  Ulrich Drepper  <drepper@redhat.com>
[BZ #10100]
* misc/hsearch_r.c (hsearch_r): Add back ensurance that hval is
not zero.

15 years ago* iconvdata/sjis.c (BODY): Don't advance inptr before
Ulrich Drepper [Fri, 24 Apr 2009 16:37:05 +0000 (16:37 +0000)]
* iconvdata/sjis.c (BODY): Don't advance inptr before

STANDARD_FROM_LOOP_ERR_HANDLER (2) for 2 byte invalid input.
Use STANDARD_FROM_LOOP_ERR_HANDLER with 2 instead of 1 for
two byte chars.

15 years ago* locale/locarchive.h (struct locarhandle): Rename len field to
Ulrich Drepper [Fri, 24 Apr 2009 16:25:51 +0000 (16:25 +0000)]
* locale/locarchive.h (struct locarhandle): Rename len field to

mmaped and add new reserved field.
* locale/programs/locarchive.c (RESERVE_MMAP_SIZE): Define.
(create_archive): Reserve address space and then map file into it.
(open_archive): Likewise.
(file_data_available_p): New function.
(compare_from_file): New function.
(close_archive): Adjust to member name changes.
(add_locale): Before comparing locale data, check it is mapped.
Otherwise fall back to reading from the file.

15 years ago* stdio-common/psiginfo.c: Include <errno.h>.
Ulrich Drepper [Fri, 24 Apr 2009 14:05:25 +0000 (14:05 +0000)]
* stdio-common/psiginfo.c: Include <errno.h>.

15 years ago[BZ #9920] cvs/fedora-glibc-20090424T0747
Ulrich Drepper [Fri, 24 Apr 2009 03:58:48 +0000 (03:58 +0000)]
[BZ #9920]

* stdlib/random_r.c (__srandom_r): Change type of word to int32_t
to get consistency between 32 and 64 bit architectures.

15 years ago[BZ #10052]
Ulrich Drepper [Fri, 24 Apr 2009 03:33:03 +0000 (03:33 +0000)]
[BZ #10052]

2009-04-23  Ulrich Drepper  <drepper@redhat.com>
[BZ #10052]
* sysdeps/unix/make-syscalls.sh: Add rule to create target
directory for dummy syscall rules.
Patch by Chris Steinbroner <hesh@pobox.com>.

15 years ago[BZ #10092]
Ulrich Drepper [Fri, 24 Apr 2009 03:18:52 +0000 (03:18 +0000)]
[BZ #10092]

2009-04-23  Aurelien Jarno  <aurelien@aurel32.net>
[BZ #10092]
* sysdeps/unix/sysv/linux/sys/mount.h: Define MNT_DETACH and
MNT_EXPIRE.

15 years ago* sysdeps/unix/sysv/linux/preadv.c: The kernel API changed. Adjust.
Ulrich Drepper [Thu, 23 Apr 2009 22:52:24 +0000 (22:52 +0000)]
* sysdeps/unix/sysv/linux/preadv.c: The kernel API changed.  Adjust.

* sysdeps/unix/sysv/linux/pwritev.c: Likewise.

2009-04-23  Jakub Jelinek  <jakub@redhat.com>

* sysdeps/posix/pwritev.c (PWRITEV): Fix up comment.  Copy
data from vector to temporary buffer and call PWRITEV after it
instead of vice versa.
* sysdeps/posix/preadv.c: Fix up comment.
* misc/preadv.c: Likewise.
* misc/preadv64.c: Likewise.
* misc/pwritev.c: Likewise.
* misc/pwritev64.c: Likewise.
* misc/sys/uio.h (preadv, pwritev, preadv64, pwritev64): Likewise.

2009-04-23  Ulrich Drepper  <drepper@redhat.com>

15 years ago* shadow/sgetspent_r.c (__sgetspent_r): Recognize too small buffers.
Ulrich Drepper [Thu, 23 Apr 2009 19:15:11 +0000 (19:15 +0000)]
* shadow/sgetspent_r.c (__sgetspent_r): Recognize too small buffers.

15 years ago* shadow/Makefile (tests): Add tst-shadow.
Ulrich Drepper [Thu, 23 Apr 2009 18:58:19 +0000 (18:58 +0000)]
* shadow/Makefile (tests): Add tst-shadow.

* shadow/tst-shadow.c: New file.

(public_sET_STATe): Pretty printing.

15 years ago[BZ #9955]
Ulrich Drepper [Thu, 23 Apr 2009 18:29:30 +0000 (18:29 +0000)]
[BZ #9955]

2009-04-23  Ulrich Drepper  <drepper@redhat.com>
[BZ #9955]
* gshadow/Makefile: New file.
* gshadow/Versions: New file.
* gshadow/fgetsgent.c: New file.
* gshadow/fgetsgent_r.c: New file.
* gshadow/getsgent.c: New file.
* gshadow/getsgent_r.c: New file.
* gshadow/getsgnam.c: New file.
* gshadow/getsgnam_r.c: New file.
* gshadow/gshadow.h: New file.
* gshadow/putsgent.c: New file.
* gshadow/sgetsgent.c: New file.
* gshadow/sgetsgent_r.c: New file.
* gshadow/tst-gshadow.c: New file.
* include/gshadow.h: New file.
* Makeconfig (all-subdirs): Add gshadow.
* Makefile (installed-headers): Add gshadow/gshadow.h.
* nss/Makefile (databases): Add sgrp.
* nss/Versions: Add gshadow functions as private exports.
* nss/nsswitch.conf: Add gshadow entry.
* nss/sgrp-lookup.c: New file.
* nss/nss_files/files-parse.c: Add STRING_LIST macro.  Rewrite
parse_list to handle STRING_LIST and TRAILING_LIST_PARSER.
* nss/nss_files/files-sgrp.c: New file.
* sysdeps/generic/paths.h: Add _PATH_GSHADOW.
* sysdeps/unix/sysv/linux/paths.h: Likewise.

15 years ago[BZ #9963]
Ulrich Drepper [Thu, 23 Apr 2009 04:30:42 +0000 (04:30 +0000)]
[BZ #9963]

2009-04-22  Ulrich Drepper  <drepper@redhat.com>
[BZ #9963]
* locales/en_PH: Fix LC_PAPER.
* locales/es_CL: Likewise.
* locales/es_CO: Likewise.
* locales/es_MX: Likewise.
* locales/es_US: Likewise.
* locales/es_VE: Likewise.
* locales/fil_PH: Likewise.
* locales/ik_CA: Likewise.
* locales/iu_CA: Likewise.
* locales/tl_PH: Likewise.

15 years ago* pthread_attr_setschedparam.c (__pthread_attr_setschedparam):
Ulrich Drepper [Thu, 23 Apr 2009 02:29:18 +0000 (02:29 +0000)]
* pthread_attr_setschedparam.c (__pthread_attr_setschedparam):

Check policy and priority for validity.
Patch mostly by Zhang Xiliang <zhangxiliang@cn.fujitsu.com>.

15 years ago* stdio-common/printf.h: Add missing const to register_printf_modifier.
Ulrich Drepper [Thu, 23 Apr 2009 01:14:33 +0000 (01:14 +0000)]
* stdio-common/printf.h: Add missing const to register_printf_modifier.

* stdio-common/reg-modifier.c: Likewise.

2009-04-22  Andrew Stubbs  <ams@codesourcery.com>

* sysdeps/sh/sh4/setjmp.S (__sigsetjmp): Adjust JB_SIZE when there
is no FPU.

15 years ago[BZ #10086]
Ulrich Drepper [Tue, 21 Apr 2009 00:48:36 +0000 (00:48 +0000)]
[BZ #10086]

15 years ago* sysdeps/unix/sysv/linux/sys/timex.h: Add definitions from kernel
Ulrich Drepper [Tue, 21 Apr 2009 00:42:50 +0000 (00:42 +0000)]
* sysdeps/unix/sysv/linux/sys/timex.h: Add definitions from kernel

headers up to 2.6.30.

15 years ago* po/ca.po: Update from translation team.
Ulrich Drepper [Mon, 20 Apr 2009 22:17:28 +0000 (22:17 +0000)]
* po/ca.po: Update from translation team.

15 years ago[BZ #10069]
Ulrich Drepper [Sun, 19 Apr 2009 21:45:02 +0000 (21:45 +0000)]
[BZ #10069]

2009-04-19  Ulrich Drepper  <drepper@redhat.com>
[BZ #10069]
* elf/dl-open.c (dl_open_worker): We cannot guarantee that we can load
an object that uses static TLS if the TLS modid is higher than the
reserve we always allocate.  At least for multi-threaded code.

15 years ago* stdlib/strfmon_l.c (__vstrfmon_l): Don't wrap when computing width.
Ulrich Drepper [Sat, 18 Apr 2009 19:53:59 +0000 (19:53 +0000)]
* stdlib/strfmon_l.c (__vstrfmon_l): Don't wrap when computing width.

Numerically stable check for valid width.

15 years ago* locale/programs/locarchive.c (open_archive): Map the entire file
Ulrich Drepper [Sat, 18 Apr 2009 12:12:33 +0000 (12:12 +0000)]
* locale/programs/locarchive.c (open_archive): Map the entire file

and not just the administrative data.
(add_locale): When we find a hash sum match compare the content
to be sure.

15 years ago* malloc/malloc.c (malloc_info): Output address space information.
Ulrich Drepper [Sat, 18 Apr 2009 08:44:10 +0000 (08:44 +0000)]
* malloc/malloc.c (malloc_info): Output address space information.

15 years ago* malloc/malloc.c (malloc_info): Also output system memory information.
Ulrich Drepper [Sat, 18 Apr 2009 05:14:52 +0000 (05:14 +0000)]
* malloc/malloc.c (malloc_info): Also output system memory information.

15 years ago* sysdeps/unix/sysv/linux/kernel-features.h: All supported
Ulrich Drepper [Sat, 18 Apr 2009 02:37:43 +0000 (02:37 +0000)]
* sysdeps/unix/sysv/linux/kernel-features.h: All supported

architectures have preadv/pwritev in 2.6.30.

15 years ago* sysdeps/posix/preadv.c: Reading of zero bytes is no error.
Ulrich Drepper [Fri, 17 Apr 2009 21:26:34 +0000 (21:26 +0000)]
* sysdeps/posix/preadv.c: Reading of zero bytes is no error.

* sysdeps/posix/readv.c: Likewise.
Reported by Markus Armbruster <armbru@redhat.com>.

15 years ago* malloc/hooks.c (top_check): Force hook value into register.
Ulrich Drepper [Fri, 17 Apr 2009 17:55:23 +0000 (17:55 +0000)]
* malloc/hooks.c (top_check): Force hook value into register.

15 years ago(top_check): Force hook value into register.
Ulrich Drepper [Fri, 17 Apr 2009 17:55:06 +0000 (17:55 +0000)]
(top_check): Force hook value into register.

15 years ago* elf/rtld.c (dl_main): Really call _dl_sysdep_start_cleanup after all
Roland McGrath [Fri, 17 Apr 2009 00:00:25 +0000 (00:00 +0000)]
* elf/rtld.c (dl_main): Really call _dl_sysdep_start_cleanup after all

calls to _dl_relocate_object.

15 years ago2009-04-16 Samuel Thibault <samuel.thibault@ens-lyon.org>
Roland McGrath [Fri, 17 Apr 2009 00:00:08 +0000 (00:00 +0000)]
2009-04-16  Samuel Thibault  <samuel.thibault@ens-lyon.org>

* elf/rtld.c (dl_main): Really call _dl_sysdep_start_cleanup after all
calls to _dl_relocate_object.

15 years ago[BZ #9957]
Ulrich Drepper [Thu, 16 Apr 2009 21:22:16 +0000 (21:22 +0000)]
[BZ #9957]

2009-04-16  Ulrich Drepper  <drepper@redhat.com>
[BZ #9957]
* malloc/malloc.c (force_reg): Define.
(sYSMALLOc): Load hook variable into variable
before test and force into register.
(sYSTRIm): Likewise.
(public_mALLOc): Force hook value into register.
(public_fREe): Likewise.
(public_rEALLOc): Likewise.
(public_mEMALIGn): Likewise.
(public_vALLOc): Likewise.
(public_pVALLOc): Likewise.
(public_cALLOc): Likewise.
(__posix_memalign): Likewise.
* malloc/arena.c (ptmalloc_init): Load hook variable into variable
before test and force into register.
* malloc/hooks.c (top_check): Likewise.
(public_s_ET_STATe): Pretty printing.

* resolv/res_send.c (send_dg): Don't just ignore the result we got
in case we only receive one reply in single-request mode.

15 years ago(send_dg): Don't just ignore the result we got in case we only receive one reply...
Ulrich Drepper [Thu, 16 Apr 2009 20:29:33 +0000 (20:29 +0000)]
(send_dg): Don't just ignore the result we got in case we only receive one reply in single-request mode.

15 years ago* elf/dl-open.c (_dl_open): Bump GL(dl_nns) to 1 if no libraries cvs/fedora-glibc-20090416T1610
Jakub Jelinek [Thu, 16 Apr 2009 15:22:05 +0000 (15:22 +0000)]
* elf/dl-open.c (_dl_open): Bump GL(dl_nns) to 1 if no libraries

are dlopened in statically linked program even for __LM_ID_CALLER.
2009-04-16  Jakub Jelinek  <jakub@redhat.com>

* elf/dl-open.c (_dl_open): Bump GL(dl_nns) to 1 if no libraries
are dlopened in statically linked program even for __LM_ID_CALLER.

15 years ago* resolv/res_send.c (send_dg): Don't switch into single-request
Ulrich Drepper [Thu, 16 Apr 2009 14:29:34 +0000 (14:29 +0000)]
* resolv/res_send.c (send_dg): Don't switch into single-request

mode if we already are in it.

15 years ago* sysdeps/unix/sysv/linux/wordsize-64/fallocate.c: Likewise. cvs/fedora-glibc-20090416T0610
Ulrich Drepper [Wed, 15 Apr 2009 17:10:28 +0000 (17:10 +0000)]
* sysdeps/unix/sysv/linux/wordsize-64/fallocate.c: Likewise.

15 years ago* sysdeps/unix/sysv/linux/getsysstats.c (next_line): Make sure there cvs/fedora-glibc-20090415T1619
Ulrich Drepper [Wed, 15 Apr 2009 15:57:47 +0000 (15:57 +0000)]
* sysdeps/unix/sysv/linux/getsysstats.c (next_line): Make sure there

are always at least 4 bytes in the returned line.

2009-04-15  Jakub Jelinek  <jakub@redhat.com>

* sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Check
__libc_use_alloca (8192), if the stack is too small use 512 bytes
instead of 8K.  Stop searching in /proc/stat after hitting first
line not starting with cpu.
(next_line): Truncate too long
lines at buffer size * 3/4 instead of pretending there were line
breaks inside of large lines.

15 years ago* sysdeps/x86_64/mp_clz_tab.c: New file.
Ulrich Drepper [Wed, 15 Apr 2009 04:30:41 +0000 (04:30 +0000)]
* sysdeps/x86_64/mp_clz_tab.c: New file.

15 years ago2009-03-17 Ryan S. Arnold <rsa@us.ibm.com>
Ulrich Drepper [Wed, 15 Apr 2009 00:39:57 +0000 (00:39 +0000)]
2009-03-17  Ryan S. Arnold  <rsa@us.ibm.com>

            Ulrich Drepper  <drepper@redhat.com>

* sysdeps/unix/sysv/linux/fallocate.c: Handle old kernel headers.
* sysdeps/unix/sysv/linux/fallocate64.c: Likewise.

15 years ago* sysdeps/sh/libc-tls.c: New file.
Ulrich Drepper [Wed, 15 Apr 2009 00:17:33 +0000 (00:17 +0000)]
* sysdeps/sh/libc-tls.c: New file.

* sysdeps/sh/bits/setjmp.h (__jmp_buf): Give name to structure type.

15 years ago__tls_get_addr for SH.
Ulrich Drepper [Wed, 15 Apr 2009 00:16:11 +0000 (00:16 +0000)]
__tls_get_addr for SH.

15 years ago* elf/elf.h: Add various missing ARM constants, to match binutils.
Roland McGrath [Wed, 15 Apr 2009 00:16:02 +0000 (00:16 +0000)]
* elf/elf.h: Add various missing ARM constants, to match binutils.

15 years ago2009-04-14 Roland McGrath <roland@redhat.com>
Roland McGrath [Wed, 15 Apr 2009 00:15:54 +0000 (00:15 +0000)]
2009-04-14  Roland McGrath  <roland@redhat.com>

* elf/elf.h: Add various missing ARM constants, to match binutils.