H.J. Lu [Tue, 17 May 2011 05:45:49 +0000 (01:45 -0400)]
Fix fileops.c build for old kernels
Ulrich Drepper [Tue, 17 May 2011 05:42:27 +0000 (01:42 -0400)]
Update GB18030 to 2005 version
Aharon Robbins [Mon, 16 May 2011 14:28:44 +0000 (10:28 -0400)]
Update RE_SYNTAX*_AWK constants in regex.h
Ulrich Drepper [Mon, 16 May 2011 14:13:54 +0000 (10:13 -0400)]
Handle long variable names in putenv
Ulrich Drepper [Mon, 16 May 2011 13:35:51 +0000 (09:35 -0400)]
Fix reporting of invalid timeouts in emulated pselect
Ulrich Drepper [Mon, 16 May 2011 13:10:36 +0000 (09:10 -0400)]
Fix test for error_one_per_line mode in error
Ulrich Drepper [Mon, 16 May 2011 05:43:56 +0000 (01:43 -0400)]
Remove shortcut for call of chown
The UID might differ, too. Just call chown unconditionally.
Ulrich Drepper [Mon, 16 May 2011 05:35:07 +0000 (01:35 -0400)]
Cleanup x86-64 sys/user.h
Sašo Živanovic [Mon, 16 May 2011 05:24:50 +0000 (01:24 -0400)]
Add work and week day info to sl_SI locale
Ulrich Drepper [Mon, 16 May 2011 05:07:09 +0000 (01:07 -0400)]
Recode se_NO locale file to UTF-8
Ulrich Drepper [Mon, 16 May 2011 04:58:33 +0000 (00:58 -0400)]
Avoid potential deadlock in mtrace
The _dl_addr function might have to call malloc which would lead
to a deadlock. Avoid by calling _dl_addr early.
Ulrich Drepper [Mon, 16 May 2011 04:22:16 +0000 (00:22 -0400)]
Remove USE_MTRACE_FILE support from mtrace
Ulrich Drepper [Sun, 15 May 2011 19:28:46 +0000 (15:28 -0400)]
Fix a few problems in fopen and freopen
fopen should set the FD_CLOEXEC flag if requested evenif the kernel does
not support an aotmic operation.
freopen should reuse the file descriptor for the stream. This is
especially important for calls to change the standard streams (stin,
stdout, stderr).
Ulrich Drepper [Sun, 15 May 2011 17:35:09 +0000 (13:35 -0400)]
Provide more helpful error message in getopt
If provide with an ambiguous long option we now show all the possibilities.
Ulrich Drepper [Sun, 15 May 2011 16:24:14 +0000 (12:24 -0400)]
Whitespace fixes
Ulrich Drepper [Sun, 15 May 2011 16:17:01 +0000 (12:17 -0400)]
Update configure helper scripts
Ulrich Drepper [Sun, 15 May 2011 15:46:07 +0000 (11:46 -0400)]
Fix typoe in CL
Ulrich Drepper [Sun, 15 May 2011 15:37:52 +0000 (11:37 -0400)]
Fix whitespaces
Ulrich Drepper [Sun, 15 May 2011 15:36:07 +0000 (11:36 -0400)]
Move Dzonghka collation rules to common collation rules file
Johan Heikkila [Sun, 15 May 2011 15:27:42 +0000 (11:27 -0400)]
Fix some fields in time info in sv_FI locale
Ulrich Drepper [Sun, 15 May 2011 15:18:10 +0000 (11:18 -0400)]
sysconf on Linux/ia64 reported outdate versions for some options
The code is also cleaned up to avoid inefficiencies.
Ulrich Drepper [Sun, 15 May 2011 14:59:07 +0000 (10:59 -0400)]
Make stack canary value harder to read through read overflow
Ulrich Drepper [Sun, 15 May 2011 13:40:30 +0000 (09:40 -0400)]
Use non-cancelable interfaces in setup code
Ulrich Drepper [Sun, 15 May 2011 12:33:54 +0000 (08:33 -0400)]
Fix typo in last checkin
I referenced the attachment, not th eBZ number
Ulrich Drepper [Sun, 15 May 2011 12:32:57 +0000 (08:32 -0400)]
Add entry for Sorani language
Ulrich Drepper [Sun, 15 May 2011 04:34:48 +0000 (00:34 -0400)]
Use mmap for allocation of buffers used for __abort_msg
Ulrich Drepper [Sun, 15 May 2011 01:32:08 +0000 (21:32 -0400)]
Last patch also fixes BZ 11952
Martin von Gagern [Sun, 15 May 2011 01:25:43 +0000 (21:25 -0400)]
Fix handling of static TLS in dlopen'ed objects
When dynamically loading a library along with several dependencies, calls to
_dl_add_to_slotinfo and _dl_update_slotinfo can become intermixed. As a
consequence, _dl_update_slotinfo will update the generation counter of the dtv
although not all of the slots belonging to that generation have been added.
Subsequent calls to _dl_add_to_slotinfo will add more slots to the same
generation, for which no storage will be allocated, as the dtv generation
checks will claim no work is necessary. This will lead to uninitialized dtv
entries and will likely cause a SIGSEGV when thread local variables are
accessed.
KH Teo [Sat, 14 May 2011 23:47:43 +0000 (19:47 -0400)]
Fix time format in en_SG locale
Ulrich Drepper [Sat, 14 May 2011 23:30:37 +0000 (19:30 -0400)]
Fix initialization of optimization values for AIO
Ulrich Drepper [Sat, 14 May 2011 15:37:36 +0000 (11:37 -0400)]
Fix handling of conversion problem in CP932 module
Ulrich Drepper [Sat, 14 May 2011 15:16:18 +0000 (11:16 -0400)]
Fix typo in comment
Ulrich Drepper [Sat, 14 May 2011 15:13:31 +0000 (11:13 -0400)]
Fix potential problem with out-of-scope buffer
Ulrich Drepper [Sat, 14 May 2011 14:59:54 +0000 (10:59 -0400)]
Initialize variable in _IO_new_file_close_it
The last change left a variable in some situations uninitialized.
Ulrich Drepper [Sat, 14 May 2011 14:46:17 +0000 (10:46 -0400)]
Handle recursive calls in backtrace better
Ulrich Drepper [Sat, 14 May 2011 05:03:08 +0000 (01:03 -0400)]
Optimize conversion of single character in gconv
Ulrich Drepper [Sat, 14 May 2011 04:53:21 +0000 (00:53 -0400)]
Fix handling of incomplete character storage in state
If iconv is called more than once in a row for adding bytes to the sequence
while still remain under the minimum size of a character and if STORE_REST
is defined, we didn't consume any input. Fix that.
Andreas Schwab [Sat, 14 May 2011 03:31:43 +0000 (23:31 -0400)]
Add support for generated PIE link rules
Ulrich Drepper [Sat, 14 May 2011 01:10:29 +0000 (21:10 -0400)]
Fix error messages in test.
Ulrich Drepper [Sat, 14 May 2011 01:08:45 +0000 (21:08 -0400)]
Fix file descriptor position after fclose
fclose should leave the file descriptor position after the last read
or written byte.
Piotr Bury [Fri, 13 May 2011 01:59:09 +0000 (21:59 -0400)]
Fix resizing able for unique symbols when adding symbol for copy relocation
Ulrich Drepper [Thu, 12 May 2011 03:58:02 +0000 (23:58 -0400)]
Fix sched_setscheduler call in spawn implementation
Per Inge Mathisen [Thu, 12 May 2011 03:43:26 +0000 (23:43 -0400)]
Fix manual regarding switch from read to write on streams.
Ulrich Drepper [Thu, 12 May 2011 03:37:25 +0000 (23:37 -0400)]
Report write error in addmnt even for cached streams.
Ulrich Drepper [Wed, 11 May 2011 22:23:24 +0000 (18:23 -0400)]
Translate kernel error into what pthread_create should return
Ulrich Drepper [Wed, 11 May 2011 16:02:24 +0000 (12:02 -0400)]
Fix typo.
Ulrich Drepper [Wed, 11 May 2011 04:15:38 +0000 (00:15 -0400)]
Fix up testing for valid $ORIGIN use
Ulrich Drepper [Tue, 10 May 2011 04:36:29 +0000 (00:36 -0400)]
More configurability for secondary group lookup
Together with a previous patch which introduced the initgroups
entry in nsswitch.conf this patch allows more customization of
the lookups for initgroups/getgrouplist. Nothing changes if
the groups entry in nsswitch.conf is used. If the initgroups entry
is used instead the code now doesn't automatically continue looking
for more entries aftedr a successful lookup. Instead the normal
rules are followed which do specify that by default no more
service is consulted. This can be overwritten with
[SUCCESS=continue]
appropriately placed in the line.
Ulrich Drepper [Tue, 10 May 2011 04:11:47 +0000 (00:11 -0400)]
Update NEWS.
Ulrich Drepper [Tue, 10 May 2011 03:29:28 +0000 (23:29 -0400)]
Just BZ annotations
Ulrich Drepper [Tue, 10 May 2011 03:23:17 +0000 (23:23 -0400)]
Handle localized y/n reply in sq_AL
Ulrich Drepper [Tue, 10 May 2011 03:15:39 +0000 (23:15 -0400)]
Add support for CP770, CP771, CP772, CP773, and CP774
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
Ulrich Drepper [Mon, 9 May 2011 23:25:20 +0000 (19:25 -0400)]
Fix currency_symbol of es_NI locale
Ulrich Drepper [Mon, 9 May 2011 23:18:50 +0000 (19:18 -0400)]
Change paper format for Nicaragua to letter
Alexey Balmashnov [Mon, 9 May 2011 23:12:15 +0000 (19:12 -0400)]
Month names in Russian Localization should be in lowercase
Ulrich Drepper [Mon, 9 May 2011 23:05:13 +0000 (19:05 -0400)]
Add mhr_RU locale
Ulrich Drepper [Mon, 9 May 2011 22:49:24 +0000 (18:49 -0400)]
Add ary language entry.
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.
Ulrich Drepper [Mon, 9 May 2011 18:39:10 +0000 (14:39 -0400)]
Add lij_IT locale
Chunshek Chan [Mon, 9 May 2011 18:13:15 +0000 (14:13 -0400)]
Add yue_HK locale
Kevin Bortis [Mon, 9 May 2011 18:04:43 +0000 (14:04 -0400)]
Add wae_CH locale
Priit Laes [Mon, 9 May 2011 17:50:03 +0000 (13:50 -0400)]
Estonia (et_EE) joins the eurozone
Ulrich Drepper [Mon, 9 May 2011 17:27:17 +0000 (13:27 -0400)]
Add lb_LU locale
Ulrich Drepper [Mon, 9 May 2011 17:15:01 +0000 (13:15 -0400)]
Use appropriate type for return value checking
Ulrich Drepper [Mon, 9 May 2011 17:08:17 +0000 (13:08 -0400)]
Add sw_KE and sw_TZ locales
Ulrich Drepper [Mon, 9 May 2011 16:35:03 +0000 (12:35 -0400)]
Fix whitespaces
Ulrich Drepper [Mon, 9 May 2011 16:33:45 +0000 (12:33 -0400)]
Add ff_SN locale
Ghorban M. Tavakoly [Mon, 9 May 2011 16:26:12 +0000 (12:26 -0400)]
Update day/month names in tk_TM locale
Ulrich Drepper [Mon, 9 May 2011 16:09:31 +0000 (12:09 -0400)]
Add bem_ZM and en_ZM locales
Ulrich Drepper [Mon, 9 May 2011 16:01:56 +0000 (12:01 -0400)]
Document new locale
Ulrich Drepper [Mon, 9 May 2011 15:59:34 +0000 (11:59 -0400)]
Use rupee sign in Indian locales.
Ulrich Drepper [Mon, 9 May 2011 15:53:58 +0000 (11:53 -0400)]
Transliterate U20B9.
Ulrich Drepper [Mon, 9 May 2011 15:49:21 +0000 (11:49 -0400)]
Remove some incorrectly added lines from UTF-8 data
Ulrich Drepper [Mon, 9 May 2011 15:48:19 +0000 (11:48 -0400)]
Update UTF-8 data file
Ulrich Drepper [Mon, 9 May 2011 13:07:16 +0000 (09:07 -0400)]
Fix contact info.
Ulrich Drepper [Mon, 9 May 2011 13:02:25 +0000 (09:02 -0400)]
Fix whitespaces
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
Ulrich Drepper [Mon, 9 May 2011 13:00:14 +0000 (09:00 -0400)]
Add os_RU locale
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
Ulrich Drepper [Sun, 8 May 2011 18:53:20 +0000 (14:53 -0400)]
Make complete getcwd work in rtld
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).
Ulrich Drepper [Sun, 8 May 2011 04:48:30 +0000 (00:48 -0400)]
Optimize fdopendir a bit.
Don't call fcntl(F_SETFD) unnecessarily.
Alan Modra [Sun, 8 May 2011 01:27:51 +0000 (21:27 -0400)]
static tls memory leak on TLS_DTV_AT_TP archs
Ulrich Drepper [Sat, 7 May 2011 17:30:39 +0000 (13:30 -0400)]
Doc fixes.
Jonathan Nieder [Sat, 7 May 2011 17:20:33 +0000 (13:20 -0400)]
Actually undefine ARG_MAX from <linux/limits.h>
Ulrich Drepper [Sat, 7 May 2011 17:05:19 +0000 (13:05 -0400)]
Backport BIND code to query name as TLD.
Ulrich Drepper [Sat, 7 May 2011 15:44:26 +0000 (11:44 -0400)]
Allow $ORIGIN to reference trusted directoreis in SUID binaries.
Ulrich Drepper [Sat, 7 May 2011 13:13:43 +0000 (09:13 -0400)]
Misplaced new line in last patch
Paul Pluzhnikov [Sat, 7 May 2011 13:03:36 +0000 (09:03 -0400)]
Add missing {__BEGIN,__END}_DECLS to sys/sysmacros.h
Ulrich Drepper [Fri, 6 May 2011 16:54:12 +0000 (12:54 -0400)]
Report if no record is found by initgroups in nss_files.
Ulrich Drepper [Fri, 6 May 2011 11:47:33 +0000 (07:47 -0400)]
Update.
Andreas Schwab [Fri, 6 May 2011 11:46:42 +0000 (07:46 -0400)]
Install rpc/netdb.h again
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.
Ulrich Drepper [Thu, 5 May 2011 11:39:34 +0000 (07:39 -0400)]
Explain header situation after RPC removal in NEWS
Andreas Schwab [Thu, 5 May 2011 11:36:40 +0000 (07:36 -0400)]
Don't use removed rpc headers
Andreas Schwab [Tue, 3 May 2011 17:44:25 +0000 (13:44 -0400)]
ldconfig: don't crash on empty path in config file
Ulrich Drepper [Tue, 3 May 2011 01:34:34 +0000 (21:34 -0400)]
Better use of open in pathconf.
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
Ulrich Drepper [Tue, 3 May 2011 00:59:51 +0000 (20:59 -0400)]
Fix pathconf(_PC_BUF_SIZE).