Joseph Myers [Fri, 17 Feb 2012 22:06:09 +0000 (22:06 +0000)]
Fix documented parameters to execle.
Joseph Myers [Fri, 17 Feb 2012 17:57:29 +0000 (17:57 +0000)]
Fix ordering of bug numbers in NEWS.
Paul Bolle [Fri, 17 Feb 2012 17:54:10 +0000 (17:54 +0000)]
Fix typo (LC_TYPE -> LC_CTYPE).
Nicolas Boulenguez [Fri, 17 Feb 2012 17:44:38 +0000 (17:44 +0000)]
Fix various problems with @deftypefun lines.
Joseph Myers [Fri, 17 Feb 2012 17:02:52 +0000 (17:02 +0000)]
Add more bug numbers.
Joseph Myers [Fri, 17 Feb 2012 17:00:01 +0000 (17:00 +0000)]
Fix typos in documentation of fopen ",ccs=STRING".
Aurelien Jarno [Fri, 17 Feb 2012 16:46:56 +0000 (17:46 +0100)]
Include <time.h> in clock_settime.c.
Thomas Schwinge [Fri, 17 Feb 2012 07:46:28 +0000 (08:46 +0100)]
Hurd: #define away madvise for malloc code, fix previous commit.
Joseph Myers [Fri, 17 Feb 2012 01:23:04 +0000 (01:23 +0000)]
Fix typo in manual (bug 9902).
Joseph Myers [Fri, 17 Feb 2012 01:13:15 +0000 (01:13 +0000)]
Include <stdlib.h> in argp examples.
Joseph Myers [Fri, 17 Feb 2012 00:30:51 +0000 (00:30 +0000)]
List bugs 4822 and 11494 as fixed in NEWS.
Richard Henderson [Thu, 16 Feb 2012 03:58:28 +0000 (19:58 -0800)]
s390: Convert to crt[in].S.
David S. Miller [Thu, 16 Feb 2012 22:56:54 +0000 (14:56 -0800)]
Add O_FSYNC define to sparc just like other platforms.
Kaz Kojima [Wed, 15 Feb 2012 22:21:37 +0000 (07:21 +0900)]
Merge branch 'master' of git://sources.redhat.com/git/glibc
Kaz Kojima [Wed, 15 Feb 2012 22:17:24 +0000 (07:17 +0900)]
Add SH target specific crti.S and crtn.S and remove initfini files.
Add sysdeps/sh/crti.S, sysdeps/sh/crtn.S and remove sysdeps/sh/elf/initfini.c
and nptl/sysdeps/unix/sysv/linux/sh/pt-initfini.c.
David S. Miller [Thu, 16 Feb 2012 20:54:05 +0000 (12:54 -0800)]
Move sparc away from the deprecated inifini.c scheme.
/
* sysdeps/sparc/Makefile: Add -fPIC when building crt{i,n}.S
* sysdeps/sparc/crti.S: New file.
* sysdeps/sparc/crtn.S: New file.
* sysdeps/sparc/sparc32/Makefile: Remove initfini handling.
* sysdeps/sparc/sparc64/Makefile: Likewise.
nptl/
* sysdeps/sparc/Makefile: Add -fPIC when building pt-crti.S and crtn.S
Roland McGrath [Wed, 15 Feb 2012 22:14:59 +0000 (14:14 -0800)]
Hurd: #define away madvise for malloc code.
Mike Frysinger [Wed, 15 Feb 2012 20:39:49 +0000 (20:39 +0000)]
Include sys/param.h in getcwd.c.
Roland McGrath [Wed, 15 Feb 2012 20:23:13 +0000 (12:23 -0800)]
Remove macros wrongly left for pre-libio case that no longer exists.
Joseph Myers [Wed, 15 Feb 2012 20:10:22 +0000 (20:10 +0000)]
Split architecture-specific parts of sys/signalfd.h into bits/signalfd.h.
Marek Polacek [Wed, 15 Feb 2012 20:07:06 +0000 (21:07 +0100)]
Remove unused Makefile.
Marek Polacek [Tue, 14 Feb 2012 12:50:44 +0000 (13:50 +0100)]
Provide crt[in].S for x86-64.
Joseph Myers [Tue, 14 Feb 2012 00:13:47 +0000 (00:13 +0000)]
Split architecture-specific parts of sys/inotify.h into bits/inotify.h.
Joseph Myers [Mon, 13 Feb 2012 20:27:59 +0000 (20:27 +0000)]
Split architecture-specific parts of sys/eventfd.h into bits/eventfd.h.
Roland McGrath [Fri, 10 Feb 2012 21:44:27 +0000 (13:44 -0800)]
log entry typo fixes
Thomas Schwinge [Fri, 10 Feb 2012 20:05:54 +0000 (21:05 +0100)]
Fix x86 PLT slot usage for feraiseexcept.
Then we're elf/check-localplt.out-clean again.
Thomas Schwinge [Fri, 10 Feb 2012 11:18:48 +0000 (12:18 +0100)]
A bit of testsuite cleanup.
Joseph Myers [Fri, 10 Feb 2012 00:06:41 +0000 (00:06 +0000)]
Revert FSF address changes to locales.
Paul Eggert [Thu, 9 Feb 2012 23:18:22 +0000 (23:18 +0000)]
Replace FSF snail mail address with URLs.
Richard Henderson [Thu, 9 Feb 2012 19:21:47 +0000 (11:21 -0800)]
Use <> for include of kernel-features.h.
Richard Henderson [Thu, 9 Feb 2012 19:20:27 +0000 (11:20 -0800)]
Avoid pointer type mismatch warning.
update_get_addr returns a link_map*, but the return expression
was of type char*. Fix by relying on gcc's void* arithmetic
extension and auto-conversion from void*.
Andreas Schwab [Thu, 9 Feb 2012 16:10:47 +0000 (17:10 +0100)]
Update ChangeLog
Marek Polacek [Thu, 9 Feb 2012 16:09:55 +0000 (17:09 +0100)]
Remove _G_HAVE_SYS_CDEFS.
Andreas Schwab [Wed, 8 Feb 2012 21:20:40 +0000 (22:20 +0100)]
Reduce ldouble ULPs for jn tests on x86
Andreas Schwab [Wed, 8 Feb 2012 14:25:07 +0000 (15:25 +0100)]
powerpc: add crt files
* sysdeps/powerpc/powerpc32/crti.S: New file.
* sysdeps/powerpc/powerpc32/crtn.S: New file.
* sysdeps/powerpc/powerpc64/crti.S: New file.
* sysdeps/powerpc/powerpc64/crtn.S: New file.
Andreas Schwab [Sun, 8 Jan 2012 10:14:07 +0000 (11:14 +0100)]
Remove have-initfini and need-nopic-initfini
Andreas Schwab [Wed, 8 Feb 2012 10:40:39 +0000 (11:40 +0100)]
Add missing dependency for pt-crti.o
Joseph Myers [Wed, 8 Feb 2012 01:46:30 +0000 (01:46 +0000)]
Add 411 to list of fixed bugs.
Joseph Myers [Wed, 8 Feb 2012 01:45:26 +0000 (01:45 +0000)]
Support crti.S and crtn.S provided directly by architectures.
Marek Polacek [Tue, 7 Feb 2012 21:40:49 +0000 (22:40 +0100)]
Remove _G_ARGS macros.
Marek Polacek [Tue, 7 Feb 2012 19:47:46 +0000 (20:47 +0100)]
Add tst-CMPLX2 test.
Andreas Schwab [Tue, 7 Feb 2012 14:16:06 +0000 (15:16 +0100)]
Adjust libm test ULPs for powerpc
Andreas Schwab [Tue, 7 Feb 2012 14:14:47 +0000 (15:14 +0100)]
Fix loss of precision in jn tests
Marek Polacek [Mon, 6 Feb 2012 23:41:11 +0000 (00:41 +0100)]
Remove __ELF__ conditionals
Joseph Myers [Mon, 6 Feb 2012 23:01:25 +0000 (23:01 +0000)]
Undefine and redefine __i686 for assembly code.
Joseph Myers [Mon, 6 Feb 2012 18:05:54 +0000 (18:05 +0000)]
Match x86 PIC thunk names to compiler version.
Joseph Myers [Sun, 5 Feb 2012 14:34:14 +0000 (14:34 +0000)]
Use macro for PIC setup in inline asm.
Joseph Myers [Fri, 3 Feb 2012 23:24:19 +0000 (23:24 +0000)]
Use macros for x86 PIC thunk names.
Joseph Myers [Fri, 3 Feb 2012 23:22:53 +0000 (23:22 +0000)]
Consistently use macros for x86 PIC thunks.
Joseph Myers [Fri, 3 Feb 2012 00:13:15 +0000 (00:13 +0000)]
Include <stdio.h> in math/tst-CMPLX.c.
Ulrich Drepper [Tue, 31 Jan 2012 23:50:35 +0000 (18:50 -0500)]
Merge branch 'master' of ssh://sourceware.org/git/glibc
Ulrich Drepper [Tue, 31 Jan 2012 23:49:22 +0000 (18:49 -0500)]
Cleanups of malloc
Remove ugly names and unnecessary wrappers.
Joseph Myers [Tue, 31 Jan 2012 22:57:02 +0000 (22:57 +0000)]
Always define float_t as float for PowerPC, SH and SPARC.
Marek Polacek [Tue, 31 Jan 2012 20:02:53 +0000 (20:02 +0000)]
Remove PARAMS macros.
Ulrich Drepper [Tue, 31 Jan 2012 19:42:34 +0000 (14:42 -0500)]
Handle ARENA_TEST correctly
Ulrich Drepper [Tue, 31 Jan 2012 03:50:20 +0000 (22:50 -0500)]
Don't add CL for generated files!!!
Ulrich Drepper [Tue, 31 Jan 2012 03:34:33 +0000 (22:34 -0500)]
Merge branch 'master' of ssh://sourceware.org/git/glibc
Conflicts:
ChangeLog
Ulrich Drepper [Tue, 31 Jan 2012 03:32:05 +0000 (22:32 -0500)]
Optimize __get_tls_addr a bit
Rearrange code to avoid creation of a stack frame. At least on x86-64
the code for the fast path should be down to the bare minimum.
Joseph Myers [Mon, 30 Jan 2012 21:20:32 +0000 (21:20 +0000)]
Remove miscellaneous __STDC__ conditionals.
Joseph Myers [Mon, 30 Jan 2012 19:55:15 +0000 (19:55 +0000)]
Fix makefile/configure problems with sse2avx changes.
Roland McGrath [Mon, 30 Jan 2012 17:58:46 +0000 (09:58 -0800)]
Merge remote-tracking branch 'origin/cmetcalf/tile_config'
Conflicts:
ChangeLog
Chris Metcalf [Sat, 28 Jan 2012 16:28:23 +0000 (11:28 -0500)]
Add Tile relocation types.
Roland McGrath [Mon, 30 Jan 2012 17:50:40 +0000 (09:50 -0800)]
Merge remote-tracking branch 'origin/cmetcalf/tile_epoll_pwait'
Conflicts:
ChangeLog
Roland McGrath [Mon, 30 Jan 2012 17:49:39 +0000 (09:49 -0800)]
Merge remote-tracking branch 'origin/cmetcalf/tile_not_cancel_h'
Conflicts:
ChangeLog
Roland McGrath [Mon, 30 Jan 2012 17:48:55 +0000 (09:48 -0800)]
Merge remote-tracking branch 'origin/cmetcalf/tile_firstversions'
Conflicts:
ChangeLog
Roland McGrath [Mon, 30 Jan 2012 17:47:47 +0000 (09:47 -0800)]
Merge remote-tracking branch 'origin/cmetcalf/tile_faccessat'
Chris Metcalf [Sun, 29 Jan 2012 18:36:30 +0000 (13:36 -0500)]
Update config.guess, config.sub from upstream config git repository.
Ulrich Drepper [Sun, 29 Jan 2012 02:20:06 +0000 (21:20 -0500)]
Optimize x86-64 math inline header a bit
Ulrich Drepper [Sat, 28 Jan 2012 19:48:46 +0000 (14:48 -0500)]
Use -msse2avx option for x86-64 libm functions
Chris Metcalf [Sat, 28 Jan 2012 17:07:46 +0000 (12:07 -0500)]
Call __fxstatat64 from faccessat() to avoid PLT in -Os builds.
Chris Metcalf [Sat, 28 Jan 2012 17:02:44 +0000 (12:02 -0500)]
Fix bug in firstversions.awk version range handling.
Chris Metcalf [Sat, 28 Jan 2012 17:00:12 +0000 (12:00 -0500)]
Use include/sys/epoll.h to provide libc_hidden_proto for epoll_pwait().
Chris Metcalf [Sat, 28 Jan 2012 16:51:44 +0000 (11:51 -0500)]
Use <> brackets for not-cancel.h in sysdeps/unix/sysv/linux/grantpt.c.
Ulrich Drepper [Sat, 28 Jan 2012 16:19:06 +0000 (11:19 -0500)]
Simplify use of AVX instructions in internal math macros
Adhemerval Zanella [Fri, 27 Jan 2012 23:05:45 +0000 (18:05 -0500)]
PowerPC - A2 memcpy cache line size initialization
Ulrich Drepper [Fri, 27 Jan 2012 20:06:37 +0000 (15:06 -0500)]
Merge branch 'master' of ssh://sourceware.org/git/glibc
Conflicts:
ChangeLog
Ulrich Drepper [Fri, 27 Jan 2012 20:05:19 +0000 (15:05 -0500)]
Sort objects before relocations
Joseph Myers [Fri, 27 Jan 2012 17:27:55 +0000 (17:27 +0000)]
Remove __STDC__ conditionals from libm.
Ulrich Drepper [Fri, 27 Jan 2012 16:25:41 +0000 (11:25 -0500)]
Merge branch 'master' of ssh://sourceware.org/git/glibc
Ulrich Drepper [Fri, 27 Jan 2012 16:25:18 +0000 (11:25 -0500)]
Fix comment
Joseph Myers [Thu, 26 Jan 2012 23:31:37 +0000 (23:31 +0000)]
Remove __STDC__ conditionals from non-installed headers.
Joseph Myers [Thu, 26 Jan 2012 20:49:22 +0000 (20:49 +0000)]
Remove __STDC__ conditionals from installed headers.
Ulrich Drepper [Thu, 26 Jan 2012 14:45:54 +0000 (09:45 -0500)]
Really fix AVX tests
There is no problem with strcmp, it doesn't use the YMM registers.
The math routines might since gcc perhaps generates such code.
Introduce bit_YMM_USBALE and use it in the math routines.
Ulrich Drepper [Thu, 26 Jan 2012 12:45:14 +0000 (07:45 -0500)]
Reset bit_AVX in __cpu_features is OS support is missing
Joseph Myers [Wed, 25 Jan 2012 16:50:17 +0000 (16:50 +0000)]
Remove gets declarations in C++ tests.
Ulrich Drepper [Wed, 25 Jan 2012 00:29:39 +0000 (19:29 -0500)]
Merge branch 'master' of ssh://sourceware.org/git/glibc
Conflicts:
ChangeLog
Ulrich Drepper [Tue, 24 Jan 2012 22:40:44 +0000 (17:40 -0500)]
Fix gets problems
Joseph Myers [Tue, 24 Jan 2012 22:30:03 +0000 (22:30 +0000)]
Remove posix/glob directory (standalone glob build support).
Joseph Myers [Tue, 24 Jan 2012 22:25:42 +0000 (22:25 +0000)]
Use newly built locales for tst-c16c32-1.
Samuel Thibault [Mon, 23 Jan 2012 21:59:55 +0000 (13:59 -0800)]
Hurd: Try to respect mmap address hint for non-MAP_FIXED.
Pino Toscano [Mon, 23 Jan 2012 21:56:58 +0000 (13:56 -0800)]
Hurd: socket uses EAFNOSUPPORT rather than EPFNOSUPPORT.
Ulrich Drepper [Sat, 21 Jan 2012 20:20:14 +0000 (15:20 -0500)]
Fix version check in uchar.h
Ulrich Drepper [Sat, 21 Jan 2012 03:39:54 +0000 (22:39 -0500)]
Do not cache negative results in nscd if these are transient
Ulrich Drepper [Wed, 18 Jan 2012 00:21:09 +0000 (19:21 -0500)]
More minor malloc cleanups
Ulrich Drepper [Mon, 16 Jan 2012 17:07:56 +0000 (12:07 -0500)]
Minor cleanups of malloc code
Ulrich Drepper [Mon, 16 Jan 2012 14:03:20 +0000 (09:03 -0500)]
Fix locking problem in fmtmsg
Marek Polacek [Fri, 13 Jan 2012 17:45:02 +0000 (12:45 -0500)]
Don't always provide definition of gets checking version
Will Schmidt [Thu, 12 Jan 2012 22:05:03 +0000 (17:05 -0500)]
Powerpc: correct duplicate label issue with multiple passes through context code
Ulrich Drepper [Thu, 12 Jan 2012 03:01:09 +0000 (22:01 -0500)]
Optimized acosh for 64-bit platforms
Ulrich Drepper [Wed, 11 Jan 2012 17:49:16 +0000 (12:49 -0500)]
Optimize scalbln