Ulrich Drepper [Fri, 19 Nov 2010 14:35:39 +0000 (09:35 -0500)]
Define MAP_HUGETLB.
Ulrich Drepper [Tue, 16 Nov 2010 17:17:04 +0000 (12:17 -0500)]
Define SWAP_FLAG_DISCARD.
Andreas Schwab [Fri, 12 Nov 2010 08:51:28 +0000 (03:51 -0500)]
Fix memory leak in fnmatch
H.J. Lu [Fri, 12 Nov 2010 08:48:52 +0000 (03:48 -0500)]
Support Intel processor model 6 and model 0x2.
Luis Machado [Wed, 10 Nov 2010 21:15:05 +0000 (16:15 -0500)]
Fix comparison in sqrtl for IBM long double 128.
H.J. Lu [Wed, 10 Nov 2010 08:05:37 +0000 (03:05 -0500)]
Fix one exit path in x86-64 SSE4.2 str{,n}casecmp.
Ulrich Drepper [Wed, 10 Nov 2010 07:38:35 +0000 (02:38 -0500)]
Fix warnings in __bswap_16.
H.J. Lu [Mon, 8 Nov 2010 08:41:34 +0000 (03:41 -0500)]
Use IFUNC on x86-64 memset
Luis Machado [Fri, 5 Nov 2010 12:01:13 +0000 (08:01 -0400)]
power7-optimized mempcpy
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.
Miklos Szeredi [Wed, 3 Nov 2010 04:25:45 +0000 (00:25 -0400)]
Verify in ttyname() that the symlink is valid.
Erich Ritz [Mon, 1 Nov 2010 18:50:24 +0000 (14:50 -0400)]
Fix typo in comment.
Ulrich Drepper [Mon, 1 Nov 2010 18:27:55 +0000 (14:27 -0400)]
Update Danish translations.
Ulrich Drepper [Tue, 26 Oct 2010 17:01:46 +0000 (13:01 -0400)]
Fix assertion in ld.so, introduced by delayed adding to global list.
Ulrich Drepper [Tue, 26 Oct 2010 04:23:45 +0000 (00:23 -0400)]
Add missing file.
Andreas Krebbel [Tue, 26 Oct 2010 04:23:14 +0000 (00:23 -0400)]
Fix concurrency problem between dl_open and dl_iterate_phdr
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
Ulrich Drepper [Mon, 25 Oct 2010 02:37:00 +0000 (22:37 -0400)]
Fix perturbing in malloc on free.
Michael B. Brutman [Mon, 25 Oct 2010 01:47:33 +0000 (21:47 -0400)]
powerpc: PPCA2/A2 optimized memcpy function
Andreas Schwab [Mon, 25 Oct 2010 01:43:15 +0000 (21:43 -0400)]
Require suid bit on audit objects in privileged programs
Andreas Schwab [Mon, 25 Oct 2010 01:42:39 +0000 (21:42 -0400)]
Work around shortest-stem feature in make 3.82+
Andreas Schwab [Mon, 25 Oct 2010 00:40:14 +0000 (20:40 -0400)]
Don't expand DST twice in dl_open
Ulrich Drepper [Tue, 19 Oct 2010 16:56:42 +0000 (12:56 -0400)]
Provide FP_FAST_FMA{,F,L} definitions for x86/x86-64.
Michael Meissner [Tue, 19 Oct 2010 16:49:05 +0000 (12:49 -0400)]
Add C99 FP_FAST_FMA{,F,L} macros to math.h
Ulrich Drepper [Tue, 19 Oct 2010 16:47:13 +0000 (12:47 -0400)]
Merge branch 'master' of ssh://sourceware.org/git/glibc
Conflicts:
ChangeLog
Jakub Jelinek [Mon, 18 Oct 2010 11:29:50 +0000 (07:29 -0400)]
IEEE quad fmal fixes
Jakub Jelinek [Fri, 15 Oct 2010 19:27:16 +0000 (15:27 -0400)]
Missing CL.
Jakub Jelinek [Fri, 15 Oct 2010 19:26:06 +0000 (15:26 -0400)]
Implement fmal, some fma bugfixes
Jakub Jelinek [Fri, 15 Oct 2010 19:25:14 +0000 (15:25 -0400)]
Fix some more dbl-64/s_fma.c issue
Andreas Schwab [Fri, 15 Oct 2010 11:29:38 +0000 (07:29 -0400)]
Expect PLT call to _Unwind_Find_FDE on s390*-linux
Jakub Jelinek [Thu, 14 Oct 2010 02:27:03 +0000 (22:27 -0400)]
Implement accurate fma.
H.J. Lu [Thu, 14 Oct 2010 02:12:03 +0000 (22:12 -0400)]
Fix alignment of AVX safe area on x86-64.
Ulrich Drepper [Tue, 12 Oct 2010 13:00:33 +0000 (09:00 -0400)]
One more regex memory leak fixed.
Ulrich Drepper [Tue, 12 Oct 2010 02:46:44 +0000 (22:46 -0400)]
More regex memory leak fixes and tests.
Ulrich Drepper [Mon, 11 Oct 2010 16:34:53 +0000 (12:34 -0400)]
Test case for last regex problem.
Ulrich Drepper [Mon, 11 Oct 2010 15:46:22 +0000 (11:46 -0400)]
Fix memory leak for some invalid regular expressions.
Ulrich Drepper [Mon, 11 Oct 2010 14:58:31 +0000 (10:58 -0400)]
psiginfo relied too much on sys_siglist.
Ulrich Drepper [Mon, 11 Oct 2010 13:38:00 +0000 (09:38 -0400)]
Linux getifaddrs might return entries with ->ifa_addr being NULL.
Jakub Jelinek [Mon, 11 Oct 2010 13:27:05 +0000 (09:27 -0400)]
Correct implementation of fmaf.
Ulrich Drepper [Mon, 11 Oct 2010 13:19:36 +0000 (09:19 -0400)]
Fix BZ reference in last checkin.
Ulrich Drepper [Mon, 11 Oct 2010 13:10:41 +0000 (09:10 -0400)]
Unify psiginfo output.
Ulrich Drepper [Wed, 6 Oct 2010 17:48:51 +0000 (13:48 -0400)]
Add test case for strstr problem.
Eric Blake [Wed, 6 Oct 2010 17:48:07 +0000 (13:48 -0400)]
Fix strstr and memmem algorithm.
Ulrich Drepper [Mon, 4 Oct 2010 02:53:24 +0000 (22:53 -0400)]
More NEWS changes.
Ulrich Drepper [Mon, 4 Oct 2010 02:51:30 +0000 (22:51 -0400)]
Update NEWS.
Ulrich Drepper [Mon, 4 Oct 2010 02:30:11 +0000 (22:30 -0400)]
Remove specific binutils version recommendation in INSTALL file.
Ulrich Drepper [Mon, 4 Oct 2010 02:27:21 +0000 (22:27 -0400)]
Handle large requests.
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 strn{,case}cmp
Nobuhiro Iwamatsu [Fri, 1 Oct 2010 23:40:36 +0000 (19:40 -0400)]
sh: Add "extern "C"" to __set_fpscr function
Andreas Jaeger [Fri, 1 Oct 2010 23:05:26 +0000 (19:05 -0400)]
Fix last checkin.
Andreas Jaeger [Fri, 1 Oct 2010 14:49:47 +0000 (10:49 -0400)]
Handle cgroup and btrfs filesystems
Luis Machado [Wed, 29 Sep 2010 16:21:14 +0000 (12:21 -0400)]
powerpc: Use generic memset for RTLD for ppc32/64
Andreas Krebbel [Wed, 29 Sep 2010 15:31:42 +0000 (11:31 -0400)]
S/390: Fix highgprs check in startup code
Ulrich Drepper [Tue, 28 Sep 2010 03:02:55 +0000 (23:02 -0400)]
Revert "powerpc: PPCA2 optimized memcpy function"
This reverts commit
44f91d3884e241e4402eb3e8b9b6dfa2acc9f80c.
Conflicts:
ChangeLog
Andreas Schwab [Tue, 28 Sep 2010 02:34:21 +0000 (22:34 -0400)]
Properly convert f_fsid in statvfs
Petr Baudis [Sat, 25 Sep 2010 01:06:00 +0000 (03:06 +0200)]
Add two forgotten licence exceptions
The two files in debug/ are included in libc_nonshared.a and the
functions may be included in linked executables. Use the same text
as in other files going to libc_nonshared.a.
Michael B. Brutman [Tue, 21 Sep 2010 21:06:46 +0000 (14:06 -0700)]
powerpc: PPCA2 optimized memcpy function
Joseph Myers [Tue, 21 Sep 2010 21:02:08 +0000 (14:02 -0700)]
getdents64 fallback d_type support
Ulrich Drepper [Tue, 21 Sep 2010 20:53:31 +0000 (13:53 -0700)]
Whitespace cleanup.
Andreas Schwab [Tue, 21 Sep 2010 20:52:12 +0000 (13:52 -0700)]
Move freeres function from ld.so to libc.so.
Ulrich Drepper [Tue, 21 Sep 2010 18:01:10 +0000 (11:01 -0700)]
Undo feature selection for ftruncate.
Andreas Schwab [Tue, 21 Sep 2010 17:47:14 +0000 (10:47 -0700)]
Fix namespace pollution in pthread_cleanup_push.
Ulrich Drepper [Tue, 21 Sep 2010 06:09:06 +0000 (23:09 -0700)]
Better CL.
Ulrich Drepper [Tue, 21 Sep 2010 03:18:00 +0000 (20:18 -0700)]
Re-enable all strncasecmp versions.
Ulrich Drepper [Mon, 20 Sep 2010 21:02:23 +0000 (14:02 -0700)]
Fix limit detection in x86-64 SSE2 strncasecmp.
Andreas Schwab [Mon, 20 Sep 2010 13:58:15 +0000 (06:58 -0700)]
Add support for fanotify_mark on sparc32 and s390
Andreas Schwab [Wed, 15 Sep 2010 14:38:19 +0000 (07:38 -0700)]
Fix register conflict in s390 ____longjmp_chk
Andreas Schwab [Wed, 15 Sep 2010 14:20:57 +0000 (07:20 -0700)]
Don't try to free rpath strings allocated during startup
Ulrich Drepper [Tue, 14 Sep 2010 07:01:42 +0000 (00:01 -0700)]
Actually make it possible to user the default name server.
Chung-Lin Tang [Wed, 8 Sep 2010 22:49:50 +0000 (15:49 -0700)]
Fix _FORITY_SOURCE version of longjmp for Linux/x86-64.
Andreas Schwab [Tue, 7 Sep 2010 12:22:32 +0000 (14:22 +0200)]
Fix encoding errors in ChangeLogs
Andreas Schwab [Mon, 6 Sep 2010 12:55:59 +0000 (14:55 +0200)]
Don't mix pattern rules with normal rules
Andreas Schwab [Sun, 18 Jul 2010 12:51:45 +0000 (14:51 +0200)]
Remove undefined operations
Ulrich Drepper [Sat, 4 Sep 2010 19:48:31 +0000 (12:48 -0700)]
Remove invalid iconv aliases.
Ulrich Drepper [Fri, 3 Sep 2010 11:42:44 +0000 (04:42 -0700)]
Small optimization of alloca handling.
Ulrich Drepper [Fri, 3 Sep 2010 06:36:25 +0000 (23:36 -0700)]
Update x86-64 mpn routines from GMP 5.0.1.
Samuel Thibault [Thu, 2 Sep 2010 01:11:31 +0000 (18:11 -0700)]
Fix generic bits/sched.h for #define __need_schedparam uses.
Mike Frysinger [Wed, 1 Sep 2010 19:45:02 +0000 (12:45 -0700)]
Update sparc epoll.h from epoll_create2 to epoll_create1
Mike Frysinger [Wed, 1 Sep 2010 19:42:48 +0000 (12:42 -0700)]
Fix typo in x86-64 epoll.h.
Andreas Schwab [Wed, 1 Sep 2010 19:38:44 +0000 (12:38 -0700)]
Fix array overflow in floating point parser
Ulrich Drepper [Wed, 1 Sep 2010 12:10:04 +0000 (05:10 -0700)]
More copyright changes.
Ulrich Drepper [Wed, 1 Sep 2010 11:12:55 +0000 (04:12 -0700)]
Remove duplicate version of pmap_getport from NIS code.
Andreas Schwab [Sat, 14 Aug 2010 16:06:10 +0000 (18:06 +0200)]
Support fanotify_mark syscall on powerpc32
Roland McGrath [Sat, 28 Aug 2010 00:11:38 +0000 (17:11 -0700)]
Add missing i686/multiarch/Makefile bit for shared x86_64 code.
Ulrich Drepper [Fri, 27 Aug 2010 19:10:11 +0000 (12:10 -0700)]
Fixup x86 after x86-64 varshift change.
Ulrich Drepper [Fri, 27 Aug 2010 05:35:42 +0000 (22:35 -0700)]
Fix typo in last commit.
Ulrich Drepper [Fri, 27 Aug 2010 05:17:03 +0000 (22:17 -0700)]
Move slow Atom code to separate section.
Ulrich Drepper [Fri, 27 Aug 2010 05:12:16 +0000 (22:12 -0700)]
Shorten x86-64 strlen a bit.
H.J. Lu [Fri, 27 Aug 2010 05:09:34 +0000 (22:09 -0700)]
Unroll x86-64 strlen
H.J. Lu [Thu, 26 Aug 2010 20:18:46 +0000 (13:18 -0700)]
Missing comma in last commit.
Roland McGrath [Wed, 25 Aug 2010 19:13:08 +0000 (12:13 -0700)]
Clean up warnings in new x86_64/multiarch code.
H.J. Lu [Wed, 25 Aug 2010 17:07:37 +0000 (10:07 -0700)]
Unroll 32bit SSE strlen and handle slow bsf
Ulrich Drepper [Wed, 25 Aug 2010 14:47:17 +0000 (07:47 -0700)]
NEWS udpate.
Ulrich Drepper [Wed, 25 Aug 2010 14:43:53 +0000 (07:43 -0700)]
Missing server address again leads to localhost being used
Roland McGrath [Tue, 24 Aug 2010 18:55:53 +0000 (11:55 -0700)]
Rejigger header generation for default uname implementation.
Roland McGrath [Tue, 24 Aug 2010 18:52:12 +0000 (11:52 -0700)]
Avoid nested comment.
Ulrich Drepper [Tue, 24 Aug 2010 18:42:19 +0000 (11:42 -0700)]
Add missing copyright year updated and pretty printing.
Richard Henderson [Tue, 24 Aug 2010 18:35:01 +0000 (11:35 -0700)]
Clean up SSE variable shifts
Mike Frysinger [Mon, 23 Aug 2010 14:51:49 +0000 (07:51 -0700)]
Remove multiarch dirs when gnu indirect is not supported
Petr Baudis [Mon, 23 Aug 2010 12:53:52 +0000 (05:53 -0700)]
Update the LICENSES file.