glibc:roland/disable-nis

Last commit made on 2012-08-17
Get this branch:
git clone -b roland/disable-nis https://git.launchpad.net/glibc

Branch merges

Branch information

Name:
roland/disable-nis
Repository:
lp:glibc

Recent commits

73e70c3... by Roland McGrath <email address hidden>

unfinished

e66a42f... by Roland McGrath <email address hidden>

Split sys/param.h out into common file and sysdeps bits/param.h file.

b7c08a6... by Roland McGrath <email address hidden>

Add a cast to silence a warning.

b2e1c56... by Roland McGrath <email address hidden>

Make libio compile without _IO_MTSAFE_IO.

c75ccd4... by Roland McGrath <email address hidden>

Clean up definition of _LIBC_REENTRANT and _IO_MTSAFE_IO.

d9195db... by Gary Benson <email address hidden>

Also set r->r_map when unmapping the first object in a namespace.

When unmapping the first object in a namespace, the runtime linker
did not update the externally visible pointer. This resulted in
debuggers seeing pointers to memory that had been freed.

86466cd... by Roland McGrath <email address hidden>

Do not pollute name space with internal_*netgrent functions.

c3c8283... by Joseph Myers <email address hidden>

Update longlong.h from GCC.

db1ee0a... by Roland McGrath <email address hidden>

Suppress -Wunused-but-set warnings in GMP code.

30f6963... by Carlos O'Donell <email address hidden>

Fifth argument of la_pltenter() is not constant.

The original runtime linker auditing interface described
by Solaris allows the 5th argument of la_pltenter() to be
modified. This patch cleans up the ldsodefs.h definitions
such that the 5th argument is not constant.

At one point the 5th argument *was* constant but this was
changed with commit 2413fdba7a02ba8916f75d17199a6e9133a8f7b0.
This patch updates alpha, ia64, mips, sh and sparc with similar
changes.