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