about summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
...
* * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S: AccessUlrich Drepper2008-05-116-19/+33
* * nscd/cache.c (cache_add): Before returning with failure and thisUlrich Drepper2008-05-117-74/+36
* (cache_add): Before returning with failure and this is the first use of the r...Ulrich Drepper2008-05-111-0/+5
* [BZ #6505]Roland McGrath2008-05-111-0/+5
* [BZ #6505]Roland McGrath2008-05-111-1/+1
* * misc/truncate64.c (truncate64): Use __truncate not truncate.Ulrich Drepper2008-05-103-2/+9
* * sysdeps/ieee754/ldbl-128/e_j0l.c (__ieee751_j0l): Use __finitel.Ulrich Drepper2008-05-105-13/+18
* * include/resolv.h: Adjust __libc_res_nquery and __libc_res_nsendUlrich Drepper2008-05-1017-504/+1542
* Adjust __libc_res_nquery and __libc_res_nsend prototypes.Ulrich Drepper2008-05-101-4/+4
* * sysdeps/sparc/sparc32/Makefile: Use -mcpu=v7 for initfini.s build. Jakub Jelinek2008-05-063-0/+13
* * sysdeps/mach/hurd/bits/ioctls.h (NL0, NL1, TAB0, TAB1, TAB2, CR0,Roland McGrath2008-05-062-14/+48
* Fix termios bit macros.Roland McGrath2008-05-051-1/+24
* 2007-09-14 Samuel Thibault <samuel.thibault@ens-lyon.org>Roland McGrath2008-05-051-6/+88
* * sysdeps/unix/sysv/linux/sparc/sparc32/ucontext_i.sym: New file. Jakub Jelinek2008-05-057-0/+489
* * sysdeps/unix/sysv/linux/sparc/sparc32/syscall.S: Add support for Jakub Jelinek2008-05-053-0/+8
* * sysdeps/unix/sysv/linux/bits/resource.h: Define RUSAGE_THREAD andUlrich Drepper2008-05-011-0/+7
* Define RUSAGE_THREAD and RUSAGE_LWP.Ulrich Drepper2008-05-013-3/+27
* * stdlib/tst-setcontext.c: Include unistd.h.Jakub Jelinek2008-04-302-1/+6
* * sysdeps/unix/sysv/linux/sparc/sparc64/semctl.c (semctl): Jakub Jelinek2008-04-292-1/+7
* * nscd/Makefile (nscd-cflags): Set back to -fpie.Ulrich Drepper2008-04-225-6/+21
* * resolv/res_mkquery.c (__res_nopt): Use NS_PUT16 instead of ns_put16.Ulrich Drepper2008-04-203-8/+62
* [BZ #5209, BZ #5381]Ulrich Drepper2008-04-1915-252/+523
* (VERSION): Bump to 2.8.90.Ulrich Drepper2008-04-191-2/+2
* * sysdeps/unix/sysv/linux/dl-osinfo.h: Include fcntl.h. cvs/glibc-2_8-base cvs/glibc-2_8-branchJakub Jelinek2008-04-172-0/+5
* * sysdeps/unix/sysv/linux/sparc/sparc32/sem_wait.c Jakub Jelinek2008-04-152-1/+6
* * sysdeps/unix/sysv/linux/powerpc/bits/mathinline.h (__signbitl): glibc-2.8 cvs/glibc-2_8 cvs/fedora-glibc-20080412T0741Ulrich Drepper2008-04-122-2/+4
* * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c (__nearbyintl): UseUlrich Drepper2008-04-122-4/+6
* * sysdeps/powerpc/fpu/e_sqrt.c: Avoid call to fetestexcept.Ulrich Drepper2008-04-123-6/+13
* * sysdeps/powerpc/fpu/fe_nomask.c: Add libm_hidden_def. IncludeUlrich Drepper2008-04-122-2/+3
* * scripts/data/localplt-powerpc64-linux-gnu.data: New file.Ulrich Drepper2008-04-122-0/+8
* * sysdeps/powerpc/fpu/fenv_libc.h: Add libm_hidden_proto forUlrich Drepper2008-04-1219-74/+388
* * sysdeps/unix/sysv/linux/configure.in: Bump minimal kernelUlrich Drepper2008-04-112-1/+4
* * elf/tls-macros.h [__powerpc64__] (__TLS_GET_ADDR): Define accordingUlrich Drepper2008-04-111-4/+5
* * elf/tls-macros.h (__TLS_GET_ADDR): Define according to the ABIUlrich Drepper2008-04-113-3/+15
* [BZ #4997] cvs/fedora-glibc-20080411T1934Ulrich Drepper2008-04-111-1/+1
* [BZ4997]Ulrich Drepper2008-04-116-87/+203
* * configure.in: Check for -fno-section-anchors in addition toUlrich Drepper2008-04-113-8/+13
* * include/features.h (__GLIBC_MINOR__): Bump to 8.Ulrich Drepper2008-04-118-7/+12
* [BZ #5443]Ulrich Drepper2008-04-114-16/+23
* * version.h (VERSION): Bump to 2.8.Ulrich Drepper2008-04-115-184/+102
* * timzeone/asia: Update from tzdata2008b.Ulrich Drepper2008-04-119-60/+358
* [BZ #5741]Ulrich Drepper2008-04-112-5/+19
* * sysdeps/unix/sysv/syscalls.list: The times syscall doesn't have cvs/fedora-glibc-20080410T1907Ulrich Drepper2008-04-101-2/+2
* * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_type_class):Ulrich Drepper2008-04-102-22/+33
* * sysdeps/powerpc/powerpc32/power4/hp-timing.c: New file.Ulrich Drepper2008-04-104-2/+191
* [BZ #5768]Ulrich Drepper2008-04-106-14/+457
* isnan implementation for ppc32.Ulrich Drepper2008-04-101-0/+56
* * stdlib/tst-makecontext.c (othervar): New variable. Jakub Jelinek2008-04-102-1/+7
* isnan implementation for Power6x 64-bitUlrich Drepper2008-04-101-0/+59
* * sysdeps/powerpc/powerpc32/power5/fpu/s_isnan.S: New file.Ulrich Drepper2008-04-109-1/+353