glibc:cvs/master

Last commit made on 2009-05-10
Get this branch:
git clone -b cvs/master https://git.launchpad.net/glibc

Branch merges

Branch information

Name:
cvs/master
Repository:
lp:glibc

Recent commits

deb84c4... by Ulrich Drepper <email address hidden>

* version.h (VERSION): Bump to 2.10.1.

 * nss/getXXbyYY_r.c: If NO_COMPAT_NEEDED is defined don't define any
 compatibility functions.
 * nss/getXXent_r.c: Likewise.
 * gshadow/getsgent_r.c: Define NO_COMPAT_NEEDED.
 * gshadow/getsgnam_r.c: Likewise.
 * gshadow/Version: Remove duplicate entries.

 * sysdeps/x86_64/cacheinfo.c (intel_02_cache_info): Add missing entries
 for recent processor.
 * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_02_cache_info):
 Likewise.

eb29449... by Ulrich Drepper <email address hidden>

* Makeconfig: Undo last change. Add asflags-cpu to ASFLAGS in the

 same place we add ASFLAGS-config.

deb318c... by Ulrich Drepper <email address hidden>

* version.h (VERSION): Bump for 2.10 release.

 * include/features.h (__GLIBC_MINOR__): Bump to 10.

cf4f16c... by Ulrich Drepper <email address hidden>

[BZ #10128]

2009-05-05 Aurelien Jarno <email address hidden>
 [BZ #10128]
 * resolv/res_query.c (__libc_res_nquery): If one query returns NOTIMP
 or FORMERR and the other NOERROR, don't raise an error.

23b6b46... by Ulrich Drepper <email address hidden>

[BZ #10118]

2009-05-06 Ryan S. Arnold <email address hidden>
 [BZ #10118]
 * Makeconfig (+asflags): New variable based upon ASFLAG or
 asflags-cpu.
 (ASFLAGS): Add override to set ASFLAGS to +asflags.
 * config.make.in (asflags-cpu): Add variable based upon
 @libc_cv_cc_submachine@ to propagate -mcpu=CPU from --with-cpu=CPU to
 the assembler.
 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/fpu/setcontext.S:
 Remove unneeded file now that the assembler emits _ARCH_PWR6 and
 recognizes power6 instruction set due to passing -mcpu=power6 from
 --with-cpu=power6 when compiling .S files.
 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/fpu/swapcontext.S:
 Likewise.
 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/fpu/setcontext.S:
 Likewise.
 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/fpu/swapcontext.S:
 Likewise.

15417de... by Ulrich Drepper <email address hidden>

* string/stratcliff.c (do_test): Test for zero length

 STRNLEN, MEMCHR, STRNCPY, STPNCPY, MEMCPY, MEMPCPY and memccpy
 at the end of the page.

4300afc... by Ulrich Drepper <email address hidden>

* sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_AT_RANDOM.

2221e33... by Ulrich Drepper <email address hidden>

* sysdeps/x86_64/memchr.S: Handle invalid buffer pointers when

 count is zero.

b5f7c4c... by Ulrich Drepper <email address hidden>

* po/da.po: Update from translation team.

2009-05-05 Ulrich Drepper <email address hidden>

 * sysdeps/unix/sysv/linux/sys/personality.h: Add ADDR_COMPAT_LAYOUT
 and READ_IMPLIES_EXEC.

2009-05-04 Ulrich Drepper <email address hidden>

 * po/da.po: Update from translation team.

1765abb... by Ulrich Drepper <email address hidden>

* io/sys/stat.h (fstatat64): Guard prototype with __USE_LARGEFILE64,

 guard __extern_inline wrapper with __USE_ATFILE instead of __USE_GNU.