Ulrich Drepper
5178e13aa2
* include/features.h [_GNU_SOURCE] (_POSIX_C_SOURCE): Define to
...
200112L.
2006-04-25 20:37:04 +00:00
Ulrich Drepper
bc05436748
* resolv/res_hconf.c: Minor surgery to 'cmd' and the referenced
...
functions to avoid relocations.
2006-04-25 20:09:28 +00:00
Ulrich Drepper
b9c65d0902
[BZ #2389 ]
...
* 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 19:46:41 +00:00
Ulrich Drepper
38027f90d4
[BZ #2386 ]
...
* 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 19:14:45 +00:00
Ulrich Drepper
c7df983c08
[BZ #2072 ]
...
* stdio-common/printf_fp.c: Fix potential memory leaks for
malloc'ed wbuffer isn't freed in error conditions.
2006-04-25 18:40:37 +00:00
Ulrich Drepper
74ed1159d1
[BZ #2569 ]
...
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-25 17:47:32 +00:00
Ulrich Drepper
bdefc84c58
* posix/tst-rfc3484.c (do_test): Also initialize source_addr_flags
...
field.
* posix/tst-rfc3484-2.c (do_test): Likewise.
2006-04-24 23:02:03 +00:00
Ulrich Drepper
4c5bc8287b
* posix/tst-rfc3484.c: Include <ifaddrs.h> early.
...
* posix/tst-rfc3484-2.c: Likewise.
2006-04-24 21:11:34 +00:00
Ulrich Drepper
bb0b186dd3
* version.h (VERSION): Bunp to 2.4.90 for the trunk.
2006-04-24 21:00:04 +00:00
Ulrich Drepper
ceba6be798
* malloc/arena.c (ptmalloc_init): Don't call __malloc_check_init
...
if MALLOC_CHECK_ env var contains an empty string.
2006-04-24 17:26:23 +00:00
Ulrich Drepper
cf6ada44a2
* sysdeps/posix/getaddrinfo.c (getaddrinfo): Always initialize in6ai.
2006-04-24 17:21:40 +00:00
Ulrich Drepper
589abe9337
* sysdeps/unix/sysv/linux/sync_file_range.c (sync_file_range): Use
...
__LONG_LONG_PAIR macro.
2006-04-24 17:09:55 +00:00
Ulrich Drepper
a346370d58
* posix/bits/unistd.h (__readlinkat_chk): New prototype.
...
(__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 17:01:40 +00:00
Ulrich Drepper
34a15e61e0
[BZ #2349 ]
...
2006-04-24 Ulrich Drepper <drepper@redhat.com>
[BZ #2349 ]
* locales/de_CH: Change thousand separator to '.
2006-04-24 07:28:27 +00:00
Ulrich Drepper
396d3fa993
[BZ #2158 ]
...
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 07:07:43 +00:00
Ulrich Drepper
e3fe84befa
[BZ #2134 ]
...
* locales/pa_PK: New file.
* SUPPORTED: Add pa_PK.UTF-8.
2006-04-24 06:43:42 +00:00
Ulrich Drepper
1622cb6f08
[BZ #1974 ]
...
* 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 05:34:57 +00:00
Ulrich Drepper
23948bda4b
* nis/nss_nisplus/nisplus-netgrp.c: Cleanups.
...
* posix/regex.h: Remove obsolete <sys/types.h> comment and special
code if possible. Move compatibility code in .text.compat section.
2006-04-24 04:36:38 +00:00
Ulrich Drepper
727a6832f0
[BZ #1951 ]
...
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-23 19:05:33 +00:00
Ulrich Drepper
9055724a92
* argp/argp.h (__option_is_short): Check upper limit of
...
__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-22 15:10:30 +00:00
Ulrich Drepper
41a3975907
[BZ #2534 , BZ #2535 ]
...
* posix/regex.h: Remove obsolete <sys/types.h> and special
handling for VMS.
2006-04-21 18:24:53 +00:00
Ulrich Drepper
71eea58162
* iconvdata/ibm437.c: Define HAS_HOLES to 0.
...
* iconvdata/ibm861.c: Likewise.
* iconvdata/ibm862.c: Likewise.
* iconvdata/ibm863.c: Likewise.
* iconvdata/ibm865.c: Likewise.
Reported by <ash@contact.bg>.
2006-04-21 18:18:58 +00:00
Ulrich Drepper
86e0544901
* include/ifaddrs.h: Get uint32_t definition.
...
* posix/tst-rfc3484.c: Update fake __check_pf implementation.
* posix/tst-rfc3484-2.c: Likewise.
2006-04-20 06:27:35 +00:00
Ulrich Drepper
f9d07577ce
* sysdeps/unix/sysv/linux/kernel-features.h: Define
...
__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-19 07:27:58 +00:00
Ulrich Drepper
786dcb6287
* sysdeps/posix/getaddrinfo.c (getaddrinfo): Rewrite to avoid loop
...
over gaih array. There is only on function to call in the moment.
2006-04-18 23:35:12 +00:00
Ulrich Drepper
3af48b5b31
* include/ifaddrs.h: Define struct in6addrinfo.
...
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-16 21:34:32 +00:00
Ulrich Drepper
a238728234
* sysdeps/posix/getaddrinfo.c: Fix precedence for IP V4-to-V6
...
mapped addresses.
* posix/Makefile (tests): Add tst-rfc3484-2.
* posix/tst-rfc3484-2.c: New file.
2006-04-15 21:43:13 +00:00
Ulrich Drepper
47ad422ffe
* nis/nss_nisplus/nisplus-service.c (_nss_nisplus_parse_servent):
...
* nis/nss_nisplus/nisplus-rpc.c (_nss_nisplus_parse_rpcent):
Likewise.
2006-04-15 18:07:00 +00:00
Ulrich Drepper
0944b9e1f0
* nis/nss_nisplus/nisplus-rpc.c (_nss_nisplus_parse_rpcent):
...
Significant cleanups. Correct adjustment for pointer array.
Likewise.
2006-04-15 17:52:52 +00:00
Ulrich Drepper
004c621963
* nis/nss_nisplus/nisplus-publickey.c: Minor cleanups throughout.
2006-04-15 17:40:08 +00:00
Ulrich Drepper
38c2f8bc62
* nis/nss_nisplus/nisplus-proto.c (_nss_nisplus_parse_protoent):
...
Significant cleanups. Correct adjustment for pointer array
Likewise.
2006-04-15 17:27:11 +00:00
Ulrich Drepper
f514f94584
* nis/nss_nisplus/nisplus-network.c (_nss_nisplus_parse_netent):
...
* nis/nss_nisplus/nisplus-hosts.c (_nss_nisplus_parse_hostent):
Likewise.
2006-04-15 17:11:28 +00:00
Ulrich Drepper
840094b5f4
* nis/nss_nisplus/nisplus-hosts.c (_nss_nisplus_parse_hostent):
...
Significant cleanups. Correct adjustment for pointer array.
2006-04-15 16:22:13 +00:00
Ulrich Drepper
fd0262a4ed
* sysdeps/unix/sysv/linux/syscalls.list: Add tee syscall.
...
* 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 21:57:20 +00:00
Ulrich Drepper
1620084c4e
* nis/nss_nisplus/nisplus-ethers.c (_nss_nisplus_parse_etherent):
...
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 21:30:52 +00:00
Ulrich Drepper
3fc044a113
* nis/nss_nisplus/nisplus-alias.c (_nss_nisplus_parse_aliasent):
...
Avoid unnecessary allocation. Fix adjustment for pointer value.
2006-04-14 20:39:47 +00:00
Ulrich Drepper
0433a3502d
* nis/nss_nisplus/nisplus-parser.c: Cleanups, use NIS_RES_*
...
macros. Avoid unnecessary allocation.
2006-04-14 15:26:13 +00:00
Ulrich Drepper
de18918f84
* sysdeps/unix/sysv/linux/sync_file_range.c: New file.
2006-04-14 08:09:08 +00:00
Ulrich Drepper
433f49c402
* nis/Makefile (libnsl-routimes): Add nss-default.
...
* 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-14 05:51:51 +00:00
Ulrich Drepper
70e228a7b7
* locales/cs_CZ (LC_TIME): Define week.
...
* locales/sk_SK (LC_TIME): Likewise.
* locales/pl_PL (LC_TIME): Likewise.
* locales/en_US (LC_TIME): Change week to 7;19971130;7.
2006-04-10 18:15:01 +00:00
Ulrich Drepper
279d494b1d
* inet/inet_ntoa.c: Rewrite to use TLS instead of TSD.
2006-04-09 05:51:26 +00:00
Ulrich Drepper
ab9a9ff8a1
* nis/nss_nis/nis-alias.c: Optimize use of yperr2nss. Avoid calling
...
it for YPERR_SUCCESS. Minor cleanups. Add __builtin_expect.
* nis/nss_nis/nis-ethers.c: Likewise.
* nis/nss_nis/nis-grp.c: Likewise.
* nis/nss_nis/nis-hosts.c: Likewise.
* nis/nss_nis/nis-initgroups.c: Likewise.
* nis/nss_nis/nis-netgrp.c: Likewise.
* nis/nss_nis/nis-network.c: Likewise.
* nis/nss_nis/nis-proto.c: Likewise.
* nis/nss_nis/nis-publickey.c: Likewise.
* nis/nss_nis/nis-pwd.c: Likewise.
* nis/nss_nis/nis-rpc.c: Likewise.
* nis/nss_nis/nis-service.c: Likewise.
* nis/nss_nis/nis-spwd.c: Likewise.
2006-04-09 02:45:24 +00:00
Ulrich Drepper
7960f2a704
* nis/nis_ping.c: Remove unnecessary conditionals before
...
nis_freeresult calls.
* nis/nis_ismember.c: Likewise.
2006-04-08 20:28:00 +00:00
Ulrich Drepper
0a21e40021
* elf/rtld.c (process_envvars): Fix handling of LD_POINTER_GUARD.
...
Reported by genesh@comcast.net .
2006-04-08 19:52:13 +00:00
Ulrich Drepper
db67c2c98b
* io/fts.c (fts_build): Call fts_lfree in the two error cases
...
after the loop [Coverity CID 187].
* nis/nis_getservlist.c (nis_getservlist): Also free lookup result
in error case [Coverity CID 189].
* nis/nis_getservlist.c (nis_getservlist): One more free call
needed [Coverity CID 190].
2006-04-08 19:35:24 +00:00
Ulrich Drepper
8b7600e8cf
* sysdeps/generic/unwind-dw2-fde.c (end_fde_sort): Remove
...
unnecessary test for accu->linear == NULL [Coverity CID 79].
2006-04-07 20:52:23 +00:00
Ulrich Drepper
cec4091671
* sysdeps/posix/tempname.c (__gen_tempname): Change attempts_min
...
into a macro. Use preprocessor to decide how to initialize
attempts [Coverity CID 67].
* io/fts.c (fts_build): Comment out dead code [Coverity CID 68].
* sunrpc/rpc_parse.c (def_union): Comment out dead code
[Coverity CID 70].
* locale/programs/linereader.c (lr_token): Remove duplicate
handling of EOF [Coverity CID 71].
* locale/programs/ld-numeric.c (numeric_read) [case tok_grouping]:
We bail out early if ignore_content is set, so there is no need to
check it later again [Coverity CID 72].
* inet/inet6_option.c (inet6_option_find): Check *tptrp for NULL,
not tptrp [Coverity CID 73].
* inet/inet6_option.c (inet6_option_next): Check *tptrp for NULL,
not tptrp [Coverity CID 74].
* misc/tsearch.c (__tsearch): Don't rotate tree if memory
allocation failed [Coverity CID 78].
2006-04-07 20:25:36 +00:00
Ulrich Drepper
2035d91c38
* sysdeps/generic/unwind-dw2.c (execute_cfa_program): Fix typo in
...
the last change.
DW_CFA_GNU_window_save if it obviously cannot work [Coverity CID 102].
2006-04-07 14:11:51 +00:00
Ulrich Drepper
053f7b2b47
* inet/rexec.c (rexec_af): If we have no canonical name don't
...
proceed further [Coverity CID 86].
* iconv/iconv_charmap.c (process_fd): Initialize inptr from inbuf,
not to NULL [Coverity CID 88].
2006-04-07 08:17:33 +00:00
Ulrich Drepper
616d91335a
* elf/ldconfig.c (main): Use rawmemchr instead of strchr.
...
* nis/nis_call.c (rec_dirsearch): Likewise.
* nis/nis_local_names.c (nis_local_host): Likewise.
(nis_local_directory): Likewise.
* intl/explodename.c (_nl_explode_name): Likewise.
* sysdeps/generic/unwind-dw2.c (execute_cfa_program): Don't handle
DW_CFA_GNU_windiw_save if it obviously cannot work [Coverity CID 102].
* locale/programs/ld-address.c (address_finish): Fix conditions
for error messages [Coverity CID 104].
2006-04-07 07:02:20 +00:00