about summary refs log tree commit diff
Commit message (Collapse)AuthorAgeFilesLines
* * sysdeps/sparc/sparc64/sparcv9v/memcpy.S: When not USE_BPR, Jakub Jelinek2008-10-114-4/+23
| | | | | | | | | | | | | | | make sure any registers used with 64-bit 'branch-on-register' instructions have their top 32-bits clear. * sysdeps/sparc/sparc64/sparcv9v/memset.S: Likewise. * sysdeps/sparc/sparc64/sparcv9v2/memcpy.S: Likewise. 2008-10-09 Jakub Jelinek <jakub@redhat.com> David S. Miller <davem@davemloft.net> * sysdeps/sparc/sparc64/sparcv9v/memcpy.S: When not USE_BPR, make sure any registers used with 64-bit 'branch-on-register' instructions have their top 32-bits clear. * sysdeps/sparc/sparc64/sparcv9v/memset.S: Likewise. * sysdeps/sparc/sparc64/sparcv9v2/memcpy.S: Likewise.
* .Ulrich Drepper2008-10-062-5/+5
|
* * sysdeps/unix/sysv/linux/fork.c (__libc_fork): Add memory barrierUlrich Drepper2008-10-062-1/+9
| | | | to force runp->refcntr to be read from memory.
* [BZ #6942]Ulrich Drepper2008-10-061-0/+6
| | | | | | | | | .. 2008-09-18 Andreas Schwab <schwab@suse.de> [BZ #6942] * resolv/res_send.c (send_vc): Fix use of unaligned address. Properly handle partial reads.
* (send_vc): Fix use of unaligned address. Properly handle partial reads.Ulrich Drepper2008-10-061-3/+11
|
* * elf/elf.h (STO_MIPS_PLT): New.Roland McGrath2008-10-011-0/+10
| | | | | | | | | (R_MIPS_COPY): New. (R_MIPS_JUMP_SLOT): New. (R_MIPS_NUM): Redefine to 128. (DT_MIPS_PLTGOT): New. (DT_MIPS_RWPLT): New. (DT_MIPS_NUM): Redefine to 0x35.
* 2008-10-01 Mark Shinwell <shinwell@codesourcery.com>Roland McGrath2008-10-011-2/+11
| | | | | | | | | | * elf/elf.h (STO_MIPS_PLT): New. (R_MIPS_COPY): New. (R_MIPS_JUMP_SLOT): New. (R_MIPS_NUM): Redefine to 128. (DT_MIPS_PLTGOT): New. (DT_MIPS_RWPLT): New. (DT_MIPS_NUM): Redefine to 0x35.
* * timezone/africa: Update from tzdata2008f.Ulrich Drepper2008-10-019-73/+528
| | | | | | | | | | * timezone/asia: Likewise. * timezone/australasia: Likewise. * timezone/europe: Likewise. * timezone/leapseconds: Likewise. * timezone/northamerica: Likewise. * timezone/southamerica: Likewise. * timezone/zone.tab: Likewise.
* * nscd/connections.c: Disable use of paccept for now.Ulrich Drepper2008-09-302-1/+5
|
* * socket/Versions: Remove paccept export for GLIBC_2.9.Ulrich Drepper2008-09-295-18/+7
| | | | | * socket/Makefile (routines): Remove paccept. * socket/sys/socket.h: Remove paccept declaration.
* * po/sv.po: Update from translation team.Ulrich Drepper2008-09-291-0/+4
|
* Update from translation team.Ulrich Drepper2008-09-291-16/+17
|
* * sysdeps/unix/sysv/linux/i386/lowlevellock.h (lll_lock, Andreas Jaeger2008-09-232-9/+17
| | | | | | | | | | | | lll_robust_lock, lll_cond_lock, lll_robust_cond_lock, lll_timedlock, lll_robust_timedlock, lll_unlock, lll_robust_unlock): Promote private to int. 2008-09-08 Richard Guenther <rguenther@suse.de> * sysdeps/unix/sysv/linux/i386/lowlevellock.h (lll_lock, lll_robust_lock, lll_cond_lock, lll_robust_cond_lock, lll_timedlock, lll_robust_timedlock, lll_unlock, lll_robust_unlock): Promote private to int.
* * sysdeps/s390/s390-64/s390x-mcount.S: Replace ahi with aghi.Ulrich Drepper2008-09-233-2/+7
| | | | * sysdeps/unix/sysv/linux/s390/s390-64/socket.S: Likewise.
* * locales/en_GB: Set first weekday and workday to 2.Ulrich Drepper2008-09-172-2/+6
|
* * dlfcn/dlopen.c (dlopen_doit): Allow __RTLD_SPROF flag.Ulrich Drepper2008-09-173-2/+10
| | | | Patch by Olivier Fourdan <ofourdan@redhat.com>.
* * locales/nl_AW: New file.Ulrich Drepper2008-09-163-0/+104
| | | | * SUPPORTED (SUPPORTED-LOCALES): Add nl_AW.UTF-8.
* * SUPPORTED (SUPPORTED-LOCALES): Add en_AG.UTF-8.Ulrich Drepper2008-09-162-0/+2
|
* * locales/en_AG: New file.Ulrich Drepper2008-09-162-0/+103
|
* * locales/ht_HT: New file.Ulrich Drepper2008-09-163-0/+182
| | | | * SUPPORTED: Add ht_HT.UTF-8.
* * locales/en_GB: Change dom_tel_fmt to %A %l.Ulrich Drepper2008-09-163-2/+5
| | | | * locales/de_DE: Likewise.
* * SUPPORTED (SUPPORTED-LOCALES): Add sd_IN.Ulrich Drepper2008-09-165-24/+241
| | | | | | | | | | | * locales/sd_IN: New file. Contributed by Pravin Satpute <psatpute@redhat.com>. * locales/sd_IN@devanagari: Fix locale name. * locales/ks_IN@devanagari: Likewise. * locales/sd_IN@devanagari: New file. * locales/ks_IN@devanagari: New file.
* * sunrpc/rpc/svc.h: Declare svcfd_create.Ulrich Drepper2008-09-152-1/+11
| | | | | | Patch by Michael Solberg <msolberg@redhat.com>. * hurd/hurd/signal.h (HURD_MSGPORT_RPC): Fix a typo.
* 2008-09-12 Flavio Leitner <fleitner@redhat.com>Ulrich Drepper2008-09-121-0/+7
| | | | | | | | Ulrich Drepper <drepper@redhat.com> * malloc/malloc.c (public_vALLOc): Try other arenas in case _int_valloc fails. (public_pVALLOc): Likewise.
* (public_vALLOc): Try other arenas in case _int_valloc fails. ↵Ulrich Drepper2008-09-121-6/+51
| | | | (public_pVALLOc): Likewise.
* Update.Andreas Jaeger2008-09-021-0/+5
| | | | | | | 2008-09-02 Andreas Jaeger <aj@suse.de> * sysdeps/unix/sysv/linux/s390/s390-32/utmp-convert.h: Fix last commit.
* Fix last commit.Andreas Jaeger2008-09-021-0/+71
|
* * SUPPORTED (SUPPORTED-LOCALES): Add ks_IN@devnagari andUlrich Drepper2008-09-012-0/+5
| | | | sd_IN@devanagari.
* [BZ #6856, BZ #6857]Ulrich Drepper2008-09-012-1/+215
| | | | | | | | | | | 2008-09-01 Ulrich Drepper <drepper@redhat.com> [BZ #6857] * sd_IN@devanagari: New file. Contributed by Pravin Satpute <psatpute@redhat.com>. [BZ #6856] * ks_IN@devanagari: New file. Contributed by Pravin Satpute <psatpute@redhat.com>.
* Sindhi language locale for India using Devanagari script.Ulrich Drepper2008-09-011-0/+206
|
* [BZ #6860] cvs/fedora-glibc-20080828T1623Roland McGrath2008-08-261-0/+1
|
* 2008-08-26 Aurelien Jarno <aurelien@aurel32.net>Roland McGrath2008-08-262-1/+5
| | | | * hurd/hurd/signal.h (HURD_MSGPORT_RPC): Fix a typo.
* * Makefile (check-data): Check data directory in add-ons.Roland McGrath2008-08-193-4/+9
| | | | * elf/Makefile (check-data): Likewise.
* * configure.in (--with-cpu): Check compiler support for -march/-mcpu.Roland McGrath2008-08-181-0/+8
| | | | | | | * configure: Regenerated. * config.make.in (cflags-cpu): New substituted variable. (with-cpu): Variable removed. * Makeconfig (+cflags): Use $(cflags-cpu), not $(with-cpu).
* 2008-08-18 Roland McGrath <roland@redhat.com>Roland McGrath2008-08-184-5/+50
| | | | | | | | * configure.in (--with-cpu): Check compiler support for -march/-mcpu. * configure: Regenerated. * config.make.in (cflags-cpu): New substituted variable. (with-cpu): Variable removed. * Makeconfig (+cflags): Use $(cflags-cpu), not $(with-cpu).
* [BZ #6845]Ulrich Drepper2008-08-173-133/+18
| | | | | | | | | | 2008-08-14 Ryan S. Arnold <rsa@us.ibm.com> [BZ #6845] * sysdeps/powerpc/fpu/bits/mathinline.h (__signbitl): Copy new __signbitl definition and __LONG_DOUBLE_128__ guard from: * sysdeps/unix/sysv/linux/powerpc/bits/mathinline.h: Remove as redundant. Functions which call floating point assembler operations should go into a sysdeps powerpc/fpu directory.
* * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Define MAP_STACK.Ulrich Drepper2008-08-156-24/+24
| | | | * sysdeps/unix/sysv/linux/i386/bits/mman.h: Likewise.
* * sysdeps/x86_64/memset.S: Reduce size of tables for PIC.Ulrich Drepper2008-08-142-426/+444
|
* * sysdeps/unix/sysv/linux/dl-origin.c (_dl_get_origin): Undo allUlrich Drepper2008-08-146-47/+28
| | | | | | | | | | change related to AT_EXECFN. We cannot use that string. * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): Remove _dl_execfn member. * elf/dl-support.c: Remove _dl_execfn variable. (_dl_aux_init): Remove handling of AT_EXECFN. * elf/dl-sysdep.c (_dl_sysdep_start): Remove handling of AT_EXECFN. * elf/rtld.c (process_envvars): Remove use of __ASSUME_AT_EXECFN.
* [BZ #6544]Ulrich Drepper2008-08-143-4/+17
| | | | | | * libio/fmemopen.c: Implement binary mode. In this mode no NUL byte gets added to writes and seeks from the end use the length of the buffer and not the currently terminating NUL byte.
* [BZ #6634]Ulrich Drepper2008-08-142-4/+30
| | | | | | | | | | 2008-08-13 Ulrich Drepper <drepper@redhat.com> [BZ #6634] * login/utmp_file.c (getutent_r_file): Take additional parameter. Set to true if locking failed. (getutid_r_file): Adjust caller. (pututline_file): Likewise. Return NULL in this case. Patch mostly by halesh.s@gmail.com.
* [BZ #6589]Ulrich Drepper2008-08-132-3/+26
| | | | | | | | 2008-08-12 Ulrich Drepper <drepper@redhat.com> [BZ #6589] * sysdeps/unix/sysv/linux/ifaddrs.c (struct sockaddr_ll_max): Define. (struct ifaddrs_storage): Use it instead of sockaddr_ll.
* [BZ #6839]Ulrich Drepper2008-08-131-0/+6
| | | | | | | 2008-08-12 Ryan S. Arnold <rsa@us.ibm.com> [BZ #6839] * sysdeps/powerpc/powerpc32/dl-machine.c (CHECK_STATIC_TLS): Remove macro since it is now available in elf/dynamic-link.h.
* (CHECK_STATIC_TLS): Remove macro since it is now available in ↵Ulrich Drepper2008-08-131-5/+0
| | | | elf/dynamic-link.h.
* * hurd/hurd/signal.h (HURD_MSGPORT_RPC): Avoid -Wparenthesis triggers,Roland McGrath2008-08-131-0/+6
| | | | | in case used outside of libc. Reported by Samuel Thibault <samuel.thibault@ens-lyon.org>
* 2008-08-12 Roland McGrath <roland@frob.com>Roland McGrath2008-08-131-3/+6
| | | | | | * hurd/hurd/signal.h (HURD_MSGPORT_RPC): Avoid -Wparenthesis triggers, in case used outside of libc. Reported by Samuel Thibault <samuel.thibault@ens-lyon.org>
* * resolv/res_mkquery.c (res_nmkquery): Call ns_name_compressUlrich Drepper2008-08-121-0/+5
| | | | directly instead of going through dn_comp.
* (res_nmkquery): Call ns_name_compress directly instead of going through dn_comp.Ulrich Drepper2008-08-121-2/+7
|
* * sysdeps/mach/i386/machine-lock.h (__spin_unlock, __spin_try_lock):Roland McGrath2008-08-121-0/+5
| | | | Fix asm constraints.
* 2008-08-11 Aurelien Jarno <aurel32@debian.org>Roland McGrath2008-08-121-2/+2
| | | | | * sysdeps/mach/i386/machine-lock.h (__spin_unlock, __spin_try_lock): Fix asm constraints.