aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2006-04-272006-04-26 Roland McGrath <roland@redhat.com>Roland McGrath1-2/+1
* Makeconfig (%.v.i rule): Don't use -DASSEMBLER. The predefined __ASSEMBLER__ is sufficient.
2006-04-26* sysdeps/unix/sysv/linux/syscalls.list: Add vmsplice.Ulrich Drepper11-6/+76
* sysdeps/unix/sysv/linux/Versions: Export vmsplice@@GLIBC_2.5. * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Declare vmsplice. * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise. * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise. * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise. * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise. * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise. * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h: Likewise. * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise. * sysdeps/unix/sysv/linux/bits/uio.h: Fix a typo in a comment.
2006-04-26Fix a typo in a comment.Ulrich Drepper1-2/+2
2006-04-26fix wrong file namesRoland McGrath1-7/+7
* locales/bg_BG: Update after iso-4217.def update. * locales/bs_BA: Likewise. * locales/es_MX: Likewise. * locales/ru_RU: Likewise. * locales/tg_TJ: Likewise. * locales/tt_RU: Likewise.
2006-04-26* sysdeps/posix/getaddrinfo.c (getaddrinfo): Fix typo which causedcvs/fedora-glibc-20060426T2000Ulrich Drepper2-1/+4
bugs not to be reported.
2006-04-26* nscd/nscd.h (struct database_dyn): Add propagate field.Ulrich Drepper7-17/+52
* nscd/nscd_conf.c (nscd_parse_file): Parse auto-propagate lines. * nscd/nscd.conf: Add auto-propagate lines. * nscd/connections.c (dbs): Initialize .propagate fields. * nscd/grpcache.c (cache_addgr): Do not add ID entry for name lookups and vice versa if propagation is disabled for the database. * nscd/pwdcache.c (cache_addpw): Likewise.
2006-04-262006-04-26 James Antill <james.antill@redhat.com>Ulrich Drepper8-4/+214
Ulrich Drepper <drepper@redhat.com> * config.make.in: Add have-libcap. * configure.in: Check for libcap. * nscd/Makefile (selinux-LIBS): Add -lcap if possible. * nscd/connections.c (finish_drop_privileges): When libcap is available call preserve_capabilities and install_real_capabilities. * nscd/selinux.c: Define preserve_capabilities and install_real_capabilities. * nscd/selinux.h: Declare preserve_capabilities and install_real_capabilities.
2006-04-26* locale/iso-4217.def: Update.Ulrich Drepper9-13/+27
2006-04-26[BZ #2420]Ulrich Drepper6-23/+76
* stdlib/strfmon_l.c (__vstrfmon_l): Fix handling of ! modifier. * localedata/Makefile: Add rules to build and run tst-strfmon1. * localedata/tst-strfmon1.c: New file.
2006-04-25[BZ #2571]Ulrich Drepper3-7/+15
* nscd/nscd_helper.c (__nscd_get_map_ref): Make mapptr argument a volatile pointer so that the mapptr->mapped value is re-read after the lock is retrieved. * nscd/nscd-client.h: Update __nscd_get_map_ref prototype. * sysdeps/unix/sysv/linux/ia64/clone2.S: Check for NULL stack
2006-04-25* include/features.h [_GNU_SOURCE] (_POSIX_C_SOURCE): Define toUlrich Drepper2-1/+4
200112L.
2006-04-25* resolv/res_hconf.c: Minor surgery to 'cmd' and the referencedUlrich Drepper2-26/+35
functions to avoid relocations.
2006-04-25[BZ #2389]Ulrich Drepper4-122/+73
* resolv/res_hconf.c: Remove 'order' parsing. Just ignore the line. * resolv/res_hconf.h: Remove Name_Service definition. (struct hconf): Replace service related fields with placeholders. * version.h (VERSION): Bump to 2.4.90 for the trunk.
2006-04-25[BZ #2386]Ulrich Drepper3-3/+14
* sysdeps/unix/sysv/linux/ia64/clone2.S: Check for NULL stakc pointers to match other architectures. * sysdeps/unix/sysv/linux/Makefile [subdirs=misc] (tests): Add tst-clone. * sysdeps/unix/sysv/linux/tst-clone.c: New file. malloc'ed wbuffer which isn't freed in error conditions.
2006-04-25[BZ #2072]Ulrich Drepper2-7/+31
* stdio-common/printf_fp.c: Fix potential memory leaks for malloc'ed wbuffer isn't freed in error conditions.
2006-04-25[BZ #2569]Ulrich Drepper4-3/+47
2006-04-25 Ulrich Drepper <drepper@redhat.com> [BZ #2569] * iconv/gconv_db.c (__gconv_release_step): Fix condition of assert call. * iconvdata/Makefile (tests): Add tst-iconv6. * iconvdata/tst-iconv6.c: New file.
2006-04-24* posix/tst-rfc3484.c (do_test): Also initialize source_addr_flagscvs/fedora-glibc-20060425T0903Ulrich Drepper3-0/+9
field. * posix/tst-rfc3484-2.c (do_test): Likewise.
2006-04-24* posix/tst-rfc3484.c: Include <ifaddrs.h> early.Ulrich Drepper3-0/+5
* posix/tst-rfc3484-2.c: Likewise.
2006-04-24* version.h (VERSION): Bunp to 2.4.90 for the trunk.Ulrich Drepper2-1/+5
2006-04-24* malloc/arena.c (ptmalloc_init): Don't call __malloc_check_initcvs/fedora-glibc-20060424T2027Ulrich Drepper2-2/+7
if MALLOC_CHECK_ env var contains an empty string.
2006-04-24* sysdeps/posix/getaddrinfo.c (getaddrinfo): Always initialize in6ai.Ulrich Drepper2-1/+5
2006-04-24* sysdeps/unix/sysv/linux/sync_file_range.c (sync_file_range): UseUlrich Drepper2-3/+7
__LONG_LONG_PAIR macro.
2006-04-24* posix/bits/unistd.h (__readlinkat_chk): New prototype.Ulrich Drepper9-5/+107
(__readlinkat_alias): New alias. (readlinkat): New inline function. * include/unistd.h (readlinkat): Add libc_hidden_proto. * sysdeps/unix/sysv/linux/readlinkat.c (readlinkat): Add libc_hidden_def. * io/readlinkat.c (readlinkat): Likewise. * debug/readlinkat_chk.c: New file. * debug/Makefile (routines): Add readlinkat_chk. * debug/Versions (libc): Export __readlinkat_chk@@GLIBC_2.5. * debug/tst-chk1.c (do_test): Add readlinkat tests. * nis/nss_nisplus/nisplus-netgrp.c: Cleanups. code is possible. Move compatibility code in .text.compat section. over gaih array. There is only one function to call in the moment.
2006-04-24[BZ #2349]cvs/fedora-glibc-20060424T0820Ulrich Drepper2-2/+7
2006-04-24 Ulrich Drepper <drepper@redhat.com> [BZ #2349] * locales/de_CH: Change thousand separator to '.
2006-04-24[BZ #2158]Ulrich Drepper6-11/+289
2006-01-17 Robert Millan <robertmh@gnu.org> [BZ #2158] * SUPPORTED: Add ca_AD, ca_FR and ca_IT variants. * locales/ca_AD: New file. * locales/ca_FR: New file. * locales/ca_IT: New file.
2006-04-24[BZ #2134]Ulrich Drepper3-0/+192
* locales/pa_PK: New file. * SUPPORTED: Add pa_PK.UTF-8.
2006-04-24[BZ #1974]Ulrich Drepper7-113/+164
* locales/vi_VN: Fix int_frac_digits/frac_digits, abmon, mon, d_t_fmt, am_pm, and name_fmt. [BZ #1787] * locales/en_ZA: Updates. [BZ #1786] * locales/af_ZA: Updates. [BZ #1785] * locales/st_ZA: Updates and formatting changes. [BZ #1784] * locales/zu_ZA: Updates and formatting changes. [BZ #1783] * locales/xh_ZA: Updates and formatting changes.
2006-04-24* nis/nss_nisplus/nisplus-netgrp.c: Cleanups.Ulrich Drepper5-7/+297
* posix/regex.h: Remove obsolete <sys/types.h> comment and special code if possible. Move compatibility code in .text.compat section.
2006-04-23[BZ #1951]Ulrich Drepper4-9/+211
2006-04-23 Ulrich Drepper <drepper@redhat.com> [BZ #1951] * sysdeps/posix/sigset.c (sigset): Return correct value reflecting previous signal state. * signal/Makefile (tests): Add tst-sigset2. * signal/tst-sigset2.c: New file.
2006-04-22* argp/argp.h (__option_is_short): Check upper limit ofUlrich Drepper2-2/+10
__key. isprint() requires its argument to have the value of an unsigned char or EOF. Patch by Sergey Poznyakoff <gray@Mirddin.farlep.net>.
2006-04-21[BZ #2534, BZ #2535]Ulrich Drepper2-10/+5
* posix/regex.h: Remove obsolete <sys/types.h> and special handling for VMS.
2006-04-21* iconvdata/ibm437.c: Define HAS_HOLES to 0.Ulrich Drepper6-10/+19
* iconvdata/ibm861.c: Likewise. * iconvdata/ibm862.c: Likewise. * iconvdata/ibm863.c: Likewise. * iconvdata/ibm865.c: Likewise. Reported by <ash@contact.bg>.
2006-04-20* include/ifaddrs.h: Get uint32_t definition.Ulrich Drepper4-2/+11
* posix/tst-rfc3484.c: Update fake __check_pf implementation. * posix/tst-rfc3484-2.c: Likewise.
2006-04-19* sysdeps/unix/sysv/linux/kernel-features.h: DefineUlrich Drepper4-22/+53
__ASSUME_PROC_SELF_FD_SYMLINK. * sysdeps/unix/sysv/linux/ttyname.c: Cleanups. Avoid compatibility code is possible. Move compatibility code in .text.compat section. * sysdeps/unix/sysv/linux/ttyname_r.c: Likewise.
2006-04-18* sysdeps/posix/getaddrinfo.c (getaddrinfo): Rewrite to avoid loopUlrich Drepper3-6/+45
over gaih array. There is only on function to call in the moment.
2006-04-16* include/ifaddrs.h: Define struct in6addrinfo.Ulrich Drepper6-39/+221
Add two more parameters to __check_pf. * sysdeps/unix/sysv/linux/check_pf.c: When using the netlink interface, determine whether IPv6 addresses are deprecated or temporary. Create array of those addresses. * inet/check_pf.c: Always tell caller there are no depracated and temporary addresses. * sysdeps/posix/getaddrinfo.c: Pretty printing. (struct sort_result): Add source_addr_flags field. (rfc3484_sort): Implement rule 3 and 7. (in6aicmp): New function. (getaddrinfo): Call __check_pf also when we need info about IPv6 source addresses. When creating array for sorting addresses, look up deprecated and temporary addresses returned by __check_pf and add flag if necessary.
2006-04-15* sysdeps/posix/getaddrinfo.c: Fix precedence for IP V4-to-V6Ulrich Drepper4-2/+133
mapped addresses. * posix/Makefile (tests): Add tst-rfc3484-2. * posix/tst-rfc3484-2.c: New file.
2006-04-15* nis/nss_nisplus/nisplus-service.c (_nss_nisplus_parse_servent):Ulrich Drepper2-39/+43
* nis/nss_nisplus/nisplus-rpc.c (_nss_nisplus_parse_rpcent): Likewise.
2006-04-15* nis/nss_nisplus/nisplus-rpc.c (_nss_nisplus_parse_rpcent):Ulrich Drepper3-36/+43
Significant cleanups. Correct adjustment for pointer array. Likewise.
2006-04-15* nis/nss_nisplus/nisplus-publickey.c: Minor cleanups throughout.Ulrich Drepper2-15/+18
2006-04-15* nis/nss_nisplus/nisplus-proto.c (_nss_nisplus_parse_protoent):Ulrich Drepper2-33/+30
Significant cleanups. Correct adjustment for pointer array Likewise.
2006-04-15* nis/nss_nisplus/nisplus-network.c (_nss_nisplus_parse_netent):Ulrich Drepper2-33/+37
* nis/nss_nisplus/nisplus-hosts.c (_nss_nisplus_parse_hostent): Likewise.
2006-04-15* nis/nss_nisplus/nisplus-hosts.c (_nss_nisplus_parse_hostent):Ulrich Drepper2-44/+49
Significant cleanups. Correct adjustment for pointer array.
2006-04-14* sysdeps/unix/sysv/linux/syscalls.list: Add tee syscall.Ulrich Drepper11-1/+45
* sysdeps/unix/sysv/linux/Versions: Export tee@GLIBC_2.5. * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Add prototype for tee. * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise. * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise. * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise. * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise. * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise. * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h: Likewise. * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
2006-04-14* nis/nss_nisplus/nisplus-ethers.c (_nss_nisplus_parse_etherent):Ulrich Drepper3-10/+17
Minor cleanups. NUL terminate name string. * nis/Versions: No need to export _nss_nisplus_parse_grent, _nss_nisplus_parse_pwent, and _nss_nisplus_parse_spent.
2006-04-14* nis/nss_nisplus/nisplus-alias.c (_nss_nisplus_parse_aliasent):Ulrich Drepper3-22/+35
Avoid unnecessary allocation. Fix adjustment for pointer value.
2006-04-14* nis/nss_nisplus/nisplus-parser.c: Cleanups, use NIS_RES_*Ulrich Drepper2-31/+28
macros. Avoid unnecessary allocation.
2006-04-14* sysdeps/unix/sysv/linux/sync_file_range.c: New file.Ulrich Drepper2-0/+50
2006-04-14* nis/Makefile (libnsl-routimes): Add nss-default.Ulrich Drepper12-110/+182
* nis/Versions (libnsl) [GLIBC_PRIVATE]: Export _nsl_default_nss. * nis/nss-nis.c: Move /etc/default/nss handling to... * nis/nss-default.c: ...here. New file. * nis/libnsl.h: New file. * nis/nss-nis.h: Remove NSS_FLAG_* definitions and _nis_default_nss plus auxilary definitions. * nis/nss_nis/nis-initgroups.c: Use _nsl_default_nss instead of _nis_default_nss. * nis/nss_nis/nis-service.c: Likewise. 2006-04-07 Steven Munroe <sjmunroe@us.ibm.com> * sysdeps/powerpc/fpu/bits/mathinline.h [__WORDSIZE == 64 || _ARCH_PWR4]: Define __CPU_HAS_FSQRT. (__ieee754_sqrt): Fix comment. (__ieee754_sqrtf): Fix comment. * sysdeps/powerpc/fpu/e_sqrt.c (__ieee754_sqrt): Fix comment. Check __CPU_HAS_FSQRT instead of dl_hwcap. * sysdeps/powerpc/fpu/e_sqrtf.c (__ieee754_sqrtf): Likewise.
2006-04-10* locales/cs_CZ (LC_TIME): Define week.Ulrich Drepper5-2/+12
* locales/sk_SK (LC_TIME): Likewise. * locales/pl_PL (LC_TIME): Likewise. * locales/en_US (LC_TIME): Change week to 7;19971130;7.