]>
git.ipfire.org Git - thirdparty/glibc.git/log
Ulrich Drepper [Wed, 25 Aug 2010 14:43:53 +0000 (07:43 -0700)]
Missing server address again leads to localhost being used
(cherry picked from commit
df24a73ecdfea3690821f8176b83d811a5f23725 )
H.J. Lu [Mon, 16 Aug 2010 03:09:23 +0000 (20:09 -0700)]
Add -fno-asynchronous-unwind-tables to initfini.s for i386
(cherry picked from commit
f8392f40049cf6faedcf4f26736227d9a7a04b9e )
Samuel Thibault [Mon, 2 Aug 2010 23:46:12 +0000 (16:46 -0700)]
Hurd: fix timeout rounding in select
(cherry picked from commit
5a42321d438211210e0869e5e90f8d75d1354e14 )
Roland McGrath [Thu, 29 Jul 2010 17:49:42 +0000 (10:49 -0700)]
BZ 11856: fix manual nit
(cherry picked from commit
48cbc0d6d03b0591280489ddb6a2df60b850e57d )
Andreas Schwab [Mon, 26 Jul 2010 13:28:15 +0000 (15:28 +0200)]
Document M_PERTURB
(cherry picked from commit
deb9cabbf475da0b65d7acdb364987c4a15b4214 )
Roland McGrath [Mon, 26 Jul 2010 19:45:17 +0000 (12:45 -0700)]
BZ #11840: Fix config.cache usage for -fgnu89-inline check.
(cherry picked from commit
1c7570ff36595cba9f5797453eda95969a72c56e )
Roland McGrath [Wed, 21 Jul 2010 02:09:50 +0000 (19:09 -0700)]
Fix vDSO synthetic hwcap handling so they are not masked out from ld.so.cache matching.
(cherry picked from commit
5dbc3b6cc0b759bf4b22d851ccb9cbf3e3cbc6ef )
Roland McGrath [Tue, 6 Jul 2010 01:28:24 +0000 (18:28 -0700)]
Manual wording fix for round{,f,l}.
(cherry picked from commit
713df3d547041fddea30fa78c52dd0615bfd4c24 )
Ulrich Drepper [Fri, 2 Jul 2010 16:49:05 +0000 (09:49 -0700)]
More linking issues fixed.
(cherry picked from commit
702e8f1450279f3e5dc22bf0935ee5ece4369fdb )
Ulrich Drepper [Fri, 2 Jul 2010 02:03:29 +0000 (19:03 -0700)]
Fix build with newer linker.
(cherry picked from commit
72b6e8c85b95a949d8c5d827a16dd1492d9ef26b )
Emilio Pozuelo Monfort [Wed, 2 Jun 2010 17:24:59 +0000 (10:24 -0700)]
Hurd: Fix linkat symlink handling.
(cherry picked from commit
2a50c07836d2750baf70442f8f760bf6cd43b3af )
Ulrich Drepper [Fri, 5 Nov 2010 11:57:46 +0000 (07:57 -0400)]
32bit memset-sse2.S fails with uneven cache size
32bit memset-sse2.S assumes cache size is multiple of 128 bytes. If
it isn't true, memset-sse2.S will fail. For example, a processor can
have 24576 KB L3 cache and 20 cores. That is
2516582 byte per core. Half
of it is
1258291 , which isn't helpful for vector instructions. This
patch rounds cache sizes to multiple of 256 bytes and adds "raw" cache
sizes.
(cherry picked from commit
c0dde15b5dba7e02ce6f36eab3a4d1c166f9951b )
Miklos Szeredi [Wed, 3 Nov 2010 04:25:45 +0000 (00:25 -0400)]
Verify in ttyname() that the symlink is valid.
(cherry picked from commit
0e516e0e14f2f9783a21cd1727bc53776341f857 )
Ulrich Drepper [Tue, 26 Oct 2010 04:23:45 +0000 (00:23 -0400)]
Add missing file.
(cherry picked from commit
c54ff5c67ea2b2a1235e066da27ffec48a40c566 )
Andreas Krebbel [Tue, 26 Oct 2010 04:23:14 +0000 (00:23 -0400)]
Fix concurrency problem between dl_open and dl_iterate_phdr
(cherry picked from commit
f09677388a44cd1460f8986ef1b096c73bd5b958 )
Richard Li [Mon, 25 Oct 2010 18:13:17 +0000 (14:13 -0400)]
Fix x86-64 strchr propagation of search byte into all bytes of SSE register
(cherry picked from commit
dbf3a06904168417a05882a871342e7a9ee3b383 )
Andreas Schwab [Mon, 25 Oct 2010 01:43:15 +0000 (21:43 -0400)]
Require suid bit on audit objects in privileged programs
(cherry picked from commit
8e9f92e9d5d7737afdacf79b76d98c4c42980508 )
H.J. Lu [Thu, 14 Oct 2010 02:12:03 +0000 (22:12 -0400)]
Fix alignment of AVX safe area on x86-64.
(cherry picked from commit
f90681487d90a6eea8f1c60021bc8dd83313c59b )
Ulrich Drepper [Wed, 6 Oct 2010 17:48:51 +0000 (13:48 -0400)]
Add test case for strstr problem.
(cherry picked from commit
67a67b950be9741a4cf1ff3e75572204b06bec2e )
Eric Blake [Wed, 6 Oct 2010 17:48:07 +0000 (13:48 -0400)]
Fix strstr and memmem algorithm.
(cherry picked from commit
5fb308bca2f333dcc835945be85e165cd7843d5b )
Ulrich Drepper [Mon, 4 Oct 2010 02:10:30 +0000 (22:10 -0400)]
Fix handling of tail bytes of buffer in SSE2/SSSE3 x86-64 version strncmp
(cherry picked from commit
45db99c7d03e497a3320907e722270fb7ee852f3 )
Andreas Schwab [Thu, 19 Aug 2010 14:42:16 +0000 (07:42 -0700)]
Fix ifunc thunk for strspn on x86 in static libc
(cherry picked from commit
bdaa77bc20bbaf5a78da541b993cfead8b8c1b1c )
Ulrich Drepper [Tue, 17 Aug 2010 09:05:30 +0000 (11:05 +0200)]
(__getlogin_r_loginuid): Also fail if tpwd after pwuid call is NULL.
(cherry picked from commit
c86434ccb576a3ce35b5a74f72b9f03bd45b522a )
Andreas Schwab [Mon, 21 Jun 2010 14:57:12 +0000 (07:57 -0700)]
More fixes to error handling in getlogin_r.
(cherry picked from commit
e35fcef8b739ed24e083ff8a3078ac14e101cf67 )
Ulrich Drepper [Sat, 19 Jun 2010 16:54:28 +0000 (09:54 -0700)]
Fix error handling in Linux getlogin*.
(cherry picked from commit
63c4ed22b5048c8701d8806026c23cc95f0df756 )
Andreas Schwab [Tue, 27 Jul 2010 11:34:39 +0000 (13:34 +0200)]
glibc 2.12.1 release
Andreas Schwab [Tue, 27 Jul 2010 11:33:47 +0000 (13:33 +0200)]
Regenerate NOTES
Kirill A. Shutemov [Tue, 15 Jun 2010 00:23:01 +0000 (17:23 -0700)]
Flush cache after solving TEXTRELs if arch requires it.
(cherry picked from commit
80da2e093c0e465cfa6e561488aac51c236b6fd2 )
Takashi Yoshii [Mon, 14 Jun 2010 23:56:22 +0000 (16:56 -0700)]
[sh] Fix incorrect location of ifndef for __ASSUME_FUTEX_CLOCK_REALTIME.
(cherry picked from commit
4bc93b30337482a0ad1758b4ba069704d09c39da )
Andreas Schwab [Mon, 14 Jun 2010 23:54:43 +0000 (16:54 -0700)]
Fix use of extend_alloca in NIS
(cherry picked from commit
caa78cf824f98d6f02f2e39cb9cf253c8553946f )
Jakub Jelinek [Mon, 14 Jun 2010 15:18:26 +0000 (08:18 -0700)]
Fix a couple of __REDIRECT () __THROW occurrences
This patch fixes some cases which fail to parse with C++.
(cherry picked from commit
f32f28695d938597ad93177dc83225dcb3c69f74 )
H.J. Lu [Thu, 27 May 2010 18:14:18 +0000 (11:14 -0700)]
Incorrect x86 CPU family and model check.
(cherry picked from commit
3c88fe1e3ab8c6115e9b0c6eb109718da2116a33 )
Takashi Yoshii [Wed, 26 May 2010 14:01:43 +0000 (07:01 -0700)]
Fix iov[] size in SH register_dump()
(cherry picked from commit
d2f73151763c27173d9a771cea722380d7fc61c2 )
Ulrich Drepper [Sat, 22 May 2010 06:51:18 +0000 (23:51 -0700)]
Don't crash on unresolved weak symbol reference when auditing.
(cherry picked from commit
b32b8b451b398ebae33d4cf8039c03f4d615c0c3 )
Andreas Schwab [Fri, 21 May 2010 19:51:43 +0000 (12:51 -0700)]
Don't crash on unresolved weak symbol reference
(cherry picked from commit
9acbe24da8c71704d03e30d1223f997442d4be0c )
Andreas Schwab [Fri, 21 May 2010 19:11:28 +0000 (12:11 -0700)]
Implement recvmmsg also as socketcall
(cherry picked from commit
3d04ff3a5d3ce3616837e1d15e03b6e1b360cf26 )
Andreas Schwab [Fri, 21 May 2010 18:52:20 +0000 (11:52 -0700)]
sunrpc: Fix spurious fall-through
(cherry picked from commit
f0ccf6ea41931f325df4699a4c7fdf81888563ee )
Andreas Schwab [Fri, 21 May 2010 18:45:17 +0000 (11:45 -0700)]
Make <sys/timex.h> compatible with C++
(cherry picked from commit
5b08ac571ff8e94fe96511a532f0d20997de5f52 )
Andreas Schwab [Wed, 19 May 2010 06:47:09 +0000 (23:47 -0700)]
Fix typo in es_CR locale.
Andrew Stubbs [Wed, 12 May 2010 17:18:26 +0000 (10:18 -0700)]
Fix FP exception control.
Roland McGrath [Fri, 7 May 2010 23:23:03 +0000 (16:23 -0700)]
Fix a const warning in ldconfig.
Ulrich Drepper [Fri, 7 May 2010 08:18:34 +0000 (01:18 -0700)]
Refer to old CL file.
Ulrich Drepper [Fri, 7 May 2010 05:23:13 +0000 (22:23 -0700)]
Enable IDN support in getent.
Ulrich Drepper [Thu, 6 May 2010 11:44:06 +0000 (04:44 -0700)]
WS fixes
Ulrich Drepper [Thu, 6 May 2010 11:42:46 +0000 (04:42 -0700)]
Fix race in free sanity check.
Andreas Schwab [Wed, 5 May 2010 16:59:25 +0000 (09:59 -0700)]
Fix lookup of collation sequence value during regexp matching
Ulrich Drepper [Wed, 5 May 2010 16:48:21 +0000 (09:48 -0700)]
Merge branch 'master' of ssh://sources.redhat.com/git/glibc
Andreas Schwab [Wed, 5 May 2010 16:47:25 +0000 (09:47 -0700)]
Fix name of tt_RU.UTF-8@iqtelif locale.
Ulrich Drepper [Wed, 5 May 2010 16:44:50 +0000 (09:44 -0700)]
Handle too-small buffers in Linux getlogin_r.
Andreas Schwab [Wed, 5 May 2010 08:14:51 +0000 (10:14 +0200)]
Regenerate INSTALL
Ulrich Drepper [Wed, 5 May 2010 07:26:14 +0000 (00:26 -0700)]
Remove unnecessary Alpha support.
Ulrich Drepper [Tue, 4 May 2010 11:27:23 +0000 (04:27 -0700)]
Mention more bugs which are fixed.
Ulrich Drepper [Tue, 4 May 2010 04:44:07 +0000 (21:44 -0700)]
Fix CL.
Ulrich Drepper [Mon, 3 May 2010 21:11:14 +0000 (14:11 -0700)]
Prepare for release.
Ulrich Drepper [Mon, 3 May 2010 21:04:52 +0000 (14:04 -0700)]
Fix ldconfig to handle symlinks in chroot correctly.
Ulrich Drepper [Mon, 3 May 2010 20:33:13 +0000 (13:33 -0700)]
Simplify OOM handling in ldconfig.
Ulrich Drepper [Mon, 3 May 2010 17:40:30 +0000 (10:40 -0700)]
One more bug in ldconfig -r handling.
Ulrich Drepper [Mon, 3 May 2010 17:04:06 +0000 (10:04 -0700)]
Start of week is wrong for Switzerland.
Andreas Schwab [Mon, 3 May 2010 15:08:28 +0000 (08:08 -0700)]
Don't deadlock in __dl_iterate_phdr while (un)loading objects.
Ulrich Drepper [Mon, 3 May 2010 13:34:56 +0000 (06:34 -0700)]
Code cleanup in __dl_iterate_phdr.
Ulrich Drepper [Sun, 2 May 2010 19:12:55 +0000 (12:12 -0700)]
Fix handling if newline in addmntent.
Bruno Haible [Wed, 28 Apr 2010 22:00:14 +0000 (15:00 -0700)]
BZ #11538: Fix ttyname_r callers not to expect errno was set.
Bruno Haible [Mon, 26 Apr 2010 17:07:15 +0000 (10:07 -0700)]
BZ #11537: Hurd: Fix ttyname_r error return value.
Emilio Pozuelo Monfort [Mon, 26 Apr 2010 16:59:30 +0000 (09:59 -0700)]
Hurd: Fix file_name_lookup_at error case return value.
Ulrich Drepper [Thu, 22 Apr 2010 14:10:28 +0000 (07:10 -0700)]
Update vi translation file.
Ulrich Drepper [Wed, 21 Apr 2010 23:51:41 +0000 (16:51 -0700)]
Update bg translation file.
Roland McGrath [Mon, 19 Apr 2010 22:38:48 +0000 (15:38 -0700)]
Link elf/noload test against -ldl.
Roland McGrath [Mon, 19 Apr 2010 22:31:43 +0000 (15:31 -0700)]
Link as-needed against ld.so.
Roland McGrath [Mon, 19 Apr 2010 20:48:00 +0000 (13:48 -0700)]
tst-fmemopen: Do not write test file in $srcdir.
H.J. Lu [Thu, 15 Apr 2010 14:50:47 +0000 (07:50 -0700)]
Missing CL.
H.J. Lu [Thu, 15 Apr 2010 14:49:30 +0000 (07:49 -0700)]
Fix bugs in x86-32 strcmp-sse4.S and strcmp-ssse3.S
Ulrich Drepper [Thu, 15 Apr 2010 05:29:51 +0000 (22:29 -0700)]
Whitespace fix.
H.J. Lu [Thu, 15 Apr 2010 05:27:59 +0000 (22:27 -0700)]
Add x86-32 FMA support
H.J. Lu [Thu, 15 Apr 2010 05:18:27 +0000 (22:18 -0700)]
Check DATA_CACHE_SIZE_HALF
Andreas Schwab [Thu, 15 Apr 2010 05:16:06 +0000 (22:16 -0700)]
Don't crash in trace mode when dependencies are missing
Ulrich Drepper [Thu, 15 Apr 2010 04:09:21 +0000 (21:09 -0700)]
Remove unintended change.
H.J. Lu [Thu, 15 Apr 2010 00:53:44 +0000 (17:53 -0700)]
Optimie x86-64 SSE4 memcmp for unaligned data.
H.J. Lu [Wed, 14 Apr 2010 07:12:53 +0000 (00:12 -0700)]
x86-64 SSE4 optimized memcmp
This is 64bit SSE4 optimized memcmp. It improves memcmp by upto 3X
on Intel Core i7.
Ulrich Drepper [Wed, 14 Apr 2010 02:17:10 +0000 (19:17 -0700)]
Update x86-64 cpu multiarch selection header.
Matt Fleming [Tue, 13 Apr 2010 19:10:31 +0000 (12:10 -0700)]
elf/elf.h: Add SH specific ELF header flags.
Andreas Schwab [Tue, 13 Apr 2010 17:23:22 +0000 (10:23 -0700)]
Fix makecontext on s390/s390x
Andreas Schwab [Tue, 13 Apr 2010 14:13:00 +0000 (07:13 -0700)]
Fix use of ucontext_t objects in tst-makecontext3
Objects of type ucontext_t cannot be copied, only getcontext can
properly initialize them. For example, on powerpc the structure
contains a pointer into itself, so makecontext modifies the original
object by side effect.
Ulrich Drepper [Sat, 10 Apr 2010 04:38:20 +0000 (21:38 -0700)]
Fix crash on reloading of gai data in nscd.
Roland McGrath [Fri, 9 Apr 2010 22:31:45 +0000 (15:31 -0700)]
Use a stamp file for libc-abis.h rule.
Roland McGrath [Fri, 9 Apr 2010 22:18:58 +0000 (15:18 -0700)]
Revert "Shorten build commands"
This reverts commit
59d9f1d6983fc9b606a1f9214fb817efe3d6cff8 .
Roland McGrath [Fri, 9 Apr 2010 20:59:34 +0000 (13:59 -0700)]
Fix tst-chmod not to write into srcdir.
Ulrich Drepper [Fri, 9 Apr 2010 19:29:18 +0000 (12:29 -0700)]
Fix typo in last commit.
Ulrich Drepper [Fri, 9 Apr 2010 14:56:29 +0000 (07:56 -0700)]
Add BZ to an older patch.
Ulrich Drepper [Fri, 9 Apr 2010 08:09:24 +0000 (01:09 -0700)]
Implement interfaces to set and get names of threads.
At least the Linux kernel provides field where the kernel originally
stores the command which is executed by the thread. The value can
subsequently be overwritten. The added functions allow to do that for
threads, providing and abstraction around the syscalls or /proc file
system accesses needed.
Ulrich Drepper [Fri, 9 Apr 2010 05:54:15 +0000 (22:54 -0700)]
Fix typo in locale source file.
Ulrich Drepper [Fri, 9 Apr 2010 03:29:15 +0000 (20:29 -0700)]
Whitespace issues.
Ulrich Drepper [Fri, 9 Apr 2010 03:28:05 +0000 (20:28 -0700)]
More news. Add BZ info for current and previous releases.
Ulrich Drepper [Fri, 9 Apr 2010 03:16:53 +0000 (20:16 -0700)]
Build cv_RU locale.
Adi Roiban [Fri, 9 Apr 2010 03:16:27 +0000 (20:16 -0700)]
Chuvash language locale for Russia.
Ulrich Drepper [Fri, 9 Apr 2010 03:10:26 +0000 (20:10 -0700)]
Add BZ number.
Ulrich Drepper [Fri, 9 Apr 2010 02:58:29 +0000 (19:58 -0700)]
Print reload count in nscd statistics.
Ulrich Drepper [Fri, 9 Apr 2010 02:44:21 +0000 (19:44 -0700)]
Change es_GT paper sizxe to letter.
Ulrich Drepper [Fri, 9 Apr 2010 02:04:33 +0000 (19:04 -0700)]
Fix reading loginuid file in getlogin{,_r}.
Ulrich Drepper [Fri, 9 Apr 2010 00:12:42 +0000 (17:12 -0700)]
Fix possibly uninitilized variable handling.
If malloc errors are ignored (which say aren't by default and never
should be) malloc in the old, slow form might use an uninitialized
variable.
Daniel Jacobowitz [Thu, 8 Apr 2010 23:48:17 +0000 (16:48 -0700)]
Shorten build commands
This patch scratches an itch. Each individual gcc command in the
glibc build is over 1K, which means it takes up a good chunk of my
terminal. Most of that is include paths. Any version of GCC new
enough to build glibc supports response files, which were added in
2005. So use a response file for the static list of include paths.
Now the build commands are a lot shorter, and easier to use when
developing glibc.