.
[glibc/pb-stable.git] / ChangeLog
blob6824b72032fe123be2895144f10f0b3227ff432c
1 2007-03-15  Jakub Jelinek  <jakub@redhat.com>
3         [BZ #3919]
4         * math/libm-test.inc (log_test): Test -Inf and NaN.
5         (log10_test, log1p_test, log2_test): Test -Inf.
6         * sysdeps/i386/fpu/e_log.S (__ieee754_log): Don't raise
7         FE_INVALID when argument is qNaN.
8         * sysdeps/i386/fpu/e_logl.S (__ieee754_logl): Likewise.
9         * sysdeps/i386/fpu/e_logf.S (__ieee754_logf): Likewise.
10         * sysdeps/x86_64/fpu/e_logl.S (__ieee754_logl): Likewise.
11         * sysdeps/x86_64/fpu/e_log10l.S (__ieee754_log10l): Replace
12         andb $1, %ah with testb $1, %ah, don't test for parity, instead
13         testb $4, %ah and jump if non-zero.
14         * sysdeps/x86_64/fpu/e_log2l.S (__ieee754_log2l): Likewise.
15         * sysdeps/x86_64/fpu/s_log1pl.S (__log1pl): Likewise.
17         [BZ #4101]
18         * argp/argp-help.c (hol_cluster_cmp): Fix comparisons used to find
19         ancestors with the same depths.
20         Patch by Niels Moeller <nisse@lysator.liu.se>.
21         (filter_doc): Don't crash if argp is NULL.
22         * argp/Makefile (tests): Add tst-argp2.
23         * argp/tst-argp2.c: New test.
25         [BZ #4130]
26         * login/utmp_file.c (setutent_file): Use O_LARGEFILE for
27         open_not_cancel_2.
28         (updwtmp_file): Likewise.
30         [BZ #4181]
31         * inet/inet6_opt.c (add_padding): Only insert padding if npad > 0.
32         (inet6_opt_append): Don't check extlen is big enough if extbuf
33         is NULL.
34         (inet6_opt_finish): Likewise.
35         * inet/Makefile (tests): Add test-inet6_opt.
36         * inet/test-inet6_opt.c: New test.
38         * sysdeps/unix/sysv/linux/ifaddrs.c (__netlink_request): Never
39         reallocate the buffer, instead fail for MSG_TRUNC or for EBUSY
40         NLMSG_ERR.  Instead use a page sized buffer.
41         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Use page sized
42         buffer.
44 2007-03-14  Richard Henderson  <rth@redhat.com>
46         * sysdeps/alpha/fpu/s_llround.c: New file.
47         * sysdeps/alpha/fpu/s_llroundf.c: New file.
48         * sysdeps/alpha/fpu/s_lround.c: New file.
49         * sysdeps/alpha/fpu/s_lroundf.c: New file.
50         * sysdeps/alpha/fpu/s_round.c: New file.
51         * sysdeps/alpha/fpu/s_roundf.c: New file.
52         * sysdeps/alpha/fpu/s_trunc.c: New file.
53         * sysdeps/alpha/fpu/s_truncf.c: New file.
55         * sysdeps/alpha/fpu/s_ceil.c: Rewrite without branches.
56         * sysdeps/alpha/fpu/s_ceilf.c: Likewise.
57         * sysdeps/alpha/fpu/s_floor.c: Likewise.
58         * sysdeps/alpha/fpu/s_floorf.c: Likewise.
59         * sysdeps/alpha/fpu/s_rint.c: Likewise.
60         * sysdeps/alpha/fpu/s_rintf.c: Likewise.
62         * sysdeps/alpha/fpu/s_fmax.S: New file.
63         * sysdeps/alpha/fpu/s_fmaxf.S: New file.
64         * sysdeps/alpha/fpu/s_fmin.S: New file.
65         * sysdeps/alpha/fpu/s_fminf.S: New file.
66         * sysdeps/alpha/fpu/s_isnan.c: New file.
67         * sysdeps/alpha/fpu/s_isnanf.c: New file.
68         * sysdeps/alpha/fpu/s_llrint.c: New file.
69         * sysdeps/alpha/fpu/s_llrintf.c: New file.
70         * sysdeps/alpha/fpu/s_lrint.c: New file.
71         * sysdeps/alpha/fpu/s_lrintf.c: New file.
72         * sysdeps/alpha/fpu/s_nearbyint.c: New file.
73         * sysdeps/alpha/fpu/s_nearbyintf.c: New file.
75         * sysdeps/alpha/fpu/bits/mathinline.h (__floorf, __floor): Remove.
76         (__fdimf, fdimf, __fdim, fdim): Remove.
77         (__signbitf, __signbit, __signbitl): Use gcc builtin if available.
78         (__isnanf, __isnan, __isnanl): New.
80 2007-03-13  Richard Henderson  <rth@redhat.com>
82         * sysdeps/ieee754/ldbl-128/Makefile: New file.
84 2007-03-13  Richard Henderson  <rth@redhat.com>
86         * sysdeps/alpha/Makefile (sysdep-CFLAGS): Force dynamic rounding.
87         * sysdeps/alpha/fpu/bits/mathinline.h (__signbitl): New.
88         * sysdeps/alpha/fpu/libm-test-ulps: Regenerate.
89         * sysdeps/unix/sysv/linux/alpha/alphaev6/fpu/Implies: New file.
90         * sysdeps/unix/sysv/linux/alpha/alphaev67/fpu/Implies: New file.
91         * sysdeps/unix/sysv/linux/alpha/fpu/Implies: New file.
93 2007-03-13  Richard Henderson  <rth@redhat.com>
95         * elf/dl-support.c (_dl_aux_init): Honor DL_PLATFORM_AUXV.
96         * sysdeps/unix/sysv/linux/alpha/dl-auxv.h: New file.
97         * sysdeps/unix/sysv/linux/alpha/dl-support.c: New file.
98         * sysdeps/unix/sysv/linux/alpha/dl-sysdep.c (__libc_alpha_cache_shape):
99         Move to dl-auxv.h; initialize instead of extern weak.
100         (DL_PLATFORM_AUXV): Move to dl-auxv.h; don't test for undef
101         weak symbol.
102         * sysdeps/unix/sysv/linux/alpha/sysconf.c (__libc_alpha_cache_shape):
103         Extern instead of initialized.
105 2007-03-13  Richard Henderson  <rth@redhat.com>
107         * sysdeps/unix/sysv/linux/alpha/sigsuspend.S: Add support for
108         __sigsuspend_nocancel.
110 2007-03-06  Ulrich Drepper  <drepper@redhat.com>
112         * sysdeps/posix/getaddrinfo.c (get_scope): Correct test for
113         172.16/12 address range.
115 2007-03-02  Jakub Jelinek  <jakub@redhat.com>
117         * sysdeps/unix/sysv/linux/ifaddrs.c (__netlink_request): Retry with
118         a new netlink socket if NLMSG_ERR -EBUSY is seen after some MSG_TRUNC
119         message.
121 2007-03-01  Jakub Jelinek  <jakub@redhat.com>
123         [BZ #4069]
124         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Check for NaN
125         earlier.
126         * math/libm-test.inc (pow_test): Add more tests involving NaNs.
128         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Avoid invalid exception
129         for x qNaN and y either +-inf or non-integer value.
130         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Likewise.
131         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.
132         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Likewise.
134 2007-02-10  Mike Frysinger  <vapier@gentoo.org>
136         * sysdeps/unix/sysv/linux/sh/Makefile: Remove sys/io.h
137         from sysdep_headers.
139 2007-02-28  Jakub Jelinek  <jakub@redhat.com>
141         * time/tzfile.c (find_transition): Instead of a linear search try to
142         guess the transition index, use a linear search if the result is at
143         most 10 transitions away from the guess or binary search otherwise.
145 2007-02-27  Jakub Jelinek  <jakub@redhat.com>
147         * sysdeps/unix/sysv/linux/ifaddrs.c (__netlink_request): Fix
148         memory reallocation.
150 2007-02-21  Ulrich Drepper  <drepper@redhat.com>
152         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Add branch predictions
153         and fix some typos.
154         Optimize use of TOLOWER.
156         [BZ #3325]
157         * sysdeps/i386/fpu/e_fmodf.S: Revert last changes, keep using fprem.
158         * sysdeps/i386/fpu/e_fmodl.c: Likewise.
159         * sysdeps/i386/fpu/e_fmod.S: Likewise.
161         [BZ #3458]
162         * sysdeps/unix/sysv/linux/posix_madvise.c: New file.
163         * sysdeps/unix/sysv/linux/syscalls.list: Remove posix_madvise entry.
165         [BZ #4076]
166         * io/ftw.c (ftw_startup): Handle special case of FTW_CHDIR in /.
167         (open_dir_stream): Likewise.
168         * io/Makefile (tests): Add bug-ftw5.
169         io/bug-ftw5.c: New file.
171         * nscd/hstcache.c (cache_addhst): Remove unnecessary conditional.
172         * nscd/servicescache.c (cache_addserv): Likewise.
174         * nscd/grpcache.c (cache_addgr): In case a record changed on
175         refresh, adjust key_copy.
177         [BZ #4074]
178         * nscd/pwdcache.c (cache_addpw): In case a record changed on
179         refresh, adjust key_copy.
181         [BZ #4070]
182         * stdio-common/printf_fp.c (___printf_fp): Handle a few more
183         special cases.
184         * stdio-common/tfformat.c (sprint_doubles): Some more tests.
186 2007-02-19  Ulrich Drepper  <drepper@redhat.com>
188         * stdio-common/printf_fp.c (___printf_fp): Cleanups and minor
189         optimization.
191         * stdio-common/vfscanf.c: Small cleanups throughout.
193 2007-02-18  Ulrich Drepper  <drepper@redhat.com>
195         [BZ #3325]
196         * sysdeps/i386/fpu/e_fmodf.S: Use fprem1 instead of fprem.
197         * sysdeps/i386/fpu/e_fmodl.c: Likewise.
198         * sysdeps/i386/fpu/e_fmod.S: Likewise.
199         Patch by Jared Casper <jaredcasper@gmail.com>.
201         * sysdeps/unix/closedir.c: Outside libc don't use locking.
202         * sysdeps/unix/opendir.c: Likewise.
203         * sysdeps/unix/readdir.c: Likewise.
205         [BZ #2211]
206         * stdio-common/vfscanf.c: Handle localized digits etc for floating
207         point numbers.
208         Patch mostly by Hamed Malek <hamed@farsiweb.info>.
210         * stdio-common/vfscanf.c: Fix problems in width accounting.
211         * stdio-common/tst-sscanf.c (double_tests): New tests.
212         (main): Hook them up.
214         * stdio-common/vfscanf.c: Remove unused WIDTH handling.
215         More simplifications of floating-point reader.
217         * stdio-common/Makefile (tests): Add tst-swscanf.
218         * stdio-common/tst-sscanf.c: Make tests usable for swscanf
219         testing.
220         * stdio-common/tst-swscanf.c: New file.
222 2007-02-17  Ulrich Drepper  <drepper@redhat.com>
224         [BZ #2633]
225         * libio/stdio.h: Define struct _IO_FILE in global namespace.
226         * setjmp/setjmp.h: Define __jmp_buf_tag in global namespace.
227         Remove using for __jmp_buf_tag.
228         * locale/locale.h (struct lconv): Also define in std namespace.
229         * wcsmbs/wchar.h: Move using declaration for tm out of namespace.
231         [BZ #3842]
232         * sysdeps/posix/euidaccess.c [_LIBC] (euidaccess): Remove shortcut
233         using __libc_enable_secure.
235         [BZ #3818]
236         * sysdeps/unix/sysv/linux/sys/acct.h (struct acct_v3): Define.
238         [BZ #3745]
239         * locale/programs/ld-collate.c (handle_ellipsis): Fix generation
240         of names for ellipsises.
242         [BZ #3348]
243         * malloc/memusage.sh: Cleanups.
244         * debug/xtrace.sh: Quoting and trap changes.
246 2007-02-16  Ulrich Drepper  <drepper@redhat.com>
248         * locale/iso-3166.def: Add Jersey, Guernsey, and Isle Of Man entries.
250         * locale/iso-3166.def: Update entry for Serbia.
251         * locale/iso-4217.def: Define RSD, remove CSD.
253         * sysdeps/x86_64/bits/atomic.h: One more change, this time for 16-
254         and 64-bit operations.
256         [BZ #4040]
257         * sysdeps/i386/i486/bits/atomic.h: One more change, this time for
258         16-bit operations.
260         * nscd/nscd.c (parse_opt): One more conversion to use send instead
261         of writev.
263 2007-02-15  Ulrich Drepper  <drepper@redhat.com>
265         [BZ #3991]
266         * assert/assert.h (assert): Simplify.
267         (assert_perror): Likewise.
268         Patch by Israel G. Lugo <ilugo@bridonsecurity.com>.
270         * nscd/nscd_helper.c (open_socket): Don't send padding bytes from
271         reqdata.
273         * sysdeps/unix/sysv/linux/x86_64/send.c (__libc_send): Cosmetic
274         change: don't pass NULL in place of an integer.
276 2007-02-02  Bruno Haible  <bruno@clisp.org>
278         [BZ #3954]
279         * iconvdata/ksc5601.c (__ksc5601_sym_to_ucs, __ksc5601_sym_from_ucs):
280         Add mapping for U+327E.
281         * iconvdata/ksc5601.h (KSC5601_SYMBOL): Increment.
282         * iconvdata/johab.c (BODY for FROM_LOOP, BODY for TO_LOOP): Enable
283         mapping of 0xD9 0xE8.
284         * iconvdata/uhc.c (BODY for FROM_LOOP, BODY for TO_LOOP): Disable
285         mapping of U+327E.
286         Reported by Jungshik Shin <jungshik@google.com>.
288         [BZ #3955]
289         * iconvdata/johab.c (BODY for FROM_LOOP, BODY for TO_LOOP): Enable
290         mapping of 0xD9 0xE6 and of 0xD9 0xE7.
291         Reported by Jungshik Shin <jungshik@google.com>.
293 2007-02-14  Ulrich Drepper  <drepper@redhat.com>
295         * sysdeps/x86_64/bits/atomic;h: Fix asm parameters for some
296         byte variants.
298         [BZ #4040]
299         * sysdeps/i386/i486/bits/atomic.h: Fix asm parameters for some
300         byte variants.  Patch mostly be tom@tommay.net.
302 2007-02-14  Jakub Jelinek  <jakub@redhat.com>
304         [BZ #3996]
305         * posix/glob.c (attribute_hidden): Define if not defined.
306         (glob): Unescape dirname, filename or username when needed and not
307         GLOB_NOESCAPE.  Handle \/ correctly.  Handle GLOB_MARK if filename
308         is NULL.  Handle unescaped [ in pattern without closing ].
309         Don't pass GLOB_CHECK down to recursive glob for directories.
310         (__glob_pattern_type): New function.
311         (__glob_pattern_p): Implement using __glob_pattern_type.
312         (glob_in_dir): Handle GLOB_NOCHECK patterns containing no meta
313         characters and backslashes if not GLOB_NOESCAPE or unterminated [.
314         Remove unreachable code.
315         * posix/globtest.sh: Add a couple of new tests.
317 2007-02-13  Ulrich Drepper  <drepper@redhat.com>
319         * po/ru.po: Update from translation team.
321 2007-02-12  Jakub Jelinek  <jakub@redhat.com>
323         * sysdeps/i386/bits/byteswap.h (__bswap_32): Add __amdfam10__
324         to the list of i486+ CPUs.
325         * sysdeps/x86_64/bits/byteswap.h (__bswap_32): Likewise.
327 2007-02-12  Ulrich Drepper  <drepper@redhat.com>
329         * elf/rtld.c (RESOLVE_MAP): Always return bootstrap_map reference.
330         * elf/Makefile ($(objpfx)ld.so): Check that ld.so has no undefined
331         references.
333 2007-02-09  Ulrich Drepper  <drepper@redhat.com>
335         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Remove incorrect comment.
337         * resolv/res_init.c (res_setoptions): Recognize edns0 option.
338         * resolv/res_mkquery.c: Define __res_nopt.
339         * resolv/res_query.c (__libc_res_nquery): If RES_USE_EDNS0 is set
340         try adding EDNS0 record.
341         * resolv/res_send.c (send_dg): If request failed with FORMERR and
342         EDNS0 record was send make sure we don't try it again.
343         * resolv/resolv.h: Define RES_F_EDNS0ERR and RES_USE_EDNS0.
344         * include/resolv.h: Declare __res_nopt.
346 2007-02-08  Jakub Jelinek  <jakub@redhat.com>
348         [BZ #3944]
349         * time/strptime_l.c (__strptime_internal): Set have_mon for
350         %b/%B/%h.  Set have_mon and have_mday if tm_mon and tm_mday
351         have been computed from tm_yday and tm_year.  Don't crash
352         in day_of_the_week or day_of_the_year if not have_mon
353         and tm_mon contains bogus value.
354         * time/Makefile (tests): Add tst-strptime3.
355         * time/tst-strptime3.c: New test.
357 2007-02-05  Jakub Jelinek  <jakub@redhat.com>
359         [BZ #3957]
360         * posix/regcomp.c (parse_bracket_exp): Set '\n' bit rather than '\0'
361         bit for RE_HAT_LISTS_NOT_NEWLINE.
362         (build_charclass_op): Remove bogus comment.
363         * posix/Makefile (tests): Add bug-regex27 and bug-regex28.
364         * posix/bug-regex27.c: New test.
365         * posix/bug-regex28.c: New test.
367 2007-02-03  Ulrich Drepper  <drepper@redhat.com>
369         * po/sv.po: Update from translation team.
371 2007-02-02  Ulrich Drepper  <drepper@redhat.com>
373         * nscd/nscd_helper.c (open_socket): Minor size optimization.
375 2007-02-02  Jakub Jelinek  <jakub@redhat.com>
377         * include/locale.h (__uselocale): Add libc_hidden_proto.
378         * locale/uselocale.c (__uselocale): Add libc_hidden_def.
380         * nscd/nscd_helper.c (open_socket): Use __gettimeofday instead of
381         gettimeofday.
383 2007-02-01  Ulrich Drepper  <drepper@redhat.com>
385         * sysdeps/unix/sysv/linux/i386/sysdep.h (PTR_MANGLE): Roll value before
386         returning.
387         (PTR_DEMANGLE): Real definition now that it's not the same as
388         PRT_MANGLE anymore.
389         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
391         * string/strerror_l.c: New file.
392         * string/Makefile (routines): Add strerror_l.
393         * string/string.h: Declare strerror_l.
394         * string/Versions: Export strerror_l for GLIBC_2.6.
396 2007-01-31  Ulrich Drepper  <drepper@redhat.com>
398         * nscd/nscd_helper.c (open_socket): Now takes request type and key
399         as parameter.  Construct request record.  Try sending request
400         before the first poll use, it usually succeeds.  Adjust all
401         callers.
402         * nscd/nscd-client.h: Define MAXKEYLEN.
403         * nscd/connections.c (nscd_run): Don't define MAXKEYLEN here.
405 2007-01-31  Jakub Jelinek  <jakub@redhat.com>
407         * nscd/nscd-client.h (__nscd_cache_search): Remove const qualifier
408         from return value.
409         * nscd/nscd_helper.c: Include string.h.
410         (__nscd_cache_search): Remove const qualifier from return value.
411         On strict alignment architectures check hash entry and data head
412         alignment.
413         * nscd/nscd_getpw_r.c (nscd_getpw_r): Don't crash or fail because
414         mmapped data during GC cycle contains garbage.  If
415         __nscd_drop_map_ref fails, decrement mapped->counter when returning
416         error or if retrying with NO_MAPPING, only __nscd_unmap if counter
417         dropped to 0.
418         * nscd/nscd_getgr_r.c (nscd_getgr_r): Likewise.
419         * nscd/nscd_initgroups.c (__nscd_getgrouplist): Likewise.
420         * nscd/nscd_gethst_r.c (nscd_gethst_r): Likewise.
421         * nscd/nscd_getai.c (__nscd_getai): Likewise.
422         * nscd/nscd_getserv_r.c (nscd_getserv_r): Likewise.
424 2007-01-30  Ulrich Drepper  <drepper@redhat.com>
426         * misc/hsearch_r.c (hdestroy_r): Remove unnecessary test.
428 2007-01-26  Ulrich Drepper  <drepper@redhat.com>
430         * sysdeps/i386/dl-trampoline.S (_dl_runtime_profile): Use register
431         names not numbers in cfi_*.
433 2007-01-26  Andreas Jaeger  <aj@suse.de>
435         * sysdeps/unix/sysv/linux/sys/personality.h (ADDR_NO_RANDOMIZE,
436         ADDR_LIMIT_3GB, PER_LINUX_32BIT, PER_LINUX32_3GB): Add.
437         Correct values of PER_HPUX and PER_OSF4.
439 2007-01-24  Ulrich Drepper  <drepper@redhat.com>
441         * elf/dl-minimal.c: Undefine _itoa first.
442         * stdio-common/_itoa.h: Define _itoa and _fitoa for 64-bit platforms.
443         * malloc/mtrace.c: Revert last change.
444         * posix/wordexp.c: Likewise.
446 2007-01-24  Jakub Jelinek  <jakub@redhat.com>
448         * sysdeps/i386/bits/byteswap.h (__bswap_32): Add __nocona__, __core2__
449         and __geode__ to the list of i486+ CPUs.
450         * sysdeps/x86_64/bits/byteswap.h (__bswap_32): Likewise.
452 2007-01-23  Ulrich Drepper  <drepper@redhat.com>
454         * stdio-common/_itoa.c: Include <limits.h>.
455         * stdio-common/_itowa.c: Likewise.
457 2007-01-22  Ulrich Drepper  <drepper@redhat.com>
459         * stdio-common/_itowa.c: Don't compile _itowa for 64-bit
460         platforms.
461         * stdio-common/_itoa.c: Don't compile in _itoa and _fitoa for
462         64-bit platforms.
463         * malloc/mtrace.c (tr_where): Use _fitoa_word instead of _fitoa if
464         possible.
465         * posix/wordexp.c (parse_arith): Use _itoa_word instead of _itoa
466         if possible.
468         [BZ #3902]
469         * stdio-common/_itoa.c (_itoa): Make sure at least a zero is emitted.
470         * stdio-common/Makefile (tests): Add bug17.
471         * stdio-common/bug17.c: New file.
473 2007-01-19  Ulrich Drepper  <drepper@redhat.com>
475         * iconvdata/brf.c: New file.
476         * iconvdata/testdata/BRF: New file.
477         * iconvdata/testdata/BRF..UTF8: New file.
478         Contributed by Samuel Thibault <samuel.thibault@ens-lyon.org>.
479         * iconvdata/Makefile: Add rules to build BRF.
480         * iconvdata/TESTS: Add BRF entry.
481         * iconvdata/gconv-modules: Likewise.
482         * iconvdata/tst-tables.sh: Likewise.
484 2007-01-18  Anton Nikishaev  <anton.nik@gmail.com>
486         * wcsmbs/wchar.h (wcstoll): Fix comment, function returns value of
487         type `long long int', not `long int'.
488         (wcstoq): Likewise.
490 2007-01-18  Ulrich Drepper  <drepper@redhat.com>
492         * scripts/gen-as-const.awk: Add cast to long to avoid int promotion
493         of values on 64-bit platforms which are too large.
495 2007-01-12  Steven Munroe  <sjmunroe@us.ibm.com>
496             Joe Kerian  <jkerian@us.us.ibm.com>
498         [BZ #2749]
499         * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Include
500         <math_ldbl_opt.h>.  Remove weak_alias.  Use long_double_symbol macro.
501         (__copysignl): Use signbit() for comparison.
502         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c (__fabsl): Correct parms for
503         SET_LDOUBLE_WORDS64.
505         [BZ #2423, #2749]
506         * sysdeps/ieee754/ldbl-128ibm/s_ceill.c: Don't include <fenv_libc.h>.
507         (__ceill): Remove calls to fegetround(), fesetround().
508         * sysdeps/ieee754/ldbl-128ibm/s_floorl.c: Likewise.
509         * sysdeps/ieee754/ldbl-128ibm/s_roundl.c: Likewise.
510         * sysdeps/ieee754/ldbl-128ibm/s_truncl.c: Likewise.
512 2007-01-17  Jakub Jelinek  <jakub@redhat.com>
514         * nscd/nscd_getserv_r.c (nscd_getserv_r): Fix pastos.
516         * sysdeps/unix/sysv/linux/getdents.c (offsetof): Remove.
518 2007-01-17  Ulrich Drepper  <drepper@redhat.com>
520         * sysdeps/unix/sysv/linux/fatal-prepare.h: Use PTHFCT_CALL to
521         demangle pointer.
522         * csu/libc-start.c: Likewise.
524 2007-01-16  Ulrich Drepper  <drepper@redhat.com>
526         * sysdeps/posix/system.c: Remove NO_WAITPID support, it cannot
527         really work anyway.
529 2007-01-15  Ulrich Drepper  <drepper@redhat.com>
531         * nscd/connections.c (servinfo): Renamed to reqinfo.  Change all
532         users.
533         (handle_request): Remove unnecessary tests.
535         * nscd/cache.c (cache_add): Record the failure to add to the cache.
537 2007-01-15  Jakub Jelinek  <jakub@redhat.com>
539         * soft-fp/op-common.h (FP_TRUNC): When truncating a NaN, clear
540         workbits in semi-raw fraction.
542         * math/test-misc.c: Add new tests.
544 2007-01-14  Steven Munroe  <sjmunroe@us.ibm.com>
546         * math/basic-test.c: Include test-skeleton.c.
547         (TEST_TRUNC): Define.
548         (truncdfsf_test, trunctfsf_test, trunctfdf_test): New.
549         (main): Rename to ...
550         (do_test): ...this.  Run new tests.
551         (TEST_FUNCTION): Define.
553 2006-10-05  Steven Munroe  <sjmunroe@us.ibm.com>
554             Joe Kerian  <jkerian@us.us.ibm.com>
556         [BZ #2749]
557         * soft-fp/op-4.h (__FP_FRAC_SUB_3, __FP_FRAC_SUB_4): Correct borrow
558         handling for high words.
559         * soft-fp/op-common.h (_FP_OVERFLOW_SEMIRAW): Always set inexact
560         and overflow for infinity.
562 2007-01-15  Ulrich Drepper  <drepper@redhat.com>
564         * nscd/connections.c (handle_request): Add a __builtin_expect.
566         * nscd/connections.c (serv2db): Change type into structure which
567         also says whether this is a request for data.  Renamed to
568         servinfo.  All users changed.
569         (handle_request): Much simpler test whether we should search the cache.
571         * nscd/connections.c (handle_request): Fix thinko in selinux test
572         invocation.
574         * sysdeps/generic/ldsodefs.h: Define DL_LOOKUP_SCOPE_LOCK.
575         * elf/dl-lookup.c (add_dependency): If scope map is locked, unlock
576         it before getting dl_load_lock and then relock.
577         (_dl_lookup_symbol_x): Pass flags to add_dependency.
578         When rerunning _dl_lookup_symbol_x, compute symbol_scope again in
579         case we unlocked the scope.
580         * elf/dl-runtime.c (_dl_fixup): Pass DL_LOOKUP_SCOPE_LOCK to
581         _dl_lookup_symbol_x in case we locked the scope.
582         (_dl_profile_fixup): Likewise.
583         * elf/dl-sym.c (do_sym): In flags passed to call_dl_lookup, also
584         set DL_LOOKUP_SCOPE_LOCK.
586 2007-01-13  Ulrich Drepper  <drepper@redhat.com>
588         * inet/Makefile: Define CFLAGS-getsrvbynm_r.c and
589         CFLAGS-getsrvbynpt_r.c.
590         * nscd/getsrvbynm_r.c: New file.
591         * nscd/getsrvbypt_r.c: New file.
592         * nscd/nscd_getserv_r.c: New file.
593         * nscd/servicescache.c: New file.
594         * nscd/Makefile (routines): Add nscd_getserv_r.
595         (nscd-modules): Add getsrvbynm_r, getsrvbypt_r, and servicescache.
596         Define CFLAGS-servicescache.c, CFLAGS-getsrvbynm_r.c, and
597         CFLAGS-getsrvbypt_r.c.
598         * nscd/cache.c (prune_cache): Rewrite to get re-add function from
599         table.  Add entries for services database.
600         * nscd/connections.c (serv2str): Mark as const.  Add entries for
601         services database.
602         (dbs): Add .reset_res and servdb initialization.
603         (serv2db): Add entries for services database.
604         (verify_persistent_db): Accept dbnr == servdb.
605         (invalidate_cache): Rewrite database name recognition to use a table.
606         Call res_init() if .reset_res is set for database.
607         (handle_request): Add code to handle services database.
608         * nscd/gai.c: Don't define __getservbyname_r.
609         * nscd/nscd-client.h (request_type): Remove LASTDBREQ, add
610         GETSERVBYNAME, GETSERVBYPORT, GETFDSERV.
611         (serv_response_header): Define.
612         (struct datahead): Add serv_response_header member.
613         * nscd/nscd.c (parse_opt): Rewrite parsing of -i parameter value
614         using table.
615         * nscd/nscd.conf: Add entries for services database.
616         * nscd/nscd.h: Adjust declaration of dbnames and serv2str.
617         Declare serv_iov_disabled.
618         Declare addservbyname, readdservbyname, addservbyport, and
619         readdservbyport.
620         * nscd/nscd_conf.c (dbnames): Mark as const.  Add services entry.
621         (find_db): Fix error message.
622         * nscd/nscd_proto.h: Declare __nss_not_use_nscd_services,
623         __nscd_getservbyname_r, and __nscd_getservbyport_r.
624         * nscd/selinux.c (perms): Add entries for services database.
625         * nss/Versions: Export __nss_services_lookup with GLIBC_PRIVATE.
626         * nss/nsswitch.c (__nss_disable_nscd): Also disable services database.
628         * nscd/grpcache.c: Remove obsolete code.  Cleanups.
629         * nscd/hstcache.c: Likewise.
630         * nscd/pwdcache.c: Likewise.
632         * nis/nss_nis/nis-service.c (_nss_nis_getservbyname_r): Correct
633         computation of keylen.
635         * include/string.h: Only redefine strndupa if this is really for
636         libc code.
638 2007-01-12  Ulrich Drepper  <drepper@redhat.com>
640         * nscd/nscd_gethst_r.c: Minor cleanups.
642         * nscd/connections.c (handle_request): Check selinux permissions
643         for all non-admin commands.
645         * sysdeps/i386/i486/bits/atomic.h: Define
646         atomic_compare_and_exchange_val_acq,
647         atomic_compare_and_exchange_bool_acq, and atomic_exchange_and_add
648         using __sync_* built-ins for gcc >= 4.1.
649         * sysdeps/x86_64/bits/atomic.h: Likewise.
651         [BZ #3840]
652         * scripts/check-local-headers.sh: Restrict to testing .o.d, .os.d,
653         and .oS.d files.
655 2007-01-05  Steven Munroe  <sjmunroe@us.ibm.com>
657         * stdlib/tst-makecontext.c: Include errno.h.  Change main()
658         to do_test().  Define TEST_FUNCTION. Include test-skeleton.c.
659         (do_test): Check errno and exit(0) if ENOSYS.
661 2007-01-11  Jakub Jelinek  <jakub@redhat.com>
663         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Fix handling of multi-byte
664         thousands separators.
665         * stdlib/Makefile: Add rules to build and run tst-strtod4.
666         * stdlib/tst-strtod4.c: New test.
668         [BZ #3855]
669         * stdlib/strtod_l.c (____STRTOF_INTERNAL): 0x. not followed by
670         hexadecimal digit should accept just the initial 0.
671         * stdlib/tst-strtod2.c (tests): New variable.
672         (do_test): Run several tests rather than just one.
674 2007-01-11  Jakub Jelinek  <jakub@redhat.com>
676         * sysdeps/i386/soft-fp/sfp-machine.h: Remove.
677         * sysdeps/x86_64/soft-fp/sfp-machine.h: Likewise.
679 2007-01-10  Ulrich Drepper  <drepper@redhat.com>
681         * io/fts.c: Make sure fts_cur is always valid after return from
682         fts_read.
683         Patch by Miloslav Trmac <mitr@redhat.com>.
685 2006-10-27  Richard Sandiford  <richard@codesourcery.com>
687         * elf/elf.h (R_MIPS_GLOB_DAT): Define.
688         (R_MIPS_NUM): Bump by 1.
690 2007-01-03  Jakub Jelinek  <jakub@redhat.com>
692         * posix/execvp.c: Include alloca.h.
693         (allocate_scripts_argv): Renamed to...
694         (scripts_argv): ... this.  Don't allocate buffer here nor count
695         arguments.
696         (execvp): Use alloca if possible.
697         * posix/Makefile: Add rules to build and run tst-vfork3 test.
698         * posix/tst-vfork3.c: New test.
700 2007-01-03  Ulrich Drepper  <drepper@redhat.com>
702         * string/Makefile (tst-strxfrm2-ENV): Define.
703         * stdlib/Makefile (tst-strtod3-ENV): Define.
705 2007-01-02  Ulrich Drepper  <drepper@redhat.com>
707         * posix/getconf.c: Update copyright year.
708         * nss/getent.c: Likewise.
709         * iconv/iconvconfig.c: Likewise.
710         * iconv/iconv_prog.c: Likewise.
711         * elf/ldconfig.c: Likewise.
712         * catgets/gencat.c: Likewise.
713         * csu/version.c: Likewise.
714         * elf/ldd.bash.in: Likewise.
715         * elf/sprof.c (print_version): Likewise.
716         * locale/programs/locale.c: Likewise.
717         * locale/programs/localedef.c: Likewise.
718         * nscd/nscd.c (print_version): Likewise.
719         * debug/xtrace.sh: Likewise.
720         * malloc/memusage.sh: Likewise.
721         * malloc/mtrace.pl: Likewise.
722         * debug/catchsegv.sh: Likewise.
724 2006-12-24  Ulrich Drepper  <drepper@redhat.com>
726         * malloc/malloc.c (sYSMALLOc): Remove some unnecessary alignment
727         attempts.
729 2006-12-23  Ulrich Drepper  <drepper@redhat.com>
731         * posix/wordexp.c: Remove some unnecessary tests.
733 2006-12-22  Gavin Romig-Koch  <gavin@redhat.com>
735         * nis/nss_compat/compat-grp.c (internal_getgrgid_r): Don't
736         blacklist the group till after we look it up.
738 2006-12-21  Ulrich Drepper  <drepper@redhat.com>
740         * include/atomic.h (atomic_forced_read): New macro.
742 2006-12-20  SUGIOKA Toshinobu  <sugioka@itonet.co.jp>
744         * sysdeps/unix/sysv/linux/sh/bits/shm.h: New file.
746 2006-12-19  Jakub Jelinek  <jakub@redhat.com>
748         * nss/getXXbyYY_r.c: Include atomic.h.
749         (INTERNAL (REENTRANT_NAME)): Write startp after start_fct,
750         add atomic_write_barrier () in between.
752         * stdlib/Makefile (tests): Add tst-makecontext.
753         * stdlib/tst-makecontext.c: New test.
755         * sysdeps/unix/sysv/linux/powerpc/powerpc32/makecontext.S
756         (__makecontext): Don't realign uc_mcontext.uc_regs.
758 2006-11-28  Jakub Jelinek  <jakub@redhat.com>
760         * elf/dl-support.c: Include dl-procinfo.h.
761         * sysdeps/powerpc/dl-procinfo.h (PPC_PLATFORM_POWER4,
762         PPC_PLATFORM_PPC970, PPC_PLATFORM_POWER5, PPC_PLATFORM_POWER5_PLUS,
763         PPC_PLATFORM_POWER6, PPC_PLATFORM_CELL_BE, PPC_PLATFORM_POWER6X):
764         Define.
765         (_dl_string_platform): Use PPC_PLATFORM_* macros instead of
766         hardcoded constants.
767         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_platform): Use
768         PPC_PLATFORM_* macros for array designators.
770 2006-11-11  Steven Munroe  <sjmunroe@us.ibm.com>
772         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_cap_flags): Add 3 new cap
773         names to the beginning.
774         (_dl_powerpc_platforms): Add "power6x".
775         * sysdeps/powerpc/dl-procinfo.h (_DL_HWCAP_FIRST): Decrease.
776         (HWCAP_IMPORTANT): Add PPC_FEATURE_HAS_DFP.
777         (_DL_PLATFORMS_COUNT): Increase.
778         (_dl_string_platform): Handle power6x case.
779         * sysdeps/powerpc/sysdep.h (PPC_FEATURE_PA6T, PPC_FEATURE_HAS_DFP,
780         PPC_FEATURE_POWER6_EXT): Define.
781         (PPC_FEATURE_POWER5, PPC_FEATURE_POWER5_PLUS): Correct Comment.
783 2006-12-18  Jakub Jelinek  <jakub@redhat.com>
785         [BZ #3747]
786         * stdlib/jrand48_r.c (__jrand48_r): Make sure result is in the
787         [-2^31 .. 2^31) range.
788         * stdlib/tst-rand48.c (main): Fix expected values for 64-bit
789         targets.
790         * stdlib/tst-rand48-2.c: New test.
791         * stdlib/Makefile (tests): Add tst-rand48-2.
793 2006-12-14  Jakub Jelinek  <jakub@redhat.com>
795         * misc/tst-pselect.c (do_test): Fix sigblock argument.
797 2006-12-14  Ulrich Drepper  <drepper@redhat.com>
799         * misc/tst-pselect.c (do_test): Make sure the helper process is
800         terminating when the test is aborted.
802 2006-12-13  Ulrich Drepper  <drepper@redhat.com>
804         * sysdeps/unix/sysv/linux/bits/statvfs.h: Define ST_RELATIME.
805         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
806         Handle relatime mount option.
808         [BZ #2337]
809         * libio/Makefile (tests): Add tst-setvbuf1.
810         * libio/tst-setvbuf1.c: New file.
812 2006-12-08  Jakub Jelinek  <jakub@redhat.com>
814         [BZ #2337]
815         * libio/genops.c (__uflow): Fix a typo.
816         * libio/wfiledoalloc.c (_IO_wfile_doallocate): Don't stat
817         nor set _IO_LINE_BUF bit here.  Size the wide buffer based on
818         the narrow buffer size.
820 2006-11-24  Jakub Jelinek  <jakub@redhat.com>
822         [BZ #2337]
823         * libio/libio.h (_IO_FLAGS2_USER_WBUF): Define.
824         * libio/wgenops.c (_IO_wsetb, _IO_wdefault_finish): Test and set
825         _IO_FLAGS2_USER_WBUF bit in _flags2 instead of _IO_USER_BUF bit
826         in _flags.
827         * libio/wstrops.c (_IO_wstr_overflow, enlarge_userbuf,
828         _IO_wstr_finish): Likewise.
829         * libio/wmemstream.c (open_wmemstream): Likewise.
830         * libio/fileops.c (_IO_new_file_close_it): Call _IO_set[bgp]
831         even for wide streams.
833 2006-12-13  Jakub Jelinek  <jakub@redhat.com>
835         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S: Include
836         kernel-features.h.
838 2006-12-11  Ulrich Drepper  <drepper@redhat.com>
840         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Parse thousand
841         separators also if no non-zero digits found.
842         * stdlib/Makefile (tests): Add tst-strtod3.
844 2006-12-09  Ulrich Drepper  <drepper@redhat.com>
846         [BZ #3632]
847         * include/features.h: Fix comment about default value for
848         _POSIX_C_SOURCE.
850         [BZ #3664]
851         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Fix test to recognize
852         empty parsed strings.
853         * stdlib/Makefile (tests): Add tst-strtod2.
854         * stdlib/tst-strtod2.c: New file.
856         [BZ #3673]
857         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Fix exp_limit
858         computation.
859         * stdlib/Makefile (tests): Add tst-atof2.
860         * stdlib/tst-atof2.c: New file.
862         [BZ #3674]
863         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Adjust exponent value
864         correctly if removing trailing zero of hex-float.
865         * stdlib/Makefile (tests): Add tst-atof1.
866         * stdlib/tst-atof1.c: New file.
868 2006-12-09  Jakub Jelinek  <jakub@redhat.com>
870         * misc/mntent_r.c (__hasmntopt): Check p[optlen] even when p == rest.
871         Start searching for next comma at p rather than rest.
872         * misc/Makefile (tests): Add tst-mntent2.
873         * misc/tst-mntent2.c: New test.
875         * misc/getusershell.c (initshells): Check for integer overflows.
876         Make strings buffer one bigger as fgets always succeeds when second
877         argument is 1.  Don't use calloc for shells array.  Disallow
878         / as shell.
880 2006-12-08  Ulrich Drepper  <drepper@redhat.com>
882         * malloc/memusage.c: Handle realloc with new size of zero and
883         non-NULL pointer correctly.
884         (me): Really write first record twice.
885         (struct entry): Make format bi-arch safe.
886         (dest): Write out more realloc statistics.
887         * malloc/memusagestat.c (struct entry): Make format bi-arch safe.
889 2006-12-05  Jakub Jelinek  <jakub@redhat.com>
891         * nis/nis_subr.c (nis_getnames): Revert last change.
893 2006-12-04  Jakub Jelinek  <jakub@redhat.com>
895         * sysdeps/unix/sysv/linux/ttyname.c: Include termios.h.
896         (ttyname): Use tcgetattr instead of isatty, don't set errno to ENOTTY.
897         * sysdeps/unix/sysv/linux/ttyname_r.c: Include termios.h.
898         (__ttyname_r): Use tcgetattr instead of isatty, don't set errno to
899         ENOTTY.
900         * io/Makefile: Add rules to build and run tst-ttyname_r test.
901         * io/tst-ttyname_r.c: New test.
903 2006-12-03  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
905         * sysdeps/unix/sysv/linux/sh/sys/io.h: Removed.
907 2006-11-30  H.J. Lu  <hongjiu.lu@intel.com>
909         * sysdeps/i386/i686/memcmp.S: Use jump table as the base of
910         jump table entries.
912 2006-11-30  Jan Kratochvil  <jan.kratochvil@redhat.com>
914         * sysdeps/unix/sysv/linux/i386/clone.S: Provide CFI for the outermost
915         `clone' function to ensure proper unwinding stop of gdb.
916         * sysdeps/unix/sysv/linux/x86_64/clone.S: Likewise.
918 2006-12-01  Ulrich Drepper  <drepper@redhat.com>
920         * nscd/nscd.init: Remove obsolete and commented-out -S option
921         handling.
923 2006-11-23  Jakub Jelinek  <jakub@redhat.com>
925         [BZ #3514]
926         * manual/string.texi (strncmp): Fix pastos from wcscmp description.
928         [BZ #3515]
929         * manual/string.texi (strtok): Remove duplicate paragraph.
931 2006-12-01  Jan Kratochvil  <jan.kratochvil@redhat.com>
933         * sysdeps/unix/sysv/linux/x86_64/sigaction.c: Fix compatibility with
934         libgcc not supporting `rflags' unwinding (register # >= 17).
936 2006-11-30  Jakub Jelinek  <jakub@redhat.com>
938         * sunrpc/svc_run.c (svc_run): Set my_pollfd to new_pollfd if realloc
939         succeeded.
941 2006-11-29  Daniel Jacobowitz  <dan@codesourcery.com>
942             Jakub Jelinek  <jakub@redhat.com>
943             Jan Kratochvil  <jan.kratochvil@redhat.com>
945         * sysdeps/unix/sysv/linux/x86_64/sigaction.c (restore_rt): Add correct
946         unwind information.
947         * sysdeps/unix/sysv/linux/x86_64/Makefile: Provide symbols for
948         'restore_rt' even in the 'signal' directory.
949         * sysdeps/unix/sysv/linux/x86_64/ucontext_i.sym: Extend the regs list.
951 2006-11-27  Jakub Jelinek  <jakub@redhat.com>
953         [BZ #3559]
954         * sunrpc/svc_run.c (svc_run): Fail instead of segfaulting if
955         malloc crashed.  Don't allocate memory unnecessarily in each
956         loop.
958 2006-10-21  Jakub Jelinek  <jakub@redhat.com>
960         * resolv/mapv4v6addr.h (map_v4v6_address): Fix last change.
962 2006-11-20  Ulrich Drepper  <drepper@redhat.com>
964         * resolv/mapv4v6addr.h (map_v4v6_address): Optimize a bit.
966 2006-11-18  Bruno Haible  <bruno@clisp.org>
968         * sysdeps/unix/sysv/linux/i386/getgroups.c (__getgroups): Invoke
969         __sysconf only after having tried to call getgroups32.
971 2006-11-19  Ulrich Drepper  <drepper@redhat.com>
973         * nss/nss_files/files-hosts.c (LINE_PARSER): Support IPv6-style
974         addresses for IPv4 queries if they can be mapped.
976 2006-11-16  Jakub Jelinek  <jakub@redhat.com>
978         * sysdeps/x86_64/fpu/s_copysignf.S (__copysignf): Switch to .text.
979         * sysdeps/x86_64/fpu/s_copysign.S (__copysign): Likewise.
980         (signmask): Add .size directive.
981         (othermask): Add .type directive.
983 2006-11-14  Ulrich Drepper  <drepper@redhat.com>
985         * po/nl.po: Update from translation team.
987         * timezone/zdump.c: Redo fix for BZ #3137.
989 2006-11-14  Jakub Jelinek  <jakub@redhat.com>
991         * nss/nss_files/files-alias.c (get_next_alias): Set line back
992         to first_unused after parsing :include: file.
994 2006-11-10  Ulrich Drepper  <drepper@redhat.com>
996         * timezone/africa: Update from tzdata2006o.
997         * timezone/antarctica: Likewise.
998         * timezone/asia: Likewise.
999         * timezone/australasia: Likewise.
1000         * timezone/backward: Likewise.
1001         * timezone/europe: Likewise.
1002         * timezone/iso3166.tab: Likewise.
1003         * timezone/northamerica: Likewise.
1004         * timezone/southamerica: Likewise.
1005         * timezone/zone.tab: Likewise.
1007         * time/tzfile.c (__tzfile_read): Extend to handle new file format
1008         on machines with 64-bit time_t.
1010         * timezone/checktab.awk: Update from tzcode2006o.
1011         * timezone/ialloc.c: Likewise.
1012         * timezone/private.h: Likewise.
1013         * timezone/scheck.c: Likewise.
1014         * timezone/tzfile.h: Likewise.
1015         * timezone/tzselect.ksh: Likewise.
1016         * timezone/zdump.c: Likewise.
1017         * timezone/zic.c: Likewise.
1019         [BZ #3483]
1020         * elf/ldconfig.c (main): Call setlocale and textdomain.
1021         Patch mostly by Benno Schulenberg <bensberg@justemail.net>.
1023         [BZ #3480]
1024         * manual/argp.texi: Fix typos.
1025         * manual/charset.texi: Likewise.
1026         * manual/errno.texi: Likewise.
1027         * manual/filesys.texi: Likewise.
1028         * manual/lang.texi: Likewise.
1029         * manual/maint.texi: Likewise.
1030         * manual/memory.texi: Likewise.
1031         * manual/message.texi: Likewise.
1032         * manual/resource.texi: Likewise.
1033         * manual/search.texi: Likewise.
1034         * manual/signal.texi: Likewise.
1035         * manual/startup.texi: Likewise.
1036         * manual/stdio.texi: Likewise.
1037         * manual/sysinfo.texi: Likewise.
1038         * manual/syslog.texi: Likewise.
1039         * manual/time.texi: Likewise.
1040         Patch by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
1042         [BZ #3465]
1043         * sunrpc/clnt_raw.c: Minimal message improvements.
1044         * sunrpc/pm_getmaps.c: Likewise.
1045         * nis/nss_nisplus/nisplus-publickey.c: Likewise.
1046         * nis/nis_print_group_entry.c: Likewise.
1047         * locale/programs/repertoire.c: Likewise.
1048         * locale/programs/charmap.c: Likewise.
1049         * malloc/memusage.sh: Likewise.
1050         * elf/dl-deps.c: Likewise.
1051         * locale/programs/ld-collate.c: Likewise.
1052         * libio/vswprintf.c: Likewise.
1053         * malloc/memusagestat.c: Likewise.
1054         * sunrpc/auth_unix.c: Likewise.
1055         * sunrpc/rpc_main.c: Likewise.
1056         * nscd/cache.c: Likewise.
1057         * locale/programs/repertoire.c: Unify output messages.
1058         * locale/programs/charmap.c: Likewise.
1059         * locale/programs/ld-ctype.c: Likewise.
1060         * locale/programs/ld-monetary.c: Likewise.
1061         * locale/programs/ld-numeric.c: Likewise.
1062         * locale/programs/ld-time.c: Likewise.
1063         * elf/ldconfig.c: Likewise.
1064         * nscd/selinux.c: Likewise.
1065         * elf/cache.c: Likewise.
1066         Patch mostly by Benno Schulenberg <bensberg@justemail.net>.
1068         [BZ #3451]
1069         * sysdeps/i386/fpu/bits/mathinline.h (floor): Make rounding mode
1070         change atomic.
1071         (ceil): Likewise.
1073 2006-11-10  Jakub Jelinek  <jakub@redhat.com>
1075         * string/strxfrm_l.c (STRXFRM): Fix trailing \1 optimization
1076         if N is one bigger than return value.
1077         * string/tst-strxfrm2.c (do_test): Also test strxfrm with l1 + 1
1078         and l1 last arguments, if buf is defined, verify the return value
1079         equals to strlen (buf) and verify no byte beyond passed length
1080         is modified.
1082 2006-11-10  Ulrich Drepper  <drepper@redhat.com>
1084         * po/sv.po: Update from translation team.
1086 2006-11-09  Ulrich Drepper  <drepper@redhat.com>
1088         * sysdeps/unix/sysv/linux/x86_64/sysconf.c (intel_check_word): Add
1089         noinline attribute.
1091 2006-11-10  Jakub Jelinek  <jakub@redhat.com>
1093         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word): Add
1094         noinline attribute.
1096         * sysdeps/gnu/siglist.c (__old_sys_siglist, __old_sys_sigabbrev):
1097         Use __new_sys_siglist instead of _sys_siglist_internal as
1098         second macro argument.
1099         (_old_sys_siglist): Use declare_symbol_alias macro instead of
1100         strong_alias.
1102 2006-11-09  Ulrich Drepper  <drepper@redhat.com>
1104         [BZ #3493]
1105         * posix/unistd.h (sysconf): Remove const attribute.
1107         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Fix test for
1108         temporary or deprecated addresses.
1109         Patch by Sridhar Samudrala <sri@us.ibm.com>.
1111         * string/Makefile (tests): Add tst-strxfrm2.
1112         * string/tst-strxfrm2.c: New file.
1114 2006-10-09  Jakub Jelinek  <jakub@redhat.com>
1116         * elf/dl-debug.c (_dl_debug_initialize): Check r->r_map for 0
1117         rather than r->r_brk.
1119 2006-11-08  Jakub Jelinek  <jakub@redhat.com>
1121         * string/strxfrm_l.c (STRXFRM): Do the trailing \1 removal
1122         optimization even if needed > n.
1124         * elf/dl-load.c (decompose_rpath): Return bool rather than void.
1125         If l->l_name is on inhibit_rpath list, set sps->dirs to -1 and
1126         return false, otherwise return true.
1127         (cache_rpath): Return decompose_rpath return value.
1129 2006-11-07  Jakub Jelinek  <jakub@redhat.com>
1131         * include/libc-symbols.h (declare_symbol): Rename to...
1132         (declare_symbol_alias): ... this.  Add ORIGINAL argument, imply
1133         strong_alias (ORIGINAL, SYMBOL) in asm to make sure it preceedes
1134         .size directive.
1135         * sysdeps/gnu/errlist-compat.awk: Adjust for declare_symbol_alias
1136         changes.
1137         * sysdeps/gnu/siglist.c: Likewise.
1139 2006-11-03  Steven Munroe  <sjmunroe@us.ibm.com>
1141         * sysdeps/powerpc/fpu/bits/mathinline.h
1142         [__LIBC_INTERNAL_MATH_INLINES]: Moved to ...
1143         * sysdeps/powerpc/fpu/math_private.h: ...here.  New file.
1145 2006-11-05  Ulrich Drepper  <drepper@redhat.com>
1147         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word):
1148         Update handling of cache descriptor 0x49 for new models.
1149         * sysdeps/unix/sysv/linux/x86_64/sysconf.c (intel_check_word):
1150         Likewise.
1152 2006-11-02  Jakub Jelinek  <jakub@redhat.com>
1154         * malloc/memusage.c (dest): Reset not_me back to false after
1155         printing statistics.
1157 2006-11-02  Ulrich Drepper  <drepper@redhat.com>
1159         * configure.in: Work around ld --help change and avoid -z relro
1160         test completely if the architecture doesn't care about security.
1162 2006-11-01  Ulrich Drepper  <drepper@redhat.com>
1164         * po/sv.po: Update from translation team.
1166 2006-10-31  Ulrich Drepper  <drepper@redhat.com>
1168         * stdlib/atexit.c (atexit): Don't mark as hidden when used to
1169         generate compatibility version.
1171 2006-10-29  Ulrich Drepper  <drepper@redhat.com>
1173         * configure.in: Relax -z relro requirement a bit.
1175         * po/sv.po: Update from translation team.
1177 2006-10-29  Jakub Jelinek  <jakub@redhat.com>
1179         * elf/dl-sym.c (do_sym): Use RTLD_SINGLE_THREAD_P.
1180         * elf/dl-runtime.c (_dl_fixup, _dl_profile_fixup): Likewise.
1181         * elf/dl-close.c (_dl_close_worker): Likewise.
1182         * elf/dl-open.c (_dl_open_worker): Likewise.
1183         * sysdeps/generic/sysdep-cancel.h (RTLD_SINGLE_THREAD_P): Define.
1185 2006-10-27  Ulrich Drepper  <drepper@redhat.com>
1187         * configure.in: Require assembler support for visibility, compiler
1188         support for visibility and aliases, linker support for various -z
1189         options.
1190         * Makeconfig: Remove conditional code which now is unnecessary.
1191         * config.h.in: Likewise.
1192         * config.make.in: Likewise.
1193         * dlfcn/Makefile: Likewise.
1194         * elf/Makefile: Likewise.
1195         * elf/dl-load.c: Likewise.
1196         * elf/rtld.c: Likewise.
1197         * include/libc-symbols.h: Likewise.
1198         * include/stdio.h: Likewise.
1199         * io/Makefile: Likewise.
1200         * io/fstat.c: Likewise.
1201         * io/fstat64.c: Likewise.
1202         * io/fstatat.c: Likewise.
1203         * io/fstatat64.c: Likewise.
1204         * io/lstat.c: Likewise.
1205         * io/lstat64.c: Likewise.
1206         * io/mknod.c: Likewise.
1207         * io/mknodat.c: Likewise.
1208         * io/stat.c: Likewise.
1209         * io/stat64.c: Likewise.
1210         * libio/stdio.c: Likewise.
1211         * nscd/Makefile: Likewise.
1212         * stdlib/Makefile: Likewise.
1213         * stdlib/atexit.c: Likewise.
1214         * sysdeps/generic/ldsodefs.h: Likewise.
1215         * sysdeps/i386/dl-machine.h: Likewise.
1216         * sysdeps/i386/sysdep.h: Likewise.
1217         * sysdeps/i386/i686/memcmp.S: Likewise.
1218         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
1219         * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
1220         * sysdeps/unix/sysv/linux/x86_64/sigaction.c: Likewise.
1222         * Makerules: USE_TLS support is now default.
1223         * tls.make.c: Likewise.
1224         * csu/Versions: Likewise.
1225         * csu/libc-start.c: Likewise.
1226         * csu/libc-tls.c: Likewise.
1227         * csu/version.c: Likewise.
1228         * dlfcn/dlinfo.c: Likewise.
1229         * elf/dl-addr.c: Likewise.
1230         * elf/dl-cache.c: Likewise.
1231         * elf/dl-close.c: Likewise.
1232         * elf/dl-iteratephdr.c: Likewise.
1233         * elf/dl-load.c: Likewise.
1234         * elf/dl-lookup.c: Likewise.
1235         * elf/dl-object.c: Likewise.
1236         * elf/dl-open.c: Likewise.
1237         * elf/dl-reloc.c: Likewise.
1238         * elf/dl-support.c: Likewise.
1239         * elf/dl-sym.c: Likewise.
1240         * elf/dl-sysdep.c: Likewise.
1241         * elf/dl-tls.c: Likewise.
1242         * elf/ldconfig.c: Likewise.
1243         * elf/rtld.c: Likewise.
1244         * elf/tst-tls-dlinfo.c: Likewise.
1245         * elf/tst-tls1.c: Likewise.
1246         * elf/tst-tls10.h: Likewise.
1247         * elf/tst-tls14.c: Likewise.
1248         * elf/tst-tls2.c: Likewise.
1249         * elf/tst-tls3.c: Likewise.
1250         * elf/tst-tls4.c: Likewise.
1251         * elf/tst-tls5.c: Likewise.
1252         * elf/tst-tls6.c: Likewise.
1253         * elf/tst-tls7.c: Likewise.
1254         * elf/tst-tls8.c: Likewise.
1255         * elf/tst-tls9.c: Likewise.
1256         * elf/tst-tlsmod1.c: Likewise.
1257         * elf/tst-tlsmod13.c: Likewise.
1258         * elf/tst-tlsmod13a.c: Likewise.
1259         * elf/tst-tlsmod14a.c: Likewise.
1260         * elf/tst-tlsmod2.c: Likewise.
1261         * elf/tst-tlsmod3.c: Likewise.
1262         * elf/tst-tlsmod4.c: Likewise.
1263         * elf/tst-tlsmod5.c: Likewise.
1264         * elf/tst-tlsmod6.c: Likewise.
1265         * include/errno.h: Likewise.
1266         * include/link.h: Likewise.
1267         * include/tls.h: Likewise.
1268         * locale/global-locale.c: Likewise.
1269         * locale/localeinfo.h: Likewise.
1270         * malloc/arena.c: Likewise.
1271         * malloc/hooks.c: Likewise.
1272         * malloc/malloc.c: Likewise.
1273         * resolv/Versions: Likewise.
1274         * sysdeps/alpha/dl-machine.h: Likewise.
1275         * sysdeps/alpha/libc-tls.c: Likewise.
1276         * sysdeps/generic/ldsodefs.h: Likewise.
1277         * sysdeps/generic/tls.h: Likewise.
1278         * sysdeps/i386/dl-machine.h: Likewise.
1279         * sysdeps/ia64/dl-machine.h: Likewise.
1280         * sysdeps/ia64/libc-tls.c: Likewise.
1281         * sysdeps/mach/hurd/fork.c: Likewise.
1282         * sysdeps/mach/hurd/i386/tls.h: Likewise.
1283         * sysdeps/powerpc/powerpc32/dl-machine.c: Likwise.
1284         * sysdeps/powerpc/powerpc32/dl-machine.h: Likewise.
1285         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
1286         * sysdeps/s390/libc-tls.c: Likewise.
1287         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
1288         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
1289         * sysdeps/sh/dl-machine.h: Likewise.
1290         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
1291         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
1292         * sysdeps/x86_64/dl-machine.h: Likewise.
1294         * elf/dl-close.c (_dl_close_worker): Renamed from _dl_close and
1295         split out locking and parameter checking.
1296         (_dl_close): Call _dl_close_worker after locking and checking.
1297         * elf/dl-open.c (_dl_open): Call _dl_close_worker instead of
1298         _dl_close.
1299         * elf/Makefile: Add rules to build and run tst-thrlock.
1300         * elf/tst-thrlock.c:  New file.
1302         [BZ #3426]
1303         * stdlib/stdlib.h: Adjust comment for canonicalize_file_name to
1304         reality.
1306         [BZ #3429]
1307         * elf/dl-open.c (dl_open_worker): Keep holding dl_load_lock until
1308         we are sure we do not need it anymore for _dl_close.  Also move
1309         the asserts inside the lock region.
1310         Patch mostly by Suzuki <suzuki@in.ibm.com>.
1312 2006-10-27  Jakub Jelinek  <jakub@redhat.com>
1314         * elf/dl-lookup.c (_dl_debug_bindings): Remove unused symbol_scope
1315         argument.
1316         (_dl_lookup_symbol_x): Adjust caller.
1318         * sysdeps/generic/ldsodefs.h (struct link_namespaces): Remove
1319         _ns_global_scope.
1320         * elf/rtld.c (dl_main): Don't initialize _ns_global_scope.
1322         * elf/dl-libc.c: Revert l_scope name changes.
1323         * elf/dl-load.c: Likewise.
1324         * elf/dl-object.c: Likewise.
1325         * elf/rtld.c: Likewise.
1326         * elf/dl-close.c (_dl_close): Likewise.
1327         * elf/dl-open.c (dl_open_worker): Likewise.  If not SINGLE_THREAD_P,
1328         always use __rtld_mrlock_{change,done}.  Always free old scope list
1329         here if not l_scope_mem.
1330         * elf/dl-runtime.c (_dl_fixup, _dl_profile_fixup): Revert l_scope name
1331         change.  Never free scope list here.  Just __rtld_mrlock_lock before
1332         the lookup and __rtld_mrlock_unlock it after the lookup.
1333         * elf/dl-sym.c: Likewise.
1334         * include/link.h (struct r_scoperec): Remove.
1335         (struct link_map): Replace l_scoperec with l_scope, l_scoperec_mem
1336         with l_scope_mem and l_scoperec_lock with l_scope_lock.
1338 2006-10-25  Ulrich Drepper  <drepper@redhat.com>
1340         * sysdeps/gnu/netinet/tcp.h: Define TCP_CONGESTION.
1342 2006-10-18  Ulrich Drepper  <drepper@redhat.com>
1344         * configure.in: Disable building profile libraries by default.
1346 2006-10-17  Jakub Jelinek  <jakub@redhat.com>
1348         * sunrpc/xdr_mem.c (xdrmem_setpos): Don't compare addresses
1349         as signed longs, check for x_base + pos overflow.
1350         * sunrpc/Makefile (tests): Add tst-xdrmem2.
1351         * sunrpc/tst-xdrmem2.c: New test.
1353 2006-10-18  Ulrich Drepper  <drepper@redhat.com>
1355         * elf/dl-lookup.c (_dl_lookup_symbol_x): Add warning to
1356         _dl_lookup_symbol_x code.
1358 2006-10-17  Jakub Jelinek  <jakub@redhat.com>
1360         * elf/dl-runtime.c: Include sysdep-cancel.h.
1361         (_dl_fixup, _dl_profile_fixup): Use __rtld_mrlock_* and
1362         scoperec->nusers only if !SINGLE_THREAD_P.  Use atomic_*
1363         instead of catomic_* macros.
1364         * elf/dl-sym.c: Include sysdep-cancel.h.
1365         (do_sym): Use __rtld_mrlock_* and scoperec->nusers only
1366         if !SINGLE_THREAD_P.  Use atomic_* instead of catomic_* macros.
1367         * elf/dl-close.c: Include sysdep-cancel.h.
1368         (_dl_close): Use __rtld_mrlock_* and scoperec->nusers only
1369         if !SINGLE_THREAD_P.  Use atomic_* instead of catomic_* macros.
1370         * elf/dl-open.c: Include sysdep-cancel.h.
1371         (dl_open_worker): Use __rtld_mrlock_* and scoperec->nusers only
1372         if !SINGLE_THREAD_P.  Use atomic_* instead of catomic_* macros.
1374 2006-10-17  Jakub Jelinek  <jakub@redhat.com>
1376         [BZ #3313]
1377         * malloc/malloc.c (malloc_consolidate): Set maxfb to address of last
1378         fastbin rather than end of fastbin array.
1380 2006-10-18  Ulrich Drepper  <drepper@redhat.com>
1382         * sysdeps/i386/i486/bits/atomic.h (catomic_decrement): Use correct
1383         body macro.
1384         * sysdeps/x86_64/bits/atomic.h
1385         (__arch_c_compare_and_exchange_val_64_acq): Add missing casts.
1386         (catomic_decrement): Use correct body macro.
1388 2006-10-17  Jakub Jelinek  <jakub@redhat.com>
1390         * include/atomic.h: Add a unique prefix to all local variables
1391         in macros.
1392         * csu/tst-atomic.c (do_test): Test also catomic_* macros.
1394 2006-10-16  Ulrich Drepper  <drepper@redhat.com>
1396         [BZ #3369]
1397         * sysdeps/posix/getaddrinfo.c (rfc3484_sort): Fix typos in rules 4
1398         and 7.
1400 2006-10-14  Ulrich Drepper  <drepper@redhat.com>
1402         * resolv/arpa/nameser.h: Document that ns_t_a6 is deprecated.
1404 2006-10-13  Ulrich Drepper  <drepper@redhat.com>
1406         [BZ #3313]
1407         * malloc/malloc.c (malloc_consolidate): Don't use get_fast_max to
1408         determine highest fast bin to consolidate, always look into all of
1409         them.
1410         (do_check_malloc_state): Only require for empty bins for large
1411         sizes in main arena.
1413         * libio/stdio.h: Add more __wur attributes.
1415         * elf/dl-minimal.c (realloc): Optimize last patch.
1417 2006-10-12  Richard Sandiford  <richard@codesourcery.com>
1419         [BZ #3352]
1420         * elf/dl-minimal.c (realloc): Let malloc() return a new pointer,
1421         and use memcpy() if it does.
1423 2006-11-12  Andreas Jaeger  <aj@suse.de>
1425         [BZ #2510]
1426         * manual/search.texi (Hash Search Function): Clarify.
1427         (Array Search Function): Clarify.
1429 2006-11-12  Joseph Myers  <joseph@codesourcery.com>
1431         [BZ #2830]
1432         * math/atest-exp.c (main): Cast hex value to mp_limb_t before
1433         shifting.
1434         * math/atest-exp2.c (read_mpn_hex): Likewise.
1435         * math/atest-sincos.c (main): Likewise.
1437 2006-10-11  Ulrich Drepper  <drepper@redhat.com>
1439         * sysdeps/unix/sysv/linux/syscalls.list: Add epoll_pwait.
1440         * sysdeps/unix/sysv/linux/sys/epoll.h: Declare epoll_pwait.
1441         * sysdeps/unix/sysv/linux/Versions (libc): Add epoll_pwait for
1442         version GLIBC_2.6.
1443         * Versions.def: Add GLIBC_2.6 for libc.
1445         * sysdeps/unix/sysv/linux/i386/sysdep.h (DOARGS_6): Fix offset.
1447         * sysdeps/i386/i486/bits/atomic.h: Add catomic_* support.
1449 2006-10-11  Jakub Jelinek  <jakub@redhat.com>
1451         * malloc/malloc.c (_int_malloc): Remove unused any_larger variable.
1453         * nis/nis_defaults.c (__nis_default_access): Don't call getenv twice.
1455         * nis/nis_subr.c (nis_getnames): Use __secure_getenv instead of getenv.
1456         * sysdeps/generic/unsecvars.h: Add NIS_PATH.
1458 2006-10-11  Ulrich Drepper  <drepper@redhat.com>
1460         * include/atomic.c: Define catomic_* operations.
1461         * sysdeps/x86_64/bits/atomic.h: Likewise.  Fix a few minor problems.
1462         * stdlib/cxa_finalize.c: Use catomic_* operations instead of atomic_*.
1463         * malloc/memusage.c: Likewise.
1464         * gmon/mcount.c: Likewise.
1465         * elf/dl-close.c: Likewise.
1466         * elf/dl-open.c: Likewise.
1467         * elf/dl-profile.c: Likewise.
1468         * elf/dl-sym.c: Likewise.
1469         * elf/dl-runtime.c: Likewise.
1470         * elf/dl-fptr.c: Likewise.
1471         * resolv/res_libc.c: Likewise.
1473 2006-10-10  Ulrich Drepper  <drepper@redhat.com>
1475         * nis/nis_subr.c (nis_getnames): Add trailing dot to NIS_PATH
1476         components which lack them.
1478         * nis/nis_subr.c (nis_getnames): Make sure that we always return
1479         at least one entry consisting of the parameter concatenated with
1480         the domain.
1482 2006-10-10  Roland McGrath  <roland@frob.com>
1484         * sysdeps/mach/hurd/utimes.c: Use a union to avoid an improper cast.
1485         * sysdeps/mach/hurd/futimes.c: Likewise.
1486         * sysdeps/mach/hurd/lutimes.c: Likewise.
1488 2006-10-09  Ulrich Drepper  <drepper@redhat.com>
1489             Jakub Jelinek  <jakub@redhat.com>
1491         Implement reference counting of scope records.
1492         * elf/dl-close.c (_dl_close): Remove all scopes from removed objects
1493         from the list in objects which remain.  Always allocate new scope
1494         record.
1495         * elf/dl-open.c (dl_open_worker): When growing array for scopes,
1496         don't resize, allocate a new one.
1497         * elf/dl-runtime.c: Update reference counters before using a scope
1498         array.
1499         * elf/dl-sym.c: Likewise.
1500         * elf/dl-libc.c: Adjust for l_scope name change.
1501         * elf/dl-load.c: Likewise.
1502         * elf/dl-object.c: Likewise.
1503         * elf/rtld.c: Likewise.
1504         * include/link.h: Include <rtld-lowlevel.h>.  Define struct
1505         r_scoperec.  Replace r_scope with pointer to r_scoperec structure.
1506         Add l_scoperec_lock.
1507         * sysdeps/generic/ldsodefs.h: Include <rtld-lowlevel.h>.
1508         * sysdeps/generic/rtld-lowlevel.h: New file.
1510         * include/atomic.h: Rename atomic_and to atomic_and_val and
1511         atomic_or to atomic_or_val.  Define new macros atomic_and and
1512         atomic_or which do not return values.
1513         * sysdeps/x86_64/bits/atomic.h: Define atomic_and and atomic_or.
1514         Various cleanups.
1515         * sysdeps/i386/i486/bits/atomic.h: Likewise.
1517         * po/sv.po: Update from translation team.
1519 2006-10-07  Ulrich Drepper  <drepper@redhat.com>
1521         * Versions.def: Add GLIBC_2.6 to libpthread.
1523         * include/shlib-compat.h (SHLIB_COMPAT): Expand parameters before use.
1524         (versioned_symbol): Likewise.
1525         (compat_symbol): Likewise.
1527         * po/tr.po: Update from translation team.
1529 2006-10-06  Ulrich Drepper  <drepper@redhat.com>
1531         * nis/Banner: Removed.  It's been integral part forever and the
1532         author info is incomplete anyway.
1533         * libio/Banner: Likewise.
1535         * nis/nis_table.c (nis_list): If __follow_path fails in the new
1536         code, make sure the nis_freeresult call doesn't crash and that the
1537         result is reported correctly.
1539 2006-09-27  Jakub Jelinek  <jakub@redhat.com>
1541         * nis/nis_table.c (nis_list): Handle FOLLOW_PATH | ALL_RESULTS
1542         when callback is NULL.
1544         * nis/Versions (libnss_nisplus): Add
1545         _nss_nisplus_initgroups_dyn@@GLIBC_PRIVATE.
1546         * nis/Makefile (libnss_nisplus-routines): Add nisplus-initgroups.
1547         * nis/nss_nisplus/nisplus-grp.c (tablename_val, tablename_len,
1548         _nss_create_tablename): Rename to...
1549         (grp_tablename_val, grp_tablename_len, _nss_grp_create_tablename):
1550         ... these.  No longer static.
1551         (internal_setgrent): Adjust users.
1552         (_nss_nisplus_getgrnam_r, _nss_nisplus_getgrgid_r): Likewise.
1553         Don't use locking around _nss_grp_create_tablename call.
1554         * nis/nss_nisplus/nisplus-initgroups.c: New file.
1556 2006-10-06  Ulrich Drepper  <drepper@redhat.com>
1558         * version.h (VERSION): Bump to 2.5.90 for new development tree.
1560 2006-10-06  Andreas Jaeger  <aj@suse.de>
1562         * include/features.h (__GLIBC_MINOR__): It's glibc 2.5 now.
1564 2006-10-06  Ulrich Drepper  <drepper@redhat.com>
1566         * po/pl.po: Update from translation team.
1568         * nscd/nscd.c (main): Fix typo in message.
1569         Patch by Jakub Bogsz <qboosh@pld-linux.org>.
1571 2006-10-02  Jakub Jelinek  <jakub@redhat.com>
1573         [BZ #3291]
1574         * sysdeps/unix/sysv/linux/sparc/sparc64/pause.c: Include
1575         errno.h, signal.h, unistd.h and sysdep-cancel.h.
1576         (__sigprocmask): Define.
1578 2006-10-02  Ulrich Drepper  <drepper@redhat.com>
1580         * elf/rtld.c (dl_main): Don't use prelinking if LD_DYNAMIC_WEAK is
1581         used.
1583 2006-10-02  Jakub Jelinek  <jakub@redhat.com>
1585         * nscd/mem.c (mempool_alloc): Round array size to 16 bytes
1586         in oldtotal and newtotal calculation.
1587         * nscd/nscd-client.h (struct mapped_database): Add datasize
1588         field.
1589         * nscd/nscd_helper.c (get_mapping): Initialize datasize field.
1590         (__nscd_get_map_ref): Get a new mapping even if mapping's data_size
1591         increased.
1592         (__nscd_cache_search): Add checks to make sure we never reference
1593         data beyond the current mapping.
1595 2006-10-02  Dmitry V. Levin  <ldv@altlinux.org>
1597         * sysdeps/posix/getaddrinfo.c (match_prefix): Make mask and val
1598         variables const to avoid compiler warnings.
1600         * io/fts.c (fts_close): Remove redundant checks.
1601         (fts_build): Likewise.
1602         (fts_palloc): Likewise.
1604         * manual/message.texi (Advanced gettext functions,
1605         Using gettextized software): Fix typos.
1607 2006-09-30  Ulrich Drepper  <drepper@redhat.com>
1609         * posix/glob.c (glob_in_dir): Add some comments and asserts to
1610         explain why there are no leaks.
1612 2006-09-29  Ulrich Drepper  <drepper@redhat.com>
1614         * libio/wmemstream.c: Include <wchar.h>.
1615         * libio/bug-wmemstream1.c: Likewise.
1616         * libio/tst-wmemstream1.c: Likewise.
1617         * libio/tst-wmemstream2.c: Likewise.
1619         * version.h (RELEASE): Bump to 2.5.
1620         * README: Regenerated.
1622         * locale/iso-3166.def: Add Aaland Islands and Montenegro.
1624         [BZ #3273]
1625         * nscd/nscd_initgroups.c (__nscd_getgrouplist): It is OK to have
1626         found no group members.
1627         Patch by Petr Baudis.
1629 2006-09-29  Jakub Jelinek  <jakub@redhat.com>
1631         * elf/rtld.c (_dl_start_final): If not USE___THREAD, don't
1632         assert bootstrap_map.l_tls_modid is zero.
1633         (_dl_start): Initialize bootstrap_map.l_tls_modid to 0
1634         if USE___THREAD.
1636 2006-09-27  Ulrich Drepper  <drepper@redhat.com>
1638         * libio/stdio.h: Move open_wmemstream prototype to ...
1639         * wcsmbs/wchar.h: ... here.
1641 2006-09-25  Jakub Jelinek  <jakub@redhat.com>
1643         [BZ #3252]
1644         * sysdeps/unix/sysv/linux/powerpc/fchownat.c (fchownat): Handle only
1645         fchownat syscall and __ASSUME_LCHOWN_SYSCALL case inline, call
1646         __{,l}chown to handle the rest.
1647         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat): Handle only
1648         fchownat syscall and __ASSUME_32BITUIDS case inline, call
1649         __{,l}chown to handle the rest.
1650         * sysdeps/unix/sysv/linux/sparc/sparc32/fchownat.c: Include
1651         i386/fchownat.c.
1652         * sysdeps/unix/sysv/linux/s390/s390-32/fchownat.c: Likewise.
1653         * sysdeps/unix/sysv/linux/sh/fchownat.c: Likewise.
1655         [BZ #3253]
1656         * posix/glob.c (glob_in_dir): Don't alloca one struct globlink at a
1657         time, rather allocate increasingly bigger arrays of pointers, if
1658         possible with alloca, if too large with malloc.
1660 2006-09-24  Jakub Jelinek  <jakub@redhat.com>
1662         * sysdeps/powerpc/fpu/libm-test-ulps: Updated.
1664         * sysdeps/ieee754/ldbl-128/s_lrintl.c (__lrintl): Fix 2 typos.
1666 2006-09-24  Ulrich Drepper  <drepper@redhat.com>
1668         * sysdeps/posix/getaddrinfo.c (rfc3484_sort): Implement rule 4,
1669         home addresses.
1670         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Recognize
1671         IFA_F_HOMEADDRESS flag for interfaces.
1672         * include/ifaddrs.h (struct in6addrinfo): Define
1673         in6ai_homeaddress.
1675 2006-09-21  Jakub Jelinek  <jakub@redhat.com>
1677         [BZ #3225]
1678         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h (PTR_MANGLE3,
1679         PTR_DEMANGLE3): Define.
1680         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h (PTR_MANGLE3,
1681         PTR_DEMANGLE3): Likewise.
1682         * sysdeps/powerpc/powerpc32/__longjmp-common.S (__longjmp): Use them.
1683         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S (__longjmp):
1684         Likewise.
1685         * sysdeps/powerpc/powerpc64/__longjmp-common.S (__longjmp): Likewise.
1687 2006-09-20  Jakub Jelinek  <jakub@redhat.com>
1689         * po/libc.pot: Regenerated.
1690         * po/be.po: Updated.
1691         * po/ca.po: Likewise.
1692         * po/cs.po: Likewise.
1693         * po/da.po: Likewise.
1694         * po/de.po: Likewise.
1695         * po/el.po: Likewise.
1696         * po/en_GB.po: Likewise.
1697         * po/es.po: Likewise.
1698         * po/fi.po: Likewise.
1699         * po/fr.po: Likewise.
1700         * po/gl.po: Likewise.
1701         * po/hr.po: Likewise.
1702         * po/hu.po: Likewise.
1703         * po/ja.po: Likewise.
1704         * po/ko.po: Likewise.
1705         * po/nb.po: Likewise.
1706         * po/nl.po: Likewise.
1707         * po/pl.po: Likewise.
1708         * po/pt_BR.po: Likewise.
1709         * po/ru.po: Likewise.
1710         * po/rw.po: Likewise.
1711         * po/sk.po: Likewise.
1712         * po/sv.po: Likewise.
1713         * po/tr.po: Likewise.
1714         * po/zh_CN.po: Likewise.
1715         * po/zh_TW.po: Likewise.
1717         [BZ #3137]
1718         * iconv/iconv_prog.c (main): Fix spelling in error message.
1719         * iconv/iconvconfig.c (main): Likewise.
1720         * locale/programs/ld-collate.c (handle_ellipsis): Likewise.
1721         * locale/programs/ld-ctype.c (charclass_symbolic_ellipsis): Likewise.
1722         * locale/programs/localedef.c (main): Likewise.
1723         * locale/programs/repertoire.c (repertoire_read): Likewise.
1724         * timezone/zdump.c (main): Likewise.
1725         * nscd/connections.c (handle_request): Fix spelling in log message.
1726         Patch by Malcolm Parsons <malcolm.parsons@gmail.com>.
1728 2006-09-20  Ulrich Drepper  <drepper@redhat.com>
1730         * inet/inet6_option.c: Also emit linker warnings for the RFC 2292
1731         interfaces.
1733 2006-09-20  Andreas Jaeger  <aj@suse.de>
1735         * math/libm-test.inc (lrint_test_upward): Fix typo.
1737 2006-06-17  Joseph S. Myers  <joseph@codesourcery.com>
1739         [BZ #2592]
1740         * math/libm-test.inc (lrint_test_tonearest): New function.
1741         (lrint_test_towardzero): New function.
1742         (lrint_test_downward): New function.
1743         (lrint_test_upward): New function.
1744         (main): Run these new tests.
1745         * sysdeps/ieee754/dbl-64/s_llrint.c (__llrint): Correct rounding
1746         of values near to 0.
1747         (two52): Use double not long double.
1748         * sysdeps/ieee754/dbl-64/s_lrint.c (__lrint): Likewise.
1749         * sysdeps/ieee754/flt-32/s_llrintf.c (__llrintf): Likewise.
1750         (two23): Use float not double.
1751         * sysdeps/ieee754/flt-32/s_lrintf.c (__lrintf): Likewise.
1752         (two23): Use float not double.
1753         * sysdeps/ieee754/ldbl-128/s_llrintl.c (__llrintl): Likewise.
1754         * sysdeps/ieee754/ldbl-128/s_lrintl.c (__lrintl): Likewise.
1755         * sysdeps/ieee754/ldbl-96/s_llrintl.c (__llrintl): Likewise.
1756         * sysdeps/ieee754/ldbl-96/s_lrintl.c (__lrintl): Likewise.
1758 2006-09-20  Martin Schwidefsky  <schwidefsky@de.ibm.com>
1760         * sysdeps/unix/sysv/linux/s390/s390-32/makecontext.c (__makecontext):
1761         Cast sp to unsigned long to avoid compiler warning.
1762         Use __makecontext_ret function instead of a trampoline on the stack.
1763         (__makecontext_ret): New function.
1764         * sysdeps/unix/sysv/linux/s390/s390-64/makecontext.c: Likewise.
1766 2006-09-19  Jakub Jelinek  <jakub@redhat.com>
1768         * elf/dl-cache.c (HWCAP_CHECK): If _DL_PLATFORMS_COUNT, but
1769         platform == -1, reject any libs with non-zero _DL_HWCAP_PLATFORM
1770         bits.
1772 2006-09-19  Ulrich Drepper  <drepper@redhat.com>
1774         * elf/dl-close.c (_dl_close): If dependency is not unloaded make
1775         sure no reference to the unloaded map's search list remains in the
1776         dependency's scope.
1778 2006-09-16  Jakub Jelinek  <jakub@redhat.com>
1780         * elf/Makefile: Add rules to build and run unload7 test.
1781         * elf/unload7.c: New test.
1782         * elf/unload7mod1.c: New file.
1783         * elf/unload7mod2.c: New file.
1785 2006-09-18  Jakub Jelinek  <jakub@redhat.com>
1787         * sysdeps/unix/sysv/linux/sys/ptrace.h (PT_GETEVENTMSG): Fix pasto.
1788         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h (PTRACE_SETOPTIONS,
1789         PTRACE_GETEVENTMSG, PTRACE_GETSIGINFO, PTRACE_SETSIGINFO): Define.
1790         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h (PTRACE_SETOPTIONS,
1791         PTRACE_GETEVENTMSG, PTRACE_GETSIGINFO, PTRACE_SETSIGINFO): Likewise.
1792         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h (PTRACE_SETOPTIONS,
1793         PTRACE_GETEVENTMSG, PTRACE_GETSIGINFO, PTRACE_SETSIGINFO): Likewise.
1794         * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h (PTRACE_SETOPTIONS,
1795         PTRACE_GETEVENTMSG): Likewise.
1796         (PTRACE_GETSIGINFO, PTRACE_SETSIGINFO): Change to the arch independent
1797         values.
1799 2006-09-17  Mike Frysinger  <vapier@gentoo.org>
1801         * sysdeps/unix/sysv/linux/sys/ptrace.h (PTRACE_SETOPTIONS,
1802         PTRACE_GETEVENTMSG, PTRACE_GETSIGINFO, PTRACE_SETSIGINFO): Define.
1803         * sysdeps/unix/sysv/linux/ptrace.c (ptrace): Check PTRACE_SETOPTIONS,
1804         PTRACE_GETEVENTMSG, PTRACE_GETSIGINFO and PTRACE_SETSIGINFO.
1806 2006-09-16  Jakub Jelinek  <jakub@redhat.com>
1808         * sysdeps/powerpc/powerpc32/register-dump.h (register_dump): Don't
1809         write '\0' to the fd.
1810         * sysdeps/mach/hurd/powerpc/register-dump.h (register_dump): Likewise.
1811         * sysdeps/powerpc/powerpc64/register-dump.h (register_dump): Likewise.
1812         Change regs to unsigned long pointer from unsigned int, fix fscr
1813         offset.
1815 2006-09-14  Jakub Jelinek  <jakub@redhat.com>
1817         * io/Makefile (CFLAGS-fstatat.c): Set.
1818         (CFLAGS-fstatat64.c): Likewise.
1819         (CFLAGS-mknodat.c): Likewise.
1821         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c: Comment fixes.
1822         * sysdeps/ieee754/ldbl-128ibm/s_llroundl.c: Likewise.
1823         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c: Rewritten.
1824         * sysdeps/ieee754/ldbl-128ibm/s_lroundl.c: Rewritten.
1826 2006-09-14  Jakub Jelinek  <jakub@redhat.com>
1827             Steven Munroe  <sjmunroe@us.ibm.com>
1829         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_cap_flags): Add 4 new cap
1830         names to the beginning.  Rename "cell" to "cellbe".
1831         (_dl_powerpc_platforms): New.
1832         * sysdeps/powerpc/dl-procinfo.h (_DL_HWCAP_FIRST): Decrease.
1833         (HWCAP_IMPORTANT): Remove power{4,5,5+} and cell.
1834         (_DL_PLATFORMS_COUNT, _DL_FIRST_PLATFORM): Define.
1835         (_DL_HWCAP_PLATFORM): Define to new mask.
1836         (_dl_platform_string, _dl_string_platform): New functions.
1837         * sysdeps/powerpc/sysdep.h (PPC_FEATURE_BOOKE, PPC_FEATURE_SMT,
1838         PPC_FEATURE_ICACHE_SNOOP, PPC_FEATURE_ARCH_2_05): Define.
1840 2006-09-12  Jakub Jelinek  <jakub@redhat.com>
1842         [BZ #2526]
1843         * README.libm: Fix a thinko in sqrt algorithm description.
1845         [BZ #3143]
1846         * manual/string.texi (argz_delete): Fix prototype.
1847         Patch by <alpt@freaknet.org>.
1849 2006-08-26  Joseph Myers  <joseph@codesourcery.com>
1851         [BZ #3138]
1852         * io/test-lfs.c (do_prepare): Give name_len type size_t.
1853         * io/tst-fcntl.c (do_prepare): Likewise.
1854         * posix/tst-exec.c (do_prepare): Likewise.
1855         * posix/tst-preadwrite.c (do_prepare): Likewise.
1856         * posix/tst-spawn.c (do_prepare): Likewise.
1857         * posix/tst-truncate.c (do_prepare): Likewise.
1858         * rt/tst-aio.c (do_prepare): Likewise.
1859         * rt/tst-aio64.c (do_prepare): Likewise.
1860         * stdlib/test-canon2.c (do_prepare): Give test_dir_len type
1861         size_t.
1863 2006-09-09  Ulrich Drepper  <drepper@redhat.com>
1865         [BZ #2821]
1866         * time/mktime.c (guess_time_tm): Fix overflow detection.
1867         * time/Makefile (tests): Add bug-mktime1.
1868         * time/bug-mktime1.c: New file.
1870         [BZ #3189, #3188]
1871         * misc/sys/mman.h (remap_file_pages): Make available for _GNU_SOURCE.
1872         (mremap): Likewise.
1874 2006-09-07  Jakub Jelinek  <jakub@redhat.com>
1876         [BZ #1006]
1877         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela):
1878         Ensure relocation doesn't clobber any bits outside of the
1879         immediate field for R_SPARC_TLS_LE_HIX22, R_SPARC_WDISP30,
1880         R_SPARC_HI22 and R_SPARC_H44.
1882         [BZ #2775]
1883         * malloc/malloc.c (sYSMALLOc): Only call grow_heap if
1884         (long) (MINSIZE + nb - old_size) is positive.
1886         * malloc/arena.c (grow_heap): When growing bail even if new_size
1887         is negative.
1889         [BZ #3155]
1890         * sysdeps/powerpc/powerpc32/fpu/s_lrint.S (__lrint): Don't access
1891         stack below r1.
1893 2006-09-06  Jakub Jelinek  <jakub@redhat.com>
1895         * posix/regex_internal.c (re_string_reconstruct): Handle
1896         offset < pstr->valid_raw_len && pstr->offsets_needed case.
1897         Ensure no bytes read before raw_mbs array.  Pass a saved copy of
1898         pstr->valid_len - 1 rather than pstr->valid_raw_len - 1 to
1899         re_string_context_at.
1900         * posix/Makefile: Add rules to build and run bug-regex26 test.
1901         * posix/bug-regex26.c: New test.
1903         * locale/programs/ld-collate.c (collate_read): Goto sym_equiv_free
1904         rather than col_sym_free.  Move seqp declaration earlier.
1906         * resolv/gai_suspend.c (gai_suspend): Make sure result is initialized.
1908 2006-09-05  Jakub Jelinek  <jakub@redhat.com>
1910         * nscd/initgrcache.c (addinitgroupsX): Move any_success
1911         decl before first goto out.
1913 2006-09-04  Jakub Jelinek  <jakub@redhat.com>
1915         * Makerules (shlib.lds): If have-hash-style, put .hash section
1916         at the end of the RO segment.
1918 2006-09-04  Ulrich Drepper  <drepper@redhat.com>
1920         * elf/do-lookup.h (do_lookup_x): Initialize symidx in case the new
1921         style hash table format is used.
1923 2006-09-04  Jakub Jelinek  <jakub@redhat.com>
1925         * resolv/res_mkquery.c (res_nmkquery): Set hp->id to statp->id after
1926         randomization rather than before.
1927         * resolv/res_init.c (res_randomid): Don't call gettimeofday here.
1929 2006-08-31  Jakub Jelinek  <jakub@redhat.com>
1931         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Add ld.so.
1933         * malloc/malloc.c (_int_malloc): Use full list insert and not
1934         shortcut which assumes the list is empty for large requests
1935         too.
1937         * elf/tst-addr1.c (do_test): Allow i.dli_sname "_IO_printf".
1939 2006-08-30  Jakub Jelinek  <jakub@redhat.com>
1941         * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h (splice): Add offin
1942         and offout arguments to the prototype.
1943         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (splice): Likewise.
1944         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h (splice): Likewise.
1945         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (splice): Likewise.
1946         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h (splice): Likewise.
1947         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h (splice): Likewise.
1948         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h (splice): Likewise.
1949         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h (splice): Likewise.
1950         * sysdeps/unix/sysv/linux/syscalls.list (splice): Adjust args string.
1952 2006-08-28  Ulrich Drepper  <drepper@redhat.com>
1954         * elf/dl-load.c (_dl_init_paths): Expand DSTs.
1956         * elf/dl-open.c (dl_open_worker): Allow $LIB and $PLATFORM in
1957         dlopen parameters.
1959 2006-08-28  Jakub Jelinek  <jakub@redhat.com>
1961         * inet/getnameinfo.c (getnameinfo): For AF_INET, check errno
1962         only if herrno is NETDB_INTERNAL.  Handle errors other than
1963         ERANGE outside of the loops, handle TRY_AGAIN.
1965         * locale/programs/ld-ctype.c (translit_flatten): Issue error
1966         if other's ctype category was missing.
1967         * locale/programs/ld-collate.c (collate_read): Return if
1968         copy_locale's collate category is missing.
1970 2006-08-27  Ulrich Drepper  <drepper@redhat.com>
1972         [BZ #2684]
1973         * malloc/malloc.c (public_rEALLOc): Try harder by using other
1974         arenas if allocation failed.
1975         Patch mostly by Jan Edler <jan.edler@indexengines.com>.
1977 2006-08-26  Ulrich Drepper  <drepper@redhat.com>
1979         * malloc/malloc.c (bin_at): Rewrite to be more clear and to not
1980         waste bins[0..1].
1981         (malloc_state): Reduce bins size by 2.
1982         (_int_malloc): Fix test for large enough buffer for early termination.
1983         When no unsorted block matches perfectly and an exiting block has
1984         to be split, use full list insert and not shortcut which assumes
1985         the list is empty.
1987         * locale/programs/ld-ctype.c (ctype_read): Better patch for read
1988         failure.
1990 2006-08-24  Ulrich Drepper  <drepper@redhat.com>
1992         * locale/programs/ld-ctype.c (ctype_read): If CTYPE is NULL, don't
1993         do anything.
1995         * sysdeps/generic/ldsodefs.h (DL_ADDR_SYM_MATCH): For undefined
1996         symbol require exact match (these are PLTs).
1997         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ldsodefs.h
1998         (_dl_ppc64_addr_sym_match): Likewise.
2000         [BZ #2683]
2001         * elf/dl-addr.c (_dl_addr): Don't ignore all undefined symbols.
2002         If symbol has a value use it.
2003         * elf/tst-dladdr1.c: New file.
2004         * elf/Makefile: Add rules to build and run tst-addr1.
2006 2006-08-24  Jakub Jelinek  <jakub@redhat.com>
2008         * malloc/malloc.c (sYSMALLOc): Avoid infinite loop if MMAP
2009         keeps failing and heap growth or new heap creation isn't
2010         successful either.
2011         * malloc/tst-malloc.c (main): Add new tests.
2013 2006-08-24  Ulrich Drepper  <drepper@redhat.com>
2015         [BZ #2734]
2016         * sysdeps/i386/bits/byteswap.h (__bswap_32): Use same conditions
2017         as in the x86-64 code to use bswap.
2019 2006-05-21  Joseph S. Myers  <joseph@codesourcery.com>
2021         [BZ #2680]
2022         * posix/unistd.h (getlogin_r): Condition on __USE_POSIX199506, not
2023         __USE_UNIX98.
2024         * posix/bits/unistd.h: Likewise.
2026 2006-05-15  Mike Frysinger  <vapier@gentoo.org>
2028         [BZ #2751]
2029         * string/strchr.c: Add cast to avoid warning.
2031 2006-08-21  Ulrich Drepper  <drepper@redhat.com>
2033         * malloc/malloc.c (DEFAULT_MMAP_THRESHOLD_MAX): For 32-bit
2034         platforms define as 512K.  For 64-bit platforms as 32MB.  The lower
2035         limit is needed to avoid the exploding of the address space
2036         requirement for secondary heaps.
2037         * malloc/arena.c (HEAP_MAX_SIZE): Define using
2038         DEFAULT_MMAP_THRESHOLD_MAX if it is defined.
2040 2006-07-30  Joseph S. Myers  <joseph@codesourcery.com>
2042         [BZ #3018]
2043         * Makerules (depfiles): Handle extra-test-objs the same as
2044         extra-objs.
2045         (common-mostlyclean): Likewise.
2046         * dlfcn/Makefile (extra-objs): Add modules to extra-test-objs
2047         instead.
2048         * elf/Makefile (extra-objs): Likewise.
2049         * stdlib/Makefile (extra-objs): Likewise.
2051 2006-08-14  Eric Blake  <ebb9@byu.net>
2053         [BZ #3044]
2054         * misc/error.h: Assume C89 or better.
2055         * misc/error.c: Likewise.
2057 2006-08-21  Ulrich Drepper  <drepper@redhat.com>
2059         [BZ #3040]
2060         * sysdeps/unix/sysv/linux/openat.c: Fix compilation if
2061         __ASSUME_ATFCTS is defined.
2063 2006-08-19  Ulrich Drepper  <drepper@redhat.com>
2065         * malloc/malloc.c (_int_malloc): Limit number of unsorted blocks
2066         to sort in each call.
2068         * nis/nss_nis/nis-service.c (internal_nis_getservent_r): . If map
2069         is empty simply return and use next service.
2070         * nis/nss_nis/nis-rpc.c (internal_nis_getrpcent_r): Likewise.
2072         * locale/programs/charmap.c (charmap_read): Add new parameter.  It
2073         tells us when not finding a charmap file is an error.
2074         * locale/programs/charmap.h: Adjust charmap_read prototype.
2075         * iconv/iconv_prog.c (main): Tell charmap_read it's no error if we
2076         cannot find a charmap.
2077         * locale/programs/localedef.c (main): Adjust charmap_read call.
2079 2006-08-15  Jakub Jelinek  <jakub@redhat.com>
2081         * sysdeps/unix/sysv/linux/sparc/sparc64/pause.c: Use
2082         sysdeps/posix/pause.c implementation instead.
2084 2006-08-09  Jakub Jelinek  <jakub@redhat.com>
2086         * sysdeps/unix/nice.c (nice): Transform EACCES errno from setpriority
2087         to EPERM.
2089 2006-08-13  Andreas Schwab  <schwab@suse.de>
2091         * sysdeps/powerpc/powerpc32/dl-trampoline.S (_dl_runtime_resolve):
2092         Don't clobber caller's LRSAVE.
2093         (_dl_prof_resolve): Likewise.
2095 2006-08-14  Ulrich Drepper  <drepper@redhat.com>
2097         [BZ #1996]
2098         * libio/memstream.c (open_memstream): Allocate initial buffer with
2099         calloc.
2100         * libio/wmemstream.c (open_wmemstream): Likewise.
2101         * libio/strops.c: Pretty printing.
2102         (_IO_str_overflow): Clear uninitialized part of the new buffer.
2103         (enlarge_userbuf): New function.
2104         (_IO_str_seekoff): Call it if seek position is larger than current
2105         buffer.
2106         * libio/wstrops.c: Likewise.
2107         * libio/vasprintf.c: Add comment as to why we do not have to use
2108         calloc instead of malloc to allocate initial buffer.
2109         * libio/Makefile (tests): Add bug-memstream1 and bug-wmemstream1.
2110         * libio/bug-memstream1.c: New file.
2111         * libio/bug-wmemstream1.c: New file.
2113 2006-08-13  Ulrich Drepper  <drepper@redhat.com>
2115         * libio/wstrops.c: Remove dead macro definitions and comments.
2116         * libio/strops.c: Likewise.
2118         [BZ #2764]
2119         * login/utmpname.c (__utmpname): Remove unnecessary test.
2121 2006-06-08  Joseph Myers  <jsm28@gcc.gnu.org>
2123         [BZ #2832]
2124         * math/gen-libm-test.pl (clean_up_number): Do not remove trailing
2125         0s from integers.
2127 2006-08-13  Ulrich Drepper  <drepper@redhat.com>
2129         [BZ #2987]
2130         * sysdeps/unix/sysv/linux/clock_settime.c: Add code to use syscall
2131         for CPU clocks.
2132         * sysdeps/unix/clock_settime.c: Add support for platform-specific
2133         setting of CPU clocks.
2135 2006-06-23  Paul Eggert  <eggert@cs.ucla.edu>
2137         [BZ #2841]
2138         * sysdeps/generic/stdint.h (UINT8_C, UINT16_C): Don't append 'U',
2139         since C99 requires the result to promote to 'int' when uint_least8_t
2140         and uint_least16_t promote to 'int'.
2142 2006-08-12  Ulrich Drepper  <drepper@redhat.com>
2144         [BZ #3013]
2145         * locale/programs/ld-ctype.c (ctype_output): Adjust alignments, fix
2146         lenght of one output field, correct bitmask creation.
2147         * locale/programs/ld-time.c: Add alignment.
2149         [BZ #2997]
2150         * misc/error.c: Add space between program name and message if file
2151         name is missing.
2153 2006-08-03  Eric Blake  <ebb9@byu.net>
2155         [BZ #2998]
2156         * misc/error.c (error_tail) [_LIBC]: Avoid invalid free.
2158 2006-08-09  Ulrich Drepper  <drepper@redhat.com>
2160         * malloc/memusagestat.c: Silence warnings.
2162         * malloc/malloc.c: Dynamically size mmap treshold if the program
2163         frees mmaped blocks.
2164         Patch by Valerie Henson and Arjan van de Ven.
2166 2006-08-08  Jakub Jelinek  <jakub@redhat.com>
2168         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h (O_DIRECT): Protect with
2169         __USE_GNU.
2171         * stdlib/strtol_l.c (__strtol_ul_max_tab, __strtol_ul_rem_tab,
2172         __strtol_ull_max_tab, __strtol_ull_rem_tab): Declare.
2173         (DEF): Don't put the var into .gnu.linkonce.r.* section.
2174         Only provide var definitions in strtol_l (or for *ull*
2175         in strtoll_l).
2177         * stdio-common/bug16.c (tests): New array.
2178         (do_tests): Allow the first hexadecimal digit
2179         to be 1, 2, 4 or 8.  Do 3 additional tests.
2181         * sysdeps/s390/fpu/libm-test-ulps: Update.
2183         * sysdeps/unix/sysv/linux/s390/s390-32/fchownat.c (fchownat): Use
2184         fchownat syscall if available.
2185         * sysdeps/unix/sysv/linux/powerpc/fchownat.c (fchownat): Likewise.
2186         * sysdeps/unix/sysv/linux/sh/fchownat.c (fchownat): Likewise.
2187         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat): Likewise.
2189 2006-08-07  Ulrich Drepper  <drepper@redhat.com>
2191         * nis/nis_xdr.c: Avoid some function calls.
2193 2006-08-07  Jakub Jelinek  <jakub@redhat.com>
2194             Ulrich Drepper  <drepper@redhat.com>
2196         * nis/nis_call.c (rec_dirsearch) [case LOWER_NAME]: Don't take
2197         short cut if only one name component is stripped away.
2199 2006-08-07  Ulrich Drepper  <drepper@redhat.com>
2201         * nis/nis_call.c: Minor cleanups throughout.
2202         (rec_dirsearch) [case HIGHER_NAME]: Correctly size ndomain array.
2203         (first_shoot): Add search_parent_first parameter.  Only if it is set
2204         search parent server first.
2205         If directory for table found through cold start cache is not the same
2206         as referenced in the cache, don't use it.
2207         (__nisfind_server): Take additional parameter.  Pass it on to
2208         first_shoot.
2209         (__prepare_niscall): Adjust __nisfind_server call.
2210         * nis/rpcsvc/nislib.h: Adjust __nisfind_server prototype.
2211         * nis/nis_table.c: Adjust __nisfind_server call.
2212         * nis/nis_lookup.c: Likewise.
2213         (nis_lookup): Don't loop endlessly if name is reduced to ".".
2215 2006-08-03  Ulrich Drepper  <drepper@redhat.com>
2217         [BZ #2182]
2218         * math/s_cacosh.c: Return values from positive branch.
2219         * math/s_cacoshf.c: Likewise.
2220         * math/s_cacoshl.c: Likewise.
2222         [BZ #2883]
2223         * sysvipc/sys/msg.h: Change return value to ssize_t.
2224         * sysdeps/unix/sysv/linux/msgrcv.c: Likewise.
2225         * sysvipc/msgrcv.c: Likewise.
2226         * include/sys/msg.h: Likewise.
2228         * grp/initgroups.c (internal_getgrouplist): Remove unnecessary
2229         test introduced in patch for bz #661.
2230         (getgrouplist): Simplify code a bit.  Don't allocate one additional
2231         element for NEWGROUPS.
2233         [BZ #2908]
2234         * stdio-common/printf_fphex.c (__printf_fphex): When rounding up
2235         'f', use '1' as leading digit not '\1'.
2236         * stdio-common/Makefile (tests): Add bug16.
2237         * stdio-common/bug16.c: New file.
2239         [BZ #2914]
2240         * sysdeps/unix/sysv/linux/gethostid.c: Don't define OLD_HOSTIDFILE
2241         and don't try to open it.  The patch introducing the macro
2242         contained a bug and used the same file name as the new file
2243         instead of using /var/adm/hostid.  Nobody complaint so I'm taking
2244         this out completely.
2246         [BZ #2926]
2247         * assert/assert.h: Move cast to void inside ?: to quiet gcc.
2248         Patch by Jerry James <Jerry.James@usu.edu>.
2250         * rt/Makefile (tests): Add tst-clock2.
2251         * rt/tst-clock2.c: New file.
2253         [BZ #2978]
2254         * resolv/gai_notify.c (__gai_notify_only): Copy memory for thread
2255         function and its parameters and pass it to new thread.
2256         (__gai_notify): Add support for alternative waiting for completion.
2257         * resolv/gai_suspend.c (gai_suspend): Add support for alternative
2258         waiting for completion.
2259         * resolv/getaddrinfo_a.c: Likewise.
2260         * resolv/gai_misc.h (struct waitlist): Don't add cond if alternative
2261         waiting for completion is used.
2262         * resolv/gai_misc.c: Allow overwriting code to start helper thread.
2263         * resolv/gai_cancel.c: Include <gai_misc.h> not "gai_misc.h".
2264         * resolv/gai_error.c: Likewise.
2265         * resolv/gai_sigqueue.c: Likewise.
2267 2006-08-02  Thomas Schwinge  <tschwinge@gnu.org>
2269         * hurd/getdport.c (__getdport): Don't return EBADF; instead set
2270         errno to EBADF and return MACH_PORT_NULL.
2272 2006-06-23  Joseph Myers  <joseph@codesourcery.com>
2274         [BZ #2980]
2275         * posix/Makefile (CFLAGS-waitid.c): Add -fasynchronous-unwind-tables.
2277 2006-08-02  Ulrich Drepper  <drepper@redhat.com>
2279         * elf/dl-addr.c (_dl_addr): If GNU-style hash tables are present,
2280         walk them instead of the symbol table.
2282 2006-08-01  Ulrich Drepper  <drepper@redhat.com>
2284         [BZ #2098]
2285         * nscd/initgrcache.c (addinitgroupsX): Judge successful lookups by
2286         status of NSS calls, not the number of returned entries.
2288         * sysdeps/unix/sysv/linux/syscalls.list: Remove add_key,
2289         request_key, keyctl.
2291 2006-07-31  Ulrich Drepper  <drepper@redhat.com>
2293         * sysdeps/unix/sysv/linux/dl-osinfo.h: Remove unnecessary include.
2295 2006-07-16  Jeff Bailey  <jbailey@ubuntu.com>
2297         * elf/tst-auditmod1.c: Fix typo in #error.
2299 2006-07-31  Ulrich Drepper  <drepper@redhat.com>
2301         * elf/tst-auditmod1.c: Remove code for unsupported architectures.
2303         * iconvdata/run-iconv-test.sh: Run cmp in C locale.
2305 2006-07-20  Adam Nemet  <anemet@caviumnetworks.com>
2307         * stdlib/test-canon.c (do_test): Close fd before unlinking file so
2308         that the directory is empty even on non-POSIX filesystems.
2310 2006-07-31  Ulrich Drepper  <drepper@redhat.com>
2312         * elf/dl-open.c (dl_open_worker): Add branch prediction.
2314         * nis/nss_compat/compat-grp.c: Avoid unnecessary setgrent calls into
2315         the backend NSS module.  If backend setgrent call failed, don't have
2316         internal_setgrent fail.  Just remember this until it is needed.
2317         * nis/nss_compat/compat-pwd.c: Likewise.
2318         * nis/nss_compat/compat-spwd.c: Likewise.
2320 2006-07-30  Roland McGrath  <roland@redhat.com>
2322         * sysdeps/unix/sysv/linux/ia64/sigsuspend.c: File removed.
2323         * sysdeps/unix/sysv/linux/x86_64/sigsuspend.c: File removed.
2324         * sysdeps/unix/sysv/linux/s390/s390-64/sigsuspend.c: File removed.
2325         * sysdeps/unix/sysv/linux/sparc/sparc64/sigsuspend.c: File removed.
2327         * sysdeps/unix/sysv/linux/not-cancel.h (pause_not_cancel): New macro.
2328         (nanosleep_not_cancel): New macro.
2329         (sigsuspend_not_cancel): new macro.
2330         * sysdeps/unix/sysv/linux/sigsuspend.c [__ASSUME_REALTIME_SIGNALS]
2331         (do_sigsuspend): Define as inline.
2332         (__sigsuspend): Always use do_sigsuspend.
2333         [! NO_CANCELLATION] (__sigsuspend_nocancel): New function.
2334         * include/signal.h: Declare __sigsuspend_nocancel.
2335         * sysdeps/posix/pause.c
2336         [! NO_CANCELLATION] (__pause_nocancel): New function.
2338         * include/unistd.h (__pause_nocancel): Add attribute_hidden.
2339         * include/time.h (__nanosleep_nocancel): Likewise.
2341 2006-07-30  Ulrich Drepper  <drepper@redhat.com>
2343         * locale/programs/localedef.c (add_to_readlist): Rename local
2344         variables to avoid confusion.
2346         * locale/programs/charmap.c (charmap_read): Emit error message if
2347         charmap couldn't be found or read.
2349 2006-07-28  Ulrich Drepper  <drepper@redhat.com>
2351         * sysdeps/unix/sysv/linux/kernel-features.h: Define
2352         __ASSUME_FUTEX_LOCK_PI.
2353         * include/time.h: Declare __nanosleep_nocancel.
2354         * include/unistd.h: Declare __pause_nocancel.
2356         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Use this instead of
2357         LDFLAGS.  Add -lgcc_eh and libc_nonshared (again) to make sure we
2358         get the __stack_chk_fail_local definition when it's needed.
2360 2006-07-26  Ulrich Drepper  <drepper@redhat.com>
2362         * dlfcn/Makefile: Add rules to build and run bug-atexit3.
2363         * dlfcn/bug-atexit3.c: New file.
2364         * dlfcn/bug-atexit3-lib.cc: New file.
2366         * dlfcn/dlmopen.c (dlmopen_doit): Don't allow RTLD_GLOBAL to be
2367         used when the namespace is not the base namespace.
2369 2006-07-26  Gavin Romig-Koch  <gavin@redhat.com>
2371         * stdlib/cxa_atexit.c (__new_exitfn_called): New variable.
2372         (__new_exitfn): Bump it in every successful call.
2373         * stdlib/cxa_finalize.c (__cxa_finalize): If destructor registered
2374         more exit handlers, call them right away.
2375         * stdlib/exit.h: Declare __new_exitfn_called.
2377 2006-07-25  Ulrich Drepper  <drepper@redhat.com>
2379         * stdlib/cxa_finalize.c (__cxa_finalize): Fix race condition when
2380         calling registered handler.
2382         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Fix comment.
2383         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
2384         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
2385         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
2386         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
2387         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
2388         * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h: Likewise.
2389         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
2391 2006-07-10  Ulrich Drepper  <drepper@redhat.com>
2393         * elf/dl-lookup.c (dl_new_hash): New functions.
2394         (_dl_lookup_symbol_x): Rename hash to old_hash and don't compute
2395         value here.  Compute new-style hash value.  Pass new hash value
2396         and reference to variable with the old value to do_lookup_x.
2397         (_dl_setup_hash): If DT_GNU_HASH is defined, use it and not
2398         old-style hash table.
2399         (_dl_debug_bindings): Pass new hash value and reference to variable
2400         with the old value to do_lookup_x.
2401         * elf/do-lookup.h (do_lookup_x): Accept additional parameter with
2402         new-style hash value and change old-style hash value parameter to
2403         be a reference.  Reoganize functions to determine whether
2404         new-style hash table is available.  Only fall back on old-style
2405         table.  If old-style hash value is needed, compute it here.
2406         * elf/dynamic-link.h (elf_get_dynamic_info): Relocate DT_GNU_HASH
2407         entry.
2408         * elf/elf.h: Define SHT_GNU_HASH, DT_GNU_HASH, DT_TLSDEC_PLT,
2409         DT_TLSDEC_GOT.  Adjust DT_ADDRNUM.
2410         * include/link.h (struct link_map): Add l_gnu_bitmask_idxbits,
2411         l_gnu_shift, l_gnu_bitmask, l_gnu_buckets and l_gnu_chain_zero.
2412         * Makeconfig: If linker supports --hash-style option add it to all
2413         linker command lines to build DSOs.
2414         * config.make.in: Define have-hash-style.
2415         * configure.in: Test whether linker supports --hash-style option.
2417         * elf/dl-misc.c (_dl_name_match_p): Make MAP parameter const.
2418         * sysdeps/generic/ldsodefs.h: Adjust prototype.
2420 2006-06-27  Ulrich Drepper  <drepper@redhat.com>
2422         * elf/dl-load.c (open_path): Fix test to determine whether DSO is
2423         auditing.
2425         * elf/dl-load.c (_dl_map_object): Try harder to avoid looking at
2426         RPATH of main map twice.
2428 2006-06-22  Ulrich Drepper  <drepper@redhat.com>
2430         * intl/dcigettext.c (DCIGETTEXT): If _nl_find_msg returns -1 don't
2431         look further, return original strings.
2432         (_nl_find_msg): Do not return found translation if the conversion
2433         failed.  Either signal the string is unusable or that something went
2434         wrong and the original should be used.
2436 2006-06-21  Ulrich Drepper  <drepper@redhat.com>
2438         * string/_strerror.c (__strerror_r): Add __builtin_expect.
2440 2006-06-14  Jakub Jelinek  <jakub@redhat.com>
2442         [BZ #2766]
2443         * misc/insremque.c (insque): Handle prev == NULL.
2444         * misc/Makefile (tests): Add tst-insremque.
2445         * misc/tst-insremque.c: New test.
2447 2006-06-17  Ulrich Drepper  <drepper@redhat.com>
2449         [BZ #2792]
2450         * elf/dl-deps.c (expand_dst): Rename __cnt variable to not
2451         conflict with DL_DST_REQUIRED.
2453 2006-06-16  Ulrich Drepper  <drepper@redhat.com>
2455         * nis/nis_subr.c (nis_getnames): Fix the implementation to better
2456         match what Solaris does.
2458 2006-06-04  Ulrich Drepper  <drepper@redhat.com>
2460         * sysdeps/posix/spawni.c (__spawni): Use local_seteuid and
2461         local_setegid instead of seteuid and setegid.
2462         * sysdeps/generic/local-setxid.h: New file.
2463         * sysdeps/unix/sysv/linux/local-setxid.h: New file.
2465         * sysdeps/posix/spawni.c (__spawni): Use non-cancelable interfaces.
2467         * string/Makefile (tests): Add bug-envz1.
2468         * string/bug-envz1.c: New file.
2470 2006-06-02  Jakub Jelinek  <jakub@redhat.com>
2472         * posix/regex_internal.c (re_string_skip_chars): If no character has
2473         been converted at all, set *last_wc to WEOF.  If mbrtowc failed, set wc
2474         to the byte which couldn't be converted.
2475         (re_string_reconstruct): Don't clear valid_raw_len before calling
2476         re_string_skip_chars.  If wc is WEOF after re_string_skip_chars, set
2477         tip_context using re_string_context_at.
2478         * posix/Makefile: Add rules to build and run bug-regex25 test.
2479         * posix/bug-regex25.c: New test.
2481 2006-06-02  Ryan S. Arnold  <rsa@us.ibm.com>
2483         [BZ #2703]
2484         * string/envz.c (envz_strip): Correct erroneously reversed src
2485         and dest parameters to memmove() invocation.
2487 2006-05-30  Jakub Jelinek  <jakub@redhat.com>
2489         * nscd/nscd.h (prune_cache): Add fd argument to prototype.
2490         * nscd/nscd.c (parse_opt): Read response from INVALIDATE request
2491         to make sure the database has been already invalidated.
2492         * nscd/cache.c (prune_cache): Add fd argument.  Write response to fd
2493         after the cache has been invalidated.  Use pthread_mutex_lock rather
2494         than pthread_mutex_trylock if fd != -1.
2495         * nscd/connections.c (invalidate_cache): Add fd argument, write
2496         response to fd if not calling prune_cache, pass fd to prune_cache.
2497         (handle_request): Adjust invalidate_cache caller.
2498         (nscd_run): Pass -1 as fd to prune_cache.
2500 2006-05-30  Ulrich Drepper  <drepper@redhat.com>
2502         * sysdeps/posix/getaddrinfo.c (gaiconf_init): Initialize bits in
2503         the correct place.
2505 2006-05-29  Ulrich Drepper  <drepper@redhat.com>
2507         * nscd/nscd.h (struct database_dyn): Add prunelock field.
2508         * nscd/cache.c (prune_cache): Take prunelock before starting the
2509         work.  Just return in case it is already taken.
2510         * nscd/connections.c (dbs): Initialize .prunelock.
2512 2006-05-25  Ulrich Drepper  <drepper@redhat.com>
2514         * nis/nis_removemember.c (nis_removemember): Avoid unnecessary
2515         copying.  No need to allocate new array for group members.  Just
2516         move the pointers and update the size.
2518         * nis/nis_addmember.c (nis_addmember): Avoid unnecessary copying.
2519         Avoid memory leak in case realloc fails.  Simplification for
2520         better code generation.
2522         Avoid deprecation warning because of libc_hidden_proto for
2523         inet6_option_alloc.
2524         * inet/inet6_option.c (option_alloc): Renamed from
2525         inet6_option_alloc.  Made static.
2526         (inet6_option_alloc): Now a simple wrapper around option_alloc.
2527         (inet6_option_append): Call option_alloc.
2528         * include/netinet/in.h: Remove libc_hidden_proto for
2529         inet6_option_alloc.
2531         * nis/nis_callback.c (__nis_create_callback): Always call xdr_free
2532         for cleanup when cb!=NULL [Coverity CID 233].
2534 2006-05-24  Ulrich Drepper  <drepper@redhat.com>
2536         [BZ #2693]
2537         * inet/Makefile (routines): Add inet6_opt and inet6_rth.
2538         * inet/Versions (libc, GLIBC_2.5): Add inet6_opt_init,
2539         inet6_opt_append, inet6_opt_finish, inet6_opt_set_val, inet6_opt_next,
2540         inet6_opt_find, inet6_opt_get_val, inet6_rth_space, inet6_rth_init,
2541         inet6_rth_add, inet6_rth_reverse, inet6_rth_segments,
2542         and inet6_rth_getaddr.
2543         * inet/netinet/ip6.h (struct ip6_rthdr0): Make ip6r0_addr a flexible
2544         array.
2545         * inet/netinet/in.h (struct ip6_mtuinfo): Define.
2546         Mark inet6_option_* interfaces as deprecated.
2547         Declare inet6_opt_init, inet6_opt_append, inet6_opt_finish,
2548         inet6_opt_set_val, inet6_opt_next, inet6_opt_find, inet6_opt_get_val,
2549         inet6_rth_space, inet6_rth_init, inet6_rth_add, inet6_rth_reverse,
2550         inet6_rth_segments, and inet6_rth_getaddr.
2551         * inet/inet6_opt.c: New file.
2552         * inet/inet6_rth.c: New file.
2554         * inet/netinet/icmp6.h: Pretty printing.
2556         [BZ #2683]
2557         * elf/dl-addr.c (_dl_addr): Don't match undefined references.
2559 2006-05-23  Ulrich Drepper  <drepper@redhat.com>
2561         * nis/nis_lookup.c (nis_lookup): Use __prepare_niscall instead of
2562         doing it all here.  When server does not know the answer do not
2563         fail immediate, try parent first.
2565         * nis/nis_domain_of_r.c (nis_domain_of_r): Add missing buffer
2566         overflow test.
2568 2006-05-20  Ulrich Drepper  <drepper@redhat.com>
2570         * nis/nis_call.c (__prepare_niscall): New function.  Split out
2571         from __do_niscall.
2572         * nis/nis_table.c (__create_ib_request): Renamed from create_ib_request
2573         and exported.
2574         (__follow_path): New function.  Split out from nis_list.
2575         * nis/nis_xdr.h: Add libnsl_hidden_proto for _xdr_ib_request and
2576         _xdr_nis_result.
2577         * nis/nis_xdr.c: Add libnsl_hidden_def for _xdr_ib_request and
2578         _xdr_nis_result.
2579         * nis/libnsl.h: Declare __prepare_niscall, __create_ib_request,
2580         and __follow_path.
2581         * nis/Versions: Export __prepare_niscall, __create_ib_request,
2582         __follow_path, __do_niscall3, _xdr_ib_request, and _xdr_nis_result
2583         from libnsl for version GLIBC_PRIVATE.
2584         * nis/nisplus-parser.h: Remove _nss_nisplus_parse_pwent_chk.
2585         Remove entry parameter from _nss_nisplus_parse_pwent and
2586         _nss_nisplus_parse_grent.
2587         * nis/nss_nisplus/nisplus-parser.c: Likewise.
2588         * nis/nss_nisplus/nisplus-pwd.c: Remove support for SETENT_BATCH_READ
2589         again.  Rewrite getpwent handling to not use nis_first_entry and
2590         nis_next_entry.  Roll out own niscall handling.
2591         * nis/nss_nisplus/nisplus-grp.c: Likewise.
2593         * sunrpc/xdr_rec.c: Fix typo in comment.
2595 2006-05-19  Ulrich Drepper  <drepper@redhat.com>
2597         * nis/nis_call.c (__do_niscall3): Avoid code duplication in error
2598         handling.
2600         * nis/nis_callback.c (internal_nis_do_callback): Don't use malloc
2601         to allocate memory for my_pollfd.  Better initialization of
2602         cb_is_running.  Use TEMP_FAILURE_RETRY.
2604         * malloc/memusage.sh (memusageso): Add quotes.
2605         (memusagestat): Likewise.
2606         * debug/xtrace.sh (pcprofileso): Likewise.
2607         (pcprofiledump): Likewise.
2608         * debug/Makefile ($(objpfx)xtrace): Use $LIB in SLIBDIR
2609         replacement.
2610         * malloc/Makefile ($(objpfx)memusage): Likewise.
2612         * nis/nis_callback.c (__nis_create_callback): Calls to
2613         svcudp_bufcreate and svctcp_create can fail.  Free ->xprt if
2614         asprintf call fails.
2616         * sysdeps/unix/sysv/linux/ifaddrs.c (__netlink_sendreq): Make sure
2617         no uninitialized memory is passed to sendto.
2619 2006-05-18  Ulrich Drepper  <drepper@redhat.com>
2621         * nis/nis_callback.c (__nis_create_callback): Use asprinf instead
2622         of snprintf+strdup.  Handle OOM.
2623         * nis/nis_callback.c (__nis_create_callback): Allocate cb and
2624         cb->serv together.  Remove now obsolete free calls.
2625         (__nis_destroy_callback): Remove now obsolete free call.
2627 2006-05-18  David Woodhouse  <dwmw2@redhat.com>
2629         * sysdeps/posix/getaddrinfo.c: Add unique labels to the default
2630         RFC3484 precedence table for fec0::/10 and fc00::/7 (site-local
2631         and ULA respectively). Set precedence for IPv4 address to 10 as
2632         defined in RFC3484 for preferring IPv6.
2633         * posix/gai.conf: Update to match the new default tables.
2635 2006-05-18  Jakub Jelinek  <jakub@redhat.com>
2637         * nis/nss_compat/compat-pwd.c (internal_setpwent): If nss_set*ent
2638         returned NSS_STATUS_UNAVAIL, still return NSS_STATUS_SUCCESS.
2639         * nis/nss_compat/compat-spwd.c (internal_setspent): Likewise.
2640         * nis/nss_compat/compat-grp.c (internal_setgrent): Likewise.
2642         * nis/nss_compat/compat-initgroups.c (nss_setgrent, nss_endgrent):
2643         Removed.
2644         (init_nss_interface): Remove initialization of these variables.
2646 2006-05-18  Ulrich Drepper  <drepper@redhat.com>
2648         * nis/nis_call.c (rec_dirsearch): Little optimization: pull
2649         nis_free_directory forward to avoid duplication.
2651 2006-05-17  Ulrich Drepper  <drepper@redhat.com>
2653         * nis/nis_call.c (rec_dirsearch): Handle __nis_finddirectory and
2654         rec_dirsearch returning NULL.
2655         (first_shoot): Handle __nis_finddirectory returning NULL.
2656         (__nisfind_server): Fix leak when rec_dirsearch returns NULL.
2658         * sysdeps/unix/sysv/linux/sys/inotify.h: Define IN_CLOSE, IN_MOVE,
2659         IN_ONLYDIR, IN_DONT_FOLLOW, and IN_MASK_ADD.
2661 2006-05-17  Jakub Jelinek  <jakub@redhat.com>
2663         * sunrpc/key_call.c (getkeyserv_handle): Call auth_destroy if
2664         pid changed.
2666 2006-05-15  Ulrich Drepper  <drepper@redhat.com>
2668         * include/rpc/pmap_prot.h: Mark all functions as hidden.
2670         * nscd/nscd_initgroups.c: Mark __gr_map_handle as hidden.
2671         * nscd/nscd_getgr_r.c: Likewise.
2673         * include/rpc/pmap_rmt.h: Mark all functions as hidden.
2675         * nscd/nscd_getai.c (__hst_map_handle): Mark as hidden.
2676         * nscd/nscd_gethst_r.c (__hst_map_handle): Likewise.
2678         * stdlib/longlong.h (__clz_tab): Mark as hidden.
2680         * iconv/gconv_int.h: Mark __gconv_lock as hidden.
2682         * include/rpc/key_prot.h: Mark all _internal functions as hidden.
2684         * include/rpc/auth.h: Mark xdr_des_block_internal and
2685         xdr_opaque_auth_internal as hidden.
2687         * sysdeps/unix/sysv/linux/getdents.c: Mark __have_no_getdents64 as
2688         hidden.
2690         * include/rpc/xdr.h: Mark all _internal functions as hidden.
2692         * misc/getusershell.c (okshells): Don't use static initializers,
2693         do it dynamically.
2695         * stdlib/fmtmsg.c (keywords): Change type of len element to
2696         uint32_t to not waste space on 64bit machines.
2698         * locale/setlocale.c: Change _nl_category_names into a string.
2699         Add new _nl_category_name_idxs.  Change all users.
2700         * locale/localeinfo.h: Adjust declaration of _nl_category_names.
2701         Declare _nl_category_name_idxs.
2702         * locale/findlocale.c: Adjust for _nl_category_names change.
2703         * locale/loadlocale.c: Likewise.
2704         * locale/newlocale.c: Likewise.
2705         * intl/dcigettext.c: Likewise.
2707         * iconv/gconv_conf.c (add_alias): Move actual alias handling to...
2708         (add_alias2): ...here.  New function.
2709         (__gconv_read_conf): Simplify builtin alias handling.
2710         (builtin_aliases): Convert to string to avoid relocations.
2711         * iconv/gconv_builtin.h: Add comment about correct formatting.
2713 2006-05-15  Jakub Jelinek  <jakub@redhat.com>
2715         * resolv/res_debug.c (loc_ntoa): Make error const.
2717 2006-05-14  Andreas Schwab  <schwab@suse.de>
2719         * math/complex.h [__LDBL_COMPAT]: Use __REDIRECT_NTH.
2721 2006-05-12  Jakub Jelinek  <jakub@redhat.com>
2723         * sysdeps/unix/sysv/linux/sched_getaffinity.c: Include sys/param.h.
2724         (__sched_getaffinity_new): Don't crash if cpusetsize is smaller than
2725         sizeof (cpu_set_t).
2727 2006-05-11  Ulrich Drepper  <drepper@redhat.com>
2729         * resolv/res_debug.c (loc_ntoa): Define error as array, not pointer.
2731         * include/arpa/nameser.h: Declare _ns_flagdata as hidden.
2733         * nis/yp_xdr.c: Add libnsl_hidden_def for xdr_ypresp_master.
2734         * include/rpcsvc/yp.h: Add libnsl_hidden_proto for xdr_ypresp_master.
2736         * nis/yp_xdr.c: Add libnsl_hidden_def for xdr_ypbind_resp.
2737         * include/rpcsvc/yp.h: Add libnsl_hidden_proto for xdr_ypbind_resp.
2739         * nis/nis_xdr.c: Add libnsl_hidden_def for xdr_cback_data.
2740         * include/rpcsvc/nis_callback.h: Add libnsl_hidden_proto for
2741         xdr_cback_data.
2743         * nis/ypupdate_xdr.c: Add libnsl_hidden_def for xdr_ypupdate_args.
2744         * include/rpcsvc/ypupd.h: Add libnsl_hidden_proto for
2745         xdr_ypupdate_args.
2747         * nis/yp_xdr.c: Add libnsl_hidden_def for xdr_ypresp_order.
2748         * include/rpcsvc/yp.h: Add libnsl_hidden_proto for xdr_ypresp_order.
2750         * nis/yp_xdr.c: Add libnsl_hidden_def for xdr_ypresp_maplist.
2751         * include/rpcsvc/yp.h: Add libnsl_hidden_proto for xdr_ypresp_maplist.
2753         * nis/nis_xdr.c: Add libnsl_hidden_def for xdr_obj_p.
2754         * include/rpcsvc/nis_callback.h: New file.
2756         * nis/yp_xdr.c: Add libnsl_hidden_def for xdr_ypresp_val.
2757         * include/rpcsvc/yp.h: Add libnsl_hidden_proto for xdr_ypresp_val.
2759         * nis/yp_xdr.c: Add libnsl_hidden_def for xdr_ypreq_nokey.
2760         * include/rpcsvc/yp.h: Add libnsl_hidden_proto for xdr_ypreq_nokey.
2762         * nis/yp_xdr.c: Add libnsl_hidden_def for xdr_ypmaplist.
2763         * include/rpcsvc/yp.h: Add libnsl_hidden_proto for xdr_ypmaplist.
2765         * nis/yp_xdr.c: Add libnsl_hidden_def for xdr_ypreq_nokey.
2766         * include/rpcsvc/yp.h: Add libnsl_hidden_proto for xdr_ypreq_nokey.
2768         * nis/ypupdate_xdr.c: Add libnsl_hidden_def for xdr_ypdelete_args.
2769         * include/rpcsvc/ypupd.h: Add libnsl_hidden_proto for
2770         xdr_ypdelete_args.
2772         * nis/nis_xdr.h: Mark all functions as hidden.  Remove
2773         __BEGIN_DECLS and __END_DECLS, the header is not installed.
2775         * nis/nis_error.c: Remove table of strings.  Use position
2776         independent mechanism.
2777         * nis/nis_error.h: New file.
2779 2006-05-11  Jakub Jelinek  <jakub@redhat.com>
2781         * locale/programs/ld-time.c (time_finish): If wide era name or
2782         format aren't provided, set both wname and wformat to L"".
2784 2006-05-10  Ulrich Drepper  <drepper@redhat.com>
2786         * sysdeps/unix/sysv/linux/tcgetattr.c (__tcgetattr): Only store
2787         results if the call was succesful.
2789         * nis/nss-nis.h: Mark __yperr2nss_tab and __yperr2nss_count as hidden.
2791         * nis/nss-nisplus.h: Mark __niserr2nss_tab and __niserr2nss_count
2792         as hidden.
2794 2006-05-10  Jakub Jelinek  <jakub@redhat.com>
2796         * misc/sys/queue.h: Remove uses of all QUEUEDEBUG_* macros.
2798 2006-05-10  Ulrich Drepper  <drepper@redhat.com>
2800         * posix/wordexp.c (parse_glob): No need to check ifs for NULL, the
2801         caller makes sure this is not the case.
2802         (wordexp): Simplify ifs_white creation.  [Coverity CID 231]
2804 2006-05-09  Ulrich Drepper  <drepper@redhat.com>
2806         * posix/wordexp.c: Remove numerous NULL pointer tests before FREE
2807         calls.
2809         * io/ftw.c (open_dir_stream): Return right away if REALLOC fails.
2810         [Coverity CID 229, 230]
2812         * argp/argp-help.c (hol_entry_help): Handle STATE==NULL in ARG and
2813         DGETTEXT calls.
2814         (hol_help): Likewise.  [Coverity CID 226, 227]
2816         * string/argz-replace.c (__argz_replace): Unconditionally call
2817         free on SRC.  [Coverity CID 225]
2819         * nis/nis_creategroup.c (nis_creategroup): No need to duplicate
2820         the return value of __nis_default_owner and __nis_default_group,
2821         it has been especially allocated.  [Coverity CID 224]
2823         * nis/nis_defaults.c (searchXYX): New functions.  Used by both
2824         searchgroup and searchowner.  Significantly simplified.
2825         (__nis_default_owner): Remove duplication.  Do not locally copy the
2826         string before duplicating it.
2827         (__nis_default_group): Likewise.
2829         * nis/nis_lookup.c (nis_lookup): After calling nis_free_directory,
2830         we must clear the variable before calling __nisfind_server.
2832         * nis/nis_lookup.c (nis_lookup): Always free memory allocated with
2833         nis_getnames.  [Coverity CID 223]
2835         * locale/programs/locfile.c (locfile_read): Use alloca instead of
2836         xmalloc to allocate local repertoire name.  [Coverity CID 222]
2838         * iconv/iconv_charmap.c (use_to_charmap): No need to dynamically
2839         allocate memory for the input to add_bytes.  [Coverity CID 221]
2841         * posix/wordexp.c (w_addword): Free word if realloc fails and it
2842         was allocated here.  [Coverity CID 219, 220]
2844         * posix/getconf.c (print_all): Free confstr data after printing.
2845         [Coverity CID 218]
2847         * sysdeps/posix/getaddrinfo.c (gaih_inet): Free canon string if
2848         list allocation fails.  [Coverity CID 215]
2850         * nss/nsswitch.c (__nss_configure_lookup): Fix loop end condition.
2851         [Coverity CID 213]
2853         * argp/argp-help.c (hol_entry_cmp): Don't call canon_doc_option if
2854         string is NULL.  [Coverity CID 212]
2855         * argp/Makefile: Add rules to build and run bug-argp1.
2856         * argp/bug-argp1.c: New file.
2858         * io/ftw.c (ftw_dir): Use __rawmemchr instead of strchr to find
2859         end of string.
2860         * stdlib/canonicalize.c (__realpath): Likewise.
2862         * locale/programs/ld-time.c (time_finish): Don't dereference NULL
2863         pointer.  [Coverity CID 206]
2865         * elf/dl-dst.h (DL_DST_REQUIRED): Be prepared for missing link map
2866         in statically linked code.
2867         * elf/dl-load.c (_dl_dst_substitute): When replacing ORIGIN in
2868         statically built code, be prepared to have no link map.
2869         [Coverity CID 205]
2871         * argp/argp-help.c (fill_in_uparams): Handle STATE==NULL in
2872         dgettext calls. [Coverity CID 204]
2874         * argp/argp-help.c (struct uparams): Remove valid member.  Change
2875         the one user.
2876         (uparam_names): Reduce size.  Avoid relative relocations.
2877         Moved to read-only segment.
2878         (fill_in_uparams): Update for new layout.
2880         * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs): Parameter can be
2881         assumed to always be != NULL. [Coverity CID 202]
2883         * argp/argp-help.c (hol_entry_help): Remove some dead code
2884         [Coverity CID 200].
2886         * nis/nss_nis/nis-service.c (_nss_nis_getservbyport_r): Optimize
2887         away a few more unconditional yperr2nss calls.
2888         (_nss_nis_getservbyname_r): Likewise.
2890 2006-05-06  Ulrich Drepper  <drepper@redhat.com>
2892         * sysdeps/generic/ldsodefs.h: Remove support for non-core
2893         architectures.
2895         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Make sure
2896         that unused memory passed to sendto is nevertheless initialized.
2898         [BZ #2499]
2899         * resolv/nss_dns/dns-canon.c (_nss_dns_getcanonname_r): Avoid
2900         possibly unaligned memory accesses.
2902         * include/arpa/nameser.h: Also optimize NS_PUT16 and NS_PUT32.
2903         * resolv/res_mkquery.c: Use NS_PUT16 and NS_PUT32 instead of __putshort
2904         and __putlong respectively.  Correct buffer overflow check for
2905         NS_NOTIFY_OP.
2907         * resolv/res_send.c (send_vc): Use ns_put16 instead of putshort.
2909         * resolv/res_send.c (res_queriesmatch): Fix typo in comment.
2910         (send_dg): Rewrite error handling to be more compact and avoid
2911         double recomputation of timeouts.  Pass MSG_NOSIGNAL to send.
2913         * include/arpa/nameser.h: Add optimizations for NS_GET16 and NS_GET32.
2915         * resolv/res_send.c (res_nameinquery): Use NS_GET16 directly
2916         instead of ns_get16.
2917         (res_queriesmatch): Likewise.  Minor optimization.
2919         [BZ #2499]
2920         * resolv/res_query.c (__libc_res_nquery): If answerp != NULL,
2921         __libc_res_nsend might reallocate the buffer for the answer.  In
2922         this case we have to reload the HP pointer.
2924 2006-05-05  Ulrich Drepper  <drepper@redhat.com>
2926         * stdio-common/vfscanf.c (memory_error): Remove definition.  Add
2927         some branch prediction hints.
2929         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Define SPLICE_F_*.
2930         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
2931         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
2932         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
2933         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
2934         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
2935         * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h: Likewise.
2936         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
2938 2006-05-05  Martin Schwidefsky  <schwidefsky@de.ibm.com>
2940         * sysdeps/s390/s390-32/elf/start.S: Replace pc relative relocation
2941         by a GOT relocation to make Scrt1.o position independent.
2942         * sysdeps/s390/s390-64/elf/start.S: Likewise.
2944         * sysdeps/unix/sysv/linux/s390/s390-32/syscall.S: Add support for
2945         six system call parameters.
2946         * sysdeps/unix/sysv/linux/s390/s390-64/syscall.S: Likewise.
2948 2006-05-05  Ulrich Drepper  <drepper@redhat.com>
2950         * sunrpc/svcauth_des.c (cache_init): Use calloc instead of
2951         malloc&bzero.
2953         * sunrpc/svc_udp.c (BZERO): Remove definition.
2954         (CALLOC): Define.
2955         (svc_enablecache): Use CALLOC instead of ALLOC&BZERO.
2957         * sunrpc/des_impl.c: Remove ALT_ECB support.  We never used it.
2958         (des_SPtrans): Use uint32_t type.
2959         (des_skb): Likewise.
2961         * sunrpc/xdr_ref.c (xdr_reference): Use calloc instead of malloc&bzero.
2963 2006-05-05  Jakub Jelinek  <jakub@redhat.com>
2965         [BZ #2509]
2966         * stdio-common/tst-printf.sh: Adjust for tst-printf.c change even
2967         on 32-bit arches.
2969 2006-05-05  Ulrich Drepper  <drepper@redhat.com>
2971         * locale/programs/ld-address.c (address_finish): Fix one more
2972         place where the iso639 array might be accessed beyond the limits.
2974 2006-05-04  Ulrich Drepper  <drepper@redhat.com>
2976         * nis/nis_table.c (nis_list): Avoid clearing res twice before
2977         filling it for the first time.
2979         * nis/nis_table.c (get_tablepath): Renamed from __get_tablepath.
2980         Adjust all callers.
2981         Free res object content before returning.
2983         * sunrpc/xdr_array.c (xdr_array): Use calloc instead of malloc&bzero.
2985         * sunrpc/key_call.c (__rpc_thread_key_cleanup): Also free
2986         client->cl_auth.
2988         * sunrpc/rpc_thread.c (__rpc_thread_destroy): Don't skip entire
2989         cleanup for initial thread, just the free call on TVP.
2991         * nscd/gai.c (__getline): Define.
2994 See ChangeLog.16 for earlier changes.