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