d34cbac34397c82ec6f67c6e6faee37ceb38d328
[platform/upstream/glibc.git] / ChangeLog
1 2007-08-25  Ulrich Drepper  <drepper@redhat.com>
2
3         * iconvdata/iso-2022-kr.c (BODY): Fake initialization of array buf
4         to keep gcc quiet.
5         * iconvdata/iso-2022-cn.c (BODY): Likewise.
6
7         * locale/programs/ld-collate.c (collate_output): Avoid warning if
8         NDEBUG is defined.
9
10         * Makerules: Use -p option with mkdir.
11
12         * nis/nis_xdr.c (_xdr_nis_server): Work around gcc alias warning.
13         (_xdr_directory_obj): Likewise.
14         (xdr_entry_obj): Likewise.
15         (xdr_group_obj): Likewise.
16         (xdr_link_obj): Likewise.
17         (xdr_table_obj): Likewise.
18         (_xdr_nis_result): Likewise.
19         (_xdr_ns_request): Likewise.
20         (_xdr_ib_request): Likewise.
21         (_xdr_nis_taglist): Likewise.
22         (xdr_cback_data): Likewise.
23         * nis/yp_xdr.c (xdr_ypmaplist): Work around gcc warning.
24         (xdr_ypresp_maplist): Likewise.
25
26         * stdio-common/Makefile: Avoid format string warning for tst-sprint.
27
28         * posix/regex_internal.h: Prevent some declarations and definitions
29         to be seen when used in tests.
30
31         * posix/tst-rfc3484.c (__idna_to_unicode_lzlz): Initialize *OUTPUT.
32         * posix/tst-rfc3484-2.c (__idna_to_unicode_lzlz): Likewise.
33
34         * debug/Makefile: Disable format checking when compiling tst-chk?.c.
35
36         * config.make.in (datarootdir): Add to shut up configure.
37
38         * sysdeps/x86_64/cacheinfo.c (handle_amd): Fix computation of
39         associativity for fully-associative caches.
40
41         * sysdeps/x86_64/cacheinfo.c (handle_amd): Handle L3 cache
42         requests.  Fill on more associativity values for L2.
43         Patch mostly by Evandro Menezes.
44
45 2007-08-24  Ulrich Drepper  <drepper@redhat.com>
46
47         * sysdeps/unix/sysv/linux/x86_64/init-first.c
48         (_libc_vdso_platform_setup): Avoid using exported variable by using
49         alias.
50
51         * resolv/arpa/nameser.h (NS_OPT_DNSSEC_OK): Define.
52
53         * sysdeps/unix/sysv/linux/i386/syscalls.list: No reason to mark
54         fallocate64 as EXTRA.  It is not referenced if the symbol isn't
55         defined.
56
57 2007-08-23  Ulrich Drepper  <drepper@redhat.com>
58
59         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Correctly
60         align stack for call if pltexit is to be used.
61
62         [BZ #3924]
63         * sysdeps/i386/dl-trampoline.S (_dl_runtime_profile): Correctly
64         align for function call in case pltexit has to be called later.
65
66         * sysdeps/i386/dl-trampoline.S (_dl_runtime_resolve): Avoid
67         implicit atomic operation when storing function pointer.
68         (_dl_runtime_profile): Likewise.
69
70 2007-08-17  Jakub Jelinek  <jakub@redhat.com>
71
72         * nis/nis_table.c (nis_list): Don't fail if __follow_path returned
73         NIS_NOTFOUND.
74
75 2007-08-21  Ulrich Drepper  <drepper@redhat.com>
76
77         [BZ #4566]
78         * string/strtok.c: Fix typo in comment.
79
80         [BZ #4582]
81         * debug/segfault.c: Fix typos in comments.
82
83         [BZ #4588]
84         * stdio-common/tempnam.c: Fix comment, it is not checked that
85         TMPDIR points to a writable directory.
86
87         [BZ #4726]
88         * resolv/res_send.c (__libc_res_nsend): Initialize all of the
89         memory allocated for the name server address.
90
91         [BZ #4946]
92         * nscd/connections.c (handle_request): Using sendfile always
93         requires that mmap is used for the database.
94         Patch by Petr Baudis <pasky@suse.cz>.
95
96         [BZ #4905]
97         * nscd/hstcache.c (cache_addhst): When reloading an entry which
98         suddenly has two or more addresses, ignore it and remove the old
99         entry.
100
101         [BZ #4814]
102         * resolv/res_hconf.c: Prepare for compiling outside libc.
103         * nscd/res_hconf.c: New file.
104         * nscd/Makefile (nscd-modules): Add res_hconf.  Add rules to build
105         the new file.
106         * nscd/gethstbynm2_r.c (NEED__RES_HCONF): Define.
107         * nscd/gethstbyad_r.c (NEED__RES_HCONF): Likewise.
108
109         * nscd/hstcache.c (cache_addhst): Minimal optimization.
110
111         [BZ #4925]
112         * debug/pcprofiledump.c: Turn on internationalization by calling
113         setlocale.  Patch mostly by Benno Schulenberg.
114
115         [BZ #4936]
116         * iconv/gconv.c (__gconv): If flush was successful, clear rest of
117         the state.
118         * iconvdata/Makefile: Add rules to build and run bug-iconv5.
119         * iconvdata/bug-iconv5.c: New file.
120
121 2007-08-04  Carlos O'Donell  <carlos@systemhalted.org>
122
123         [BZ #4896]
124         * elf/elf.h: Define R_PARISC_PLABEL21L, R_PARISC_PLABEL14R,
125         R_PARISC_GNU_VTENTRY, R_PARISC_GNU_VTINHERIT, R_PARISC_TLS_GD21L,
126         R_PARISC_TLS_GD14R, R_PARISC_TLS_GDCALL, R_PARISC_TLS_LDM21L,
127         R_PARISC_TLS_LDM14R, R_PARISC_TLS_LDMCALL, R_PARISC_TLS_LDO21L,
128         R_PARISC_TLS_LDO14R, R_PARISC_TLS_DTPMOD32, R_PARISC_TLS_DTPMOD64,
129         R_PARISC_TLS_DTPOFF32, R_PARISC_TLS_DTPOFF64, R_PARISC_TLS_LE21L,
130         R_PARISC_TLS_LE14R, R_PARISC_TLS_IE21L, R_PARISC_TLS_IE14R,
131         R_PARISC_TLS_TPREL32, R_PARISC_TLS_TPREL64.
132
133 2007-08-21  Ulrich Drepper  <drepper@redhat.com>
134
135         [BZ #4937]
136         * elf/do-lookup.h (do_lookup_x): Minimal improvement in hash
137         lookup loop.  Suggested by John Reiser.
138
139 2007-08-21  Jakub Jelinek  <jakub@redhat.com>
140
141         * sysdeps/unix/sysv/linux/alpha/sysdep.h: Include tls.h.
142
143 2007-08-20  Ulrich Drepper  <drepper@redhat.com>
144
145         * csu/libc-start.c: Don't handle VDSO_SETUP here.
146         * sysdeps/unix/sysv/linux/init-first.c: Handle it here instead.
147         * sysdeps/unix/sysv/linux/x86_64/libc-start.c: Renamed to...
148         * sysdeps/unix/sysv/linux/x86_64/init-first.c: ...this.  New file.
149         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Move VDSO_SETUP code
150         to...
151         * sysdeps/unix/sysv/linux/x86_64/init-first.c: ...here.  New file.
152
153 2007-08-18  Ulrich Drepper  <drepper@redhat.com>
154
155         * po/nl.po: Update from translation team.
156
157 2007-08-16  Andreas Jaeger  <aj@suse.de>
158
159         * locale/localeinfo.h: Make _nl_category_name_idxs extern.
160         Reported by Peter Festner <peter.festner@ewetel.net>.
161
162 2007-08-17  Jakub Jelinek  <jakub@redhat.com>
163
164         * login/tst-grantpt.c (test_einval): Add 3rd argument to open.
165
166 2007-08-16  Jakub Jelinek  <jakub@redhat.com>
167
168         * elf/Makefile ($(objpfx)ld.so): Use readelf -s and awk instead of nm -u
169         to check for undefined symbols.
170
171         * sysdeps/unix/sysv/linux/sparc/sparc32/clone.S (__clone):
172         If the syscall fails, set errno to the actual returned error number
173         rather than EINVAL.
174         * sysdeps/unix/sysv/linux/sparc/sparc64/clone.S (__clone): If
175         arguments are incorrect, set errno to EINVAL, if the syscall
176         fails, set errno to the actual returned error number.
177
178         * stdlib/bits/stdlib-ldbl.h (__strtold_internal): Remove.
179         * wcsmbs/bits/wchar-ldbl.h (__wcstold_internal): Remove.
180
181         * sysdeps/sparc/sparc32/sparcv9b/memcpy.S: Moved to...
182         * sysdeps/sparc/sparc32/sparcv9/sparcv9b/memcpy.S: ... here.  New
183         file.
184         (ASI_PNF, ASI_BLK_P): Don't define.
185         * sysdeps/sparc/sparc32/sparcv9v/memcpy.S: Moved to...
186         * sysdeps/sparc/sparc32/sparcv9/sparcv9v/memcpy.S: ... here.  New
187         file.
188         * sysdeps/sparc/sparc32/sparcv9v/memset.S: Moved to...
189         * sysdeps/sparc/sparc32/sparcv9/sparcv9v/memset.S: ... here.  New
190         file.
191
192 2007-08-15  Jakub Jelinek  <jakub@redhat.com>
193
194         * sysdeps/sparc/fpu/fraiseexcpt.c (__feraiseexcept): Fix raising
195         FE_UNDERFLOW on Niagara CPUs.
196
197         * sysdeps/sparc/fpu/feholdexcpt.c (feholdexcept): Clear all
198         exceptions.
199
200 2007-08-14  Jakub Jelinek  <jakub@redhat.com>
201
202         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_runtime_setup): No
203         need to check GLRO(dl_hwcap) & HWCAP_SPARC_FLUSH on sparcv9.
204         (sparc_fixup_plt): Add do_flush argument instead of figuring whether
205         flush should be used or not inside of the function.
206         (elf_machine_fixup_plt, elf_machine_rela): Adjust caller.
207
208         * sysdeps/unix/sysv/linux/sparc/sparc32/clone.S (__clone,
209         __thread_start): Use HIDDEN_JUMPTARGET.
210         * sysdeps/unix/sysv/linux/sparc/sparc64/clone.S (__clone,
211         __thread_start): Likewise.
212         * sysdeps/unix/sysv/linux/sparc/sysdep.h (JUMPTARGET): Define.
213
214         * sysdeps/ieee754/ldbl-64-128/strtold_l.c (__STRTOF): Declare.
215         Add libc_hidden_proto.
216         (STRTOF): Add libc_hidden_proto.
217         (___new_strtold_l, ___new_wcstold_l): New weak aliases.
218         (strtold_l, wcstold_l): Use them as second argument for
219         long_double_symbol.
220
221 2007-08-14  Ulrich Drepper  <drepper@redhat.com>
222
223         * elf/dl-misc.c: Undo last change.  The kernel won't allow it.
224
225 2007-08-13  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
226
227         * stdlib/strtold_l.c: Include wchar.h if needed.  Add libc_hidden_def.
228
229 2007-08-14  Ulrich Drepper  <drepper@redhat.com>
230
231         * po/bg.po: New file.  From the translation team.
232
233 2007-08-13  Jakub Jelinek  <jakub@redhat.com>
234
235         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_PSELECT,
236         __ASSUME_PPOLL, __ASSUME_ATFCTS, __ASSUME_SET_ROBUST_LIST,
237         __ASSUME_UTIMENSAT, __ASSUME_FALLOCATE): Update per-arch conditions
238         when each feature was introduced.
239
240         * sysdeps/unix/sysv/linux/dl-vdso.c: Don't include dl-hash.h.
241         * sysdeps/unix/sysv/linux/dl-vdso.h: Don't include dl-hash.h if NDEBUG.
242         (CHECK_HASH): New macro.
243         (PREPARE_VERSION): Use it.
244
245         * sysdeps/unix/sysv/linux/pselect.c (__generic_pselect): Only provide
246         prototype if not __ASSUME_PSELECT.
247         * sysdeps/unix/sysv/linux/ppoll.c (__generic_ppoll): Only provide
248         prototype if not __ASSUME_PPOLL.
249
250         * sysdeps/unix/sysv/linux/dl-osinfo.h (ROUND): #undef after use.
251
252         * sysdeps/unix/clock_settime.c (freq, __pthread_clock_settime,
253         hp_timing_settime): Don't define or declare if HANDLED_CPUTIME
254         is defined.
255
256 2007-08-13  Ulrich Drepper  <drepper@redhat.com>
257
258         * sysdeps/unix/sysv/linux/x86_64/libc-start.c
259         (_libc_vdso_platform_setup): If vDSO is not available point
260         __vdso_gettimeofday to the vsyscall.
261         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.S [SHARED]: Use
262         __vdso_gettimeofday instead of vsyscall.
263
264 2007-08-13  Jakub Jelinek  <jakub@redhat.com>
265
266         * nscd/servicescache.c: Include kernel-features.h.
267         * nscd/gai.c: Likewise.
268         * sysdeps/unix/sysv/linux/statfs64.c: Likewise.
269         * sysdeps/unix/sysv/linux/fstatfs64.c: Likewise.
270         * sysdeps/unix/sysv/linux/fxstatat.c: Likewise.
271         * sysdeps/unix/sysv/linux/s390/s390-32/mmap.S: Likewise.
272         * sysdeps/unix/sysv/linux/s390/s390-32/mmap64.S: Likewise.
273         * sysdeps/unix/sysv/linux/xstatconv.c: Likewise.
274         * sysdeps/unix/sysv/linux/if_index.c: Likewise.
275         * sysdeps/unix/sysv/linux/sparc/sparc64/xstat.c: Likewise.
276         * sysdeps/unix/sysv/linux/ifaddrs.c: Likewise.
277
278 2007-08-12  Ulrich Drepper  <drepper@redhat.com>
279
280         * elf/dl-dst.h: No need for _dl_dst_count, _dl_dst_substitute,
281         and _dl_get_origin defines anymore.
282
283         * sysdeps/unix/sysv/linux/clock_gettime.c (maybe_syscall_gettime_cpu):
284         Build fix for systems which might lack POSIX timer support.
285
286         * sysdeps/unix/sysv/linux/x86_64/libc-start.c
287         (_libc_vdso_platform_setup): Mangle function pointers before storing
288         them.
289         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (INLINE_VSYSCALL):
290         Demangle vdso pointer before use.
291         (INTERNAL_VSYSCALL): Likewise.
292
293         * elf/cache.c (primes): Mark as const.
294         Noted by Roland McGrath.
295
296 2007-08-01  Andreas Jaeger  <aj@suse.de>
297             Jakub Jelinek  <jakub@redhat.com>
298
299         * elf/ldconfig.c (opt_ignore_aux_cache): Add new option.
300         (options): Add option.
301         (parse_opt): Handle option.
302         (manual_link): Adjust process_file caller.  Call implicit_soname.
303         (search_dir): Formatting.  Use and populate auxiliary cache.
304         (main): Load and save auxiliary cache.
305         * elf/readlib.c (process_file): Add stat_buf argument.  Pass struct
306         stat64 from fstat64 to caller.
307         (implicit_soname): New function.
308         * elf/readelflib.c (process_elf_file): If DT_SONAME is not present,
309         leave *soname as NULL.
310         * elf/cache.c: Include libgen.h.
311         (print_entry, print_cache, compare, save_cache, add_to_cache):
312         Formatting and cleanups.
313         (aux_cache_entry_id, aux_cache_entry, aux_cache_file_entry,
314         aux_cache_file): New structures.
315         (AUX_CACHEMAGIC): Define.
316         (primes): New array.
317         (aux_hash_size, aux_hash): New variables.
318         (aux_cache_entry_id_hash, nextprime, init_aux_cache,
319         search_aux_cache, insert_to_aux_cache, add_to_aux_cache,
320         load_aux_cache, save_aux_cache): New functions.
321         * sysdeps/generic/ldconfig.h (_PATH_LDCONFIG_AUX_CACHE): Define.
322         (init_aux_cache, search_aux_cache, add_to_aux_cache,
323         load_aux_cache, save_aux_cache, implicit_soname): New prototypes.
324         (process_file): Adjust prototype.
325
326 2007-08-12  Jakub Jelinek  <jakub@redhat.com>
327
328         * sysdeps/unix/sysv/linux/ia64/bits/sigcontext.h: Include stddef.h
329         with __need_size_t.
330
331 2007-08-12  Ulrich Drepper  <drepper@redhat.com>
332
333         * sysdeps/unix/sysv/linux/dl-vdso.c (_dl_vdso_vsym): Expect
334         r_found_version structure as second parameter.
335         * sysdeps/unix/sysv/linux/dl-vdso.h (PREPARE_VERSION): Define.
336         (_dl_vdso_vsym): Change type of second parameter accordingly.
337         * sysdeps/unix/sysv/linux/x86-64/libc-start.c
338         (_libc_vdso_platform_setup): Adjust.
339         * sysdeps/unix/sysv/linux/powerpc/libc-start.c
340         (_libc_vdso_platform_setup): Likewise.
341
342         * sysdeps/unix/sysv/linux/powerpc/dl-vdso.c: Move to...
343         * sysdeps/unix/sysv/linux/dl-vdso.c: ...here.
344         * sysdeps/unix/sysv/linux/powerpc/dl-vdso.h: Move to...
345         * sysdeps/unix/sysv/linux/dl-vdso.h: ...here.
346         * csu/libc-start.c: Pretty printing.
347         Use VDSO_SETUP if defined.
348         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Define VDSO_SETUP
349         and let generic code call into _libc_vdso_platform_setup.
350         * sysdeps/unix/sysv/linux/x86_64/libc-start.c: New file.
351         * sysdeps/unix/sysv/linux/x86_64/bits/libc-vdso.h: New file.
352         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Pretty printing.
353         Define INLINE_VSYSCALL and INTERNAL_VSYSCALL.
354         * sysdeps/unix/sysv/linux/x86_64/Versions: Export __vdso_clock_gettime
355         for GLIBC_PRIVATE.
356         * sysdeps/unix/sysv/linux/x86_64/Makefile [subdir=elf]
357         (sysdep_rountines): Add dl-vdso.
358
359         * sysdeps/unix/sysv/linux/powerpc/Makefile: Use sysdep_routines instead
360         of routines.
361
362         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h: Add
363         attribute_hidden to __vdso_gettimeofday prototype.
364
365 2007-08-12  Roland McGrath  <roland@redhat.com>
366
367         * manual/stdio.texi (Variable Arguments Output): Fix xref to gcc manual.
368         From: Karl Berry <karl@freefriends.org>.
369
370 2007-08-11  Ulrich Drepper  <drepper@redhat.com>
371
372         * elf/dl-misc.c (_dl_sysdep_read_whole_file): We really don't need
373         an atime update for the files we read.
374
375 2007-08-10  Ulrich Drepper  <drepper@redhat.com>
376
377         * shadow/lckpwdf.c (__lckpwdf): Use O_CLOEXEC if possible.
378
379         * nscd/connections.c: Use O_CLOEXEC if possible.  Use mkostemp
380         instead of mkstemp.
381
382         * misc/Makefile (routines): Add mkostemp and mkostemp64.
383         * misc/Versions: Export mkostemp and mkostemp64 for GLIBC_2.7.
384         * misc/mkostemp.c: New file.
385         * misc/mkostemp64.c: New file.
386         * stdlib/stdlib.h: Declare the new functions.
387         * sysdeps/posix/tempname.c: Add new parameter which is added to
388         the flags for open.  Remove __GT_BIGFILE handling.
389         * stdio-common/tempname.c: Likewise.
390         * include/stdio.h: Adjust __gen_tempname prototype.
391         Renumber __GT_* constants.
392         * libio/oldtmpfile.c: Adjust for __gen_tempname interface change.
393         * misc/mkdtemp.c: Likewise.
394         * misc/mkstemp.c: Likewise.
395         * misc/mkstemp64.c: Likewise.
396         * misc/mktemp.c: Likewise.
397         * stdio-common/tempnam.c: Likewise.
398         * stdio-common/tmpfile.c: Likewise.
399         * stdio-common/tmpfile64.c: Likewise.
400         * stdio-common/tmpnam.c: Likewise.
401         * stdio-common/tmpnam_r.c: Likewise.
402
403 2007-08-10  Roland McGrath  <roland@frob.com>
404
405         * sysdeps/mach/hurd/bits/ioctls.h (NLDLY, TABDLY, BSDLY, VTDLY):
406         New macros.
407         (NLDELAY, CRDELAY, TBDELAY, BSDELAY, VTDELAY): Define to those.
408         Reported by Samuel Thibault <samuel.thibault@ens-lyon.org>.
409
410 2007-08-10  Ulrich Drepper  <drepper@redhat.com>
411
412         * nss/nss_files/files-XXX.c (internal_setent): Use O_CLOEXEC if
413         possible.
414         * nss/nss_files/files-alias.c (internal_setent): Likewise.
415         * nss/Makefile (libnss_files-routines): Add files-have_o_cloexec.
416         * nss/nss_files/files-have_o_cloexec.c: New file.
417
418         * sysdeps/unix/sysv/linux/shm_open.c (shm_open): Use O_CLOEXEC if
419         available.
420
421 2007-08-10  Jakub Jelinek  <jakub@redhat.com>
422
423         * sysdeps/ieee754/ldbl-128ibm/strtold_l.c (___new_strtold_l,
424         ___new_wcstold_l): New weak aliases.
425         (strtold_l, wcstold_l): Use them as second argument for
426         long_double_symbol.
427
428 2007-08-09  Ulrich Drepper  <drepper@redhat.com>
429
430         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S: Use correct
431         register in test for error.
432
433         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (O_CLOEXEC): Define.
434         * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h (O_CLOEXEC): Likewise.
435
436         * po/sv.po: Update from translation team.
437
438 2007-08-06  Roland McGrath  <roland@redhat.com>
439
440         * include/stdlib.h: Add libc_hidden_proto for strto*, __strto*_l.
441         Remove __strto*_l inlines.
442         * include/wchar.h: Add libc_hidden_proto for wcsto*, __wcsto*_l.
443         * stdlib/strtod.c: Add libc_hidden_def.
444         * stdlib/strtod_l.c: Likewise.
445         * stdlib/strtold.c [__LONG_DOUBLE_MATH_OPTIONAL]: Add libc_hidden_proto
446         for __new_strtold and __new_wcstold.
447         * sysdeps/ieee754/ldbl-128ibm/strtold_l.c: Add libc_hidden_proto for
448         __STRTOF, STRTOF.
449         * stdlib/strtol.c: Add libc_hidden_def.
450         * stdlib/strtol_l.c: Likewise.
451         * sysdeps/wordsize-64/strtol.c: Add libc_hidden_ver for strtoll and
452         strtoq.
453
454         * scripts/data/localplt-powerpc-linux-gnu.data: New file.
455
456         * scripts/data/localplt-x86_64-linux-gnu.data: File renamed to ...
457         * scripts/data/localplt-generic.data: ... here.
458         * elf/Makefile (check-data): Get generic file if no other.
459         ($(objpfx)check-localplt.out): Make target unconditional.
460
461         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_discover_osversion):
462         Use ElfW(Nhdr).
463
464 2007-08-05  Ulrich Drepper  <drepper@redhat.com>
465
466         * po/zh_CN.po: Updated translation from translation team.
467
468 2007-08-05  Jakub Jelinek  <jakub@redhat.com>
469
470         * sysdeps/unix/sysv/linux/powerpc/powerpc32/socket.S (__socket):
471         Don't use CGOTSETUP and CGOTRESTORE macros.
472
473 2007-08-04  Roland McGrath  <roland@redhat.com>
474
475         * posix/Makefile ($(objpfx)getconf.speclist): Fix typo.
476
477 2007-08-04  Jakub Jelinek  <jakub@redhat.com>
478
479         * io/bits/fcntl2.h (open, open64, openat, openat64): Add
480         __extension__ around the whole statement expression.
481
482 2007-08-04  Ulrich Drepper  <drepper@redhat.com>
483
484         * sysdeps/unix/opendir.c (__alloc_dir): Correct order of DIR
485         elements during initialization.
486
487         * po/pl.po: Updated translation from translation team.
488         * po/tr.po: Likewise.
489         * po/nl.po: Likewise.
490
491 2007-08-03  Ulrich Drepper  <drepper@redhat.com>
492
493         * rt/aio.h: Add __nonnull attributes.
494
495 2007-08-03  Jakub Jelinek  <jakub@redhat.com>
496
497         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Properly handle -0.
498         * stdlib/Makefile (tests): Add tst-strtod5.
499         (tst-strtod5-ENV): New.
500         * stdlib/tst-strtod5.c: New file.
501
502         * intl/dcigettext.c (_nl_find_msg): Free encoding if __gconv_open
503         failed.
504         * intl/finddomain.c (_nl_find_domain): Free normalized_codeset
505         on failure.
506
507         * elf/dl-load.c (decompose_rpath): Free copy if result couldn't be
508         allocated.
509
510 2007-08-03  Jakub Jelinek  <jakub@redhat.com>
511
512         * rt/mqueue.h (mq_timedreceive, mq_timedsend): Fix nonnull argument
513         numbers.
514
515 2007-08-02  Ulrich Drepper  <drepper@redhat.com>
516
517         * io/Makefile (aux): Add have_o_cloexec.
518         * include/fcntl.h: Declare __have_o_cloexec.
519         * io/have_o_cloexec.c: New file.
520         * sysdeps/unix/opendir.c (__opendir): Use O_CLOEXEC is available.
521         (__alloc_dir): If O_CLOEXEC has been used, don't duplicate the
522         fcntl call if not necessary.
523         * login/utmp_file.c (setutent_file): Use __have_o_cloexec instead
524         of local variable.
525
526         * sysdeps/unix/opendir.c (__alloc_dir): Don't initialize ->data.
527         Avoid memset, add explicit initialization.
528         * sysdeps/unix/dirstream.h (struct __dirstream): Move data elemtn
529         to the end and change into zero-sized array.
530         Move lock member to fill a hole on 64-bit platforms.
531
532         * stdlib/stdlib.h: Remove __strto*_internal prototypes and strto*
533         inline functions.
534         * include/stdlib.h: Add __strto*_internal prototypes here.
535         * wcsmbs/wchar.h: Remove __wcsto*_internal prototypes and wcsto*
536         inline functions.
537         * include/wchar.h: Add __wcsto*_internal prototypes.
538         * sysdeps/generic/inttypes.h: No need to protect the declaration
539         of the __strto*_internal and __wcsto*_internal members here.
540
541         * rt/mqueue.h: Change const to __const and add nonnull attributes.
542
543 2007-08-02  Roland McGrath  <roland@redhat.com>
544
545         * posix/Makefile ($(inst_libexecdir)/getconf): Make hard links to
546         $(inst_bindir)/getconf if possible.
547
548         * posix/Makefile ($(objpfx)getconf.speclist): New target.
549         (generated): Add it.
550         ($(inst_libexecdir)/getconf): Use it.
551
552 2007-08-01  Ulrich Drepper  <drepper@redhat.com>
553
554         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Using
555         /proc is faster and sufficient.  /sys is still needed for
556         __get_nprocs_conf.
557
558 2007-08-01  Jakub Jelinek  <jakub@redhat.com>
559
560         * sysdeps/unix/sysv/linux/i386/syscalls.list (fallocate): Add fallocate
561         syscall as __fallocate64.
562         * sysdeps/unix/sysv/linux/i386/posix_fallocate.c: New file.
563         * sysdeps/unix/sysv/linux/i386/posix_fallocate64.c: New file.
564
565 2007-07-30  Jakub Jelinek  <jakub@redhat.com>
566
567         * stdlib/tst-strtod2.c (do_test): Use %tu in fmt string for ptrdiff_t
568         value.
569
570         * stdio-common/tst-fmemopen2.c (do_test): Avoid fmt string warning
571         if off_t is different rank from size_t.
572
573         * sysdeps/generic/unwind-dw2.c (extract_cie_info, execute_cfa_program,
574         uw_frame_state_for): Avoid type punning warnings.
575         * sysdeps/generic/unwind-dw2-fde-glibc.c
576         (_Unwind_IteratePhdrCallback): Likewise.
577         * sysdeps/generic/unwind-dw2-fde.c (_Unwind_Find_FDE): Likewise.
578         (binary_search_single_encoding_fdes, binary_search_mixed_encoding_fdes,
579         get_cie_encoding, linear_search_fdes): Don't mix char and unsigned char
580         pointers.
581
582 2007-07-31  Ulrich Drepper  <drepper@redhat.com>
583
584         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs_conf): Count
585         total processors using sysfs.
586         (__get_nprocs): Use sysfs to determine which processors are online.
587
588 2007-07-31  Jakub Jelinek  <jakub@redhat.com>
589
590         * sysdeps/unix/sysv/linux/posix_fallocate.c (posix_fallocate): Fix
591         syscall arguments count.
592
593         * stdio-common/tfformat.c (sprint_doubles): Add 12 new tests.
594
595 2007-07-30  Roland McGrath  <roland@redhat.com>
596
597         * manual/libc.texinfo: Update copyrights, formatting magic, and
598         @dircategory.  From Karl Berry <karl@freefriends.org>.
599
600 2007-07-29  Ulrich Drepper  <drepper@redhat.com>
601
602         [BZ #4860]
603         * io/Makefile (headers): Add bits/fcntl2.h.
604
605         * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_ZERO_S): Optimize
606         using gcc builtin.
607         (__CPU_EQUAL_S): Likewise.
608
609         * posix/Makefile (routines): Add sched_cpualloc and sched_cpufree.
610         (tests): Add tst-cpuset.
611         * posix/sched_cpualloc.c: New file.
612         * posix/sched_cpufree.c: New file.
613         * posix/tst-cpuset.c: New file.
614         * posix/Versions: Export __sched_cpualloc and __sched_cpufree for
615         GLIBC_2.7.
616         * sysdeps/unix/sysv/linux/bits/sched.h: Define __CPU_*_S macros.
617         * posix/sched.h: Define old CPU_* macros in temers of __CPU_*_S
618         macros.  Define CPU_*_S macros.
619
620 2007-07-28  Ulrich Drepper  <drepper@redhat.com>
621
622         * posix/getconf.c (vars): Add missing _SC_LEVEL4_CACHE_LINESIZE
623         entry.
624
625         [BZ #4858]
626         * stdio-common/printf_fp.c (___printf_fp): Fix special case of
627         #.0g and value rounded to 1.0.
628         * stdio-common/tfformat.c (sprint_doubles): Add two new tests.
629
630 2007-07-26  Jakub Jelinek  <jakub@redhat.com>
631
632         * locale/programs/ld-monetary.c (monetary_finish): Avoid range check
633         for int_frac_digits and frac_digits.
634
635         * login/logout.c (logout): Avoid aliasing violation.
636         * login/logwtmp.c (logwtmp): Likewise.
637
638         * libio/genops.c (_IO_un_link): Avoid aliasing violation.
639
640         * nscd/selinux.c (preserve_capabilities): Initialize new_caps
641         to avoid warning.
642         * iconv/gconv_open.c (__gconv_open): Initialize ptr to avoid
643         warning.
644         * nis/nis_subr.c (nis_getnames): Initialize saveptr to avoid
645         warning.
646         * resolv/inet_ntop.c (inet_ntop6): Initialize best.len and cur.len
647         to avoid warnings.
648
649         * nss/nsswitch.c (__nss_lookup_function): Don't cast &ni->known to
650         void **.
651         * nss/nsswitch.h (service_user): Use void * type for KNOWN field.
652
653         * nss/nss_files/files-hosts.c (LINE_PARSER): Cast host_addr to
654         char * to avoid warning.
655         * nis/nss_nis/nis-hosts.c (LINE_PARSER): Likewise.
656
657         * timezone/Makefile (CFLAGS-zdump.c): Add -fwrapv.
658
659         * locale/programs/ld-ctype.c (ctype_finish, set_class_defaults,
660         allocate_arrays): Cast second argument to charmap_find_symbol
661         to char * to avoid warnings.
662
663         * locale/programs/repertoire.c (repertoire_new_char): Change
664         from_nr, to_nr and cnt to unsigned long, adjust printf format
665         string.
666
667         * locale/programs/ld-collate.c (insert_value, handle_ellipsis):
668         Cast second argument to new_element to char * to avoid warnings.
669
670         * locale/weightwc.h (findidx): Cast &extra[-i] to const int32_t *.
671
672         * intl/gettextP.h (struct loaded_domain): Change plural to const
673         struct expression *.
674         * intl/plural-eval.c (plural_eval): Change first argument to
675         const struct expression *.
676         * intl/plural-exp.c (EXTRACT_PLURAL_EXPRESSION): Change first
677         argument to const struct expression **.
678         * intl/plural-exp.h (EXTRACT_PLURAL_EXPRESSION, plural_eval): Adjust
679         prototypes.
680         * intl/loadmsgcat (_nl_unload_domain): Cast away const
681         in call to __gettext_free_exp.
682
683         * posix/fnmatch.c (fnmatch): Rearrange code to avoid maybe
684         unitialized wstring/wpattern var warnings.
685
686         * posix/runtests.c (struct a_test): Make data field const char *.
687
688         * stdio-common/tst-sprintf2.c (main): Don't declere u, v and buf
689         vars if not LDBL_MANT_DIG >= 106.
690
691         * stdio-common/Makefile (CFLAGS-vfwprintf.c): Add -Wno-unitialized.
692
693         * stdio-common/vfprintf.c (vfprintf): Cast first arugment to
694         __find_specmb to avoid warning.
695
696         * rt/tst-mqueue1.c (do_one_test): Add casts to avoid warnings.
697
698         * debug/test-strcpy_chk.c (do_tests, do_random_tests): Add casts
699         to avoid warnings.
700
701         * sysdeps/ieee754/ldbl-96/s_roundl.c (huge): Add L suffix to
702         initializer.
703
704         * sysdeps/unix/clock_gettime.c (clock_gettime): Only define
705         tv var when it will be actually used.
706
707         * sunrpc/rpc_cmsg.c (xdr_callmsg): Cast IXDR_PUT_* to void
708         to avoid warnings.
709
710         * iconvdata/gbk.c (BODY): Make buf and cp char instead of unsigned
711         char array resp. pointer.
712         * iconvdata/iso-2022-kr.c (BODY): Make buf unsigned char instead of
713         char array.
714         * iconvdata/cns11643.h (cns11643_to_ucs4): Change first argument
715         to const unsigned char **.
716         (ucs4_to_cns11643): Change second argument to unsigned char *.
717         * iconvdata/euc-tw.c (BODY): Change endp type to
718         const unsigned char *.
719         * iconvdata/iso-ir-165.h (ucs4_to_isoir165): Change second argument
720         to unsigned char *.
721         * iconvdata/ibm1008_420.c (LOOP_NEED_FLAGS): Don't define.
722         * iconvdata/iso-2022-cn.c (BODY): Change buf to unsigned char array.
723         * iconvdata/iso-2022-cn-ext.c (BODY): Change buf, tmpbuf, tmp
724         types to unsigned char pointers/arrays instead of char.
725         * iconvdata/jis0201.h (ucs4_to_jisx0201): Change second argument
726         to unsigned char *.
727         * iconvdata/jis0208.h (ucs4_to_jisx0208): Likewise.
728         * iconvdata/jis0212.h: Include assert.h.
729         (ucs4_to_jisx0212): Change second argument to unsigned char *.
730         assert that if cp[0] is not '\0', cp[1] is not '\0' either instead
731         of trying to handle that.
732         * iconvdata/euc-kr.c (euckr_from_ucs4): Initialize also cp[1] to
733         shut up a warning.
734         * iconvdata/euc-jp-ms.c (from_ucs4_lat1, from_ucs4_greek,
735         from_ucs4_cjk, from_ucs4_cjkcpt, from_ucs4_extra): Change type to
736         two dimensional const unsigned char arrays.
737         (BODY): Cast "" to (const unsigned char *) for assignment to cp.
738         Initialize endp to inptr to shut up a warning.
739
740 2007-07-20  Jakub Jelinek  <jakub@redhat.com>
741
742         [BZ #4772]
743         * time/strptime_l.c (__strptime_internal): Silently ignore
744         strftime modifiers and field width in recursive calls.
745
746         * include/time.h (enum ptime_locale_status): Remove.
747         (__strptime_internal): Remove decided and era_cnt arguments,
748         add statep argument.
749         * time/strptime_l.c (__strptime_internal): Remove decided
750         and era_cnt arguments, add statep argument.  Don't recompute
751         any fields in recursive calls, only update caller's tm
752         and state, if recursive call fails, don't change tm nor
753         any state.
754         (get_alt_number): Adjust.
755         (recursive): Adjust caller.
756         (strptime): Likewise.
757         * time/strptime.c (strptime): Likewise.
758
759 2007-07-19  Jakub Jelinek  <jakub@redhat.com>
760
761         * iconv/gconv_int.h (__GCONV_NULCONV): New internal only error code.
762         * iconv/gconv_cache.c (__gconv_lookup_cache): Return __GCONV_NULCONV
763         if from and to charsets are the same.
764         * iconv/gconv_db.c (__gconv_find_transform): Likewise.
765         * intl/dcigettext.c (_nl_find_msg): Return NULL even if __gconv_open
766         returns __GCONV_NOCONV, but not for __GCONV_NULCONV.
767
768 2007-07-17  Jakub Jelinek  <jakub@redhat.com>
769
770         * wcsmbs/wchar.h: Only define wint_t if __need_wint_t.
771         Don't define wint_t when __need_mbstate_t unless it
772         is necessary.
773         (__mbstate_t): Use __WINT_TYPE__ rather than wint_t
774         in the typedef if possible.
775         * wctype/wctype.h (wint_t): Define by including
776         wchar.h with __need_wint_t instead of including stddef.h
777         with __need_wint_t and as fallback definining it ourselves.
778         * iconv/gconv.h (__need_wint_t): Define before including
779         wchar.h.
780         * sysdeps/gnu/_G_config.h: Don't include gconv.h if not _LIBC
781         or _GLIBCPP_USE_WCHAR_T.
782         (__need_wchar_t): Don't define
783         if not _LIBC or _GLIBCPP_USE_WCHAR_T.
784         (__need_wint_t): Don't define before including stddef.h,
785         define before including wchar.h only if _LIBC or
786         _GLIBCPP_USE_WCHAR_T.
787         (_G_iconv_t): Don't define if not _LIBC or _GLIBCPP_USE_WCHAR_T.
788         * sysdeps/mach/hurd/_G_config.h: Likewise.
789         * sysdeps/generic/_G_config.h: Likewise.
790         * libio/libio.h (__wunderflow, __wuflow, __woverflow): Only
791         prototype if _LIBC or _GLIBCPP_USE_WCHAR_T.
792         (_IO_getwc_unlocked, _IO_putwc_unlocked): Only define
793         if _LIBC or _GLIBCPP_USE_WCHAR_T.
794
795 2007-07-28  Ulrich Drepper  <drepper@redhat.com>
796
797         * sysdeps/posix/posix_fallocate64.c: Undefine
798         __posix_fallocate64_l64 before alias handling.
799         * sysdeps/unix/sysv/linux/posix_fallocate.c: New file.
800         * sysdeps/unix/sysv/linux/posix_fallocate64.c: New file.
801         * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate.c: New file.
802         * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate64.c: New file.
803
804         * io/tst-posix_fallocate.c: Include <fcntl.h>.
805
806 2007-07-23  Jakub Jelinek  <jakub@redhat.com>
807
808         * locale/programs/ld-collate.c (atwc): New variable.
809         (add_to_tablewc): New toplevel function, moved from collate_output.
810         (collate_output): Remove add_to_tablewc nested function.
811
812         * iconv/iconvconfig.c (hash_table, hash_size): New toplevel vars.
813         (name_insert): New function.
814         (write_output): Remove hash_table and hash_size vars and name_insert
815         nested function.
816
817 2007-07-24  Roland McGrath  <roland@redhat.com>
818
819         * Makerules (install-others-programs-nosubdir): New target.
820         (install-no-libc.a-nosubdir): Depend on it.
821
822         * iconv/Makefile (install-others-programs): Set this instead of
823         install-others.
824         * login/Makefile (install-others-programs): Likewise.
825         * posix/Makefile (install-others-programs): Likewise.
826
827         * Makerules (install-no-libc.a-nosubdir): Clean up conditional
828         dependencies.
829
830 2007-07-23  Ulrich Drepper  <drepper@redhat.com>
831
832         * io/Makefile (tests): Add tst-posix_fallocate.
833         * io/tst-posix_fallocate.c: New file.
834
835         * sysdeps/unix/sysv/linux/kernel-features.h: Define
836         __ASSUME_FALLOCATE.
837
838 2007-07-22  Roland McGrath  <roland@frob.com>
839
840         * hurd/getdport.c: Add missing copyright year update.
841
842         * sysdeps/mach/hurd/bits/fcntl.h [__USE_GNU] (O_CLOEXEC): New macro.
843         * hurd/port2fd.c (_hurd_port2fd): Implement O_CLOEXEC.
844
845 2007-07-22  Ulrich Drepper  <drepper@redhat.com>
846
847         * login/utmp_file.c (setutent_file): Use O_CLOEXEC if possible.
848
849         * libio/fileops.c (_IO_new_file_fopen): Recognize 'e' flag and set
850         O_CLOEXEC is needed.
851         * nis/nss_compat/compat-grp.c: Use 'e' flag when opening file.
852         Avoid additional fcntl to set O_CLOEXEC if not needed.
853         * nis/nss_compat/compat-initgroups.c: Likewise.
854         * nis/nss_compat/compat-pwd.c: Likewise.
855         * nis/nss_compat/compat-spwd.c: Likewise.
856
857 2007-07-21  Samuel Thibault  <samuel.thibault@ens-lyon.org>
858
859         [BZ #3665]
860         * manual/errno.texi: Change ECANCELED value to 119.
861
862         [BZ #4610]
863         * mach/lock-intern.h: Include <sys/cdefs.h>.
864
865         [BZ #4178]
866         * sysdeps/mach/hurd/sigaction.c (__sigaction): Check ACT != NULL before
867         reading A.
868
869         [BZ #4126]
870         * sysdeps/mach/hurd/sigsuspend.c (sigsuspend_not_cancel): Define alias
871         to __sigsuspend.
872
873         * sysdeps/mach/i386/sysdep.h: Include <dl-sysdep.h> and <tls.h>.
874
875 2006-06-13  Thomas Schwinge  <tschwinge@gnu.org>
876
877         * sysdeps/mach/hurd/tls.h: Change `ASSEMBLER' conditional to
878         `__ASSEMBLER__'.
879         * sysdeps/mach/hurd/i386/tls.h: Likewise.
880
881 2007-07-21  Ulrich Drepper  <drepper@redhat.com>
882
883         * nscd/nscd_helper.c (get_mapping): Use MSG_CMSG_CLOEXEC for
884         descriptor received from nscd.
885
886         * sysdeps/unix/sysv/linux/bits/socket.h: Define MSG_CMSG_CLOEXEC.
887
888         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define O_CLOEXEC.
889         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
890         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
891         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
892         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
893         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
894
895 2007-07-20  Jakub Jelinek  <jakub@redhat.com>
896
897         [BZ #4816]
898         * manual/signal.texi (Non-atomic Example): Make memory var volatile.
899
900         [BZ #4813]
901         * login/forkpty.c (forkpty): Close master and slave fds on
902         fork failure.  Patch by
903         Mikulas Patocka <mikulas@artax.karlin.mff.cuni.cz>.
904
905 2007-07-18  Jakub Jelinek  <jakub@redhat.com>
906
907         * include/features.h (__USE_ISOC95): New define.
908         * wcsmbs/wchar.h (fwprintf, fwscanf, wprintf, wscanf, swprintf,
909         swscanf, vfwprintf, vwprintf, vswprintf, fwide): Define even
910         for -std=iso9899:199409.
911         * CONFORMANCE: Remove comments about unsupported AMD1.
912
913 2007-07-17  Jakub Jelinek  <jakub@redhat.com>
914
915         * sysdeps/ia64/sched_cpucount.c: New file.
916         * sysdeps/powerpc/sched_cpucount.c: New file.
917
918         * sysdeps/unix/sysv/linux/bits/sched.h (__sched_cpucount): Add
919         __BEGIN_DECLS/__END_DECLS around the prototype.
920         * bits/sched.h (__sched_cpucount): Likewise.  Make second argument
921         pointer to const cpu_set_t.
922
923         * bits/types.h: Don't include stddef.h, don't define __need_size_t.
924         * signal/signal.h <__USE_BSD || __USE_XOPEN_EXTENDED>: Define
925         __need_size_t and include stddef.h.
926         * sysvipc/sys/msg.h: Likewise.
927         * posix/sched.h: Likewise.
928         * hurd/hurd/signal.h (__need_size_t): Define.
929
930         * CONFORMANCE: ctype.h and wctype.h no longer define size_t,
931         neither does signal.h in pedantic ISO C namespaces.  stdio.h
932         no longer defines wint_t or wchar_t.
933
934         * libio/libioP.h (_IO_acquire_lock_clear_flags2_fct): New function.
935         * debug/vfwprintf_chk.c (__vfwprintf_chk): Use
936         _IO_acquire_lock_clear_flags2 instead of _IO_acquire_lock.
937         * debug/vprintf_chk.c (__vprintf_chk): Likewise.
938         * debug/vwprintf_chk.c (__vwprintf_chk): Likewise.
939         * debug/vfprintf_chk.c (__vfprintf_chk): Likewise.
940         * debug/fwprintf_chk.c (__fwprintf_chk): Likewise.
941         * debug/printf_chk.c (__printf_chk): Likewise.
942         * debug/fprintf_chk.c (__fprintf_chk): Likewise.
943         * debug/wprintf_chk.c (__wprintf_chk): Likewise.
944
945         * sysdeps/pthread/bits/stdio-lock.h (_IO_acquire_lock_clear_flags2):
946         Define.
947
948         * bits/confname.h (_CS_POSIX_V6_WIDTH_RESTRICTED_ENVS): Define.
949         * posix/getconf.c (vars): Add POSIX_V6_WIDTH_RESTRICTED_ENVS.
950
951 2007-07-16  Jakub Jelinek  <jakub@redhat.com>
952
953         [BZ #4792]
954         * stdlib/stdlib.h (realloc): Remove __attribute_malloc__.
955         * malloc/malloc.h (realloc): Likewise.
956
957         * libio/iopopen.c (_IO_new_proc_open): Don't close child_std_end
958         if one of proc_file_chain streams has that fileno.
959         * stdio-common/Makefile (tests): Add tst-popen2.
960         * stdio-common/tst-popen2.c: New test.
961
962 2007-07-14  Jakub Jelinek  <jakub@redhat.com>
963
964         * elf/ldconfig.c: Allow GPLv2 or any later version.
965         * elf/readlib.c: Likewise.
966         * elf/chroot_canon.c: Likewise.
967         * elf/cache.c: Likewise.
968         * nscd/mem.c: Likewise.
969         * nscd/getpwuid_r.c: Likewise.
970         * nscd/grpcache.c: Likewise.
971         * nscd/aicache.c: Likewise.
972         * nscd/getsrvbynm_r.c: Likewise.
973         * nscd/nscd.c: Likewise.
974         * nscd/servicescache.c: Likewise.
975         * nscd/getsrvbypt_r.c: Likewise.
976         * nscd/initgrcache.c: Likewise.
977         * nscd/gethstbyad_r.c: Likewise.
978         * nscd/gethstbynm2_r.c: Likewise.
979         * nscd/getgrnam_r.c: Likewise.
980         * nscd/nscd_setup_thread.c: Likewise.
981         * nscd/getpwnam_r.c: Likewise.
982         * nscd/gai.c: Likewise.
983         * nscd/connections.c: Likewise.
984         * nscd/dbg_log.c: Likewise.
985         * nscd/cache.c: Likewise.
986         * nscd/hstcache.c: Likewise.
987         * nscd/nscd_conf.c: Likewise.
988         * nscd/getgrgid_r.c: Likewise.
989         * nscd/pwdcache.c: Likewise.
990         * catgets/gencat.c: Likewise.
991         * locale/programs/linereader.h: Likewise.
992         * locale/programs/locarchive.c: Likewise.
993         * locale/programs/ld-paper.c: Likewise.
994         * locale/programs/locfile-kw.h: Likewise.
995         * locale/programs/ld-address.c: Likewise.
996         * locale/programs/xmalloc.c: Likewise.
997         * locale/programs/ld-time.c: Likewise.
998         * locale/programs/localedef.c: Likewise.
999         * locale/programs/simple-hash.c: Likewise.
1000         * locale/programs/xstrdup.c: Likewise.
1001         * locale/programs/ld-numeric.c: Likewise.
1002         * locale/programs/locfile-kw.gperf: Likewise.
1003         * locale/programs/ld-collate.c: Likewise.
1004         * locale/programs/charmap-kw.gperf: Likewise.
1005         * locale/programs/charmap.h: Likewise.
1006         * locale/programs/charmap-kw.h: Likewise.
1007         * locale/programs/config.h: Likewise.
1008         * locale/programs/locfile.c: Likewise.
1009         * locale/programs/ld-ctype.c: Likewise.
1010         * locale/programs/charmap.c: Likewise.
1011         * locale/programs/ld-messages.c: Likewise.
1012         * locale/programs/repertoire.h: Likewise.
1013         * locale/programs/locale.c: Likewise.
1014         * locale/programs/ld-name.c: Likewise.
1015         * locale/programs/linereader.c: Likewise.
1016         * locale/programs/locfile.h: Likewise.
1017         * locale/programs/3level.h: Likewise.
1018         * locale/programs/ld-monetary.c: Likewise.
1019         * locale/programs/ld-measurement.c: Likewise.
1020         * locale/programs/charmap-dir.c: Likewise.
1021         * locale/programs/ld-identification.c: Likewise.
1022         * locale/programs/localedef.h: Likewise.
1023         * locale/programs/charmap-dir.h: Likewise.
1024         * locale/programs/repertoire.c: Likewise.
1025         * locale/programs/simple-hash.h: Likewise.
1026         * locale/programs/ld-telephone.c: Likewise.
1027         * locale/programs/locale-spec.c: Likewise.
1028         * locale/programs/locfile-token.h: Likewise.
1029         * posix/getconf.c: Likewise.
1030         * iconv/dummy-repertoire.c: Likewise.
1031         * iconv/iconv_charmap.c: Likewise.
1032         * iconv/iconvconfig.c: Likewise.
1033         * iconv/iconv_prog.c: Likewise.
1034         * malloc/memusagestat.c: Likewise.
1035         * sysdeps/unix/sysv/linux/nscd_setup_thread.c: Likewise.
1036
1037 2007-07-06  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
1038
1039         * sysdeps/sh/bsd-setjmp.S (setjmp): Use correct argument registers.
1040         * sysdeps/sh/bsd-_setjmp.S (_setjmp): Likewise.
1041         * sysdeps/unix/sysv/linux/sh/clone.S (__clone): Do correct sanity
1042         check for the first argument.
1043
1044 2007-07-12  Jakub Jelinek  <jakub@redhat.com>
1045
1046         [BZ #4775]
1047         * math/tgmath.h (__tgmath_real_type_sub): Formatting.
1048         (__tgmath_real_type): Fix if expr is const int or other const
1049         qualified integral type.
1050         (__TGMATH_UNARY_REAL_ONLY): Rewritten to avoid using statement
1051         expressions and handle const qualified arguments.
1052         (__TGMATH_BINARY_FIRST_REAL_ONLY, __TGMATH_UNARY_REAL_IMAG,
1053         __TGMATH_UNARY_REAL_IMAG_RET_REAL): Likewise.
1054         (__TGMATH_UNARY_REAL_RET_ONLY): Rewritten to avoid using
1055         statement expressions.
1056         (__TGMATH_BINARY_REAL_ONLY, __TGMATH_TERNARY_FIRST_SECOND_REAL_ONLY,
1057         __TGMATH_TERNARY_REAL_ONLY, __TGMATH_BINARY_REAL_IMAG): Likewise.
1058         (__TGMATH_UNARY_IMAG): Define.
1059         (conj, cproj): Use __TGMATH_UNARY_IMAG macro.
1060         * math/Makefile (tests): Add test-tgmath2.
1061         (CFLAGS-test-tgmath2.c): Add.
1062         * math/test-tgmath.c (fy, dy, ly, fz, dz, lz, count_cdouble,
1063         count_cfloat, count_cldouble): New variables.
1064         (NCCALLS): Define.
1065         (main): Check number of complex calls as well.
1066         (F(compile_test)): Add complex tests and tests with const qualified
1067         arguments.
1068         (y, z, ccount): Define.
1069         (F(cacos), F(casin), F(catan), F(ccos), F(csin), F(ctan), F(cacosh),
1070         F(casinh), F(catanh), F(ccosh), F(csinh), F(ctanh), F(cexp), F(clog),
1071         F(csqrt), F(cpow), F(cabs), F(carg), F(creal), F(cimag), F(conj),
1072         F(cproj)): New functions.
1073         * math/test-tgmath2.c: New test.
1074
1075 2007-07-11  Jakub Jelinek  <jakub@redhat.com>
1076
1077         [BZ #4776]
1078         * elf/dl-load.c (_dl_rtld_di_serinfo): Output / in LD_LIBRARY_PATH,
1079         RPATH etc. as "/" rather than "", don't segfault on empty paths,
1080         instead output ".".
1081         * dlfcn/Makefile (distribute): Add glreflib3.c.
1082         (module-names): Add glreflib3.
1083         ($(objpfx)tst-dlinfo.out): Depend on glreflib3.so rather than
1084         glreflib1.so.
1085         (LDFLAGS_glreflib3.so): New.
1086         * dlfcn/tst-dlinfo.c (do_test): Load glreflib3.so instead of
1087         glreflib1.so.
1088         * dlfcn/glreflib3.c: New file.
1089
1090         * intl/finddomain.c (_nl_find_domain): If _nl_explode_name
1091         returned -1, return NULL.
1092         * intl/explodename.c (_nl_explode_name): Return -1 if
1093         _nl_normalize_codeset failed.
1094
1095 2007-07-07  Steven Munroe  <sjmunroe@us.ibm.com>
1096
1097         * sysdeps/powerpc/powerpc32/power6/memset.S: Update comments.
1098         Specify .machine power6 to get ISA-V2.0 branch hints.  Unroll loops
1099         and avoid branch misspredicts for > 31 bytes memset case.
1100         * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
1101         Remove toc ref to __cache_line_size.
1102
1103         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Specify .machine power4
1104         to get ISA-V2.0 branch hints.
1105         * sysdeps/powerpc/powerpc32/power4/memcpy.S: Likewise
1106         * sysdeps/powerpc/powerpc32/power4/memset.S: Likewise
1107         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
1108         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
1109         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
1110         * sysdeps/powerpc/powerpc64/power4/memset.S: Likewise.
1111         Remove toc ref to __cache_line_size.
1112
1113         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrint.S:
1114         Include math_ldbl_opt.h.
1115
1116 2007-07-10  Ulrich Drepper  <drepper@redhat.com>
1117
1118         [BZ #4773]
1119         * time/strptime_l.c (__strptime_internal): Implement greedy
1120         matching of weekday and month names.
1121
1122 2007-07-09  Roland McGrath  <roland@redhat.com>
1123
1124         * elf/elf.h (NT_GNU_ABI_TAG): New macro.
1125         (ELF_NOTE_ABI): Use it.
1126         (NT_GNU_HWCAP, NT_GNU_BUILD_ID): New macros.
1127
1128 2007-07-09  Ulrich Drepper  <drepper@redhat.com>
1129
1130         * sysdeps/x86_64/cacheinfo.c (intel_02_known): Add new entries.
1131         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_02_known): Likewise.
1132
1133 2007-07-07  Ulrich Drepper  <drepper@redhat.com>
1134
1135         [BZ #4745]
1136         * stdio-common/vfscanf.c (_IO_vfscanf): Add additional test for EOF
1137         in loop to look for conversion specifier to avoid testing of
1138         wrong errno value.
1139         * stdio-common/Makefile (tests): Add bug18, bug18a, bug19, bug19a.
1140         * stdio-common/bug18.c: New file.
1141         * stdio-common/bug18a.c: New file.
1142         * stdio-common/bug19.c: New file.
1143         * stdio-common/bug19a.c: New file.
1144
1145 2007-07-05  Mike Frysinger  <vapier@gentoo.org>
1146
1147         * Makeconfig ($(common-objpfx)gnu/lib-names.stmp): Use LC_ALL=C when
1148         running awk script.
1149
1150 2007-07-01  Jakub Jelinek  <jakub@redhat.com>
1151
1152         * elf/dl-sysdep.c (_dl_important_hwcaps): Add integer overflow check.
1153         * elf/dl-minimal.c (__libc_memalign): Likewise.  Handle malloc (0).
1154         Return NULL if mmap failed instead of asserting it does not.
1155         (calloc): Check for integer overflow.
1156
1157         * elf/dl-minimal.c (__strtoul_internal): Fix parsing of numbers bigger
1158         than LONG_MAX / 10.
1159
1160 2007-07-03  Jakub Jelinek  <jakub@redhat.com>
1161
1162         [BZ #4702]
1163         * nis/nss-default.c: Include errno.h.
1164         (init): Preserve errno.
1165
1166 2007-07-02  Ulrich Drepper  <drepper@redhat.com>
1167
1168         * sysdeps/unix/sysv/linux/bits/socket.h (PF_UNIX): Update comment.
1169
1170 2007-06-30  Ulrich Drepper  <drepper@redhat.com>
1171
1172         * sysdeps/unix/sysv/linux/bits/socket.h: Add PF_RXRPC and AF_RXRPC.
1173
1174 2007-06-29  Martin Schwidefsky  <schwidefsky@de.ibm.com>
1175
1176         * sysdeps/unix/sysv/linux/bits/socket.h: Add PF_IUCV and AF_IUCV.
1177
1178 2007-06-29  Martin Schwidefsky  <schwidefsky@de.ibm.com>
1179
1180         * sysdeps/s390/dl-procinfo.c: New file.
1181         * sysdeps/s390/dl-procinfo.h: New file.
1182         * sysdeps/unix/sysv/linux/s390/dl-procinfo.h: New file.
1183
1184 2007-06-29  Jakub Jelinek  <jakub@redhat.com>
1185
1186         * elf/dl-load.c (open_verify): Find .note.ABI-tag notes even
1187         in PT_NOTE segments with multiple notes.
1188         * elf/readelflib.c (process_elf_file): Likewise.
1189
1190 2007-06-22  Ulrich Drepper  <drepper@redhat.com>
1191
1192         * nis/nis_domain_of.c (__nis_domain_of): Make the code a bit more
1193         ISO C compliant.
1194
1195 2007-06-19  Ulrich Drepper  <drepper@redhat.com>
1196
1197         * elf/dl-close.c (free_mem): Free _dl_scope_free_list.
1198
1199 2007-06-13  Jakub Jelinek  <jakub@redhat.com>
1200
1201         * include/link.h: Don't include rtld-lowlevel.h.
1202         (struct link_map): Remove l_scope_lock.
1203         * sysdeps/generic/ldsodefs.h: Don't include rtld-lowlevel.h.
1204         (_dl_scope_free_list): New field (variable) in _rtld_global.
1205         (DL_LOOKUP_SCOPE_LOCK): Remove.
1206         (_dl_scope_free): New prototype.
1207         * elf/dl-runtime.c (_dl_fixup): Don't use __rtld_mrlock_*lock.
1208         Don't pass DL_LOOKUP_SCOPE_LOCK to _dl_lookup_symbol_x.
1209         (_dl_profile_fixup): Likewise.
1210         * elf/dl-sym.c (do_sym): Likewise.  Use wrapped _dl_lookup_symbol_x
1211         whenever !RTLD_SINGLE_THREAD_P, use THREAD_GSCOPE_SET_FLAG and
1212         THREAD_GSCOPE_RESET_FLAG around it.
1213         * elf/dl-close.c (_dl_close_worker): Don't use
1214         __rtld_mrlock_{change,done}.  Call _dl_scope_free on the old
1215         scope.  Make sure THREAD_GSCOPE_WAIT () happens if any old
1216         scopes were queued or if l_scope_mem has been abandoned.
1217         * elf/dl-open.c (_dl_scope_free): New function.
1218         (dl_open_worker): Use it.  Don't use __rtld_mrlock_{change,done}.
1219         * elf/dl-support.c (_dl_scope_free_list): New variable.
1220         * elf/dl-lookup.c (add_dependency): Remove flags argument.
1221         Remove DL_LOOKUP_SCOPE_LOCK handling.
1222         (_dl_lookup_symbol_x): Adjust caller.  Remove DL_LOOKUP_SCOPE_LOCK
1223         handling.
1224         * elf/dl-object.c (_dl_new_object): Don't use
1225         __rtld_mrlock_initialize.
1226
1227 2007-06-19  Ulrich Drepper  <drepper@redhat.com>
1228
1229         * sysdeps/generic/ldsodefs.h (rtld_global): Reorder some elements
1230         to fill in holes
1231         (rtld_global_ro): Likewise.
1232
1233 2007-06-18  Jakub Jelinek  <jakub@redhat.com>
1234
1235         * elf/dl-addr.c (_dl_addr): Skip PT_LOAD checking if l_contiguous.
1236         Move PT_LOAD checking to...
1237         (_dl_addr_inside_object): ... here, new function.
1238         * elf/dl-sym.c (do_sym): If not l_contiguous,
1239         call _dl_addr_inside_object.
1240         * elf/dl-iteratephdr.c (__dl_iterate_phdr): Likewise.
1241         * dlfcn/dlinfo.c (dlinfo_doit): Likewise.
1242         * elf/dl-open.c (dl_open_worker): Likewise.
1243         (_dl_addr_inside_object): New function if IS_IN_rtld.
1244         * elf/dl-load.c (_dl_map_object_from_fd): Set l_contiguous if no
1245         holes are present or are PROT_NONE protected.
1246         * include/link.h (struct link_map): Add l_contiguous field.
1247         * sysdeps/generic/ldsodefs.h (_dl_addr_inside_object): New prototype.
1248
1249 2007-06-18  Jakub Jelinek  <jakub@redhat.com>
1250             Tomas Janousek  <tjanouse@redhat.com>
1251             Ulrich Drepper  <drepper@redhat.com>
1252
1253         [BZ #4647]
1254         * resolv/res_send.c (send_dg): Remove socket_pf.  Use ipv6_unavail
1255         member in __res_state, only convaddr4to6 if nssocks[ns] is a PF_INET6
1256         socket.
1257         * resolv/resolv.h (__res_state): Add ipv6_unavail member.  Make
1258         unused member a bitmap.
1259         * resolv/res_init.c (__res_vinit): Reset ipv6_unavail if IPv6
1260         servers are configured.
1261
1262 2007-06-18  Jakub Jelinek  <jakub@redhat.com>
1263
1264         * elf/rtld.c (dl_main): Don't call init_tls more than once.
1265
1266 2007-06-17  Andreas Schwab  <schwab@suse.de>
1267
1268         * sysdeps/generic/initfini.c: Tell gcc about the nonstandard sections.
1269
1270 2007-06-16  Andreas Jaeger  <aj@suse.de>
1271
1272         [BZ #4125]
1273         * sysdeps/unix/sysv/linux/sys/ptrace.h
1274         (PTRACE_O_TRACESYSGOOD, PTRACE_O_TRACEFORK,
1275         PTRACE_O_TRACEVFORK, PTRACE_O_TRACECLONE, PTRACE_O_TRACEEXEC,
1276         PTRACE_O_TRACEVFORKDONE, PTRACE_O_TRACEEXIT, PTRACE_O_MASK,
1277         PTRACE_EVENT_FORK, PTRACE_EVENT_VFORK, PTRACE_EVENT_CLONE,
1278         PTRACE_EVENT_EXEC, PTRACE_EVENT_VFORK_DONE, PTRACE_EVENT_EXIT):
1279         Define.
1280         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
1281         * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h: Likewise.
1282         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
1283         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
1284
1285 2007-06-16  Ulrich Drepper  <drepper@redhat.com>
1286
1287         [BZ #4599]
1288         * sysdeps/unix/sysv/linux/check_pf.c (make_request): When
1289         determining whether there are IPv4/IPv6 addresses, ignore loopback
1290         addresses.
1291
1292 2007-06-14 Uros Bizjak <ubizjak@gmail.com>
1293
1294         * soft-fp/soft-fp.h (CMPtype): Define to "int" if undefined.
1295         * soft-fp/eqdf2.c (__eqdf2): Use CMPtype instead of int
1296         as the return type.  Change type of "r" variable to CMPtype.
1297         * soft-fp/eqsf2.c (__eqsf2): Likewise.
1298         * soft-fp/eqtf2.c (__eqtf2): Likewise.
1299         * soft-fp/gedf2.c (__gedf2): Likewise.
1300         * soft-fp/gesf2.c (__gesf2): Likewise.
1301         * soft-fp/getf2.c (__getf2): Likewise.
1302         * soft-fp/ledf2.c (__ledf2): Likewise.
1303         * soft-fp/lesf2.c (__lesf2): Likewise.
1304         * soft-fp/letf2.c (__letf2): Likewise.
1305         * soft-fp/unorddf2 (__unorddf2): Likewise.
1306         * soft-fp/unordsf2 (__unordsf2): Likewise.
1307         * soft-fp/unordtf2 (__unordtf2): Likewise.
1308
1309 2007-06-09  Ulrich Drepper  <drepper@redhat.com>
1310
1311         * elf/do-lookup.h (do_lookup_x): Read r_nlist before r_list and
1312         make sure gcc doesn't mess around with this.
1313
1314 2007-06-08  Ulrich Drepper  <drepper@redhat.com>
1315
1316         * elf/dl-lookup.c (_dl_lookup_symbol_x): Remove use of r_nlist.
1317
1318 2007-06-08  Jakub Jelinek  <jakub@redhat.com>
1319
1320         * elf/dl-close.c (_dl_close_worker): Remove all to be removed
1321         libraries from the global scope at once and call THREAD_GSCOPE_WAIT
1322         at most once per _dl_close_worker.
1323
1324 2007-06-08  Ulrich Drepper  <drepper@redhat.com>
1325
1326         * sysdeps/unix/sysv/linux/bits/sched.h: Make second parameter of
1327         __sched_cpucount as const.
1328         * posix/sched_cpucount.c: Adjust.
1329
1330         * posix/sched_cpucount.c (__sched_cpucount): Allow using special
1331         instruction for counting bits.
1332         * sysdeps/x86_64/sched_cpucount.c: New file.
1333
1334 2007-06-07  Ulrich Drepper  <drepper@redhat.com>
1335
1336         * configure.in: Avoid variable named BASH.
1337         * config.make.in: Likewise.
1338         Patch in part by Mike Frysinger.
1339
1340 2007-06-06  Jakub Jelinek  <jakub@redhat.com>
1341
1342         [BZ #4586]
1343         * sysdeps/i386/ldbl2mpn.c (__mpn_extract_long_double): Treat
1344         pseudo-zeros as zero.
1345         * sysdeps/x86_64/ldbl2mpn.c: New file.
1346         * sysdeps/ia64/ldbl2mpn.c: New file.
1347
1348 2007-06-04  Jakub Jelinek  <jakub@redhat.com>
1349
1350         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (nextafterl): Remove
1351         unused ily variable.  Fix nextafterl on +-__LDBL_MAX__ and +-Inf.
1352         Remove unreachable code at the end.
1353
1354 2007-06-01  Steven Munroe  <sjmunroe@us.ibm.com>
1355
1356         * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c: Correct description of
1357         ldbl-128ibm in comment.
1358         (fpclassifyl): Correct classification of denormals.
1359         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (nextafterl): Correct
1360         return value for MIN denormal. Rewrite using long double math too
1361         correctly handle denormals and canonicalize the results.
1362
1363 2007-06-05  Jakub Jelinek  <jakub@redhat.com>
1364
1365         * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c
1366         (__mpn_construct_long_double): Fix conversion where result ought
1367         to be smaller than __LDBL_MIN__, or the low double should be
1368         denormal.  Fix decision where to negate low double - honor round
1369         to even rules.
1370         * stdio-common/tst-sprintf2.c: Include string.h.
1371         (COMPARE_LDBL): Define.
1372         (TEST): Also test whether a string hexadecimal float representation
1373         can be parsed back to the number.
1374         (main): Add a couple of further tests.
1375
1376 2007-06-04  Jakub Jelinek  <jakub@redhat.com>
1377
1378         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c
1379         (PRINT_FPHEX_LONG_DOUBLE): Fix printing numbers where lower double
1380         is non-zero, but smaller than 2 * __DBL_MIN__.
1381         * stdio-common/tst-sprintf2.c: New test.
1382         * stdio-common/Makefile (tests): Add tst-sprintf2.
1383
1384         * math/test-misc.c (main): Don't run last batch of tests with
1385         IBM long double format.
1386
1387 2007-05-31  Steven Munroe  <sjmunroe@us.ibm.com>
1388
1389         * sysdeps/powerpc/powerpc32/970/fpu/Implies: New file.
1390         * sysdeps/powerpc/powerpc32/power5/fpu/Implies: New file.
1391         * sysdeps/powerpc/powerpc32/power5+/fpu/Implies: New file.
1392         * sysdeps/powerpc/powerpc32/power6/fpu/Implies: New file.
1393         * sysdeps/powerpc/powerpc32/power6x/fpu/Implies: New file.
1394         * sysdeps/powerpc/powerpc64/970/fpu/Implies: New file.
1395         * sysdeps/powerpc/powerpc64/power5/fpu/Implies: New file.
1396         * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: New file.
1397         * sysdeps/powerpc/powerpc64/power6/fpu/Implies: New file.
1398         * sysdeps/powerpc/powerpc64/power6x/fpu/Implies: New file.
1399         * sysdeps/unix/sysv/linux/powerpc/powerpc32/970/fpu/Implies: New file.
1400         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/fpu/Implies:
1401         New file.
1402         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/fpu/Implies:
1403         New file.
1404         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5+/fpu/Implies:
1405         New file.
1406         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/fpu/Implies:
1407         New file.
1408         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/fpu/Implies:
1409         New file.
1410         * sysdeps/unix/sysv/linux/powerpc/powerpc64/970/fpu/Implies: New file.
1411         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/fpu/Implies:
1412         New file.
1413         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/fpu/Implies:
1414         New file.
1415         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5+/fpu/Implies:
1416         New file.
1417         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/fpu/Implies:
1418         New file.
1419         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/fpu/Implies:
1420         New file.
1421
1422 2007-05-31  Steven Munroe  <sjmunroe@us.ibm.com>
1423
1424         * sysdeps/powerpc/powerpc32/powerpc64/fpu/s_llrint.S: Move.
1425         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrint.S: To here.
1426         * sysdeps/powerpc/powerpc32/powerpc64/fpu/s_llrintf.S: Move.
1427         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrintf.S: To here.
1428         * sysdeps/powerpc/powerpc32/powerpc64/fpu/s_llround.S: Move.
1429         * sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S: To here.
1430         * sysdeps/powerpc/powerpc32/powerpc64/fpu/s_llroundf.S: Move.
1431         * sysdeps/powerpc/powerpc32/power4/fpu/s_llroundf.S: To here.
1432
1433 2007-05-22  Steven Munroe  <sjmunroe@us.ibm.com>
1434
1435         * sysdeps/powerpc/powerpc32/power5+/fpu/s_round.S
1436         (LONG_DOUBLE_COMPAT): Specify correct version, GLIBC_2_1.
1437         * sysdeps/powerpc/powerpc32/power5+/fpu/s_trunc.S
1438         (LONG_DOUBLE_COMPAT): Specify correct version, GLIBC_2_1.
1439         * sysdeps/powerpc/powerpc64/power5+/fpu/s_round.S
1440         (LONG_DOUBLE_COMPAT): Specify correct version, GLIBC_2_1.
1441         * sysdeps/powerpc/powerpc64/power5+/fpu/s_trunc.S
1442         (LONG_DOUBLE_COMPAT): Specify correct version, GLIBC_2_1.
1443
1444 2007-05-21  Steven Munroe  <sjmunroe@us.ibm.com>
1445
1446         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: New file.
1447         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.c: New file.
1448         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: New file.
1449         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: New file.
1450
1451 2007-03-15  Steven Munroe  <sjmunroe@us.ibm.com>
1452
1453         * sysdeps/powerpc/powerpc32/powerpc64/fpu/s_llrint.S
1454         [LONG_DOUBLE_COMPAT]: Add compat_symbol for llrintl@@GLIBC_2_1.
1455
1456 2006-02-13  Steven Munroe  <sjmunroe@us.ibm.com>
1457
1458         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrint.S: New File
1459         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrintf.S: New File
1460         * sysdeps/powerpc/powerpc32/power6/fpu/s_llround.S: New File
1461         * sysdeps/powerpc/powerpc32/power6/fpu/s_llroundf.S: New File
1462
1463 2006-10-20  Steven Munroe  <sjmunroe@us.ibm.com>
1464
1465         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: New file.
1466         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: New file.
1467
1468 2006-10-03  Steven Munroe  <sjmunroe@us.ibm.com>
1469
1470         * sysdeps/powerpc/powerpc32/powerpc64/fpu/s_llround.S: New file.
1471         * sysdeps/powerpc/powerpc32/powerpc64/fpu/s_llroundf.S: New file.
1472
1473         * sysdeps/powerpc/powerpc32/powerpc64/fpu/Makefile: Moved.
1474         * sysdeps/powerpc/powerpc32/powerpc64/fpu/mpa.c: Likewise.
1475         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile: To here.
1476         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
1477
1478 2006-09-29  Steven Munroe  <sjmunroe@us.ibm.com>
1479
1480         * sysdeps/powerpc/powerpc32/power6x/fpu/s_lrint.S: New file.
1481         * sysdeps/powerpc/powerpc32/power6x/fpu/s_lround.S: New file.
1482         * sysdeps/powerpc/powerpc64/power6x/fpu/s_llrint.S: New file.
1483         * sysdeps/powerpc/powerpc64/power6x/fpu/s_llround.S: New file.
1484
1485 2006-09-28  Steven Munroe  <sjmunroe@us.ibm.com>
1486
1487         * sysdeps/powerpc/powerpc32/power5+/fpu/s_llround.S: New file.
1488         * sysdeps/powerpc/powerpc32/power5+/fpu/s_llroundf.S: New file.
1489         * sysdeps/powerpc/powerpc32/power5+/fpu/s_lround.S: New file.
1490         * sysdeps/powerpc/powerpc32/power6x/fpu/Implies: New file.
1491         * sysdeps/powerpc/powerpc64/power5+/fpu/s_llround.S: New file.
1492         * sysdeps/powerpc/powerpc64/power6x/fpu/Implies: New file.
1493
1494 2006-08-31  Steven Munroe  <sjmunroe@us.ibm.com>
1495
1496         * sysdeps/powerpc/powerpc32/powerpc64/fpu/Makefile: New file.
1497         * sysdeps/powerpc/powerpc32/powerpc64/fpu/mpa.c: New file.
1498         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile: New file.
1499         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: New file.
1500
1501 2006-06-15  Steven Munroe  <sjmunroe@us.ibm.com>
1502
1503         * sysdeps/powerpc/powerpc32/power5+/fpu/s_ceil.S: New file.
1504         * sysdeps/powerpc/powerpc32/power5+/fpu/s_ceilf.S: New file.
1505         * sysdeps/powerpc/powerpc32/power5+/fpu/s_floor.S: New file.
1506         * sysdeps/powerpc/powerpc32/power5+/fpu/s_floorf.S: New file.
1507         * sysdeps/powerpc/powerpc32/power5+/fpu/s_round.S: New file.
1508         * sysdeps/powerpc/powerpc32/power5+/fpu/s_roundf.S: New file.
1509         * sysdeps/powerpc/powerpc32/power5+/fpu/s_trunc.S: New file.
1510         * sysdeps/powerpc/powerpc32/power5+/fpu/s_truncf.S: New file.
1511         * sysdeps/powerpc/powerpc64/power5+/fpu/s_ceil.S: New file.
1512         * sysdeps/powerpc/powerpc64/power5+/fpu/s_ceilf.S: New file.
1513         * sysdeps/powerpc/powerpc64/power5+/fpu/s_floor.S: New file.
1514         * sysdeps/powerpc/powerpc64/power5+/fpu/s_floorf.S: New file.
1515         * sysdeps/powerpc/powerpc64/power5+/fpu/s_round.S: New file.
1516         * sysdeps/powerpc/powerpc64/power5+/fpu/s_roundf.S: New file.
1517         * sysdeps/powerpc/powerpc64/power5+/fpu/s_trunc.S: New file.
1518         * sysdeps/powerpc/powerpc64/power5+/fpu/s_truncf.S: New file.
1519
1520 2006-03-20  Steven Munroe  <sjmunroe@us.ibm.com>
1521
1522         * sysdeps/powerpc/powerpc32/powerpc64/fpu/s_llrint.S: New file.
1523         * sysdeps/powerpc/powerpc32/powerpc64/fpu/s_llrintf.S: New file.
1524
1525 2007-06-01  Steven Munroe  <sjmunroe@us.ibm.com>
1526
1527         * sysdeps/powerpc/powerpc32/power6/memset.S: New file.
1528         * sysdeps/powerpc/powerpc64/power6/memset.S: New file.
1529
1530 2007-05-31  Steven Munroe  <sjmunroe@us.ibm.com>
1531
1532         * sysdeps/powerpc/powerpc32/970/Implies: New file.
1533         * sysdeps/powerpc/powerpc32/power5/Implies: New file.
1534         * sysdeps/powerpc/powerpc32/power5+/Implies: New file.
1535         * sysdeps/powerpc/powerpc32/power6/Implies: New file.
1536         * sysdeps/powerpc/powerpc32/power6x/Implies: New file.
1537         * sysdeps/powerpc/powerpc64/970/Implies: New file.
1538         * sysdeps/powerpc/powerpc64/power5/Implies: New file.
1539         * sysdeps/powerpc/powerpc64/power5+/Implies: New file.
1540         * sysdeps/powerpc/powerpc64/power6/Implies: New file.
1541         * sysdeps/powerpc/powerpc64/power6x/Implies: New file.
1542
1543 2007-05-21  Steven Munroe  <sjmunroe@us.ibm.com>
1544
1545         * sysdeps/powerpc/powerpc32/power4/memset.S: New file
1546
1547 2007-03-13  Steven Munroe  <sjmunroe@us.ibm.com>
1548
1549         * sysdeps/powerpc/powerpc64/memcpy.S: Improve aligned loop to minimize
1550         branch miss-predicts. Ensure that cache line crossing does not impact
1551         dispatch grouping.
1552
1553 2006-12-13  Steven Munroe  <sjmunroe@us.ibm.com>
1554
1555         * sysdeps/powerpc/powerpc64/power4/memcopy.h: Replace with include
1556         "../../powerpc32/power4/memcopy.h".
1557         * sysdeps/powerpc/powerpc64/power4/wordcopy.c: Replace with include
1558         "../../powerpc32/power4/wordcopy.c".
1559
1560 2006-10-03  Steven Munroe  <sjmunroe@us.ibm.com>
1561
1562         * sysdeps/powerpc/powerpc32/powerpc64/Makefile: Moved.
1563         * sysdeps/powerpc/powerpc32/powerpc64/memcopy.h: Likewise.
1564         * sysdeps/powerpc/powerpc32/powerpc64/wordcopy.c: Likewise.
1565         * sysdeps/powerpc/powerpc32/power4/Makefile: To here.
1566         * sysdeps/powerpc/powerpc32/power4/memcopy.h: Likewise.
1567         * sysdeps/powerpc/powerpc32/power4/wordcopy.c: Likewise.
1568
1569 2006-09-10  Steven Munroe  <sjmunroe@us.ibm.com>
1570
1571         * sysdeps/powerpc/powerpc32/power6/memcpy.S: New file.
1572
1573 2006-08-31  Steven Munroe  <sjmunroe@us.ibm.com>
1574
1575         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: New file.
1576         * sysdeps/powerpc/powerpc32/powerpc64/Makefile: New file.
1577         * sysdeps/powerpc/powerpc32/powerpc64/memcopy.h: New file.
1578         * sysdeps/powerpc/powerpc32/powerpc64/wordcopy.c: New file.
1579         * sysdeps/powerpc/powerpc64/power4/Makefile: New file.
1580         * sysdeps/powerpc/powerpc64/power4/memcopy.h: New file.
1581         * sysdeps/powerpc/powerpc64/power4/wordcopy.c: New file.
1582         * sysdeps/powerpc/powerpc64/power6/wordcopy.c: New file.
1583
1584 2006-07-06  Steven Munroe  <sjmunroe@us.ibm.com>
1585
1586         * sysdeps/powerpc/powerpc64/power6/memcpy.S: New file.
1587
1588 2006-03-20  Steven Munroe  <sjmunroe@us.ibm.com>
1589
1590         * sysdeps/powerpc/powerpc32/power4/memcmp.S: New file.
1591         * sysdeps/powerpc/powerpc32/power4/memcpy.S: New file.
1592         * sysdeps/powerpc/powerpc32/power4/memset.S: New file.
1593         * sysdeps/powerpc/powerpc32/power4/strncmp.S: New file.
1594         * sysdeps/powerpc/powerpc64/power4/memcmp.S: New file.
1595         * sysdeps/powerpc/powerpc64/power4/memcpy.S: New file.
1596         * sysdeps/powerpc/powerpc64/power4/strncmp.S: New file.
1597
1598 2007-05-29  Roland McGrath  <roland@redhat.com>
1599
1600         * po/Makefile (po-sed-cmd): New variable.
1601         (libc.pot.files): Move sed command text in there, avoid \ inside ''.
1602
1603 2007-05-29  Ulrich Drepper  <drepper@redhat.com>
1604
1605         * crypt/md5-crypt.c: Fix comment.
1606
1607         * nscd/nscd_helper.c (get_mapping): Handle short replies instead
1608         of crashing.  When this is the case or if the reply is malformed,
1609         don't try to close the new file descriptor since it does not
1610         exist.
1611         Patch in part by Guillaume Chazarain <guichaz@yahoo.fr>.
1612
1613 2007-05-28  Jakub Jelinek  <jakub@redhat.com>
1614
1615         * sysdeps/unix/sysv/linux/futimes.c (miss_utimensat): Don't define
1616         if __NR_utimensat is not defined.
1617
1618 2007-05-26  Ulrich Drepper  <drepper@redhat.com>
1619
1620         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Include <sysdep.h>.
1621
1622 2007-05-25  Jakub Jelinek  <jakub@redhat.com>
1623
1624         * io/bits/fcntl2.h (__open_2): Add nonnull attribute.
1625         (open): Fix comment typos.  Don't call __open_2 if flags
1626         is a compile time constant without O_CREAT.
1627         (__open64_2): Add nonnull attribute.
1628         (open64): Fix comment typos.  Don't call __open64_2 if flags
1629         is a compile time constant without O_CREAT.
1630         (__openat_2): Add nonnull attribute, fix nonnull attribute
1631         on redirect.
1632         (openat): Fix comment typos.  Don't call __openat_2 if flags
1633         is a compile time constant without O_CREAT.
1634         (__openat64_2): Add nonnull attribute, fix nonnull attribute
1635         on redirect.
1636         (openat64): Fix comment typos.  Don't call __openat64_2 if flags
1637         is a compile time constant without O_CREAT.
1638
1639 2007-05-24  Ulrich Drepper  <drepper@redhat.com>
1640
1641         * Makerules (sysd-rules): Define PTW for ptw-* files.
1642         * Versions: Define GLIBC_2.7 for libc.
1643         * include/stdio.h: Declare __fortify_fail.
1644         * debug/fortify_fail.c: New file.
1645         * debug/Makefile (routines): Add fortify_fail.
1646         * debug/chk_fail.c: Use __fortify_fail.
1647         * debug/stack_chk_fail.c: Likewise.
1648         * io/Versions: Export __open_2, __open64_2, __openat_2, and
1649         __openat64_2 for GLIBC_2.7.
1650         * io/fcntl.h: When compiling with fortification, include bits/fcntl2.h.
1651         * io/open.c: Define *_2 variant of function which checks for O_CREAT
1652         and fails if necessary.
1653         * io/open64.c: Likewise.
1654         * io/openat.c: Likewise.
1655         * io/openat64.c: Likewise.
1656         * sysdeps/unix/sysv/linux/open64.c: Likewise.
1657         * sysdeps/unix/sysv/linux/openat.c: Likewise.
1658         * sysdeps/unix/sysv/linux/openat64.c: Likewise.
1659         * io/bits/fcntl2.h: New file.
1660         * include/fcntl.h: Declare __open_2, __open64_2, __openat_2, and
1661         __openat64_2.
1662         * include/bits/fcntl2.h: New file.
1663         * sysdeps/unix/sysv/linux/Makefile [subdir=io] (sysdep_routines):
1664         Add open_2.
1665         * sysdeps/unix/sysv/linux/open_2.c: New file.
1666
1667 2007-05-21  Ulrich Drepper  <drepper@redhat.com>
1668
1669         * sysdeps/x86_64/cacheinfo.c (init_cacheinfo): Pass correct value
1670         as second parameter to handle_intel.
1671
1672         * nscd/aicache.c (addhstaiX): If reported TTL is zero don't cache
1673         the entry.
1674
1675         * sysdeps/unix/sysv/linux/x86_64/sysconf.c: Move cache information
1676         handling to ...
1677         * sysdeps/x86_64/cacheinfo.c: ... here.  New file.
1678         * sysdeps/x86_64/Makefile [subdir=string] (sysdep_routines): Add
1679         cacheinfo.
1680         * sysdeps/x86_64/memcpy.S: Complete rewrite.
1681         * sysdeps/x86_64/mempcpy.S: Adjust appropriately.
1682         Patch by Evandro Menezes <evandro.menezes@amd.com>.
1683
1684         * sysdeps/unix/sysv/linux/i386/epoll_pwait.S: New file.
1685
1686 2007-05-21  Jakub Jelinek  <jakub@redhat.com>
1687
1688         [BZ #4525]
1689         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Add epoll_pwait.
1690         * sysdeps/unix/sysv/linux/epoll_pwait.c: New file.
1691         * sysdeps/unix/sysv/linux/syscalls.list (epoll_pwait): Remove.
1692
1693         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h (epoll_pwait): Declare.
1694
1695         [BZ #4514]
1696         * stdio-common/vfprintf.c (vfprintf): Don't shadow workstart variable,
1697         reinitialize workend at the start of each do_positional format spec
1698         loop, free workstart before do_positional loops.
1699         (printf_unknown): Fix size of work_buffer.
1700         * stdio-common/tst-sprintf.c (main): Add 3 new testcases.
1701
1702         * malloc/hooks.c (MALLOC_STATE_VERSION): Bump.
1703         (public_sET_STATe): If ms->version < 3, put all chunks into
1704         unsorted chunks and clear {fd,bk}_nextsize fields of largebin
1705         chunks.
1706
1707         * malloc/malloc.c [MALLOC_DEBUG]: Revert 2007-05-13 changes.
1708         * malloc/hooks.c: Likewise.
1709         * malloc/arena.c: Likewise.
1710         * malloc/malloc.c (do_check_malloc_state): Don't assert
1711         n_mmaps is not greater than n_mmaps_max.  This removes the need
1712         for the previous change.
1713
1714         * malloc/Makefile (CFLAGS-malloc.c): Revert accidental
1715         2007-05-07 commit.
1716
1717 2007-05-19  Ulrich Drepper  <drepper@redhat.com>
1718
1719         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_PRIVATE_FUTEX):
1720         Define for kernel >= 2.6.22.
1721
1722 2007-05-18  Ulrich Drepper  <drepper@redhat.com>
1723
1724         * elf/dl-close.c (_dl_close_worker): When removing object from
1725         global scope, wait for all lookups to finish afterwards.
1726         * elf/dl-open.c (add_to_global): When global scope array must
1727         grow, allocate a new one and free old array only after all
1728         lookups finish.
1729         * elf/dl-runtime.c (_dl_fixup): Protect using global scope.
1730         (_dl_lookup_symbol_x): Likewise.
1731         * elf/dl-support.c: Define _dl_wait_lookup_done.
1732         * sysdeps/generic/ldsodefs.h (struct rtld_global): Add
1733         _dl_wait_lookup_done.
1734
1735         * malloc/malloc.c (do_check_chunk): Correct check for mmaped block
1736         not overlapping with arena.
1737
1738         * malloc/mcheck.c (reallochook): If size==0, free the block.
1739
1740         * rt/tst-shm.c: Use fstat64 instead of fstat.
1741
1742         * sysdeps/unix/sysv/linux/i386/sync_file_range.S: Fix case where
1743         __NR_sync_file_range is not defined.
1744
1745 2007-05-17  Ulrich Drepper  <drepper@redhat.com>
1746
1747         Dummy files to prevent stub versions from being used.
1748         * sysdeps/x86_64/fpu/k_cosl.c: New file.
1749         * sysdeps/x86_64/fpu/k_rem_pio2l.c: New file.
1750         * sysdeps/x86_64/fpu/k_sinl.c: New file.
1751         * sysdeps/x86_64/fpu/k_tanl.c: New file.
1752
1753         * version.h (VERSION): Set to 2.6.90.
1754
1755 2007-05-14  Ulrich Drepper  <drepper@redhat.com>
1756
1757         * version.h (VERSION): Define to 2.6.
1758         * include/features.h (__GLIBC_MINOR__): Define to 6.
1759
1760         * malloc/malloc.c: Use all small bin slots on 64-bit archs.
1761
1762         * malloc/malloc.c (largebin_index): Really have 32 buckets with 64
1763         sizes.
1764
1765 2007-05-13  Ulrich Drepper  <drepper@redhat.com>
1766
1767         * malloc/malloc.c [MALLOC_DEBUG]: Keep track of current maximum
1768         number of mmaps.  n_mmaps_max is the target.
1769         * malloc/hooks.c: Likewise.
1770         * malloc/arena.c: Likewise.
1771
1772 2007-05-12  Andreas Jaeger  <aj@suse.de>
1773
1774         * sysdeps/unix/sysv/linux/tst-getcpu.c: Include <unistd.h> for
1775         getpid.
1776
1777 2007-05-11  Ulrich Drepper  <drepper@redhat.com>
1778
1779         * elf/dl-close.c (_dl_close_worker): Help gcc to optimize by
1780         adding new variables.
1781
1782         * elf/dl-open.c (add_to_global): Introduce variable ns to help gcc
1783         optimize.  Completely extend global scope array before making the
1784         new entries visible.
1785
1786 2007-05-10  Ulrich Drepper  <drepper@redhat.com>
1787
1788         * sysdeps/unix/sysv/linux/tst-getcpu.c: New file.
1789         * sysdeps/unix/sysv/linux/Makefile [subdir=posix] (tests): Add
1790         tst-getcpu.
1791
1792         * include/link.h: Move l_version and l_nversion members around to
1793         fill gaps.
1794
1795         * scripts/check-c++-types.sh: Don't use -fnu89-inline option.
1796
1797         * sysdeps/unix/sysv/linux/sched_setaffinity.c
1798         (__sched_setaffinity_new): If syscall was successful and
1799         RESET_VGETCPU_CACHE is defined, use it before returning.
1800         * sysdeps/unix/sysv/linux/x86_64/sched_setaffinity.c: New file.
1801
1802         * io/sys/stat.h: Make sure struct timespec is defined for
1803         __USE_ATFILE.
1804
1805         * sysdeps/unix/sysv/linux/powerpc/bits/stat.h: Define UTIME_NOW and
1806         UTIME_OMIT.
1807         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h: Likewise.
1808         * sysdeps/unix/sysv/linux/sparc/bits/stat.h: Likewise.
1809         * sysdeps/unix/sysv/linux/alpha/bits/stat.h: Likewise.
1810         * sysdeps/unix/sysv/linux/ia64/bits/stat.h: Likewise.
1811         * sysdeps/unix/sysv/linux/bits/stat.h: Likewise.
1812         * sysdeps/unix/sysv/linux/s390/bits/stat.h: Likewise.
1813         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_UTIMENSAT.
1814         * io/sys/stat.h: Declare utimensat, futimens.
1815         * io/utimensat.c: New file.
1816         * io/futimens.c: New file.
1817         * sysdeps/unix/sysv/linux/utimensat.c: New file.
1818         * sysdeps/unix/sysv/linux/futimens.c: New file.
1819         * io/Makefile (routines): Add utimensat, futimens.
1820         * io/Versions: Add utimensat, futimens to GLIBC_2.6.
1821         * sysdeps/unix/sysv/linux/lutimes.c: New file.
1822         * sysdeps/unix/sysv/linux/futimes.c: Use utimensat syscall if
1823         available.
1824
1825         * include/sys/cdefs.h: Redefine __nonnull so that test for
1826         incorrect parameters in the libc code itself are not omitted.
1827
1828 2007-05-09  Jakub Jelinek  <jakub@redhat.com>
1829
1830         * sysdeps/ia64/fpu/fraiseexcpt.c (feraiseexcept): Don't raise overflow
1831         exception in addition to inexact when asked to raise only FE_INEXACT.
1832
1833         [BZ #3427]
1834         * sysdeps/s390/fpu/feholdexcpt.c (feholdexcept): Don't clear exceptions
1835         in *envp.
1836
1837 2007-05-07  Ulrich Drepper  <drepper@redhat.com>
1838
1839         [BZ #4403]
1840         * string/strfry.c (strfry): Make result more random.
1841
1842 2007-05-07  Richard Henderson  <rth@redhat.com>
1843
1844         * sysdeps/alpha/fpu/bits/mathinline.h (__isnanl): Don't define
1845         if __NO_LONG_DOUBLE_MATH.
1846         * sysdeps/unix/sysv/linux/alpha/ioperm.c: If BWX insns not
1847         available in the compiler, add .arch directive to the assembly.
1848
1849 2007-05-07  Jakub Jelinek  <jakub@redhat.com>
1850
1851         * sysdeps/alpha/fpu/s_nearbyint.c (nearbyintl): Fix version on
1852         compat_symbol to GLIBC_2_1.
1853         * sysdeps/alpha/fpu/s_fmin.S (fminl): Likewise.
1854         * sysdeps/alpha/fpu/s_trunc.c (truncl): Likewise.
1855         * sysdeps/alpha/fpu/s_fmax.S (fmaxl): Likewise.
1856         * sysdeps/alpha/fpu/s_lrint.c (lrintl, llrintl): Likewise.
1857         * sysdeps/alpha/fpu/s_lround.c (lroundl, llroundl): Likewise.
1858         * sysdeps/alpha/fpu/s_round.c (roundl): Likewise.
1859         * sysdeps/alpha/fpu/s_isnan.c (isnanl): Provide compat_symbol in
1860         libc, not libm.
1861         (__isnanl): New compat_symbol.
1862
1863 2007-05-07  Ulrich Drepper  <drepper@redhat.com>
1864             Jakub Jelinek  <jakub@redhat.com>
1865
1866         * malloc/arena.c (heap_info): Add mprotect_size field, adjust pad.
1867         (new_heap): Initialize mprotect_size.
1868         (grow_heap): When growing, only mprotect from mprotect_size till
1869         new_size if mprotect_size is smaller.  When shrinking, use PROT_NONE
1870         MMAP for __libc_enable_secure only, otherwise use MADV_DONTNEED.
1871
1872 2007-04-30  Steven Munroe  <sjmunroe@us.ibm.com>
1873             Peter Bergner  <bergner@us.ibm.com>
1874
1875         * sysdeps/powerpc/bits/fenv.h: Declare __fe_mask_env extern.
1876         Define FE_NOMASK_ENV as FE_EANBLED_ENV.  Define FE_MASK_ENV.
1877         * sysdeps/powerpc/fpu/Makefile: Add fe_mask to libm-support.
1878         * sysdeps/powerpc/fpu/fe_mask.c: New file.
1879         * sysdeps/powerpc/fpu/fe_nomask.c: Correct comment.
1880         * sysdeps/powerpc/fpu/fedisblxcpt.c (fedisableexcept):
1881         Call __fe_mask_env() if all FP exceptions disabled.
1882         * sysdeps/powerpc/fpu/feholdexcpt.c (feholdexcept): Copy high 32-bits
1883         from old FPSCR to new fenv to propagate DFP rounding modes.
1884         Call __fe_mask_env() if FP exceptions previously enabled.
1885         * sysdeps/powerpc/fpu/fesetenv.c (fesetenv): Change mask to merge
1886         exceptions from env.  Use __fe_nomask_env() or __fe_mask_env() when
1887         transitioning from all exceptions disabled to any exception enabled
1888         or visa versa.
1889         * sysdeps/powerpc/fpu/feupdateenv.c (__feupdateenv): Change mask to
1890         merge exceptions from env.  Call __fe_nomask_env or __fe_mask_env
1891         when transitioning from all exceptions disabled to any exception
1892         enabled or visa versa.
1893         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fe_nomask.c: Moved to...
1894         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c: ...here.
1895         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fe_nomask.c: Moved to...
1896         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c: ...here.
1897         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_mask.c: New file.
1898         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c: New file.
1899
1900 2007-05-06  Ulrich Drepper  <drepper@redhat.com>
1901
1902         [BZ #4465]
1903         * posix/unistd.h: Remove __THROW from fdatasync.
1904
1905 2007-05-06  Mike Frysinger  <vapier@gentoo.org>
1906
1907         [BZ #4465]
1908         * sysdeps/unix/sysv/linux/syscalls.list (fdatasync): Add "C" to args.
1909
1910 2007-05-06  Ulrich Drepper  <drepper@redhat.com>
1911
1912         * stdio-common/vfprintf.c (process_string_arg): Optimize
1913         ridiculous precision in wide char code printing multi-byte string.
1914         Reported by Jim Meyering <jim@meyering.net>.
1915
1916         [BZ #4131]
1917         * elf/dl-addr.c (_dl_addr): Compare address with actual segment
1918         boundaries to work around systems with overlapping binary loading.
1919         Based on a patch by Suzuki <suzuki@in.ibm.com>.
1920
1921 2007-05-04  Ulrich Drepper  <drepper@redhat.com>
1922
1923         * stdio-common/vfprintf.c (process_string_arg): Adjust call to
1924         __mbsnrtowcs after last change.
1925
1926         * locale/programs/linereader.c (get_symname): Fix adding final NUL.
1927         (get_ident): Likewise.
1928
1929 2007-05-03  Jakub Jelinek  <jakub@redhat.com>
1930
1931         * soft-fp/op-common.h (FP_TRUNC): Replace raising of FP_EX_INEXACT
1932         with setting the sticky bit.
1933         * math/test-misc.c (main): Add more truncation tests.
1934
1935 2007-04-14  Uros Bizjak  <ubizjak@gmail.com>
1936
1937         * soft-fp/floatunsidf.c (__floatunsidf): Use DFtype instead of
1938         double in the function declaration.
1939         * soft-fp/floatundidf.c (__floatundidf): Use DFtype instead of
1940         double in the function declaration.
1941         * soft-fp/floatunsisf.c (__floatunsisf): Use SFtype instead of
1942         float in the function declaration.
1943         * soft-fp/floatunsisf.c (__floatunsisf): Use SFtype instead of
1944         float in the function declaration.
1945
1946         * soft-fp/extended.h (FP_UNPACK_RAW_E): Do not increase X##_e for
1947         denormal operands.  Do not generate FP_EX_DENORM exception.
1948         (FP_UNPACK_RAW_EP): Ditto.
1949         (FP_UNPACK_SEMIRAW_E): Use FP_UNPACK_RAW_E instead of
1950         undefined _FP_UNPACK_RAW_E.
1951         (FP_UNPACK_SEMIRAW_EP): Use FP_UNPACK_RAW_EP instead of
1952         undefined _FP_UNPACK_RAW_EP.
1953         (FP_PACK_SEMIRAW_E): Use FP_PACK_RAW_E instead of
1954         undefined _FP_PACK_RAW_E.
1955         (FP_PACK_SEMIRAW_EP): Use FP_PACK_RAW_EP instead of
1956         undefined _FP_PACK_RAW_EP.
1957
1958         * soft-fp/op-2.h (_FP_FRAC_COPY_2_2): Define as alias to
1959         _FP_FRAC_COPY_2.
1960         * soft-fp/op-4.h (_FP_FRAC_COPY_2_2): Define as alias to
1961         _FP_FRAC_COPY_4.
1962
1963 2007-04-16  Uros Bizjak  <ubizjak@gmail.com>
1964             Jakub Jelinek  <jakub@redhat.com>
1965
1966         * soft-fp/op-common.h (FP_EXTEND): Do not abort when
1967         _FP_EXPBIAS_##dfs == _FP_EXPBIAS_##sfs.  Handle denormals for
1968         this case.
1969         * soft-fp/op-common.h (FP_TRUNC): Ditto.
1970
1971 2007-05-03  Jakub Jelinek  <jakub@redhat.com>
1972
1973         * math/test-misc.c (main): Add tests for rounding long double
1974         values close to smallest double denormalized value to double.
1975
1976 2007-04-30  Joseph Myers  <joseph@codesourcery.com>
1977
1978         * soft-fp/op-common.h (FP_TRUNC): Correct off-by-one error in
1979         condition for truncating to 0.  Set sticky bit for such
1980         truncation.
1981
1982 2007-05-02  Jakub Jelinek  <jakub@redhat.com>
1983
1984         * stdio-common/vfprintf.c (process_string_arg): Use a VLA rather than
1985         fixed length array for ignore.
1986
1987 2007-04-30  Ulrich Drepper  <drepper@redhat.com>
1988
1989         [BZ #4438]
1990         * stdio-common/vfprintf.c (process_string_arg): Don't overflow the
1991         stack for large precisions.
1992         * stdio-common/test-vfprintf.c (main): Add test for large
1993         precision.
1994
1995 2007-04-30  Jakub Jelinek  <jakub@redhat.com>
1996
1997         * stdio-common/printf_fp.c (___printf_fp): Don't print negative sign
1998         for exponent 0.
1999         * stdio-common/tfformat.c (sprint_doubles): Add a new test.
2000
2001         [BZ #4439]
2002         * resolv/inet_ntop.c (inet_ntop4): Take terminating '\0' into
2003         account in the size check.
2004         * resolv/tst-inet_ntop.c: New test.
2005         * resolv/Makefile (tests): Add tst-inet_ntop.
2006
2007 2007-04-30  Ulrich Drepper  <drepper@redhat.com>
2008             Jakub Jelinek  <jakub@redhat.com>
2009
2010         [BZ #4349]
2011         * malloc/malloc.c: Keep separate list for first blocks on the bin
2012         lists with a given size.  This helps skipping over list elements
2013         we know won't fit in two places.
2014         Inspired by a patch by Tomash Brechko <tomash.brechko@gmail.com>.
2015
2016 2007-04-28  Ulrich Drepper  <drepper@redhat.com>
2017
2018         [BZ #4102]
2019         * sysdeps/posix/getaddrinfo.c (default_labels): Assign separate
2020         label to Teredo tunnel addresses 2001://32.
2021
2022 2007-04-27  Ulrich Drepper  <drepper@redhat.com>
2023
2024         * locale/programs/ld-collate.c (collate_read): Allow order_start
2025         after copy.
2026
2027         * locale/programs/ld-collate.c (collate_read): Fix printing of
2028         error message.
2029
2030         [BZ #3213]
2031         * locale/C-translit.h.in: Add entry for U2044.
2032
2033         [BZ #4342]
2034         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Allow
2035         hexa-decimal floats without exponent.
2036         * stdio-common/tstscanf.c (main): Adjust Test 8 test for success.
2037
2038 2007-04-25  Ulrich Drepper  <drepper@redhat.com>
2039
2040         * sysdeps/unix/sysv/linux/bits/sched.h: Declare sched_getcpu.
2041         * sysdeps/unix/sysv/linux/sched_getcpu.c: New file.
2042         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S: New file.
2043         * sysdeps/unix/sysv/linux/Versions: Export sched_getcpu for
2044         GLIBC_2.6.
2045         * sysdeps/unix/sysv/linux/Makefile [subdir=posix] (sysdep_routines):
2046         Add sched_getcpu.
2047
2048 2007-04-25  Jakub Jelinek  <jakub@redhat.com>
2049
2050         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Return -1 instead
2051         of 0 after the out_fail label.
2052
2053 2007-04-25  Ulrich Drepper  <drepper@redhat.com>
2054
2055         [BZ #4406]
2056         * iconv/gconv_charset.h (strip): Allow ':'.
2057         * iconv/iconv_open.c (iconv_open): Adjust comment.
2058
2059 2007-04-25  Jakub Jelinek  <jakub@redhat.com>
2060
2061         * libio/bits/stdio.h (fgetc_unlocked): Add extern inline optimized
2062         version.
2063
2064 2007-04-23  Jakub Jelinek  <jakub@redhat.com>
2065
2066         [BZ #4381]
2067         * nss/nss_files/files-hosts.c (HOST_DB_LOOKUP): Ensure sufficient
2068         alignment of buffer and tmp_buffer.
2069         * nis/nss_nis/nis-hosts.c (internal_nis_gethostent_r,
2070         internal_gethostbyname2_r, _nss_nis_gethostbyaddr_r): Ensure sufficient
2071         alignment of buffer.
2072         * resolv/nss_dns/dns-hosts.c (getanswer_r): Likewise.  Handle buflen
2073         bigger than INT_MAX.
2074         * resolv/nss_dns/dns-network.c (getanswer_r): Likewise.  Add errnop and
2075         h_errnop arguments.  Fail if buflen is too small.
2076         (_nss_dns_getnetbyname_r, _nss_dns_getnetbyaddr_r): Adjust callers.
2077
2078 2007-04-23  Jakub Jelinek  <jakub@redhat.com>
2079
2080         [BZ #4405]
2081         * iconvdata/gconv-modules (E13B): Add a missing slash to the alias
2082         name.  Patch by Aurelien Jarno <aurelien@aurel32.net>.
2083
2084 2007-04-22  Roland McGrath  <roland@redhat.com>
2085
2086         * elf/elf.h (NT_PRXFPREG): New macro.
2087
2088 2007-04-19  Andreas Jaeger  <aj@suse.de>
2089
2090         [BZ #3905]
2091         * bits/in.h (IPV6_ROUTER_ALERT, IPV6_MTU_DISCOVER, IPV6_MTU,
2092         IPV6_RECVERR, IPV6_V6ONLY, IPV6_JOIN_ANYCAST, IPV6_LEAVE_ANYCAST):
2093         Added.
2094
2095 2007-04-19  Ulrich Drepper  <drepper@redhat.com>
2096
2097         * include/sys/mman.h: Mark madvise hidden.
2098         * misc/madvise.c: Add libc_hidden_def.
2099
2100 2007-04-06  Jakub Jelinek  <jakub@redhat.com>
2101
2102         * nis/nis_domain_of.c (__nis_domain_of): New function.
2103         * include/rpcsvc/nislib.h (__nis_domain_of): New prototype.
2104         * nis/nis_lookup.c (nis_lookup): Use __nis_domain_of.
2105         * nis/nis_call.c (rec_dirsearch): Likewise.
2106         (first_shoot): Likewise.  Remove search_parent_first argument.
2107         (struct nis_server_cache): Rename search_parent_first field
2108         to search_parent.
2109         (nis_server_cache_search, nis_server_cache_add): Rename
2110         search_parent_first argument to search_parent.
2111         (__nisfind_server): Likewise.  If search_parent, call
2112         __nis_domain_of.
2113
2114 2007-04-18  Ulrich Drepper  <drepper@redhat.com>
2115
2116         * sysdeps/posix/getaddrinfo.c: Remove commented-out code.
2117
2118 2007-04-17  Ulrich Drepper  <drepper@redhat.com>
2119
2120         [BZ #4368]
2121         * stdlib/stdlib.h: Remove obsolete part of comment for realpath.
2122
2123 2007-04-16  Ulrich Drepper  <drepper@redhat.com>
2124
2125         [BZ #4364]
2126         * posix/unistd.h (_XOPEN_VERSION): Define appropriately for SUSv3.
2127
2128 2007-04-15  Jakub Jelinek  <jakub@redhat.com>
2129
2130         * locale/programs/locarchive.c (INITIAL_NUM_NAMES,
2131         INITIAL_SIZE_STRINGS, INITIAL_NUM_LOCREC): Update to accomodate
2132         current number of locales in SUPPORTED.
2133         (create_archive): Initialize serial.
2134         (enlarge_archive): Preserve aliases rather than duplicating
2135         their locrecs.
2136
2137 2007-04-13  Jakub Jelinek  <jakub@redhat.com>
2138
2139         * libio/genops.c (_IO_default_finish): Call _IO_lock_fini
2140         after _IO_un_link, not before it.
2141
2142         * stdio-common/printf_fp.c (___printf_fp): Fix exponent -4
2143         special case handling when wcp == wstartp + 1.  Fix a comment typo.
2144         * stdio-common/tfformat.c (sprint_doubles): Add a new testcase.
2145
2146 2007-03-30  Jakub Jelinek  <jakub@redhat.com>
2147
2148         * libio/libio.h (__underflow, __uflow, __overflow, __wunderflow,
2149         __wuflow, __woverflow, _IO_getc, _IO_putc, _IO_peekc_locked, _IO_padn,
2150         _IO_sgetn, _IO_seekoff, _IO_seekpos, _IO_getwc, _IO_putwc, _IO_wpadn):
2151         Remove __THROW.
2152         * libio/fileops.c (new_do_write, _IO_file_xsgetn_mmap,
2153         _IO_file_xsgetn_maybe_mmap): Likewise.
2154         * libio/oldfileops.c (old_do_write): Likewise.
2155         * libio/libioP.h (_IO_switch_to_get_mode, _IO_switch_to_wget_mode,
2156         _IO_init_marker, _IO_init_wmarker, _IO_default_uflow,
2157         _IO_wdefault_uflow, _IO_default_setbuf, _IO_default_seekpos,
2158         _IO_do_write, _IO_new_do_write, _IO_old_do_write, _IO_wdo_write,
2159         _IO_flush_all_lockp, _IO_flush_all, _IO_cleanup,
2160         _IO_flush_all_linebuffered, _IO_new_fgetpos, _IO_old_fgetpos,
2161         _IO_new_fsetpos, _IO_old_fsetpos, _IO_new_fgetpos64,
2162         _IO_old_fgetpos64, _IO_new_fsetpos64, _IO_old_fsetpos64,
2163         _IO_file_setbuf, _IO_file_seekoff, _IO_file_xsputn, _IO_file_xsgetn,
2164         _IO_file_underflow, _IO_file_underflow_mmap,
2165         _IO_file_underflow_maybe_mmap, _IO_file_overflow, _IO_file_attach,
2166         _IO_file_open, _IO_file_fopen, _IO_file_write, _IO_file_read,
2167         _IO_file_sync, _IO_file_close_it, _IO_file_finish,
2168         _IO_new_file_attach, _IO_new_file_close_it, _IO_new_file_finish,
2169         _IO_new_file_fopen, _IO_new_file_setbuf, _IO_file_setbuf_mmap,
2170         _IO_new_file_sync, _IO_new_file_underflow, _IO_new_file_overflow,
2171         _IO_new_file_seekoff, _IO_new_file_write, _IO_new_file_xsputn,
2172         _IO_old_file_setbuf, _IO_old_file_seekoff, _IO_old_file_xsputn,
2173         _IO_old_file_underflow, _IO_old_file_overflow, _IO_old_file_attach,
2174         _IO_old_file_fopen, _IO_old_file_write, _IO_old_file_sync,
2175         _IO_old_file_close_it, _IO_old_file_finish, _IO_wfile_xsputn,
2176         _IO_wfile_setbuf, _IO_wfile_sync, _IO_wfile_underflow,
2177         _IO_wfile_overflow, _IO_wfile_seekoff, _IO_old_proc_open,
2178         _IO_old_proc_close, _IO_getdelim, _IO_flush_all_internal,
2179         _IO_adjust_column_internal, _IO_default_uflow_internal,
2180         _IO_default_xsgetn_internal, _IO_wdefault_xsputn_internal,
2181         _IO_wdefault_xsgetn_internal, _IO_wdefault_uflow_internal,
2182         _IO_file_setbuf_internal, _IO_file_seekoff_internal,
2183         _IO_file_xsputn_internal, _IO_file_xsgetn_internal,
2184         _IO_file_close_it_internal, _IO_file_underflow_internal,
2185         _IO_file_overflow_internal, _IO_file_attach_internal,
2186         _IO_file_fopen_internal, _IO_file_sync_internal,
2187         _IO_file_finish_internal, _IO_wfile_xsputn_internal,
2188         _IO_wfile_seekoff_internal, _IO_wfile_sync_internal,
2189         _IO_switch_to_wget_mode_internal, _IO_padn_internal,
2190         _IO_switch_to_get_mode_internal, _IO_seekoff_unlocked,
2191         _IO_seekpos_unlocked): Likewise.
2192         (_IO_strtod, _IO_dtoa, _IO_outfloat, _IO_read, _IO_write,
2193         _IO_lseek, _IO_close, _IO_fstat): Remove unused prototypes.
2194
2195 2007-04-16  Jakub Jelinek  <jakub@redhat.com>
2196
2197         * locale/programs/locarchive.c (show_archive_content): Fix sizeof
2198         argument in xmalloc size computation.
2199
2200 2007-04-01  Jakub Jelinek  <jakub@redhat.com>
2201
2202         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl): Use
2203         math_opt_barrier and math_force_eval macros.
2204
2205 2007-03-27  Jakub Jelinek  <jakub@redhat.com>
2206
2207         [BZ #3306]
2208         * math/math_private.h (math_opt_barrier, math_force_eval): Define.
2209         * sysdeps/i386/fpu/math_private.h: New file.
2210         * sysdeps/x86_64/fpu/math_private.h: New file.
2211         * math/s_nexttowardf.c (__nexttowardf): Use math_opt_barrier and
2212         math_force_eval macros.  Use "+m" constraint on asm rather than
2213         "=m" and "m".
2214         * math/s_nextafter.c (__nextafter): Likewise.
2215         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c (__nexttoward):
2216         Likewise.
2217         * sysdeps/ieee754/flt-32/s_nextafterf.c (__nextafterf): Likewise.
2218         * sysdeps/ieee754/ldbl-128/s_nexttoward.c (__nexttoward): Likewise.
2219         * sysdeps/ieee754/ldbl-96/s_nexttoward.c (__nexttoward): Likewise.
2220         * sysdeps/i386/fpu/s_nextafterl.c (__nextafterl): Use
2221         math_opt_barrier and math_force_eval macros.
2222         * sysdeps/ieee754/ldbl-128/s_nextafterl.c (__nextafterl): Likewise.
2223         * sysdeps/ieee754/ldbl-96/s_nextafterl.c (__nextafterl): Likewise.
2224         * sysdeps/i386/fpu/s_nexttoward.c: Include float.h.
2225         (__nexttoward): Use math_opt_barrier and
2226         math_force_eval macros.  Use "+m" constraint on asm rather than
2227         "=m" and "m".  Only use asm to force double result if
2228         FLT_EVAL_METHOD is 2.
2229         * sysdeps/i386/fpu/s_nexttowardf.c: Include float.h.
2230         (__nexttowardf): Use math_opt_barrier and
2231         math_force_eval macros.  Use "+m" constraint on asm rather than
2232         "=m" and "m".  Only use asm to force double result if
2233         FLT_EVAL_METHOD is not 0.
2234         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c: Include float.h.
2235         (__nexttowardf): Use math_opt_barrier and
2236         math_force_eval macros.  If FLT_EVAL_METHOD is not 0, force
2237         x to float using asm.
2238         * sysdeps/ieee754/ldbl-opt/s_nexttowardfd.c: Include float.h.
2239         (__nldbl_nexttowardf): Use math_opt_barrier and
2240         math_force_eval macros.  If FLT_EVAL_METHOD is not 0, force
2241         x to float using asm.
2242         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c: Include float.h.
2243         (__nexttowardf): Use math_opt_barrier and math_force_eval
2244         macros.  If FLT_EVAL_METHOD is not 0, force x to float using asm.
2245         * math/bug-nextafter.c (zero, inf): New variables.
2246         (main): Add new tests.
2247         * math/bug-nexttoward.c (zero, inf): New variables.
2248         (main): Add new tests.
2249
2250 2007-03-22  Jakub Jelinek  <jakub@redhat.com>
2251
2252         [BZ #3427]
2253         * sysdeps/x86_64/fpu/feholdexcpt.c (feholdexcept): Clear all
2254         exceptions both in SW and MXCSR.
2255         * sysdeps/x86_64/fpu/feupdateenv.c: New file.
2256         * sysdeps/x86_64/fpu/feenablxcpt.c (feenableexcept): Remove dead code.
2257         * sysdeps/x86_64/fpu/fedisblxcpt.c (fedisableexcept): Likewise.
2258         * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Clear all exceptions
2259         in MXCSR if SSE is available.
2260         * sysdeps/i386/fpu/feupdateenv.c: Include unistd.h, dl-procinfo.h
2261         and ldsodefs.h.
2262         (__feupdateenv): Query exceptions also from MXCSR if SSE is available.
2263         Fix comment typo.
2264         * sysdeps/ia64/fpu/feholdexcpt.c (feholdexcept): Clear all exceptions.
2265         Return 0 rather than 1.
2266         * sysdeps/ia64/fpu/feupdateenv.c (feupdateenv): Fix comment typo.
2267         Remove incorrect part of a comment.  Fix argument to feraiseexcept.
2268         * math/test-fenv.c (feholdexcept_tests): New function.
2269         (main): Call it.
2270
2271 2007-01-05  Richard B. Kreckel  <kreckel@ginac.de>
2272
2273         [BZ #3427]
2274         * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Clear all exceptions
2275         in SW.
2276
2277 2007-04-13  Jakub Jelinek  <jakub@redhat.com>
2278
2279         [BZ #4344]
2280         * elf/ldconfig.c (search_dir): Fix 2 off-by-2 errors.
2281         Reported by David Anderson <davea42@earthlink.net>.
2282
2283 2007-04-07  Ulrich Drepper  <drepper@redhat.com>
2284
2285         * posix/sys/wait.h: Remove unnecessary forward declaration.
2286
2287 2007-04-05  Jakub Jelinek  <jakub@redhat.com>
2288
2289         * nis/nis_call.c (__nisfind_server): Replace (*dir)->do_servers
2290         with obj->do_servers after first_shoot.
2291
2292 2007-04-03  Ulrich Drepper  <drepper@redhat.com>
2293
2294         * posix/Makefile (routines): Add sched_cpucount.
2295         (tests): Add tst-cpucount.
2296         * posix/sched_cpucount.c: New file.
2297         * posix/tst-cpucount.c: New file.
2298         * posix/Versions: Export __sched_cpucount with version GLIBC_2.6.
2299         * bits/sched.h: Define __CPU_COUNT.  Declare __sched_cpucount.
2300         * sysdeps/unix/sysv/linux/bits/sched.h: Likewise.
2301         * posix/sched.h: Define CPU_COUNT.
2302
2303 2007-03-27  Jakub Jelinek  <jakub@redhat.com>
2304
2305         * posix/fnmatch.c (STRUCT): Define.
2306         (fnmatch): Pass NULL as last argument to internal_fn{,w}match.
2307         * posix/fnmatch_loop.c (struct STRUCT): New type.
2308         (FCT): Add ends argument.  If ends != NULL and normal * is
2309         seen in the pattern, store current pattern and string pointers
2310         and return.  Adjust recursive calls.
2311         (EXT): Adjust FCT callers.
2312         (STRUCT): Undef at the end of the file.
2313         * posix/Makefile (tests): Add tst-fnmatch2.
2314         * posix/tst-fnmatch2.c: New test.
2315
2316 2007-04-01  Jakub Jelinek  <jakub@redhat.com>
2317
2318         * sysdeps/ia64/fpu/fesetround.c (fesetround): Return 0 on success
2319         and 1 on failure.
2320
2321         * sysdeps/unix/sysv/linux/sync_file_range.c (sync_file_range):
2322         Change last argument to unsigned int.
2323
2324 2007-03-23  Jakub Jelinek  <jakub@redhat.com>
2325
2326         * scripts/check-local-headers.sh: Filter out sys/capability.h.
2327
2328 2007-03-22  Jakub Jelinek  <jakub@redhat.com>
2329
2330         * config.h.in (HAVE_LIBCAP): Add.
2331         * nscd/selinux.h: Include sys/capability.h rather than non-existent
2332         sys/capabilities.h.
2333         * nscd/selinux.c (preserve_capabilities): Use cap_free instead of
2334         free_caps.  Cast away const from 4th cap_set_flag argument.
2335
2336 2007-03-26  Ulrich Drepper  <drepper@redhat.com>
2337
2338         * sysdeps/unix/sysv/linux/Versions: Move sync_file_range to
2339         GLIBC_2.6.
2340         * sysdeps/unix/sysv/linux/Makefile [subdir=io] (sysdep_routines):
2341         Add sync_file_range.
2342         Reported by Atsushi Nemoto <anemo@mba.ocn.ne.jp>.
2343
2344 2007-03-19  Steven Munroe  <sjmunroe@us.ibm.com>
2345
2346         * sysdeps/powerpc/bits/atomic.h
2347         [!MUTEX_HINT_ACQ]: Define MUTEX_HINT_ACQ.
2348         [!MUTEX_HINT_REL]: Define MUTEX_HINT_REL.
2349         (__arch_compare_and_exchange_val_32_acq): Add MUTEX_HINT_ACQ to lwarx.
2350         (__arch_compare_and_exchange_val_32_rel): Add MUTEX_HINT_REL to lwarx.
2351         (__arch_atomic_exchange_val_32_acq): Add MUTEX_HINT_ACQ to lwarx.
2352         (__arch_atomic_exchange_rel_32_rel): Add MUTEX_HINT_REL to lwarx.
2353         * sysdeps/powerpc/powerpc32/bits/atomic.h [_ARCH_PWR6 || _ARCH_PWR6X]:
2354         Define MUTEX_HINT_ACQ as ",1" and MUTEX_HINT_REL as ",0".
2355         (__arch_compare_and_exchange_bool_32_acq): Add MUTEX_HINT_ACQ to lwarx.
2356         (__arch_compare_and_exchange_bool_32_rel): Add MUTEX_HINT_REL to lwarx.
2357         * sysdeps/powerpc/powerpc64/bits/atomic.h [_ARCH_PWR6 || _ARCH_PWR6D]:
2358         Define MUTEX_HINT_ACQ as ",1" and MUTEX_HINT_REL as ",0".
2359         (__arch_compare_and_exchange_bool_32_acq): Add MUTEX_HINT_ACQ to lwarx.
2360         (__arch_compare_and_exchange_bool_32_rel): Add MUTEX_HINT_REL to lwarx.
2361         (__arch_compare_and_exchange_bool_64_acq): Add MUTEX_HINT_ACQ to lwarx.
2362         (__arch_compare_and_exchange_bool_64_rel): Add MUTEX_HINT_REL to lwarx.
2363         (__arch_compare_and_exchange_val_64_acq): Add MUTEX_HINT_ACQ to lwarx.
2364         (__arch_compare_and_exchange_val_64_rel): Add MUTEX_HINT_REL to lwarx.
2365         (__arch_atomic_exchange_val_64_acq): Add MUTEX_HINT_ACQ to lwarx.
2366         (__arch_atomic_exchange_rel_64_rel): Add MUTEX_HINT_REL to lwarx.
2367
2368 2007-03-20  Jakub Jelinek  <jakub@redhat.com>
2369
2370         * sysdeps/unix/sysv/linux/powerpc/libc-start.c
2371         (__cache_line_size): Define the variable here.  Add
2372         attribute_hidden, remove weak_extern.
2373         (__libc_start_main): Set __cache_line_size
2374         unconditionally.
2375         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c
2376         (__cache_line_size): Define the variable here.  Add
2377         attribute_hidden, remove weak_extern.
2378         (DL_PLATFORM_AUXV): Set __cache_line_size
2379         unconditionally.
2380         * sysdeps/powerpc/powerpc32/dl-machine.c (__cache_line_size): Remove
2381         weak_extern, add attribute_hidden.
2382         (__elf_machine_runtime_setup): Assume __cache_line_size is always
2383         defined in ld.so.
2384         * sysdeps/powerpc/powerpc32/memset.S (__cache_line_size): Remove
2385         definition.
2386         * sysdeps/powerpc/powerpc64/memset.S (__cache_line_size): Likewise.
2387
2388 2007-03-26  Jakub Jelinek  <jakub@redhat.com>
2389
2390         [BZ #4276]
2391         * timezone/africa: Update from tzdata2007d.
2392         * timezone/asia: Likewise.
2393         * timezone/australasia: Likewise.
2394         * timezone/backward: Likewise.
2395         * timezone/europe: Likewise.
2396         * timezone/iso3166.tab: Likewise.
2397         * timezone/leapseconds: Likewise.
2398         * timezone/northamerica: Likewise.
2399         * timezone/southamerica: Likewise.
2400         * timezone/zone.tab: Likewise.
2401
2402         * timezone/private.h: Update from tzcode2007d.
2403         * timezone/zdump.c: Likewise.
2404         * timezone/zic.c: Likewise.
2405
2406 2007-03-21  Jakub Jelinek  <jakub@redhat.com>
2407
2408         * nis/nis_call.c: Include bits/libc-lock.h, sys/stat.h, unistd.h.
2409         (nis_server_cache, nis_server_cache_lock, nis_cold_start_mtime): New
2410         variables.
2411         (nis_server_cache_search, nis_server_cache_add): New functions.
2412         (__nisfind_server): Use them.  Add dbp and flags argument, if
2413         call __nisbind_create.
2414         (__nisbind_create): Add server_used and current_ep arguments,
2415         only call __nis_findfastest if server_used is ~0.
2416         (__do_niscall2, __prepare_niscall): Adjust callers.
2417         (ckey_cache, ckey_cache_size, ckey_cache_allocated, ckey_cache_pid,
2418         ckey_cache_euid, ckey_cache_lock): New variables.
2419         (get_ckey): New function.
2420         (__nisbind_connect): If not dbp->use_udp, pass IPPROTO_TCP to
2421         __pmap_getnisport.  Save __pmap_getnisport result in
2422         dbp->addr.sin_port if non-zero.  Use get_ckey to create conversation
2423         key.
2424         * nis/nis_lookup.c (nis_lookup): Likewise.
2425         * nis/nis_table.c (nis_list): Likewise.
2426         * nis/rpcsvc/nislib.h (__nisbind_create, __nisfind_server): Adjust
2427         prototypes.
2428
2429         * nis/nss_nisplus/nisplus-pwd.c (_nss_nisplus_getpwnam_r,
2430         _nss_nisplus_getpwuid_r): Pass USE_DGRAM flag to nis_list.
2431         * nis/nss_nisplus/nisplus-service.c (_nss_nisplus_getservbyname_r,
2432         _nss_nisplus_getservbyport_r): Likewise.
2433         * nis/nss_nisplus/nisplus-network.c (_nss_nisplus_getnetbyname_r,
2434         _nss_nisplus_getnetbyaddr_r): Likewise.
2435         * nis/nss_nisplus/nisplus-spwd.c (_nss_nisplus_getspnam_r): Likewise.
2436         * nis/nss_nisplus/nisplus-ethers.c (_nss_nisplus_gethostton_r,
2437         _nss_nisplus_getntohost_r): Likewise.
2438         * nis/nss_nisplus/nisplus-rpc.c (_nss_nisplus_getrpcbyname_r,
2439         _nss_nisplus_getrpcbynumber_r): Likewise.
2440
2441 2007-03-20  Jakub Jelinek  <jakub@redhat.com>
2442
2443         * configure.in (libc_cv_gnu89_inline): Only do compile test.
2444         * configure: Rebuilt.
2445
2446         * soft-fp/double.h (_FP_UNION_D): Use _FP_W_TYPE for frac
2447         bit-fields.
2448         * soft-fp/extended.h (_FP_UNION_E): Likewise.
2449
2450 2006-06-07  Joseph Myers  <joseph@codesourcery.com>
2451
2452         [BZ #2831]
2453         * soft-fp/quad.h (_FP_UNION_Q): Use _FP_W_TYPE for frac
2454         bit-fields.
2455
2456 2007-03-18  Jakub Jelinek  <jakub@redhat.com>
2457
2458         * nscd/gai.c: Include alloca.h.
2459         (__libc_use_alloca): Define.
2460
2461 2007-03-16  Jakub Jelinek  <jakub@redhat.com>
2462
2463         * elf/dl-open.c (dl_open_worker): Declare l in 2 different
2464         smaller scopes.
2465         * elf/dl-dst.h (DL_DST_REQ_STATIC): Add l as macro argument.
2466         (DL_DST_REQUIRED): Adjust user.
2467
2468         * include/dlfcn.h (struct link_map): New forward decl.
2469
2470         * inet/getnameinfo.c: Include stddef.h.
2471         (getnameinfo): Use offsetof.
2472
2473         * time/tst-mktime2.c (do_test): Don't rely on signed wrap.
2474
2475         * stdio-common/vfprintf.c (_itoa): Undef before redefining.
2476
2477         * string/strerror_l.c: Include stdlib.h.
2478
2479         * configure.in (libc_cv_gnu89_inline): Test for -fgnu89-inline.
2480         * config.make.in (gnu89-inline-CFLAGS): New variable.
2481         * Makeconfig (CFLAGS): Use $(gnu89-inline-CFLAGS) together with
2482         -std=gnu99.
2483         * misc/sys/cdefs.h (__extern_inline, __extern_always_inline): Define.
2484         * argp/argp.h: Use it.
2485         * bits/mathinline.h: Likewise.
2486         * bits/sigset.h: Likewise.
2487         * bits/string.h: Likewise.
2488         * ctype/ctype.h: Likewise.
2489         * hurd/hurd.h: Likewise.
2490         * hurd/hurd/fd.h: Likewise.
2491         * hurd/hurd/port.h: Likewise.
2492         * hurd/hurd/signal.h: Likewise.
2493         * hurd/hurd/threadvar.h: Likewise.
2494         * hurd/hurd/userlink.h: Likewise.
2495         * io/sys/stat.h: Likewise.
2496         * libio/bits/stdio.h: Likewise.
2497         * libio/bits/stdio2.h: Likewise.
2498         * mach/lock-intern.h: Likewise.
2499         * mach/mach/mig_support.h: Likewise.
2500         * math/bits/cmathcalls.h: Likewise.
2501         * posix/bits/unistd.h: Likewise.
2502         * socket/bits/socket2.h: Likewise.
2503         * stdlib/bits/stdlib.h: Likewise.
2504         * stdlib/stdlib.h: Likewise.
2505         * string/argz.h: Likewise.
2506         * string/bits/string2.h: Likewise.
2507         * string/bits/string3.h: Likewise.
2508         * sysdeps/alpha/fpu/bits/mathinline.h: Likewise.
2509         * sysdeps/generic/inttypes.h: Likewise.
2510         * sysdeps/generic/machine-lock.h: Likewise.
2511         * sysdeps/generic/machine-sp.h: Likewise.
2512         * sysdeps/i386/fpu/bits/mathinline.h: Likewise.
2513         * sysdeps/i386/i486/bits/string.h: Likewise.
2514         * sysdeps/ia64/fpu/bits/mathinline.h: Likewise.
2515         * sysdeps/mach/alpha/machine-lock.h: Likewise.
2516         * sysdeps/mach/alpha/machine-sp.h: Likewise.
2517         * sysdeps/mach/i386/machine-lock.h: Likewise.
2518         * sysdeps/mach/powerpc/machine-lock.h: Likewise.
2519         * sysdeps/mach/powerpc/machine-sp.h: Likewise.
2520         * sysdeps/powerpc/fpu/bits/mathinline.h: Likewise.
2521         * sysdeps/s390/bits/string.h: Likewise.
2522         * sysdeps/s390/fpu/bits/mathinline.h: Likewise.
2523         * sysdeps/sparc/fpu/bits/mathinline.h: Likewise.
2524         * sysdeps/unix/bsd/bsd4.4/bits/socket.h: Likewise.
2525         * sysdeps/unix/sysv/linux/bits/sigset.h: Likewise.
2526         * sysdeps/unix/sysv/linux/bits/socket.h: Likewise.
2527         * sysdeps/unix/sysv/linux/sys/sysmacros.h: Likewise.
2528         * sysdeps/x86_64/fpu/bits/mathinline.h: Likewise.
2529         * wcsmbs/bits/wchar2.h: Likewise.
2530         * wcsmbs/wchar.h: Likewise.
2531         * stdlib/gmp.h: Likewise.  Include <features.h> to get
2532         __extern_inline definition.
2533
2534 2007-03-15  Jakub Jelinek  <jakub@redhat.com>
2535
2536         * locale/programs/ld-ctype.c (find_translit): Return NULL if ctype is
2537         NULL.
2538
2539         [BZ #3919]
2540         * math/libm-test.inc (log_test): Test -Inf and NaN.
2541         (log10_test, log1p_test, log2_test): Test -Inf.
2542         * sysdeps/i386/fpu/e_log.S (__ieee754_log): Don't raise
2543         FE_INVALID when argument is qNaN.
2544         * sysdeps/i386/fpu/e_logl.S (__ieee754_logl): Likewise.
2545         * sysdeps/i386/fpu/e_logf.S (__ieee754_logf): Likewise.
2546         * sysdeps/x86_64/fpu/e_logl.S (__ieee754_logl): Likewise.
2547         * sysdeps/x86_64/fpu/e_log10l.S (__ieee754_log10l): Replace
2548         andb $1, %ah with testb $1, %ah, don't test for parity, instead
2549         testb $4, %ah and jump if non-zero.
2550         * sysdeps/x86_64/fpu/e_log2l.S (__ieee754_log2l): Likewise.
2551         * sysdeps/x86_64/fpu/s_log1pl.S (__log1pl): Likewise.
2552
2553         [BZ #4101]
2554         * argp/argp-help.c (hol_cluster_cmp): Fix comparisons used to find
2555         ancestors with the same depths.
2556         Patch by Niels Moeller <nisse@lysator.liu.se>.
2557         (filter_doc): Don't crash if argp is NULL.
2558         * argp/Makefile (tests): Add tst-argp2.
2559         * argp/tst-argp2.c: New test.
2560
2561         [BZ #4130]
2562         * login/utmp_file.c (setutent_file): Use O_LARGEFILE for
2563         open_not_cancel_2.
2564         (updwtmp_file): Likewise.
2565
2566         [BZ #4181]
2567         * inet/inet6_opt.c (add_padding): Only insert padding if npad > 0.
2568         (inet6_opt_append): Don't check extlen is big enough if extbuf
2569         is NULL.
2570         (inet6_opt_finish): Likewise.
2571         * inet/Makefile (tests): Add test-inet6_opt.
2572         * inet/test-inet6_opt.c: New test.
2573
2574         * sysdeps/unix/sysv/linux/ifaddrs.c (__netlink_request): Never
2575         reallocate the buffer, instead fail for MSG_TRUNC or for EBUSY
2576         NLMSG_ERR.  Instead use a page sized buffer.
2577         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Use page sized
2578         buffer.
2579
2580 2007-03-14  Richard Henderson  <rth@redhat.com>
2581
2582         * sysdeps/alpha/fpu/s_llround.c: New file.
2583         * sysdeps/alpha/fpu/s_llroundf.c: New file.
2584         * sysdeps/alpha/fpu/s_lround.c: New file.
2585         * sysdeps/alpha/fpu/s_lroundf.c: New file.
2586         * sysdeps/alpha/fpu/s_round.c: New file.
2587         * sysdeps/alpha/fpu/s_roundf.c: New file.
2588         * sysdeps/alpha/fpu/s_trunc.c: New file.
2589         * sysdeps/alpha/fpu/s_truncf.c: New file.
2590
2591         * sysdeps/alpha/fpu/s_ceil.c: Rewrite without branches.
2592         * sysdeps/alpha/fpu/s_ceilf.c: Likewise.
2593         * sysdeps/alpha/fpu/s_floor.c: Likewise.
2594         * sysdeps/alpha/fpu/s_floorf.c: Likewise.
2595         * sysdeps/alpha/fpu/s_rint.c: Likewise.
2596         * sysdeps/alpha/fpu/s_rintf.c: Likewise.
2597
2598         * sysdeps/alpha/fpu/s_fmax.S: New file.
2599         * sysdeps/alpha/fpu/s_fmaxf.S: New file.
2600         * sysdeps/alpha/fpu/s_fmin.S: New file.
2601         * sysdeps/alpha/fpu/s_fminf.S: New file.
2602         * sysdeps/alpha/fpu/s_isnan.c: New file.
2603         * sysdeps/alpha/fpu/s_isnanf.c: New file.
2604         * sysdeps/alpha/fpu/s_llrint.c: New file.
2605         * sysdeps/alpha/fpu/s_llrintf.c: New file.
2606         * sysdeps/alpha/fpu/s_lrint.c: New file.
2607         * sysdeps/alpha/fpu/s_lrintf.c: New file.
2608         * sysdeps/alpha/fpu/s_nearbyint.c: New file.
2609         * sysdeps/alpha/fpu/s_nearbyintf.c: New file.
2610
2611         * sysdeps/alpha/fpu/bits/mathinline.h (__floorf, __floor): Remove.
2612         (__fdimf, fdimf, __fdim, fdim): Remove.
2613         (__signbitf, __signbit, __signbitl): Use gcc builtin if available.
2614         (__isnanf, __isnan, __isnanl): New.
2615
2616 2007-03-13  Richard Henderson  <rth@redhat.com>
2617
2618         * sysdeps/ieee754/ldbl-128/Makefile: New file.
2619
2620 2007-03-13  Richard Henderson  <rth@redhat.com>
2621
2622         * sysdeps/alpha/Makefile (sysdep-CFLAGS): Force dynamic rounding.
2623         * sysdeps/alpha/fpu/bits/mathinline.h (__signbitl): New.
2624         * sysdeps/alpha/fpu/libm-test-ulps: Regenerate.
2625         * sysdeps/unix/sysv/linux/alpha/alphaev6/fpu/Implies: New file.
2626         * sysdeps/unix/sysv/linux/alpha/alphaev67/fpu/Implies: New file.
2627         * sysdeps/unix/sysv/linux/alpha/fpu/Implies: New file.
2628
2629 2007-03-13  Richard Henderson  <rth@redhat.com>
2630
2631         * elf/dl-support.c (_dl_aux_init): Honor DL_PLATFORM_AUXV.
2632         * sysdeps/unix/sysv/linux/alpha/dl-auxv.h: New file.
2633         * sysdeps/unix/sysv/linux/alpha/dl-support.c: New file.
2634         * sysdeps/unix/sysv/linux/alpha/dl-sysdep.c (__libc_alpha_cache_shape):
2635         Move to dl-auxv.h; initialize instead of extern weak.
2636         (DL_PLATFORM_AUXV): Move to dl-auxv.h; don't test for undef
2637         weak symbol.
2638         * sysdeps/unix/sysv/linux/alpha/sysconf.c (__libc_alpha_cache_shape):
2639         Extern instead of initialized.
2640
2641 2007-03-13  Richard Henderson  <rth@redhat.com>
2642
2643         * sysdeps/unix/sysv/linux/alpha/sigsuspend.S: Add support for
2644         __sigsuspend_nocancel.
2645
2646 2007-03-06  Ulrich Drepper  <drepper@redhat.com>
2647
2648         * sysdeps/posix/getaddrinfo.c (get_scope): Correct test for
2649         172.16/12 address range.
2650
2651 2007-03-02  Jakub Jelinek  <jakub@redhat.com>
2652
2653         * sysdeps/unix/sysv/linux/ifaddrs.c (__netlink_request): Retry with
2654         a new netlink socket if NLMSG_ERR -EBUSY is seen after some MSG_TRUNC
2655         message.
2656
2657 2007-03-01  Jakub Jelinek  <jakub@redhat.com>
2658
2659         [BZ #4069]
2660         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Check for NaN
2661         earlier.
2662         * math/libm-test.inc (pow_test): Add more tests involving NaNs.
2663
2664         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Avoid invalid exception
2665         for x qNaN and y either +-inf or non-integer value.
2666         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Likewise.
2667         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.
2668         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Likewise.
2669
2670 2007-02-10  Mike Frysinger  <vapier@gentoo.org>
2671
2672         * sysdeps/unix/sysv/linux/sh/Makefile: Remove sys/io.h
2673         from sysdep_headers.
2674
2675 2007-02-28  Jakub Jelinek  <jakub@redhat.com>
2676
2677         * time/tzfile.c (find_transition): Instead of a linear search try to
2678         guess the transition index, use a linear search if the result is at
2679         most 10 transitions away from the guess or binary search otherwise.
2680
2681 2007-02-27  Jakub Jelinek  <jakub@redhat.com>
2682
2683         * sysdeps/unix/sysv/linux/ifaddrs.c (__netlink_request): Fix
2684         memory reallocation.
2685
2686 2007-02-21  Ulrich Drepper  <drepper@redhat.com>
2687
2688         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Add branch predictions
2689         and fix some typos.
2690         Optimize use of TOLOWER.
2691
2692         [BZ #3325]
2693         * sysdeps/i386/fpu/e_fmodf.S: Revert last changes, keep using fprem.
2694         * sysdeps/i386/fpu/e_fmodl.c: Likewise.
2695         * sysdeps/i386/fpu/e_fmod.S: Likewise.
2696
2697         [BZ #3458]
2698         * sysdeps/unix/sysv/linux/posix_madvise.c: New file.
2699         * sysdeps/unix/sysv/linux/syscalls.list: Remove posix_madvise entry.
2700
2701         [BZ #4076]
2702         * io/ftw.c (ftw_startup): Handle special case of FTW_CHDIR in /.
2703         (open_dir_stream): Likewise.
2704         * io/Makefile (tests): Add bug-ftw5.
2705         * io/bug-ftw5.c: New file.
2706
2707         * nscd/hstcache.c (cache_addhst): Remove unnecessary conditional.
2708         * nscd/servicescache.c (cache_addserv): Likewise.
2709
2710         * nscd/grpcache.c (cache_addgr): In case a record changed on
2711         refresh, adjust key_copy.
2712
2713         [BZ #4074]
2714         * nscd/pwdcache.c (cache_addpw): In case a record changed on
2715         refresh, adjust key_copy.
2716
2717         [BZ #4070]
2718         * stdio-common/printf_fp.c (___printf_fp): Handle a few more
2719         special cases.
2720         * stdio-common/tfformat.c (sprint_doubles): Some more tests.
2721
2722 2007-02-19  Ulrich Drepper  <drepper@redhat.com>
2723
2724         * stdio-common/printf_fp.c (___printf_fp): Cleanups and minor
2725         optimization.
2726
2727         * stdio-common/vfscanf.c: Small cleanups throughout.
2728
2729 2007-02-18  Ulrich Drepper  <drepper@redhat.com>
2730
2731         [BZ #3325]
2732         * sysdeps/i386/fpu/e_fmodf.S: Use fprem1 instead of fprem.
2733         * sysdeps/i386/fpu/e_fmodl.c: Likewise.
2734         * sysdeps/i386/fpu/e_fmod.S: Likewise.
2735         Patch by Jared Casper <jaredcasper@gmail.com>.
2736
2737         * sysdeps/unix/closedir.c: Outside libc don't use locking.
2738         * sysdeps/unix/opendir.c: Likewise.
2739         * sysdeps/unix/readdir.c: Likewise.
2740
2741         [BZ #2211]
2742         * stdio-common/vfscanf.c: Handle localized digits etc for floating
2743         point numbers.
2744         Patch mostly by Hamed Malek <hamed@farsiweb.info>.
2745
2746         * stdio-common/vfscanf.c: Fix problems in width accounting.
2747         * stdio-common/tst-sscanf.c (double_tests): New tests.
2748         (main): Hook them up.
2749
2750         * stdio-common/vfscanf.c: Remove unused WIDTH handling.
2751         More simplifications of floating-point reader.
2752
2753         * stdio-common/Makefile (tests): Add tst-swscanf.
2754         * stdio-common/tst-sscanf.c: Make tests usable for swscanf
2755         testing.
2756         * stdio-common/tst-swscanf.c: New file.
2757
2758 2007-02-17  Ulrich Drepper  <drepper@redhat.com>
2759
2760         [BZ #2633]
2761         * libio/stdio.h: Define struct _IO_FILE in global namespace.
2762         * setjmp/setjmp.h: Define __jmp_buf_tag in global namespace.
2763         Remove using for __jmp_buf_tag.
2764         * locale/locale.h (struct lconv): Also define in std namespace.
2765         * wcsmbs/wchar.h: Move using declaration for tm out of namespace.
2766
2767         [BZ #3842]
2768         * sysdeps/posix/euidaccess.c [_LIBC] (euidaccess): Remove shortcut
2769         using __libc_enable_secure.
2770
2771         [BZ #3818]
2772         * sysdeps/unix/sysv/linux/sys/acct.h (struct acct_v3): Define.
2773
2774         [BZ #3745]
2775         * locale/programs/ld-collate.c (handle_ellipsis): Fix generation
2776         of names for ellipsises.
2777
2778         [BZ #3348]
2779         * malloc/memusage.sh: Cleanups.
2780         * debug/xtrace.sh: Quoting and trap changes.
2781
2782 2007-02-16  Ulrich Drepper  <drepper@redhat.com>
2783
2784         * locale/iso-3166.def: Add Jersey, Guernsey, and Isle Of Man entries.
2785
2786         * locale/iso-3166.def: Update entry for Serbia.
2787         * locale/iso-4217.def: Define RSD, remove CSD.
2788
2789         * sysdeps/x86_64/bits/atomic.h: One more change, this time for 16-
2790         and 64-bit operations.
2791
2792         [BZ #4040]
2793         * sysdeps/i386/i486/bits/atomic.h: One more change, this time for
2794         16-bit operations.
2795
2796         * nscd/nscd.c (parse_opt): One more conversion to use send instead
2797         of writev.
2798
2799 2007-02-15  Ulrich Drepper  <drepper@redhat.com>
2800
2801         [BZ #3991]
2802         * assert/assert.h (assert): Simplify.
2803         (assert_perror): Likewise.
2804         Patch by Israel G. Lugo <ilugo@bridonsecurity.com>.
2805
2806         * nscd/nscd_helper.c (open_socket): Don't send padding bytes from
2807         reqdata.
2808
2809         * sysdeps/unix/sysv/linux/x86_64/send.c (__libc_send): Cosmetic
2810         change: don't pass NULL in place of an integer.
2811
2812 2007-02-02  Bruno Haible  <bruno@clisp.org>
2813
2814         [BZ #3954]
2815         * iconvdata/ksc5601.c (__ksc5601_sym_to_ucs, __ksc5601_sym_from_ucs):
2816         Add mapping for U+327E.
2817         * iconvdata/ksc5601.h (KSC5601_SYMBOL): Increment.
2818         * iconvdata/johab.c (BODY for FROM_LOOP, BODY for TO_LOOP): Enable
2819         mapping of 0xD9 0xE8.
2820         * iconvdata/uhc.c (BODY for FROM_LOOP, BODY for TO_LOOP): Disable
2821         mapping of U+327E.
2822         Reported by Jungshik Shin <jungshik@google.com>.
2823
2824         [BZ #3955]
2825         * iconvdata/johab.c (BODY for FROM_LOOP, BODY for TO_LOOP): Enable
2826         mapping of 0xD9 0xE6 and of 0xD9 0xE7.
2827         Reported by Jungshik Shin <jungshik@google.com>.
2828
2829 2007-02-14  Ulrich Drepper  <drepper@redhat.com>
2830
2831         * sysdeps/x86_64/bits/atomic;h: Fix asm parameters for some
2832         byte variants.
2833
2834         [BZ #4040]
2835         * sysdeps/i386/i486/bits/atomic.h: Fix asm parameters for some
2836         byte variants.  Patch mostly be tom@tommay.net.
2837
2838 2007-02-14  Jakub Jelinek  <jakub@redhat.com>
2839
2840         [BZ #3996]
2841         * posix/glob.c (attribute_hidden): Define if not defined.
2842         (glob): Unescape dirname, filename or username when needed and not
2843         GLOB_NOESCAPE.  Handle \/ correctly.  Handle GLOB_MARK if filename
2844         is NULL.  Handle unescaped [ in pattern without closing ].
2845         Don't pass GLOB_CHECK down to recursive glob for directories.
2846         (__glob_pattern_type): New function.
2847         (__glob_pattern_p): Implement using __glob_pattern_type.
2848         (glob_in_dir): Handle GLOB_NOCHECK patterns containing no meta
2849         characters and backslashes if not GLOB_NOESCAPE or unterminated [.
2850         Remove unreachable code.
2851         * posix/globtest.sh: Add a couple of new tests.
2852
2853 2007-02-13  Ulrich Drepper  <drepper@redhat.com>
2854
2855         * po/ru.po: Update from translation team.
2856
2857 2007-02-12  Jakub Jelinek  <jakub@redhat.com>
2858
2859         * sysdeps/i386/bits/byteswap.h (__bswap_32): Add __amdfam10__
2860         to the list of i486+ CPUs.
2861         * sysdeps/x86_64/bits/byteswap.h (__bswap_32): Likewise.
2862
2863 2007-02-12  Ulrich Drepper  <drepper@redhat.com>
2864
2865         * elf/rtld.c (RESOLVE_MAP): Always return bootstrap_map reference.
2866         * elf/Makefile ($(objpfx)ld.so): Check that ld.so has no undefined
2867         references.
2868
2869 2007-02-09  Ulrich Drepper  <drepper@redhat.com>
2870
2871         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Remove incorrect comment.
2872
2873         * resolv/res_init.c (res_setoptions): Recognize edns0 option.
2874         * resolv/res_mkquery.c: Define __res_nopt.
2875         * resolv/res_query.c (__libc_res_nquery): If RES_USE_EDNS0 is set
2876         try adding EDNS0 record.
2877         * resolv/res_send.c (send_dg): If request failed with FORMERR and
2878         EDNS0 record was send make sure we don't try it again.
2879         * resolv/resolv.h: Define RES_F_EDNS0ERR and RES_USE_EDNS0.
2880         * include/resolv.h: Declare __res_nopt.
2881
2882 2007-02-08  Jakub Jelinek  <jakub@redhat.com>
2883
2884         [BZ #3944]
2885         * time/strptime_l.c (__strptime_internal): Set have_mon for
2886         %b/%B/%h.  Set have_mon and have_mday if tm_mon and tm_mday
2887         have been computed from tm_yday and tm_year.  Don't crash
2888         in day_of_the_week or day_of_the_year if not have_mon
2889         and tm_mon contains bogus value.
2890         * time/Makefile (tests): Add tst-strptime3.
2891         * time/tst-strptime3.c: New test.
2892
2893 2007-02-05  Jakub Jelinek  <jakub@redhat.com>
2894
2895         [BZ #3957]
2896         * posix/regcomp.c (parse_bracket_exp): Set '\n' bit rather than '\0'
2897         bit for RE_HAT_LISTS_NOT_NEWLINE.
2898         (build_charclass_op): Remove bogus comment.
2899         * posix/Makefile (tests): Add bug-regex27 and bug-regex28.
2900         * posix/bug-regex27.c: New test.
2901         * posix/bug-regex28.c: New test.
2902
2903 2007-02-03  Ulrich Drepper  <drepper@redhat.com>
2904
2905         * po/sv.po: Update from translation team.
2906
2907 2007-02-02  Ulrich Drepper  <drepper@redhat.com>
2908
2909         * nscd/nscd_helper.c (open_socket): Minor size optimization.
2910
2911 2007-02-02  Jakub Jelinek  <jakub@redhat.com>
2912
2913         * include/locale.h (__uselocale): Add libc_hidden_proto.
2914         * locale/uselocale.c (__uselocale): Add libc_hidden_def.
2915
2916         * nscd/nscd_helper.c (open_socket): Use __gettimeofday instead of
2917         gettimeofday.
2918
2919 2007-02-01  Ulrich Drepper  <drepper@redhat.com>
2920
2921         * sysdeps/unix/sysv/linux/i386/sysdep.h (PTR_MANGLE): Roll value before
2922         returning.
2923         (PTR_DEMANGLE): Real definition now that it's not the same as
2924         PRT_MANGLE anymore.
2925         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
2926
2927         * string/strerror_l.c: New file.
2928         * string/Makefile (routines): Add strerror_l.
2929         * string/string.h: Declare strerror_l.
2930         * string/Versions: Export strerror_l for GLIBC_2.6.
2931
2932 2007-01-31  Ulrich Drepper  <drepper@redhat.com>
2933
2934         * nscd/nscd_helper.c (open_socket): Now takes request type and key
2935         as parameter.  Construct request record.  Try sending request
2936         before the first poll use, it usually succeeds.  Adjust all
2937         callers.
2938         * nscd/nscd-client.h: Define MAXKEYLEN.
2939         * nscd/connections.c (nscd_run): Don't define MAXKEYLEN here.
2940
2941 2007-01-31  Jakub Jelinek  <jakub@redhat.com>
2942
2943         * nscd/nscd-client.h (__nscd_cache_search): Remove const qualifier
2944         from return value.
2945         * nscd/nscd_helper.c: Include string.h.
2946         (__nscd_cache_search): Remove const qualifier from return value.
2947         On strict alignment architectures check hash entry and data head
2948         alignment.
2949         * nscd/nscd_getpw_r.c (nscd_getpw_r): Don't crash or fail because
2950         mmapped data during GC cycle contains garbage.  If
2951         __nscd_drop_map_ref fails, decrement mapped->counter when returning
2952         error or if retrying with NO_MAPPING, only __nscd_unmap if counter
2953         dropped to 0.
2954         * nscd/nscd_getgr_r.c (nscd_getgr_r): Likewise.
2955         * nscd/nscd_initgroups.c (__nscd_getgrouplist): Likewise.
2956         * nscd/nscd_gethst_r.c (nscd_gethst_r): Likewise.
2957         * nscd/nscd_getai.c (__nscd_getai): Likewise.
2958         * nscd/nscd_getserv_r.c (nscd_getserv_r): Likewise.
2959
2960 2007-01-30  Ulrich Drepper  <drepper@redhat.com>
2961
2962         * misc/hsearch_r.c (hdestroy_r): Remove unnecessary test.
2963
2964 2007-01-26  Ulrich Drepper  <drepper@redhat.com>
2965
2966         * sysdeps/i386/dl-trampoline.S (_dl_runtime_profile): Use register
2967         names not numbers in cfi_*.
2968
2969 2007-01-26  Andreas Jaeger  <aj@suse.de>
2970
2971         * sysdeps/unix/sysv/linux/sys/personality.h (ADDR_NO_RANDOMIZE,
2972         ADDR_LIMIT_3GB, PER_LINUX_32BIT, PER_LINUX32_3GB): Add.
2973         Correct values of PER_HPUX and PER_OSF4.
2974
2975 2007-01-24  Ulrich Drepper  <drepper@redhat.com>
2976
2977         * elf/dl-minimal.c: Undefine _itoa first.
2978         * stdio-common/_itoa.h: Define _itoa and _fitoa for 64-bit platforms.
2979         * malloc/mtrace.c: Revert last change.
2980         * posix/wordexp.c: Likewise.
2981
2982 2007-01-24  Jakub Jelinek  <jakub@redhat.com>
2983
2984         * sysdeps/i386/bits/byteswap.h (__bswap_32): Add __nocona__, __core2__
2985         and __geode__ to the list of i486+ CPUs.
2986         * sysdeps/x86_64/bits/byteswap.h (__bswap_32): Likewise.
2987
2988 2007-01-23  Ulrich Drepper  <drepper@redhat.com>
2989
2990         * stdio-common/_itoa.c: Include <limits.h>.
2991         * stdio-common/_itowa.c: Likewise.
2992
2993 2007-01-22  Ulrich Drepper  <drepper@redhat.com>
2994
2995         * stdio-common/_itowa.c: Don't compile _itowa for 64-bit
2996         platforms.
2997         * stdio-common/_itoa.c: Don't compile in _itoa and _fitoa for
2998         64-bit platforms.
2999         * malloc/mtrace.c (tr_where): Use _fitoa_word instead of _fitoa if
3000         possible.
3001         * posix/wordexp.c (parse_arith): Use _itoa_word instead of _itoa
3002         if possible.
3003
3004         [BZ #3902]
3005         * stdio-common/_itoa.c (_itoa): Make sure at least a zero is emitted.
3006         * stdio-common/Makefile (tests): Add bug17.
3007         * stdio-common/bug17.c: New file.
3008
3009 2007-01-19  Ulrich Drepper  <drepper@redhat.com>
3010
3011         * iconvdata/brf.c: New file.
3012         * iconvdata/testdata/BRF: New file.
3013         * iconvdata/testdata/BRF..UTF8: New file.
3014         Contributed by Samuel Thibault <samuel.thibault@ens-lyon.org>.
3015         * iconvdata/Makefile: Add rules to build BRF.
3016         * iconvdata/TESTS: Add BRF entry.
3017         * iconvdata/gconv-modules: Likewise.
3018         * iconvdata/tst-tables.sh: Likewise.
3019
3020 2007-01-18  Anton Nikishaev  <anton.nik@gmail.com>
3021
3022         * wcsmbs/wchar.h (wcstoll): Fix comment, function returns value of
3023         type `long long int', not `long int'.
3024         (wcstoq): Likewise.
3025
3026 2007-01-18  Ulrich Drepper  <drepper@redhat.com>
3027
3028         * scripts/gen-as-const.awk: Add cast to long to avoid int promotion
3029         of values on 64-bit platforms which are too large.
3030
3031 2007-01-12  Steven Munroe  <sjmunroe@us.ibm.com>
3032             Joe Kerian  <jkerian@us.us.ibm.com>
3033
3034         [BZ #2749]
3035         * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Include
3036         <math_ldbl_opt.h>.  Remove weak_alias.  Use long_double_symbol macro.
3037         (__copysignl): Use signbit() for comparison.
3038         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c (__fabsl): Correct parms for
3039         SET_LDOUBLE_WORDS64.
3040
3041         [BZ #2423, #2749]
3042         * sysdeps/ieee754/ldbl-128ibm/s_ceill.c: Don't include <fenv_libc.h>.
3043         (__ceill): Remove calls to fegetround(), fesetround().
3044         * sysdeps/ieee754/ldbl-128ibm/s_floorl.c: Likewise.
3045         * sysdeps/ieee754/ldbl-128ibm/s_roundl.c: Likewise.
3046         * sysdeps/ieee754/ldbl-128ibm/s_truncl.c: Likewise.
3047
3048 2007-01-17  Jakub Jelinek  <jakub@redhat.com>
3049
3050         * nscd/nscd_getserv_r.c (nscd_getserv_r): Fix pastos.
3051
3052         * sysdeps/unix/sysv/linux/getdents.c (offsetof): Remove.
3053
3054 2007-01-17  Ulrich Drepper  <drepper@redhat.com>
3055
3056         * sysdeps/unix/sysv/linux/fatal-prepare.h: Use PTHFCT_CALL to
3057         demangle pointer.
3058         * csu/libc-start.c: Likewise.
3059
3060 2007-01-16  Ulrich Drepper  <drepper@redhat.com>
3061
3062         * sysdeps/posix/system.c: Remove NO_WAITPID support, it cannot
3063         really work anyway.
3064
3065 2007-01-15  Ulrich Drepper  <drepper@redhat.com>
3066
3067         * nscd/connections.c (servinfo): Renamed to reqinfo.  Change all
3068         users.
3069         (handle_request): Remove unnecessary tests.
3070
3071         * nscd/cache.c (cache_add): Record the failure to add to the cache.
3072
3073 2007-01-15  Jakub Jelinek  <jakub@redhat.com>
3074
3075         * soft-fp/op-common.h (FP_TRUNC): When truncating a NaN, clear
3076         workbits in semi-raw fraction.
3077
3078         * math/test-misc.c: Add new tests.
3079
3080 2007-01-14  Steven Munroe  <sjmunroe@us.ibm.com>
3081
3082         * math/basic-test.c: Include test-skeleton.c.
3083         (TEST_TRUNC): Define.
3084         (truncdfsf_test, trunctfsf_test, trunctfdf_test): New.
3085         (main): Rename to ...
3086         (do_test): ...this.  Run new tests.
3087         (TEST_FUNCTION): Define.
3088
3089 2006-10-05  Steven Munroe  <sjmunroe@us.ibm.com>
3090             Joe Kerian  <jkerian@us.us.ibm.com>
3091
3092         [BZ #2749]
3093         * soft-fp/op-4.h (__FP_FRAC_SUB_3, __FP_FRAC_SUB_4): Correct borrow
3094         handling for high words.
3095         * soft-fp/op-common.h (_FP_OVERFLOW_SEMIRAW): Always set inexact
3096         and overflow for infinity.
3097
3098 2007-01-15  Ulrich Drepper  <drepper@redhat.com>
3099
3100         * nscd/connections.c (handle_request): Add a __builtin_expect.
3101
3102         * nscd/connections.c (serv2db): Change type into structure which
3103         also says whether this is a request for data.  Renamed to
3104         servinfo.  All users changed.
3105         (handle_request): Much simpler test whether we should search the cache.
3106
3107         * nscd/connections.c (handle_request): Fix thinko in selinux test
3108         invocation.
3109
3110         * sysdeps/generic/ldsodefs.h: Define DL_LOOKUP_SCOPE_LOCK.
3111         * elf/dl-lookup.c (add_dependency): If scope map is locked, unlock
3112         it before getting dl_load_lock and then relock.
3113         (_dl_lookup_symbol_x): Pass flags to add_dependency.
3114         When rerunning _dl_lookup_symbol_x, compute symbol_scope again in
3115         case we unlocked the scope.
3116         * elf/dl-runtime.c (_dl_fixup): Pass DL_LOOKUP_SCOPE_LOCK to
3117         _dl_lookup_symbol_x in case we locked the scope.
3118         (_dl_profile_fixup): Likewise.
3119         * elf/dl-sym.c (do_sym): In flags passed to call_dl_lookup, also
3120         set DL_LOOKUP_SCOPE_LOCK.
3121
3122 2007-01-13  Ulrich Drepper  <drepper@redhat.com>
3123
3124         * inet/Makefile: Define CFLAGS-getsrvbynm_r.c and
3125         CFLAGS-getsrvbynpt_r.c.
3126         * nscd/getsrvbynm_r.c: New file.
3127         * nscd/getsrvbypt_r.c: New file.
3128         * nscd/nscd_getserv_r.c: New file.
3129         * nscd/servicescache.c: New file.
3130         * nscd/Makefile (routines): Add nscd_getserv_r.
3131         (nscd-modules): Add getsrvbynm_r, getsrvbypt_r, and servicescache.
3132         Define CFLAGS-servicescache.c, CFLAGS-getsrvbynm_r.c, and
3133         CFLAGS-getsrvbypt_r.c.
3134         * nscd/cache.c (prune_cache): Rewrite to get re-add function from
3135         table.  Add entries for services database.
3136         * nscd/connections.c (serv2str): Mark as const.  Add entries for
3137         services database.
3138         (dbs): Add .reset_res and servdb initialization.
3139         (serv2db): Add entries for services database.
3140         (verify_persistent_db): Accept dbnr == servdb.
3141         (invalidate_cache): Rewrite database name recognition to use a table.
3142         Call res_init() if .reset_res is set for database.
3143         (handle_request): Add code to handle services database.
3144         * nscd/gai.c: Don't define __getservbyname_r.
3145         * nscd/nscd-client.h (request_type): Remove LASTDBREQ, add
3146         GETSERVBYNAME, GETSERVBYPORT, GETFDSERV.
3147         (serv_response_header): Define.
3148         (struct datahead): Add serv_response_header member.
3149         * nscd/nscd.c (parse_opt): Rewrite parsing of -i parameter value
3150         using table.
3151         * nscd/nscd.conf: Add entries for services database.
3152         * nscd/nscd.h: Adjust declaration of dbnames and serv2str.
3153         Declare serv_iov_disabled.
3154         Declare addservbyname, readdservbyname, addservbyport, and
3155         readdservbyport.
3156         * nscd/nscd_conf.c (dbnames): Mark as const.  Add services entry.
3157         (find_db): Fix error message.
3158         * nscd/nscd_proto.h: Declare __nss_not_use_nscd_services,
3159         __nscd_getservbyname_r, and __nscd_getservbyport_r.
3160         * nscd/selinux.c (perms): Add entries for services database.
3161         * nss/Versions: Export __nss_services_lookup with GLIBC_PRIVATE.
3162         * nss/nsswitch.c (__nss_disable_nscd): Also disable services database.
3163
3164         * nscd/grpcache.c: Remove obsolete code.  Cleanups.
3165         * nscd/hstcache.c: Likewise.
3166         * nscd/pwdcache.c: Likewise.
3167
3168         * nis/nss_nis/nis-service.c (_nss_nis_getservbyname_r): Correct
3169         computation of keylen.
3170
3171         * include/string.h: Only redefine strndupa if this is really for
3172         libc code.
3173
3174 2007-01-12  Ulrich Drepper  <drepper@redhat.com>
3175
3176         * nscd/nscd_gethst_r.c: Minor cleanups.
3177
3178         * nscd/connections.c (handle_request): Check selinux permissions
3179         for all non-admin commands.
3180
3181         * sysdeps/i386/i486/bits/atomic.h: Define
3182         atomic_compare_and_exchange_val_acq,
3183         atomic_compare_and_exchange_bool_acq, and atomic_exchange_and_add
3184         using __sync_* built-ins for gcc >= 4.1.
3185         * sysdeps/x86_64/bits/atomic.h: Likewise.
3186
3187         [BZ #3840]
3188         * scripts/check-local-headers.sh: Restrict to testing .o.d, .os.d,
3189         and .oS.d files.
3190
3191 2007-01-05  Steven Munroe  <sjmunroe@us.ibm.com>
3192
3193         * stdlib/tst-makecontext.c: Include errno.h.  Change main()
3194         to do_test().  Define TEST_FUNCTION. Include test-skeleton.c.
3195         (do_test): Check errno and exit(0) if ENOSYS.
3196
3197 2007-01-11  Jakub Jelinek  <jakub@redhat.com>
3198
3199         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Fix handling of multi-byte
3200         thousands separators.
3201         * stdlib/Makefile: Add rules to build and run tst-strtod4.
3202         * stdlib/tst-strtod4.c: New test.
3203
3204         [BZ #3855]
3205         * stdlib/strtod_l.c (____STRTOF_INTERNAL): 0x. not followed by
3206         hexadecimal digit should accept just the initial 0.
3207         * stdlib/tst-strtod2.c (tests): New variable.
3208         (do_test): Run several tests rather than just one.
3209
3210 2007-01-11  Jakub Jelinek  <jakub@redhat.com>
3211
3212         * sysdeps/i386/soft-fp/sfp-machine.h: Remove.
3213         * sysdeps/x86_64/soft-fp/sfp-machine.h: Likewise.
3214
3215 2007-01-10  Ulrich Drepper  <drepper@redhat.com>
3216
3217         * io/fts.c: Make sure fts_cur is always valid after return from
3218         fts_read.
3219         Patch by Miloslav Trmac <mitr@redhat.com>.
3220
3221 2006-10-27  Richard Sandiford  <richard@codesourcery.com>
3222
3223         * elf/elf.h (R_MIPS_GLOB_DAT): Define.
3224         (R_MIPS_NUM): Bump by 1.
3225
3226 2007-01-03  Jakub Jelinek  <jakub@redhat.com>
3227
3228         * posix/execvp.c: Include alloca.h.
3229         (allocate_scripts_argv): Renamed to...
3230         (scripts_argv): ... this.  Don't allocate buffer here nor count
3231         arguments.
3232         (execvp): Use alloca if possible.
3233         * posix/Makefile: Add rules to build and run tst-vfork3 test.
3234         * posix/tst-vfork3.c: New test.
3235
3236 2007-01-03  Ulrich Drepper  <drepper@redhat.com>
3237
3238         * string/Makefile (tst-strxfrm2-ENV): Define.
3239         * stdlib/Makefile (tst-strtod3-ENV): Define.
3240
3241 2007-01-02  Ulrich Drepper  <drepper@redhat.com>
3242
3243         * posix/getconf.c: Update copyright year.
3244         * nss/getent.c: Likewise.
3245         * iconv/iconvconfig.c: Likewise.
3246         * iconv/iconv_prog.c: Likewise.
3247         * elf/ldconfig.c: Likewise.
3248         * catgets/gencat.c: Likewise.
3249         * csu/version.c: Likewise.
3250         * elf/ldd.bash.in: Likewise.
3251         * elf/sprof.c (print_version): Likewise.
3252         * locale/programs/locale.c: Likewise.
3253         * locale/programs/localedef.c: Likewise.
3254         * nscd/nscd.c (print_version): Likewise.
3255         * debug/xtrace.sh: Likewise.
3256         * malloc/memusage.sh: Likewise.
3257         * malloc/mtrace.pl: Likewise.
3258         * debug/catchsegv.sh: Likewise.
3259
3260 2006-12-24  Ulrich Drepper  <drepper@redhat.com>
3261
3262         * malloc/malloc.c (sYSMALLOc): Remove some unnecessary alignment
3263         attempts.
3264
3265 2006-12-23  Ulrich Drepper  <drepper@redhat.com>
3266
3267         * posix/wordexp.c: Remove some unnecessary tests.
3268
3269 2006-12-22  Gavin Romig-Koch  <gavin@redhat.com>
3270
3271         * nis/nss_compat/compat-grp.c (internal_getgrgid_r): Don't
3272         blacklist the group till after we look it up.
3273
3274 2006-12-21  Ulrich Drepper  <drepper@redhat.com>
3275
3276         * include/atomic.h (atomic_forced_read): New macro.
3277
3278 2006-12-20  SUGIOKA Toshinobu  <sugioka@itonet.co.jp>
3279
3280         * sysdeps/unix/sysv/linux/sh/bits/shm.h: New file.
3281
3282 2006-12-19  Jakub Jelinek  <jakub@redhat.com>
3283
3284         * nss/getXXbyYY_r.c: Include atomic.h.
3285         (INTERNAL (REENTRANT_NAME)): Write startp after start_fct,
3286         add atomic_write_barrier () in between.
3287
3288         * stdlib/Makefile (tests): Add tst-makecontext.
3289         * stdlib/tst-makecontext.c: New test.
3290
3291         * sysdeps/unix/sysv/linux/powerpc/powerpc32/makecontext.S
3292         (__makecontext): Don't realign uc_mcontext.uc_regs.
3293
3294 2006-11-28  Jakub Jelinek  <jakub@redhat.com>
3295
3296         * elf/dl-support.c: Include dl-procinfo.h.
3297         * sysdeps/powerpc/dl-procinfo.h (PPC_PLATFORM_POWER4,
3298         PPC_PLATFORM_PPC970, PPC_PLATFORM_POWER5, PPC_PLATFORM_POWER5_PLUS,
3299         PPC_PLATFORM_POWER6, PPC_PLATFORM_CELL_BE, PPC_PLATFORM_POWER6X):
3300         Define.
3301         (_dl_string_platform): Use PPC_PLATFORM_* macros instead of
3302         hardcoded constants.
3303         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_platform): Use
3304         PPC_PLATFORM_* macros for array designators.
3305
3306 2006-11-11  Steven Munroe  <sjmunroe@us.ibm.com>
3307
3308         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_cap_flags): Add 3 new cap
3309         names to the beginning.
3310         (_dl_powerpc_platforms): Add "power6x".
3311         * sysdeps/powerpc/dl-procinfo.h (_DL_HWCAP_FIRST): Decrease.
3312         (HWCAP_IMPORTANT): Add PPC_FEATURE_HAS_DFP.
3313         (_DL_PLATFORMS_COUNT): Increase.
3314         (_dl_string_platform): Handle power6x case.
3315         * sysdeps/powerpc/sysdep.h (PPC_FEATURE_PA6T, PPC_FEATURE_HAS_DFP,
3316         PPC_FEATURE_POWER6_EXT): Define.
3317         (PPC_FEATURE_POWER5, PPC_FEATURE_POWER5_PLUS): Correct Comment.
3318
3319 2006-12-18  Jakub Jelinek  <jakub@redhat.com>
3320
3321         [BZ #3747]
3322         * stdlib/jrand48_r.c (__jrand48_r): Make sure result is in the
3323         [-2^31 .. 2^31) range.
3324         * stdlib/tst-rand48.c (main): Fix expected values for 64-bit
3325         targets.
3326         * stdlib/tst-rand48-2.c: New test.
3327         * stdlib/Makefile (tests): Add tst-rand48-2.
3328
3329 2006-12-14  Jakub Jelinek  <jakub@redhat.com>
3330
3331         * misc/tst-pselect.c (do_test): Fix sigblock argument.
3332
3333 2006-12-14  Ulrich Drepper  <drepper@redhat.com>
3334
3335         * misc/tst-pselect.c (do_test): Make sure the helper process is
3336         terminating when the test is aborted.
3337
3338 2006-12-13  Ulrich Drepper  <drepper@redhat.com>
3339
3340         * sysdeps/unix/sysv/linux/bits/statvfs.h: Define ST_RELATIME.
3341         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
3342         Handle relatime mount option.
3343
3344         [BZ #2337]
3345         * libio/Makefile (tests): Add tst-setvbuf1.
3346         * libio/tst-setvbuf1.c: New file.
3347
3348 2006-12-08  Jakub Jelinek  <jakub@redhat.com>
3349
3350         [BZ #2337]
3351         * libio/genops.c (__uflow): Fix a typo.
3352         * libio/wfiledoalloc.c (_IO_wfile_doallocate): Don't stat
3353         nor set _IO_LINE_BUF bit here.  Size the wide buffer based on
3354         the narrow buffer size.
3355
3356 2006-11-24  Jakub Jelinek  <jakub@redhat.com>
3357
3358         [BZ #2337]
3359         * libio/libio.h (_IO_FLAGS2_USER_WBUF): Define.
3360         * libio/wgenops.c (_IO_wsetb, _IO_wdefault_finish): Test and set
3361         _IO_FLAGS2_USER_WBUF bit in _flags2 instead of _IO_USER_BUF bit
3362         in _flags.
3363         * libio/wstrops.c (_IO_wstr_overflow, enlarge_userbuf,
3364         _IO_wstr_finish): Likewise.
3365         * libio/wmemstream.c (open_wmemstream): Likewise.
3366         * libio/fileops.c (_IO_new_file_close_it): Call _IO_set[bgp]
3367         even for wide streams.
3368
3369 2006-12-13  Jakub Jelinek  <jakub@redhat.com>
3370
3371         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S: Include
3372         kernel-features.h.
3373
3374 2006-12-11  Ulrich Drepper  <drepper@redhat.com>
3375
3376         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Parse thousand
3377         separators also if no non-zero digits found.
3378         * stdlib/Makefile (tests): Add tst-strtod3.
3379
3380 2006-12-09  Ulrich Drepper  <drepper@redhat.com>
3381
3382         [BZ #3632]
3383         * include/features.h: Fix comment about default value for
3384         _POSIX_C_SOURCE.
3385
3386         [BZ #3664]
3387         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Fix test to recognize
3388         empty parsed strings.
3389         * stdlib/Makefile (tests): Add tst-strtod2.
3390         * stdlib/tst-strtod2.c: New file.
3391
3392         [BZ #3673]
3393         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Fix exp_limit
3394         computation.
3395         * stdlib/Makefile (tests): Add tst-atof2.
3396         * stdlib/tst-atof2.c: New file.
3397
3398         [BZ #3674]
3399         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Adjust exponent value
3400         correctly if removing trailing zero of hex-float.
3401         * stdlib/Makefile (tests): Add tst-atof1.
3402         * stdlib/tst-atof1.c: New file.
3403
3404 2006-12-09  Jakub Jelinek  <jakub@redhat.com>
3405
3406         * misc/mntent_r.c (__hasmntopt): Check p[optlen] even when p == rest.
3407         Start searching for next comma at p rather than rest.
3408         * misc/Makefile (tests): Add tst-mntent2.
3409         * misc/tst-mntent2.c: New test.
3410
3411         * misc/getusershell.c (initshells): Check for integer overflows.
3412         Make strings buffer one bigger as fgets always succeeds when second
3413         argument is 1.  Don't use calloc for shells array.  Disallow
3414         / as shell.
3415
3416 2006-12-08  Ulrich Drepper  <drepper@redhat.com>
3417
3418         * malloc/memusage.c: Handle realloc with new size of zero and
3419         non-NULL pointer correctly.
3420         (me): Really write first record twice.
3421         (struct entry): Make format bi-arch safe.
3422         (dest): Write out more realloc statistics.
3423         * malloc/memusagestat.c (struct entry): Make format bi-arch safe.
3424
3425 2006-12-05  Jakub Jelinek  <jakub@redhat.com>
3426
3427         * nis/nis_subr.c (nis_getnames): Revert last change.
3428
3429 2006-12-04  Jakub Jelinek  <jakub@redhat.com>
3430
3431         * sysdeps/unix/sysv/linux/ttyname.c: Include termios.h.
3432         (ttyname): Use tcgetattr instead of isatty, don't set errno to ENOTTY.
3433         * sysdeps/unix/sysv/linux/ttyname_r.c: Include termios.h.
3434         (__ttyname_r): Use tcgetattr instead of isatty, don't set errno to
3435         ENOTTY.
3436         * io/Makefile: Add rules to build and run tst-ttyname_r test.
3437         * io/tst-ttyname_r.c: New test.
3438
3439 2006-12-03  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
3440
3441         * sysdeps/unix/sysv/linux/sh/sys/io.h: Removed.
3442
3443 2006-11-30  H.J. Lu  <hongjiu.lu@intel.com>
3444
3445         * sysdeps/i386/i686/memcmp.S: Use jump table as the base of
3446         jump table entries.
3447
3448 2006-11-30  Jan Kratochvil  <jan.kratochvil@redhat.com>
3449
3450         * sysdeps/unix/sysv/linux/i386/clone.S: Provide CFI for the outermost
3451         `clone' function to ensure proper unwinding stop of gdb.
3452         * sysdeps/unix/sysv/linux/x86_64/clone.S: Likewise.
3453
3454 2006-12-01  Ulrich Drepper  <drepper@redhat.com>
3455
3456         * nscd/nscd.init: Remove obsolete and commented-out -S option
3457         handling.
3458
3459 2006-11-23  Jakub Jelinek  <jakub@redhat.com>
3460
3461         [BZ #3514]
3462         * manual/string.texi (strncmp): Fix pastos from wcscmp description.
3463
3464         [BZ #3515]
3465         * manual/string.texi (strtok): Remove duplicate paragraph.
3466
3467 2006-12-01  Jan Kratochvil  <jan.kratochvil@redhat.com>
3468
3469         * sysdeps/unix/sysv/linux/x86_64/sigaction.c: Fix compatibility with
3470         libgcc not supporting `rflags' unwinding (register # >= 17).
3471
3472 2006-11-30  Jakub Jelinek  <jakub@redhat.com>
3473
3474         * sunrpc/svc_run.c (svc_run): Set my_pollfd to new_pollfd if realloc
3475         succeeded.
3476
3477 2006-11-29  Daniel Jacobowitz  <dan@codesourcery.com>
3478             Jakub Jelinek  <jakub@redhat.com>
3479             Jan Kratochvil  <jan.kratochvil@redhat.com>
3480
3481         * sysdeps/unix/sysv/linux/x86_64/sigaction.c (restore_rt): Add correct
3482         unwind information.
3483         * sysdeps/unix/sysv/linux/x86_64/Makefile: Provide symbols for
3484         'restore_rt' even in the 'signal' directory.
3485         * sysdeps/unix/sysv/linux/x86_64/ucontext_i.sym: Extend the regs list.
3486
3487 2006-11-27  Jakub Jelinek  <jakub@redhat.com>
3488
3489         [BZ #3559]
3490         * sunrpc/svc_run.c (svc_run): Fail instead of segfaulting if
3491         malloc crashed.  Don't allocate memory unnecessarily in each
3492         loop.
3493
3494 2006-10-21  Jakub Jelinek  <jakub@redhat.com>
3495
3496         * resolv/mapv4v6addr.h (map_v4v6_address): Fix last change.
3497
3498 2006-11-20  Ulrich Drepper  <drepper@redhat.com>
3499
3500         * resolv/mapv4v6addr.h (map_v4v6_address): Optimize a bit.
3501
3502 2006-11-18  Bruno Haible  <bruno@clisp.org>
3503
3504         * sysdeps/unix/sysv/linux/i386/getgroups.c (__getgroups): Invoke
3505         __sysconf only after having tried to call getgroups32.
3506
3507 2006-11-19  Ulrich Drepper  <drepper@redhat.com>
3508
3509         * nss/nss_files/files-hosts.c (LINE_PARSER): Support IPv6-style
3510         addresses for IPv4 queries if they can be mapped.
3511
3512 2006-11-16  Jakub Jelinek  <jakub@redhat.com>
3513
3514         * sysdeps/x86_64/fpu/s_copysignf.S (__copysignf): Switch to .text.
3515         * sysdeps/x86_64/fpu/s_copysign.S (__copysign): Likewise.
3516         (signmask): Add .size directive.
3517         (othermask): Add .type directive.
3518
3519 2006-11-14  Ulrich Drepper  <drepper@redhat.com>
3520
3521         * po/nl.po: Update from translation team.
3522
3523         * timezone/zdump.c: Redo fix for BZ #3137.
3524
3525 2006-11-14  Jakub Jelinek  <jakub@redhat.com>
3526
3527         * nss/nss_files/files-alias.c (get_next_alias): Set line back
3528         to first_unused after parsing :include: file.
3529
3530 2006-11-10  Ulrich Drepper  <drepper@redhat.com>
3531
3532         * timezone/africa: Update from tzdata2006o.
3533         * timezone/antarctica: Likewise.
3534         * timezone/asia: Likewise.
3535         * timezone/australasia: Likewise.
3536         * timezone/backward: Likewise.
3537         * timezone/europe: Likewise.
3538         * timezone/iso3166.tab: Likewise.
3539         * timezone/northamerica: Likewise.
3540         * timezone/southamerica: Likewise.
3541         * timezone/zone.tab: Likewise.
3542
3543         * time/tzfile.c (__tzfile_read): Extend to handle new file format
3544         on machines with 64-bit time_t.
3545
3546         * timezone/checktab.awk: Update from tzcode2006o.
3547         * timezone/ialloc.c: Likewise.
3548         * timezone/private.h: Likewise.
3549         * timezone/scheck.c: Likewise.
3550         * timezone/tzfile.h: Likewise.
3551         * timezone/tzselect.ksh: Likewise.
3552         * timezone/zdump.c: Likewise.
3553         * timezone/zic.c: Likewise.
3554
3555         [BZ #3483]
3556         * elf/ldconfig.c (main): Call setlocale and textdomain.
3557         Patch mostly by Benno Schulenberg <bensberg@justemail.net>.
3558
3559         [BZ #3480]
3560         * manual/argp.texi: Fix typos.
3561         * manual/charset.texi: Likewise.
3562         * manual/errno.texi: Likewise.
3563         * manual/filesys.texi: Likewise.
3564         * manual/lang.texi: Likewise.
3565         * manual/maint.texi: Likewise.
3566         * manual/memory.texi: Likewise.
3567         * manual/message.texi: Likewise.
3568         * manual/resource.texi: Likewise.
3569         * manual/search.texi: Likewise.
3570         * manual/signal.texi: Likewise.
3571         * manual/startup.texi: Likewise.
3572         * manual/stdio.texi: Likewise.
3573         * manual/sysinfo.texi: Likewise.
3574         * manual/syslog.texi: Likewise.
3575         * manual/time.texi: Likewise.
3576         Patch by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
3577
3578         [BZ #3465]
3579         * sunrpc/clnt_raw.c: Minimal message improvements.
3580         * sunrpc/pm_getmaps.c: Likewise.
3581         * nis/nss_nisplus/nisplus-publickey.c: Likewise.
3582         * nis/nis_print_group_entry.c: Likewise.
3583         * locale/programs/repertoire.c: Likewise.
3584         * locale/programs/charmap.c: Likewise.
3585         * malloc/memusage.sh: Likewise.
3586         * elf/dl-deps.c: Likewise.
3587         * locale/programs/ld-collate.c: Likewise.
3588         * libio/vswprintf.c: Likewise.
3589         * malloc/memusagestat.c: Likewise.
3590         * sunrpc/auth_unix.c: Likewise.
3591         * sunrpc/rpc_main.c: Likewise.
3592         * nscd/cache.c: Likewise.
3593         * locale/programs/repertoire.c: Unify output messages.
3594         * locale/programs/charmap.c: Likewise.
3595         * locale/programs/ld-ctype.c: Likewise.
3596         * locale/programs/ld-monetary.c: Likewise.
3597         * locale/programs/ld-numeric.c: Likewise.
3598         * locale/programs/ld-time.c: Likewise.
3599         * elf/ldconfig.c: Likewise.
3600         * nscd/selinux.c: Likewise.
3601         * elf/cache.c: Likewise.
3602         Patch mostly by Benno Schulenberg <bensberg@justemail.net>.
3603
3604         [BZ #3451]
3605         * sysdeps/i386/fpu/bits/mathinline.h (floor): Make rounding mode
3606         change atomic.
3607         (ceil): Likewise.
3608
3609 2006-11-10  Jakub Jelinek  <jakub@redhat.com>
3610
3611         * string/strxfrm_l.c (STRXFRM): Fix trailing \1 optimization
3612         if N is one bigger than return value.
3613         * string/tst-strxfrm2.c (do_test): Also test strxfrm with l1 + 1
3614         and l1 last arguments, if buf is defined, verify the return value
3615         equals to strlen (buf) and verify no byte beyond passed length
3616         is modified.
3617
3618 2006-11-10  Ulrich Drepper  <drepper@redhat.com>
3619
3620         * po/sv.po: Update from translation team.
3621
3622 2006-11-09  Ulrich Drepper  <drepper@redhat.com>
3623
3624         * sysdeps/unix/sysv/linux/x86_64/sysconf.c (intel_check_word): Add
3625         noinline attribute.
3626
3627 2006-11-10  Jakub Jelinek  <jakub@redhat.com>
3628
3629         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word): Add
3630         noinline attribute.
3631
3632         * sysdeps/gnu/siglist.c (__old_sys_siglist, __old_sys_sigabbrev):
3633         Use __new_sys_siglist instead of _sys_siglist_internal as
3634         second macro argument.
3635         (_old_sys_siglist): Use declare_symbol_alias macro instead of
3636         strong_alias.
3637
3638 2006-11-09  Ulrich Drepper  <drepper@redhat.com>
3639
3640         [BZ #3493]
3641         * posix/unistd.h (sysconf): Remove const attribute.
3642
3643         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Fix test for
3644         temporary or deprecated addresses.
3645         Patch by Sridhar Samudrala <sri@us.ibm.com>.
3646
3647         * string/Makefile (tests): Add tst-strxfrm2.
3648         * string/tst-strxfrm2.c: New file.
3649
3650 2006-10-09  Jakub Jelinek  <jakub@redhat.com>
3651
3652         * elf/dl-debug.c (_dl_debug_initialize): Check r->r_map for 0
3653         rather than r->r_brk.
3654
3655 2006-11-08  Jakub Jelinek  <jakub@redhat.com>
3656
3657         * string/strxfrm_l.c (STRXFRM): Do the trailing \1 removal
3658         optimization even if needed > n.
3659
3660         * elf/dl-load.c (decompose_rpath): Return bool rather than void.
3661         If l->l_name is on inhibit_rpath list, set sps->dirs to -1 and
3662         return false, otherwise return true.
3663         (cache_rpath): Return decompose_rpath return value.
3664
3665 2006-11-07  Jakub Jelinek  <jakub@redhat.com>
3666
3667         * include/libc-symbols.h (declare_symbol): Rename to...
3668         (declare_symbol_alias): ... this.  Add ORIGINAL argument, imply
3669         strong_alias (ORIGINAL, SYMBOL) in asm to make sure it preceedes
3670         .size directive.
3671         * sysdeps/gnu/errlist-compat.awk: Adjust for declare_symbol_alias
3672         changes.
3673         * sysdeps/gnu/siglist.c: Likewise.
3674
3675 2006-11-03  Steven Munroe  <sjmunroe@us.ibm.com>
3676
3677         * sysdeps/powerpc/fpu/bits/mathinline.h
3678         [__LIBC_INTERNAL_MATH_INLINES]: Moved to ...
3679         * sysdeps/powerpc/fpu/math_private.h: ...here.  New file.
3680
3681 2006-11-05  Ulrich Drepper  <drepper@redhat.com>
3682
3683         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word):
3684         Update handling of cache descriptor 0x49 for new models.
3685         * sysdeps/unix/sysv/linux/x86_64/sysconf.c (intel_check_word):
3686         Likewise.
3687
3688 2006-11-02  Jakub Jelinek  <jakub@redhat.com>
3689
3690         * malloc/memusage.c (dest): Reset not_me back to false after
3691         printing statistics.
3692
3693 2006-11-02  Ulrich Drepper  <drepper@redhat.com>
3694
3695         * configure.in: Work around ld --help change and avoid -z relro
3696         test completely if the architecture doesn't care about security.
3697
3698 2006-11-01  Ulrich Drepper  <drepper@redhat.com>
3699
3700         * po/sv.po: Update from translation team.
3701
3702 2006-10-31  Ulrich Drepper  <drepper@redhat.com>
3703
3704         * stdlib/atexit.c (atexit): Don't mark as hidden when used to
3705         generate compatibility version.
3706
3707 2006-10-29  Ulrich Drepper  <drepper@redhat.com>
3708
3709         * configure.in: Relax -z relro requirement a bit.
3710
3711         * po/sv.po: Update from translation team.
3712
3713 2006-10-29  Jakub Jelinek  <jakub@redhat.com>
3714
3715         * elf/dl-sym.c (do_sym): Use RTLD_SINGLE_THREAD_P.
3716         * elf/dl-runtime.c (_dl_fixup, _dl_profile_fixup): Likewise.
3717         * elf/dl-close.c (_dl_close_worker): Likewise.
3718         * elf/dl-open.c (_dl_open_worker): Likewise.
3719         * sysdeps/generic/sysdep-cancel.h (RTLD_SINGLE_THREAD_P): Define.
3720
3721 2006-10-27  Ulrich Drepper  <drepper@redhat.com>
3722
3723         * configure.in: Require assembler support for visibility, compiler
3724         support for visibility and aliases, linker support for various -z
3725         options.
3726         * Makeconfig: Remove conditional code which now is unnecessary.
3727         * config.h.in: Likewise.
3728         * config.make.in: Likewise.
3729         * dlfcn/Makefile: Likewise.
3730         * elf/Makefile: Likewise.
3731         * elf/dl-load.c: Likewise.
3732         * elf/rtld.c: Likewise.
3733         * include/libc-symbols.h: Likewise.
3734         * include/stdio.h: Likewise.
3735         * io/Makefile: Likewise.
3736         * io/fstat.c: Likewise.
3737         * io/fstat64.c: Likewise.
3738         * io/fstatat.c: Likewise.
3739         * io/fstatat64.c: Likewise.
3740         * io/lstat.c: Likewise.
3741         * io/lstat64.c: Likewise.
3742         * io/mknod.c: Likewise.
3743         * io/mknodat.c: Likewise.
3744         * io/stat.c: Likewise.
3745         * io/stat64.c: Likewise.
3746         * libio/stdio.c: Likewise.
3747         * nscd/Makefile: Likewise.
3748         * stdlib/Makefile: Likewise.
3749         * stdlib/atexit.c: Likewise.
3750         * sysdeps/generic/ldsodefs.h: Likewise.
3751         * sysdeps/i386/dl-machine.h: Likewise.
3752         * sysdeps/i386/sysdep.h: Likewise.
3753         * sysdeps/i386/i686/memcmp.S: Likewise.
3754         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
3755         * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
3756         * sysdeps/unix/sysv/linux/x86_64/sigaction.c: Likewise.
3757
3758         * Makerules: USE_TLS support is now default.
3759         * tls.make.c: Likewise.
3760         * csu/Versions: Likewise.
3761         * csu/libc-start.c: Likewise.
3762         * csu/libc-tls.c: Likewise.
3763         * csu/version.c: Likewise.
3764         * dlfcn/dlinfo.c: Likewise.
3765         * elf/dl-addr.c: Likewise.
3766         * elf/dl-cache.c: Likewise.
3767         * elf/dl-close.c: Likewise.
3768         * elf/dl-iteratephdr.c: Likewise.
3769         * elf/dl-load.c: Likewise.
3770         * elf/dl-lookup.c: Likewise.
3771         * elf/dl-object.c: Likewise.
3772         * elf/dl-open.c: Likewise.
3773         * elf/dl-reloc.c: Likewise.
3774         * elf/dl-support.c: Likewise.
3775         * elf/dl-sym.c: Likewise.
3776         * elf/dl-sysdep.c: Likewise.
3777         * elf/dl-tls.c: Likewise.
3778         * elf/ldconfig.c: Likewise.
3779         * elf/rtld.c: Likewise.
3780         * elf/tst-tls-dlinfo.c: Likewise.
3781         * elf/tst-tls1.c: Likewise.
3782         * elf/tst-tls10.h: Likewise.
3783         * elf/tst-tls14.c: Likewise.
3784         * elf/tst-tls2.c: Likewise.
3785         * elf/tst-tls3.c: Likewise.
3786         * elf/tst-tls4.c: Likewise.
3787         * elf/tst-tls5.c: Likewise.
3788         * elf/tst-tls6.c: Likewise.
3789         * elf/tst-tls7.c: Likewise.
3790         * elf/tst-tls8.c: Likewise.
3791         * elf/tst-tls9.c: Likewise.
3792         * elf/tst-tlsmod1.c: Likewise.
3793         * elf/tst-tlsmod13.c: Likewise.
3794         * elf/tst-tlsmod13a.c: Likewise.
3795         * elf/tst-tlsmod14a.c: Likewise.
3796         * elf/tst-tlsmod2.c: Likewise.
3797         * elf/tst-tlsmod3.c: Likewise.
3798         * elf/tst-tlsmod4.c: Likewise.
3799         * elf/tst-tlsmod5.c: Likewise.
3800         * elf/tst-tlsmod6.c: Likewise.
3801         * include/errno.h: Likewise.
3802         * include/link.h: Likewise.
3803         * include/tls.h: Likewise.
3804         * locale/global-locale.c: Likewise.
3805         * locale/localeinfo.h: Likewise.
3806         * malloc/arena.c: Likewise.
3807         * malloc/hooks.c: Likewise.
3808         * malloc/malloc.c: Likewise.
3809         * resolv/Versions: Likewise.
3810         * sysdeps/alpha/dl-machine.h: Likewise.
3811         * sysdeps/alpha/libc-tls.c: Likewise.
3812         * sysdeps/generic/ldsodefs.h: Likewise.
3813         * sysdeps/generic/tls.h: Likewise.
3814         * sysdeps/i386/dl-machine.h: Likewise.
3815         * sysdeps/ia64/dl-machine.h: Likewise.
3816         * sysdeps/ia64/libc-tls.c: Likewise.
3817         * sysdeps/mach/hurd/fork.c: Likewise.
3818         * sysdeps/mach/hurd/i386/tls.h: Likewise.
3819         * sysdeps/powerpc/powerpc32/dl-machine.c: Likwise.
3820         * sysdeps/powerpc/powerpc32/dl-machine.h: Likewise.
3821         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
3822         * sysdeps/s390/libc-tls.c: Likewise.
3823         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
3824         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
3825         * sysdeps/sh/dl-machine.h: Likewise.
3826         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
3827         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
3828         * sysdeps/x86_64/dl-machine.h: Likewise.
3829
3830         * elf/dl-close.c (_dl_close_worker): Renamed from _dl_close and
3831         split out locking and parameter checking.
3832         (_dl_close): Call _dl_close_worker after locking and checking.
3833         * elf/dl-open.c (_dl_open): Call _dl_close_worker instead of
3834         _dl_close.
3835         * elf/Makefile: Add rules to build and run tst-thrlock.
3836         * elf/tst-thrlock.c:  New file.
3837
3838         [BZ #3426]
3839         * stdlib/stdlib.h: Adjust comment for canonicalize_file_name to
3840         reality.
3841
3842         [BZ #3429]
3843         * elf/dl-open.c (dl_open_worker): Keep holding dl_load_lock until
3844         we are sure we do not need it anymore for _dl_close.  Also move
3845         the asserts inside the lock region.
3846         Patch mostly by Suzuki <suzuki@in.ibm.com>.
3847
3848 2006-10-27  Jakub Jelinek  <jakub@redhat.com>
3849
3850         * elf/dl-lookup.c (_dl_debug_bindings): Remove unused symbol_scope
3851         argument.
3852         (_dl_lookup_symbol_x): Adjust caller.
3853
3854         * sysdeps/generic/ldsodefs.h (struct link_namespaces): Remove
3855         _ns_global_scope.
3856         * elf/rtld.c (dl_main): Don't initialize _ns_global_scope.
3857
3858         * elf/dl-libc.c: Revert l_scope name changes.
3859         * elf/dl-load.c: Likewise.
3860         * elf/dl-object.c: Likewise.
3861         * elf/rtld.c: Likewise.
3862         * elf/dl-close.c (_dl_close): Likewise.
3863         * elf/dl-open.c (dl_open_worker): Likewise.  If not SINGLE_THREAD_P,
3864         always use __rtld_mrlock_{change,done}.  Always free old scope list
3865         here if not l_scope_mem.
3866         * elf/dl-runtime.c (_dl_fixup, _dl_profile_fixup): Revert l_scope name
3867         change.  Never free scope list here.  Just __rtld_mrlock_lock before
3868         the lookup and __rtld_mrlock_unlock it after the lookup.
3869         * elf/dl-sym.c: Likewise.
3870         * include/link.h (struct r_scoperec): Remove.
3871         (struct link_map): Replace l_scoperec with l_scope, l_scoperec_mem
3872         with l_scope_mem and l_scoperec_lock with l_scope_lock.
3873
3874 2006-10-25  Ulrich Drepper  <drepper@redhat.com>
3875
3876         * sysdeps/gnu/netinet/tcp.h: Define TCP_CONGESTION.
3877
3878 2006-10-18  Ulrich Drepper  <drepper@redhat.com>
3879
3880         * configure.in: Disable building profile libraries by default.
3881
3882 2006-10-17  Jakub Jelinek  <jakub@redhat.com>
3883
3884         * sunrpc/xdr_mem.c (xdrmem_setpos): Don't compare addresses
3885         as signed longs, check for x_base + pos overflow.
3886         * sunrpc/Makefile (tests): Add tst-xdrmem2.
3887         * sunrpc/tst-xdrmem2.c: New test.
3888
3889 2006-10-18  Ulrich Drepper  <drepper@redhat.com>
3890
3891         * elf/dl-lookup.c (_dl_lookup_symbol_x): Add warning to
3892         _dl_lookup_symbol_x code.
3893
3894 2006-10-17  Jakub Jelinek  <jakub@redhat.com>
3895
3896         * elf/dl-runtime.c: Include sysdep-cancel.h.
3897         (_dl_fixup, _dl_profile_fixup): Use __rtld_mrlock_* and
3898         scoperec->nusers only if !SINGLE_THREAD_P.  Use atomic_*
3899         instead of catomic_* macros.
3900         * elf/dl-sym.c: Include sysdep-cancel.h.
3901         (do_sym): Use __rtld_mrlock_* and scoperec->nusers only
3902         if !SINGLE_THREAD_P.  Use atomic_* instead of catomic_* macros.
3903         * elf/dl-close.c: Include sysdep-cancel.h.
3904         (_dl_close): Use __rtld_mrlock_* and scoperec->nusers only
3905         if !SINGLE_THREAD_P.  Use atomic_* instead of catomic_* macros.
3906         * elf/dl-open.c: Include sysdep-cancel.h.
3907         (dl_open_worker): Use __rtld_mrlock_* and scoperec->nusers only
3908         if !SINGLE_THREAD_P.  Use atomic_* instead of catomic_* macros.
3909
3910 2006-10-17  Jakub Jelinek  <jakub@redhat.com>
3911
3912         [BZ #3313]
3913         * malloc/malloc.c (malloc_consolidate): Set maxfb to address of last
3914         fastbin rather than end of fastbin array.
3915
3916 2006-10-18  Ulrich Drepper  <drepper@redhat.com>
3917
3918         * sysdeps/i386/i486/bits/atomic.h (catomic_decrement): Use correct
3919         body macro.
3920         * sysdeps/x86_64/bits/atomic.h
3921         (__arch_c_compare_and_exchange_val_64_acq): Add missing casts.
3922         (catomic_decrement): Use correct body macro.
3923
3924 2006-10-17  Jakub Jelinek  <jakub@redhat.com>
3925
3926         * include/atomic.h: Add a unique prefix to all local variables
3927         in macros.
3928         * csu/tst-atomic.c (do_test): Test also catomic_* macros.
3929
3930 2006-10-16  Ulrich Drepper  <drepper@redhat.com>
3931
3932         [BZ #3369]
3933         * sysdeps/posix/getaddrinfo.c (rfc3484_sort): Fix typos in rules 4
3934         and 7.
3935
3936 2006-10-14  Ulrich Drepper  <drepper@redhat.com>
3937
3938         * resolv/arpa/nameser.h: Document that ns_t_a6 is deprecated.
3939
3940 2006-10-13  Ulrich Drepper  <drepper@redhat.com>
3941
3942         [BZ #3313]
3943         * malloc/malloc.c (malloc_consolidate): Don't use get_fast_max to
3944         determine highest fast bin to consolidate, always look into all of
3945         them.
3946         (do_check_malloc_state): Only require for empty bins for large
3947         sizes in main arena.
3948
3949         * libio/stdio.h: Add more __wur attributes.
3950
3951         * elf/dl-minimal.c (realloc): Optimize last patch.
3952
3953 2006-10-12  Richard Sandiford  <richard@codesourcery.com>
3954
3955         [BZ #3352]
3956         * elf/dl-minimal.c (realloc): Let malloc() return a new pointer,
3957         and use memcpy() if it does.
3958
3959 2006-11-12  Andreas Jaeger  <aj@suse.de>
3960
3961         [BZ #2510]
3962         * manual/search.texi (Hash Search Function): Clarify.
3963         (Array Search Function): Clarify.
3964
3965 2006-11-12  Joseph Myers  <joseph@codesourcery.com>
3966
3967         [BZ #2830]
3968         * math/atest-exp.c (main): Cast hex value to mp_limb_t before
3969         shifting.
3970         * math/atest-exp2.c (read_mpn_hex): Likewise.
3971         * math/atest-sincos.c (main): Likewise.
3972
3973 2006-10-11  Ulrich Drepper  <drepper@redhat.com>
3974
3975         * sysdeps/unix/sysv/linux/syscalls.list: Add epoll_pwait.
3976         * sysdeps/unix/sysv/linux/sys/epoll.h: Declare epoll_pwait.
3977         * sysdeps/unix/sysv/linux/Versions (libc): Add epoll_pwait for
3978         version GLIBC_2.6.
3979         * Versions.def: Add GLIBC_2.6 for libc.
3980
3981         * sysdeps/unix/sysv/linux/i386/sysdep.h (DOARGS_6): Fix offset.
3982
3983         * sysdeps/i386/i486/bits/atomic.h: Add catomic_* support.
3984
3985 2006-10-11  Jakub Jelinek  <jakub@redhat.com>
3986
3987         * malloc/malloc.c (_int_malloc): Remove unused any_larger variable.
3988
3989         * nis/nis_defaults.c (__nis_default_access): Don't call getenv twice.
3990
3991         * nis/nis_subr.c (nis_getnames): Use __secure_getenv instead of getenv.
3992         * sysdeps/generic/unsecvars.h: Add NIS_PATH.
3993
3994 2006-10-11  Ulrich Drepper  <drepper@redhat.com>
3995
3996         * include/atomic.c: Define catomic_* operations.
3997         * sysdeps/x86_64/bits/atomic.h: Likewise.  Fix a few minor problems.
3998         * stdlib/cxa_finalize.c: Use catomic_* operations instead of atomic_*.
3999         * malloc/memusage.c: Likewise.
4000         * gmon/mcount.c: Likewise.
4001         * elf/dl-close.c: Likewise.
4002         * elf/dl-open.c: Likewise.
4003         * elf/dl-profile.c: Likewise.
4004         * elf/dl-sym.c: Likewise.
4005         * elf/dl-runtime.c: Likewise.
4006         * elf/dl-fptr.c: Likewise.
4007         * resolv/res_libc.c: Likewise.
4008
4009 2006-10-10  Ulrich Drepper  <drepper@redhat.com>
4010
4011         * nis/nis_subr.c (nis_getnames): Add trailing dot to NIS_PATH
4012         components which lack them.
4013
4014         * nis/nis_subr.c (nis_getnames): Make sure that we always return
4015         at least one entry consisting of the parameter concatenated with
4016         the domain.
4017
4018 2006-10-10  Roland McGrath  <roland@frob.com>
4019
4020         * sysdeps/mach/hurd/utimes.c: Use a union to avoid an improper cast.
4021         * sysdeps/mach/hurd/futimes.c: Likewise.
4022         * sysdeps/mach/hurd/lutimes.c: Likewise.
4023
4024 2006-10-09  Ulrich Drepper  <drepper@redhat.com>
4025             Jakub Jelinek  <jakub@redhat.com>
4026
4027         Implement reference counting of scope records.
4028         * elf/dl-close.c (_dl_close): Remove all scopes from removed objects
4029         from the list in objects which remain.  Always allocate new scope
4030         record.
4031         * elf/dl-open.c (dl_open_worker): When growing array for scopes,
4032         don't resize, allocate a new one.
4033         * elf/dl-runtime.c: Update reference counters before using a scope
4034         array.
4035         * elf/dl-sym.c: Likewise.
4036         * elf/dl-libc.c: Adjust for l_scope name change.
4037         * elf/dl-load.c: Likewise.
4038         * elf/dl-object.c: Likewise.
4039         * elf/rtld.c: Likewise.
4040         * include/link.h: Include <rtld-lowlevel.h>.  Define struct
4041         r_scoperec.  Replace r_scope with pointer to r_scoperec structure.
4042         Add l_scoperec_lock.
4043         * sysdeps/generic/ldsodefs.h: Include <rtld-lowlevel.h>.
4044         * sysdeps/generic/rtld-lowlevel.h: New file.
4045
4046         * include/atomic.h: Rename atomic_and to atomic_and_val and
4047         atomic_or to atomic_or_val.  Define new macros atomic_and and
4048         atomic_or which do not return values.
4049         * sysdeps/x86_64/bits/atomic.h: Define atomic_and and atomic_or.
4050         Various cleanups.
4051         * sysdeps/i386/i486/bits/atomic.h: Likewise.
4052
4053         * po/sv.po: Update from translation team.
4054
4055 2006-10-07  Ulrich Drepper  <drepper@redhat.com>
4056
4057         * Versions.def: Add GLIBC_2.6 to libpthread.
4058
4059         * include/shlib-compat.h (SHLIB_COMPAT): Expand parameters before use.
4060         (versioned_symbol): Likewise.
4061         (compat_symbol): Likewise.
4062
4063         * po/tr.po: Update from translation team.
4064
4065 2006-10-06  Ulrich Drepper  <drepper@redhat.com>
4066
4067         * nis/Banner: Removed.  It's been integral part forever and the
4068         author info is incomplete anyway.
4069         * libio/Banner: Likewise.
4070
4071         * nis/nis_table.c (nis_list): If __follow_path fails in the new
4072         code, make sure the nis_freeresult call doesn't crash and that the
4073         result is reported correctly.
4074
4075 2006-09-27  Jakub Jelinek  <jakub@redhat.com>
4076
4077         * nis/nis_table.c (nis_list): Handle FOLLOW_PATH | ALL_RESULTS
4078         when callback is NULL.
4079
4080         * nis/Versions (libnss_nisplus): Add
4081         _nss_nisplus_initgroups_dyn@@GLIBC_PRIVATE.
4082         * nis/Makefile (libnss_nisplus-routines): Add nisplus-initgroups.
4083         * nis/nss_nisplus/nisplus-grp.c (tablename_val, tablename_len,
4084         _nss_create_tablename): Rename to...
4085         (grp_tablename_val, grp_tablename_len, _nss_grp_create_tablename):
4086         ... these.  No longer static.
4087         (internal_setgrent): Adjust users.
4088         (_nss_nisplus_getgrnam_r, _nss_nisplus_getgrgid_r): Likewise.
4089         Don't use locking around _nss_grp_create_tablename call.
4090         * nis/nss_nisplus/nisplus-initgroups.c: New file.
4091
4092 2006-10-06  Ulrich Drepper  <drepper@redhat.com>
4093
4094         * version.h (VERSION): Bump to 2.5.90 for new development tree.
4095
4096 2006-10-06  Andreas Jaeger  <aj@suse.de>
4097
4098         * include/features.h (__GLIBC_MINOR__): It's glibc 2.5 now.
4099
4100 2006-10-06  Ulrich Drepper  <drepper@redhat.com>
4101
4102         * po/pl.po: Update from translation team.
4103
4104         * nscd/nscd.c (main): Fix typo in message.
4105         Patch by Jakub Bogsz <qboosh@pld-linux.org>.
4106
4107 2006-10-02  Jakub Jelinek  <jakub@redhat.com>
4108
4109         [BZ #3291]
4110         * sysdeps/unix/sysv/linux/sparc/sparc64/pause.c: Include
4111         errno.h, signal.h, unistd.h and sysdep-cancel.h.
4112         (__sigprocmask): Define.
4113
4114 2006-10-02  Ulrich Drepper  <drepper@redhat.com>
4115
4116         * elf/rtld.c (dl_main): Don't use prelinking if LD_DYNAMIC_WEAK is
4117         used.
4118
4119 2006-10-02  Jakub Jelinek  <jakub@redhat.com>
4120
4121         * nscd/mem.c (mempool_alloc): Round array size to 16 bytes
4122         in oldtotal and newtotal calculation.
4123         * nscd/nscd-client.h (struct mapped_database): Add datasize
4124         field.
4125         * nscd/nscd_helper.c (get_mapping): Initialize datasize field.
4126         (__nscd_get_map_ref): Get a new mapping even if mapping's data_size
4127         increased.
4128         (__nscd_cache_search): Add checks to make sure we never reference
4129         data beyond the current mapping.
4130
4131 2006-10-02  Dmitry V. Levin  <ldv@altlinux.org>
4132
4133         * sysdeps/posix/getaddrinfo.c (match_prefix): Make mask and val
4134         variables const to avoid compiler warnings.
4135
4136         * io/fts.c (fts_close): Remove redundant checks.
4137         (fts_build): Likewise.
4138         (fts_palloc): Likewise.
4139
4140         * manual/message.texi (Advanced gettext functions,
4141         Using gettextized software): Fix typos.
4142
4143 2006-09-30  Ulrich Drepper  <drepper@redhat.com>
4144
4145         * posix/glob.c (glob_in_dir): Add some comments and asserts to
4146         explain why there are no leaks.
4147
4148 2006-09-29  Ulrich Drepper  <drepper@redhat.com>
4149
4150         * libio/wmemstream.c: Include <wchar.h>.
4151         * libio/bug-wmemstream1.c: Likewise.
4152         * libio/tst-wmemstream1.c: Likewise.
4153         * libio/tst-wmemstream2.c: Likewise.
4154
4155         * version.h (RELEASE): Bump to 2.5.
4156         * README: Regenerated.
4157
4158         * locale/iso-3166.def: Add Aaland Islands and Montenegro.
4159
4160         [BZ #3273]
4161         * nscd/nscd_initgroups.c (__nscd_getgrouplist): It is OK to have
4162         found no group members.
4163         Patch by Petr Baudis.
4164
4165 2006-09-29  Jakub Jelinek  <jakub@redhat.com>
4166
4167         * elf/rtld.c (_dl_start_final): If not USE___THREAD, don't
4168         assert bootstrap_map.l_tls_modid is zero.
4169         (_dl_start): Initialize bootstrap_map.l_tls_modid to 0
4170         if USE___THREAD.
4171
4172 2006-09-27  Ulrich Drepper  <drepper@redhat.com>
4173
4174         * libio/stdio.h: Move open_wmemstream prototype to ...
4175         * wcsmbs/wchar.h: ... here.
4176
4177 2006-09-25  Jakub Jelinek  <jakub@redhat.com>
4178
4179         [BZ #3252]
4180         * sysdeps/unix/sysv/linux/powerpc/fchownat.c (fchownat): Handle only
4181         fchownat syscall and __ASSUME_LCHOWN_SYSCALL case inline, call
4182         __{,l}chown to handle the rest.
4183         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat): Handle only
4184         fchownat syscall and __ASSUME_32BITUIDS case inline, call
4185         __{,l}chown to handle the rest.
4186         * sysdeps/unix/sysv/linux/sparc/sparc32/fchownat.c: Include
4187         i386/fchownat.c.
4188         * sysdeps/unix/sysv/linux/s390/s390-32/fchownat.c: Likewise.
4189         * sysdeps/unix/sysv/linux/sh/fchownat.c: Likewise.
4190
4191         [BZ #3253]
4192         * posix/glob.c (glob_in_dir): Don't alloca one struct globlink at a
4193         time, rather allocate increasingly bigger arrays of pointers, if
4194         possible with alloca, if too large with malloc.
4195
4196 2006-09-24  Jakub Jelinek  <jakub@redhat.com>
4197
4198         * sysdeps/powerpc/fpu/libm-test-ulps: Updated.
4199
4200         * sysdeps/ieee754/ldbl-128/s_lrintl.c (__lrintl): Fix 2 typos.
4201
4202 2006-09-24  Ulrich Drepper  <drepper@redhat.com>
4203
4204         * sysdeps/posix/getaddrinfo.c (rfc3484_sort): Implement rule 4,
4205         home addresses.
4206         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Recognize
4207         IFA_F_HOMEADDRESS flag for interfaces.
4208         * include/ifaddrs.h (struct in6addrinfo): Define
4209         in6ai_homeaddress.
4210
4211 2006-09-21  Jakub Jelinek  <jakub@redhat.com>
4212
4213         [BZ #3225]
4214         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h (PTR_MANGLE3,
4215         PTR_DEMANGLE3): Define.
4216         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h (PTR_MANGLE3,
4217         PTR_DEMANGLE3): Likewise.
4218         * sysdeps/powerpc/powerpc32/__longjmp-common.S (__longjmp): Use them.
4219         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S (__longjmp):
4220         Likewise.
4221         * sysdeps/powerpc/powerpc64/__longjmp-common.S (__longjmp): Likewise.
4222
4223 2006-09-20  Jakub Jelinek  <jakub@redhat.com>
4224
4225         * po/libc.pot: Regenerated.
4226         * po/be.po: Updated.
4227         * po/ca.po: Likewise.
4228         * po/cs.po: Likewise.
4229         * po/da.po: Likewise.
4230         * po/de.po: Likewise.
4231         * po/el.po: Likewise.
4232         * po/en_GB.po: Likewise.
4233         * po/es.po: Likewise.
4234         * po/fi.po: Likewise.
4235         * po/fr.po: Likewise.
4236         * po/gl.po: Likewise.
4237         * po/hr.po: Likewise.
4238         * po/hu.po: Likewise.
4239         * po/ja.po: Likewise.
4240         * po/ko.po: Likewise.
4241         * po/nb.po: Likewise.
4242         * po/nl.po: Likewise.
4243         * po/pl.po: Likewise.
4244         * po/pt_BR.po: Likewise.
4245         * po/ru.po: Likewise.
4246         * po/rw.po: Likewise.
4247         * po/sk.po: Likewise.
4248         * po/sv.po: Likewise.
4249         * po/tr.po: Likewise.
4250         * po/zh_CN.po: Likewise.
4251         * po/zh_TW.po: Likewise.
4252
4253         [BZ #3137]
4254         * iconv/iconv_prog.c (main): Fix spelling in error message.
4255         * iconv/iconvconfig.c (main): Likewise.
4256         * locale/programs/ld-collate.c (handle_ellipsis): Likewise.
4257         * locale/programs/ld-ctype.c (charclass_symbolic_ellipsis): Likewise.
4258         * locale/programs/localedef.c (main): Likewise.
4259         * locale/programs/repertoire.c (repertoire_read): Likewise.
4260         * timezone/zdump.c (main): Likewise.
4261         * nscd/connections.c (handle_request): Fix spelling in log message.
4262         Patch by Malcolm Parsons <malcolm.parsons@gmail.com>.
4263
4264 2006-09-20  Ulrich Drepper  <drepper@redhat.com>
4265
4266         * inet/inet6_option.c: Also emit linker warnings for the RFC 2292
4267         interfaces.
4268
4269 2006-09-20  Andreas Jaeger  <aj@suse.de>
4270
4271         * math/libm-test.inc (lrint_test_upward): Fix typo.
4272
4273 2006-06-17  Joseph S. Myers  <joseph@codesourcery.com>
4274
4275         [BZ #2592]
4276         * math/libm-test.inc (lrint_test_tonearest): New function.
4277         (lrint_test_towardzero): New function.
4278         (lrint_test_downward): New function.
4279         (lrint_test_upward): New function.
4280         (main): Run these new tests.
4281         * sysdeps/ieee754/dbl-64/s_llrint.c (__llrint): Correct rounding
4282         of values near to 0.
4283         (two52): Use double not long double.
4284         * sysdeps/ieee754/dbl-64/s_lrint.c (__lrint): Likewise.
4285         * sysdeps/ieee754/flt-32/s_llrintf.c (__llrintf): Likewise.
4286         (two23): Use float not double.
4287         * sysdeps/ieee754/flt-32/s_lrintf.c (__lrintf): Likewise.
4288         (two23): Use float not double.
4289         * sysdeps/ieee754/ldbl-128/s_llrintl.c (__llrintl): Likewise.
4290         * sysdeps/ieee754/ldbl-128/s_lrintl.c (__lrintl): Likewise.
4291         * sysdeps/ieee754/ldbl-96/s_llrintl.c (__llrintl): Likewise.
4292         * sysdeps/ieee754/ldbl-96/s_lrintl.c (__lrintl): Likewise.
4293
4294 2006-09-20  Martin Schwidefsky  <schwidefsky@de.ibm.com>
4295
4296         * sysdeps/unix/sysv/linux/s390/s390-32/makecontext.c (__makecontext):
4297         Cast sp to unsigned long to avoid compiler warning.
4298         Use __makecontext_ret function instead of a trampoline on the stack.
4299         (__makecontext_ret): New function.
4300         * sysdeps/unix/sysv/linux/s390/s390-64/makecontext.c: Likewise.
4301
4302 2006-09-19  Jakub Jelinek  <jakub@redhat.com>
4303
4304         * elf/dl-cache.c (HWCAP_CHECK): If _DL_PLATFORMS_COUNT, but
4305         platform == -1, reject any libs with non-zero _DL_HWCAP_PLATFORM
4306         bits.
4307
4308 2006-09-19  Ulrich Drepper  <drepper@redhat.com>
4309
4310         * elf/dl-close.c (_dl_close): If dependency is not unloaded make
4311         sure no reference to the unloaded map's search list remains in the
4312         dependency's scope.
4313
4314 2006-09-16  Jakub Jelinek  <jakub@redhat.com>
4315
4316         * elf/Makefile: Add rules to build and run unload7 test.
4317         * elf/unload7.c: New test.
4318         * elf/unload7mod1.c: New file.
4319         * elf/unload7mod2.c: New file.
4320
4321 2006-09-18  Jakub Jelinek  <jakub@redhat.com>
4322
4323         * sysdeps/unix/sysv/linux/sys/ptrace.h (PT_GETEVENTMSG): Fix pasto.
4324         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h (PTRACE_SETOPTIONS,
4325         PTRACE_GETEVENTMSG, PTRACE_GETSIGINFO, PTRACE_SETSIGINFO): Define.
4326         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h (PTRACE_SETOPTIONS,
4327         PTRACE_GETEVENTMSG, PTRACE_GETSIGINFO, PTRACE_SETSIGINFO): Likewise.
4328         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h (PTRACE_SETOPTIONS,
4329         PTRACE_GETEVENTMSG, PTRACE_GETSIGINFO, PTRACE_SETSIGINFO): Likewise.
4330         * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h (PTRACE_SETOPTIONS,
4331         PTRACE_GETEVENTMSG): Likewise.
4332         (PTRACE_GETSIGINFO, PTRACE_SETSIGINFO): Change to the arch independent
4333         values.
4334
4335 2006-09-17  Mike Frysinger  <vapier@gentoo.org>
4336
4337         * sysdeps/unix/sysv/linux/sys/ptrace.h (PTRACE_SETOPTIONS,
4338         PTRACE_GETEVENTMSG, PTRACE_GETSIGINFO, PTRACE_SETSIGINFO): Define.
4339         * sysdeps/unix/sysv/linux/ptrace.c (ptrace): Check PTRACE_SETOPTIONS,
4340         PTRACE_GETEVENTMSG, PTRACE_GETSIGINFO and PTRACE_SETSIGINFO.
4341
4342 2006-09-16  Jakub Jelinek  <jakub@redhat.com>
4343
4344         * sysdeps/powerpc/powerpc32/register-dump.h (register_dump): Don't
4345         write '\0' to the fd.
4346         * sysdeps/mach/hurd/powerpc/register-dump.h (register_dump): Likewise.
4347         * sysdeps/powerpc/powerpc64/register-dump.h (register_dump): Likewise.
4348         Change regs to unsigned long pointer from unsigned int, fix fscr
4349         offset.
4350
4351 2006-09-14  Jakub Jelinek  <jakub@redhat.com>
4352
4353         * io/Makefile (CFLAGS-fstatat.c): Set.
4354         (CFLAGS-fstatat64.c): Likewise.
4355         (CFLAGS-mknodat.c): Likewise.
4356
4357         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c: Comment fixes.
4358         * sysdeps/ieee754/ldbl-128ibm/s_llroundl.c: Likewise.
4359         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c: Rewritten.
4360         * sysdeps/ieee754/ldbl-128ibm/s_lroundl.c: Rewritten.
4361
4362 2006-09-14  Jakub Jelinek  <jakub@redhat.com>
4363             Steven Munroe  <sjmunroe@us.ibm.com>
4364
4365         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_cap_flags): Add 4 new cap
4366         names to the beginning.  Rename "cell" to "cellbe".
4367         (_dl_powerpc_platforms): New.
4368         * sysdeps/powerpc/dl-procinfo.h (_DL_HWCAP_FIRST): Decrease.
4369         (HWCAP_IMPORTANT): Remove power{4,5,5+} and cell.
4370         (_DL_PLATFORMS_COUNT, _DL_FIRST_PLATFORM): Define.
4371         (_DL_HWCAP_PLATFORM): Define to new mask.
4372         (_dl_platform_string, _dl_string_platform): New functions.
4373         * sysdeps/powerpc/sysdep.h (PPC_FEATURE_BOOKE, PPC_FEATURE_SMT,
4374         PPC_FEATURE_ICACHE_SNOOP, PPC_FEATURE_ARCH_2_05): Define.
4375
4376 2006-09-12  Jakub Jelinek  <jakub@redhat.com>
4377
4378         [BZ #2526]
4379         * README.libm: Fix a thinko in sqrt algorithm description.
4380
4381         [BZ #3143]
4382         * manual/string.texi (argz_delete): Fix prototype.
4383         Patch by <alpt@freaknet.org>.
4384
4385 2006-08-26  Joseph Myers  <joseph@codesourcery.com>
4386
4387         [BZ #3138]
4388         * io/test-lfs.c (do_prepare): Give name_len type size_t.
4389         * io/tst-fcntl.c (do_prepare): Likewise.
4390         * posix/tst-exec.c (do_prepare): Likewise.
4391         * posix/tst-preadwrite.c (do_prepare): Likewise.
4392         * posix/tst-spawn.c (do_prepare): Likewise.
4393         * posix/tst-truncate.c (do_prepare): Likewise.
4394         * rt/tst-aio.c (do_prepare): Likewise.
4395         * rt/tst-aio64.c (do_prepare): Likewise.
4396         * stdlib/test-canon2.c (do_prepare): Give test_dir_len type
4397         size_t.
4398
4399 2006-09-09  Ulrich Drepper  <drepper@redhat.com>
4400
4401         [BZ #2821]
4402         * time/mktime.c (guess_time_tm): Fix overflow detection.
4403         * time/Makefile (tests): Add bug-mktime1.
4404         * time/bug-mktime1.c: New file.
4405
4406         [BZ #3189, #3188]
4407         * misc/sys/mman.h (remap_file_pages): Make available for _GNU_SOURCE.
4408         (mremap): Likewise.
4409
4410 2006-09-07  Jakub Jelinek  <jakub@redhat.com>
4411
4412         [BZ #1006]
4413         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela):
4414         Ensure relocation doesn't clobber any bits outside of the
4415         immediate field for R_SPARC_TLS_LE_HIX22, R_SPARC_WDISP30,
4416         R_SPARC_HI22 and R_SPARC_H44.
4417
4418         [BZ #2775]
4419         * malloc/malloc.c (sYSMALLOc): Only call grow_heap if
4420         (long) (MINSIZE + nb - old_size) is positive.
4421
4422         * malloc/arena.c (grow_heap): When growing bail even if new_size
4423         is negative.
4424
4425         [BZ #3155]
4426         * sysdeps/powerpc/powerpc32/fpu/s_lrint.S (__lrint): Don't access
4427         stack below r1.
4428
4429 2006-09-06  Jakub Jelinek  <jakub@redhat.com>
4430
4431         * posix/regex_internal.c (re_string_reconstruct): Handle
4432         offset < pstr->valid_raw_len && pstr->offsets_needed case.
4433         Ensure no bytes read before raw_mbs array.  Pass a saved copy of
4434         pstr->valid_len - 1 rather than pstr->valid_raw_len - 1 to
4435         re_string_context_at.
4436         * posix/Makefile: Add rules to build and run bug-regex26 test.
4437         * posix/bug-regex26.c: New test.
4438
4439         * locale/programs/ld-collate.c (collate_read): Goto sym_equiv_free
4440         rather than col_sym_free.  Move seqp declaration earlier.
4441
4442         * resolv/gai_suspend.c (gai_suspend): Make sure result is initialized.
4443
4444 2006-09-05  Jakub Jelinek  <jakub@redhat.com>
4445
4446         * nscd/initgrcache.c (addinitgroupsX): Move any_success
4447         decl before first goto out.
4448
4449 2006-09-04  Jakub Jelinek  <jakub@redhat.com>
4450
4451         * Makerules (shlib.lds): If have-hash-style, put .hash section
4452         at the end of the RO segment.
4453
4454 2006-09-04  Ulrich Drepper  <drepper@redhat.com>
4455
4456         * elf/do-lookup.h (do_lookup_x): Initialize symidx in case the new
4457         style hash table format is used.
4458
4459 2006-09-04  Jakub Jelinek  <jakub@redhat.com>
4460
4461         * resolv/res_mkquery.c (res_nmkquery): Set hp->id to statp->id after
4462         randomization rather than before.
4463         * resolv/res_init.c (res_randomid): Don't call gettimeofday here.
4464
4465 2006-08-31  Jakub Jelinek  <jakub@redhat.com>
4466
4467         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Add ld.so.
4468
4469         * malloc/malloc.c (_int_malloc): Use full list insert and not
4470         shortcut which assumes the list is empty for large requests
4471         too.
4472
4473         * elf/tst-addr1.c (do_test): Allow i.dli_sname "_IO_printf".
4474
4475 2006-08-30  Jakub Jelinek  <jakub@redhat.com>
4476
4477         * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h (splice): Add offin
4478         and offout arguments to the prototype.
4479         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (splice): Likewise.
4480         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h (splice): Likewise.
4481         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (splice): Likewise.
4482         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h (splice): Likewise.
4483         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h (splice): Likewise.
4484         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h (splice): Likewise.
4485         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h (splice): Likewise.
4486         * sysdeps/unix/sysv/linux/syscalls.list (splice): Adjust args string.
4487
4488 2006-08-28  Ulrich Drepper  <drepper@redhat.com>
4489
4490         * elf/dl-load.c (_dl_init_paths): Expand DSTs.
4491
4492         * elf/dl-open.c (dl_open_worker): Allow $LIB and $PLATFORM in
4493         dlopen parameters.
4494
4495 2006-08-28  Jakub Jelinek  <jakub@redhat.com>
4496
4497         * inet/getnameinfo.c (getnameinfo): For AF_INET, check errno
4498         only if herrno is NETDB_INTERNAL.  Handle errors other than
4499         ERANGE outside of the loops, handle TRY_AGAIN.
4500
4501         * locale/programs/ld-ctype.c (translit_flatten): Issue error
4502         if other's ctype category was missing.
4503         * locale/programs/ld-collate.c (collate_read): Return if
4504         copy_locale's collate category is missing.
4505
4506 2006-08-27  Ulrich Drepper  <drepper@redhat.com>
4507
4508         [BZ #2684]
4509         * malloc/malloc.c (public_rEALLOc): Try harder by using other
4510         arenas if allocation failed.
4511         Patch mostly by Jan Edler <jan.edler@indexengines.com>.
4512
4513 2006-08-26  Ulrich Drepper  <drepper@redhat.com>
4514
4515         * malloc/malloc.c (bin_at): Rewrite to be more clear and to not
4516         waste bins[0..1].
4517         (malloc_state): Reduce bins size by 2.
4518         (_int_malloc): Fix test for large enough buffer for early termination.
4519         When no unsorted block matches perfectly and an exiting block has
4520         to be split, use full list insert and not shortcut which assumes
4521         the list is empty.
4522
4523         * locale/programs/ld-ctype.c (ctype_read): Better patch for read
4524         failure.
4525
4526 2006-08-24  Ulrich Drepper  <drepper@redhat.com>
4527
4528         * locale/programs/ld-ctype.c (ctype_read): If CTYPE is NULL, don't
4529         do anything.
4530
4531         * sysdeps/generic/ldsodefs.h (DL_ADDR_SYM_MATCH): For undefined
4532         symbol require exact match (these are PLTs).
4533         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ldsodefs.h
4534         (_dl_ppc64_addr_sym_match): Likewise.
4535
4536         [BZ #2683]
4537         * elf/dl-addr.c (_dl_addr): Don't ignore all undefined symbols.
4538         If symbol has a value use it.
4539         * elf/tst-dladdr1.c: New file.
4540         * elf/Makefile: Add rules to build and run tst-addr1.
4541
4542 2006-08-24  Jakub Jelinek  <jakub@redhat.com>
4543
4544         * malloc/malloc.c (sYSMALLOc): Avoid infinite loop if MMAP
4545         keeps failing and heap growth or new heap creation isn't
4546         successful either.
4547         * malloc/tst-malloc.c (main): Add new tests.
4548
4549 2006-08-24  Ulrich Drepper  <drepper@redhat.com>
4550
4551         [BZ #2734]
4552         * sysdeps/i386/bits/byteswap.h (__bswap_32): Use same conditions
4553         as in the x86-64 code to use bswap.
4554
4555 2006-05-21  Joseph S. Myers  <joseph@codesourcery.com>
4556
4557         [BZ #2680]
4558         * posix/unistd.h (getlogin_r): Condition on __USE_POSIX199506, not
4559         __USE_UNIX98.
4560         * posix/bits/unistd.h: Likewise.
4561
4562 2006-05-15  Mike Frysinger  <vapier@gentoo.org>
4563
4564         [BZ #2751]
4565         * string/strchr.c: Add cast to avoid warning.
4566
4567 2006-08-21  Ulrich Drepper  <drepper@redhat.com>
4568
4569         * malloc/malloc.c (DEFAULT_MMAP_THRESHOLD_MAX): For 32-bit
4570         platforms define as 512K.  For 64-bit platforms as 32MB.  The lower
4571         limit is needed to avoid the exploding of the address space
4572         requirement for secondary heaps.
4573         * malloc/arena.c (HEAP_MAX_SIZE): Define using
4574         DEFAULT_MMAP_THRESHOLD_MAX if it is defined.
4575
4576 2006-07-30  Joseph S. Myers  <joseph@codesourcery.com>
4577
4578         [BZ #3018]
4579         * Makerules (depfiles): Handle extra-test-objs the same as
4580         extra-objs.
4581         (common-mostlyclean): Likewise.
4582         * dlfcn/Makefile (extra-objs): Add modules to extra-test-objs
4583         instead.
4584         * elf/Makefile (extra-objs): Likewise.
4585         * stdlib/Makefile (extra-objs): Likewise.
4586
4587 2006-08-14  Eric Blake  <ebb9@byu.net>
4588
4589         [BZ #3044]
4590         * misc/error.h: Assume C89 or better.
4591         * misc/error.c: Likewise.
4592
4593 2006-08-21  Ulrich Drepper  <drepper@redhat.com>
4594
4595         [BZ #3040]
4596         * sysdeps/unix/sysv/linux/openat.c: Fix compilation if
4597         __ASSUME_ATFCTS is defined.
4598
4599 2006-08-19  Ulrich Drepper  <drepper@redhat.com>
4600
4601         * malloc/malloc.c (_int_malloc): Limit number of unsorted blocks
4602         to sort in each call.
4603
4604         * nis/nss_nis/nis-service.c (internal_nis_getservent_r): . If map
4605         is empty simply return and use next service.
4606         * nis/nss_nis/nis-rpc.c (internal_nis_getrpcent_r): Likewise.
4607
4608         * locale/programs/charmap.c (charmap_read): Add new parameter.  It
4609         tells us when not finding a charmap file is an error.
4610         * locale/programs/charmap.h: Adjust charmap_read prototype.
4611         * iconv/iconv_prog.c (main): Tell charmap_read it's no error if we
4612         cannot find a charmap.
4613         * locale/programs/localedef.c (main): Adjust charmap_read call.
4614
4615 2006-08-15  Jakub Jelinek  <jakub@redhat.com>
4616
4617         * sysdeps/unix/sysv/linux/sparc/sparc64/pause.c: Use
4618         sysdeps/posix/pause.c implementation instead.
4619
4620 2006-08-09  Jakub Jelinek  <jakub@redhat.com>
4621
4622         * sysdeps/unix/nice.c (nice): Transform EACCES errno from setpriority
4623         to EPERM.
4624
4625 2006-08-13  Andreas Schwab  <schwab@suse.de>
4626
4627         * sysdeps/powerpc/powerpc32/dl-trampoline.S (_dl_runtime_resolve):
4628         Don't clobber caller's LRSAVE.
4629         (_dl_prof_resolve): Likewise.
4630
4631 2006-08-14  Ulrich Drepper  <drepper@redhat.com>
4632
4633         [BZ #1996]
4634         * libio/memstream.c (open_memstream): Allocate initial buffer with
4635         calloc.
4636         * libio/wmemstream.c (open_wmemstream): Likewise.
4637         * libio/strops.c: Pretty printing.
4638         (_IO_str_overflow): Clear uninitialized part of the new buffer.
4639         (enlarge_userbuf): New function.
4640         (_IO_str_seekoff): Call it if seek position is larger than current
4641         buffer.
4642         * libio/wstrops.c: Likewise.
4643         * libio/vasprintf.c: Add comment as to why we do not have to use
4644         calloc instead of malloc to allocate initial buffer.
4645         * libio/Makefile (tests): Add bug-memstream1 and bug-wmemstream1.
4646         * libio/bug-memstream1.c: New file.
4647         * libio/bug-wmemstream1.c: New file.
4648
4649 2006-08-13  Ulrich Drepper  <drepper@redhat.com>
4650
4651         * libio/wstrops.c: Remove dead macro definitions and comments.
4652         * libio/strops.c: Likewise.
4653
4654         [BZ #2764]
4655         * login/utmpname.c (__utmpname): Remove unnecessary test.
4656
4657 2006-06-08  Joseph Myers  <jsm28@gcc.gnu.org>
4658
4659         [BZ #2832]
4660         * math/gen-libm-test.pl (clean_up_number): Do not remove trailing
4661         0s from integers.
4662
4663 2006-08-13  Ulrich Drepper  <drepper@redhat.com>
4664
4665         [BZ #2987]
4666         * sysdeps/unix/sysv/linux/clock_settime.c: Add code to use syscall
4667         for CPU clocks.
4668         * sysdeps/unix/clock_settime.c: Add support for platform-specific
4669         setting of CPU clocks.
4670
4671 2006-06-23  Paul Eggert  <eggert@cs.ucla.edu>
4672
4673         [BZ #2841]
4674         * sysdeps/generic/stdint.h (UINT8_C, UINT16_C): Don't append 'U',
4675         since C99 requires the result to promote to 'int' when uint_least8_t
4676         and uint_least16_t promote to 'int'.
4677
4678 2006-08-12  Ulrich Drepper  <drepper@redhat.com>
4679
4680         [BZ #3013]
4681         * locale/programs/ld-ctype.c (ctype_output): Adjust alignments, fix
4682         lenght of one output field, correct bitmask creation.
4683         * locale/programs/ld-time.c: Add alignment.
4684
4685         [BZ #2997]
4686         * misc/error.c: Add space between program name and message if file
4687         name is missing.
4688
4689 2006-08-03  Eric Blake  <ebb9@byu.net>
4690
4691         [BZ #2998]
4692         * misc/error.c (error_tail) [_LIBC]: Avoid invalid free.
4693
4694 2006-08-09  Ulrich Drepper  <drepper@redhat.com>
4695
4696         * malloc/memusagestat.c: Silence warnings.
4697
4698         * malloc/malloc.c: Dynamically size mmap treshold if the program
4699         frees mmaped blocks.
4700         Patch by Valerie Henson and Arjan van de Ven.
4701
4702 2006-08-08  Jakub Jelinek  <jakub@redhat.com>
4703
4704         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h (O_DIRECT): Protect with
4705         __USE_GNU.
4706
4707         * stdlib/strtol_l.c (__strtol_ul_max_tab, __strtol_ul_rem_tab,
4708         __strtol_ull_max_tab, __strtol_ull_rem_tab): Declare.
4709         (DEF): Don't put the var into .gnu.linkonce.r.* section.
4710         Only provide var definitions in strtol_l (or for *ull*
4711         in strtoll_l).
4712
4713         * stdio-common/bug16.c (tests): New array.
4714         (do_tests): Allow the first hexadecimal digit
4715         to be 1, 2, 4 or 8.  Do 3 additional tests.
4716
4717         * sysdeps/s390/fpu/libm-test-ulps: Update.
4718
4719         * sysdeps/unix/sysv/linux/s390/s390-32/fchownat.c (fchownat): Use
4720         fchownat syscall if available.
4721         * sysdeps/unix/sysv/linux/powerpc/fchownat.c (fchownat): Likewise.
4722         * sysdeps/unix/sysv/linux/sh/fchownat.c (fchownat): Likewise.
4723         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat): Likewise.
4724
4725 2006-08-07  Ulrich Drepper  <drepper@redhat.com>
4726
4727         * nis/nis_xdr.c: Avoid some function calls.
4728
4729 2006-08-07  Jakub Jelinek  <jakub@redhat.com>
4730             Ulrich Drepper  <drepper@redhat.com>
4731
4732         * nis/nis_call.c (rec_dirsearch) [case LOWER_NAME]: Don't take
4733         short cut if only one name component is stripped away.
4734
4735 2006-08-07  Ulrich Drepper  <drepper@redhat.com>
4736
4737         * nis/nis_call.c: Minor cleanups throughout.
4738         (rec_dirsearch) [case HIGHER_NAME]: Correctly size ndomain array.
4739         (first_shoot): Add search_parent_first parameter.  Only if it is set
4740         search parent server first.
4741         If directory for table found through cold start cache is not the same
4742         as referenced in the cache, don't use it.
4743         (__nisfind_server): Take additional parameter.  Pass it on to
4744         first_shoot.
4745         (__prepare_niscall): Adjust __nisfind_server call.
4746         * nis/rpcsvc/nislib.h: Adjust __nisfind_server prototype.
4747         * nis/nis_table.c: Adjust __nisfind_server call.
4748         * nis/nis_lookup.c: Likewise.
4749         (nis_lookup): Don't loop endlessly if name is reduced to ".".
4750
4751 2006-08-03  Ulrich Drepper  <drepper@redhat.com>
4752
4753         [BZ #2182]
4754         * math/s_cacosh.c: Return values from positive branch.
4755         * math/s_cacoshf.c: Likewise.
4756         * math/s_cacoshl.c: Likewise.
4757
4758         [BZ #2883]
4759         * sysvipc/sys/msg.h: Change return value to ssize_t.
4760         * sysdeps/unix/sysv/linux/msgrcv.c: Likewise.
4761         * sysvipc/msgrcv.c: Likewise.
4762         * include/sys/msg.h: Likewise.
4763
4764         * grp/initgroups.c (internal_getgrouplist): Remove unnecessary
4765         test introduced in patch for bz #661.
4766         (getgrouplist): Simplify code a bit.  Don't allocate one additional
4767         element for NEWGROUPS.
4768
4769         [BZ #2908]
4770         * stdio-common/printf_fphex.c (__printf_fphex): When rounding up
4771         'f', use '1' as leading digit not '\1'.
4772         * stdio-common/Makefile (tests): Add bug16.
4773         * stdio-common/bug16.c: New file.
4774
4775         [BZ #2914]
4776         * sysdeps/unix/sysv/linux/gethostid.c: Don't define OLD_HOSTIDFILE
4777         and don't try to open it.  The patch introducing the macro
4778         contained a bug and used the same file name as the new file
4779         instead of using /var/adm/hostid.  Nobody complaint so I'm taking
4780         this out completely.
4781
4782         [BZ #2926]
4783         * assert/assert.h: Move cast to void inside ?: to quiet gcc.
4784         Patch by Jerry James <Jerry.James@usu.edu>.
4785
4786         * rt/Makefile (tests): Add tst-clock2.
4787         * rt/tst-clock2.c: New file.
4788
4789         [BZ #2978]
4790         * resolv/gai_notify.c (__gai_notify_only): Copy memory for thread
4791         function and its parameters and pass it to new thread.
4792         (__gai_notify): Add support for alternative waiting for completion.
4793         * resolv/gai_suspend.c (gai_suspend): Add support for alternative
4794         waiting for completion.
4795         * resolv/getaddrinfo_a.c: Likewise.
4796         * resolv/gai_misc.h (struct waitlist): Don't add cond if alternative
4797         waiting for completion is used.
4798         * resolv/gai_misc.c: Allow overwriting code to start helper thread.
4799         * resolv/gai_cancel.c: Include <gai_misc.h> not "gai_misc.h".
4800         * resolv/gai_error.c: Likewise.
4801         * resolv/gai_sigqueue.c: Likewise.
4802
4803 2006-08-02  Thomas Schwinge  <tschwinge@gnu.org>
4804
4805         * hurd/getdport.c (__getdport): Don't return EBADF; instead set
4806         errno to EBADF and return MACH_PORT_NULL.
4807
4808 2006-06-23  Joseph Myers  <joseph@codesourcery.com>
4809
4810         [BZ #2980]
4811         * posix/Makefile (CFLAGS-waitid.c): Add -fasynchronous-unwind-tables.
4812
4813 2006-08-02  Ulrich Drepper  <drepper@redhat.com>
4814
4815         * elf/dl-addr.c (_dl_addr): If GNU-style hash tables are present,
4816         walk them instead of the symbol table.
4817
4818 2006-08-01  Ulrich Drepper  <drepper@redhat.com>
4819
4820         [BZ #2098]
4821         * nscd/initgrcache.c (addinitgroupsX): Judge successful lookups by
4822         status of NSS calls, not the number of returned entries.
4823
4824         * sysdeps/unix/sysv/linux/syscalls.list: Remove add_key,
4825         request_key, keyctl.
4826
4827 2006-07-31  Ulrich Drepper  <drepper@redhat.com>
4828
4829         * sysdeps/unix/sysv/linux/dl-osinfo.h: Remove unnecessary include.
4830
4831 2006-07-16  Jeff Bailey  <jbailey@ubuntu.com>
4832
4833         * elf/tst-auditmod1.c: Fix typo in #error.
4834
4835 2006-07-31  Ulrich Drepper  <drepper@redhat.com>
4836
4837         * elf/tst-auditmod1.c: Remove code for unsupported architectures.
4838
4839         * iconvdata/run-iconv-test.sh: Run cmp in C locale.
4840
4841 2006-07-20  Adam Nemet  <anemet@caviumnetworks.com>
4842
4843         * stdlib/test-canon.c (do_test): Close fd before unlinking file so
4844         that the directory is empty even on non-POSIX filesystems.
4845
4846 2006-07-31  Ulrich Drepper  <drepper@redhat.com>
4847
4848         * elf/dl-open.c (dl_open_worker): Add branch prediction.
4849
4850         * nis/nss_compat/compat-grp.c: Avoid unnecessary setgrent calls into
4851         the backend NSS module.  If backend setgrent call failed, don't have
4852         internal_setgrent fail.  Just remember this until it is needed.
4853         * nis/nss_compat/compat-pwd.c: Likewise.
4854         * nis/nss_compat/compat-spwd.c: Likewise.
4855
4856 2006-07-30  Roland McGrath  <roland@redhat.com>
4857
4858         * sysdeps/unix/sysv/linux/ia64/sigsuspend.c: File removed.
4859         * sysdeps/unix/sysv/linux/x86_64/sigsuspend.c: File removed.
4860         * sysdeps/unix/sysv/linux/s390/s390-64/sigsuspend.c: File removed.
4861         * sysdeps/unix/sysv/linux/sparc/sparc64/sigsuspend.c: File removed.
4862
4863         * sysdeps/unix/sysv/linux/not-cancel.h (pause_not_cancel): New macro.
4864         (nanosleep_not_cancel): New macro.
4865         (sigsuspend_not_cancel): new macro.
4866         * sysdeps/unix/sysv/linux/sigsuspend.c [__ASSUME_REALTIME_SIGNALS]
4867         (do_sigsuspend): Define as inline.
4868         (__sigsuspend): Always use do_sigsuspend.
4869         [! NO_CANCELLATION] (__sigsuspend_nocancel): New function.
4870         * include/signal.h: Declare __sigsuspend_nocancel.
4871         * sysdeps/posix/pause.c
4872         [! NO_CANCELLATION] (__pause_nocancel): New function.
4873
4874         * include/unistd.h (__pause_nocancel): Add attribute_hidden.
4875         * include/time.h (__nanosleep_nocancel): Likewise.
4876
4877 2006-07-30  Ulrich Drepper  <drepper@redhat.com>
4878
4879         * locale/programs/localedef.c (add_to_readlist): Rename local
4880         variables to avoid confusion.
4881
4882         * locale/programs/charmap.c (charmap_read): Emit error message if
4883         charmap couldn't be found or read.
4884
4885 2006-07-28  Ulrich Drepper  <drepper@redhat.com>
4886
4887         * sysdeps/unix/sysv/linux/kernel-features.h: Define
4888         __ASSUME_FUTEX_LOCK_PI.
4889         * include/time.h: Declare __nanosleep_nocancel.
4890         * include/unistd.h: Declare __pause_nocancel.
4891
4892         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Use this instead of
4893         LDFLAGS.  Add -lgcc_eh and libc_nonshared (again) to make sure we
4894         get the __stack_chk_fail_local definition when it's needed.
4895
4896 2006-07-26  Ulrich Drepper  <drepper@redhat.com>
4897
4898         * dlfcn/Makefile: Add rules to build and run bug-atexit3.
4899         * dlfcn/bug-atexit3.c: New file.
4900         * dlfcn/bug-atexit3-lib.cc: New file.
4901
4902         * dlfcn/dlmopen.c (dlmopen_doit): Don't allow RTLD_GLOBAL to be
4903         used when the namespace is not the base namespace.
4904
4905 2006-07-26  Gavin Romig-Koch  <gavin@redhat.com>
4906
4907         * stdlib/cxa_atexit.c (__new_exitfn_called): New variable.
4908         (__new_exitfn): Bump it in every successful call.
4909         * stdlib/cxa_finalize.c (__cxa_finalize): If destructor registered
4910         more exit handlers, call them right away.
4911         * stdlib/exit.h: Declare __new_exitfn_called.
4912
4913 2006-07-25  Ulrich Drepper  <drepper@redhat.com>
4914
4915         * stdlib/cxa_finalize.c (__cxa_finalize): Fix race condition when
4916         calling registered handler.
4917
4918         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Fix comment.
4919         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
4920         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
4921         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
4922         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
4923         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
4924         * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h: Likewise.
4925         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
4926
4927 2006-07-10  Ulrich Drepper  <drepper@redhat.com>
4928
4929         * elf/dl-lookup.c (dl_new_hash): New functions.
4930         (_dl_lookup_symbol_x): Rename hash to old_hash and don't compute
4931         value here.  Compute new-style hash value.  Pass new hash value
4932         and reference to variable with the old value to do_lookup_x.
4933         (_dl_setup_hash): If DT_GNU_HASH is defined, use it and not
4934         old-style hash table.
4935         (_dl_debug_bindings): Pass new hash value and reference to variable
4936         with the old value to do_lookup_x.
4937         * elf/do-lookup.h (do_lookup_x): Accept additional parameter with
4938         new-style hash value and change old-style hash value parameter to
4939         be a reference.  Reoganize functions to determine whether
4940         new-style hash table is available.  Only fall back on old-style
4941         table.  If old-style hash value is needed, compute it here.
4942         * elf/dynamic-link.h (elf_get_dynamic_info): Relocate DT_GNU_HASH
4943         entry.
4944         * elf/elf.h: Define SHT_GNU_HASH, DT_GNU_HASH, DT_TLSDEC_PLT,
4945         DT_TLSDEC_GOT.  Adjust DT_ADDRNUM.
4946         * include/link.h (struct link_map): Add l_gnu_bitmask_idxbits,
4947         l_gnu_shift, l_gnu_bitmask, l_gnu_buckets and l_gnu_chain_zero.
4948         * Makeconfig: If linker supports --hash-style option add it to all
4949         linker command lines to build DSOs.
4950         * config.make.in: Define have-hash-style.
4951         * configure.in: Test whether linker supports --hash-style option.
4952
4953         * elf/dl-misc.c (_dl_name_match_p): Make MAP parameter const.
4954         * sysdeps/generic/ldsodefs.h: Adjust prototype.
4955
4956 2006-06-27  Ulrich Drepper  <drepper@redhat.com>
4957
4958         * elf/dl-load.c (open_path): Fix test to determine whether DSO is
4959         auditing.
4960
4961         * elf/dl-load.c (_dl_map_object): Try harder to avoid looking at
4962         RPATH of main map twice.
4963
4964 2006-06-22  Ulrich Drepper  <drepper@redhat.com>
4965
4966         * intl/dcigettext.c (DCIGETTEXT): If _nl_find_msg returns -1 don't
4967         look further, return original strings.
4968         (_nl_find_msg): Do not return found translation if the conversion
4969         failed.  Either signal the string is unusable or that something went
4970         wrong and the original should be used.
4971
4972 2006-06-21  Ulrich Drepper  <drepper@redhat.com>
4973
4974         * string/_strerror.c (__strerror_r): Add __builtin_expect.
4975
4976 2006-06-14  Jakub Jelinek  <jakub@redhat.com>
4977
4978         [BZ #2766]
4979         * misc/insremque.c (insque): Handle prev == NULL.
4980         * misc/Makefile (tests): Add tst-insremque.
4981         * misc/tst-insremque.c: New test.
4982
4983 2006-06-17  Ulrich Drepper  <drepper@redhat.com>
4984
4985         [BZ #2792]
4986         * elf/dl-deps.c (expand_dst): Rename __cnt variable to not
4987         conflict with DL_DST_REQUIRED.
4988
4989 2006-06-16  Ulrich Drepper  <drepper@redhat.com>
4990
4991         * nis/nis_subr.c (nis_getnames): Fix the implementation to better
4992         match what Solaris does.
4993
4994 2006-06-04  Ulrich Drepper  <drepper@redhat.com>
4995
4996         * sysdeps/posix/spawni.c (__spawni): Use local_seteuid and
4997         local_setegid instead of seteuid and setegid.
4998         * sysdeps/generic/local-setxid.h: New file.
4999         * sysdeps/unix/sysv/linux/local-setxid.h: New file.
5000
5001         * sysdeps/posix/spawni.c (__spawni): Use non-cancelable interfaces.
5002
5003         * string/Makefile (tests): Add bug-envz1.
5004         * string/bug-envz1.c: New file.
5005
5006 2006-06-02  Jakub Jelinek  <jakub@redhat.com>
5007
5008         * posix/regex_internal.c (re_string_skip_chars): If no character has
5009         been converted at all, set *last_wc to WEOF.  If mbrtowc failed, set wc
5010         to the byte which couldn't be converted.
5011         (re_string_reconstruct): Don't clear valid_raw_len before calling
5012         re_string_skip_chars.  If wc is WEOF after re_string_skip_chars, set
5013         tip_context using re_string_context_at.
5014         * posix/Makefile: Add rules to build and run bug-regex25 test.
5015         * posix/bug-regex25.c: New test.
5016
5017 2006-06-02  Ryan S. Arnold  <rsa@us.ibm.com>
5018
5019         [BZ #2703]
5020         * string/envz.c (envz_strip): Correct erroneously reversed src
5021         and dest parameters to memmove() invocation.
5022
5023 2006-05-30  Jakub Jelinek  <jakub@redhat.com>
5024
5025         * nscd/nscd.h (prune_cache): Add fd argument to prototype.
5026         * nscd/nscd.c (parse_opt): Read response from INVALIDATE request
5027         to make sure the database has been already invalidated.
5028         * nscd/cache.c (prune_cache): Add fd argument.  Write response to fd
5029         after the cache has been invalidated.  Use pthread_mutex_lock rather
5030         than pthread_mutex_trylock if fd != -1.
5031         * nscd/connections.c (invalidate_cache): Add fd argument, write
5032         response to fd if not calling prune_cache, pass fd to prune_cache.
5033         (handle_request): Adjust invalidate_cache caller.
5034         (nscd_run): Pass -1 as fd to prune_cache.
5035
5036 2006-05-30  Ulrich Drepper  <drepper@redhat.com>
5037
5038         * sysdeps/posix/getaddrinfo.c (gaiconf_init): Initialize bits in
5039         the correct place.
5040
5041 2006-05-29  Ulrich Drepper  <drepper@redhat.com>
5042
5043         * nscd/nscd.h (struct database_dyn): Add prunelock field.
5044         * nscd/cache.c (prune_cache): Take prunelock before starting the
5045         work.  Just return in case it is already taken.
5046         * nscd/connections.c (dbs): Initialize .prunelock.
5047
5048 2006-05-25  Ulrich Drepper  <drepper@redhat.com>
5049
5050         * nis/nis_removemember.c (nis_removemember): Avoid unnecessary
5051         copying.  No need to allocate new array for group members.  Just
5052         move the pointers and update the size.
5053
5054         * nis/nis_addmember.c (nis_addmember): Avoid unnecessary copying.
5055         Avoid memory leak in case realloc fails.  Simplification for
5056         better code generation.
5057
5058         Avoid deprecation warning because of libc_hidden_proto for
5059         inet6_option_alloc.
5060         * inet/inet6_option.c (option_alloc): Renamed from
5061         inet6_option_alloc.  Made static.
5062         (inet6_option_alloc): Now a simple wrapper around option_alloc.
5063         (inet6_option_append): Call option_alloc.
5064         * include/netinet/in.h: Remove libc_hidden_proto for
5065         inet6_option_alloc.
5066
5067         * nis/nis_callback.c (__nis_create_callback): Always call xdr_free
5068         for cleanup when cb!=NULL [Coverity CID 233].
5069
5070 2006-05-24  Ulrich Drepper  <drepper@redhat.com>
5071
5072         [BZ #2693]
5073         * inet/Makefile (routines): Add inet6_opt and inet6_rth.
5074         * inet/Versions (libc, GLIBC_2.5): Add inet6_opt_init,
5075         inet6_opt_append, inet6_opt_finish, inet6_opt_set_val, inet6_opt_next,
5076         inet6_opt_find, inet6_opt_get_val, inet6_rth_space, inet6_rth_init,
5077         inet6_rth_add, inet6_rth_reverse, inet6_rth_segments,
5078         and inet6_rth_getaddr.
5079         * inet/netinet/ip6.h (struct ip6_rthdr0): Make ip6r0_addr a flexible
5080         array.
5081         * inet/netinet/in.h (struct ip6_mtuinfo): Define.
5082         Mark inet6_option_* interfaces as deprecated.
5083         Declare inet6_opt_init, inet6_opt_append, inet6_opt_finish,
5084         inet6_opt_set_val, inet6_opt_next, inet6_opt_find, inet6_opt_get_val,
5085         inet6_rth_space, inet6_rth_init, inet6_rth_add, inet6_rth_reverse,
5086         inet6_rth_segments, and inet6_rth_getaddr.
5087         * inet/inet6_opt.c: New file.
5088         * inet/inet6_rth.c: New file.
5089
5090         * inet/netinet/icmp6.h: Pretty printing.
5091
5092         [BZ #2683]
5093         * elf/dl-addr.c (_dl_addr): Don't match undefined references.
5094
5095 2006-05-23  Ulrich Drepper  <drepper@redhat.com>
5096
5097         * nis/nis_lookup.c (nis_lookup): Use __prepare_niscall instead of
5098         doing it all here.  When server does not know the answer do not
5099         fail immediate, try parent first.
5100
5101         * nis/nis_domain_of_r.c (nis_domain_of_r): Add missing buffer
5102         overflow test.
5103
5104 2006-05-20  Ulrich Drepper  <drepper@redhat.com>
5105
5106         * nis/nis_call.c (__prepare_niscall): New function.  Split out
5107         from __do_niscall.
5108         * nis/nis_table.c (__create_ib_request): Renamed from create_ib_request
5109         and exported.
5110         (__follow_path): New function.  Split out from nis_list.
5111         * nis/nis_xdr.h: Add libnsl_hidden_proto for _xdr_ib_request and
5112         _xdr_nis_result.
5113         * nis/nis_xdr.c: Add libnsl_hidden_def for _xdr_ib_request and
5114         _xdr_nis_result.
5115         * nis/libnsl.h: Declare __prepare_niscall, __create_ib_request,
5116         and __follow_path.
5117         * nis/Versions: Export __prepare_niscall, __create_ib_request,
5118         __follow_path, __do_niscall3, _xdr_ib_request, and _xdr_nis_result
5119         from libnsl for version GLIBC_PRIVATE.
5120         * nis/nisplus-parser.h: Remove _nss_nisplus_parse_pwent_chk.
5121         Remove entry parameter from _nss_nisplus_parse_pwent and
5122         _nss_nisplus_parse_grent.
5123         * nis/nss_nisplus/nisplus-parser.c: Likewise.
5124         * nis/nss_nisplus/nisplus-pwd.c: Remove support for SETENT_BATCH_READ
5125         again.  Rewrite getpwent handling to not use nis_first_entry and
5126         nis_next_entry.  Roll out own niscall handling.
5127         * nis/nss_nisplus/nisplus-grp.c: Likewise.
5128
5129         * sunrpc/xdr_rec.c: Fix typo in comment.
5130
5131 2006-05-19  Ulrich Drepper  <drepper@redhat.com>
5132
5133         * nis/nis_call.c (__do_niscall3): Avoid code duplication in error
5134         handling.
5135
5136         * nis/nis_callback.c (internal_nis_do_callback): Don't use malloc
5137         to allocate memory for my_pollfd.  Better initialization of
5138         cb_is_running.  Use TEMP_FAILURE_RETRY.
5139
5140         * malloc/memusage.sh (memusageso): Add quotes.
5141         (memusagestat): Likewise.
5142         * debug/xtrace.sh (pcprofileso): Likewise.
5143         (pcprofiledump): Likewise.
5144         * debug/Makefile ($(objpfx)xtrace): Use $LIB in SLIBDIR
5145         replacement.
5146         * malloc/Makefile ($(objpfx)memusage): Likewise.
5147
5148         * nis/nis_callback.c (__nis_create_callback): Calls to
5149         svcudp_bufcreate and svctcp_create can fail.  Free ->xprt if
5150         asprintf call fails.
5151
5152         * sysdeps/unix/sysv/linux/ifaddrs.c (__netlink_sendreq): Make sure
5153         no uninitialized memory is passed to sendto.
5154
5155 2006-05-18  Ulrich Drepper  <drepper@redhat.com>
5156
5157         * nis/nis_callback.c (__nis_create_callback): Use asprinf instead
5158         of snprintf+strdup.  Handle OOM.
5159         * nis/nis_callback.c (__nis_create_callback): Allocate cb and
5160         cb->serv together.  Remove now obsolete free calls.
5161         (__nis_destroy_callback): Remove now obsolete free call.
5162
5163 2006-05-18  David Woodhouse  <dwmw2@redhat.com>
5164
5165         * sysdeps/posix/getaddrinfo.c: Add unique labels to the default
5166         RFC3484 precedence table for fec0::/10 and fc00::/7 (site-local
5167         and ULA respectively). Set precedence for IPv4 address to 10 as
5168         defined in RFC3484 for preferring IPv6.
5169         * posix/gai.conf: Update to match the new default tables.
5170
5171 2006-05-18  Jakub Jelinek  <jakub@redhat.com>
5172
5173         * nis/nss_compat/compat-pwd.c (internal_setpwent): If nss_set*ent
5174         returned NSS_STATUS_UNAVAIL, still return NSS_STATUS_SUCCESS.
5175         * nis/nss_compat/compat-spwd.c (internal_setspent): Likewise.
5176         * nis/nss_compat/compat-grp.c (internal_setgrent): Likewise.
5177
5178         * nis/nss_compat/compat-initgroups.c (nss_setgrent, nss_endgrent):
5179         Removed.
5180         (init_nss_interface): Remove initialization of these variables.
5181
5182 2006-05-18  Ulrich Drepper  <drepper@redhat.com>
5183
5184         * nis/nis_call.c (rec_dirsearch): Little optimization: pull
5185         nis_free_directory forward to avoid duplication.
5186
5187 2006-05-17  Ulrich Drepper  <drepper@redhat.com>
5188
5189         * nis/nis_call.c (rec_dirsearch): Handle __nis_finddirectory and
5190         rec_dirsearch returning NULL.
5191         (first_shoot): Handle __nis_finddirectory returning NULL.
5192         (__nisfind_server): Fix leak when rec_dirsearch returns NULL.
5193
5194         * sysdeps/unix/sysv/linux/sys/inotify.h: Define IN_CLOSE, IN_MOVE,
5195         IN_ONLYDIR, IN_DONT_FOLLOW, and IN_MASK_ADD.
5196
5197 2006-05-17  Jakub Jelinek  <jakub@redhat.com>
5198
5199         * sunrpc/key_call.c (getkeyserv_handle): Call auth_destroy if
5200         pid changed.
5201
5202 2006-05-15  Ulrich Drepper  <drepper@redhat.com>
5203
5204         * include/rpc/pmap_prot.h: Mark all functions as hidden.
5205
5206         * nscd/nscd_initgroups.c: Mark __gr_map_handle as hidden.
5207         * nscd/nscd_getgr_r.c: Likewise.
5208
5209         * include/rpc/pmap_rmt.h: Mark all functions as hidden.
5210
5211         * nscd/nscd_getai.c (__hst_map_handle): Mark as hidden.
5212         * nscd/nscd_gethst_r.c (__hst_map_handle): Likewise.
5213
5214         * stdlib/longlong.h (__clz_tab): Mark as hidden.
5215
5216         * iconv/gconv_int.h: Mark __gconv_lock as hidden.
5217
5218         * include/rpc/key_prot.h: Mark all _internal functions as hidden.
5219
5220         * include/rpc/auth.h: Mark xdr_des_block_internal and
5221         xdr_opaque_auth_internal as hidden.
5222
5223         * sysdeps/unix/sysv/linux/getdents.c: Mark __have_no_getdents64 as
5224         hidden.
5225
5226         * include/rpc/xdr.h: Mark all _internal functions as hidden.
5227
5228         * misc/getusershell.c (okshells): Don't use static initializers,
5229         do it dynamically.
5230
5231         * stdlib/fmtmsg.c (keywords): Change type of len element to
5232         uint32_t to not waste space on 64bit machines.
5233
5234         * locale/setlocale.c: Change _nl_category_names into a string.
5235         Add new _nl_category_name_idxs.  Change all users.
5236         * locale/localeinfo.h: Adjust declaration of _nl_category_names.
5237         Declare _nl_category_name_idxs.
5238         * locale/findlocale.c: Adjust for _nl_category_names change.
5239         * locale/loadlocale.c: Likewise.
5240         * locale/newlocale.c: Likewise.
5241         * intl/dcigettext.c: Likewise.
5242
5243         * iconv/gconv_conf.c (add_alias): Move actual alias handling to...
5244         (add_alias2): ...here.  New function.
5245         (__gconv_read_conf): Simplify builtin alias handling.
5246         (builtin_aliases): Convert to string to avoid relocations.
5247         * iconv/gconv_builtin.h: Add comment about correct formatting.
5248
5249 2006-05-15  Jakub Jelinek  <jakub@redhat.com>
5250
5251         * resolv/res_debug.c (loc_ntoa): Make error const.
5252
5253 2006-05-14  Andreas Schwab  <schwab@suse.de>
5254
5255         * math/complex.h [__LDBL_COMPAT]: Use __REDIRECT_NTH.
5256
5257 2006-05-12  Jakub Jelinek  <jakub@redhat.com>
5258
5259         * sysdeps/unix/sysv/linux/sched_getaffinity.c: Include sys/param.h.
5260         (__sched_getaffinity_new): Don't crash if cpusetsize is smaller than
5261         sizeof (cpu_set_t).
5262
5263 2006-05-11  Ulrich Drepper  <drepper@redhat.com>
5264
5265         * resolv/res_debug.c (loc_ntoa): Define error as array, not pointer.
5266
5267         * include/arpa/nameser.h: Declare _ns_flagdata as hidden.
5268
5269         * nis/yp_xdr.c: Add libnsl_hidden_def for xdr_ypresp_master.
5270         * include/rpcsvc/yp.h: Add libnsl_hidden_proto for xdr_ypresp_master.
5271
5272         * nis/yp_xdr.c: Add libnsl_hidden_def for xdr_ypbind_resp.
5273         * include/rpcsvc/yp.h: Add libnsl_hidden_proto for xdr_ypbind_resp.
5274
5275         * nis/nis_xdr.c: Add libnsl_hidden_def for xdr_cback_data.
5276         * include/rpcsvc/nis_callback.h: Add libnsl_hidden_proto for
5277         xdr_cback_data.
5278
5279         * nis/ypupdate_xdr.c: Add libnsl_hidden_def for xdr_ypupdate_args.
5280         * include/rpcsvc/ypupd.h: Add libnsl_hidden_proto for
5281         xdr_ypupdate_args.
5282
5283         * nis/yp_xdr.c: Add libnsl_hidden_def for xdr_ypresp_order.
5284         * include/rpcsvc/yp.h: Add libnsl_hidden_proto for xdr_ypresp_order.
5285
5286         * nis/yp_xdr.c: Add libnsl_hidden_def for xdr_ypresp_maplist.
5287         * include/rpcsvc/yp.h: Add libnsl_hidden_proto for xdr_ypresp_maplist.
5288
5289         * nis/nis_xdr.c: Add libnsl_hidden_def for xdr_obj_p.
5290         * include/rpcsvc/nis_callback.h: New file.
5291
5292         * nis/yp_xdr.c: Add libnsl_hidden_def for xdr_ypresp_val.
5293         * include/rpcsvc/yp.h: Add libnsl_hidden_proto for xdr_ypresp_val.
5294
5295         * nis/yp_xdr.c: Add libnsl_hidden_def for xdr_ypreq_nokey.
5296         * include/rpcsvc/yp.h: Add libnsl_hidden_proto for xdr_ypreq_nokey.
5297
5298         * nis/yp_xdr.c: Add libnsl_hidden_def for xdr_ypmaplist.
5299         * include/rpcsvc/yp.h: Add libnsl_hidden_proto for xdr_ypmaplist.
5300
5301         * nis/yp_xdr.c: Add libnsl_hidden_def for xdr_ypreq_nokey.
5302         * include/rpcsvc/yp.h: Add libnsl_hidden_proto for xdr_ypreq_nokey.
5303
5304         * nis/ypupdate_xdr.c: Add libnsl_hidden_def for xdr_ypdelete_args.
5305         * include/rpcsvc/ypupd.h: Add libnsl_hidden_proto for
5306         xdr_ypdelete_args.
5307
5308         * nis/nis_xdr.h: Mark all functions as hidden.  Remove
5309         __BEGIN_DECLS and __END_DECLS, the header is not installed.
5310
5311         * nis/nis_error.c: Remove table of strings.  Use position
5312         independent mechanism.
5313         * nis/nis_error.h: New file.
5314
5315 2006-05-11  Jakub Jelinek  <jakub@redhat.com>
5316
5317         * locale/programs/ld-time.c (time_finish): If wide era name or
5318         format aren't provided, set both wname and wformat to L"".
5319
5320 2006-05-10  Ulrich Drepper  <drepper@redhat.com>
5321
5322         * sysdeps/unix/sysv/linux/tcgetattr.c (__tcgetattr): Only store
5323         results if the call was succesful.
5324
5325         * nis/nss-nis.h: Mark __yperr2nss_tab and __yperr2nss_count as hidden.
5326
5327         * nis/nss-nisplus.h: Mark __niserr2nss_tab and __niserr2nss_count
5328         as hidden.
5329
5330 2006-05-10  Jakub Jelinek  <jakub@redhat.com>
5331
5332         * misc/sys/queue.h: Remove uses of all QUEUEDEBUG_* macros.
5333
5334 2006-05-10  Ulrich Drepper  <drepper@redhat.com>
5335
5336         * posix/wordexp.c (parse_glob): No need to check ifs for NULL, the
5337         caller makes sure this is not the case.
5338         (wordexp): Simplify ifs_white creation.  [Coverity CID 231]
5339
5340 2006-05-09  Ulrich Drepper  <drepper@redhat.com>
5341
5342         * posix/wordexp.c: Remove numerous NULL pointer tests before FREE
5343         calls.
5344
5345         * io/ftw.c (open_dir_stream): Return right away if REALLOC fails.
5346         [Coverity CID 229, 230]
5347
5348         * argp/argp-help.c (hol_entry_help): Handle STATE==NULL in ARG and
5349         DGETTEXT calls.
5350         (hol_help): Likewise.  [Coverity CID 226, 227]
5351
5352         * string/argz-replace.c (__argz_replace): Unconditionally call
5353         free on SRC.  [Coverity CID 225]
5354
5355         * nis/nis_creategroup.c (nis_creategroup): No need to duplicate
5356         the return value of __nis_default_owner and __nis_default_group,
5357         it has been especially allocated.  [Coverity CID 224]
5358
5359         * nis/nis_defaults.c (searchXYX): New functions.  Used by both
5360         searchgroup and searchowner.  Significantly simplified.
5361         (__nis_default_owner): Remove duplication.  Do not locally copy the
5362         string before duplicating it.
5363         (__nis_default_group): Likewise.
5364
5365         * nis/nis_lookup.c (nis_lookup): After calling nis_free_directory,
5366         we must clear the variable before calling __nisfind_server.
5367
5368         * nis/nis_lookup.c (nis_lookup): Always free memory allocated with
5369         nis_getnames.  [Coverity CID 223]
5370
5371         * locale/programs/locfile.c (locfile_read): Use alloca instead of
5372         xmalloc to allocate local repertoire name.  [Coverity CID 222]
5373
5374         * iconv/iconv_charmap.c (use_to_charmap): No need to dynamically
5375         allocate memory for the input to add_bytes.  [Coverity CID 221]
5376
5377         * posix/wordexp.c (w_addword): Free word if realloc fails and it
5378         was allocated here.  [Coverity CID 219, 220]
5379
5380         * posix/getconf.c (print_all): Free confstr data after printing.
5381         [Coverity CID 218]
5382
5383         * sysdeps/posix/getaddrinfo.c (gaih_inet): Free canon string if
5384         list allocation fails.  [Coverity CID 215]
5385
5386         * nss/nsswitch.c (__nss_configure_lookup): Fix loop end condition.
5387         [Coverity CID 213]
5388
5389         * argp/argp-help.c (hol_entry_cmp): Don't call canon_doc_option if
5390         string is NULL.  [Coverity CID 212]
5391         * argp/Makefile: Add rules to build and run bug-argp1.
5392         * argp/bug-argp1.c: New file.
5393
5394         * io/ftw.c (ftw_dir): Use __rawmemchr instead of strchr to find
5395         end of string.
5396         * stdlib/canonicalize.c (__realpath): Likewise.
5397
5398         * locale/programs/ld-time.c (time_finish): Don't dereference NULL
5399         pointer.  [Coverity CID 206]
5400
5401         * elf/dl-dst.h (DL_DST_REQUIRED): Be prepared for missing link map
5402         in statically linked code.
5403         * elf/dl-load.c (_dl_dst_substitute): When replacing ORIGIN in
5404         statically built code, be prepared to have no link map.
5405         [Coverity CID 205]
5406
5407         * argp/argp-help.c (fill_in_uparams): Handle STATE==NULL in
5408         dgettext calls. [Coverity CID 204]
5409
5410         * argp/argp-help.c (struct uparams): Remove valid member.  Change
5411         the one user.
5412         (uparam_names): Reduce size.  Avoid relative relocations.
5413         Moved to read-only segment.
5414         (fill_in_uparams): Update for new layout.
5415
5416         * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs): Parameter can be
5417         assumed to always be != NULL. [Coverity CID 202]
5418
5419         * argp/argp-help.c (hol_entry_help): Remove some dead code
5420         [Coverity CID 200].
5421
5422         * nis/nss_nis/nis-service.c (_nss_nis_getservbyport_r): Optimize
5423         away a few more unconditional yperr2nss calls.
5424         (_nss_nis_getservbyname_r): Likewise.
5425
5426 2006-05-06  Ulrich Drepper  <drepper@redhat.com>
5427
5428         * sysdeps/generic/ldsodefs.h: Remove support for non-core
5429         architectures.
5430
5431         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Make sure
5432         that unused memory passed to sendto is nevertheless initialized.
5433
5434         [BZ #2499]
5435         * resolv/nss_dns/dns-canon.c (_nss_dns_getcanonname_r): Avoid
5436         possibly unaligned memory accesses.
5437
5438         * include/arpa/nameser.h: Also optimize NS_PUT16 and NS_PUT32.
5439         * resolv/res_mkquery.c: Use NS_PUT16 and NS_PUT32 instead of __putshort
5440         and __putlong respectively.  Correct buffer overflow check for
5441         NS_NOTIFY_OP.
5442
5443         * resolv/res_send.c (send_vc): Use ns_put16 instead of putshort.
5444
5445         * resolv/res_send.c (res_queriesmatch): Fix typo in comment.
5446         (send_dg): Rewrite error handling to be more compact and avoid
5447         double recomputation of timeouts.  Pass MSG_NOSIGNAL to send.
5448
5449         * include/arpa/nameser.h: Add optimizations for NS_GET16 and NS_GET32.
5450
5451         * resolv/res_send.c (res_nameinquery): Use NS_GET16 directly
5452         instead of ns_get16.
5453         (res_queriesmatch): Likewise.  Minor optimization.
5454
5455         [BZ #2499]
5456         * resolv/res_query.c (__libc_res_nquery): If answerp != NULL,
5457         __libc_res_nsend might reallocate the buffer for the answer.  In
5458         this case we have to reload the HP pointer.
5459
5460 2006-05-05  Ulrich Drepper  <drepper@redhat.com>
5461
5462         * stdio-common/vfscanf.c (memory_error): Remove definition.  Add
5463         some branch prediction hints.
5464
5465         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Define SPLICE_F_*.
5466         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
5467         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
5468         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
5469         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
5470         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
5471         * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h: Likewise.
5472         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
5473
5474 2006-05-05  Martin Schwidefsky  <schwidefsky@de.ibm.com>
5475
5476         * sysdeps/s390/s390-32/elf/start.S: Replace pc relative relocation
5477         by a GOT relocation to make Scrt1.o position independent.
5478         * sysdeps/s390/s390-64/elf/start.S: Likewise.
5479
5480         * sysdeps/unix/sysv/linux/s390/s390-32/syscall.S: Add support for
5481         six system call parameters.
5482         * sysdeps/unix/sysv/linux/s390/s390-64/syscall.S: Likewise.
5483
5484 2006-05-05  Ulrich Drepper  <drepper@redhat.com>
5485
5486         * sunrpc/svcauth_des.c (cache_init): Use calloc instead of
5487         malloc&bzero.
5488
5489         * sunrpc/svc_udp.c (BZERO): Remove definition.
5490         (CALLOC): Define.
5491         (svc_enablecache): Use CALLOC instead of ALLOC&BZERO.
5492
5493         * sunrpc/des_impl.c: Remove ALT_ECB support.  We never used it.
5494         (des_SPtrans): Use uint32_t type.
5495         (des_skb): Likewise.
5496
5497         * sunrpc/xdr_ref.c (xdr_reference): Use calloc instead of malloc&bzero.
5498
5499 2006-05-05  Jakub Jelinek  <jakub@redhat.com>
5500
5501         [BZ #2509]
5502         * stdio-common/tst-printf.sh: Adjust for tst-printf.c change even
5503         on 32-bit arches.
5504
5505 2006-05-05  Ulrich Drepper  <drepper@redhat.com>
5506
5507         * locale/programs/ld-address.c (address_finish): Fix one more
5508         place where the iso639 array might be accessed beyond the limits.
5509
5510 2006-05-04  Ulrich Drepper  <drepper@redhat.com>
5511
5512         * nis/nis_table.c (nis_list): Avoid clearing res twice before
5513         filling it for the first time.
5514
5515         * nis/nis_table.c (get_tablepath): Renamed from __get_tablepath.
5516         Adjust all callers.
5517         Free res object content before returning.
5518
5519         * sunrpc/xdr_array.c (xdr_array): Use calloc instead of malloc&bzero.
5520
5521         * sunrpc/key_call.c (__rpc_thread_key_cleanup): Also free
5522         client->cl_auth.
5523
5524         * sunrpc/rpc_thread.c (__rpc_thread_destroy): Don't skip entire
5525         cleanup for initial thread, just the free call on TVP.
5526
5527         * nscd/gai.c (__getline): Define.
5528
5529
5530 See ChangeLog.16 for earlier changes.