Ulrich Drepper [Fri, 30 Oct 2009 07:27:27 +0000 (00:27 -0700)]
Add a few defines to <netinet/udp.h>.
Neskie Manuel [Fri, 30 Oct 2009 07:22:34 +0000 (00:22 -0700)]
Fix accents in shs_CA locale.
Ulrich Drepper [Fri, 30 Oct 2009 07:11:07 +0000 (00:11 -0700)]
Implement mkstemps and mkstemps64.
Ulrich Drepper [Fri, 30 Oct 2009 06:21:18 +0000 (23:21 -0700)]
Add sml entry to ISO 639 list.
Ulrich Drepper [Fri, 30 Oct 2009 06:01:58 +0000 (23:01 -0700)]
Initialize local variable in resolver.
When the DNS server doesn't reply at all we possibly tested
an unitialized variable.
Nicolo' Chieffo [Fri, 30 Oct 2009 05:49:17 +0000 (22:49 -0700)]
Fix date_fmt for it_IT and it_CH locales.
Ulrich Drepper [Fri, 30 Oct 2009 05:43:08 +0000 (22:43 -0700)]
Fix IA-64 and S390 sigevent definitions.
Petr Machata [Fri, 30 Oct 2009 05:30:25 +0000 (22:30 -0700)]
Define yesstr and nostr for a few locales.
Reþat SABIQ [Fri, 30 Oct 2009 05:21:58 +0000 (22:21 -0700)]
Fix first day of week and a few spellings in crh_UA locale.
Anders Johansson [Fri, 30 Oct 2009 05:18:26 +0000 (22:18 -0700)]
Fix a few asserts and IO calls in nscd.
The nscd/*cache.c files contain assert()s, writeall() and sendfileall() calls
that invalidly use together &dataset->resp and total where either dataset or
dataset->head.recsize should be used instead one of the components. In the
writeall() and sendfileall() cases, it is unlikely to matter in practice, but
the assertions can fail sometimes without a proper reason.
Steve Langasek [Fri, 30 Oct 2009 05:04:58 +0000 (22:04 -0700)]
Fix nss_files if /etc/hosts is missing.
John Sullivan [Fri, 30 Oct 2009 04:50:35 +0000 (21:50 -0700)]
Fix typos in format strings of malloc_info.
Ulrich Drepper [Fri, 30 Oct 2009 04:41:19 +0000 (21:41 -0700)]
Bump timeout for utmp operations to 10s.
Ulrich Drepper [Fri, 30 Oct 2009 04:33:26 +0000 (21:33 -0700)]
Fix compat handling in *at functions.
When passed an empty string for the filename, the compat code
using /proc in all *at functions did the wrong thing.
Ulrich Drepper [Fri, 30 Oct 2009 04:01:24 +0000 (21:01 -0700)]
Fix AIO when thread creation failed.
Several bugs fixed when we needed to create a thread to work on AIO
requests but failed and there is not one running.
Joe Landers [Fri, 30 Oct 2009 02:59:59 +0000 (19:59 -0700)]
Fix error handling in NIS.
A buffer was freed even though it wasn't allocated as expected. Do
this only when !batch_read.
Joe Landers [Thu, 29 Oct 2009 23:22:01 +0000 (16:22 -0700)]
Fix memory leak in NIS grp database handling.
Ulrich Drepper [Thu, 29 Oct 2009 23:03:07 +0000 (16:03 -0700)]
Fix return value of puts for very long strings.
Ulrich Drepper [Thu, 29 Oct 2009 21:19:33 +0000 (14:19 -0700)]
Fix repairing of memusage trace files.
Ulrich Drepper [Thu, 29 Oct 2009 20:45:10 +0000 (13:45 -0700)]
Print timestamp in nscd debug messages.
Andreas Schwab [Thu, 29 Oct 2009 18:27:53 +0000 (11:27 -0700)]
Fix errno handling in posix_openpt.
The implementation of posix_openpt on Linux can fail in a few extra
ways if the appropriate pseudo filesystems are not mounted etc. In
some of these cases we have to explicitly set errno.
Andreas Schwab [Thu, 29 Oct 2009 18:25:20 +0000 (11:25 -0700)]
Fix wrap-around in memusage.
Ulrich Drepper [Thu, 29 Oct 2009 18:02:34 +0000 (11:02 -0700)]
Fix getttyname on Linux when called for different devices.
If a second call to ttyname is not for the same type of device (e.g.,
serial vs ptty) the prefix of the buffer was wrong. Don't rely on
the previous content, always reinitialize it.
Philip Prindeville [Thu, 29 Oct 2009 17:40:55 +0000 (10:40 -0700)]
Add macros for DSCP markings.
Ulrich Drepper [Thu, 29 Oct 2009 17:12:59 +0000 (10:12 -0700)]
Fix F_GETOWN on some Linux archs.
The syscall conventions on some Linux archs prevented F_GETOWN from working
correctly in some situations. This can be rectified when using the new
F_GETOWN_EX command.
Ulrich Drepper [Thu, 29 Oct 2009 15:48:17 +0000 (08:48 -0700)]
Define F_OWNER_* and f_owner_ex for Linux targets.
Ulrich Drepper [Thu, 29 Oct 2009 15:33:12 +0000 (08:33 -0700)]
Allow compat handling of getutmp.
Petar Bogdanovic [Thu, 29 Oct 2009 15:17:48 +0000 (08:17 -0700)]
Fix mixing IPv4 and IPv6 name server in resolv.conf.
Joseph S. Myers [Sat, 24 Oct 2009 00:07:32 +0000 (00:07 +0000)]
Readd definition of __expl in ldbl-128
Jakub Jelinek [Tue, 27 Oct 2009 20:46:08 +0000 (13:46 -0700)]
Fix range checks in coshl.
Ulrich Drepper [Fri, 23 Oct 2009 05:50:00 +0000 (22:50 -0700)]
Fix whitespaces.
H.J. Lu [Fri, 23 Oct 2009 05:47:12 +0000 (22:47 -0700)]
Implement SSE4.2 optimized strchr and strrchr.
Ulrich Drepper [Fri, 23 Oct 2009 05:42:13 +0000 (22:42 -0700)]
Merge branch 'master' of ssh://sources.redhat.com/git/glibc
Andreas Schwab [Wed, 21 Oct 2009 13:23:42 +0000 (06:23 -0700)]
Handle IFUNC symbols in dlsym.
Andreas Schwab [Tue, 20 Oct 2009 04:23:15 +0000 (21:23 -0700)]
Correct errno handling in expm1.
Ulrich Drepper [Thu, 15 Oct 2009 13:54:25 +0000 (06:54 -0700)]
Mention ps_AF locale as new.
Ulrich Drepper [Thu, 15 Oct 2009 13:53:24 +0000 (06:53 -0700)]
Add ps_AF locale.
Sayamindu Dasgupta [Thu, 15 Oct 2009 13:51:37 +0000 (06:51 -0700)]
Afghan locale definition for Pashto language.
Mostly by Sayamindu Dasgupta, fixed up by Pravin Satpute <psatpute@redhat.com>.
David S. Miller [Wed, 14 Oct 2009 12:52:42 +0000 (14:52 +0200)]
Add ____longjmp_chk for sparc
tst-longjmp_chk passes, tst-longjmp_chk2 fails but that is because
of some limitations of kernel signal delivery on sparc that I need
to fix, it has nothing to do with the longjmp_chk implementation.
(The problem with tst-longjmp_chk2 is that it tries to do a stack
fault SIGSEGV within a stack fault SIGSEGV , and the Linux kernel
will refuse to setup the signal stack and deliver the signal if the
register windows can't be written out to the stack first)
Andreas Schwab [Tue, 13 Oct 2009 14:12:47 +0000 (16:12 +0200)]
Fix USE_MULTIARCH conditional
Ulrich Drepper [Thu, 8 Oct 2009 20:46:47 +0000 (13:46 -0700)]
Remove duplicate __set_errno call in random_r.c.
Ulrich Drepper [Thu, 8 Oct 2009 20:39:00 +0000 (13:39 -0700)]
Typo fix.
Ulrich Drepper [Thu, 8 Oct 2009 20:11:13 +0000 (13:11 -0700)]
New Czech translation.
Andreas Schwab [Tue, 6 Oct 2009 11:43:26 +0000 (13:43 +0200)]
Fix descriptor leak when calling dlopen with RTLD_NOLOAD
Roland McGrath [Wed, 7 Oct 2009 03:01:23 +0000 (20:01 -0700)]
Clean up unnecessary libc_hidden_builtin_def fiddling in x86 multiarch definitions.
Roland McGrath [Wed, 7 Oct 2009 02:59:03 +0000 (19:59 -0700)]
Clean up x86 multiarch HAS_FOO macros.
Andreas Schwab [Mon, 5 Oct 2009 08:52:22 +0000 (10:52 +0200)]
Fix week-1stday in C locale
Ulrich Drepper [Thu, 1 Oct 2009 08:18:41 +0000 (01:18 -0700)]
Define F_SETOWN_EX and F_GETOWN_EX in Linux headers.
Ulrich Drepper [Tue, 29 Sep 2009 13:13:11 +0000 (06:13 -0700)]
Merge branch 'master' of ssh://sources.redhat.com/git/glibc
Conflicts:
ChangeLog
Andreas Schwab [Tue, 29 Sep 2009 13:11:59 +0000 (06:11 -0700)]
Check for integer overflows in formatting functions
Samuel Thibault [Mon, 28 Sep 2009 18:36:23 +0000 (11:36 -0700)]
Fix Hurd mkdirat.
Ulrich Drepper [Mon, 28 Sep 2009 17:35:41 +0000 (10:35 -0700)]
Fix locale program error handling
If an unknown name is passed to locale, report it and fail.
H.J. Lu [Mon, 28 Sep 2009 11:18:09 +0000 (04:18 -0700)]
Handle future binutils versions correctly.
Ulrich Drepper [Mon, 28 Sep 2009 10:19:58 +0000 (03:19 -0700)]
Fix missing reloc dependency
When DL_LOOKUP_ADD_DEPENDENCY was introduced a few callers of
_dl_lookup_versioned_symbol were not properly adjusted. One of them
survived until now.
Samuel Thibault [Sun, 27 Sep 2009 23:26:59 +0000 (16:26 -0700)]
Fix IXANY feature macro conditions.
Andreas Schwab [Sun, 20 Sep 2009 07:42:48 +0000 (09:42 +0200)]
Fix typo in is646 gconv module
Ulrich Drepper [Sun, 20 Sep 2009 07:21:30 +0000 (00:21 -0700)]
Hungarian and Vietnamese translation update.
Roland McGrath [Sun, 20 Sep 2009 00:19:41 +0000 (17:19 -0700)]
Remove some unused variables.
Roland McGrath [Fri, 18 Sep 2009 20:30:07 +0000 (13:30 -0700)]
Mention pthread_sigqueue
Roland McGrath [Tue, 15 Sep 2009 21:14:42 +0000 (14:14 -0700)]
configure tweaks, support $libc_add_on_config_subdirs
Ulrich Drepper [Thu, 10 Sep 2009 05:15:27 +0000 (22:15 -0700)]
Handle -- on getconf command line.
H.J. Lu [Tue, 8 Sep 2009 23:04:30 +0000 (16:04 -0700)]
Support binutils 2.100 and 3.0.
Jakub Jelinek [Tue, 8 Sep 2009 23:00:25 +0000 (16:00 -0700)]
Fix __longjmp_chk on s390/s390x.
s390/s390x hasn't been updated to handle alternate stacks properly.
Andreas Schwab [Mon, 7 Sep 2009 15:31:52 +0000 (08:31 -0700)]
Fix malformed #pragma.
Ulrich Drepper [Mon, 7 Sep 2009 09:32:29 +0000 (02:32 -0700)]
Fix endless loop in localedef.
localedef got into an endless loop in case order_start was used for
the unnamed_section twice and the first use didn't actually result
into any definition.
Ulrich Drepper [Mon, 7 Sep 2009 07:18:06 +0000 (00:18 -0700)]
Handle POSIX2_LINE_MAX in getconf.
H.J. Lu [Sat, 5 Sep 2009 14:06:19 +0000 (07:06 -0700)]
Support binutils 2.20.
Ulrich Drepper [Thu, 3 Sep 2009 13:44:22 +0000 (06:44 -0700)]
Fix IA-32 strstr in multiarch configuration as well.
Ulrich Drepper [Thu, 3 Sep 2009 02:59:43 +0000 (19:59 -0700)]
Fix whitespaces.
Suzuki Poulose [Thu, 3 Sep 2009 02:58:50 +0000 (19:58 -0700)]
Fix timer_create to initialize timer_t properly.
Andreas Schwab [Thu, 3 Sep 2009 02:48:39 +0000 (19:48 -0700)]
Fix lookup of group names in hesiod initgroups.
Resolving names from a grplist entry actually never worked.
Andreas Schwab [Thu, 3 Sep 2009 02:45:33 +0000 (19:45 -0700)]
Fix fsetpos on wide stream.
Jakub Jelinek [Thu, 3 Sep 2009 02:43:04 +0000 (19:43 -0700)]
Fix strstr/strcasestr/fma/fmaf on x86_64.
Andreas Schwab [Tue, 1 Sep 2009 22:36:22 +0000 (15:36 -0700)]
Cleanup _IO_wfile_seekoff.
This reformulates the in-buffer optimisation check to match the code in
_IO_new_file_seekoff. No functional changes, but easier to understand.
Joshua W. Boyer [Tue, 1 Sep 2009 22:35:35 +0000 (15:35 -0700)]
Fix use of 64-bit insn in 32-bit memcpy for POWER6.
Andreas Schwab [Tue, 1 Sep 2009 22:31:09 +0000 (15:31 -0700)]
Add hidden alias for fflush.
Jakub Jelinek [Tue, 1 Sep 2009 22:30:12 +0000 (15:30 -0700)]
Fix x86_64 bits/mathinline.h for -m32 compilation.
Andreas Schwab [Mon, 31 Aug 2009 09:52:17 +0000 (11:52 +0200)]
Fix parse error in bits/mathinline.h with --std=c99
Ulrich Drepper [Mon, 31 Aug 2009 11:56:07 +0000 (04:56 -0700)]
Fix problems with memory allocation in assert.
In case the allocator is corrupted and an assert triggers, we shouldn't
allocate any more memory. Use a private assert definition which doesn't
use malloc.
Ulrich Drepper [Mon, 31 Aug 2009 11:55:10 +0000 (04:55 -0700)]
Add local assert function to avoid problems with memory allocation in
the real one.
Andrew Stubbs [Fri, 28 Aug 2009 21:57:16 +0000 (14:57 -0700)]
SH lowlevellock broken for FUTEX_CLOCK_REALTIME.
H.J. Lu [Fri, 28 Aug 2009 21:54:46 +0000 (14:54 -0700)]
Remove ENABLE_SSSE3_ON_ATOM.
It turns that SSSE3 isn't slow on Atom. The problem is bsf. This patch
removes ENABLE_SSSE3_ON_ATOM.
Ulrich Drepper [Fri, 28 Aug 2009 20:45:28 +0000 (13:45 -0700)]
More strto{,u}l{,l} tests.
Ulrich Drepper [Wed, 26 Aug 2009 07:51:45 +0000 (00:51 -0700)]
Add isinf optimized for 64-bit.
Ulrich Drepper [Wed, 26 Aug 2009 07:12:58 +0000 (00:12 -0700)]
Optimized isnan for 64-bit machines.
Ulrich Drepper [Wed, 26 Aug 2009 06:53:23 +0000 (23:53 -0700)]
Make llround an alias for lround on 64-bit machines.
Ulrich Drepper [Wed, 26 Aug 2009 06:26:16 +0000 (23:26 -0700)]
Optimized nearbyint for 64-bit.
Ulrich Drepper [Wed, 26 Aug 2009 05:44:34 +0000 (22:44 -0700)]
Optimized rint implementation for x86-64.
Ulrich Drepper [Wed, 26 Aug 2009 00:28:50 +0000 (17:28 -0700)]
Add 64-bit optimized s_round.
Ulrich Drepper [Tue, 25 Aug 2009 23:46:34 +0000 (16:46 -0700)]
Optimize out duplicated scalbln code for x86-64.
Joseph Myers [Tue, 25 Aug 2009 22:48:06 +0000 (15:48 -0700)]
Fix generic fdiml.
Ulrich Drepper [Tue, 25 Aug 2009 22:42:41 +0000 (15:42 -0700)]
Add 64-bit optimized scalbln.
Ulrich Drepper [Tue, 25 Aug 2009 21:54:12 +0000 (14:54 -0700)]
Optimized signbit{,f} for x86-64.
Ulrich Drepper [Tue, 25 Aug 2009 21:12:41 +0000 (14:12 -0700)]
Add 64-bit optimized version lround.
Joseph Myers [Tue, 25 Aug 2009 20:08:04 +0000 (13:08 -0700)]
Update the conformance description.
Ulrich Drepper [Tue, 25 Aug 2009 19:02:13 +0000 (12:02 -0700)]
64-bit optimized implementation of trunc.
Ulrich Drepper [Tue, 25 Aug 2009 17:42:30 +0000 (10:42 -0700)]
Handle AVX saving on x86-64 in interrupted smbol lookups.
If a signal arrived during a symbol lookup and the signal handler also
required a symbol lookup, the end of the lookup in the signal handler reset
the flag whether restoring AVX/SSE registers is needed. Resetting means
in this case that the tail part of the outer lookup code will try to
restore the registers and this can fail miserably. We now restore to the
previous value which makes nesting calls possible.
Ulrich Drepper [Tue, 25 Aug 2009 01:05:48 +0000 (18:05 -0700)]
Add ceil implementation for 64-bit machines.
On 64-bit machines we should not split doubles into two 32 bit
integer and handle the words separately. We have wide registers.
This patch implements a 64-bit ceil version. Ideally all other
functions will be converted over time.
Ulrich Drepper [Mon, 24 Aug 2009 23:23:47 +0000 (16:23 -0700)]
Hint to kernel that thread stack memory can be removed.
Ulrich Drepper [Mon, 24 Aug 2009 21:52:49 +0000 (14:52 -0700)]
Optimize float construction/extraction on x86-64.