about summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
...
* * sysdeps/generic/ldsodefs.h: Define DL_LOOKUP_SCOPE_LOCK.Ulrich Drepper2007-01-155-27/+68
* * inet/Makefile: Define CFLAGS-getsrvbynm_r.c andUlrich Drepper2007-01-142-1/+45
* * nis/nss_nis/nis-service.c (_nss_nis_getservbyname_r): CorrectUlrich Drepper2007-01-1424-143/+1012
* * include/string.h: Only redefine strndupa if this is really forUlrich Drepper2007-01-132-2/+9
* * nscd/nscd_gethst_r.c: Minor cleanups.Ulrich Drepper2007-01-132-8/+6
* * nscd/connections.c (handle_request): Check selinux permissionsUlrich Drepper2007-01-132-3/+7
* * sysdeps/i386/i486/bits/atomic.h: DefineUlrich Drepper2007-01-133-11/+41
* [BZ #3840]Ulrich Drepper2007-01-124-3/+17
* * sysdeps/unix/sysv/linux/x86_64/lowlevellock.hUlrich Drepper2007-01-122-1/+7
* [BZ #2510, BZ #2830, BZ #3137, BZ #3313, BZ #3426, BZ #3465, BZ #3480, BZ #34...Ulrich Drepper2007-01-11448-13173/+10325
* .Jakub Jelinek2007-07-31448-10321/+13180
* Include errno.h. Change main() to do_test(). Define TEST_FUNCTION. Include ...Ulrich Drepper2007-01-114-5/+74
* [BZ #3855]Ulrich Drepper2007-01-113-17/+54
* * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Cleanups. DefineUlrich Drepper2007-01-111-0/+5
* Cleanups. Define FUTEX_CMP_REQUEUE and lll_futex_requeue.Ulrich Drepper2007-01-111-6/+22
* * sysdeps/i386/soft-fp/sfp-machine.h: Remove. Jakub Jelinek2007-01-103-140/+5
* * shlib-versions: Fix sparc64 linux target specification.Jakub Jelinek2007-01-102-1/+5
* * io/fts.c: Make sure fts_cur is always valid after return fromUlrich Drepper2007-01-103-2/+13
* Make sure fts_cur is always valid after return from fts_read.Ulrich Drepper2007-01-101-3/+6
* * elf/elf.h (R_MIPS_GLOB_DAT): Define. Jakub Jelinek2007-01-082-2/+8
* * posix/execvp.c: Include alloca.h.Ulrich Drepper2007-01-036-47/+317
* * posix/getconf.c: Update copyright year.Ulrich Drepper2007-01-0317-32/+52
* * malloc/malloc.c (sYSMALLOc): Remove some unnecessary alignmentUlrich Drepper2006-12-242-4/+23
* * posix/wordexp.c: Remove some unnecessary tests.Ulrich Drepper2006-12-232-2/+6
* * nis/nss_compat/compat-grp.c (internal_getgrgid_r): Don'tUlrich Drepper2006-12-223-2/+11
* * include/atomic.h (atomic_forced_read): New macro.Ulrich Drepper2006-12-214-5/+28
* * sysdeps/unix/sysv/linux/sh/bits/shm.h: New file.Ulrich Drepper2006-12-212-1/+106
* * nss/getXXbyYY_r.c: Include atomic.h. cvs/fedora-glibc-20061219T1804Ulrich Drepper2006-12-192-4/+11
* * stdlib/Makefile (tests): Add tst-makecontext.Ulrich Drepper2006-12-194-4/+68
* * elf/dl-support.c: Include dl-procinfo.h.Ulrich Drepper2006-12-195-19/+77
* [BZ #3747]Ulrich Drepper2006-12-195-17/+140
* * misc/tst-pselect.c (do_test): Fix sigblock argument.Ulrich Drepper2006-12-142-1/+5
* * misc/tst-pselect.c (do_test): Make sure the helper process isUlrich Drepper2006-12-142-6/+18
* * sysdeps/unix/sysv/linux/bits/statvfs.h: Define ST_RELATIME. cvs/fedora-glibc-20061214T0850Ulrich Drepper2006-12-143-3/+11
* [BZ #2337]Ulrich Drepper2006-12-1310-40/+91
* * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S: IncludeUlrich Drepper2006-12-132-1/+7
* * stdlib/strtod_l.c (____STRTOF_INTERNAL): Parse thousandUlrich Drepper2006-12-116-2/+107
* [BZ #3632] cvs/fedora-glibc-20061210T1006Ulrich Drepper2006-12-102-1/+5
* [BZ #3664]Ulrich Drepper2006-12-103-10/+16
* [BZ #3673]Ulrich Drepper2006-12-104-8/+74
* [BZ #3674]Ulrich Drepper2006-12-102-1/+7
* * misc/mntent_r.c (__hasmntopt): Check p[optlen] even when p == rest.Ulrich Drepper2006-12-094-2/+61
* * sysdeps/unix/sysv/linux/rtld-lowlevel.hUlrich Drepper2006-12-096-14/+60
* * malloc/memusage.c: Handle realloc with new size of zero andUlrich Drepper2006-12-083-8/+43
* * nis/nis_subr.c (nis_getnames): Revert last change. cvs/fedora-glibc-20061205T2141Ulrich Drepper2006-12-058-14/+78
* [BZ #3514, BZ #3515]Ulrich Drepper2006-12-036-87/+65
* * nscd/nscd.init: Remove obsolete and commented-out -S optionUlrich Drepper2006-12-012-8/+6
* * sysdeps/unix/sysv/linux/x86_64/sigaction.c: Fix compatibility with cvs/fedora-glibc-20061201T0821Ulrich Drepper2006-12-012-1/+7
* * sunrpc/svc_run.c (svc_run): Set my_pollfd to new_pollfd if realloc cvs/fedora-glibc-20061130T1652Ulrich Drepper2006-11-302-0/+6
* 2006-11-29 Daniel Jacobowitz <dan@codesourcery.com>Ulrich Drepper2006-11-294-10/+101