glibc:release/2.10/master

Last commit made on 2009-11-23
Get this branch:
git clone -b release/2.10/master https://git.launchpad.net/glibc

Branch merges

Branch information

Name:
release/2.10/master
Repository:
lp:glibc

Recent commits

313f9d1... by Ulrich Drepper <email address hidden>

Restore locking in free_check.

This code is only used when MALLOC_CHECK_ is used. Then some bogus
crashes and/or assert could result from the locking changes. The code
ain't fast.
(cherry picked from commit cc49a5a8837be1f9307b167d9bf4399798a847c9)

dacc52e... by Andreas Schwab

glibc 2.10.2 release

56ddc4b... by Roland McGrath <email address hidden>

New simplified make dist using git archive.
(cherry picked from commit 6cfe8609b890f33e6c7235549cb02c3c6a0f3820)

6c7deb9... by Andreas Schwab

Correct readahead syscall wrapper on powerpc32.

Due to alignment of 64bit parameters there is a dummy second argument.
But other than that the syscall arguments are directly mapped to the
function arguments.
(cherry picked from commit 5b55d23611e939340d658f42212c474c8188053e)

710cfbb... by Jakub Jelinek <email address hidden>

Fix preadv, pwritev and fallocate for -D_FILE_OFFSET_BITS=64.

As reported in http://bugzilla.redhat.com/533063 , preadv/pwritev prototypes
are wrong on 32-bit arches with -D_FILE_OFFSET_BITS=64 and as I've just
found, fallocate is wrong too.
The problem is that only off_t is remapped to the 64-bit type transparently,
__off_t is not.
(cherry picked from commit 34df851b3364e14133b865574dbc5f2a8b88874e)

44dbdf3... by H.J. Lu

Support binutils 2.100 and 3.0.

(cherry picked from commit 0549ce8ec1f66a41c59815e50dd48ffd74fabb52)

2efa76e... by Andreas Schwab

Fix malformed #pragma.

(cherry picked from commit 3d60eb17340768688bd287580c32365c1e925487)

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

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.
(cherry picked from commit 7a7e49c020125d444fec7fded51bd5f82bfc8c49)

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

Handle POSIX2_LINE_MAX in getconf.

(cherry picked from commit d76da20f7f77e9dfc7e81ebaf0f9902699a873e8)

a4a10e2... by H.J. Lu

Support binutils 2.20.

(cherry picked from commit 4c14c8c348ee3e9a5fea3608cabcabdb275b6141)