platform/upstream/glibc.git
13 years agosync glibc Latin American paper sizes with CLDR 1.8.1
Caolán McNamara [Mon, 9 May 2011 23:33:32 +0000 (19:33 -0400)]
sync glibc Latin American paper sizes with CLDR 1.8.1

13 years agoFix currency_symbol of es_NI locale
Ulrich Drepper [Mon, 9 May 2011 23:25:20 +0000 (19:25 -0400)]
Fix currency_symbol of es_NI locale

13 years agoChange paper format for Nicaragua to letter
Ulrich Drepper [Mon, 9 May 2011 23:18:50 +0000 (19:18 -0400)]
Change paper format for Nicaragua to letter

13 years agoMonth names in Russian Localization should be in lowercase
Alexey Balmashnov [Mon, 9 May 2011 23:12:15 +0000 (19:12 -0400)]
Month names in Russian Localization should be in lowercase

13 years agoAdd mhr_RU locale
Ulrich Drepper [Mon, 9 May 2011 23:05:13 +0000 (19:05 -0400)]
Add mhr_RU locale

13 years agoAdd ary language entry.
Ulrich Drepper [Mon, 9 May 2011 22:49:24 +0000 (18:49 -0400)]
Add ary language entry.

13 years agoSupport Colon Sign
Ulrich Drepper [Mon, 9 May 2011 22:37:52 +0000 (18:37 -0400)]
Support Colon Sign

Used in the Costa Rican locale and now also in the El Salvadorian
locale.

13 years agoAdd lij_IT locale
Ulrich Drepper [Mon, 9 May 2011 18:39:10 +0000 (14:39 -0400)]
Add lij_IT locale

13 years agoAdd yue_HK locale
Chunshek Chan [Mon, 9 May 2011 18:13:15 +0000 (14:13 -0400)]
Add yue_HK locale

13 years agoAdd wae_CH locale
Kevin Bortis [Mon, 9 May 2011 18:04:43 +0000 (14:04 -0400)]
Add wae_CH locale

13 years agoEstonia (et_EE) joins the eurozone
Priit Laes [Mon, 9 May 2011 17:50:03 +0000 (13:50 -0400)]
Estonia (et_EE) joins the eurozone

13 years agoAdd lb_LU locale
Ulrich Drepper [Mon, 9 May 2011 17:27:17 +0000 (13:27 -0400)]
Add lb_LU locale

13 years agoUse appropriate type for return value checking
Ulrich Drepper [Mon, 9 May 2011 17:15:01 +0000 (13:15 -0400)]
Use appropriate type for return value checking

13 years agoAdd sw_KE and sw_TZ locales
Ulrich Drepper [Mon, 9 May 2011 17:08:17 +0000 (13:08 -0400)]
Add sw_KE and sw_TZ locales

13 years agoFix whitespaces
Ulrich Drepper [Mon, 9 May 2011 16:35:03 +0000 (12:35 -0400)]
Fix whitespaces

13 years agoAdd ff_SN locale
Ulrich Drepper [Mon, 9 May 2011 16:33:45 +0000 (12:33 -0400)]
Add ff_SN locale

13 years agoUpdate day/month names in tk_TM locale
Ghorban M. Tavakoly [Mon, 9 May 2011 16:26:12 +0000 (12:26 -0400)]
Update day/month names in tk_TM locale

13 years agoAdd bem_ZM and en_ZM locales
Ulrich Drepper [Mon, 9 May 2011 16:09:31 +0000 (12:09 -0400)]
Add bem_ZM and en_ZM locales

13 years agoDocument new locale
Ulrich Drepper [Mon, 9 May 2011 16:01:56 +0000 (12:01 -0400)]
Document new locale

13 years agoUse rupee sign in Indian locales.
Ulrich Drepper [Mon, 9 May 2011 15:59:34 +0000 (11:59 -0400)]
Use rupee sign in Indian locales.

13 years agoTransliterate U20B9.
Ulrich Drepper [Mon, 9 May 2011 15:53:58 +0000 (11:53 -0400)]
Transliterate U20B9.

13 years agoRemove some incorrectly added lines from UTF-8 data
Ulrich Drepper [Mon, 9 May 2011 15:49:21 +0000 (11:49 -0400)]
Remove some incorrectly added lines from UTF-8 data

13 years agoUpdate UTF-8 data file
Ulrich Drepper [Mon, 9 May 2011 15:48:19 +0000 (11:48 -0400)]
Update UTF-8 data file

13 years agoFix contact info.
Ulrich Drepper [Mon, 9 May 2011 13:07:16 +0000 (09:07 -0400)]
Fix contact info.

13 years agoFix whitespaces
Ulrich Drepper [Mon, 9 May 2011 13:02:25 +0000 (09:02 -0400)]
Fix whitespaces

13 years agoMerge branch 'master' of ssh://sourceware.org/git/glibc
Ulrich Drepper [Mon, 9 May 2011 13:01:52 +0000 (09:01 -0400)]
Merge branch 'master' of ssh://sourceware.org/git/glibc

Conflicts:
localedata/ChangeLog

13 years agoAdd os_RU locale
Ulrich Drepper [Mon, 9 May 2011 13:00:14 +0000 (09:00 -0400)]
Add os_RU locale

13 years agoRemove .UTF-8 suffix from locale names when it is the only supported codeset
Andreas Schwab [Mon, 9 May 2011 01:48:03 +0000 (21:48 -0400)]
Remove .UTF-8 suffix from locale names when it is the only supported codeset

13 years agoMake complete getcwd work in rtld
Ulrich Drepper [Sun, 8 May 2011 18:53:20 +0000 (14:53 -0400)]
Make complete getcwd work in rtld

13 years agoFix Linux getcwd for long paths
Ulrich Drepper [Sun, 8 May 2011 12:37:19 +0000 (08:37 -0400)]
Fix Linux getcwd for long paths

The getcwd syscall (so far?) can only handle path up to one page
in size.  There is no limit about directory hierarchy depth, though,
and the POSIX getcwd is supposed to handle this.  In that case fall
back to the generic getcwd.

Additionally, optimize the generic getcwd to use openat when possible
to change the asymptotic performance from O(N^2) to O(n).

13 years agoOptimize fdopendir a bit.
Ulrich Drepper [Sun, 8 May 2011 04:48:30 +0000 (00:48 -0400)]
Optimize fdopendir a bit.

Don't call fcntl(F_SETFD) unnecessarily.

13 years agostatic tls memory leak on TLS_DTV_AT_TP archs
Alan Modra [Sun, 8 May 2011 01:27:51 +0000 (21:27 -0400)]
static tls memory leak on TLS_DTV_AT_TP archs

13 years agoDoc fixes.
Ulrich Drepper [Sat, 7 May 2011 17:30:39 +0000 (13:30 -0400)]
Doc fixes.

13 years agoActually undefine ARG_MAX from <linux/limits.h>
Jonathan Nieder [Sat, 7 May 2011 17:20:33 +0000 (13:20 -0400)]
Actually undefine ARG_MAX from <linux/limits.h>

13 years agoBackport BIND code to query name as TLD.
Ulrich Drepper [Sat, 7 May 2011 17:05:19 +0000 (13:05 -0400)]
Backport BIND code to query name as TLD.

13 years agoAllow $ORIGIN to reference trusted directoreis in SUID binaries.
Ulrich Drepper [Sat, 7 May 2011 15:44:26 +0000 (11:44 -0400)]
Allow $ORIGIN to reference trusted directoreis in SUID binaries.

13 years agoMisplaced new line in last patch
Ulrich Drepper [Sat, 7 May 2011 13:13:43 +0000 (09:13 -0400)]
Misplaced new line in last patch

13 years agoAdd missing {__BEGIN,__END}_DECLS to sys/sysmacros.h
Paul Pluzhnikov [Sat, 7 May 2011 13:03:36 +0000 (09:03 -0400)]
Add missing {__BEGIN,__END}_DECLS to sys/sysmacros.h

13 years agoReport if no record is found by initgroups in nss_files.
Ulrich Drepper [Fri, 6 May 2011 16:54:12 +0000 (12:54 -0400)]
Report if no record is found by initgroups in nss_files.

13 years agoUpdate.
Ulrich Drepper [Fri, 6 May 2011 11:47:33 +0000 (07:47 -0400)]
Update.

13 years agoInstall rpc/netdb.h again
Andreas Schwab [Fri, 6 May 2011 11:46:42 +0000 (07:46 -0400)]
Install rpc/netdb.h again

13 years agoUse --{start,end}-group to handle circular dependency between libgcc.a and libc.a.
Paul Pluzhnikov [Thu, 5 May 2011 22:35:46 +0000 (15:35 -0700)]
Use --{start,end}-group to handle circular dependency between libgcc.a and libc.a.

13 years agoExplain header situation after RPC removal in NEWS
Ulrich Drepper [Thu, 5 May 2011 11:39:34 +0000 (07:39 -0400)]
Explain header situation after RPC removal in NEWS

13 years agoDon't use removed rpc headers
Andreas Schwab [Thu, 5 May 2011 11:36:40 +0000 (07:36 -0400)]
Don't use removed rpc headers

13 years agoldconfig: don't crash on empty path in config file
Andreas Schwab [Tue, 3 May 2011 17:44:25 +0000 (13:44 -0400)]
ldconfig: don't crash on empty path in config file

13 years agoBetter use of open in pathconf.
Ulrich Drepper [Tue, 3 May 2011 01:34:34 +0000 (21:34 -0400)]
Better use of open in pathconf.

13 years agogetaddrinfo(AF_INET6) does not return scope_id info provided by NSS modules
Maciej Babinski [Tue, 3 May 2011 01:11:17 +0000 (21:11 -0400)]
getaddrinfo(AF_INET6) does not return scope_id info provided by NSS modules

13 years agoFix pathconf(_PC_BUF_SIZE).
Ulrich Drepper [Tue, 3 May 2011 00:59:51 +0000 (20:59 -0400)]
Fix pathconf(_PC_BUF_SIZE).

13 years agoUpdate NEWS
Ulrich Drepper [Mon, 2 May 2011 01:37:24 +0000 (21:37 -0400)]
Update NEWS

13 years agoFix getnameinfo flags parameter type.
Bruno Haible [Mon, 2 May 2011 01:36:43 +0000 (21:36 -0400)]
Fix getnameinfo flags parameter type.

13 years agoAdd finer grained control for initgroups lookups to NSS.
Ulrich Drepper [Fri, 29 Apr 2011 15:16:30 +0000 (11:16 -0400)]
Add finer grained control for initgroups lookups to NSS.

13 years agoUse al possible bytes from fopen mode string.
Eric Blake [Sat, 23 Apr 2011 03:40:57 +0000 (23:40 -0400)]
Use al possible bytes from fopen mode string.

13 years agoFix "make xcheck" in sunrpc.
H.J. Lu [Sat, 23 Apr 2011 03:31:52 +0000 (23:31 -0400)]
Fix "make xcheck" in sunrpc.

13 years agoFix whitespaces.
Ulrich Drepper [Sat, 23 Apr 2011 01:38:13 +0000 (21:38 -0400)]
Fix whitespaces.

13 years agoRemove doubled words.
Jim Meyering [Sat, 23 Apr 2011 01:34:32 +0000 (21:34 -0400)]
Remove doubled words.

13 years agoFix reallocation bug in last nss_files change.
Ulrich Drepper [Thu, 21 Apr 2011 16:07:52 +0000 (12:07 -0400)]
Fix reallocation bug in last nss_files change.

13 years agoFix build problem in sunrpc.
Ulrich Drepper [Wed, 20 Apr 2011 18:02:41 +0000 (14:02 -0400)]
Fix build problem in sunrpc.

13 years agoFix little issue with last change.
Ulrich Drepper [Tue, 19 Apr 2011 21:16:11 +0000 (17:16 -0400)]
Fix little issue with last change.

13 years agoDefine initgroups callback for nss_files.
Ulrich Drepper [Tue, 19 Apr 2011 17:43:03 +0000 (13:43 -0400)]
Define initgroups callback for nss_files.

13 years agoelf.h: Define R_ARM_IRELATIVE reloc type.
Richard Sandiford [Tue, 19 Apr 2011 16:38:42 +0000 (09:38 -0700)]
elf.h: Define R_ARM_IRELATIVE reloc type.

13 years ago Update Russian translation.
Ulrich Drepper [Tue, 19 Apr 2011 11:27:42 +0000 (07:27 -0400)]
 Update Russian translation.

13 years agoAdd before-compile to dependencies for librpc_compat_pic objects.
Ulrich Drepper [Mon, 18 Apr 2011 02:52:11 +0000 (22:52 -0400)]
Add before-compile to dependencies for librpc_compat_pic objects.

13 years agoFix static linking with checking x86/x86-64 memcpy.
Mike Frysinger [Mon, 18 Apr 2011 02:20:47 +0000 (22:20 -0400)]
Fix static linking with checking x86/x86-64 memcpy.

13 years agoFix POWER4/POWER7 optimized strncmp to not read past differing bytes
Andreas Schwab [Mon, 18 Apr 2011 02:03:53 +0000 (22:03 -0400)]
Fix POWER4/POWER7 optimized strncmp to not read past differing bytes

13 years agoFix FPU context handling in getcontext on x86-64.
Ulrich Drepper [Mon, 18 Apr 2011 01:51:26 +0000 (21:51 -0400)]
Fix FPU context handling in getcontext on x86-64.

fnstenv on x86-64 seems to clear the state.  Work around.

13 years agoTypo fix appproximated.
Justin P. Mattock [Mon, 18 Apr 2011 00:56:07 +0000 (20:56 -0400)]
Typo fix appproximated.

13 years agoFix a comment.
Justin P. Mattock [Mon, 18 Apr 2011 00:55:16 +0000 (20:55 -0400)]
Fix a comment.

13 years agoUse .machine to prevent AS from complaining about z9-109 instructions in iconv modules
Andreas Krebbel [Mon, 18 Apr 2011 00:43:59 +0000 (20:43 -0400)]
Use .machine to prevent AS from complaining about z9-109 instructions in iconv modules

13 years agoSkip extra zeroes when searching auxv on s390
Andreas Krebbel [Mon, 18 Apr 2011 00:41:45 +0000 (20:41 -0400)]
Skip extra zeroes when searching auxv on s390

13 years agoObsolete RPC implementation in libc.
Ulrich Drepper [Sun, 17 Apr 2011 01:59:36 +0000 (21:59 -0400)]
Obsolete RPC implementation in libc.

13 years agoFix memory leak in TLS of loaded objects.
Ulrich Drepper [Mon, 11 Apr 2011 02:43:01 +0000 (22:43 -0400)]
Fix memory leak in TLS of loaded objects.

13 years agoUpdate NEWS.
Ulrich Drepper [Sun, 10 Apr 2011 11:03:18 +0000 (07:03 -0400)]
Update NEWS.

13 years agoDon't leave empty element in rpath when skipping an element
Andreas Schwab [Sat, 9 Apr 2011 18:55:26 +0000 (14:55 -0400)]
Don't leave empty element in rpath when skipping an element

13 years agoMake ppc sync_file_range cancelable.
Andreas Schwab [Sat, 9 Apr 2011 15:07:18 +0000 (11:07 -0400)]
Make ppc sync_file_range cancelable.

13 years agoFix typo in comment.
Ulrich Drepper [Sat, 9 Apr 2011 15:01:37 +0000 (11:01 -0400)]
Fix typo in comment.

13 years agoMaintain stack alignment in ____longjmp_chk on x86_64
Andreas Schwab [Thu, 7 Apr 2011 20:23:52 +0000 (16:23 -0400)]
Maintain stack alignment in ____longjmp_chk on x86_64

13 years agoRevert "Fix strncmp page test to limit length to size of object"
Andreas Schwab [Thu, 7 Apr 2011 06:21:00 +0000 (08:21 +0200)]
Revert "Fix strncmp page test to limit length to size of object"

This reverts commit e513f34605747f43eed259519b6fb847591861d2.

13 years agoFix strncmp page test to limit length to size of object
Andreas Schwab [Tue, 29 Mar 2011 08:40:28 +0000 (10:40 +0200)]
Fix strncmp page test to limit length to size of object

13 years agoFix typo in CL.
Ulrich Drepper [Tue, 5 Apr 2011 10:44:05 +0000 (06:44 -0400)]
Fix typo in CL.

13 years agoFix typo in cache information table for x86-{32,64}.
Ulrich Drepper [Sun, 3 Apr 2011 13:32:31 +0000 (09:32 -0400)]
Fix typo in cache information table for x86-{32,64}.

13 years agoMerge branch 'master' of ssh://sourceware.org/git/glibc
Ulrich Drepper [Sat, 2 Apr 2011 19:28:16 +0000 (15:28 -0400)]
Merge branch 'master' of ssh://sourceware.org/git/glibc

Conflicts:
ChangeLog

13 years agoDefine CLOCK_BOOTTIME.
Ulrich Drepper [Sat, 2 Apr 2011 19:27:07 +0000 (15:27 -0400)]
Define CLOCK_BOOTTIME.

13 years agoUpdate comment about feature macros.
Ulrich Drepper [Sat, 2 Apr 2011 12:25:30 +0000 (08:25 -0400)]
Update comment about feature macros.

13 years agoWork around old buggy program which cannot cope with memcpy semantics.
H.J. Lu [Fri, 1 Apr 2011 23:38:21 +0000 (19:38 -0400)]
Work around old buggy program which cannot cope with memcpy semantics.

13 years agoFix visibility of declarations of wcpcpy and wcpncpy.
Ulrich Drepper [Fri, 1 Apr 2011 22:36:07 +0000 (18:36 -0400)]
Fix visibility of declarations of wcpcpy and wcpncpy.

13 years agoAdd syncfs syscall.
Andreas Schwab [Fri, 1 Apr 2011 17:08:28 +0000 (13:08 -0400)]
Add syncfs syscall.

13 years agoRename open_by_handle to open_by_handle_at.
Andreas Schwab [Fri, 1 Apr 2011 17:05:15 +0000 (13:05 -0400)]
Rename open_by_handle to open_by_handle_at.

13 years agoDefine O_PATH.
Ulrich Drepper [Fri, 1 Apr 2011 15:46:10 +0000 (11:46 -0400)]
Define O_PATH.

13 years agoAlso make x86 sync_file_range a cancellation point.
Ulrich Drepper [Fri, 1 Apr 2011 15:33:14 +0000 (11:33 -0400)]
Also make x86 sync_file_range a cancellation point.

13 years agoReally implement fallocate{,64} and sync_file_range as cancellation points.
Ulrich Drepper [Fri, 1 Apr 2011 15:15:08 +0000 (11:15 -0400)]
Really implement fallocate{,64} and sync_file_range as cancellation points.

13 years agoInstall bits/timex.h header.
Andreas Schwab [Fri, 1 Apr 2011 14:40:53 +0000 (10:40 -0400)]
Install bits/timex.h header.

13 years agoFix typos in comments.
Ulrich Drepper [Fri, 1 Apr 2011 14:39:30 +0000 (10:39 -0400)]
Fix typos in comments.

13 years agoAdd support for name_to_handle_at and open_by_handle.
Ulrich Drepper [Fri, 1 Apr 2011 14:33:37 +0000 (10:33 -0400)]
Add support for name_to_handle_at and open_by_handle.

13 years agoDefine AT_EMPTY_PATH.
Ulrich Drepper [Fri, 1 Apr 2011 12:22:49 +0000 (08:22 -0400)]
Define AT_EMPTY_PATH.

13 years agoExport new symbol.
Ulrich Drepper [Thu, 31 Mar 2011 10:30:18 +0000 (06:30 -0400)]
Export new symbol.

13 years agoAdd clock_adjtime syscall.
Ulrich Drepper [Thu, 31 Mar 2011 02:00:57 +0000 (22:00 -0400)]
Add clock_adjtime syscall.

13 years agoLast change caused infinite loops because of missing loop increment.
Ulrich Drepper [Tue, 22 Mar 2011 05:52:43 +0000 (01:52 -0400)]
Last change caused infinite loops because of missing loop increment.

13 years agoFix whitespace issue.
Ulrich Drepper [Mon, 21 Mar 2011 09:38:07 +0000 (05:38 -0400)]
Fix whitespace issue.

13 years agoHandle page boundaries in x86 SSE4.2 strncmp.
H.J. Lu [Mon, 21 Mar 2011 09:35:38 +0000 (05:35 -0400)]
Handle page boundaries in x86 SSE4.2 strncmp.

13 years agoImplement x86 cpuid handling of leaf4 for cache information.
Ulrich Drepper [Sun, 20 Mar 2011 12:14:30 +0000 (08:14 -0400)]
Implement x86 cpuid handling of leaf4 for cache information.