aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2008-12-08(struct pthread): Increase padding for tcbhead_t to 24 words.Ulrich Drepper1-2/+2
2008-12-08Move 2 ChangeLog entries to correct ChangeLog.Jakub Jelinek2-10/+10
2008-12-08* resolv/res_send.c (send_dg): Use correct guards for SOCK_CLOEXECUlrich Drepper3-4/+10
2008-12-08* resolv/res_init.c (__res_vinit): Always assign to statp->nscountUlrich Drepper3-4/+5
2008-12-07* nis/nss_nis/nis-hosts.c (_nss_nis_gethostbyname4_r): Fix memoryUlrich Drepper2-22/+41
2008-12-06* posix/globtest.sh: Use mktemp to create temporary file andUlrich Drepper3-17/+17
2008-12-06* sysdeps/unix/sysv/linux/bits/sched.h (__CPU_SET_S): Handle largeUlrich Drepper2-3/+15
2008-12-06* SUPPORTED (SUPPORTED-LOCALES): Add hne_IN.Ulrich Drepper2-0/+3
2008-12-062008-12-05 Joseph Myers <joseph@codesourcery.com>Ulrich Drepper5-9/+223
2008-12-06* sysdeps/i386/dl-tlsdesc.S (_dl_tlsdesc_dynamic): Use LOAD_PIC_REGUlrich Drepper2-2/+6
2008-12-06* posix/regex_internal.h (build_wcs_upper_buffer):Ulrich Drepper3-3/+11
2008-12-05* sysdeps/unix/sysv/linux/sh/lowlevellock.h: Define FUTEX_WAIT_BITSETUlrich Drepper3-2/+7
2008-12-05* locale/programs/ld-address.c (DEFINE_LANGUAGE_CODE2): Define.Ulrich Drepper2-1/+8
2008-12-05(DEFINE_LANGUAGE_CODE2): Define.Ulrich Drepper1-1/+3
2008-12-032008-11-26 Roland McGrath <roland@redhat.com>Roland McGrath1-1/+47
2008-12-03* resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname3_r): RecognizeUlrich Drepper10-17/+58
2008-12-03* resolv/res_init.c (__res_vinit): Fill in IPv4 name serverUlrich Drepper3-4/+9
2008-12-03* socket/sys/socket.h: Declare accept4.Ulrich Drepper11-97/+198
2008-12-02* resolv/res_send.c (send_dg): Create sockets with non-blockingUlrich Drepper2-11/+50
2008-12-02* stdlib/Makefile (tests): Add tst-unsetenv1.Ulrich Drepper3-1/+15
2008-12-02* stdlib/setenv.c (unsetenv): Don't search environment if it doesUlrich Drepper2-14/+20
2008-11-30* login/utmp_file.c (file_writable): New variable.Ulrich Drepper2-9/+58
2008-11-27* sysdeps/posix/getaddrinfo.c (getaddrinfo): Only restrict searchUlrich Drepper2-9/+3
2008-11-27* sysdeps/posix/getaddrinfo.c (getaddrinfo): If the system hasUlrich Drepper2-0/+11
2008-11-26Regenerated: autoconf configure.inUlrich Drepper1-1/+0
2008-11-26* sysdeps/mach/strerror_l.c: New file.Roland McGrath2-0/+106
2008-11-26* sysdeps/unix/sysv/linux/alpha/ipc_priv.h: Renamed to ...Roland McGrath3-2/+68
2008-11-26* elf/elf.h (NT_386_IOPERM): New macro.Roland McGrath2-0/+7
2008-11-26Moved alpha to ports repository.Roland McGrath345-29363/+15
2008-11-17.Ulrich Drepper1-1/+4
2008-11-17[BZ #6411]Ulrich Drepper18-89/+639
2008-11-13* include/features.h (__GLIBC_MINOR__): Bump to 9.glibc-2.9cvs/glibc-2_9-basecvs/glibc-2_9cvs/fedora-glibc-20081113T2206cvs/glibc-2_9-branchUlrich Drepper2-1/+2
2008-11-13* version.h: Bump for 2.9 release.Ulrich Drepper2-2/+4
2008-11-13[BZ #7029]Ulrich Drepper2-2/+9
2008-11-12[BZ #7009]cvs/fedora-glibc-20081112T2008Ulrich Drepper6-6/+203
2008-11-12* resolv/nss_dns/dns-host.c (gaih_getanswer_slice): Don't abort forUlrich Drepper1-0/+5
2008-11-12(gaih_getanswer_slice): Don't abort for unknown request types for now.Ulrich Drepper1-0/+7
2008-11-11* sysdeps/x86_64/configure: New file.Roland McGrath3-1/+15
2008-11-112008-11-11 Roland McGrath <roland@redhat.com>Roland McGrath1-0/+3
2008-11-07* sysdeps/s390/s390-64/dl-trampoline.S (_dl_runtime_profile): Use the Jakub Jelinek2-1/+6
2008-11-07* sysdeps/s390/bits/atomic.h (__arch_compare_and_exchange_val_32_acq, Jakub Jelinek2-2/+7
2008-11-07* include/stdio.h (__builtin_fwrite, __builtin_fwrite_unlocked): Jakub Jelinek2-11/+3
2008-11-07* bits/libc-tsd.h (__libc_tsd_define, __libc_tsd_address, Jakub Jelinek14-87/+120
2008-11-03* malloc/malloc.c (public_rEALLOc): When new arena is used, copyUlrich Drepper3-2/+11
2008-11-01[BZ #6955]Ulrich Drepper5-11/+44
2008-11-01[BZ #6966]Ulrich Drepper2-12/+12
2008-11-012008-10-24 Joseph Myers <joseph@codesourcery.com>Ulrich Drepper2-1/+14
2008-11-01[BZ #6843]Ulrich Drepper3-4/+11
2008-10-31* elf/dl-tls.c (__tls_get_addr): After calling _dl_update_slotinfocvs/fedora-glibc-20081031T2102Ulrich Drepper5-2/+79
2008-10-312008-09-09 Aurelien Jarno <aurelien@aurel32.net>Ulrich Drepper3-3/+135