[BZ #4040]
[glibc.git] / ChangeLog
blob0a8290570c3a4595a461ff8813e18c9c77d702d9
1 2007-02-16  Ulrich Drepper  <drepper@redhat.com>
3         * sysdeps/x86_64/bits/atomic.h: One more change, this time for 16-
4         and 64-bit operations.
6         [BZ #4040]
7         * sysdeps/i386/i486/bits/atomic.h: One more change, this time for
8         16-bit operations.
10         * nscd/nscd.c (parse_opt): One more conversion to use send instead
11         of writev.
13 2007-02-15  Ulrich Drepper  <drepper@redhat.com>
15         [BZ #3991]
16         * assert/assert.h (assert): Simplify.
17         (assert_perror): Likewise.
18         Patch by Israel G. Lugo <ilugo@bridonsecurity.com>.
20         * nscd/nscd_helper.c (open_socket): Don't send padding bytes from
21         reqdata.
23         * sysdeps/unix/sysv/linux/x86_64/send.c (__libc_send): Cosmetic
24         change: don't pass NULL in place of an integer.
26 2007-02-02  Bruno Haible  <bruno@clisp.org>
28         [BZ #3954]
29         * iconvdata/ksc5601.c (__ksc5601_sym_to_ucs, __ksc5601_sym_from_ucs):
30         Add mapping for U+327E.
31         * iconvdata/ksc5601.h (KSC5601_SYMBOL): Increment.
32         * iconvdata/johab.c (BODY for FROM_LOOP, BODY for TO_LOOP): Enable
33         mapping of 0xD9 0xE8.
34         * iconvdata/uhc.c (BODY for FROM_LOOP, BODY for TO_LOOP): Disable
35         mapping of U+327E.
36         Reported by Jungshik Shin <jungshik@google.com>.
38         [BZ #3955]
39         * iconvdata/johab.c (BODY for FROM_LOOP, BODY for TO_LOOP): Enable
40         mapping of 0xD9 0xE6 and of 0xD9 0xE7.
41         Reported by Jungshik Shin <jungshik@google.com>.
43 2007-02-14  Ulrich Drepper  <drepper@redhat.com>
45         * sysdeps/x86_64/bits/atomic;h: Fix asm parameters for some
46         byte variants.
48         [BZ #4040]
49         * sysdeps/i386/i486/bits/atomic.h: Fix asm parameters for some
50         byte variants.  Patch mostly be tom@tommay.net.
52 2007-02-14  Jakub Jelinek  <jakub@redhat.com>
54         [BZ #3996]
55         * posix/glob.c (attribute_hidden): Define if not defined.
56         (glob): Unescape dirname, filename or username when needed and not
57         GLOB_NOESCAPE.  Handle \/ correctly.  Handle GLOB_MARK if filename
58         is NULL.  Handle unescaped [ in pattern without closing ].
59         Don't pass GLOB_CHECK down to recursive glob for directories.
60         (__glob_pattern_type): New function.
61         (__glob_pattern_p): Implement using __glob_pattern_type.
62         (glob_in_dir): Handle GLOB_NOCHECK patterns containing no meta
63         characters and backslashes if not GLOB_NOESCAPE or unterminated [.
64         Remove unreachable code.
65         * posix/globtest.sh: Add a couple of new tests.
67 2007-02-13  Ulrich Drepper  <drepper@redhat.com>
69         * po/ru.po: Update from translation team.
71 2007-02-12  Jakub Jelinek  <jakub@redhat.com>
73         * sysdeps/i386/bits/byteswap.h (__bswap_32): Add __amdfam10__
74         to the list of i486+ CPUs.
75         * sysdeps/x86_64/bits/byteswap.h (__bswap_32): Likewise.
77 2007-02-12  Ulrich Drepper  <drepper@redhat.com>
79         * elf/rtld.c (RESOLVE_MAP): Always return bootstrap_map reference.
80         * elf/Makefile ($(objpfx)ld.so): Check that ld.so has no undefined
81         references.
83 2007-02-09  Ulrich Drepper  <drepper@redhat.com>
85         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Remove incorrect comment.
87         * resolv/res_init.c (res_setoptions): Recognize edns0 option.
88         * resolv/res_mkquery.c: Define __res_nopt.
89         * resolv/res_query.c (__libc_res_nquery): If RES_USE_EDNS0 is set
90         try adding EDNS0 record.
91         * resolv/res_send.c (send_dg): If request failed with FORMERR and
92         EDNS0 record was send make sure we don't try it again.
93         * resolv/resolv.h: Define RES_F_EDNS0ERR and RES_USE_EDNS0.
94         * include/resolv.h: Declare __res_nopt.
96 2007-02-08  Jakub Jelinek  <jakub@redhat.com>
98         [BZ #3944]
99         * time/strptime_l.c (__strptime_internal): Set have_mon for
100         %b/%B/%h.  Set have_mon and have_mday if tm_mon and tm_mday
101         have been computed from tm_yday and tm_year.  Don't crash
102         in day_of_the_week or day_of_the_year if not have_mon
103         and tm_mon contains bogus value.
104         * time/Makefile (tests): Add tst-strptime3.
105         * time/tst-strptime3.c: New test.
107 2007-02-05  Jakub Jelinek  <jakub@redhat.com>
109         [BZ #3957]
110         * posix/regcomp.c (parse_bracket_exp): Set '\n' bit rather than '\0'
111         bit for RE_HAT_LISTS_NOT_NEWLINE.
112         (build_charclass_op): Remove bogus comment.
113         * posix/Makefile (tests): Add bug-regex27 and bug-regex28.
114         * posix/bug-regex27.c: New test.
115         * posix/bug-regex28.c: New test.
117 2007-02-03  Ulrich Drepper  <drepper@redhat.com>
119         * po/sv.po: Update from translation team.
121 2007-02-02  Ulrich Drepper  <drepper@redhat.com>
123         * nscd/nscd_helper.c (open_socket): Minor size optimization.
125 2007-02-02  Jakub Jelinek  <jakub@redhat.com>
127         * include/locale.h (__uselocale): Add libc_hidden_proto.
128         * locale/uselocale.c (__uselocale): Add libc_hidden_def.
130         * nscd/nscd_helper.c (open_socket): Use __gettimeofday instead of
131         gettimeofday.
133 2007-02-01  Ulrich Drepper  <drepper@redhat.com>
135         * sysdeps/unix/sysv/linux/i386/sysdep.h (PTR_MANGLE): Roll value before
136         returning.
137         (PTR_DEMANGLE): Real definition now that it's not the same as
138         PRT_MANGLE anymore.
139         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
141         * string/strerror_l.c: New file.
142         * string/Makefile (routines): Add strerror_l.
143         * string/string.h: Declare strerror_l.
144         * string/Versions: Export strerror_l for GLIBC_2.6.
146 2007-01-31  Ulrich Drepper  <drepper@redhat.com>
148         * nscd/nscd_helper.c (open_socket): Now takes request type and key
149         as parameter.  Construct request record.  Try sending request
150         before the first poll use, it usually succeeds.  Adjust all
151         callers.
152         * nscd/nscd-client.h: Define MAXKEYLEN.
153         * nscd/connections.c (nscd_run): Don't define MAXKEYLEN here.
155 2007-01-31  Jakub Jelinek  <jakub@redhat.com>
157         * nscd/nscd-client.h (__nscd_cache_search): Remove const qualifier
158         from return value.
159         * nscd/nscd_helper.c: Include string.h.
160         (__nscd_cache_search): Remove const qualifier from return value.
161         On strict alignment architectures check hash entry and data head
162         alignment.
163         * nscd/nscd_getpw_r.c (nscd_getpw_r): Don't crash or fail because
164         mmapped data during GC cycle contains garbage.  If
165         __nscd_drop_map_ref fails, decrement mapped->counter when returning
166         error or if retrying with NO_MAPPING, only __nscd_unmap if counter
167         dropped to 0.
168         * nscd/nscd_getgr_r.c (nscd_getgr_r): Likewise.
169         * nscd/nscd_initgroups.c (__nscd_getgrouplist): Likewise.
170         * nscd/nscd_gethst_r.c (nscd_gethst_r): Likewise.
171         * nscd/nscd_getai.c (__nscd_getai): Likewise.
172         * nscd/nscd_getserv_r.c (nscd_getserv_r): Likewise.
174 2007-01-30  Ulrich Drepper  <drepper@redhat.com>
176         * misc/hsearch_r.c (hdestroy_r): Remove unnecessary test.
178 2007-01-26  Ulrich Drepper  <drepper@redhat.com>
180         * sysdeps/i386/dl-trampoline.S (_dl_runtime_profile): Use register
181         names not numbers in cfi_*.
183 2007-01-26  Andreas Jaeger  <aj@suse.de>
185         * sysdeps/unix/sysv/linux/sys/personality.h (ADDR_NO_RANDOMIZE,
186         ADDR_LIMIT_3GB, PER_LINUX_32BIT, PER_LINUX32_3GB): Add.
187         Correct values of PER_HPUX and PER_OSF4.
189 2007-01-24  Ulrich Drepper  <drepper@redhat.com>
191         * elf/dl-minimal.c: Undefine _itoa first.
192         * stdio-common/_itoa.h: Define _itoa and _fitoa for 64-bit platforms.
193         * malloc/mtrace.c: Revert last change.
194         * posix/wordexp.c: Likewise.
196 2007-01-24  Jakub Jelinek  <jakub@redhat.com>
198         * sysdeps/i386/bits/byteswap.h (__bswap_32): Add __nocona__, __core2__
199         and __geode__ to the list of i486+ CPUs.
200         * sysdeps/x86_64/bits/byteswap.h (__bswap_32): Likewise.
202 2007-01-23  Ulrich Drepper  <drepper@redhat.com>
204         * stdio-common/_itoa.c: Include <limits.h>.
205         * stdio-common/_itowa.c: Likewise.
207 2007-01-22  Ulrich Drepper  <drepper@redhat.com>
209         * stdio-common/_itowa.c: Don't compile _itowa for 64-bit
210         platforms.
211         * stdio-common/_itoa.c: Don't compile in _itoa and _fitoa for
212         64-bit platforms.
213         * malloc/mtrace.c (tr_where): Use _fitoa_word instead of _fitoa if
214         possible.
215         * posix/wordexp.c (parse_arith): Use _itoa_word instead of _itoa
216         if possible.
218         [BZ #3902]
219         * stdio-common/_itoa.c (_itoa): Make sure at least a zero is emitted.
220         * stdio-common/Makefile (tests): Add bug17.
221         * stdio-common/bug17.c: New file.
223 2007-01-19  Ulrich Drepper  <drepper@redhat.com>
225         * iconvdata/brf.c: New file.
226         * iconvdata/testdata/BRF: New file.
227         * iconvdata/testdata/BRF..UTF8: New file.
228         Contributed by Samuel Thibault <samuel.thibault@ens-lyon.org>.
229         * iconvdata/Makefile: Add rules to build BRF.
230         * iconvdata/TESTS: Add BRF entry.
231         * iconvdata/gconv-modules: Likewise.
232         * iconvdata/tst-tables.sh: Likewise.
234 2007-01-18  Anton Nikishaev  <anton.nik@gmail.com>
236         * wcsmbs/wchar.h (wcstoll): Fix comment, function returns value of
237         type `long long int', not `long int'.
238         (wcstoq): Likewise.
240 2007-01-18  Ulrich Drepper  <drepper@redhat.com>
242         * scripts/gen-as-const.awk: Add cast to long to avoid int promotion
243         of values on 64-bit platforms which are too large.
245 2007-01-12  Steven Munroe  <sjmunroe@us.ibm.com>
246             Joe Kerian  <jkerian@us.us.ibm.com>
248         [BZ #2749]
249         * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Include
250         <math_ldbl_opt.h>.  Remove weak_alias.  Use long_double_symbol macro.
251         (__copysignl): Use signbit() for comparison.
252         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c (__fabsl): Correct parms for
253         SET_LDOUBLE_WORDS64.
255         [BZ #2423, #2749]
256         * sysdeps/ieee754/ldbl-128ibm/s_ceill.c: Don't include <fenv_libc.h>.
257         (__ceill): Remove calls to fegetround(), fesetround().
258         * sysdeps/ieee754/ldbl-128ibm/s_floorl.c: Likewise.
259         * sysdeps/ieee754/ldbl-128ibm/s_roundl.c: Likewise.
260         * sysdeps/ieee754/ldbl-128ibm/s_truncl.c: Likewise.
262 2007-01-17  Jakub Jelinek  <jakub@redhat.com>
264         * nscd/nscd_getserv_r.c (nscd_getserv_r): Fix pastos.
266         * sysdeps/unix/sysv/linux/getdents.c (offsetof): Remove.
268 2007-01-17  Ulrich Drepper  <drepper@redhat.com>
270         * sysdeps/unix/sysv/linux/fatal-prepare.h: Use PTHFCT_CALL to
271         demangle pointer.
272         * csu/libc-start.c: Likewise.
274 2007-01-16  Ulrich Drepper  <drepper@redhat.com>
276         * sysdeps/posix/system.c: Remove NO_WAITPID support, it cannot
277         really work anyway.
279 2007-01-15  Ulrich Drepper  <drepper@redhat.com>
281         * nscd/connections.c (servinfo): Renamed to reqinfo.  Change all
282         users.
283         (handle_request): Remove unnecessary tests.
285         * nscd/cache.c (cache_add): Record the failure to add to the cache.
287 2007-01-15  Jakub Jelinek  <jakub@redhat.com>
289         * soft-fp/op-common.h (FP_TRUNC): When truncating a NaN, clear
290         workbits in semi-raw fraction.
292         * math/test-misc.c: Add new tests.
294 2007-01-14  Steven Munroe  <sjmunroe@us.ibm.com>
296         * math/basic-test.c: Include test-skeleton.c.
297         (TEST_TRUNC): Define.
298         (truncdfsf_test, trunctfsf_test, trunctfdf_test): New.
299         (main): Rename to ...
300         (do_test): ...this.  Run new tests.
301         (TEST_FUNCTION): Define.
303 2006-10-05  Steven Munroe  <sjmunroe@us.ibm.com>
304             Joe Kerian  <jkerian@us.us.ibm.com>
306         [BZ #2749]
307         * soft-fp/op-4.h (__FP_FRAC_SUB_3, __FP_FRAC_SUB_4): Correct borrow
308         handling for high words.
309         * soft-fp/op-common.h (_FP_OVERFLOW_SEMIRAW): Always set inexact
310         and overflow for infinity.
312 2007-01-15  Ulrich Drepper  <drepper@redhat.com>
314         * nscd/connections.c (handle_request): Add a __builtin_expect.
316         * nscd/connections.c (serv2db): Change type into structure which
317         also says whether this is a request for data.  Renamed to
318         servinfo.  All users changed.
319         (handle_request): Much simpler test whether we should search the cache.
321         * nscd/connections.c (handle_request): Fix thinko in selinux test
322         invocation.
324         * sysdeps/generic/ldsodefs.h: Define DL_LOOKUP_SCOPE_LOCK.
325         * elf/dl-lookup.c (add_dependency): If scope map is locked, unlock
326         it before getting dl_load_lock and then relock.
327         (_dl_lookup_symbol_x): Pass flags to add_dependency.
328         When rerunning _dl_lookup_symbol_x, compute symbol_scope again in
329         case we unlocked the scope.
330         * elf/dl-runtime.c (_dl_fixup): Pass DL_LOOKUP_SCOPE_LOCK to
331         _dl_lookup_symbol_x in case we locked the scope.
332         (_dl_profile_fixup): Likewise.
333         * elf/dl-sym.c (do_sym): In flags passed to call_dl_lookup, also
334         set DL_LOOKUP_SCOPE_LOCK.
336 2007-01-13  Ulrich Drepper  <drepper@redhat.com>
338         * inet/Makefile: Define CFLAGS-getsrvbynm_r.c and
339         CFLAGS-getsrvbynpt_r.c.
340         * nscd/getsrvbynm_r.c: New file.
341         * nscd/getsrvbypt_r.c: New file.
342         * nscd/nscd_getserv_r.c: New file.
343         * nscd/servicescache.c: New file.
344         * nscd/Makefile (routines): Add nscd_getserv_r.
345         (nscd-modules): Add getsrvbynm_r, getsrvbypt_r, and servicescache.
346         Define CFLAGS-servicescache.c, CFLAGS-getsrvbynm_r.c, and
347         CFLAGS-getsrvbypt_r.c.
348         * nscd/cache.c (prune_cache): Rewrite to get re-add function from
349         table.  Add entries for services database.
350         * nscd/connections.c (serv2str): Mark as const.  Add entries for
351         services database.
352         (dbs): Add .reset_res and servdb initialization.
353         (serv2db): Add entries for services database.
354         (verify_persistent_db): Accept dbnr == servdb.
355         (invalidate_cache): Rewrite database name recognition to use a table.
356         Call res_init() if .reset_res is set for database.
357         (handle_request): Add code to handle services database.
358         * nscd/gai.c: Don't define __getservbyname_r.
359         * nscd/nscd-client.h (request_type): Remove LASTDBREQ, add
360         GETSERVBYNAME, GETSERVBYPORT, GETFDSERV.
361         (serv_response_header): Define.
362         (struct datahead): Add serv_response_header member.
363         * nscd/nscd.c (parse_opt): Rewrite parsing of -i parameter value
364         using table.
365         * nscd/nscd.conf: Add entries for services database.
366         * nscd/nscd.h: Adjust declaration of dbnames and serv2str.
367         Declare serv_iov_disabled.
368         Declare addservbyname, readdservbyname, addservbyport, and
369         readdservbyport.
370         * nscd/nscd_conf.c (dbnames): Mark as const.  Add services entry.
371         (find_db): Fix error message.
372         * nscd/nscd_proto.h: Declare __nss_not_use_nscd_services,
373         __nscd_getservbyname_r, and __nscd_getservbyport_r.
374         * nscd/selinux.c (perms): Add entries for services database.
375         * nss/Versions: Export __nss_services_lookup with GLIBC_PRIVATE.
376         * nss/nsswitch.c (__nss_disable_nscd): Also disable services database.
378         * nscd/grpcache.c: Remove obsolete code.  Cleanups.
379         * nscd/hstcache.c: Likewise.
380         * nscd/pwdcache.c: Likewise.
382         * nis/nss_nis/nis-service.c (_nss_nis_getservbyname_r): Correct
383         computation of keylen.
385         * include/string.h: Only redefine strndupa if this is really for
386         libc code.
388 2007-01-12  Ulrich Drepper  <drepper@redhat.com>
390         * nscd/nscd_gethst_r.c: Minor cleanups.
392         * nscd/connections.c (handle_request): Check selinux permissions
393         for all non-admin commands.
395         * sysdeps/i386/i486/bits/atomic.h: Define
396         atomic_compare_and_exchange_val_acq,
397         atomic_compare_and_exchange_bool_acq, and atomic_exchange_and_add
398         using __sync_* built-ins for gcc >= 4.1.
399         * sysdeps/x86_64/bits/atomic.h: Likewise.
401         [BZ #3840]
402         * scripts/check-local-headers.sh: Restrict to testing .o.d, .os.d,
403         and .oS.d files.
405 2007-01-05  Steven Munroe  <sjmunroe@us.ibm.com>
407         * stdlib/tst-makecontext.c: Include errno.h.  Change main()
408         to do_test().  Define TEST_FUNCTION. Include test-skeleton.c.
409         (do_test): Check errno and exit(0) if ENOSYS.
411 2007-01-11  Jakub Jelinek  <jakub@redhat.com>
413         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Fix handling of multi-byte
414         thousands separators.
415         * stdlib/Makefile: Add rules to build and run tst-strtod4.
416         * stdlib/tst-strtod4.c: New test.
418         [BZ #3855]
419         * stdlib/strtod_l.c (____STRTOF_INTERNAL): 0x. not followed by
420         hexadecimal digit should accept just the initial 0.
421         * stdlib/tst-strtod2.c (tests): New variable.
422         (do_test): Run several tests rather than just one.
424 2007-01-11  Jakub Jelinek  <jakub@redhat.com>
426         * sysdeps/i386/soft-fp/sfp-machine.h: Remove.
427         * sysdeps/x86_64/soft-fp/sfp-machine.h: Likewise.
429 2007-01-10  Ulrich Drepper  <drepper@redhat.com>
431         * io/fts.c: Make sure fts_cur is always valid after return from
432         fts_read.
433         Patch by Miloslav Trmac <mitr@redhat.com>.
435 2006-10-27  Richard Sandiford  <richard@codesourcery.com>
437         * elf/elf.h (R_MIPS_GLOB_DAT): Define.
438         (R_MIPS_NUM): Bump by 1.
440 2007-01-03  Jakub Jelinek  <jakub@redhat.com>
442         * posix/execvp.c: Include alloca.h.
443         (allocate_scripts_argv): Renamed to...
444         (scripts_argv): ... this.  Don't allocate buffer here nor count
445         arguments.
446         (execvp): Use alloca if possible.
447         * posix/Makefile: Add rules to build and run tst-vfork3 test.
448         * posix/tst-vfork3.c: New test.
450 2007-01-03  Ulrich Drepper  <drepper@redhat.com>
452         * string/Makefile (tst-strxfrm2-ENV): Define.
453         * stdlib/Makefile (tst-strtod3-ENV): Define.
455 2007-01-02  Ulrich Drepper  <drepper@redhat.com>
457         * posix/getconf.c: Update copyright year.
458         * nss/getent.c: Likewise.
459         * iconv/iconvconfig.c: Likewise.
460         * iconv/iconv_prog.c: Likewise.
461         * elf/ldconfig.c: Likewise.
462         * catgets/gencat.c: Likewise.
463         * csu/version.c: Likewise.
464         * elf/ldd.bash.in: Likewise.
465         * elf/sprof.c (print_version): Likewise.
466         * locale/programs/locale.c: Likewise.
467         * locale/programs/localedef.c: Likewise.
468         * nscd/nscd.c (print_version): Likewise.
469         * debug/xtrace.sh: Likewise.
470         * malloc/memusage.sh: Likewise.
471         * malloc/mtrace.pl: Likewise.
472         * debug/catchsegv.sh: Likewise.
474 2006-12-24  Ulrich Drepper  <drepper@redhat.com>
476         * malloc/malloc.c (sYSMALLOc): Remove some unnecessary alignment
477         attempts.
479 2006-12-23  Ulrich Drepper  <drepper@redhat.com>
481         * posix/wordexp.c: Remove some unnecessary tests.
483 2006-12-22  Gavin Romig-Koch  <gavin@redhat.com>
485         * nis/nss_compat/compat-grp.c (internal_getgrgid_r): Don't
486         blacklist the group till after we look it up.
488 2006-12-21  Ulrich Drepper  <drepper@redhat.com>
490         * include/atomic.h (atomic_forced_read): New macro.
492 2006-12-20  SUGIOKA Toshinobu  <sugioka@itonet.co.jp>
494         * sysdeps/unix/sysv/linux/sh/bits/shm.h: New file.
496 2006-12-19  Jakub Jelinek  <jakub@redhat.com>
498         * nss/getXXbyYY_r.c: Include atomic.h.
499         (INTERNAL (REENTRANT_NAME)): Write startp after start_fct,
500         add atomic_write_barrier () in between.
502         * stdlib/Makefile (tests): Add tst-makecontext.
503         * stdlib/tst-makecontext.c: New test.
505         * sysdeps/unix/sysv/linux/powerpc/powerpc32/makecontext.S
506         (__makecontext): Don't realign uc_mcontext.uc_regs.
508 2006-11-28  Jakub Jelinek  <jakub@redhat.com>
510         * elf/dl-support.c: Include dl-procinfo.h.
511         * sysdeps/powerpc/dl-procinfo.h (PPC_PLATFORM_POWER4,
512         PPC_PLATFORM_PPC970, PPC_PLATFORM_POWER5, PPC_PLATFORM_POWER5_PLUS,
513         PPC_PLATFORM_POWER6, PPC_PLATFORM_CELL_BE, PPC_PLATFORM_POWER6X):
514         Define.
515         (_dl_string_platform): Use PPC_PLATFORM_* macros instead of
516         hardcoded constants.
517         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_platform): Use
518         PPC_PLATFORM_* macros for array designators.
520 2006-11-11  Steven Munroe  <sjmunroe@us.ibm.com>
522         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_cap_flags): Add 3 new cap
523         names to the beginning.
524         (_dl_powerpc_platforms): Add "power6x".
525         * sysdeps/powerpc/dl-procinfo.h (_DL_HWCAP_FIRST): Decrease.
526         (HWCAP_IMPORTANT): Add PPC_FEATURE_HAS_DFP.
527         (_DL_PLATFORMS_COUNT): Increase.
528         (_dl_string_platform): Handle power6x case.
529         * sysdeps/powerpc/sysdep.h (PPC_FEATURE_PA6T, PPC_FEATURE_HAS_DFP,
530         PPC_FEATURE_POWER6_EXT): Define.
531         (PPC_FEATURE_POWER5, PPC_FEATURE_POWER5_PLUS): Correct Comment.
533 2006-12-18  Jakub Jelinek  <jakub@redhat.com>
535         [BZ #3747]
536         * stdlib/jrand48_r.c (__jrand48_r): Make sure result is in the
537         [-2^31 .. 2^31) range.
538         * stdlib/tst-rand48.c (main): Fix expected values for 64-bit
539         targets.
540         * stdlib/tst-rand48-2.c: New test.
541         * stdlib/Makefile (tests): Add tst-rand48-2.
543 2006-12-14  Jakub Jelinek  <jakub@redhat.com>
545         * misc/tst-pselect.c (do_test): Fix sigblock argument.
547 2006-12-14  Ulrich Drepper  <drepper@redhat.com>
549         * misc/tst-pselect.c (do_test): Make sure the helper process is
550         terminating when the test is aborted.
552 2006-12-13  Ulrich Drepper  <drepper@redhat.com>
554         * sysdeps/unix/sysv/linux/bits/statvfs.h: Define ST_RELATIME.
555         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
556         Handle relatime mount option.
558         [BZ #2337]
559         * libio/Makefile (tests): Add tst-setvbuf1.
560         * libio/tst-setvbuf1.c: New file.
562 2006-12-08  Jakub Jelinek  <jakub@redhat.com>
564         [BZ #2337]
565         * libio/genops.c (__uflow): Fix a typo.
566         * libio/wfiledoalloc.c (_IO_wfile_doallocate): Don't stat
567         nor set _IO_LINE_BUF bit here.  Size the wide buffer based on
568         the narrow buffer size.
570 2006-11-24  Jakub Jelinek  <jakub@redhat.com>
572         [BZ #2337]
573         * libio/libio.h (_IO_FLAGS2_USER_WBUF): Define.
574         * libio/wgenops.c (_IO_wsetb, _IO_wdefault_finish): Test and set
575         _IO_FLAGS2_USER_WBUF bit in _flags2 instead of _IO_USER_BUF bit
576         in _flags.
577         * libio/wstrops.c (_IO_wstr_overflow, enlarge_userbuf,
578         _IO_wstr_finish): Likewise.
579         * libio/wmemstream.c (open_wmemstream): Likewise.
580         * libio/fileops.c (_IO_new_file_close_it): Call _IO_set[bgp]
581         even for wide streams.
583 2006-12-13  Jakub Jelinek  <jakub@redhat.com>
585         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S: Include
586         kernel-features.h.
588 2006-12-11  Ulrich Drepper  <drepper@redhat.com>
590         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Parse thousand
591         separators also if no non-zero digits found.
592         * stdlib/Makefile (tests): Add tst-strtod3.
594 2006-12-09  Ulrich Drepper  <drepper@redhat.com>
596         [BZ #3632]
597         * include/features.h: Fix comment about default value for
598         _POSIX_C_SOURCE.
600         [BZ #3664]
601         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Fix test to recognize
602         empty parsed strings.
603         * stdlib/Makefile (tests): Add tst-strtod2.
604         * stdlib/tst-strtod2.c: New file.
606         [BZ #3673]
607         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Fix exp_limit
608         computation.
609         * stdlib/Makefile (tests): Add tst-atof2.
610         * stdlib/tst-atof2.c: New file.
612         [BZ #3674]
613         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Adjust exponent value
614         correctly if removing trailing zero of hex-float.
615         * stdlib/Makefile (tests): Add tst-atof1.
616         * stdlib/tst-atof1.c: New file.
618 2006-12-09  Jakub Jelinek  <jakub@redhat.com>
620         * misc/mntent_r.c (__hasmntopt): Check p[optlen] even when p == rest.
621         Start searching for next comma at p rather than rest.
622         * misc/Makefile (tests): Add tst-mntent2.
623         * misc/tst-mntent2.c: New test.
625         * misc/getusershell.c (initshells): Check for integer overflows.
626         Make strings buffer one bigger as fgets always succeeds when second
627         argument is 1.  Don't use calloc for shells array.  Disallow
628         / as shell.
630 2006-12-08  Ulrich Drepper  <drepper@redhat.com>
632         * malloc/memusage.c: Handle realloc with new size of zero and
633         non-NULL pointer correctly.
634         (me): Really write first record twice.
635         (struct entry): Make format bi-arch safe.
636         (dest): Write out more realloc statistics.
637         * malloc/memusagestat.c (struct entry): Make format bi-arch safe.
639 2006-12-05  Jakub Jelinek  <jakub@redhat.com>
641         * nis/nis_subr.c (nis_getnames): Revert last change.
643 2006-12-04  Jakub Jelinek  <jakub@redhat.com>
645         * sysdeps/unix/sysv/linux/ttyname.c: Include termios.h.
646         (ttyname): Use tcgetattr instead of isatty, don't set errno to ENOTTY.
647         * sysdeps/unix/sysv/linux/ttyname_r.c: Include termios.h.
648         (__ttyname_r): Use tcgetattr instead of isatty, don't set errno to
649         ENOTTY.
650         * io/Makefile: Add rules to build and run tst-ttyname_r test.
651         * io/tst-ttyname_r.c: New test.
653 2006-12-03  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
655         * sysdeps/unix/sysv/linux/sh/sys/io.h: Removed.
657 2006-11-30  H.J. Lu  <hongjiu.lu@intel.com>
659         * sysdeps/i386/i686/memcmp.S: Use jump table as the base of
660         jump table entries.
662 2006-11-30  Jan Kratochvil  <jan.kratochvil@redhat.com>
664         * sysdeps/unix/sysv/linux/i386/clone.S: Provide CFI for the outermost
665         `clone' function to ensure proper unwinding stop of gdb.
666         * sysdeps/unix/sysv/linux/x86_64/clone.S: Likewise.
668 2006-12-01  Ulrich Drepper  <drepper@redhat.com>
670         * nscd/nscd.init: Remove obsolete and commented-out -S option
671         handling.
673 2006-11-23  Jakub Jelinek  <jakub@redhat.com>
675         [BZ #3514]
676         * manual/string.texi (strncmp): Fix pastos from wcscmp description.
678         [BZ #3515]
679         * manual/string.texi (strtok): Remove duplicate paragraph.
681 2006-12-01  Jan Kratochvil  <jan.kratochvil@redhat.com>
683         * sysdeps/unix/sysv/linux/x86_64/sigaction.c: Fix compatibility with
684         libgcc not supporting `rflags' unwinding (register # >= 17).
686 2006-11-30  Jakub Jelinek  <jakub@redhat.com>
688         * sunrpc/svc_run.c (svc_run): Set my_pollfd to new_pollfd if realloc
689         succeeded.
691 2006-11-29  Daniel Jacobowitz  <dan@codesourcery.com>
692             Jakub Jelinek  <jakub@redhat.com>
693             Jan Kratochvil  <jan.kratochvil@redhat.com>
695         * sysdeps/unix/sysv/linux/x86_64/sigaction.c (restore_rt): Add correct
696         unwind information.
697         * sysdeps/unix/sysv/linux/x86_64/Makefile: Provide symbols for
698         'restore_rt' even in the 'signal' directory.
699         * sysdeps/unix/sysv/linux/x86_64/ucontext_i.sym: Extend the regs list.
701 2006-11-27  Jakub Jelinek  <jakub@redhat.com>
703         [BZ #3559]
704         * sunrpc/svc_run.c (svc_run): Fail instead of segfaulting if
705         malloc crashed.  Don't allocate memory unnecessarily in each
706         loop.
708 2006-10-21  Jakub Jelinek  <jakub@redhat.com>
710         * resolv/mapv4v6addr.h (map_v4v6_address): Fix last change.
712 2006-11-20  Ulrich Drepper  <drepper@redhat.com>
714         * resolv/mapv4v6addr.h (map_v4v6_address): Optimize a bit.
716 2006-11-18  Bruno Haible  <bruno@clisp.org>
718         * sysdeps/unix/sysv/linux/i386/getgroups.c (__getgroups): Invoke
719         __sysconf only after having tried to call getgroups32.
721 2006-11-19  Ulrich Drepper  <drepper@redhat.com>
723         * nss/nss_files/files-hosts.c (LINE_PARSER): Support IPv6-style
724         addresses for IPv4 queries if they can be mapped.
726 2006-11-16  Jakub Jelinek  <jakub@redhat.com>
728         * sysdeps/x86_64/fpu/s_copysignf.S (__copysignf): Switch to .text.
729         * sysdeps/x86_64/fpu/s_copysign.S (__copysign): Likewise.
730         (signmask): Add .size directive.
731         (othermask): Add .type directive.
733 2006-11-14  Ulrich Drepper  <drepper@redhat.com>
735         * po/nl.po: Update from translation team.
737         * timezone/zdump.c: Redo fix for BZ #3137.
739 2006-11-14  Jakub Jelinek  <jakub@redhat.com>
741         * nss/nss_files/files-alias.c (get_next_alias): Set line back
742         to first_unused after parsing :include: file.
744 2006-11-10  Ulrich Drepper  <drepper@redhat.com>
746         * timezone/africa: Update from tzdata2006o.
747         * timezone/antarctica: Likewise.
748         * timezone/asia: Likewise.
749         * timezone/australasia: Likewise.
750         * timezone/backward: Likewise.
751         * timezone/europe: Likewise.
752         * timezone/iso3166.tab: Likewise.
753         * timezone/northamerica: Likewise.
754         * timezone/southamerica: Likewise.
755         * timezone/zone.tab: Likewise.
757         * time/tzfile.c (__tzfile_read): Extend to handle new file format
758         on machines with 64-bit time_t.
760         * timezone/checktab.awk: Update from tzcode2006o.
761         * timezone/ialloc.c: Likewise.
762         * timezone/private.h: Likewise.
763         * timezone/scheck.c: Likewise.
764         * timezone/tzfile.h: Likewise.
765         * timezone/tzselect.ksh: Likewise.
766         * timezone/zdump.c: Likewise.
767         * timezone/zic.c: Likewise.
769         [BZ #3483]
770         * elf/ldconfig.c (main): Call setlocale and textdomain.
771         Patch mostly by Benno Schulenberg <bensberg@justemail.net>.
773         [BZ #3480]
774         * manual/argp.texi: Fix typos.
775         * manual/charset.texi: Likewise.
776         * manual/errno.texi: Likewise.
777         * manual/filesys.texi: Likewise.
778         * manual/lang.texi: Likewise.
779         * manual/maint.texi: Likewise.
780         * manual/memory.texi: Likewise.
781         * manual/message.texi: Likewise.
782         * manual/resource.texi: Likewise.
783         * manual/search.texi: Likewise.
784         * manual/signal.texi: Likewise.
785         * manual/startup.texi: Likewise.
786         * manual/stdio.texi: Likewise.
787         * manual/sysinfo.texi: Likewise.
788         * manual/syslog.texi: Likewise.
789         * manual/time.texi: Likewise.
790         Patch by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
792         [BZ #3465]
793         * sunrpc/clnt_raw.c: Minimal message improvements.
794         * sunrpc/pm_getmaps.c: Likewise.
795         * nis/nss_nisplus/nisplus-publickey.c: Likewise.
796         * nis/nis_print_group_entry.c: Likewise.
797         * locale/programs/repertoire.c: Likewise.
798         * locale/programs/charmap.c: Likewise.
799         * malloc/memusage.sh: Likewise.
800         * elf/dl-deps.c: Likewise.
801         * locale/programs/ld-collate.c: Likewise.
802         * libio/vswprintf.c: Likewise.
803         * malloc/memusagestat.c: Likewise.
804         * sunrpc/auth_unix.c: Likewise.
805         * sunrpc/rpc_main.c: Likewise.
806         * nscd/cache.c: Likewise.
807         * locale/programs/repertoire.c: Unify output messages.
808         * locale/programs/charmap.c: Likewise.
809         * locale/programs/ld-ctype.c: Likewise.
810         * locale/programs/ld-monetary.c: Likewise.
811         * locale/programs/ld-numeric.c: Likewise.
812         * locale/programs/ld-time.c: Likewise.
813         * elf/ldconfig.c: Likewise.
814         * nscd/selinux.c: Likewise.
815         * elf/cache.c: Likewise.
816         Patch mostly by Benno Schulenberg <bensberg@justemail.net>.
818         [BZ #3451]
819         * sysdeps/i386/fpu/bits/mathinline.h (floor): Make rounding mode
820         change atomic.
821         (ceil): Likewise.
823 2006-11-10  Jakub Jelinek  <jakub@redhat.com>
825         * string/strxfrm_l.c (STRXFRM): Fix trailing \1 optimization
826         if N is one bigger than return value.
827         * string/tst-strxfrm2.c (do_test): Also test strxfrm with l1 + 1
828         and l1 last arguments, if buf is defined, verify the return value
829         equals to strlen (buf) and verify no byte beyond passed length
830         is modified.
832 2006-11-10  Ulrich Drepper  <drepper@redhat.com>
834         * po/sv.po: Update from translation team.
836 2006-11-09  Ulrich Drepper  <drepper@redhat.com>
838         * sysdeps/unix/sysv/linux/x86_64/sysconf.c (intel_check_word): Add
839         noinline attribute.
841 2006-11-10  Jakub Jelinek  <jakub@redhat.com>
843         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word): Add
844         noinline attribute.
846         * sysdeps/gnu/siglist.c (__old_sys_siglist, __old_sys_sigabbrev):
847         Use __new_sys_siglist instead of _sys_siglist_internal as
848         second macro argument.
849         (_old_sys_siglist): Use declare_symbol_alias macro instead of
850         strong_alias.
852 2006-11-09  Ulrich Drepper  <drepper@redhat.com>
854         [BZ #3493]
855         * posix/unistd.h (sysconf): Remove const attribute.
857         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Fix test for
858         temporary or deprecated addresses.
859         Patch by Sridhar Samudrala <sri@us.ibm.com>.
861         * string/Makefile (tests): Add tst-strxfrm2.
862         * string/tst-strxfrm2.c: New file.
864 2006-10-09  Jakub Jelinek  <jakub@redhat.com>
866         * elf/dl-debug.c (_dl_debug_initialize): Check r->r_map for 0
867         rather than r->r_brk.
869 2006-11-08  Jakub Jelinek  <jakub@redhat.com>
871         * string/strxfrm_l.c (STRXFRM): Do the trailing \1 removal
872         optimization even if needed > n.
874         * elf/dl-load.c (decompose_rpath): Return bool rather than void.
875         If l->l_name is on inhibit_rpath list, set sps->dirs to -1 and
876         return false, otherwise return true.
877         (cache_rpath): Return decompose_rpath return value.
879 2006-11-07  Jakub Jelinek  <jakub@redhat.com>
881         * include/libc-symbols.h (declare_symbol): Rename to...
882         (declare_symbol_alias): ... this.  Add ORIGINAL argument, imply
883         strong_alias (ORIGINAL, SYMBOL) in asm to make sure it preceedes
884         .size directive.
885         * sysdeps/gnu/errlist-compat.awk: Adjust for declare_symbol_alias
886         changes.
887         * sysdeps/gnu/siglist.c: Likewise.
889 2006-11-03  Steven Munroe  <sjmunroe@us.ibm.com>
891         * sysdeps/powerpc/fpu/bits/mathinline.h
892         [__LIBC_INTERNAL_MATH_INLINES]: Moved to ...
893         * sysdeps/powerpc/fpu/math_private.h: ...here.  New file.
895 2006-11-05  Ulrich Drepper  <drepper@redhat.com>
897         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word):
898         Update handling of cache descriptor 0x49 for new models.
899         * sysdeps/unix/sysv/linux/x86_64/sysconf.c (intel_check_word):
900         Likewise.
902 2006-11-02  Jakub Jelinek  <jakub@redhat.com>
904         * malloc/memusage.c (dest): Reset not_me back to false after
905         printing statistics.
907 2006-11-02  Ulrich Drepper  <drepper@redhat.com>
909         * configure.in: Work around ld --help change and avoid -z relro
910         test completely if the architecture doesn't care about security.
912 2006-11-01  Ulrich Drepper  <drepper@redhat.com>
914         * po/sv.po: Update from translation team.
916 2006-10-31  Ulrich Drepper  <drepper@redhat.com>
918         * stdlib/atexit.c (atexit): Don't mark as hidden when used to
919         generate compatibility version.
921 2006-10-29  Ulrich Drepper  <drepper@redhat.com>
923         * configure.in: Relax -z relro requirement a bit.
925         * po/sv.po: Update from translation team.
927 2006-10-29  Jakub Jelinek  <jakub@redhat.com>
929         * elf/dl-sym.c (do_sym): Use RTLD_SINGLE_THREAD_P.
930         * elf/dl-runtime.c (_dl_fixup, _dl_profile_fixup): Likewise.
931         * elf/dl-close.c (_dl_close_worker): Likewise.
932         * elf/dl-open.c (_dl_open_worker): Likewise.
933         * sysdeps/generic/sysdep-cancel.h (RTLD_SINGLE_THREAD_P): Define.
935 2006-10-27  Ulrich Drepper  <drepper@redhat.com>
937         * configure.in: Require assembler support for visibility, compiler
938         support for visibility and aliases, linker support for various -z
939         options.
940         * Makeconfig: Remove conditional code which now is unnecessary.
941         * config.h.in: Likewise.
942         * config.make.in: Likewise.
943         * dlfcn/Makefile: Likewise.
944         * elf/Makefile: Likewise.
945         * elf/dl-load.c: Likewise.
946         * elf/rtld.c: Likewise.
947         * include/libc-symbols.h: Likewise.
948         * include/stdio.h: Likewise.
949         * io/Makefile: Likewise.
950         * io/fstat.c: Likewise.
951         * io/fstat64.c: Likewise.
952         * io/fstatat.c: Likewise.
953         * io/fstatat64.c: Likewise.
954         * io/lstat.c: Likewise.
955         * io/lstat64.c: Likewise.
956         * io/mknod.c: Likewise.
957         * io/mknodat.c: Likewise.
958         * io/stat.c: Likewise.
959         * io/stat64.c: Likewise.
960         * libio/stdio.c: Likewise.
961         * nscd/Makefile: Likewise.
962         * stdlib/Makefile: Likewise.
963         * stdlib/atexit.c: Likewise.
964         * sysdeps/generic/ldsodefs.h: Likewise.
965         * sysdeps/i386/dl-machine.h: Likewise.
966         * sysdeps/i386/sysdep.h: Likewise.
967         * sysdeps/i386/i686/memcmp.S: Likewise.
968         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
969         * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
970         * sysdeps/unix/sysv/linux/x86_64/sigaction.c: Likewise.
972         * Makerules: USE_TLS support is now default.
973         * tls.make.c: Likewise.
974         * csu/Versions: Likewise.
975         * csu/libc-start.c: Likewise.
976         * csu/libc-tls.c: Likewise.
977         * csu/version.c: Likewise.
978         * dlfcn/dlinfo.c: Likewise.
979         * elf/dl-addr.c: Likewise.
980         * elf/dl-cache.c: Likewise.
981         * elf/dl-close.c: Likewise.
982         * elf/dl-iteratephdr.c: Likewise.
983         * elf/dl-load.c: Likewise.
984         * elf/dl-lookup.c: Likewise.
985         * elf/dl-object.c: Likewise.
986         * elf/dl-open.c: Likewise.
987         * elf/dl-reloc.c: Likewise.
988         * elf/dl-support.c: Likewise.
989         * elf/dl-sym.c: Likewise.
990         * elf/dl-sysdep.c: Likewise.
991         * elf/dl-tls.c: Likewise.
992         * elf/ldconfig.c: Likewise.
993         * elf/rtld.c: Likewise.
994         * elf/tst-tls-dlinfo.c: Likewise.
995         * elf/tst-tls1.c: Likewise.
996         * elf/tst-tls10.h: Likewise.
997         * elf/tst-tls14.c: Likewise.
998         * elf/tst-tls2.c: Likewise.
999         * elf/tst-tls3.c: Likewise.
1000         * elf/tst-tls4.c: Likewise.
1001         * elf/tst-tls5.c: Likewise.
1002         * elf/tst-tls6.c: Likewise.
1003         * elf/tst-tls7.c: Likewise.
1004         * elf/tst-tls8.c: Likewise.
1005         * elf/tst-tls9.c: Likewise.
1006         * elf/tst-tlsmod1.c: Likewise.
1007         * elf/tst-tlsmod13.c: Likewise.
1008         * elf/tst-tlsmod13a.c: Likewise.
1009         * elf/tst-tlsmod14a.c: Likewise.
1010         * elf/tst-tlsmod2.c: Likewise.
1011         * elf/tst-tlsmod3.c: Likewise.
1012         * elf/tst-tlsmod4.c: Likewise.
1013         * elf/tst-tlsmod5.c: Likewise.
1014         * elf/tst-tlsmod6.c: Likewise.
1015         * include/errno.h: Likewise.
1016         * include/link.h: Likewise.
1017         * include/tls.h: Likewise.
1018         * locale/global-locale.c: Likewise.
1019         * locale/localeinfo.h: Likewise.
1020         * malloc/arena.c: Likewise.
1021         * malloc/hooks.c: Likewise.
1022         * malloc/malloc.c: Likewise.
1023         * resolv/Versions: Likewise.
1024         * sysdeps/alpha/dl-machine.h: Likewise.
1025         * sysdeps/alpha/libc-tls.c: Likewise.
1026         * sysdeps/generic/ldsodefs.h: Likewise.
1027         * sysdeps/generic/tls.h: Likewise.
1028         * sysdeps/i386/dl-machine.h: Likewise.
1029         * sysdeps/ia64/dl-machine.h: Likewise.
1030         * sysdeps/ia64/libc-tls.c: Likewise.
1031         * sysdeps/mach/hurd/fork.c: Likewise.
1032         * sysdeps/mach/hurd/i386/tls.h: Likewise.
1033         * sysdeps/powerpc/powerpc32/dl-machine.c: Likwise.
1034         * sysdeps/powerpc/powerpc32/dl-machine.h: Likewise.
1035         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
1036         * sysdeps/s390/libc-tls.c: Likewise.
1037         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
1038         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
1039         * sysdeps/sh/dl-machine.h: Likewise.
1040         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
1041         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
1042         * sysdeps/x86_64/dl-machine.h: Likewise.
1044         * elf/dl-close.c (_dl_close_worker): Renamed from _dl_close and
1045         split out locking and parameter checking.
1046         (_dl_close): Call _dl_close_worker after locking and checking.
1047         * elf/dl-open.c (_dl_open): Call _dl_close_worker instead of
1048         _dl_close.
1049         * elf/Makefile: Add rules to build and run tst-thrlock.
1050         * elf/tst-thrlock.c:  New file.
1052         [BZ #3426]
1053         * stdlib/stdlib.h: Adjust comment for canonicalize_file_name to
1054         reality.
1056         [BZ #3429]
1057         * elf/dl-open.c (dl_open_worker): Keep holding dl_load_lock until
1058         we are sure we do not need it anymore for _dl_close.  Also move
1059         the asserts inside the lock region.
1060         Patch mostly by Suzuki <suzuki@in.ibm.com>.
1062 2006-10-27  Jakub Jelinek  <jakub@redhat.com>
1064         * elf/dl-lookup.c (_dl_debug_bindings): Remove unused symbol_scope
1065         argument.
1066         (_dl_lookup_symbol_x): Adjust caller.
1068         * sysdeps/generic/ldsodefs.h (struct link_namespaces): Remove
1069         _ns_global_scope.
1070         * elf/rtld.c (dl_main): Don't initialize _ns_global_scope.
1072         * elf/dl-libc.c: Revert l_scope name changes.
1073         * elf/dl-load.c: Likewise.
1074         * elf/dl-object.c: Likewise.
1075         * elf/rtld.c: Likewise.
1076         * elf/dl-close.c (_dl_close): Likewise.
1077         * elf/dl-open.c (dl_open_worker): Likewise.  If not SINGLE_THREAD_P,
1078         always use __rtld_mrlock_{change,done}.  Always free old scope list
1079         here if not l_scope_mem.
1080         * elf/dl-runtime.c (_dl_fixup, _dl_profile_fixup): Revert l_scope name
1081         change.  Never free scope list here.  Just __rtld_mrlock_lock before
1082         the lookup and __rtld_mrlock_unlock it after the lookup.
1083         * elf/dl-sym.c: Likewise.
1084         * include/link.h (struct r_scoperec): Remove.
1085         (struct link_map): Replace l_scoperec with l_scope, l_scoperec_mem
1086         with l_scope_mem and l_scoperec_lock with l_scope_lock.
1088 2006-10-25  Ulrich Drepper  <drepper@redhat.com>
1090         * sysdeps/gnu/netinet/tcp.h: Define TCP_CONGESTION.
1092 2006-10-18  Ulrich Drepper  <drepper@redhat.com>
1094         * configure.in: Disable building profile libraries by default.
1096 2006-10-17  Jakub Jelinek  <jakub@redhat.com>
1098         * sunrpc/xdr_mem.c (xdrmem_setpos): Don't compare addresses
1099         as signed longs, check for x_base + pos overflow.
1100         * sunrpc/Makefile (tests): Add tst-xdrmem2.
1101         * sunrpc/tst-xdrmem2.c: New test.
1103 2006-10-18  Ulrich Drepper  <drepper@redhat.com>
1105         * elf/dl-lookup.c (_dl_lookup_symbol_x): Add warning to
1106         _dl_lookup_symbol_x code.
1108 2006-10-17  Jakub Jelinek  <jakub@redhat.com>
1110         * elf/dl-runtime.c: Include sysdep-cancel.h.
1111         (_dl_fixup, _dl_profile_fixup): Use __rtld_mrlock_* and
1112         scoperec->nusers only if !SINGLE_THREAD_P.  Use atomic_*
1113         instead of catomic_* macros.
1114         * elf/dl-sym.c: Include sysdep-cancel.h.
1115         (do_sym): Use __rtld_mrlock_* and scoperec->nusers only
1116         if !SINGLE_THREAD_P.  Use atomic_* instead of catomic_* macros.
1117         * elf/dl-close.c: Include sysdep-cancel.h.
1118         (_dl_close): Use __rtld_mrlock_* and scoperec->nusers only
1119         if !SINGLE_THREAD_P.  Use atomic_* instead of catomic_* macros.
1120         * elf/dl-open.c: Include sysdep-cancel.h.
1121         (dl_open_worker): Use __rtld_mrlock_* and scoperec->nusers only
1122         if !SINGLE_THREAD_P.  Use atomic_* instead of catomic_* macros.
1124 2006-10-17  Jakub Jelinek  <jakub@redhat.com>
1126         [BZ #3313]
1127         * malloc/malloc.c (malloc_consolidate): Set maxfb to address of last
1128         fastbin rather than end of fastbin array.
1130 2006-10-18  Ulrich Drepper  <drepper@redhat.com>
1132         * sysdeps/i386/i486/bits/atomic.h (catomic_decrement): Use correct
1133         body macro.
1134         * sysdeps/x86_64/bits/atomic.h
1135         (__arch_c_compare_and_exchange_val_64_acq): Add missing casts.
1136         (catomic_decrement): Use correct body macro.
1138 2006-10-17  Jakub Jelinek  <jakub@redhat.com>
1140         * include/atomic.h: Add a unique prefix to all local variables
1141         in macros.
1142         * csu/tst-atomic.c (do_test): Test also catomic_* macros.
1144 2006-10-16  Ulrich Drepper  <drepper@redhat.com>
1146         [BZ #3369]
1147         * sysdeps/posix/getaddrinfo.c (rfc3484_sort): Fix typos in rules 4
1148         and 7.
1150 2006-10-14  Ulrich Drepper  <drepper@redhat.com>
1152         * resolv/arpa/nameser.h: Document that ns_t_a6 is deprecated.
1154 2006-10-13  Ulrich Drepper  <drepper@redhat.com>
1156         [BZ #3313]
1157         * malloc/malloc.c (malloc_consolidate): Don't use get_fast_max to
1158         determine highest fast bin to consolidate, always look into all of
1159         them.
1160         (do_check_malloc_state): Only require for empty bins for large
1161         sizes in main arena.
1163         * libio/stdio.h: Add more __wur attributes.
1165         * elf/dl-minimal.c (realloc): Optimize last patch.
1167 2006-10-12  Richard Sandiford  <richard@codesourcery.com>
1169         [BZ #3352]
1170         * elf/dl-minimal.c (realloc): Let malloc() return a new pointer,
1171         and use memcpy() if it does.
1173 2006-11-12  Andreas Jaeger  <aj@suse.de>
1175         [BZ #2510]
1176         * manual/search.texi (Hash Search Function): Clarify.
1177         (Array Search Function): Clarify.
1179 2006-11-12  Joseph Myers  <joseph@codesourcery.com>
1181         [BZ #2830]
1182         * math/atest-exp.c (main): Cast hex value to mp_limb_t before
1183         shifting.
1184         * math/atest-exp2.c (read_mpn_hex): Likewise.
1185         * math/atest-sincos.c (main): Likewise.
1187 2006-10-11  Ulrich Drepper  <drepper@redhat.com>
1189         * sysdeps/unix/sysv/linux/syscalls.list: Add epoll_pwait.
1190         * sysdeps/unix/sysv/linux/sys/epoll.h: Declare epoll_pwait.
1191         * sysdeps/unix/sysv/linux/Versions (libc): Add epoll_pwait for
1192         version GLIBC_2.6.
1193         * Versions.def: Add GLIBC_2.6 for libc.
1195         * sysdeps/unix/sysv/linux/i386/sysdep.h (DOARGS_6): Fix offset.
1197         * sysdeps/i386/i486/bits/atomic.h: Add catomic_* support.
1199 2006-10-11  Jakub Jelinek  <jakub@redhat.com>
1201         * malloc/malloc.c (_int_malloc): Remove unused any_larger variable.
1203         * nis/nis_defaults.c (__nis_default_access): Don't call getenv twice.
1205         * nis/nis_subr.c (nis_getnames): Use __secure_getenv instead of getenv.
1206         * sysdeps/generic/unsecvars.h: Add NIS_PATH.
1208 2006-10-11  Ulrich Drepper  <drepper@redhat.com>
1210         * include/atomic.c: Define catomic_* operations.
1211         * sysdeps/x86_64/bits/atomic.h: Likewise.  Fix a few minor problems.
1212         * stdlib/cxa_finalize.c: Use catomic_* operations instead of atomic_*.
1213         * malloc/memusage.c: Likewise.
1214         * gmon/mcount.c: Likewise.
1215         * elf/dl-close.c: Likewise.
1216         * elf/dl-open.c: Likewise.
1217         * elf/dl-profile.c: Likewise.
1218         * elf/dl-sym.c: Likewise.
1219         * elf/dl-runtime.c: Likewise.
1220         * elf/dl-fptr.c: Likewise.
1221         * resolv/res_libc.c: Likewise.
1223 2006-10-10  Ulrich Drepper  <drepper@redhat.com>
1225         * nis/nis_subr.c (nis_getnames): Add trailing dot to NIS_PATH
1226         components which lack them.
1228         * nis/nis_subr.c (nis_getnames): Make sure that we always return
1229         at least one entry consisting of the parameter concatenated with
1230         the domain.
1232 2006-10-10  Roland McGrath  <roland@frob.com>
1234         * sysdeps/mach/hurd/utimes.c: Use a union to avoid an improper cast.
1235         * sysdeps/mach/hurd/futimes.c: Likewise.
1236         * sysdeps/mach/hurd/lutimes.c: Likewise.
1238 2006-10-09  Ulrich Drepper  <drepper@redhat.com>
1239             Jakub Jelinek  <jakub@redhat.com>
1241         Implement reference counting of scope records.
1242         * elf/dl-close.c (_dl_close): Remove all scopes from removed objects
1243         from the list in objects which remain.  Always allocate new scope
1244         record.
1245         * elf/dl-open.c (dl_open_worker): When growing array for scopes,
1246         don't resize, allocate a new one.
1247         * elf/dl-runtime.c: Update reference counters before using a scope
1248         array.
1249         * elf/dl-sym.c: Likewise.
1250         * elf/dl-libc.c: Adjust for l_scope name change.
1251         * elf/dl-load.c: Likewise.
1252         * elf/dl-object.c: Likewise.
1253         * elf/rtld.c: Likewise.
1254         * include/link.h: Include <rtld-lowlevel.h>.  Define struct
1255         r_scoperec.  Replace r_scope with pointer to r_scoperec structure.
1256         Add l_scoperec_lock.
1257         * sysdeps/generic/ldsodefs.h: Include <rtld-lowlevel.h>.
1258         * sysdeps/generic/rtld-lowlevel.h: New file.
1260         * include/atomic.h: Rename atomic_and to atomic_and_val and
1261         atomic_or to atomic_or_val.  Define new macros atomic_and and
1262         atomic_or which do not return values.
1263         * sysdeps/x86_64/bits/atomic.h: Define atomic_and and atomic_or.
1264         Various cleanups.
1265         * sysdeps/i386/i486/bits/atomic.h: Likewise.
1267         * po/sv.po: Update from translation team.
1269 2006-10-07  Ulrich Drepper  <drepper@redhat.com>
1271         * Versions.def: Add GLIBC_2.6 to libpthread.
1273         * include/shlib-compat.h (SHLIB_COMPAT): Expand parameters before use.
1274         (versioned_symbol): Likewise.
1275         (compat_symbol): Likewise.
1277         * po/tr.po: Update from translation team.
1279 2006-10-06  Ulrich Drepper  <drepper@redhat.com>
1281         * nis/Banner: Removed.  It's been integral part forever and the
1282         author info is incomplete anyway.
1283         * libio/Banner: Likewise.
1285         * nis/nis_table.c (nis_list): If __follow_path fails in the new
1286         code, make sure the nis_freeresult call doesn't crash and that the
1287         result is reported correctly.
1289 2006-09-27  Jakub Jelinek  <jakub@redhat.com>
1291         * nis/nis_table.c (nis_list): Handle FOLLOW_PATH | ALL_RESULTS
1292         when callback is NULL.
1294         * nis/Versions (libnss_nisplus): Add
1295         _nss_nisplus_initgroups_dyn@@GLIBC_PRIVATE.
1296         * nis/Makefile (libnss_nisplus-routines): Add nisplus-initgroups.
1297         * nis/nss_nisplus/nisplus-grp.c (tablename_val, tablename_len,
1298         _nss_create_tablename): Rename to...
1299         (grp_tablename_val, grp_tablename_len, _nss_grp_create_tablename):
1300         ... these.  No longer static.
1301         (internal_setgrent): Adjust users.
1302         (_nss_nisplus_getgrnam_r, _nss_nisplus_getgrgid_r): Likewise.
1303         Don't use locking around _nss_grp_create_tablename call.
1304         * nis/nss_nisplus/nisplus-initgroups.c: New file.
1306 2006-10-06  Ulrich Drepper  <drepper@redhat.com>
1308         * version.h (VERSION): Bump to 2.5.90 for new development tree.
1310 2006-10-06  Andreas Jaeger  <aj@suse.de>
1312         * include/features.h (__GLIBC_MINOR__): It's glibc 2.5 now.
1314 2006-10-06  Ulrich Drepper  <drepper@redhat.com>
1316         * po/pl.po: Update from translation team.
1318         * nscd/nscd.c (main): Fix typo in message.
1319         Patch by Jakub Bogsz <qboosh@pld-linux.org>.
1321 2006-10-02  Jakub Jelinek  <jakub@redhat.com>
1323         [BZ #3291]
1324         * sysdeps/unix/sysv/linux/sparc/sparc64/pause.c: Include
1325         errno.h, signal.h, unistd.h and sysdep-cancel.h.
1326         (__sigprocmask): Define.
1328 2006-10-02  Ulrich Drepper  <drepper@redhat.com>
1330         * elf/rtld.c (dl_main): Don't use prelinking if LD_DYNAMIC_WEAK is
1331         used.
1333 2006-10-02  Jakub Jelinek  <jakub@redhat.com>
1335         * nscd/mem.c (mempool_alloc): Round array size to 16 bytes
1336         in oldtotal and newtotal calculation.
1337         * nscd/nscd-client.h (struct mapped_database): Add datasize
1338         field.
1339         * nscd/nscd_helper.c (get_mapping): Initialize datasize field.
1340         (__nscd_get_map_ref): Get a new mapping even if mapping's data_size
1341         increased.
1342         (__nscd_cache_search): Add checks to make sure we never reference
1343         data beyond the current mapping.
1345 2006-10-02  Dmitry V. Levin  <ldv@altlinux.org>
1347         * sysdeps/posix/getaddrinfo.c (match_prefix): Make mask and val
1348         variables const to avoid compiler warnings.
1350         * io/fts.c (fts_close): Remove redundant checks.
1351         (fts_build): Likewise.
1352         (fts_palloc): Likewise.
1354         * manual/message.texi (Advanced gettext functions,
1355         Using gettextized software): Fix typos.
1357 2006-09-30  Ulrich Drepper  <drepper@redhat.com>
1359         * posix/glob.c (glob_in_dir): Add some comments and asserts to
1360         explain why there are no leaks.
1362 2006-09-29  Ulrich Drepper  <drepper@redhat.com>
1364         * libio/wmemstream.c: Include <wchar.h>.
1365         * libio/bug-wmemstream1.c: Likewise.
1366         * libio/tst-wmemstream1.c: Likewise.
1367         * libio/tst-wmemstream2.c: Likewise.
1369         * version.h (RELEASE): Bump to 2.5.
1370         * README: Regenerated.
1372         * locale/iso-3166.def: Add Aaland Islands and Montenegro.
1374         [BZ #3273]
1375         * nscd/nscd_initgroups.c (__nscd_getgrouplist): It is OK to have
1376         found no group members.
1377         Patch by Petr Baudis.
1379 2006-09-29  Jakub Jelinek  <jakub@redhat.com>
1381         * elf/rtld.c (_dl_start_final): If not USE___THREAD, don't
1382         assert bootstrap_map.l_tls_modid is zero.
1383         (_dl_start): Initialize bootstrap_map.l_tls_modid to 0
1384         if USE___THREAD.
1386 2006-09-27  Ulrich Drepper  <drepper@redhat.com>
1388         * libio/stdio.h: Move open_wmemstream prototype to ...
1389         * wcsmbs/wchar.h: ... here.
1391 2006-09-25  Jakub Jelinek  <jakub@redhat.com>
1393         [BZ #3252]
1394         * sysdeps/unix/sysv/linux/powerpc/fchownat.c (fchownat): Handle only
1395         fchownat syscall and __ASSUME_LCHOWN_SYSCALL case inline, call
1396         __{,l}chown to handle the rest.
1397         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat): Handle only
1398         fchownat syscall and __ASSUME_32BITUIDS case inline, call
1399         __{,l}chown to handle the rest.
1400         * sysdeps/unix/sysv/linux/sparc/sparc32/fchownat.c: Include
1401         i386/fchownat.c.
1402         * sysdeps/unix/sysv/linux/s390/s390-32/fchownat.c: Likewise.
1403         * sysdeps/unix/sysv/linux/sh/fchownat.c: Likewise.
1405         [BZ #3253]
1406         * posix/glob.c (glob_in_dir): Don't alloca one struct globlink at a
1407         time, rather allocate increasingly bigger arrays of pointers, if
1408         possible with alloca, if too large with malloc.
1410 2006-09-24  Jakub Jelinek  <jakub@redhat.com>
1412         * sysdeps/powerpc/fpu/libm-test-ulps: Updated.
1414         * sysdeps/ieee754/ldbl-128/s_lrintl.c (__lrintl): Fix 2 typos.
1416 2006-09-24  Ulrich Drepper  <drepper@redhat.com>
1418         * sysdeps/posix/getaddrinfo.c (rfc3484_sort): Implement rule 4,
1419         home addresses.
1420         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Recognize
1421         IFA_F_HOMEADDRESS flag for interfaces.
1422         * include/ifaddrs.h (struct in6addrinfo): Define
1423         in6ai_homeaddress.
1425 2006-09-21  Jakub Jelinek  <jakub@redhat.com>
1427         [BZ #3225]
1428         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h (PTR_MANGLE3,
1429         PTR_DEMANGLE3): Define.
1430         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h (PTR_MANGLE3,
1431         PTR_DEMANGLE3): Likewise.
1432         * sysdeps/powerpc/powerpc32/__longjmp-common.S (__longjmp): Use them.
1433         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S (__longjmp):
1434         Likewise.
1435         * sysdeps/powerpc/powerpc64/__longjmp-common.S (__longjmp): Likewise.
1437 2006-09-20  Jakub Jelinek  <jakub@redhat.com>
1439         * po/libc.pot: Regenerated.
1440         * po/be.po: Updated.
1441         * po/ca.po: Likewise.
1442         * po/cs.po: Likewise.
1443         * po/da.po: Likewise.
1444         * po/de.po: Likewise.
1445         * po/el.po: Likewise.
1446         * po/en_GB.po: Likewise.
1447         * po/es.po: Likewise.
1448         * po/fi.po: Likewise.
1449         * po/fr.po: Likewise.
1450         * po/gl.po: Likewise.
1451         * po/hr.po: Likewise.
1452         * po/hu.po: Likewise.
1453         * po/ja.po: Likewise.
1454         * po/ko.po: Likewise.
1455         * po/nb.po: Likewise.
1456         * po/nl.po: Likewise.
1457         * po/pl.po: Likewise.
1458         * po/pt_BR.po: Likewise.
1459         * po/ru.po: Likewise.
1460         * po/rw.po: Likewise.
1461         * po/sk.po: Likewise.
1462         * po/sv.po: Likewise.
1463         * po/tr.po: Likewise.
1464         * po/zh_CN.po: Likewise.
1465         * po/zh_TW.po: Likewise.
1467         [BZ #3137]
1468         * iconv/iconv_prog.c (main): Fix spelling in error message.
1469         * iconv/iconvconfig.c (main): Likewise.
1470         * locale/programs/ld-collate.c (handle_ellipsis): Likewise.
1471         * locale/programs/ld-ctype.c (charclass_symbolic_ellipsis): Likewise.
1472         * locale/programs/localedef.c (main): Likewise.
1473         * locale/programs/repertoire.c (repertoire_read): Likewise.
1474         * timezone/zdump.c (main): Likewise.
1475         * nscd/connections.c (handle_request): Fix spelling in log message.
1476         Patch by Malcolm Parsons <malcolm.parsons@gmail.com>.
1478 2006-09-20  Ulrich Drepper  <drepper@redhat.com>
1480         * inet/inet6_option.c: Also emit linker warnings for the RFC 2292
1481         interfaces.
1483 2006-09-20  Andreas Jaeger  <aj@suse.de>
1485         * math/libm-test.inc (lrint_test_upward): Fix typo.
1487 2006-06-17  Joseph S. Myers  <joseph@codesourcery.com>
1489         [BZ #2592]
1490         * math/libm-test.inc (lrint_test_tonearest): New function.
1491         (lrint_test_towardzero): New function.
1492         (lrint_test_downward): New function.
1493         (lrint_test_upward): New function.
1494         (main): Run these new tests.
1495         * sysdeps/ieee754/dbl-64/s_llrint.c (__llrint): Correct rounding
1496         of values near to 0.
1497         (two52): Use double not long double.
1498         * sysdeps/ieee754/dbl-64/s_lrint.c (__lrint): Likewise.
1499         * sysdeps/ieee754/flt-32/s_llrintf.c (__llrintf): Likewise.
1500         (two23): Use float not double.
1501         * sysdeps/ieee754/flt-32/s_lrintf.c (__lrintf): Likewise.
1502         (two23): Use float not double.
1503         * sysdeps/ieee754/ldbl-128/s_llrintl.c (__llrintl): Likewise.
1504         * sysdeps/ieee754/ldbl-128/s_lrintl.c (__lrintl): Likewise.
1505         * sysdeps/ieee754/ldbl-96/s_llrintl.c (__llrintl): Likewise.
1506         * sysdeps/ieee754/ldbl-96/s_lrintl.c (__lrintl): Likewise.
1508 2006-09-20  Martin Schwidefsky  <schwidefsky@de.ibm.com>
1510         * sysdeps/unix/sysv/linux/s390/s390-32/makecontext.c (__makecontext):
1511         Cast sp to unsigned long to avoid compiler warning.
1512         Use __makecontext_ret function instead of a trampoline on the stack.
1513         (__makecontext_ret): New function.
1514         * sysdeps/unix/sysv/linux/s390/s390-64/makecontext.c: Likewise.
1516 2006-09-19  Jakub Jelinek  <jakub@redhat.com>
1518         * elf/dl-cache.c (HWCAP_CHECK): If _DL_PLATFORMS_COUNT, but
1519         platform == -1, reject any libs with non-zero _DL_HWCAP_PLATFORM
1520         bits.
1522 2006-09-19  Ulrich Drepper  <drepper@redhat.com>
1524         * elf/dl-close.c (_dl_close): If dependency is not unloaded make
1525         sure no reference to the unloaded map's search list remains in the
1526         dependency's scope.
1528 2006-09-16  Jakub Jelinek  <jakub@redhat.com>
1530         * elf/Makefile: Add rules to build and run unload7 test.
1531         * elf/unload7.c: New test.
1532         * elf/unload7mod1.c: New file.
1533         * elf/unload7mod2.c: New file.
1535 2006-09-18  Jakub Jelinek  <jakub@redhat.com>
1537         * sysdeps/unix/sysv/linux/sys/ptrace.h (PT_GETEVENTMSG): Fix pasto.
1538         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h (PTRACE_SETOPTIONS,
1539         PTRACE_GETEVENTMSG, PTRACE_GETSIGINFO, PTRACE_SETSIGINFO): Define.
1540         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h (PTRACE_SETOPTIONS,
1541         PTRACE_GETEVENTMSG, PTRACE_GETSIGINFO, PTRACE_SETSIGINFO): Likewise.
1542         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h (PTRACE_SETOPTIONS,
1543         PTRACE_GETEVENTMSG, PTRACE_GETSIGINFO, PTRACE_SETSIGINFO): Likewise.
1544         * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h (PTRACE_SETOPTIONS,
1545         PTRACE_GETEVENTMSG): Likewise.
1546         (PTRACE_GETSIGINFO, PTRACE_SETSIGINFO): Change to the arch independent
1547         values.
1549 2006-09-17  Mike Frysinger  <vapier@gentoo.org>
1551         * sysdeps/unix/sysv/linux/sys/ptrace.h (PTRACE_SETOPTIONS,
1552         PTRACE_GETEVENTMSG, PTRACE_GETSIGINFO, PTRACE_SETSIGINFO): Define.
1553         * sysdeps/unix/sysv/linux/ptrace.c (ptrace): Check PTRACE_SETOPTIONS,
1554         PTRACE_GETEVENTMSG, PTRACE_GETSIGINFO and PTRACE_SETSIGINFO.
1556 2006-09-16  Jakub Jelinek  <jakub@redhat.com>
1558         * sysdeps/powerpc/powerpc32/register-dump.h (register_dump): Don't
1559         write '\0' to the fd.
1560         * sysdeps/mach/hurd/powerpc/register-dump.h (register_dump): Likewise.
1561         * sysdeps/powerpc/powerpc64/register-dump.h (register_dump): Likewise.
1562         Change regs to unsigned long pointer from unsigned int, fix fscr
1563         offset.
1565 2006-09-14  Jakub Jelinek  <jakub@redhat.com>
1567         * io/Makefile (CFLAGS-fstatat.c): Set.
1568         (CFLAGS-fstatat64.c): Likewise.
1569         (CFLAGS-mknodat.c): Likewise.
1571         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c: Comment fixes.
1572         * sysdeps/ieee754/ldbl-128ibm/s_llroundl.c: Likewise.
1573         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c: Rewritten.
1574         * sysdeps/ieee754/ldbl-128ibm/s_lroundl.c: Rewritten.
1576 2006-09-14  Jakub Jelinek  <jakub@redhat.com>
1577             Steven Munroe  <sjmunroe@us.ibm.com>
1579         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_cap_flags): Add 4 new cap
1580         names to the beginning.  Rename "cell" to "cellbe".
1581         (_dl_powerpc_platforms): New.
1582         * sysdeps/powerpc/dl-procinfo.h (_DL_HWCAP_FIRST): Decrease.
1583         (HWCAP_IMPORTANT): Remove power{4,5,5+} and cell.
1584         (_DL_PLATFORMS_COUNT, _DL_FIRST_PLATFORM): Define.
1585         (_DL_HWCAP_PLATFORM): Define to new mask.
1586         (_dl_platform_string, _dl_string_platform): New functions.
1587         * sysdeps/powerpc/sysdep.h (PPC_FEATURE_BOOKE, PPC_FEATURE_SMT,
1588         PPC_FEATURE_ICACHE_SNOOP, PPC_FEATURE_ARCH_2_05): Define.
1590 2006-09-12  Jakub Jelinek  <jakub@redhat.com>
1592         [BZ #2526]
1593         * README.libm: Fix a thinko in sqrt algorithm description.
1595         [BZ #3143]
1596         * manual/string.texi (argz_delete): Fix prototype.
1597         Patch by <alpt@freaknet.org>.
1599 2006-08-26  Joseph Myers  <joseph@codesourcery.com>
1601         [BZ #3138]
1602         * io/test-lfs.c (do_prepare): Give name_len type size_t.
1603         * io/tst-fcntl.c (do_prepare): Likewise.
1604         * posix/tst-exec.c (do_prepare): Likewise.
1605         * posix/tst-preadwrite.c (do_prepare): Likewise.
1606         * posix/tst-spawn.c (do_prepare): Likewise.
1607         * posix/tst-truncate.c (do_prepare): Likewise.
1608         * rt/tst-aio.c (do_prepare): Likewise.
1609         * rt/tst-aio64.c (do_prepare): Likewise.
1610         * stdlib/test-canon2.c (do_prepare): Give test_dir_len type
1611         size_t.
1613 2006-09-09  Ulrich Drepper  <drepper@redhat.com>
1615         [BZ #2821]
1616         * time/mktime.c (guess_time_tm): Fix overflow detection.
1617         * time/Makefile (tests): Add bug-mktime1.
1618         * time/bug-mktime1.c: New file.
1620         [BZ #3189, #3188]
1621         * misc/sys/mman.h (remap_file_pages): Make available for _GNU_SOURCE.
1622         (mremap): Likewise.
1624 2006-09-07  Jakub Jelinek  <jakub@redhat.com>
1626         [BZ #1006]
1627         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela):
1628         Ensure relocation doesn't clobber any bits outside of the
1629         immediate field for R_SPARC_TLS_LE_HIX22, R_SPARC_WDISP30,
1630         R_SPARC_HI22 and R_SPARC_H44.
1632         [BZ #2775]
1633         * malloc/malloc.c (sYSMALLOc): Only call grow_heap if
1634         (long) (MINSIZE + nb - old_size) is positive.
1636         * malloc/arena.c (grow_heap): When growing bail even if new_size
1637         is negative.
1639         [BZ #3155]
1640         * sysdeps/powerpc/powerpc32/fpu/s_lrint.S (__lrint): Don't access
1641         stack below r1.
1643 2006-09-06  Jakub Jelinek  <jakub@redhat.com>
1645         * posix/regex_internal.c (re_string_reconstruct): Handle
1646         offset < pstr->valid_raw_len && pstr->offsets_needed case.
1647         Ensure no bytes read before raw_mbs array.  Pass a saved copy of
1648         pstr->valid_len - 1 rather than pstr->valid_raw_len - 1 to
1649         re_string_context_at.
1650         * posix/Makefile: Add rules to build and run bug-regex26 test.
1651         * posix/bug-regex26.c: New test.
1653         * locale/programs/ld-collate.c (collate_read): Goto sym_equiv_free
1654         rather than col_sym_free.  Move seqp declaration earlier.
1656         * resolv/gai_suspend.c (gai_suspend): Make sure result is initialized.
1658 2006-09-05  Jakub Jelinek  <jakub@redhat.com>
1660         * nscd/initgrcache.c (addinitgroupsX): Move any_success
1661         decl before first goto out.
1663 2006-09-04  Jakub Jelinek  <jakub@redhat.com>
1665         * Makerules (shlib.lds): If have-hash-style, put .hash section
1666         at the end of the RO segment.
1668 2006-09-04  Ulrich Drepper  <drepper@redhat.com>
1670         * elf/do-lookup.h (do_lookup_x): Initialize symidx in case the new
1671         style hash table format is used.
1673 2006-09-04  Jakub Jelinek  <jakub@redhat.com>
1675         * resolv/res_mkquery.c (res_nmkquery): Set hp->id to statp->id after
1676         randomization rather than before.
1677         * resolv/res_init.c (res_randomid): Don't call gettimeofday here.
1679 2006-08-31  Jakub Jelinek  <jakub@redhat.com>
1681         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Add ld.so.
1683         * malloc/malloc.c (_int_malloc): Use full list insert and not
1684         shortcut which assumes the list is empty for large requests
1685         too.
1687         * elf/tst-addr1.c (do_test): Allow i.dli_sname "_IO_printf".
1689 2006-08-30  Jakub Jelinek  <jakub@redhat.com>
1691         * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h (splice): Add offin
1692         and offout arguments to the prototype.
1693         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (splice): Likewise.
1694         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h (splice): Likewise.
1695         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (splice): Likewise.
1696         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h (splice): Likewise.
1697         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h (splice): Likewise.
1698         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h (splice): Likewise.
1699         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h (splice): Likewise.
1700         * sysdeps/unix/sysv/linux/syscalls.list (splice): Adjust args string.
1702 2006-08-28  Ulrich Drepper  <drepper@redhat.com>
1704         * elf/dl-load.c (_dl_init_paths): Expand DSTs.
1706         * elf/dl-open.c (dl_open_worker): Allow $LIB and $PLATFORM in
1707         dlopen parameters.
1709 2006-08-28  Jakub Jelinek  <jakub@redhat.com>
1711         * inet/getnameinfo.c (getnameinfo): For AF_INET, check errno
1712         only if herrno is NETDB_INTERNAL.  Handle errors other than
1713         ERANGE outside of the loops, handle TRY_AGAIN.
1715         * locale/programs/ld-ctype.c (translit_flatten): Issue error
1716         if other's ctype category was missing.
1717         * locale/programs/ld-collate.c (collate_read): Return if
1718         copy_locale's collate category is missing.
1720 2006-08-27  Ulrich Drepper  <drepper@redhat.com>
1722         [BZ #2684]
1723         * malloc/malloc.c (public_rEALLOc): Try harder by using other
1724         arenas if allocation failed.
1725         Patch mostly by Jan Edler <jan.edler@indexengines.com>.
1727 2006-08-26  Ulrich Drepper  <drepper@redhat.com>
1729         * malloc/malloc.c (bin_at): Rewrite to be more clear and to not
1730         waste bins[0..1].
1731         (malloc_state): Reduce bins size by 2.
1732         (_int_malloc): Fix test for large enough buffer for early termination.
1733         When no unsorted block matches perfectly and an exiting block has
1734         to be split, use full list insert and not shortcut which assumes
1735         the list is empty.
1737         * locale/programs/ld-ctype.c (ctype_read): Better patch for read
1738         failure.
1740 2006-08-24  Ulrich Drepper  <drepper@redhat.com>
1742         * locale/programs/ld-ctype.c (ctype_read): If CTYPE is NULL, don't
1743         do anything.
1745         * sysdeps/generic/ldsodefs.h (DL_ADDR_SYM_MATCH): For undefined
1746         symbol require exact match (these are PLTs).
1747         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ldsodefs.h
1748         (_dl_ppc64_addr_sym_match): Likewise.
1750         [BZ #2683]
1751         * elf/dl-addr.c (_dl_addr): Don't ignore all undefined symbols.
1752         If symbol has a value use it.
1753         * elf/tst-dladdr1.c: New file.
1754         * elf/Makefile: Add rules to build and run tst-addr1.
1756 2006-08-24  Jakub Jelinek  <jakub@redhat.com>
1758         * malloc/malloc.c (sYSMALLOc): Avoid infinite loop if MMAP
1759         keeps failing and heap growth or new heap creation isn't
1760         successful either.
1761         * malloc/tst-malloc.c (main): Add new tests.
1763 2006-08-24  Ulrich Drepper  <drepper@redhat.com>
1765         [BZ #2734]
1766         * sysdeps/i386/bits/byteswap.h (__bswap_32): Use same conditions
1767         as in the x86-64 code to use bswap.
1769 2006-05-21  Joseph S. Myers  <joseph@codesourcery.com>
1771         [BZ #2680]
1772         * posix/unistd.h (getlogin_r): Condition on __USE_POSIX199506, not
1773         __USE_UNIX98.
1774         * posix/bits/unistd.h: Likewise.
1776 2006-05-15  Mike Frysinger  <vapier@gentoo.org>
1778         [BZ #2751]
1779         * string/strchr.c: Add cast to avoid warning.
1781 2006-08-21  Ulrich Drepper  <drepper@redhat.com>
1783         * malloc/malloc.c (DEFAULT_MMAP_THRESHOLD_MAX): For 32-bit
1784         platforms define as 512K.  For 64-bit platforms as 32MB.  The lower
1785         limit is needed to avoid the exploding of the address space
1786         requirement for secondary heaps.
1787         * malloc/arena.c (HEAP_MAX_SIZE): Define using
1788         DEFAULT_MMAP_THRESHOLD_MAX if it is defined.
1790 2006-07-30  Joseph S. Myers  <joseph@codesourcery.com>
1792         [BZ #3018]
1793         * Makerules (depfiles): Handle extra-test-objs the same as
1794         extra-objs.
1795         (common-mostlyclean): Likewise.
1796         * dlfcn/Makefile (extra-objs): Add modules to extra-test-objs
1797         instead.
1798         * elf/Makefile (extra-objs): Likewise.
1799         * stdlib/Makefile (extra-objs): Likewise.
1801 2006-08-14  Eric Blake  <ebb9@byu.net>
1803         [BZ #3044]
1804         * misc/error.h: Assume C89 or better.
1805         * misc/error.c: Likewise.
1807 2006-08-21  Ulrich Drepper  <drepper@redhat.com>
1809         [BZ #3040]
1810         * sysdeps/unix/sysv/linux/openat.c: Fix compilation if
1811         __ASSUME_ATFCTS is defined.
1813 2006-08-19  Ulrich Drepper  <drepper@redhat.com>
1815         * malloc/malloc.c (_int_malloc): Limit number of unsorted blocks
1816         to sort in each call.
1818         * nis/nss_nis/nis-service.c (internal_nis_getservent_r): . If map
1819         is empty simply return and use next service.
1820         * nis/nss_nis/nis-rpc.c (internal_nis_getrpcent_r): Likewise.
1822         * locale/programs/charmap.c (charmap_read): Add new parameter.  It
1823         tells us when not finding a charmap file is an error.
1824         * locale/programs/charmap.h: Adjust charmap_read prototype.
1825         * iconv/iconv_prog.c (main): Tell charmap_read it's no error if we
1826         cannot find a charmap.
1827         * locale/programs/localedef.c (main): Adjust charmap_read call.
1829 2006-08-15  Jakub Jelinek  <jakub@redhat.com>
1831         * sysdeps/unix/sysv/linux/sparc/sparc64/pause.c: Use
1832         sysdeps/posix/pause.c implementation instead.
1834 2006-08-09  Jakub Jelinek  <jakub@redhat.com>
1836         * sysdeps/unix/nice.c (nice): Transform EACCES errno from setpriority
1837         to EPERM.
1839 2006-08-13  Andreas Schwab  <schwab@suse.de>
1841         * sysdeps/powerpc/powerpc32/dl-trampoline.S (_dl_runtime_resolve):
1842         Don't clobber caller's LRSAVE.
1843         (_dl_prof_resolve): Likewise.
1845 2006-08-14  Ulrich Drepper  <drepper@redhat.com>
1847         [BZ #1996]
1848         * libio/memstream.c (open_memstream): Allocate initial buffer with
1849         calloc.
1850         * libio/wmemstream.c (open_wmemstream): Likewise.
1851         * libio/strops.c: Pretty printing.
1852         (_IO_str_overflow): Clear uninitialized part of the new buffer.
1853         (enlarge_userbuf): New function.
1854         (_IO_str_seekoff): Call it if seek position is larger than current
1855         buffer.
1856         * libio/wstrops.c: Likewise.
1857         * libio/vasprintf.c: Add comment as to why we do not have to use
1858         calloc instead of malloc to allocate initial buffer.
1859         * libio/Makefile (tests): Add bug-memstream1 and bug-wmemstream1.
1860         * libio/bug-memstream1.c: New file.
1861         * libio/bug-wmemstream1.c: New file.
1863 2006-08-13  Ulrich Drepper  <drepper@redhat.com>
1865         * libio/wstrops.c: Remove dead macro definitions and comments.
1866         * libio/strops.c: Likewise.
1868         [BZ #2764]
1869         * login/utmpname.c (__utmpname): Remove unnecessary test.
1871 2006-06-08  Joseph Myers  <jsm28@gcc.gnu.org>
1873         [BZ #2832]
1874         * math/gen-libm-test.pl (clean_up_number): Do not remove trailing
1875         0s from integers.
1877 2006-08-13  Ulrich Drepper  <drepper@redhat.com>
1879         [BZ #2987]
1880         * sysdeps/unix/sysv/linux/clock_settime.c: Add code to use syscall
1881         for CPU clocks.
1882         * sysdeps/unix/clock_settime.c: Add support for platform-specific
1883         setting of CPU clocks.
1885 2006-06-23  Paul Eggert  <eggert@cs.ucla.edu>
1887         [BZ #2841]
1888         * sysdeps/generic/stdint.h (UINT8_C, UINT16_C): Don't append 'U',
1889         since C99 requires the result to promote to 'int' when uint_least8_t
1890         and uint_least16_t promote to 'int'.
1892 2006-08-12  Ulrich Drepper  <drepper@redhat.com>
1894         [BZ #3013]
1895         * locale/programs/ld-ctype.c (ctype_output): Adjust alignments, fix
1896         lenght of one output field, correct bitmask creation.
1897         * locale/programs/ld-time.c: Add alignment.
1899         [BZ #2997]
1900         * misc/error.c: Add space between program name and message if file
1901         name is missing.
1903 2006-08-03  Eric Blake  <ebb9@byu.net>
1905         [BZ #2998]
1906         * misc/error.c (error_tail) [_LIBC]: Avoid invalid free.
1908 2006-08-09  Ulrich Drepper  <drepper@redhat.com>
1910         * malloc/memusagestat.c: Silence warnings.
1912         * malloc/malloc.c: Dynamically size mmap treshold if the program
1913         frees mmaped blocks.
1914         Patch by Valerie Henson and Arjan van de Ven.
1916 2006-08-08  Jakub Jelinek  <jakub@redhat.com>
1918         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h (O_DIRECT): Protect with
1919         __USE_GNU.
1921         * stdlib/strtol_l.c (__strtol_ul_max_tab, __strtol_ul_rem_tab,
1922         __strtol_ull_max_tab, __strtol_ull_rem_tab): Declare.
1923         (DEF): Don't put the var into .gnu.linkonce.r.* section.
1924         Only provide var definitions in strtol_l (or for *ull*
1925         in strtoll_l).
1927         * stdio-common/bug16.c (tests): New array.
1928         (do_tests): Allow the first hexadecimal digit
1929         to be 1, 2, 4 or 8.  Do 3 additional tests.
1931         * sysdeps/s390/fpu/libm-test-ulps: Update.
1933         * sysdeps/unix/sysv/linux/s390/s390-32/fchownat.c (fchownat): Use
1934         fchownat syscall if available.
1935         * sysdeps/unix/sysv/linux/powerpc/fchownat.c (fchownat): Likewise.
1936         * sysdeps/unix/sysv/linux/sh/fchownat.c (fchownat): Likewise.
1937         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat): Likewise.
1939 2006-08-07  Ulrich Drepper  <drepper@redhat.com>
1941         * nis/nis_xdr.c: Avoid some function calls.
1943 2006-08-07  Jakub Jelinek  <jakub@redhat.com>
1944             Ulrich Drepper  <drepper@redhat.com>
1946         * nis/nis_call.c (rec_dirsearch) [case LOWER_NAME]: Don't take
1947         short cut if only one name component is stripped away.
1949 2006-08-07  Ulrich Drepper  <drepper@redhat.com>
1951         * nis/nis_call.c: Minor cleanups throughout.
1952         (rec_dirsearch) [case HIGHER_NAME]: Correctly size ndomain array.
1953         (first_shoot): Add search_parent_first parameter.  Only if it is set
1954         search parent server first.
1955         If directory for table found through cold start cache is not the same
1956         as referenced in the cache, don't use it.
1957         (__nisfind_server): Take additional parameter.  Pass it on to
1958         first_shoot.
1959         (__prepare_niscall): Adjust __nisfind_server call.
1960         * nis/rpcsvc/nislib.h: Adjust __nisfind_server prototype.
1961         * nis/nis_table.c: Adjust __nisfind_server call.
1962         * nis/nis_lookup.c: Likewise.
1963         (nis_lookup): Don't loop endlessly if name is reduced to ".".
1965 2006-08-03  Ulrich Drepper  <drepper@redhat.com>
1967         [BZ #2182]
1968         * math/s_cacosh.c: Return values from positive branch.
1969         * math/s_cacoshf.c: Likewise.
1970         * math/s_cacoshl.c: Likewise.
1972         [BZ #2883]
1973         * sysvipc/sys/msg.h: Change return value to ssize_t.
1974         * sysdeps/unix/sysv/linux/msgrcv.c: Likewise.
1975         * sysvipc/msgrcv.c: Likewise.
1976         * include/sys/msg.h: Likewise.
1978         * grp/initgroups.c (internal_getgrouplist): Remove unnecessary
1979         test introduced in patch for bz #661.
1980         (getgrouplist): Simplify code a bit.  Don't allocate one additional
1981         element for NEWGROUPS.
1983         [BZ #2908]
1984         * stdio-common/printf_fphex.c (__printf_fphex): When rounding up
1985         'f', use '1' as leading digit not '\1'.
1986         * stdio-common/Makefile (tests): Add bug16.
1987         * stdio-common/bug16.c: New file.
1989         [BZ #2914]
1990         * sysdeps/unix/sysv/linux/gethostid.c: Don't define OLD_HOSTIDFILE
1991         and don't try to open it.  The patch introducing the macro
1992         contained a bug and used the same file name as the new file
1993         instead of using /var/adm/hostid.  Nobody complaint so I'm taking
1994         this out completely.
1996         [BZ #2926]
1997         * assert/assert.h: Move cast to void inside ?: to quiet gcc.
1998         Patch by Jerry James <Jerry.James@usu.edu>.
2000         * rt/Makefile (tests): Add tst-clock2.
2001         * rt/tst-clock2.c: New file.
2003         [BZ #2978]
2004         * resolv/gai_notify.c (__gai_notify_only): Copy memory for thread
2005         function and its parameters and pass it to new thread.
2006         (__gai_notify): Add support for alternative waiting for completion.
2007         * resolv/gai_suspend.c (gai_suspend): Add support for alternative
2008         waiting for completion.
2009         * resolv/getaddrinfo_a.c: Likewise.
2010         * resolv/gai_misc.h (struct waitlist): Don't add cond if alternative
2011         waiting for completion is used.
2012         * resolv/gai_misc.c: Allow overwriting code to start helper thread.
2013         * resolv/gai_cancel.c: Include <gai_misc.h> not "gai_misc.h".
2014         * resolv/gai_error.c: Likewise.
2015         * resolv/gai_sigqueue.c: Likewise.
2017 2006-08-02  Thomas Schwinge  <tschwinge@gnu.org>
2019         * hurd/getdport.c (__getdport): Don't return EBADF; instead set
2020         errno to EBADF and return MACH_PORT_NULL.
2022 2006-06-23  Joseph Myers  <joseph@codesourcery.com>
2024         [BZ #2980]
2025         * posix/Makefile (CFLAGS-waitid.c): Add -fasynchronous-unwind-tables.
2027 2006-08-02  Ulrich Drepper  <drepper@redhat.com>
2029         * elf/dl-addr.c (_dl_addr): If GNU-style hash tables are present,
2030         walk them instead of the symbol table.
2032 2006-08-01  Ulrich Drepper  <drepper@redhat.com>
2034         [BZ #2098]
2035         * nscd/initgrcache.c (addinitgroupsX): Judge successful lookups by
2036         status of NSS calls, not the number of returned entries.
2038         * sysdeps/unix/sysv/linux/syscalls.list: Remove add_key,
2039         request_key, keyctl.
2041 2006-07-31  Ulrich Drepper  <drepper@redhat.com>
2043         * sysdeps/unix/sysv/linux/dl-osinfo.h: Remove unnecessary include.
2045 2006-07-16  Jeff Bailey  <jbailey@ubuntu.com>
2047         * elf/tst-auditmod1.c: Fix typo in #error.
2049 2006-07-31  Ulrich Drepper  <drepper@redhat.com>
2051         * elf/tst-auditmod1.c: Remove code for unsupported architectures.
2053         * iconvdata/run-iconv-test.sh: Run cmp in C locale.
2055 2006-07-20  Adam Nemet  <anemet@caviumnetworks.com>
2057         * stdlib/test-canon.c (do_test): Close fd before unlinking file so
2058         that the directory is empty even on non-POSIX filesystems.
2060 2006-07-31  Ulrich Drepper  <drepper@redhat.com>
2062         * elf/dl-open.c (dl_open_worker): Add branch prediction.
2064         * nis/nss_compat/compat-grp.c: Avoid unnecessary setgrent calls into
2065         the backend NSS module.  If backend setgrent call failed, don't have
2066         internal_setgrent fail.  Just remember this until it is needed.
2067         * nis/nss_compat/compat-pwd.c: Likewise.
2068         * nis/nss_compat/compat-spwd.c: Likewise.
2070 2006-07-30  Roland McGrath  <roland@redhat.com>
2072         * sysdeps/unix/sysv/linux/ia64/sigsuspend.c: File removed.
2073         * sysdeps/unix/sysv/linux/x86_64/sigsuspend.c: File removed.
2074         * sysdeps/unix/sysv/linux/s390/s390-64/sigsuspend.c: File removed.
2075         * sysdeps/unix/sysv/linux/sparc/sparc64/sigsuspend.c: File removed.
2077         * sysdeps/unix/sysv/linux/not-cancel.h (pause_not_cancel): New macro.
2078         (nanosleep_not_cancel): New macro.
2079         (sigsuspend_not_cancel): new macro.
2080         * sysdeps/unix/sysv/linux/sigsuspend.c [__ASSUME_REALTIME_SIGNALS]
2081         (do_sigsuspend): Define as inline.
2082         (__sigsuspend): Always use do_sigsuspend.
2083         [! NO_CANCELLATION] (__sigsuspend_nocancel): New function.
2084         * include/signal.h: Declare __sigsuspend_nocancel.
2085         * sysdeps/posix/pause.c
2086         [! NO_CANCELLATION] (__pause_nocancel): New function.
2088         * include/unistd.h (__pause_nocancel): Add attribute_hidden.
2089         * include/time.h (__nanosleep_nocancel): Likewise.
2091 2006-07-30  Ulrich Drepper  <drepper@redhat.com>
2093         * locale/programs/localedef.c (add_to_readlist): Rename local
2094         variables to avoid confusion.
2096         * locale/programs/charmap.c (charmap_read): Emit error message if
2097         charmap couldn't be found or read.
2099 2006-07-28  Ulrich Drepper  <drepper@redhat.com>
2101         * sysdeps/unix/sysv/linux/kernel-features.h: Define
2102         __ASSUME_FUTEX_LOCK_PI.
2103         * include/time.h: Declare __nanosleep_nocancel.
2104         * include/unistd.h: Declare __pause_nocancel.
2106         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Use this instead of
2107         LDFLAGS.  Add -lgcc_eh and libc_nonshared (again) to make sure we
2108         get the __stack_chk_fail_local definition when it's needed.
2110 2006-07-26  Ulrich Drepper  <drepper@redhat.com>
2112         * dlfcn/Makefile: Add rules to build and run bug-atexit3.
2113         * dlfcn/bug-atexit3.c: New file.
2114         * dlfcn/bug-atexit3-lib.cc: New file.
2116         * dlfcn/dlmopen.c (dlmopen_doit): Don't allow RTLD_GLOBAL to be
2117         used when the namespace is not the base namespace.
2119 2006-07-26  Gavin Romig-Koch  <gavin@redhat.com>
2121         * stdlib/cxa_atexit.c (__new_exitfn_called): New variable.
2122         (__new_exitfn): Bump it in every successful call.
2123         * stdlib/cxa_finalize.c (__cxa_finalize): If destructor registered
2124         more exit handlers, call them right away.
2125         * stdlib/exit.h: Declare __new_exitfn_called.
2127 2006-07-25  Ulrich Drepper  <drepper@redhat.com>
2129         * stdlib/cxa_finalize.c (__cxa_finalize): Fix race condition when
2130         calling registered handler.
2132         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Fix comment.
2133         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
2134         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
2135         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
2136         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
2137         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
2138         * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h: Likewise.
2139         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
2141 2006-07-10  Ulrich Drepper  <drepper@redhat.com>
2143         * elf/dl-lookup.c (dl_new_hash): New functions.
2144         (_dl_lookup_symbol_x): Rename hash to old_hash and don't compute
2145         value here.  Compute new-style hash value.  Pass new hash value
2146         and reference to variable with the old value to do_lookup_x.
2147         (_dl_setup_hash): If DT_GNU_HASH is defined, use it and not
2148         old-style hash table.
2149         (_dl_debug_bindings): Pass new hash value and reference to variable
2150         with the old value to do_lookup_x.
2151         * elf/do-lookup.h (do_lookup_x): Accept additional parameter with
2152         new-style hash value and change old-style hash value parameter to
2153         be a reference.  Reoganize functions to determine whether
2154         new-style hash table is available.  Only fall back on old-style
2155         table.  If old-style hash value is needed, compute it here.
2156         * elf/dynamic-link.h (elf_get_dynamic_info): Relocate DT_GNU_HASH
2157         entry.
2158         * elf/elf.h: Define SHT_GNU_HASH, DT_GNU_HASH, DT_TLSDEC_PLT,
2159         DT_TLSDEC_GOT.  Adjust DT_ADDRNUM.
2160         * include/link.h (struct link_map): Add l_gnu_bitmask_idxbits,
2161         l_gnu_shift, l_gnu_bitmask, l_gnu_buckets and l_gnu_chain_zero.
2162         * Makeconfig: If linker supports --hash-style option add it to all
2163         linker command lines to build DSOs.
2164         * config.make.in: Define have-hash-style.
2165         * configure.in: Test whether linker supports --hash-style option.
2167         * elf/dl-misc.c (_dl_name_match_p): Make MAP parameter const.
2168         * sysdeps/generic/ldsodefs.h: Adjust prototype.
2170 2006-06-27  Ulrich Drepper  <drepper@redhat.com>
2172         * elf/dl-load.c (open_path): Fix test to determine whether DSO is
2173         auditing.
2175         * elf/dl-load.c (_dl_map_object): Try harder to avoid looking at
2176         RPATH of main map twice.
2178 2006-06-22  Ulrich Drepper  <drepper@redhat.com>
2180         * intl/dcigettext.c (DCIGETTEXT): If _nl_find_msg returns -1 don't
2181         look further, return original strings.
2182         (_nl_find_msg): Do not return found translation if the conversion
2183         failed.  Either signal the string is unusable or that something went
2184         wrong and the original should be used.
2186 2006-06-21  Ulrich Drepper  <drepper@redhat.com>
2188         * string/_strerror.c (__strerror_r): Add __builtin_expect.
2190 2006-06-14  Jakub Jelinek  <jakub@redhat.com>
2192         [BZ #2766]
2193         * misc/insremque.c (insque): Handle prev == NULL.
2194         * misc/Makefile (tests): Add tst-insremque.
2195         * misc/tst-insremque.c: New test.
2197 2006-06-17  Ulrich Drepper  <drepper@redhat.com>
2199         [BZ #2792]
2200         * elf/dl-deps.c (expand_dst): Rename __cnt variable to not
2201         conflict with DL_DST_REQUIRED.
2203 2006-06-16  Ulrich Drepper  <drepper@redhat.com>
2205         * nis/nis_subr.c (nis_getnames): Fix the implementation to better
2206         match what Solaris does.
2208 2006-06-04  Ulrich Drepper  <drepper@redhat.com>
2210         * sysdeps/posix/spawni.c (__spawni): Use local_seteuid and
2211         local_setegid instead of seteuid and setegid.
2212         * sysdeps/generic/local-setxid.h: New file.
2213         * sysdeps/unix/sysv/linux/local-setxid.h: New file.
2215         * sysdeps/posix/spawni.c (__spawni): Use non-cancelable interfaces.
2217         * string/Makefile (tests): Add bug-envz1.
2218         * string/bug-envz1.c: New file.
2220 2006-06-02  Jakub Jelinek  <jakub@redhat.com>
2222         * posix/regex_internal.c (re_string_skip_chars): If no character has
2223         been converted at all, set *last_wc to WEOF.  If mbrtowc failed, set wc
2224         to the byte which couldn't be converted.
2225         (re_string_reconstruct): Don't clear valid_raw_len before calling
2226         re_string_skip_chars.  If wc is WEOF after re_string_skip_chars, set
2227         tip_context using re_string_context_at.
2228         * posix/Makefile: Add rules to build and run bug-regex25 test.
2229         * posix/bug-regex25.c: New test.
2231 2006-06-02  Ryan S. Arnold  <rsa@us.ibm.com>
2233         [BZ #2703]
2234         * string/envz.c (envz_strip): Correct erroneously reversed src
2235         and dest parameters to memmove() invocation.
2237 2006-05-30  Jakub Jelinek  <jakub@redhat.com>
2239         * nscd/nscd.h (prune_cache): Add fd argument to prototype.
2240         * nscd/nscd.c (parse_opt): Read response from INVALIDATE request
2241         to make sure the database has been already invalidated.
2242         * nscd/cache.c (prune_cache): Add fd argument.  Write response to fd
2243         after the cache has been invalidated.  Use pthread_mutex_lock rather
2244         than pthread_mutex_trylock if fd != -1.
2245         * nscd/connections.c (invalidate_cache): Add fd argument, write
2246         response to fd if not calling prune_cache, pass fd to prune_cache.
2247         (handle_request): Adjust invalidate_cache caller.
2248         (nscd_run): Pass -1 as fd to prune_cache.
2250 2006-05-30  Ulrich Drepper  <drepper@redhat.com>
2252         * sysdeps/posix/getaddrinfo.c (gaiconf_init): Initialize bits in
2253         the correct place.
2255 2006-05-29  Ulrich Drepper  <drepper@redhat.com>
2257         * nscd/nscd.h (struct database_dyn): Add prunelock field.
2258         * nscd/cache.c (prune_cache): Take prunelock before starting the
2259         work.  Just return in case it is already taken.
2260         * nscd/connections.c (dbs): Initialize .prunelock.
2262 2006-05-25  Ulrich Drepper  <drepper@redhat.com>
2264         * nis/nis_removemember.c (nis_removemember): Avoid unnecessary
2265         copying.  No need to allocate new array for group members.  Just
2266         move the pointers and update the size.
2268         * nis/nis_addmember.c (nis_addmember): Avoid unnecessary copying.
2269         Avoid memory leak in case realloc fails.  Simplification for
2270         better code generation.
2272         Avoid deprecation warning because of libc_hidden_proto for
2273         inet6_option_alloc.
2274         * inet/inet6_option.c (option_alloc): Renamed from
2275         inet6_option_alloc.  Made static.
2276         (inet6_option_alloc): Now a simple wrapper around option_alloc.
2277         (inet6_option_append): Call option_alloc.
2278         * include/netinet/in.h: Remove libc_hidden_proto for
2279         inet6_option_alloc.
2281         * nis/nis_callback.c (__nis_create_callback): Always call xdr_free
2282         for cleanup when cb!=NULL [Coverity CID 233].
2284 2006-05-24  Ulrich Drepper  <drepper@redhat.com>
2286         [BZ #2693]
2287         * inet/Makefile (routines): Add inet6_opt and inet6_rth.
2288         * inet/Versions (libc, GLIBC_2.5): Add inet6_opt_init,
2289         inet6_opt_append, inet6_opt_finish, inet6_opt_set_val, inet6_opt_next,
2290         inet6_opt_find, inet6_opt_get_val, inet6_rth_space, inet6_rth_init,
2291         inet6_rth_add, inet6_rth_reverse, inet6_rth_segments,
2292         and inet6_rth_getaddr.
2293         * inet/netinet/ip6.h (struct ip6_rthdr0): Make ip6r0_addr a flexible
2294         array.
2295         * inet/netinet/in.h (struct ip6_mtuinfo): Define.
2296         Mark inet6_option_* interfaces as deprecated.
2297         Declare inet6_opt_init, inet6_opt_append, inet6_opt_finish,
2298         inet6_opt_set_val, inet6_opt_next, inet6_opt_find, inet6_opt_get_val,
2299         inet6_rth_space, inet6_rth_init, inet6_rth_add, inet6_rth_reverse,
2300         inet6_rth_segments, and inet6_rth_getaddr.
2301         * inet/inet6_opt.c: New file.
2302         * inet/inet6_rth.c: New file.
2304         * inet/netinet/icmp6.h: Pretty printing.
2306         [BZ #2683]
2307         * elf/dl-addr.c (_dl_addr): Don't match undefined references.
2309 2006-05-23  Ulrich Drepper  <drepper@redhat.com>
2311         * nis/nis_lookup.c (nis_lookup): Use __prepare_niscall instead of
2312         doing it all here.  When server does not know the answer do not
2313         fail immediate, try parent first.
2315         * nis/nis_domain_of_r.c (nis_domain_of_r): Add missing buffer
2316         overflow test.
2318 2006-05-20  Ulrich Drepper  <drepper@redhat.com>
2320         * nis/nis_call.c (__prepare_niscall): New function.  Split out
2321         from __do_niscall.
2322         * nis/nis_table.c (__create_ib_request): Renamed from create_ib_request
2323         and exported.
2324         (__follow_path): New function.  Split out from nis_list.
2325         * nis/nis_xdr.h: Add libnsl_hidden_proto for _xdr_ib_request and
2326         _xdr_nis_result.
2327         * nis/nis_xdr.c: Add libnsl_hidden_def for _xdr_ib_request and
2328         _xdr_nis_result.
2329         * nis/libnsl.h: Declare __prepare_niscall, __create_ib_request,
2330         and __follow_path.
2331         * nis/Versions: Export __prepare_niscall, __create_ib_request,
2332         __follow_path, __do_niscall3, _xdr_ib_request, and _xdr_nis_result
2333         from libnsl for version GLIBC_PRIVATE.
2334         * nis/nisplus-parser.h: Remove _nss_nisplus_parse_pwent_chk.
2335         Remove entry parameter from _nss_nisplus_parse_pwent and
2336         _nss_nisplus_parse_grent.
2337         * nis/nss_nisplus/nisplus-parser.c: Likewise.
2338         * nis/nss_nisplus/nisplus-pwd.c: Remove support for SETENT_BATCH_READ
2339         again.  Rewrite getpwent handling to not use nis_first_entry and
2340         nis_next_entry.  Roll out own niscall handling.
2341         * nis/nss_nisplus/nisplus-grp.c: Likewise.
2343         * sunrpc/xdr_rec.c: Fix typo in comment.
2345 2006-05-19  Ulrich Drepper  <drepper@redhat.com>
2347         * nis/nis_call.c (__do_niscall3): Avoid code duplication in error
2348         handling.
2350         * nis/nis_callback.c (internal_nis_do_callback): Don't use malloc
2351         to allocate memory for my_pollfd.  Better initialization of
2352         cb_is_running.  Use TEMP_FAILURE_RETRY.
2354         * malloc/memusage.sh (memusageso): Add quotes.
2355         (memusagestat): Likewise.
2356         * debug/xtrace.sh (pcprofileso): Likewise.
2357         (pcprofiledump): Likewise.
2358         * debug/Makefile ($(objpfx)xtrace): Use $LIB in SLIBDIR
2359         replacement.
2360         * malloc/Makefile ($(objpfx)memusage): Likewise.
2362         * nis/nis_callback.c (__nis_create_callback): Calls to
2363         svcudp_bufcreate and svctcp_create can fail.  Free ->xprt if
2364         asprintf call fails.
2366         * sysdeps/unix/sysv/linux/ifaddrs.c (__netlink_sendreq): Make sure
2367         no uninitialized memory is passed to sendto.
2369 2006-05-18  Ulrich Drepper  <drepper@redhat.com>
2371         * nis/nis_callback.c (__nis_create_callback): Use asprinf instead
2372         of snprintf+strdup.  Handle OOM.
2373         * nis/nis_callback.c (__nis_create_callback): Allocate cb and
2374         cb->serv together.  Remove now obsolete free calls.
2375         (__nis_destroy_callback): Remove now obsolete free call.
2377 2006-05-18  David Woodhouse  <dwmw2@redhat.com>
2379         * sysdeps/posix/getaddrinfo.c: Add unique labels to the default
2380         RFC3484 precedence table for fec0::/10 and fc00::/7 (site-local
2381         and ULA respectively). Set precedence for IPv4 address to 10 as
2382         defined in RFC3484 for preferring IPv6.
2383         * posix/gai.conf: Update to match the new default tables.
2385 2006-05-18  Jakub Jelinek  <jakub@redhat.com>
2387         * nis/nss_compat/compat-pwd.c (internal_setpwent): If nss_set*ent
2388         returned NSS_STATUS_UNAVAIL, still return NSS_STATUS_SUCCESS.
2389         * nis/nss_compat/compat-spwd.c (internal_setspent): Likewise.
2390         * nis/nss_compat/compat-grp.c (internal_setgrent): Likewise.
2392         * nis/nss_compat/compat-initgroups.c (nss_setgrent, nss_endgrent):
2393         Removed.
2394         (init_nss_interface): Remove initialization of these variables.
2396 2006-05-18  Ulrich Drepper  <drepper@redhat.com>
2398         * nis/nis_call.c (rec_dirsearch): Little optimization: pull
2399         nis_free_directory forward to avoid duplication.
2401 2006-05-17  Ulrich Drepper  <drepper@redhat.com>
2403         * nis/nis_call.c (rec_dirsearch): Handle __nis_finddirectory and
2404         rec_dirsearch returning NULL.
2405         (first_shoot): Handle __nis_finddirectory returning NULL.
2406         (__nisfind_server): Fix leak when rec_dirsearch returns NULL.
2408         * sysdeps/unix/sysv/linux/sys/inotify.h: Define IN_CLOSE, IN_MOVE,
2409         IN_ONLYDIR, IN_DONT_FOLLOW, and IN_MASK_ADD.
2411 2006-05-17  Jakub Jelinek  <jakub@redhat.com>
2413         * sunrpc/key_call.c (getkeyserv_handle): Call auth_destroy if
2414         pid changed.
2416 2006-05-15  Ulrich Drepper  <drepper@redhat.com>
2418         * include/rpc/pmap_prot.h: Mark all functions as hidden.
2420         * nscd/nscd_initgroups.c: Mark __gr_map_handle as hidden.
2421         * nscd/nscd_getgr_r.c: Likewise.
2423         * include/rpc/pmap_rmt.h: Mark all functions as hidden.
2425         * nscd/nscd_getai.c (__hst_map_handle): Mark as hidden.
2426         * nscd/nscd_gethst_r.c (__hst_map_handle): Likewise.
2428         * stdlib/longlong.h (__clz_tab): Mark as hidden.
2430         * iconv/gconv_int.h: Mark __gconv_lock as hidden.
2432         * include/rpc/key_prot.h: Mark all _internal functions as hidden.
2434         * include/rpc/auth.h: Mark xdr_des_block_internal and
2435         xdr_opaque_auth_internal as hidden.
2437         * sysdeps/unix/sysv/linux/getdents.c: Mark __have_no_getdents64 as
2438         hidden.
2440         * include/rpc/xdr.h: Mark all _internal functions as hidden.
2442         * misc/getusershell.c (okshells): Don't use static initializers,
2443         do it dynamically.
2445         * stdlib/fmtmsg.c (keywords): Change type of len element to
2446         uint32_t to not waste space on 64bit machines.
2448         * locale/setlocale.c: Change _nl_category_names into a string.
2449         Add new _nl_category_name_idxs.  Change all users.
2450         * locale/localeinfo.h: Adjust declaration of _nl_category_names.
2451         Declare _nl_category_name_idxs.
2452         * locale/findlocale.c: Adjust for _nl_category_names change.
2453         * locale/loadlocale.c: Likewise.
2454         * locale/newlocale.c: Likewise.
2455         * intl/dcigettext.c: Likewise.
2457         * iconv/gconv_conf.c (add_alias): Move actual alias handling to...
2458         (add_alias2): ...here.  New function.
2459         (__gconv_read_conf): Simplify builtin alias handling.
2460         (builtin_aliases): Convert to string to avoid relocations.
2461         * iconv/gconv_builtin.h: Add comment about correct formatting.
2463 2006-05-15  Jakub Jelinek  <jakub@redhat.com>
2465         * resolv/res_debug.c (loc_ntoa): Make error const.
2467 2006-05-14  Andreas Schwab  <schwab@suse.de>
2469         * math/complex.h [__LDBL_COMPAT]: Use __REDIRECT_NTH.
2471 2006-05-12  Jakub Jelinek  <jakub@redhat.com>
2473         * sysdeps/unix/sysv/linux/sched_getaffinity.c: Include sys/param.h.
2474         (__sched_getaffinity_new): Don't crash if cpusetsize is smaller than
2475         sizeof (cpu_set_t).
2477 2006-05-11  Ulrich Drepper  <drepper@redhat.com>
2479         * resolv/res_debug.c (loc_ntoa): Define error as array, not pointer.
2481         * include/arpa/nameser.h: Declare _ns_flagdata as hidden.
2483         * nis/yp_xdr.c: Add libnsl_hidden_def for xdr_ypresp_master.
2484         * include/rpcsvc/yp.h: Add libnsl_hidden_proto for xdr_ypresp_master.
2486         * nis/yp_xdr.c: Add libnsl_hidden_def for xdr_ypbind_resp.
2487         * include/rpcsvc/yp.h: Add libnsl_hidden_proto for xdr_ypbind_resp.
2489         * nis/nis_xdr.c: Add libnsl_hidden_def for xdr_cback_data.
2490         * include/rpcsvc/nis_callback.h: Add libnsl_hidden_proto for
2491         xdr_cback_data.
2493         * nis/ypupdate_xdr.c: Add libnsl_hidden_def for xdr_ypupdate_args.
2494         * include/rpcsvc/ypupd.h: Add libnsl_hidden_proto for
2495         xdr_ypupdate_args.
2497         * nis/yp_xdr.c: Add libnsl_hidden_def for xdr_ypresp_order.
2498         * include/rpcsvc/yp.h: Add libnsl_hidden_proto for xdr_ypresp_order.
2500         * nis/yp_xdr.c: Add libnsl_hidden_def for xdr_ypresp_maplist.
2501         * include/rpcsvc/yp.h: Add libnsl_hidden_proto for xdr_ypresp_maplist.
2503         * nis/nis_xdr.c: Add libnsl_hidden_def for xdr_obj_p.
2504         * include/rpcsvc/nis_callback.h: New file.
2506         * nis/yp_xdr.c: Add libnsl_hidden_def for xdr_ypresp_val.
2507         * include/rpcsvc/yp.h: Add libnsl_hidden_proto for xdr_ypresp_val.
2509         * nis/yp_xdr.c: Add libnsl_hidden_def for xdr_ypreq_nokey.
2510         * include/rpcsvc/yp.h: Add libnsl_hidden_proto for xdr_ypreq_nokey.
2512         * nis/yp_xdr.c: Add libnsl_hidden_def for xdr_ypmaplist.
2513         * include/rpcsvc/yp.h: Add libnsl_hidden_proto for xdr_ypmaplist.
2515         * nis/yp_xdr.c: Add libnsl_hidden_def for xdr_ypreq_nokey.
2516         * include/rpcsvc/yp.h: Add libnsl_hidden_proto for xdr_ypreq_nokey.
2518         * nis/ypupdate_xdr.c: Add libnsl_hidden_def for xdr_ypdelete_args.
2519         * include/rpcsvc/ypupd.h: Add libnsl_hidden_proto for
2520         xdr_ypdelete_args.
2522         * nis/nis_xdr.h: Mark all functions as hidden.  Remove
2523         __BEGIN_DECLS and __END_DECLS, the header is not installed.
2525         * nis/nis_error.c: Remove table of strings.  Use position
2526         independent mechanism.
2527         * nis/nis_error.h: New file.
2529 2006-05-11  Jakub Jelinek  <jakub@redhat.com>
2531         * locale/programs/ld-time.c (time_finish): If wide era name or
2532         format aren't provided, set both wname and wformat to L"".
2534 2006-05-10  Ulrich Drepper  <drepper@redhat.com>
2536         * sysdeps/unix/sysv/linux/tcgetattr.c (__tcgetattr): Only store
2537         results if the call was succesful.
2539         * nis/nss-nis.h: Mark __yperr2nss_tab and __yperr2nss_count as hidden.
2541         * nis/nss-nisplus.h: Mark __niserr2nss_tab and __niserr2nss_count
2542         as hidden.
2544 2006-05-10  Jakub Jelinek  <jakub@redhat.com>
2546         * misc/sys/queue.h: Remove uses of all QUEUEDEBUG_* macros.
2548 2006-05-10  Ulrich Drepper  <drepper@redhat.com>
2550         * posix/wordexp.c (parse_glob): No need to check ifs for NULL, the
2551         caller makes sure this is not the case.
2552         (wordexp): Simplify ifs_white creation.  [Coverity CID 231]
2554 2006-05-09  Ulrich Drepper  <drepper@redhat.com>
2556         * posix/wordexp.c: Remove numerous NULL pointer tests before FREE
2557         calls.
2559         * io/ftw.c (open_dir_stream): Return right away if REALLOC fails.
2560         [Coverity CID 229, 230]
2562         * argp/argp-help.c (hol_entry_help): Handle STATE==NULL in ARG and
2563         DGETTEXT calls.
2564         (hol_help): Likewise.  [Coverity CID 226, 227]
2566         * string/argz-replace.c (__argz_replace): Unconditionally call
2567         free on SRC.  [Coverity CID 225]
2569         * nis/nis_creategroup.c (nis_creategroup): No need to duplicate
2570         the return value of __nis_default_owner and __nis_default_group,
2571         it has been especially allocated.  [Coverity CID 224]
2573         * nis/nis_defaults.c (searchXYX): New functions.  Used by both
2574         searchgroup and searchowner.  Significantly simplified.
2575         (__nis_default_owner): Remove duplication.  Do not locally copy the
2576         string before duplicating it.
2577         (__nis_default_group): Likewise.
2579         * nis/nis_lookup.c (nis_lookup): After calling nis_free_directory,
2580         we must clear the variable before calling __nisfind_server.
2582         * nis/nis_lookup.c (nis_lookup): Always free memory allocated with
2583         nis_getnames.  [Coverity CID 223]
2585         * locale/programs/locfile.c (locfile_read): Use alloca instead of
2586         xmalloc to allocate local repertoire name.  [Coverity CID 222]
2588         * iconv/iconv_charmap.c (use_to_charmap): No need to dynamically
2589         allocate memory for the input to add_bytes.  [Coverity CID 221]
2591         * posix/wordexp.c (w_addword): Free word if realloc fails and it
2592         was allocated here.  [Coverity CID 219, 220]
2594         * posix/getconf.c (print_all): Free confstr data after printing.
2595         [Coverity CID 218]
2597         * sysdeps/posix/getaddrinfo.c (gaih_inet): Free canon string if
2598         list allocation fails.  [Coverity CID 215]
2600         * nss/nsswitch.c (__nss_configure_lookup): Fix loop end condition.
2601         [Coverity CID 213]
2603         * argp/argp-help.c (hol_entry_cmp): Don't call canon_doc_option if
2604         string is NULL.  [Coverity CID 212]
2605         * argp/Makefile: Add rules to build and run bug-argp1.
2606         * argp/bug-argp1.c: New file.
2608         * io/ftw.c (ftw_dir): Use __rawmemchr instead of strchr to find
2609         end of string.
2610         * stdlib/canonicalize.c (__realpath): Likewise.
2612         * locale/programs/ld-time.c (time_finish): Don't dereference NULL
2613         pointer.  [Coverity CID 206]
2615         * elf/dl-dst.h (DL_DST_REQUIRED): Be prepared for missing link map
2616         in statically linked code.
2617         * elf/dl-load.c (_dl_dst_substitute): When replacing ORIGIN in
2618         statically built code, be prepared to have no link map.
2619         [Coverity CID 205]
2621         * argp/argp-help.c (fill_in_uparams): Handle STATE==NULL in
2622         dgettext calls. [Coverity CID 204]
2624         * argp/argp-help.c (struct uparams): Remove valid member.  Change
2625         the one user.
2626         (uparam_names): Reduce size.  Avoid relative relocations.
2627         Moved to read-only segment.
2628         (fill_in_uparams): Update for new layout.
2630         * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs): Parameter can be
2631         assumed to always be != NULL. [Coverity CID 202]
2633         * argp/argp-help.c (hol_entry_help): Remove some dead code
2634         [Coverity CID 200].
2636         * nis/nss_nis/nis-service.c (_nss_nis_getservbyport_r): Optimize
2637         away a few more unconditional yperr2nss calls.
2638         (_nss_nis_getservbyname_r): Likewise.
2640 2006-05-06  Ulrich Drepper  <drepper@redhat.com>
2642         * sysdeps/generic/ldsodefs.h: Remove support for non-core
2643         architectures.
2645         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Make sure
2646         that unused memory passed to sendto is nevertheless initialized.
2648         [BZ #2499]
2649         * resolv/nss_dns/dns-canon.c (_nss_dns_getcanonname_r): Avoid
2650         possibly unaligned memory accesses.
2652         * include/arpa/nameser.h: Also optimize NS_PUT16 and NS_PUT32.
2653         * resolv/res_mkquery.c: Use NS_PUT16 and NS_PUT32 instead of __putshort
2654         and __putlong respectively.  Correct buffer overflow check for
2655         NS_NOTIFY_OP.
2657         * resolv/res_send.c (send_vc): Use ns_put16 instead of putshort.
2659         * resolv/res_send.c (res_queriesmatch): Fix typo in comment.
2660         (send_dg): Rewrite error handling to be more compact and avoid
2661         double recomputation of timeouts.  Pass MSG_NOSIGNAL to send.
2663         * include/arpa/nameser.h: Add optimizations for NS_GET16 and NS_GET32.
2665         * resolv/res_send.c (res_nameinquery): Use NS_GET16 directly
2666         instead of ns_get16.
2667         (res_queriesmatch): Likewise.  Minor optimization.
2669         [BZ #2499]
2670         * resolv/res_query.c (__libc_res_nquery): If answerp != NULL,
2671         __libc_res_nsend might reallocate the buffer for the answer.  In
2672         this case we have to reload the HP pointer.
2674 2006-05-05  Ulrich Drepper  <drepper@redhat.com>
2676         * stdio-common/vfscanf.c (memory_error): Remove definition.  Add
2677         some branch prediction hints.
2679         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Define SPLICE_F_*.
2680         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
2681         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
2682         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
2683         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
2684         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
2685         * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h: Likewise.
2686         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
2688 2006-05-05  Martin Schwidefsky  <schwidefsky@de.ibm.com>
2690         * sysdeps/s390/s390-32/elf/start.S: Replace pc relative relocation
2691         by a GOT relocation to make Scrt1.o position independent.
2692         * sysdeps/s390/s390-64/elf/start.S: Likewise.
2694         * sysdeps/unix/sysv/linux/s390/s390-32/syscall.S: Add support for
2695         six system call parameters.
2696         * sysdeps/unix/sysv/linux/s390/s390-64/syscall.S: Likewise.
2698 2006-05-05  Ulrich Drepper  <drepper@redhat.com>
2700         * sunrpc/svcauth_des.c (cache_init): Use calloc instead of
2701         malloc&bzero.
2703         * sunrpc/svc_udp.c (BZERO): Remove definition.
2704         (CALLOC): Define.
2705         (svc_enablecache): Use CALLOC instead of ALLOC&BZERO.
2707         * sunrpc/des_impl.c: Remove ALT_ECB support.  We never used it.
2708         (des_SPtrans): Use uint32_t type.
2709         (des_skb): Likewise.
2711         * sunrpc/xdr_ref.c (xdr_reference): Use calloc instead of malloc&bzero.
2713 2006-05-05  Jakub Jelinek  <jakub@redhat.com>
2715         [BZ #2509]
2716         * stdio-common/tst-printf.sh: Adjust for tst-printf.c change even
2717         on 32-bit arches.
2719 2006-05-05  Ulrich Drepper  <drepper@redhat.com>
2721         * locale/programs/ld-address.c (address_finish): Fix one more
2722         place where the iso639 array might be accessed beyond the limits.
2724 2006-05-04  Ulrich Drepper  <drepper@redhat.com>
2726         * nis/nis_table.c (nis_list): Avoid clearing res twice before
2727         filling it for the first time.
2729         * nis/nis_table.c (get_tablepath): Renamed from __get_tablepath.
2730         Adjust all callers.
2731         Free res object content before returning.
2733         * sunrpc/xdr_array.c (xdr_array): Use calloc instead of malloc&bzero.
2735         * sunrpc/key_call.c (__rpc_thread_key_cleanup): Also free
2736         client->cl_auth.
2738         * sunrpc/rpc_thread.c (__rpc_thread_destroy): Don't skip entire
2739         cleanup for initial thread, just the free call on TVP.
2741         * nscd/gai.c (__getline): Define.
2744 See ChangeLog.16 for earlier changes.