[BZ #3458]
[glibc.git] / ChangeLog
blob152b4d220216d431d593809fae1db72944d646d4
1 2007-02-21  Ulrich Drepper  <drepper@redhat.com>
3         [BZ #3458]
4         * sysdeps/unix/sysv/linux/posix_madvise.c: New file.
5         * sysdeps/unix/sysv/linux/syscalls.list: Remove posix_madvise entry.
7         [BZ #4076]
8         * io/ftw.c (ftw_startup): Handle special case of FTW_CHDIR in /.
9         (open_dir_stream): Likewise.
10         * io/Makefile (tests): Add bug-ftw5.
11         io/bug-ftw5.c: New file.
13         * nscd/hstcache.c (cache_addhst): Remove unnecessary conditional.
14         * nscd/servicescache.c (cache_addserv): Likewise.
16         * nscd/grpcache.c (cache_addgr): In case a record changed on
17         refresh, adjust key_copy.
19         [BZ #4074]
20         * nscd/pwdcache.c (cache_addpw): In case a record changed on
21         refresh, adjust key_copy.
23         [BZ #4070]
24         * stdio-common/printf_fp.c (___printf_fp): Handle a few more
25         special cases.
26         * stdio-common/tfformat.c (sprint_doubles): Some more tests.
28 2007-02-19  Ulrich Drepper  <drepper@redhat.com>
30         * stdio-common/printf_fp.c (___printf_fp): Cleanups and minor
31         optimization.
33         * stdio-common/vfscanf.c: Small cleanups throughout.
35 2007-02-18  Ulrich Drepper  <drepper@redhat.com>
37         [BZ #3325]
38         * sysdeps/i386/fpu/e_fmodf.S: Use fprem1 instead of fprem.
39         * sysdeps/i386/fpu/e_fmodl.c: Likewise.
40         * sysdeps/i386/fpu/e_fmod.S: Likewise.
41         Patch by Jared Casper <jaredcasper@gmail.com>.
43         * sysdeps/unix/closedir.c: Outside libc don't use locking.
44         * sysdeps/unix/opendir.c: Likewise.
45         * sysdeps/unix/readdir.c: Likewise.
47         [BZ #2211]
48         * stdio-common/vfscanf.c: Handle localized digits etc for floating
49         point numbers.
50         Patch mostly by Hamed Malek <hamed@farsiweb.info>.
52         * stdio-common/vfscanf.c: Fix problems in width accounting.
53         * stdio-common/tst-sscanf.c (double_tests): New tests.
54         (main): Hook them up.
56         * stdio-common/vfscanf.c: Remove unused WIDTH handling.
57         More simplifications of floating-point reader.
59         * stdio-common/Makefile (tests): Add tst-swscanf.
60         * stdio-common/tst-sscanf.c: Make tests usable for swscanf
61         testing.
62         * stdio-common/tst-swscanf.c: New file.
64 2007-02-17  Ulrich Drepper  <drepper@redhat.com>
66         [BZ #2633]
67         * libio/stdio.h: Define struct _IO_FILE in global namespace.
68         * setjmp/setjmp.h: Define __jmp_buf_tag in global namespace.
69         Remove using for __jmp_buf_tag.
70         * locale/locale.h (struct lconv): Also define in std namespace.
71         * wcsmbs/wchar.h: Move using declaration for tm out of namespace.
73         [BZ #3842]
74         * sysdeps/posix/euidaccess.c [_LIBC] (euidaccess): Remove shortcut
75         using __libc_enable_secure.
77         [BZ #3818]
78         * sysdeps/unix/sysv/linux/sys/acct.h (struct acct_v3): Define.
80         [BZ #3745]
81         * locale/programs/ld-collate.c (handle_ellipsis): Fix generation
82         of names for ellipsises.
84         [BZ #3348]
85         * malloc/memusage.sh: Cleanups.
86         * debug/xtrace.sh: Quoting and trap changes.
88 2007-02-16  Ulrich Drepper  <drepper@redhat.com>
90         * locale/iso-3166.def: Add Jersey, Guernsey, and Isle Of Man entries.
92         * locale/iso-3166.def: Update entry for Serbia.
93         * locale/iso-4217.def: Define RSD, remove CSD.
95         * sysdeps/x86_64/bits/atomic.h: One more change, this time for 16-
96         and 64-bit operations.
98         [BZ #4040]
99         * sysdeps/i386/i486/bits/atomic.h: One more change, this time for
100         16-bit operations.
102         * nscd/nscd.c (parse_opt): One more conversion to use send instead
103         of writev.
105 2007-02-15  Ulrich Drepper  <drepper@redhat.com>
107         [BZ #3991]
108         * assert/assert.h (assert): Simplify.
109         (assert_perror): Likewise.
110         Patch by Israel G. Lugo <ilugo@bridonsecurity.com>.
112         * nscd/nscd_helper.c (open_socket): Don't send padding bytes from
113         reqdata.
115         * sysdeps/unix/sysv/linux/x86_64/send.c (__libc_send): Cosmetic
116         change: don't pass NULL in place of an integer.
118 2007-02-02  Bruno Haible  <bruno@clisp.org>
120         [BZ #3954]
121         * iconvdata/ksc5601.c (__ksc5601_sym_to_ucs, __ksc5601_sym_from_ucs):
122         Add mapping for U+327E.
123         * iconvdata/ksc5601.h (KSC5601_SYMBOL): Increment.
124         * iconvdata/johab.c (BODY for FROM_LOOP, BODY for TO_LOOP): Enable
125         mapping of 0xD9 0xE8.
126         * iconvdata/uhc.c (BODY for FROM_LOOP, BODY for TO_LOOP): Disable
127         mapping of U+327E.
128         Reported by Jungshik Shin <jungshik@google.com>.
130         [BZ #3955]
131         * iconvdata/johab.c (BODY for FROM_LOOP, BODY for TO_LOOP): Enable
132         mapping of 0xD9 0xE6 and of 0xD9 0xE7.
133         Reported by Jungshik Shin <jungshik@google.com>.
135 2007-02-14  Ulrich Drepper  <drepper@redhat.com>
137         * sysdeps/x86_64/bits/atomic;h: Fix asm parameters for some
138         byte variants.
140         [BZ #4040]
141         * sysdeps/i386/i486/bits/atomic.h: Fix asm parameters for some
142         byte variants.  Patch mostly be tom@tommay.net.
144 2007-02-14  Jakub Jelinek  <jakub@redhat.com>
146         [BZ #3996]
147         * posix/glob.c (attribute_hidden): Define if not defined.
148         (glob): Unescape dirname, filename or username when needed and not
149         GLOB_NOESCAPE.  Handle \/ correctly.  Handle GLOB_MARK if filename
150         is NULL.  Handle unescaped [ in pattern without closing ].
151         Don't pass GLOB_CHECK down to recursive glob for directories.
152         (__glob_pattern_type): New function.
153         (__glob_pattern_p): Implement using __glob_pattern_type.
154         (glob_in_dir): Handle GLOB_NOCHECK patterns containing no meta
155         characters and backslashes if not GLOB_NOESCAPE or unterminated [.
156         Remove unreachable code.
157         * posix/globtest.sh: Add a couple of new tests.
159 2007-02-13  Ulrich Drepper  <drepper@redhat.com>
161         * po/ru.po: Update from translation team.
163 2007-02-12  Jakub Jelinek  <jakub@redhat.com>
165         * sysdeps/i386/bits/byteswap.h (__bswap_32): Add __amdfam10__
166         to the list of i486+ CPUs.
167         * sysdeps/x86_64/bits/byteswap.h (__bswap_32): Likewise.
169 2007-02-12  Ulrich Drepper  <drepper@redhat.com>
171         * elf/rtld.c (RESOLVE_MAP): Always return bootstrap_map reference.
172         * elf/Makefile ($(objpfx)ld.so): Check that ld.so has no undefined
173         references.
175 2007-02-09  Ulrich Drepper  <drepper@redhat.com>
177         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Remove incorrect comment.
179         * resolv/res_init.c (res_setoptions): Recognize edns0 option.
180         * resolv/res_mkquery.c: Define __res_nopt.
181         * resolv/res_query.c (__libc_res_nquery): If RES_USE_EDNS0 is set
182         try adding EDNS0 record.
183         * resolv/res_send.c (send_dg): If request failed with FORMERR and
184         EDNS0 record was send make sure we don't try it again.
185         * resolv/resolv.h: Define RES_F_EDNS0ERR and RES_USE_EDNS0.
186         * include/resolv.h: Declare __res_nopt.
188 2007-02-08  Jakub Jelinek  <jakub@redhat.com>
190         [BZ #3944]
191         * time/strptime_l.c (__strptime_internal): Set have_mon for
192         %b/%B/%h.  Set have_mon and have_mday if tm_mon and tm_mday
193         have been computed from tm_yday and tm_year.  Don't crash
194         in day_of_the_week or day_of_the_year if not have_mon
195         and tm_mon contains bogus value.
196         * time/Makefile (tests): Add tst-strptime3.
197         * time/tst-strptime3.c: New test.
199 2007-02-05  Jakub Jelinek  <jakub@redhat.com>
201         [BZ #3957]
202         * posix/regcomp.c (parse_bracket_exp): Set '\n' bit rather than '\0'
203         bit for RE_HAT_LISTS_NOT_NEWLINE.
204         (build_charclass_op): Remove bogus comment.
205         * posix/Makefile (tests): Add bug-regex27 and bug-regex28.
206         * posix/bug-regex27.c: New test.
207         * posix/bug-regex28.c: New test.
209 2007-02-03  Ulrich Drepper  <drepper@redhat.com>
211         * po/sv.po: Update from translation team.
213 2007-02-02  Ulrich Drepper  <drepper@redhat.com>
215         * nscd/nscd_helper.c (open_socket): Minor size optimization.
217 2007-02-02  Jakub Jelinek  <jakub@redhat.com>
219         * include/locale.h (__uselocale): Add libc_hidden_proto.
220         * locale/uselocale.c (__uselocale): Add libc_hidden_def.
222         * nscd/nscd_helper.c (open_socket): Use __gettimeofday instead of
223         gettimeofday.
225 2007-02-01  Ulrich Drepper  <drepper@redhat.com>
227         * sysdeps/unix/sysv/linux/i386/sysdep.h (PTR_MANGLE): Roll value before
228         returning.
229         (PTR_DEMANGLE): Real definition now that it's not the same as
230         PRT_MANGLE anymore.
231         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
233         * string/strerror_l.c: New file.
234         * string/Makefile (routines): Add strerror_l.
235         * string/string.h: Declare strerror_l.
236         * string/Versions: Export strerror_l for GLIBC_2.6.
238 2007-01-31  Ulrich Drepper  <drepper@redhat.com>
240         * nscd/nscd_helper.c (open_socket): Now takes request type and key
241         as parameter.  Construct request record.  Try sending request
242         before the first poll use, it usually succeeds.  Adjust all
243         callers.
244         * nscd/nscd-client.h: Define MAXKEYLEN.
245         * nscd/connections.c (nscd_run): Don't define MAXKEYLEN here.
247 2007-01-31  Jakub Jelinek  <jakub@redhat.com>
249         * nscd/nscd-client.h (__nscd_cache_search): Remove const qualifier
250         from return value.
251         * nscd/nscd_helper.c: Include string.h.
252         (__nscd_cache_search): Remove const qualifier from return value.
253         On strict alignment architectures check hash entry and data head
254         alignment.
255         * nscd/nscd_getpw_r.c (nscd_getpw_r): Don't crash or fail because
256         mmapped data during GC cycle contains garbage.  If
257         __nscd_drop_map_ref fails, decrement mapped->counter when returning
258         error or if retrying with NO_MAPPING, only __nscd_unmap if counter
259         dropped to 0.
260         * nscd/nscd_getgr_r.c (nscd_getgr_r): Likewise.
261         * nscd/nscd_initgroups.c (__nscd_getgrouplist): Likewise.
262         * nscd/nscd_gethst_r.c (nscd_gethst_r): Likewise.
263         * nscd/nscd_getai.c (__nscd_getai): Likewise.
264         * nscd/nscd_getserv_r.c (nscd_getserv_r): Likewise.
266 2007-01-30  Ulrich Drepper  <drepper@redhat.com>
268         * misc/hsearch_r.c (hdestroy_r): Remove unnecessary test.
270 2007-01-26  Ulrich Drepper  <drepper@redhat.com>
272         * sysdeps/i386/dl-trampoline.S (_dl_runtime_profile): Use register
273         names not numbers in cfi_*.
275 2007-01-26  Andreas Jaeger  <aj@suse.de>
277         * sysdeps/unix/sysv/linux/sys/personality.h (ADDR_NO_RANDOMIZE,
278         ADDR_LIMIT_3GB, PER_LINUX_32BIT, PER_LINUX32_3GB): Add.
279         Correct values of PER_HPUX and PER_OSF4.
281 2007-01-24  Ulrich Drepper  <drepper@redhat.com>
283         * elf/dl-minimal.c: Undefine _itoa first.
284         * stdio-common/_itoa.h: Define _itoa and _fitoa for 64-bit platforms.
285         * malloc/mtrace.c: Revert last change.
286         * posix/wordexp.c: Likewise.
288 2007-01-24  Jakub Jelinek  <jakub@redhat.com>
290         * sysdeps/i386/bits/byteswap.h (__bswap_32): Add __nocona__, __core2__
291         and __geode__ to the list of i486+ CPUs.
292         * sysdeps/x86_64/bits/byteswap.h (__bswap_32): Likewise.
294 2007-01-23  Ulrich Drepper  <drepper@redhat.com>
296         * stdio-common/_itoa.c: Include <limits.h>.
297         * stdio-common/_itowa.c: Likewise.
299 2007-01-22  Ulrich Drepper  <drepper@redhat.com>
301         * stdio-common/_itowa.c: Don't compile _itowa for 64-bit
302         platforms.
303         * stdio-common/_itoa.c: Don't compile in _itoa and _fitoa for
304         64-bit platforms.
305         * malloc/mtrace.c (tr_where): Use _fitoa_word instead of _fitoa if
306         possible.
307         * posix/wordexp.c (parse_arith): Use _itoa_word instead of _itoa
308         if possible.
310         [BZ #3902]
311         * stdio-common/_itoa.c (_itoa): Make sure at least a zero is emitted.
312         * stdio-common/Makefile (tests): Add bug17.
313         * stdio-common/bug17.c: New file.
315 2007-01-19  Ulrich Drepper  <drepper@redhat.com>
317         * iconvdata/brf.c: New file.
318         * iconvdata/testdata/BRF: New file.
319         * iconvdata/testdata/BRF..UTF8: New file.
320         Contributed by Samuel Thibault <samuel.thibault@ens-lyon.org>.
321         * iconvdata/Makefile: Add rules to build BRF.
322         * iconvdata/TESTS: Add BRF entry.
323         * iconvdata/gconv-modules: Likewise.
324         * iconvdata/tst-tables.sh: Likewise.
326 2007-01-18  Anton Nikishaev  <anton.nik@gmail.com>
328         * wcsmbs/wchar.h (wcstoll): Fix comment, function returns value of
329         type `long long int', not `long int'.
330         (wcstoq): Likewise.
332 2007-01-18  Ulrich Drepper  <drepper@redhat.com>
334         * scripts/gen-as-const.awk: Add cast to long to avoid int promotion
335         of values on 64-bit platforms which are too large.
337 2007-01-12  Steven Munroe  <sjmunroe@us.ibm.com>
338             Joe Kerian  <jkerian@us.us.ibm.com>
340         [BZ #2749]
341         * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Include
342         <math_ldbl_opt.h>.  Remove weak_alias.  Use long_double_symbol macro.
343         (__copysignl): Use signbit() for comparison.
344         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c (__fabsl): Correct parms for
345         SET_LDOUBLE_WORDS64.
347         [BZ #2423, #2749]
348         * sysdeps/ieee754/ldbl-128ibm/s_ceill.c: Don't include <fenv_libc.h>.
349         (__ceill): Remove calls to fegetround(), fesetround().
350         * sysdeps/ieee754/ldbl-128ibm/s_floorl.c: Likewise.
351         * sysdeps/ieee754/ldbl-128ibm/s_roundl.c: Likewise.
352         * sysdeps/ieee754/ldbl-128ibm/s_truncl.c: Likewise.
354 2007-01-17  Jakub Jelinek  <jakub@redhat.com>
356         * nscd/nscd_getserv_r.c (nscd_getserv_r): Fix pastos.
358         * sysdeps/unix/sysv/linux/getdents.c (offsetof): Remove.
360 2007-01-17  Ulrich Drepper  <drepper@redhat.com>
362         * sysdeps/unix/sysv/linux/fatal-prepare.h: Use PTHFCT_CALL to
363         demangle pointer.
364         * csu/libc-start.c: Likewise.
366 2007-01-16  Ulrich Drepper  <drepper@redhat.com>
368         * sysdeps/posix/system.c: Remove NO_WAITPID support, it cannot
369         really work anyway.
371 2007-01-15  Ulrich Drepper  <drepper@redhat.com>
373         * nscd/connections.c (servinfo): Renamed to reqinfo.  Change all
374         users.
375         (handle_request): Remove unnecessary tests.
377         * nscd/cache.c (cache_add): Record the failure to add to the cache.
379 2007-01-15  Jakub Jelinek  <jakub@redhat.com>
381         * soft-fp/op-common.h (FP_TRUNC): When truncating a NaN, clear
382         workbits in semi-raw fraction.
384         * math/test-misc.c: Add new tests.
386 2007-01-14  Steven Munroe  <sjmunroe@us.ibm.com>
388         * math/basic-test.c: Include test-skeleton.c.
389         (TEST_TRUNC): Define.
390         (truncdfsf_test, trunctfsf_test, trunctfdf_test): New.
391         (main): Rename to ...
392         (do_test): ...this.  Run new tests.
393         (TEST_FUNCTION): Define.
395 2006-10-05  Steven Munroe  <sjmunroe@us.ibm.com>
396             Joe Kerian  <jkerian@us.us.ibm.com>
398         [BZ #2749]
399         * soft-fp/op-4.h (__FP_FRAC_SUB_3, __FP_FRAC_SUB_4): Correct borrow
400         handling for high words.
401         * soft-fp/op-common.h (_FP_OVERFLOW_SEMIRAW): Always set inexact
402         and overflow for infinity.
404 2007-01-15  Ulrich Drepper  <drepper@redhat.com>
406         * nscd/connections.c (handle_request): Add a __builtin_expect.
408         * nscd/connections.c (serv2db): Change type into structure which
409         also says whether this is a request for data.  Renamed to
410         servinfo.  All users changed.
411         (handle_request): Much simpler test whether we should search the cache.
413         * nscd/connections.c (handle_request): Fix thinko in selinux test
414         invocation.
416         * sysdeps/generic/ldsodefs.h: Define DL_LOOKUP_SCOPE_LOCK.
417         * elf/dl-lookup.c (add_dependency): If scope map is locked, unlock
418         it before getting dl_load_lock and then relock.
419         (_dl_lookup_symbol_x): Pass flags to add_dependency.
420         When rerunning _dl_lookup_symbol_x, compute symbol_scope again in
421         case we unlocked the scope.
422         * elf/dl-runtime.c (_dl_fixup): Pass DL_LOOKUP_SCOPE_LOCK to
423         _dl_lookup_symbol_x in case we locked the scope.
424         (_dl_profile_fixup): Likewise.
425         * elf/dl-sym.c (do_sym): In flags passed to call_dl_lookup, also
426         set DL_LOOKUP_SCOPE_LOCK.
428 2007-01-13  Ulrich Drepper  <drepper@redhat.com>
430         * inet/Makefile: Define CFLAGS-getsrvbynm_r.c and
431         CFLAGS-getsrvbynpt_r.c.
432         * nscd/getsrvbynm_r.c: New file.
433         * nscd/getsrvbypt_r.c: New file.
434         * nscd/nscd_getserv_r.c: New file.
435         * nscd/servicescache.c: New file.
436         * nscd/Makefile (routines): Add nscd_getserv_r.
437         (nscd-modules): Add getsrvbynm_r, getsrvbypt_r, and servicescache.
438         Define CFLAGS-servicescache.c, CFLAGS-getsrvbynm_r.c, and
439         CFLAGS-getsrvbypt_r.c.
440         * nscd/cache.c (prune_cache): Rewrite to get re-add function from
441         table.  Add entries for services database.
442         * nscd/connections.c (serv2str): Mark as const.  Add entries for
443         services database.
444         (dbs): Add .reset_res and servdb initialization.
445         (serv2db): Add entries for services database.
446         (verify_persistent_db): Accept dbnr == servdb.
447         (invalidate_cache): Rewrite database name recognition to use a table.
448         Call res_init() if .reset_res is set for database.
449         (handle_request): Add code to handle services database.
450         * nscd/gai.c: Don't define __getservbyname_r.
451         * nscd/nscd-client.h (request_type): Remove LASTDBREQ, add
452         GETSERVBYNAME, GETSERVBYPORT, GETFDSERV.
453         (serv_response_header): Define.
454         (struct datahead): Add serv_response_header member.
455         * nscd/nscd.c (parse_opt): Rewrite parsing of -i parameter value
456         using table.
457         * nscd/nscd.conf: Add entries for services database.
458         * nscd/nscd.h: Adjust declaration of dbnames and serv2str.
459         Declare serv_iov_disabled.
460         Declare addservbyname, readdservbyname, addservbyport, and
461         readdservbyport.
462         * nscd/nscd_conf.c (dbnames): Mark as const.  Add services entry.
463         (find_db): Fix error message.
464         * nscd/nscd_proto.h: Declare __nss_not_use_nscd_services,
465         __nscd_getservbyname_r, and __nscd_getservbyport_r.
466         * nscd/selinux.c (perms): Add entries for services database.
467         * nss/Versions: Export __nss_services_lookup with GLIBC_PRIVATE.
468         * nss/nsswitch.c (__nss_disable_nscd): Also disable services database.
470         * nscd/grpcache.c: Remove obsolete code.  Cleanups.
471         * nscd/hstcache.c: Likewise.
472         * nscd/pwdcache.c: Likewise.
474         * nis/nss_nis/nis-service.c (_nss_nis_getservbyname_r): Correct
475         computation of keylen.
477         * include/string.h: Only redefine strndupa if this is really for
478         libc code.
480 2007-01-12  Ulrich Drepper  <drepper@redhat.com>
482         * nscd/nscd_gethst_r.c: Minor cleanups.
484         * nscd/connections.c (handle_request): Check selinux permissions
485         for all non-admin commands.
487         * sysdeps/i386/i486/bits/atomic.h: Define
488         atomic_compare_and_exchange_val_acq,
489         atomic_compare_and_exchange_bool_acq, and atomic_exchange_and_add
490         using __sync_* built-ins for gcc >= 4.1.
491         * sysdeps/x86_64/bits/atomic.h: Likewise.
493         [BZ #3840]
494         * scripts/check-local-headers.sh: Restrict to testing .o.d, .os.d,
495         and .oS.d files.
497 2007-01-05  Steven Munroe  <sjmunroe@us.ibm.com>
499         * stdlib/tst-makecontext.c: Include errno.h.  Change main()
500         to do_test().  Define TEST_FUNCTION. Include test-skeleton.c.
501         (do_test): Check errno and exit(0) if ENOSYS.
503 2007-01-11  Jakub Jelinek  <jakub@redhat.com>
505         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Fix handling of multi-byte
506         thousands separators.
507         * stdlib/Makefile: Add rules to build and run tst-strtod4.
508         * stdlib/tst-strtod4.c: New test.
510         [BZ #3855]
511         * stdlib/strtod_l.c (____STRTOF_INTERNAL): 0x. not followed by
512         hexadecimal digit should accept just the initial 0.
513         * stdlib/tst-strtod2.c (tests): New variable.
514         (do_test): Run several tests rather than just one.
516 2007-01-11  Jakub Jelinek  <jakub@redhat.com>
518         * sysdeps/i386/soft-fp/sfp-machine.h: Remove.
519         * sysdeps/x86_64/soft-fp/sfp-machine.h: Likewise.
521 2007-01-10  Ulrich Drepper  <drepper@redhat.com>
523         * io/fts.c: Make sure fts_cur is always valid after return from
524         fts_read.
525         Patch by Miloslav Trmac <mitr@redhat.com>.
527 2006-10-27  Richard Sandiford  <richard@codesourcery.com>
529         * elf/elf.h (R_MIPS_GLOB_DAT): Define.
530         (R_MIPS_NUM): Bump by 1.
532 2007-01-03  Jakub Jelinek  <jakub@redhat.com>
534         * posix/execvp.c: Include alloca.h.
535         (allocate_scripts_argv): Renamed to...
536         (scripts_argv): ... this.  Don't allocate buffer here nor count
537         arguments.
538         (execvp): Use alloca if possible.
539         * posix/Makefile: Add rules to build and run tst-vfork3 test.
540         * posix/tst-vfork3.c: New test.
542 2007-01-03  Ulrich Drepper  <drepper@redhat.com>
544         * string/Makefile (tst-strxfrm2-ENV): Define.
545         * stdlib/Makefile (tst-strtod3-ENV): Define.
547 2007-01-02  Ulrich Drepper  <drepper@redhat.com>
549         * posix/getconf.c: Update copyright year.
550         * nss/getent.c: Likewise.
551         * iconv/iconvconfig.c: Likewise.
552         * iconv/iconv_prog.c: Likewise.
553         * elf/ldconfig.c: Likewise.
554         * catgets/gencat.c: Likewise.
555         * csu/version.c: Likewise.
556         * elf/ldd.bash.in: Likewise.
557         * elf/sprof.c (print_version): Likewise.
558         * locale/programs/locale.c: Likewise.
559         * locale/programs/localedef.c: Likewise.
560         * nscd/nscd.c (print_version): Likewise.
561         * debug/xtrace.sh: Likewise.
562         * malloc/memusage.sh: Likewise.
563         * malloc/mtrace.pl: Likewise.
564         * debug/catchsegv.sh: Likewise.
566 2006-12-24  Ulrich Drepper  <drepper@redhat.com>
568         * malloc/malloc.c (sYSMALLOc): Remove some unnecessary alignment
569         attempts.
571 2006-12-23  Ulrich Drepper  <drepper@redhat.com>
573         * posix/wordexp.c: Remove some unnecessary tests.
575 2006-12-22  Gavin Romig-Koch  <gavin@redhat.com>
577         * nis/nss_compat/compat-grp.c (internal_getgrgid_r): Don't
578         blacklist the group till after we look it up.
580 2006-12-21  Ulrich Drepper  <drepper@redhat.com>
582         * include/atomic.h (atomic_forced_read): New macro.
584 2006-12-20  SUGIOKA Toshinobu  <sugioka@itonet.co.jp>
586         * sysdeps/unix/sysv/linux/sh/bits/shm.h: New file.
588 2006-12-19  Jakub Jelinek  <jakub@redhat.com>
590         * nss/getXXbyYY_r.c: Include atomic.h.
591         (INTERNAL (REENTRANT_NAME)): Write startp after start_fct,
592         add atomic_write_barrier () in between.
594         * stdlib/Makefile (tests): Add tst-makecontext.
595         * stdlib/tst-makecontext.c: New test.
597         * sysdeps/unix/sysv/linux/powerpc/powerpc32/makecontext.S
598         (__makecontext): Don't realign uc_mcontext.uc_regs.
600 2006-11-28  Jakub Jelinek  <jakub@redhat.com>
602         * elf/dl-support.c: Include dl-procinfo.h.
603         * sysdeps/powerpc/dl-procinfo.h (PPC_PLATFORM_POWER4,
604         PPC_PLATFORM_PPC970, PPC_PLATFORM_POWER5, PPC_PLATFORM_POWER5_PLUS,
605         PPC_PLATFORM_POWER6, PPC_PLATFORM_CELL_BE, PPC_PLATFORM_POWER6X):
606         Define.
607         (_dl_string_platform): Use PPC_PLATFORM_* macros instead of
608         hardcoded constants.
609         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_platform): Use
610         PPC_PLATFORM_* macros for array designators.
612 2006-11-11  Steven Munroe  <sjmunroe@us.ibm.com>
614         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_cap_flags): Add 3 new cap
615         names to the beginning.
616         (_dl_powerpc_platforms): Add "power6x".
617         * sysdeps/powerpc/dl-procinfo.h (_DL_HWCAP_FIRST): Decrease.
618         (HWCAP_IMPORTANT): Add PPC_FEATURE_HAS_DFP.
619         (_DL_PLATFORMS_COUNT): Increase.
620         (_dl_string_platform): Handle power6x case.
621         * sysdeps/powerpc/sysdep.h (PPC_FEATURE_PA6T, PPC_FEATURE_HAS_DFP,
622         PPC_FEATURE_POWER6_EXT): Define.
623         (PPC_FEATURE_POWER5, PPC_FEATURE_POWER5_PLUS): Correct Comment.
625 2006-12-18  Jakub Jelinek  <jakub@redhat.com>
627         [BZ #3747]
628         * stdlib/jrand48_r.c (__jrand48_r): Make sure result is in the
629         [-2^31 .. 2^31) range.
630         * stdlib/tst-rand48.c (main): Fix expected values for 64-bit
631         targets.
632         * stdlib/tst-rand48-2.c: New test.
633         * stdlib/Makefile (tests): Add tst-rand48-2.
635 2006-12-14  Jakub Jelinek  <jakub@redhat.com>
637         * misc/tst-pselect.c (do_test): Fix sigblock argument.
639 2006-12-14  Ulrich Drepper  <drepper@redhat.com>
641         * misc/tst-pselect.c (do_test): Make sure the helper process is
642         terminating when the test is aborted.
644 2006-12-13  Ulrich Drepper  <drepper@redhat.com>
646         * sysdeps/unix/sysv/linux/bits/statvfs.h: Define ST_RELATIME.
647         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
648         Handle relatime mount option.
650         [BZ #2337]
651         * libio/Makefile (tests): Add tst-setvbuf1.
652         * libio/tst-setvbuf1.c: New file.
654 2006-12-08  Jakub Jelinek  <jakub@redhat.com>
656         [BZ #2337]
657         * libio/genops.c (__uflow): Fix a typo.
658         * libio/wfiledoalloc.c (_IO_wfile_doallocate): Don't stat
659         nor set _IO_LINE_BUF bit here.  Size the wide buffer based on
660         the narrow buffer size.
662 2006-11-24  Jakub Jelinek  <jakub@redhat.com>
664         [BZ #2337]
665         * libio/libio.h (_IO_FLAGS2_USER_WBUF): Define.
666         * libio/wgenops.c (_IO_wsetb, _IO_wdefault_finish): Test and set
667         _IO_FLAGS2_USER_WBUF bit in _flags2 instead of _IO_USER_BUF bit
668         in _flags.
669         * libio/wstrops.c (_IO_wstr_overflow, enlarge_userbuf,
670         _IO_wstr_finish): Likewise.
671         * libio/wmemstream.c (open_wmemstream): Likewise.
672         * libio/fileops.c (_IO_new_file_close_it): Call _IO_set[bgp]
673         even for wide streams.
675 2006-12-13  Jakub Jelinek  <jakub@redhat.com>
677         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S: Include
678         kernel-features.h.
680 2006-12-11  Ulrich Drepper  <drepper@redhat.com>
682         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Parse thousand
683         separators also if no non-zero digits found.
684         * stdlib/Makefile (tests): Add tst-strtod3.
686 2006-12-09  Ulrich Drepper  <drepper@redhat.com>
688         [BZ #3632]
689         * include/features.h: Fix comment about default value for
690         _POSIX_C_SOURCE.
692         [BZ #3664]
693         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Fix test to recognize
694         empty parsed strings.
695         * stdlib/Makefile (tests): Add tst-strtod2.
696         * stdlib/tst-strtod2.c: New file.
698         [BZ #3673]
699         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Fix exp_limit
700         computation.
701         * stdlib/Makefile (tests): Add tst-atof2.
702         * stdlib/tst-atof2.c: New file.
704         [BZ #3674]
705         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Adjust exponent value
706         correctly if removing trailing zero of hex-float.
707         * stdlib/Makefile (tests): Add tst-atof1.
708         * stdlib/tst-atof1.c: New file.
710 2006-12-09  Jakub Jelinek  <jakub@redhat.com>
712         * misc/mntent_r.c (__hasmntopt): Check p[optlen] even when p == rest.
713         Start searching for next comma at p rather than rest.
714         * misc/Makefile (tests): Add tst-mntent2.
715         * misc/tst-mntent2.c: New test.
717         * misc/getusershell.c (initshells): Check for integer overflows.
718         Make strings buffer one bigger as fgets always succeeds when second
719         argument is 1.  Don't use calloc for shells array.  Disallow
720         / as shell.
722 2006-12-08  Ulrich Drepper  <drepper@redhat.com>
724         * malloc/memusage.c: Handle realloc with new size of zero and
725         non-NULL pointer correctly.
726         (me): Really write first record twice.
727         (struct entry): Make format bi-arch safe.
728         (dest): Write out more realloc statistics.
729         * malloc/memusagestat.c (struct entry): Make format bi-arch safe.
731 2006-12-05  Jakub Jelinek  <jakub@redhat.com>
733         * nis/nis_subr.c (nis_getnames): Revert last change.
735 2006-12-04  Jakub Jelinek  <jakub@redhat.com>
737         * sysdeps/unix/sysv/linux/ttyname.c: Include termios.h.
738         (ttyname): Use tcgetattr instead of isatty, don't set errno to ENOTTY.
739         * sysdeps/unix/sysv/linux/ttyname_r.c: Include termios.h.
740         (__ttyname_r): Use tcgetattr instead of isatty, don't set errno to
741         ENOTTY.
742         * io/Makefile: Add rules to build and run tst-ttyname_r test.
743         * io/tst-ttyname_r.c: New test.
745 2006-12-03  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
747         * sysdeps/unix/sysv/linux/sh/sys/io.h: Removed.
749 2006-11-30  H.J. Lu  <hongjiu.lu@intel.com>
751         * sysdeps/i386/i686/memcmp.S: Use jump table as the base of
752         jump table entries.
754 2006-11-30  Jan Kratochvil  <jan.kratochvil@redhat.com>
756         * sysdeps/unix/sysv/linux/i386/clone.S: Provide CFI for the outermost
757         `clone' function to ensure proper unwinding stop of gdb.
758         * sysdeps/unix/sysv/linux/x86_64/clone.S: Likewise.
760 2006-12-01  Ulrich Drepper  <drepper@redhat.com>
762         * nscd/nscd.init: Remove obsolete and commented-out -S option
763         handling.
765 2006-11-23  Jakub Jelinek  <jakub@redhat.com>
767         [BZ #3514]
768         * manual/string.texi (strncmp): Fix pastos from wcscmp description.
770         [BZ #3515]
771         * manual/string.texi (strtok): Remove duplicate paragraph.
773 2006-12-01  Jan Kratochvil  <jan.kratochvil@redhat.com>
775         * sysdeps/unix/sysv/linux/x86_64/sigaction.c: Fix compatibility with
776         libgcc not supporting `rflags' unwinding (register # >= 17).
778 2006-11-30  Jakub Jelinek  <jakub@redhat.com>
780         * sunrpc/svc_run.c (svc_run): Set my_pollfd to new_pollfd if realloc
781         succeeded.
783 2006-11-29  Daniel Jacobowitz  <dan@codesourcery.com>
784             Jakub Jelinek  <jakub@redhat.com>
785             Jan Kratochvil  <jan.kratochvil@redhat.com>
787         * sysdeps/unix/sysv/linux/x86_64/sigaction.c (restore_rt): Add correct
788         unwind information.
789         * sysdeps/unix/sysv/linux/x86_64/Makefile: Provide symbols for
790         'restore_rt' even in the 'signal' directory.
791         * sysdeps/unix/sysv/linux/x86_64/ucontext_i.sym: Extend the regs list.
793 2006-11-27  Jakub Jelinek  <jakub@redhat.com>
795         [BZ #3559]
796         * sunrpc/svc_run.c (svc_run): Fail instead of segfaulting if
797         malloc crashed.  Don't allocate memory unnecessarily in each
798         loop.
800 2006-10-21  Jakub Jelinek  <jakub@redhat.com>
802         * resolv/mapv4v6addr.h (map_v4v6_address): Fix last change.
804 2006-11-20  Ulrich Drepper  <drepper@redhat.com>
806         * resolv/mapv4v6addr.h (map_v4v6_address): Optimize a bit.
808 2006-11-18  Bruno Haible  <bruno@clisp.org>
810         * sysdeps/unix/sysv/linux/i386/getgroups.c (__getgroups): Invoke
811         __sysconf only after having tried to call getgroups32.
813 2006-11-19  Ulrich Drepper  <drepper@redhat.com>
815         * nss/nss_files/files-hosts.c (LINE_PARSER): Support IPv6-style
816         addresses for IPv4 queries if they can be mapped.
818 2006-11-16  Jakub Jelinek  <jakub@redhat.com>
820         * sysdeps/x86_64/fpu/s_copysignf.S (__copysignf): Switch to .text.
821         * sysdeps/x86_64/fpu/s_copysign.S (__copysign): Likewise.
822         (signmask): Add .size directive.
823         (othermask): Add .type directive.
825 2006-11-14  Ulrich Drepper  <drepper@redhat.com>
827         * po/nl.po: Update from translation team.
829         * timezone/zdump.c: Redo fix for BZ #3137.
831 2006-11-14  Jakub Jelinek  <jakub@redhat.com>
833         * nss/nss_files/files-alias.c (get_next_alias): Set line back
834         to first_unused after parsing :include: file.
836 2006-11-10  Ulrich Drepper  <drepper@redhat.com>
838         * timezone/africa: Update from tzdata2006o.
839         * timezone/antarctica: Likewise.
840         * timezone/asia: Likewise.
841         * timezone/australasia: Likewise.
842         * timezone/backward: Likewise.
843         * timezone/europe: Likewise.
844         * timezone/iso3166.tab: Likewise.
845         * timezone/northamerica: Likewise.
846         * timezone/southamerica: Likewise.
847         * timezone/zone.tab: Likewise.
849         * time/tzfile.c (__tzfile_read): Extend to handle new file format
850         on machines with 64-bit time_t.
852         * timezone/checktab.awk: Update from tzcode2006o.
853         * timezone/ialloc.c: Likewise.
854         * timezone/private.h: Likewise.
855         * timezone/scheck.c: Likewise.
856         * timezone/tzfile.h: Likewise.
857         * timezone/tzselect.ksh: Likewise.
858         * timezone/zdump.c: Likewise.
859         * timezone/zic.c: Likewise.
861         [BZ #3483]
862         * elf/ldconfig.c (main): Call setlocale and textdomain.
863         Patch mostly by Benno Schulenberg <bensberg@justemail.net>.
865         [BZ #3480]
866         * manual/argp.texi: Fix typos.
867         * manual/charset.texi: Likewise.
868         * manual/errno.texi: Likewise.
869         * manual/filesys.texi: Likewise.
870         * manual/lang.texi: Likewise.
871         * manual/maint.texi: Likewise.
872         * manual/memory.texi: Likewise.
873         * manual/message.texi: Likewise.
874         * manual/resource.texi: Likewise.
875         * manual/search.texi: Likewise.
876         * manual/signal.texi: Likewise.
877         * manual/startup.texi: Likewise.
878         * manual/stdio.texi: Likewise.
879         * manual/sysinfo.texi: Likewise.
880         * manual/syslog.texi: Likewise.
881         * manual/time.texi: Likewise.
882         Patch by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
884         [BZ #3465]
885         * sunrpc/clnt_raw.c: Minimal message improvements.
886         * sunrpc/pm_getmaps.c: Likewise.
887         * nis/nss_nisplus/nisplus-publickey.c: Likewise.
888         * nis/nis_print_group_entry.c: Likewise.
889         * locale/programs/repertoire.c: Likewise.
890         * locale/programs/charmap.c: Likewise.
891         * malloc/memusage.sh: Likewise.
892         * elf/dl-deps.c: Likewise.
893         * locale/programs/ld-collate.c: Likewise.
894         * libio/vswprintf.c: Likewise.
895         * malloc/memusagestat.c: Likewise.
896         * sunrpc/auth_unix.c: Likewise.
897         * sunrpc/rpc_main.c: Likewise.
898         * nscd/cache.c: Likewise.
899         * locale/programs/repertoire.c: Unify output messages.
900         * locale/programs/charmap.c: Likewise.
901         * locale/programs/ld-ctype.c: Likewise.
902         * locale/programs/ld-monetary.c: Likewise.
903         * locale/programs/ld-numeric.c: Likewise.
904         * locale/programs/ld-time.c: Likewise.
905         * elf/ldconfig.c: Likewise.
906         * nscd/selinux.c: Likewise.
907         * elf/cache.c: Likewise.
908         Patch mostly by Benno Schulenberg <bensberg@justemail.net>.
910         [BZ #3451]
911         * sysdeps/i386/fpu/bits/mathinline.h (floor): Make rounding mode
912         change atomic.
913         (ceil): Likewise.
915 2006-11-10  Jakub Jelinek  <jakub@redhat.com>
917         * string/strxfrm_l.c (STRXFRM): Fix trailing \1 optimization
918         if N is one bigger than return value.
919         * string/tst-strxfrm2.c (do_test): Also test strxfrm with l1 + 1
920         and l1 last arguments, if buf is defined, verify the return value
921         equals to strlen (buf) and verify no byte beyond passed length
922         is modified.
924 2006-11-10  Ulrich Drepper  <drepper@redhat.com>
926         * po/sv.po: Update from translation team.
928 2006-11-09  Ulrich Drepper  <drepper@redhat.com>
930         * sysdeps/unix/sysv/linux/x86_64/sysconf.c (intel_check_word): Add
931         noinline attribute.
933 2006-11-10  Jakub Jelinek  <jakub@redhat.com>
935         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word): Add
936         noinline attribute.
938         * sysdeps/gnu/siglist.c (__old_sys_siglist, __old_sys_sigabbrev):
939         Use __new_sys_siglist instead of _sys_siglist_internal as
940         second macro argument.
941         (_old_sys_siglist): Use declare_symbol_alias macro instead of
942         strong_alias.
944 2006-11-09  Ulrich Drepper  <drepper@redhat.com>
946         [BZ #3493]
947         * posix/unistd.h (sysconf): Remove const attribute.
949         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Fix test for
950         temporary or deprecated addresses.
951         Patch by Sridhar Samudrala <sri@us.ibm.com>.
953         * string/Makefile (tests): Add tst-strxfrm2.
954         * string/tst-strxfrm2.c: New file.
956 2006-10-09  Jakub Jelinek  <jakub@redhat.com>
958         * elf/dl-debug.c (_dl_debug_initialize): Check r->r_map for 0
959         rather than r->r_brk.
961 2006-11-08  Jakub Jelinek  <jakub@redhat.com>
963         * string/strxfrm_l.c (STRXFRM): Do the trailing \1 removal
964         optimization even if needed > n.
966         * elf/dl-load.c (decompose_rpath): Return bool rather than void.
967         If l->l_name is on inhibit_rpath list, set sps->dirs to -1 and
968         return false, otherwise return true.
969         (cache_rpath): Return decompose_rpath return value.
971 2006-11-07  Jakub Jelinek  <jakub@redhat.com>
973         * include/libc-symbols.h (declare_symbol): Rename to...
974         (declare_symbol_alias): ... this.  Add ORIGINAL argument, imply
975         strong_alias (ORIGINAL, SYMBOL) in asm to make sure it preceedes
976         .size directive.
977         * sysdeps/gnu/errlist-compat.awk: Adjust for declare_symbol_alias
978         changes.
979         * sysdeps/gnu/siglist.c: Likewise.
981 2006-11-03  Steven Munroe  <sjmunroe@us.ibm.com>
983         * sysdeps/powerpc/fpu/bits/mathinline.h
984         [__LIBC_INTERNAL_MATH_INLINES]: Moved to ...
985         * sysdeps/powerpc/fpu/math_private.h: ...here.  New file.
987 2006-11-05  Ulrich Drepper  <drepper@redhat.com>
989         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word):
990         Update handling of cache descriptor 0x49 for new models.
991         * sysdeps/unix/sysv/linux/x86_64/sysconf.c (intel_check_word):
992         Likewise.
994 2006-11-02  Jakub Jelinek  <jakub@redhat.com>
996         * malloc/memusage.c (dest): Reset not_me back to false after
997         printing statistics.
999 2006-11-02  Ulrich Drepper  <drepper@redhat.com>
1001         * configure.in: Work around ld --help change and avoid -z relro
1002         test completely if the architecture doesn't care about security.
1004 2006-11-01  Ulrich Drepper  <drepper@redhat.com>
1006         * po/sv.po: Update from translation team.
1008 2006-10-31  Ulrich Drepper  <drepper@redhat.com>
1010         * stdlib/atexit.c (atexit): Don't mark as hidden when used to
1011         generate compatibility version.
1013 2006-10-29  Ulrich Drepper  <drepper@redhat.com>
1015         * configure.in: Relax -z relro requirement a bit.
1017         * po/sv.po: Update from translation team.
1019 2006-10-29  Jakub Jelinek  <jakub@redhat.com>
1021         * elf/dl-sym.c (do_sym): Use RTLD_SINGLE_THREAD_P.
1022         * elf/dl-runtime.c (_dl_fixup, _dl_profile_fixup): Likewise.
1023         * elf/dl-close.c (_dl_close_worker): Likewise.
1024         * elf/dl-open.c (_dl_open_worker): Likewise.
1025         * sysdeps/generic/sysdep-cancel.h (RTLD_SINGLE_THREAD_P): Define.
1027 2006-10-27  Ulrich Drepper  <drepper@redhat.com>
1029         * configure.in: Require assembler support for visibility, compiler
1030         support for visibility and aliases, linker support for various -z
1031         options.
1032         * Makeconfig: Remove conditional code which now is unnecessary.
1033         * config.h.in: Likewise.
1034         * config.make.in: Likewise.
1035         * dlfcn/Makefile: Likewise.
1036         * elf/Makefile: Likewise.
1037         * elf/dl-load.c: Likewise.
1038         * elf/rtld.c: Likewise.
1039         * include/libc-symbols.h: Likewise.
1040         * include/stdio.h: Likewise.
1041         * io/Makefile: Likewise.
1042         * io/fstat.c: Likewise.
1043         * io/fstat64.c: Likewise.
1044         * io/fstatat.c: Likewise.
1045         * io/fstatat64.c: Likewise.
1046         * io/lstat.c: Likewise.
1047         * io/lstat64.c: Likewise.
1048         * io/mknod.c: Likewise.
1049         * io/mknodat.c: Likewise.
1050         * io/stat.c: Likewise.
1051         * io/stat64.c: Likewise.
1052         * libio/stdio.c: Likewise.
1053         * nscd/Makefile: Likewise.
1054         * stdlib/Makefile: Likewise.
1055         * stdlib/atexit.c: Likewise.
1056         * sysdeps/generic/ldsodefs.h: Likewise.
1057         * sysdeps/i386/dl-machine.h: Likewise.
1058         * sysdeps/i386/sysdep.h: Likewise.
1059         * sysdeps/i386/i686/memcmp.S: Likewise.
1060         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
1061         * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
1062         * sysdeps/unix/sysv/linux/x86_64/sigaction.c: Likewise.
1064         * Makerules: USE_TLS support is now default.
1065         * tls.make.c: Likewise.
1066         * csu/Versions: Likewise.
1067         * csu/libc-start.c: Likewise.
1068         * csu/libc-tls.c: Likewise.
1069         * csu/version.c: Likewise.
1070         * dlfcn/dlinfo.c: Likewise.
1071         * elf/dl-addr.c: Likewise.
1072         * elf/dl-cache.c: Likewise.
1073         * elf/dl-close.c: Likewise.
1074         * elf/dl-iteratephdr.c: Likewise.
1075         * elf/dl-load.c: Likewise.
1076         * elf/dl-lookup.c: Likewise.
1077         * elf/dl-object.c: Likewise.
1078         * elf/dl-open.c: Likewise.
1079         * elf/dl-reloc.c: Likewise.
1080         * elf/dl-support.c: Likewise.
1081         * elf/dl-sym.c: Likewise.
1082         * elf/dl-sysdep.c: Likewise.
1083         * elf/dl-tls.c: Likewise.
1084         * elf/ldconfig.c: Likewise.
1085         * elf/rtld.c: Likewise.
1086         * elf/tst-tls-dlinfo.c: Likewise.
1087         * elf/tst-tls1.c: Likewise.
1088         * elf/tst-tls10.h: Likewise.
1089         * elf/tst-tls14.c: Likewise.
1090         * elf/tst-tls2.c: Likewise.
1091         * elf/tst-tls3.c: Likewise.
1092         * elf/tst-tls4.c: Likewise.
1093         * elf/tst-tls5.c: Likewise.
1094         * elf/tst-tls6.c: Likewise.
1095         * elf/tst-tls7.c: Likewise.
1096         * elf/tst-tls8.c: Likewise.
1097         * elf/tst-tls9.c: Likewise.
1098         * elf/tst-tlsmod1.c: Likewise.
1099         * elf/tst-tlsmod13.c: Likewise.
1100         * elf/tst-tlsmod13a.c: Likewise.
1101         * elf/tst-tlsmod14a.c: Likewise.
1102         * elf/tst-tlsmod2.c: Likewise.
1103         * elf/tst-tlsmod3.c: Likewise.
1104         * elf/tst-tlsmod4.c: Likewise.
1105         * elf/tst-tlsmod5.c: Likewise.
1106         * elf/tst-tlsmod6.c: Likewise.
1107         * include/errno.h: Likewise.
1108         * include/link.h: Likewise.
1109         * include/tls.h: Likewise.
1110         * locale/global-locale.c: Likewise.
1111         * locale/localeinfo.h: Likewise.
1112         * malloc/arena.c: Likewise.
1113         * malloc/hooks.c: Likewise.
1114         * malloc/malloc.c: Likewise.
1115         * resolv/Versions: Likewise.
1116         * sysdeps/alpha/dl-machine.h: Likewise.
1117         * sysdeps/alpha/libc-tls.c: Likewise.
1118         * sysdeps/generic/ldsodefs.h: Likewise.
1119         * sysdeps/generic/tls.h: Likewise.
1120         * sysdeps/i386/dl-machine.h: Likewise.
1121         * sysdeps/ia64/dl-machine.h: Likewise.
1122         * sysdeps/ia64/libc-tls.c: Likewise.
1123         * sysdeps/mach/hurd/fork.c: Likewise.
1124         * sysdeps/mach/hurd/i386/tls.h: Likewise.
1125         * sysdeps/powerpc/powerpc32/dl-machine.c: Likwise.
1126         * sysdeps/powerpc/powerpc32/dl-machine.h: Likewise.
1127         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
1128         * sysdeps/s390/libc-tls.c: Likewise.
1129         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
1130         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
1131         * sysdeps/sh/dl-machine.h: Likewise.
1132         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
1133         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
1134         * sysdeps/x86_64/dl-machine.h: Likewise.
1136         * elf/dl-close.c (_dl_close_worker): Renamed from _dl_close and
1137         split out locking and parameter checking.
1138         (_dl_close): Call _dl_close_worker after locking and checking.
1139         * elf/dl-open.c (_dl_open): Call _dl_close_worker instead of
1140         _dl_close.
1141         * elf/Makefile: Add rules to build and run tst-thrlock.
1142         * elf/tst-thrlock.c:  New file.
1144         [BZ #3426]
1145         * stdlib/stdlib.h: Adjust comment for canonicalize_file_name to
1146         reality.
1148         [BZ #3429]
1149         * elf/dl-open.c (dl_open_worker): Keep holding dl_load_lock until
1150         we are sure we do not need it anymore for _dl_close.  Also move
1151         the asserts inside the lock region.
1152         Patch mostly by Suzuki <suzuki@in.ibm.com>.
1154 2006-10-27  Jakub Jelinek  <jakub@redhat.com>
1156         * elf/dl-lookup.c (_dl_debug_bindings): Remove unused symbol_scope
1157         argument.
1158         (_dl_lookup_symbol_x): Adjust caller.
1160         * sysdeps/generic/ldsodefs.h (struct link_namespaces): Remove
1161         _ns_global_scope.
1162         * elf/rtld.c (dl_main): Don't initialize _ns_global_scope.
1164         * elf/dl-libc.c: Revert l_scope name changes.
1165         * elf/dl-load.c: Likewise.
1166         * elf/dl-object.c: Likewise.
1167         * elf/rtld.c: Likewise.
1168         * elf/dl-close.c (_dl_close): Likewise.
1169         * elf/dl-open.c (dl_open_worker): Likewise.  If not SINGLE_THREAD_P,
1170         always use __rtld_mrlock_{change,done}.  Always free old scope list
1171         here if not l_scope_mem.
1172         * elf/dl-runtime.c (_dl_fixup, _dl_profile_fixup): Revert l_scope name
1173         change.  Never free scope list here.  Just __rtld_mrlock_lock before
1174         the lookup and __rtld_mrlock_unlock it after the lookup.
1175         * elf/dl-sym.c: Likewise.
1176         * include/link.h (struct r_scoperec): Remove.
1177         (struct link_map): Replace l_scoperec with l_scope, l_scoperec_mem
1178         with l_scope_mem and l_scoperec_lock with l_scope_lock.
1180 2006-10-25  Ulrich Drepper  <drepper@redhat.com>
1182         * sysdeps/gnu/netinet/tcp.h: Define TCP_CONGESTION.
1184 2006-10-18  Ulrich Drepper  <drepper@redhat.com>
1186         * configure.in: Disable building profile libraries by default.
1188 2006-10-17  Jakub Jelinek  <jakub@redhat.com>
1190         * sunrpc/xdr_mem.c (xdrmem_setpos): Don't compare addresses
1191         as signed longs, check for x_base + pos overflow.
1192         * sunrpc/Makefile (tests): Add tst-xdrmem2.
1193         * sunrpc/tst-xdrmem2.c: New test.
1195 2006-10-18  Ulrich Drepper  <drepper@redhat.com>
1197         * elf/dl-lookup.c (_dl_lookup_symbol_x): Add warning to
1198         _dl_lookup_symbol_x code.
1200 2006-10-17  Jakub Jelinek  <jakub@redhat.com>
1202         * elf/dl-runtime.c: Include sysdep-cancel.h.
1203         (_dl_fixup, _dl_profile_fixup): Use __rtld_mrlock_* and
1204         scoperec->nusers only if !SINGLE_THREAD_P.  Use atomic_*
1205         instead of catomic_* macros.
1206         * elf/dl-sym.c: Include sysdep-cancel.h.
1207         (do_sym): Use __rtld_mrlock_* and scoperec->nusers only
1208         if !SINGLE_THREAD_P.  Use atomic_* instead of catomic_* macros.
1209         * elf/dl-close.c: Include sysdep-cancel.h.
1210         (_dl_close): Use __rtld_mrlock_* and scoperec->nusers only
1211         if !SINGLE_THREAD_P.  Use atomic_* instead of catomic_* macros.
1212         * elf/dl-open.c: Include sysdep-cancel.h.
1213         (dl_open_worker): Use __rtld_mrlock_* and scoperec->nusers only
1214         if !SINGLE_THREAD_P.  Use atomic_* instead of catomic_* macros.
1216 2006-10-17  Jakub Jelinek  <jakub@redhat.com>
1218         [BZ #3313]
1219         * malloc/malloc.c (malloc_consolidate): Set maxfb to address of last
1220         fastbin rather than end of fastbin array.
1222 2006-10-18  Ulrich Drepper  <drepper@redhat.com>
1224         * sysdeps/i386/i486/bits/atomic.h (catomic_decrement): Use correct
1225         body macro.
1226         * sysdeps/x86_64/bits/atomic.h
1227         (__arch_c_compare_and_exchange_val_64_acq): Add missing casts.
1228         (catomic_decrement): Use correct body macro.
1230 2006-10-17  Jakub Jelinek  <jakub@redhat.com>
1232         * include/atomic.h: Add a unique prefix to all local variables
1233         in macros.
1234         * csu/tst-atomic.c (do_test): Test also catomic_* macros.
1236 2006-10-16  Ulrich Drepper  <drepper@redhat.com>
1238         [BZ #3369]
1239         * sysdeps/posix/getaddrinfo.c (rfc3484_sort): Fix typos in rules 4
1240         and 7.
1242 2006-10-14  Ulrich Drepper  <drepper@redhat.com>
1244         * resolv/arpa/nameser.h: Document that ns_t_a6 is deprecated.
1246 2006-10-13  Ulrich Drepper  <drepper@redhat.com>
1248         [BZ #3313]
1249         * malloc/malloc.c (malloc_consolidate): Don't use get_fast_max to
1250         determine highest fast bin to consolidate, always look into all of
1251         them.
1252         (do_check_malloc_state): Only require for empty bins for large
1253         sizes in main arena.
1255         * libio/stdio.h: Add more __wur attributes.
1257         * elf/dl-minimal.c (realloc): Optimize last patch.
1259 2006-10-12  Richard Sandiford  <richard@codesourcery.com>
1261         [BZ #3352]
1262         * elf/dl-minimal.c (realloc): Let malloc() return a new pointer,
1263         and use memcpy() if it does.
1265 2006-11-12  Andreas Jaeger  <aj@suse.de>
1267         [BZ #2510]
1268         * manual/search.texi (Hash Search Function): Clarify.
1269         (Array Search Function): Clarify.
1271 2006-11-12  Joseph Myers  <joseph@codesourcery.com>
1273         [BZ #2830]
1274         * math/atest-exp.c (main): Cast hex value to mp_limb_t before
1275         shifting.
1276         * math/atest-exp2.c (read_mpn_hex): Likewise.
1277         * math/atest-sincos.c (main): Likewise.
1279 2006-10-11  Ulrich Drepper  <drepper@redhat.com>
1281         * sysdeps/unix/sysv/linux/syscalls.list: Add epoll_pwait.
1282         * sysdeps/unix/sysv/linux/sys/epoll.h: Declare epoll_pwait.
1283         * sysdeps/unix/sysv/linux/Versions (libc): Add epoll_pwait for
1284         version GLIBC_2.6.
1285         * Versions.def: Add GLIBC_2.6 for libc.
1287         * sysdeps/unix/sysv/linux/i386/sysdep.h (DOARGS_6): Fix offset.
1289         * sysdeps/i386/i486/bits/atomic.h: Add catomic_* support.
1291 2006-10-11  Jakub Jelinek  <jakub@redhat.com>
1293         * malloc/malloc.c (_int_malloc): Remove unused any_larger variable.
1295         * nis/nis_defaults.c (__nis_default_access): Don't call getenv twice.
1297         * nis/nis_subr.c (nis_getnames): Use __secure_getenv instead of getenv.
1298         * sysdeps/generic/unsecvars.h: Add NIS_PATH.
1300 2006-10-11  Ulrich Drepper  <drepper@redhat.com>
1302         * include/atomic.c: Define catomic_* operations.
1303         * sysdeps/x86_64/bits/atomic.h: Likewise.  Fix a few minor problems.
1304         * stdlib/cxa_finalize.c: Use catomic_* operations instead of atomic_*.
1305         * malloc/memusage.c: Likewise.
1306         * gmon/mcount.c: Likewise.
1307         * elf/dl-close.c: Likewise.
1308         * elf/dl-open.c: Likewise.
1309         * elf/dl-profile.c: Likewise.
1310         * elf/dl-sym.c: Likewise.
1311         * elf/dl-runtime.c: Likewise.
1312         * elf/dl-fptr.c: Likewise.
1313         * resolv/res_libc.c: Likewise.
1315 2006-10-10  Ulrich Drepper  <drepper@redhat.com>
1317         * nis/nis_subr.c (nis_getnames): Add trailing dot to NIS_PATH
1318         components which lack them.
1320         * nis/nis_subr.c (nis_getnames): Make sure that we always return
1321         at least one entry consisting of the parameter concatenated with
1322         the domain.
1324 2006-10-10  Roland McGrath  <roland@frob.com>
1326         * sysdeps/mach/hurd/utimes.c: Use a union to avoid an improper cast.
1327         * sysdeps/mach/hurd/futimes.c: Likewise.
1328         * sysdeps/mach/hurd/lutimes.c: Likewise.
1330 2006-10-09  Ulrich Drepper  <drepper@redhat.com>
1331             Jakub Jelinek  <jakub@redhat.com>
1333         Implement reference counting of scope records.
1334         * elf/dl-close.c (_dl_close): Remove all scopes from removed objects
1335         from the list in objects which remain.  Always allocate new scope
1336         record.
1337         * elf/dl-open.c (dl_open_worker): When growing array for scopes,
1338         don't resize, allocate a new one.
1339         * elf/dl-runtime.c: Update reference counters before using a scope
1340         array.
1341         * elf/dl-sym.c: Likewise.
1342         * elf/dl-libc.c: Adjust for l_scope name change.
1343         * elf/dl-load.c: Likewise.
1344         * elf/dl-object.c: Likewise.
1345         * elf/rtld.c: Likewise.
1346         * include/link.h: Include <rtld-lowlevel.h>.  Define struct
1347         r_scoperec.  Replace r_scope with pointer to r_scoperec structure.
1348         Add l_scoperec_lock.
1349         * sysdeps/generic/ldsodefs.h: Include <rtld-lowlevel.h>.
1350         * sysdeps/generic/rtld-lowlevel.h: New file.
1352         * include/atomic.h: Rename atomic_and to atomic_and_val and
1353         atomic_or to atomic_or_val.  Define new macros atomic_and and
1354         atomic_or which do not return values.
1355         * sysdeps/x86_64/bits/atomic.h: Define atomic_and and atomic_or.
1356         Various cleanups.
1357         * sysdeps/i386/i486/bits/atomic.h: Likewise.
1359         * po/sv.po: Update from translation team.
1361 2006-10-07  Ulrich Drepper  <drepper@redhat.com>
1363         * Versions.def: Add GLIBC_2.6 to libpthread.
1365         * include/shlib-compat.h (SHLIB_COMPAT): Expand parameters before use.
1366         (versioned_symbol): Likewise.
1367         (compat_symbol): Likewise.
1369         * po/tr.po: Update from translation team.
1371 2006-10-06  Ulrich Drepper  <drepper@redhat.com>
1373         * nis/Banner: Removed.  It's been integral part forever and the
1374         author info is incomplete anyway.
1375         * libio/Banner: Likewise.
1377         * nis/nis_table.c (nis_list): If __follow_path fails in the new
1378         code, make sure the nis_freeresult call doesn't crash and that the
1379         result is reported correctly.
1381 2006-09-27  Jakub Jelinek  <jakub@redhat.com>
1383         * nis/nis_table.c (nis_list): Handle FOLLOW_PATH | ALL_RESULTS
1384         when callback is NULL.
1386         * nis/Versions (libnss_nisplus): Add
1387         _nss_nisplus_initgroups_dyn@@GLIBC_PRIVATE.
1388         * nis/Makefile (libnss_nisplus-routines): Add nisplus-initgroups.
1389         * nis/nss_nisplus/nisplus-grp.c (tablename_val, tablename_len,
1390         _nss_create_tablename): Rename to...
1391         (grp_tablename_val, grp_tablename_len, _nss_grp_create_tablename):
1392         ... these.  No longer static.
1393         (internal_setgrent): Adjust users.
1394         (_nss_nisplus_getgrnam_r, _nss_nisplus_getgrgid_r): Likewise.
1395         Don't use locking around _nss_grp_create_tablename call.
1396         * nis/nss_nisplus/nisplus-initgroups.c: New file.
1398 2006-10-06  Ulrich Drepper  <drepper@redhat.com>
1400         * version.h (VERSION): Bump to 2.5.90 for new development tree.
1402 2006-10-06  Andreas Jaeger  <aj@suse.de>
1404         * include/features.h (__GLIBC_MINOR__): It's glibc 2.5 now.
1406 2006-10-06  Ulrich Drepper  <drepper@redhat.com>
1408         * po/pl.po: Update from translation team.
1410         * nscd/nscd.c (main): Fix typo in message.
1411         Patch by Jakub Bogsz <qboosh@pld-linux.org>.
1413 2006-10-02  Jakub Jelinek  <jakub@redhat.com>
1415         [BZ #3291]
1416         * sysdeps/unix/sysv/linux/sparc/sparc64/pause.c: Include
1417         errno.h, signal.h, unistd.h and sysdep-cancel.h.
1418         (__sigprocmask): Define.
1420 2006-10-02  Ulrich Drepper  <drepper@redhat.com>
1422         * elf/rtld.c (dl_main): Don't use prelinking if LD_DYNAMIC_WEAK is
1423         used.
1425 2006-10-02  Jakub Jelinek  <jakub@redhat.com>
1427         * nscd/mem.c (mempool_alloc): Round array size to 16 bytes
1428         in oldtotal and newtotal calculation.
1429         * nscd/nscd-client.h (struct mapped_database): Add datasize
1430         field.
1431         * nscd/nscd_helper.c (get_mapping): Initialize datasize field.
1432         (__nscd_get_map_ref): Get a new mapping even if mapping's data_size
1433         increased.
1434         (__nscd_cache_search): Add checks to make sure we never reference
1435         data beyond the current mapping.
1437 2006-10-02  Dmitry V. Levin  <ldv@altlinux.org>
1439         * sysdeps/posix/getaddrinfo.c (match_prefix): Make mask and val
1440         variables const to avoid compiler warnings.
1442         * io/fts.c (fts_close): Remove redundant checks.
1443         (fts_build): Likewise.
1444         (fts_palloc): Likewise.
1446         * manual/message.texi (Advanced gettext functions,
1447         Using gettextized software): Fix typos.
1449 2006-09-30  Ulrich Drepper  <drepper@redhat.com>
1451         * posix/glob.c (glob_in_dir): Add some comments and asserts to
1452         explain why there are no leaks.
1454 2006-09-29  Ulrich Drepper  <drepper@redhat.com>
1456         * libio/wmemstream.c: Include <wchar.h>.
1457         * libio/bug-wmemstream1.c: Likewise.
1458         * libio/tst-wmemstream1.c: Likewise.
1459         * libio/tst-wmemstream2.c: Likewise.
1461         * version.h (RELEASE): Bump to 2.5.
1462         * README: Regenerated.
1464         * locale/iso-3166.def: Add Aaland Islands and Montenegro.
1466         [BZ #3273]
1467         * nscd/nscd_initgroups.c (__nscd_getgrouplist): It is OK to have
1468         found no group members.
1469         Patch by Petr Baudis.
1471 2006-09-29  Jakub Jelinek  <jakub@redhat.com>
1473         * elf/rtld.c (_dl_start_final): If not USE___THREAD, don't
1474         assert bootstrap_map.l_tls_modid is zero.
1475         (_dl_start): Initialize bootstrap_map.l_tls_modid to 0
1476         if USE___THREAD.
1478 2006-09-27  Ulrich Drepper  <drepper@redhat.com>
1480         * libio/stdio.h: Move open_wmemstream prototype to ...
1481         * wcsmbs/wchar.h: ... here.
1483 2006-09-25  Jakub Jelinek  <jakub@redhat.com>
1485         [BZ #3252]
1486         * sysdeps/unix/sysv/linux/powerpc/fchownat.c (fchownat): Handle only
1487         fchownat syscall and __ASSUME_LCHOWN_SYSCALL case inline, call
1488         __{,l}chown to handle the rest.
1489         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat): Handle only
1490         fchownat syscall and __ASSUME_32BITUIDS case inline, call
1491         __{,l}chown to handle the rest.
1492         * sysdeps/unix/sysv/linux/sparc/sparc32/fchownat.c: Include
1493         i386/fchownat.c.
1494         * sysdeps/unix/sysv/linux/s390/s390-32/fchownat.c: Likewise.
1495         * sysdeps/unix/sysv/linux/sh/fchownat.c: Likewise.
1497         [BZ #3253]
1498         * posix/glob.c (glob_in_dir): Don't alloca one struct globlink at a
1499         time, rather allocate increasingly bigger arrays of pointers, if
1500         possible with alloca, if too large with malloc.
1502 2006-09-24  Jakub Jelinek  <jakub@redhat.com>
1504         * sysdeps/powerpc/fpu/libm-test-ulps: Updated.
1506         * sysdeps/ieee754/ldbl-128/s_lrintl.c (__lrintl): Fix 2 typos.
1508 2006-09-24  Ulrich Drepper  <drepper@redhat.com>
1510         * sysdeps/posix/getaddrinfo.c (rfc3484_sort): Implement rule 4,
1511         home addresses.
1512         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Recognize
1513         IFA_F_HOMEADDRESS flag for interfaces.
1514         * include/ifaddrs.h (struct in6addrinfo): Define
1515         in6ai_homeaddress.
1517 2006-09-21  Jakub Jelinek  <jakub@redhat.com>
1519         [BZ #3225]
1520         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h (PTR_MANGLE3,
1521         PTR_DEMANGLE3): Define.
1522         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h (PTR_MANGLE3,
1523         PTR_DEMANGLE3): Likewise.
1524         * sysdeps/powerpc/powerpc32/__longjmp-common.S (__longjmp): Use them.
1525         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S (__longjmp):
1526         Likewise.
1527         * sysdeps/powerpc/powerpc64/__longjmp-common.S (__longjmp): Likewise.
1529 2006-09-20  Jakub Jelinek  <jakub@redhat.com>
1531         * po/libc.pot: Regenerated.
1532         * po/be.po: Updated.
1533         * po/ca.po: Likewise.
1534         * po/cs.po: Likewise.
1535         * po/da.po: Likewise.
1536         * po/de.po: Likewise.
1537         * po/el.po: Likewise.
1538         * po/en_GB.po: Likewise.
1539         * po/es.po: Likewise.
1540         * po/fi.po: Likewise.
1541         * po/fr.po: Likewise.
1542         * po/gl.po: Likewise.
1543         * po/hr.po: Likewise.
1544         * po/hu.po: Likewise.
1545         * po/ja.po: Likewise.
1546         * po/ko.po: Likewise.
1547         * po/nb.po: Likewise.
1548         * po/nl.po: Likewise.
1549         * po/pl.po: Likewise.
1550         * po/pt_BR.po: Likewise.
1551         * po/ru.po: Likewise.
1552         * po/rw.po: Likewise.
1553         * po/sk.po: Likewise.
1554         * po/sv.po: Likewise.
1555         * po/tr.po: Likewise.
1556         * po/zh_CN.po: Likewise.
1557         * po/zh_TW.po: Likewise.
1559         [BZ #3137]
1560         * iconv/iconv_prog.c (main): Fix spelling in error message.
1561         * iconv/iconvconfig.c (main): Likewise.
1562         * locale/programs/ld-collate.c (handle_ellipsis): Likewise.
1563         * locale/programs/ld-ctype.c (charclass_symbolic_ellipsis): Likewise.
1564         * locale/programs/localedef.c (main): Likewise.
1565         * locale/programs/repertoire.c (repertoire_read): Likewise.
1566         * timezone/zdump.c (main): Likewise.
1567         * nscd/connections.c (handle_request): Fix spelling in log message.
1568         Patch by Malcolm Parsons <malcolm.parsons@gmail.com>.
1570 2006-09-20  Ulrich Drepper  <drepper@redhat.com>
1572         * inet/inet6_option.c: Also emit linker warnings for the RFC 2292
1573         interfaces.
1575 2006-09-20  Andreas Jaeger  <aj@suse.de>
1577         * math/libm-test.inc (lrint_test_upward): Fix typo.
1579 2006-06-17  Joseph S. Myers  <joseph@codesourcery.com>
1581         [BZ #2592]
1582         * math/libm-test.inc (lrint_test_tonearest): New function.
1583         (lrint_test_towardzero): New function.
1584         (lrint_test_downward): New function.
1585         (lrint_test_upward): New function.
1586         (main): Run these new tests.
1587         * sysdeps/ieee754/dbl-64/s_llrint.c (__llrint): Correct rounding
1588         of values near to 0.
1589         (two52): Use double not long double.
1590         * sysdeps/ieee754/dbl-64/s_lrint.c (__lrint): Likewise.
1591         * sysdeps/ieee754/flt-32/s_llrintf.c (__llrintf): Likewise.
1592         (two23): Use float not double.
1593         * sysdeps/ieee754/flt-32/s_lrintf.c (__lrintf): Likewise.
1594         (two23): Use float not double.
1595         * sysdeps/ieee754/ldbl-128/s_llrintl.c (__llrintl): Likewise.
1596         * sysdeps/ieee754/ldbl-128/s_lrintl.c (__lrintl): Likewise.
1597         * sysdeps/ieee754/ldbl-96/s_llrintl.c (__llrintl): Likewise.
1598         * sysdeps/ieee754/ldbl-96/s_lrintl.c (__lrintl): Likewise.
1600 2006-09-20  Martin Schwidefsky  <schwidefsky@de.ibm.com>
1602         * sysdeps/unix/sysv/linux/s390/s390-32/makecontext.c (__makecontext):
1603         Cast sp to unsigned long to avoid compiler warning.
1604         Use __makecontext_ret function instead of a trampoline on the stack.
1605         (__makecontext_ret): New function.
1606         * sysdeps/unix/sysv/linux/s390/s390-64/makecontext.c: Likewise.
1608 2006-09-19  Jakub Jelinek  <jakub@redhat.com>
1610         * elf/dl-cache.c (HWCAP_CHECK): If _DL_PLATFORMS_COUNT, but
1611         platform == -1, reject any libs with non-zero _DL_HWCAP_PLATFORM
1612         bits.
1614 2006-09-19  Ulrich Drepper  <drepper@redhat.com>
1616         * elf/dl-close.c (_dl_close): If dependency is not unloaded make
1617         sure no reference to the unloaded map's search list remains in the
1618         dependency's scope.
1620 2006-09-16  Jakub Jelinek  <jakub@redhat.com>
1622         * elf/Makefile: Add rules to build and run unload7 test.
1623         * elf/unload7.c: New test.
1624         * elf/unload7mod1.c: New file.
1625         * elf/unload7mod2.c: New file.
1627 2006-09-18  Jakub Jelinek  <jakub@redhat.com>
1629         * sysdeps/unix/sysv/linux/sys/ptrace.h (PT_GETEVENTMSG): Fix pasto.
1630         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h (PTRACE_SETOPTIONS,
1631         PTRACE_GETEVENTMSG, PTRACE_GETSIGINFO, PTRACE_SETSIGINFO): Define.
1632         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h (PTRACE_SETOPTIONS,
1633         PTRACE_GETEVENTMSG, PTRACE_GETSIGINFO, PTRACE_SETSIGINFO): Likewise.
1634         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h (PTRACE_SETOPTIONS,
1635         PTRACE_GETEVENTMSG, PTRACE_GETSIGINFO, PTRACE_SETSIGINFO): Likewise.
1636         * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h (PTRACE_SETOPTIONS,
1637         PTRACE_GETEVENTMSG): Likewise.
1638         (PTRACE_GETSIGINFO, PTRACE_SETSIGINFO): Change to the arch independent
1639         values.
1641 2006-09-17  Mike Frysinger  <vapier@gentoo.org>
1643         * sysdeps/unix/sysv/linux/sys/ptrace.h (PTRACE_SETOPTIONS,
1644         PTRACE_GETEVENTMSG, PTRACE_GETSIGINFO, PTRACE_SETSIGINFO): Define.
1645         * sysdeps/unix/sysv/linux/ptrace.c (ptrace): Check PTRACE_SETOPTIONS,
1646         PTRACE_GETEVENTMSG, PTRACE_GETSIGINFO and PTRACE_SETSIGINFO.
1648 2006-09-16  Jakub Jelinek  <jakub@redhat.com>
1650         * sysdeps/powerpc/powerpc32/register-dump.h (register_dump): Don't
1651         write '\0' to the fd.
1652         * sysdeps/mach/hurd/powerpc/register-dump.h (register_dump): Likewise.
1653         * sysdeps/powerpc/powerpc64/register-dump.h (register_dump): Likewise.
1654         Change regs to unsigned long pointer from unsigned int, fix fscr
1655         offset.
1657 2006-09-14  Jakub Jelinek  <jakub@redhat.com>
1659         * io/Makefile (CFLAGS-fstatat.c): Set.
1660         (CFLAGS-fstatat64.c): Likewise.
1661         (CFLAGS-mknodat.c): Likewise.
1663         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c: Comment fixes.
1664         * sysdeps/ieee754/ldbl-128ibm/s_llroundl.c: Likewise.
1665         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c: Rewritten.
1666         * sysdeps/ieee754/ldbl-128ibm/s_lroundl.c: Rewritten.
1668 2006-09-14  Jakub Jelinek  <jakub@redhat.com>
1669             Steven Munroe  <sjmunroe@us.ibm.com>
1671         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_cap_flags): Add 4 new cap
1672         names to the beginning.  Rename "cell" to "cellbe".
1673         (_dl_powerpc_platforms): New.
1674         * sysdeps/powerpc/dl-procinfo.h (_DL_HWCAP_FIRST): Decrease.
1675         (HWCAP_IMPORTANT): Remove power{4,5,5+} and cell.
1676         (_DL_PLATFORMS_COUNT, _DL_FIRST_PLATFORM): Define.
1677         (_DL_HWCAP_PLATFORM): Define to new mask.
1678         (_dl_platform_string, _dl_string_platform): New functions.
1679         * sysdeps/powerpc/sysdep.h (PPC_FEATURE_BOOKE, PPC_FEATURE_SMT,
1680         PPC_FEATURE_ICACHE_SNOOP, PPC_FEATURE_ARCH_2_05): Define.
1682 2006-09-12  Jakub Jelinek  <jakub@redhat.com>
1684         [BZ #2526]
1685         * README.libm: Fix a thinko in sqrt algorithm description.
1687         [BZ #3143]
1688         * manual/string.texi (argz_delete): Fix prototype.
1689         Patch by <alpt@freaknet.org>.
1691 2006-08-26  Joseph Myers  <joseph@codesourcery.com>
1693         [BZ #3138]
1694         * io/test-lfs.c (do_prepare): Give name_len type size_t.
1695         * io/tst-fcntl.c (do_prepare): Likewise.
1696         * posix/tst-exec.c (do_prepare): Likewise.
1697         * posix/tst-preadwrite.c (do_prepare): Likewise.
1698         * posix/tst-spawn.c (do_prepare): Likewise.
1699         * posix/tst-truncate.c (do_prepare): Likewise.
1700         * rt/tst-aio.c (do_prepare): Likewise.
1701         * rt/tst-aio64.c (do_prepare): Likewise.
1702         * stdlib/test-canon2.c (do_prepare): Give test_dir_len type
1703         size_t.
1705 2006-09-09  Ulrich Drepper  <drepper@redhat.com>
1707         [BZ #2821]
1708         * time/mktime.c (guess_time_tm): Fix overflow detection.
1709         * time/Makefile (tests): Add bug-mktime1.
1710         * time/bug-mktime1.c: New file.
1712         [BZ #3189, #3188]
1713         * misc/sys/mman.h (remap_file_pages): Make available for _GNU_SOURCE.
1714         (mremap): Likewise.
1716 2006-09-07  Jakub Jelinek  <jakub@redhat.com>
1718         [BZ #1006]
1719         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela):
1720         Ensure relocation doesn't clobber any bits outside of the
1721         immediate field for R_SPARC_TLS_LE_HIX22, R_SPARC_WDISP30,
1722         R_SPARC_HI22 and R_SPARC_H44.
1724         [BZ #2775]
1725         * malloc/malloc.c (sYSMALLOc): Only call grow_heap if
1726         (long) (MINSIZE + nb - old_size) is positive.
1728         * malloc/arena.c (grow_heap): When growing bail even if new_size
1729         is negative.
1731         [BZ #3155]
1732         * sysdeps/powerpc/powerpc32/fpu/s_lrint.S (__lrint): Don't access
1733         stack below r1.
1735 2006-09-06  Jakub Jelinek  <jakub@redhat.com>
1737         * posix/regex_internal.c (re_string_reconstruct): Handle
1738         offset < pstr->valid_raw_len && pstr->offsets_needed case.
1739         Ensure no bytes read before raw_mbs array.  Pass a saved copy of
1740         pstr->valid_len - 1 rather than pstr->valid_raw_len - 1 to
1741         re_string_context_at.
1742         * posix/Makefile: Add rules to build and run bug-regex26 test.
1743         * posix/bug-regex26.c: New test.
1745         * locale/programs/ld-collate.c (collate_read): Goto sym_equiv_free
1746         rather than col_sym_free.  Move seqp declaration earlier.
1748         * resolv/gai_suspend.c (gai_suspend): Make sure result is initialized.
1750 2006-09-05  Jakub Jelinek  <jakub@redhat.com>
1752         * nscd/initgrcache.c (addinitgroupsX): Move any_success
1753         decl before first goto out.
1755 2006-09-04  Jakub Jelinek  <jakub@redhat.com>
1757         * Makerules (shlib.lds): If have-hash-style, put .hash section
1758         at the end of the RO segment.
1760 2006-09-04  Ulrich Drepper  <drepper@redhat.com>
1762         * elf/do-lookup.h (do_lookup_x): Initialize symidx in case the new
1763         style hash table format is used.
1765 2006-09-04  Jakub Jelinek  <jakub@redhat.com>
1767         * resolv/res_mkquery.c (res_nmkquery): Set hp->id to statp->id after
1768         randomization rather than before.
1769         * resolv/res_init.c (res_randomid): Don't call gettimeofday here.
1771 2006-08-31  Jakub Jelinek  <jakub@redhat.com>
1773         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Add ld.so.
1775         * malloc/malloc.c (_int_malloc): Use full list insert and not
1776         shortcut which assumes the list is empty for large requests
1777         too.
1779         * elf/tst-addr1.c (do_test): Allow i.dli_sname "_IO_printf".
1781 2006-08-30  Jakub Jelinek  <jakub@redhat.com>
1783         * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h (splice): Add offin
1784         and offout arguments to the prototype.
1785         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (splice): Likewise.
1786         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h (splice): Likewise.
1787         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (splice): Likewise.
1788         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h (splice): Likewise.
1789         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h (splice): Likewise.
1790         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h (splice): Likewise.
1791         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h (splice): Likewise.
1792         * sysdeps/unix/sysv/linux/syscalls.list (splice): Adjust args string.
1794 2006-08-28  Ulrich Drepper  <drepper@redhat.com>
1796         * elf/dl-load.c (_dl_init_paths): Expand DSTs.
1798         * elf/dl-open.c (dl_open_worker): Allow $LIB and $PLATFORM in
1799         dlopen parameters.
1801 2006-08-28  Jakub Jelinek  <jakub@redhat.com>
1803         * inet/getnameinfo.c (getnameinfo): For AF_INET, check errno
1804         only if herrno is NETDB_INTERNAL.  Handle errors other than
1805         ERANGE outside of the loops, handle TRY_AGAIN.
1807         * locale/programs/ld-ctype.c (translit_flatten): Issue error
1808         if other's ctype category was missing.
1809         * locale/programs/ld-collate.c (collate_read): Return if
1810         copy_locale's collate category is missing.
1812 2006-08-27  Ulrich Drepper  <drepper@redhat.com>
1814         [BZ #2684]
1815         * malloc/malloc.c (public_rEALLOc): Try harder by using other
1816         arenas if allocation failed.
1817         Patch mostly by Jan Edler <jan.edler@indexengines.com>.
1819 2006-08-26  Ulrich Drepper  <drepper@redhat.com>
1821         * malloc/malloc.c (bin_at): Rewrite to be more clear and to not
1822         waste bins[0..1].
1823         (malloc_state): Reduce bins size by 2.
1824         (_int_malloc): Fix test for large enough buffer for early termination.
1825         When no unsorted block matches perfectly and an exiting block has
1826         to be split, use full list insert and not shortcut which assumes
1827         the list is empty.
1829         * locale/programs/ld-ctype.c (ctype_read): Better patch for read
1830         failure.
1832 2006-08-24  Ulrich Drepper  <drepper@redhat.com>
1834         * locale/programs/ld-ctype.c (ctype_read): If CTYPE is NULL, don't
1835         do anything.
1837         * sysdeps/generic/ldsodefs.h (DL_ADDR_SYM_MATCH): For undefined
1838         symbol require exact match (these are PLTs).
1839         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ldsodefs.h
1840         (_dl_ppc64_addr_sym_match): Likewise.
1842         [BZ #2683]
1843         * elf/dl-addr.c (_dl_addr): Don't ignore all undefined symbols.
1844         If symbol has a value use it.
1845         * elf/tst-dladdr1.c: New file.
1846         * elf/Makefile: Add rules to build and run tst-addr1.
1848 2006-08-24  Jakub Jelinek  <jakub@redhat.com>
1850         * malloc/malloc.c (sYSMALLOc): Avoid infinite loop if MMAP
1851         keeps failing and heap growth or new heap creation isn't
1852         successful either.
1853         * malloc/tst-malloc.c (main): Add new tests.
1855 2006-08-24  Ulrich Drepper  <drepper@redhat.com>
1857         [BZ #2734]
1858         * sysdeps/i386/bits/byteswap.h (__bswap_32): Use same conditions
1859         as in the x86-64 code to use bswap.
1861 2006-05-21  Joseph S. Myers  <joseph@codesourcery.com>
1863         [BZ #2680]
1864         * posix/unistd.h (getlogin_r): Condition on __USE_POSIX199506, not
1865         __USE_UNIX98.
1866         * posix/bits/unistd.h: Likewise.
1868 2006-05-15  Mike Frysinger  <vapier@gentoo.org>
1870         [BZ #2751]
1871         * string/strchr.c: Add cast to avoid warning.
1873 2006-08-21  Ulrich Drepper  <drepper@redhat.com>
1875         * malloc/malloc.c (DEFAULT_MMAP_THRESHOLD_MAX): For 32-bit
1876         platforms define as 512K.  For 64-bit platforms as 32MB.  The lower
1877         limit is needed to avoid the exploding of the address space
1878         requirement for secondary heaps.
1879         * malloc/arena.c (HEAP_MAX_SIZE): Define using
1880         DEFAULT_MMAP_THRESHOLD_MAX if it is defined.
1882 2006-07-30  Joseph S. Myers  <joseph@codesourcery.com>
1884         [BZ #3018]
1885         * Makerules (depfiles): Handle extra-test-objs the same as
1886         extra-objs.
1887         (common-mostlyclean): Likewise.
1888         * dlfcn/Makefile (extra-objs): Add modules to extra-test-objs
1889         instead.
1890         * elf/Makefile (extra-objs): Likewise.
1891         * stdlib/Makefile (extra-objs): Likewise.
1893 2006-08-14  Eric Blake  <ebb9@byu.net>
1895         [BZ #3044]
1896         * misc/error.h: Assume C89 or better.
1897         * misc/error.c: Likewise.
1899 2006-08-21  Ulrich Drepper  <drepper@redhat.com>
1901         [BZ #3040]
1902         * sysdeps/unix/sysv/linux/openat.c: Fix compilation if
1903         __ASSUME_ATFCTS is defined.
1905 2006-08-19  Ulrich Drepper  <drepper@redhat.com>
1907         * malloc/malloc.c (_int_malloc): Limit number of unsorted blocks
1908         to sort in each call.
1910         * nis/nss_nis/nis-service.c (internal_nis_getservent_r): . If map
1911         is empty simply return and use next service.
1912         * nis/nss_nis/nis-rpc.c (internal_nis_getrpcent_r): Likewise.
1914         * locale/programs/charmap.c (charmap_read): Add new parameter.  It
1915         tells us when not finding a charmap file is an error.
1916         * locale/programs/charmap.h: Adjust charmap_read prototype.
1917         * iconv/iconv_prog.c (main): Tell charmap_read it's no error if we
1918         cannot find a charmap.
1919         * locale/programs/localedef.c (main): Adjust charmap_read call.
1921 2006-08-15  Jakub Jelinek  <jakub@redhat.com>
1923         * sysdeps/unix/sysv/linux/sparc/sparc64/pause.c: Use
1924         sysdeps/posix/pause.c implementation instead.
1926 2006-08-09  Jakub Jelinek  <jakub@redhat.com>
1928         * sysdeps/unix/nice.c (nice): Transform EACCES errno from setpriority
1929         to EPERM.
1931 2006-08-13  Andreas Schwab  <schwab@suse.de>
1933         * sysdeps/powerpc/powerpc32/dl-trampoline.S (_dl_runtime_resolve):
1934         Don't clobber caller's LRSAVE.
1935         (_dl_prof_resolve): Likewise.
1937 2006-08-14  Ulrich Drepper  <drepper@redhat.com>
1939         [BZ #1996]
1940         * libio/memstream.c (open_memstream): Allocate initial buffer with
1941         calloc.
1942         * libio/wmemstream.c (open_wmemstream): Likewise.
1943         * libio/strops.c: Pretty printing.
1944         (_IO_str_overflow): Clear uninitialized part of the new buffer.
1945         (enlarge_userbuf): New function.
1946         (_IO_str_seekoff): Call it if seek position is larger than current
1947         buffer.
1948         * libio/wstrops.c: Likewise.
1949         * libio/vasprintf.c: Add comment as to why we do not have to use
1950         calloc instead of malloc to allocate initial buffer.
1951         * libio/Makefile (tests): Add bug-memstream1 and bug-wmemstream1.
1952         * libio/bug-memstream1.c: New file.
1953         * libio/bug-wmemstream1.c: New file.
1955 2006-08-13  Ulrich Drepper  <drepper@redhat.com>
1957         * libio/wstrops.c: Remove dead macro definitions and comments.
1958         * libio/strops.c: Likewise.
1960         [BZ #2764]
1961         * login/utmpname.c (__utmpname): Remove unnecessary test.
1963 2006-06-08  Joseph Myers  <jsm28@gcc.gnu.org>
1965         [BZ #2832]
1966         * math/gen-libm-test.pl (clean_up_number): Do not remove trailing
1967         0s from integers.
1969 2006-08-13  Ulrich Drepper  <drepper@redhat.com>
1971         [BZ #2987]
1972         * sysdeps/unix/sysv/linux/clock_settime.c: Add code to use syscall
1973         for CPU clocks.
1974         * sysdeps/unix/clock_settime.c: Add support for platform-specific
1975         setting of CPU clocks.
1977 2006-06-23  Paul Eggert  <eggert@cs.ucla.edu>
1979         [BZ #2841]
1980         * sysdeps/generic/stdint.h (UINT8_C, UINT16_C): Don't append 'U',
1981         since C99 requires the result to promote to 'int' when uint_least8_t
1982         and uint_least16_t promote to 'int'.
1984 2006-08-12  Ulrich Drepper  <drepper@redhat.com>
1986         [BZ #3013]
1987         * locale/programs/ld-ctype.c (ctype_output): Adjust alignments, fix
1988         lenght of one output field, correct bitmask creation.
1989         * locale/programs/ld-time.c: Add alignment.
1991         [BZ #2997]
1992         * misc/error.c: Add space between program name and message if file
1993         name is missing.
1995 2006-08-03  Eric Blake  <ebb9@byu.net>
1997         [BZ #2998]
1998         * misc/error.c (error_tail) [_LIBC]: Avoid invalid free.
2000 2006-08-09  Ulrich Drepper  <drepper@redhat.com>
2002         * malloc/memusagestat.c: Silence warnings.
2004         * malloc/malloc.c: Dynamically size mmap treshold if the program
2005         frees mmaped blocks.
2006         Patch by Valerie Henson and Arjan van de Ven.
2008 2006-08-08  Jakub Jelinek  <jakub@redhat.com>
2010         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h (O_DIRECT): Protect with
2011         __USE_GNU.
2013         * stdlib/strtol_l.c (__strtol_ul_max_tab, __strtol_ul_rem_tab,
2014         __strtol_ull_max_tab, __strtol_ull_rem_tab): Declare.
2015         (DEF): Don't put the var into .gnu.linkonce.r.* section.
2016         Only provide var definitions in strtol_l (or for *ull*
2017         in strtoll_l).
2019         * stdio-common/bug16.c (tests): New array.
2020         (do_tests): Allow the first hexadecimal digit
2021         to be 1, 2, 4 or 8.  Do 3 additional tests.
2023         * sysdeps/s390/fpu/libm-test-ulps: Update.
2025         * sysdeps/unix/sysv/linux/s390/s390-32/fchownat.c (fchownat): Use
2026         fchownat syscall if available.
2027         * sysdeps/unix/sysv/linux/powerpc/fchownat.c (fchownat): Likewise.
2028         * sysdeps/unix/sysv/linux/sh/fchownat.c (fchownat): Likewise.
2029         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat): Likewise.
2031 2006-08-07  Ulrich Drepper  <drepper@redhat.com>
2033         * nis/nis_xdr.c: Avoid some function calls.
2035 2006-08-07  Jakub Jelinek  <jakub@redhat.com>
2036             Ulrich Drepper  <drepper@redhat.com>
2038         * nis/nis_call.c (rec_dirsearch) [case LOWER_NAME]: Don't take
2039         short cut if only one name component is stripped away.
2041 2006-08-07  Ulrich Drepper  <drepper@redhat.com>
2043         * nis/nis_call.c: Minor cleanups throughout.
2044         (rec_dirsearch) [case HIGHER_NAME]: Correctly size ndomain array.
2045         (first_shoot): Add search_parent_first parameter.  Only if it is set
2046         search parent server first.
2047         If directory for table found through cold start cache is not the same
2048         as referenced in the cache, don't use it.
2049         (__nisfind_server): Take additional parameter.  Pass it on to
2050         first_shoot.
2051         (__prepare_niscall): Adjust __nisfind_server call.
2052         * nis/rpcsvc/nislib.h: Adjust __nisfind_server prototype.
2053         * nis/nis_table.c: Adjust __nisfind_server call.
2054         * nis/nis_lookup.c: Likewise.
2055         (nis_lookup): Don't loop endlessly if name is reduced to ".".
2057 2006-08-03  Ulrich Drepper  <drepper@redhat.com>
2059         [BZ #2182]
2060         * math/s_cacosh.c: Return values from positive branch.
2061         * math/s_cacoshf.c: Likewise.
2062         * math/s_cacoshl.c: Likewise.
2064         [BZ #2883]
2065         * sysvipc/sys/msg.h: Change return value to ssize_t.
2066         * sysdeps/unix/sysv/linux/msgrcv.c: Likewise.
2067         * sysvipc/msgrcv.c: Likewise.
2068         * include/sys/msg.h: Likewise.
2070         * grp/initgroups.c (internal_getgrouplist): Remove unnecessary
2071         test introduced in patch for bz #661.
2072         (getgrouplist): Simplify code a bit.  Don't allocate one additional
2073         element for NEWGROUPS.
2075         [BZ #2908]
2076         * stdio-common/printf_fphex.c (__printf_fphex): When rounding up
2077         'f', use '1' as leading digit not '\1'.
2078         * stdio-common/Makefile (tests): Add bug16.
2079         * stdio-common/bug16.c: New file.
2081         [BZ #2914]
2082         * sysdeps/unix/sysv/linux/gethostid.c: Don't define OLD_HOSTIDFILE
2083         and don't try to open it.  The patch introducing the macro
2084         contained a bug and used the same file name as the new file
2085         instead of using /var/adm/hostid.  Nobody complaint so I'm taking
2086         this out completely.
2088         [BZ #2926]
2089         * assert/assert.h: Move cast to void inside ?: to quiet gcc.
2090         Patch by Jerry James <Jerry.James@usu.edu>.
2092         * rt/Makefile (tests): Add tst-clock2.
2093         * rt/tst-clock2.c: New file.
2095         [BZ #2978]
2096         * resolv/gai_notify.c (__gai_notify_only): Copy memory for thread
2097         function and its parameters and pass it to new thread.
2098         (__gai_notify): Add support for alternative waiting for completion.
2099         * resolv/gai_suspend.c (gai_suspend): Add support for alternative
2100         waiting for completion.
2101         * resolv/getaddrinfo_a.c: Likewise.
2102         * resolv/gai_misc.h (struct waitlist): Don't add cond if alternative
2103         waiting for completion is used.
2104         * resolv/gai_misc.c: Allow overwriting code to start helper thread.
2105         * resolv/gai_cancel.c: Include <gai_misc.h> not "gai_misc.h".
2106         * resolv/gai_error.c: Likewise.
2107         * resolv/gai_sigqueue.c: Likewise.
2109 2006-08-02  Thomas Schwinge  <tschwinge@gnu.org>
2111         * hurd/getdport.c (__getdport): Don't return EBADF; instead set
2112         errno to EBADF and return MACH_PORT_NULL.
2114 2006-06-23  Joseph Myers  <joseph@codesourcery.com>
2116         [BZ #2980]
2117         * posix/Makefile (CFLAGS-waitid.c): Add -fasynchronous-unwind-tables.
2119 2006-08-02  Ulrich Drepper  <drepper@redhat.com>
2121         * elf/dl-addr.c (_dl_addr): If GNU-style hash tables are present,
2122         walk them instead of the symbol table.
2124 2006-08-01  Ulrich Drepper  <drepper@redhat.com>
2126         [BZ #2098]
2127         * nscd/initgrcache.c (addinitgroupsX): Judge successful lookups by
2128         status of NSS calls, not the number of returned entries.
2130         * sysdeps/unix/sysv/linux/syscalls.list: Remove add_key,
2131         request_key, keyctl.
2133 2006-07-31  Ulrich Drepper  <drepper@redhat.com>
2135         * sysdeps/unix/sysv/linux/dl-osinfo.h: Remove unnecessary include.
2137 2006-07-16  Jeff Bailey  <jbailey@ubuntu.com>
2139         * elf/tst-auditmod1.c: Fix typo in #error.
2141 2006-07-31  Ulrich Drepper  <drepper@redhat.com>
2143         * elf/tst-auditmod1.c: Remove code for unsupported architectures.
2145         * iconvdata/run-iconv-test.sh: Run cmp in C locale.
2147 2006-07-20  Adam Nemet  <anemet@caviumnetworks.com>
2149         * stdlib/test-canon.c (do_test): Close fd before unlinking file so
2150         that the directory is empty even on non-POSIX filesystems.
2152 2006-07-31  Ulrich Drepper  <drepper@redhat.com>
2154         * elf/dl-open.c (dl_open_worker): Add branch prediction.
2156         * nis/nss_compat/compat-grp.c: Avoid unnecessary setgrent calls into
2157         the backend NSS module.  If backend setgrent call failed, don't have
2158         internal_setgrent fail.  Just remember this until it is needed.
2159         * nis/nss_compat/compat-pwd.c: Likewise.
2160         * nis/nss_compat/compat-spwd.c: Likewise.
2162 2006-07-30  Roland McGrath  <roland@redhat.com>
2164         * sysdeps/unix/sysv/linux/ia64/sigsuspend.c: File removed.
2165         * sysdeps/unix/sysv/linux/x86_64/sigsuspend.c: File removed.
2166         * sysdeps/unix/sysv/linux/s390/s390-64/sigsuspend.c: File removed.
2167         * sysdeps/unix/sysv/linux/sparc/sparc64/sigsuspend.c: File removed.
2169         * sysdeps/unix/sysv/linux/not-cancel.h (pause_not_cancel): New macro.
2170         (nanosleep_not_cancel): New macro.
2171         (sigsuspend_not_cancel): new macro.
2172         * sysdeps/unix/sysv/linux/sigsuspend.c [__ASSUME_REALTIME_SIGNALS]
2173         (do_sigsuspend): Define as inline.
2174         (__sigsuspend): Always use do_sigsuspend.
2175         [! NO_CANCELLATION] (__sigsuspend_nocancel): New function.
2176         * include/signal.h: Declare __sigsuspend_nocancel.
2177         * sysdeps/posix/pause.c
2178         [! NO_CANCELLATION] (__pause_nocancel): New function.
2180         * include/unistd.h (__pause_nocancel): Add attribute_hidden.
2181         * include/time.h (__nanosleep_nocancel): Likewise.
2183 2006-07-30  Ulrich Drepper  <drepper@redhat.com>
2185         * locale/programs/localedef.c (add_to_readlist): Rename local
2186         variables to avoid confusion.
2188         * locale/programs/charmap.c (charmap_read): Emit error message if
2189         charmap couldn't be found or read.
2191 2006-07-28  Ulrich Drepper  <drepper@redhat.com>
2193         * sysdeps/unix/sysv/linux/kernel-features.h: Define
2194         __ASSUME_FUTEX_LOCK_PI.
2195         * include/time.h: Declare __nanosleep_nocancel.
2196         * include/unistd.h: Declare __pause_nocancel.
2198         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Use this instead of
2199         LDFLAGS.  Add -lgcc_eh and libc_nonshared (again) to make sure we
2200         get the __stack_chk_fail_local definition when it's needed.
2202 2006-07-26  Ulrich Drepper  <drepper@redhat.com>
2204         * dlfcn/Makefile: Add rules to build and run bug-atexit3.
2205         * dlfcn/bug-atexit3.c: New file.
2206         * dlfcn/bug-atexit3-lib.cc: New file.
2208         * dlfcn/dlmopen.c (dlmopen_doit): Don't allow RTLD_GLOBAL to be
2209         used when the namespace is not the base namespace.
2211 2006-07-26  Gavin Romig-Koch  <gavin@redhat.com>
2213         * stdlib/cxa_atexit.c (__new_exitfn_called): New variable.
2214         (__new_exitfn): Bump it in every successful call.
2215         * stdlib/cxa_finalize.c (__cxa_finalize): If destructor registered
2216         more exit handlers, call them right away.
2217         * stdlib/exit.h: Declare __new_exitfn_called.
2219 2006-07-25  Ulrich Drepper  <drepper@redhat.com>
2221         * stdlib/cxa_finalize.c (__cxa_finalize): Fix race condition when
2222         calling registered handler.
2224         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Fix comment.
2225         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
2226         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
2227         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
2228         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
2229         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
2230         * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h: Likewise.
2231         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
2233 2006-07-10  Ulrich Drepper  <drepper@redhat.com>
2235         * elf/dl-lookup.c (dl_new_hash): New functions.
2236         (_dl_lookup_symbol_x): Rename hash to old_hash and don't compute
2237         value here.  Compute new-style hash value.  Pass new hash value
2238         and reference to variable with the old value to do_lookup_x.
2239         (_dl_setup_hash): If DT_GNU_HASH is defined, use it and not
2240         old-style hash table.
2241         (_dl_debug_bindings): Pass new hash value and reference to variable
2242         with the old value to do_lookup_x.
2243         * elf/do-lookup.h (do_lookup_x): Accept additional parameter with
2244         new-style hash value and change old-style hash value parameter to
2245         be a reference.  Reoganize functions to determine whether
2246         new-style hash table is available.  Only fall back on old-style
2247         table.  If old-style hash value is needed, compute it here.
2248         * elf/dynamic-link.h (elf_get_dynamic_info): Relocate DT_GNU_HASH
2249         entry.
2250         * elf/elf.h: Define SHT_GNU_HASH, DT_GNU_HASH, DT_TLSDEC_PLT,
2251         DT_TLSDEC_GOT.  Adjust DT_ADDRNUM.
2252         * include/link.h (struct link_map): Add l_gnu_bitmask_idxbits,
2253         l_gnu_shift, l_gnu_bitmask, l_gnu_buckets and l_gnu_chain_zero.
2254         * Makeconfig: If linker supports --hash-style option add it to all
2255         linker command lines to build DSOs.
2256         * config.make.in: Define have-hash-style.
2257         * configure.in: Test whether linker supports --hash-style option.
2259         * elf/dl-misc.c (_dl_name_match_p): Make MAP parameter const.
2260         * sysdeps/generic/ldsodefs.h: Adjust prototype.
2262 2006-06-27  Ulrich Drepper  <drepper@redhat.com>
2264         * elf/dl-load.c (open_path): Fix test to determine whether DSO is
2265         auditing.
2267         * elf/dl-load.c (_dl_map_object): Try harder to avoid looking at
2268         RPATH of main map twice.
2270 2006-06-22  Ulrich Drepper  <drepper@redhat.com>
2272         * intl/dcigettext.c (DCIGETTEXT): If _nl_find_msg returns -1 don't
2273         look further, return original strings.
2274         (_nl_find_msg): Do not return found translation if the conversion
2275         failed.  Either signal the string is unusable or that something went
2276         wrong and the original should be used.
2278 2006-06-21  Ulrich Drepper  <drepper@redhat.com>
2280         * string/_strerror.c (__strerror_r): Add __builtin_expect.
2282 2006-06-14  Jakub Jelinek  <jakub@redhat.com>
2284         [BZ #2766]
2285         * misc/insremque.c (insque): Handle prev == NULL.
2286         * misc/Makefile (tests): Add tst-insremque.
2287         * misc/tst-insremque.c: New test.
2289 2006-06-17  Ulrich Drepper  <drepper@redhat.com>
2291         [BZ #2792]
2292         * elf/dl-deps.c (expand_dst): Rename __cnt variable to not
2293         conflict with DL_DST_REQUIRED.
2295 2006-06-16  Ulrich Drepper  <drepper@redhat.com>
2297         * nis/nis_subr.c (nis_getnames): Fix the implementation to better
2298         match what Solaris does.
2300 2006-06-04  Ulrich Drepper  <drepper@redhat.com>
2302         * sysdeps/posix/spawni.c (__spawni): Use local_seteuid and
2303         local_setegid instead of seteuid and setegid.
2304         * sysdeps/generic/local-setxid.h: New file.
2305         * sysdeps/unix/sysv/linux/local-setxid.h: New file.
2307         * sysdeps/posix/spawni.c (__spawni): Use non-cancelable interfaces.
2309         * string/Makefile (tests): Add bug-envz1.
2310         * string/bug-envz1.c: New file.
2312 2006-06-02  Jakub Jelinek  <jakub@redhat.com>
2314         * posix/regex_internal.c (re_string_skip_chars): If no character has
2315         been converted at all, set *last_wc to WEOF.  If mbrtowc failed, set wc
2316         to the byte which couldn't be converted.
2317         (re_string_reconstruct): Don't clear valid_raw_len before calling
2318         re_string_skip_chars.  If wc is WEOF after re_string_skip_chars, set
2319         tip_context using re_string_context_at.
2320         * posix/Makefile: Add rules to build and run bug-regex25 test.
2321         * posix/bug-regex25.c: New test.
2323 2006-06-02  Ryan S. Arnold  <rsa@us.ibm.com>
2325         [BZ #2703]
2326         * string/envz.c (envz_strip): Correct erroneously reversed src
2327         and dest parameters to memmove() invocation.
2329 2006-05-30  Jakub Jelinek  <jakub@redhat.com>
2331         * nscd/nscd.h (prune_cache): Add fd argument to prototype.
2332         * nscd/nscd.c (parse_opt): Read response from INVALIDATE request
2333         to make sure the database has been already invalidated.
2334         * nscd/cache.c (prune_cache): Add fd argument.  Write response to fd
2335         after the cache has been invalidated.  Use pthread_mutex_lock rather
2336         than pthread_mutex_trylock if fd != -1.
2337         * nscd/connections.c (invalidate_cache): Add fd argument, write
2338         response to fd if not calling prune_cache, pass fd to prune_cache.
2339         (handle_request): Adjust invalidate_cache caller.
2340         (nscd_run): Pass -1 as fd to prune_cache.
2342 2006-05-30  Ulrich Drepper  <drepper@redhat.com>
2344         * sysdeps/posix/getaddrinfo.c (gaiconf_init): Initialize bits in
2345         the correct place.
2347 2006-05-29  Ulrich Drepper  <drepper@redhat.com>
2349         * nscd/nscd.h (struct database_dyn): Add prunelock field.
2350         * nscd/cache.c (prune_cache): Take prunelock before starting the
2351         work.  Just return in case it is already taken.
2352         * nscd/connections.c (dbs): Initialize .prunelock.
2354 2006-05-25  Ulrich Drepper  <drepper@redhat.com>
2356         * nis/nis_removemember.c (nis_removemember): Avoid unnecessary
2357         copying.  No need to allocate new array for group members.  Just
2358         move the pointers and update the size.
2360         * nis/nis_addmember.c (nis_addmember): Avoid unnecessary copying.
2361         Avoid memory leak in case realloc fails.  Simplification for
2362         better code generation.
2364         Avoid deprecation warning because of libc_hidden_proto for
2365         inet6_option_alloc.
2366         * inet/inet6_option.c (option_alloc): Renamed from
2367         inet6_option_alloc.  Made static.
2368         (inet6_option_alloc): Now a simple wrapper around option_alloc.
2369         (inet6_option_append): Call option_alloc.
2370         * include/netinet/in.h: Remove libc_hidden_proto for
2371         inet6_option_alloc.
2373         * nis/nis_callback.c (__nis_create_callback): Always call xdr_free
2374         for cleanup when cb!=NULL [Coverity CID 233].
2376 2006-05-24  Ulrich Drepper  <drepper@redhat.com>
2378         [BZ #2693]
2379         * inet/Makefile (routines): Add inet6_opt and inet6_rth.
2380         * inet/Versions (libc, GLIBC_2.5): Add inet6_opt_init,
2381         inet6_opt_append, inet6_opt_finish, inet6_opt_set_val, inet6_opt_next,
2382         inet6_opt_find, inet6_opt_get_val, inet6_rth_space, inet6_rth_init,
2383         inet6_rth_add, inet6_rth_reverse, inet6_rth_segments,
2384         and inet6_rth_getaddr.
2385         * inet/netinet/ip6.h (struct ip6_rthdr0): Make ip6r0_addr a flexible
2386         array.
2387         * inet/netinet/in.h (struct ip6_mtuinfo): Define.
2388         Mark inet6_option_* interfaces as deprecated.
2389         Declare inet6_opt_init, inet6_opt_append, inet6_opt_finish,
2390         inet6_opt_set_val, inet6_opt_next, inet6_opt_find, inet6_opt_get_val,
2391         inet6_rth_space, inet6_rth_init, inet6_rth_add, inet6_rth_reverse,
2392         inet6_rth_segments, and inet6_rth_getaddr.
2393         * inet/inet6_opt.c: New file.
2394         * inet/inet6_rth.c: New file.
2396         * inet/netinet/icmp6.h: Pretty printing.
2398         [BZ #2683]
2399         * elf/dl-addr.c (_dl_addr): Don't match undefined references.
2401 2006-05-23  Ulrich Drepper  <drepper@redhat.com>
2403         * nis/nis_lookup.c (nis_lookup): Use __prepare_niscall instead of
2404         doing it all here.  When server does not know the answer do not
2405         fail immediate, try parent first.
2407         * nis/nis_domain_of_r.c (nis_domain_of_r): Add missing buffer
2408         overflow test.
2410 2006-05-20  Ulrich Drepper  <drepper@redhat.com>
2412         * nis/nis_call.c (__prepare_niscall): New function.  Split out
2413         from __do_niscall.
2414         * nis/nis_table.c (__create_ib_request): Renamed from create_ib_request
2415         and exported.
2416         (__follow_path): New function.  Split out from nis_list.
2417         * nis/nis_xdr.h: Add libnsl_hidden_proto for _xdr_ib_request and
2418         _xdr_nis_result.
2419         * nis/nis_xdr.c: Add libnsl_hidden_def for _xdr_ib_request and
2420         _xdr_nis_result.
2421         * nis/libnsl.h: Declare __prepare_niscall, __create_ib_request,
2422         and __follow_path.
2423         * nis/Versions: Export __prepare_niscall, __create_ib_request,
2424         __follow_path, __do_niscall3, _xdr_ib_request, and _xdr_nis_result
2425         from libnsl for version GLIBC_PRIVATE.
2426         * nis/nisplus-parser.h: Remove _nss_nisplus_parse_pwent_chk.
2427         Remove entry parameter from _nss_nisplus_parse_pwent and
2428         _nss_nisplus_parse_grent.
2429         * nis/nss_nisplus/nisplus-parser.c: Likewise.
2430         * nis/nss_nisplus/nisplus-pwd.c: Remove support for SETENT_BATCH_READ
2431         again.  Rewrite getpwent handling to not use nis_first_entry and
2432         nis_next_entry.  Roll out own niscall handling.
2433         * nis/nss_nisplus/nisplus-grp.c: Likewise.
2435         * sunrpc/xdr_rec.c: Fix typo in comment.
2437 2006-05-19  Ulrich Drepper  <drepper@redhat.com>
2439         * nis/nis_call.c (__do_niscall3): Avoid code duplication in error
2440         handling.
2442         * nis/nis_callback.c (internal_nis_do_callback): Don't use malloc
2443         to allocate memory for my_pollfd.  Better initialization of
2444         cb_is_running.  Use TEMP_FAILURE_RETRY.
2446         * malloc/memusage.sh (memusageso): Add quotes.
2447         (memusagestat): Likewise.
2448         * debug/xtrace.sh (pcprofileso): Likewise.
2449         (pcprofiledump): Likewise.
2450         * debug/Makefile ($(objpfx)xtrace): Use $LIB in SLIBDIR
2451         replacement.
2452         * malloc/Makefile ($(objpfx)memusage): Likewise.
2454         * nis/nis_callback.c (__nis_create_callback): Calls to
2455         svcudp_bufcreate and svctcp_create can fail.  Free ->xprt if
2456         asprintf call fails.
2458         * sysdeps/unix/sysv/linux/ifaddrs.c (__netlink_sendreq): Make sure
2459         no uninitialized memory is passed to sendto.
2461 2006-05-18  Ulrich Drepper  <drepper@redhat.com>
2463         * nis/nis_callback.c (__nis_create_callback): Use asprinf instead
2464         of snprintf+strdup.  Handle OOM.
2465         * nis/nis_callback.c (__nis_create_callback): Allocate cb and
2466         cb->serv together.  Remove now obsolete free calls.
2467         (__nis_destroy_callback): Remove now obsolete free call.
2469 2006-05-18  David Woodhouse  <dwmw2@redhat.com>
2471         * sysdeps/posix/getaddrinfo.c: Add unique labels to the default
2472         RFC3484 precedence table for fec0::/10 and fc00::/7 (site-local
2473         and ULA respectively). Set precedence for IPv4 address to 10 as
2474         defined in RFC3484 for preferring IPv6.
2475         * posix/gai.conf: Update to match the new default tables.
2477 2006-05-18  Jakub Jelinek  <jakub@redhat.com>
2479         * nis/nss_compat/compat-pwd.c (internal_setpwent): If nss_set*ent
2480         returned NSS_STATUS_UNAVAIL, still return NSS_STATUS_SUCCESS.
2481         * nis/nss_compat/compat-spwd.c (internal_setspent): Likewise.
2482         * nis/nss_compat/compat-grp.c (internal_setgrent): Likewise.
2484         * nis/nss_compat/compat-initgroups.c (nss_setgrent, nss_endgrent):
2485         Removed.
2486         (init_nss_interface): Remove initialization of these variables.
2488 2006-05-18  Ulrich Drepper  <drepper@redhat.com>
2490         * nis/nis_call.c (rec_dirsearch): Little optimization: pull
2491         nis_free_directory forward to avoid duplication.
2493 2006-05-17  Ulrich Drepper  <drepper@redhat.com>
2495         * nis/nis_call.c (rec_dirsearch): Handle __nis_finddirectory and
2496         rec_dirsearch returning NULL.
2497         (first_shoot): Handle __nis_finddirectory returning NULL.
2498         (__nisfind_server): Fix leak when rec_dirsearch returns NULL.
2500         * sysdeps/unix/sysv/linux/sys/inotify.h: Define IN_CLOSE, IN_MOVE,
2501         IN_ONLYDIR, IN_DONT_FOLLOW, and IN_MASK_ADD.
2503 2006-05-17  Jakub Jelinek  <jakub@redhat.com>
2505         * sunrpc/key_call.c (getkeyserv_handle): Call auth_destroy if
2506         pid changed.
2508 2006-05-15  Ulrich Drepper  <drepper@redhat.com>
2510         * include/rpc/pmap_prot.h: Mark all functions as hidden.
2512         * nscd/nscd_initgroups.c: Mark __gr_map_handle as hidden.
2513         * nscd/nscd_getgr_r.c: Likewise.
2515         * include/rpc/pmap_rmt.h: Mark all functions as hidden.
2517         * nscd/nscd_getai.c (__hst_map_handle): Mark as hidden.
2518         * nscd/nscd_gethst_r.c (__hst_map_handle): Likewise.
2520         * stdlib/longlong.h (__clz_tab): Mark as hidden.
2522         * iconv/gconv_int.h: Mark __gconv_lock as hidden.
2524         * include/rpc/key_prot.h: Mark all _internal functions as hidden.
2526         * include/rpc/auth.h: Mark xdr_des_block_internal and
2527         xdr_opaque_auth_internal as hidden.
2529         * sysdeps/unix/sysv/linux/getdents.c: Mark __have_no_getdents64 as
2530         hidden.
2532         * include/rpc/xdr.h: Mark all _internal functions as hidden.
2534         * misc/getusershell.c (okshells): Don't use static initializers,
2535         do it dynamically.
2537         * stdlib/fmtmsg.c (keywords): Change type of len element to
2538         uint32_t to not waste space on 64bit machines.
2540         * locale/setlocale.c: Change _nl_category_names into a string.
2541         Add new _nl_category_name_idxs.  Change all users.
2542         * locale/localeinfo.h: Adjust declaration of _nl_category_names.
2543         Declare _nl_category_name_idxs.
2544         * locale/findlocale.c: Adjust for _nl_category_names change.
2545         * locale/loadlocale.c: Likewise.
2546         * locale/newlocale.c: Likewise.
2547         * intl/dcigettext.c: Likewise.
2549         * iconv/gconv_conf.c (add_alias): Move actual alias handling to...
2550         (add_alias2): ...here.  New function.
2551         (__gconv_read_conf): Simplify builtin alias handling.
2552         (builtin_aliases): Convert to string to avoid relocations.
2553         * iconv/gconv_builtin.h: Add comment about correct formatting.
2555 2006-05-15  Jakub Jelinek  <jakub@redhat.com>
2557         * resolv/res_debug.c (loc_ntoa): Make error const.
2559 2006-05-14  Andreas Schwab  <schwab@suse.de>
2561         * math/complex.h [__LDBL_COMPAT]: Use __REDIRECT_NTH.
2563 2006-05-12  Jakub Jelinek  <jakub@redhat.com>
2565         * sysdeps/unix/sysv/linux/sched_getaffinity.c: Include sys/param.h.
2566         (__sched_getaffinity_new): Don't crash if cpusetsize is smaller than
2567         sizeof (cpu_set_t).
2569 2006-05-11  Ulrich Drepper  <drepper@redhat.com>
2571         * resolv/res_debug.c (loc_ntoa): Define error as array, not pointer.
2573         * include/arpa/nameser.h: Declare _ns_flagdata as hidden.
2575         * nis/yp_xdr.c: Add libnsl_hidden_def for xdr_ypresp_master.
2576         * include/rpcsvc/yp.h: Add libnsl_hidden_proto for xdr_ypresp_master.
2578         * nis/yp_xdr.c: Add libnsl_hidden_def for xdr_ypbind_resp.
2579         * include/rpcsvc/yp.h: Add libnsl_hidden_proto for xdr_ypbind_resp.
2581         * nis/nis_xdr.c: Add libnsl_hidden_def for xdr_cback_data.
2582         * include/rpcsvc/nis_callback.h: Add libnsl_hidden_proto for
2583         xdr_cback_data.
2585         * nis/ypupdate_xdr.c: Add libnsl_hidden_def for xdr_ypupdate_args.
2586         * include/rpcsvc/ypupd.h: Add libnsl_hidden_proto for
2587         xdr_ypupdate_args.
2589         * nis/yp_xdr.c: Add libnsl_hidden_def for xdr_ypresp_order.
2590         * include/rpcsvc/yp.h: Add libnsl_hidden_proto for xdr_ypresp_order.
2592         * nis/yp_xdr.c: Add libnsl_hidden_def for xdr_ypresp_maplist.
2593         * include/rpcsvc/yp.h: Add libnsl_hidden_proto for xdr_ypresp_maplist.
2595         * nis/nis_xdr.c: Add libnsl_hidden_def for xdr_obj_p.
2596         * include/rpcsvc/nis_callback.h: New file.
2598         * nis/yp_xdr.c: Add libnsl_hidden_def for xdr_ypresp_val.
2599         * include/rpcsvc/yp.h: Add libnsl_hidden_proto for xdr_ypresp_val.
2601         * nis/yp_xdr.c: Add libnsl_hidden_def for xdr_ypreq_nokey.
2602         * include/rpcsvc/yp.h: Add libnsl_hidden_proto for xdr_ypreq_nokey.
2604         * nis/yp_xdr.c: Add libnsl_hidden_def for xdr_ypmaplist.
2605         * include/rpcsvc/yp.h: Add libnsl_hidden_proto for xdr_ypmaplist.
2607         * nis/yp_xdr.c: Add libnsl_hidden_def for xdr_ypreq_nokey.
2608         * include/rpcsvc/yp.h: Add libnsl_hidden_proto for xdr_ypreq_nokey.
2610         * nis/ypupdate_xdr.c: Add libnsl_hidden_def for xdr_ypdelete_args.
2611         * include/rpcsvc/ypupd.h: Add libnsl_hidden_proto for
2612         xdr_ypdelete_args.
2614         * nis/nis_xdr.h: Mark all functions as hidden.  Remove
2615         __BEGIN_DECLS and __END_DECLS, the header is not installed.
2617         * nis/nis_error.c: Remove table of strings.  Use position
2618         independent mechanism.
2619         * nis/nis_error.h: New file.
2621 2006-05-11  Jakub Jelinek  <jakub@redhat.com>
2623         * locale/programs/ld-time.c (time_finish): If wide era name or
2624         format aren't provided, set both wname and wformat to L"".
2626 2006-05-10  Ulrich Drepper  <drepper@redhat.com>
2628         * sysdeps/unix/sysv/linux/tcgetattr.c (__tcgetattr): Only store
2629         results if the call was succesful.
2631         * nis/nss-nis.h: Mark __yperr2nss_tab and __yperr2nss_count as hidden.
2633         * nis/nss-nisplus.h: Mark __niserr2nss_tab and __niserr2nss_count
2634         as hidden.
2636 2006-05-10  Jakub Jelinek  <jakub@redhat.com>
2638         * misc/sys/queue.h: Remove uses of all QUEUEDEBUG_* macros.
2640 2006-05-10  Ulrich Drepper  <drepper@redhat.com>
2642         * posix/wordexp.c (parse_glob): No need to check ifs for NULL, the
2643         caller makes sure this is not the case.
2644         (wordexp): Simplify ifs_white creation.  [Coverity CID 231]
2646 2006-05-09  Ulrich Drepper  <drepper@redhat.com>
2648         * posix/wordexp.c: Remove numerous NULL pointer tests before FREE
2649         calls.
2651         * io/ftw.c (open_dir_stream): Return right away if REALLOC fails.
2652         [Coverity CID 229, 230]
2654         * argp/argp-help.c (hol_entry_help): Handle STATE==NULL in ARG and
2655         DGETTEXT calls.
2656         (hol_help): Likewise.  [Coverity CID 226, 227]
2658         * string/argz-replace.c (__argz_replace): Unconditionally call
2659         free on SRC.  [Coverity CID 225]
2661         * nis/nis_creategroup.c (nis_creategroup): No need to duplicate
2662         the return value of __nis_default_owner and __nis_default_group,
2663         it has been especially allocated.  [Coverity CID 224]
2665         * nis/nis_defaults.c (searchXYX): New functions.  Used by both
2666         searchgroup and searchowner.  Significantly simplified.
2667         (__nis_default_owner): Remove duplication.  Do not locally copy the
2668         string before duplicating it.
2669         (__nis_default_group): Likewise.
2671         * nis/nis_lookup.c (nis_lookup): After calling nis_free_directory,
2672         we must clear the variable before calling __nisfind_server.
2674         * nis/nis_lookup.c (nis_lookup): Always free memory allocated with
2675         nis_getnames.  [Coverity CID 223]
2677         * locale/programs/locfile.c (locfile_read): Use alloca instead of
2678         xmalloc to allocate local repertoire name.  [Coverity CID 222]
2680         * iconv/iconv_charmap.c (use_to_charmap): No need to dynamically
2681         allocate memory for the input to add_bytes.  [Coverity CID 221]
2683         * posix/wordexp.c (w_addword): Free word if realloc fails and it
2684         was allocated here.  [Coverity CID 219, 220]
2686         * posix/getconf.c (print_all): Free confstr data after printing.
2687         [Coverity CID 218]
2689         * sysdeps/posix/getaddrinfo.c (gaih_inet): Free canon string if
2690         list allocation fails.  [Coverity CID 215]
2692         * nss/nsswitch.c (__nss_configure_lookup): Fix loop end condition.
2693         [Coverity CID 213]
2695         * argp/argp-help.c (hol_entry_cmp): Don't call canon_doc_option if
2696         string is NULL.  [Coverity CID 212]
2697         * argp/Makefile: Add rules to build and run bug-argp1.
2698         * argp/bug-argp1.c: New file.
2700         * io/ftw.c (ftw_dir): Use __rawmemchr instead of strchr to find
2701         end of string.
2702         * stdlib/canonicalize.c (__realpath): Likewise.
2704         * locale/programs/ld-time.c (time_finish): Don't dereference NULL
2705         pointer.  [Coverity CID 206]
2707         * elf/dl-dst.h (DL_DST_REQUIRED): Be prepared for missing link map
2708         in statically linked code.
2709         * elf/dl-load.c (_dl_dst_substitute): When replacing ORIGIN in
2710         statically built code, be prepared to have no link map.
2711         [Coverity CID 205]
2713         * argp/argp-help.c (fill_in_uparams): Handle STATE==NULL in
2714         dgettext calls. [Coverity CID 204]
2716         * argp/argp-help.c (struct uparams): Remove valid member.  Change
2717         the one user.
2718         (uparam_names): Reduce size.  Avoid relative relocations.
2719         Moved to read-only segment.
2720         (fill_in_uparams): Update for new layout.
2722         * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs): Parameter can be
2723         assumed to always be != NULL. [Coverity CID 202]
2725         * argp/argp-help.c (hol_entry_help): Remove some dead code
2726         [Coverity CID 200].
2728         * nis/nss_nis/nis-service.c (_nss_nis_getservbyport_r): Optimize
2729         away a few more unconditional yperr2nss calls.
2730         (_nss_nis_getservbyname_r): Likewise.
2732 2006-05-06  Ulrich Drepper  <drepper@redhat.com>
2734         * sysdeps/generic/ldsodefs.h: Remove support for non-core
2735         architectures.
2737         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Make sure
2738         that unused memory passed to sendto is nevertheless initialized.
2740         [BZ #2499]
2741         * resolv/nss_dns/dns-canon.c (_nss_dns_getcanonname_r): Avoid
2742         possibly unaligned memory accesses.
2744         * include/arpa/nameser.h: Also optimize NS_PUT16 and NS_PUT32.
2745         * resolv/res_mkquery.c: Use NS_PUT16 and NS_PUT32 instead of __putshort
2746         and __putlong respectively.  Correct buffer overflow check for
2747         NS_NOTIFY_OP.
2749         * resolv/res_send.c (send_vc): Use ns_put16 instead of putshort.
2751         * resolv/res_send.c (res_queriesmatch): Fix typo in comment.
2752         (send_dg): Rewrite error handling to be more compact and avoid
2753         double recomputation of timeouts.  Pass MSG_NOSIGNAL to send.
2755         * include/arpa/nameser.h: Add optimizations for NS_GET16 and NS_GET32.
2757         * resolv/res_send.c (res_nameinquery): Use NS_GET16 directly
2758         instead of ns_get16.
2759         (res_queriesmatch): Likewise.  Minor optimization.
2761         [BZ #2499]
2762         * resolv/res_query.c (__libc_res_nquery): If answerp != NULL,
2763         __libc_res_nsend might reallocate the buffer for the answer.  In
2764         this case we have to reload the HP pointer.
2766 2006-05-05  Ulrich Drepper  <drepper@redhat.com>
2768         * stdio-common/vfscanf.c (memory_error): Remove definition.  Add
2769         some branch prediction hints.
2771         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Define SPLICE_F_*.
2772         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
2773         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
2774         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
2775         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
2776         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
2777         * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h: Likewise.
2778         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
2780 2006-05-05  Martin Schwidefsky  <schwidefsky@de.ibm.com>
2782         * sysdeps/s390/s390-32/elf/start.S: Replace pc relative relocation
2783         by a GOT relocation to make Scrt1.o position independent.
2784         * sysdeps/s390/s390-64/elf/start.S: Likewise.
2786         * sysdeps/unix/sysv/linux/s390/s390-32/syscall.S: Add support for
2787         six system call parameters.
2788         * sysdeps/unix/sysv/linux/s390/s390-64/syscall.S: Likewise.
2790 2006-05-05  Ulrich Drepper  <drepper@redhat.com>
2792         * sunrpc/svcauth_des.c (cache_init): Use calloc instead of
2793         malloc&bzero.
2795         * sunrpc/svc_udp.c (BZERO): Remove definition.
2796         (CALLOC): Define.
2797         (svc_enablecache): Use CALLOC instead of ALLOC&BZERO.
2799         * sunrpc/des_impl.c: Remove ALT_ECB support.  We never used it.
2800         (des_SPtrans): Use uint32_t type.
2801         (des_skb): Likewise.
2803         * sunrpc/xdr_ref.c (xdr_reference): Use calloc instead of malloc&bzero.
2805 2006-05-05  Jakub Jelinek  <jakub@redhat.com>
2807         [BZ #2509]
2808         * stdio-common/tst-printf.sh: Adjust for tst-printf.c change even
2809         on 32-bit arches.
2811 2006-05-05  Ulrich Drepper  <drepper@redhat.com>
2813         * locale/programs/ld-address.c (address_finish): Fix one more
2814         place where the iso639 array might be accessed beyond the limits.
2816 2006-05-04  Ulrich Drepper  <drepper@redhat.com>
2818         * nis/nis_table.c (nis_list): Avoid clearing res twice before
2819         filling it for the first time.
2821         * nis/nis_table.c (get_tablepath): Renamed from __get_tablepath.
2822         Adjust all callers.
2823         Free res object content before returning.
2825         * sunrpc/xdr_array.c (xdr_array): Use calloc instead of malloc&bzero.
2827         * sunrpc/key_call.c (__rpc_thread_key_cleanup): Also free
2828         client->cl_auth.
2830         * sunrpc/rpc_thread.c (__rpc_thread_destroy): Don't skip entire
2831         cleanup for initial thread, just the free call on TVP.
2833         * nscd/gai.c (__getline): Define.
2836 See ChangeLog.16 for earlier changes.