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