Fix IA-64 and S390 sigevent definitions.
[platform/upstream/glibc.git] / ChangeLog
1 2009-10-29  Ulrich Drepper  <drepper@redhat.com>
2
3         [BZ #10446]
4         * sysdeps/unix/sysv/linux/ia64/bits/siginfo.h: Match sigevent
5         definition to the kernel's.
6         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h: Likewise.
7
8 2009-08-18  Anders Johansson  <ajohansson@novell.com>
9
10         * nscd/aicache.c: Fix mixing up dataset and dataset->resp
11         offsets and record sizes in assert()s and response sending.
12         * nscd/grpcache.c: Likewise.
13         * nscd/hstcache.c: Likewise.
14         * nscd/initgrcache.c: Likewise.
15         * nscd/pwdcache.c: Likewise.
16
17 2009-10-29  Ulrich Drepper  <drepper@redhat.com>
18
19         [BZ #10540]
20         * nss/nss_files/files-hosts.c (_nss_files_gethostbyname4_r): If
21         /etc/hosts does not exist set errnop and herrnop appropriately.
22         Patch by Steve Langasek <vorlon@debian.org>.
23
24         [BZ #10553]
25         * malloc/malloc.c (malloc_info): Fix typos in format strings.
26         Patch by John Sullivan <jsrhbz@kanargh.force9.co.uk>.
27
28         [BZ #10564]
29         * login/utmp_file.c (TIMEOUT): Increase to 10.
30
31         [BZ #10609]
32         * sysdeps/unix/sysv/linux/faccessat.c: Fix handling of empty parameters
33         for file names in case the syscall is not available.
34         * sysdeps/unix/sysv/linux/fchmodat.c: Likewise.
35         * sysdeps/unix/sysv/linux/fchownat.c: Likewise.
36         * sysdeps/unix/sysv/linux/futimesat.c: Likewise.
37         * sysdeps/unix/sysv/linux/fxstatat.c: Likewise.
38         * sysdeps/unix/sysv/linux/fxstatat64.c: Likewise.
39         * sysdeps/unix/sysv/linux/i386/fchownat.c: Likewise.
40         * sysdeps/unix/sysv/linux/i386/fxstatat.c: Likewise.
41         * sysdeps/unix/sysv/linux/linkat.c: Likewise.
42         * sysdeps/unix/sysv/linux/mkdirat.c: Likewise.
43         * sysdeps/unix/sysv/linux/openat.c: Likewise.
44         * sysdeps/unix/sysv/linux/powerpc/fchownat.c: Likewise.
45         * sysdeps/unix/sysv/linux/readlinkat.c: Likewise.
46         * sysdeps/unix/sysv/linux/renameat.c: Likewise.
47         * sysdeps/unix/sysv/linux/symlinkat.c: Likewise.
48         * sysdeps/unix/sysv/linux/unlinkat.c: Likewise.
49         * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c: Likewise.
50         * sysdeps/unix/sysv/linux/xmknodat.c: Likewise.
51
52         [BZ #10643]
53         * sysdeps/pthread/aio_misc.c (__aio_enqueue_request): If thread
54         creation filed, remove the request from the 'requests' list and signal
55         the caller that the request is finished.
56
57         [BZ #10692]
58         * nis/nss_nis/nis-grp.c (internal_nis_getgrent_r): Don't free buffer
59         in error if batch_read.  Patch by Joe Landers <jlanders@vmware.com>.
60
61         [BZ #10713]
62         * nis/nss_nis/nis-grp.c (internal_nis_endgrent): Start freeing blocks
63         from intern.start.  Patch by Joe Landers <jlanders@vmware.com>.
64
65         [BZ #10780]
66         * libio/ioputs.c (_IO_puts): Make sure to not return a number which
67         overflows the int return type.
68
69         [BZ #10717]
70         * malloc/memusagestat.c (main): Fix repairing of trace files.  We also
71         have to compute maxsize_total, we have to update the variables, and
72         the also_total handling must happen after the repair.
73
74         [BZ #10742]
75         * nscd/dbg_log.c (dbg_log): Print timestamp before the message text.
76         Based on patch by Jeffrey Bastian <jbastian@redhat.com>.
77
78 2009-10-27  Andreas Schwab  <schwab@redhat.com>
79
80         * sysdeps/unix/sysv/linux/getpt.c (__posix_openpt): Make sure
81         errno is always set when returning unsuccessfully.
82
83 2009-10-29  Andreas Schwab  <schwab@redhat.com>
84
85         * malloc/memusage.c (update_data): Fix index wraparound handling
86         so that buffer_cnt is actually reset.
87
88 2009-10-29  Ulrich Drepper  <drepper@redhat.com>
89
90         [BZ #10784]
91         * sysdeps/unix/sysv/linux/ttyname.c (getttyname): Always copy name
92         of the directory we look at into the static buffer if there is one
93         at the start of the loop.
94
95         [BZ #10789]
96         * sysdeps/generic/netinet/ip.h: Define IPTOS_ENC* and IPTOS_DSCP*
97         macros.  Patch by Philip Prindeville <philipp@redfish-solutions.com>.
98
99         [BZ #10840]
100         * sysdeps/unix/sysv/linux/kernel-features.h: Define
101         __ASSUME_F_GETOWN_EX.
102         * sysdeps/unix/sysv/linux/fcntl.c: Implement F_GETOWN using F_GETOWN_EX
103         if possible.
104         * sysdeps/unix/sysv/linux/i386/fcntl.c: Likewise.
105
106         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Define F_OWNER_*
107         and f_owner_ex.
108         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
109         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
110         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
111         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
112         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
113         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
114
115         [BZ #10847]
116         * sysdeps/gnu/getutmp.c: Allow compatibility code to play around with
117         getutmpx symbol.
118
119         [BZ #10823]
120         * resolv/res_send.c (__libc_res_nsend): Fix copying of IPv4 server
121         addresses.  Patch by Petar Bogdanovic <petar@smokva.net>.
122
123 2009-10-24  Joseph Myers  <joseph@codesourcery.com>
124
125         * sysdeps/ieee754/ldbl-128/w_expl.c: Add hidden_def (__expl).
126
127 2009-10-27  Jakub Jelinek  <jakub@redhat.com>
128
129         [BZ #10817]
130         * math/w_coshl.c (__coshl): Use __finitel instead of __finite.
131         Reported by Ray Chason.
132
133 2009-10-21  H.J. Lu  <hongjiu.lu@intel.com>
134
135         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
136         strend-sse4.
137         * sysdeps/x86_64/multiarch/strchr.S: New file.
138         * sysdeps/x86_64/multiarch/strend-sse4.S: New file.
139         * sysdeps/x86_64/multiarch/strrchr.S: New file.
140
141 2009-10-21  Andreas Schwab  <schwab@redhat.com>
142
143         * elf/dl-sym.c (do_sym): Resolve STT_GNU_IFUNC symbols.
144
145 2009-10-19  Andreas Schwab  <schwab@redhat.com>
146
147         * include/math.h: Add hidden protos for __exp/__expf/__expl.
148         * sysdeps/ieee754/dbl-64/w_exp.c: Add hidden alias.
149         * sysdeps/ieee754/flt-32/w_expf.c: Likewise.
150         * sysdeps/ieee754/ldbl-96/w_expl.c: Likewise.
151         * sysdeps/i386/fpu/s_expm1.S: Call __exp to handle overflow.
152         * sysdeps/i386/fpu/s_expm1f.S: Call __expf to handle overflow.
153         * sysdeps/i386/fpu/s_expm1l.S: Call __expl instead of
154         __ieee751_expl to handle overflow.
155
156 2009-10-14  David S. Miller  <davem@davemloft.net>
157
158         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: New file.
159         * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: New file.
160
161 2009-10-13  Andreas Schwab  <schwab@redhat.com>
162
163         * csu/elf-init.c (__libc_csu_init): Run preinit array even if
164         !USE_MULTIARCH.
165
166 2009-10-08  Ulrich Drepper  <drepper@redhat.com>
167
168         [BZ #10730]
169         * stdlib/random_r.c (__initstate_r): Remove duplicate __set-errno.
170         Patch in part by Steve Ward <planet36@gmail.com>.
171
172         [BZ #10731]
173         * stdlib/rand_r.c: Fix typo.
174
175         * po/cs.po: Update from translation team.
176
177 2009-10-06  Andreas Schwab  <schwab@redhat.com>
178
179         * elf/dl-load.c (_dl_map_object_from_fd): Close fd before
180         returning if RTLD_NOLOAD.
181
182 2009-10-06  Roland McGrath  <roland@redhat.com>
183
184         * sysdeps/x86_64/multiarch/strstr-c.c
185         [! SHARED]: Omit libc_hidden_builtin_def fiddling.
186
187         * sysdeps/x86_64/multiarch/strcasestr-c.c: Remove
188         libc_hidden_builtin_def fiddling, does not apply to strcasestr at all.
189
190         * sysdeps/x86_64/multiarch/init-arch.h
191         [NOT_IN_libc] (__get_cpu_features): Define it as a macro.
192         (HAS_CPU_FEATURE): New macro.
193         (HAS_SSE2, HAS_POPCOUNT, HAS_SSE4_2, HAS_FMA): Use it.
194         * sysdeps/x86_64/multiarch/init-arch.c
195         (__get_cpu_features): #undef it before definition.
196
197 2009-10-05  Andreas Schwab  <schwab@redhat.com>
198
199         * locale/C-time.c: Revert week-1stday back to 19971130 and set
200         first_weekday to 1 and first_workday to 2.
201
202 2009-10-01  Ulrich Drepper  <drepper@redhat.com>
203
204         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Define F_SETOWN_EX and
205         F_GETOWN_EX.
206         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
207         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
208         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
209         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
210         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
211         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
212
213 2009-09-28  Andreas Schwab  <schwab@redhat.com>
214
215         * stdio-common/printf_fp.c: Check for and avoid integer overflows.
216         * stdio-common/vfprintf.c: Likewise.
217
218 2009-09-27  Samuel Thibault  <samuel.thibault@ens-lyon.org>
219
220         * sysdeps/mach/hurd/mkdirat.c: Include <hurd/fd.h>.
221         (mkdirat): Call __directory_name_split_at instead of
222         __directory_name_split.
223
224 2009-09-28  Ulrich Drepper  <drepper@redhat.com>
225
226         * locale/programs/locale-spec.c (locale_special): If nothing matches
227         fail with an appropriate message.
228
229 2009-09-10  H.J. Lu  <hongjiu.lu@intel.com>
230
231         * configure.in: Exclude binutils 2.X.  Support binutils 2.100
232         and XX.
233
234 2009-09-25  Andreas Schwab  <schwab@redhat.com>
235
236         * elf/dl-reloc.c (RESOLVE_MAP): Always pass
237         DL_LOOKUP_ADD_DEPENDENCY to _dl_lookup_symbol_x.
238
239 2009-09-28  Samuel Thibault  <samuel.thibault@ens-lyon.org>
240
241         * bits/termios.h [__USE_UNIX98] (IXANY): Define macro.
242
243 2009-09-20  Andreas Schwab  <schwab@linux-m68k.org>
244
245         * iconvdata/iso646.c (gconv_init): Correctly initialize the
246         character size elements in step data.
247
248 2009-09-20  Ulrich Drepper  <drepper@redhat.com>
249
250         * po/hu.po: Update from translation team.
251         * po/vi.po: Likewise.
252
253 2009-09-19  Roland McGrath  <roland@redhat.com>
254
255         * libio/wfileops.c (_IO_wfile_seekoff): Remove unused variables.
256
257 2009-09-15  Roland McGrath  <roland@redhat.com>
258
259         * aclocal.m4 (GLIBC_PROVIDES): Add _AS_ECHO_PREPARE.
260         * nptl/sysdeps/pthread/configure: Regenerated.
261         * nptl/sysdeps/x86_64/configure: Regenerated.
262         * sysdeps/unix/sysv/linux/configure: Regenerated.
263         * sysdeps/x86_64/elf/configure: Regenerated.
264
265         * Makefile (autoconf-it): Set execute bit only on top-level configure.
266
267         * configure.in: Let add-ons set $libc_add_on_config_subdirs to have
268         the effect of AC_CONFIG_SUBDIRS relative to the add-on directory.
269         * aclocal.m4 (GLIBC_PROVIDES): Add AC_CONFIG_SUBDIRS.
270         * configure: Regenerated.
271
272 2009-09-09  Ulrich Drepper  <drepper@redhat.com>
273
274         * posix/getconf.c (main): Handle -- on command line.
275
276 2009-09-05  H.J. Lu  <hongjiu.lu@intel.com>
277
278         * configure.in: Support binutils 2.100 and 3.0.
279
280 2009-09-08  Jakub Jelinek  <jakub@redhat.com>
281
282         * sysdeps/s390/s390-32/____longjmp_chk.c: Removed.
283         * sysdeps/s390/s390-64/____longjmp_chk.c: Removed.
284         * sysdeps/unix/sysv/linux/s390/s390-32/____longjmp_chk.c: New file.
285         * sysdeps/unix/sysv/linux/s390/s390-64/____longjmp_chk.c: New file.
286
287 2009-09-07  Ulrich Drepper  <drepper@redhat.com>
288
289         * locale/programs/ld-collate.c (struct locale_collate_t): Add
290         unnamed_section_defined field.
291         (collate_read): Test and set unnamed_section_defined.
292
293         * posix/getconf.c (vars): Handle POSIX2_LINE_MAX in addition to
294         _POSIX2_LINE_MAX.
295
296 2009-09-04  H.J. Lu  <hongjiu.lu@intel.com>
297
298         * configure.in: Support binutils 2.20.
299
300 2009-09-03  Ulrich Drepper  <drepper@redhat.com>
301
302         * sysdeps/i386/i686/multiarch/strstr-c.c (__strstr_sse42,
303         __strstr_ia32): Add attribute_hidden.
304
305 2009-09-01  Andreas Schwab  <schwab@redhat.com>
306
307         * hesiod/nss_hesiod/hesiod-grp.c (internal_gid_from_group): Fix
308         parsing of group entry.
309
310 2009-09-02  Andreas Schwab  <schwab@redhat.com>
311
312         * libio/wfileops.c (_IO_wfile_seekoff): Account for readahead in
313         external buffer.  Always discard readahead in internal buffer.
314         * libio/Makefile (tests): Add bug-wsetpos.
315         * libio/bug-wsetpos.c: New file.
316
317 2009-09-02  Jakub Jelinek  <jakub@redhat.com>
318
319         * sysdeps/x86_64/multiarch/strstr-c.c (__strstr_sse42, __strstr_sse2):
320         Add attribute_hidden.
321         * sysdeps/x86_64/multiarch/strcasestr-c.c (__strcasestr_sse42,
322         __strcasestr_sse2): Likewise.
323         * sysdeps/x86_64/multiarch/s_fma.c (__fma_sse2): Add attribute_hidden.
324         (__fma_fma): Make static.
325         * sysdeps/x86_64/multiarch/s_fmaf.c (__fmaf_sse2): Add attribute_hidden.
326         (__fmaf_fma): Make static.
327
328 2009-08-31  Andreas Schwab  <schwab@redhat.com>
329
330         * libio/wfileops.c (_IO_wfile_seekoff): Remove dead code and
331         reformulate in-buffer optimisation check to match code in
332         _IO_new_file_seekoff.
333
334 2009-08-31  Joshua W. Boyer  <jwboyer@linux.vnet.ibm.com>
335
336         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Change srdi instruction
337         to srwi in 32-bit memcpy for power6.
338
339 2009-09-01  Andreas Schwab  <schwab@redhat.com>
340
341         * include/stdio.h: Declare hidden proto for fflush.
342         * libio/iofflush.c: Add hidden weak alias for fflush.
343
344 2009-09-01  Jakub Jelinek  <jakub@redhat.com>
345
346         * sysdeps/x86_64/fpu/bits/mathinline.h: Include bits/wordsize.h.
347         (__signbitf, __signbit): Only use SSE inline asm for 64-bit.
348
349 2009-08-31  Andreas Schwab  <schwab@redhat.com>
350
351         * sysdeps/x86_64/fpu/bits/mathinline.h: Use __asm instead of asm.
352
353 2009-08-31  Ulrich Drepper  <drepper@redhat.com>
354
355         [BZ #10560]
356         * malloc/malloc.c: Add local assert definition to avoid problems with
357         memory allocation in the real one.
358
359 2009-08-27  H.J. Lu  <hongjiu.lu@intel.com>
360
361         * sysdeps/i386/i686/multiarch/init-arch.c (ENABLE_SSSE3_ON_ATOM):
362         Removed.
363         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Don't
364         turn off SSSE3 on Atom.
365
366 2009-08-28  Ulrich Drepper  <drepper@redhat.com>
367
368         * stdlib/tst-strtol.c (tests): More tests.
369         * stdlib/tst-strtoll.c (tests): Likewise.
370
371 2009-08-26  Ulrich Drepper  <drepper@redhat.com>
372
373         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf.c: New file.
374
375         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: New file.
376
377 2009-08-25  Ulrich Drepper  <drepper@redhat.com>
378
379         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Add llround aliases.
380         * sysdeps/ieee754/dbl-64/wordsize-64/s_llround.c: New file.
381
382         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c: New file
383
384         * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c: New file.
385
386         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: New file.
387
388 2009-08-25  Joseph Myers  <joseph@codesourcery.com>
389
390         * math/s_fdiml.c (__fdiml): Use fpclassify instead of fpclassifyl.
391
392 2009-08-25  Ulrich Drepper  <drepper@redhat.com>
393
394         * sysdeps/x86_64/fpu/s_scalbln.c: New file.
395         * sysdeps/x86_64/fpu/s_scalbn.c: New file.
396
397         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c: New file.
398
399         * sysdeps/x86_64/fpu/s_signbit.S: New file.
400         * sysdeps/x86_64/fpu/s_signbitf.S: New file.
401
402         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: New file.
403         * sysdeps/ieee754/dbl-64/wordsize-64/s_trunc.c: New file.
404
405         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Remove
406         leftover YMM_SIZE definition.
407
408 2009-08-24  Ulrich Drepper  <drepper@redhat.com>
409
410         * math/math_private.h (ieee_double_shape_type): Add uint64_t word to
411         union.
412         (EXTRACT_WORDS64, INSERT_WORDS64): Define.
413         * sysdeps/x86_64/fpu/math_private.h (EXTRACT_WORDS64, INSERT_WORDS64):
414         Redefine.
415         * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: New file.
416
417         * sysdeps/x86_64/fpu/math_private.h: Add specialized GET_FLOAT_WORD
418         and SET_FLOAT_WORD definitions.
419
420 2009-08-24  Roland McGrath  <roland@redhat.com>
421
422         * sysdeps/unix/syscall-template.S: New file.
423         * sysdeps/unix/make-syscalls.sh: Generate rules to use it.
424         * sysdeps/unix/Makefile (omit-deps): Do not omit syscall stubs' deps.
425         (compile-syscall): Pass mkdep and -g options as normal.
426         (s-proto.d, s-proto-cancel.d): Don't "-include" these.
427         (common-generated): Don't add them here.
428
429 2009-08-24  Ulrich Drepper  <drepper@redhat.com>
430
431         * math/s_fdim.c: In case of overflows set errno.
432         * math/s_fdimf.c: Likewise.
433         * math/s_fdiml.c: Likewise.
434
435         * math/math.h: Define math_errhandling of __FAST_MATH__ is not defined.
436         * sysdeps/i386/fpu/bits/mathinline.h: Undefine math_errhandling if we
437         are using the inline optimizations.
438
439         * sysdeps/x86_64/fpu/bits/mathinline.h (__signbit): Optimize.
440         (__signbitf): Likewise.
441
442 2009-08-23  Ulrich Drepper  <drepper@redhat.com>
443
444         * posix/regcomp.c (parse_dup_op): Verify the expression is correctly
445         terminated.
446         * posix/Makefile (tests): Add bug-regex29.
447         * posix/bug-regex29.c: New file.
448
449         * posix/unistd.h: Define _POSIX_VERSION and _POSIX2_* correctly if
450         older POSIX versions are selected.
451
452         * stdio-common/printf_fp.c: ISO C expects to print the sign of NaN
453         as well.
454         * stdio-common/printf_fphex.c: Likewise.
455         * stdio-common/tstdiomisc.c: Add more tests.
456
457         * locale/locale.h: Include xlocale.h and the thread-local locale
458         declarations for XPG7, not XPG6.
459
460 2009-08-21  Andreas Schwab  <schwab@redhat.com>
461
462         * sysdeps/powerpc/powerpc32/____longjmp_chk.S: Removed.
463         * sysdeps/powerpc/powerpc64/____longjmp_chk.S: Removed.
464         * sysdeps/unix/sysv/linux/powerpc/powerpc32/____longjmp_chk.S: New file.
465         * sysdeps/unix/sysv/linux/powerpc/powerpc64/____longjmp_chk.S: New file.
466         * sysdeps/powerpc/powerpc32/__longjmp-common.S: Move CHECK_SP earlier.
467         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
468
469 2009-08-20  Roland McGrath  <roland@redhat.com>
470
471         * sysdeps/generic/elf/backtracesyms.c (__backtrace_symbols):
472         Use l_addr instead of l_map_start (dli_fbase).
473         Print "FILE([+-]OFFSET) [ADDRESS]" with the file-relative
474         address when there is no proximate symbol.
475         * sysdeps/generic/elf/backtracesymsfd.c (__backtrace_symbols_fd):
476         Likewise.
477
478 2009-08-16  Ulrich Drepper  <drepper@redhat.com>
479
480         * scripts/gen-as-const.awk: Fix test for 64-bit platform.
481
482 2009-08-14  Ulrich Drepper  <drepper@redhat.com>
483
484         * test-skeleton.c (signal_handler): Renamed from timeout_handler.
485         Also handle SIGINT.  In that case only do the cleanup and then
486         re-raise the signal.
487         (main): Install handler for SIGINT.
488
489 2009-08-10  SUGIOKA Toshinobu  <sugioka@itonet.co.jp>
490
491         * stdlib/longlong.h [__sh__] (udiv_qrnnd, sub_ddmmss): Add "t" to
492         clobber list.
493
494 2009-08-01  H.J. Lu  <hongjiu.lu@intel.com>
495
496         * elf/Makefile (distribute): Add tst-audit6.c tst-auditmod6a.c
497         tst-auditmod6b.c tst-auditmod6c.c tst-audit7.c tst-auditmod7a.c
498         tst-auditmod7b.c.
499         (tests): Add tst-audit6 tst-audit7.
500         (modules-names): Add st-auditmod6a tst-auditmod6b tst-auditmod6c
501         tst-auditmod7a tst-auditmod7b.
502         ($(objpfx)tst-audit6): New.
503         ($(objpfx)tst-audit6.out): Likewise.
504         ($(objpfx)tst-audit7): Likewise.
505         ($(objpfx)tst-audit7.out): Likewise.
506         (tst-audit6-ENV): Likewise.
507         (tst-audit7-ENV): Likewise.
508         (CFLAGS-tst-auditmod6b.c): Likewise.
509         (CFLAGS-tst-auditmod6c.c): Likewise.
510         (CFLAGS-tst-auditmod7b.c): Likewise.
511         * elf/tst-audit6.c: New file.
512         * elf/tst-audit7.c: New file.
513         * elf/tst-auditmod6a.c: New file.
514         * elf/tst-auditmod6b.c: New file.
515         * elf/tst-auditmod6c.c: New file.
516         * elf/tst-auditmod7a.c: New file.
517         * elf/tst-auditmod7b.c: New file.
518         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Move
519         saving and restoring SSE/AVX registers to ...
520         * sysdeps/x86_64/dl-trampoline.h: This.  New file.
521
522 2009-08-07  H.J. Lu  <hongjiu.lu@intel.com>
523
524         * sysdeps/i386/i686/multiarch/strcspn.S (STRCSPN): Use PIC
525         only if SHARED is defined.
526         * sysdeps/i386/i686/multiarch/strspn.S (strspn): Likewise.
527
528 2009-08-03  Jim Meyering  <meyering@redhat.com>
529
530         * sysdeps/i386/configure.in: Use AC_HEADER_CHECK.
531
532 2009-08-08  Ulrich Drepper  <drepper@redhat.com>
533
534         * sysdeps/x86_64/multiarch/strlen.S: Move SSE4.2 version into the same
535         section as the other functions for this architecture.
536         * sysdeps/x86_64/multiarch/rawmemchr.S: Likewise.
537
538 2009-08-07  Ulrich Drepper  <drepper@redhat.com>
539
540         * sysdeps/x86_64/strcmp.S: Add support to compile with
541         USE_SSSE3.  In this case palignr is used.
542         * sysdeps/x86_64/multiarch/strcmp.S (strcmp): If SSE4.2 is not
543         available but SSSE3 is, pick __str{,n}cmp_ssse3.
544         * sysdeps/x86_64/multiarch/Makefile [subdir=string] (sysdep_routines):
545         Add strcmp-ssse3 and strncmp-ssse3.
546         * sysdeps/x86_64/multiarch/strcmp-ssse3.S: New file.
547         * sysdeps/x86_64/multiarch/strncmp-ssse3.S: New file.
548
549         * sysdeps/x86_64/multiarch/strcspn-c.c (STRCSPN_SSE42): Avoid
550         warning through fake initialization.
551
552 2009-08-07  H.J. Lu  <hongjiu.lu@intel.com>
553
554         * sysdeps/i386/i686/multiarch/strlen.S (ENTRY): Add the missing "; \".
555
556 2009-08-07  Andreas Schwab  <schwab@redhat.com>
557
558         * elf/dl-lookup.c (do_lookup_x): Enter correct name into table of
559         unique symbols.
560
561 2009-08-05  H.J. Lu  <hongjiu.lu@intel.com>
562
563         * sysdeps/x86_64/cacheinfo.c (init_cacheinfo): Properly use
564         EBX from EAX = 1.  Handle EAX = 11.
565
566 2009-08-07  Andreas Schwab  <schwab@redhat.com>
567
568         * Makefile (TAGS): Use separate sed -e expressions to avoid \
569         inside ''.
570
571 2009-08-03  H.J. Lu  <hongjiu.lu@intel.com>
572
573         * sysdeps/i386/i686/multiarch/strcspn.S: Add comments for no
574         hidden IFUNC functions.
575         * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
576
577         * sysdeps/i386/i686/multiarch/strlen.S: New file.
578
579         * sysdeps/i386/i686/multiarch/Makefile [subdir=string]
580         (sysdep_routines): Add strcspn-c, strpbrk-c, strspn-c, strstr-c, and
581         strcasestr-c.
582         (CFLAGS-strcspn-c.c): Define.
583         (CFLAGS-strpbrk-c.c): Define.
584         (CFLAGS-strspn-c.c): Define.
585         (CFLAGS-strstr.c): Define.
586         (CFLAGS-strcasestr.c): Define.
587         * sysdeps/i386/i686/multiarch/strcspn-c.c: New file.
588         * sysdeps/i386/i686/multiarch/strcspn.S: New file.
589         * sysdeps/i386/i686/multiarch/strpbrk-c.c: New file.
590         * sysdeps/i386/i686/multiarch/strpbrk.S: New file.
591         * sysdeps/i386/i686/multiarch/strspn-c.c: New file.
592         * sysdeps/i386/i686/multiarch/strspn.S: New file.
593         * sysdeps/i386/i686/multiarch/strstr-c.c: New file.
594         * sysdeps/i386/i686/multiarch/strstr.c: New file.
595         * sysdeps/i386/i686/multiarch/strcasestr-c.c: New file.
596         * sysdeps/i386/i686/multiarch/strcasestr.c: New file.
597         * sysdeps/x86_64/multiarch/strcspn-c.c (STRCSPN_SSE42): Use
598         -16L instead of 0xfffffffffffffff0L.
599         * sysdeps/x86_64/multiarch/strspn-c.c (__strspn_sse42): Likewise.
600
601 2009-08-02  Ulrich Drepper  <drepper@redhat.com>
602
603         * sysdeps/i386/configure.in: Add test for <cpuid.h>.
604
605 2009-07-31  Ulrich Drepper  <drepper@redhat.com>
606
607         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S (longjmp_msg): Yet
608         another rewrite.  Much smaller and faster.
609         * sysdeps/unix/sysv/linux/i386/____longjmp_chk.S: Likewise.
610
611         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S (longjmp_msg): Get
612         ss_flags from the correct location.
613
614 2009-07-31  H.J. Lu  <hongjiu.lu@intel.com>
615
616         * sysdeps/i386/i686/Makefile (sysdep_routines): Add cacheinfo.
617         * sysdeps/i386/i686/cacheinfo.c: New file.
618         * sysdeps/i386/i686/multiarch/Makefile: New file.
619         * sysdeps/i386/i686/multiarch/ifunc-defines.sym: New file.
620         * sysdeps/i386/i686/multiarch/init-arch.c: New file.
621         * sysdeps/i386/i686/multiarch/init-arch.h: New file.
622         * sysdeps/i386/i686/multiarch/sched_cpucount.c: New file.
623         * sysdeps/unix/sysv/linux/i386/i686/sysconf.c: New file.
624         * sysdeps/x86_64/cacheinfo.c: Include <cpuid.h>.
625         (__cpuid_count): New. Provide the default.
626         (__x86_64_prefetchw): Define only if DISABLE_PREFETCHW is not defined.
627         (__x86_64_preferred_memory_instruction): Define only if
628         DISABLE_PREFERRED_MEMORY_INSTRUCTION is not defined.
629         (intel_check_word): Use __cpuid.
630         (handle_intel): Likewise.
631         (handle_amd): Likewise.
632         (__cache_sysconf): Likewise.
633         (init_cacheinfo): Updated.  Use __cpuid and __cpuid_count.
634         (__cache_sysconf): Likewise.
635         (init_cacheinfo): Updated.  Use __cpuid and __cpuid_count.
636         * sysdeps/x86_64/multiarch/init-arch.c: Include <cpuid.h>.
637         (get_common_indeces): Use __cpuid.
638         (__init_cpu_features): Likewise.  Disable SSSE3 on Atom only
639         if ENABLE_SSSE3_ON_ATOM is not defined.
640         * sysdeps/x86_64/multiarch/init-arch.h (HAS_SSE2): Define.
641         * sysdeps/x86_64/multiarch/sched_cpucount.c (POPCNT): Use
642         popcnt instead of popcntq.
643
644 2009-07-31  Jakub Jelinek  <jakub@redhat.com>
645
646         * malloc/Makefile (CFLAGS-obstack.c): Add $(uses-callbacks).
647
648 2009-07-30  Ulrich Drepper  <drepper@redhat.com>
649
650         * sysdeps/unix/sysv/linux/i386/____longjmp_chk.S: New file.
651         * sysdeps/i386/____longjmp_chk.S: Remove all code.  This is now a file
652         which always causes a compile error.
653
654         * sysdeps/i386/__longjmp.S: Remove bound-checking pointer support.
655
656         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: New file.  Content
657         comes from...
658         * sysdeps/x86_64/____longjmp_chk.S: ...here.  This is now a file
659         which always causes a compile error.
660
661         * debug/Makefile (tests): Add tst-longjmp_chk2.
662         * debug/tst-longjmp_chk2.c: New file.
663
664         * sysdeps/x86_64/__longjmp.S: Remove CHECK_RSP handling.  Fix CFI.
665         Remove incorrect use of BP_SYM.
666         * sysdeps/x86_64/____longjmp_chk.S: Rewrite.  Complete implementation
667         here now since it is more complex than just a simple check.
668
669         * sysdeps/ia64/backtrace.c (backtrace_helper): Stop backtrace when
670         we make no more progress.
671
672 2009-07-29  Ulrich Drepper  <drepper@redhat.com>
673
674         * math/s_fma.c: Don't define alias if __fma is a macro.
675         * math/s_fmaf.c: Likewise.
676         * sysdeps/x86_64/multiarch/s_fma.c: New file.
677         * sysdeps/x86_64/multiarch/s_fmaf.c: New file.
678         Partially based on a patch by H.J. Lu <hongjiu.lu@intel.com>.
679
680         * sysdeps/x86_64/multiarch/init-arch.h (__get_cpu_features): Declare.
681         (HAS_POPCOUNT, HAS_SSE4_2): Add variants which work outside libc.
682         New macro HAS_FMA.
683         * sysdeps/x86_64/multiarch/init-arch.c (__get_cpu_features): New
684         function.
685         * include/libc-symbols.h (libm_ifunc): Define.
686         * sysdeps/x86_64/multiarch/Versions: New file.
687
688         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Improve CFI.
689
690 2009-07-28  H.J. Lu  <hongjiu.lu@intel.com>
691
692         * sysdeps/x86_64/dl-trampoline.S: Properly restore AVX registers.
693
694 2009-07-29  Ulrich Drepper  <drepper@redhat.com>
695
696         * elf/dl-runtime.c (_dl_fixup): Indicate before _dl_lookup_symbol_x
697         call that registers used in calling conventions need to be preserved.
698         * elf/dl-lookup.c (do_lookup_x): Use RTLD_*_FOREIGN_CALL macros
699         to preserve register content if necessary.
700         * sysdeps/x86_64/dl-trampoline.S (_dl_x86_64_save_sse): New function.
701         (_dl_x86_64_restore_sse): New function.
702         * sysdeps/x86_64/tst-xmmymm.sh: There is now one more function that
703         is allowed to modify xmm/ymm registers.
704
705         * stdio-common/scanf15.c: Undefine _LIBC.  We want to test from an
706         application's perspective.
707         * stdio-common/scanf17.c: Likewise.
708
709 2009-07-28  Ulrich Drepper  <drepper@redhat.com>
710
711         * csu/libc-tls.c (__libc_setup_tls) [TLS_TCB_AT_TP]: Don't add TCB
712         size to memsz.
713         (init_static_tls) [TLS_TCB_AT_TP]: Add it to GL(dl_tls_static_size)
714         here.
715         * elf/dl-reloc.c (_dl_try_allocate_static_tls): Compute freebytes in
716         two steps to catch bugs.
717
718 2009-07-27  Ulrich Drepper  <drepper@redhat.com>
719
720         * sysdeps/x86_64/tst-xmmymm.sh: Refine testing.  The script now
721         determines which files are used in runtime lookups and only checks
722         those for SSE use.
723         * sysdeps/x86_64/rtld-memchr.c: Removed.  Not needed with refined
724         testing.
725         * sysdeps/x86_64/rtld-rawmemchr.c: Removed.
726         * sysdeps/x86_64/multiarch/rtld-rawmemchr.c: Removed
727         * sysdeps/x86_64/Makefile: Emit warning that tst-xmmymm.sh might
728         take a while.
729
730         * elf/dl-open.c: Move _dl_scope_free to...
731         * elf/dl-scope.c: ...here.  New file.
732         * elf/Makefile (dl-routines): Add scope.
733
734         * resolv/resolv.h (RES_USE_DNSSEC): Define.
735         * resolv/res_debug.c (p_option): Handle RES_USE_EDNS0 and
736         RES_USE_DNSSEC.
737         * resolv/res_mkquery.c (__res_nopt): Set flags for RES_USE_DNSSEC.
738         * resolv/res_query.c (__libc_res_nquery): Handle RES_USE_DNSSEC in
739         all the places we handled RES_USE_EDNS0 only before.
740         Patch by Adam Tkac <atkac@redhat.com>.
741
742 2009-07-27  Jakub Jelinek  <jakub@redhat.com>
743
744         * elf/dl-lookup.c (do_lookup_x): Fix check for table more than
745         3/4 full.  Pass size + 1 rather than size to _dl_higher_prime_number.
746         Update size when reallocating.
747
748 2009-07-26  Ulrich Drepper  <drepper@redhat.com>
749
750         * sysdeps/x86_64/tst-xmmymm.sh: New file.  Check whether any of the
751         functions used in ld.so modify xmm/ymm registers.
752         * sysdeps/x86_64/Makefile:  Hook new test up.
753         * sysdeps/x86_64/rtld-memchr.c: New file.
754         * sysdeps/x86_64/rtld-memcmp.c: New file.
755         * sysdeps/x86_64/rtld-rawmemchr.c: New file.
756         * sysdeps/x86_64/rtld-strchr.S: New file.
757         * sysdeps/x86_64/rtld-strlen.S: New file.
758         * sysdeps/x86_64/multiarch/rtld-rawmemchr.c: New file.
759         * sysdeps/x86_64/multiarch/rtld-strlen.S: New file.
760
761 2009-07-26  H.J. Lu  <hongjiu.lu@intel.com>
762
763         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Remove
764         strncmp-c.
765         * sysdeps/x86_64/multiarch/strcmp.S (aftertail): Removed.
766         (exit): Likewise.
767         (Byte1): Likewise.
768         (Byte2): Likewise.
769         (Byte3): Likewise.
770         (Byte4): Likewise.
771         (Byte5): Likewise.
772         (Byte6): Likewise.
773         (next_8_bytes): Likewise.
774         (Byte0): Remove commented out codes.
775         (unaligned_table): Align jump table at 8 bytes.
776         Add _sse4_2 to all labels.  Always include "../strcmp.S".
777         * sysdeps/x86_64/multiarch/strncmp-c.c: Removed.
778         * sysdeps/x86_64/strcmp.S: Add SSE2 support.
779         * sysdeps/x86_64/strncmp.S: New file.
780
781 2009-07-26  Ulrich Drepper  <drepper@redhat.com>
782
783         [BZ #10422]
784         * sysdeps/unix/sysv/linux/eventfd.c: Add compatibility for old
785         kernels, dropped when eventfd2 support was added.
786         * sysdeps/unix/sysv/linux/signalfd.c: Add compatibility for old
787         kernels, dropped when signalfd4 support was added.
788         * sysdeps/unix/sysv/linux/kernel-features.h: More CLOEXEC syscalls
789         added, name them.
790
791         [BZ #10452]
792         * resolv/res_send.c (send_dg): Pass full SERVFAIL, NOTIMP, REFUSED
793         replies up.
794
795         * elf/elf.h: Define NT_GNU_GOLD_VERSION.
796
797 2009-07-25  Ulrich Drepper  <drepper@redhat.com>
798
799         * sysdeps/x86_64/multiarch/strcmp.S: Some more optimizations for
800         modern processor versions.  Patch by H.J. Lu <hongjiu.lu@intel.com>.
801
802         [BZ #10448]
803         * sysdeps/posix/getaddrinfo.c (gaih_inet): If NSS module contains no
804         callback we must touch the status to avoid using stale value.
805
806         * sysdeps/x86_64/multiarch/strcmp.S: Exclude unused code from being
807         compiled in.
808
809 2009-07-24  Ulrich Drepper  <drepper@redhat.com>
810
811         * sysdeps/unix/sysv/linux/configure.in: Don't automatically include
812         /lib/modules/* headers anymore.  We have sane headers in the standard
813         place now.
814
815 2009-06-16  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
816
817         * sysdeps/s390/dl-procinfo.c (_dl_s390_cap_flags): "hpage",
818         "etf3enh" and "highgprs" added.
819         (_dl_s390_platforms): "z10" added.
820         * sysdeps/s390/dl-procinfo.h (_DL_HWCAP_COUNT, _DL_PLATFORMS_COUNT):
821         Increased for the new entries.
822         (HWCAP enum): HWCAP_S390_HPAGE, HWCAP_S390_ETF3EH and
823         HWCAP_S390_HIGH_GPRS added.
824
825         * sysdeps/s390/s390-64/Makefile: Adjusted to build the new modules.
826         * sysdeps/s390/s390-64/iso-8859-1_cp037_z900.c: New file.
827         * sysdeps/s390/s390-64/utf16-utf32-z9.c: New file.
828         * sysdeps/s390/s390-64/utf8-utf16-z9.c: New file.
829         * sysdeps/s390/s390-64/utf8-utf32-z9.c: New file.
830
831 2009-07-23  Ulrich Drepper  <drepper@redhat.com>
832
833         * sysdeps/x86_64/cacheinfo.c [USE_MULTIARCH]: Rearrange code to
834         avoid additional cpuid instructions.  Most of the information is
835         stored somewhere.
836
837         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_02_known): Add more
838         cache descriptors.
839         * sysdeps/x86_64/cacheinfo.c (intel_02_known): Likewise.
840
841         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Reset
842         SSSE3 bit for Atoms.
843         * sysdeps/x86_64/multiarch/strcpy.S: New need to perform Atom test
844         here anymore.
845
846         * posix/tst-rfc3484.c (do_test): Initialize entire sockaddr_in
847         structure before copying it to avoid warning.
848         * posix/tst-rfc3484-2.c (do_test): Likewise.
849         * posix/tst-rfc3484-3.c (do_test): Likewise.
850
851         [BZ #10416]
852         * include/unistd.h: Make header file suitable for C++ test cases.
853         Patch by Duncan Simpson <dps@simpson.demon.co.uk>.
854
855         * sysdeps/unix/sysv/linux/i386/makecontext.S: Ensure we preserve the
856         stack alignment in the exit code.
857
858         * elf/dl-lookup.c (dl_lookup_x): The hashval for unique symbol can
859         potentially be zero.
860
861         * elf/tst-unique1.c: Extend test to check for unloading DSO with
862         unique symbol definition.
863         Patch by Jakub Jelinek.
864         * elf/dl-lookup.c (do_lookup_x): When entering a new unique symbol,
865         make sure the object with the definition cannot be unloaded.  Adjust
866         a few types.
867         * sysdeps/generic/ldsodefs.h (struct rtld_global): The map element in
868         the unique symbol hash table should not be const.
869
870 2009-07-21  Ulrich Drepper  <drepper@redhat.com>
871
872         * sysdeps/x86_64/multiarch/strstr.c: Minor cleanups.  Remove
873         unnecesary variables.  Comment fixes.
874
875 2009-07-20  Ulrich Drepper  <drepper@redhat.com>
876
877         * sysdeps/x86_64/multiarch/strstr.c [USE_AS_STRCASESTR] (STRSTR_SSE42):
878         Use NONASCII_CASE information provided by the locale to determine
879         whether optimized string load function can be used.  Minor cleanups.
880
881 2009-07-20  H.J. Lu  <hongjiu.lu@intel.com>
882
883         * string/strcasestr.c (STRCASESTR): New macro.
884         (__strcasestr): Renamed to ..
885         (STRCASESTR): ...this.
886         * string/strstr.c (STRSTR): New macro.
887         (strstr): Renamed to ..
888         (STRSTR): ...this.
889         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
890         strstr-c strcasestr-c
891         (CFLAGS-strstr.c): New.
892         (CFLAGS-strcasestr.c): Likewise.
893         * sysdeps/x86_64/multiarch/strcasestr-c.c: New file.
894         * sysdeps/x86_64/multiarch/strcasestr.c: New file.
895         * sysdeps/x86_64/multiarch/strstr-c.c: New file.
896         * sysdeps/x86_64/multiarch/strstr.c: New file.
897
898 2009-07-20  Ulrich Drepper  <drepper@redhat.com>
899
900         * locale/localeinfo.h (LIMAGIC): Update value for LC_CTYPE.
901         * locale/langinfo.h: Define _NL_CTYPE_NONASCII_CASE.
902         * locale/C-ctype.c (_nl_C_LC_CTYPE): Add initializer for
903         _NL_CTYPE_NONASCII_CASE.
904         * locale/programs/ld-ctype.c (locale_ctype_t): Add nonascii_case
905         field.
906         (ctype_finish): Check whether there are any 8-bit characters outside
907         the range ASCII has or whether the mapping isn't the same as for
908         ASCII (±0x20).  Set nonascii_case appropriately.
909         (ctype_output): Add output handler for nonascii_case.
910
911 2009-07-17  Ulrich Drepper  <drepper@redhat.com>
912
913         * sysdeps/generic/sysdep.h: Define cfi_personality, cfi_lsda,
914         CFI_PERSONALITY, CFI_LSDA, and DW_EH_PE_* constants.
915
916 2009-07-16  Ulrich Drepper  <drepper@redhat.com>
917
918         [BZ #10360]
919         * resolv/res-mkquery.c (__res_nopt): If anslen is > 0xffff store
920         0xffff in the EDNS0 record.
921
922 2009-07-16  Ulrich Drepper  <drepper@redhat.com>
923
924         * nscd/cache.c (cache_add): Use atomic_compare_and_exchange_bool_rel
925         instead of atomic_compare_and_exchange_bool_acq to ensure pointer
926         is written before the list head update.
927         Patch by Andreas Schwab <aschwab@redhat.com>.
928
929 2009-07-16  Ulrich Drepper  <drepper@redhat.com>
930             Jakub Jelinek  <jakub@redhat.com>
931
932         * malloc/malloc.c [ATOMIC_FASTBINS] (_int_free): Make check for
933         corruption thread-safe.
934
935 2009-07-13  Jakub Jelinek  <jakub@redhat.com>
936
937         * include/atomic.h (catomic_compare_and_exchange_val_rel): If arch
938         overrides atomic_compare_and_exchange_val_rel, define to
939         atomic_compare_and_exchange_val_rel by default, otherwise default
940         to catomic_compare_and_exchange_val_acq.
941         (catomic_compare_and_exchange_bool_rel): If arch overrides
942         atomic_compare_and_exchange_bool_rel, define to
943         atomic_compare_and_exchange_bool_rel by default.
944         * malloc/malloc.c (_int_free): Revert 2009-07-02 change.
945         Use catomic_compare_and_exchange_val_rel instead of
946         catomic_compare_and_exchange_val_acq.
947
948 2009-07-16  Ulrich Drepper  <drepper@redhat.com>
949
950         * sysdeps/generic/ldsodefs.h: Add prototype for
951         _dl_higher_prime_number.
952         * elf/dl-misc.c (_dl_higher_prime_number): Mark with internal_function.
953
954         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Optimize
955         restoring of ymm registers a bit.
956
957 2009-07-15  H.J. Lu  <hongjiu.lu@intel.com>
958
959         * sysdeps/x86_64/memcmp.S: New file.
960
961 2009-07-15  Ulrich Drepper  <drepper@redhat.com>
962
963         * sysdeps/x86-64/dl-trampoline.h: Remove after integrating code into...
964         * sysdeps/x86-64/dl-trampoline.S: ...here.  Rewrite to avoid function
965         pointers in writable memory.
966
967 2009-07-07  H.J. Lu  <hongjiu.lu@intel.com>
968
969         * config.h.in: Add HAVE_AVX_SUPPORT entry.
970         * config.make.in: Add config-cflags-avx entry.
971         * configure.in: Substitute libc_cv_cc_avx.
972         * elf/Makefile: Add rules to build and run tst-audit4 and tst-audit5.
973         * elf/tst-audit4.c: New file.
974         * elf/tst-audit5.c: New file.
975         * elf/tst-auditmod4a.c: New file.
976         * elf/tst-auditmod4b.c: New file.
977         * elf/tst-auditmod5a.c: New file.
978         * elf/tst-auditmod5b.c: New file.
979         * sysdeps/x86_64/Makefile (gen-as-const-headers): Add
980         link-defines.sym.
981         * sysdeps/x86_64/bits/link.h (La_x86_64_ymm): New.
982         (La_x86_64_vector): Likewise.
983         (La_x86_64_regs): Append lr_vector.
984         (La_x86_64_retval): Append lr_vector0/lrv_vector1.
985         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Move
986         saving and restoring SSE registers to ...
987         * sysdeps/x86_64/dl-trampoline.h: This.  New file.
988         * sysdeps/x86_64/dl-trampoline.S: Include <config.h> and
989         <link-defines.h>.
990         (_dl_runtime_profile): Use LR_SIZE to allocate space for
991         La_x86_64_regs.  Allocate extra space and jump to memory at
992         save_and_restore_vector if HAVE_AVX_SUPPORT is defined.
993         (save_and_restore_vector_sse): New.
994         (save_and_restore_vector_avx): Likewise.
995         (check_avx): Likewise.
996         (save_and_restore_vector): Likewise.
997         * sysdeps/x86_64/elf/configure.in: Set libc_cv_cc_avx and
998         HAVE_AVX_SUPPORT.
999         * sysdeps/x86_64/link-defines.sym: New file.
1000
1001 2009-07-10  Ulrich Drepper  <drepper@redhat.com>
1002
1003         * elf/do-lookup.h: Removed after folding content into...
1004         * elf/dl-lookup.c: ...here.
1005
1006         * sysdeps/unix/sysv/linux/sys/epoll.h: Fix comment.
1007
1008 2009-07-09  Ulrich Drepper  <drepper@redhat.com>
1009
1010         * configure.in: Check for gnu_unique_symbol symbol type.
1011         * config.h.in: Add HAVE_ASM_UNIQUE_OBJECT entry.
1012         * elf/do-lookup.h (do_lookup_x): Take new parameter with link map of
1013         the undefined symbol.  Handle STB_GNU_UNIQUE binding of found symbol.
1014         * elf/dl-lookup.c (_dl_lookup_symbol_x): Adjust callers for do_lookup_x
1015         change.
1016         * sysdeps/generic/ldsodefs.h (struct rtld_global): Add definitions for
1017         unique symbol table.
1018         * elf/rtld.c (rtld_global): Initialize lock of unique symbol hash table
1019         for first namespace.
1020         * elf/dl-open.c (_dl_open): For new namespace, initialize lock for
1021         unique symbol hash table.
1022         * elf/Makefile: Add rules to build and run tst-unique1 and tst-unique2.
1023         * elf/tst-unique1.c: New file.
1024         * elf/tst-unique1mod1.c: New file.
1025         * elf/tst-unique1mod2.c: New file.
1026         * elf/tst-unique2.c: New file.
1027         * elf/tst-unique2mod1.c: New file.
1028         * elf/tst-unique2mod2.c: New file.
1029
1030 2009-07-07  Ulrich Drepper  <drepper@redhat.com>
1031
1032         * elf/elf.h (STB_GNU_UNIQUE): Define.
1033
1034         * elf/dl-misc.c (_dl_higher_prime_number): New function.  Moved here
1035         from...
1036         * include/inline-hashtab.h: ...here.
1037         (htab_expand): Adjust for renamed function.  Correct memory handling.
1038
1039 2009-07-06  Ulrich Drepper  <drepper@redhat.com>
1040
1041         * elf/do-lookup.h (do_lookup_x): Optimize test for valid symbol types.
1042
1043 2009-07-03  Andreas Schwab  <aschwab@redhat.com>
1044
1045         * sysdeps/powerpc/sysdep.h (PPC_FEATURE_ARCH_2_06): Fix value.
1046         (PPC_FEATURE_HAS_VSX): Likewise.
1047
1048 2009-07-03  Ulrich Drepper  <drepper@redhat.com>
1049
1050         * sysdeps/x86_64/multiarch/strcspn-c.c: Minor cleanups.
1051         * sysdeps/x86_64/multiarch/strspn-c.c: Likewise.
1052
1053         * sysdeps/x86_64/multiarch/strcmp.S: Make sure functions are all
1054         aligned to 16 byte boundaries.
1055         * sysdeps/x86_64/multiarch/strcpy.S: Likewise.
1056         * sysdeps/x86_64/multiarch/strlen.S: Likewise.
1057         * sysdeps/x86_64/multiarch/rawmemchr.S: Likewise.
1058
1059 2009-07-02  H.J. Lu  <hongjiu.lu@intel.com>
1060
1061         * config.h.in (HAVE_SSE4_SUPPORT): New macro.
1062         * config.make.in (config-cflags-sse4): New variable.
1063         * configure.in: Substitute libc_cv_cc_sse4.
1064         * sysdeps/i386/configure.in: Set libc_cv_cc_sse4 and
1065         HAVE_SSE4_SUPPORT.
1066         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
1067         strcspn-c, strpbrk-c, strspn-c for string if gcc supports SSE4.
1068         * sysdeps/x86_64/multiarch/strcspn-c.c: New file.
1069         * sysdeps/x86_64/multiarch/strcspn.S: New file.
1070         * sysdeps/x86_64/multiarch/strpbrk-c.c: New file.
1071         * sysdeps/x86_64/multiarch/strpbrk.S: New file.
1072         * sysdeps/x86_64/multiarch/strspn-c.c: New file.
1073         * sysdeps/x86_64/multiarch/strspn.S: New file.
1074
1075 2009-06-30  H.J. Lu  <hongjiu.lu@intel.com>
1076
1077         * elf/Makefile (distribute): Remove tst-audit.sh.  Add
1078         tst-audit2.c, tst-audit3.c, tst-auditmod3a.c, tst-auditmod3b.c.
1079         (tests): Add tst-audit3 for x86_64.
1080         (modules-names): Add tst-auditmod3a, tst-auditmod3b.
1081         ($(objpfx)tst-audit3): Define.
1082         ($(objpfx)tst-audit3.out): Define.
1083         (tst-audit3-ENV): Define.
1084         * elf/tst-audit3.c: New file.
1085         * elf/tst-auditmod3a.c: New file.
1086         * elf/tst-auditmod3b.c: New file.
1087         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Save
1088         and restore xmm6.
1089
1090         * string/stpncpy.c (STPNCPY): New.  Defined if not defined.
1091         (__stpncpy): Renamed to ...
1092         (STPNCPY): This.
1093         (stpncpy): Create alias only if STPNCPY is not defined.
1094         * string/strncpy.c (STRNCPY): New.  Defined to strncpy if not
1095         defined.
1096         (strncpy): Renamed to ...
1097         (STRNCPY): This.
1098         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
1099          stpncpy-c strncpy-c for string.
1100         * sysdeps/x86_64/multiarch/stpcpy.S: New file.
1101         * sysdeps/x86_64/multiarch/stpncpy-c.c: New file.
1102         * sysdeps/x86_64/multiarch/stpncpy.S: New file.
1103         * sysdeps/x86_64/multiarch/strcpy.S: New file.
1104         * sysdeps/x86_64/multiarch/strncpy-c.c: New file.
1105         * sysdeps/x86_64/multiarch/strncpy.S: New file.
1106
1107 2009-07-02  Ulrich Drepper  <drepper@redhat.com>
1108
1109         * malloc/malloc.c [ATOMIC_FASTBINS] (_int_free): Add full barrier when
1110         adding to fast bin list.
1111
1112 2009-07-01  Ulrich Drepper  <drepper@redhat.com>
1113
1114         * nis/nss_nis/nis-network.c (_nss_nis_getnetbyaddr_r): Don't use
1115         inet_makeaddr.  This worked only with class-based networks.
1116         * nis/nss_nisplus/nisplus-network.c (_nss_nisplus_getnetbyaddr_r):
1117         Likewise.
1118
1119         * nss/nss_files/files-network.c (netbyaddr): If type is AF_UNSPEC,
1120         recognize all types.
1121         * nss/getent.c (networks_keys): Pass AF_UNSPEC instead of AF_UNIX
1122         to getnetbyaddr.  Fix network parameter to getnetbyaddr.  It must
1123         be in host byte order.
1124
1125 2009-06-26  H.J. Lu  <hongjiu.lu@intel.com>
1126
1127         * sysdeps/x86_64/multiarch/ifunc-defines.sym (FAMILIY_OFFSET): Define.
1128         (MODEL_OFFSET): Define.
1129         * sysdeps/x86_64/multiarch/init-arch.h (cpu_features): Add
1130         family and model.
1131         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Break
1132         out common code into new function get_common_indeces. Determine
1133         extended family and model for Intel processors.
1134
1135 2009-06-26  Ulrich Drepper  <drepper@redhat.com>
1136
1137         * resolv/resolv.h: Define RES_SNGLKUPREOP.
1138         * resolv/res_init.c (res_setoptions): Recognize single-request-reopen
1139         option.
1140         * resolv/res_send.c (reopen): New function.  Broken out of...
1141         (send_dg): ... here.  Recognize RES_SNGLKUPREOP.  Implement second
1142         fallback mechanism.  If single-request fails switch to
1143         single-request-reopen mode which opens a new socket for the second
1144         request.
1145
1146 2009-06-25  Andreas Schwab  <aschwab@redhat.com>
1147
1148         * sysdeps/powerpc/powerpc32/____longjmp_chk.S (LOAD_ARG): Define.
1149         (CHECK_SP): Use it.
1150
1151 2009-06-24  Andreas Schwab  <aschwab@redhat.com>
1152
1153         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrtf.S: Fix cfa offset
1154         for saved registers.
1155         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
1156         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
1157         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
1158
1159 2009-06-23  Andreas Schwab  <aschwab@redhat.com>
1160
1161         * time/tzfile.c (__tzfile_read): Don't use an empty TZ string.
1162
1163 2009-06-22  Ulrich Drepper  <drepper@redhat.com>
1164
1165         * po/id.po: Update from translation team.
1166
1167         * po/bg.po: Update from translation team.
1168
1169 2009-06-22  H.J. Lu  <hongjiu.lu@intel.com>
1170
1171         * string/strncmp.c (STRNCMP): New.  Defined to strncmp if not
1172         defined.
1173         (strncmp): Renamed to STRNCMP.
1174         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
1175         strncmp-c for string.
1176         * sysdeps/x86_64/multiarch/init-arch.h (HAS_SSE4_2): Define.
1177         * sysdeps/x86_64/multiarch/strcmp.S: New file.
1178         * sysdeps/x86_64/multiarch/strncmp.S: New file.
1179         * sysdeps/x86_64/multiarch/strncmp-c.c: New file.
1180
1181 2009-06-19  H.J. Lu  <hongjiu.lu@intel.com>
1182
1183         * elf/Makefile (distribute): Add ifuncmain1staticpie.c,
1184         ifuncmain5.c, ifuncmain5pic.c, ifuncmain5picstatic.c,
1185         ifuncmain5pie.c, ifuncmain5static.c, ifuncmain5staticpic.c,
1186         ifuncdep5.c, ifuncdep5pic.c, ifuncmod5.c, ifuncmain7.c,
1187         ifuncmain7pic.c, ifuncmain7picstatic.c, ifuncmain7pie.c, and
1188         ifuncmain7static.c.
1189         (tests-static): Add ifuncmain5static, ifuncmain5picstatic,
1190         ifuncmain7static, and ifuncmain7picstatic.
1191         (tests): Also depend on $(objpfx)ifuncmain1staticpie.out,
1192         $(objpfx)ifuncmain5pie.out, $(objpfx)ifuncmain6pie.out, and
1193         $(objpfx)ifuncmain7pie.out.
1194         (modules-names): Add ifuncmod5 ifuncmod6
1195         (ifuncmod5.so-no-z-defs): Define.
1196         (ifuncmod6.so-no-z-defs): Define.
1197         (CFLAGS-ifuncmain5pic.c): Define.
1198         (CFLAGS-ifuncmain5picstatic.c): Define.
1199         (CFLAGS-ifuncmain5staticpic.c): Define.
1200         (CFLAGS-ifuncdep5pic.c): Define.
1201         (CFLAGS-ifuncmain7pic.c): Define.
1202         (CFLAGS-ifuncmain7picstatic.c): Define.
1203         (CFLAGS-ifuncmain1staticpie.c): Define.
1204         (CFLAGS-ifuncmain5pie.c): Define.
1205         (CFLAGS-ifuncmain6pie.c): Define.
1206         (CFLAGS-ifuncmain7pie.c): Define.
1207         ($(objpfx)ifuncmain1staticpie.out): Define.
1208         ($(objpfx)ifuncmain1staticpie): Define.
1209         ($(objpfx)ifuncmain5pie.out): Define.
1210         ($(objpfx)ifuncmain5pie): Define.
1211         ($(objpfx)ifuncmain6pie.out): Define.
1212         ($(objpfx)ifuncmain6pie): Define.
1213         ($(objpfx)ifuncmain5): Define.
1214         ($(objpfx)ifuncmain5pic): Define.
1215         ($(objpfx)ifuncmain5static): Define.
1216         ($(objpfx)ifuncmain5staticpic): Define.
1217         ($(objpfx)ifuncmain5picstatic): Define.
1218         (generated): Add ifuncmain1staticpie, ifuncmain1staticpie.out,
1219         ifuncmain5pie, ifuncmain5pie.out, ifuncmain6pie, and
1220         ifuncmain6pie.out.
1221         * elf/b/elf/ifuncmain1staticpie.c: New file.
1222         * elf/ifuncdep5.c: New file.
1223         * elf/ifuncdep5pic.c: New file.
1224         * elf/ifuncmain5.c: New file.
1225         * elf/ifuncmain5pic.c: New file.
1226         * elf/ifuncmain5picstatic.c: New file.
1227         * elf/ifuncmain5pie.c: New file.
1228         * elf/ifuncmain5static.c: New file.
1229         * elf/ifuncmain5staticpic.c: New file.
1230         * elf/ifuncmain6pie.c: New file.
1231         * elf/ifuncmain7.c: New file.
1232         * elf/ifuncmain7pic.c: New file.
1233         * elf/ifuncmain7picstatic.c: New file.
1234         * elf/ifuncmain7pie.c: New file.
1235         * elf/ifuncmain7static.c: New file.
1236         * elf/ifuncmod5.c: New file.
1237         * elf/ifuncmod6.c: New file.
1238
1239 2009-06-20  Ulrich Drepper  <drepper@redhat.com>
1240
1241         [BZ #10085]
1242         * nis/nss_compat/compat-initgroups.c (nss_setgrent): New variable.
1243         (nss_endgrent): New variable.
1244         (struct ent_t): Add need_endgrent and skip_initgroups_dyn
1245         fields. Change type of files to bool and adjust all users.
1246         (init_nss_interface): Initialize nss_setgrent and nss_endgrent.
1247         (internal_endgrent): Call nss_endgrent if necessary.
1248         (add_group): New function.  Broken out of...
1249         (check_and_add_group): ...here.
1250         (getgrent_next_nss): Remove test that any callback is available.
1251         Use skip_initgroups_dyn to determine whether to use initgroups_dyn
1252         callback.  If there is no blacklist we can trust the results returned
1253         by the initgroups_dyn callback.  In case there is a callback and we
1254         find a group entry for the group ID but it doesn't contain the
1255         correct member, switch to the slow mode and use getgrent_r.
1256         (internal_getgrent_r): When we see a +: entry, determine whether
1257         there is any callback and which we can use the initgroups_dyn
1258         callback.
1259
1260 2009-06-18  Ulrich Drepper  <drepper@redhat.com>
1261
1262         * malloc/malloc.c (_int_malloc): Add some consistency checks.
1263         (_int_free): Likewise.
1264
1265         * sysdeps/unix/sysv/linux/bits/socket.h: Define PF_IEEE802154 and
1266         AF_IEEE802154.
1267         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
1268         * sysdeps/unix/sysv/linux/net/if_arp.h: Define ARPHRD_IEEE802154
1269         and ARPHRD_IEEE802154_PHY.
1270
1271         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Add missing definitions
1272         relative to generic Linux version.
1273
1274 2009-06-17  H.J. Lu  <hongjiu.lu@intel.com>
1275
1276         * elf/Makefile ($(objpfx)ifuncmain1pie): Use $(+link-pie).
1277         ($(objpfx)ifuncmain1vispie): Likewise.
1278
1279 2009-06-16  Ulrich Drepper  <drepper@redhat.com>
1280
1281         * login/Makefile: Build pt_chown as PIE.
1282
1283 2009-06-15  Andreas Schwab  <aschwab@redhat.com>
1284
1285         * debug/xtrace.sh (do_help): Don't treat bug reporting message as
1286         a format string.
1287         * elf/sln.c (usage): Likewise.
1288         * malloc/memusage.sh (do_help): Likewise.
1289         * nss/getent.c (more_help): Likewise.
1290         * posix/getconf.c (main): Likewise.
1291         * sunrpc/rpcinfo.c (usage): Likewise.
1292         * sysdeps/unix/sysv/linux/lddlibc4.c (main): Likewise.
1293
1294 2009-06-16  Ulrich Drepper  <drepper@redhat.com>
1295
1296         * login/programs/pt_chown.c: Use libcap to drop privileges other than
1297         those needed.
1298         * login/Makefile: If necessary link pt_chown with -lcap.
1299         * sysdeps/generic/pty-private.h: Define FAIL_ENOMEM.
1300         * sysdeps/unix/grantpt.c: Handle FAIL_ENOMEM.
1301
1302 2009-06-16  Jakub Jelinek  <jakub@redhat.com>
1303
1304         * sysdeps/x86_64/memchr.S (memchr): Use unsigned instead of signed
1305         comparisons.
1306         * string/test-memchr.c (do_random_tests): Test very large lengths
1307         as well.
1308
1309 2009-06-02  H.J. Lu  <hongjiu.lu@intel.com>
1310
1311         * Makeconfig (+link-pie): Define.
1312         (+prectorS): Define.
1313         (+postctorS): Define.
1314         * elf/Makefile ($(objpfx)tst-pie1): Use $(+link-pie).
1315         * nscd/Makefile ($(objpfx)nscd): Likewise.
1316
1317 2009-04-22  Ryan S. Arnold  <rsa@us.ibm.com>
1318
1319         [BZ #10107]
1320         * sysdeps/powerpc/powerpc32/power6/memcpy.S (memcpy): Replace cmpldi
1321         with cmplwi.
1322         * sysdeps/powerpc/powerpc32/power6/memset.S (memset): Likewise.
1323
1324 2009-06-16  Ulrich Drepper  <drepper@redhat.com>
1325
1326         * sysdeps/unix/sysv/linux/grantpt.c: Remove file after folding changes
1327         into ...
1328         * sysdeps/unix/grantpt.c: ...here.
1329
1330 2009-06-15  Ulrich Drepper  <drepper@redhat.com>
1331
1332         * sysdeps/unix/sysv/linux/grantpt.c (grantpt): Only call chown and
1333         chmod if it is necessary.
1334
1335         [BZ #10166]
1336         * sysdeps/unix/sysv/linux/grantpt.c: Remove shortcut which was used
1337         when the slave device is in devpts or devfs.
1338
1339         [BZ #10183]
1340         * posix/tst-cpucount.c: Don't try more than CPU_SETSIZE bits.
1341
1342         [BZ #10195]
1343         * inet/netinet/icmp6.h (struct nd_opt_home_agent_info): Change type
1344         of nd_opt_home_agent_info_preference to uint16_t.
1345         Patch by Arnaud Ebalard <arno@natisbad.org>.
1346
1347         [BZ #10207]
1348         * nss/getent.c: Add support for printing gshadow data.
1349
1350         [BZ #10203]
1351         * nis/nss_nis/nis-pwd.c (internal_nis_endpwent): Free all buffers,
1352         not just the currently used one and those which follow.
1353         Patch by Joe Landers <jlanders@vmware.com>.
1354
1355         [BZ #10196]
1356         * libio/tst-fgetwc.c (do_test): Use de_DE.UTF-8 as locale name.
1357         * libio/Makefile: Run tst-fgetwc with necessary envvar.
1358         Patch by Bruce Dubbs <bdubbs@linuxfromscratch.org>.
1359
1360         [BZ #10217]
1361         * stdlib/abort.c: Define variable __abort_msg.
1362         * stdlib/Versions: Export __abort_msg with GLIBC_PRIVATE version.
1363         * include/stdlib.h: Declare __abort_msg.
1364         * assert/assert-perr.c: Don't free buffer for message immediately.
1365         Store atomically in __abort_msg and free old buffer if necessary.
1366         * assert/assert.c: Likewise.
1367         * sysdeps/posix/libc_fatal.c: Allocate buffer for message, copy it,
1368         store pointer in __abort_msg, and possibly free old string.
1369         * sysdeps/unix/sysv/linux/libc_fatal.c: Likewise.
1370
1371         * time/tzfile.c (__tzfile_read): Correct computation of tzspec_len.
1372
1373         [BZ #10211]
1374         * time/tzfile.c (__tzfile_compute): If we use the envvar format still
1375         handle leap seconds if they are available.
1376         Patch by Akinori Hattori <hattya@gentoo.org>.
1377
1378         * timezone/tzselect.ksh: Update from tzcode2009i.
1379         * timezone/zdump.c: Likewise.
1380         * timezone/zic.c: Likewise.
1381
1382         * timezone/africa: Update from tzdata2009i.
1383         * timezone/antarctica: Likewise.
1384         * timezone/asia: Likewise.
1385         * timezone/australasia: Likewise.
1386         * timezone/backward: Likewise.
1387         * timezone/etcetera: Likewise.
1388         * timezone/europe: Likewise.
1389         * timezone/factory: Likewise.
1390         * timezone/iso3166.tab: Likewise.
1391         * timezone/leapseconds: Likewise.
1392         * timezone/northamerica: Likewise.
1393         * timezone/pacificnew: Likewise.
1394         * timezone/solar87: Likewise.
1395         * timezone/solar88: Likewise.
1396         * timezone/solar89: Likewise.
1397         * timezone/southamerica: Likewise.
1398         * timezone/systemv: Likewise.
1399         * timezone/yearistype: Likewise.
1400         * timezone/zone.tab: Likewise.
1401
1402 2009-06-15  Jakub Jelinek  <jakub@redhat.com>
1403
1404         * elf/dl-lookup.c (_dl_debug_bindings): When resolving to
1405         STT_GNU_IFUNC symbol or in 8 into type_class.
1406
1407         * sysdeps/i386/dl-irel.h (elf_irel): Use Elf32_Addr type
1408         instead of Elf64_Addr.
1409
1410 2009-06-14  Ulrich Drepper  <drepper@redhat.com>
1411
1412         * po/sv.po: Update from translation team.
1413
1414         [BZ #10229]
1415         * misc/sys/select.h (__NFDBITS): Expression should have type int.
1416         * sysdeps/x86_64/bits/select.h: Remove asm versions for __FD_SET,
1417         __FD_CLR, and __FD_ISSET.  gcc nowadays generates better code from
1418         the C version.
1419
1420 2009-06-12  Ulrich Drepper  <drepper@redhat.com>
1421
1422         * Versions.def: Add GLIBC_2.11 for libpthread.
1423
1424 2009-06-11  Ulrich Drepper  <drepper@redhat.com>
1425
1426         * resolv/res_send.c (send_dg): Remember we switched to
1427         single-request mode.
1428
1429 2009-06-09  Ulrich Drepper  <drepper@redhat.com>
1430
1431         * dlfcn/dlfcn.h: Remove comma at end of enum.
1432         Patch by J.H.M. Dassen <rdassen@redhat.com>.
1433
1434         * libio/fileops.c (_IO_new_file_fopen): Don't prematurely stop
1435         parsing mode string.
1436
1437 2009-06-05  Ulrich Drepper  <drepper@redhat.com>
1438
1439         * sysdeps/x86_64/rawmemchr.S: Minor optimization.
1440
1441         * sysdeps/x86_64/multiarch/rawmemchr.S: New file.
1442
1443         * sysdeps/x86_64/multiarch/strlen.S: New file.
1444         * sysdeps/x86_64/multiarch/ifunc-defines.sym: New file.
1445         * sysdeps/x86_64/multiarch/Makefile: Add rule to build ifunc-defines.h.
1446         * sysdeps/x86_64/multiarch/init-arch.h: Name structure with register
1447         content.
1448
1449         * csu/elf-init.c: Only compile in IFUNC functionality if USE_MULTIARCH
1450         is defined.
1451
1452 2009-06-04  Ulrich Drepper  <drepper@redhat.com>
1453
1454         * sysdeps/x86_64/strlen.S: Minor optimizations.
1455
1456 2009-06-02  H.J. Lu  <hongjiu.lu@intel.com>
1457
1458         * elf/Makefile (distribute): Add ifuncmain1.c, ifuncmain1pic.c,
1459         ifuncmain1vis.c, ifuncmain1vispic.c, ifuncmain1static.c,
1460         ifuncmain1staticpic.c, ifuncmain1picstatic.c, ifuncdep1.c,
1461         ifuncdep1pic.c, ifuncmod1.c, ifuncmain1pie.c, ifuncmain1vispie.c,
1462         ifuncmain2.c, ifuncmain2static.c, ifuncdep2.c,
1463         funcmain2pic.c, ifuncmain2picstatic.c, ifuncdep2pic.c,
1464         ifuncmain3.c, ifuncmod3.c,.
1465         ifuncmain4.c, ifuncmain4static.c, ifuncmain4picstatic.c.
1466         (tests-static): Add ifuncmain1static, ifuncmain1picstatic,
1467         ifuncmain2static, ifuncmain2picstatic, ifuncmain4static,
1468         ifuncmain4picstatic.
1469         (tests): Add ifuncmain1, ifuncmain1pic, ifuncmain1vis,
1470         ifuncmain1vispic, ifuncmain1staticpic, ifuncmain2, ifuncmain2pic,
1471         ifuncmain3, ifuncmain4.
1472         (tests): Depend on $(objpfx)ifuncmain1pie.out and
1473         $(objpfx)ifuncmain1vispie.out.
1474         (modules-names): Add ifuncmod1 ifuncmod3.
1475         (generated): Add ifuncmain1pie ifuncmain1pie.out
1476         ifuncmain1vispie ifuncmain1vispie.out.
1477         Define rules to build and run the tests.
1478         * elf/ifuncdep1.c: New file.
1479         * elf/ifuncdep1pic.c: New file.
1480         * elf/ifuncdep2.c: New file.
1481         * elf/ifuncdep2pic.c: New file.
1482         * elf/ifuncmain1.c: New file.
1483         * elf/ifuncmain1pic.c: New file.
1484         * elf/ifuncmain1picstatic.c: New file.
1485         * elf/ifuncmain1pie.c: New file.
1486         * elf/ifuncmain1static.c: New file.
1487         * elf/ifuncmain1staticpic.c: New file.
1488         * elf/ifuncmain1vis.c: New file..
1489         * elf/ifuncmain1vispic.c: New file..
1490         * elf/ifuncmain1vispie.c: New file.
1491         * elf/ifuncmain2.c: New file.
1492         * elf/ifuncmain2pic.c: New file.
1493         * elf/ifuncmain2picstatic.c: New file.
1494         * elf/ifuncmain2static.c: New file.
1495         * elf/ifuncmain3.c: New file.
1496         * elf/ifuncmain4.c: New file.
1497         * elf/ifuncmain4picstatic.c: New file.
1498         * elf/ifuncmain4static.c: New file.
1499         * elf/ifuncmod1.c: New file.
1500         * elf/ifuncmod3.c: New file.
1501
1502 2009-06-03  Ulrich Drepper  <drepper@redhat.com>
1503
1504         * elf/dl-sysdep.c (_dl_show_auxv): Terminate correct string.
1505
1506 2009-06-02  Ulrich Drepper  <drepper@redhat.com>
1507
1508         [BZ #10221]
1509         * posix/Makefile (routines): Add execvpe.
1510         * posix/Versions: Export execvpe for GLIBC_2.11.
1511         * posix/execvp.c: Now only a wrapper.  Move code to...
1512         * posix/execvpe.c: ...here.  New file.
1513         * posix/unistd.h: Declare execvpe.
1514
1515 2009-06-01  Ulrich Drepper  <drepper@redhat.com>
1516
1517         * sysdeps/i386/dl-machine.h (elf_machine_rel): Reorder conditions
1518         for STT_GNU_IFUNC handling for efficiency.
1519         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Likewise.
1520
1521         * sysdeps/i386/dl-irel.h (elf_irel): Use __libc_fatal instead of just
1522         _exit.
1523         * sysdeps/x86_64/dl-irel.h (elf_irela): Likewise.
1524
1525 2009-05-31  Ulrich Drepper  <drepper@redhat.com>
1526
1527         * sysdeps/x86_64/multiarch/sched_cpucount.c: Also use optimized code
1528         for !SHARED.
1529
1530 2009-05-29  H.J. Lu  <hongjiu.lu@intel.com>
1531
1532         * csu/elf-init.c: Include <link.h> and <dl-irel.h> if LIBC_NONSHARED
1533         is not defined.
1534         (__rela_iplt_start): New declaration.
1535         (__rela_iplt_end): Likewise.
1536         (__rel_iplt_start): Likewise.
1537         (__rel_iplt_end): Likewise.
1538         (__libc_csu_init): Process __rela_iplt_start and __rel_iplt_start.
1539         * elf/elf.h (R_386_IRELATIVE): New macro.
1540         (R_X86_64_IRELATIVE): New macro.
1541         (R_386_NUM): Updated.
1542         (R_X86_64_NUM): Likewise.
1543         * include/libc-symbols.h (libc_ifunc_hidden_def1): New macro.
1544         (libc_ifunc_hidden_def): New macro.
1545         * sysdeps/generic/dl-irel.h: New file.
1546         * sysdeps/i386/dl-irel.h: New file.
1547         * sysdeps/x86_64/dl-irel.h: New file.
1548         * sysdeps/i386/dl-machine.h (elf_machine_rel): Handle R_386_IRELATIVE.
1549         (elf_machine_rela): Check SHN_UNDEF for STT_GNU_IFUNC symbol.
1550         Handle R_386_IRELATIVE.
1551         (elf_machine_lazy_rel): Handle R_386_IRELATIVE.
1552         (elf_machine_lazy_rela): Likewise.
1553         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Handle
1554         R_X86_64_IRELATIVE.
1555         (elf_machine_lazy_rel): Handle R_X86_64_IRELATIVE.
1556
1557 2009-05-31  Ulrich Drepper  <drepper@redhat.com>
1558
1559         * sysdeps/x86_64/multiarch/init-arch.h: Define COMMON_CPUID_INDEX_1
1560         instead of INTEL_CPUID_INDEX_1 and AMD_CPUID_INDEX_1.  So far there
1561         are no differences.  If an architecture has bits in CPUID index 1
1562         meaning different things the values for the COMMON_CPUID_INDEX_1
1563         index must not be set.
1564         (INTEL_HAS_POPCOUNT, AMD_HAS_POPCOUNT): Removed in favor of...
1565         (HAS_POPCOUNT): ...this.  New macro.
1566         * sysdeps/x86_64/multiarch/init-arch.c: Use COMMON_CPUID_INDEX_1
1567         instead of INTEL_CPUID_INDEX_1 and AMD_CPUID_INDEX_1.  Unify code
1568         to set the value for Intel and AMD architectures.
1569         * sysdeps/x86_64/cacheinfo.c: Use COMMON_CPUID_INDEX_1 instead of
1570         INTEL_CPUID_INDEX_1.
1571         * sysdeps/x86_64/multiarch/sched_cpucount.c: Adjust for HAS_POPCOUNT
1572         change.
1573
1574 2009-05-30  Andreas Schwab  <schwab@linux-m68k.org>
1575
1576         * configure.in: Move AC_CANONICAL_HOST before first use of $host
1577         and $build.
1578
1579 2009-05-29  Jakub Jelinek  <jakub@redhat.com>
1580
1581         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Include <errno.h>.
1582         (__expm1l): Set errno to ERANGE on overflow.
1583         * sysdeps/ieee754/ldbl-128/s_tanl.c: Include <errno.h>.
1584         (__tanl): Set errno to EDOM for Â±Inf.
1585         * sysdeps/ieee754/ldbl-128/s_cosl.c: Include <errno.h>.
1586         (__cosl): Set errno to EDOM for Â±Inf.
1587         * sysdeps/ieee754/ldbl-128/s_sinl.c: Include <errno.h>.
1588         (__sinl): Set errno to EDOM for Â±Inf.
1589
1590         * sysdeps/s390/s390-32/__longjmp.c (__longjmp): If CHECK_SP is
1591         defined, use it.
1592         * sysdeps/s390/s390-64/__longjmp.c (__longjmp): Likewise.
1593         * sysdeps/s390/s390-32/____longjmp_chk.c: New file.
1594         * sysdeps/s390/s390-64/____longjmp_chk.c: New file.
1595
1596 2009-05-29  Ulrich Drepper  <drepper@redhat.com>
1597
1598         * sysdeps/x86_64/cacheinfo.c: Compact intel_02_known array.  Adjust
1599         code accessing it.
1600         * sysdeps/unix/sysv/linux/i386/sysconf.c: Likewise.
1601
1602 2009-05-22  Andreas Schwab  <schwab@linux-m68k.org>
1603
1604         * sysdeps/ieee754/ldbl-128ibm/s_sinl.c: Set errno for Â±Inf.
1605         * sysdeps/ieee754/ldbl-128ibm/s_cosl.c: Likewise.
1606         * sysdeps/ieee754/ldbl-128ibm/s_tanl.c: Likewise.
1607         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c: Set errno for overflow.
1608
1609         * sysdeps/powerpc/powerpc32/____longjmp_chk.S: New file.
1610         * sysdeps/powerpc/powerpc64/____longjmp_chk.S: New file.
1611         * sysdeps/powerpc/powerpc32/__longjmp-common.S: Use CHECK_SP if
1612         defined.
1613         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
1614         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Likewise.
1615
1616 2009-05-22  Jakub Jelinek  <jakub@redhat.com>
1617
1618         * sysdeps/unix/sysv/linux/accept4.c: Include kernel-features.h.
1619         (accept4): If __NR_accept4 is not defined, but __NR_socketcall
1620         is, either do nothing at all if __ASSUME_ACCEPT4, or
1621         call __internal_accept4 and handle EINVAL -> ENOSYS translation.
1622         * sysdeps/unix/sysv/linux/internal_accept4.S: New file.
1623         * sysdeps/unix/sysv/linux/i386/accept4.S (SOCKOP_accept4): Don't
1624         define.
1625         * sysdeps/unix/sysv/linux/i386/internal_accept4.S: New file.
1626         * sysdeps/unix/sysv/linux/Makefile (sysdep-routines): Add
1627         internal_accept4 in socket directory.
1628
1629 2009-05-20  H.J. Lu  <hongjiu.lu@intel.com>
1630
1631         * sysdeps/ia64/configure.in: New file.
1632
1633 2009-05-21  H.J. Lu  <hongjiu.lu@intel.com>
1634
1635         [BZ #10162]
1636         * sysdeps/ia64/memchr.S: Use speculative load.
1637
1638         * sysdeps/unix/sysv/linux/ia64/____longjmp_chk.S: New file.
1639         * sysdeps/unix/sysv/linux/ia64/__longjmp.S: If CHECK_RSP is defined,
1640         use it.
1641
1642         * sysdeps/i386/__longjmp.S: Add .text.
1643         * sysdeps/x86_64/__longjmp.S: Likewise.
1644
1645 2009-05-21  Ulrich Drepper  <drepper@redhat.com>
1646
1647         * sysdeps/unix/sysv/linux/kernel-features.h: Don't define
1648         __ASSUME_ACCEPT4 for IA-64.
1649
1650 2009-05-21  Jakub Jelinek  <jakub@redhat.com>
1651
1652         * sysdeps/unix/sysv/linux/accept4.c (__NR_accept4): Don't define.
1653
1654         * sysdeps/unix/sysv/linux/socketcall.h (SOCKOP_paccept): Remove.
1655         (SOCKOP_accept4): Define.
1656
1657 2009-05-20  Ulrich Drepper  <drepper@redhat.com>
1658
1659         Sun approved the change of the license.
1660         * sunrpc/auth_des.c: Replace license text.
1661         * sunrpc/auth_none.c: Likewise.
1662         * sunrpc/auth_unix.c: Likewise.
1663         * sunrpc/authdes_prot.c: Likewise.
1664         * sunrpc/authuxprot.c: Likewise.
1665         * sunrpc/bindrsvprt.c: Likewise.
1666         * sunrpc/clnt_gen.c: Likewise.
1667         * sunrpc/clnt_perr.c: Likewise.
1668         * sunrpc/clnt_raw.c: Likewise.
1669         * sunrpc/clnt_simp.c: Likewise.
1670         * sunrpc/clnt_tcp.c: Likewise.
1671         * sunrpc/clnt_udp.c: Likewise.
1672         * sunrpc/clnt_unix.c: Likewise.
1673         * sunrpc/des_crypt.c: Likewise.
1674         * sunrpc/des_soft.c: Likewise.
1675         * sunrpc/get_myaddr.c: Likewise.
1676         * sunrpc/getrpcport.c: Likewise.
1677         * sunrpc/key_call.c: Likewise.
1678         * sunrpc/key_prot.c: Likewise.
1679         * sunrpc/openchild.c: Likewise.
1680         * sunrpc/pm_getmaps.c: Likewise.
1681         * sunrpc/pm_getport.c: Likewise.
1682         * sunrpc/pmap_clnt.c: Likewise.
1683         * sunrpc/pmap_prot.c: Likewise.
1684         * sunrpc/pmap_prot2.c: Likewise.
1685         * sunrpc/pmap_rmt.c: Likewise.
1686         * sunrpc/rpc/auth.h: Likewise.
1687         * sunrpc/rpc/auth_unix.h: Likewise.
1688         * sunrpc/rpc/clnt.h: Likewise.
1689         * sunrpc/rpc/des_crypt.h: Likewise.
1690         * sunrpc/rpc/key_prot.h: Likewise.
1691         * sunrpc/rpc/netdb.h: Likewise.
1692         * sunrpc/rpc/pmap_clnt.h: Likewise.
1693         * sunrpc/rpc/pmap_prot.h: Likewise.
1694         * sunrpc/rpc/pmap_rmt.h: Likewise.
1695         * sunrpc/rpc/rpc.h: Likewise.
1696         * sunrpc/rpc/rpc_des.h: Likewise.
1697         * sunrpc/rpc/rpc_msg.h: Likewise.
1698         * sunrpc/rpc/svc.h: Likewise.
1699         * sunrpc/rpc/svc_auth.h: Likewise.
1700         * sunrpc/rpc/types.h: Likewise.
1701         * sunrpc/rpc/xdr.h: Likewise.
1702         * sunrpc/rpc_clntout.c: Likewise.
1703         * sunrpc/rpc_cmsg.c: Likewise.
1704         * sunrpc/rpc_common.c: Likewise.
1705         * sunrpc/rpc_cout.c: Likewise.
1706         * sunrpc/rpc_dtable.c: Likewise.
1707         * sunrpc/rpc_hout.c: Likewise.
1708         * sunrpc/rpc_main.c: Likewise.
1709         * sunrpc/rpc_parse.c: Likewise.
1710         * sunrpc/rpc_parse.h: Likewise.
1711         * sunrpc/rpc_prot.c: Likewise.
1712         * sunrpc/rpc_sample.c: Likewise.
1713         * sunrpc/rpc_scan.c: Likewise.
1714         * sunrpc/rpc_scan.h: Likewise.
1715         * sunrpc/rpc_svcout.c: Likewise.
1716         * sunrpc/rpc_tblout.c: Likewise.
1717         * sunrpc/rpc_util.c: Likewise.
1718         * sunrpc/rpc_util.h: Likewise.
1719         * sunrpc/rpcinfo.c: Likewise.
1720         * sunrpc/rpcsvc/bootparam_prot.x: Likewise.
1721         * sunrpc/rpcsvc/key_prot.x: Likewise.
1722         * sunrpc/rpcsvc/klm_prot.x: Likewise.
1723         * sunrpc/rpcsvc/mount.x: Likewise.
1724         * sunrpc/rpcsvc/nfs_prot.x: Likewise.
1725         * sunrpc/rpcsvc/rex.x: Likewise.
1726         * sunrpc/rpcsvc/rstat.x: Likewise.
1727         * sunrpc/rpcsvc/rusers.x: Likewise.
1728         * sunrpc/rpcsvc/sm_inter.x: Likewise.
1729         * sunrpc/rpcsvc/spray.x: Likewise.
1730         * sunrpc/rpcsvc/yppasswd.x: Likewise.
1731         * sunrpc/rtime.c: Likewise.
1732         * sunrpc/svc.c: Likewise.
1733         * sunrpc/svc_auth.c: Likewise.
1734         * sunrpc/svc_authux.c: Likewise.
1735         * sunrpc/svc_raw.c: Likewise.
1736         * sunrpc/svc_run.c: Likewise.
1737         * sunrpc/svc_simple.c: Likewise.
1738         * sunrpc/svc_tcp.c: Likewise.
1739         * sunrpc/svc_udp.c: Likewise.
1740         * sunrpc/svc_unix.c: Likewise.
1741         * sunrpc/svcauth_des.c: Likewise.
1742         * sunrpc/xcrypt.c: Likewise.
1743         * sunrpc/xdr.c: Likewise.
1744         * sunrpc/xdr_array.c: Likewise.
1745         * sunrpc/xdr_float.c: Likewise.
1746         * sunrpc/xdr_mem.c: Likewise.
1747         * sunrpc/xdr_rec.c: Likewise.
1748         * sunrpc/xdr_ref.c: Likewise.
1749         * sunrpc/xdr_sizeof.c: Likewise.
1750         * sunrpc/xdr_stdio.c: Likewise.
1751
1752         * po/da.po: Update from translation team.
1753
1754 2009-05-18  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
1755
1756         * sysdeps/sh/____longjmp_chk.S: New file.
1757         * sysdeps/sh/sh3/__longjmp.S: If CHECK_SP is defined, use it.
1758         * sysdeps/sh/sh4/__longjmp.S: Likewise.
1759
1760 2009-05-18  Jakub Jelinek  <jakub@redhat.com>
1761             Ulrich Drepper  <drepper@redhat.com>
1762
1763         * nscd/nscd_helper.c (MINIMUM_HASHENTRY_SIZE): Define.
1764         (__nscd_cache_search): Assume each entry in the
1765         hash chain needs one hashentry and half of datahead.  Use
1766         MINIMUM_HASHENTRY_SIZE instead of sizeof(hashentry).
1767
1768 2009-05-16  Ulrich Drepper  <drepper@redhat.com>
1769
1770         * posix/sys/wait.h: Fix typos.  Pretty printing.
1771         * stdlib/stdlib.h: Likewise.  Correct comments.
1772
1773         [BZ #10159]
1774         * stdlib/stdlib.h (__WAIT_INT): Match the definition in <sys/wait.h>.
1775
1776         * nscd/nscd_helper.c (__nscd_cache_search): Fix exit condition in last
1777         patch.
1778
1779 2009-05-15  Ulrich Drepper  <drepper@redhat.com>
1780
1781         * nscd/nscd_helper.c (__nscd_cache_search): Introduce loop counter.
1782         Use it if we absolutely cannot reach any more correct list elements
1783         because that many do not fit into the currently mapped database.
1784
1785 2009-05-14  Jakub Jelinek  <jakub@redhat.com>
1786
1787         * nscd/nscd_helper.c: Include stddef.h.
1788         (__nscd_cache_search): Add datalen argument.  Use atomic_forced_read
1789         in a couple of places.  Return NULL if trail is not less than
1790         datasize, don't consider dataheads with length smaller than
1791         offsetof (struct datahead, data) + datalen.
1792         * nscd/nscd_client.h (__nscd_cache_search): Adjust prototype.
1793         * nscd/nscd_gethst_r.c (nscd_gethst_r): Adjust callers.
1794         * nscd/nscd_getpw_r.c (nscd_getpw_r): Likewise.
1795         * nscd/nscd_getgr_r.c (nscd_getgr_r): Likewise.
1796         * nscd/nscd_getai.c (__nscd_getai): Likewise.
1797         * nscd/nscd_initgroups.c (__nscd_getgrouplist): Likewise.
1798         * nscd/nscd_getserv_r.c (nscd_getserv_r): Likewise.
1799
1800         * sysdeps/unix/sysv/linux/i386/fallocate64.c (__fallocate64_l64):
1801         Rename ...
1802         (fallocate64): ... to this.
1803         * sysdeps/unix/sysv/linux/fallocate64.c (__fallocate64_l64):
1804         Rename ...
1805         (fallocate64): ... to this.
1806         * sysdeps/unix/sysv/linux/Versions (libc): Remove fallocate64.
1807         * sysdeps/unix/sysv/linux/wordsize-64/Versions (libc): Add
1808         fallocate64@@GLIBC_2.10.
1809         * sysdeps/unix/sysv/linux/i386/Versions (libc): Add
1810         fallocate64@@GLIBC_2.11.
1811         * sysdeps/unix/sysv/linux/s390/s390-32/Versions (libc): Likewise.
1812         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Versions (libc): Likewise.
1813         * sysdeps/unix/sysv/linux/sparc/sparc32/Versions (libc): Likewise.
1814         * sysdeps/unix/sysv/linux/sh/Versions (libc): Likewise.
1815
1816         * nscd/selinux.c (nscd_avc_destroy): Removed.
1817         * nscd/selinux.h (nscd_avc_destroy): Likewise.
1818         * nscd/nscd.c (termination_handler): Don't call
1819         nscd_avc_destroy.
1820
1821 2009-05-12  Jakub Jelinek  <jakub@redhat.com>
1822
1823         * include/atomic.h: Formatting.
1824         (catomic_compare_and_exchange_val_acq): Don't define if already
1825         defined by bits/atomic.h.
1826
1827 2009-05-15  Ulrich Drepper  <drepper@redhat.com>
1828
1829         * math/libm-test.inc (expm1_test): Add test for range error.
1830
1831         * Versions.def: Add GLIBC_2.11 for libc.
1832         * debug/Makefile (routines): Add longjmp_chk.
1833         Add rules to build and run tst-longjmp_chk.
1834         * debug/Versions: Export __longjmp_chk for GLIBC_2.11.
1835         * debug/longjmp_chk.c: New file.
1836         * debug/tst-longjmp_chk.c: New file.
1837         * include/bits/setjmp2.: New file.
1838         * include/stdio.h: Mark __fortify_fail as internal_function.
1839         * setjmp/Makefile (headers): Add bits/setjmp2.h.
1840         * setjmp/bits/setjmp2.h: New file.
1841         * setjmp/longjmp.c: If __libc_siglongjmp is defined, don't define any
1842         of the aliases.
1843         * setjmp/setjmp.h: Include <bits/setjmp2.h> if _FORTIFY_SOURCE is
1844         defined.
1845         * sysdeps/i386/____longjmp_chk.S: New file.
1846         * sysdeps/x86_64/____longjmp_chk.S: New file.
1847         * sysdeps/i386/__longjmp.S: If CHECK_ESP is defined, use it.
1848         * sysdeps/x86_64/__longjmp.S: Likewise.
1849
1850         * version.h: Bump for 2.11 development.
1851
1852         * elf/check-execstack.c: New file.
1853         * elf/Makefile: Add rules to build and run check-execstack.
1854
1855 2009-05-10  Ulrich Drepper  <drepper@redhat.com>
1856
1857         * version.h (VERSION): Bump to 2.10.1.
1858
1859         * nss/getXXbyYY_r.c: If NO_COMPAT_NEEDED is defined don't define any
1860         compatibility functions.
1861         * nss/getXXent_r.c: Likewise.
1862         * gshadow/getsgent_r.c: Define NO_COMPAT_NEEDED.
1863         * gshadow/getsgnam_r.c: Likewise.
1864         * gshadow/Version: Remove duplicate entries.
1865
1866         * sysdeps/x86_64/cacheinfo.c (intel_02_cache_info): Add missing entries
1867         for recent processor.
1868         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_02_cache_info):
1869         Likewise.
1870
1871 2009-05-09  Ulrich Drepper  <drepper@redhat.com>
1872
1873         * version.h (VERSION): Bump for 2.10 release.
1874         * include/features.h (__GLIBC_MINOR__): Bump to 10.
1875
1876         * Makeconfig: Undo last change.  Add asflags-cpu to ASFLAGS in the
1877         same place we add ASFLAGS-config.
1878
1879 2009-05-05  Aurelien Jarno  <aurelien@aurel32.net>
1880
1881         [BZ #10128]
1882         * resolv/res_query.c (__libc_res_nquery): If one query returns NOTIMP
1883         or FORMERR and the other NOERROR, don't raise an error.
1884
1885 2009-05-06  Ryan S. Arnold  <rsa@us.ibm.com>
1886
1887         [BZ #10118]
1888         * Makeconfig (+asflags): New variable based upon ASFLAG or
1889         asflags-cpu.
1890         (ASFLAGS): Add override to set ASFLAGS to +asflags.
1891         * config.make.in (asflags-cpu): Add variable based upon
1892         @libc_cv_cc_submachine@ to propagate -mcpu=CPU from --with-cpu=CPU to
1893         the assembler.
1894         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/fpu/setcontext.S:
1895         Remove unneeded file now that the assembler emits _ARCH_PWR6 and
1896         recognizes power6 instruction set due to passing -mcpu=power6 from
1897         --with-cpu=power6 when compiling .S files.
1898         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/fpu/swapcontext.S:
1899         Likewise.
1900         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/fpu/setcontext.S:
1901         Likewise.
1902         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/fpu/swapcontext.S:
1903         Likewise.
1904
1905 2009-05-09  Jakub Jelinek  <jakub@redhat.com>
1906
1907         * string/stratcliff.c (do_test): Test for zero length
1908         STRNLEN, MEMCHR, STRNCPY, STPNCPY, MEMCPY, MEMPCPY and memccpy
1909         at the end of the page.
1910
1911 2009-05-08  Ulrich Drepper  <drepper@redhat.com>
1912
1913         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_AT_RANDOM.
1914
1915         * sysdeps/x86_64/memchr.S: Handle invalid buffer pointers when
1916         count is zero.
1917
1918         * po/da.po: Update from translation team.
1919
1920 2009-05-05  Jakub Jelinek  <jakub@redhat.com>
1921
1922         * io/sys/stat.h (fstatat64): Guard prototype with __USE_LARGEFILE64,
1923         guard __extern_inline wrapper with __USE_ATFILE instead of __USE_GNU.
1924
1925 2009-05-05  Ulrich Drepper  <drepper@redhat.com>
1926
1927         * sysdeps/unix/sysv/linux/sys/personality.h: Add ADDR_COMPAT_LAYOUT
1928         and READ_IMPLIES_EXEC.
1929
1930 2009-05-04  Ulrich Drepper  <drepper@redhat.com>
1931
1932         * po/da.po: Update from translation team.
1933
1934 2009-04-29  Jakub Jelinek  <jakub@redhat.com>
1935
1936         * sysdeps/unix/sysv/linux/ifaddrs.c: Revert unintended 2008-08-12
1937         comment change.
1938
1939 2009-04-27  Jakub Jelinek  <jakub@redhat.com>
1940
1941         * locale/programs/locarchive.c (create_archive): Add MAP_PRIVATE
1942         to MAP_ANON in PROT_NONE mmap64 call.
1943         (open_archive): Likewise.
1944         (file_data_available_p): Use mmap64 instead of mremap.
1945         (enlarge_archive): Likewise.  Update head if ah->addr changed.
1946         Attempt to reserve address space after mmap64 region.
1947
1948 2009-04-26  Ulrich Drepper  <drepper@redhat.com>
1949
1950         * sysdeps/ieee754/dbl-64/s_expm1.c: Set errno for overflow.
1951         * sysdeps/ieee754/flt-32/s_expm1f.c: Likewise.
1952         * sysdeps/x86_64/fpu/s_expm1l.S: Likewise.
1953
1954         * sysdeps/ieee754/k_standard.c (__kernel_standard): Pole errors in
1955         atanh should set ERANGE.
1956
1957         [BZ #10087]
1958         * elf/dl-runtime.c (_dl_fixup): Use DL_FIXUP_VALUE_ADDR to access
1959         result of lookup to make call to implement STT_GNU_IFUNC.
1960         (_dl_profile_fixup): Likewise.
1961         Patch by H.J. Lu <hjl.tools@gmail.com>.
1962
1963         * nscd/connections.c (send_ro_fd): Define temporary variable to avoid
1964         warning.
1965
1966         * sysdeps/unix/sysv/linux/dl-osinfo.h (dl_fatal): Remove inline
1967         from definition.
1968
1969         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Don't define
1970         label if it is not used.
1971
1972         * elf/dl-profile.c (_dl_start_profile): Define real-type variant
1973         of gmon_hist_hdr and gmon_hdr structures and use them.
1974         * elf/sprof.c: Likewise.
1975
1976         * elf/dl-load.c (open_verify): Add temporary variable to avoid
1977         warning.
1978
1979         * nscd/nscd_helper.c (get_mapping): Avoid casts to avoid warnings.
1980
1981         * sunrpc/clnt_raw.c (clntraw_private_s): Use union in definition
1982         to avoid cast.
1983
1984         * inet/rexec.c (rexec_af): Make sa2 a union to avoid warnings.
1985         * inet/rcmd.c (rcmd_af): Make from a union of the various needed types
1986         to avoid warnings.
1987         (iruserok_af): Use ss_family instead of casts.
1988
1989         * gmon/gmon.c (write_hist): Define real-type variant of
1990         gmon_hist_hdr structure and use it.
1991         (write_gmon): Likewise for gmon_hdr.
1992
1993         * sysdeps/unix/sysv/linux/readv.c: Avoid declaration of replacement
1994         function if we are not going to define it.
1995         * sysdeps/unix/sysv/linux/writev.c: Likewise.
1996
1997         * inet/inet6_option.c (option_alloc): Add temporary variable to
1998         avoid warning.
1999
2000         * libio/strfile.h (struct _IO_streambuf): Use correct type and
2001         name of VTable element.
2002         * libio/iovsprintf.c: Avoid casts to avoid warnings.
2003         * libio/iovsscanf.c: Likewise.
2004         * libio/vasprintf.c: Likewise.
2005         * libio/vsnprintf.c: Likewise.
2006         * stdio-common/isoc99_vsscanf.c: Likewise.
2007         * stdlib/strfmon_l.c: Likewise.
2008         * debug/vasprintf_chk.c: Likewise.
2009         * debug/vsnprintf_chk.c: Likewise.
2010         * debug/vsprintf_chk.c: Likewise.
2011
2012         * nss/nsswitch.c (__nss_lookup_function): En/Decrypt cached
2013         function pointers.
2014
2015 2009-04-26  Jakub Jelinek  <jakub@redhat.com>
2016
2017         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Fix -Wsequence-point warnings.
2018
2019 2009-04-25  Ulrich Drepper  <drepper@redhat.com>
2020
2021         * posix/bits/posix1_lim.h: Cleanup namespace a bit.
2022
2023         * sysdeps/i386/fpu/s_tan.S: Set errno for Â±Inf.
2024         * sysdeps/i386/fpu/s_tanf.S: Likewise.
2025         * sysdeps/i386/fpu/s_tanl.S: Likewise.
2026         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
2027         * sysdeps/ieee754/flt-32/s_tanf.c: Likewise.
2028         * sysdeps/x86_64/fpu/s_tanl.S: Likewise.
2029         * math/libm-test.inc: Add tests for errno after tan calls with
2030         Â±Inf.
2031
2032         * sysdeps/ieee754/k_standard.c (__kernel_standard): Use correct
2033         errno value vor pow(+-0,neg).
2034         * math/libm-test.inc (pow_test): Add tests for errno value for
2035         pole errors.
2036
2037         * math/w_fmod.c: Also handle x=±Inf as error.
2038         * math/w_fmodf.c: Likewise.
2039         * math/w_fmodl.c: Likewise.
2040         * math/libm-test.inc (fmod_test): Add tests for errno after calls for
2041         x=±Inf or y=0.
2042
2043         * sysdeps/i386/fpu/s_cos.S: Set errno for Â±Inf.
2044         * sysdeps/i386/fpu/s_cosf.S: Likewise.
2045         * sysdeps/i386/fpu/s_cosl.S: Likewise.
2046         * sysdeps/i386/fpu/s_sin.S: Likewise.
2047         * sysdeps/i386/fpu/s_sinf.S: Likewise.
2048         * sysdeps/i386/fpu/s_sinl.S: Likewise.
2049         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
2050         * sysdeps/ieee754/flt-32/s_cosf.c: Likewise.
2051         * sysdeps/ieee754/flt-32/s_sinf.c: Likewise.
2052         * sysdeps/ieee754/ldbl-96/s_cosl.c: Likewise.
2053         * sysdeps/ieee754/ldbl-96/s_sinl.c: Likewise.
2054         * sysdeps/x86_64/fpu/s_cosl.S: Likewise.
2055         * sysdeps/x86_64/fpu/s_sinl.S: Likewise.
2056         * math/libm-test.inc: Add tests for errno after sin/cos calls with
2057         Â±Inf.
2058
2059         * stdlib/strtod_l.c (round_and_return): We have to set errno to
2060         ERANGE for underflows.
2061         * stdlib/tst-strtod.c (tests): Two tests should set errno to ERANGE.
2062
2063         * stdio-common/stdio_lim.h.in (L_cuserid): Not part of POSIX since
2064         the 2001 revision.
2065
2066         * libio/tst-widetext.input: Remove surrogates.
2067
2068         * include/features.h: _POSIX_C_SOURCE >= 200112L implies C99.
2069
2070         * sysdeps/ieee754/k_standard.c (__kernel_standard): Pole errors
2071         for lgamma should set errno to ERANGE, not EDOM.
2072         * math/libm-test.inc (lgamma_test): Check errno for pole errors.
2073
2074 2009-04-24  Ulrich Drepper  <drepper@redhat.com>
2075
2076         [BZ #10093]
2077         * iconv/gconv_simple.c (BODY for UTF-8 to INTERNAL): Don't accept
2078         UTF-16 surrogates.
2079
2080         * locale/programs/locarchive.c (enlarge_archive): Conserve address
2081         space when temporarily mapping the whole content of the old file.
2082
2083         [BZ #10100]
2084         * misc/hsearch_r.c (hsearch_r): Add back ensurance that hval is
2085         not zero.
2086
2087 2009-04-24  Jakub Jelinek  <jakub@redhat.com>
2088
2089         * iconvdata/sjis.c (BODY): Don't advance inptr before
2090         STANDARD_FROM_LOOP_ERR_HANDLER (2) for 2 byte invalid input.
2091         Use STANDARD_FROM_LOOP_ERR_HANDLER with 2 instead of 1 for
2092         two byte chars.
2093
2094 2009-04-24  Ulrich Drepper  <drepper@redhat.com>
2095
2096         * locale/locarchive.h (struct locarhandle): Rename len field to
2097         mmaped and add new reserved field.
2098         * locale/programs/locarchive.c (RESERVE_MMAP_SIZE): Define.
2099         (create_archive): Reserve address space and then map file into it.
2100         (open_archive): Likewise.
2101         (file_data_available_p): New function.
2102         (compare_from_file): New function.
2103         (close_archive): Adjust to member name changes.
2104         (add_locale): Before comparing locale data, check it is mapped.
2105         Otherwise fall back to reading from the file.
2106
2107 2009-04-23  H.J. Lu  <hongjiu.lu@intel.com>
2108
2109         * stdio-common/psiginfo.c: Include <errno.h>.
2110
2111 2009-04-23  Ulrich Drepper  <drepper@redhat.com>
2112
2113         [BZ #9920]
2114         * stdlib/random_r.c (__srandom_r): Change type of word to int32_t
2115         to get consistency between 32 and 64 bit architectures.
2116
2117         [BZ #10052]
2118         * sysdeps/unix/make-syscalls.sh: Add rule to create target
2119         directory for dummy syscall rules.
2120         Patch by Chris Steinbroner <hesh@pobox.com>.
2121
2122 2009-04-23  Aurelien Jarno  <aurelien@aurel32.net>
2123
2124         [BZ #10092]
2125         * sysdeps/unix/sysv/linux/sys/mount.h: Define MNT_DETACH and
2126         MNT_EXPIRE.
2127
2128 2009-04-23  Ulrich Drepper  <drepper@redhat.com>
2129
2130         * sysdeps/unix/sysv/linux/preadv.c: The kernel API changed.  Adjust.
2131         * sysdeps/unix/sysv/linux/pwritev.c: Likewise.
2132
2133 2009-04-23  Jakub Jelinek  <jakub@redhat.com>
2134
2135         * sysdeps/posix/pwritev.c (PWRITEV): Fix up comment.  Copy
2136         data from vector to temporary buffer and call PWRITEV after it
2137         instead of vice versa.
2138         * sysdeps/posix/preadv.c: Fix up comment.
2139         * misc/preadv.c: Likewise.
2140         * misc/preadv64.c: Likewise.
2141         * misc/pwritev.c: Likewise.
2142         * misc/pwritev64.c: Likewise.
2143         * misc/sys/uio.h (preadv, pwritev, preadv64, pwritev64): Likewise.
2144
2145 2009-04-23  Ulrich Drepper  <drepper@redhat.com>
2146
2147         * shadow/sgetspent_r.c (__sgetspent_r): Recognize too small buffers.
2148
2149         * shadow/Makefile (tests): Add tst-shadow.
2150         * shadow/tst-shadow.c: New file.
2151
2152         [BZ #9955]
2153         * gshadow/Makefile: New file.
2154         * gshadow/Versions: New file.
2155         * gshadow/fgetsgent.c: New file.
2156         * gshadow/fgetsgent_r.c: New file.
2157         * gshadow/getsgent.c: New file.
2158         * gshadow/getsgent_r.c: New file.
2159         * gshadow/getsgnam.c: New file.
2160         * gshadow/getsgnam_r.c: New file.
2161         * gshadow/gshadow.h: New file.
2162         * gshadow/putsgent.c: New file.
2163         * gshadow/sgetsgent.c: New file.
2164         * gshadow/sgetsgent_r.c: New file.
2165         * gshadow/tst-gshadow.c: New file.
2166         * include/gshadow.h: New file.
2167         * Makeconfig (all-subdirs): Add gshadow.
2168         * Makefile (installed-headers): Add gshadow/gshadow.h.
2169         * nss/Makefile (databases): Add sgrp.
2170         * nss/Versions: Add gshadow functions as private exports.
2171         * nss/nsswitch.conf: Add gshadow entry.
2172         * nss/sgrp-lookup.c: New file.
2173         * nss/nss_files/files-parse.c: Add STRING_LIST macro.  Rewrite
2174         parse_list to handle STRING_LIST and TRAILING_LIST_PARSER.
2175         * nss/nss_files/files-sgrp.c: New file.
2176         * sysdeps/generic/paths.h: Add _PATH_GSHADOW.
2177         * sysdeps/unix/sysv/linux/paths.h: Likewise.
2178
2179 2009-04-22  Ulrich Drepper  <drepper@redhat.com>
2180
2181         * stdio-common/printf.h: Add missing const to register_printf_modifier.
2182         * stdio-common/reg-modifier.c: Likewise.
2183
2184 2009-04-22  Andrew Stubbs  <ams@codesourcery.com>
2185
2186         * sysdeps/sh/sh4/setjmp.S (__sigsetjmp): Adjust JB_SIZE when there
2187         is no FPU.
2188
2189 2009-04-20  Ulrich Drepper  <drepper@redhat.com>
2190
2191         [BZ #10086]
2192         * sysdeps/unix/sysv/linux/sys/timex.h: Add definitions from kernel
2193         headers up to 2.6.30.
2194
2195         * po/ca.po: Update from translation team.
2196
2197 2009-04-19  Ulrich Drepper  <drepper@redhat.com>
2198
2199         [BZ #10069]
2200         * elf/dl-open.c (dl_open_worker): We cannot guarantee that we can load
2201         an object that uses static TLS if the TLS modid is higher than the
2202         reserve we always allocate.  At least for multi-threaded code.
2203
2204 2009-04-18  Ulrich Drepper  <drepper@redhat.com>
2205
2206         * stdlib/strfmon_l.c (__vstrfmon_l): Don't wrap when computing width.
2207         Numerically stable check for valid width.
2208
2209         * locale/programs/locarchive.c (open_archive): Map the entire file
2210         and not just the administrative data.
2211         (add_locale): When we find a hash sum match compare the content
2212         to be sure.
2213
2214         * malloc/malloc.c (malloc_info): Output address space information.
2215
2216 2009-04-17  Ulrich Drepper  <drepper@redhat.com>
2217
2218         * malloc/malloc.c (malloc_info): Also output system memory information.
2219
2220         * sysdeps/unix/sysv/linux/kernel-features.h: All supported
2221         architectures have preadv/pwritev in 2.6.30.
2222
2223         * sysdeps/posix/preadv.c: Reading of zero bytes is no error.
2224         * sysdeps/posix/readv.c: Likewise.
2225         Reported by Markus Armbruster <armbru@redhat.com>.
2226
2227         * malloc/hooks.c (top_check): Force hook value into register.
2228
2229 2009-04-16  Samuel Thibault  <samuel.thibault@ens-lyon.org>
2230
2231         * elf/rtld.c (dl_main): Really call _dl_sysdep_start_cleanup after all
2232         calls to _dl_relocate_object.
2233
2234 2009-04-16  Ulrich Drepper  <drepper@redhat.com>
2235
2236         [BZ #9957]
2237         * malloc/malloc.c (force_reg): Define.
2238         (sYSMALLOc): Load hook variable into variable
2239         before test and force into register.
2240         (sYSTRIm): Likewise.
2241         (public_mALLOc): Force hook value into register.
2242         (public_fREe): Likewise.
2243         (public_rEALLOc): Likewise.
2244         (public_mEMALIGn): Likewise.
2245         (public_vALLOc): Likewise.
2246         (public_pVALLOc): Likewise.
2247         (public_cALLOc): Likewise.
2248         (__posix_memalign): Likewise.
2249         * malloc/arena.c (ptmalloc_init): Load hook variable into variable
2250         before test and force into register.
2251         * malloc/hooks.c (top_check): Likewise.
2252         (public_sET_STATe): Pretty printing.
2253
2254         * resolv/res_send.c (send_dg): Don't just ignore the result we got
2255         in case we only receive one reply in single-request mode.
2256
2257 2009-04-16  Jakub Jelinek  <jakub@redhat.com>
2258
2259         * elf/dl-open.c (_dl_open): Bump GL(dl_nns) to 1 if no libraries
2260         are dlopened in statically linked program even for __LM_ID_CALLER.
2261
2262 2009-04-16  Ulrich Drepper  <drepper@redhat.com>
2263
2264         * resolv/res_send.c (send_dg): Don't switch into single-request
2265         mode if we already are in it.
2266
2267 2009-04-15  Ulrich Drepper  <drepper@redhat.com>
2268
2269         * sysdeps/unix/sysv/linux/getsysstats.c (next_line): Make sure there
2270         are always at least 4 bytes in the returned line.
2271
2272 2009-04-15  Jakub Jelinek  <jakub@redhat.com>
2273
2274         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Check
2275         __libc_use_alloca (8192), if the stack is too small use 512 bytes
2276         instead of 8K.  Stop searching in /proc/stat after hitting first
2277         line not starting with cpu.
2278         (next_line): Truncate too long
2279         lines at buffer size * 3/4 instead of pretending there were line
2280         breaks inside of large lines.
2281
2282 2009-04-14  Ulrich Drepper  <drepper@redhat.com>
2283
2284         * sysdeps/x86_64/mp_clz_tab.c: New file.
2285
2286 2009-03-17  Ryan S. Arnold  <rsa@us.ibm.com>
2287             Ulrich Drepper  <drepper@redhat.com>
2288
2289         * sysdeps/unix/sysv/linux/fallocate.c: Handle old kernel headers.
2290         * sysdeps/unix/sysv/linux/fallocate64.c: Likewise.
2291         * sysdeps/unix/sysv/linux/wordsize-64/fallocate.c: Likewise.
2292
2293 2009-03-25  Andrew Stubbs  <ams@codesourcery.com>
2294
2295         * sysdeps/sh/libc-tls.c: New file.
2296
2297         * sysdeps/sh/bits/setjmp.h (__jmp_buf): Give name to structure type.
2298
2299 2009-04-14  Roland McGrath  <roland@redhat.com>
2300
2301         * elf/elf.h: Add various missing ARM constants, to match binutils.
2302
2303 2009-04-14  Ulrich Drepper  <drepper@redhat.com>
2304
2305         Optimizations from GMP.
2306         * sysdeps/x86_64/add_n.S: New file.
2307         * sysdeps/x86_64/addmul_1.S: New file.
2308         * sysdeps/x86_64/lshift.S: New file.
2309         * sysdeps/x86_64/mul_1.S: New file.
2310         * sysdeps/x86_64/rshift.S: New file.
2311         * sysdeps/x86_64/sub_n.S: New file.
2312         * sysdeps/x86_64/submul_1.S: New file.
2313
2314 2009-04-14  Jakub Jelinek  <jakub@redhat.com>
2315
2316         * sysdeps/powerpc/powerpc32/elf/start.S: Ensure .data is non-empty.
2317         * sysdeps/powerpc/powerpc64/elf/start.S: Likewise.
2318         * sysdeps/sparc/sparc32/elf/start.S: Likewise.
2319         * sysdeps/sparc/sparc64/elf/start.S: Likewise.
2320
2321 2009-04-14  Ulrich Drepper  <drepper@redhat.com>
2322
2323         * sysdeps/unix/sysv/linux/kernel-features.h: SH also has
2324         preadv/pwritev.
2325
2326 2009-04-13  Ulrich Drepper  <drepper@redhat.com>
2327
2328         * sysdeps/x86-64/strrchr.S: New file.
2329
2330 2009-04-10  Ulrich Drepper  <drepper@redhat.com>
2331
2332         * stdio-common/printf.h (struct printf_info): Add user element.
2333         New types printf_arginfo_size_function, printf_va_arg_function.
2334         Declare register_printf_specifier, register_printf_modifier,
2335         register_printf_type.
2336         * stdio-common/printf-parse.h (struct printf_spec): Add size element.
2337         (union printf_arg): Add pa_user element.
2338         Adjust __printf_arginfo_table type.
2339         Add __printf_va_arg_table, __printf_modifier_table,
2340         __handle_registered_modifier_mb, and __handle_registered_modifier_wc
2341         declarations.
2342         * stdio-common/printf-parsemb.c: Recognize registered modifiers.
2343         If registered arginfo call failed try normal specifier.
2344         * stdio-common/printf-prs.c: Pass additional parameter to arginfo
2345         function.
2346         * stdio-common/Makefile (routines): Add reg-modifier and reg-type.
2347         * stdio-common/Versions: Export register_printf_modifier,
2348         register_printf_type, and register_printf_specifier for GLIBC_2.10.
2349         * stdio-common/reg-modifier.c: New file.
2350         * stdio-common/reg-type.c: New file.
2351         * stdio-common/reg-printf.c (__register_printf_specifier): New
2352         function.  Mostly the old __register_printf_function function but
2353         uses locking and type of third parameter changed.
2354         (__register_printf_function): Implement using
2355         __register_printf_specifier.
2356         * stdio-common/vfprintf.c (vfprintf): Collect argument sizes in
2357         calls to arginfo functions.  Allocate enough memory for user-defined
2358         types.  Call new va_arg functions to get user-defined types.
2359         Try installed handlers even for existing format specifiers first.
2360
2361 2009-04-09  Ulrich Drepper  <drepper@redhat.com>
2362
2363         * sysdeps/x86_64/rawmemchr.S: New file.
2364
2365         * stdio-common/vfprintf.c (vfprintf): Slightly more compact code.
2366         Simplified code and possible copy problem fixed.
2367
2368         * sysdeps/unix/sysv/linux/preadv.c: Avoid prototype for static
2369         function if it is not defined.  Add some necessary casts.
2370         * sysdeps/unix/sysv/linux/pwritev.c: Likewise.
2371
2372         * sysdeps/unix/sysv/linux/kernel-features.h: SPARC and IA64 also
2373         have preadv/pwritev in 2.6.30.
2374
2375 2009-04-08  Ulrich Drepper  <drepper@redhat.com>
2376
2377         * malloc/malloc.c (malloc_info): New function.
2378         * malloc/malloc.h: Declare it.
2379         * malloc/Versions: Export malloc_info for GLIBC_2.10.
2380
2381         * sysdeps/unix/sysv/linux/preadv64.c (PREAD): Use __libc_pread64
2382         to avoid PLT slot.
2383
2384         * malloc/malloc.c (_int_realloc): Add parameter with old block
2385         size.  Remove duplicated test.  Don't handle mmap'ed blocks here.
2386         Adjust all callers.
2387         * malloc/hooks.c (realloc_check): Adjust _int_realloc call.
2388
2389 2009-04-07  Ulrich Drepper  <drepper@redhat.com>
2390
2391         * sysdeps/x86_64/strchrnul.S: New file.
2392
2393         * crypt/Makefile (LDLIBS-crypt.so): Use this variable instead of
2394         depending libcrypt on -lfreebl3.
2395
2396         * sysdeps/unix/sysv/linux/kernel-features.h: Power also has
2397         preadv/pwritev in 2.6.30.
2398
2399         * resolv/nss_dns/dns-host.c (getanswer_r): Use strcasecmp
2400         instead of __strcasecmp.
2401
2402         * string/stratcliff.c (do_test): Add memchr tests..
2403         * wcsmbs/wcsatcliff.c (MEMCHR): Define.
2404         * sysdeps/x86_64/memchr.S: Fix handling of end of buffer after
2405         first read quad word.
2406
2407 2009-04-06  Ulrich Drepper  <drepper@redhat.com>
2408
2409         * string/strverscmp.c (__strverscmp): Fix last cleanups.
2410         * string/tst-svc.input: Add new test case.
2411         * string/tst-svc.expect: Adjust.
2412         * string/Makefile: Don't ignore tst-svc error.
2413
2414         * sysdeps/x86_64/memchr.S: New file.
2415
2416         * resolv/resolv.h (RES_SNGLKUP): Define.
2417         * resolv/res_init.c (res_setoptions): Recognize single-request option.
2418         * resolv/res_send.c (send_dg): If we sent two requests at once and
2419         only get one reply before timeout switch to mode where we send the
2420         second request only after the first answer has been received.
2421
2422 2009-04-05  Ulrich Drepper  <drepper@redhat.com>
2423
2424         * sysdeps/x86_64/strlen.S: Optimize by using SSE2 instructions.
2425         * sysdeps/x86_64/strchr.S: Likewise.
2426
2427 2009-04-03  Ulrich Drepper  <drepper@redhat.com>
2428
2429         * configure.in: We need to test for the compiler earlier.
2430
2431         * misc/Makefile (routines): Add preadv, preadv64, pwritev, pwritev64.
2432         * misc/Versions: Export preadv, preadv64, pwritev, pwritev64 for
2433         GLIBC_2.10.
2434         * misc/sys/uio.h: Declare preadv, preadv64, pwritev, pwritev64.
2435         * sysdeps/unix/sysv/linux/kernel-features.h: Add entries for preadv
2436         and pwritev.
2437         * misc/preadv.c: New file.
2438         * misc/preadv64.c: New file.
2439         * misc/pwritev.c: New file.
2440         * misc/pwritev64.c: New file.
2441         * sysdeps/posx/preadv.c: New file.
2442         * sysdeps/posx/preadv64.c: New file.
2443         * sysdeps/posx/pwritev.c: New file.
2444         * sysdeps/posx/pwritev64.c: New file.
2445         * sysdeps/unix/sysv/linux/preadv.c: New file.
2446         * sysdeps/unix/sysv/linux/preadv64.c: New file.
2447         * sysdeps/unix/sysv/linux/pwritev.c: New file.
2448         * sysdeps/unix/sysv/linux/pwritev64.c: New file.
2449         * sysdeps/unix/sysv/linux/wordsize-64/preadv64.c: New file.
2450         * sysdeps/unix/sysv/linux/wordsize-64/pwritev64.c: New file.
2451
2452         * sysdeps/unix/sysv/linux/readv.c (__libc_readv): Fix calling of
2453         compatibility code.
2454         * sysdeps/unix/sysv/linux/writev.c (__libc_writev): Likewise.
2455
2456         * sysdeps/unix/sysv/linux/kernel-features.h: Define
2457         __ASSUME_COMPLETE_READV_WRITEV.
2458         * sysdeps/unix/sysv/linux/readv.c: No need for userlevel fallback
2459         with modern kernels.
2460         * sysdeps/unix/sysv/linux/writev.c: Likewise.
2461
2462         * sysdeps/posix/readv.c: Since read is a cancellation point we have
2463         to free a possible malloced buffer in case of cancellation.
2464         * sysdeps/posix/writev.c: Likewise for write.
2465
2466 2009-04-02  Ulrich Drepper  <drepper@redhat.com>
2467
2468         * sysdeps/unix/sysv/linux/bits/socket.h: Add missing protocol numbers.
2469
2470         * configure.in: Recognize --enable-nss-crypt.
2471         * config.make.in: Add nss-crypt entry.
2472         * crypt/Makefile: If nss-crypt==yes, don't build md5.c, sha256.c,
2473         sha512.c.  Don't run md5test, sha256test, sha512test.  Pass -DUSE_NSS
2474         and include path for NSS directory to compiler for md5-crypt,
2475         sha256-crypt, sha512-crypt.  Link libcrypt.so with -lfreebl3.
2476         * crypt/md5-crypt.c: If USE_NSS is defined, don't use local hash
2477         function implementation, use NSS.  Introduce wrappers around the
2478         hash function calls.  Little code size optimization.
2479         * crypt/sha256-crypt.c: Likewise.
2480         * crypt/sha512-crypt.c: Likewise.
2481         * scripts/check-local-headers.sh: Ignore nss3 directory.
2482
2483         * configure.in: Rename pic_default to libc_cv_pic_default.
2484         * config.make.in: Likewise.
2485
2486 2009-04-01  Roland McGrath  <roland@redhat.com>
2487
2488         * elf/elf.h (R_SPARC_GLOB_JMP): New macro.
2489         (R_SPARC_GOTDATA_HIX22, R_SPARC_GOTDATA_LOX10): New macros.
2490         (R_SPARC_GOTDATA_OP_HIX22, R_SPARC_GOTDATA_OP_LOX10): Likewise.
2491         (R_SPARC_GOTDATA_OP, R_SPARC_H34): Likewise.
2492         (R_SPARC_SIZE32, R_SPARC_SIZE64): Likewise.
2493         (R_SPARC_GNU_VTINHERIT, R_SPARC_GNU_VTENTRY, R_SPARC_REV32): Likewise.
2494         (R_SPARC_NUM): Update.
2495         From Dave Miller <davem@davemloft.net>.
2496
2497 2009-04-01  Ulrich Drepper  <drepper@redhat.com>
2498
2499         * sysdeps/unix/sysv/linux/sys/eventfd.h (EFD_SEMAPHORE): Define.
2500
2501 2009-03-31  Ulrich Drepper  <drepper@redhat.com>
2502
2503         * elf/dl-open.c: Keep track of used name spaces and only iterate over
2504         those which are used.
2505         * elf/dl-addr.c: Likewise.
2506         * elf/dl-caller.c: Likewise.
2507         * elf/dl-fini.c: Likewise.
2508         * elf/dl-iteratephdr.c: Likewise.
2509         * elf/dl-libc.c: Likewise.
2510         * elf/dl-load.c: Likewise.
2511         * elf/dl-support.c: Likewise.
2512         * elf/dl-sym.c: Likewise.
2513         * elf/rtld.c: Likewise.
2514         * sysdeps/generic/ldsodefs.h: Likewise.
2515
2516         * elf/dl-load.c: Remove support for systems without MAP_ANON.
2517         * elf/dl-minimal.c: Likewise.
2518         * elf/dl-misc.c: Likewise.
2519         * elf/rtld.c: Likewise.
2520         * sysdeps/generic/ldsodefs.h: Likewise.
2521
2522 2009-03-30  Ulrich Drepper  <drepper@redhat.com>
2523
2524         * elf/do-lookup.h (do_lookup_x): Minor optimization and cleanup.
2525         Avoid reuse of complex expression.
2526
2527         * po/fr.po: Update from translation team.
2528
2529 2009-03-16  Ulrich Drepper  <drepper@redhat.com>
2530
2531         * include/dirent.h: Yet more changes to match sort function type
2532         change.
2533         * sysdeps/unix/sysv/linux/i386/alphasort64.c: Likewise.
2534         * sysdeps/unix/sysv/linux/i386/olddirent.h: Likewise.
2535         * sysdeps/unix/sysv/linux/i386/versionsort64.c: Likewise.
2536
2537 2009-03-16  Thomas Schwinge  <tschwinge@gnu.org>
2538
2539         * dirent/scandir64.c (scandir64): Adjust declaration to type change.
2540
2541 2009-03-16  Ulrich Drepper  <drepper@redhat.com>
2542
2543         * nscd/connections.c (restart): Try to preserve the process name
2544         by reading the /proc/self/exe symlink and using the return name.
2545         Patch by Jeff Bastian <jbastian@redhat.com>.
2546
2547 2009-03-15  Ulrich Drepper  <drepper@redhat.com>
2548
2549         [BZ #9733]
2550         * elf/dl-load.c (_dl_map_object_from_fd): Only call audit hooks
2551         if we are not loading a new audit library.
2552         * elf/dl-reloc (_dl_relocate_object): Third parameter is now a bitmask.
2553         Only use profiling trampoline for auditing if we are not relocating
2554         an audit library.
2555         * elf/dl-open.c (dl_open_worker): Adjust _dl_relocate_object call.
2556         * elf/rtld.c: Likewise.
2557         * sysdeps/generic/ldsodefs.h: Adjust _dl_relocate_object prototype.
2558
2559         * elf/rtld.c (dl_main): Extend help message for --audit option.
2560
2561         [BZ #9759]
2562         * dirent/dirent.h: Adjust prototypes of scandir, scandir64, alphasort,
2563         alphasort64, versionsort, and versionsort64 to POSIX 2008.
2564         * dirent/alphasort.c: Adjust implementation to type change.
2565         * dirent/alphasort64.c: Likewise.
2566         * dirent/scandir.c: Likewise.
2567         * dirent/versionsort.c: Likewise.
2568         * dirent/versionsort64.c: Likewise.
2569         * sysdeps/wordsize-64/alphasort.c: Add hack to hide alphasort64
2570         declaration.
2571         * sysdeps/wordsize-64/versionsort.c: Add hack to hide versionsort64
2572         declaration.
2573
2574         [BZ #9880]
2575         * inet/inet6_rth.c (inet6_rth_reverse): Compute number of segments
2576         correctly.  Set segleft member in output as required.
2577         Patch partly by Yang Hongyang <yanghy@cn.fujitsu.com>.
2578         * inet/tst-inet6_rth.c (do_test): Add tests for inet6_rth_reverse.
2579
2580         [BZ #9881]
2581         * inet/inet6_rth.c (inet6_rth_add): Add some error checking.
2582         Patch mostly by Yang Hongyang <yanghy@cn.fujitsu.com>.
2583         * inet/Makefile (tests): Add tst-inet6_rth.
2584         * inet/tst-inet6_rth.c: New file.
2585
2586         [BZ #5807]
2587         * string/strlen.c (strlen): Fix omission in the expression to test
2588         for NUL bytes.
2589
2590 2009-03-14  Ulrich Drepper  <drepper@redhat.com>
2591
2592         * crypt/sha256test.c (main): Perform 100,000 'a' test in a second way.
2593
2594         * elf/dl-runtime.c (reloc_offset): Define.
2595         (reloc_index): Define.
2596         (_dl_fixup): Rename reloc_offset parameter to reloc_arg.
2597         (_dl_fixup_profile): Likewise.  Use reloc_index instead of
2598         computing index from reloc_offset.
2599         (_dl_call_pltexit): Likewise.
2600         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_resolve): Just pass
2601         the relocation index to _dl_fixup.
2602         (_dl_runtime_profile): Likewise for _dl_fixup_profile and
2603         _dl_call_pltexit.
2604         * sysdeps/x86_64/dl-runtime.c: New file.
2605
2606         [BZ #9893]
2607         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix
2608         alignment of La_x86_64_regs.  Store xmm parameters.
2609         Patch mostly by Jiri Olsa <olsajiri@gmail.com>.
2610
2611         [BZ #9913]
2612         * string/strverscmp.c (__strverscmp): Fix case of different digits
2613         in fractional part of string.
2614         Patch by Jingyu Liu <jyliu@fortinet.com>.
2615         * string/Makefile (tests): Add tst-svc2.
2616         * string/tst-svc2.c: New file.
2617
2618         * string/strverscmp.c (__strverscmp): Optimize size of tables.
2619
2620         * locale/iso-639.def: Add Min Nan.
2621
2622 2009-03-11  Carlos Eduardo Seo  <cseo@linux.vnet.ibm.com>
2623
2624         [BZ #9948]
2625         * elf/dl-sysdep.c (_dl_show_auxv): Add support for AT_BASE_PLATFORM.
2626
2627 2009-03-14  Ulrich Drepper  <drepper@redhat.com>
2628
2629         * elf/dl-sysdep.c (auxvars): Compress data structure.
2630
2631         * sysdeps/i386/dl-machine.h (elf_machine_rel): Implement
2632         STT_GNU_IFUNC handling.
2633         (elf_machine_rela): Likewise.
2634
2635 2009-03-13  Ulrich Drepper  <drepper@redhat.com>
2636
2637         * config.h.in (USE_MULTIARCH): Define.
2638         * configure.in: Handle --enable-multi-arch.
2639         * elf/dl-runtime.c (_dl_fixup): Handle STT_GNU_IFUNC.
2640         (_dl_fixup_profile): Likewise.
2641         * elf/do-lookup.c (dl_lookup_x): Likewise.
2642         * sysdeps/x86_64/dl-machine.h: Handle STT_GNU_IFUNC.
2643         * elf/elf.h (STT_GNU_IFUNC): Define.
2644         * include/libc-symbols.h (libc_ifunc): Define.
2645         * sysdeps/x86_64/cacheinfo.c: If USE_MULTIARCH is defined, use the
2646         framework in init-arch.h to get CPUID values.
2647         * sysdeps/x86_64/multiarch/Makefile: New file.
2648         * sysdeps/x86_64/multiarch/init-arch.c: New file.
2649         * sysdeps/x86_64/multiarch/init-arch.h: New file.
2650         * sysdeps/x86_64/multiarch/sched_cpucount.c: New file.
2651
2652         * config.make.in (experimental-malloc): Define.
2653         * configure.in: Handle --enable-experimental-malloc.
2654         * malloc/Makefile: Handle experimental-malloc flag.
2655         * malloc/malloc.c: Implement PER_THREAD and ATOMIC_FASTBINS features.
2656         * malloc/arena.c: Likewise.
2657         * malloc/hooks.c: Likewise.
2658         * malloc/malloc.h: Define M_ARENA_TEST and M_ARENA_MAX.
2659
2660 2009-03-11  Ulrich Drepper  <drepper@redhat.com>
2661
2662         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Add branch
2663         prediction.  A few size optimizations.
2664
2665 2009-03-10  Ulrich Drepper  <drepper@redhat.com>
2666
2667         * time/tzset.c: Optimize a bit for size.
2668
2669 2009-03-10  Jakub Jelinek  <jakub@redhat.com>
2670
2671         * include/stdio.h (fmemopen): Add libc_hidden_proto.
2672         * libio/fmemopen.c (fmemopen): Add libc_hidden_def.
2673
2674         * elf/sprof.c: Avoid warning about multi-line comment.
2675
2676 2009-03-10  Ulrich Drepper  <drepper@redhat.com>
2677
2678         * time/tzset.c (__tzset_parse_tz): Use correct string when parsing
2679         DST name.
2680         * time/tst-posixtz.c: Add tests for quoted timezone names.
2681
2682 2009-03-10  Jakub Jelinek  <jakub@redhat.com>
2683
2684         * posix/unistd.h (_POSIX_VERSION, _POSIX2_VERSION, _POSIX2_C_BIND,
2685         _POSIX2_C_DEV, _POSIX2_SW_DEV, _POSIX2_LOCALEDEF): Define to
2686         200809L instead of 200112L.
2687         (_XOPEN_VERSION): For __USE_XOPEN2K8 define to 700.
2688         * posix/tst-sysconf.c (STDVER): Define to 200809L instead of 200112L.
2689
2690         * stdlib/quick_exit.c (quick_exit): Pass &__quick_exit_funcs
2691         instead of __quick_exit_funcs to __run_exit_handlers.
2692         * stdlib/at_quick_exit.c (at_quick_exit): Add attribute_hidden.
2693         * stdlib/exit.h (__run_exit_handlers): Add noreturn attribute.
2694         (__cxa_at_quick_exit): Remove attribute_hidden.
2695         * stdlib/exit.c (exit): Pass &__exit_funcs instead of __exit_funcs
2696         to __run_exit_handlers.
2697         * stdlib/cxa_at_quick_exit.c (__cxa_at_quick_exit): Remove
2698         attribute_hidden.
2699
2700 2009-03-10  Ulrich Drepper  <drepper@redhat.com>
2701
2702         * po/id.po: Update from translation team.
2703
2704 2009-02-18  Jakub Jelinek  <jakub@redhat.com>
2705
2706         * sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S: Use
2707         .machine push; .machine "power6" and .machine pop around mtfsf
2708         insns outside of _ARCH_PWR6 define.
2709         * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S: Likewise.
2710         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S:
2711         Likewise.
2712         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S:
2713         Likewise.
2714         * sysdeps/powerpc/fpu/tst-setcontext-fpscr.c (_SET_DI_FPSCR): Likewise.
2715         * sysdeps/powerpc/fpu/fenv_libc.h (fesetenv_register,
2716         relax_fenv_state): Likewise.
2717
2718 2009-03-08  Ulrich Drepper  <drepper@redhat.com>
2719
2720         * stdlib/Makefile (routines): Add quick_exit, at_quick_exit, and
2721         cxa_at_quick_exit.
2722         (static-only-routines): Add at_quick_exit.
2723         * stdlib/Versions: Export quick_exit and __cxa_at_quick_exit for
2724         GLIBC_2.10.
2725         * stdlib/quick_exit.c: New file.
2726         * stdlib/at_quick_exit.c: New file.
2727         * stdlib/cxa_at_quick_exit.c: New file.
2728         * stdlib/cxa_atexit.c (__cxa_atexit): Move body to new function.  Call
2729         it appropriately.
2730         (__internal_atexit): New function.
2731         (__new_exitfn): Now takes parameter to point to the list to use.
2732         * stdlib/cxa_finalize.c: Remove quick_exit handlers, don't call them.
2733         * stdlib/exit.c (__run_exit_handlers): New function.  Split from...
2734         (exit): ...here.  Just call __run_exit_handlers appropriately.
2735         * stdlib/exit.h: Declare __quick_exit_funcs, __run_exit_handlers,
2736         __internal_atexit, __cxa_at_quick_exit.  Adjust __new_exitfn.
2737         * stdlib/on_exit.c: Adjust call to __new_exitfn.
2738         * stdlib/stdlib.h: Declare at_quick_exit and quick_exit.
2739
2740         * po/id.po: Update from translation team.
2741
2742 2009-03-07  Ulrich Drepper  <drepper@redhat.com>
2743
2744         * po/ru.po: Update from translation team.
2745
2746 2009-03-04  Ulrich Drepper  <drepper@redhat.com>
2747
2748         * po/nl.po: Update from translation team.
2749
2750 2009-03-03  Ulrich Drepper  <drepper@redhat.com>
2751
2752         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Declare fallocate{,64}.
2753         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
2754         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
2755         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
2756         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
2757         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
2758         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
2759
2760         * po/pl.po: Update from translation team.
2761
2762 2009-03-02  Ulrich Drepper  <drepper@redhat.com>
2763
2764         [BZ #7083]
2765         * sysdeps/unix/sysv/linux/fallocate.c: New file.
2766         * sysdeps/unix/sysv/linux/fallocate64.c: New file.
2767         * sysdeps/unix/sysv/linux/wordsize-64/fallocate64.c: New file.
2768         * sysdeps/unix/sysv/linux/wordsize-64/fallocate.c: New file.
2769         * sysdeps/unix/sysv/linux/i386/fallocate64.c: New file.
2770         * sysdeps/unix/sysv/linux/i386/fallocate.c: New file.
2771         * sysdeps/unix/sysv/linux/Versions: Export fallocate and fallocate64
2772         for GLIBC_2.10.
2773         * sysdeps/unix/sysv/linux/Makefile [subdir=io] (sysdep_routines):
2774         Add fallocate and fallocate64.
2775
2776         * io/fcntl.h: Pretty printing.
2777
2778 2009-03-02  Richard Guenther  <rguenther@suse.de>
2779
2780         * misc/sys/cdefs.h (__extern_always_inline): Add __artificial__
2781         attribute also for non-C99 inline semantics variant.
2782
2783 2009-02-12  Carlos Eduardo Seo  <cseo@linux.vnet.ibm.com>
2784
2785         * sysdeps/powerpc/powerpc32/power7/fpu/Implies: New file.
2786         * sysdeps/powerpc/powerpc32/power7/Implies: Likewise.
2787         * sysdeps/powerpc/powerpc64/power7/fpu/Implies: Likewise.
2788         * sysdeps/powerpc/powerpc64/power7/Implies: Likewise.
2789         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/fpu/Implies:
2790         Likewise.
2791         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/fpu/Implies:
2792         Likewise.
2793
2794 2009-03-02  Ulrich Drepper  <drepper@redhat.com>
2795
2796         * po/cs.po: Update from translation team.
2797
2798 2009-02-28  Ulrich Drepper  <drepper@redhat.com>
2799
2800         * po/bg.po: Update from translation team.
2801         * po/sv.po: Likewise.
2802         * po/fi.po: Likewise.
2803         * po/vi.po: Likewise.
2804
2805 2009-02-27  Roland McGrath  <roland@redhat.com>
2806
2807         * Makeconfig (%.v.i): Depend on Makeconfig.
2808         Exclude % lines from initial #-comment removal.
2809
2810 2009-02-27  Ulrich Drepper  <drepper@redhat.com>
2811
2812         * po/ko.po: Update from translation team.
2813
2814 2009-02-26  Roland McGrath  <roland@redhat.com>
2815
2816         * shadow/lckpwdf.c (__lckpwdf): Move FLAGS inside block using it,
2817         avoids unused warning.
2818
2819 2009-02-26  Andrew Stubbs  <ams@codesourcery.com>
2820             SUGIOKA Toshinobu  <sugioka@itonet.co.jp>
2821
2822         * sysdeps/unix/sysv/linux/sh/sys/procfs.h: Don't include signal.h,
2823         sys/ucontext.h and asm/elf.h.  Include sys/user.h.
2824         * sysdeps/unix/sysv/linux/sh/sys/user.h: Don't include features.h
2825         and asm/user.h.  Include asm/ptrace.h.
2826         (PTRACE_GETREGS, PTRACE_SETREGS, PTRACE_GETFPREGS,
2827         PTRACE_SETFPREGS, PTRACE_GETFDPIC, PTRACE_GETFDPIC_EXEC,
2828         PTRACE_GETFDPIC_INTERP, PTRACE_GETDSPREGS, PTRACE_SETDSPREGS):
2829         Undefine.
2830         (start_thread): Don't undefine.
2831         (elf_greg_t, ELF_NGREG, elf_fpregset_t, user_fpu_struct, user):
2832         Define.
2833
2834 2009-02-26  Ulrich Drepper  <drepper@redhat.com>
2835
2836         * wctype/wctype.h: The *_l functions are in POSIX 2008.
2837         * wcsmbs/wchar.h: mbsnrtowcs, open_wmemstream, wcpcpy, wcpncpy,
2838         wcscasecmp, wcsdup, wcsncasecmp, wcsnlen, wcsnrtombs,
2839         wcscasecmp_l, wcsncasecmp_l, wcscoll_l, and wcsxfrm_l.
2840         * sysdeps/mach/hurd/bits/posix_opt.h: Reset value of macros from
2841         200112L to 200809L.
2842         * sysdeps/unix/sysv/linux/bits/posix_opt.h: Likewise.
2843         * posix/getconf.c (vars): Add _SC_THREAD_ROBUST_PRIO_INHERIT and
2844         _SC_THREAD_ROBUST_PRIO_PROTECT entries.
2845         * bits/confname.h: Add _SC_THREAD_ROBUST_PRIO_INHERIT and
2846         _SC_THREAD_ROBUST_PRIO_PROTECT.
2847         * posix/unistd.h: fexecve is in POSIX 2008.
2848         * time/time.h: strftime_l is in POSIX 2008.
2849         * io/sys/stat.h: futimens is in POSIX 2008.
2850         * string/strings.h: strcasecmp_l and strncasecmp_l are in POSIX 2008.
2851         * string/string.h: stpcpy, stpncpy, strndup, strnlen, strsignal,
2852         strcoll_l, strerror_l, and strxfrm_l are in POSIX 2008.
2853         * stdlib/stdlib.h: mkdtemp is in POSIX 2008.
2854         * libio/stdio.h: dprintf, fmemopen, getdelim, getline,
2855         open_memstream, and vdprintf are in POSIX 2008.
2856
2857 2009-02-25  Ulrich Drepper  <drepper@redhat.com>
2858
2859         * include/features.h: Define macros for XPG7/POSIX 2008.
2860         * ctype/ctype.h: The *_l functions are in POSIX 2008.
2861         * dirent/dirent.h: alphasort, dirfd, scandir, and fdopendir are in
2862         POSIX 2008.
2863         * locale/langinfo.h: nl_langinfo_l is in POSIX 2008.
2864         * locale/xlocale.h: Define locale_t type.
2865         * locale/locale.h: duplocale, freelocale, newlocale, uselocale are
2866         in POSIX 2008.  Don't define locale_t here.
2867         * stdlib/monetary.h: strfmon_l is in POSIX 2008.
2868         * sysdeps/unix/sysv/linux/bits/stat.h: Protect UTIME_NOW and
2869         UTIME_OMIT only with __USE_ATFILE.
2870         * signal/signal.h: Declare psignal and psiginfo for POSIX 2008.
2871         * stdio-common/psiginfo.c: New file.
2872         * stdio-common/psiginfo-data.h: New file.
2873         * stdio-common/psiginfo-define.h: New file.
2874         * stdio-common/Makefile (routines): Add psiginfo.
2875         * stdio-common/Versions: Export psiginfo for GLIBC_2.10.
2876         * sysdeps/unix/sysv/linux/ia64/bits/stat.h: Likewise.
2877         * sysdeps/unix/sysv/linux/powerpc/bits/stat.h: Likewise.
2878         * sysdeps/unix/sysv/linux/s390/bits/stat.h: Likewise.
2879         * sysdeps/unix/sysv/linux/sparc/bits/stat.h: Likewise.
2880         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h: Likewise.
2881         * io/sys/stat.h: Move mknodat definition into same conditional as
2882         mknod.
2883         * time/sys/time.h: futimesat is not among the functions accepted
2884         into the POSIX standard.
2885
2886         * include/features.h: If no feature selection given and we select
2887         by default a POSIX mode, also define __USE_POSIX_IMPLICITLY.
2888         * posix/Versions: Export __posix_getopt.
2889         * posix/getopt.c (_getopt_initialize): Take additional parameter.
2890         Use it to alternatively initialize __posixly_correct.
2891         (_getopt_internal_r): Take addition parameter.  Pass on to
2892         _getopt_initialize.
2893         (_getopt_internal): Take addition parameter.  Pass on to
2894         _getopt_internal_r.
2895         (getopt): Pass additional zero to _getopt_internal.
2896         (__posix_getopt): New function.
2897         * posix/getopt.h: Add redirection for getopt.
2898         * posix/getopt1.c (getopt_long): Pass additional zero to
2899         _getopt_internal.
2900         (getopt_long_only): Likewise.
2901         (_getopt_long_r): Pass additional zero to _getopt_internal_r.
2902         (_getopt_long_only_r): Likewise.
2903         * posix/getopt_int.h: Adjust declarations of _getopt_internal and
2904         _getopt_internal_r.
2905
2906 2009-02-24  Ulrich Drepper  <drepper@redhat.com>
2907
2908         * bits/confname.h: Define _SC_TRACE_EVENT_NAME_MAX, _SC_TRACE_NAME_MAX,
2909         _SC_TRACE_SYS_MAX, _SC_TRACE_USER_EVENT_MAX, _SC_XOPEN_STREAMS.
2910         * sysdeps/posix/sysconf.c (__sysconf): Handle
2911         _SC_TRACE_EVENT_NAME_MAX, _SC_TRACE_NAME_MAX, _SC_TRACE_SYS_MAX,
2912         _SC_TRACE_USER_EVENT_MAX, _SC_XOPEN_STREAMS.
2913
2914 2009-02-24  Roland McGrath  <roland@redhat.com>
2915
2916         [BZ #9895]
2917         * README.template: Reworded not to use substituted version number.
2918         Renamed to ...
2919         * README: ... here (no longer generated).
2920         * Makefile (README): Target removed.
2921
2922 2009-02-24  Ulrich Drepper  <drepper@redhat.com>
2923
2924         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf):
2925         /proc/sys/kernel/rtsig_max doesn't exist anymore, use getrlimit
2926         instead.
2927
2928         * io/sys/stat.h: The lstat functions have been mandatory since 2001.
2929
2930         * time/tzset.c (tzset_internal): Correct parsing of TZ envvar.
2931
2932 2009-02-22  Ulrich Drepper  <drepper@redhat.com>
2933
2934         * po/bg.po: Update from translation team.
2935
2936 2009-02-16  Jakub Jelinek  <jakub@redhat.com>
2937
2938         * stdlib/monetary.h: Uglify function parameter names.
2939         * sunrpc/rpc/pmap_clnt.h: Likewise.
2940         * sunrpc/rpc/svc.h: Likewise.
2941         * sunrpc/rpc/xdr.h: Likewise.
2942         * sunrpc/rpc/clnt.h: Likewise.
2943         * resolv/netdb.h: Likewise.
2944         * resolv/arpa/nameser.h: Likewise.
2945         * resolv/resolv.h: Likewise.
2946         * argp/argp.h: Likewise.
2947         * locale/langinfo.h: Likewise.
2948         * io/sys/stat.h: Likewise.
2949         * posix/spawn.h: Likewise.
2950         * nis/rpcsvc/nislib.h: Likewise.
2951         * malloc/obstack.h: Likewise.
2952         * sysdeps/ia64/bits/link.h: Likewise.
2953         * sysdeps/i386/bits/link.h: Likewise.
2954         * sysdeps/s390/bits/link.h: Likewise.
2955         * sysdeps/powerpc/bits/link.h: Likewise.
2956         * sysdeps/x86_64/bits/link.h: Likewise.
2957         * sysdeps/sparc/bits/link.h: Likewise.
2958         * sysdeps/sh/bits/link.h: Likewise.
2959         * sysdeps/unix/sysv/linux/i386/sys/io.h: Likewise.
2960         * sysdeps/unix/sysv/linux/x86_64/sys/io.h: Likewise.
2961         * sysdeps/unix/sysv/linux/sparc/sys/eventfd.h: Likewise.
2962         * sysdeps/unix/sysv/linux/sys/eventfd.h: Likewise.
2963
2964 2008-12-01  Fredrik Unger  <fred@tree.se>
2965
2966         * soft-fp/double.h [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_D,
2967         FP_UNPACK_SEMIRAW_DP): Use _FP_UNPACK_RAW_1 instead of
2968         _FP_UNPACK_RAW_2, fix up first argument.
2969
2970 2009-02-15  Ulrich Drepper  <drepper@redhat.com>
2971
2972         * sysdeps/unix/sysv/linux/getsysstats.c (next_line): New function.
2973         (GET_NPROCS_PARSER): Change parameters and use next_line.
2974         (__get_nprocs): Rewrite to not use stdio routines.
2975         * sysdeps/unix/sysv/linux/sparc/getsysstats.c (GET_NPROCS_PARSER):
2976         Change parameters and use next_line.
2977
2978 2009-02-13  Ulrich Drepper  <drepper@redhat.com>
2979
2980         [BZ #5381]
2981         * nscd/nscd.h: Remove definitions and declarations for mem_in_flight.
2982         Change mempool_alloc prototype.
2983         * nscd/mem.c (gc): Don't handle mem_in_flight.
2984         (mempool_alloc): Third parameter now only indicates whether this is the
2985         first call (to allocate data) or not.  If it is, get db rdlock.
2986         Release it on error.  Don't handle mem_in_flight.
2987         * nscd/aicache.c (addhstaiX): Mark he parameter as const.
2988         Adjust third parameter of mempool_alloc calls.
2989         Nothing to do here in case mempool_alloc fails.
2990         Avoid local variable shadowing parameter.  No need to get db rdlock
2991         before calling cache_add.
2992         * nscd/cache.c (cache_add): Adjust call to mempool_alloc.  There is
2993         no mem_in_flight array anymore.
2994         * nscd/connections.c: Remove definition and handling of mem_in_flight.
2995         * nscd/grpcache.c (cache_addgr): Adjust third parameter of
2996         mempool_alloc calls.  Mark he parameter as const.  Nothing to do here
2997         in case mempool_alloc fails. No need to get db rdlock before calling
2998         cache_add.
2999         * nscd/hstcache.c (cache_addhst): Likewise.
3000         * nscd/initgrcache.c (addinitgroupsX): Likewise.
3001         * nscd/servicescache.c (cache_addserv): Likewise.
3002         * nscd/pwdcache.c (cache_addpw): Likewise.  Remove some debugging code.
3003
3004 2009-02-11  Ulrich Drepper  <drepper@redhat.com>
3005
3006         * po/lt.po: Update from translation team.
3007
3008 2009-02-10  Ulrich Drepper  <drepper@redhat.com>
3009
3010         * elf/dl-load.c (open_verify): In case VALID_ELF_HEADER is
3011         defined, allow additional data to be added using the optional
3012         MORE_ELF_HEADER_DATA macro.
3013         * sysdeps/unix/sysv/linux/ldsodefs.h (VALID_ELF_HEADER,
3014         VALID_ELF_OSABI, VALID_ELF_ABIVERSION, MORE_ELF_HEADER_DATA): Define.
3015
3016 2009-02-08  Ulrich Drepper  <drepper@redhat.com>
3017
3018         * include/atomic.h: Define catomic_and if not already defined.
3019         * sysdeps/x86_64/bits/atomic.h: Define catomic_and.
3020         * sysdeps/i386/i486/bits/atomic.h: Likewise.
3021
3022 2009-02-07  Ulrich Drepper  <drepper@redhat.com>
3023
3024         * malloc/malloc.c (_int_free): Second argument is now mchunkptr.
3025         Change all callers.
3026         (_int_realloc): Likewise.  Third argument is now padded size
3027         All _int_* functions are now static.
3028
3029         * malloc/hooks.c: Change all callers to _int_free and _int_realloc.
3030         * malloc/arena.c: Likewise.
3031         * include/malloc.h: Remove now unnecessary declarations of the _int_*
3032         functions.
3033
3034         * sunrpc/rpc_common.c: We cannot move _null_auth into .rodata that
3035         easily.
3036
3037         * malloc/malloc.c: Add branch prediction for use of the hooks.
3038
3039         * grp/compat-initgroups.c [NOT_IN_libc] (__libc_use_alloca): Define.
3040
3041 2009-02-06  Ulrich Drepper  <drepper@redhat.com>
3042
3043         [BZ #7095]
3044         * bits/confname.h: Add SUSv7 macros for getconf environments.
3045         * bits/environments.h: Likewise.
3046         * sysdeps/unix/sysv/linux/i386/bits/environments.h: Likewise.
3047         * sysdeps/unix/sysv/linux/powerpc/bits/environments.h: Likewise.
3048         * sysdeps/unix/sysv/linux/s390/bits/environments.h: Likewise.
3049         * sysdeps/unix/sysv/linux/sparc/bits/environments.h: Likewise.
3050         * sysdeps/unix/sysv/linux/x86_64/bits/environments.h: Likewise.
3051         * posix/confstr.c: Handle SUSv5 and SUSv7 environments.
3052         * posix/getconf.c: Likewise.
3053         * posix/sysconf.c: Likewise.
3054         * sysdeps/posix/sysconf.c: Likewise.
3055         * posix/Makefile (getconf.speclist): Also collect SUSv5 and SUSv7
3056         environments.
3057
3058 2009-01-16  Petr Baudis  <pasky@suse.cz>
3059
3060         [BZ #9753]
3061         * resolv/res_libc.c (__res_maybe_init): Call __res_vinit()
3062         even if we currently have zero nscount.
3063
3064 2009-02-06  Ulrich Drepper  <drepper@redhat.com>
3065
3066         [BZ #9781]
3067         * grp/compat-initgroups.c (compat_call): Switch to use malloc when
3068         the input line is too long.
3069
3070         * po/Makefile (libc.pot): Add f_print as function taking c-format
3071         parameter.
3072
3073         * debug/xtrace.sh: Unify translatable messages.
3074         * elf/ldd.bash.in: Likewise.
3075         * elf/sprof.c: Likewise.
3076         * locale/programs/locale.c: Likewise.
3077         * malloc/memusage.sh: Likewise.
3078         * nss/getent.c: Likewise.
3079
3080 2009-02-06  Joseph Myers  <joseph@codesourcery.com>
3081
3082         * debug/pcprofiledump.c (print_version,
3083         argp_program_version_hook): New function.
3084         * elf/ldconfig.c (more_help): New function.
3085         (argp): Use it.
3086         * elf/sln.c (usage): New function.
3087         (main): Support --help and --version.
3088         * malloc/memusagestat.c (print_version): New function.
3089         (argp_program_version_hook): New variable.
3090         * nscd/nscd.c (more_help): New function.
3091         (argp): Use it.
3092         * posix/getconf.c (main): Send --version output to stdout.
3093         Support --help.
3094         * sunrpc/rpc_main.c (usage, options_usage): Take STREAM and STATUS
3095         arguments.  All callers changed.
3096         (print_version): New function.
3097         (parseargs): Support --help and --version.
3098         * sunrpc/rpcinfo.c (usage): Take STREAM argument.  All callers
3099         changed.
3100         (print_version): New function.
3101         (main): Use getopt_long.  Support --help and --version.
3102         * sysdeps/unix/sysv/linux/lddlibc4.c (main): Support --help and
3103         --version.
3104
3105 2009-02-06  Ulrich Drepper  <drepper@redhat.com>
3106
3107         * malloc/memusage.c (DEFAULT_BUFFER_SIZE): Change to 32768.
3108         (update_data): Fix handling of wrapping back
3109         to the beginning of the buffer.
3110
3111         [BZ #9823]
3112         * stdio-common/psignal.c (psignal): Fix test for empty string.
3113
3114 2009-02-05  Ulrich Drepper  <drepper@redhat.com>
3115
3116         * include/rpc/auth.h: Use libc_hidden_proto for _null_auth.
3117         * sunrpc/rpc_common.c: Add libc_hidden_def for _null_auth.  Also
3118         move _null_auth to .rodata.
3119
3120         * time/tzset.c (__tzset_parse_tz): DST offset must also allow hour
3121         value of 24.
3122
3123         * intl/dcigettext.c (DCIGETTEXT): Avoid some code duplication.
3124
3125         * sysdeps/unix/opendir.c (__alloc_dir): We have a lot more memory
3126         today than when the original code was written.  Use larger
3127         buffers.  This also makes it unnecessary to have stat information,
3128         if this causes extra efforts.
3129         (__opendir): In case O_DIRECTORY works, don't call fstat just for
3130         __alloc_dir.
3131
3132 2009-02-03  Andrew Stubbs  <ams@codesourcery.com>
3133
3134         * sysdeps/sh/sh4/dl-trampoline.S: Only set HAVE_FPU if __SH_FPU_ANY__
3135         is set.
3136         * sysdeps/sh/sh4/setjmp.S: Support SH4-NOFPU.
3137         * sysdeps/sh/sh4/__longjmp.S: Likewise.
3138         * sysdeps/unix/sysv/linux/sh/sh4/getcontext.S: Likewise.
3139         * sysdeps/unix/sysv/linux/sh/sh4/setcontext.S: Likewise.
3140         * sysdeps/unix/sysv/linux/sh/sh4/swapcontext.S: Likewise.
3141         * sysdeps/unix/sysv/linux/sh/sh4/register-dump.h: Likewise.
3142
3143 2009-02-04  Ulrich Drepper  <drepper@redhat.com>
3144
3145         * po/ru.po: Update from translation team.
3146
3147 2008-11-17  Nathan Sidwell  <nathan@codesourcery.com>
3148
3149         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (struct sigevent):
3150         Add _tid slot to maintain consistency with kernel.
3151
3152 2009-02-04  Ulrich Drepper  <drepper@redhat.com>
3153
3154         * libio/wfileops.c (_IO_wfile_underflow): Fix handling of
3155         incomplete characters at end of input buffer.
3156         * libio/Makefile (tests): Add tst-fgetwc.
3157         * libio/tst-fgetwc.c: New file.
3158         * libio/tst-fgetwc.input: New file.
3159
3160 2009-02-02  Andrew Stubbs  <ams@codesourcery.com>
3161
3162         * sysdeps/unix/sysv/linux/sh/Makefile (libm.so-no-z-defs): Define.
3163
3164 2009-02-02  Ulrich Drepper  <drepper@redhat.com>
3165
3166         [BZ #9793]
3167         * iconv/gconv_trans.c (__gconv_transliterate): Don't change
3168         *OUTBUFSTART unless the whole output fit into the buffer.
3169         * iconv/Makefile (tests): Add tst-iconv4.
3170         * iconv/tst-iconv4.c: New file.
3171
3172 2009-02-01  Ulrich Drepper  <drepper@redhat.com>
3173
3174         * sysdeps/x86_64/cacheinfo.c (intel_02_known): Add new descriptors.
3175         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_02_known): Likewise.
3176
3177 2009-01-29  Andrew Stubbs  <ams@codesourcery.com>
3178
3179         * elf/Makefile (ld.so): Adjust the sed script to insert _begin in to
3180         newer linker scripts.
3181
3182 2009-01-30  Ulrich Drepper  <drepper@redhat.com>
3183
3184         [BZ #7040]
3185         * sysdeps/unix/sysv/linux/sys/inotify.h: Second parameter of
3186         inotify_rm_watch should have type int.
3187
3188 2009-01-06  Steven Munroe  <sjmunroe@us.ibm.com>
3189
3190         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S (__longjmp):
3191         Make aligned_restore_vmx a local symbol.
3192         * sysdeps/powerpc/powerpc64/__longjmp-common.S (__longjmp):
3193         Likewise.
3194
3195 2009-01-30  Andreas Jaeger  <aj@suse.de>
3196
3197         * sysdeps/unix/sysv/linux/bits/shm.h (SHM_EXEC): Define.
3198         * sysdeps/unix/sysv/linux/ia64/bits/shm.h (SHM_EXEC): Define.
3199         * sysdeps/unix/sysv/linux/powerpc/bits/shm.h (SHM_EXEC): Define.
3200         * sysdeps/unix/sysv/linux/s390/bits/shm.h (SHM_EXEC): Define.
3201         * sysdeps/unix/sysv/linux/sh/bits/shm.h (SHM_EXEC): Define.
3202         * sysdeps/unix/sysv/linux/sparc/bits/shm.h (SHM_EXEC): Define.
3203         * sysdeps/unix/sysv/linux/x86_64/bits/shm.h (SHM_EXEC): Define.
3204
3205 2009-01-11  Ryan S. Arnold  <rsa@us.ibm.com>
3206
3207         [BZ #9726]
3208         * sysdeps/powerpc/fpu/tst-setcontext-fpscr.c (_SET_DI_FPSCR,
3209         _SET_SI_FPSCR): Clobber fp0 to prevent erroneous test-case passes.
3210
3211 2009-01-08  Ryan S. Arnold  <rsa@us.ibm.com>
3212
3213         [BZ #9726]
3214         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S
3215         (__CONTEXT_FUNC_NAME): Fix mtfsf to use fp31 instead of fp0.
3216         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S
3217         (__CONTEXT_FUNC_NAME): Fix mtfsf to use fp31 instead of fp0.
3218
3219 2009-01-11  Thomas Schwinge  <tschwinge@gnu.org>
3220
3221         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Use
3222         memcpy instead of memcmp.
3223         (_dl_setup_pointer_guard): Likewise.
3224
3225 2009-01-30  Ulrich Drepper  <drepper@redhat.com>
3226
3227         * malloc/malloc.c (sYSMALLOc): Don't use assert when detecting
3228         manipulated brk, use malloc_printerr.
3229         * misc/sbrk.c (__sbrk): Better error handling for nonsense
3230         requests.
3231
3232 2009-01-30  Jakub Jelinek  <jakub@redhat.com>
3233
3234         * string/string.h (memchr, strchr, strrchr, strpbrk, strstr, index,
3235         rindex): For C++ add inlines so that they can be recognized as
3236         builtins.
3237         * string/strings.h: Define correct C++ prototypes for gcc 4.4.
3238
3239 2009-01-29  Ulrich Drepper  <drepper@redhat.com>
3240             Jakub Jelinek  <jakub@redhat.com>
3241
3242         * string/string.h: Define correct C++ prototypes for gcc 4.4.
3243         * wcsmbs/wchar.h: Likewise.
3244
3245 2009-01-29  Ulrich Drepper  <drepper@redhat.com>
3246
3247         * sysdeps/i386/stackinfo.h (stackinfo_get_sp): Define.
3248         (stackinfo_sub_sp): Define.
3249
3250 2009-01-28  Ulrich Drepper  <drepper@redhat.com>
3251
3252         [BZ #9750]
3253         * nscd/mem.c (gc): Use alloca_count to get the real stack usage.
3254         * include/alloca.h (alloca_account): Define.
3255         * sysdeps/x86_64/stackinfo.h (stackinfo_get_sp): Define.
3256         (stackinfo_sub_sp): Define.
3257
3258         * nscd/connections.c (nscd_init): If database file access fails
3259         check whether this is due to permission problems and bail in that
3260         case.
3261
3262         [BZ #9741]
3263         * nscd/mem.c (gc): Fix assignment of he_data in case malloc is used.
3264         Reported by Jun'ichi Nomura <j-nomura@ce.jp.nec.com>.
3265
3266 2009-01-14  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
3267
3268         * sysdeps/unix/sysv/linux/sh/sysdep.h (INTERNAL_SYSCALL):
3269         Add "t" to clobber list.
3270         (INTERNAL_SYSCALL_NCS): Likewise.
3271
3272 2009-01-28  Ulrich Drepper  <drepper@redhat.com>
3273
3274         * nss/getent.c (print_networks): Don't print comma between aliases.
3275
3276 2009-01-23  Ulrich Drepper  <drepper@redhat.com>
3277
3278         * sysdeps/unix/sysv/linux/tst-clone.c (do_test): Avoid warning.
3279
3280         * misc/hsearch_r.c (hcreate_r): We need at least three elements in
3281         the hash table.
3282         * misc/Makefile (tests): Add bug-hsearch1.
3283         * misc/bug-hsearch1.c: New file.
3284
3285 2009-01-22  Roland McGrath  <roland@redhat.com>
3286
3287         * Makeconfig (%.v.i): Strip trailing # comments,
3288         not only whole-line comments.
3289
3290 2009-01-10  Ulrich Drepper  <drepper@redhat.com>
3291
3292         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Take
3293         one parameter.  If non-NULL use it to initialize return value.
3294         (_dl_setup_pointer_guard): New function.
3295         * sysdeps/unix/sysv/linux/dl-osinfo.h: Likewise.
3296         * sysdeps/generic/ldsodefs.h: Declare _dl_random.
3297         * elf/rtld.c (security_init): Pass _dl_random to
3298         _dl_setup_stack_chk_guard.  Call _dl_setup_pointer_guard to initialize
3299         pointer_chk_guard.
3300         * elf/dl-sysdep.c (_dl_random): New variable.
3301         (_dl_sysdep_start): Handle AT_RANDOM.
3302         (_dl_show_auxv): Likewise.
3303         * elf/dl-support.c (_dl_random): New variable.
3304         (_dl_aux_init): Handle AT_RANDOM.
3305         * csu/libc-start.c [!SHARED] (libc_start_main): Pass _dl_random
3306         to _dl_setup_stack_chk_guard.
3307
3308         * elf/elf.h (AT_RANDOM): Define AT_BASE_PLATFORM and AT_RANDOM.
3309
3310 2009-01-10  Roland McGrath  <roland@redhat.com>
3311
3312         * nscd/nscd.c (parse_opt): Use argp_error for bad -i argument.
3313
3314 2009-01-08  Ulrich Drepper  <drepper@redhat.com>
3315
3316         * sysdeps/i386/fpu/libm-test-ulps: Adjust expm1 errors.
3317
3318         [BZ #9706]
3319         * nss/nss_files/files-parse.c (strtou32): New function.
3320         (INT_FIELD): Use strotu32 instead of strtoul to unify behavior
3321         across 32-bit and 64-bit platforms.
3322         (INT_FIELD_MAYBE_NULL): Likewise.
3323
3324 2009-01-08  Jakub Jelinek  <jakub@redhat.com>
3325
3326         [BZ #9720]
3327         * sysdeps/unix/sysv/linux/bits/resource.h (enum __rusage_who): Avoid
3328         comma after RUSAGE_CHILDREN if not -D_GNU_SOURCE.
3329         * sysdeps/unix/sysv/linux/sparc/bits/resource.h (enum __rusage_who):
3330         Likewise.
3331
3332 2009-01-05  Paolo Bonzini  <bonzini@gnu.org>
3333
3334         [BZ #697]
3335         * posix/regexec.c (prune_impossible_nodes): Handle sifted_states[0]
3336         being NULL also if there are no backreferences.
3337         * posix/rxspencer/tests: Add testcases.
3338
3339 2009-01-04  Paolo Bonzini  <bonzini@gnu.org>
3340
3341         [BZ #9697]
3342         * posix/bug-regex17.c: Add testcases.
3343         * posix/regcomp.c (re_compile_fastmap_iter): Rewrite COMPLEX_BRACKET
3344         handling.
3345
3346 2009-01-05  Martin Schwidefsky  <schwidefsky@de.ibm.com>
3347
3348         * sysdeps/unix/sysv/linux/s390/bits/libc-vdso.h: New file.
3349         * sysdeps/unix/sysv/linux/s390/gettimeofday.c: New file.
3350         * sysdeps/unix/sysv/linux/s390/init-first.c: New file.
3351         * sysdeps/unix/sysv/linux/s390/Makefile (sysdep_routines): Add dl-vdso
3352         for elf subdir.
3353         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h (INLINE_VSYSCALL,
3354         INTERNAL_VSYSCALL, INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK,
3355         INTERNAL_SYSCALL_NCS, HAVE_CLOCK_GETRES_VSYSCALL and
3356         HAVE_CLOCK_GETTIME_VSYSCALL: Define.
3357         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
3358         * sysdeps/unix/sysv/linux/s390/Versions: New file.
3359
3360 2008-12-31  Paolo Bonzini  <bonzini@gnu.org>
3361
3362         * posix/regcomp.c (re_compile_fastmap_iter): Use __mbrtowc.
3363         * posix/regex_internal.c (build_wcs_buffer, build_wcs_upper_buffer,
3364         re_string_skip_chars, re_string_reconstruct): Likewise.
3365         * posix/regex_internal.h [!_LIBC] (__mbrtowc): New #define.
3366
3367 2008-12-31  Rafael Avila de Espindola  <espindola@google.com>
3368
3369         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyaddr2_r): Check and
3370         adjust the buffer alignment.
3371
3372 2009-01-07  Samuel Thibault  <samuel.thibault@ens-lyon.org>
3373
3374         * sysdeps/mach/hurd/Makefile (sysdep_headers) [subdir=socket]:
3375         Add net/ethernet.h net/if_arp.h net/if_ether.h net/if_ppp.h
3376         net/route.h.
3377
3378         * hurd/report-wait.c (describe_number): Use __stpcpy to prepend
3379         flavor to description only when flavor is not NULL.
3380
3381         * hurd/hurdsig.c (signal_allowed): Unlock _hurd_dtable_lock
3382         mutex after SIGIO/SIGURG lookup loop.
3383
3384 2009-01-03  Samuel Thibault  <samuel.thibault@ens-lyon.org>
3385
3386         * bits/resource.h (PRIO_PROCESS, PRIO_PGRP, PRIO_USER): Add macros.
3387
3388 2009-01-03  Ulrich Drepper  <drepper@redhat.com>
3389
3390         * sysdeps/unix/sysv/linux/i386/sysdep.h: Describe 6th argument
3391         handling.
3392
3393 2009-01-02  Ulrich Drepper  <drepper@redhat.com>
3394
3395         * sysdeps/unix/sysv/linux/kernel-features.h
3396         (__ASSUME_FUTEX_CLOCK_REALTIME): Define.
3397
3398         * wcsmbs/wcsnrtombs.c (__wcsnrtombs): Create temporary state object
3399         if no output is written.
3400
3401         * version.h: Bump to 2.10 development.
3402
3403         * posix/getconf.c: Update copyright year.
3404         * nss/getent.c: Likewise.
3405         * iconv/iconvconfig.c: Likewise.
3406         * iconv/iconv_prog.c: Likewise.
3407         * elf/ldconfig.c: Likewise.
3408         * catgets/gencat.c: Likewise.
3409         * csu/version.c: Likewise.
3410         * elf/ldd.bash.in: Likewise.
3411         * elf/sprof.c (print_version): Likewise.
3412         * locale/programs/locale.c: Likewise.
3413         * locale/programs/localedef.c: Likewise.
3414         * nscd/nscd.c (print_version): Likewise.
3415         * debug/xtrace.sh: Likewise.
3416         * malloc/memusage.sh: Likewise.
3417         * malloc/mtrace.pl: Likewise.
3418         * debug/catchsegv.sh: Likewise.
3419
3420 2008-12-29  Mike Frysinger  <vapier@gentoo.org>
3421
3422         * iconvdata/Makefile (iconv-rules): Use LC_ALL=C when running awk
3423         script.
3424
3425 2008-12-29  Ulrich Drepper  <drepper@redhat.com>
3426
3427         * sysdeps/posix/getaddrinfo.c (gaih_inet): When the
3428         gethostbyname4_r function call succeeded, just leave the loop.
3429
3430         [BZ #9694]
3431         * wcsmbs/wchar.h: Move undefs for local __need_* constants to the
3432         very end.
3433         * wctype/wctype.h: Get wint_t definition directly from <stddef.h>.
3434         * wctype/Makefile (tests): Add bug-wctypeh.
3435         * wctype/bug-wctypeh.c: New file.
3436
3437         * nscd/nscd_gethst_r.c (nscd_gethst_r): Don't use nscd if
3438         LOCALDOMAIN is defined.
3439         * nscd/nscd_getai.c (__nscd_getai): Likewise.
3440
3441         * sysdeps/x86_64/bits/select.h: New file.
3442
3443         * resolv/res_init.c (__res_vinit): Count all servers in statp->nscount.
3444
3445 2008-12-21  Bruno Haible  <bruno@clisp.org>
3446
3447         [BZ #9677]
3448         * wcsmbs/mbsnrtowcs.c (__mbsnrtowcs): Create temporary state object
3449         if no output is written.
3450
3451 2008-12-13  Klaus Dittrich  <kladit@arcor.de>
3452
3453         * login/utmp_file.c (pututline_file): Replace call to dup2 with
3454         libc internal symbol __dup2 to avoid access through the PLT.
3455
3456 2008-12-08  Ulrich Drepper  <drepper@redhat.com>
3457
3458         [BZ #6545]
3459         * sysdeps/unix/sysv/linux/bits/socket.h (SCM_CREDENTIALS): Make
3460         available only for __USE_GNU.
3461
3462         * inet/Makefile (tests): Add tst-getni2.
3463         * inet/tst-getni2.c: New file.
3464
3465         [BZ #7080]
3466         * inet/getnameinfo.c (getnameinfo): Check for output buffers being
3467         NULL when NI_NAMEREQD is set.
3468         Patch mostly by Yang Hongyang <yanghy@cn.fujitsu.com>.
3469         * inet/Makefile (tests): Add tst-getni1.
3470         * inet/tst-getni1.c: New file.
3471
3472 2008-12-03  Petr Baudis  <pasky@suse.cz>
3473
3474         [BZ #7067]
3475         * nscd/connections.c (invalidate_cache): Use prune_run_lock
3476         instead of prune_lock.
3477         (nscd_run_prune): Before calling prune_cache, take prune_run_lock.
3478         * nscd/nscd.h (database_dyn): Add prune_run_cache.
3479
3480 2008-12-07  Ulrich Drepper  <drepper@redhat.com>
3481
3482         * resolv/res_send.c (send_dg): Use correct guards for SOCK_CLOEXEC
3483         use.
3484
3485         * sysdeps/unix/sysv/linux/kernel-features.h: Fix typo in accept4
3486         handling.
3487
3488         * resolv/res_init.c (__res_vinit): Always assign to statp->nscount
3489         after reading name server list.
3490
3491         [BZ #7058]
3492         * nis/nss_nis/nis-hosts.c (_nss_nis_gethostbyname4_r): Fix memory
3493         handling for host name aliases.
3494
3495 2008-11-24  Arkadiusz MiÅ›kiewicz  <arekm@maven.pl>
3496
3497         * sysdeps/i386/dl-tlsdesc.S (_dl_tlsdesc_dynamic): Use LOAD_PIC_REG
3498         instead of doing things manually.
3499
3500 2008-11-26  Chris Steel  <chris.steel.lnx@googlemail.com>
3501
3502         * posix/regex_internal.h (build_wcs_upper_buffer):
3503         Return type is reg_error_t.
3504
3505 2008-12-05  Ulrich Drepper  <drepper@redhat.com>
3506
3507         * posix/globtest.sh: Use mktemp to create temporary file and
3508         directory.
3509
3510         * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_SET_S): Handle large
3511         sets correctly.
3512         (__CPU_CLR_S): Likewise.
3513         (__CPU_ISSET_S): Likewise.
3514
3515 2008-12-05  Joseph Myers  <joseph@codesourcery.com>
3516             Ulrich Drepper  <drepper@redhat.com>
3517
3518         * scripts/firstversion.awk: Use custom comparison function to compare
3519         version numbers.
3520         * scripts/versions.awk: Use sort invocation which can handle
3521         multi-digit sub-version numbers.
3522
3523 2008-12-04  Ulrich Drepper  <drepper@redhat.com>
3524
3525         * locale/programs/ld-address.c (DEFINE_LANGUAGE_CODE2): Define.
3526         * locale/iso-639.def: Add Chhattisgarhi entry.
3527
3528 2008-12-02  Ulrich Drepper  <drepper@redhat.com>
3529
3530         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname3_r): Recognize
3531         ESRCH return value.
3532         (_nss_dns_gethostbyname4_r): Likewise.
3533         * resolv/res_init.c (__res_vinit): Initialize nscount to zero.
3534         * sysdeps/posix/getaddrinfo.c (gaih_inet): In case we use
3535         gethostbyname4_r, we don't have a separate IPv6 status, so copy
3536         the no_data variable.
3537
3538         * resolv/res_init.c (__res_vinit): Fill in IPv4 name server
3539         information at the correct index.
3540
3541         * socket/sys/socket.h: Declare accept4.
3542         * socket/accept4.c: New file.
3543         * sysdeps/unix/sysv/linux/accept4.c: New file.
3544         * sysdeps/unix/sysv/linux/i386/accept4.S: New file.
3545         * socket/Makefile (routines): Add accept4.
3546         * socket/Versions: Export accept4 with version GLIBC_2.10.
3547         * socket/paccept.c: Removed.
3548         * sysdeps/unix/sysv/linux/paccept.c: Removed.
3549         * sysdeps/unix/sysv/linux/i386/paccept.S: Removed.
3550         * Versions.def: Define GLIBC_2.10 for libc.
3551         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_ACCEPT4.
3552
3553         * nscd/connections.c: Use accept4.
3554
3555         * sysdeps/unix/sysv/linux/i386/socket.S: Fix comment.
3556
3557 2008-12-01  Ulrich Drepper  <drepper@redhat.com>
3558
3559         * resolv/res_send.c (send_dg): Create sockets with non-blocking
3560         flag already set.
3561
3562         * stdlib/setenv.c (unsetenv): Don't search environment if it does
3563         not exist.
3564         * stdlib/Makefile (tests): Add tst-unsetenv1.
3565         * stdlib/tst-unsetenv1.c: New file.
3566
3567 2008-11-29  Ulrich Drepper  <drepper@redhat.com>
3568
3569         * login/utmp_file.c (file_writable): New variable.
3570         (setutent_file): Don't try to open file for writing.
3571         (pututline_file): Before writing, make descriptor writable if
3572         necessary.
3573
3574 2008-11-26  Ulrich Drepper  <drepper@redhat.com>
3575
3576         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Only restrict search
3577         to IPv4 or IPv6 if an interface has been found.
3578
3579 2008-11-26  Roland McGrath  <roland@redhat.com>
3580
3581         * sysdeps/unix/sysv/linux/alpha/ipc_priv.h: Renamed to ...
3582         * sysdeps/unix/sysv/linux/powerpc/ipc_priv.h: ... here.
3583
3584         * sysdeps/unix/sysv/linux/alpha/wordexp.c: Renamed to ...
3585         * sysdeps/unix/sysv/linux/ia64/wordexp.c: ... here.
3586         * sysdeps/unix/sysv/linux/sparc/sparc64/wordexp.c: Change #include.
3587
3588         * elf/elf.h (NT_386_IOPERM): New macro.
3589         (NT_PPC_VSX): New macro.
3590
3591 2008-11-25  Roland McGrath  <roland@redhat.com>
3592
3593         * sysdeps/alpha, sysdeps/unix/bsd/osf/alpha,
3594         sysdeps/unix/bsd/Attic/osf1/alpha, sysdeps/unix/sysv/linux/alpha,
3595         sysdeps/unix/sysv/linux/alpha/alpha, sysdeps/unix/alpha,
3596         sysdeps/mach/alpha, sysdeps/mach/hurd/alpha:
3597         Subdirectories moved to ports repository.
3598         * configure.in (base_machine): Remove alpha case.
3599
3600 2008-11-25  Thomas Schwinge  <tschwinge@gnu.org>
3601
3602         * sysdeps/mach/strerror_l.c: New file.
3603
3604 2008-11-13  Ryan S. Arnold  <rsa@us.ibm.com>
3605
3606         [BZ #6411]
3607         * sysdeps/powerpc/fpu/Makefile: Added test case tst-setcontext-fpscr.
3608         * sysdeps/powerpc/fpu/feholdexcpt.c (_FPU_MASK_ALL): Define to replace
3609         magic numbers.
3610         * sysdeps/powerpc/fpu/fenv_libc.h (fesetenv_register): Dynamically
3611         choose mtfsf insn based on PPC_FEATURE_HAS_DFP.
3612         (relax_fenv_state): Same as above.
3613         (FPSCR_29): Reserve bit in ISA 2.05.
3614         (FPSCR_NI): Provide define for compat.
3615         * sysdeps/powerpc/fpu/fesetenv.c (_FPU_MASK_ALL): Define to replace
3616         magic numbers.
3617         * sysdeps/powerpc/fpu/feupdateenv.c (_FPU_MASK_ALL): Define to replace
3618         magic numbers.
3619         * sysdeps/powerpc/fpu/tst-setcontext-fpscr.c: New file.  Test case to
3620         test setcontext and swapcontext with dynamic 64-bit FPSCR detection.
3621         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S (__longjmp): Adjust
3622         access to hwcap to account for hwcap size increase to uint64_t.
3623         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S (__sigsetjmp ):
3624         Likewise.
3625         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S
3626         (*setcontext): Likewise.
3627         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/fpu/setcontext.S:
3628         New file.
3629         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/fpu/swapcontext.S:
3630         New file.
3631         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S
3632         (*setcontext): dynamically select mtfsf insn based on
3633         PPC_FEATURE_HAS_DFP. Adjust access to hwcap to account for hwcap size
3634         increase to uint64_t.
3635         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S
3636         (*swapcontext): dynamically select mtfsf insn based on
3637         PPC_FEATURE_HAS_DFP.  Adjust access to hwcap to account for hwcap size
3638         increase to uint64_t.
3639         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/fpu/setcontext.S:
3640         New file.
3641         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/fpu/swapcontext.S:
3642         New file.
3643         * sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S
3644         (*setcontext): dynamically select mtfsf insn based on
3645         PPC_FEATURE_HAS_DFP.
3646         * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S
3647         (*swapcontext): dynamically select mtfsf insn based on
3648         PPC_FEATURE_HAS_DFP.
3649
3650 2008-11-13  Ulrich Drepper  <drepper@redhat.com>
3651
3652         * version.h: Bump for 2.9 release.
3653         * include/features.h (__GLIBC_MINOR__): Bump to 9.
3654
3655         [BZ #7029]
3656         * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_ALLOC_SIZE):
3657         Multiply with sizeof of __cpu_mask, not 8 unconditionally after
3658         all the rounding.
3659
3660 2008-11-11  Ulrich Drepper  <drepper@redhat.com>
3661
3662         [BZ #7009]
3663         * resolv/nss_dns/dns-host.c (gaih_getanswer_slice): Don't abort for
3664         unknown request types for now.
3665
3666 2008-11-11  Roland McGrath  <roland@redhat.com>
3667
3668         * sysdeps/x86_64/configure: New file.
3669
3670         * configure.in: Add AC_SUBST(libc_cv_cpp_asm_debuginfo).
3671         * configure: Regenerated.
3672
3673 2008-11-03  Martin Schwidefsky  <schwidefsky@de.ibm.com>
3674
3675         * sysdeps/s390/s390-64/dl-trampoline.S (_dl_runtime_profile): Use the
3676         correct instruction to remove the stack frame.
3677
3678 2008-11-03  Michael Matz  <matz@suse.de>
3679
3680         * sysdeps/s390/bits/atomic.h (__arch_compare_and_exchange_val_32_acq,
3681         __arch_compare_and_exchange_val_64_acq): Add "memory" clobber.
3682
3683 2008-11-07  Jakub Jelinek  <jakub@redhat.com>
3684
3685         * include/stdio.h (__builtin_fwrite, __builtin_fwrite_unlocked):
3686         Remove.
3687
3688         * bits/libc-tsd.h (__libc_tsd_define, __libc_tsd_address,
3689         __libc_tsd_get, __libc_tsd_set): Add TYPE argument, use it as the type
3690         of the thread variable instead of void *.
3691         * sysdeps/mach/hurd/bits/libc-tsd.h (__libc_tsd_define,
3692         __libc_tsd_address, __libc_tsd_get, __libc_tsd_set): Likewise.
3693         * include/ctype.h (CTYPE_B, CTYPE_TOUPPER, CTYPE_TOLOWER): Adjust
3694         __libc_tsd_define arguments.
3695         (__ctype_b_loc, __ctype_toupper_loc, __ctype_tolower_loc): Adjust
3696         __libc_tsd_address arguments.  Remove union hack.
3697         * include/rpc/rpc.h (RPC_VARS): Adjust __libc_tsd_define arguments.
3698         * sunrpc/rpc_thread.c (RPC_VARS): Likewise.
3699         (__rpc_thread_destroy, rpc_thread_multi, __rpc_thread_variables):
3700         Adjust __libc_tsd_{set,get} arguments.
3701         * ctype/ctype-info.c (CTYPE_B, CTYPE_TOUPPER, CTYPE_TOLOWER): Adjust
3702         __libc_tsd_define arguments.
3703         * locale/uselocale.c (__uselocale): Adjust __libc_tsd_{set,get}
3704         arguments.
3705         * locale/lc-ctype.c (_nl_postload_ctype): Likewise.
3706         * locale/global-locale.c (__libc_tsd_LOCALE): Adjust type.
3707         (LOCALE): Adjust __libc_tsd_define arguments.
3708         * locale/localeinfo.h (_NL_CURRENT_LOCALE): Adjust __libc_tsd_get
3709         arguments.
3710         (LOCALE): Adjust __libc_tsd_define arguments.
3711         * sysdeps/mach/hurd/malloc-machine.h (MALLOC): Adjust __libc_tsd_define
3712         arguments.
3713         (tsd_setspecific, tsd_getspecific): Adjust __libc_tsd_{set,get}
3714         arguments.
3715
3716 2008-11-02  Ulrich Drepper  <drepper@redhat.com>
3717
3718         * malloc/malloc.c (public_rEALLOc): When new arena is used, copy
3719         really all bytes.  Patch by Denys Vlasenko <dvlasenk@redhat.com>.
3720
3721 2008-11-01  Ulrich Drepper  <drepper@redhat.com>
3722
3723         [BZ #6966]
3724         * misc/hsearch_r.c (hsearch_r): Fix secondary hash function.
3725
3726 2008-10-24  Joseph Myers  <joseph@codesourcery.com>
3727             Ulrich Drepper  <drepper@redhat.com>
3728
3729         * math/tgmath.h (__floating_type): Use __builtin_classify_type in
3730         definition for GCC 3.1 and later.
3731
3732 2008-10-31  Jakub Jelinek  <jakub@redhat.com>
3733
3734         * elf/dl-tls.c (__tls_get_addr): After calling _dl_update_slotinfo
3735         refetch dtv, as it might have changed.
3736         * elf/Makefile: Add rules to build and run tst-tls18.
3737         * elf/tst-tls18.c: New test.
3738         * elf/tst-tlsmod18a.c: New file.
3739
3740 2008-09-09  Aurelien Jarno  <aurelien@aurel32.net>
3741
3742         [BZ #6875]
3743         * iconvdata/gconv-modules: Add LATIN9 as an alias to ISO-8859-15.
3744
3745 2008-10-31  Ulrich Drepper  <drepper@redhat.com>
3746
3747         [BZ #6867]
3748         * sysdeps/powerpc/elf/rtld-global-offsets.sym: Fix typo.
3749
3750         [BZ #6919]
3751         * posix/spawnattr_getschedparam.c (posix_spawnattr_getschedparam):
3752         Fix length of copy operation.
3753
3754 2008-10-02  Pierre Habouzit <madcoder@debian.org>
3755
3756         * sysdeps/unix/sysv/linux/eventfd.c (eventfd): Use the eventfd2 syscall
3757         and fix its calling convention.
3758
3759 2008-10-07  Andreas Schwab  <schwab@suse.de>
3760
3761         [BZ #6942]
3762         * resolv/res_send.c (send_vc): Fix last change.
3763         (send_dg): Align here as well.
3764
3765 2008-10-31  Ulrich Drepper  <drepper@redhat.com>
3766
3767         * sysdeps/unix/sysv/linux/ulimit.c (__ulimit): Handle UL_GETFSIZE
3768         return value in case rlimit is RLIM_INFINITY.
3769
3770         [BZ #6947]
3771         * sysdeps/unix/sysv/linux/ulimit.c (__ulimit): Fix return value
3772         for UL_SETFSIZE.
3773         * resource/Makefile (tests): Add bug-ulimit1.
3774         * resource/bug-ulimit1.c: New file.
3775
3776         [BZ #6974]
3777         * sunrpc/rpc_main.c (mkfile_output): Properly handle filename
3778         without dot.  Properly terminate the string with a null byte.
3779         Based on a patch by Aurelien Jarno <aurelien@aurel32.net>.
3780
3781         [BZ #6980]
3782         * debug/getgroups_chk.c (__getgroups_chk): Return EINVAL error for
3783         negative sizees.
3784         * posix/bits/unistd.h (getgroups): Call __getgroups_chk for
3785         negative __size.
3786
3787         [BZ #6995]
3788         * sysdeps/powerpc/powerpc32/dl-machine.c: Fix typo in message.
3789
3790 2008-10-30  Ulrich Drepper  <drepper@redhat.com>
3791
3792         * grp/initgroups.c (internal_getgrouplist): Don't prematurely
3793         abort if there is no initgroups_dyn function.
3794
3795         * resolv/res_send.c (send_dg): On timeout, only return nonzero
3796         result if any of the queries really provided an answer.
3797
3798 2008-10-28  Ulrich Drepper  <drepper@redhat.com>
3799
3800         * po/lt.po: Update from translation team.
3801
3802 2008-10-26  Ulrich Drepper  <drepper@redhat.com>
3803
3804         * po/id.po: Update from translation team.
3805
3806 2008-10-24  Ulrich Drepper  <drepper@redhat.com>
3807
3808         * resolv/res_query.c (__libc_res_nquery): Add a few casts.
3809         Fix tests for existence of second reply.
3810
3811 2008-10-23  Ulrich Drepper  <drepper@redhat.com>
3812
3813         * po/id.po: New file.
3814         Contributed by the Indonesian translation team.
3815
3816 2008-10-22  Dmitry V. Levin  <ldv@altlinux.org>
3817
3818         * misc/syslog.c (openlog_internal): Fix __have_sock_cloexec
3819         initialization.
3820
3821 2008-10-17  Jakub Jelinek  <jakub@redhat.com>
3822
3823         * elf/Makefile: Add rules to build and run tst-tls17.
3824         * elf/tst-tls17.c: New test.
3825         * elf/tst-tlsmod17a.c: New file.
3826         * elf/tst-tlsmod17b.c: Likewise.
3827
3828 2008-10-17  Ulrich Drepper  <drepper@redhat.com>
3829
3830         * stdlib/divmod_1.c: Use correct type for dummy variable.
3831         * stdlib/mod_1.c: Likewise.
3832
3833 2008-10-16  Ulrich Drepper  <drepper@redhat.com>
3834
3835         * elf/dl-tls.c (_dl_update_slotinfo): Copy all of the initial DTV.
3836
3837 2008-10-16  Jakub Jelinek  <jakub@redhat.com>
3838
3839         * sysdeps/unix/sysv/linux/sys/signalfd.h (signalfd): Fix __THROW vs.
3840         __nonnull order for C++.
3841         * sysdeps/unix/sysv/linux/alpha/sys/signalfd.h (signalfd): Likewise.
3842         * sysdeps/unix/sysv/linux/sparc/sys/signalfd.h (signalfd): Likewise.
3843
3844 2008-10-01  Daniel Jacobowitz  <dan@codesourcery.com>
3845
3846         * stdlib/longlong.h: Update from GCC.
3847
3848 2008-10-09  Jakub Jelinek <jakub@redhat.com>
3849             David S. Miller  <davem@davemloft.net>
3850
3851         * sysdeps/sparc/sparc64/sparcv9v/memcpy.S: When not USE_BPR,
3852         make sure any registers used with 64-bit 'branch-on-register'
3853         instructions have their top 32-bits clear.
3854         * sysdeps/sparc/sparc64/sparcv9v/memset.S: Likewise.
3855         * sysdeps/sparc/sparc64/sparcv9v2/memcpy.S: Likewise.
3856
3857 2008-09-18  Andreas Schwab  <schwab@suse.de>
3858
3859         [BZ #6942]
3860         * resolv/res_send.c (send_vc): Fix use of unaligned address.
3861         Properly handle partial reads.
3862
3863 2008-10-01  Mark Shinwell  <shinwell@codesourcery.com>
3864
3865         * elf/elf.h (STO_MIPS_PLT): New.
3866         (R_MIPS_COPY): New.
3867         (R_MIPS_JUMP_SLOT): New.
3868         (R_MIPS_NUM): Redefine to 128.
3869         (DT_MIPS_PLTGOT): New.
3870         (DT_MIPS_RWPLT): New.
3871         (DT_MIPS_NUM): Redefine to 0x35.
3872
3873 2008-10-01  Ulrich Drepper  <drepper@redhat.com>
3874
3875         * timezone/africa: Update from tzdata2008f.
3876         * timezone/asia: Likewise.
3877         * timezone/australasia: Likewise.
3878         * timezone/europe: Likewise.
3879         * timezone/leapseconds: Likewise.
3880         * timezone/northamerica: Likewise.
3881         * timezone/southamerica: Likewise.
3882         * timezone/zone.tab: Likewise.
3883
3884 2008-09-30  Ulrich Drepper  <drepper@redhat.com>
3885
3886         * nscd/connections.c: Disable use of paccept for now.
3887
3888 2008-09-29  Ulrich Drepper  <drepper@redhat.com>
3889
3890         * socket/Versions: Remove paccept export for GLIBC_2.9.
3891         * socket/Makefile (routines): Remove paccept.
3892         * socket/sys/socket.h: Remove paccept declaration.
3893
3894         * po/sv.po: Update from translation team.
3895
3896 2008-09-22  Deborah S. Townsend  <dstownse@us.ibm.com>
3897
3898         * sysdeps/s390/s390-64/s390x-mcount.S: Replace ahi with aghi.
3899         * sysdeps/unix/sysv/linux/s390/s390-64/socket.S: Likewise.
3900
3901 2008-09-16  Ulrich Drepper  <drepper@redhat.com>
3902
3903         * dlfcn/dlopen.c (dlopen_doit): Allow __RTLD_SPROF flag.
3904         Patch by Olivier Fourdan <ofourdan@redhat.com>.
3905
3906 2008-09-15  Ulrich Drepper  <drepper@redhat.com>
3907
3908         * sunrpc/rpc/svc.h: Declare svcfd_create.
3909         Patch by Michael Solberg <msolberg@redhat.com>.
3910
3911 2008-09-12  Flavio Leitner  <fleitner@redhat.com>
3912             Ulrich Drepper  <drepper@redhat.com>
3913
3914         * malloc/malloc.c (public_vALLOc): Try other arenas in case
3915         _int_valloc fails.
3916         (public_pVALLOc): Likewise.
3917
3918 2008-09-02  Andreas Jaeger  <aj@suse.de>
3919
3920         * sysdeps/unix/sysv/linux/s390/s390-32/utmp-convert.h: Fix last
3921         commit.
3922
3923 2008-08-26  Aurelien Jarno  <aurelien@aurel32.net>
3924
3925         [BZ #6860]
3926         * hurd/hurd/signal.h (HURD_MSGPORT_RPC): Fix a typo.
3927
3928 2008-07-18  Daniel Jacobowitz  <dan@codesourcery.com>
3929
3930         * Makefile (check-data): Check data directory in add-ons.
3931         * elf/Makefile (check-data): Likewise.
3932
3933 2008-08-18  Roland McGrath  <roland@redhat.com>
3934
3935         * configure.in (--with-cpu): Check compiler support for -march/-mcpu.
3936         * configure: Regenerated.
3937         * config.make.in (cflags-cpu): New substituted variable.
3938         (with-cpu): Variable removed.
3939         * Makeconfig (+cflags): Use $(cflags-cpu), not $(with-cpu).
3940
3941 2008-08-14  Ryan S. Arnold  <rsa@us.ibm.com>
3942
3943         [BZ #6845]
3944         * sysdeps/powerpc/fpu/bits/mathinline.h (__signbitl): Copy new
3945         __signbitl definition and __LONG_DOUBLE_128__ guard from:
3946         * sysdeps/unix/sysv/linux/powerpc/bits/mathinline.h: Remove as
3947         redundant.  Functions which call floating point assembler operations
3948         should go into a sysdeps powerpc/fpu directory.
3949
3950 2008-08-15  Ulrich Drepper  <drepper@redhat.com>
3951
3952         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Define MAP_STACK.
3953         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Likewise.
3954
3955 2008-08-14  Ulrich Drepper  <drepper@redhat.com>
3956
3957         * sysdeps/x86_64/memset.S: Reduce size of tables for PIC.
3958
3959         * sysdeps/unix/sysv/linux/dl-origin.c (_dl_get_origin): Undo all
3960         change related to AT_EXECFN.  We cannot use that string.
3961         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): Remove
3962         _dl_execfn member.
3963         * elf/dl-support.c: Remove _dl_execfn variable.
3964         (_dl_aux_init): Remove handling of AT_EXECFN.
3965         * elf/dl-sysdep.c (_dl_sysdep_start): Remove handling of AT_EXECFN.
3966         * elf/rtld.c (process_envvars): Remove use of __ASSUME_AT_EXECFN.
3967
3968 2008-08-13  Ulrich Drepper  <drepper@redhat.com>
3969
3970         [BZ #6544]
3971         * libio/fmemopen.c: Implement binary mode.  In this mode no NUL
3972         byte gets added to writes and seeks from the end use the length of
3973         the buffer and not the currently terminating NUL byte.
3974
3975         [BZ #6634]
3976         * login/utmp_file.c (getutent_r_file): Take additional parameter.
3977         Set to true if locking failed.
3978         (getutid_r_file): Adjust caller.
3979         (pututline_file): Likewise.  Return NULL in this case.
3980         Patch mostly by halesh.s@gmail.com.
3981
3982 2008-08-12  Ulrich Drepper  <drepper@redhat.com>
3983
3984         [BZ #6589]
3985         * sysdeps/unix/sysv/linux/ifaddrs.c (struct sockaddr_ll_max):
3986         Define.
3987         (struct ifaddrs_storage): Use it instead of sockaddr_ll.
3988
3989 2008-08-12  Ryan S. Arnold  <rsa@us.ibm.com>
3990
3991         [BZ #6839]
3992         * sysdeps/powerpc/powerpc32/dl-machine.c (CHECK_STATIC_TLS): Remove
3993         macro since it is now available in elf/dynamic-link.h.
3994
3995 2008-08-12  Roland McGrath  <roland@frob.com>
3996
3997         * hurd/hurd/signal.h (HURD_MSGPORT_RPC): Avoid -Wparenthesis triggers,
3998         in case used outside of libc.
3999         Reported by Samuel Thibault <samuel.thibault@ens-lyon.org>
4000
4001 2008-08-11  Ulrich Drepper  <drepper@redhat.com>
4002
4003         * resolv/res_mkquery.c (res_nmkquery): Call ns_name_compress
4004         directly instead of going through dn_comp.
4005
4006 2008-08-11  Aurelien Jarno  <aurel32@debian.org>
4007
4008         * sysdeps/mach/i386/machine-lock.h (__spin_unlock, __spin_try_lock):
4009         Fix asm constraints.
4010
4011 2008-08-07  Ulrich Drepper  <drepper@redhat.com>
4012
4013         [BZ #6790]
4014         * sysdeps/unix/sysv/linux/bits/in.h (IP_PMTUDISC_PROBE): Define.
4015         (IPV6_PMTUDISC_PROBE): Likewise.
4016
4017 2008-08-07  Pete Eberlein  <eberlein@us.ibm.com>
4018
4019         [BZ #6791]
4020         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h (PROT_SAO): Define.
4021
4022 2008-08-01  Steven Munroe  <sjmunroe@us.ibm.com>
4023             Carlos Eduardo Seo  <cseo@linux.vnet.ibm.com>
4024
4025         [BZ #6817]
4026         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_cap_flags):
4027         Added the members 'vsx' and 'arch_2_06'.
4028         (_dl_powerpc_platforms): Add the member 'power7'.
4029         * sysdeps/powerpc/dl-procinfo.h: Modify _DL_HWCAP_FIRST
4030         to reflect the changes required by VSX and ISA 2.06.
4031         Modify _DL_PLATFORMS_COUNT to reflect the addition of
4032         'power7'.
4033         Defined PPC_PLATFORM_POWER7.
4034         (_dl_string_platform): Add support for POWER7.
4035         * sysdeps/powerpc/sysdep.h: Define bit masks for VSX
4036         capability and ISA 2.06.
4037
4038 2008-08-07  Ulrich Drepper  <drepper@redhat.com>
4039
4040         [BZ #6824]
4041         * sysdeps/unix/sysv/linux/powerpc/bits/mathinline.h: Use correct
4042         macro to detect use of 128 bit long double.
4043         Patch by Ryan S. Arnold <rsa@us.ibm.com>.
4044
4045 2008-08-05  Ulrich Drepper  <drepper@redhat.com>
4046
4047         * scripts/gen-as-const.awk: Use 32-bit values on 32-bit platforms.
4048
4049         [BZ #5794]
4050         * sysdeps/i386/fpu/s_expm1l.S: Simply use exp implementation for large
4051         parameters.
4052         * sysdeps/x86_64/fpu/s_expm1l.S: Likewise.
4053         Patch by Denys Vlasenko <dvlasenk@redhat.com>.
4054
4055 2008-08-03  Ulrich Drepper  <drepper@redhat.com>
4056
4057         * nscd/connections.c (main_loop_poll): Pass a buffer which is
4058         guaranteed to be large enough to read inotify event.  Ignore
4059         EAGAIN error.  Better error message.  Add branch predicition.
4060         (main_loop_epoll): Likewise.
4061
4062 2008-08-02  Roland McGrath  <roland@frob.com>
4063
4064         * sysdeps/mach/i386/machine-lock.h (__spin_unlock, __spin_try_lock):
4065         Add memory clobbers.
4066
4067 2008-08-02  Ulrich Drepper  <drepper@redhat.com>
4068
4069         * manual/arith.texi: Avoid @strong{Note:}.
4070         * manual/creature.texi: Likewise.
4071         * manual/filesys.texi: Likewise.
4072         * manual/math.texi: Likewise.
4073         * manual/memory.texi: Likewise.
4074         * manual/resource.texi: Likewise.
4075         * manual/syslog.texi: Likewise.
4076         * manual/time.texi: Likewise.
4077
4078         * sysdeps/posix/clock_getres.c (hp_timing_getres): Remove inline
4079         to prevent warning.
4080
4081 2008-08-01  Ulrich Drepper  <drepper@redhat.com>
4082
4083         * sysdeps/unix/sysv/linux/Versions: Fix changes due to old patch for
4084         new epoll_create1 interface.
4085         * sysdeps/unix/sysv/linux/syscalls.list: Likewise.
4086         * sysdeps/unix/sysv/linux/sys/epoll.h: Likewise.
4087         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
4088
4089         * include/arpa/nameser.h (NS_GET16): Use const pointer.
4090         (NS_GET32): Likewise.
4091
4092         * sysdeps/unix/sysv/linux/kernel-features.h: s390 has the new
4093         syscalls, too.
4094
4095         * sysdeps/unix/sysv/linux/dl-origin.c (_dl_get_origin): We cannot
4096         use the AT_EXECFN value if it is no absolute path.
4097         * sysdeps/unix/sysv/linux/kernel-features.h: Never define
4098         __ASSUME_AT_EXECFN.
4099
4100         * Versions.def: Add GLIBC_2.9 to libresolv.
4101         * include/resolv.h: Remove hidden proto declarations for __ns_*
4102         functions.  Add them for __dn_count_labels and __p_secstodate.
4103         * include/arpa/nameser.h: Add a number of hidden proto declarations.
4104         Define ns_msg_getflags macro here.
4105         * resolv/res_debug.c: Add hidden definition for __dn_count_labels
4106         and __p_secstodate.
4107         * resolv/Versions: Export functions from <arpa/nameser.h> from
4108         libresolv in version GLIBC_2.9.
4109         * resolv/ns_name.c: Integrate changes from bind 9.5.0.  Add necessary
4110         hidden definitions.
4111         * resolv/ns_netint.c: Likewise.
4112         * resolv/ns_parse.c: Likewise.
4113         * resolv/ns_print.c: Likewise.
4114         * resolv/ns_samedomain.c: Likewise.
4115         * resolv/ns_ttl.c: Likewise.
4116         * resolv/arpa/nameser_compat.h: Likewise.
4117         * resolv/arpa/nameser.h: Likewise.  Remove macros which redirect
4118         function calls.
4119         * resolv/nss_dns/dns-canon.c (_nss_dns_getcanonname_r): Use __ns_get16
4120         instead of ns_get16.
4121         * resolv/nss_dns/dns-host.c (getanswer_r): Use __ns_get16 and
4122         __ns_get32 instead of ns_get16 and ns_get32 respectively.
4123         (gaih_getanswer_slice): Likewise.
4124         * resolv/Makefile (libresolv-routines): Add ns_date.
4125         * resolv/ns_date.c: New file.
4126
4127         * elf/Makefile (check-localplt.out): Also check libresolv and
4128         libcrypt.
4129
4130 2008-07-31  Ulrich Drepper  <drepper@redhat.com>
4131
4132         * sysdeps/unix/sysv/linux/kernel-features.h: Define
4133         __ASSUME_O_CLOEXEC.
4134
4135 2008-07-30  Ulrich Drepper  <drepper@redhat.com>
4136
4137         * sysdeps/posix/getaddrinfo.c (gaih_inet): Raise size of initial
4138         buffer passed to NSS functions.
4139
4140         * nscd/connections.c (nscd_init): Typo in preprocessor directive.
4141
4142         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_PACCEPT):
4143         Define.
4144
4145         * misc/syslog.c (openlog_internal): Fix compile problem.
4146
4147 2008-07-28  Roland McGrath  <roland@redhat.com>
4148
4149         * elf/dl-sysdep.c (_dl_show_auxv): Add AT_EXECFN to the table.
4150
4151 2008-07-28  Ulrich Drepper  <drepper@redhat.com>
4152
4153         * io/ftw.c (add_object): Remove inline to avoid warning.
4154
4155         * sysdeps/unix/sysv/linux/paccept.c: Fix compile problem.
4156
4157         * resolv/res_send.c (__libc_res_nsend): Take additional parameter.
4158         Use it instead of locally defined resplen2 variable.
4159         (res_nsend): Adjust for __libc_res_nsend interface change.
4160         (send_vc): Initialize *resplen2 if necessary.  Read length of
4161         package into an appropriately aligned variable.  Store converted length
4162         in new variable and use it appropriately.
4163         Add branch prediction help.
4164         * resolv/res_query.c (__libc_res_nquery): Take additional parameter
4165         and pass it on to __libc_res_nsend.  Adjust all callers.
4166         (__libc_res_nsearch): Likewise.
4167         (__libc_res_nqeurydomain): Likewise.
4168         * resolv/nss_dns/dns-host.c: Adjust for __libc_res_nsearch interface
4169         change.
4170         (_nss_dns_gethostbyname4): Don't unconditionally allocate tmp array.
4171         Define resplen2 variable and pass it to __libc_res_nsearch and then
4172         to gaih_getanswer.
4173         (getanswer_r): In case of incorrect DNS data don't overread buffer.
4174         Add branch prediction.
4175         (gaih_getanswer_slice): Likewise.  Check for invalid data types.
4176         (gaih_getanswer): Don't decode second slice if first one failed due
4177         to a too small buffer.  Don't let not found status of second
4178         decoder shadow results of the first.
4179         * resolv/gethnamaddr.c (gethostbyname2): Adjust for __libc_res_nsearch
4180         and __libc_res_nquery interface changes
4181         (gethostbyaddr): Adjust for __libc_res_nquery interface change.
4182         * include/resolv.h: Adjust prototypes for __libc_res_nquery,
4183         __libc_res_nsearch, and __libc_res_nsend.
4184         * resolv/nss_dns/dns-canon.c: Adjust for __libc_res_nquery interface
4185         change.
4186         * resolv/nss_dns/dns-network.c: Adjust for __libc_res_nquery and
4187         __libc_res_nsearch interface changes.
4188
4189 2008-07-27  Ulrich Drepper  <drepper@redhat.com>
4190
4191         * libio/iopopen.c (_IO_new_proc_open): Remove unnecessary volatile.
4192
4193         * posix/wordexp.c (exec_comm): Use pipe2 if possible to create
4194         file descriptors with close-on-exec set.
4195         (exec_comm_child): Fix the case where the write end of the pipe is
4196         STDOUT_FILENO already.  In case it is, clear close-on-exec.
4197
4198         * sysdeps/unix/sysv/linux/syscalls.list: Add __pipe2 alias.
4199         * io/pipe2.c: Likewise.
4200         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_PIPE2
4201         instead of __ASSUME_PACCEPT.
4202         * include/unistd.h: Declare __have_pipe2.
4203         * libio/iopopen.c: Implement "e" flag.
4204         * libio/Makefile (tests): Add tst-popen1.
4205         * libio/tst-popen1.c: New file.
4206
4207         * sysdeps/unix/sysv/linux/bits/socket.h: Define PF_ISDN and AF_ISDN.
4208         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
4209
4210 2008-07-26  Ulrich Drepper  <drepper@redhat.com>
4211
4212         [BZ #6771]
4213         * libio/fileops.c (_IO_new_file_attach): Preserve errno around
4214         success call of _IO_SEEKOFF or calls which failed because the
4215         descriptor is for a pipe.
4216
4217         * sunrpc/key_call.c (getkeyserv_handle): Use FD_CLOEXEC instead of
4218         magic number.
4219
4220         * misc/syslog.c (openlog_internal): Use SOCK_CLOEXEC if possible.
4221
4222         * malloc/mtrace.c (mtrace): Use 'e' flag in fopen call.  Drop
4223         F_SETFD use if we know fopen set the flag.
4224
4225         * login/utmp_file.c (setutent_file): Minor optimization in case
4226         O_CLOEXEC is available.
4227
4228 2008-07-24  Tom "spot" Callaway  <tcallawa@redhat.com>
4229
4230         * Makeconfig: Define pie-ccflag and PIE-ccflag variables.
4231         * elf/Makefile: Use pie-ccflag variable.
4232         * nscd/Makefile: Likewise.
4233         * sysdeps/sparc/Makefile: Set $(pie-ccflag) to -fPIE.
4234
4235 2008-07-21  Andreas Krebbel  <krebbel1@de.ibm.com>
4236
4237         [BZ #6724]
4238         * Versions.def: Add GLIBC_2.9 version tag for libutil.
4239         * sysdeps/unix/sysv/linux/s390/bits/utmp.h: Copy of
4240         gnu/bits/utmp.h.  Check for __WORDSIZE_COMPAT32 removed.
4241         * sysdeps/unix/sysv/linux/s390/bits/utmpx.h: Copy of
4242         gnu/bits/utmpx.h.  Check for __WORDSIZE_COMPAT32 removed.
4243         * sysdeps/unix/sysv/linux/s390/s390-32/Makefile: Add new files
4244         utmp32, utmpx32 and login32.
4245         * sysdeps/unix/sysv/linux/s390/s390-32/Versions: Add 2.9
4246         versions of struct utmp functions to libc and libutil.
4247         * sysdeps/unix/sysv/linux/s390/s390-32/utmp-compat.h: New file.
4248         * sysdeps/unix/sysv/linux/s390/s390-32/getutent.c: New file.
4249         * sysdeps/unix/sysv/linux/s390/s390-32/getutent_r.c: New file.
4250         * sysdeps/unix/sysv/linux/s390/s390-32/getutid.c: New file.
4251         * sysdeps/unix/sysv/linux/s390/s390-32/getutid_r.c: New file.
4252         * sysdeps/unix/sysv/linux/s390/s390-32/getutline.c: New file.
4253         * sysdeps/unix/sysv/linux/s390/s390-32/getutline_r.c: New file.
4254         * sysdeps/unix/sysv/linux/s390/s390-32/getutmp.c: New file.
4255         * sysdeps/unix/sysv/linux/s390/s390-32/getutxent.c: New file.
4256         * sysdeps/unix/sysv/linux/s390/s390-32/getutxid.c: New file.
4257         * sysdeps/unix/sysv/linux/s390/s390-32/getutxline.c: New file.
4258         * sysdeps/unix/sysv/linux/s390/s390-32/login.c: New file.
4259         * sysdeps/unix/sysv/linux/s390/s390-32/login32.c: New file.
4260         * sysdeps/unix/sysv/linux/s390/s390-32/pututxline.c: New file.
4261         * sysdeps/unix/sysv/linux/s390/s390-32/updwtmp.c: New file.
4262         * sysdeps/unix/sysv/linux/s390/s390-32/updwtmpx.c: New file.
4263         * sysdeps/unix/sysv/linux/s390/s390-32/utmp-convert.h: New file.
4264         * sysdeps/unix/sysv/linux/s390/s390-32/utmp32.c: New file.
4265         * sysdeps/unix/sysv/linux/s390/s390-32/utmp32.h: New file.
4266         * sysdeps/unix/sysv/linux/s390/s390-32/utmpx-convert.h: New file.
4267         * sysdeps/unix/sysv/linux/s390/s390-32/utmpx32.c: New file.
4268         * sysdeps/unix/sysv/linux/s390/s390-32/utmpx32.h: New file.
4269
4270 2008-07-26  Ulrich Drepper  <drepper@redhat.com>
4271
4272         * scripts/gen-as-const.awk: Generate more widely usable code by
4273         using 64-bit arithmetic.
4274
4275         * stdio-common/printf_fp.c (___printf_fp): Give wide outout code
4276         the same treatment as narrow output code in last patch.
4277
4278         * sunrpc/clnt_udp.c (__libc_clntudp_bufcreate): Namespace cleanup.
4279
4280         [BZ #6763]
4281         * elf/dl-load.c (local_strdup): Remove inline.
4282         (_dl_map_object_from_fd): Don't allocate l_symbolic_searchlist.r_list.
4283         * elf/dl-object.c (_dl_new_object): Allocate symbolic searchlist as
4284         part of the object.
4285
4286         * sysdeps/unix/sysv/linux/dl-origin.c: Add const to avoid warning.
4287
4288 2008-07-25  Ulrich Drepper  <drepper@redhat.com>
4289
4290         * sysdeps/unix/sysv/linux/kernel-features.h: IA-64 and SPARC have
4291         the new syscalls, too.
4292
4293         * sysdeps/i386/i686/memcmp.S: Fix unwind information.
4294         Reported by Paul Pluzhnikov <ppluzhnikov@google.com>.
4295
4296         [BZ #6698]
4297         * stdio-common/_i18n_number.h (_i18n_number_rewrite): Take additional
4298         parameter for end of buffer.  If temporary copy is too large use
4299         malloc.
4300         * stdio-common/vfprintf.c: Adjust for _i18n_number_rewrite
4301         interface change.
4302         * stdio-common/printf_fp.c (__printf_fp): Likewise..  Account for
4303         string rewrite when allocating buffer.
4304
4305         * sysdeps/unix/sysv/linux/kernel-features.h: PPC has the new
4306         syscalls, too.
4307
4308         * nscd/connections.c (nscd_init): Clean up fcntl call.
4309
4310         * nscd/nscd_helper.c (open_socket): Use SOCK_CLOEXEC and
4311         SOCK_NONBLOCK if possible.
4312
4313         * sysdeps/unix/sysv/linux/opensock.c (__opensock): Use
4314         SOCK_CLOEXEC if available.
4315
4316         * include/rpc/clnt.h: Declare __libc_clntudp_bufcreate and
4317         __libc_clntudp_bufcreate_internal.
4318         * include/sys/socket.h: Declare __have_sock_cloexec.
4319         * socket/Makefile (aux): Add have_sock_cloexec.
4320         * socket/have_sock_cloexec.c: New file.
4321         * sunrpc/clnt_udp.h (clntudp_bufcreate): Now a wrapper around
4322         __libc_clntudp_bufcreate.
4323         (__libc_clntudp_bufcreate): Former implementation of clntudp_bufcreate
4324         which takes an additional parameter.  Create socket with non-blocking
4325         mode and close-on-exec flag set, if wanted.
4326         * sunrpc/Versions: Export __libc_clntudp_bufcreate@GLIBC_PRIVATE.
4327         * nis/ypclnt.c (yp_bind_client_create): Use __libc_clntpudp_bufcreate
4328         instead of clntudp_create.  The socket has already the close-on-exec
4329         flag set if SOCK_CLOEXEC is defined.
4330
4331 2008-07-24  Ulrich Drepper  <drepper@redhat.com>
4332
4333         * sysdeps/unix/sysv/linux/kernel-features.h: Define
4334         __ASSUME_PACCEPT, __ASSUME_IN_NONBLOCK, and __ASSUME_PACCEPT if
4335         appropriate.
4336         * nscd/connections.c: Avoid fcntl calls to set close-on-exec flag and
4337         non-blocking mode by using socket, paccept, and inotify_init1.
4338
4339         * Versions.def (glibc): Add GLIBC_2.9.
4340         * io/Makefile (routines): Add dup3 and pipe2.
4341         * io/Versions [glibc] (GLIBC_2.9): Add dup3 and pipe2.
4342         * io/dup3.c: New file.
4343         * io/pipe2.c: New file.
4344         * posix/unistd.h: Declare dup3 and pipe2.
4345         * socket/Makefile (routines): Add paccept.
4346         * socket/Versions [glibc] (GLIBC_2.9): Add paccept.
4347         * socket/paccept.c: New file.
4348         * socket/sys/socket.h: Declare paccept.
4349         * sysdeps/unix/syscalls.list: Add entry for dup3.
4350         * sysdeps/unix/sysv/linux/Versions [glibc] (GLIBC_2.9): Add
4351         epoll_create2 and inotify_init1.
4352         * sysdeps/unix/sysv/linux/eventfd.c: Use eventfd1 syscall if possible.
4353         * sysdeps/unix/sysv/linux/paccept.c: New file.
4354         * sysdeps/unix/sysv/linux/signalfd.c: Use signalfd4 syscall if
4355         possible.
4356         * sysdeps/unix/sysv/linux/socketcall.h: Add SOCKOP_paccept.
4357         * sysdeps/unix/sysv/linux/syscalls.list: Add epoll_create2,
4358         inotify_init1, and pipe2 entries.
4359         * sysdeps/unix/sysv/linux/alpha/sys/epoll.h: New file.
4360         * sysdeps/unix/sysv/linux/alpha/sys/eventfd.h: New file.
4361         * sysdeps/unix/sysv/linux/alpha/sys/inotify.h: New file.
4362         * sysdeps/unix/sysv/linux/alpha/sys/signalfd.h: New file.
4363         * sysdeps/unix/sysv/linux/alpha/sys/timerfd.h: New file.
4364         * sysdeps/unix/sysv/linux/bits/socket.h: Define SOCK_CLOEXEC and
4365         SOCK_NONBLOCK.
4366         * sysdeps/unix/sysv/linux/i386/paccept.S: New file.
4367         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: New file.
4368         * sysdeps/unix/sysv/linux/sparc/sys/eventfd.h: New file.
4369         * sysdeps/unix/sysv/linux/sparc/sys/inotify.h: New file.
4370         * sysdeps/unix/sysv/linux/sparc/sys/signalfd.h: New file.
4371         * sysdeps/unix/sysv/linux/sparc/sys/timerfd.h: New file.
4372         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: New file.
4373         * sysdeps/unix/sysv/linux/sys/epoll.h: Define EPOLL_CLOEXEC and
4374         EPOLL_NONBLOCK.  Declare epoll_create2.
4375         * sysdeps/unix/sysv/linux/sys/eventfd.h: Define EFD_CLOEXEC and
4376         EFD_NONBLOCK.
4377         * sysdeps/unix/sysv/linux/sys/inotify.h: Define IN_CLOEXEC and
4378         IN_NONBLOCK.  Declare inotify_init1.
4379         * sysdeps/unix/sysv/linux/sys/signalfd.h: Define SFD_CLOEXEC and
4380         SFD_NONBLOCK.
4381         * sysdeps/unix/sysv/linux/sys/timerfd.h: Define TFD_CLOEXEC and
4382         TFD_NONBLOCK.
4383
4384         * elf/elf.h: Define AT_EXECFN.
4385         * elf/rtld.c [!__ASSUME_AT_EXECFN] (process_envvars): Don't handle
4386         LD_ORIGIN_PATH.
4387         * elf/dl-sysdep.c (_dl_sysdep_start): Handle AT_EXECFN.
4388         * elf/dl-support.c: Define _dl_execfn.  Don't define _dl_origin_path
4389         if __ASSUME_AT_EXECFN is defined.
4390         (_dl_aux_init): Handle AT_EXECFN.
4391         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_AT_EXECFN
4392         for 2.6.27 and up.
4393         * sysdeps/generic/ldsodefs.h (rtld_global_ro): Add _dl_execfn.
4394         Don't define _dl_origin_path if __ASSUME_AT_EXECFN is defined.
4395         * sysdeps/unix/sysv/linux/dl-origin.c (_dl_get_origin): Use
4396         _dl_execfn if available and avoid compatibility code if
4397         __ASSUME_AT_EXECFN is defined.
4398
4399         * sysdeps/unix/sysv/linux/dl-sysdep.h: Don't declare
4400         _dl_discover_osversion only for older kernels.
4401
4402 2008-07-22  Roland McGrath  <roland@frob.com>
4403
4404         * hurd/fd-read.c (_hurd_fd_read): Fix last change.
4405
4406 2008-07-21  Roland McGrath  <roland@frob.com>
4407
4408         * hurd/fd-read.c (_hurd_fd_read): Return EGRATUITOUS if the server
4409         returned too much data out of line.
4410
4411 2008-07-20  Ulrich Drepper  <drepper@redhat.com>
4412
4413         * locale/setlocale.c (setname): Remove inline to avoid compiler
4414         warning.
4415
4416         [BZ #6712]
4417         * locale/setlocale.c (setlocale): Take the setlocale lock earlier.
4418
4419 2008-07-15  Ulrich Drepper  <drepper@redhat.com>
4420
4421         * stdio-common/vfprintf.c (_IO_helper_overflow): In case _IO_sputn
4422         doesn't manage to write anything, fail.
4423
4424         * malloc/hooks.c (__malloc_check_init): Remove printf.
4425
4426 2008-07-14  Samuel Thibault  <samuel.thibault@ens-lyon.org>
4427
4428         * sysdeps/mach/hurd/bits/fcntl.h: Include <sys/types.h>.
4429
4430 2008-07-12  Ulrich Drepper  <drepper@redhat.com>
4431
4432         * nscd/connections.c (main_loop_poll): Fix handling of read errors
4433         from inotify.
4434         (main_loop_epoll): Likewise.
4435
4436 2008-07-09  Ulrich Drepper  <drepper@redhat.com>
4437
4438         * resolv/res_send.c: Remove unnecessary res_pquery prototype.
4439
4440         * resolv/res_query.c (__libc_res_nquery): Issue debug message only
4441         if DEBUG is defined.
4442
4443         * resolv/res_query.c (__libc_res_nquery): Align buffer for T_AAAA
4444         query.  Adjust buffer size computation for padding.
4445
4446 2008-07-08  Ulrich Drepper  <drepper@redhat.com>
4447
4448         * stdio-common/Makefile: Add rules to build and run tst-setvbuf1.
4449         * stdio-common/tst-setvbuf1.c: New file.
4450         * stdio-common/tst-setvbuf1.expect: New file.
4451
4452         [BZ #6719]
4453         * libio/iosetvbuf.c (_IO_setvbuf): Correctly clear buffering flags
4454         when selecting fully-buffered stream.
4455         Patch by Wang Xin <wxinee@gmail.com>.
4456
4457 2008-07-06  Samuel Thibault  <samuel.thibault@ens-lyon.org>
4458
4459         * sysdeps/mach/hurd/open.c: Include <stdio.h>.
4460         (__open_2): New function.
4461         (__open64_2): New alias to __open_2.
4462         * sysdeps/mach/hurd/openat.c: Include <stdio.h>.
4463         (__openat_2): New function.
4464         (__openat64_2): New alias to __openat_2.
4465
4466 2008-07-06  Ulrich Drepper  <drepper@redhat.com>
4467
4468         [BZ #6723]
4469         * time/mktime.c (__mktime_internal): Normalize tp->tm_isdst value.
4470
4471 2008-07-01  Samuel Thibault  <samuel.thibault@ens-lyon.org>
4472
4473         * sysdeps/unix/bsd/bsd4.4/bits/socket.h: Define MSG_NOSIGNAL.
4474         * hurd/hurd/fd.h (__hurd_sockfail): Add extern inline function.
4475         * sysdeps/mach/hurd/recv.c (__recv): Use __hurd_sockfail instead of
4476         __hurd_dfail.
4477         * sysdeps/mach/hurd/recvfrom.c (__recvfrom): Likewise.
4478         * sysdeps/mach/hurd/recvmsg.c (__recvmsg): Likewise.
4479         * sysdeps/mach/hurd/send.c (__send): Likewise.
4480         * sysdeps/mach/hurd/sendto.c (__sendfrom): Likewise.
4481         * sysdeps/mach/hurd/sendmsg.c (__sendmsg): Likewise.
4482
4483 2008-03-04  Samuel Thibault  <samuel.thibault@ens-lyon.org>
4484
4485         * sysdeps/mach/hurd/recv.c (__recv): Initialize NPORTS.
4486         * sysdeps/mach/hurd/recvfrom.c (__recvfrom): Likewise.
4487         * sysdeps/mach/hurd/recvmsg.c (__recvmsg): Likewise.
4488         * hurd/fd-read.c (_hurd_fd_read): Initialize NREAD.
4489         * hurd/get-host.c (_hurd_get_host_config): Likewise.
4490         * sysdeps/mach/hurd/dl-sysdep.c (__libc_read): Likewise.
4491
4492 2008-06-27  Ulrich Drepper  <drepper@redhat.com>
4493
4494         [BZ #6657]
4495         * time/strptime_l.c: Don't clear s.era_cnt after successful match
4496         of %EY.
4497         Patch by Petr Baudis.
4498
4499 2008-06-26  Ulrich Drepper  <drepper@redhat.com>
4500
4501         * resolv/res_debug.c (__p_type_syms): Add ns_t_dname entry.
4502         Patch by Peter Jones <pjones@redhat.com>.
4503
4504 2008-06-25  Ulrich Drepper  <drepper@redhat.com>
4505
4506         [BZ #6654]
4507         * stdlib/canonicalize.c (__realpath): readlink can write too much
4508         into the buffer on platforms without PATH_MAX.
4509
4510 2008-06-17  Carlos O'Donell  <carlos@codesourcery.com>
4511
4512         [BZ #6653]
4513         * posix/tst-regex.c (main): Rename to...
4514         (do_test): ... this. Remove cmdline option processing.
4515         (TIMEOUT): Define.
4516         (TEST_FUNCTION): Define.
4517         (CMDLINE_OPTIONS): Define.
4518
4519 2008-06-25  Ulrich Drepper  <drepper@redhat.com>
4520
4521         [BZ #5210]
4522         * configure.in: Add -Werror to -fstack-protector test to catch
4523         unsupported architectures.
4524         Patch by Gilles Esponasse <g.esp@free.fr>.
4525
4526 2008-06-17  Joseph Myers  <joseph@codesourcery.com>
4527
4528         * stdlib/tst-setcontext.c: Set back_in_main before exit if
4529         getcontext returns ENOSYS.
4530
4531 2008-06-18  Ulrich Drepper  <drepper@redhat.com>
4532
4533         * nscd/connections.c (main_loop_poll): Fix test for read error.
4534         (main_loop_epoll): Likewise.
4535
4536 2008-06-13  Ulrich Drepper  <drepper@redhat.com>
4537
4538         * sysdeps/posix/getaddrinfo.c: Move _res_hconf_init call to a
4539         better place so it is not called when nscd is used.
4540
4541         * nscd/connections.c: Also recognize and handle changes to the
4542         resolver configuration file.
4543
4544 2008-06-12  Ulrich Drepper  <drepper@redhat.com>
4545
4546         * time/strftime.c: Pass reference to tzset_called around to handle
4547         recursive calls.
4548
4549         [BZ #6612]
4550         * time/strftime.c (__strftime_internal): Call tzset() only
4551         when printing timezone-dependent values.
4552         Based on a patch by Petr Baudis <pasky@suse.cz>.
4553
4554         * resolv/nss_dns/dns-host.c (gaih_getanswer): Don't
4555         unconditionally use second gaih_getanswer_slice result.
4556
4557         * sysdeps/posix/getaddrinfo.c (gai_inet): Remove unnecessary test.
4558         (getaddrinfo): RES must always be non-NULL.
4559
4560 2008-06-12  Jakub Jelinek  <jakub@redhat.com>
4561
4562         * sysdeps/powerpc/powerpc64/fpu/s_llround.S (__llround): Avoid using
4563         cr[34] registers.
4564         * sysdeps/powerpc/powerpc64/fpu/s_llroundf.S (__llroundf): Likewise.
4565         * sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S (__llround):
4566         Likewise.
4567         * sysdeps/powerpc/powerpc32/fpu/s_lround.S (__lround): Avoid using cr3
4568         register.
4569
4570 2008-06-12  Ulrich Drepper  <drepper@redhat.com>
4571
4572         * nscd/nscd.h (struct database_dyn): Add inotify_descr and clear_cache
4573         fields.
4574         * nscd/connections.c (inotify_fd): New variable.
4575         (nscd_init): Try to open an inotify descriptor.
4576         If successful, watch files for databases using inotify instead of
4577         having prune threads stat the files.
4578         (nscd_run_prune): Recognize clear_cache flag being set and call
4579         prune_cache appropriately.
4580         (main_loop_poll): Add inotify descriptor to wait set and handle the
4581         reported changes.
4582         (main_loop_epoll): Likewise.
4583         * nscd/cache.c (prune_cache): Don't stat files for databases if
4584         inotify is used.
4585         * sysdeps/unix/sysv/linux/Makefile [subdir=nscd]
4586         (CFLAGS-connections.c): Add -DHAVE_INOTIFY.
4587
4588         * nscd/grpcache.c (cache_addgr): Correctly compute size of
4589         fixed-size portion of the record.
4590         * nscd/servicescache.c (cache_addserv): Likewise.
4591         * nscd/pwdcache.c (cache_addpw): Likewise.
4592         * nscd/initgrcache.c (addinitgroupsX): Likewise.
4593
4594 2008-06-11  Ulrich Drepper  <drepper@redhat.com>
4595
4596         * nscd/mem.c (gc): Initialize obstack earlier so that if we jump
4597         out we don't use uninitialized memory.
4598
4599         * nscd/hstcache.c (cache_addhst): Send correct number of bytes to
4600         the client.
4601
4602 2008-06-10  Ulrich Drepper  <drepper@redhat.com>
4603
4604         * resolv/nss_dns/dns-host.c (gaih_getanswer_slice): Also log and
4605         ignore T_DNAME messages.
4606         * resolv/arpa/nameser_compat.h (T_DNAME): Define.
4607
4608 2008-06-05  Jakub Jelinek  <jakub@redhat.com>
4609
4610         * misc/regexp.h (compile): Use __REPB_PREFIX macro.
4611         Avoid segfault if first GETC returns eof/'\0'/'\n'.
4612
4613 2008-06-03  Jakub Jelinek  <jakub@redhat.com>
4614
4615         * nscd/nscd_getserv_r.c (__nscd_getservbyport_r): Pass cp
4616         instead of portstr to nscd_getserv_r.  Patch by
4617         Roman Kagan <rkagan@mail.ru>.
4618
4619 2008-05-26  Jim Meyering  <meyering@redhat.com>
4620
4621         Remove more useless "if" tests before "free".
4622         * include/inline-hashtab.h (htab_delete): Likewise.
4623         * libio/freopen.c (freopen): Likewise.
4624         * libio/freopen64.c (freopen64): Likewise.
4625         * locale/programs/ld-collate.c (collate_read): Likewise.
4626         * misc/fstab.c (libc_freeres_fn): Likewise.
4627         * posix/glob.c (globfree): Likewise.
4628
4629 2008-05-24  Ulrich Drepper  <drepper@redhat.com>
4630
4631         * string/Makefile (strop-tests): Add memmem.
4632         * string/test-memmem.c: New file.
4633         * string/test-string.h (BUF1PAGES): Define to 1 if undefined.
4634         (test_init): Size buf1 according to BUF1PAGES.
4635
4636 2008-05-24  Jakub Jelinek  <jakub@redhat.com>
4637
4638         * libio/stdio.h (vscanf): Fix -std=c99 redirect.
4639         * stdio-common/Makefile (tests): Add scanf16 and scanf17.
4640         (CFLAGS-scanf17.c): New.
4641         * stdio-common/scanf14.c (main): Add fscanf and scanf tests.
4642         * stdio-common/scanf15.c (main): Likewise.
4643         * stdio-common/scanf16.c: New file.
4644         * stdio-common/scanf17.c: New file.
4645
4646 2008-05-24  Ulrich Drepper  <drepper@redhat.com>
4647
4648         * resolv/res_send.c (send_dg): If we already have one of two
4649         answers and the server reports SERVFAIL, NOTIMP, or REFUSED, then
4650         use the one answer insted of failing.
4651
4652 2008-02-20  Ryan S. Arnold  <rsa@us.ibm.com>
4653
4654         * math/libm-test.inc (exp_test): Exclude expl(1000.0L) from
4655         being executed on PowerPC as the expected result exceeds IBM
4656         long double 128 __LDBL_MAX__.
4657
4658 2008-05-21  Roland McGrath  <roland@redhat.com>
4659
4660         * shlib-versions (sparc.*-.*-.*, sparc64.*-.*-.*): Add ABI lines.
4661
4662         * Makefile (check-data): Use $(abi-name) before other guesses.
4663         Look in $(add-ons) dirs before scripts/data/.
4664         * elf/Makefile (check-data): Likewise.
4665
4666         * scripts/soversions.awk: Grok ABI line.
4667         * Makeconfig ($(common-objpfx)soversions.mk): Likewise.
4668         Emit definition for abi-name variable.
4669
4670 2008-05-21  Ulrich Drepper  <drepper@redhat.com>
4671
4672         * string/endian.h: Define new fixed-size hto* and *toh macros only
4673         if [__USE_BSD].
4674
4675         * iconvdata/Depend: Add localedata.
4676
4677 2008-05-21  Samuel Thibault  <samuel.thibault@ens-lyon.org>
4678
4679         * bits/termios.h (ONLCR): Define under [__USE_XOPEN] too.
4680
4681 2008-05-08  David S. Miller  <davem@davemloft.net>
4682
4683         * sysdeps/unix/sysv/linux/sparc/sparc32/setcontext.S: Use
4684         HIDDEN_JUMPTARGET.
4685         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h
4686         (__SYSCALL_CLOBBERS): Remove %g* registers.
4687         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h
4688         (__SYSCALL_CLOBBERS): Likewise.
4689         * scripts/data/localplt-sparc-linux-gnu.data: New file.
4690         * scripts/data/localplt-sparc64-linux-gnu.data: New file.
4691
4692 2008-05-21  Jakub Jelinek  <jakub@redhat.com>
4693
4694         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h
4695         (CALL_ERRNO_LOCATION): Define.
4696         (__SYSCALL_STRING, __CLONE_SYSCALL_STRING): Use it.
4697         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h
4698         (CALL_ERRNO_LOCATION): Define.
4699         (__SYSCALL_STRING, __CLONE_SYSCALL_STRING): Use it.
4700         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S (__brk): Use
4701         HIDDEN_JUMPTARGET for __errno_location call in libc.so.
4702
4703 2008-05-20  Ulrich Drepper  <drepper@redhat.com>
4704
4705         * include/inline-hashtab.h (higher_prime_number): Fix type of mid
4706         variable.
4707
4708 2008-05-20  Jakub Jelinek  <jakub@redhat.com>
4709
4710         * sysdeps/unix/sysv/linux/sparc/sparc32/sigcontextinfo.h
4711         (FIRST_FRAME_POINTER): Define.
4712
4713 2008-05-09  David S. Miller  <davem@davemloft.net>
4714
4715         * sysdeps/sparc/sparc64/backtrace.c: New file.
4716
4717 2008-05-14  David S. Miller  <davem@davemloft.net>
4718
4719         * sysdeps/sparc/machine-gmon.h: New file.
4720         * sysdeps/sparc/sparc-mcount.S: Likewise.
4721         * sysdeps/sparc/Makefile: Add sparc-mcount target to
4722         sysdep_routines in gmon directory.
4723
4724 2008-05-19  Jakub Jelinek  <jakub@redhat.com>
4725
4726         * elf/soinit.c (__EH_FRAME_BEGIN__): Remove.
4727
4728 2008-05-19  Ulrich Drepper  <drepper@redhat.com>
4729
4730         * resolv/res_query.c (__libc_res_nquery): In case one of two
4731         answer was too short don't try to read that answer's header.
4732
4733         * resolv/res_send.c (send_dg): In case of timeout and there are
4734         two queries and one has been answered, return value indicating
4735         success.
4736
4737 2008-05-18  Ulrich Drepper  <drepper@redhat.com>
4738
4739         * nscd/cache.c (cache_add): Take additional parameter specifying
4740         whether this is in response of a cache refill.  Check alignment
4741         of package data.  Revamp waking of pruning thread.
4742         (prune_cache): Small optimization.
4743         * nscd/nscd.h: Adjust cache_add prototypes.
4744         * nscd/aicache.c: Adjust cache_add calls.
4745         * nscd/grpcache.c: Likewise.
4746         * nscd/hstcache.c: Likewise.
4747         * nscd/initgrcache.c: Likewise.
4748         * nscd/pwdcache.c: Likewise.
4749         * nscd/servicescache.c: Likewise.
4750         * nscd/connections.c (restart): Really disable cache use before
4751         exec attempt.  If it fails, reenable cache.
4752         (nscd_run_prune): Initialize wakeup_time.  After wakeup, set wakeup
4753         time to max to be able to notice concurrent cache additions.  Unlock
4754         prune_lock while performing gc.  Afterwards compute wakeup time with
4755         current wakeup_time value in mind.
4756
4757 2008-05-17  Ulrich Drepper  <drepper@redhat.com>
4758
4759         * nscd/mem.c (gc): Avoid stack overflow when allocating move list.
4760
4761         * nscd/mem.c (gc): Correctly determine highest used array element
4762         in mark.
4763
4764         * nscd/mem.c (markrange): Add assert to check entries are all
4765         aligned.  Small cleanup in bitmap use.
4766
4767         * nscd/nscd.h (mem_in_flight): Replace blockaddr field with
4768         blockoff of type nscd_ssize_t.
4769         * nscd/mem.c (gc): Simplify markrange call for on-flight blocks.
4770         (mempoll_alloc): Record block offset and not address.
4771
4772         * nscd/mem.c (gc): Fix test for stack overuse.
4773
4774         * nscd/aicache.c (addhstaiX): Fix a few small problems, cleanups,
4775         more asserts.
4776
4777         * sysdeps/posix/getaddrinfo.c (gaih_inet): If nscd reports no
4778         entry is available, believe it.
4779
4780         * resolv/nss_dns/dns-host.c (gaih_getanswer_slice): If there are
4781         no answers return NSS_STATUS_NOTFOUND.
4782         (gaih_getanswer): Don't call gaih_getanswer_slice if the answer
4783         buffer does not have any content.
4784
4785 2008-05-16  Ulrich Drepper  <drepper@redhat.com>
4786
4787         * string/strcasestr.c (CMP_FUNC): Use __strncasecmp, not strncasecmp.
4788
4789         * sysdeps/posix/getaddrinfo.c (gaih_inet): After gethostbyname4_r
4790         lookup, don't assign canon unconditionally.
4791
4792 2008-05-14  Ulrich Drepper  <drepper@redhat.com>
4793
4794         * string/Makefile (distribute): Add str-two-way.h.
4795
4796 2008-03-29  Eric Blake  <ebb9@byu.net>
4797
4798         Rewrite string searches to O(n) rather than O(n^2).
4799         * string/str-two-way.h: New file.  For linear fixed-allocation
4800         string searching.
4801         * string/memmem.c: New implementation.
4802         * string/strstr.c: New implementation.
4803         * string/strcasestr.c: New implementation.
4804
4805 2008-04-11  Paolo Bonzini  <bonzini@gnu.org>
4806
4807         * posix/regcomp.c (optimize_utf8): Add a note on why we test
4808         opr.ctx_type.
4809         (calc_first): Initialize constraint field.
4810         (duplicate_node_closure): Use it instead of special casing ANCHORS.
4811         Use search_duplicated_node to avoid loops.  Fix grammar.
4812         (duplicate_node): Merge constraint field for all node types.
4813         (calc_eclosure_iter): Look at constraint field for all node types.
4814         * posix/regex_internal.c (create_cd_newstate): Don't look at
4815         create_cd_newstate.
4816
4817 2008-05-14  Ulrich Drepper  <drepper@redhat.com>
4818
4819         [BZ #6428]
4820         * configure.in: Don't use $CFLAGS when assembling, use $ASFLAGS.
4821
4822         [BZ #6442]
4823         * string/endian.h: Add macros for fixed-size endian conversion.
4824         * bits/byteswap.h: Allow inclusion from <endian.h>.
4825         * sysdeps/i386/bits/byteswap.h: Likewise.
4826         * sysdeps/ia64/bits/byteswap.h: Likewise.
4827         * sysdeps/s390/bits/byteswap.h: Likewise.
4828         * sysdeps/x86_64/bits/byteswap.h: Likewise.
4829         * string/Makefile (tests): Add tst-endian.
4830         * string/tst-endian.c: New file.
4831
4832         * iconvdata/run-iconv-test.sh: Use = instead of == in test.
4833         Patch by Reuben Thomas.
4834
4835 2008-05-14  Joseph Myers  <joseph@codesourcery.com>
4836
4837         * iconvdata/Makefile (bug-iconv6-ENV, tst-iconv7-ENV): Define.
4838
4839 2008-05-14  Ulrich Drepper  <drepper@redhat.com>
4840
4841         * iconvdata/bug-iconv6.c (do_test): Use de_DE.UTF-8 locale.
4842
4843         [BZ #6461]
4844         * iconv/gconv_simple.c (BODY for __gconv_transform_ascii_internal):
4845         Add missing braces.
4846         (BODY for __gconv_transform_internal_ascii): Likewise.
4847
4848         [BZ #6472]
4849         * sysdeps/posix/getaddrinfo.c (get_scope): Loopback addresses have
4850         to be treated like link-local addresses.
4851         (match_prefix): Don't treat IPv4 loopback address special when
4852         converting to v4 mapped addressed.
4853
4854         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Call _res_hconf_init
4855         if necessary.
4856         * posix/tst-rfc3484.c: Add dummy definition of _res_hconf_init.
4857         * posix/tst-rfc3484-2.c: Likewise.
4858         * posix/tst-rfc3484-3.c: Likewise.
4859
4860         * sysdeps/posix/getaddrinfo.c: Implement handling of DCCP, UDPlite,
4861         and SCTP.
4862
4863         * nss/getent.c (ahosts_keys_int): Handle all known socket types.
4864
4865         * inet/netinet/in.h (IPPIPPROTO_DCCP, IPPROTO_UDPLITE): Define.
4866
4867         * sysdeps/unix/sysv/linux/bits/socket.h (SOCK_DCCP): Define.
4868
4869 2008-05-13  Ulrich Drepper  <drepper@redhat.com>
4870
4871         * po/lt.po: New file.  From Lituanian translation team.
4872
4873 2008-01-30  Alexandre Oliva  <aoliva@redhat.com>
4874
4875         Introduce TLS descriptors for i386 and x86_64.
4876         * include/inline-hashtab.h: New file, copied from 2005's
4877         libiberty, with fix for memory leak imported afterwards by
4878         Glauber de Oliveira Costa.
4879         * elf/tlsdeschtab.h: New file.
4880         * elf/dl-reloc.c (_dl_try_allocate_static_tls): Extract from...
4881         (_dl_allocate_static_tls): ... here.  Rearrange failure path.
4882         (CHECK_STATIC_TLS): Move to...
4883         * elf/dynamic-link.h: ... this file.
4884         (TRY_STATIC_TLS): New macro.
4885         * elf/dl-conflict.c (CHECK_STATIC_TLS, TRY_STATIC_TLS): Override.
4886         * elf/elf.h (R_386_TLS_GOTDESC, R_386_TLS_DESC_CALL,
4887         R_386_TLS_DESC): Define.
4888         (R_X86_64_PC64, R_X86_GOTOFF64, R_X86_64_GOTPC32): Merge from
4889         binutils.
4890         (R_X86_64_GOTPC32_TLSDESC, R_X86_64_TLSDESC_CALL,
4891         R_X86_64_TLSDESC): Define.
4892         (R_386_NUM, R_X86_64_NUM): Adjust.
4893         * sysdeps/i386/Makefile (sysdep-dl-routines, sysdep_routines,
4894         sysdep-rtld-routines): Add tlsdesc and dl-tlsdesc for elf subdir.
4895         (gen-as-const-headers): Add tlsdesc.sym to csu subdir.
4896         * sysdeps/i386/dl-lookupcfg.h: New file.  Introduce _dl_unmap to
4897         release tlsdesc_table.
4898         * sysdeps/i386/dl-machine.h: Include dl-tlsdesc.h.
4899         (elf_machine_type_class): Mark R_386_TLS_DESC as PLT class.
4900         (elf_machine_rel): Handle R_386_TLS_DESC.
4901         (elf_machine_rela): Likewise.
4902         (elf_machine_lazy_rel): Likewise.
4903         (elf_machine_lazy_rela): Likewise.
4904         * sysdeps/i386/dl-tls.h (struct dl_tls_index): Name it.
4905         * sysdeps/i386/dl-tlsdesc.S: New file.
4906         * sysdeps/i386/dl-tlsdesc.h: New file.
4907         * sysdeps/i386/tlsdesc.c: New file.
4908         * sysdeps/i386/tlsdesc.sym: New file.
4909         * sysdeps/i386/bits/linkmap.h (struct link_map_machine): Add
4910         tlsdesc_table.
4911         * sysdeps/x86_64/Makefile (sysdep-dl-routines, sysdep_routines,
4912         sysdep-rtld-routines): Add tlsdesc and dl-tlsdesc for elf subdir.
4913         (gen-as-const-headers): Add tlsdesc.sym to csu subdir.
4914         * sysdeps/x86_64/dl-lookupcfg.h: New file.  Introduce _dl_unmap to
4915         release tlsdesc_table.
4916         * sysdeps/x86_64/dl-machine.h: Include dl-tlsdesc.h.
4917         (elf_machine_runtime_setup): Set up lazy TLSDESC GOT entry.
4918         (elf_machine_type_class): Mark R_X86_64_TLSDESC as PLT class.
4919         (elf_machine_rel): Handle R_X86_64_TLSDESC.
4920         (elf_machine_rela): Likewise.
4921         (elf_machine_lazy_rel): Likewise.
4922         * sysdeps/x86_64/dl-tls.h (struct dl_tls_index): Name it.
4923         (__tls_get_addr): Do not declare for non-shared compiles.
4924         * sysdeps/x86_64/dl-tlsdesc.S: New file.
4925         * sysdeps/x86_64/dl-tlsdesc.h: New file.
4926         * sysdeps/x86_64/tlsdesc.c: New file.
4927         * sysdeps/x86_64/tlsdesc.sym: New file.
4928         * sysdeps/x86_64/bits/linkmap.h (struct link_map_machine): Add
4929         tlsdesc_table for both 32- and 64-bit structs.
4930
4931 2008-05-11  Ulrich Drepper  <drepper@redhat.com>
4932
4933         * elf/dl-tls.c (__tls_get_addr): Optimize by moving slow path in
4934         its own function.  This reduces the frame setup costs and more.
4935
4936 2008-02-11  Joseph Myers  <joseph@codesourcery.com>
4937
4938         [BZ #3406]
4939         * sysdeps/ieee754/flt-32/w_expf.c (o_threshold): Correct value.
4940         * math/libm-test.inc (exp_test): Test 88.72269439697265625.
4941
4942 2008-05-11  Ulrich Drepper  <drepper@redhat.com>
4943
4944         * io/openat.c (__openat_2): Also pass fd to __openat.
4945         * io/openat64.c (__openat64_2): Also pass fd to __openat64.
4946         Patch by Kristian Van Der Vliet <vanders@liqwyd.com>.
4947
4948         * string/tester.c (test_memcmp): Add a few more tests.
4949         Patch by Mats Erik Andersson <ynglingatal@comhem.se>.
4950
4951 2008-05-10  Ulrich Drepper  <drepper@redhat.com>
4952
4953         * nscd/cache.c (cache_add): Before returning with failure and this
4954         is the first use of the record, mark it as unusable.
4955         * nscd/aicache.c: Don't touch the dataset after cache_add returns
4956         reporting a failure.
4957         * nscd/grpcache.c: Likewise
4958         * nscd/hstcache.c: Likewise.
4959         * nscd/initgrcache.c: Likewise.
4960         * nscd/pwdcache.c: Likewise.
4961         * nscd/servicescache.c: Likewise.
4962
4963 2008-05-10  Roland McGrath  <roland@redhat.com>
4964
4965         [BZ #6505]
4966         * sysdeps/unix/sysv/linux/sys/user.h: Replace with #error stub.
4967
4968 2008-05-08  David S. Miller  <davem@davemloft.net>
4969
4970         * misc/truncate64.c (truncate64): Use __truncate not truncate.
4971
4972         * sysdeps/ieee754/ldbl-128/e_j0l.c (__ieee751_j0l): Use __finitel.
4973         (__ieee754_y0l): Likewise.
4974         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_j1l): Likewise.
4975         (__ieee754_y1l): Likewise.
4976         * sysdeps/ieee754/ldbl-128/s_expm1l.c (__expm1l): Use __ldexpl.
4977         * sysdeps/ieee754/ldbl-128/s_log1pl.c: Kill bogus prototypes for
4978         frexpl and ldexpl.  math_private.h provides them and the latter
4979         is not even used.
4980         (__log1pl): Use __frexpl.
4981
4982 2008-05-10  Ulrich Drepper  <drepper@redhat.com>
4983
4984         * include/resolv.h: Adjust __libc_res_nquery and __libc_res_nsend
4985         prototypes.
4986         * include/arpa/nameser_compat.h: Define T_UNSPEC.
4987         * nis/Versions (libnss_nis): Export _nss_nis_gethostbyname4_r.
4988         (libnss_nisplus): Export _nss_nisplus_gethostbyname4_r.
4989         * nis/nss_nis/nis-hosts.c (LINE_PARSER): Change to also handle
4990         af==AF_UNSPEC.
4991         (_nss_nis_gethostbyname4_r): New function.
4992         * nis/nss_nisplus/nisplus-hosts.c (_nss_nisplus_parse_hostent):
4993         Change to also handle af==AF_UNSPEC.
4994         (get_tablename): New function.  Use it to avoid duplication.
4995         (_nss_nisplus_gethostbyname4_r): New function.
4996         * nscd/aicache.c (addhstaiX): Use gethostbyname4_r function is
4997         available.
4998         * nss/Versions (libnss_files): Export _nss_files_gethostbyname4_r.
4999         * nss/nss.h: Define struct gaih_addrtuple.
5000         * nss/nss_files/files-hosts.c (LINE_PARSER): Change to also handle
5001         af==AF_UNSPEC.
5002         (_nss_files_gethostbyname4_r): New function.
5003         * resolv/Versions (libnss_dns): Export _nss_dns_gethostbyname4_r.
5004         * resolv/gethnmaddr.c: Adjust __libc_res_nsearch and __libc_res_nquery
5005         calls.
5006         * resolv/res_query.c (__libc_res_nquery): Take two additional
5007         parameters for second answer buffer.  Handle type=T_UNSPEC to mean
5008         look up IPv4 and IPv6.
5009         Change all callers.
5010         * resolv/res_send.c (__libc_res_nsend): Take five aditional parameters
5011         for an additional query and answer buffer.  Pass to send_vc and
5012         send_dg.
5013         (send_vc): Send possibly two requests and receive two answers.
5014         (send_dg): Likewise.
5015         * resolv/nss_dns/dns-host.c: Adjust calls to __libc_res_nsearch and
5016         __libc_res_nquery.
5017         (_nss_dns_gethostbyname4_r): New function.
5018         (gaih_getanswer_slice): Likewise.
5019         (gaih_getanswer): Likewise.
5020         * resolv/nss_dns/dns-canon.c (_nss_dns_getcanonname_r): Adjust
5021         __libc_res_nquery call.
5022         * resolv/nss_dns/dns-network.c (_nss_dns_getnetbyaddr_r): Likewise.
5023         (_nss_dns_getnetbyname_r): Adjust __libc_res_nsearch call.
5024         * sysdeps/posix/getaddrinfo.c: Use gethostbyname4_r function is
5025         available.
5026
5027 2008-05-05  David S. Miller  <davem@davemloft.net>
5028
5029         * sysdeps/sparc/sparc32/Makefile: Use -mcpu=v7 for initfini.s build.
5030         * sysdeps/sparc/sparc64/Makefile: Use -mcpu=v9 for initfini.s build.
5031
5032 2007-09-14  Samuel Thibault  <samuel.thibault@ens-lyon.org>
5033
5034         Fix termios bit macros.
5035         Move *DLY definitions where they belong, in termios.h.
5036         Add *[0-3] definitions.
5037         Fixes confusion between VT and FF.
5038         * sysdeps/mach/hurd/bits/ioctls.h (NL0, NL1, TAB0, TAB1, TAB2, CR0,
5039         CR1, CR2, CR3, FF0, FF1, BS0, BS1): Undefine these at start if they
5040         are already defined to avoid collision with termios.h.
5041         (NLDLY, TABDLY, TAB3, CRDLY, VTDLY, BSDLY): Remove macros.
5042         * bits/termios.h [__USE_MISC || __USE_XOPEN] (NL0, NL1, TAB0,
5043         TAB1, TAB2, CR0, CR1, CR2, CR3, FF0, FF1, BS0, BS1): Likewise.
5044         [__USE_BSD || __USE_XOPEN] (OCRNL, ONOCR, ONLRET): New macros.
5045         [__USE_MISC || __USE_XOPEN] (NLDLY, NL0, NL1, TABDLY, TAB0, TAB1, TAB2,
5046         TAB3, CRDLY, CR0, CR1, CR2, CR3, FFDLY, FF0, FF1, BSDLY, BS0, BS1,
5047         VTDLY, VT0, VT1): New macros.
5048         [__USE_GNU] (OLCUC): Change value of macro.
5049         [__USE_XOPEN] (OFILL): New macro.
5050         [__USE_BSD] (CRTSCTS): Change value.
5051         (CRTS_IFLOW, CCTS_OFLOW): Change into compatibility macros.
5052         [__USE_BSD] (CDTRCTS, CHWFLOW): New macros.
5053         (B7200, B14400, B28800, B76800): New macros.
5054
5055 2008-05-01  David S. Miller  <davem@davemloft.net>
5056
5057         * sysdeps/unix/sysv/linux/sparc/sparc32/ucontext_i.sym: New file.
5058         * sysdeps/unix/sysv/linux/sparc/sparc32/Makefile [$(subdir) = stdlib]:
5059         (gen-as-const-headers): Add it.
5060         * sysdeps/unix/sysv/linux/sparc/sparc32/getcontext.S: New file.
5061         * sysdeps/unix/sysv/linux/sparc/sparc32/makecontext.c: Likewise.
5062         * sysdeps/unix/sysv/linux/sparc/sparc32/setcontext.S: Likewise.
5063         * sysdeps/unix/sysv/linux/sparc/sparc32/swapcontext.S: Likewise.
5064
5065         * sysdeps/unix/sysv/linux/sparc/sparc32/syscall.S: Add support for
5066         six system call parameters.
5067         * sysdeps/unix/sysv/linux/sparc/sparc64/syscall.S: Likewise.
5068
5069 2008-04-30  Ulrich Drepper  <drepper@redhat.com>
5070
5071         * sysdeps/unix/sysv/linux/bits/resource.h: Define RUSAGE_THREAD and
5072         RUSAGE_LWP.
5073         * sysdeps/unix/sysv/linux/sparc/bits/resource.h: Likewise.
5074         * sysdeps/unix/sysv/linux/alpha/bits/resource.h: Likewise.
5075
5076 2008-04-30  Jakub Jelinek  <jakub@redhat.com>
5077
5078         * stdlib/tst-setcontext.c: Include unistd.h.
5079
5080 2008-04-25  David S. Miller  <davem@davemloft.net>
5081
5082         * sysdeps/unix/sysv/linux/sparc/sparc64/semctl.c (semctl):
5083         Pass "union semun" properly in to sys_ipc, it must be passed
5084         by value, not by reference.
5085
5086 2008-04-22  Jakub Jelinek  <jakub@redhat.com>
5087
5088         * nscd/Makefile (nscd-cflags): Set back to -fpie.
5089         * nscd/nscd.h (mem_in_flight): Add attribute_tls_model_ie.
5090         * nscd/connections.c (mem_in_flight): Likewise.
5091
5092         * nscd/nscd.h (dbs): Make hidden.
5093
5094         * sysdeps/unix/sysv/linux/times.c (__times): Fix check for EFAULT.
5095         Avoid returning -1, return 0 instead.
5096
5097 2008-04-19  Ulrich Drepper  <drepper@redhat.com>
5098
5099         * resolv/res_mkquery.c (__res_nopt): Use NS_PUT16 instead of ns_put16.
5100
5101 2008-04-15  Ulrich Drepper  <drepper@redhat.com>
5102
5103         [BZ #5209]
5104         * sysdeps/unix/sysv/linux/times.c: New file.
5105
5106         [BZ #5381]
5107         * nscd/nscd.h: Define enum in_flight, mem_in_flight, and
5108         mem_in_flight_list variables.  Add new parameter to mempool_alloc
5109         prototype.
5110         * nscd/mem.c (mempool_alloc): Take additional parameter.  Initialize
5111         appropriate mem_in_flight element.
5112         (gc): Take allocations which have not yet been committed to the
5113         database into account.
5114         * nscd/cache.c (cache_add): Add new parameter to mempool_alloc call.
5115         Reset mem_in_flight before returning.
5116         * nscd/connections.c (nscd_run_worker): Initialize mem_in_flight and
5117         cue it up in mem_in_flight_list.
5118         * nscd/aicache.c: Adjust mempool_alloc call.
5119         * nscd/grpcache.c: Likewise.
5120         * nscd/hstcache.c: Likewise.
5121         * nscd/initgrcache.c: Likewise.
5122         * nscd/pwdcache.c: Likewise.
5123         * nscd/servicescache.c: Likewise.
5124         * nscd/Makefile (nscd-flags): Until ld is fixed, use -fpic instead
5125         of -fpie.
5126
5127         * nscd/connections.c (handle_request): Provide better error message
5128         in case SELinux forbids the service.
5129
5130         * version.h (VERSION): Bump to 2.8.90.
5131
5132 2008-04-17  Jakub Jelinek  <jakub@redhat.com>
5133
5134         * sysdeps/unix/sysv/linux/dl-osinfo.h: Include fcntl.h.
5135
5136 2008-04-11  Ulrich Drepper  <drepper@redhat.com>
5137
5138         * sysdeps/unix/sysv/linux/powerpc/bits/mathinline.h (__signbitl):
5139         Also use for 32-bit.
5140         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c (__nearbyintl): Use
5141         __nextafter instead of nextafter to avoid local PLT.
5142         * sysdeps/powerpc/fpu/e_sqrt.c: Avoid call to fetestexcept.
5143         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
5144
5145         * scripts/data/localplt-powerpc64-linux-gnu.data: New file.
5146
5147         * sysdeps/powerpc/fpu/fenv_libc.h: Add libm_hidden_proto for
5148         __fe_nomask_env.
5149         * sysdeps/powerpc/fpu/fe_nomask.c: Add libm_hidden_def.  Include
5150         <fenv_libc.h> instead of <fenv.h>.
5151         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c: Likewise.
5152         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c: Likewise.
5153
5154         * sysdeps/powerpc/bits/fenv.h: Make safe for C++.
5155
5156         * sysdeps/unix/sysv/linux/powerpc/bits/mathinline.h: New file.
5157         * sysdeps/powerpc/fpu/fegetexcept.c (__fegetexcept): Rename
5158         function from fegetexcept and make old name weak alias.
5159         * include/fenv.h: Declare __fegetexcept.
5160         * sysdeps/powerpc/fpu/fedisblxcpt.c: Use __fegetexcept instead of
5161         fegetexcept.
5162         * sysdeps/powerpc/fpu/feenablxcpt.c: Likewise.
5163         * sysdeps/powerpc/fpu/fraiseexcpt.c (__feraiseexcept): Avoid call
5164         to fetestexcept.
5165         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c (__log1pl): Use __frexpl
5166         instead of frexpl to avoid local PLT.
5167         * math/s_significandl.c (__significandl): Use __ilogbl instead of
5168         ilogbl to avoid local PLT.
5169         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (__expm1l): Use __ldexpl
5170         instead of ldexpl to avoid local PLT.
5171         * sysdeps/ieee754/ldbl-128ibm/e_expl.c (__ieee754_expl): Use
5172         __roundl not roundl to avoid local PLT.
5173         * sysdeps/ieee754/ldbl-128/e_j0l.c: Use function names which avoid
5174         local PLTs.  Use __sincosl instead of separate sinl and cosl
5175         calls.
5176         * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
5177
5178         * sysdeps/unix/sysv/linux/configure.in: Bump minimal kernel
5179         version for ppc64 to 2.4.21 since without it makecontext will fail.
5180
5181         * elf/tls-macros.h [__powerpc64__] (__TLS_GET_ADDR): Define according
5182         to the ABI in use.
5183         [__powerpc64__] (TLS_LD): Use __TLS_GET_ADDR instead of
5184         .__tls_get_addr.
5185         [__powerpc64__] (TLS_GD): Likewise.
5186
5187 2007-11-20  Ryan S. Arnold  <rsa@us.ibm.com>
5188
5189         [BZ #4997]
5190         * sysdeps/powerpc/powerpc32/fpu/s_lround.S (__lround): Fixed erroneous
5191         result when x is +/-nextafter(+/-0.5,-/+1) i.e. all 1's in the
5192         mantissa.
5193         * sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S (__llround):
5194         Likewise.  Also account for when x is an odd number between 2^52
5195         and 2^53-1.
5196         * sysdeps/powerpc/powerpc64/fpu/s_llround.S (__llround): Likewise.
5197         * sysdeps/powerpc/powerpc64/fpu/s_llroundf.S (__llroundf): Likewise.
5198         * math/libm-test.inc (lround_test, llround_test): Added test cases to
5199         detect aforementioned erroneous conditions.
5200
5201 2008-04-11  Jakub Jelinek  <jakub@redhat.com>
5202
5203         * configure.in: Check for -fno-section-anchors in addition to
5204         -fno-toplevel-reorder.
5205
5206 2008-04-11  Ulrich Drepper  <drepper@redhat.com>
5207
5208         * include/features.h (__GLIBC_MINOR__): Bump to 8.
5209
5210         * sysdeps/powerpc/powerpc32/fpu/s_lroundf.S: Remove duplicate comment.
5211         * sysdeps/powerpc/powerpc32/power5+/fpu/s_llroundf.S: Likewise.
5212         * sysdeps/powerpc/powerpc32/power6/fpu/s_llroundf.S: Likewise.
5213         * sysdeps/powerpc/powerpc64/fpu/s_lrint.S: Likewise.
5214         * sysdeps/powerpc/powerpc64/fpu/s_lround.S: Likewise.
5215         * sysdeps/powerpc/powerpc64/fpu/s_lroundf.S: Likewise.
5216
5217 2008-04-11  Jakub Jelinek  <jakub@redhat.com>
5218
5219         [BZ #5443]
5220         * time/era.c: Transform __libc_setlocale_lock into rwlock.
5221         * time/alt_digit.c: Likewise.
5222         * wcsmbs/wcsmbsload.c: Likewise.
5223
5224 2008-04-10  Ulrich Drepper  <drepper@redhat.com>
5225
5226         * version.h (VERSION): Bump to 2.8.
5227
5228         * timzeone/asia: Update from tzdata2008b.
5229         * timezone/backward: Likewise.
5230         * timezone/europe: Likewise.
5231         * timezone/northamerica: Likewise.
5232         * timezone/southamerica: Likewise.
5233         * timezone/iso3166.tab: Likewise.
5234         * timezone/leapseconds: Likewise.
5235         * timezone/zone.tab: Likewise.
5236         * timezone/private.h: Update from tzcode2008a.
5237         * timezone/zdump.c: Likewise.
5238         * timezone/zic.c: Likewise.
5239
5240 2008-01-24  Steven Munroe  <sjmunroe@us.ibm.com>
5241
5242         [BZ #5741]
5243         * sysdeps/powerpc/powerpc64/dl-machine.h (PPC_DCBT, PPC_DCBF):
5244         Define additonal Data Cache Block instruction macros.
5245         (elf_machine_fixup_plt): Add dcbt for opd and plt entries.
5246         Replace dcbst with dcbf and sync with sync/isync.
5247
5248 2008-02-21  Alan Modra  <amodra@bigpond.net.au>
5249
5250         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_type_class):
5251         Always set ELF_RTYPE_CLASS_PLT.
5252         (elf_machine_lookup_noexec_p, elf_machine_lookup_noplt_p): Delete.
5253
5254 2008-04-03  Steven Munroe  <sjmunroe@us.ibm.com>
5255
5256         * sysdeps/powerpc/powerpc32/power4/hp-timing.c: New file.
5257         * sysdeps/powerpc/powerpc32/power4/hp-timing.h: New file.
5258         * sysdeps/powerpc/powerpc64/hp-timing.h [_ARCH_PWR4] (HP_TIMING_NOW):
5259         For ISA 2.01 and later replace mftb with mfspr 268.
5260
5261 2008-02-19  Steven Munroe  <sjmunroe@us.ibm.com>
5262
5263         [BZ #5768]
5264         * sysdeps/powerpc/fpu/Makefile (libm-tests): Add test-powerpc-snan.
5265         * sysdeps/powerpc/fpu/test-powerpc-snan.c: New file.
5266
5267 2008-02-18  Steven Munroe  <sjmunroe@us.ibm.com>
5268
5269         [BZ #5768]
5270         * sysdeps/powerpc/powerpc32/fpu/s_isnan.S: New file.
5271         * sysdeps/powerpc/powerpc32/fpu/s_isnan.c: Removed.
5272         * sysdeps/powerpc/powerpc64/fpu/s_isnan.S: New file.
5273         * sysdeps/powerpc/powerpc64/fpu/s_isnan.c: Removed.
5274
5275 2008-04-10  Jakub Jelinek  <jakub@redhat.com>
5276
5277         * stdlib/tst-makecontext.c (othervar): New variable.
5278         (cf): Test sign extending the argument to long.
5279
5280 2008-03-03  Steven Munroe  <sjmunroe@us.ibm.com>
5281
5282         * sysdeps/powerpc/powerpc32/power5/fpu/s_isnan.S: New file.
5283         * sysdeps/powerpc/powerpc32/power5/fpu/s_isnanf.S: New file.
5284         * sysdeps/powerpc/powerpc32/power6/fpu/s_isnan.S: New file.
5285         * sysdeps/powerpc/powerpc32/power6/fpu/s_isnanf.S: New file.
5286         * sysdeps/powerpc/powerpc64/power5/fpu/s_isnan.S: New file.
5287         * sysdeps/powerpc/powerpc64/power6/fpu/s_isnan.S: New file.
5288         * sysdeps/powerpc/powerpc64/power6x/fpu/s_isnan.S: New file.
5289
5290 2008-02-22  Alan Modra  <amodra@bigpond.net.au>
5291
5292         * elf/Makefile (tests): Substitute tests-vis-yes here.
5293         (tests-vis-yes): Delete.
5294         (modules-name, modules-vis-yes): Similarly.
5295
5296 2008-02-12  Pete Eberlein  <eberlein@us.ibm.com>
5297
5298         [BZ #4407]
5299         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c (__ieee754_lgammal_r):
5300         Preserve sign in signgamp when x is zero.
5301
5302 2007-10-26  Steven Munroe  <sjmunroe@us.ibm.com>
5303
5304         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.S: New File.
5305         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.c: Removed.
5306         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrtf.S: New File.
5307         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrtf.c: Removed.
5308         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrt.S: New File.
5309         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrtf.S: New File.
5310
5311 2008-04-09  Ulrich Drepper  <drepper@redhat.com>
5312
5313         [BZ #4314]
5314         * sysdeps/i386/i686/memcpy.S: Optimize copying of equally aligned
5315         buffers.
5316
5317         [BZ #5209]
5318         * sysdeps/unix/sysv/syscalls.list: The times syscall doesn't have
5319         a reserved error value.
5320
5321         * stdlib/tst-makecontext.c: Change parameter to cf to negative
5322         value to check for correct sign extension.
5323
5324         [BZ #5436]
5325         * sysdeps/unix/sysv/linux/x86_64/makecontext.c (__makecontext):
5326         Copy 64-bit parameter values even though this is not required in
5327         the standard.
5328
5329         * sysdeps/unix/sysv/linux/x86_64/vfork.S (__vfork): Record return
5330         PC save.
5331
5332 2008-02-14  Daniel Jacobowitz  <dan@codesourcery.com>
5333
5334         * sysdeps/unix/sysv/linux/i386/vfork.S (__vfork): Record return
5335         PC save.
5336
5337 2008-04-09  Jakub Jelinek  <jakub@redhat.com>
5338
5339         * nss_files/files-XXX.c (_nss_files_getXXent_r): Restore saved errno.
5340
5341 2008-04-09  Ulrich Drepper  <drepper@redhat.com>
5342
5343         [BZ #5998]
5344         * libio/iofwrite.c (_IO_fwrite): Return correct count if flushing
5345         in line-buffered stream failed.
5346         * libio/iofwrite_u.c (fwrite_unlocked): Likewise.
5347
5348 2008-04-08  Ulrich Drepper  <drepper@redhat.com>
5349
5350         [BZ #6024]
5351         * scripts/abi-versions.awk: If the version specified by
5352         --enable-oldest-abi is older than the first version for this
5353         architecture, use the default version.
5354
5355         * locale/programs/ld-collate.c (collate_read): Ignore script lines
5356         as well when ignoring the whole category.
5357
5358 2008-04-07  Ulrich Drepper  <drepper@redhat.com>
5359
5360         [BZ #6042]
5361         * sysdeps/unix/sysv/linux/net/ethernet.h: Add a few more
5362         ETHERTYPE_* definitions.
5363         Patch partly by Aurelien Jarno <aurelien@aurel32.net>.
5364
5365 2008-04-07  Jakub Jelinek  <jakub@redhat.com>
5366
5367         * stdlib/mbtowc.c (__no_r_state): Remove.
5368         (mbtowc): New static state variable.  Use it instead of
5369         __no_r_state.
5370         * stdlib/wctomb.c (__no_r_state): Remove extern decl.
5371         (__wctomb_state): New hidden variable.
5372         (wctomb): Use __wctomb_state instead of __no_r_state.
5373         * debug/wctomb_chk.c (__no_r_state): Remove extern decl.
5374         (__wctomb_state): New extern decl.
5375         (__wctomb_chk): Use __wctomb_state instead of __no_r_state.
5376
5377 2008-04-07  Ulrich Drepper  <drepper@redhat.com>
5378
5379         [BZ #5475]
5380         * resolv/res_init.c: Handle scope IDs in resolv.conf.
5381
5382 2008-04-07  Jakub Jelinek  <jakub@redhat.com>
5383
5384         * malloc/mtrace.pl: Use $@ instead of $* to keep perl 5.10 quiet.
5385
5386 2008-04-06  Ulrich Drepper  <drepper@redhat.com>
5387
5388         * po/nl.po: Update from translation team.
5389
5390 2008-03-31  Ulrich Drepper  <drepper@redhat.com>
5391
5392         [BZ #6007]
5393         * string/strfry.c: Handle empty strings again.
5394
5395 2008-03-30  Ulrich Drepper  <drepper@redhat.com>
5396
5397         [BZ #5443]
5398         * intl/dcigettext.c (__dcigettext): Get reader lock for locale data
5399         before looking for translation.
5400         * locale/duplocale.c: Transform __libc_setlocale_lock into rwlock.
5401         * locale/freelocale.c: Likewise.
5402         * locale/newlocale.c: Likewise.
5403         * locale/setlocale.c: Likewise.
5404         Based partially on a patch by ryo@np.css.fujitsu.com.
5405
5406 2008-03-30  Jakub Jelinek  <jakub@redhat.com>
5407
5408         * intl/dcigettext.c (_nl_find_msg): Reread nconversions after
5409         acquiring wrlock.  Do conv_tab allocation while holding lock.
5410         * intl/Makefile: Add rules to build and run tst-gettext6.
5411         * intl/tst-gettext6.c: New test.
5412         * intl/tst-gettext6.sh: New file.
5413
5414 2008-03-30  Ulrich Drepper  <drepper@redhat.com>
5415
5416         * po/nl.po: Update from translation team.
5417
5418         * sysdeps/unix/opendir.c (__alloc_dir): If allocation fails for size
5419         provided through st_blksize, try the default size before giving up.
5420
5421 2008-03-29  Ulrich Drepper  <drepper@redhat.com>
5422
5423         * stdio-common/vfprintf.c (vfprintf): Correct overflow test.
5424
5425         [BZ #5939]
5426         * sysdeps/posix/tempname.c (__gen_tempname): Correct flag selection.
5427
5428         * posix/getopt.c (_getopt_internal_r): Remove old POSIX-demanded
5429         error message.  POSIX today does not require the messages to be in
5430         a specific form.  Suggested by Jim Meyering <jim@meyering.net>.
5431
5432         [BZ #5979]
5433         * sunrpc/auth_unix.c: Unify printed strings.
5434         * sunrpc/clnt_tcp.c: Likewise.
5435         * sunrpc/clnt_udp.c: Likewise.
5436         * sunrpc/clnt_unix.c: Likewise.
5437         * sunrpc/svc_tcp.c: Likewise.
5438         * sunrpc/svc_udp.c: Likewise.
5439         * sunrpc/svc_unix.c: Likewise.
5440         * sunrpc/xdr.c: Likewise.
5441         * sunrpc/xdr_array.c: Likewise.
5442         * sunrpc/xdr_rec.c: Likewise.
5443         * sunrpc/xdr_ref.c: Likewise.
5444         * locale/programs/ld-time.c (time_finish): Unify messages.
5445         * locale/programs/locfile.c (handle_copy): Fix typo.
5446         * nscd/nscd.c (options): Fix typo.
5447
5448         [BZ #5995]
5449         * stdlib/strtod_l.c: Use correct sign for result in one more
5450         underflow case.
5451         Patch by Eric Blake <ebb9@byu.net>.
5452
5453 2008-03-27  Jakub Jelinek  <jakub@redhat.com>
5454
5455         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Add open
5456         and creat system calls.
5457         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Remove open system
5458         call.
5459         * sysdeps/unix/sysv/linux/ia64/syscalls.list: Remove open and creat
5460         system calls.
5461         * sysdeps/unix/sysv/linux/powerpc/powerpc64/syscalls.list: Likewise.
5462         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
5463         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Likewise.
5464
5465 2008-03-27  Ulrich Drepper  <drepper@redhat.com>
5466
5467         * sysdeps/unix/sysv/linux/bits/local_lim.h: Undefined ARG_MAX if
5468         <linux/limits.h> has defined it.
5469         * sysdeps/unix/sysv/linux/sys/param.h: Define NCARGS to the legacy
5470         ARG_MAX value and prevent ARG_MAX from being defined by the kernel
5471         headers.
5472         * sysdeps/unix/sysv/linux/sysconf.c: Define legacy_ARG_MAX and use
5473         it instead of ARG_MAX.
5474
5475 2008-03-25  Jakub Jelinek  <jakub@redhat.com>
5476
5477         * posix/gai.conf: Fix comment for scope nullbits.
5478         * sysdeps/posix/getaddrinfo.c (gaiconf_init): If /bits is not present,
5479         default to 128 bits for v4 mapped addresses.
5480
5481 2008-03-07  Martin Schwidefsky  <schwidefsky@de.ibm.com>
5482
5483         * sysdeps/s390/fpu/fegetenv.c (fegetenv): Remove PTRACE_PEEKUSER
5484         ptrace call to get the ieee_instruction_pointer from the kernel.
5485         * sysdeps/s390/fpu/fesetenv.c (fesetenv): Remove PTRACE_POKEUSER
5486         ptrace call to set the ieee_instructtion_pointer.
5487         * sysdeps/unix/sysv/linux/s390/sys/user.h (struct _user_regs_struct):
5488         Add comment that ieee_instruction_pointer is always 0.
5489
5490 2008-03-09  Andreas Jaeger  <aj@suse.de>
5491
5492         [BZ #5857]
5493         * sysdeps/ieee754/dbl-64/s_rint.c (__rint): Handle j0==18.
5494         * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Likewise.
5495         Patch by Mark Elliott <mark.h.elliott@lmco.com>.
5496
5497         * math/libm-test.inc (nearbyint_test): Add new test cases from #5857.
5498         (rint_test): Likewise.
5499
5500 2008-03-24  Ulrich Drepper  <drepper@redhat.com>
5501
5502         * nis/nis_call.c (nis_server_cache_search): Save errno around stat
5503         call.
5504         (__nisfind_server): Similar for open readColdStartFile call.
5505         Patch partially by Jim Meyering.
5506         * nss/nss_files/files-XXX.c (_nss_files_getXXent_r): Save errno
5507         around internal_setent call.
5508
5509         * po/vi.po: New Vietnamese translation.
5510
5511         * sysdeps/unix/sysv/linux/adjtime.c: Correctly use
5512         ADJ_OFFSET_SS_READ.
5513
5514         * sysdeps/unix/sysv/linux/bits/sched.h: Add new CLONE_* flags,
5515         remove CLONE_STOPPED.
5516
5517 2008-02-10  Jim Meyering  <meyering@redhat.com>
5518
5519         Remove useless "if" before "free":
5520         * elf/ldconfig.c (parse_conf_include): Likewise.
5521         * gmon/gmon.c (weak_alias): Likewise.
5522         * iconv/gconv_conf.c (__gconv_get_path): Likewise.
5523         * inet/rcmd.c (__validuser2_sa): Likewise.
5524         * intl/bindtextdom.c (set_binding_values): Likewise.
5525         * intl/loadmsgcat.c (_nl_load_domain, _nl_unload_domain): Likewise.
5526         * libio/genops.c (save_for_backup): Likewise.
5527         * libio/wgenops.c (save_for_wbackup): Likewise.
5528         * locale/programs/ld-collate.c (collate_read): Likewise.
5529         * locale/programs/linereader.c (get_string): Likewise.
5530         * nis/nss_compat/compat-pwd.c (give_pwd_free): Likewise.
5531         * nis/nss_compat/compat-spwd.c (give_spwd_free): Likewise.
5532         * resolv/res_debug.c (do_section): Likewise.
5533         * sunrpc/xdr_sizeof.c (x_inline, xdr_sizeof): Likewise.
5534         * sysdeps/mach/hurd/if_index.c (libc_hidden_def): Likewise.
5535         * sysdeps/posix/sprofil.c (__sprofil): Likewise.
5536         * time/lc-time-cleanup.c (_nl_cleanup_time): Likewise.
5537         * time/tzset.c (tzset_internal): Likewise.
5538
5539 2008-03-18  Jakub Jelinek  <jakub@redhat.com>
5540
5541         * sysdeps/unix/sysv/linux/dl-sysdep.h: Use __ASSEMBLER__ instead
5542         of ASSEMBLER.
5543
5544 2008-03-11  Ulrich Drepper  <drepper@redhat.com>
5545
5546         [BZ #5903]
5547         * iconv/iconv_charmap.c (charmap_conversion): Pass name of output file
5548         not stream for output file.  Open output file here.
5549         * iconv/iconv_prog.c (process_lock): Take pointer to output stream
5550         and output file name.
5551         (process_fd): Likewise.
5552         (process_file): Likewise.
5553         (main): Adjust callers of changed functions.
5554         * iconv/iconv_prog.h: Adjust prototype.
5555
5556 2008-03-09  Andreas Jaeger  <aj@suse.de>
5557
5558         [BZ #5753]
5559         * sysdeps/ia64/ieee754.h: Use protected namespace
5560         __BIG_ENDIAN/__LITTLE_ENDIAN.
5561         * sysdeps/ieee754/ieee754.h: Likewise.
5562         Patch by Aurelien Jarno <aurelien@aurel32.net>.
5563
5564 2008-03-08  Roland McGrath  <roland@frob.com>
5565
5566         * hurd/hurdsig.c (_hurd_internal_post_signal): When normal rules would
5567         ignore a signal that came from a machine exception, treat it as a
5568         fatal core-dump signal instead.
5569         Reported by Samuel Thibault <samuel.thibault@ens-lyon.org>.
5570
5571         * sysdeps/mach/hurd/i386/trampoline.c (_hurd_setup_sighandler):
5572         Clear DF bit in thread state's eflags.
5573         Reported by Samuel Thibault <samuel.thibault@ens-lyon.org>.
5574
5575 2008-03-08  Ulrich Drepper  <drepper@redhat.com>
5576
5577         [BZ #5774]
5578         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Consume closing brace
5579         of NAN(...) sequence.
5580         * stdlib/Makefile (tests): Add tst-strtod6.
5581         * stdlib/tst-strtod6.c: New file.
5582
5583         * inet/inet6_opt.c (inet6_opt_init): Check extlen for overflow.
5584
5585         [BZ #5762]
5586         * posix/getopt.c (_getopt_internal_r): Clarify error message by
5587         putting offending option character in quotes.  Clean up error
5588         messages.
5589         * po/be.po: Adjust msgstr in translation file.
5590         * po/bg.po: Likewise.
5591         * po/ca.po: Likewise.
5592         * po/cs.po: Likewise.
5593         * po/da.po: Likewise.
5594         * po/de.po: Likewise.
5595         * po/es.po: Likewise.
5596         * po/fr.po: Likewise.
5597         * po/hr.po: Likewise.
5598         * po/ko.po: Likewise.
5599         * po/nl.po: Likewise.
5600         * po/rw.po: Likewise.
5601         * po/sk.po: Likewise.
5602         * po/sv.po: Likewise.
5603         * po/tr.po: Likewise.
5604         * po/zh_CN.po: Likewise.
5605         * po/zh_TW.po: Likewise.
5606
5607         [BZ #5760]
5608         * inet/inet6_opt.c (inet6_opt_init): Fix ip6h_len computation.
5609         Patch by Roland Bless <roland@bless.de>.
5610
5611         * sysdeps/unix/sysv/linux/dl-sysdep.c: Avoid unnecessary code for
5612         .o file.
5613         * elf/Makefile (routines): Add dl-sysdep.
5614         (elide-routines.os): Likewise.
5615
5616 2008-03-07  Ulrich Drepper  <drepper@redhat.com>
5617
5618         [BZ #5786]
5619         * elf/dl-sysdep.c: Undefine ROUND after use.
5620         * sysdeps/generic/ldsodefs.h [HAVE_DL_DISCOVER_OSVERSION]
5621         (struct rtld_global_ro): Add _dl_tls_get_addr_soft element.
5622         * elf/rtld.c (rtld_global_ro): Initialize _dl_discover_osversion.
5623         * sysdeps/unix/sysv/linux/dl-osinfo.h: Move _dl_discover_osversion
5624         to ...
5625         * sysdeps/unix/sysv/linux/dl-sysdep.c: ...here.
5626         * sysdeps/unix/sysv/linux/dl-sysdep.h: Declare _dl_discover_osversion
5627         if necessary.
5628         * sysdeps/unix/sysv/linux/sysconf.c: Handle _SC_ARG_MAX here.
5629
5630         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): Add
5631         _dl_tls_get_addr_soft element.
5632         * elf/rtld.c (rtld_global_ro): Initialize _dl_tls_get_addr_soft.
5633         * elf/Versions (ld): Don't export _dl_tls_get_addr_soft.
5634         * dlfcn/dlinfo.c (dlinfo_doit): Access dl_tls_get_addr_soft through
5635         GLRO.
5636         * elf/dl-iteratephdr.c (__dl_iterate_phdr): Likewise.
5637         * elf/dl-tls.c (_dl_tls_get_addr_soft): Use attribute_hidden instead
5638         of internal_function.
5639
5640         * stdlib/Makefile (aux): Add tens_in_limb.
5641         * stdlib/strtod_l.c: Move _tens_in_limb definition to...
5642         * stdlib/tens_in_limb.c: ...here.  New file.
5643
5644         [BZ #5778]
5645         * sysdeps/unix/sysv/linux/pathconf.h: Declare
5646         __statfs_chown_restricted.
5647         * sysdeps/unix/sysv/linux/fpathconf.c: Call __statfs_chown_restricted
5648         for _PC_CHOWN_RESTRICTED.
5649         * sysdeps/unix/sysv/linux/pathconf.c: Likewise.
5650         Implement __statfs_chown_restricted.
5651         * sysdeps/unix/sysv/linux/bits/posix_opt.h: Change
5652         _POSIX_CHOWN_RESTRICTED value to zero.
5653         * io/tst-fchownat.c: Correctly handle _POSIX_CHOWN_RESTRICTED
5654         defined to zero.
5655
5656         * sysdeps/x86_64/rtld-memset.c: New file.
5657
5658 2008-02-26  Harsha Jagasia  <harsha.jagasia@amd.com>
5659
5660         * sysdeps/x86_64/cacheinfo.c (NOT_USED_RIGHT_NOW): Remove ifdef guards.
5661
5662         * sysdeps/x86_64/memset.S: Rewrite non-SSE code path as tuned for AMD
5663         Barcelona machine.  Make default fall through branch of
5664         __x86_64_preferred_memory_instruction check as the integer code path.
5665
5666 2007-10-15  H.J. Lu  <hongjiu.lu@intel.com>
5667
5668         * sysdeps/x86_64/cacheinfo.c
5669         (__x86_64_preferred_memory_instruction): New variable.
5670         (init_cacheinfo): Initialize __x86_64_preferred_memory_instruction.
5671
5672         * sysdeps/x86_64/memset.S: Rewrite.
5673
5674 2008-03-04  Jakub Jelinek  <jakub@redhat.com>
5675
5676         * include/stdio.h (__asprintf_chk, __dprintf_chk,
5677         __obstack_printf_chk): New prototypes.
5678         (__vasprintf_chk, __vdprintf_chk,
5679         __obstack_vprintf_chk): Likewise.
5680         Add libc_hidden_proto.
5681         * libio/obprintf.c
5682         (_IO_obstack_jumps): No longer static, add attribute_hidden.
5683         * libio/bits/stdio-ldbl.h (__asprintf_chk, __dprintf_chk,
5684         __obstack_printf_chk, __vasprintf_chk, __vdprintf_chk,
5685         __obstack_vprintf_chk): Add __LDBL_REDIR_DECL.
5686         * libio/bits/stdio2.h (__asprintf_chk, __dprintf_chk,
5687         __obstack_printf_chk, __vasprintf_chk, __vdprintf_chk,
5688         __obstack_vprintf_chk): New prototypes.
5689         (asprintf, __asprintf, dprintf, obstack_printf, vasprintf, vdprintf,
5690         obstack_vprintf): New inlines.
5691         * debug/dprintf_chk.c: New file.
5692         * debug/vdprintf_chk.c: New file.
5693         * debug/asprintf_chk.c: New file.
5694         * debug/vasprintf_chk.c: New file.
5695         * debug/obprintf_chk.c: New file.
5696         * debug/tst-chk1.c (do_test): Add asprintf and obstack_printf tests.
5697         * debug/Versions (__asprintf_chk, __dprintf_chk, __obstack_printf_chk,
5698         __vasprintf_chk, __vdprintf_chk, __obstack_vprintf_chk): Export
5699         @@GLIBC_2.8.
5700         * debug/Makefile: Build asprintf_chk, vasprintf_chk, dprintf_chk,
5701         vdprintf_chk and obprintf_chk, set CFLAGS for them.
5702         * sysdeps/ieee754/ldbl-opt/nldbl-compat.c (__nldbl___vasprintf_chk,
5703         __nldbl___vdprintf_chk, __nldbl___obstack_vprintf_chk): Add
5704         libc_hidden_proto.
5705         * sysdeps/ieee754/ldbl-opt/nldbl-compat.h (__nldbl___vasprintf_chk,
5706         __nldbl___vdprintf_chk, __nldbl___obstack_vprintf_chk): New prototypes.
5707         * sysdeps/ieee754/ldbl-opt/Versions (__nldbl___asprintf_chk,
5708         __nldbl___vasprintf_chk, __nldbl___dprintf_chk, __nldbl___vdprintf_chk,
5709         __nldbl___obstack_printf_chk, __nldbl___obstack_vprintf_chk): Export
5710         @@GLIBC_2.8.
5711         * sysdeps/ieee754/ldbl-opt/Makefile (libnldbl-calls): Add asprintf_chk,
5712         vasprintf_chk, dprintf_chk, vdprintf_chk, obstack_printf_chk and
5713         obstack_vprintf_chk.
5714         * sysdeps/ieee754/ldbl-opt/nldbl-obstack_vprintf_chk.c: New file.
5715         * sysdeps/ieee754/ldbl-opt/nldbl-dprintf_chk.c: New file.
5716         * sysdeps/ieee754/ldbl-opt/nldbl-obstack_printf_chk.c: New file.
5717         * sysdeps/ieee754/ldbl-opt/nldbl-asprintf_chk.c: New file.
5718         * sysdeps/ieee754/ldbl-opt/nldbl-vdprintf_chk.c: New file.
5719         * sysdeps/ieee754/ldbl-opt/nldbl-vasprintf_chk.c: New file.
5720
5721 2008-03-04  Ulrich Drepper  <drepper@redhat.com>
5722
5723         [BZ #5779]
5724         * misc/sys/queue.h: Add STAILQ_CONCAT and TAILQ_CONCAT definitions.
5725         Patch by Roy Marples <roy@marples.name>.
5726
5727         [BZ #5736]
5728         * malloc/malloc.c: Fix typo in comment.
5729
5730         [BZ #5627]
5731         * locale/iso-639.def: Add Shuswap.
5732
5733 2008-02-25  Jakub Jelinek  <jakub@redhat.com>
5734
5735         [BZ #5790]
5736         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyaddr2_r): Don't
5737         overwrite *h_errnop/*errnop values from getanswer_r in case of
5738         failure.
5739
5740 2008-03-03  Ulrich Drepper  <drepper@redhat.com>
5741
5742         [BZ #5818]
5743         * nscd/connections.c (dbs): Add initializers for .suggested_module.
5744         (verify_persistent_db): Remove one unnecessary test and add a new one
5745         for bad configuration.
5746         (nscd_init): Improve error reported when persistent database cannot
5747         be reused.
5748         * nscd/nscd.h (DEFAULT_SUGGESTED_MODULE): Define.
5749         * nscd/nscd_conf.c (nscd_parse_file): Provide default values for
5750         .suggested_module and .max_db_size and case config file says the
5751         values are zero.
5752         * nscd/nscd_helper.c (get_mapping): Fail if hash table module is zero.
5753
5754         [BZ #5854]
5755         * nis/ypclnt.c (yp_order): Fix handling of return value of
5756         do_ypcall_tr call.
5757         Patch by Jeff Moyer <jmoyer@redhat.com>.
5758
5759         * po/fr.po: Update from translation team.
5760
5761 2008-02-22  Andreas Jaeger  <aj@suse.de>,
5762             Carlos O'Donell <carlos@systemhalted.org>
5763
5764         [BZ #5012]
5765         * FAQ.in: Describe why glibc needs to be compiled with
5766         optimization.
5767
5768 2008-02-19  Roland McGrath  <roland@redhat.com>
5769
5770         * elf/elf.h (SHT_GNU_ATTRIBUTES): New macro.
5771
5772 2008-02-15  Ulrich Drepper  <drepper@redhat.com>
5773
5774         [BZ #5737]
5775         * resolv/netdb.h: Make NI_MAXHOST and NI_MAXSERV available when
5776         __USE_MISC is defined.
5777
5778 2008-02-10  Ulrich Drepper  <drepper@redhat.com>
5779
5780         * sysdeps/unix/sysv/linux/sys/timerfd.h: New file.
5781         * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_headers): Add
5782         sys/timerfd.h.
5783         * sysdeps/unix/sysv/linux/syscalls.list: Add timerfd_create,
5784         timerfd_gettime, timerfd_settime.
5785         * sysdeps/unix/sysv/linux/Versions: Add timerfd_create,
5786         timerfd_gettime, timerfd_settime for GLIBC_2.8.
5787
5788 2008-02-08  Roland McGrath  <roland@redhat.com>
5789
5790         * elf/elf.h (NT_PPC_SPE): New macro.
5791
5792 2008-02-06  Roland McGrath  <roland@redhat.com>
5793
5794         * Makerules ($(common-objpfx)sysd-rules):
5795         Depend on $(sysdep-makeconfigs).
5796
5797 2008-01-31  Roland McGrath  <roland@redhat.com>
5798
5799         [BZ #5442]
5800         * configure.in: Use -print-file-name if it yields a directory,
5801         for each of include and include-fixed.
5802         * configure: Regenerated.
5803
5804         * Makeconfig (sysd-rules-targets): New variable.
5805         * sysdeps/unix/make-syscalls.sh: Use it in the rules emitted.
5806         * sysdeps/unix/Makefile (omit-deps): Append variants for each target.
5807
5808 2008-01-30  Roland McGrath  <roland@redhat.com>
5809
5810         * manual/libc.texinfo: Update back-cover text.
5811
5812         * elf/elf.h (NT_386_TLS): New macro.
5813
5814 2008-01-29  Roland McGrath  <roland@redhat.com>
5815
5816         * Makeconfig (sysd-rules-patterns): New variable.
5817         * Makerules ($(common-objpfx)sysd-rules): Drive the loop from that.
5818         (check-inhibit-asm): New canned sequence, replaces ...
5819         (open-check-inhibit-asm, close-check-inhibit-asm): ... these, removed.
5820         * elf/rtld-Rules ($(objpfx)rtld-%.os): Use $(rtld-CPPFLAGS) in commands.
5821         (rtld-CPPFLAGS): Renamed from CPPFLAGS-rtld.
5822         (CFLAGS-rtld): Variable removed.
5823
5824 2008-01-24  Roland McGrath  <roland@redhat.com>
5825
5826         * configure.in: Let configure fragments set base_os.
5827         * configure: Regenerated.
5828
5829 2008-01-22  Ulrich Drepper  <drepper@redhat.com>
5830
5831         * po/ko.po: Update from translation team.
5832
5833 2008-01-12  H.J. Lu  <hongjiu.lu@intel.com>
5834
5835         * sysdeps/i386/fpu/ftestexcept.c (fetestexcept): Use short for fnstsw.
5836
5837 2008-01-12  Andreas Jaeger  <aj@suse.de>
5838
5839         [BZ #5040]
5840         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h (enum EPOLL_EVENTS):
5841         Add EPOLLRDHUP.
5842
5843 2008-01-20  Samuel Thibault  <samuel.thibault@ens-lyon.org>
5844
5845         * hurd/hurdsock.c (_hurd_socket_server): Return the standard
5846         error EAFNOSUPPORT rather than non-standard EPFNOSUPPORT.
5847         * sunrpc/bindrsvprt.c (bindresvport): Likewise.
5848
5849 2007-10-23  Alexandre Oliva  <aoliva@redhat.com>
5850
5851         * include/link.h (FORCED_DYNAMIC_TLS_OFFSET): Define.
5852         * elf/dl-close.c (_dl_close): Check for it.
5853         * elf/dl-reloc.c (CHECK_STATIC_TLS): Likewise.
5854         (_dl_allocate_static_tls): Likewise.
5855         * elf/dl-tls.c (_dl_allocate_tls_init): Likewise.
5856         (__tls_get_addr): Protect from race conditions in setting l_tls_offset
5857         to it.
5858         * elf/tst-tls16.c: New file.
5859         * elf/tst-tlsmod16a.c: New file.
5860         * elf/tst-tlsmod16b.c: New file.
5861         * elf/Makefile: Add rules to build and run tst-tls16.
5862
5863 2008-01-16  Ulrich Drepper  <drepper@redhat.com>
5864
5865         [BZ #5628]
5866         * bits/shm.h: Fix comment describing shmid_ds.
5867         * sysdeps/gnu/bits/shm.h: Likewise.
5868         * sysdeps/unix/sysv/linux/alpha/bits/shm.h: Likewise.
5869         * sysdeps/unix/sysv/linux/bits/shm.h: Likewise.
5870         * sysdeps/unix/sysv/linux/ia64/bits/shm.h: Likewise.
5871         * sysdeps/unix/sysv/linux/powerpc/bits/shm.h: Likewise.
5872         * sysdeps/unix/sysv/linux/s390/bits/shm.h: Likewise.
5873         * sysdeps/unix/sysv/linux/sh/bits/shm.h: Likewise.
5874         * sysdeps/unix/sysv/linux/sparc/bits/shm.h: Likewise.
5875         * sysdeps/unix/sysv/linux/x86_64/bits/shm.h: Likewise.
5876         Patch by Hareesh Nagarajan <hareesh.nagarajan@gmail.com>.
5877
5878         [BZ #5607]
5879         * conform/data/fcntl.h-data: Fix posix_fadvise and posix_fallocate
5880         prototypes.
5881         * conform/data/limits.h-data: Adjust limits changed in v6 and add
5882         additional suffixes.
5883         * conform/data/mqueue.h-data: Fix typo in mq_curmsgs entry.
5884         Add optional functions mq_timedreceive and mq_timedsend.
5885         * conform/data/netdb.h-data: Add more AI_* and EAI_* constants.
5886         * conform/data/pthread.h-data: Fix prototype of
5887         pthread_condattr_setclock.  pthread_sigmask is not required in v6.
5888         * conform/data/semaphore.h-data: Allow time.h definitions.
5889         * conform/data/signal.h-data: Likewise.
5890         * conform/data/stdio.h-data: getw and putw are not required in v6.
5891         * conform/data/stdlib.h-data: Change setstate prototype.
5892         * conform/data/string.h-data: Fix strerror_r prototype.
5893         * conform/data/time.h-data: Fix typo in TIMER_ABSTIME definition.
5894         * conform/data/unistd.h-data: pthread_atfork not required in v6.
5895         Fix readlink prototype.
5896         * conform/data/netinet/in.h-data: Add const to in6addr_any and
5897         in6addr_loopback.
5898         * inet/netinet/in.h: Cleanup namespace.
5899         * posix/regex.h: Likewise.
5900         * resolv/netdb.h: Likewise.
5901         * sysdeps/unix/sysv/linux/bits/in.h: Likewise.
5902         * sysdeps/unix/sysv/linux/bits/socket.h: Likewise.
5903         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h: Likewise.
5904         * sysdeps/posix/getaddrinfo.c (default_labels): Adjust for change
5905         of names of in in6_addr.
5906         (default_precedence): Likewise.
5907         * sysdeps/unix/sysv/linux/cmsg_nxthdr.c: Include <stddef.h> for
5908         NULL definition.
5909
5910 2008-01-15  Ulrich Drepper  <drepper@redhat.com>
5911
5912         * conform/data/fmtmsg.h-data: Add missing allows.
5913         * conform/data/ftw.h-data: Likewise.
5914         * conform/data/inttypes.h-data: Likewise.
5915         * conform/data/math.h-data: Likewise.
5916         * conform/data/signal.h-data: Likewise.
5917         * conform/data/net/if.h-data: Likewise.
5918         * conform/data/netinet/in.h-data: Likewise.
5919         * conform/data/sys/socket.h-data: Likewise.
5920
5921         [BZ #5614]
5922         * string/bits/string2.h (__strtok_r_1c): Always update *__NEXTP.
5923         (__strtok_r): Simplify.
5924         * string/tester.c (test_strtok_r): Add test case for futile search
5925         with single-character seach string.
5926
5927 2008-01-12  Ulrich Drepper  <drepper@redhat.com>
5928
5929         * po/ko.po: Update from translation team.
5930
5931 2008-01-11  Andreas Jaeger  <aj@suse.de>
5932
5933         [BZ #5600]
5934         * sysdeps/unix/sysv/linux/sys/signalfd.h (struct
5935         signalfd_siginfo): Use 64-bit type for ssi_ptr to sync with Linux
5936         kernel header.
5937
5938 2008-01-10  Ulrich Drepper  <drepper@redhat.com>
5939
5940         * sysdeps/posix/getaddrinfo.c (rfc3484_sort): Store result of
5941         native interface lookup in all the relevant places.
5942
5943 2008-01-10  Jakub Jelinek  <jakub@redhat.com>
5944             Ulrich Drepper  <drepper@redhat.com>
5945
5946         * sysdeps/posix/getaddrinfo.c (sort_results): Remove service_order
5947         field.  Use sockaddr_in6 for source_addr.
5948         (get_scope): Change type of parameter to sockaddr_in6.  Adjust.
5949         (match_prefix): Likewise.
5950         (get_label): Likewise.
5951         (get_precedence): Likewise.
5952         (rfc3484_sort): Change to use indirect access to results array.
5953         Adjust to use of sockaddr_in6.  Replace service_order test with
5954         simple index comparison.
5955         (getaddrinfo): Define order array.  Initialize it.  Don't initialize
5956         service_order field.  Adjust qsort_t calls.  Access sorted result
5957         array indirectly through order array.
5958         * posix/tst-rfc3484.c: Adjust for change of rfc3484_sort.
5959         * posix/tst-rfc3484-2.c: Likewise.
5960         * posix/tst-rfc3484-3.c: Likewise.
5961
5962 2008-01-09  Ulrich Drepper  <drepper@redhat.com>
5963
5964         [BZ #5541]
5965         * sunrpc/rpc_thread.c (__rpc_thread_destroy): Also free xports and
5966         pollfd structures.
5967         Patch by André Cruz.
5968
5969         [BZ #5545]
5970         * sunrpc/clnt_perr.c (clnt_sperror): Don't use fixed size buffer.
5971         (clnt_spcreateerror): Likewise.
5972
5973         [BZ #5553]
5974         * malloc/malloc.c (public_mALLOc): Set ar_ptr when trying main_arena.
5975         (public_mEMALIGn): Likewise.
5976         Patch mostly by Daniel Jacobowitz.
5977
5978 2008-01-09  Jakub Jelinek  <jakub@redhat.com>
5979
5980         * sysdeps/unix/sysv/linux/i386/makecontext.S (__makecontext): Avoid
5981         clobbering memory at or above uc_stack.ss_sp + uc_stack.ss_size.
5982         * stdlib/Makefile: Add rules to build and run tst-makecontext2.
5983         * stdlib/tst-makecontext2.c: New test.
5984
5985 2008-01-08  Jakub Jelinek  <jakub@redhat.com>
5986
5987         * iconv/loop.c (UPDATE_PARAMS): Define to empty statement if not
5988         defined.
5989         (REINIT_PARAMS): Likewise.  Undefine before end of file.
5990         (STANDARD_TO_LOOP_ERR_HANDLER): Use UPDATE_PARAMS before calling
5991         transliteration hooks and REINIT_PARAMS afterwards.
5992         * iconvdata/iso-2022-jp.c (BODY): Use a separate variable for
5993         status.
5994         (REINIT_PARAMS): Define.
5995         * iconvdata/ibm1364.c (REINIT_PARAMS): Likewise.
5996         * iconvdata/ibm930.c (REINIT_PARAMS): Likewise.
5997         * iconvdata/ibm933.c (REINIT_PARAMS): Likewise.
5998         * iconvdata/ibm935.c (REINIT_PARAMS): Likewise.
5999         * iconvdata/ibm937.c (REINIT_PARAMS): Likewise.
6000         * iconvdata/ibm939.c (REINIT_PARAMS): Likewise.
6001         * iconvdata/iso-2022-cn.c (REINIT_PARAMS): Likewise.
6002         * iconvdata/iso-2022-cn-ext.c (REINIT_PARAMS): Likewise.
6003         * iconvdata/iso-2022-jp-3.c (REINIT_PARAMS): Likewise.
6004         * iconvdata/iso-2022-kr.c (REINIT_PARAMS): Likewise.
6005         * iconvdata/Makefile: Add rules to build and run tst-iconv7.c.
6006         * iconvdata/tst-iconv7.c: New test.
6007
6008 2008-01-07  Ulrich Drepper  <drepper@redhat.com>
6009
6010         * libio/stdio.h (vscanf): Fix definition for loser compilers.
6011
6012 2008-01-05  Jakub Jelinek  <jakub@redhat.com>
6013
6014         [BZ #5112]
6015         * nscd/connections.c (restart): Fix condition.
6016
6017 2008-01-03  Jakub Jelinek  <jakub@redhat.com>
6018
6019         * ctype/ctype.h (__ctype_b_loc, __ctype_tolower_loc,
6020         __ctype_toupper_loc): Add __THROW.
6021
6022 2008-01-02  Ulrich Drepper  <drepper@redhat.com>
6023
6024         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Fix
6025         recognition of interface family.
6026
6027         * posix/getconf.c: Update copyright year.
6028         * nss/getent.c: Likewise.
6029         * iconv/iconvconfig.c: Likewise.
6030         * iconv/iconv_prog.c: Likewise.
6031         * elf/ldconfig.c: Likewise.
6032         * catgets/gencat.c: Likewise.
6033         * csu/version.c: Likewise.
6034         * elf/ldd.bash.in: Likewise.
6035         * elf/sprof.c (print_version): Likewise.
6036         * locale/programs/locale.c: Likewise.
6037         * locale/programs/localedef.c: Likewise.
6038         * nscd/nscd.c (print_version): Likewise.
6039         * debug/xtrace.sh: Likewise.
6040         * malloc/memusage.sh: Likewise.
6041         * malloc/mtrace.pl: Likewise.
6042         * debug/catchsegv.sh: Likewise.
6043
6044 2007-12-26  Ulrich Drepper  <drepper@redhat.com>
6045
6046         * nss/nsswitch.c (__nss_lookup): Actually use alternative name in
6047         second lookup.
6048
6049 2007-12-23  Ulrich Drepper  <drepper@redhat.com>
6050
6051         * sysdeps/x86_64/cacheinfo.c (intel_02_known): New entry 0x3f.
6052         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_02_known): Likewise.
6053
6054 2007-12-17  Roland McGrath  <roland@redhat.com>
6055
6056         * inet/ether_line.c (ether_line): Remove unused variable.
6057
6058 2007-12-17  Samuel Thibault  <samuel.thibault@ens-lyon.org>
6059
6060         * login/forkpty.c (forkpty): Add const qualifier to parameters termp
6061         and winp.
6062         * login/openpty.c (openpty): Likewise.
6063         * login/pty.h (openpty, forkpty): Likewise.
6064         * manual/terminal.texi (openpty, forkpty): Likewise.
6065
6066 2007-12-17  Ulrich Drepper  <drepper@redhat.com>
6067
6068         * malloc/malloc.c (public_cALLOc): For arenas other than
6069         main_arena, count all bytes inside the mprotect_size range of the
6070         heap as uninitialized.
6071
6072 2007-12-16  Ulrich Drepper  <drepper@redhat.com>
6073
6074         * elf/tst-execstack.c (do_test): Don't fail if SELinux forbids
6075         executable stacks.
6076
6077         * malloc/malloc.c (public_mTRIm): Iterate over all arenas and call
6078         mTRIm for all of them.
6079         (mTRIm): Additionally iterate over all free blocks and use madvise
6080         to free memory for all those blocks which contain at least one
6081         memory page.
6082         * malloc/tst-trim1.c: New file.
6083         * malloc/Makefile (tests): Add tst-trim1.
6084
6085         * malloc/malloc.c (do_check_malloc_state): Minimal cleanups.
6086
6087 2007-12-14  Ulrich Drepper  <drepper@redhat.com>
6088
6089         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (INTERNAL_SYSCALL_ERROR_P):
6090         First cast argument to long
6091         * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_gettimeofday):
6092         Return long.
6093         (__vdso_clock_gettime): Likewise.
6094         * sysdeps/unix/sysv/linux/x86_64/bits/libc-vdso.h: Functions
6095         return long.
6096
6097 2007-12-13  Ulrich Drepper  <drepper@redhat.com>
6098
6099         * locale/nl_langinfo.c (nl_langinfo): Just call __nl_langinfo_l.
6100         * locale/nl_langinfo_l.c: Real implementation, copied from
6101         nl_langinfo.c.
6102         * include/langinfo.h: Add libc_hidden_proto for __nl_langinfo_l.
6103
6104 2007-12-01  Jim Meyering  <meyering@redhat.com>
6105
6106         * posix/regcomp.c (optimize_utf8): Fix a typo, s/idx/ctx_type/,
6107         that would inhibit utf8-optimization of a regexp containing line-
6108         or buffer-anchors, e.g., `^', `$'.
6109
6110 2007-12-12  Ulrich Drepper  <drepper@redhat.com>
6111
6112         * time/bug-getdate1.c (do_test): Don't use century values which
6113         aren't valid on 32-bit systems.
6114
6115 2007-12-12  Jakub Jelinek  <jakub@redhat.com>
6116
6117         * sysdeps/i386/i486/bits/string.h (memmove): Define as macro.
6118         (memmove): Rename to __memmove_g, with __asm__ ("memmove").
6119         * sysdeps/s390/bits/string.h (__strlen_g, __strcpy_g, __strncpy_g,
6120         __strcat_g, __strncat_g): Add __asm__.
6121
6122 2007-12-12  Ulrich Drepper  <drepper@redhat.com>
6123
6124         [BZ #5477]
6125         * io/fchmodat.c: Fix typo in stub_warning use.
6126         Patch by Petr Salinger.
6127
6128 2007-12-11  Ulrich Drepper  <drepper@redhat.com>
6129
6130         * iconvdata/hp-thai8.c: New file.
6131         * iconvdata/Makefile: Add rules for hp-thai8.c.
6132         * iconvdata/tst-tables.sh: Add entry for HP-THAI8.
6133         * iconvdata/gconv-modules: Likewise.
6134
6135         [BZ #5464]
6136         * iconvdata/hp-greek8.c: New file.
6137         * iconvdata/Makefile: Add rules for hp-greek8.c.
6138         * iconvdata/tst-tables.sh: Add entry for HP-GREEK8.
6139         * iconvdata/gconv-modules: Likewise.
6140
6141         [BZ #5463]
6142         * iconvdata/hp-turkish8.c: New file.
6143         * iconvdata/Makefile: Add rules for hp-turkish8.c.
6144         * iconvdata/tst-tables.sh: Add entry for HP-TURKISH8.
6145         * iconvdata/gconv-modules: Likewise.
6146
6147         * malloc/arena.c (grow_heap): Split out code to shrink heap into...
6148         (shrink_heap): ... this new function.
6149         (heap_trim): Call shrink_heap instead of grow_heap.
6150
6151         * malloc/malloc.c (_int_malloc): sYSMALLOc might fail, in this
6152         case don't call alloc_perturb.
6153
6154 2007-12-10  Ulrich Drepper  <drepper@redhat.com>
6155
6156         * sysdeps/unix/sysv/linux/adjtime.c: Use ADJ_OFFSET_SS_READ if
6157         possible.
6158         * sysdeps/unix/sysv/linux/kernel-features.h
6159         (__ASSUME_ADJ_OFFSET_SS_READ): Define for 2.6.24.
6160         * sysdeps/unix/sysv/linux/sys/timex.h (ADJ_OFFSET_SS_READ): Define.
6161
6162 2007-12-08  Ulrich Drepper  <drepper@redhat.com>
6163
6164         [BZ #5424]
6165         * stdio-common/vfprintf.c: Do not overflow when adding to done.
6166         * stdio-common/Makefile (tests): Add bug22.
6167         * stdio-common/bug22.c: New file.
6168
6169         [BZ #5451]
6170         * time/getdate.c: Fix filling in default values.
6171         * time/bug-getdate1.c: New file.
6172         * time/Makefile: Add rules to build and run bug-getdate1.
6173
6174         * iconvdata/ebcdic-is-friss.c: Use 8bit-gap instead of 8bit-generic.
6175         * iconvdata/ebcdic-es.c: Likewise.
6176         * iconvdata/ebcdic-es-a.c: Likewise.
6177         * iconvdata/ebcdic-uk.c: Likewise.
6178         * iconvdata/iso8859-16.c: Likewise.
6179         * iconvdata/viscii.c: Likewise.
6180         * iconvdata/iso8859-9e.c: Likewise.
6181         * iconvdata/Makefile: Adjust appropriately.
6182
6183         [BZ #5428]
6184         * wcsmbs/wchar.h: Unconditionally undefine __need_mbstate and
6185         __need_wint_t.
6186
6187 2007-12-07  Ulrich Drepper  <drepper@redhat.com>
6188
6189         [BZ #5427]
6190         * iconvdata/hp-roman9.c: New file.
6191         * iconvdata/Makefile: Add rules for hp-roman9.c.
6192         * iconvdata/tst-tables.sh: Add HP-ROMAN9.
6193         * iconvdata/gconv-modules: Likewise.
6194
6195         * iconvdata/hp-roman8.c: Use 8bit-gap instead of 8bit-generic.
6196         * iconvdata/Makefile: Adjust appropriately.
6197
6198         [BZ #5441]
6199         * stdio-common/vfscanf.c (_IO_vfwscanf): Don't free ptrs_to_free
6200         structure, it's allocated with alloca.
6201         * stdio-common/Makefile (tests): Add bug21.
6202         * stdio-common/bug21.c: New file.
6203
6204 2007-12-06  Aurelien Jarno  <aurelien@aurel32.net>
6205
6206         [BZ #5452]
6207         * sysdeps/unix/sysv/linux/bits/sched.h: Use __extension__
6208         keyword for gcc's braced-groups.
6209
6210 2007-12-07  Ulrich Drepper  <drepper@redhat.com>
6211
6212         [BZ #5454]
6213         * inet/ether_line.c: Strip hostname of whitespaces.
6214         * inet/Makefile (tests): Add tst-ether_line.
6215         * inet/tst-ether_line.c: New file.
6216
6217 2007-12-03  Ulrich Drepper  <drepper@redhat.com>
6218
6219         [BZ #5439]
6220         * sysdeps/unix/sysv/linux/sys/signalfd.h: Fix use of __nonnull.
6221
6222         [BZ #5435]
6223         * sysdeps/unix/sysv/linux/i386/makecontext.S: Align stack.
6224
6225         * stdlib/tst-setcontext.c: Catch the case where the links gets
6226         messed up and we do not reach main again.
6227
6228         * po/ca.po: Update from translation team.
6229
6230 2007-11-26  Ulrich Drepper  <drepper@redhat.com>
6231
6232         * posix/unistd.h: Declare fsync also for __USE_XOPEN2K.
6233         * posix/regex.h (REG_ENOSYS): Likewise.
6234         * wcsmbs/wchar.h: Define __need_file also for __USE_XOPEN2K.
6235
6236 2007-11-25  Ulrich Drepper  <drepper@redhat.com>
6237
6238         * nscd/nscd.h (MAX_STACK_USE): Define.
6239         * nscd/mem.c (MAX_STACK_USE): Remove definition here.
6240         (gc): Initialize stack_used based on allocation in prune_cache.
6241         * nscd/cache.c (prune_cache): Use heap for mark array if necessary.
6242         Clear array before use.
6243
6244         * nscd/aicache.c (addhstaiX): Update statistics counter in case
6245         memory allocation failed.
6246         * nscd/hstcache.c (cache_addhst): Likewise.
6247         * nscd/grpcache.c (cache_addgr): Likewise.
6248         * nscd/servicescache.c (cache_addserv): Likewise.
6249         * nscd/pwdcache.c (cache_addpw): Likewise.
6250         * nscd/initgrcache.c (addinitgroupsX): Likewise.
6251
6252 2007-11-23  Ulrich Drepper  <drepper@redhat.com>
6253
6254         * sysdeps/unix/sysv/linux/powerpc/powerpc64/syscalls.list: Add open
6255         and creat system calls.
6256
6257         * sysdeps/unix/sysv/linux/check_native.c: Include <asm/types.h>.
6258
6259 2007-11-23  Martin Schwidefsky  <schwidefsky@de.ibm.com>
6260
6261         * sysdeps/unix/sysv/linux/Makefile [subdir=inet] (sysdep_headers):
6262         Add netiucv/iucv.h.
6263         * sysdeps/unix/sysv/linux/netiucv/iucv.h: New file.
6264         * sysdeps/unix/sysv/linux/opensock.c (__opensock): Add AF_IUCV
6265         protocol.
6266         * sysdeps/unix/sysv/linux/sa_len.c (__libc_sa_len): Likewise.
6267         * sysdeps/unix/sysv/linux/s390/opensock.c: New file.
6268         * sysdeps/unix/sysv/linux/s390/sa_len.c: New file.
6269
6270 2007-11-22  Martin Schwidefsky  <schwidefsky@de.ibm.com>
6271
6272         * sysdeps/s390/bits/string.h (strlen, strcpy, strncpy, strcat,
6273         strncat): Define as macros to avoid compile errors.
6274
6275         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list:  Add open and
6276         creat entries.
6277
6278 2007-11-22  Ulrich Drepper  <drepper@redhat.com>
6279
6280         [BZ #5382]
6281         * nscd/nscd.h (NSCD_THREAD_STACKSIZE): Define.
6282         * nscd/connections.c (start_threads): Use NSCD_THREAD_STACKSIZE.
6283         * nscd/mem.c (gc): Don't allocate arrays on the stack if they can
6284         overflow it.
6285         Partially based on a patch by Petr Baudis <pasky@suse.cz>.
6286
6287         * sysdeps/unix/sysv/linux/nscd_setup_thread.c (setup_thread):
6288         Return zero in case the thread library is not NPTL.
6289
6290         [BZ #5375]
6291         * resolv/res_hconf.c (_res_hconf_reorder_addrs): Fix locking when
6292         initializing interface list.
6293
6294         [BZ #5378]
6295         * nis/nss_compat/compat-initgroups.c (getgrent_next_nss): Don't
6296         use result of nss_getgrgid_r if nothing was found.  For other
6297         error return with a failure.
6298         Partially based on a patch by Petr Baudis <pasky@suse.cz>.
6299
6300         * locale/programs/ld-collate.c (collate_read): Fix loop to match
6301         macro name.
6302
6303 2007-11-19  Ulrich Drepper  <drepper@redhat.com>
6304
6305         * sysdeps/posix/getaddrinfo.c (defaults_scopes, scopes): New variables.
6306         (get_scope): For IPv4 scope, use scopes table.
6307         (fini): Free scopes table if necessary.
6308         (free_scopelist): New function.
6309         (scopecmp): New function.
6310         (gaiconf_init): Also handle scopev4 entries.
6311         * posix/tst-rfc3484.c (do_test): Initialize scopes.
6312         * posix/tst-rfc3484-2.c (do_test): Likewise.
6313         * posix/gai.conf: Document scopev4 defaults.
6314         * posix/Makefile (tests): Add tst-rfc3484-3.
6315         * posix/tst-rfc3484-3.c: New file.
6316
6317         * sysdeps/posix/getaddrinfo.c (default_labels): Describe entry for
6318         Teredo tunnels.
6319         * posix/gai.conf: Update for current default tables.
6320
6321 2007-11-19  Ulrich Drepper  <drepper@redhat.com>
6322
6323         * po/tr.po: Update from translation team.
6324
6325 2007-11-18  Roland McGrath  <roland@frob.com>
6326
6327         * manual/arith.texi (Remainder Functions): Spelling fix.
6328         From Shaun Silk <genix@mysoul.com.au>.
6329
6330         * sysdeps/mach/hurd/bits/fcntl.h (O_CLOEXEC): Fix value.
6331
6332 2007-11-17  Ulrich Drepper  <drepper@redhat.com>
6333
6334         * po/zh_CN.po: Update from translation team.
6335
6336         * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_headers):
6337         Add sys/signalfd.h and sys/eventfd.h.
6338
6339 2007-11-15  Bruno Haible  <bruno@clisp.org>
6340
6341         [BZ #5346]
6342         * intl/dcigettext.c (struct known_translation_t): Turn msgid into a
6343         union.
6344         (transcmp): Use the appropriate part of s1->msgid and s2->msgid.
6345         (DCIGETTEXT): Change the allocation of the 'search' variable so that
6346         it needs only fixed stack space. Delay the initialization of
6347         msgid_len until it is needed.
6348
6349 2007-11-15  Andreas Jaeger  <aj@suse.de>
6350
6351         * sysdeps/ieee754/dbl-64/sincos.tbl: Fix size of union.
6352         Reported by Christoph Quirin Lauter <christoph.lauter@ens-lyon.fr>.
6353
6354 2007-11-15  Ulrich Drepper  <drepper@redhat.com>
6355
6356         * po/ko.po: Update from translation team.
6357
6358 2007-11-14  Ulrich Drepper  <drepper@redhat.com>
6359
6360         * sysdeps/unix/sysv/linux/check_native.c (__check_native): Simplify
6361         significantly.  The device type is also part of the ifinfomsg data.
6362
6363         * po/sv.po: Update from translation team.
6364         * po/nl.po: Likewise.
6365
6366         * nscd/cache.c (prune_cache): If cache is empty, instruct caller
6367         to wake up in 24 hours.
6368
6369         * nscd/gai.c (__ioctl): Define.  Include check_native.c.
6370
6371 2007-11-13  Ulrich Drepper  <drepper@redhat.com>
6372
6373         * po/cs.po: Update from translation team.
6374         * po/pl.po: Likewise.
6375
6376         * include/ifaddrs.h: Remove in6ai_temporary.
6377         (struct in6addrinfo): Add index element.
6378         Declare __check_native.
6379         * inet/Makefile (aux): Add check_native.
6380         * sysdeps/unix/sysv/linux/check_native.c: New file.
6381         * sysdeps/unix/sysv/linux/check_pf.c: No need to recognize
6382         IFA_F_TEMPORARY.  Pass back ifa_index.
6383         * sysdeps/posix/getaddrinfo.c: Remove netlink compatibility code.
6384         (rfc3484_sort): Add new parameter.  Implement rule 7 correctly:
6385         call __check_native if necessary.
6386         (getaddrinfo): Fill in index field.  Use qsort_r instead of qsort
6387         to sort addresses.  Pass information about the results.
6388         * posix/tst-rfc3484.c: Adjust for addition of index field and change
6389         of rfc3484_sort interface.
6390         * posix/tst-rfc3484-2.c: Likewise.
6391
6392         * stdlib/stdlib.h: Define __compar_d_fn_t.  Declare qsort_r.
6393         * include/stdlib.h: Add hidden_proto for qsort_t and adjust protoype
6394         for _quicksort.
6395         * stdlib/msort.c (qsort): Now a wrapper around qsort_r.
6396         (qsort_r): Renamed from qsort.  Take additional parameter and pass it
6397         on as third parameter to compare function and _quicksort.
6398         * stdlib/qsort.c (_quicksort): Take additional parameter and pass on
6399         to the compare function.
6400         * stdlib/Versions [libc] (GLIBC_2.8): Add qsort_r.
6401         * Versions.def: Add GLIBC_2.8 for libc.
6402
6403         * posix/tst-rfc3484.c: Adjust for addition of prefixlen field.
6404         * posix/tst-rfc3484-2.c: Likewise.
6405
6406         * include/kernel-features.h: Moved to...
6407         * sysdeps/mach/hurd/kernel-features.h: ...here.
6408
6409 2007-09-13  H.J. Lu  <hongjiu.lu@intel.com>
6410
6411         * sysdeps/i386/i586/memcpy_chk.S: New file.
6412         * sysdeps/i386/i586/mempcpy_chk.S: Likewise.
6413         * sysdeps/i386/i586/memset_chk.S: Likewise.
6414
6415 2007-11-12  Ulrich Drepper  <drepper@redhat.com>
6416
6417         * include/ifaddrs.c (struct in6addrinfo): Add prefixlen field.
6418         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Always return
6419         list of interfaces.  Also store prefix length.
6420         * sysdeps/posix/getaddrinfo.c (sort_result): Add prefixlen element.
6421         (rfc3484_sort): In rule 9, for IPv4 addresses count only matching
6422         prefix if source and destination address are in the same subnet.
6423         (getaddrinfo): Always call __check_pf.  Fill in prefixlen field.
6424         Always look for matching record in in6ai list.
6425         Correct source_addr_len value for IPv6->IPv4 converted records.
6426
6427 2007-11-11  Roland McGrath  <roland@frob.com>
6428
6429         * include/kernel-features.h: New file.
6430
6431 2007-11-10  Ulrich Drepper  <drepper@redhat.com>
6432
6433         * sysdeps/pthread/aio_misc.c (handle_fildes_io): Avoid unnecessary
6434         complications for 64-bit platforms.
6435
6436         * sysdeps/unix/sysv/linux/open64.c: Move __open64_2 implementation to..
6437         * sysdeps/unix/sysv/linux/open64_2.c: ...here.  New file.
6438         * sysdeps/unix/sysv/linux/Makefile [subdir=io] (sysdep_routines): Add
6439         open64_2.
6440         * sysdeps/unix/sysv/linux/ia64/syscalls.list: Add open and creat
6441         entries.
6442         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Likewise.
6443         * sysdeps/wordsize-64/alphasort.c: New file.
6444         * sysdeps/wordsize-64/alphasort64.c: New file.
6445         * sysdeps/wordsize-64/fseeko.c: New file.
6446         * sysdeps/wordsize-64/fseeko64.c: New file.
6447         * sysdeps/wordsize-64/ftello.c: New file.
6448         * sysdeps/wordsize-64/ftello64.c: New file.
6449         * sysdeps/wordsize-64/ftw.c: New file.
6450         * sysdeps/wordsize-64/ftw64.c: New file.
6451         * sysdeps/wordsize-64/iofgetpos.c: New file.
6452         * sysdeps/wordsize-64/iofgetpos64.c: New file.
6453         * sysdeps/wordsize-64/iofopen.c: New file.
6454         * sysdeps/wordsize-64/iofopen64.c: New file.
6455         * sysdeps/wordsize-64/iofsetpos.c: New file.
6456         * sysdeps/wordsize-64/iofsetpos64.c: New file.
6457         * sysdeps/wordsize-64/lockf.c: New file.
6458         * sysdeps/wordsize-64/lockf64.c: New file.
6459         * sysdeps/wordsize-64/mkostemp.c: New file.
6460         * sysdeps/wordsize-64/mkostemp64.c: New file.
6461         * sysdeps/wordsize-64/mkstemp.c: New file.
6462         * sysdeps/wordsize-64/mkstemp64.c: New file.
6463         * sysdeps/wordsize-64/scandir.c: New file.
6464         * sysdeps/wordsize-64/scandir64.c: New file.
6465         * sysdeps/wordsize-64/tmpfile.c: New file.
6466         * sysdeps/wordsize-64/tmpfile64.c: New file.
6467         * sysdeps/wordsize-64/versionsort.c: New file.
6468         * sysdeps/wordsize-64/versionsort64.c: New file.
6469         * sysdeps/unix/sysv/linux/wordsize-64/aio_read.c: New file.
6470         * sysdeps/unix/sysv/linux/wordsize-64/aio_read64.c: New file.
6471         * sysdeps/unix/sysv/linux/wordsize-64/aio_write.c: New file.
6472         * sysdeps/unix/sysv/linux/wordsize-64/aio_write64.c: New file.
6473         * sysdeps/unix/sysv/linux/wordsize-64/creat64.c: New file.
6474         * sysdeps/unix/sysv/linux/wordsize-64/getdirentries.c: New file.
6475         * sysdeps/unix/sysv/linux/wordsize-64/getdirentries64.c: New file.
6476         * sysdeps/unix/sysv/linux/wordsize-64/lio_listio.c: New file.
6477         * sysdeps/unix/sysv/linux/wordsize-64/lio_listio64.c: New file.
6478         * sysdeps/unix/sysv/linux/wordsize-64/open64.c: New file.
6479         * sysdeps/unix/sysv/linux/wordsize-64/openat.c: New file.
6480         * sysdeps/unix/sysv/linux/wordsize-64/openat64.c: New file.
6481
6482         * crypt/sha256-crypt.c: Fix a comment.
6483         * crypt/sha512-crypt.c: Likewise.
6484
6485 2007-11-07  H.J. Lu  <hongjiu.lu@intel.com>
6486
6487         * sysdeps/x86_64/memset.S: Add sfence after movnti.
6488
6489 2007-11-07  Ulrich Drepper  <drepper@redhat.com>
6490
6491         [BZ #5277]
6492         * iconv/loop.c (STANDARD_TO_LOOP_ERR_HANDLER): If conversion failed
6493         because output buffer is too small break, don't loop.
6494         * iconvdata/Makefile (tests): Add bug-iconv6.
6495         * iconvdata/bug-iconv6.c: New file.
6496
6497 2007-11-06  Ulrich Drepper  <drepper@redhat.com>
6498
6499         * stdio-common/vfprintf.c (vfprintf): Compute necessary buffer size
6500         with size_t type.
6501         * stdio-common/printf_fp.c (__print_fp): Change chars_needed type to
6502         size_t.  Add casts where needed.
6503
6504         * nscd/selinux.c (nscd_request_avc_has_perm): When compiled with
6505         old headers, don't call avc_has_perm if we don't have the
6506         permission information.
6507
6508 2007-11-05  Daniel Jacobowitz  <dan@codesourcery.com>
6509
6510         * elf/rtld.c (dl_main): Use the page size to find the map start.
6511
6512 2007-11-05  Ulrich Drepper  <drepper@redhat.com>
6513
6514         * time/tzfile.c (__tzfile_read): Fix check for version 0 data files.
6515         Patch by Szymon Siwek <sls@poczta.wp.pl>.
6516
6517         * nscd/aicache.c (addhstaiX): Check herrno after IPv4 lookup only
6518         when the lookup call failed.
6519
6520         * nscd/nscd.h (struct database_dyn): Rename prunelock to prune_lock.
6521         Add prune_cond and wakeup_time.
6522         (CACHE_PRUNE_INTERNAL): Define.
6523         Update declarations of prune_cache and setup_thread.
6524         * nscd/connections.c (dbs): Update initializers.
6525         (CACHE_PRUNE_INTERNAL): Moved to nscd.h.
6526         (nscd_init): Default number of threads is now 4.
6527         (invalidate_cache): Take lock before calling prune_cache.
6528         (handle_request): If SELinux forbids the request, say so.
6529         (readylist_cond): Use static initializer.
6530         (nscd_run_prune): New function.  Used only by pruning threads.
6531         (nscd_run_worder): Renamed from nscd_run.  Remove support for pruning
6532         here.
6533         (fd_ready): Update nscd_run reference.
6534         (start_threads): No need to initialize readylist_cond.
6535         Start pruning threads separately.
6536         * nscd/nscd_setup_thread.c: Change return value type to int and always
6537         return 0.
6538         * sysdeps/unix/sysv/linux/nscd_setup_thread.c: Change return value type
6539         to int and return nonzero value if we can use the TID address hack.
6540         * nscd/cache.c (cache_add): If next wakeup time of cleanup thread for
6541         the database is later than the new entry's timeout, update the
6542         wakeup time and wake the cleanup thread.
6543         (prune_cache): Return seconds the next entry in the database is still
6544         valid.  Remove locking for pruning here.
6545         * nscd/nscd.conf: Document default number of threads.
6546
6547 2007-10-31  Ulrich Drepper  <drepper@redhat.com>
6548
6549         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Make sure
6550         stack is properly aligned for the target function.
6551         Correct unwind info.
6552
6553         * elf/rtld.c (dl_main): Initialize stack and pointer guard early
6554         when using auditing libraries.
6555
6556 2007-10-29  Ulrich Drepper  <drepper@redhat.com>
6557
6558         * resolv/Versions [libresolv] (GLIBC_PRIVATE): Add
6559         _nss_dns_getnetbyaddr2_r.
6560         * resolv/nss_dns/dns-host.c: Define _nss_dns_getnetbyaddr2_r.  Pass
6561         extra parameter to getanswer_r.
6562         (_nss_dns_getnetbyaddr_r): Now a wrapper around
6563         _nss_dns_getnetbyaddr2_r.
6564
6565         * nscd/Makefile (nscd-modules): Replace gethstbynm2_r with
6566         gethstbynm3_r.
6567         * nscd/gethstbynm2_r.c: Remove.
6568         * nscd/gethstbynm3_r.c: New file.
6569         * nscd/aicache.c (addhstaiX): Use __gethostbyaddr2_r instead of
6570         __gethostbyaddr_r.
6571         * nscd/gethstbyad_r.c: Generate __gethostbyaddr2_r function.  Define
6572         __gethostbyaddr_r compatibility wrapper.
6573         * nscd/hstcache.c (cache_addhst): Add ttl parameter.  Use it when
6574         determining timeout of entry.
6575         (lookup): Take new parameter and pass it to __gethostbyname3_r and
6576         __gethostbyaddr2_r.
6577         (addhstbyX): Pass reference to variable for TTL to lookup and
6578         cache_addhst.
6579         * nss/Versions [glibc] (GLIBC_PRIVATE): Export __nss_passwd_lookup2,
6580         __nss_group_lookup2, __nss_hosts_lookup2, __nss_services_lookup2,
6581         and __nss_next2.  Remove __nss_services_lookup.
6582         * nss/XXX-lookup.c: Name function now *_lookup2.  Add new parameter.
6583         Add compat wrapper.
6584         * nss/getXXbyYY_r.c: Changes to call new *_lookup2 functions and
6585         __nss_next2.
6586         * nss/getXXent_r.c: Likewise.
6587         * nss/getnssent_r.c: Likewise.
6588         * nss/nsswitch.c (__nss_lookup): Add new parameter.  If first function
6589         does not exist in module, try the optional second name.
6590         (__nss_next2): New function.
6591         (__nss_next): Now wrapper around __nss_next2.
6592         * nss/nsswitch.h: Adjust __nss_lookup prototype.
6593         Declare __nss_next2.
6594         Adjust definition of db_lookup_function type.
6595         * nss/service-lookup.c: Define NO_COMPAT.
6596         * include/netdb.h: Declare __gethostbyaddr2_r and __gethostbyname3_r.
6597         * inet/ether_hton.c: Use __nss_next2 instead of __nss_next.
6598         * inet/ether_ntoh.c: Likewise.
6599         * sunrpc/netname.c: Likewise.
6600         * sunrpc/publickey.c: Likewise.
6601         * inet/getnetgrent.c: Likewise.  Adjust calls to __nss_lookup.
6602         * inet/gethstbyad_r.c (DB_LOOKUP_FCT): Change to __nss_hosts_lookup2.
6603         * inet/gethstbynm2_r.c (DB_LOOKUP_FCT): Likewise.
6604         * inet/gethstbynm_r.c (DB_LOOKUP_FCT): Likewise.
6605         * inet/gethstent_r.c (DB_LOOKUP_FCT): Likewise.
6606
6607         * nscd/aicache.c (addhstaiX): Fix default TTL handling.
6608
6609         * inet/getnetgrent_r.c (setup): Encrypt static pointer.
6610
6611 2007-10-28  Ulrich Drepper  <drepper@redhat.com>
6612
6613         [BZ #5204]
6614         * crypt/sha256c-test.c: Define TIMEOUT to 6 for ancient hardware.
6615         * crypt/sha512c-test.c: Likewise.
6616
6617         [BZ #5225]
6618         * stdio-common/vfscanf.c (_IO_vfwscanf): Don't misuse wp pointer
6619         to keep track of end of %[ format string element.
6620         * stdio-common/Makefile (tests): Add bug20.
6621         * stdio-common/bug20.c: New file.
6622
6623         [BZ #5222]
6624         * elf/dl-load.c (_dl_rtld_di_serinfo): Correct handling of short
6625         path elements in counting mode.
6626
6627 2007-10-27  Andreas Jaeger  <aj@suse.de>
6628
6629         [BZ #5040]
6630         * sysdeps/unix/sysv/linux/sys/epoll.h (EPOLLRDHUP): Add value.
6631
6632         [BZ #3112]
6633         * sysdeps/ia64/backtrace.c (init): Free shared library if incorrect.
6634         (__cleanup): Free shared library when exiting.
6635         * sysdeps/i386/backtrace.c (init): Free shared library if incorrect.
6636         (__cleanup): Free shared library when exiting.
6637
6638 2006-04-14  H.J. Lu  <hongjiu.lu@intel.com>
6639
6640         [BZ #2549]
6641         * math/libm-test.inc (check_float_internal): Support
6642         denormalized return.
6643
6644 2007-10-23  Andreas Jaeger  <aj@suse.de>
6645
6646         [BZ #5208]
6647         * sysdeps/unix/sysv/linux/readahead.c (__readahead): Use
6648         __LONG_LONG_PAIR to handle little endian byte order.
6649         Suggested by abhishekrai@google.com
6650
6651 2007-10-27  Ulrich Drepper  <drepper@redhat.com>
6652
6653         * malloc/arena.c [!NO_THREADS]: Use ATFORK_MEM if defined.
6654
6655 2007-10-26  Ulrich Drepper  <drepper@redhat.com>
6656
6657         * nscd/cache.c (prune_cache): Move test for modified file outside
6658         of locking.
6659
6660 2007-10-21  Andreas Jaeger  <aj@suse.de>
6661
6662         * manual/texinfo.tex: Update to latest version.
6663
6664         * manual/sysinfo.texi (System Parameters): Fix Formatting.
6665
6666         * manual/arith.texi (Status bit operations): Fix formatting.
6667
6668         * manual/errno.texi (Error Messages): Fix formatting.
6669
6670         * manual/sysinfo.texi (System Parameters): Fix formatting.
6671
6672         * manual/libc.texinfo: Update VERSION and UPDATED.
6673
6674 2007-10-19  Roland McGrath  <roland@redhat.com>
6675
6676         * elf/Makefile ($(objpfx)ld.so): Use $(AWK).
6677
6678 2007-10-06  David S. Miller  <davem@davemloft.net>
6679
6680         * configure.in: Add sparcv9v2 and sparc64v2.
6681         * scripts/config.sub: Likewise.
6682         * configure: Regenerate.
6683         * elf/elf.h (HWCAP_SPARC_N2): New.
6684         * sysdeps/sparc/dl-procinfo.h (_DL_HWCAP_COUNT): Bump to 8.
6685         * sysdeps/sparc/dl-procinfo.c (_dl_sparc_cap_flags): Add 'v9v2'.
6686         (HWCAP_IMPORTANT): Add HWCAP_SPARC_N2.
6687         * sysdeps/sparc/sparc32/sparcv9/sparcv9v2/memcpy.S: New file.
6688         * sysdeps/sparc/sparc32/sparcv9/sparcv9v2/memset.S: New file.
6689         * sysdeps/sparc/sparc64/sparcv9v2/memcpy.S: New file.
6690         * sysdeps/sparc/sparc64/sparcv9v2/memset.S: New file.
6691
6692 2007-10-18  Ulrich Drepper  <drepper@redhat.com>
6693
6694         * sunrpc/clnt_udp.c (clntudp_call): Don't block in recvfrom call
6695         even if the poll result indicates there is data to read.
6696         Patch by Jeff Moyer <jmoyer@redhat.com>.
6697
6698 2007-10-18  Roland McGrath  <roland@redhat.com>
6699
6700         * elf/elf.h (NT_PPC_VMX): New macro.
6701
6702 2007-10-17  Ulrich Drepper  <drepper@redhat.com>
6703
6704         * version.h (VERSION): Set to 2.7.90.
6705
6706 2007-10-17  Jakub Jelinek  <jakub@redhat.com>
6707
6708         * sysdeps/x86_64/memset.S (bzero): Renamed to __bzero.  Add
6709         weak_alias.
6710
6711 2007-10-17  Roland McGrath  <roland@frob.com>
6712
6713         * sysdeps/mach/hurd/bits/fcntl.h [__USE_GNU__] (F_DUPFD_CLOEXEC): New.
6714         * sysdeps/mach/hurd/fcntl.c (__libc_fcntl): Implement it.
6715
6716 2007-10-17  Ulrich Drepper  <drepper@redhat.com>
6717
6718         * version.h (VERSION): Bump to 2.7.
6719         * include/features.h (__GLIBC_MINOR__): Bump to 7.
6720
6721         [BZ #5186]
6722         * time/tzset.c (__tz_convert): Don't force testing for a change of
6723         TZ if not called from localtime.  But then also see whether the
6724         file changed, in case __use_tzfile is set.
6725
6726         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define F_DUPFD_CLOEXEC.
6727         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
6728         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
6729         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
6730         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
6731         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
6732         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h:  Likewise.
6733         * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h: Likewise.
6734
6735 2007-10-17  Jakub Jelinek  <jakub@redhat.com>
6736
6737         * sysdeps/posix/getaddrinfo.c (getaddrinfo): When sorting addresses
6738         and admin selects to be able to replace the gai.conf file, lock
6739         data structures around the qsort call.
6740
6741 2007-10-17  Ulrich Drepper  <drepper@redhat.com>
6742
6743         * sysdeps/x86_64/cacheinfo.c: Comment out code added in support of
6744         new memset.
6745         * sysdeps/x86_64/memset.S: Revert to old version for now.  The cost is
6746         too high for the improvements.  Implement bzero unconditionally for
6747         use in libc.
6748
6749 2007-10-17  Ulrich Drepper  <drepper@redhat.com>
6750             Jakub Jelinek  <jakub@redhat.com>
6751
6752         * time/tzfile.c (__tzfile_read): Read POSIX TZ string if available
6753         even when time_t is 32-bit.
6754         (__tzfile_compute): Override POSIX TZ string STD/DST zone names if
6755         timezone data read by __tzfile_default.  Ensure __tzname[0] is
6756         always set after the search.
6757
6758 2007-10-16  Ulrich Drepper  <drepper@redhat.com>
6759
6760         * time/tzfile.c (__tzfile_read): Help the compiler recognize
6761         unreachable code on 32-bit machines.
6762
6763 2007-10-16  Jakub Jelinek  <jakub@redhat.com>
6764
6765         [BZ #5184]
6766         * time/strftime_l.c: Include stdbool.h.
6767         (my_strftime): New wrapper, old function renamed to...
6768         (__strftime_internal): ... new function.  Add tzset_called
6769         argument, pass it down to recursive calls, don't call tzset ()
6770         if already true, set to true after call to tzset ().
6771
6772 2007-10-16  Ulrich Drepper  <drepper@redhat.com>
6773
6774         * time/tzfile.c (__tzfile_read): Take extra memory requested by caller
6775         into account when copying TZ string.
6776
6777 2007-10-16  Jakub Jelinek  <jakub@redhat.com>
6778
6779         * time/tzfile.c (__tzfile_compute): For use_last case set i to
6780         num_transition rather than num_transitions - 1.
6781
6782 2007-10-16  Jakub Jelinek  <jakub@redhat.com>
6783
6784         * sysdeps/x86_64/memset.S (memset): Fix sse2_nt_move
6785         PIC indirect jump.
6786
6787         * sysdeps/x86_64/memset.S: Jump from bzero to memset using
6788         a local label rather than HIDDEN_JUMPTARGET.
6789
6790 2007-10-15  Ulrich Drepper  <drepper@redhat.com>
6791
6792         * sysdeps/x86_64/cacheinfo.c (__x86_64_shared_cache_size): Define.
6793         (init_cacheinfo): Initialize it.
6794         * sysdeps/x86_64/memset.S: Use __x86_64_shared_cache_size.
6795         Always define bzero.
6796         Remove non-glibc code.
6797         * sysdeps/x86_64/bzero.S: Make an empty file.
6798
6799 2007-10-15  H.J. Lu  <hongjiu.lu@intel.com>
6800
6801         * sysdeps/x86_64/cacheinfo.c
6802         (__x86_64_preferred_memory_instruction): New.
6803         (init_cacheinfo): Initialize __x86_64_preferred_memory_instruction.
6804
6805         * sysdeps/x86_64/memset.S: Rewrite.
6806
6807 2007-10-15  Roland McGrath  <roland@redhat.com>
6808
6809         * po/libc.pot: Regenerated.
6810
6811 2007-10-15  Ulrich Drepper  <drepper@redhat.com>
6812
6813         * nss/getXXbyYY_r.c (REENTRANT_NAME): Mangle startp and start_fct
6814         pointers.
6815
6816         [BZ #3425]
6817         * resolv/nss_dns/dns-host.c (getanswer_r): Fail with
6818         NSS_STATUS_NOTFOUND if the server replied with only a CNAME and no
6819         address record to T_A/T_AAAA requests.
6820
6821 2007-10-14  Ulrich Drepper  <drepper@redhat.com>
6822
6823         * posix/glob.c: Reimplement link_exists_p to use fstatat64.
6824
6825         * posix/glob.c: Add some branch prediction throughout.
6826
6827         * nscd/nscd_getgr_r.c (nscd_getgr_r): Store result of successful
6828         read from nscd.
6829
6830         * sysdeps/posix/getaddrinfo.c (struct sort_result): Add
6831         service_order.
6832         (rfc3484_sort): Make sure that even if qsort doesn't support
6833         stable sorting out sorting here is stable by comparing service_order.
6834         (getaddrinfo): Initialize service_order.
6835         * posix/tst-rfc3484.c (do_test): Adjust for addition of
6836         service_order field to sorting structure.
6837         * posix/tst-rfc3484-2.c (do_test): Likewise.
6838
6839         * include/time.h: Declare __tzset_parse_tz and __tzset_compute.
6840         * time/tzset.c (tzset_internal): Break TZ string parsing out into
6841         __tzset_parse_tz and updating of daylight, timezone, tzname into
6842         update_vars.
6843         (__tz_compute): Renamed from tz_compute.  Take additional parameters.
6844         (__tz_convert): Updating of tm_isdst, tm_zone, and tm_gmtoff now
6845         happens in __tz_compute.
6846         * time/tzfile.c (__tzfile_read): Also read TZ string.
6847         (find_transition): Fold into __tzfile_compute.
6848         (__tzfile_compute): For times beyond the last transition try to
6849         use the TZ string.
6850         * timezone/tst-timezone.c: Information in daylight and tzname does
6851         change for Asia/Tokyo timezone with more concrete information.
6852         Remove the test.
6853
6854         * include/stdio.h: Add libc_hidden_proto for ftello.
6855         * libio/ftello.c: Add libc_hidden_def.
6856
6857         [BZ #1140]
6858         * time/tzfile.c (__tzfile_compute): Compute tzname[] values based
6859         on the specified time and not the last entries in the file.  Move
6860         code to determine tzname[] to...
6861         (find_transition): ...here.  Add ugly guess for times before the
6862         first transition.
6863
6864 2007-10-13  Ulrich Drepper  <drepper@redhat.com>
6865
6866         [BZ #3195]
6867         * nscd/nscd_getai.c (__nscd_getai): Set errno to 0 in case we found
6868         no entry.
6869         * nscd/nscd_getgr.c (nscd_getgr_r): Likewise.
6870         * nscd/nscd_gethst_r.c (nscd_gethst_r): Likewise.
6871         * nscd/nscd_getpw_r.c (nscd_getpw_r): Likewise.
6872         * nscd/nscd_getserv_r.c (nscd_getserv_r): Likewise.
6873
6874         * nscd/nscd_getgr_r.c (nscd_getgr_r): Optimize a bit: use simpler
6875         read mechanism when there are no group members and avoid no-op
6876         read syscall in this case.
6877
6878         [BZ #3242]
6879         * nscd/nscd_helper.c (wait_on_socket): Take timeout as parameter.
6880         (__readall): If reading failed due to EAGAIN error wait a bit
6881         and possibly try again.
6882         (__readvall): Likewise.
6883
6884 2007-10-13  Bruno Haible  <bruno@clisp.org>
6885
6886         * intl/dcigettext.c (_nl_find_msg): Unlock the conversions_lock
6887         when we cannot recode the message.
6888
6889 2007-10-13  Ulrich Drepper  <drepper@redhat.com>
6890
6891         [BZ #4359]
6892         * libio/__freading.c (__freading): Don't return true for
6893         write-only streams.  For read/write streams, check whether we
6894         performed a read operation already.
6895         * libio/Makefile (tests): Add tst-ext2.
6896         * libio/tst-ext2.c: New file.
6897
6898 2007-10-12  Ulrich Drepper  <drepper@redhat.com>
6899
6900         * locale/programs/repertoire.c (repertoire_read): Always free
6901         memory for repertoire file name [Coverity CID 270].
6902
6903         * elf/cache.c (save_aux_cache): Free memory allocated for
6904         temporary file name [Coverity CID 267].
6905
6906 2007-10-12  Jakub Jelinek  <jakub@redhat.com>
6907
6908         * misc/Makefile (headers): Add bits/error.h.
6909
6910 2007-10-12  Ulrich Drepper  <drepper@redhat.com>
6911
6912         * posix/fnmatch_loop.c: Take rule index returned as part of
6913         findidx return value into account when accessing weights.
6914         * posix/regcomp.c: Likewise.
6915         * posix/regexec.c: Likewise.
6916
6917         * locale/programs/ld-collate.c (collate_read): Optimize a bit.
6918         (skip_to): Fix problems with parameter of elifdef/elifndef.
6919
6920 2007-10-11  Ulrich Drepper  <drepper@redhat.com>
6921
6922         * iconv/gconv_simple.c: Add some branch prediction.
6923
6924 2007-10-12  Jakub Jelinek  <jakub@redhat.com>
6925
6926         * locale/programs/ld-collate.c (collate_read): If ignore_content
6927         and nowtok is tok_define, eat any tok_eol tokens.
6928
6929 2007-10-11  Jakub Jelinek  <jakub@redhat.com>
6930
6931         * sysdeps/gnu/netinet/tcp.h: Include sys/socket.h if __USE_MISC.
6932         (struct tcp_md5sig): Change tcpm_addr type to struct sockaddr_storage.
6933
6934         * inet/netinet/in.h: Don't include bits/socket.h.
6935         * sysdeps/unix/sysv/linux/bits/socket.h: Only check _SYS_SOCKET_H
6936         macro.
6937         * sysdeps/unix/bsd/bsd4.4/bits/socket.h: Likewise.
6938
6939 2007-10-10  Ulrich Drepper  <drepper@redhat.com>
6940
6941         * locale/programs/locfile-token.h: Remove tok_elif, add tok_elifdef
6942         and tok_elifndef.
6943         * locale/programs/locfile-kw.gperf: Likewise.
6944         * locale/programs/ld-collate.c: Implement primitive preprocessor.
6945
6946 2007-10-10  Jakub Jelinek  <jakub@redhat.com>
6947
6948         * stdio-common/printf-parse.h: Include string.h and wchar.h.
6949         (__find_specwc): Change into __extern_always_inline function.
6950         (__find_specmb): Likewise.  Remove ps argument.  Use __strchrnul.
6951         (__parse_one_specmb): Remove ps argument.
6952         * stdio-common/vfprintf.c (vfprintf): Remove mbstate variable.
6953         Adjust __find_specmb and __parse_one_specmb callers.
6954         * stdio-common/printf-prs.c (parse_printf_format): Likewise.
6955         * stdio-common/printf-parsemb.c (__find_specwc, __find_specmb):
6956         Removed.
6957         (__parse_one_specmb): Remove ps argument, adjust __find_specmb
6958         caller.
6959
6960 2007-10-09  Ulrich Drepper  <drepper@redhat.com>
6961
6962         * sysdeps/x86_64/cacheinfo.c (init_cacheinfo): Work around problem
6963         with some Pentium Ds.
6964
6965 2007-10-08  Ulrich Drepper  <drepper@redhat.com>
6966
6967         * sysdeps/unix/sysv/linux/eventfd_read.c (eventfd_read): Use
6968         __read not read.
6969         * sysdeps/unix/sysv/linux/eventfd_write.c (eventfd_write): Use
6970         __write not write.
6971
6972 2007-10-07  Ulrich Drepper  <drepper@redhat.com>
6973
6974         [BZ #181]
6975         * locale/C-time.c: Set week_1stday data to 19971201.
6976         * locale/programs/ld-time.c (time_finish): Default for
6977         first_workday is Monday.
6978
6979         [BZ #2633]
6980         * wcsmbs/wchar.h: Move many C99 functions into std namespace.
6981
6982         [BZ #5103]
6983         * posix/glob.c (glob): Recognize patterns starting \/.
6984         * posix/tst-gnuglob.c (find_file): Handle absolute path names.
6985         (main): Add test for pattern starting \/.
6986
6987         * misc/error.h: Use __const instead of const.
6988         * misc/bits/error.h: Likewise.
6989
6990 2007-10-07  Andreas Jaeger  <aj@suse.de>
6991
6992         * include/bits/error.h: New file.
6993
6994         * misc/bits/error.h (error_at_line): Fix prototype.
6995
6996 2007-10-06  Ulrich Drepper  <drepper@redhat.com>
6997
6998         [BZ #3924]
6999         * sysdeps/i386/dl-trampoline.S (_dl_runtime_profile): Fix a few
7000         more little bugs in creating the stack frame when pltexit has to
7001         be called.
7002
7003         * nscd/nscd_helper.c (__nscd_cache_search): Prevent endless loops.
7004         * nscd/connections.c (verify_persistent_db): Recognize circular lists.
7005
7006         [BZ #4407]
7007         * sysdeps/ieee754/dbl-64/e_lgamma_r.c: Fix *signgamp for -0.0.
7008         * sysdeps/ieee754/flt-32/e_lgammaf_r.c: Likewise.
7009         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Likewise.
7010         * math/libm-test.inc: Add test for this case.
7011
7012         [BZ #5010]
7013         * sunrpc/svc.c (struct svc_callout): Add sc_mapped element.
7014         (svc_register): Initialize sc_mapped.  Set to TRUE if call to
7015         map service succeeded.
7016         (svc_is_mapped): New function.
7017         (svc_unregister): Use it before trying to unmap service.
7018
7019 2007-10-05  Ulrich Drepper  <drepper@redhat.com>
7020
7021         * timezone/zic.c: Update from tzcode2007h.
7022
7023         [BZ #5063]
7024         * timezone/africa: Update from tzdata2007h.
7025         * timezone/antarctica: Likewise.
7026         * timezone/asia: Likewise.
7027         * timezone/australasia: Likewise.
7028         * timezone/europe: Likewise.
7029         * timezone/leapseconds: Likewise.
7030         * timezone/northamerica: Likewise.
7031         * timezone/southamerica: Likewise.
7032         * timzeone/zone.tab: Likewise.
7033
7034         [BZ #5104]
7035         * elf/do-lookup.h (do_lookup_x): Don't ignore STT_COMMON symbols.
7036
7037         [BZ #5113]
7038         * string/bits/string2.h (__strdup): Cast parameters to calloc to
7039         avoid warning with -Wconversion.
7040         (__strndup): Likewise.
7041         Half the patch by Christian Iseli <christian.iseli@licr.org>.
7042
7043         [BZ #5112]
7044         * nscd/connections.c (restart): Don't resync if database is
7045         disabled.  Patch mostly by Brian De Wolf <bldewolf@csupomona.edu>.
7046
7047         * sysdeps/gnu/netinet/tcp.h: Define TCP_MD5SIG, TCP_MD5SIG_MAXKEYLEN,
7048         struct tcp_md5sig.  Extend struct tcp_info according to recent kernels.
7049
7050         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Add eventfd,
7051         evetnfd_read, eventfd_write.
7052         * sysdeps/unix/sysv/linux/eventfd.c: New file.
7053         * sysdeps/unix/sysv/linux/eventfd_read.c: New file.
7054         * sysdeps/unix/sysv/linux/eventfd_write.c: New file.
7055         * sysdeps/unix/sysv/linux/sys/eventfd.h: New file.
7056         * sysdeps/unix/sysv/linux/Versions: Export eventfd, eventfd_read,
7057         eventfd_write for GLIBC_2.7.
7058
7059         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Add signalfd.
7060         * sysdeps/unix/sysv/linux/signalfd.c: New file.
7061         * sysdeps/unix/sysv/linux/sys/signalfd.h: New file.
7062         * sysdeps/unix/sysv/linux/Versions: Export signalfd for GLIBC_2.7.
7063
7064 2007-10-04  Jakub Jelinek  <jakub@redhat.com>
7065
7066         * stdlib/msort.c: Include stdint.h.
7067         (struct msort_param): New type.
7068         (msort_with_tmp): Use struct msort_param pointer for unchanging
7069         parameters.  Add optimized handling for several common sizes
7070         and indirect sorting mode.
7071         (qsort): Adjust msort_with_tmp callers.  For big S use indirect
7072         sorting.
7073         Suggested by Belazougui Djamel .
7074
7075         * stdlib/Makefile (tests): Add tst-qsort2.
7076         * stdlib/tst-qsort2.c: New test.
7077
7078 2007-10-04  Ulrich Drepper  <drepper@redhat.com>
7079
7080         * login/login_tty.c (login_tty): The Linux kernel can return EBUSY
7081         for dup2 in case another thread races with the current one.  Retry
7082         in this case.
7083
7084         * misc/error.h: Remove support for use outside of libc.  We have to
7085         include <features.h> now.  Include <bits/error.h> if possible.
7086         * misc/bits/error.h: New file.
7087
7088 2007-10-03  Jakub Jelinek  <jakub@redhat.com>
7089
7090         * string/bits/string3.h (memcpy, memmove, mempcpy, memset, bcopy,
7091         bzero, strcpy, stpcpy, strncpy, strcat, strncat): Use
7092         __extern_always_inline functions unconditionally, drop macros.
7093
7094         * misc/sys/cdefs.h (__REDIRECT_LDBL, __REDIRECT_NTH_LDBL): New macros.
7095         * wcsmbs/bits/wchar2.h (__swprintf_alias, __vswprintf_alias): Use
7096         __REDIRECT_NTH_LDBL macro rather than __REDIRECT_NTH.
7097
7098         * misc/sys/cdefs.h (__extern_always_inline): For GCC 4.3+
7099         add __artificial__ attribute.
7100
7101 2007-10-02  Ulrich Drepper  <drepper@redhat.com>
7102
7103         * string/strcoll_l.c (STRCOLL): Correct handling of switching from
7104         backward to forward direction.
7105
7106         * string/strcoll_l.c (STRCOLL): Correct test for alloca use.
7107
7108         [BZ #645]
7109         * locale/programs/ld-collate.c (collate_finish): Compare against last
7110         used section which is known to have rules defined.
7111         (collate_read): After order_start, correctly record order of sections
7112         and queue sections up.
7113
7114 2007-10-01  Ulrich Drepper  <drepper@redhat.com>
7115
7116         [BZ #5071]
7117         * malloc/malloc.c (mremap_chunk): Avoid resizing of new block has
7118         the same number of pages.
7119         Patch by Tomash Brechko <tomash.brechko@gmail.com>.
7120
7121         * locale/programs/ld-collate.c (collate_read): After initial copy
7122         statement, continue in state 0.
7123
7124         * include/stdio_ext.h (__fsetlocking): Define as macro.
7125
7126 2007-09-30  Ulrich Drepper  <drepper@redhat.com>
7127
7128         * locale/programs/ld-collate.c (collate_finish): Compare all bytes
7129         of section order.
7130
7131         * po/pt_BR.po: Fix typo.
7132
7133 2007-09-29  Ulrich Drepper  <drepper@redhat.com>
7134
7135         * iconvdata/Makefile (modules): Add ISO8859-9E.
7136         (distribute): Add iso8859-9e.c.
7137         (gen-8bit-gap-modules): Add iso8859-9e.
7138         * iconvdata/iso8859-9e.c: New file.
7139         * iconvdata/gconv-modules: Add entries for ISO-8859-9E.
7140         * iconvdata/TESTS: Likewise.
7141         * iconvdata/tst-tables.sh: Likewise.
7142
7143         * iconvdata/koi8-r.c (HAS_HOLES): Define to 0.
7144
7145         * locale/iso-639.def: Add several new entries.
7146
7147 2007-09-24  Jakub Jelinek  <jakub@redhat.com>
7148
7149         * sysdeps/generic/ldsodefs.h (struct dl_scope_free_list): Store
7150         void * pointers instead of struct link_map **.
7151         (_dl_scope_free): Change argument type to void *.
7152         * include/link.h (struct link_map): Change type of l_reldeps
7153         to struct link_map_reldeps, move l_reldepsact into that
7154         struct too.
7155         * elf/dl-deps.c: Include atomic.h.
7156         (_dl_map_object_deps): Only change l->l_initfini when it is
7157         fully populated, use _dl_scope_free for freeing it.  Optimize
7158         removal of libs from reldeps by using l_reserved flag, when
7159         some removal is needed, allocate a new list instead of
7160         reallocating and free the old with _dl_scope_free.  Adjust
7161         for l_reldeps and l_reldepsact changes.
7162         * elf/dl-lookup.c (add_dependency): Likewise.  Reorganize to allow
7163         searching in l_initfini and l_reldeps without holding dl_load_lock.
7164         * elf/dl-fini.c (_dl_sort_fini): Adjust for l_reldeps and
7165         l_reldepsact changes.
7166         * elf/dl-close.c (_dl_close_worker): Likewise.
7167         * elf/dl-open.c (_dl_scope_free): Change argument type to void *.
7168
7169 2007-09-28  Ulrich Drepper  <drepper@redhat.com>
7170
7171         * iconvdata/Makefile (modules): Add KOI8-RU.
7172         (distribute): Add koi8-ru.c.
7173         (gen-8bit-gap-modules): Add koi8-ru.
7174         * iconvdata/koi8-ru.c: New file.
7175         * iconvdata/gconv-modules: Add entries for KOI8-RU.
7176         * iconvdata/TESTS: Likewise.
7177         * iconvdata/tst-tables.sh: Likewise.
7178
7179         * iconvdata/koi8-r.c (HAS_HOLES): Define to 0.
7180
7181 2007-09-26  Jakub Jelinek  <jakub@redhat.com>
7182
7183         * misc/sys/cdefs.h (__warndecl, __errordecl): For GCC 4.3+ define
7184         with __warning__/__error__ attributes.
7185         (__warnattr): Define.
7186         * stdlib/bits/stdlib.h (__realpath_chk_warn, __ptsname_r_chk_warn,
7187         __mbstowcs_chk_warn, __wcstombs_chk_warn): New aliases with
7188         __warnattr.
7189         (realpath, ptsname_r, mbstowcs, wcstombs): Call __*_chk_warn instead
7190         of __*_chk if compile time detectable overflow is found.
7191         * libio/bits/stdio2.h (__fgets_chk_warn, __fread_chk_warn,
7192         __fgets_unlocked_chk_warn, __fread_unlocked_chk_warn): New aliases
7193         with __warnattr.
7194         (fgets, fread, fgets_unlocked, fread_unlocked): Call __*_chk_warn
7195         instead of __*_chk if compile time detectable overflow is found.
7196         (__gets_alias): Rename to...
7197         (__gets_warn): ... this.  Add __warnattr.
7198         (gets): Call __gets_warn instead of __gets_alias.
7199         * socket/bits/socket2.h (__recv_chk_warn, __recvfrom_chk_warn): New
7200         aliases with __warnattr.
7201         (recv, recvfrom): Call __*_chk_warn instead of __*_chk if compile
7202         time detectable overflow is found.
7203         * posix/bits/unistd.h (__read_chk_warn, __pread_chk_warn,
7204         __pread64_chk_warn, __readlink_chk_warn, __readlinkat_chk_warn,
7205         __getcwd_chk_warn, __confstr_chk_warn, __getgroups_chk_warn,
7206         __ttyname_r_chk_warn, __getlogin_r_chk_warn, __gethostname_chk_warn,
7207         __getdomainname_chk_warn): New aliases with __warnattr.
7208         (read, pread, pread64, readlink, readlinkat, getcwd, confstr,
7209         getgroups, ttyname_r, getlogin_r, gethostname, getdomainname): Call
7210         __*_chk_warn instead of __*_chk if compile time detectable overflow
7211         is found.
7212         (__getgroups_chk): Rename argument to __listlen from listlen.
7213         (__getwd_alias): Rename to...
7214         (__getwd_warn): ... this.  Add __warnattr.
7215         (getwd): Call __getwd_warn instead of __getwd_alias.
7216         * wcsmbs/bits/wchar2.h (__wmemcpy_chk_warn, __wmemmove_chk_warn,
7217         __wmempcpy_chk_warn, __wmemset_chk_warn, __wcsncpy_chk_warn,
7218         __wcpncpy_chk_warn, __fgetws_chk_warn, __fgetws_unlocked_chk_warn,
7219         __mbsrtowcs_chk_warn, __wcsrtombs_chk_warn, __mbsnrtowcs_chk_warn,
7220         __wcsnrtombs_chk_warn): New aliases with __warnattr.
7221         (wmemcpy, wmemmove, wmempcpy, wmemset, mbsrtowcs, wcsrtombs,
7222         mbsnrtowcs, wcsnrtombs): Call __*_chk_warn instead of __*_chk if
7223         compile time detectable overflow is found.
7224         (wcsncpy, wcpncpy): Likewise.  For constant __n fix check whether
7225         to use __*_chk or not.
7226         (fgetws, fgetws_unlocked): Divide __bos by sizeof (wchar_t), both
7227         in comparisons which function should be called and in __*_chk*
7228         arguments.  Call __*_chk_warn instead of __*_chk if compile time
7229         detectable overflow is found.
7230         (swprintf, vswprintf): Divide __bos by sizeof (wchar_t) in
7231         __*_chk argument.
7232         * debug/tst-chk1.c (do_test): Add a few more tests.
7233
7234 2007-09-24  Ulrich Drepper  <drepper@redhat.com>
7235
7236         [BZ #5058]
7237         * intl/gettextP.h (struct loaded_domain): Add conversions_lock member.
7238         * intl/loadmsgcat.c (_nl_load_domain): Initialize conversions_lock.
7239         (_nl_unload_domain): Finalize conversions_lock.
7240         * intl/dcigettext.c (_nl_find_msg): Take conversions_lock before
7241         handling table of known conversions.
7242
7243 2007-09-24  Jakub Jelinek  <jakub@redhat.com>
7244
7245         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Use
7246         close_not_cancel_no_status instead of close.
7247
7248 2007-09-13  Aurelien Jarno  <aurelien@aurel32.net>
7249
7250         [BZ #5028]
7251         * posix/regcomp.c (lookup_collation_sequence_value): Check that
7252         nrules != 0 for multibyte chars.
7253
7254 2007-09-23  Ulrich Drepper  <drepper@redhat.com>
7255
7256         * resolv/ns_print.c (ns_sprintrrf): Handle ns_t_a6 and ns_t_opt.
7257         Provide better error message in case the type is unknown.
7258
7259         [BZ #4963]
7260         * wcsmbs/wcsnlen.c: Don't reference before checking the length.
7261         * string/stratcliff.c: Make usable to test wide char functions.
7262         * wcsmbs/wcsatcliff.c: New file.
7263         * wcsmbs/Makefiel (tests): Add wcsatcliff.
7264
7265         [BZ #4972]
7266         * iconvdata/Makefile (modules): Add MAC-CENTRALEUROPE.
7267         (distribute): Add mac-centraleurope.c.
7268         (gen-8bit-gap-modules): Add mac-centraleurope.
7269         * iconvdata/mac-centraleurope.c: New file.
7270         * iconvdata/gconv-modules: Add entries for MAC-CENTRALEUROPE.
7271         * iconvdata/TESTS: Likewise.
7272         * iconvdata/tst-tables.sh: Likewise.
7273
7274         [BZ #5043]
7275         * iconv/iconv_open.c (iconv_open): For large codeset names use malloc.
7276
7277 2007-09-21  Ulrich Drepper  <drepper@redhat.com>
7278
7279         * sysdeps/x86_64/cacheinfo.c (__x86_64_data_cache_size_half): Renamed
7280         from __x86_64_core_cache_size_half.
7281         (init_cacheinfo): Compute shared cache size for AMD processors with
7282         shared L3 correctly.
7283         * sysdeps/x86_64/memcpy.S: Adjust for __x86_64_data_cache_size_half
7284         name change.
7285         Patch in large parts by Evandro Menezes.
7286
7287 2007-09-19  Ulrich Drepper  <drepper@redhat.com>
7288
7289         * elf/dl-lookup.c (add_dependency): Handle failing memory
7290         allocation for dependency list.  Remove unnecessary check.
7291
7292         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Avoid unnecessary
7293         open/close when determining source addresses.
7294
7295         * crypt/Makefile (libcrypt-routines): Add sha256-crypt, sha256,
7296         sha512-crypt, and sha512.
7297         (tests): Add sha256test, sha256c-test, sha512test, and sha512c-test.
7298         (distribute): Add sha256.h and sha512.h.
7299         * crypt/crypt-entry.c (crypt): Recognize the new $5$ and $6$ prefixes
7300         and call the appropriate code.
7301         * crypt/sha256-crypt.c: New file.
7302         * crypt/sha256.c: New file.
7303         * crypt/sha256.h: New file.
7304         * crypt/sha256c-test.c: New file.
7305         * crypt/sha256test.c: New file.
7306         * crypt/sha512-crypt.c: New file.
7307         * crypt/sha512.c: New file.
7308         * crypt/sha512.h: New file.
7309         * crypt/sha512c-test.c: New file.
7310         * crypt/sha512test.c: New file.
7311
7312 2007-09-19  Jakub Jelinek  <jakub@redhat.com>
7313
7314         * misc/bits/syslog.h (syslog): Remove extraneous argument from
7315         the inline, pass __USE_FORTIFY_LEVEL - 1 as second argument to
7316         __syslog_chk.
7317
7318 2007-09-18  Jakub Jelinek  <jakub@redhat.com>
7319
7320         * locale/programs/charmap-dir.c (charmap_aliases): Use %ms instead of
7321         %as in fscanf format strings.
7322
7323         * sysdeps/sparc/sparc32/elf/start.S: Remove cfi_* markup.
7324         * sysdeps/sparc/sparc64/elf/start.S: Likewise.
7325         * sysdeps/unix/sysv/linux/sparc/sparc32/clone.S (__thread_start):
7326         Likewise.
7327         * sysdeps/unix/sysv/linux/sparc/sparc64/clone.S (__thread_start):
7328         Likewise.
7329
7330         * sysdeps/generic/ldsodefs.h (DL_LOOKUP_GSCOPE_LOCK): New definition.
7331         * elf/dl-runtime.c (_dl_fixup, _dl_profile_fixup): Or in
7332         DL_LOOKUP_GSCOPE_LOCK into flags after THREAD_GSCOPE_SET_FLAG ().
7333         * elf/dl-sym.c (do_sym): Likewise.
7334         * include/link.h (struct link_map): Add l_serial field.
7335         * elf/dl-object.c (_dl_new_object): Initialize l_serial.
7336         * elf/dl-lookup.c (add_dependency): Add flags argument.
7337         Remember map->l_serial, if DL_LOOKUP_GSCOPE_LOCK is among
7338         flags, use THREAD_GSCOPE_RESET_FLAG before and
7339         THREAD_GSCOPE_SET_FLAG after
7340         __rtld_lock_lock_recursive (GL(dl_load_lock)) to avoid deadlock.
7341         Don't dereference map until it has been found on some list.
7342         If map->l_serial changed, return -1.
7343
7344 2007-09-17  Jakub Jelinek  <jakub@redhat.com>
7345
7346         * include/stdio.h (__isoc99_fscanf, __isoc99_scanf,
7347         __isoc99_sscanf, __isoc99_vscanf): New prototypes.
7348         (__isoc99_vsscanf, __isoc99_vfscanf): New prototypes, add
7349         libc_hidden_proto.
7350         * include/wchar.h (__isoc99_fwscanf, __isoc99_wscanf,
7351         __isoc99_swscanf, __isoc99_vwscanf): New prototypes.
7352         (__isoc99_vswscanf, __isoc99_vfwscanf): New prototypes,
7353         add libc_hidden_proto.
7354         * libio/stdio.h (fscanf, scanf, sscanf, vfscanf, vscanf,
7355         vsscanf): Redirect to __isoc99_* if strict ISO C99 or POSIX
7356         conformance requested.
7357         * wcsmbs/wchar.h (fwscanf, wscanf, swscanf, vfwscanf, vwscanf,
7358         vswscanf): Redirect to __isoc99_* if strict ISO C99 or POSIX
7359         conformance requested.
7360         * libio/bits/stdio-ldbl.h (fscanf, scanf, sscanf, vfscanf, vscanf,
7361         vsscanf): Redirect to __nldbl___isoc99_* if strict ISO C99 or POSIX
7362         conformance requested.
7363         * wcsmbs/bits/wchar-ldbl.h (fwscanf, wscanf, swscanf, vfwscanf,
7364         vwscanf, vswscanf): Redirect to __nldbl___isoc99_* if strict
7365         ISO C99 or POSIX conformance requested.
7366         * stdio-common/Versions (libc): Export __isoc99_scanf@@GLIBC_2.7,
7367         __isoc99_vscanf@@GLIBC_2.7, __isoc99_fscanf@@GLIBC_2.7,
7368         __isoc99_vfscanf@@GLIBC_2.7, __isoc99_sscanf@@GLIBC_2.7
7369         and __isoc99_vsscanf@@GLIBC_2.7.
7370         * stdio-common/Makefile (routines): Add isoc99_scanf, isoc99_vscanf,
7371         isoc99_fscanf, isoc99_vfscanf, isoc99_sscanf and isoc99_vsscanf.
7372         (tests): Add scanf14.
7373         (CFLAGS-vfprintf.c, CFLAGS-fprintf.c, CFLAGS-printf.c,
7374         CFLAGS-vfwprintf.c, CFLAGS-vfscanf.c, CFLAGS-vfwscanf.c,
7375         CFLAGS-fscanf.c, CFLAGS-scanf.c, CFLAGS-isoc99_vfscanf.c,
7376         CFLAGS-isoc99_vscanf.c, CFLAGS-isoc99_fscanf.c,
7377         CFLAGS-isoc99_scanf.c): Add $(exceptions).
7378         (CFLAGS-scanf15.c): Add various -I paths to prevent the compiler
7379         from using internal headers.
7380         * wcsmbs/Versions (libc): Export __isoc99_wscanf@@GLIBC_2.7,
7381         __isoc99_vwscanf@@GLIBC_2.7, __isoc99_fwscanf@@GLIBC_2.7,
7382         __isoc99_vfwscanf@@GLIBC_2.7, __isoc99_swscanf@@GLIBC_2.7
7383         and __isoc99_vswscanf@@GLIBC_2.7.
7384         * wcsmbs/Makefile (routines): Add isoc99_wscanf, isoc99_vwscanf,
7385         isoc99_fwscanf, isoc99_vfwscanf, isoc99_swscanf and isoc99_vswscanf.
7386         (CFLAGS-isoc99_wscanf.c, CFLAGS-isoc99_fwscanf.c,
7387         CFLAGS-isoc99_vwscanf.c, CFLAGS-isoc99_vfwscanf.c): Add $(exceptions).
7388         (CPPFLAGS): Add -D_IO_MTSAFE_IO if needed.
7389         * stdio-common/isoc99_scanf.c: New file.
7390         * stdio-common/isoc99_vsscanf.c: New file.
7391         * stdio-common/isoc99_vscanf.c: New file.
7392         * stdio-common/isoc99_vfscanf.c: New file.
7393         * stdio-common/isoc99_fscanf.c: New file.
7394         * stdio-common/isoc99_sscanf.c: New file.
7395         * wcsmbs/isoc99_fwscanf.c: New file.
7396         * wcsmbs/isoc99_vswscanf.c: New file.
7397         * wcsmbs/isoc99_swscanf.c: New file.
7398         * wcsmbs/isoc99_wscanf.c: New file.
7399         * wcsmbs/isoc99_vwscanf.c: New file.
7400         * wcsmbs/isoc99_vfwscanf.c: New file.
7401         * libio/libio.h (_IO_FLAGS2_SCANF_STD): Define.
7402         * libio/libioP.h (_IO_acquire_lock_clear_flags2_fct): Also
7403         clear _IO_FLAGS2_SCANF_STD bit from _flags2.
7404         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Don't
7405         handle %as, %aS and %a[ if _IO_FLAGS2_SCANF_STD is set in _flags2.
7406         * stdio-common/scanf14.c: New test.
7407         * stdio-common/scanf15.c: New test.
7408         * sysdeps/ieee754/ldbl-opt/Makefile (libnldbl-calls): Add
7409         isoc99_scanf, isoc99_fscanf, isoc99_sscanf,
7410         isoc99_vscanf, isoc99_vfscanf, isoc99_vsscanf,
7411         isoc99_wscanf, isoc99_fwscanf, isoc99_swscanf,
7412         isoc99_vwscanf, isoc99_vfwscanf and isoc99_vswscanf.
7413         * sysdeps/ieee754/ldbl-opt/Versions (libc): Export
7414         __nldbl___isoc99_scanf@@GLIBC_2.7,
7415         __nldbl___isoc99_fscanf@@GLIBC_2.7,
7416         __nldbl___isoc99_sscanf@@GLIBC_2.7,
7417         __nldbl___isoc99_vscanf@@GLIBC_2.7,
7418         __nldbl___isoc99_vfscanf@@GLIBC_2.7,
7419         __nldbl___isoc99_vsscanf@@GLIBC_2.7,
7420         __nldbl___isoc99_wscanf@@GLIBC_2.7,
7421         __nldbl___isoc99_fwscanf@@GLIBC_2.7,
7422         __nldbl___isoc99_swscanf@@GLIBC_2.7,
7423         __nldbl___isoc99_vwscanf@@GLIBC_2.7,
7424         __nldbl___isoc99_vfwscanf@@GLIBC_2.7
7425         and __nldbl___isoc99_vswscanf@@GLIBC_2.7.
7426         * sysdeps/ieee754/ldbl-opt/nldbl-compat.h (__isoc99_scanf,
7427         __isoc99_fscanf, __isoc99_sscanf, __isoc99_vscanf,
7428         __isoc99_vfscanf, __isoc99_vsscanf, __isoc99_wscanf,
7429         __isoc99_fwscanf, __isoc99_swscanf, __isoc99_vwscanf,
7430         __isoc99_vfwscanf, __isoc99_vswscanf): Add NLDBL_DECL.
7431         * sysdeps/ieee754/ldbl-opt/nldbl-compat.c
7432         (__nldbl___isoc99_scanf, __nldbl___isoc99_fscanf,
7433         __nldbl___isoc99_sscanf, __nldbl___isoc99_vscanf,
7434         __nldbl___isoc99_vfscanf, __nldbl___isoc99_vsscanf,
7435         __nldbl___isoc99_wscanf, __nldbl___isoc99_fwscanf,
7436         __nldbl___isoc99_swscanf, __nldbl___isoc99_vwscanf,
7437         __nldbl___isoc99_vfwscanf, __nldbl___isoc99_vswscanf): New
7438         functions.
7439         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_vfscanf.c: New file.
7440         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_swscanf.c: New file.
7441         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_vwscanf.c: New file.
7442         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_wscanf.c: New file.
7443         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_scanf.c: New file.
7444         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_sscanf.c: New file.
7445         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_vsscanf.c: New file.
7446         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_fwscanf.c: New file.
7447         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_vfwscanf.c: New file.
7448         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_vswscanf.c: New file.
7449         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_vscanf.c: New file.
7450         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_fscanf.c: New file.
7451
7452         * stdio-common/Makefile (tests): Add scanf13.
7453         (scanf13-ENV): New.
7454         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Handle
7455         m modifier followed by l.
7456         (STRING_ARG): Add width argument.
7457         (_IO_vfscanf_internal) <case L_('c')>: Handle %mc.
7458         <case L_('C')>: Handle %mlc and %mC.
7459         <case L_('s'), case L_('S'), case L_('[')>: Adjust STRING_ARG
7460         arguments.
7461         * stdio-common/scanf13.c: New test.
7462
7463         * libio/libioP.h (_IO_acquire_lock_clear_flags2_fct): Clear
7464         the _IO_FLAGS2_FORTIFY bit from _flags2 rather than _flags.
7465
7466 2007-09-18  Ulrich Drepper  <drepper@redhat.com>
7467
7468         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Correct return value
7469         type and __THROW marker of splice, vmsplice, and tee.
7470         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
7471         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
7472         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
7473         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
7474         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
7475         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
7476         * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h: Likewise.
7477         * sysdeps/unix/sysv/linux/syscalls.list: Mark splice, vmsplice, and tee
7478         as cancellation points.
7479
7480 2003-11-01  Daniel Jacobowitz  <dan@debian.org>
7481
7482         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_discover_osversion): Don't
7483         parse more than three parts of the version number.
7484
7485 2007-09-15  Ulrich Drepper  <drepper@redhat.com>
7486
7487         * stdio-common/vfscanf.c (_IO_vfwscanf): Add support for 'm'
7488         modifier.  Patch by Jakub Jelinek.
7489
7490 2007-08-26  Jakub Jelinek  <jakub@redhat.com>
7491
7492         * sysdeps/unix/sysv/linux/i386/Makefile (sysdep_routines): Add
7493         call_fallocate in misc subdir.
7494         * sysdeps/unix/sysv/linux/i386/call_fallocate.S: New file.
7495         * sysdeps/unix/sysv/linux/i386/syscalls.list (fallocate64): Remove.
7496         * sysdeps/unix/sysv/linux/i386/posix_fallocate.c: Use __call_fallocate
7497         instead of __fallocate64.
7498         * sysdeps/unix/sysv/linux/i386/posix_fallocate64.c: Likewise.
7499
7500 2007-09-15  Jakub Jelinek  <jakub@redhat.com>
7501
7502         * rt/Versions (librt): Export __mq_open_2@@GLIBC_2.7.
7503         * rt/Makefile (headers): Add bits/mqueue2.h.
7504         * rt/mqueue.h: Include bits/mqueue2.h if -D_FORTIFY_SOURCE=2,
7505         optimizing with GCC and __va_arg_pack_len is defined.
7506         * rt/bits/mqueue2.h: New file.
7507         * rt/mq_open.c (__mq_open): Renamed from mq_open.
7508         (mq_open): New strong_alias.
7509         (__mq_open_2): New function.
7510         * sysdeps/unix/sysv/linux/mq_open.c (__mq_open): Renamed from mq_open.
7511         (mq_open): New strong_alias.
7512         (__mq_open_2): New function.
7513         * debug/Versions (libc): Export __fortify_fail@@GLIBC_PRIVATE.
7514         * Versions.def (librt): Add GLIBC_2.7 version.
7515         * debug/fortify_fail.c (__fortify_fail): Add libc_hidden_def.
7516         * include/stdio.h (__fortify_fail): Add libc_hidden_proto.
7517
7518         * misc/sys/cdefs.h (__errordecl, __va_arg_pack_len): Define.
7519         * io/fcntl.h: Include bits/fcntl2.h when __va_arg_pack_len
7520         is defined rather than when not C++.
7521         * io/bits/fcntl2.h (__open_alias, __open64_alias, __openat_alias,
7522         __openat64_alias): New redirects.
7523         (__open_too_many_args, __open_missing_mode, __open64_too_many_args,
7524         __open64_missing_mode, __openat_too_many_args, __openat_missing_mode,
7525         __openat64_too_many_args, __openat64_missing_mode): New __errordecls.
7526         (open, open64, openat, openat64): Rewrite as __extern_always_inline
7527         functions instead of function-like macros.
7528
7529 2007-09-14  H.J. Lu  <hongjiu.lu@intel.com>
7530
7531         * sysdeps/i386/i586/memcpy.S (__memcpy_chk): New definition.
7532         * sysdeps/i386/i586/mempcpy.S (__memcpy_chk): New definition.
7533         * sysdeps/i386/i586/memset.S (__memset_chk): New definition.
7534
7535 2007-09-15  Mike Frysinger  <vapier@gentoo.org>
7536
7537         * inet/inet_net.c: Reset digit to 0 for inputs starting with "0x".
7538         * inet/tst-network.c (tests): Add edge case tests for "0", "0x", "0x0".
7539
7540 2007-09-14  Mike Frysinger  <vapier@gentoo.org>
7541
7542         * inet/tst-network.c: Increment ERRORS for failing tests.
7543
7544 2007-09-07  Jakub Jelinek  <jakub@redhat.com>
7545
7546         * misc/sys/cdefs.h (__va_arg_pack): Define for GCC 4.3+.
7547         * misc/bits/syslog.h (syslog): When __va_arg_pack is defined,
7548         implement as __extern_always_inline function.
7549         (vsyslog): Define as __extern_always_inline function unconditionally.
7550         * libio/bits/stdio2.h (sprintf, snprintf, printf, fprintf):
7551         When __va_arg_pack is defined, implement as __extern_always_inline
7552         functions.
7553         (vsprintf, vsnprintf, vprintf, vfprintf): Define as
7554         __extern_always_inline functions unconditionally.
7555         * libio/bits/stdio.h (vprintf): Ifdef out the inline when
7556         bits/stdio2.h will be included.
7557         * wcsmbs/bits/wchar2.h (__swprintf_alias): New redirect.
7558         (swprintf, wprintf, fwprintf): When __va_arg_pack is defined,
7559         implement as __extern_always_inline functions.
7560         (vswprintf, vwprintf, vfwprintf): Define as
7561         __extern_always_inline functions unconditionally.
7562         * debug/tst-chk1.c (do_test): Enable remaining tests for C++.
7563
7564 2007-09-03  Jakub Jelinek  <jakub@redhat.com>
7565
7566         * misc/sys/cdefs.h (__extern_inline, __extern_always_inline): Only
7567         define in C++ for GCC 4.3+, in C++ always use __gnu_inline__
7568         attribute.
7569         * include/features.h (__USE_EXTERN_INLINES): Define only when
7570         __extern_inline is defined.
7571         * stdlib/stdlib.h: Include bits/stdlib.h when __extern_always_inline
7572         is defined instead of when not __cplusplus.
7573         * misc/sys/syslog.h: Include bits/syslog.h when __extern_always_inline
7574         is defined instead of when not __cplusplus.
7575         * socket/sys/socket.h: Include bits/socket2.h when
7576         __extern_always_inline is defined instead of when not __cplusplus.
7577         * libio/stdio.h: Include bits/stdio2.h when __extern_always_inline
7578         is defined instead of when not __cplusplus.
7579         * posix/unistd.h: Include bits/unistd.h when __extern_always_inline
7580         is defined instead of when not __cplusplus.
7581         * string/string.h: Include bits/string3.h when __extern_always_inline
7582         is defined instead of when not __cplusplus.
7583         * wcsmbs/wchar.h: Include bits/wchar2.h when __extern_always_inline
7584         is defined instead of when not __cplusplus.
7585         (btowc, wctob): Don't guard the inlines with ifndef __cplusplus.
7586         * io/fcntl.h: Don't include bits/fcntl2.h if __extern_always_inline
7587         is not defined.
7588         * misc/bits/syslog-ldbl.h: Guard *_chk stuff with
7589         defined __extern_always_inline instead of !defined __cplusplus.
7590         * libio/bits/stdio-ldbl.h: Likewise.
7591         * wcsmbs/bits/wchar-ldbl.h: Likewise.
7592         * misc/bits/syslog.h (syslog): Don't define for C++.
7593         (vsyslog): Use __extern_always_inline function for C++ instead of
7594         a macro.
7595         * libio/bits/stdio.h (__STDIO_INLINE): Define to __extern_inline
7596         whenever that macro is defined.
7597         (vprintf): Don't provide the inline for C++.
7598         (fread_unlocked, fwrite_unlocked): Don't define the macros for C++.
7599         * libio/bits/stdio2.h (sprintf, snprintf, printf, fprintf): Don't
7600         define the macros for C++.
7601         (vsprintf, vsnprintf, vprintf, vfprintf): Define as
7602         __extern_always_inline functions for C++.
7603         * io/sys/stat.h (stat, lstat, fstat, fstatat, mknod, mknodat,
7604         stat64, lstat64, fstat64, fstatat64): Don't define if not
7605         __USE_EXTERN_INLINES.
7606         * wcsmbs/bits/wchar2.h: Fix #error message.
7607         (swprintf, wprintf, fwprintf): Don't define the macros for C++.
7608         (vswprintf, vwprintf, vfwprintf): Define using
7609         __extern_always_inline functions for C++.
7610         * string/bits/string3.h: Don't #undef macros if __cplusplus.
7611         (memcpy, memmove, mempcpy, memset, bcopy, bzero, strcpy, stpcpy,
7612         strncpy, strcat, strncat): Define as __extern_always_inline
7613         functions instead of macros for C++.
7614         * math/bits/cmathcalls.h: Guard __extern_inline routines with
7615         defined __extern_inline.
7616         * sysdeps/alpha/fpu/bits/mathinline.h (__MATH_INLINE): Define
7617         to __extern_inline whenever that macro is defined.
7618         * sysdeps/ia64/fpu/bits/mathinline.h (__MATH_INLINE): Likewise.
7619         * sysdeps/i386/fpu/bits/mathinline.h (__MATH_INLINE): Likewise.
7620         * sysdeps/i386/i486/bits/string.h (__STRING_INLINE): Likewise.
7621         * sysdeps/s390/bits/string.h (__STRING_INLINE): Likewise.
7622         * sysdeps/s390/fpu/bits/mathinline.h (__MATH_INLINE): Likewise.
7623         * sysdeps/powerpc/fpu/bits/mathinline.h (__MATH_INLINE): Likewise.
7624         * sysdeps/x86_64/fpu/bits/mathinline.h (__MATH_INLINE): Likewise.
7625         * sysdeps/sparc/fpu/bits/mathinline.h (__MATH_INLINE): Likewise.
7626         * sysdeps/unix/sysv/linux/sys/sysmacros.h (gnu_dev_major,
7627         gnu_dev_minor, gnu_dev_makedev): Remove __extern_inline from
7628         prototypes.  Only provide __extern_inline routines if
7629         __USE_EXTERN_INLINES.
7630         * debug/Makefile: Add rules to build and run tst-{,lfs}chk{4,5,6}
7631         tests.
7632         * debug/tst-chk1.c (do_prepare, do_test): Allow compilation as C++.
7633         For now avoid some *printf tests in C++.  Skip all testing
7634         if __USE_FORTIFY_LEVEL is defined, but __extern_always_inline macro
7635         is not.
7636         * debug/tst-chk4.cc: New file.
7637         * debug/tst-chk5.cc: New file.
7638         * debug/tst-chk6.cc: New file.
7639         * debug/tst-lfschk4.cc: New file.
7640         * debug/tst-lfschk5.cc: New file.
7641         * debug/tst-lfschk6.cc: New file.
7642         * include/wchar.h (__vfwprintf_chk, __vswprintf_chk): Avoid
7643         prototypes in C++.
7644         * include/stdio.h (__sprintf_chk, __snprintf_chk, __vsprintf_chk,
7645         __vsnprintf_chk, __printf_chk, __fprintf_chk, __vprintf_chk,
7646         __vfprintf_chk, __fgets_unlocked_chk, __fgets_chk): Likewise.
7647
7648 2007-09-13  Ulrich Drepper  <drepper@redhat.com>
7649
7650         * po/cs.po: Update from translation team.
7651
7652 2007-09-11  Roland McGrath  <roland@redhat.com>
7653
7654         * posix/Makefile ($(objpfx)getconf.speclist): Make it empty if cross
7655         compiling.
7656
7657 2007-09-07  Samuel Thibault  <samuel.thibault@ens-lyon.org>
7658
7659         * sysdeps/mach/hurd/bits/ioctls.h (TAB3): New macro.
7660
7661 2007-09-05  Roland McGrath  <roland@redhat.com>
7662
7663         * manual/signal.texi (Signaling Another Process): Typo fix.
7664         From Karl Berry <karl@freefriends.org>.
7665
7666 2007-08-29  Ulrich Drepper  <drepper@redhat.com>
7667
7668         * sysdeps/unix/sysv/linux/check_pf.c (IFA_F_OPTIMISTIC): Define to
7669         zero if not defined.
7670         (make_request): Recognize optimistic addresses and treat them like
7671         deprecated addresses.
7672         Reported by Neil Horman <nhorman@redhat.com>.
7673
7674 2007-08-28  Ulrich Drepper  <drepper@redhat.com>
7675
7676         * nscd/connections.c (send_ro_fd): Also transfer file size.
7677         * nscd/nscd_helper.c (get_mapping): If nscd also transfers the
7678         file size don't call fstat.
7679
7680         * nscd/nscd_helper.c (get_mapping): Avoid the pread call, just go
7681         ahead and map the file.  This should always be correct and we can
7682         catch problems later.
7683
7684 2007-08-28  Jakub Jelinek  <jakub@redhat.com>
7685
7686         * libio/bits/stdio2.h (__fread_chk, __fread_unlocked_chk): New
7687         prototypes.
7688         (__fread_alias, __fread_unlocked_alias): New aliases.
7689         (fread): New extern inline.
7690         (fread_unlocked): Likewise.  Undef macro before definition of
7691         the inline function.
7692         * debug/Makefile (routines): Add fread_chk and fread_u_chk.
7693         (CFLAGS-fread_chk.c, CFLAGS-fread_u_chk.c): Add.
7694         * debug/Versions (libc): Export __fread_chk@@GLIBC_2.7
7695         and __fread_unlocked_chk@@GLIBC_2.7.
7696         * debug/fread_chk.c: New file.
7697         * debug/fread_u_chk.c: New file.
7698         * debug/tst-chk1.c (do_test): Add fread and fread_unlocked tests.
7699
7700 2007-08-27  Jakub Jelinek  <jakub@redhat.com>
7701
7702         * sysdeps/unix/sysv/linux/syscalls.list
7703         (personality): Change caller to EXTRA.
7704
7705 2007-08-25  Ulrich Drepper  <drepper@redhat.com>
7706
7707         * iconvdata/iso-2022-kr.c (BODY): Fake initialization of array buf
7708         to keep gcc quiet.
7709         * iconvdata/iso-2022-cn.c (BODY): Likewise.
7710
7711         * locale/programs/ld-collate.c (collate_output): Avoid warning if
7712         NDEBUG is defined.
7713
7714         * Makerules: Use -p option with mkdir.
7715
7716         * sunrpc/key_prot.c (xdr_unixcred): Work around gcc alias warning.
7717         * nis/nis_xdr.c (_xdr_nis_server): Likewise.
7718         (_xdr_directory_obj): Likewise.
7719         (xdr_entry_obj): Likewise.
7720         (xdr_group_obj): Likewise.
7721         (xdr_link_obj): Likewise.
7722         (xdr_table_obj): Likewise.
7723         (_xdr_nis_result): Likewise.
7724         (_xdr_ns_request): Likewise.
7725         (_xdr_ib_request): Likewise.
7726         (_xdr_nis_taglist): Likewise.
7727         (xdr_cback_data): Likewise.
7728         * nis/yp_xdr.c (xdr_ypmaplist): Likewise.
7729         (xdr_ypresp_maplist): Likewise.
7730
7731         * stdio-common/Makefile: Avoid format string warning for tst-sprint.
7732
7733         * posix/regex_internal.h: Prevent some declarations and definitions
7734         to be seen when used in tests.
7735
7736         * posix/tst-rfc3484.c (__idna_to_unicode_lzlz): Initialize *OUTPUT.
7737         * posix/tst-rfc3484-2.c (__idna_to_unicode_lzlz): Likewise.
7738
7739         * debug/Makefile: Disable format checking when compiling tst-chk?.c.
7740
7741         * config.make.in (datarootdir): Add to shut up configure.
7742
7743         * sysdeps/x86_64/cacheinfo.c (handle_amd): Fix computation of
7744         associativity for fully-associative caches.
7745
7746         * sysdeps/x86_64/cacheinfo.c (handle_amd): Handle L3 cache
7747         requests.  Fill on more associativity values for L2.
7748         Patch mostly by Evandro Menezes.
7749
7750 2007-08-24  Ulrich Drepper  <drepper@redhat.com>
7751
7752         * sysdeps/unix/sysv/linux/x86_64/init-first.c
7753         (_libc_vdso_platform_setup): Avoid using exported variable by using
7754         alias.
7755
7756         * resolv/arpa/nameser.h (NS_OPT_DNSSEC_OK): Define.
7757
7758         * sysdeps/unix/sysv/linux/i386/syscalls.list: No reason to mark
7759         fallocate64 as EXTRA.  It is not referenced if the symbol isn't
7760         defined.
7761
7762 2007-08-23  Ulrich Drepper  <drepper@redhat.com>
7763
7764         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Correctly
7765         align stack for call if pltexit is to be used.
7766
7767         [BZ #3924]
7768         * sysdeps/i386/dl-trampoline.S (_dl_runtime_profile): Correctly
7769         align for function call in case pltexit has to be called later.
7770
7771         * sysdeps/i386/dl-trampoline.S (_dl_runtime_resolve): Avoid
7772         implicit atomic operation when storing function pointer.
7773         (_dl_runtime_profile): Likewise.
7774
7775 2007-08-17  Jakub Jelinek  <jakub@redhat.com>
7776
7777         * nis/nis_table.c (nis_list): Don't fail if __follow_path returned
7778         NIS_NOTFOUND.
7779
7780 2007-08-21  Ulrich Drepper  <drepper@redhat.com>
7781
7782         [BZ #4566]
7783         * string/strtok.c: Fix typo in comment.
7784
7785         [BZ #4582]
7786         * debug/segfault.c: Fix typos in comments.
7787
7788         [BZ #4588]
7789         * stdio-common/tempnam.c: Fix comment, it is not checked that
7790         TMPDIR points to a writable directory.
7791
7792         [BZ #4726]
7793         * resolv/res_send.c (__libc_res_nsend): Initialize all of the
7794         memory allocated for the name server address.
7795
7796         [BZ #4946]
7797         * nscd/connections.c (handle_request): Using sendfile always
7798         requires that mmap is used for the database.
7799         Patch by Petr Baudis <pasky@suse.cz>.
7800
7801         [BZ #4905]
7802         * nscd/hstcache.c (cache_addhst): When reloading an entry which
7803         suddenly has two or more addresses, ignore it and remove the old
7804         entry.
7805
7806         [BZ #4814]
7807         * resolv/res_hconf.c: Prepare for compiling outside libc.
7808         * nscd/res_hconf.c: New file.
7809         * nscd/Makefile (nscd-modules): Add res_hconf.  Add rules to build
7810         the new file.
7811         * nscd/gethstbynm2_r.c (NEED__RES_HCONF): Define.
7812         * nscd/gethstbyad_r.c (NEED__RES_HCONF): Likewise.
7813
7814         * nscd/hstcache.c (cache_addhst): Minimal optimization.
7815
7816         [BZ #4925]
7817         * debug/pcprofiledump.c: Turn on internationalization by calling
7818         setlocale.  Patch mostly by Benno Schulenberg.
7819
7820         [BZ #4936]
7821         * iconv/gconv.c (__gconv): If flush was successful, clear rest of
7822         the state.
7823         * iconvdata/Makefile: Add rules to build and run bug-iconv5.
7824         * iconvdata/bug-iconv5.c: New file.
7825
7826 2007-08-04  Carlos O'Donell  <carlos@systemhalted.org>
7827
7828         [BZ #4896]
7829         * elf/elf.h: Define R_PARISC_PLABEL21L, R_PARISC_PLABEL14R,
7830         R_PARISC_GNU_VTENTRY, R_PARISC_GNU_VTINHERIT, R_PARISC_TLS_GD21L,
7831         R_PARISC_TLS_GD14R, R_PARISC_TLS_GDCALL, R_PARISC_TLS_LDM21L,
7832         R_PARISC_TLS_LDM14R, R_PARISC_TLS_LDMCALL, R_PARISC_TLS_LDO21L,
7833         R_PARISC_TLS_LDO14R, R_PARISC_TLS_DTPMOD32, R_PARISC_TLS_DTPMOD64,
7834         R_PARISC_TLS_DTPOFF32, R_PARISC_TLS_DTPOFF64, R_PARISC_TLS_LE21L,
7835         R_PARISC_TLS_LE14R, R_PARISC_TLS_IE21L, R_PARISC_TLS_IE14R,
7836         R_PARISC_TLS_TPREL32, R_PARISC_TLS_TPREL64.
7837
7838 2007-08-21  Ulrich Drepper  <drepper@redhat.com>
7839
7840         [BZ #4937]
7841         * elf/do-lookup.h (do_lookup_x): Minimal improvement in hash
7842         lookup loop.  Suggested by John Reiser.
7843
7844 2007-08-21  Jakub Jelinek  <jakub@redhat.com>
7845
7846         * sysdeps/unix/sysv/linux/alpha/sysdep.h: Include tls.h.
7847
7848 2007-08-20  Ulrich Drepper  <drepper@redhat.com>
7849
7850         * csu/libc-start.c: Don't handle VDSO_SETUP here.
7851         * sysdeps/unix/sysv/linux/init-first.c: Handle it here instead.
7852         * sysdeps/unix/sysv/linux/x86_64/libc-start.c: Renamed to...
7853         * sysdeps/unix/sysv/linux/x86_64/init-first.c: ...this.  New file.
7854         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Move VDSO_SETUP code
7855         to...
7856         * sysdeps/unix/sysv/linux/x86_64/init-first.c: ...here.  New file.
7857
7858 2007-08-18  Ulrich Drepper  <drepper@redhat.com>
7859
7860         * po/nl.po: Update from translation team.
7861
7862 2007-08-16  Andreas Jaeger  <aj@suse.de>
7863
7864         * locale/localeinfo.h: Make _nl_category_name_idxs extern.
7865         Reported by Peter Festner <peter.festner@ewetel.net>.
7866
7867 2007-08-17  Jakub Jelinek  <jakub@redhat.com>
7868
7869         * login/tst-grantpt.c (test_einval): Add 3rd argument to open.
7870
7871 2007-08-16  Jakub Jelinek  <jakub@redhat.com>
7872
7873         * elf/Makefile ($(objpfx)ld.so): Use readelf -s and awk instead of nm -u
7874         to check for undefined symbols.
7875
7876         * sysdeps/unix/sysv/linux/sparc/sparc32/clone.S (__clone):
7877         If the syscall fails, set errno to the actual returned error number
7878         rather than EINVAL.
7879         * sysdeps/unix/sysv/linux/sparc/sparc64/clone.S (__clone): If
7880         arguments are incorrect, set errno to EINVAL, if the syscall
7881         fails, set errno to the actual returned error number.
7882
7883         * stdlib/bits/stdlib-ldbl.h (__strtold_internal): Remove.
7884         * wcsmbs/bits/wchar-ldbl.h (__wcstold_internal): Remove.
7885
7886         * sysdeps/sparc/sparc32/sparcv9b/memcpy.S: Moved to...
7887         * sysdeps/sparc/sparc32/sparcv9/sparcv9b/memcpy.S: ... here.  New
7888         file.
7889         (ASI_PNF, ASI_BLK_P): Don't define.
7890         * sysdeps/sparc/sparc32/sparcv9v/memcpy.S: Moved to...
7891         * sysdeps/sparc/sparc32/sparcv9/sparcv9v/memcpy.S: ... here.  New
7892         file.
7893         * sysdeps/sparc/sparc32/sparcv9v/memset.S: Moved to...
7894         * sysdeps/sparc/sparc32/sparcv9/sparcv9v/memset.S: ... here.  New
7895         file.
7896
7897 2007-08-15  Jakub Jelinek  <jakub@redhat.com>
7898
7899         * sysdeps/sparc/fpu/fraiseexcpt.c (__feraiseexcept): Fix raising
7900         FE_UNDERFLOW on Niagara CPUs.
7901
7902         * sysdeps/sparc/fpu/feholdexcpt.c (feholdexcept): Clear all
7903         exceptions.
7904
7905 2007-08-14  Jakub Jelinek  <jakub@redhat.com>
7906
7907         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_runtime_setup): No
7908         need to check GLRO(dl_hwcap) & HWCAP_SPARC_FLUSH on sparcv9.
7909         (sparc_fixup_plt): Add do_flush argument instead of figuring whether
7910         flush should be used or not inside of the function.
7911         (elf_machine_fixup_plt, elf_machine_rela): Adjust caller.
7912
7913         * sysdeps/unix/sysv/linux/sparc/sparc32/clone.S (__clone,
7914         __thread_start): Use HIDDEN_JUMPTARGET.
7915         * sysdeps/unix/sysv/linux/sparc/sparc64/clone.S (__clone,
7916         __thread_start): Likewise.
7917         * sysdeps/unix/sysv/linux/sparc/sysdep.h (JUMPTARGET): Define.
7918
7919         * sysdeps/ieee754/ldbl-64-128/strtold_l.c (__STRTOF): Declare.
7920         Add libc_hidden_proto.
7921         (STRTOF): Add libc_hidden_proto.
7922         (___new_strtold_l, ___new_wcstold_l): New weak aliases.
7923         (strtold_l, wcstold_l): Use them as second argument for
7924         long_double_symbol.
7925
7926 2007-08-14  Ulrich Drepper  <drepper@redhat.com>
7927
7928         * elf/dl-misc.c: Undo last change.  The kernel won't allow it.
7929
7930 2007-08-13  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
7931
7932         * stdlib/strtold_l.c: Include wchar.h if needed.  Add libc_hidden_def.
7933
7934 2007-08-14  Ulrich Drepper  <drepper@redhat.com>
7935
7936         * po/bg.po: New file.  From the translation team.
7937
7938 2007-08-13  Jakub Jelinek  <jakub@redhat.com>
7939
7940         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_PSELECT,
7941         __ASSUME_PPOLL, __ASSUME_ATFCTS, __ASSUME_SET_ROBUST_LIST,
7942         __ASSUME_UTIMENSAT, __ASSUME_FALLOCATE): Update per-arch conditions
7943         when each feature was introduced.
7944
7945         * sysdeps/unix/sysv/linux/dl-vdso.c: Don't include dl-hash.h.
7946         * sysdeps/unix/sysv/linux/dl-vdso.h: Don't include dl-hash.h if NDEBUG.
7947         (CHECK_HASH): New macro.
7948         (PREPARE_VERSION): Use it.
7949
7950         * sysdeps/unix/sysv/linux/pselect.c (__generic_pselect): Only provide
7951         prototype if not __ASSUME_PSELECT.
7952         * sysdeps/unix/sysv/linux/ppoll.c (__generic_ppoll): Only provide
7953         prototype if not __ASSUME_PPOLL.
7954
7955         * sysdeps/unix/sysv/linux/dl-osinfo.h (ROUND): #undef after use.
7956
7957         * sysdeps/unix/clock_settime.c (freq, __pthread_clock_settime,
7958         hp_timing_settime): Don't define or declare if HANDLED_CPUTIME
7959         is defined.
7960
7961 2007-08-13  Ulrich Drepper  <drepper@redhat.com>
7962
7963         * sysdeps/unix/sysv/linux/x86_64/libc-start.c
7964         (_libc_vdso_platform_setup): If vDSO is not available point
7965         __vdso_gettimeofday to the vsyscall.
7966         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.S [SHARED]: Use
7967         __vdso_gettimeofday instead of vsyscall.
7968
7969 2007-08-13  Jakub Jelinek  <jakub@redhat.com>
7970
7971         * nscd/servicescache.c: Include kernel-features.h.
7972         * nscd/gai.c: Likewise.
7973         * sysdeps/unix/sysv/linux/statfs64.c: Likewise.
7974         * sysdeps/unix/sysv/linux/fstatfs64.c: Likewise.
7975         * sysdeps/unix/sysv/linux/fxstatat.c: Likewise.
7976         * sysdeps/unix/sysv/linux/s390/s390-32/mmap.S: Likewise.
7977         * sysdeps/unix/sysv/linux/s390/s390-32/mmap64.S: Likewise.
7978         * sysdeps/unix/sysv/linux/xstatconv.c: Likewise.
7979         * sysdeps/unix/sysv/linux/if_index.c: Likewise.
7980         * sysdeps/unix/sysv/linux/sparc/sparc64/xstat.c: Likewise.
7981         * sysdeps/unix/sysv/linux/ifaddrs.c: Likewise.
7982
7983 2007-08-12  Ulrich Drepper  <drepper@redhat.com>
7984
7985         * elf/dl-dst.h: No need for _dl_dst_count, _dl_dst_substitute,
7986         and _dl_get_origin defines anymore.
7987
7988         * sysdeps/unix/sysv/linux/clock_gettime.c (maybe_syscall_gettime_cpu):
7989         Build fix for systems which might lack POSIX timer support.
7990
7991         * sysdeps/unix/sysv/linux/x86_64/libc-start.c
7992         (_libc_vdso_platform_setup): Mangle function pointers before storing
7993         them.
7994         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (INLINE_VSYSCALL):
7995         Demangle vdso pointer before use.
7996         (INTERNAL_VSYSCALL): Likewise.
7997
7998         * elf/cache.c (primes): Mark as const.
7999         Noted by Roland McGrath.
8000
8001 2007-08-01  Andreas Jaeger  <aj@suse.de>
8002             Jakub Jelinek  <jakub@redhat.com>
8003
8004         * elf/ldconfig.c (opt_ignore_aux_cache): Add new option.
8005         (options): Add option.
8006         (parse_opt): Handle option.
8007         (manual_link): Adjust process_file caller.  Call implicit_soname.
8008         (search_dir): Formatting.  Use and populate auxiliary cache.
8009         (main): Load and save auxiliary cache.
8010         * elf/readlib.c (process_file): Add stat_buf argument.  Pass struct
8011         stat64 from fstat64 to caller.
8012         (implicit_soname): New function.
8013         * elf/readelflib.c (process_elf_file): If DT_SONAME is not present,
8014         leave *soname as NULL.
8015         * elf/cache.c: Include libgen.h.
8016         (print_entry, print_cache, compare, save_cache, add_to_cache):
8017         Formatting and cleanups.
8018         (aux_cache_entry_id, aux_cache_entry, aux_cache_file_entry,
8019         aux_cache_file): New structures.
8020         (AUX_CACHEMAGIC): Define.
8021         (primes): New array.
8022         (aux_hash_size, aux_hash): New variables.
8023         (aux_cache_entry_id_hash, nextprime, init_aux_cache,
8024         search_aux_cache, insert_to_aux_cache, add_to_aux_cache,
8025         load_aux_cache, save_aux_cache): New functions.
8026         * sysdeps/generic/ldconfig.h (_PATH_LDCONFIG_AUX_CACHE): Define.
8027         (init_aux_cache, search_aux_cache, add_to_aux_cache,
8028         load_aux_cache, save_aux_cache, implicit_soname): New prototypes.
8029         (process_file): Adjust prototype.
8030
8031 2007-08-12  Jakub Jelinek  <jakub@redhat.com>
8032
8033         * sysdeps/unix/sysv/linux/ia64/bits/sigcontext.h: Include stddef.h
8034         with __need_size_t.
8035
8036 2007-08-12  Ulrich Drepper  <drepper@redhat.com>
8037
8038         * sysdeps/unix/sysv/linux/dl-vdso.c (_dl_vdso_vsym): Expect
8039         r_found_version structure as second parameter.
8040         * sysdeps/unix/sysv/linux/dl-vdso.h (PREPARE_VERSION): Define.
8041         (_dl_vdso_vsym): Change type of second parameter accordingly.
8042         * sysdeps/unix/sysv/linux/x86-64/libc-start.c
8043         (_libc_vdso_platform_setup): Adjust.
8044         * sysdeps/unix/sysv/linux/powerpc/libc-start.c
8045         (_libc_vdso_platform_setup): Likewise.
8046
8047         * sysdeps/unix/sysv/linux/powerpc/dl-vdso.c: Move to...
8048         * sysdeps/unix/sysv/linux/dl-vdso.c: ...here.
8049         * sysdeps/unix/sysv/linux/powerpc/dl-vdso.h: Move to...
8050         * sysdeps/unix/sysv/linux/dl-vdso.h: ...here.
8051         * csu/libc-start.c: Pretty printing.
8052         Use VDSO_SETUP if defined.
8053         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Define VDSO_SETUP
8054         and let generic code call into _libc_vdso_platform_setup.
8055         * sysdeps/unix/sysv/linux/x86_64/libc-start.c: New file.
8056         * sysdeps/unix/sysv/linux/x86_64/bits/libc-vdso.h: New file.
8057         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Pretty printing.
8058         Define INLINE_VSYSCALL and INTERNAL_VSYSCALL.
8059         * sysdeps/unix/sysv/linux/x86_64/Versions: Export __vdso_clock_gettime
8060         for GLIBC_PRIVATE.
8061         * sysdeps/unix/sysv/linux/x86_64/Makefile [subdir=elf]
8062         (sysdep_rountines): Add dl-vdso.
8063
8064         * sysdeps/unix/sysv/linux/powerpc/Makefile: Use sysdep_routines instead
8065         of routines.
8066
8067         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h: Add
8068         attribute_hidden to __vdso_gettimeofday prototype.
8069
8070 2007-08-12  Roland McGrath  <roland@redhat.com>
8071
8072         * manual/stdio.texi (Variable Arguments Output): Fix xref to gcc manual.
8073         From: Karl Berry <karl@freefriends.org>.
8074
8075 2007-08-11  Ulrich Drepper  <drepper@redhat.com>
8076
8077         * elf/dl-misc.c (_dl_sysdep_read_whole_file): We really don't need
8078         an atime update for the files we read.
8079
8080 2007-08-10  Ulrich Drepper  <drepper@redhat.com>
8081
8082         * shadow/lckpwdf.c (__lckpwdf): Use O_CLOEXEC if possible.
8083
8084         * nscd/connections.c: Use O_CLOEXEC if possible.  Use mkostemp
8085         instead of mkstemp.
8086
8087         * misc/Makefile (routines): Add mkostemp and mkostemp64.
8088         * misc/Versions: Export mkostemp and mkostemp64 for GLIBC_2.7.
8089         * misc/mkostemp.c: New file.
8090         * misc/mkostemp64.c: New file.
8091         * stdlib/stdlib.h: Declare the new functions.
8092         * sysdeps/posix/tempname.c: Add new parameter which is added to
8093         the flags for open.  Remove __GT_BIGFILE handling.
8094         * stdio-common/tempname.c: Likewise.
8095         * include/stdio.h: Adjust __gen_tempname prototype.
8096         Renumber __GT_* constants.
8097         * libio/oldtmpfile.c: Adjust for __gen_tempname interface change.
8098         * misc/mkdtemp.c: Likewise.
8099         * misc/mkstemp.c: Likewise.
8100         * misc/mkstemp64.c: Likewise.
8101         * misc/mktemp.c: Likewise.
8102         * stdio-common/tempnam.c: Likewise.
8103         * stdio-common/tmpfile.c: Likewise.
8104         * stdio-common/tmpfile64.c: Likewise.
8105         * stdio-common/tmpnam.c: Likewise.
8106         * stdio-common/tmpnam_r.c: Likewise.
8107
8108 2007-08-10  Roland McGrath  <roland@frob.com>
8109
8110         * sysdeps/mach/hurd/bits/ioctls.h (NLDLY, TABDLY, BSDLY, VTDLY):
8111         New macros.
8112         (NLDELAY, CRDELAY, TBDELAY, BSDELAY, VTDELAY): Define to those.
8113         Reported by Samuel Thibault <samuel.thibault@ens-lyon.org>.
8114
8115 2007-08-10  Ulrich Drepper  <drepper@redhat.com>
8116
8117         * nss/nss_files/files-XXX.c (internal_setent): Use O_CLOEXEC if
8118         possible.
8119         * nss/nss_files/files-alias.c (internal_setent): Likewise.
8120         * nss/Makefile (libnss_files-routines): Add files-have_o_cloexec.
8121         * nss/nss_files/files-have_o_cloexec.c: New file.
8122
8123         * sysdeps/unix/sysv/linux/shm_open.c (shm_open): Use O_CLOEXEC if
8124         available.
8125
8126 2007-08-10  Jakub Jelinek  <jakub@redhat.com>
8127
8128         * sysdeps/ieee754/ldbl-128ibm/strtold_l.c (___new_strtold_l,
8129         ___new_wcstold_l): New weak aliases.
8130         (strtold_l, wcstold_l): Use them as second argument for
8131         long_double_symbol.
8132
8133 2007-08-09  Ulrich Drepper  <drepper@redhat.com>
8134
8135         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S: Use correct
8136         register in test for error.
8137
8138         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (O_CLOEXEC): Define.
8139         * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h (O_CLOEXEC): Likewise.
8140
8141         * po/sv.po: Update from translation team.
8142
8143 2007-08-06  Roland McGrath  <roland@redhat.com>
8144
8145         * include/stdlib.h: Add libc_hidden_proto for strto*, __strto*_l.
8146         Remove __strto*_l inlines.
8147         * include/wchar.h: Add libc_hidden_proto for wcsto*, __wcsto*_l.
8148         * stdlib/strtod.c: Add libc_hidden_def.
8149         * stdlib/strtod_l.c: Likewise.
8150         * stdlib/strtold.c [__LONG_DOUBLE_MATH_OPTIONAL]: Add libc_hidden_proto
8151         for __new_strtold and __new_wcstold.
8152         * sysdeps/ieee754/ldbl-128ibm/strtold_l.c: Add libc_hidden_proto for
8153         __STRTOF, STRTOF.
8154         * stdlib/strtol.c: Add libc_hidden_def.
8155         * stdlib/strtol_l.c: Likewise.
8156         * sysdeps/wordsize-64/strtol.c: Add libc_hidden_ver for strtoll and
8157         strtoq.
8158
8159         * scripts/data/localplt-powerpc-linux-gnu.data: New file.
8160
8161         * scripts/data/localplt-x86_64-linux-gnu.data: File renamed to ...
8162         * scripts/data/localplt-generic.data: ... here.
8163         * elf/Makefile (check-data): Get generic file if no other.
8164         ($(objpfx)check-localplt.out): Make target unconditional.
8165
8166         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_discover_osversion):
8167         Use ElfW(Nhdr).
8168
8169 2007-08-05  Ulrich Drepper  <drepper@redhat.com>
8170
8171         * po/zh_CN.po: Updated translation from translation team.
8172
8173 2007-08-05  Jakub Jelinek  <jakub@redhat.com>
8174
8175         * sysdeps/unix/sysv/linux/powerpc/powerpc32/socket.S (__socket):
8176         Don't use CGOTSETUP and CGOTRESTORE macros.
8177
8178 2007-08-04  Roland McGrath  <roland@redhat.com>
8179
8180         * posix/Makefile ($(objpfx)getconf.speclist): Fix typo.
8181
8182 2007-08-04  Jakub Jelinek  <jakub@redhat.com>
8183
8184         * io/bits/fcntl2.h (open, open64, openat, openat64): Add
8185         __extension__ around the whole statement expression.
8186
8187 2007-08-04  Ulrich Drepper  <drepper@redhat.com>
8188
8189         * sysdeps/unix/opendir.c (__alloc_dir): Correct order of DIR
8190         elements during initialization.
8191
8192         * po/pl.po: Updated translation from translation team.
8193         * po/tr.po: Likewise.
8194         * po/nl.po: Likewise.
8195
8196 2007-08-03  Ulrich Drepper  <drepper@redhat.com>
8197
8198         * rt/aio.h: Add __nonnull attributes.
8199
8200 2007-08-03  Jakub Jelinek  <jakub@redhat.com>
8201
8202         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Properly handle -0.
8203         * stdlib/Makefile (tests): Add tst-strtod5.
8204         (tst-strtod5-ENV): New.
8205         * stdlib/tst-strtod5.c: New file.
8206
8207         * intl/dcigettext.c (_nl_find_msg): Free encoding if __gconv_open
8208         failed.
8209         * intl/finddomain.c (_nl_find_domain): Free normalized_codeset
8210         on failure.
8211
8212         * elf/dl-load.c (decompose_rpath): Free copy if result couldn't be
8213         allocated.
8214
8215 2007-08-03  Jakub Jelinek  <jakub@redhat.com>
8216
8217         * rt/mqueue.h (mq_timedreceive, mq_timedsend): Fix nonnull argument
8218         numbers.
8219
8220 2007-08-02  Ulrich Drepper  <drepper@redhat.com>
8221
8222         * io/Makefile (aux): Add have_o_cloexec.
8223         * include/fcntl.h: Declare __have_o_cloexec.
8224         * io/have_o_cloexec.c: New file.
8225         * sysdeps/unix/opendir.c (__opendir): Use O_CLOEXEC is available.
8226         (__alloc_dir): If O_CLOEXEC has been used, don't duplicate the
8227         fcntl call if not necessary.
8228         * login/utmp_file.c (setutent_file): Use __have_o_cloexec instead
8229         of local variable.
8230
8231         * sysdeps/unix/opendir.c (__alloc_dir): Don't initialize ->data.
8232         Avoid memset, add explicit initialization.
8233         * sysdeps/unix/dirstream.h (struct __dirstream): Move data elemtn
8234         to the end and change into zero-sized array.
8235         Move lock member to fill a hole on 64-bit platforms.
8236
8237         * stdlib/stdlib.h: Remove __strto*_internal prototypes and strto*
8238         inline functions.
8239         * include/stdlib.h: Add __strto*_internal prototypes here.
8240         * wcsmbs/wchar.h: Remove __wcsto*_internal prototypes and wcsto*
8241         inline functions.
8242         * include/wchar.h: Add __wcsto*_internal prototypes.
8243         * sysdeps/generic/inttypes.h: No need to protect the declaration
8244         of the __strto*_internal and __wcsto*_internal members here.
8245
8246         * rt/mqueue.h: Change const to __const and add nonnull attributes.
8247
8248 2007-08-02  Roland McGrath  <roland@redhat.com>
8249
8250         * posix/Makefile ($(inst_libexecdir)/getconf): Make hard links to
8251         $(inst_bindir)/getconf if possible.
8252
8253         * posix/Makefile ($(objpfx)getconf.speclist): New target.
8254         (generated): Add it.
8255         ($(inst_libexecdir)/getconf): Use it.
8256
8257 2007-08-01  Ulrich Drepper  <drepper@redhat.com>
8258
8259         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Using
8260         /proc is faster and sufficient.  /sys is still needed for
8261         __get_nprocs_conf.
8262
8263 2007-08-01  Jakub Jelinek  <jakub@redhat.com>
8264
8265         * sysdeps/unix/sysv/linux/i386/syscalls.list (fallocate): Add fallocate
8266         syscall as __fallocate64.
8267         * sysdeps/unix/sysv/linux/i386/posix_fallocate.c: New file.
8268         * sysdeps/unix/sysv/linux/i386/posix_fallocate64.c: New file.
8269
8270 2007-07-30  Jakub Jelinek  <jakub@redhat.com>
8271
8272         * stdlib/tst-strtod2.c (do_test): Use %tu in fmt string for ptrdiff_t
8273         value.
8274
8275         * stdio-common/tst-fmemopen2.c (do_test): Avoid fmt string warning
8276         if off_t is different rank from size_t.
8277
8278         * sysdeps/generic/unwind-dw2.c (extract_cie_info, execute_cfa_program,
8279         uw_frame_state_for): Avoid type punning warnings.
8280         * sysdeps/generic/unwind-dw2-fde-glibc.c
8281         (_Unwind_IteratePhdrCallback): Likewise.
8282         * sysdeps/generic/unwind-dw2-fde.c (_Unwind_Find_FDE): Likewise.
8283         (binary_search_single_encoding_fdes, binary_search_mixed_encoding_fdes,
8284         get_cie_encoding, linear_search_fdes): Don't mix char and unsigned char
8285         pointers.
8286
8287 2007-07-31  Ulrich Drepper  <drepper@redhat.com>
8288
8289         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs_conf): Count
8290         total processors using sysfs.
8291         (__get_nprocs): Use sysfs to determine which processors are online.
8292
8293 2007-07-31  Jakub Jelinek  <jakub@redhat.com>
8294
8295         * sysdeps/unix/sysv/linux/posix_fallocate.c (posix_fallocate): Fix
8296         syscall arguments count.
8297
8298         * stdio-common/tfformat.c (sprint_doubles): Add 12 new tests.
8299
8300 2007-07-30  Roland McGrath  <roland@redhat.com>
8301
8302         * manual/libc.texinfo: Update copyrights, formatting magic, and
8303         @dircategory.  From Karl Berry <karl@freefriends.org>.
8304
8305 2007-07-29  Ulrich Drepper  <drepper@redhat.com>
8306
8307         [BZ #4860]
8308         * io/Makefile (headers): Add bits/fcntl2.h.
8309
8310         * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_ZERO_S): Optimize
8311         using gcc builtin.
8312         (__CPU_EQUAL_S): Likewise.
8313
8314         * posix/Makefile (routines): Add sched_cpualloc and sched_cpufree.
8315         (tests): Add tst-cpuset.
8316         * posix/sched_cpualloc.c: New file.
8317         * posix/sched_cpufree.c: New file.
8318         * posix/tst-cpuset.c: New file.
8319         * posix/Versions: Export __sched_cpualloc and __sched_cpufree for
8320         GLIBC_2.7.
8321         * sysdeps/unix/sysv/linux/bits/sched.h: Define __CPU_*_S macros.
8322         * posix/sched.h: Define old CPU_* macros in temers of __CPU_*_S
8323         macros.  Define CPU_*_S macros.
8324
8325 2007-07-28  Ulrich Drepper  <drepper@redhat.com>
8326
8327         * posix/getconf.c (vars): Add missing _SC_LEVEL4_CACHE_LINESIZE
8328         entry.
8329
8330         [BZ #4858]
8331         * stdio-common/printf_fp.c (___printf_fp): Fix special case of
8332         #.0g and value rounded to 1.0.
8333         * stdio-common/tfformat.c (sprint_doubles): Add two new tests.
8334
8335 2007-07-26  Jakub Jelinek  <jakub@redhat.com>
8336
8337         * locale/programs/ld-monetary.c (monetary_finish): Avoid range check
8338         for int_frac_digits and frac_digits.
8339
8340         * login/logout.c (logout): Avoid aliasing violation.
8341         * login/logwtmp.c (logwtmp): Likewise.
8342
8343         * libio/genops.c (_IO_un_link): Avoid aliasing violation.
8344
8345         * nscd/selinux.c (preserve_capabilities): Initialize new_caps
8346         to avoid warning.
8347         * iconv/gconv_open.c (__gconv_open): Initialize ptr to avoid
8348         warning.
8349         * nis/nis_subr.c (nis_getnames): Initialize saveptr to avoid
8350         warning.
8351         * resolv/inet_ntop.c (inet_ntop6): Initialize best.len and cur.len
8352         to avoid warnings.
8353
8354         * nss/nsswitch.c (__nss_lookup_function): Don't cast &ni->known to
8355         void **.
8356         * nss/nsswitch.h (service_user): Use void * type for KNOWN field.
8357
8358         * nss/nss_files/files-hosts.c (LINE_PARSER): Cast host_addr to
8359         char * to avoid warning.
8360         * nis/nss_nis/nis-hosts.c (LINE_PARSER): Likewise.
8361
8362         * timezone/Makefile (CFLAGS-zdump.c): Add -fwrapv.
8363
8364         * locale/programs/ld-ctype.c (ctype_finish, set_class_defaults,
8365         allocate_arrays): Cast second argument to charmap_find_symbol
8366         to char * to avoid warnings.
8367
8368         * locale/programs/repertoire.c (repertoire_new_char): Change
8369         from_nr, to_nr and cnt to unsigned long, adjust printf format
8370         string.
8371
8372         * locale/programs/ld-collate.c (insert_value, handle_ellipsis):
8373         Cast second argument to new_element to char * to avoid warnings.
8374
8375         * locale/weightwc.h (findidx): Cast &extra[-i] to const int32_t *.
8376
8377         * intl/gettextP.h (struct loaded_domain): Change plural to const
8378         struct expression *.
8379         * intl/plural-eval.c (plural_eval): Change first argument to
8380         const struct expression *.
8381         * intl/plural-exp.c (EXTRACT_PLURAL_EXPRESSION): Change first
8382         argument to const struct expression **.
8383         * intl/plural-exp.h (EXTRACT_PLURAL_EXPRESSION, plural_eval): Adjust
8384         prototypes.
8385         * intl/loadmsgcat (_nl_unload_domain): Cast away const
8386         in call to __gettext_free_exp.
8387
8388         * posix/fnmatch.c (fnmatch): Rearrange code to avoid maybe
8389         unitialized wstring/wpattern var warnings.
8390
8391         * posix/runtests.c (struct a_test): Make data field const char *.
8392
8393         * stdio-common/tst-sprintf2.c (main): Don't declere u, v and buf
8394         vars if not LDBL_MANT_DIG >= 106.
8395
8396         * stdio-common/Makefile (CFLAGS-vfwprintf.c): Add -Wno-unitialized.
8397
8398         * stdio-common/vfprintf.c (vfprintf): Cast first arugment to
8399         __find_specmb to avoid warning.
8400
8401         * rt/tst-mqueue1.c (do_one_test): Add casts to avoid warnings.
8402
8403         * debug/test-strcpy_chk.c (do_tests, do_random_tests): Add casts
8404         to avoid warnings.
8405
8406         * sysdeps/ieee754/ldbl-96/s_roundl.c (huge): Add L suffix to
8407         initializer.
8408
8409         * sysdeps/unix/clock_gettime.c (clock_gettime): Only define
8410         tv var when it will be actually used.
8411
8412         * sunrpc/rpc_cmsg.c (xdr_callmsg): Cast IXDR_PUT_* to void
8413         to avoid warnings.
8414
8415         * iconvdata/gbk.c (BODY): Make buf and cp char instead of unsigned
8416         char array resp. pointer.
8417         * iconvdata/iso-2022-kr.c (BODY): Make buf unsigned char instead of
8418         char array.
8419         * iconvdata/cns11643.h (cns11643_to_ucs4): Change first argument
8420         to const unsigned char **.
8421         (ucs4_to_cns11643): Change second argument to unsigned char *.
8422         * iconvdata/euc-tw.c (BODY): Change endp type to
8423         const unsigned char *.
8424         * iconvdata/iso-ir-165.h (ucs4_to_isoir165): Change second argument
8425         to unsigned char *.
8426         * iconvdata/ibm1008_420.c (LOOP_NEED_FLAGS): Don't define.
8427         * iconvdata/iso-2022-cn.c (BODY): Change buf to unsigned char array.
8428         * iconvdata/iso-2022-cn-ext.c (BODY): Change buf, tmpbuf, tmp
8429         types to unsigned char pointers/arrays instead of char.
8430         * iconvdata/jis0201.h (ucs4_to_jisx0201): Change second argument
8431         to unsigned char *.
8432         * iconvdata/jis0208.h (ucs4_to_jisx0208): Likewise.
8433         * iconvdata/jis0212.h: Include assert.h.
8434         (ucs4_to_jisx0212): Change second argument to unsigned char *.
8435         assert that if cp[0] is not '\0', cp[1] is not '\0' either instead
8436         of trying to handle that.
8437         * iconvdata/euc-kr.c (euckr_from_ucs4): Initialize also cp[1] to
8438         shut up a warning.
8439         * iconvdata/euc-jp-ms.c (from_ucs4_lat1, from_ucs4_greek,
8440         from_ucs4_cjk, from_ucs4_cjkcpt, from_ucs4_extra): Change type to
8441         two dimensional const unsigned char arrays.
8442         (BODY): Cast "" to (const unsigned char *) for assignment to cp.
8443         Initialize endp to inptr to shut up a warning.
8444
8445 2007-07-20  Jakub Jelinek  <jakub@redhat.com>
8446
8447         [BZ #4772]
8448         * time/strptime_l.c (__strptime_internal): Silently ignore
8449         strftime modifiers and field width in recursive calls.
8450
8451         * include/time.h (enum ptime_locale_status): Remove.
8452         (__strptime_internal): Remove decided and era_cnt arguments,
8453         add statep argument.
8454         * time/strptime_l.c (__strptime_internal): Remove decided
8455         and era_cnt arguments, add statep argument.  Don't recompute
8456         any fields in recursive calls, only update caller's tm
8457         and state, if recursive call fails, don't change tm nor
8458         any state.
8459         (get_alt_number): Adjust.
8460         (recursive): Adjust caller.
8461         (strptime): Likewise.
8462         * time/strptime.c (strptime): Likewise.
8463
8464 2007-07-19  Jakub Jelinek  <jakub@redhat.com>
8465
8466         * iconv/gconv_int.h (__GCONV_NULCONV): New internal only error code.
8467         * iconv/gconv_cache.c (__gconv_lookup_cache): Return __GCONV_NULCONV
8468         if from and to charsets are the same.
8469         * iconv/gconv_db.c (__gconv_find_transform): Likewise.
8470         * intl/dcigettext.c (_nl_find_msg): Return NULL even if __gconv_open
8471         returns __GCONV_NOCONV, but not for __GCONV_NULCONV.
8472
8473 2007-07-17  Jakub Jelinek  <jakub@redhat.com>
8474
8475         * wcsmbs/wchar.h: Only define wint_t if __need_wint_t.
8476         Don't define wint_t when __need_mbstate_t unless it
8477         is necessary.
8478         (__mbstate_t): Use __WINT_TYPE__ rather than wint_t
8479         in the typedef if possible.
8480         * wctype/wctype.h (wint_t): Define by including
8481         wchar.h with __need_wint_t instead of including stddef.h
8482         with __need_wint_t and as fallback definining it ourselves.
8483         * iconv/gconv.h (__need_wint_t): Define before including
8484         wchar.h.
8485         * sysdeps/gnu/_G_config.h: Don't include gconv.h if not _LIBC
8486         or _GLIBCPP_USE_WCHAR_T.
8487         (__need_wchar_t): Don't define
8488         if not _LIBC or _GLIBCPP_USE_WCHAR_T.
8489         (__need_wint_t): Don't define before including stddef.h,
8490         define before including wchar.h only if _LIBC or
8491         _GLIBCPP_USE_WCHAR_T.
8492         (_G_iconv_t): Don't define if not _LIBC or _GLIBCPP_USE_WCHAR_T.
8493         * sysdeps/mach/hurd/_G_config.h: Likewise.
8494         * sysdeps/generic/_G_config.h: Likewise.
8495         * libio/libio.h (__wunderflow, __wuflow, __woverflow): Only
8496         prototype if _LIBC or _GLIBCPP_USE_WCHAR_T.
8497         (_IO_getwc_unlocked, _IO_putwc_unlocked): Only define
8498         if _LIBC or _GLIBCPP_USE_WCHAR_T.
8499
8500 2007-07-28  Ulrich Drepper  <drepper@redhat.com>
8501
8502         * sysdeps/posix/posix_fallocate64.c: Undefine
8503         __posix_fallocate64_l64 before alias handling.
8504         * sysdeps/unix/sysv/linux/posix_fallocate.c: New file.
8505         * sysdeps/unix/sysv/linux/posix_fallocate64.c: New file.
8506         * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate.c: New file.
8507         * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate64.c: New file.
8508
8509         * io/tst-posix_fallocate.c: Include <fcntl.h>.
8510
8511 2007-07-23  Jakub Jelinek  <jakub@redhat.com>
8512
8513         * locale/programs/ld-collate.c (atwc): New variable.
8514         (add_to_tablewc): New toplevel function, moved from collate_output.
8515         (collate_output): Remove add_to_tablewc nested function.
8516
8517         * iconv/iconvconfig.c (hash_table, hash_size): New toplevel vars.
8518         (name_insert): New function.
8519         (write_output): Remove hash_table and hash_size vars and name_insert
8520         nested function.
8521
8522 2007-07-24  Roland McGrath  <roland@redhat.com>
8523
8524         * Makerules (install-others-programs-nosubdir): New target.
8525         (install-no-libc.a-nosubdir): Depend on it.
8526
8527         * iconv/Makefile (install-others-programs): Set this instead of
8528         install-others.
8529         * login/Makefile (install-others-programs): Likewise.
8530         * posix/Makefile (install-others-programs): Likewise.
8531
8532         * Makerules (install-no-libc.a-nosubdir): Clean up conditional
8533         dependencies.
8534
8535 2007-07-23  Ulrich Drepper  <drepper@redhat.com>
8536
8537         * io/Makefile (tests): Add tst-posix_fallocate.
8538         * io/tst-posix_fallocate.c: New file.
8539
8540         * sysdeps/unix/sysv/linux/kernel-features.h: Define
8541         __ASSUME_FALLOCATE.
8542
8543 2007-07-22  Roland McGrath  <roland@frob.com>
8544
8545         * hurd/getdport.c: Add missing copyright year update.
8546
8547         * sysdeps/mach/hurd/bits/fcntl.h [__USE_GNU] (O_CLOEXEC): New macro.
8548         * hurd/port2fd.c (_hurd_port2fd): Implement O_CLOEXEC.
8549
8550 2007-07-22  Ulrich Drepper  <drepper@redhat.com>
8551
8552         * login/utmp_file.c (setutent_file): Use O_CLOEXEC if possible.
8553
8554         * libio/fileops.c (_IO_new_file_fopen): Recognize 'e' flag and set
8555         O_CLOEXEC is needed.
8556         * nis/nss_compat/compat-grp.c: Use 'e' flag when opening file.
8557         Avoid additional fcntl to set O_CLOEXEC if not needed.
8558         * nis/nss_compat/compat-initgroups.c: Likewise.
8559         * nis/nss_compat/compat-pwd.c: Likewise.
8560         * nis/nss_compat/compat-spwd.c: Likewise.
8561
8562 2007-07-21  Samuel Thibault  <samuel.thibault@ens-lyon.org>
8563
8564         [BZ #3665]
8565         * manual/errno.texi: Change ECANCELED value to 119.
8566
8567         [BZ #4610]
8568         * mach/lock-intern.h: Include <sys/cdefs.h>.
8569
8570         [BZ #4178]
8571         * sysdeps/mach/hurd/sigaction.c (__sigaction): Check ACT != NULL before
8572         reading A.
8573
8574         [BZ #4126]
8575         * sysdeps/mach/hurd/sigsuspend.c (sigsuspend_not_cancel): Define alias
8576         to __sigsuspend.
8577
8578         * sysdeps/mach/i386/sysdep.h: Include <dl-sysdep.h> and <tls.h>.
8579
8580 2006-06-13  Thomas Schwinge  <tschwinge@gnu.org>
8581
8582         * sysdeps/mach/hurd/tls.h: Change `ASSEMBLER' conditional to
8583         `__ASSEMBLER__'.
8584         * sysdeps/mach/hurd/i386/tls.h: Likewise.
8585
8586 2007-07-21  Ulrich Drepper  <drepper@redhat.com>
8587
8588         * nscd/nscd_helper.c (get_mapping): Use MSG_CMSG_CLOEXEC for
8589         descriptor received from nscd.
8590
8591         * sysdeps/unix/sysv/linux/bits/socket.h: Define MSG_CMSG_CLOEXEC.
8592
8593         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define O_CLOEXEC.
8594         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
8595         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
8596         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
8597         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
8598         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
8599
8600 2007-07-20  Jakub Jelinek  <jakub@redhat.com>
8601
8602         [BZ #4816]
8603         * manual/signal.texi (Non-atomic Example): Make memory var volatile.
8604
8605         [BZ #4813]
8606         * login/forkpty.c (forkpty): Close master and slave fds on
8607         fork failure.  Patch by
8608         Mikulas Patocka <mikulas@artax.karlin.mff.cuni.cz>.
8609
8610 2007-07-18  Jakub Jelinek  <jakub@redhat.com>
8611
8612         * include/features.h (__USE_ISOC95): New define.
8613         * wcsmbs/wchar.h (fwprintf, fwscanf, wprintf, wscanf, swprintf,
8614         swscanf, vfwprintf, vwprintf, vswprintf, fwide): Define even
8615         for -std=iso9899:199409.
8616         * CONFORMANCE: Remove comments about unsupported AMD1.
8617
8618 2007-07-17  Jakub Jelinek  <jakub@redhat.com>
8619
8620         * sysdeps/ia64/sched_cpucount.c: New file.
8621         * sysdeps/powerpc/sched_cpucount.c: New file.
8622
8623         * sysdeps/unix/sysv/linux/bits/sched.h (__sched_cpucount): Add
8624         __BEGIN_DECLS/__END_DECLS around the prototype.
8625         * bits/sched.h (__sched_cpucount): Likewise.  Make second argument
8626         pointer to const cpu_set_t.
8627
8628         * bits/types.h: Don't include stddef.h, don't define __need_size_t.
8629         * signal/signal.h <__USE_BSD || __USE_XOPEN_EXTENDED>: Define
8630         __need_size_t and include stddef.h.
8631         * sysvipc/sys/msg.h: Likewise.
8632         * posix/sched.h: Likewise.
8633         * hurd/hurd/signal.h (__need_size_t): Define.
8634
8635         * CONFORMANCE: ctype.h and wctype.h no longer define size_t,
8636         neither does signal.h in pedantic ISO C namespaces.  stdio.h
8637         no longer defines wint_t or wchar_t.
8638
8639         * libio/libioP.h (_IO_acquire_lock_clear_flags2_fct): New function.
8640         * debug/vfwprintf_chk.c (__vfwprintf_chk): Use
8641         _IO_acquire_lock_clear_flags2 instead of _IO_acquire_lock.
8642         * debug/vprintf_chk.c (__vprintf_chk): Likewise.
8643         * debug/vwprintf_chk.c (__vwprintf_chk): Likewise.
8644         * debug/vfprintf_chk.c (__vfprintf_chk): Likewise.
8645         * debug/fwprintf_chk.c (__fwprintf_chk): Likewise.
8646         * debug/printf_chk.c (__printf_chk): Likewise.
8647         * debug/fprintf_chk.c (__fprintf_chk): Likewise.
8648         * debug/wprintf_chk.c (__wprintf_chk): Likewise.
8649
8650         * sysdeps/pthread/bits/stdio-lock.h (_IO_acquire_lock_clear_flags2):
8651         Define.
8652
8653         * bits/confname.h (_CS_POSIX_V6_WIDTH_RESTRICTED_ENVS): Define.
8654         * posix/getconf.c (vars): Add POSIX_V6_WIDTH_RESTRICTED_ENVS.
8655
8656 2007-07-16  Jakub Jelinek  <jakub@redhat.com>
8657
8658         [BZ #4792]
8659         * stdlib/stdlib.h (realloc): Remove __attribute_malloc__.
8660         * malloc/malloc.h (realloc): Likewise.
8661
8662         * libio/iopopen.c (_IO_new_proc_open): Don't close child_std_end
8663         if one of proc_file_chain streams has that fileno.
8664         * stdio-common/Makefile (tests): Add tst-popen2.
8665         * stdio-common/tst-popen2.c: New test.
8666
8667 2007-07-14  Jakub Jelinek  <jakub@redhat.com>
8668
8669         * elf/ldconfig.c: Allow GPLv2 or any later version.
8670         * elf/readlib.c: Likewise.
8671         * elf/chroot_canon.c: Likewise.
8672         * elf/cache.c: Likewise.
8673         * nscd/mem.c: Likewise.
8674         * nscd/getpwuid_r.c: Likewise.
8675         * nscd/grpcache.c: Likewise.
8676         * nscd/aicache.c: Likewise.
8677         * nscd/getsrvbynm_r.c: Likewise.
8678         * nscd/nscd.c: Likewise.
8679         * nscd/servicescache.c: Likewise.
8680         * nscd/getsrvbypt_r.c: Likewise.
8681         * nscd/initgrcache.c: Likewise.
8682         * nscd/gethstbyad_r.c: Likewise.
8683         * nscd/gethstbynm2_r.c: Likewise.
8684         * nscd/getgrnam_r.c: Likewise.
8685         * nscd/nscd_setup_thread.c: Likewise.
8686         * nscd/getpwnam_r.c: Likewise.
8687         * nscd/gai.c: Likewise.
8688         * nscd/connections.c: Likewise.
8689         * nscd/dbg_log.c: Likewise.
8690         * nscd/cache.c: Likewise.
8691         * nscd/hstcache.c: Likewise.
8692         * nscd/nscd_conf.c: Likewise.
8693         * nscd/getgrgid_r.c: Likewise.
8694         * nscd/pwdcache.c: Likewise.
8695         * catgets/gencat.c: Likewise.
8696         * locale/programs/linereader.h: Likewise.
8697         * locale/programs/locarchive.c: Likewise.
8698         * locale/programs/ld-paper.c: Likewise.
8699         * locale/programs/locfile-kw.h: Likewise.
8700         * locale/programs/ld-address.c: Likewise.
8701         * locale/programs/xmalloc.c: Likewise.
8702         * locale/programs/ld-time.c: Likewise.
8703         * locale/programs/localedef.c: Likewise.
8704         * locale/programs/simple-hash.c: Likewise.
8705         * locale/programs/xstrdup.c: Likewise.
8706         * locale/programs/ld-numeric.c: Likewise.
8707         * locale/programs/locfile-kw.gperf: Likewise.
8708         * locale/programs/ld-collate.c: Likewise.
8709         * locale/programs/charmap-kw.gperf: Likewise.
8710         * locale/programs/charmap.h: Likewise.
8711         * locale/programs/charmap-kw.h: Likewise.
8712         * locale/programs/config.h: Likewise.
8713         * locale/programs/locfile.c: Likewise.
8714         * locale/programs/ld-ctype.c: Likewise.
8715         * locale/programs/charmap.c: Likewise.
8716         * locale/programs/ld-messages.c: Likewise.
8717         * locale/programs/repertoire.h: Likewise.
8718         * locale/programs/locale.c: Likewise.
8719         * locale/programs/ld-name.c: Likewise.
8720         * locale/programs/linereader.c: Likewise.
8721         * locale/programs/locfile.h: Likewise.
8722         * locale/programs/3level.h: Likewise.
8723         * locale/programs/ld-monetary.c: Likewise.
8724         * locale/programs/ld-measurement.c: Likewise.
8725         * locale/programs/charmap-dir.c: Likewise.
8726         * locale/programs/ld-identification.c: Likewise.
8727         * locale/programs/localedef.h: Likewise.
8728         * locale/programs/charmap-dir.h: Likewise.
8729         * locale/programs/repertoire.c: Likewise.
8730         * locale/programs/simple-hash.h: Likewise.
8731         * locale/programs/ld-telephone.c: Likewise.
8732         * locale/programs/locale-spec.c: Likewise.
8733         * locale/programs/locfile-token.h: Likewise.
8734         * posix/getconf.c: Likewise.
8735         * iconv/dummy-repertoire.c: Likewise.
8736         * iconv/iconv_charmap.c: Likewise.
8737         * iconv/iconvconfig.c: Likewise.
8738         * iconv/iconv_prog.c: Likewise.
8739         * malloc/memusagestat.c: Likewise.
8740         * sysdeps/unix/sysv/linux/nscd_setup_thread.c: Likewise.
8741
8742 2007-07-06  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
8743
8744         * sysdeps/sh/bsd-setjmp.S (setjmp): Use correct argument registers.
8745         * sysdeps/sh/bsd-_setjmp.S (_setjmp): Likewise.
8746         * sysdeps/unix/sysv/linux/sh/clone.S (__clone): Do correct sanity
8747         check for the first argument.
8748
8749 2007-07-12  Jakub Jelinek  <jakub@redhat.com>
8750
8751         [BZ #4775]
8752         * math/tgmath.h (__tgmath_real_type_sub): Formatting.
8753         (__tgmath_real_type): Fix if expr is const int or other const
8754         qualified integral type.
8755         (__TGMATH_UNARY_REAL_ONLY): Rewritten to avoid using statement
8756         expressions and handle const qualified arguments.
8757         (__TGMATH_BINARY_FIRST_REAL_ONLY, __TGMATH_UNARY_REAL_IMAG,
8758         __TGMATH_UNARY_REAL_IMAG_RET_REAL): Likewise.
8759         (__TGMATH_UNARY_REAL_RET_ONLY): Rewritten to avoid using
8760         statement expressions.
8761         (__TGMATH_BINARY_REAL_ONLY, __TGMATH_TERNARY_FIRST_SECOND_REAL_ONLY,
8762         __TGMATH_TERNARY_REAL_ONLY, __TGMATH_BINARY_REAL_IMAG): Likewise.
8763         (__TGMATH_UNARY_IMAG): Define.
8764         (conj, cproj): Use __TGMATH_UNARY_IMAG macro.
8765         * math/Makefile (tests): Add test-tgmath2.
8766         (CFLAGS-test-tgmath2.c): Add.
8767         * math/test-tgmath.c (fy, dy, ly, fz, dz, lz, count_cdouble,
8768         count_cfloat, count_cldouble): New variables.
8769         (NCCALLS): Define.
8770         (main): Check number of complex calls as well.
8771         (F(compile_test)): Add complex tests and tests with const qualified
8772         arguments.
8773         (y, z, ccount): Define.
8774         (F(cacos), F(casin), F(catan), F(ccos), F(csin), F(ctan), F(cacosh),
8775         F(casinh), F(catanh), F(ccosh), F(csinh), F(ctanh), F(cexp), F(clog),
8776         F(csqrt), F(cpow), F(cabs), F(carg), F(creal), F(cimag), F(conj),
8777         F(cproj)): New functions.
8778         * math/test-tgmath2.c: New test.
8779
8780 2007-07-11  Jakub Jelinek  <jakub@redhat.com>
8781
8782         [BZ #4776]
8783         * elf/dl-load.c (_dl_rtld_di_serinfo): Output / in LD_LIBRARY_PATH,
8784         RPATH etc. as "/" rather than "", don't segfault on empty paths,
8785         instead output ".".
8786         * dlfcn/Makefile (distribute): Add glreflib3.c.
8787         (module-names): Add glreflib3.
8788         ($(objpfx)tst-dlinfo.out): Depend on glreflib3.so rather than
8789         glreflib1.so.
8790         (LDFLAGS_glreflib3.so): New.
8791         * dlfcn/tst-dlinfo.c (do_test): Load glreflib3.so instead of
8792         glreflib1.so.
8793         * dlfcn/glreflib3.c: New file.
8794
8795         * intl/finddomain.c (_nl_find_domain): If _nl_explode_name
8796         returned -1, return NULL.
8797         * intl/explodename.c (_nl_explode_name): Return -1 if
8798         _nl_normalize_codeset failed.
8799
8800 2007-07-07  Steven Munroe  <sjmunroe@us.ibm.com>
8801
8802         * sysdeps/powerpc/powerpc32/power6/memset.S: Update comments.
8803         Specify .machine power6 to get ISA-V2.0 branch hints.  Unroll loops
8804         and avoid branch misspredicts for > 31 bytes memset case.
8805         * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
8806         Remove toc ref to __cache_line_size.
8807
8808         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Specify .machine power4
8809         to get ISA-V2.0 branch hints.
8810         * sysdeps/powerpc/powerpc32/power4/memcpy.S: Likewise
8811         * sysdeps/powerpc/powerpc32/power4/memset.S: Likewise
8812         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
8813         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
8814         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
8815         * sysdeps/powerpc/powerpc64/power4/memset.S: Likewise.
8816         Remove toc ref to __cache_line_size.
8817
8818         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrint.S:
8819         Include math_ldbl_opt.h.
8820
8821 2007-07-10  Ulrich Drepper  <drepper@redhat.com>
8822
8823         [BZ #4773]
8824         * time/strptime_l.c (__strptime_internal): Implement greedy
8825         matching of weekday and month names.
8826
8827 2007-07-09  Roland McGrath  <roland@redhat.com>
8828
8829         * elf/elf.h (NT_GNU_ABI_TAG): New macro.
8830         (ELF_NOTE_ABI): Use it.
8831         (NT_GNU_HWCAP, NT_GNU_BUILD_ID): New macros.
8832
8833 2007-07-09  Ulrich Drepper  <drepper@redhat.com>
8834
8835         * sysdeps/x86_64/cacheinfo.c (intel_02_known): Add new entries.
8836         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_02_known): Likewise.
8837
8838 2007-07-07  Ulrich Drepper  <drepper@redhat.com>
8839
8840         [BZ #4745]
8841         * stdio-common/vfscanf.c (_IO_vfscanf): Add additional test for EOF
8842         in loop to look for conversion specifier to avoid testing of
8843         wrong errno value.
8844         * stdio-common/Makefile (tests): Add bug18, bug18a, bug19, bug19a.
8845         * stdio-common/bug18.c: New file.
8846         * stdio-common/bug18a.c: New file.
8847         * stdio-common/bug19.c: New file.
8848         * stdio-common/bug19a.c: New file.
8849
8850 2007-07-05  Mike Frysinger  <vapier@gentoo.org>
8851
8852         * Makeconfig ($(common-objpfx)gnu/lib-names.stmp): Use LC_ALL=C when
8853         running awk script.
8854
8855 2007-07-01  Jakub Jelinek  <jakub@redhat.com>
8856
8857         * elf/dl-sysdep.c (_dl_important_hwcaps): Add integer overflow check.
8858         * elf/dl-minimal.c (__libc_memalign): Likewise.  Handle malloc (0).
8859         Return NULL if mmap failed instead of asserting it does not.
8860         (calloc): Check for integer overflow.
8861
8862         * elf/dl-minimal.c (__strtoul_internal): Fix parsing of numbers bigger
8863         than LONG_MAX / 10.
8864
8865 2007-07-03  Jakub Jelinek  <jakub@redhat.com>
8866
8867         [BZ #4702]
8868         * nis/nss-default.c: Include errno.h.
8869         (init): Preserve errno.
8870
8871 2007-07-02  Ulrich Drepper  <drepper@redhat.com>
8872
8873         * sysdeps/unix/sysv/linux/bits/socket.h (PF_UNIX): Update comment.
8874
8875 2007-06-30  Ulrich Drepper  <drepper@redhat.com>
8876
8877         * sysdeps/unix/sysv/linux/bits/socket.h: Add PF_RXRPC and AF_RXRPC.
8878
8879 2007-06-29  Martin Schwidefsky  <schwidefsky@de.ibm.com>
8880
8881         * sysdeps/unix/sysv/linux/bits/socket.h: Add PF_IUCV and AF_IUCV.
8882
8883 2007-06-29  Martin Schwidefsky  <schwidefsky@de.ibm.com>
8884
8885         * sysdeps/s390/dl-procinfo.c: New file.
8886         * sysdeps/s390/dl-procinfo.h: New file.
8887         * sysdeps/unix/sysv/linux/s390/dl-procinfo.h: New file.
8888
8889 2007-06-29  Jakub Jelinek  <jakub@redhat.com>
8890
8891         * elf/dl-load.c (open_verify): Find .note.ABI-tag notes even
8892         in PT_NOTE segments with multiple notes.
8893         * elf/readelflib.c (process_elf_file): Likewise.
8894
8895 2007-06-22  Ulrich Drepper  <drepper@redhat.com>
8896
8897         * nis/nis_domain_of.c (__nis_domain_of): Make the code a bit more
8898         ISO C compliant.
8899
8900 2007-06-19  Ulrich Drepper  <drepper@redhat.com>
8901
8902         * elf/dl-close.c (free_mem): Free _dl_scope_free_list.
8903
8904 2007-06-13  Jakub Jelinek  <jakub@redhat.com>
8905
8906         * include/link.h: Don't include rtld-lowlevel.h.
8907         (struct link_map): Remove l_scope_lock.
8908         * sysdeps/generic/ldsodefs.h: Don't include rtld-lowlevel.h.
8909         (_dl_scope_free_list): New field (variable) in _rtld_global.
8910         (DL_LOOKUP_SCOPE_LOCK): Remove.
8911         (_dl_scope_free): New prototype.
8912         * elf/dl-runtime.c (_dl_fixup): Don't use __rtld_mrlock_*lock.
8913         Don't pass DL_LOOKUP_SCOPE_LOCK to _dl_lookup_symbol_x.
8914         (_dl_profile_fixup): Likewise.
8915         * elf/dl-sym.c (do_sym): Likewise.  Use wrapped _dl_lookup_symbol_x
8916         whenever !RTLD_SINGLE_THREAD_P, use THREAD_GSCOPE_SET_FLAG and
8917         THREAD_GSCOPE_RESET_FLAG around it.
8918         * elf/dl-close.c (_dl_close_worker): Don't use
8919         __rtld_mrlock_{change,done}.  Call _dl_scope_free on the old
8920         scope.  Make sure THREAD_GSCOPE_WAIT () happens if any old
8921         scopes were queued or if l_scope_mem has been abandoned.
8922         * elf/dl-open.c (_dl_scope_free): New function.
8923         (dl_open_worker): Use it.  Don't use __rtld_mrlock_{change,done}.
8924         * elf/dl-support.c (_dl_scope_free_list): New variable.
8925         * elf/dl-lookup.c (add_dependency): Remove flags argument.
8926         Remove DL_LOOKUP_SCOPE_LOCK handling.
8927         (_dl_lookup_symbol_x): Adjust caller.  Remove DL_LOOKUP_SCOPE_LOCK
8928         handling.
8929         * elf/dl-object.c (_dl_new_object): Don't use
8930         __rtld_mrlock_initialize.
8931
8932 2007-06-19  Ulrich Drepper  <drepper@redhat.com>
8933
8934         * sysdeps/generic/ldsodefs.h (rtld_global): Reorder some elements
8935         to fill in holes
8936         (rtld_global_ro): Likewise.
8937
8938 2007-06-18  Jakub Jelinek  <jakub@redhat.com>
8939
8940         * elf/dl-addr.c (_dl_addr): Skip PT_LOAD checking if l_contiguous.
8941         Move PT_LOAD checking to...
8942         (_dl_addr_inside_object): ... here, new function.
8943         * elf/dl-sym.c (do_sym): If not l_contiguous,
8944         call _dl_addr_inside_object.
8945         * elf/dl-iteratephdr.c (__dl_iterate_phdr): Likewise.
8946         * dlfcn/dlinfo.c (dlinfo_doit): Likewise.
8947         * elf/dl-open.c (dl_open_worker): Likewise.
8948         (_dl_addr_inside_object): New function if IS_IN_rtld.
8949         * elf/dl-load.c (_dl_map_object_from_fd): Set l_contiguous if no
8950         holes are present or are PROT_NONE protected.
8951         * include/link.h (struct link_map): Add l_contiguous field.
8952         * sysdeps/generic/ldsodefs.h (_dl_addr_inside_object): New prototype.
8953
8954 2007-06-18  Jakub Jelinek  <jakub@redhat.com>
8955             Tomas Janousek  <tjanouse@redhat.com>
8956             Ulrich Drepper  <drepper@redhat.com>
8957
8958         [BZ #4647]
8959         * resolv/res_send.c (send_dg): Remove socket_pf.  Use ipv6_unavail
8960         member in __res_state, only convaddr4to6 if nssocks[ns] is a PF_INET6
8961         socket.
8962         * resolv/resolv.h (__res_state): Add ipv6_unavail member.  Make
8963         unused member a bitmap.
8964         * resolv/res_init.c (__res_vinit): Reset ipv6_unavail if IPv6
8965         servers are configured.
8966
8967 2007-06-18  Jakub Jelinek  <jakub@redhat.com>
8968
8969         * elf/rtld.c (dl_main): Don't call init_tls more than once.
8970
8971 2007-06-17  Andreas Schwab  <schwab@suse.de>
8972
8973         * sysdeps/generic/initfini.c: Tell gcc about the nonstandard sections.
8974
8975 2007-06-16  Andreas Jaeger  <aj@suse.de>
8976
8977         [BZ #4125]
8978         * sysdeps/unix/sysv/linux/sys/ptrace.h
8979         (PTRACE_O_TRACESYSGOOD, PTRACE_O_TRACEFORK,
8980         PTRACE_O_TRACEVFORK, PTRACE_O_TRACECLONE, PTRACE_O_TRACEEXEC,
8981         PTRACE_O_TRACEVFORKDONE, PTRACE_O_TRACEEXIT, PTRACE_O_MASK,
8982         PTRACE_EVENT_FORK, PTRACE_EVENT_VFORK, PTRACE_EVENT_CLONE,
8983         PTRACE_EVENT_EXEC, PTRACE_EVENT_VFORK_DONE, PTRACE_EVENT_EXIT):
8984         Define.
8985         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
8986         * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h: Likewise.
8987         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
8988         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
8989
8990 2007-06-16  Ulrich Drepper  <drepper@redhat.com>
8991
8992         [BZ #4599]
8993         * sysdeps/unix/sysv/linux/check_pf.c (make_request): When
8994         determining whether there are IPv4/IPv6 addresses, ignore loopback
8995         addresses.
8996
8997 2007-06-14 Uros Bizjak <ubizjak@gmail.com>
8998
8999         * soft-fp/soft-fp.h (CMPtype): Define to "int" if undefined.
9000         * soft-fp/eqdf2.c (__eqdf2): Use CMPtype instead of int
9001         as the return type.  Change type of "r" variable to CMPtype.
9002         * soft-fp/eqsf2.c (__eqsf2): Likewise.
9003         * soft-fp/eqtf2.c (__eqtf2): Likewise.
9004         * soft-fp/gedf2.c (__gedf2): Likewise.
9005         * soft-fp/gesf2.c (__gesf2): Likewise.
9006         * soft-fp/getf2.c (__getf2): Likewise.
9007         * soft-fp/ledf2.c (__ledf2): Likewise.
9008         * soft-fp/lesf2.c (__lesf2): Likewise.
9009         * soft-fp/letf2.c (__letf2): Likewise.
9010         * soft-fp/unorddf2 (__unorddf2): Likewise.
9011         * soft-fp/unordsf2 (__unordsf2): Likewise.
9012         * soft-fp/unordtf2 (__unordtf2): Likewise.
9013
9014 2007-06-09  Ulrich Drepper  <drepper@redhat.com>
9015
9016         * elf/do-lookup.h (do_lookup_x): Read r_nlist before r_list and
9017         make sure gcc doesn't mess around with this.
9018
9019 2007-06-08  Ulrich Drepper  <drepper@redhat.com>
9020
9021         * elf/dl-lookup.c (_dl_lookup_symbol_x): Remove use of r_nlist.
9022
9023 2007-06-08  Jakub Jelinek  <jakub@redhat.com>
9024
9025         * elf/dl-close.c (_dl_close_worker): Remove all to be removed
9026         libraries from the global scope at once and call THREAD_GSCOPE_WAIT
9027         at most once per _dl_close_worker.
9028
9029 2007-06-08  Ulrich Drepper  <drepper@redhat.com>
9030
9031         * sysdeps/unix/sysv/linux/bits/sched.h: Make second parameter of
9032         __sched_cpucount as const.
9033         * posix/sched_cpucount.c: Adjust.
9034
9035         * posix/sched_cpucount.c (__sched_cpucount): Allow using special
9036         instruction for counting bits.
9037         * sysdeps/x86_64/sched_cpucount.c: New file.
9038
9039 2007-06-07  Ulrich Drepper  <drepper@redhat.com>
9040
9041         * configure.in: Avoid variable named BASH.
9042         * config.make.in: Likewise.
9043         Patch in part by Mike Frysinger.
9044
9045 2007-06-06  Jakub Jelinek  <jakub@redhat.com>
9046
9047         [BZ #4586]
9048         * sysdeps/i386/ldbl2mpn.c (__mpn_extract_long_double): Treat
9049         pseudo-zeros as zero.
9050         * sysdeps/x86_64/ldbl2mpn.c: New file.
9051         * sysdeps/ia64/ldbl2mpn.c: New file.
9052
9053 2007-06-04  Jakub Jelinek  <jakub@redhat.com>
9054
9055         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (nextafterl): Remove
9056         unused ily variable.  Fix nextafterl on +-__LDBL_MAX__ and +-Inf.
9057         Remove unreachable code at the end.
9058
9059 2007-06-01  Steven Munroe  <sjmunroe@us.ibm.com>
9060
9061         * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c: Correct description of
9062         ldbl-128ibm in comment.
9063         (fpclassifyl): Correct classification of denormals.
9064         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (nextafterl): Correct
9065         return value for MIN denormal. Rewrite using long double math too
9066         correctly handle denormals and canonicalize the results.
9067
9068 2007-06-05  Jakub Jelinek  <jakub@redhat.com>
9069
9070         * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c
9071         (__mpn_construct_long_double): Fix conversion where result ought
9072         to be smaller than __LDBL_MIN__, or the low double should be
9073         denormal.  Fix decision where to negate low double - honor round
9074         to even rules.
9075         * stdio-common/tst-sprintf2.c: Include string.h.
9076         (COMPARE_LDBL): Define.
9077         (TEST): Also test whether a string hexadecimal float representation
9078         can be parsed back to the number.
9079         (main): Add a couple of further tests.
9080
9081 2007-06-04  Jakub Jelinek  <jakub@redhat.com>
9082
9083         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c
9084         (PRINT_FPHEX_LONG_DOUBLE): Fix printing numbers where lower double
9085         is non-zero, but smaller than 2 * __DBL_MIN__.
9086         * stdio-common/tst-sprintf2.c: New test.
9087         * stdio-common/Makefile (tests): Add tst-sprintf2.
9088
9089         * math/test-misc.c (main): Don't run last batch of tests with
9090         IBM long double format.
9091
9092 2007-05-31  Steven Munroe  <sjmunroe@us.ibm.com>
9093
9094         * sysdeps/powerpc/powerpc32/970/fpu/Implies: New file.
9095         * sysdeps/powerpc/powerpc32/power5/fpu/Implies: New file.
9096         * sysdeps/powerpc/powerpc32/power5+/fpu/Implies: New file.
9097         * sysdeps/powerpc/powerpc32/power6/fpu/Implies: New file.
9098         * sysdeps/powerpc/powerpc32/power6x/fpu/Implies: New file.
9099         * sysdeps/powerpc/powerpc64/970/fpu/Implies: New file.
9100         * sysdeps/powerpc/powerpc64/power5/fpu/Implies: New file.
9101         * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: New file.
9102         * sysdeps/powerpc/powerpc64/power6/fpu/Implies: New file.
9103         * sysdeps/powerpc/powerpc64/power6x/fpu/Implies: New file.
9104         * sysdeps/unix/sysv/linux/powerpc/powerpc32/970/fpu/Implies: New file.
9105         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/fpu/Implies:
9106         New file.
9107         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/fpu/Implies:
9108         New file.
9109         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5+/fpu/Implies:
9110         New file.
9111         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/fpu/Implies:
9112         New file.
9113         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/fpu/Implies:
9114         New file.
9115         * sysdeps/unix/sysv/linux/powerpc/powerpc64/970/fpu/Implies: New file.
9116         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/fpu/Implies:
9117         New file.
9118         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/fpu/Implies:
9119         New file.
9120         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5+/fpu/Implies:
9121         New file.
9122         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/fpu/Implies:
9123         New file.
9124         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/fpu/Implies:
9125         New file.
9126
9127 2007-05-31  Steven Munroe  <sjmunroe@us.ibm.com>
9128
9129         * sysdeps/powerpc/powerpc32/powerpc64/fpu/s_llrint.S: Move.
9130         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrint.S: To here.
9131         * sysdeps/powerpc/powerpc32/powerpc64/fpu/s_llrintf.S: Move.
9132         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrintf.S: To here.
9133         * sysdeps/powerpc/powerpc32/powerpc64/fpu/s_llround.S: Move.
9134         * sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S: To here.
9135         * sysdeps/powerpc/powerpc32/powerpc64/fpu/s_llroundf.S: Move.
9136         * sysdeps/powerpc/powerpc32/power4/fpu/s_llroundf.S: To here.
9137
9138 2007-05-22  Steven Munroe  <sjmunroe@us.ibm.com>
9139
9140         * sysdeps/powerpc/powerpc32/power5+/fpu/s_round.S
9141         (LONG_DOUBLE_COMPAT): Specify correct version, GLIBC_2_1.
9142         * sysdeps/powerpc/powerpc32/power5+/fpu/s_trunc.S
9143         (LONG_DOUBLE_COMPAT): Specify correct version, GLIBC_2_1.
9144         * sysdeps/powerpc/powerpc64/power5+/fpu/s_round.S
9145         (LONG_DOUBLE_COMPAT): Specify correct version, GLIBC_2_1.
9146         * sysdeps/powerpc/powerpc64/power5+/fpu/s_trunc.S
9147         (LONG_DOUBLE_COMPAT): Specify correct version, GLIBC_2_1.
9148
9149 2007-05-21  Steven Munroe  <sjmunroe@us.ibm.com>
9150
9151         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: New file.
9152         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.c: New file.
9153         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: New file.
9154         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: New file.
9155
9156 2007-03-15  Steven Munroe  <sjmunroe@us.ibm.com>
9157
9158         * sysdeps/powerpc/powerpc32/powerpc64/fpu/s_llrint.S
9159         [LONG_DOUBLE_COMPAT]: Add compat_symbol for llrintl@@GLIBC_2_1.
9160
9161 2006-02-13  Steven Munroe  <sjmunroe@us.ibm.com>
9162
9163         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrint.S: New File
9164         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrintf.S: New File
9165         * sysdeps/powerpc/powerpc32/power6/fpu/s_llround.S: New File
9166         * sysdeps/powerpc/powerpc32/power6/fpu/s_llroundf.S: New File
9167
9168 2006-10-20  Steven Munroe  <sjmunroe@us.ibm.com>
9169
9170         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: New file.
9171         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: New file.
9172
9173 2006-10-03  Steven Munroe  <sjmunroe@us.ibm.com>
9174
9175         * sysdeps/powerpc/powerpc32/powerpc64/fpu/s_llround.S: New file.
9176         * sysdeps/powerpc/powerpc32/powerpc64/fpu/s_llroundf.S: New file.
9177
9178         * sysdeps/powerpc/powerpc32/powerpc64/fpu/Makefile: Moved.
9179         * sysdeps/powerpc/powerpc32/powerpc64/fpu/mpa.c: Likewise.
9180         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile: To here.
9181         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
9182
9183 2006-09-29  Steven Munroe  <sjmunroe@us.ibm.com>
9184
9185         * sysdeps/powerpc/powerpc32/power6x/fpu/s_lrint.S: New file.
9186         * sysdeps/powerpc/powerpc32/power6x/fpu/s_lround.S: New file.
9187         * sysdeps/powerpc/powerpc64/power6x/fpu/s_llrint.S: New file.
9188         * sysdeps/powerpc/powerpc64/power6x/fpu/s_llround.S: New file.
9189
9190 2006-09-28  Steven Munroe  <sjmunroe@us.ibm.com>
9191
9192         * sysdeps/powerpc/powerpc32/power5+/fpu/s_llround.S: New file.
9193         * sysdeps/powerpc/powerpc32/power5+/fpu/s_llroundf.S: New file.
9194         * sysdeps/powerpc/powerpc32/power5+/fpu/s_lround.S: New file.
9195         * sysdeps/powerpc/powerpc32/power6x/fpu/Implies: New file.
9196         * sysdeps/powerpc/powerpc64/power5+/fpu/s_llround.S: New file.
9197         * sysdeps/powerpc/powerpc64/power6x/fpu/Implies: New file.
9198
9199 2006-08-31  Steven Munroe  <sjmunroe@us.ibm.com>
9200
9201         * sysdeps/powerpc/powerpc32/powerpc64/fpu/Makefile: New file.
9202         * sysdeps/powerpc/powerpc32/powerpc64/fpu/mpa.c: New file.
9203         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile: New file.
9204         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: New file.
9205
9206 2006-06-15  Steven Munroe  <sjmunroe@us.ibm.com>
9207
9208         * sysdeps/powerpc/powerpc32/power5+/fpu/s_ceil.S: New file.
9209         * sysdeps/powerpc/powerpc32/power5+/fpu/s_ceilf.S: New file.
9210         * sysdeps/powerpc/powerpc32/power5+/fpu/s_floor.S: New file.
9211         * sysdeps/powerpc/powerpc32/power5+/fpu/s_floorf.S: New file.
9212         * sysdeps/powerpc/powerpc32/power5+/fpu/s_round.S: New file.
9213         * sysdeps/powerpc/powerpc32/power5+/fpu/s_roundf.S: New file.
9214         * sysdeps/powerpc/powerpc32/power5+/fpu/s_trunc.S: New file.
9215         * sysdeps/powerpc/powerpc32/power5+/fpu/s_truncf.S: New file.
9216         * sysdeps/powerpc/powerpc64/power5+/fpu/s_ceil.S: New file.
9217         * sysdeps/powerpc/powerpc64/power5+/fpu/s_ceilf.S: New file.
9218         * sysdeps/powerpc/powerpc64/power5+/fpu/s_floor.S: New file.
9219         * sysdeps/powerpc/powerpc64/power5+/fpu/s_floorf.S: New file.
9220         * sysdeps/powerpc/powerpc64/power5+/fpu/s_round.S: New file.
9221         * sysdeps/powerpc/powerpc64/power5+/fpu/s_roundf.S: New file.
9222         * sysdeps/powerpc/powerpc64/power5+/fpu/s_trunc.S: New file.
9223         * sysdeps/powerpc/powerpc64/power5+/fpu/s_truncf.S: New file.
9224
9225 2006-03-20  Steven Munroe  <sjmunroe@us.ibm.com>
9226
9227         * sysdeps/powerpc/powerpc32/powerpc64/fpu/s_llrint.S: New file.
9228         * sysdeps/powerpc/powerpc32/powerpc64/fpu/s_llrintf.S: New file.
9229
9230 2007-06-01  Steven Munroe  <sjmunroe@us.ibm.com>
9231
9232         * sysdeps/powerpc/powerpc32/power6/memset.S: New file.
9233         * sysdeps/powerpc/powerpc64/power6/memset.S: New file.
9234
9235 2007-05-31  Steven Munroe  <sjmunroe@us.ibm.com>
9236
9237         * sysdeps/powerpc/powerpc32/970/Implies: New file.
9238         * sysdeps/powerpc/powerpc32/power5/Implies: New file.
9239         * sysdeps/powerpc/powerpc32/power5+/Implies: New file.
9240         * sysdeps/powerpc/powerpc32/power6/Implies: New file.
9241         * sysdeps/powerpc/powerpc32/power6x/Implies: New file.
9242         * sysdeps/powerpc/powerpc64/970/Implies: New file.
9243         * sysdeps/powerpc/powerpc64/power5/Implies: New file.
9244         * sysdeps/powerpc/powerpc64/power5+/Implies: New file.
9245         * sysdeps/powerpc/powerpc64/power6/Implies: New file.
9246         * sysdeps/powerpc/powerpc64/power6x/Implies: New file.
9247
9248 2007-05-21  Steven Munroe  <sjmunroe@us.ibm.com>
9249
9250         * sysdeps/powerpc/powerpc32/power4/memset.S: New file
9251
9252 2007-03-13  Steven Munroe  <sjmunroe@us.ibm.com>
9253
9254         * sysdeps/powerpc/powerpc64/memcpy.S: Improve aligned loop to minimize
9255         branch miss-predicts. Ensure that cache line crossing does not impact
9256         dispatch grouping.
9257
9258 2006-12-13  Steven Munroe  <sjmunroe@us.ibm.com>
9259
9260         * sysdeps/powerpc/powerpc64/power4/memcopy.h: Replace with include
9261         "../../powerpc32/power4/memcopy.h".
9262         * sysdeps/powerpc/powerpc64/power4/wordcopy.c: Replace with include
9263         "../../powerpc32/power4/wordcopy.c".
9264
9265 2006-10-03  Steven Munroe  <sjmunroe@us.ibm.com>
9266
9267         * sysdeps/powerpc/powerpc32/powerpc64/Makefile: Moved.
9268         * sysdeps/powerpc/powerpc32/powerpc64/memcopy.h: Likewise.
9269         * sysdeps/powerpc/powerpc32/powerpc64/wordcopy.c: Likewise.
9270         * sysdeps/powerpc/powerpc32/power4/Makefile: To here.
9271         * sysdeps/powerpc/powerpc32/power4/memcopy.h: Likewise.
9272         * sysdeps/powerpc/powerpc32/power4/wordcopy.c: Likewise.
9273
9274 2006-09-10  Steven Munroe  <sjmunroe@us.ibm.com>
9275
9276         * sysdeps/powerpc/powerpc32/power6/memcpy.S: New file.
9277
9278 2006-08-31  Steven Munroe  <sjmunroe@us.ibm.com>
9279
9280         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: New file.
9281         * sysdeps/powerpc/powerpc32/powerpc64/Makefile: New file.
9282         * sysdeps/powerpc/powerpc32/powerpc64/memcopy.h: New file.
9283         * sysdeps/powerpc/powerpc32/powerpc64/wordcopy.c: New file.
9284         * sysdeps/powerpc/powerpc64/power4/Makefile: New file.
9285         * sysdeps/powerpc/powerpc64/power4/memcopy.h: New file.
9286         * sysdeps/powerpc/powerpc64/power4/wordcopy.c: New file.
9287         * sysdeps/powerpc/powerpc64/power6/wordcopy.c: New file.
9288
9289 2006-07-06  Steven Munroe  <sjmunroe@us.ibm.com>
9290
9291         * sysdeps/powerpc/powerpc64/power6/memcpy.S: New file.
9292
9293 2006-03-20  Steven Munroe  <sjmunroe@us.ibm.com>
9294
9295         * sysdeps/powerpc/powerpc32/power4/memcmp.S: New file.
9296         * sysdeps/powerpc/powerpc32/power4/memcpy.S: New file.
9297         * sysdeps/powerpc/powerpc32/power4/memset.S: New file.
9298         * sysdeps/powerpc/powerpc32/power4/strncmp.S: New file.
9299         * sysdeps/powerpc/powerpc64/power4/memcmp.S: New file.
9300         * sysdeps/powerpc/powerpc64/power4/memcpy.S: New file.
9301         * sysdeps/powerpc/powerpc64/power4/strncmp.S: New file.
9302
9303 2007-05-29  Roland McGrath  <roland@redhat.com>
9304
9305         * po/Makefile (po-sed-cmd): New variable.
9306         (libc.pot.files): Move sed command text in there, avoid \ inside ''.
9307
9308 2007-05-29  Ulrich Drepper  <drepper@redhat.com>
9309
9310         * crypt/md5-crypt.c: Fix comment.
9311
9312         * nscd/nscd_helper.c (get_mapping): Handle short replies instead
9313         of crashing.  When this is the case or if the reply is malformed,
9314         don't try to close the new file descriptor since it does not
9315         exist.
9316         Patch in part by Guillaume Chazarain <guichaz@yahoo.fr>.
9317
9318 2007-05-28  Jakub Jelinek  <jakub@redhat.com>
9319
9320         * sysdeps/unix/sysv/linux/futimes.c (miss_utimensat): Don't define
9321         if __NR_utimensat is not defined.
9322
9323 2007-05-26  Ulrich Drepper  <drepper@redhat.com>
9324
9325         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Include <sysdep.h>.
9326
9327 2007-05-25  Jakub Jelinek  <jakub@redhat.com>
9328
9329         * io/bits/fcntl2.h (__open_2): Add nonnull attribute.
9330         (open): Fix comment typos.  Don't call __open_2 if flags
9331         is a compile time constant without O_CREAT.
9332         (__open64_2): Add nonnull attribute.
9333         (open64): Fix comment typos.  Don't call __open64_2 if flags
9334         is a compile time constant without O_CREAT.
9335         (__openat_2): Add nonnull attribute, fix nonnull attribute
9336         on redirect.
9337         (openat): Fix comment typos.  Don't call __openat_2 if flags
9338         is a compile time constant without O_CREAT.
9339         (__openat64_2): Add nonnull attribute, fix nonnull attribute
9340         on redirect.
9341         (openat64): Fix comment typos.  Don't call __openat64_2 if flags
9342         is a compile time constant without O_CREAT.
9343
9344 2007-05-24  Ulrich Drepper  <drepper@redhat.com>
9345
9346         * Makerules (sysd-rules): Define PTW for ptw-* files.
9347         * Versions: Define GLIBC_2.7 for libc.
9348         * include/stdio.h: Declare __fortify_fail.
9349         * debug/fortify_fail.c: New file.
9350         * debug/Makefile (routines): Add fortify_fail.
9351         * debug/chk_fail.c: Use __fortify_fail.
9352         * debug/stack_chk_fail.c: Likewise.
9353         * io/Versions: Export __open_2, __open64_2, __openat_2, and
9354         __openat64_2 for GLIBC_2.7.
9355         * io/fcntl.h: When compiling with fortification, include bits/fcntl2.h.
9356         * io/open.c: Define *_2 variant of function which checks for O_CREAT
9357         and fails if necessary.
9358         * io/open64.c: Likewise.
9359         * io/openat.c: Likewise.
9360         * io/openat64.c: Likewise.
9361         * sysdeps/unix/sysv/linux/open64.c: Likewise.
9362         * sysdeps/unix/sysv/linux/openat.c: Likewise.
9363         * sysdeps/unix/sysv/linux/openat64.c: Likewise.
9364         * io/bits/fcntl2.h: New file.
9365         * include/fcntl.h: Declare __open_2, __open64_2, __openat_2, and
9366         __openat64_2.
9367         * include/bits/fcntl2.h: New file.
9368         * sysdeps/unix/sysv/linux/Makefile [subdir=io] (sysdep_routines):
9369         Add open_2.
9370         * sysdeps/unix/sysv/linux/open_2.c: New file.
9371
9372 2007-05-21  Ulrich Drepper  <drepper@redhat.com>
9373
9374         * sysdeps/x86_64/cacheinfo.c (init_cacheinfo): Pass correct value
9375         as second parameter to handle_intel.
9376
9377         * nscd/aicache.c (addhstaiX): If reported TTL is zero don't cache
9378         the entry.
9379
9380         * sysdeps/unix/sysv/linux/x86_64/sysconf.c: Move cache information
9381         handling to ...
9382         * sysdeps/x86_64/cacheinfo.c: ... here.  New file.
9383         * sysdeps/x86_64/Makefile [subdir=string] (sysdep_routines): Add
9384         cacheinfo.
9385         * sysdeps/x86_64/memcpy.S: Complete rewrite.
9386         * sysdeps/x86_64/mempcpy.S: Adjust appropriately.
9387         Patch by Evandro Menezes <evandro.menezes@amd.com>.
9388
9389         * sysdeps/unix/sysv/linux/i386/epoll_pwait.S: New file.
9390
9391 2007-05-21  Jakub Jelinek  <jakub@redhat.com>
9392
9393         [BZ #4525]
9394         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Add epoll_pwait.
9395         * sysdeps/unix/sysv/linux/epoll_pwait.c: New file.
9396         * sysdeps/unix/sysv/linux/syscalls.list (epoll_pwait): Remove.
9397
9398         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h (epoll_pwait): Declare.
9399
9400         [BZ #4514]
9401         * stdio-common/vfprintf.c (vfprintf): Don't shadow workstart variable,
9402         reinitialize workend at the start of each do_positional format spec
9403         loop, free workstart before do_positional loops.
9404         (printf_unknown): Fix size of work_buffer.
9405         * stdio-common/tst-sprintf.c (main): Add 3 new testcases.
9406
9407         * malloc/hooks.c (MALLOC_STATE_VERSION): Bump.
9408         (public_sET_STATe): If ms->version < 3, put all chunks into
9409         unsorted chunks and clear {fd,bk}_nextsize fields of largebin
9410         chunks.
9411
9412         * malloc/malloc.c [MALLOC_DEBUG]: Revert 2007-05-13 changes.
9413         * malloc/hooks.c: Likewise.
9414         * malloc/arena.c: Likewise.
9415         * malloc/malloc.c (do_check_malloc_state): Don't assert
9416         n_mmaps is not greater than n_mmaps_max.  This removes the need
9417         for the previous change.
9418
9419         * malloc/Makefile (CFLAGS-malloc.c): Revert accidental
9420         2007-05-07 commit.
9421
9422 2007-05-19  Ulrich Drepper  <drepper@redhat.com>
9423
9424         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_PRIVATE_FUTEX):
9425         Define for kernel >= 2.6.22.
9426
9427 2007-05-18  Ulrich Drepper  <drepper@redhat.com>
9428
9429         * elf/dl-close.c (_dl_close_worker): When removing object from
9430         global scope, wait for all lookups to finish afterwards.
9431         * elf/dl-open.c (add_to_global): When global scope array must
9432         grow, allocate a new one and free old array only after all
9433         lookups finish.
9434         * elf/dl-runtime.c (_dl_fixup): Protect using global scope.
9435         (_dl_lookup_symbol_x): Likewise.
9436         * elf/dl-support.c: Define _dl_wait_lookup_done.
9437         * sysdeps/generic/ldsodefs.h (struct rtld_global): Add
9438         _dl_wait_lookup_done.
9439
9440         * malloc/malloc.c (do_check_chunk): Correct check for mmaped block
9441         not overlapping with arena.
9442
9443         * malloc/mcheck.c (reallochook): If size==0, free the block.
9444
9445         * rt/tst-shm.c: Use fstat64 instead of fstat.
9446
9447         * sysdeps/unix/sysv/linux/i386/sync_file_range.S: Fix case where
9448         __NR_sync_file_range is not defined.
9449
9450 2007-05-17  Ulrich Drepper  <drepper@redhat.com>
9451
9452         Dummy files to prevent stub versions from being used.
9453         * sysdeps/x86_64/fpu/k_cosl.c: New file.
9454         * sysdeps/x86_64/fpu/k_rem_pio2l.c: New file.
9455         * sysdeps/x86_64/fpu/k_sinl.c: New file.
9456         * sysdeps/x86_64/fpu/k_tanl.c: New file.
9457
9458         * version.h (VERSION): Set to 2.6.90.
9459
9460 2007-05-14  Ulrich Drepper  <drepper@redhat.com>
9461
9462         * version.h (VERSION): Define to 2.6.
9463         * include/features.h (__GLIBC_MINOR__): Define to 6.
9464
9465         * malloc/malloc.c: Use all small bin slots on 64-bit archs.
9466
9467         * malloc/malloc.c (largebin_index): Really have 32 buckets with 64
9468         sizes.
9469
9470 2007-05-13  Ulrich Drepper  <drepper@redhat.com>
9471
9472         * malloc/malloc.c [MALLOC_DEBUG]: Keep track of current maximum
9473         number of mmaps.  n_mmaps_max is the target.
9474         * malloc/hooks.c: Likewise.
9475         * malloc/arena.c: Likewise.
9476
9477 2007-05-12  Andreas Jaeger  <aj@suse.de>
9478
9479         * sysdeps/unix/sysv/linux/tst-getcpu.c: Include <unistd.h> for
9480         getpid.
9481
9482 2007-05-11  Ulrich Drepper  <drepper@redhat.com>
9483
9484         * elf/dl-close.c (_dl_close_worker): Help gcc to optimize by
9485         adding new variables.
9486
9487         * elf/dl-open.c (add_to_global): Introduce variable ns to help gcc
9488         optimize.  Completely extend global scope array before making the
9489         new entries visible.
9490
9491 2007-05-10  Ulrich Drepper  <drepper@redhat.com>
9492
9493         * sysdeps/unix/sysv/linux/tst-getcpu.c: New file.
9494         * sysdeps/unix/sysv/linux/Makefile [subdir=posix] (tests): Add
9495         tst-getcpu.
9496
9497         * include/link.h: Move l_version and l_nversion members around to
9498         fill gaps.
9499
9500         * scripts/check-c++-types.sh: Don't use -fnu89-inline option.
9501
9502         * sysdeps/unix/sysv/linux/sched_setaffinity.c
9503         (__sched_setaffinity_new): If syscall was successful and
9504         RESET_VGETCPU_CACHE is defined, use it before returning.
9505         * sysdeps/unix/sysv/linux/x86_64/sched_setaffinity.c: New file.
9506
9507         * io/sys/stat.h: Make sure struct timespec is defined for
9508         __USE_ATFILE.
9509
9510         * sysdeps/unix/sysv/linux/powerpc/bits/stat.h: Define UTIME_NOW and
9511         UTIME_OMIT.
9512         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h: Likewise.
9513         * sysdeps/unix/sysv/linux/sparc/bits/stat.h: Likewise.
9514         * sysdeps/unix/sysv/linux/alpha/bits/stat.h: Likewise.
9515         * sysdeps/unix/sysv/linux/ia64/bits/stat.h: Likewise.
9516         * sysdeps/unix/sysv/linux/bits/stat.h: Likewise.
9517         * sysdeps/unix/sysv/linux/s390/bits/stat.h: Likewise.
9518         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_UTIMENSAT.
9519         * io/sys/stat.h: Declare utimensat, futimens.
9520         * io/utimensat.c: New file.
9521         * io/futimens.c: New file.
9522         * sysdeps/unix/sysv/linux/utimensat.c: New file.
9523         * sysdeps/unix/sysv/linux/futimens.c: New file.
9524         * io/Makefile (routines): Add utimensat, futimens.
9525         * io/Versions: Add utimensat, futimens to GLIBC_2.6.
9526         * sysdeps/unix/sysv/linux/lutimes.c: New file.
9527         * sysdeps/unix/sysv/linux/futimes.c: Use utimensat syscall if
9528         available.
9529
9530         * include/sys/cdefs.h: Redefine __nonnull so that test for
9531         incorrect parameters in the libc code itself are not omitted.
9532
9533 2007-05-09  Jakub Jelinek  <jakub@redhat.com>
9534
9535         * sysdeps/ia64/fpu/fraiseexcpt.c (feraiseexcept): Don't raise overflow
9536         exception in addition to inexact when asked to raise only FE_INEXACT.
9537
9538         [BZ #3427]
9539         * sysdeps/s390/fpu/feholdexcpt.c (feholdexcept): Don't clear exceptions
9540         in *envp.
9541
9542 2007-05-07  Ulrich Drepper  <drepper@redhat.com>
9543
9544         [BZ #4403]
9545         * string/strfry.c (strfry): Make result more random.
9546
9547 2007-05-07  Richard Henderson  <rth@redhat.com>
9548
9549         * sysdeps/alpha/fpu/bits/mathinline.h (__isnanl): Don't define
9550         if __NO_LONG_DOUBLE_MATH.
9551         * sysdeps/unix/sysv/linux/alpha/ioperm.c: If BWX insns not
9552         available in the compiler, add .arch directive to the assembly.
9553
9554 2007-05-07  Jakub Jelinek  <jakub@redhat.com>
9555
9556         * sysdeps/alpha/fpu/s_nearbyint.c (nearbyintl): Fix version on
9557         compat_symbol to GLIBC_2_1.
9558         * sysdeps/alpha/fpu/s_fmin.S (fminl): Likewise.
9559         * sysdeps/alpha/fpu/s_trunc.c (truncl): Likewise.
9560         * sysdeps/alpha/fpu/s_fmax.S (fmaxl): Likewise.
9561         * sysdeps/alpha/fpu/s_lrint.c (lrintl, llrintl): Likewise.
9562         * sysdeps/alpha/fpu/s_lround.c (lroundl, llroundl): Likewise.
9563         * sysdeps/alpha/fpu/s_round.c (roundl): Likewise.
9564         * sysdeps/alpha/fpu/s_isnan.c (isnanl): Provide compat_symbol in
9565         libc, not libm.
9566         (__isnanl): New compat_symbol.
9567
9568 2007-05-07  Ulrich Drepper  <drepper@redhat.com>
9569             Jakub Jelinek  <jakub@redhat.com>
9570
9571         * malloc/arena.c (heap_info): Add mprotect_size field, adjust pad.
9572         (new_heap): Initialize mprotect_size.
9573         (grow_heap): When growing, only mprotect from mprotect_size till
9574         new_size if mprotect_size is smaller.  When shrinking, use PROT_NONE
9575         MMAP for __libc_enable_secure only, otherwise use MADV_DONTNEED.
9576
9577 2007-04-30  Steven Munroe  <sjmunroe@us.ibm.com>
9578             Peter Bergner  <bergner@us.ibm.com>
9579
9580         * sysdeps/powerpc/bits/fenv.h: Declare __fe_mask_env extern.
9581         Define FE_NOMASK_ENV as FE_EANBLED_ENV.  Define FE_MASK_ENV.
9582         * sysdeps/powerpc/fpu/Makefile: Add fe_mask to libm-support.
9583         * sysdeps/powerpc/fpu/fe_mask.c: New file.
9584         * sysdeps/powerpc/fpu/fe_nomask.c: Correct comment.
9585         * sysdeps/powerpc/fpu/fedisblxcpt.c (fedisableexcept):
9586         Call __fe_mask_env() if all FP exceptions disabled.
9587         * sysdeps/powerpc/fpu/feholdexcpt.c (feholdexcept): Copy high 32-bits
9588         from old FPSCR to new fenv to propagate DFP rounding modes.
9589         Call __fe_mask_env() if FP exceptions previously enabled.
9590         * sysdeps/powerpc/fpu/fesetenv.c (fesetenv): Change mask to merge
9591         exceptions from env.  Use __fe_nomask_env() or __fe_mask_env() when
9592         transitioning from all exceptions disabled to any exception enabled
9593         or visa versa.
9594         * sysdeps/powerpc/fpu/feupdateenv.c (__feupdateenv): Change mask to
9595         merge exceptions from env.  Call __fe_nomask_env or __fe_mask_env
9596         when transitioning from all exceptions disabled to any exception
9597         enabled or visa versa.
9598         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fe_nomask.c: Moved to...
9599         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c: ...here.
9600         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fe_nomask.c: Moved to...
9601         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c: ...here.
9602         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_mask.c: New file.
9603         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c: New file.
9604
9605 2007-05-06  Ulrich Drepper  <drepper@redhat.com>
9606
9607         [BZ #4465]
9608         * posix/unistd.h: Remove __THROW from fdatasync.
9609
9610 2007-05-06  Mike Frysinger  <vapier@gentoo.org>
9611
9612         [BZ #4465]
9613         * sysdeps/unix/sysv/linux/syscalls.list (fdatasync): Add "C" to args.
9614
9615 2007-05-06  Ulrich Drepper  <drepper@redhat.com>
9616
9617         * stdio-common/vfprintf.c (process_string_arg): Optimize
9618         ridiculous precision in wide char code printing multi-byte string.
9619         Reported by Jim Meyering <jim@meyering.net>.
9620
9621         [BZ #4131]
9622         * elf/dl-addr.c (_dl_addr): Compare address with actual segment
9623         boundaries to work around systems with overlapping binary loading.
9624         Based on a patch by Suzuki <suzuki@in.ibm.com>.
9625
9626 2007-05-04  Ulrich Drepper  <drepper@redhat.com>
9627
9628         * stdio-common/vfprintf.c (process_string_arg): Adjust call to
9629         __mbsnrtowcs after last change.
9630
9631         * locale/programs/linereader.c (get_symname): Fix adding final NUL.
9632         (get_ident): Likewise.
9633
9634 2007-05-03  Jakub Jelinek  <jakub@redhat.com>
9635
9636         * soft-fp/op-common.h (FP_TRUNC): Replace raising of FP_EX_INEXACT
9637         with setting the sticky bit.
9638         * math/test-misc.c (main): Add more truncation tests.
9639
9640 2007-04-14  Uros Bizjak  <ubizjak@gmail.com>
9641
9642         * soft-fp/floatunsidf.c (__floatunsidf): Use DFtype instead of
9643         double in the function declaration.
9644         * soft-fp/floatundidf.c (__floatundidf): Use DFtype instead of
9645         double in the function declaration.
9646         * soft-fp/floatunsisf.c (__floatunsisf): Use SFtype instead of
9647         float in the function declaration.
9648         * soft-fp/floatunsisf.c (__floatunsisf): Use SFtype instead of
9649         float in the function declaration.
9650
9651         * soft-fp/extended.h (FP_UNPACK_RAW_E): Do not increase X##_e for
9652         denormal operands.  Do not generate FP_EX_DENORM exception.
9653         (FP_UNPACK_RAW_EP): Ditto.
9654         (FP_UNPACK_SEMIRAW_E): Use FP_UNPACK_RAW_E instead of
9655         undefined _FP_UNPACK_RAW_E.
9656         (FP_UNPACK_SEMIRAW_EP): Use FP_UNPACK_RAW_EP instead of
9657         undefined _FP_UNPACK_RAW_EP.
9658         (FP_PACK_SEMIRAW_E): Use FP_PACK_RAW_E instead of
9659         undefined _FP_PACK_RAW_E.
9660         (FP_PACK_SEMIRAW_EP): Use FP_PACK_RAW_EP instead of
9661         undefined _FP_PACK_RAW_EP.
9662
9663         * soft-fp/op-2.h (_FP_FRAC_COPY_2_2): Define as alias to
9664         _FP_FRAC_COPY_2.
9665         * soft-fp/op-4.h (_FP_FRAC_COPY_2_2): Define as alias to
9666         _FP_FRAC_COPY_4.
9667
9668 2007-04-16  Uros Bizjak  <ubizjak@gmail.com>
9669             Jakub Jelinek  <jakub@redhat.com>
9670
9671         * soft-fp/op-common.h (FP_EXTEND): Do not abort when
9672         _FP_EXPBIAS_##dfs == _FP_EXPBIAS_##sfs.  Handle denormals for
9673         this case.
9674         * soft-fp/op-common.h (FP_TRUNC): Ditto.
9675
9676 2007-05-03  Jakub Jelinek  <jakub@redhat.com>
9677
9678         * math/test-misc.c (main): Add tests for rounding long double
9679         values close to smallest double denormalized value to double.
9680
9681 2007-04-30  Joseph Myers  <joseph@codesourcery.com>
9682
9683         * soft-fp/op-common.h (FP_TRUNC): Correct off-by-one error in
9684         condition for truncating to 0.  Set sticky bit for such
9685         truncation.
9686
9687 2007-05-02  Jakub Jelinek  <jakub@redhat.com>
9688
9689         * stdio-common/vfprintf.c (process_string_arg): Use a VLA rather than
9690         fixed length array for ignore.
9691
9692 2007-04-30  Ulrich Drepper  <drepper@redhat.com>
9693
9694         [BZ #4438]
9695         * stdio-common/vfprintf.c (process_string_arg): Don't overflow the
9696         stack for large precisions.
9697         * stdio-common/test-vfprintf.c (main): Add test for large
9698         precision.
9699
9700 2007-04-30  Jakub Jelinek  <jakub@redhat.com>
9701
9702         * stdio-common/printf_fp.c (___printf_fp): Don't print negative sign
9703         for exponent 0.
9704         * stdio-common/tfformat.c (sprint_doubles): Add a new test.
9705
9706         [BZ #4439]
9707         * resolv/inet_ntop.c (inet_ntop4): Take terminating '\0' into
9708         account in the size check.
9709         * resolv/tst-inet_ntop.c: New test.
9710         * resolv/Makefile (tests): Add tst-inet_ntop.
9711
9712 2007-04-30  Ulrich Drepper  <drepper@redhat.com>
9713             Jakub Jelinek  <jakub@redhat.com>
9714
9715         [BZ #4349]
9716         * malloc/malloc.c: Keep separate list for first blocks on the bin
9717         lists with a given size.  This helps skipping over list elements
9718         we know won't fit in two places.
9719         Inspired by a patch by Tomash Brechko <tomash.brechko@gmail.com>.
9720
9721 2007-04-28  Ulrich Drepper  <drepper@redhat.com>
9722
9723         [BZ #4102]
9724         * sysdeps/posix/getaddrinfo.c (default_labels): Assign separate
9725         label to Teredo tunnel addresses 2001://32.
9726
9727 2007-04-27  Ulrich Drepper  <drepper@redhat.com>
9728
9729         * locale/programs/ld-collate.c (collate_read): Allow order_start
9730         after copy.
9731
9732         * locale/programs/ld-collate.c (collate_read): Fix printing of
9733         error message.
9734
9735         [BZ #3213]
9736         * locale/C-translit.h.in: Add entry for U2044.
9737
9738         [BZ #4342]
9739         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Allow
9740         hexa-decimal floats without exponent.
9741         * stdio-common/tstscanf.c (main): Adjust Test 8 test for success.
9742
9743 2007-04-25  Ulrich Drepper  <drepper@redhat.com>
9744
9745         * sysdeps/unix/sysv/linux/bits/sched.h: Declare sched_getcpu.
9746         * sysdeps/unix/sysv/linux/sched_getcpu.c: New file.
9747         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S: New file.
9748         * sysdeps/unix/sysv/linux/Versions: Export sched_getcpu for
9749         GLIBC_2.6.
9750         * sysdeps/unix/sysv/linux/Makefile [subdir=posix] (sysdep_routines):
9751         Add sched_getcpu.
9752
9753 2007-04-25  Jakub Jelinek  <jakub@redhat.com>
9754
9755         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Return -1 instead
9756         of 0 after the out_fail label.
9757
9758 2007-04-25  Ulrich Drepper  <drepper@redhat.com>
9759
9760         [BZ #4406]
9761         * iconv/gconv_charset.h (strip): Allow ':'.
9762         * iconv/iconv_open.c (iconv_open): Adjust comment.
9763
9764 2007-04-25  Jakub Jelinek  <jakub@redhat.com>
9765
9766         * libio/bits/stdio.h (fgetc_unlocked): Add extern inline optimized
9767         version.
9768
9769 2007-04-23  Jakub Jelinek  <jakub@redhat.com>
9770
9771         [BZ #4381]
9772         * nss/nss_files/files-hosts.c (HOST_DB_LOOKUP): Ensure sufficient
9773         alignment of buffer and tmp_buffer.
9774         * nis/nss_nis/nis-hosts.c (internal_nis_gethostent_r,
9775         internal_gethostbyname2_r, _nss_nis_gethostbyaddr_r): Ensure sufficient
9776         alignment of buffer.
9777         * resolv/nss_dns/dns-hosts.c (getanswer_r): Likewise.  Handle buflen
9778         bigger than INT_MAX.
9779         * resolv/nss_dns/dns-network.c (getanswer_r): Likewise.  Add errnop and
9780         h_errnop arguments.  Fail if buflen is too small.
9781         (_nss_dns_getnetbyname_r, _nss_dns_getnetbyaddr_r): Adjust callers.
9782
9783 2007-04-23  Jakub Jelinek  <jakub@redhat.com>
9784
9785         [BZ #4405]
9786         * iconvdata/gconv-modules (E13B): Add a missing slash to the alias
9787         name.  Patch by Aurelien Jarno <aurelien@aurel32.net>.
9788
9789 2007-04-22  Roland McGrath  <roland@redhat.com>
9790
9791         * elf/elf.h (NT_PRXFPREG): New macro.
9792
9793 2007-04-19  Andreas Jaeger  <aj@suse.de>
9794
9795         [BZ #3905]
9796         * bits/in.h (IPV6_ROUTER_ALERT, IPV6_MTU_DISCOVER, IPV6_MTU,
9797         IPV6_RECVERR, IPV6_V6ONLY, IPV6_JOIN_ANYCAST, IPV6_LEAVE_ANYCAST):
9798         Added.
9799
9800 2007-04-19  Ulrich Drepper  <drepper@redhat.com>
9801
9802         * include/sys/mman.h: Mark madvise hidden.
9803         * misc/madvise.c: Add libc_hidden_def.
9804
9805 2007-04-06  Jakub Jelinek  <jakub@redhat.com>
9806
9807         * nis/nis_domain_of.c (__nis_domain_of): New function.
9808         * include/rpcsvc/nislib.h (__nis_domain_of): New prototype.
9809         * nis/nis_lookup.c (nis_lookup): Use __nis_domain_of.
9810         * nis/nis_call.c (rec_dirsearch): Likewise.
9811         (first_shoot): Likewise.  Remove search_parent_first argument.
9812         (struct nis_server_cache): Rename search_parent_first field
9813         to search_parent.
9814         (nis_server_cache_search, nis_server_cache_add): Rename
9815         search_parent_first argument to search_parent.
9816         (__nisfind_server): Likewise.  If search_parent, call
9817         __nis_domain_of.
9818
9819 2007-04-18  Ulrich Drepper  <drepper@redhat.com>
9820
9821         * sysdeps/posix/getaddrinfo.c: Remove commented-out code.
9822
9823 2007-04-17  Ulrich Drepper  <drepper@redhat.com>
9824
9825         [BZ #4368]
9826         * stdlib/stdlib.h: Remove obsolete part of comment for realpath.
9827
9828 2007-04-16  Ulrich Drepper  <drepper@redhat.com>
9829
9830         [BZ #4364]
9831         * posix/unistd.h (_XOPEN_VERSION): Define appropriately for SUSv3.
9832
9833 2007-04-15  Jakub Jelinek  <jakub@redhat.com>
9834
9835         * locale/programs/locarchive.c (INITIAL_NUM_NAMES,
9836         INITIAL_SIZE_STRINGS, INITIAL_NUM_LOCREC): Update to accomodate
9837         current number of locales in SUPPORTED.
9838         (create_archive): Initialize serial.
9839         (enlarge_archive): Preserve aliases rather than duplicating
9840         their locrecs.
9841
9842 2007-04-13  Jakub Jelinek  <jakub@redhat.com>
9843
9844         * libio/genops.c (_IO_default_finish): Call _IO_lock_fini
9845         after _IO_un_link, not before it.
9846
9847         * stdio-common/printf_fp.c (___printf_fp): Fix exponent -4
9848         special case handling when wcp == wstartp + 1.  Fix a comment typo.
9849         * stdio-common/tfformat.c (sprint_doubles): Add a new testcase.
9850
9851 2007-03-30  Jakub Jelinek  <jakub@redhat.com>
9852
9853         * libio/libio.h (__underflow, __uflow, __overflow, __wunderflow,
9854         __wuflow, __woverflow, _IO_getc, _IO_putc, _IO_peekc_locked, _IO_padn,
9855         _IO_sgetn, _IO_seekoff, _IO_seekpos, _IO_getwc, _IO_putwc, _IO_wpadn):
9856         Remove __THROW.
9857         * libio/fileops.c (new_do_write, _IO_file_xsgetn_mmap,
9858         _IO_file_xsgetn_maybe_mmap): Likewise.
9859         * libio/oldfileops.c (old_do_write): Likewise.
9860         * libio/libioP.h (_IO_switch_to_get_mode, _IO_switch_to_wget_mode,
9861         _IO_init_marker, _IO_init_wmarker, _IO_default_uflow,
9862         _IO_wdefault_uflow, _IO_default_setbuf, _IO_default_seekpos,
9863         _IO_do_write, _IO_new_do_write, _IO_old_do_write, _IO_wdo_write,
9864         _IO_flush_all_lockp, _IO_flush_all, _IO_cleanup,
9865         _IO_flush_all_linebuffered, _IO_new_fgetpos, _IO_old_fgetpos,
9866         _IO_new_fsetpos, _IO_old_fsetpos, _IO_new_fgetpos64,
9867         _IO_old_fgetpos64, _IO_new_fsetpos64, _IO_old_fsetpos64,
9868         _IO_file_setbuf, _IO_file_seekoff, _IO_file_xsputn, _IO_file_xsgetn,
9869         _IO_file_underflow, _IO_file_underflow_mmap,
9870         _IO_file_underflow_maybe_mmap, _IO_file_overflow, _IO_file_attach,
9871         _IO_file_open, _IO_file_fopen, _IO_file_write, _IO_file_read,
9872         _IO_file_sync, _IO_file_close_it, _IO_file_finish,
9873         _IO_new_file_attach, _IO_new_file_close_it, _IO_new_file_finish,
9874         _IO_new_file_fopen, _IO_new_file_setbuf, _IO_file_setbuf_mmap,
9875         _IO_new_file_sync, _IO_new_file_underflow, _IO_new_file_overflow,
9876         _IO_new_file_seekoff, _IO_new_file_write, _IO_new_file_xsputn,
9877         _IO_old_file_setbuf, _IO_old_file_seekoff, _IO_old_file_xsputn,
9878         _IO_old_file_underflow, _IO_old_file_overflow, _IO_old_file_attach,
9879         _IO_old_file_fopen, _IO_old_file_write, _IO_old_file_sync,
9880         _IO_old_file_close_it, _IO_old_file_finish, _IO_wfile_xsputn,
9881         _IO_wfile_setbuf, _IO_wfile_sync, _IO_wfile_underflow,
9882         _IO_wfile_overflow, _IO_wfile_seekoff, _IO_old_proc_open,
9883         _IO_old_proc_close, _IO_getdelim, _IO_flush_all_internal,
9884         _IO_adjust_column_internal, _IO_default_uflow_internal,
9885         _IO_default_xsgetn_internal, _IO_wdefault_xsputn_internal,
9886         _IO_wdefault_xsgetn_internal, _IO_wdefault_uflow_internal,
9887         _IO_file_setbuf_internal, _IO_file_seekoff_internal,
9888         _IO_file_xsputn_internal, _IO_file_xsgetn_internal,
9889         _IO_file_close_it_internal, _IO_file_underflow_internal,
9890         _IO_file_overflow_internal, _IO_file_attach_internal,
9891         _IO_file_fopen_internal, _IO_file_sync_internal,
9892         _IO_file_finish_internal, _IO_wfile_xsputn_internal,
9893         _IO_wfile_seekoff_internal, _IO_wfile_sync_internal,
9894         _IO_switch_to_wget_mode_internal, _IO_padn_internal,
9895         _IO_switch_to_get_mode_internal, _IO_seekoff_unlocked,
9896         _IO_seekpos_unlocked): Likewise.
9897         (_IO_strtod, _IO_dtoa, _IO_outfloat, _IO_read, _IO_write,
9898         _IO_lseek, _IO_close, _IO_fstat): Remove unused prototypes.
9899
9900 2007-04-16  Jakub Jelinek  <jakub@redhat.com>
9901
9902         * locale/programs/locarchive.c (show_archive_content): Fix sizeof
9903         argument in xmalloc size computation.
9904
9905 2007-04-01  Jakub Jelinek  <jakub@redhat.com>
9906
9907         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl): Use
9908         math_opt_barrier and math_force_eval macros.
9909
9910 2007-03-27  Jakub Jelinek  <jakub@redhat.com>
9911
9912         [BZ #3306]
9913         * math/math_private.h (math_opt_barrier, math_force_eval): Define.
9914         * sysdeps/i386/fpu/math_private.h: New file.
9915         * sysdeps/x86_64/fpu/math_private.h: New file.
9916         * math/s_nexttowardf.c (__nexttowardf): Use math_opt_barrier and
9917         math_force_eval macros.  Use "+m" constraint on asm rather than
9918         "=m" and "m".
9919         * math/s_nextafter.c (__nextafter): Likewise.
9920         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c (__nexttoward):
9921         Likewise.
9922         * sysdeps/ieee754/flt-32/s_nextafterf.c (__nextafterf): Likewise.
9923         * sysdeps/ieee754/ldbl-128/s_nexttoward.c (__nexttoward): Likewise.
9924         * sysdeps/ieee754/ldbl-96/s_nexttoward.c (__nexttoward): Likewise.
9925         * sysdeps/i386/fpu/s_nextafterl.c (__nextafterl): Use
9926         math_opt_barrier and math_force_eval macros.
9927         * sysdeps/ieee754/ldbl-128/s_nextafterl.c (__nextafterl): Likewise.
9928         * sysdeps/ieee754/ldbl-96/s_nextafterl.c (__nextafterl): Likewise.
9929         * sysdeps/i386/fpu/s_nexttoward.c: Include float.h.
9930         (__nexttoward): Use math_opt_barrier and
9931         math_force_eval macros.  Use "+m" constraint on asm rather than
9932         "=m" and "m".  Only use asm to force double result if
9933         FLT_EVAL_METHOD is 2.
9934         * sysdeps/i386/fpu/s_nexttowardf.c: Include float.h.
9935         (__nexttowardf): Use math_opt_barrier and
9936         math_force_eval macros.  Use "+m" constraint on asm rather than
9937         "=m" and "m".  Only use asm to force double result if
9938         FLT_EVAL_METHOD is not 0.
9939         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c: Include float.h.
9940         (__nexttowardf): Use math_opt_barrier and
9941         math_force_eval macros.  If FLT_EVAL_METHOD is not 0, force
9942         x to float using asm.
9943         * sysdeps/ieee754/ldbl-opt/s_nexttowardfd.c: Include float.h.
9944         (__nldbl_nexttowardf): Use math_opt_barrier and
9945         math_force_eval macros.  If FLT_EVAL_METHOD is not 0, force
9946         x to float using asm.
9947         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c: Include float.h.
9948         (__nexttowardf): Use math_opt_barrier and math_force_eval
9949         macros.  If FLT_EVAL_METHOD is not 0, force x to float using asm.
9950         * math/bug-nextafter.c (zero, inf): New variables.
9951         (main): Add new tests.
9952         * math/bug-nexttoward.c (zero, inf): New variables.
9953         (main): Add new tests.
9954
9955 2007-03-22  Jakub Jelinek  <jakub@redhat.com>
9956
9957         [BZ #3427]
9958         * sysdeps/x86_64/fpu/feholdexcpt.c (feholdexcept): Clear all
9959         exceptions both in SW and MXCSR.
9960         * sysdeps/x86_64/fpu/feupdateenv.c: New file.
9961         * sysdeps/x86_64/fpu/feenablxcpt.c (feenableexcept): Remove dead code.
9962         * sysdeps/x86_64/fpu/fedisblxcpt.c (fedisableexcept): Likewise.
9963         * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Clear all exceptions
9964         in MXCSR if SSE is available.
9965         * sysdeps/i386/fpu/feupdateenv.c: Include unistd.h, dl-procinfo.h
9966         and ldsodefs.h.
9967         (__feupdateenv): Query exceptions also from MXCSR if SSE is available.
9968         Fix comment typo.
9969         * sysdeps/ia64/fpu/feholdexcpt.c (feholdexcept): Clear all exceptions.
9970         Return 0 rather than 1.
9971         * sysdeps/ia64/fpu/feupdateenv.c (feupdateenv): Fix comment typo.
9972         Remove incorrect part of a comment.  Fix argument to feraiseexcept.
9973         * math/test-fenv.c (feholdexcept_tests): New function.
9974         (main): Call it.
9975
9976 2007-01-05  Richard B. Kreckel  <kreckel@ginac.de>
9977
9978         [BZ #3427]
9979         * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Clear all exceptions
9980         in SW.
9981
9982 2007-04-13  Jakub Jelinek  <jakub@redhat.com>
9983
9984         [BZ #4344]
9985         * elf/ldconfig.c (search_dir): Fix 2 off-by-2 errors.
9986         Reported by David Anderson <davea42@earthlink.net>.
9987
9988 2007-04-07  Ulrich Drepper  <drepper@redhat.com>
9989
9990         * posix/sys/wait.h: Remove unnecessary forward declaration.
9991
9992 2007-04-05  Jakub Jelinek  <jakub@redhat.com>
9993
9994         * nis/nis_call.c (__nisfind_server): Replace (*dir)->do_servers
9995         with obj->do_servers after first_shoot.
9996
9997 2007-04-03  Ulrich Drepper  <drepper@redhat.com>
9998
9999         * posix/Makefile (routines): Add sched_cpucount.
10000         (tests): Add tst-cpucount.
10001         * posix/sched_cpucount.c: New file.
10002         * posix/tst-cpucount.c: New file.
10003         * posix/Versions: Export __sched_cpucount with version GLIBC_2.6.
10004         * bits/sched.h: Define __CPU_COUNT.  Declare __sched_cpucount.
10005         * sysdeps/unix/sysv/linux/bits/sched.h: Likewise.
10006         * posix/sched.h: Define CPU_COUNT.
10007
10008 2007-03-27  Jakub Jelinek  <jakub@redhat.com>
10009
10010         * posix/fnmatch.c (STRUCT): Define.
10011         (fnmatch): Pass NULL as last argument to internal_fn{,w}match.
10012         * posix/fnmatch_loop.c (struct STRUCT): New type.
10013         (FCT): Add ends argument.  If ends != NULL and normal * is
10014         seen in the pattern, store current pattern and string pointers
10015         and return.  Adjust recursive calls.
10016         (EXT): Adjust FCT callers.
10017         (STRUCT): Undef at the end of the file.
10018         * posix/Makefile (tests): Add tst-fnmatch2.
10019         * posix/tst-fnmatch2.c: New test.
10020
10021 2007-04-01  Jakub Jelinek  <jakub@redhat.com>
10022
10023         * sysdeps/ia64/fpu/fesetround.c (fesetround): Return 0 on success
10024         and 1 on failure.
10025
10026         * sysdeps/unix/sysv/linux/sync_file_range.c (sync_file_range):
10027         Change last argument to unsigned int.
10028
10029 2007-03-23  Jakub Jelinek  <jakub@redhat.com>
10030
10031         * scripts/check-local-headers.sh: Filter out sys/capability.h.
10032
10033 2007-03-22  Jakub Jelinek  <jakub@redhat.com>
10034
10035         * config.h.in (HAVE_LIBCAP): Add.
10036         * nscd/selinux.h: Include sys/capability.h rather than non-existent
10037         sys/capabilities.h.
10038         * nscd/selinux.c (preserve_capabilities): Use cap_free instead of
10039         free_caps.  Cast away const from 4th cap_set_flag argument.
10040
10041 2007-03-26  Ulrich Drepper  <drepper@redhat.com>
10042
10043         * sysdeps/unix/sysv/linux/Versions: Move sync_file_range to
10044         GLIBC_2.6.
10045         * sysdeps/unix/sysv/linux/Makefile [subdir=io] (sysdep_routines):
10046         Add sync_file_range.
10047         Reported by Atsushi Nemoto <anemo@mba.ocn.ne.jp>.
10048
10049 2007-03-19  Steven Munroe  <sjmunroe@us.ibm.com>
10050
10051         * sysdeps/powerpc/bits/atomic.h
10052         [!MUTEX_HINT_ACQ]: Define MUTEX_HINT_ACQ.
10053         [!MUTEX_HINT_REL]: Define MUTEX_HINT_REL.
10054         (__arch_compare_and_exchange_val_32_acq): Add MUTEX_HINT_ACQ to lwarx.
10055         (__arch_compare_and_exchange_val_32_rel): Add MUTEX_HINT_REL to lwarx.
10056         (__arch_atomic_exchange_val_32_acq): Add MUTEX_HINT_ACQ to lwarx.
10057         (__arch_atomic_exchange_rel_32_rel): Add MUTEX_HINT_REL to lwarx.
10058         * sysdeps/powerpc/powerpc32/bits/atomic.h [_ARCH_PWR6 || _ARCH_PWR6X]:
10059         Define MUTEX_HINT_ACQ as ",1" and MUTEX_HINT_REL as ",0".
10060         (__arch_compare_and_exchange_bool_32_acq): Add MUTEX_HINT_ACQ to lwarx.
10061         (__arch_compare_and_exchange_bool_32_rel): Add MUTEX_HINT_REL to lwarx.
10062         * sysdeps/powerpc/powerpc64/bits/atomic.h [_ARCH_PWR6 || _ARCH_PWR6D]:
10063         Define MUTEX_HINT_ACQ as ",1" and MUTEX_HINT_REL as ",0".
10064         (__arch_compare_and_exchange_bool_32_acq): Add MUTEX_HINT_ACQ to lwarx.
10065         (__arch_compare_and_exchange_bool_32_rel): Add MUTEX_HINT_REL to lwarx.
10066         (__arch_compare_and_exchange_bool_64_acq): Add MUTEX_HINT_ACQ to lwarx.
10067         (__arch_compare_and_exchange_bool_64_rel): Add MUTEX_HINT_REL to lwarx.
10068         (__arch_compare_and_exchange_val_64_acq): Add MUTEX_HINT_ACQ to lwarx.
10069         (__arch_compare_and_exchange_val_64_rel): Add MUTEX_HINT_REL to lwarx.
10070         (__arch_atomic_exchange_val_64_acq): Add MUTEX_HINT_ACQ to lwarx.
10071         (__arch_atomic_exchange_rel_64_rel): Add MUTEX_HINT_REL to lwarx.
10072
10073 2007-03-20  Jakub Jelinek  <jakub@redhat.com>
10074
10075         * sysdeps/unix/sysv/linux/powerpc/libc-start.c
10076         (__cache_line_size): Define the variable here.  Add
10077         attribute_hidden, remove weak_extern.
10078         (__libc_start_main): Set __cache_line_size
10079         unconditionally.
10080         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c
10081         (__cache_line_size): Define the variable here.  Add
10082         attribute_hidden, remove weak_extern.
10083         (DL_PLATFORM_AUXV): Set __cache_line_size
10084         unconditionally.
10085         * sysdeps/powerpc/powerpc32/dl-machine.c (__cache_line_size): Remove
10086         weak_extern, add attribute_hidden.
10087         (__elf_machine_runtime_setup): Assume __cache_line_size is always
10088         defined in ld.so.
10089         * sysdeps/powerpc/powerpc32/memset.S (__cache_line_size): Remove
10090         definition.
10091         * sysdeps/powerpc/powerpc64/memset.S (__cache_line_size): Likewise.
10092
10093 2007-03-26  Jakub Jelinek  <jakub@redhat.com>
10094
10095         [BZ #4276]
10096         * timezone/africa: Update from tzdata2007d.
10097         * timezone/asia: Likewise.
10098         * timezone/australasia: Likewise.
10099         * timezone/backward: Likewise.
10100         * timezone/europe: Likewise.
10101         * timezone/iso3166.tab: Likewise.
10102         * timezone/leapseconds: Likewise.
10103         * timezone/northamerica: Likewise.
10104         * timezone/southamerica: Likewise.
10105         * timezone/zone.tab: Likewise.
10106
10107         * timezone/private.h: Update from tzcode2007d.
10108         * timezone/zdump.c: Likewise.
10109         * timezone/zic.c: Likewise.
10110
10111 2007-03-21  Jakub Jelinek  <jakub@redhat.com>
10112
10113         * nis/nis_call.c: Include bits/libc-lock.h, sys/stat.h, unistd.h.
10114         (nis_server_cache, nis_server_cache_lock, nis_cold_start_mtime): New
10115         variables.
10116         (nis_server_cache_search, nis_server_cache_add): New functions.
10117         (__nisfind_server): Use them.  Add dbp and flags argument, if
10118         call __nisbind_create.
10119         (__nisbind_create): Add server_used and current_ep arguments,
10120         only call __nis_findfastest if server_used is ~0.
10121         (__do_niscall2, __prepare_niscall): Adjust callers.
10122         (ckey_cache, ckey_cache_size, ckey_cache_allocated, ckey_cache_pid,
10123         ckey_cache_euid, ckey_cache_lock): New variables.
10124         (get_ckey): New function.
10125         (__nisbind_connect): If not dbp->use_udp, pass IPPROTO_TCP to
10126         __pmap_getnisport.  Save __pmap_getnisport result in
10127         dbp->addr.sin_port if non-zero.  Use get_ckey to create conversation
10128         key.
10129         * nis/nis_lookup.c (nis_lookup): Likewise.
10130         * nis/nis_table.c (nis_list): Likewise.
10131         * nis/rpcsvc/nislib.h (__nisbind_create, __nisfind_server): Adjust
10132         prototypes.
10133
10134         * nis/nss_nisplus/nisplus-pwd.c (_nss_nisplus_getpwnam_r,
10135         _nss_nisplus_getpwuid_r): Pass USE_DGRAM flag to nis_list.
10136         * nis/nss_nisplus/nisplus-service.c (_nss_nisplus_getservbyname_r,
10137         _nss_nisplus_getservbyport_r): Likewise.
10138         * nis/nss_nisplus/nisplus-network.c (_nss_nisplus_getnetbyname_r,
10139         _nss_nisplus_getnetbyaddr_r): Likewise.
10140         * nis/nss_nisplus/nisplus-spwd.c (_nss_nisplus_getspnam_r): Likewise.
10141         * nis/nss_nisplus/nisplus-ethers.c (_nss_nisplus_gethostton_r,
10142         _nss_nisplus_getntohost_r): Likewise.
10143         * nis/nss_nisplus/nisplus-rpc.c (_nss_nisplus_getrpcbyname_r,
10144         _nss_nisplus_getrpcbynumber_r): Likewise.
10145
10146 2007-03-20  Jakub Jelinek  <jakub@redhat.com>
10147
10148         * configure.in (libc_cv_gnu89_inline): Only do compile test.
10149         * configure: Rebuilt.
10150
10151         * soft-fp/double.h (_FP_UNION_D): Use _FP_W_TYPE for frac
10152         bit-fields.
10153         * soft-fp/extended.h (_FP_UNION_E): Likewise.
10154
10155 2006-06-07  Joseph Myers  <joseph@codesourcery.com>
10156
10157         [BZ #2831]
10158         * soft-fp/quad.h (_FP_UNION_Q): Use _FP_W_TYPE for frac
10159         bit-fields.
10160
10161 2007-03-18  Jakub Jelinek  <jakub@redhat.com>
10162
10163         * nscd/gai.c: Include alloca.h.
10164         (__libc_use_alloca): Define.
10165
10166 2007-03-16  Jakub Jelinek  <jakub@redhat.com>
10167
10168         * elf/dl-open.c (dl_open_worker): Declare l in 2 different
10169         smaller scopes.
10170         * elf/dl-dst.h (DL_DST_REQ_STATIC): Add l as macro argument.
10171         (DL_DST_REQUIRED): Adjust user.
10172
10173         * include/dlfcn.h (struct link_map): New forward decl.
10174
10175         * inet/getnameinfo.c: Include stddef.h.
10176         (getnameinfo): Use offsetof.
10177
10178         * time/tst-mktime2.c (do_test): Don't rely on signed wrap.
10179
10180         * stdio-common/vfprintf.c (_itoa): Undef before redefining.
10181
10182         * string/strerror_l.c: Include stdlib.h.
10183
10184         * configure.in (libc_cv_gnu89_inline): Test for -fgnu89-inline.
10185         * config.make.in (gnu89-inline-CFLAGS): New variable.
10186         * Makeconfig (CFLAGS): Use $(gnu89-inline-CFLAGS) together with
10187         -std=gnu99.
10188         * misc/sys/cdefs.h (__extern_inline, __extern_always_inline): Define.
10189         * argp/argp.h: Use it.
10190         * bits/mathinline.h: Likewise.
10191         * bits/sigset.h: Likewise.
10192         * bits/string.h: Likewise.
10193         * ctype/ctype.h: Likewise.
10194         * hurd/hurd.h: Likewise.
10195         * hurd/hurd/fd.h: Likewise.
10196         * hurd/hurd/port.h: Likewise.
10197         * hurd/hurd/signal.h: Likewise.
10198         * hurd/hurd/threadvar.h: Likewise.
10199         * hurd/hurd/userlink.h: Likewise.
10200         * io/sys/stat.h: Likewise.
10201         * libio/bits/stdio.h: Likewise.
10202         * libio/bits/stdio2.h: Likewise.
10203         * mach/lock-intern.h: Likewise.
10204         * mach/mach/mig_support.h: Likewise.
10205         * math/bits/cmathcalls.h: Likewise.
10206         * posix/bits/unistd.h: Likewise.
10207         * socket/bits/socket2.h: Likewise.
10208         * stdlib/bits/stdlib.h: Likewise.
10209         * stdlib/stdlib.h: Likewise.
10210         * string/argz.h: Likewise.
10211         * string/bits/string2.h: Likewise.
10212         * string/bits/string3.h: Likewise.
10213         * sysdeps/alpha/fpu/bits/mathinline.h: Likewise.
10214         * sysdeps/generic/inttypes.h: Likewise.
10215         * sysdeps/generic/machine-lock.h: Likewise.
10216         * sysdeps/generic/machine-sp.h: Likewise.
10217         * sysdeps/i386/fpu/bits/mathinline.h: Likewise.
10218         * sysdeps/i386/i486/bits/string.h: Likewise.
10219         * sysdeps/ia64/fpu/bits/mathinline.h: Likewise.
10220         * sysdeps/mach/alpha/machine-lock.h: Likewise.
10221         * sysdeps/mach/alpha/machine-sp.h: Likewise.
10222         * sysdeps/mach/i386/machine-lock.h: Likewise.
10223         * sysdeps/mach/powerpc/machine-lock.h: Likewise.
10224         * sysdeps/mach/powerpc/machine-sp.h: Likewise.
10225         * sysdeps/powerpc/fpu/bits/mathinline.h: Likewise.
10226         * sysdeps/s390/bits/string.h: Likewise.
10227         * sysdeps/s390/fpu/bits/mathinline.h: Likewise.
10228         * sysdeps/sparc/fpu/bits/mathinline.h: Likewise.
10229         * sysdeps/unix/bsd/bsd4.4/bits/socket.h: Likewise.
10230         * sysdeps/unix/sysv/linux/bits/sigset.h: Likewise.
10231         * sysdeps/unix/sysv/linux/bits/socket.h: Likewise.
10232         * sysdeps/unix/sysv/linux/sys/sysmacros.h: Likewise.
10233         * sysdeps/x86_64/fpu/bits/mathinline.h: Likewise.
10234         * wcsmbs/bits/wchar2.h: Likewise.
10235         * wcsmbs/wchar.h: Likewise.
10236         * stdlib/gmp.h: Likewise.  Include <features.h> to get
10237         __extern_inline definition.
10238
10239 2007-03-15  Jakub Jelinek  <jakub@redhat.com>
10240
10241         * locale/programs/ld-ctype.c (find_translit): Return NULL if ctype is
10242         NULL.
10243
10244         [BZ #3919]
10245         * math/libm-test.inc (log_test): Test -Inf and NaN.
10246         (log10_test, log1p_test, log2_test): Test -Inf.
10247         * sysdeps/i386/fpu/e_log.S (__ieee754_log): Don't raise
10248         FE_INVALID when argument is qNaN.
10249         * sysdeps/i386/fpu/e_logl.S (__ieee754_logl): Likewise.
10250         * sysdeps/i386/fpu/e_logf.S (__ieee754_logf): Likewise.
10251         * sysdeps/x86_64/fpu/e_logl.S (__ieee754_logl): Likewise.
10252         * sysdeps/x86_64/fpu/e_log10l.S (__ieee754_log10l): Replace
10253         andb $1, %ah with testb $1, %ah, don't test for parity, instead
10254         testb $4, %ah and jump if non-zero.
10255         * sysdeps/x86_64/fpu/e_log2l.S (__ieee754_log2l): Likewise.
10256         * sysdeps/x86_64/fpu/s_log1pl.S (__log1pl): Likewise.
10257
10258         [BZ #4101]
10259         * argp/argp-help.c (hol_cluster_cmp): Fix comparisons used to find
10260         ancestors with the same depths.
10261         Patch by Niels Moeller <nisse@lysator.liu.se>.
10262         (filter_doc): Don't crash if argp is NULL.
10263         * argp/Makefile (tests): Add tst-argp2.
10264         * argp/tst-argp2.c: New test.
10265
10266         [BZ #4130]
10267         * login/utmp_file.c (setutent_file): Use O_LARGEFILE for
10268         open_not_cancel_2.
10269         (updwtmp_file): Likewise.
10270
10271         [BZ #4181]
10272         * inet/inet6_opt.c (add_padding): Only insert padding if npad > 0.
10273         (inet6_opt_append): Don't check extlen is big enough if extbuf
10274         is NULL.
10275         (inet6_opt_finish): Likewise.
10276         * inet/Makefile (tests): Add test-inet6_opt.
10277         * inet/test-inet6_opt.c: New test.
10278
10279         * sysdeps/unix/sysv/linux/ifaddrs.c (__netlink_request): Never
10280         reallocate the buffer, instead fail for MSG_TRUNC or for EBUSY
10281         NLMSG_ERR.  Instead use a page sized buffer.
10282         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Use page sized
10283         buffer.
10284
10285 2007-03-14  Richard Henderson  <rth@redhat.com>
10286
10287         * sysdeps/alpha/fpu/s_llround.c: New file.
10288         * sysdeps/alpha/fpu/s_llroundf.c: New file.
10289         * sysdeps/alpha/fpu/s_lround.c: New file.
10290         * sysdeps/alpha/fpu/s_lroundf.c: New file.
10291         * sysdeps/alpha/fpu/s_round.c: New file.
10292         * sysdeps/alpha/fpu/s_roundf.c: New file.
10293         * sysdeps/alpha/fpu/s_trunc.c: New file.
10294         * sysdeps/alpha/fpu/s_truncf.c: New file.
10295
10296         * sysdeps/alpha/fpu/s_ceil.c: Rewrite without branches.
10297         * sysdeps/alpha/fpu/s_ceilf.c: Likewise.
10298         * sysdeps/alpha/fpu/s_floor.c: Likewise.
10299         * sysdeps/alpha/fpu/s_floorf.c: Likewise.
10300         * sysdeps/alpha/fpu/s_rint.c: Likewise.
10301         * sysdeps/alpha/fpu/s_rintf.c: Likewise.
10302
10303         * sysdeps/alpha/fpu/s_fmax.S: New file.
10304         * sysdeps/alpha/fpu/s_fmaxf.S: New file.
10305         * sysdeps/alpha/fpu/s_fmin.S: New file.
10306         * sysdeps/alpha/fpu/s_fminf.S: New file.
10307         * sysdeps/alpha/fpu/s_isnan.c: New file.
10308         * sysdeps/alpha/fpu/s_isnanf.c: New file.
10309         * sysdeps/alpha/fpu/s_llrint.c: New file.
10310         * sysdeps/alpha/fpu/s_llrintf.c: New file.
10311         * sysdeps/alpha/fpu/s_lrint.c: New file.
10312         * sysdeps/alpha/fpu/s_lrintf.c: New file.
10313         * sysdeps/alpha/fpu/s_nearbyint.c: New file.
10314         * sysdeps/alpha/fpu/s_nearbyintf.c: New file.
10315
10316         * sysdeps/alpha/fpu/bits/mathinline.h (__floorf, __floor): Remove.
10317         (__fdimf, fdimf, __fdim, fdim): Remove.
10318         (__signbitf, __signbit, __signbitl): Use gcc builtin if available.
10319         (__isnanf, __isnan, __isnanl): New.
10320
10321 2007-03-13  Richard Henderson  <rth@redhat.com>
10322
10323         * sysdeps/ieee754/ldbl-128/Makefile: New file.
10324
10325 2007-03-13  Richard Henderson  <rth@redhat.com>
10326
10327         * sysdeps/alpha/Makefile (sysdep-CFLAGS): Force dynamic rounding.
10328         * sysdeps/alpha/fpu/bits/mathinline.h (__signbitl): New.
10329         * sysdeps/alpha/fpu/libm-test-ulps: Regenerate.
10330         * sysdeps/unix/sysv/linux/alpha/alphaev6/fpu/Implies: New file.
10331         * sysdeps/unix/sysv/linux/alpha/alphaev67/fpu/Implies: New file.
10332         * sysdeps/unix/sysv/linux/alpha/fpu/Implies: New file.
10333
10334 2007-03-13  Richard Henderson  <rth@redhat.com>
10335
10336         * elf/dl-support.c (_dl_aux_init): Honor DL_PLATFORM_AUXV.
10337         * sysdeps/unix/sysv/linux/alpha/dl-auxv.h: New file.
10338         * sysdeps/unix/sysv/linux/alpha/dl-support.c: New file.
10339         * sysdeps/unix/sysv/linux/alpha/dl-sysdep.c (__libc_alpha_cache_shape):
10340         Move to dl-auxv.h; initialize instead of extern weak.
10341         (DL_PLATFORM_AUXV): Move to dl-auxv.h; don't test for undef
10342         weak symbol.
10343         * sysdeps/unix/sysv/linux/alpha/sysconf.c (__libc_alpha_cache_shape):
10344         Extern instead of initialized.
10345
10346 2007-03-13  Richard Henderson  <rth@redhat.com>
10347
10348         * sysdeps/unix/sysv/linux/alpha/sigsuspend.S: Add support for
10349         __sigsuspend_nocancel.
10350
10351 2007-03-06  Ulrich Drepper  <drepper@redhat.com>
10352
10353         * sysdeps/posix/getaddrinfo.c (get_scope): Correct test for
10354         172.16/12 address range.
10355
10356 2007-03-02  Jakub Jelinek  <jakub@redhat.com>
10357
10358         * sysdeps/unix/sysv/linux/ifaddrs.c (__netlink_request): Retry with
10359         a new netlink socket if NLMSG_ERR -EBUSY is seen after some MSG_TRUNC
10360         message.
10361
10362 2007-03-01  Jakub Jelinek  <jakub@redhat.com>
10363
10364         [BZ #4069]
10365         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Check for NaN
10366         earlier.
10367         * math/libm-test.inc (pow_test): Add more tests involving NaNs.
10368
10369         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Avoid invalid exception
10370         for x qNaN and y either +-inf or non-integer value.
10371         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Likewise.
10372         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.
10373         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Likewise.
10374
10375 2007-02-10  Mike Frysinger  <vapier@gentoo.org>
10376
10377         * sysdeps/unix/sysv/linux/sh/Makefile: Remove sys/io.h
10378         from sysdep_headers.
10379
10380 2007-02-28  Jakub Jelinek  <jakub@redhat.com>
10381
10382         * time/tzfile.c (find_transition): Instead of a linear search try to
10383         guess the transition index, use a linear search if the result is at
10384         most 10 transitions away from the guess or binary search otherwise.
10385
10386 2007-02-27  Jakub Jelinek  <jakub@redhat.com>
10387
10388         * sysdeps/unix/sysv/linux/ifaddrs.c (__netlink_request): Fix
10389         memory reallocation.
10390
10391 2007-02-21  Ulrich Drepper  <drepper@redhat.com>
10392
10393         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Add branch predictions
10394         and fix some typos.
10395         Optimize use of TOLOWER.
10396
10397         [BZ #3325]
10398         * sysdeps/i386/fpu/e_fmodf.S: Revert last changes, keep using fprem.
10399         * sysdeps/i386/fpu/e_fmodl.c: Likewise.
10400         * sysdeps/i386/fpu/e_fmod.S: Likewise.
10401
10402         [BZ #3458]
10403         * sysdeps/unix/sysv/linux/posix_madvise.c: New file.
10404         * sysdeps/unix/sysv/linux/syscalls.list: Remove posix_madvise entry.
10405
10406         [BZ #4076]
10407         * io/ftw.c (ftw_startup): Handle special case of FTW_CHDIR in /.
10408         (open_dir_stream): Likewise.
10409         * io/Makefile (tests): Add bug-ftw5.
10410         * io/bug-ftw5.c: New file.
10411
10412         * nscd/hstcache.c (cache_addhst): Remove unnecessary conditional.
10413         * nscd/servicescache.c (cache_addserv): Likewise.
10414
10415         * nscd/grpcache.c (cache_addgr): In case a record changed on
10416         refresh, adjust key_copy.
10417
10418         [BZ #4074]
10419         * nscd/pwdcache.c (cache_addpw): In case a record changed on
10420         refresh, adjust key_copy.
10421
10422         [BZ #4070]
10423         * stdio-common/printf_fp.c (___printf_fp): Handle a few more
10424         special cases.
10425         * stdio-common/tfformat.c (sprint_doubles): Some more tests.
10426
10427 2007-02-19  Ulrich Drepper  <drepper@redhat.com>
10428
10429         * stdio-common/printf_fp.c (___printf_fp): Cleanups and minor
10430         optimization.
10431
10432         * stdio-common/vfscanf.c: Small cleanups throughout.
10433
10434 2007-02-18  Ulrich Drepper  <drepper@redhat.com>
10435
10436         [BZ #3325]
10437         * sysdeps/i386/fpu/e_fmodf.S: Use fprem1 instead of fprem.
10438         * sysdeps/i386/fpu/e_fmodl.c: Likewise.
10439         * sysdeps/i386/fpu/e_fmod.S: Likewise.
10440         Patch by Jared Casper <jaredcasper@gmail.com>.
10441
10442         * sysdeps/unix/closedir.c: Outside libc don't use locking.
10443         * sysdeps/unix/opendir.c: Likewise.
10444         * sysdeps/unix/readdir.c: Likewise.
10445
10446         [BZ #2211]
10447         * stdio-common/vfscanf.c: Handle localized digits etc for floating
10448         point numbers.
10449         Patch mostly by Hamed Malek <hamed@farsiweb.info>.
10450
10451         * stdio-common/vfscanf.c: Fix problems in width accounting.
10452         * stdio-common/tst-sscanf.c (double_tests): New tests.
10453         (main): Hook them up.
10454
10455         * stdio-common/vfscanf.c: Remove unused WIDTH handling.
10456         More simplifications of floating-point reader.
10457
10458         * stdio-common/Makefile (tests): Add tst-swscanf.
10459         * stdio-common/tst-sscanf.c: Make tests usable for swscanf
10460         testing.
10461         * stdio-common/tst-swscanf.c: New file.
10462
10463 2007-02-17  Ulrich Drepper  <drepper@redhat.com>
10464
10465         [BZ #2633]
10466         * libio/stdio.h: Define struct _IO_FILE in global namespace.
10467         * setjmp/setjmp.h: Define __jmp_buf_tag in global namespace.
10468         Remove using for __jmp_buf_tag.
10469         * locale/locale.h (struct lconv): Also define in std namespace.
10470         * wcsmbs/wchar.h: Move using declaration for tm out of namespace.
10471
10472         [BZ #3842]
10473         * sysdeps/posix/euidaccess.c [_LIBC] (euidaccess): Remove shortcut
10474         using __libc_enable_secure.
10475
10476         [BZ #3818]
10477         * sysdeps/unix/sysv/linux/sys/acct.h (struct acct_v3): Define.
10478
10479         [BZ #3745]
10480         * locale/programs/ld-collate.c (handle_ellipsis): Fix generation
10481         of names for ellipsises.
10482
10483         [BZ #3348]
10484         * malloc/memusage.sh: Cleanups.
10485         * debug/xtrace.sh: Quoting and trap changes.
10486
10487 2007-02-16  Ulrich Drepper  <drepper@redhat.com>
10488
10489         * locale/iso-3166.def: Add Jersey, Guernsey, and Isle Of Man entries.
10490
10491         * locale/iso-3166.def: Update entry for Serbia.
10492         * locale/iso-4217.def: Define RSD, remove CSD.
10493
10494         * sysdeps/x86_64/bits/atomic.h: One more change, this time for 16-
10495         and 64-bit operations.
10496
10497         [BZ #4040]
10498         * sysdeps/i386/i486/bits/atomic.h: One more change, this time for
10499         16-bit operations.
10500
10501         * nscd/nscd.c (parse_opt): One more conversion to use send instead
10502         of writev.
10503
10504 2007-02-15  Ulrich Drepper  <drepper@redhat.com>
10505
10506         [BZ #3991]
10507         * assert/assert.h (assert): Simplify.
10508         (assert_perror): Likewise.
10509         Patch by Israel G. Lugo <ilugo@bridonsecurity.com>.
10510
10511         * nscd/nscd_helper.c (open_socket): Don't send padding bytes from
10512         reqdata.
10513
10514         * sysdeps/unix/sysv/linux/x86_64/send.c (__libc_send): Cosmetic
10515         change: don't pass NULL in place of an integer.
10516
10517 2007-02-02  Bruno Haible  <bruno@clisp.org>
10518
10519         [BZ #3954]
10520         * iconvdata/ksc5601.c (__ksc5601_sym_to_ucs, __ksc5601_sym_from_ucs):
10521         Add mapping for U+327E.
10522         * iconvdata/ksc5601.h (KSC5601_SYMBOL): Increment.
10523         * iconvdata/johab.c (BODY for FROM_LOOP, BODY for TO_LOOP): Enable
10524         mapping of 0xD9 0xE8.
10525         * iconvdata/uhc.c (BODY for FROM_LOOP, BODY for TO_LOOP): Disable
10526         mapping of U+327E.
10527         Reported by Jungshik Shin <jungshik@google.com>.
10528
10529         [BZ #3955]
10530         * iconvdata/johab.c (BODY for FROM_LOOP, BODY for TO_LOOP): Enable
10531         mapping of 0xD9 0xE6 and of 0xD9 0xE7.
10532         Reported by Jungshik Shin <jungshik@google.com>.
10533
10534 2007-02-14  Ulrich Drepper  <drepper@redhat.com>
10535
10536         * sysdeps/x86_64/bits/atomic;h: Fix asm parameters for some
10537         byte variants.
10538
10539         [BZ #4040]
10540         * sysdeps/i386/i486/bits/atomic.h: Fix asm parameters for some
10541         byte variants.  Patch mostly be tom@tommay.net.
10542
10543 2007-02-14  Jakub Jelinek  <jakub@redhat.com>
10544
10545         [BZ #3996]
10546         * posix/glob.c (attribute_hidden): Define if not defined.
10547         (glob): Unescape dirname, filename or username when needed and not
10548         GLOB_NOESCAPE.  Handle \/ correctly.  Handle GLOB_MARK if filename
10549         is NULL.  Handle unescaped [ in pattern without closing ].
10550         Don't pass GLOB_CHECK down to recursive glob for directories.
10551         (__glob_pattern_type): New function.
10552         (__glob_pattern_p): Implement using __glob_pattern_type.
10553         (glob_in_dir): Handle GLOB_NOCHECK patterns containing no meta
10554         characters and backslashes if not GLOB_NOESCAPE or unterminated [.
10555         Remove unreachable code.
10556         * posix/globtest.sh: Add a couple of new tests.
10557
10558 2007-02-13  Ulrich Drepper  <drepper@redhat.com>
10559
10560         * po/ru.po: Update from translation team.
10561
10562 2007-02-12  Jakub Jelinek  <jakub@redhat.com>
10563
10564         * sysdeps/i386/bits/byteswap.h (__bswap_32): Add __amdfam10__
10565         to the list of i486+ CPUs.
10566         * sysdeps/x86_64/bits/byteswap.h (__bswap_32): Likewise.
10567
10568 2007-02-12  Ulrich Drepper  <drepper@redhat.com>
10569
10570         * elf/rtld.c (RESOLVE_MAP): Always return bootstrap_map reference.
10571         * elf/Makefile ($(objpfx)ld.so): Check that ld.so has no undefined
10572         references.
10573
10574 2007-02-09  Ulrich Drepper  <drepper@redhat.com>
10575
10576         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Remove incorrect comment.
10577
10578         * resolv/res_init.c (res_setoptions): Recognize edns0 option.
10579         * resolv/res_mkquery.c: Define __res_nopt.
10580         * resolv/res_query.c (__libc_res_nquery): If RES_USE_EDNS0 is set
10581         try adding EDNS0 record.
10582         * resolv/res_send.c (send_dg): If request failed with FORMERR and
10583         EDNS0 record was send make sure we don't try it again.
10584         * resolv/resolv.h: Define RES_F_EDNS0ERR and RES_USE_EDNS0.
10585         * include/resolv.h: Declare __res_nopt.
10586
10587 2007-02-08  Jakub Jelinek  <jakub@redhat.com>
10588
10589         [BZ #3944]
10590         * time/strptime_l.c (__strptime_internal): Set have_mon for
10591         %b/%B/%h.  Set have_mon and have_mday if tm_mon and tm_mday
10592         have been computed from tm_yday and tm_year.  Don't crash
10593         in day_of_the_week or day_of_the_year if not have_mon
10594         and tm_mon contains bogus value.
10595         * time/Makefile (tests): Add tst-strptime3.
10596         * time/tst-strptime3.c: New test.
10597
10598 2007-02-05  Jakub Jelinek  <jakub@redhat.com>
10599
10600         [BZ #3957]
10601         * posix/regcomp.c (parse_bracket_exp): Set '\n' bit rather than '\0'
10602         bit for RE_HAT_LISTS_NOT_NEWLINE.
10603         (build_charclass_op): Remove bogus comment.
10604         * posix/Makefile (tests): Add bug-regex27 and bug-regex28.
10605         * posix/bug-regex27.c: New test.
10606         * posix/bug-regex28.c: New test.
10607
10608 2007-02-03  Ulrich Drepper  <drepper@redhat.com>
10609
10610         * po/sv.po: Update from translation team.
10611
10612 2007-02-02  Ulrich Drepper  <drepper@redhat.com>
10613
10614         * nscd/nscd_helper.c (open_socket): Minor size optimization.
10615
10616 2007-02-02  Jakub Jelinek  <jakub@redhat.com>
10617
10618         * include/locale.h (__uselocale): Add libc_hidden_proto.
10619         * locale/uselocale.c (__uselocale): Add libc_hidden_def.
10620
10621         * nscd/nscd_helper.c (open_socket): Use __gettimeofday instead of
10622         gettimeofday.
10623
10624 2007-02-01  Ulrich Drepper  <drepper@redhat.com>
10625
10626         * sysdeps/unix/sysv/linux/i386/sysdep.h (PTR_MANGLE): Roll value before
10627         returning.
10628         (PTR_DEMANGLE): Real definition now that it's not the same as
10629         PRT_MANGLE anymore.
10630         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
10631
10632         * string/strerror_l.c: New file.
10633         * string/Makefile (routines): Add strerror_l.
10634         * string/string.h: Declare strerror_l.
10635         * string/Versions: Export strerror_l for GLIBC_2.6.
10636
10637 2007-01-31  Ulrich Drepper  <drepper@redhat.com>
10638
10639         * nscd/nscd_helper.c (open_socket): Now takes request type and key
10640         as parameter.  Construct request record.  Try sending request
10641         before the first poll use, it usually succeeds.  Adjust all
10642         callers.
10643         * nscd/nscd-client.h: Define MAXKEYLEN.
10644         * nscd/connections.c (nscd_run): Don't define MAXKEYLEN here.
10645
10646 2007-01-31  Jakub Jelinek  <jakub@redhat.com>
10647
10648         * nscd/nscd-client.h (__nscd_cache_search): Remove const qualifier
10649         from return value.
10650         * nscd/nscd_helper.c: Include string.h.
10651         (__nscd_cache_search): Remove const qualifier from return value.
10652         On strict alignment architectures check hash entry and data head
10653         alignment.
10654         * nscd/nscd_getpw_r.c (nscd_getpw_r): Don't crash or fail because
10655         mmapped data during GC cycle contains garbage.  If
10656         __nscd_drop_map_ref fails, decrement mapped->counter when returning
10657         error or if retrying with NO_MAPPING, only __nscd_unmap if counter
10658         dropped to 0.
10659         * nscd/nscd_getgr_r.c (nscd_getgr_r): Likewise.
10660         * nscd/nscd_initgroups.c (__nscd_getgrouplist): Likewise.
10661         * nscd/nscd_gethst_r.c (nscd_gethst_r): Likewise.
10662         * nscd/nscd_getai.c (__nscd_getai): Likewise.
10663         * nscd/nscd_getserv_r.c (nscd_getserv_r): Likewise.
10664
10665 2007-01-30  Ulrich Drepper  <drepper@redhat.com>
10666
10667         * misc/hsearch_r.c (hdestroy_r): Remove unnecessary test.
10668
10669 2007-01-26  Ulrich Drepper  <drepper@redhat.com>
10670
10671         * sysdeps/i386/dl-trampoline.S (_dl_runtime_profile): Use register
10672         names not numbers in cfi_*.
10673
10674 2007-01-26  Andreas Jaeger  <aj@suse.de>
10675
10676         * sysdeps/unix/sysv/linux/sys/personality.h (ADDR_NO_RANDOMIZE,
10677         ADDR_LIMIT_3GB, PER_LINUX_32BIT, PER_LINUX32_3GB): Add.
10678         Correct values of PER_HPUX and PER_OSF4.
10679
10680 2007-01-24  Ulrich Drepper  <drepper@redhat.com>
10681
10682         * elf/dl-minimal.c: Undefine _itoa first.
10683         * stdio-common/_itoa.h: Define _itoa and _fitoa for 64-bit platforms.
10684         * malloc/mtrace.c: Revert last change.
10685         * posix/wordexp.c: Likewise.
10686
10687 2007-01-24  Jakub Jelinek  <jakub@redhat.com>
10688
10689         * sysdeps/i386/bits/byteswap.h (__bswap_32): Add __nocona__, __core2__
10690         and __geode__ to the list of i486+ CPUs.
10691         * sysdeps/x86_64/bits/byteswap.h (__bswap_32): Likewise.
10692
10693 2007-01-23  Ulrich Drepper  <drepper@redhat.com>
10694
10695         * stdio-common/_itoa.c: Include <limits.h>.
10696         * stdio-common/_itowa.c: Likewise.
10697
10698 2007-01-22  Ulrich Drepper  <drepper@redhat.com>
10699
10700         * stdio-common/_itowa.c: Don't compile _itowa for 64-bit
10701         platforms.
10702         * stdio-common/_itoa.c: Don't compile in _itoa and _fitoa for
10703         64-bit platforms.
10704         * malloc/mtrace.c (tr_where): Use _fitoa_word instead of _fitoa if
10705         possible.
10706         * posix/wordexp.c (parse_arith): Use _itoa_word instead of _itoa
10707         if possible.
10708
10709         [BZ #3902]
10710         * stdio-common/_itoa.c (_itoa): Make sure at least a zero is emitted.
10711         * stdio-common/Makefile (tests): Add bug17.
10712         * stdio-common/bug17.c: New file.
10713
10714 2007-01-19  Ulrich Drepper  <drepper@redhat.com>
10715
10716         * iconvdata/brf.c: New file.
10717         * iconvdata/testdata/BRF: New file.
10718         * iconvdata/testdata/BRF..UTF8: New file.
10719         Contributed by Samuel Thibault <samuel.thibault@ens-lyon.org>.
10720         * iconvdata/Makefile: Add rules to build BRF.
10721         * iconvdata/TESTS: Add BRF entry.
10722         * iconvdata/gconv-modules: Likewise.
10723         * iconvdata/tst-tables.sh: Likewise.
10724
10725 2007-01-18  Anton Nikishaev  <anton.nik@gmail.com>
10726
10727         * wcsmbs/wchar.h (wcstoll): Fix comment, function returns value of
10728         type `long long int', not `long int'.
10729         (wcstoq): Likewise.
10730
10731 2007-01-18  Ulrich Drepper  <drepper@redhat.com>
10732
10733         * scripts/gen-as-const.awk: Add cast to long to avoid int promotion
10734         of values on 64-bit platforms which are too large.
10735
10736 2007-01-12  Steven Munroe  <sjmunroe@us.ibm.com>
10737             Joe Kerian  <jkerian@us.us.ibm.com>
10738
10739         [BZ #2749]
10740         * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Include
10741         <math_ldbl_opt.h>.  Remove weak_alias.  Use long_double_symbol macro.
10742         (__copysignl): Use signbit() for comparison.
10743         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c (__fabsl): Correct parms for
10744         SET_LDOUBLE_WORDS64.
10745
10746         [BZ #2423, #2749]
10747         * sysdeps/ieee754/ldbl-128ibm/s_ceill.c: Don't include <fenv_libc.h>.
10748         (__ceill): Remove calls to fegetround(), fesetround().
10749         * sysdeps/ieee754/ldbl-128ibm/s_floorl.c: Likewise.
10750         * sysdeps/ieee754/ldbl-128ibm/s_roundl.c: Likewise.
10751         * sysdeps/ieee754/ldbl-128ibm/s_truncl.c: Likewise.
10752
10753 2007-01-17  Jakub Jelinek  <jakub@redhat.com>
10754
10755         * nscd/nscd_getserv_r.c (nscd_getserv_r): Fix pastos.
10756
10757         * sysdeps/unix/sysv/linux/getdents.c (offsetof): Remove.
10758
10759 2007-01-17  Ulrich Drepper  <drepper@redhat.com>
10760
10761         * sysdeps/unix/sysv/linux/fatal-prepare.h: Use PTHFCT_CALL to
10762         demangle pointer.
10763         * csu/libc-start.c: Likewise.
10764
10765 2007-01-16  Ulrich Drepper  <drepper@redhat.com>
10766
10767         * sysdeps/posix/system.c: Remove NO_WAITPID support, it cannot
10768         really work anyway.
10769
10770 2007-01-15  Ulrich Drepper  <drepper@redhat.com>
10771
10772         * nscd/connections.c (servinfo): Renamed to reqinfo.  Change all
10773         users.
10774         (handle_request): Remove unnecessary tests.
10775
10776         * nscd/cache.c (cache_add): Record the failure to add to the cache.
10777
10778 2007-01-15  Jakub Jelinek  <jakub@redhat.com>
10779
10780         * soft-fp/op-common.h (FP_TRUNC): When truncating a NaN, clear
10781         workbits in semi-raw fraction.
10782
10783         * math/test-misc.c: Add new tests.
10784
10785 2007-01-14  Steven Munroe  <sjmunroe@us.ibm.com>
10786
10787         * math/basic-test.c: Include test-skeleton.c.
10788         (TEST_TRUNC): Define.
10789         (truncdfsf_test, trunctfsf_test, trunctfdf_test): New.
10790         (main): Rename to ...
10791         (do_test): ...this.  Run new tests.
10792         (TEST_FUNCTION): Define.
10793
10794 2006-10-05  Steven Munroe  <sjmunroe@us.ibm.com>
10795             Joe Kerian  <jkerian@us.us.ibm.com>
10796
10797         [BZ #2749]
10798         * soft-fp/op-4.h (__FP_FRAC_SUB_3, __FP_FRAC_SUB_4): Correct borrow
10799         handling for high words.
10800         * soft-fp/op-common.h (_FP_OVERFLOW_SEMIRAW): Always set inexact
10801         and overflow for infinity.
10802
10803 2007-01-15  Ulrich Drepper  <drepper@redhat.com>
10804
10805         * nscd/connections.c (handle_request): Add a __builtin_expect.
10806
10807         * nscd/connections.c (serv2db): Change type into structure which
10808         also says whether this is a request for data.  Renamed to
10809         servinfo.  All users changed.
10810         (handle_request): Much simpler test whether we should search the cache.
10811
10812         * nscd/connections.c (handle_request): Fix thinko in selinux test
10813         invocation.
10814
10815         * sysdeps/generic/ldsodefs.h: Define DL_LOOKUP_SCOPE_LOCK.
10816         * elf/dl-lookup.c (add_dependency): If scope map is locked, unlock
10817         it before getting dl_load_lock and then relock.
10818         (_dl_lookup_symbol_x): Pass flags to add_dependency.
10819         When rerunning _dl_lookup_symbol_x, compute symbol_scope again in
10820         case we unlocked the scope.
10821         * elf/dl-runtime.c (_dl_fixup): Pass DL_LOOKUP_SCOPE_LOCK to
10822         _dl_lookup_symbol_x in case we locked the scope.
10823         (_dl_profile_fixup): Likewise.
10824         * elf/dl-sym.c (do_sym): In flags passed to call_dl_lookup, also
10825         set DL_LOOKUP_SCOPE_LOCK.
10826
10827 2007-01-13  Ulrich Drepper  <drepper@redhat.com>
10828
10829         * inet/Makefile: Define CFLAGS-getsrvbynm_r.c and
10830         CFLAGS-getsrvbynpt_r.c.
10831         * nscd/getsrvbynm_r.c: New file.
10832         * nscd/getsrvbypt_r.c: New file.
10833         * nscd/nscd_getserv_r.c: New file.
10834         * nscd/servicescache.c: New file.
10835         * nscd/Makefile (routines): Add nscd_getserv_r.
10836         (nscd-modules): Add getsrvbynm_r, getsrvbypt_r, and servicescache.
10837         Define CFLAGS-servicescache.c, CFLAGS-getsrvbynm_r.c, and
10838         CFLAGS-getsrvbypt_r.c.
10839         * nscd/cache.c (prune_cache): Rewrite to get re-add function from
10840         table.  Add entries for services database.
10841         * nscd/connections.c (serv2str): Mark as const.  Add entries for
10842         services database.
10843         (dbs): Add .reset_res and servdb initialization.
10844         (serv2db): Add entries for services database.
10845         (verify_persistent_db): Accept dbnr == servdb.
10846         (invalidate_cache): Rewrite database name recognition to use a table.
10847         Call res_init() if .reset_res is set for database.
10848         (handle_request): Add code to handle services database.
10849         * nscd/gai.c: Don't define __getservbyname_r.
10850         * nscd/nscd-client.h (request_type): Remove LASTDBREQ, add
10851         GETSERVBYNAME, GETSERVBYPORT, GETFDSERV.
10852         (serv_response_header): Define.
10853         (struct datahead): Add serv_response_header member.
10854         * nscd/nscd.c (parse_opt): Rewrite parsing of -i parameter value
10855         using table.
10856         * nscd/nscd.conf: Add entries for services database.
10857         * nscd/nscd.h: Adjust declaration of dbnames and serv2str.
10858         Declare serv_iov_disabled.
10859         Declare addservbyname, readdservbyname, addservbyport, and
10860         readdservbyport.
10861         * nscd/nscd_conf.c (dbnames): Mark as const.  Add services entry.
10862         (find_db): Fix error message.
10863         * nscd/nscd_proto.h: Declare __nss_not_use_nscd_services,
10864         __nscd_getservbyname_r, and __nscd_getservbyport_r.
10865         * nscd/selinux.c (perms): Add entries for services database.
10866         * nss/Versions: Export __nss_services_lookup with GLIBC_PRIVATE.
10867         * nss/nsswitch.c (__nss_disable_nscd): Also disable services database.
10868
10869         * nscd/grpcache.c: Remove obsolete code.  Cleanups.
10870         * nscd/hstcache.c: Likewise.
10871         * nscd/pwdcache.c: Likewise.
10872
10873         * nis/nss_nis/nis-service.c (_nss_nis_getservbyname_r): Correct
10874         computation of keylen.
10875
10876         * include/string.h: Only redefine strndupa if this is really for
10877         libc code.
10878
10879 2007-01-12  Ulrich Drepper  <drepper@redhat.com>
10880
10881         * nscd/nscd_gethst_r.c: Minor cleanups.
10882
10883         * nscd/connections.c (handle_request): Check selinux permissions
10884         for all non-admin commands.
10885
10886         * sysdeps/i386/i486/bits/atomic.h: Define
10887         atomic_compare_and_exchange_val_acq,
10888         atomic_compare_and_exchange_bool_acq, and atomic_exchange_and_add
10889         using __sync_* built-ins for gcc >= 4.1.
10890         * sysdeps/x86_64/bits/atomic.h: Likewise.
10891
10892         [BZ #3840]
10893         * scripts/check-local-headers.sh: Restrict to testing .o.d, .os.d,
10894         and .oS.d files.
10895
10896 2007-01-05  Steven Munroe  <sjmunroe@us.ibm.com>
10897
10898         * stdlib/tst-makecontext.c: Include errno.h.  Change main()
10899         to do_test().  Define TEST_FUNCTION. Include test-skeleton.c.
10900         (do_test): Check errno and exit(0) if ENOSYS.
10901
10902 2007-01-11  Jakub Jelinek  <jakub@redhat.com>
10903
10904         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Fix handling of multi-byte
10905         thousands separators.
10906         * stdlib/Makefile: Add rules to build and run tst-strtod4.
10907         * stdlib/tst-strtod4.c: New test.
10908
10909         [BZ #3855]
10910         * stdlib/strtod_l.c (____STRTOF_INTERNAL): 0x. not followed by
10911         hexadecimal digit should accept just the initial 0.
10912         * stdlib/tst-strtod2.c (tests): New variable.
10913         (do_test): Run several tests rather than just one.
10914
10915 2007-01-11  Jakub Jelinek  <jakub@redhat.com>
10916
10917         * sysdeps/i386/soft-fp/sfp-machine.h: Remove.
10918         * sysdeps/x86_64/soft-fp/sfp-machine.h: Likewise.
10919
10920 2007-01-10  Ulrich Drepper  <drepper@redhat.com>
10921
10922         * io/fts.c: Make sure fts_cur is always valid after return from
10923         fts_read.
10924         Patch by Miloslav Trmac <mitr@redhat.com>.
10925
10926 2006-10-27  Richard Sandiford  <richard@codesourcery.com>
10927
10928         * elf/elf.h (R_MIPS_GLOB_DAT): Define.
10929         (R_MIPS_NUM): Bump by 1.
10930
10931 2007-01-03  Jakub Jelinek  <jakub@redhat.com>
10932
10933         * posix/execvp.c: Include alloca.h.
10934         (allocate_scripts_argv): Renamed to...
10935         (scripts_argv): ... this.  Don't allocate buffer here nor count
10936         arguments.
10937         (execvp): Use alloca if possible.
10938         * posix/Makefile: Add rules to build and run tst-vfork3 test.
10939         * posix/tst-vfork3.c: New test.
10940
10941 2007-01-03  Ulrich Drepper  <drepper@redhat.com>
10942
10943         * string/Makefile (tst-strxfrm2-ENV): Define.
10944         * stdlib/Makefile (tst-strtod3-ENV): Define.
10945
10946 2007-01-02  Ulrich Drepper  <drepper@redhat.com>
10947
10948         * posix/getconf.c: Update copyright year.
10949         * nss/getent.c: Likewise.
10950         * iconv/iconvconfig.c: Likewise.
10951         * iconv/iconv_prog.c: Likewise.
10952         * elf/ldconfig.c: Likewise.
10953         * catgets/gencat.c: Likewise.
10954         * csu/version.c: Likewise.
10955         * elf/ldd.bash.in: Likewise.
10956         * elf/sprof.c (print_version): Likewise.
10957         * locale/programs/locale.c: Likewise.
10958         * locale/programs/localedef.c: Likewise.
10959         * nscd/nscd.c (print_version): Likewise.
10960         * debug/xtrace.sh: Likewise.
10961         * malloc/memusage.sh: Likewise.
10962         * malloc/mtrace.pl: Likewise.
10963         * debug/catchsegv.sh: Likewise.
10964
10965 2006-12-24  Ulrich Drepper  <drepper@redhat.com>
10966
10967         * malloc/malloc.c (sYSMALLOc): Remove some unnecessary alignment
10968         attempts.
10969
10970 2006-12-23  Ulrich Drepper  <drepper@redhat.com>
10971
10972         * posix/wordexp.c: Remove some unnecessary tests.
10973
10974 2006-12-22  Gavin Romig-Koch  <gavin@redhat.com>
10975
10976         * nis/nss_compat/compat-grp.c (internal_getgrgid_r): Don't
10977         blacklist the group till after we look it up.
10978
10979 2006-12-21  Ulrich Drepper  <drepper@redhat.com>
10980
10981         * include/atomic.h (atomic_forced_read): New macro.
10982
10983 2006-12-20  SUGIOKA Toshinobu  <sugioka@itonet.co.jp>
10984
10985         * sysdeps/unix/sysv/linux/sh/bits/shm.h: New file.
10986
10987 2006-12-19  Jakub Jelinek  <jakub@redhat.com>
10988
10989         * nss/getXXbyYY_r.c: Include atomic.h.
10990         (INTERNAL (REENTRANT_NAME)): Write startp after start_fct,
10991         add atomic_write_barrier () in between.
10992
10993         * stdlib/Makefile (tests): Add tst-makecontext.
10994         * stdlib/tst-makecontext.c: New test.
10995
10996         * sysdeps/unix/sysv/linux/powerpc/powerpc32/makecontext.S
10997         (__makecontext): Don't realign uc_mcontext.uc_regs.
10998
10999 2006-11-28  Jakub Jelinek  <jakub@redhat.com>
11000
11001         * elf/dl-support.c: Include dl-procinfo.h.
11002         * sysdeps/powerpc/dl-procinfo.h (PPC_PLATFORM_POWER4,
11003         PPC_PLATFORM_PPC970, PPC_PLATFORM_POWER5, PPC_PLATFORM_POWER5_PLUS,
11004         PPC_PLATFORM_POWER6, PPC_PLATFORM_CELL_BE, PPC_PLATFORM_POWER6X):
11005         Define.
11006         (_dl_string_platform): Use PPC_PLATFORM_* macros instead of
11007         hardcoded constants.
11008         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_platform): Use
11009         PPC_PLATFORM_* macros for array designators.
11010
11011 2006-11-11  Steven Munroe  <sjmunroe@us.ibm.com>
11012
11013         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_cap_flags): Add 3 new cap
11014         names to the beginning.
11015         (_dl_powerpc_platforms): Add "power6x".
11016         * sysdeps/powerpc/dl-procinfo.h (_DL_HWCAP_FIRST): Decrease.
11017         (HWCAP_IMPORTANT): Add PPC_FEATURE_HAS_DFP.
11018         (_DL_PLATFORMS_COUNT): Increase.
11019         (_dl_string_platform): Handle power6x case.
11020         * sysdeps/powerpc/sysdep.h (PPC_FEATURE_PA6T, PPC_FEATURE_HAS_DFP,
11021         PPC_FEATURE_POWER6_EXT): Define.
11022         (PPC_FEATURE_POWER5, PPC_FEATURE_POWER5_PLUS): Correct Comment.
11023
11024 2006-12-18  Jakub Jelinek  <jakub@redhat.com>
11025
11026         [BZ #3747]
11027         * stdlib/jrand48_r.c (__jrand48_r): Make sure result is in the
11028         [-2^31 .. 2^31) range.
11029         * stdlib/tst-rand48.c (main): Fix expected values for 64-bit
11030         targets.
11031         * stdlib/tst-rand48-2.c: New test.
11032         * stdlib/Makefile (tests): Add tst-rand48-2.
11033
11034 2006-12-14  Jakub Jelinek  <jakub@redhat.com>
11035
11036         * misc/tst-pselect.c (do_test): Fix sigblock argument.
11037
11038 2006-12-14  Ulrich Drepper  <drepper@redhat.com>
11039
11040         * misc/tst-pselect.c (do_test): Make sure the helper process is
11041         terminating when the test is aborted.
11042
11043 2006-12-13  Ulrich Drepper  <drepper@redhat.com>
11044
11045         * sysdeps/unix/sysv/linux/bits/statvfs.h: Define ST_RELATIME.
11046         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
11047         Handle relatime mount option.
11048
11049         [BZ #2337]
11050         * libio/Makefile (tests): Add tst-setvbuf1.
11051         * libio/tst-setvbuf1.c: New file.
11052
11053 2006-12-08  Jakub Jelinek  <jakub@redhat.com>
11054
11055         [BZ #2337]
11056         * libio/genops.c (__uflow): Fix a typo.
11057         * libio/wfiledoalloc.c (_IO_wfile_doallocate): Don't stat
11058         nor set _IO_LINE_BUF bit here.  Size the wide buffer based on
11059         the narrow buffer size.
11060
11061 2006-11-24  Jakub Jelinek  <jakub@redhat.com>
11062
11063         [BZ #2337]
11064         * libio/libio.h (_IO_FLAGS2_USER_WBUF): Define.
11065         * libio/wgenops.c (_IO_wsetb, _IO_wdefault_finish): Test and set
11066         _IO_FLAGS2_USER_WBUF bit in _flags2 instead of _IO_USER_BUF bit
11067         in _flags.
11068         * libio/wstrops.c (_IO_wstr_overflow, enlarge_userbuf,
11069         _IO_wstr_finish): Likewise.
11070         * libio/wmemstream.c (open_wmemstream): Likewise.
11071         * libio/fileops.c (_IO_new_file_close_it): Call _IO_set[bgp]
11072         even for wide streams.
11073
11074 2006-12-13  Jakub Jelinek  <jakub@redhat.com>
11075
11076         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S: Include
11077         kernel-features.h.
11078
11079 2006-12-11  Ulrich Drepper  <drepper@redhat.com>
11080
11081         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Parse thousand
11082         separators also if no non-zero digits found.
11083         * stdlib/Makefile (tests): Add tst-strtod3.
11084
11085 2006-12-09  Ulrich Drepper  <drepper@redhat.com>
11086
11087         [BZ #3632]
11088         * include/features.h: Fix comment about default value for
11089         _POSIX_C_SOURCE.
11090
11091         [BZ #3664]
11092         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Fix test to recognize
11093         empty parsed strings.
11094         * stdlib/Makefile (tests): Add tst-strtod2.
11095         * stdlib/tst-strtod2.c: New file.
11096
11097         [BZ #3673]
11098         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Fix exp_limit
11099         computation.
11100         * stdlib/Makefile (tests): Add tst-atof2.
11101         * stdlib/tst-atof2.c: New file.
11102
11103         [BZ #3674]
11104         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Adjust exponent value
11105         correctly if removing trailing zero of hex-float.
11106         * stdlib/Makefile (tests): Add tst-atof1.
11107         * stdlib/tst-atof1.c: New file.
11108
11109 2006-12-09  Jakub Jelinek  <jakub@redhat.com>
11110
11111         * misc/mntent_r.c (__hasmntopt): Check p[optlen] even when p == rest.
11112         Start searching for next comma at p rather than rest.
11113         * misc/Makefile (tests): Add tst-mntent2.
11114         * misc/tst-mntent2.c: New test.
11115
11116         * misc/getusershell.c (initshells): Check for integer overflows.
11117         Make strings buffer one bigger as fgets always succeeds when second
11118         argument is 1.  Don't use calloc for shells array.  Disallow
11119         / as shell.
11120
11121 2006-12-08  Ulrich Drepper  <drepper@redhat.com>
11122
11123         * malloc/memusage.c: Handle realloc with new size of zero and
11124         non-NULL pointer correctly.
11125         (me): Really write first record twice.
11126         (struct entry): Make format bi-arch safe.
11127         (dest): Write out more realloc statistics.
11128         * malloc/memusagestat.c (struct entry): Make format bi-arch safe.
11129
11130 2006-12-05  Jakub Jelinek  <jakub@redhat.com>
11131
11132         * nis/nis_subr.c (nis_getnames): Revert last change.
11133
11134 2006-12-04  Jakub Jelinek  <jakub@redhat.com>
11135
11136         * sysdeps/unix/sysv/linux/ttyname.c: Include termios.h.
11137         (ttyname): Use tcgetattr instead of isatty, don't set errno to ENOTTY.
11138         * sysdeps/unix/sysv/linux/ttyname_r.c: Include termios.h.
11139         (__ttyname_r): Use tcgetattr instead of isatty, don't set errno to
11140         ENOTTY.
11141         * io/Makefile: Add rules to build and run tst-ttyname_r test.
11142         * io/tst-ttyname_r.c: New test.
11143
11144 2006-12-03  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
11145
11146         * sysdeps/unix/sysv/linux/sh/sys/io.h: Removed.
11147
11148 2006-11-30  H.J. Lu  <hongjiu.lu@intel.com>
11149
11150         * sysdeps/i386/i686/memcmp.S: Use jump table as the base of
11151         jump table entries.
11152
11153 2006-11-30  Jan Kratochvil  <jan.kratochvil@redhat.com>
11154
11155         * sysdeps/unix/sysv/linux/i386/clone.S: Provide CFI for the outermost
11156         `clone' function to ensure proper unwinding stop of gdb.
11157         * sysdeps/unix/sysv/linux/x86_64/clone.S: Likewise.
11158
11159 2006-12-01  Ulrich Drepper  <drepper@redhat.com>
11160
11161         * nscd/nscd.init: Remove obsolete and commented-out -S option
11162         handling.
11163
11164 2006-11-23  Jakub Jelinek  <jakub@redhat.com>
11165
11166         [BZ #3514]
11167         * manual/string.texi (strncmp): Fix pastos from wcscmp description.
11168
11169         [BZ #3515]
11170         * manual/string.texi (strtok): Remove duplicate paragraph.
11171
11172 2006-12-01  Jan Kratochvil  <jan.kratochvil@redhat.com>
11173
11174         * sysdeps/unix/sysv/linux/x86_64/sigaction.c: Fix compatibility with
11175         libgcc not supporting `rflags' unwinding (register # >= 17).
11176
11177 2006-11-30  Jakub Jelinek  <jakub@redhat.com>
11178
11179         * sunrpc/svc_run.c (svc_run): Set my_pollfd to new_pollfd if realloc
11180         succeeded.
11181
11182 2006-11-29  Daniel Jacobowitz  <dan@codesourcery.com>
11183             Jakub Jelinek  <jakub@redhat.com>
11184             Jan Kratochvil  <jan.kratochvil@redhat.com>
11185
11186         * sysdeps/unix/sysv/linux/x86_64/sigaction.c (restore_rt): Add correct
11187         unwind information.
11188         * sysdeps/unix/sysv/linux/x86_64/Makefile: Provide symbols for
11189         'restore_rt' even in the 'signal' directory.
11190         * sysdeps/unix/sysv/linux/x86_64/ucontext_i.sym: Extend the regs list.
11191
11192 2006-11-27  Jakub Jelinek  <jakub@redhat.com>
11193
11194         [BZ #3559]
11195         * sunrpc/svc_run.c (svc_run): Fail instead of segfaulting if
11196         malloc crashed.  Don't allocate memory unnecessarily in each
11197         loop.
11198
11199 2006-10-21  Jakub Jelinek  <jakub@redhat.com>
11200
11201         * resolv/mapv4v6addr.h (map_v4v6_address): Fix last change.
11202
11203 2006-11-20  Ulrich Drepper  <drepper@redhat.com>
11204
11205         * resolv/mapv4v6addr.h (map_v4v6_address): Optimize a bit.
11206
11207 2006-11-18  Bruno Haible  <bruno@clisp.org>
11208
11209         * sysdeps/unix/sysv/linux/i386/getgroups.c (__getgroups): Invoke
11210         __sysconf only after having tried to call getgroups32.
11211
11212 2006-11-19  Ulrich Drepper  <drepper@redhat.com>
11213
11214         * nss/nss_files/files-hosts.c (LINE_PARSER): Support IPv6-style
11215         addresses for IPv4 queries if they can be mapped.
11216
11217 2006-11-16  Jakub Jelinek  <jakub@redhat.com>
11218
11219         * sysdeps/x86_64/fpu/s_copysignf.S (__copysignf): Switch to .text.
11220         * sysdeps/x86_64/fpu/s_copysign.S (__copysign): Likewise.
11221         (signmask): Add .size directive.
11222         (othermask): Add .type directive.
11223
11224 2006-11-14  Ulrich Drepper  <drepper@redhat.com>
11225
11226         * po/nl.po: Update from translation team.
11227
11228         * timezone/zdump.c: Redo fix for BZ #3137.
11229
11230 2006-11-14  Jakub Jelinek  <jakub@redhat.com>
11231
11232         * nss/nss_files/files-alias.c (get_next_alias): Set line back
11233         to first_unused after parsing :include: file.
11234
11235 2006-11-10  Ulrich Drepper  <drepper@redhat.com>
11236
11237         * timezone/africa: Update from tzdata2006o.
11238         * timezone/antarctica: Likewise.
11239         * timezone/asia: Likewise.
11240         * timezone/australasia: Likewise.
11241         * timezone/backward: Likewise.
11242         * timezone/europe: Likewise.
11243         * timezone/iso3166.tab: Likewise.
11244         * timezone/northamerica: Likewise.
11245         * timezone/southamerica: Likewise.
11246         * timezone/zone.tab: Likewise.
11247
11248         * time/tzfile.c (__tzfile_read): Extend to handle new file format
11249         on machines with 64-bit time_t.
11250
11251         * timezone/checktab.awk: Update from tzcode2006o.
11252         * timezone/ialloc.c: Likewise.
11253         * timezone/private.h: Likewise.
11254         * timezone/scheck.c: Likewise.
11255         * timezone/tzfile.h: Likewise.
11256         * timezone/tzselect.ksh: Likewise.
11257         * timezone/zdump.c: Likewise.
11258         * timezone/zic.c: Likewise.
11259
11260         [BZ #3483]
11261         * elf/ldconfig.c (main): Call setlocale and textdomain.
11262         Patch mostly by Benno Schulenberg <bensberg@justemail.net>.
11263
11264         [BZ #3480]
11265         * manual/argp.texi: Fix typos.
11266         * manual/charset.texi: Likewise.
11267         * manual/errno.texi: Likewise.
11268         * manual/filesys.texi: Likewise.
11269         * manual/lang.texi: Likewise.
11270         * manual/maint.texi: Likewise.
11271         * manual/memory.texi: Likewise.
11272         * manual/message.texi: Likewise.
11273         * manual/resource.texi: Likewise.
11274         * manual/search.texi: Likewise.
11275         * manual/signal.texi: Likewise.
11276         * manual/startup.texi: Likewise.
11277         * manual/stdio.texi: Likewise.
11278         * manual/sysinfo.texi: Likewise.
11279         * manual/syslog.texi: Likewise.
11280         * manual/time.texi: Likewise.
11281         Patch by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
11282
11283         [BZ #3465]
11284         * sunrpc/clnt_raw.c: Minimal message improvements.
11285         * sunrpc/pm_getmaps.c: Likewise.
11286         * nis/nss_nisplus/nisplus-publickey.c: Likewise.
11287         * nis/nis_print_group_entry.c: Likewise.
11288         * locale/programs/repertoire.c: Likewise.
11289         * locale/programs/charmap.c: Likewise.
11290         * malloc/memusage.sh: Likewise.
11291         * elf/dl-deps.c: Likewise.
11292         * locale/programs/ld-collate.c: Likewise.
11293         * libio/vswprintf.c: Likewise.
11294         * malloc/memusagestat.c: Likewise.
11295         * sunrpc/auth_unix.c: Likewise.
11296         * sunrpc/rpc_main.c: Likewise.
11297         * nscd/cache.c: Likewise.
11298         * locale/programs/repertoire.c: Unify output messages.
11299         * locale/programs/charmap.c: Likewise.
11300         * locale/programs/ld-ctype.c: Likewise.
11301         * locale/programs/ld-monetary.c: Likewise.
11302         * locale/programs/ld-numeric.c: Likewise.
11303         * locale/programs/ld-time.c: Likewise.
11304         * elf/ldconfig.c: Likewise.
11305         * nscd/selinux.c: Likewise.
11306         * elf/cache.c: Likewise.
11307         Patch mostly by Benno Schulenberg <bensberg@justemail.net>.
11308
11309         [BZ #3451]
11310         * sysdeps/i386/fpu/bits/mathinline.h (floor): Make rounding mode
11311         change atomic.
11312         (ceil): Likewise.
11313
11314 2006-11-10  Jakub Jelinek  <jakub@redhat.com>
11315
11316         * string/strxfrm_l.c (STRXFRM): Fix trailing \1 optimization
11317         if N is one bigger than return value.
11318         * string/tst-strxfrm2.c (do_test): Also test strxfrm with l1 + 1
11319         and l1 last arguments, if buf is defined, verify the return value
11320         equals to strlen (buf) and verify no byte beyond passed length
11321         is modified.
11322
11323 2006-11-10  Ulrich Drepper  <drepper@redhat.com>
11324
11325         * po/sv.po: Update from translation team.
11326
11327 2006-11-09  Ulrich Drepper  <drepper@redhat.com>
11328
11329         * sysdeps/unix/sysv/linux/x86_64/sysconf.c (intel_check_word): Add
11330         noinline attribute.
11331
11332 2006-11-10  Jakub Jelinek  <jakub@redhat.com>
11333
11334         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word): Add
11335         noinline attribute.
11336
11337         * sysdeps/gnu/siglist.c (__old_sys_siglist, __old_sys_sigabbrev):
11338         Use __new_sys_siglist instead of _sys_siglist_internal as
11339         second macro argument.
11340         (_old_sys_siglist): Use declare_symbol_alias macro instead of
11341         strong_alias.
11342
11343 2006-11-09  Ulrich Drepper  <drepper@redhat.com>
11344
11345         [BZ #3493]
11346         * posix/unistd.h (sysconf): Remove const attribute.
11347
11348         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Fix test for
11349         temporary or deprecated addresses.
11350         Patch by Sridhar Samudrala <sri@us.ibm.com>.
11351
11352         * string/Makefile (tests): Add tst-strxfrm2.
11353         * string/tst-strxfrm2.c: New file.
11354
11355 2006-10-09  Jakub Jelinek  <jakub@redhat.com>
11356
11357         * elf/dl-debug.c (_dl_debug_initialize): Check r->r_map for 0
11358         rather than r->r_brk.
11359
11360 2006-11-08  Jakub Jelinek  <jakub@redhat.com>
11361
11362         * string/strxfrm_l.c (STRXFRM): Do the trailing \1 removal
11363         optimization even if needed > n.
11364
11365         * elf/dl-load.c (decompose_rpath): Return bool rather than void.
11366         If l->l_name is on inhibit_rpath list, set sps->dirs to -1 and
11367         return false, otherwise return true.
11368         (cache_rpath): Return decompose_rpath return value.
11369
11370 2006-11-07  Jakub Jelinek  <jakub@redhat.com>
11371
11372         * include/libc-symbols.h (declare_symbol): Rename to...
11373         (declare_symbol_alias): ... this.  Add ORIGINAL argument, imply
11374         strong_alias (ORIGINAL, SYMBOL) in asm to make sure it preceedes
11375         .size directive.
11376         * sysdeps/gnu/errlist-compat.awk: Adjust for declare_symbol_alias
11377         changes.
11378         * sysdeps/gnu/siglist.c: Likewise.
11379
11380 2006-11-03  Steven Munroe  <sjmunroe@us.ibm.com>
11381
11382         * sysdeps/powerpc/fpu/bits/mathinline.h
11383         [__LIBC_INTERNAL_MATH_INLINES]: Moved to ...
11384         * sysdeps/powerpc/fpu/math_private.h: ...here.  New file.
11385
11386 2006-11-05  Ulrich Drepper  <drepper@redhat.com>
11387
11388         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word):
11389         Update handling of cache descriptor 0x49 for new models.
11390         * sysdeps/unix/sysv/linux/x86_64/sysconf.c (intel_check_word):
11391         Likewise.
11392
11393 2006-11-02  Jakub Jelinek  <jakub@redhat.com>
11394
11395         * malloc/memusage.c (dest): Reset not_me back to false after
11396         printing statistics.
11397
11398 2006-11-02  Ulrich Drepper  <drepper@redhat.com>
11399
11400         * configure.in: Work around ld --help change and avoid -z relro
11401         test completely if the architecture doesn't care about security.
11402
11403 2006-11-01  Ulrich Drepper  <drepper@redhat.com>
11404
11405         * po/sv.po: Update from translation team.
11406
11407 2006-10-31  Ulrich Drepper  <drepper@redhat.com>
11408
11409         * stdlib/atexit.c (atexit): Don't mark as hidden when used to
11410         generate compatibility version.
11411
11412 2006-10-29  Ulrich Drepper  <drepper@redhat.com>
11413
11414         * configure.in: Relax -z relro requirement a bit.
11415
11416         * po/sv.po: Update from translation team.
11417
11418 2006-10-29  Jakub Jelinek  <jakub@redhat.com>
11419
11420         * elf/dl-sym.c (do_sym): Use RTLD_SINGLE_THREAD_P.
11421         * elf/dl-runtime.c (_dl_fixup, _dl_profile_fixup): Likewise.
11422         * elf/dl-close.c (_dl_close_worker): Likewise.
11423         * elf/dl-open.c (_dl_open_worker): Likewise.
11424         * sysdeps/generic/sysdep-cancel.h (RTLD_SINGLE_THREAD_P): Define.
11425
11426 2006-10-27  Ulrich Drepper  <drepper@redhat.com>
11427
11428         * configure.in: Require assembler support for visibility, compiler
11429         support for visibility and aliases, linker support for various -z
11430         options.
11431         * Makeconfig: Remove conditional code which now is unnecessary.
11432         * config.h.in: Likewise.
11433         * config.make.in: Likewise.
11434         * dlfcn/Makefile: Likewise.
11435         * elf/Makefile: Likewise.
11436         * elf/dl-load.c: Likewise.
11437         * elf/rtld.c: Likewise.
11438         * include/libc-symbols.h: Likewise.
11439         * include/stdio.h: Likewise.
11440         * io/Makefile: Likewise.
11441         * io/fstat.c: Likewise.
11442         * io/fstat64.c: Likewise.
11443         * io/fstatat.c: Likewise.
11444         * io/fstatat64.c: Likewise.
11445         * io/lstat.c: Likewise.
11446         * io/lstat64.c: Likewise.
11447         * io/mknod.c: Likewise.
11448         * io/mknodat.c: Likewise.
11449         * io/stat.c: Likewise.
11450         * io/stat64.c: Likewise.
11451         * libio/stdio.c: Likewise.
11452         * nscd/Makefile: Likewise.
11453         * stdlib/Makefile: Likewise.
11454         * stdlib/atexit.c: Likewise.
11455         * sysdeps/generic/ldsodefs.h: Likewise.
11456         * sysdeps/i386/dl-machine.h: Likewise.
11457         * sysdeps/i386/sysdep.h: Likewise.
11458         * sysdeps/i386/i686/memcmp.S: Likewise.
11459         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
11460         * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
11461         * sysdeps/unix/sysv/linux/x86_64/sigaction.c: Likewise.
11462
11463         * Makerules: USE_TLS support is now default.
11464         * tls.make.c: Likewise.
11465         * csu/Versions: Likewise.
11466         * csu/libc-start.c: Likewise.
11467         * csu/libc-tls.c: Likewise.
11468         * csu/version.c: Likewise.
11469         * dlfcn/dlinfo.c: Likewise.
11470         * elf/dl-addr.c: Likewise.
11471         * elf/dl-cache.c: Likewise.
11472         * elf/dl-close.c: Likewise.
11473         * elf/dl-iteratephdr.c: Likewise.
11474         * elf/dl-load.c: Likewise.
11475         * elf/dl-lookup.c: Likewise.
11476         * elf/dl-object.c: Likewise.
11477         * elf/dl-open.c: Likewise.
11478         * elf/dl-reloc.c: Likewise.
11479         * elf/dl-support.c: Likewise.
11480         * elf/dl-sym.c: Likewise.
11481         * elf/dl-sysdep.c: Likewise.
11482         * elf/dl-tls.c: Likewise.
11483         * elf/ldconfig.c: Likewise.
11484         * elf/rtld.c: Likewise.
11485         * elf/tst-tls-dlinfo.c: Likewise.
11486         * elf/tst-tls1.c: Likewise.
11487         * elf/tst-tls10.h: Likewise.
11488         * elf/tst-tls14.c: Likewise.
11489         * elf/tst-tls2.c: Likewise.
11490         * elf/tst-tls3.c: Likewise.
11491         * elf/tst-tls4.c: Likewise.
11492         * elf/tst-tls5.c: Likewise.
11493         * elf/tst-tls6.c: Likewise.
11494         * elf/tst-tls7.c: Likewise.
11495         * elf/tst-tls8.c: Likewise.
11496         * elf/tst-tls9.c: Likewise.
11497         * elf/tst-tlsmod1.c: Likewise.
11498         * elf/tst-tlsmod13.c: Likewise.
11499         * elf/tst-tlsmod13a.c: Likewise.
11500         * elf/tst-tlsmod14a.c: Likewise.
11501         * elf/tst-tlsmod2.c: Likewise.
11502         * elf/tst-tlsmod3.c: Likewise.
11503         * elf/tst-tlsmod4.c: Likewise.
11504         * elf/tst-tlsmod5.c: Likewise.
11505         * elf/tst-tlsmod6.c: Likewise.
11506         * include/errno.h: Likewise.
11507         * include/link.h: Likewise.
11508         * include/tls.h: Likewise.
11509         * locale/global-locale.c: Likewise.
11510         * locale/localeinfo.h: Likewise.
11511         * malloc/arena.c: Likewise.
11512         * malloc/hooks.c: Likewise.
11513         * malloc/malloc.c: Likewise.
11514         * resolv/Versions: Likewise.
11515         * sysdeps/alpha/dl-machine.h: Likewise.
11516         * sysdeps/alpha/libc-tls.c: Likewise.
11517         * sysdeps/generic/ldsodefs.h: Likewise.
11518         * sysdeps/generic/tls.h: Likewise.
11519         * sysdeps/i386/dl-machine.h: Likewise.
11520         * sysdeps/ia64/dl-machine.h: Likewise.
11521         * sysdeps/ia64/libc-tls.c: Likewise.
11522         * sysdeps/mach/hurd/fork.c: Likewise.
11523         * sysdeps/mach/hurd/i386/tls.h: Likewise.
11524         * sysdeps/powerpc/powerpc32/dl-machine.c: Likwise.
11525         * sysdeps/powerpc/powerpc32/dl-machine.h: Likewise.
11526         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
11527         * sysdeps/s390/libc-tls.c: Likewise.
11528         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
11529         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
11530         * sysdeps/sh/dl-machine.h: Likewise.
11531         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
11532         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
11533         * sysdeps/x86_64/dl-machine.h: Likewise.
11534
11535         * elf/dl-close.c (_dl_close_worker): Renamed from _dl_close and
11536         split out locking and parameter checking.
11537         (_dl_close): Call _dl_close_worker after locking and checking.
11538         * elf/dl-open.c (_dl_open): Call _dl_close_worker instead of
11539         _dl_close.
11540         * elf/Makefile: Add rules to build and run tst-thrlock.
11541         * elf/tst-thrlock.c:  New file.
11542
11543         [BZ #3426]
11544         * stdlib/stdlib.h: Adjust comment for canonicalize_file_name to
11545         reality.
11546
11547         [BZ #3429]
11548         * elf/dl-open.c (dl_open_worker): Keep holding dl_load_lock until
11549         we are sure we do not need it anymore for _dl_close.  Also move
11550         the asserts inside the lock region.
11551         Patch mostly by Suzuki <suzuki@in.ibm.com>.
11552
11553 2006-10-27  Jakub Jelinek  <jakub@redhat.com>
11554
11555         * elf/dl-lookup.c (_dl_debug_bindings): Remove unused symbol_scope
11556         argument.
11557         (_dl_lookup_symbol_x): Adjust caller.
11558
11559         * sysdeps/generic/ldsodefs.h (struct link_namespaces): Remove
11560         _ns_global_scope.
11561         * elf/rtld.c (dl_main): Don't initialize _ns_global_scope.
11562
11563         * elf/dl-libc.c: Revert l_scope name changes.
11564         * elf/dl-load.c: Likewise.
11565         * elf/dl-object.c: Likewise.
11566         * elf/rtld.c: Likewise.
11567         * elf/dl-close.c (_dl_close): Likewise.
11568         * elf/dl-open.c (dl_open_worker): Likewise.  If not SINGLE_THREAD_P,
11569         always use __rtld_mrlock_{change,done}.  Always free old scope list
11570         here if not l_scope_mem.
11571         * elf/dl-runtime.c (_dl_fixup, _dl_profile_fixup): Revert l_scope name
11572         change.  Never free scope list here.  Just __rtld_mrlock_lock before
11573         the lookup and __rtld_mrlock_unlock it after the lookup.
11574         * elf/dl-sym.c: Likewise.
11575         * include/link.h (struct r_scoperec): Remove.
11576         (struct link_map): Replace l_scoperec with l_scope, l_scoperec_mem
11577         with l_scope_mem and l_scoperec_lock with l_scope_lock.
11578
11579 2006-10-25  Ulrich Drepper  <drepper@redhat.com>
11580
11581         * sysdeps/gnu/netinet/tcp.h: Define TCP_CONGESTION.
11582
11583 2006-10-18  Ulrich Drepper  <drepper@redhat.com>
11584
11585         * configure.in: Disable building profile libraries by default.
11586
11587 2006-10-17  Jakub Jelinek  <jakub@redhat.com>
11588
11589         * sunrpc/xdr_mem.c (xdrmem_setpos): Don't compare addresses
11590         as signed longs, check for x_base + pos overflow.
11591         * sunrpc/Makefile (tests): Add tst-xdrmem2.
11592         * sunrpc/tst-xdrmem2.c: New test.
11593
11594 2006-10-18  Ulrich Drepper  <drepper@redhat.com>
11595
11596         * elf/dl-lookup.c (_dl_lookup_symbol_x): Add warning to
11597         _dl_lookup_symbol_x code.
11598
11599 2006-10-17  Jakub Jelinek  <jakub@redhat.com>
11600
11601         * elf/dl-runtime.c: Include sysdep-cancel.h.
11602         (_dl_fixup, _dl_profile_fixup): Use __rtld_mrlock_* and
11603         scoperec->nusers only if !SINGLE_THREAD_P.  Use atomic_*
11604         instead of catomic_* macros.
11605         * elf/dl-sym.c: Include sysdep-cancel.h.
11606         (do_sym): Use __rtld_mrlock_* and scoperec->nusers only
11607         if !SINGLE_THREAD_P.  Use atomic_* instead of catomic_* macros.
11608         * elf/dl-close.c: Include sysdep-cancel.h.
11609         (_dl_close): Use __rtld_mrlock_* and scoperec->nusers only
11610         if !SINGLE_THREAD_P.  Use atomic_* instead of catomic_* macros.
11611         * elf/dl-open.c: Include sysdep-cancel.h.
11612         (dl_open_worker): Use __rtld_mrlock_* and scoperec->nusers only
11613         if !SINGLE_THREAD_P.  Use atomic_* instead of catomic_* macros.
11614
11615 2006-10-17  Jakub Jelinek  <jakub@redhat.com>
11616
11617         [BZ #3313]
11618         * malloc/malloc.c (malloc_consolidate): Set maxfb to address of last
11619         fastbin rather than end of fastbin array.
11620
11621 2006-10-18  Ulrich Drepper  <drepper@redhat.com>
11622
11623         * sysdeps/i386/i486/bits/atomic.h (catomic_decrement): Use correct
11624         body macro.
11625         * sysdeps/x86_64/bits/atomic.h
11626         (__arch_c_compare_and_exchange_val_64_acq): Add missing casts.
11627         (catomic_decrement): Use correct body macro.
11628
11629 2006-10-17  Jakub Jelinek  <jakub@redhat.com>
11630
11631         * include/atomic.h: Add a unique prefix to all local variables
11632         in macros.
11633         * csu/tst-atomic.c (do_test): Test also catomic_* macros.
11634
11635 2006-10-16  Ulrich Drepper  <drepper@redhat.com>
11636
11637         [BZ #3369]
11638         * sysdeps/posix/getaddrinfo.c (rfc3484_sort): Fix typos in rules 4
11639         and 7.
11640
11641 2006-10-14  Ulrich Drepper  <drepper@redhat.com>
11642
11643         * resolv/arpa/nameser.h: Document that ns_t_a6 is deprecated.
11644
11645 2006-10-13  Ulrich Drepper  <drepper@redhat.com>
11646
11647         [BZ #3313]
11648         * malloc/malloc.c (malloc_consolidate): Don't use get_fast_max to
11649         determine highest fast bin to consolidate, always look into all of
11650         them.
11651         (do_check_malloc_state): Only require for empty bins for large
11652         sizes in main arena.
11653
11654         * libio/stdio.h: Add more __wur attributes.
11655
11656         * elf/dl-minimal.c (realloc): Optimize last patch.
11657
11658 2006-10-12  Richard Sandiford  <richard@codesourcery.com>
11659
11660         [BZ #3352]
11661         * elf/dl-minimal.c (realloc): Let malloc() return a new pointer,
11662         and use memcpy() if it does.
11663
11664 2006-11-12  Andreas Jaeger  <aj@suse.de>
11665
11666         [BZ #2510]
11667         * manual/search.texi (Hash Search Function): Clarify.
11668         (Array Search Function): Clarify.
11669
11670 2006-11-12  Joseph Myers  <joseph@codesourcery.com>
11671
11672         [BZ #2830]
11673         * math/atest-exp.c (main): Cast hex value to mp_limb_t before
11674         shifting.
11675         * math/atest-exp2.c (read_mpn_hex): Likewise.
11676         * math/atest-sincos.c (main): Likewise.
11677
11678 2006-10-11  Ulrich Drepper  <drepper@redhat.com>
11679
11680         * sysdeps/unix/sysv/linux/syscalls.list: Add epoll_pwait.
11681         * sysdeps/unix/sysv/linux/sys/epoll.h: Declare epoll_pwait.
11682         * sysdeps/unix/sysv/linux/Versions (libc): Add epoll_pwait for
11683         version GLIBC_2.6.
11684         * Versions.def: Add GLIBC_2.6 for libc.
11685
11686         * sysdeps/unix/sysv/linux/i386/sysdep.h (DOARGS_6): Fix offset.
11687
11688         * sysdeps/i386/i486/bits/atomic.h: Add catomic_* support.
11689
11690 2006-10-11  Jakub Jelinek  <jakub@redhat.com>
11691
11692         * malloc/malloc.c (_int_malloc): Remove unused any_larger variable.
11693
11694         * nis/nis_defaults.c (__nis_default_access): Don't call getenv twice.
11695
11696         * nis/nis_subr.c (nis_getnames): Use __secure_getenv instead of getenv.
11697         * sysdeps/generic/unsecvars.h: Add NIS_PATH.
11698
11699 2006-10-11  Ulrich Drepper  <drepper@redhat.com>
11700
11701         * include/atomic.c: Define catomic_* operations.
11702         * sysdeps/x86_64/bits/atomic.h: Likewise.  Fix a few minor problems.
11703         * stdlib/cxa_finalize.c: Use catomic_* operations instead of atomic_*.
11704         * malloc/memusage.c: Likewise.
11705         * gmon/mcount.c: Likewise.
11706         * elf/dl-close.c: Likewise.
11707         * elf/dl-open.c: Likewise.
11708         * elf/dl-profile.c: Likewise.
11709         * elf/dl-sym.c: Likewise.
11710         * elf/dl-runtime.c: Likewise.
11711         * elf/dl-fptr.c: Likewise.
11712         * resolv/res_libc.c: Likewise.
11713
11714 2006-10-10  Ulrich Drepper  <drepper@redhat.com>
11715
11716         * nis/nis_subr.c (nis_getnames): Add trailing dot to NIS_PATH
11717         components which lack them.
11718
11719         * nis/nis_subr.c (nis_getnames): Make sure that we always return
11720         at least one entry consisting of the parameter concatenated with
11721         the domain.
11722
11723 2006-10-10  Roland McGrath  <roland@frob.com>
11724
11725         * sysdeps/mach/hurd/utimes.c: Use a union to avoid an improper cast.
11726         * sysdeps/mach/hurd/futimes.c: Likewise.
11727         * sysdeps/mach/hurd/lutimes.c: Likewise.
11728
11729 2006-10-09  Ulrich Drepper  <drepper@redhat.com>
11730             Jakub Jelinek  <jakub@redhat.com>
11731
11732         Implement reference counting of scope records.
11733         * elf/dl-close.c (_dl_close): Remove all scopes from removed objects
11734         from the list in objects which remain.  Always allocate new scope
11735         record.
11736         * elf/dl-open.c (dl_open_worker): When growing array for scopes,
11737         don't resize, allocate a new one.
11738         * elf/dl-runtime.c: Update reference counters before using a scope
11739         array.
11740         * elf/dl-sym.c: Likewise.
11741         * elf/dl-libc.c: Adjust for l_scope name change.
11742         * elf/dl-load.c: Likewise.
11743         * elf/dl-object.c: Likewise.
11744         * elf/rtld.c: Likewise.
11745         * include/link.h: Include <rtld-lowlevel.h>.  Define struct
11746         r_scoperec.  Replace r_scope with pointer to r_scoperec structure.
11747         Add l_scoperec_lock.
11748         * sysdeps/generic/ldsodefs.h: Include <rtld-lowlevel.h>.
11749         * sysdeps/generic/rtld-lowlevel.h: New file.
11750
11751         * include/atomic.h: Rename atomic_and to atomic_and_val and
11752         atomic_or to atomic_or_val.  Define new macros atomic_and and
11753         atomic_or which do not return values.
11754         * sysdeps/x86_64/bits/atomic.h: Define atomic_and and atomic_or.
11755         Various cleanups.
11756         * sysdeps/i386/i486/bits/atomic.h: Likewise.
11757
11758         * po/sv.po: Update from translation team.
11759
11760 2006-10-07  Ulrich Drepper  <drepper@redhat.com>
11761
11762         * Versions.def: Add GLIBC_2.6 to libpthread.
11763
11764         * include/shlib-compat.h (SHLIB_COMPAT): Expand parameters before use.
11765         (versioned_symbol): Likewise.
11766         (compat_symbol): Likewise.
11767
11768         * po/tr.po: Update from translation team.
11769
11770 2006-10-06  Ulrich Drepper  <drepper@redhat.com>
11771
11772         * nis/Banner: Removed.  It's been integral part forever and the
11773         author info is incomplete anyway.
11774         * libio/Banner: Likewise.
11775
11776         * nis/nis_table.c (nis_list): If __follow_path fails in the new
11777         code, make sure the nis_freeresult call doesn't crash and that the
11778         result is reported correctly.
11779
11780 2006-09-27  Jakub Jelinek  <jakub@redhat.com>
11781
11782         * nis/nis_table.c (nis_list): Handle FOLLOW_PATH | ALL_RESULTS
11783         when callback is NULL.
11784
11785         * nis/Versions (libnss_nisplus): Add
11786         _nss_nisplus_initgroups_dyn@@GLIBC_PRIVATE.
11787         * nis/Makefile (libnss_nisplus-routines): Add nisplus-initgroups.
11788         * nis/nss_nisplus/nisplus-grp.c (tablename_val, tablename_len,
11789         _nss_create_tablename): Rename to...
11790         (grp_tablename_val, grp_tablename_len, _nss_grp_create_tablename):
11791         ... these.  No longer static.
11792         (internal_setgrent): Adjust users.
11793         (_nss_nisplus_getgrnam_r, _nss_nisplus_getgrgid_r): Likewise.
11794         Don't use locking around _nss_grp_create_tablename call.
11795         * nis/nss_nisplus/nisplus-initgroups.c: New file.
11796
11797 2006-10-06  Ulrich Drepper  <drepper@redhat.com>
11798
11799         * version.h (VERSION): Bump to 2.5.90 for new development tree.
11800
11801 2006-10-06  Andreas Jaeger  <aj@suse.de>
11802
11803         * include/features.h (__GLIBC_MINOR__): It's glibc 2.5 now.
11804
11805 2006-10-06  Ulrich Drepper  <drepper@redhat.com>
11806
11807         * po/pl.po: Update from translation team.
11808
11809         * nscd/nscd.c (main): Fix typo in message.
11810         Patch by Jakub Bogsz <qboosh@pld-linux.org>.
11811
11812 2006-10-02  Jakub Jelinek  <jakub@redhat.com>
11813
11814         [BZ #3291]
11815         * sysdeps/unix/sysv/linux/sparc/sparc64/pause.c: Include
11816         errno.h, signal.h, unistd.h and sysdep-cancel.h.
11817         (__sigprocmask): Define.
11818
11819 2006-10-02  Ulrich Drepper  <drepper@redhat.com>
11820
11821         * elf/rtld.c (dl_main): Don't use prelinking if LD_DYNAMIC_WEAK is
11822         used.
11823
11824 2006-10-02  Jakub Jelinek  <jakub@redhat.com>
11825
11826         * nscd/mem.c (mempool_alloc): Round array size to 16 bytes
11827         in oldtotal and newtotal calculation.
11828         * nscd/nscd-client.h (struct mapped_database): Add datasize
11829         field.
11830         * nscd/nscd_helper.c (get_mapping): Initialize datasize field.
11831         (__nscd_get_map_ref): Get a new mapping even if mapping's data_size
11832         increased.
11833         (__nscd_cache_search): Add checks to make sure we never reference
11834         data beyond the current mapping.
11835
11836 2006-10-02  Dmitry V. Levin  <ldv@altlinux.org>
11837
11838         * sysdeps/posix/getaddrinfo.c (match_prefix): Make mask and val
11839         variables const to avoid compiler warnings.
11840
11841         * io/fts.c (fts_close): Remove redundant checks.
11842         (fts_build): Likewise.
11843         (fts_palloc): Likewise.
11844
11845         * manual/message.texi (Advanced gettext functions,
11846         Using gettextized software): Fix typos.
11847
11848 2006-09-30  Ulrich Drepper  <drepper@redhat.com>
11849
11850         * posix/glob.c (glob_in_dir): Add some comments and asserts to
11851         explain why there are no leaks.
11852
11853 2006-09-29  Ulrich Drepper  <drepper@redhat.com>
11854
11855         * libio/wmemstream.c: Include <wchar.h>.
11856         * libio/bug-wmemstream1.c: Likewise.
11857         * libio/tst-wmemstream1.c: Likewise.
11858         * libio/tst-wmemstream2.c: Likewise.
11859
11860         * version.h (RELEASE): Bump to 2.5.
11861         * README: Regenerated.
11862
11863         * locale/iso-3166.def: Add Aaland Islands and Montenegro.
11864
11865         [BZ #3273]
11866         * nscd/nscd_initgroups.c (__nscd_getgrouplist): It is OK to have
11867         found no group members.
11868         Patch by Petr Baudis.
11869
11870 2006-09-29  Jakub Jelinek  <jakub@redhat.com>
11871
11872         * elf/rtld.c (_dl_start_final): If not USE___THREAD, don't
11873         assert bootstrap_map.l_tls_modid is zero.
11874         (_dl_start): Initialize bootstrap_map.l_tls_modid to 0
11875         if USE___THREAD.
11876
11877 2006-09-27  Ulrich Drepper  <drepper@redhat.com>
11878
11879         * libio/stdio.h: Move open_wmemstream prototype to ...
11880         * wcsmbs/wchar.h: ... here.
11881
11882 2006-09-25  Jakub Jelinek  <jakub@redhat.com>
11883
11884         [BZ #3252]
11885         * sysdeps/unix/sysv/linux/powerpc/fchownat.c (fchownat): Handle only
11886         fchownat syscall and __ASSUME_LCHOWN_SYSCALL case inline, call
11887         __{,l}chown to handle the rest.
11888         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat): Handle only
11889         fchownat syscall and __ASSUME_32BITUIDS case inline, call
11890         __{,l}chown to handle the rest.
11891         * sysdeps/unix/sysv/linux/sparc/sparc32/fchownat.c: Include
11892         i386/fchownat.c.
11893         * sysdeps/unix/sysv/linux/s390/s390-32/fchownat.c: Likewise.
11894         * sysdeps/unix/sysv/linux/sh/fchownat.c: Likewise.
11895
11896         [BZ #3253]
11897         * posix/glob.c (glob_in_dir): Don't alloca one struct globlink at a
11898         time, rather allocate increasingly bigger arrays of pointers, if
11899         possible with alloca, if too large with malloc.
11900
11901 2006-09-24  Jakub Jelinek  <jakub@redhat.com>
11902
11903         * sysdeps/powerpc/fpu/libm-test-ulps: Updated.
11904
11905         * sysdeps/ieee754/ldbl-128/s_lrintl.c (__lrintl): Fix 2 typos.
11906
11907 2006-09-24  Ulrich Drepper  <drepper@redhat.com>
11908
11909         * sysdeps/posix/getaddrinfo.c (rfc3484_sort): Implement rule 4,
11910         home addresses.
11911         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Recognize
11912         IFA_F_HOMEADDRESS flag for interfaces.
11913         * include/ifaddrs.h (struct in6addrinfo): Define
11914         in6ai_homeaddress.
11915
11916 2006-09-21  Jakub Jelinek  <jakub@redhat.com>
11917
11918         [BZ #3225]
11919         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h (PTR_MANGLE3,
11920         PTR_DEMANGLE3): Define.
11921         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h (PTR_MANGLE3,
11922         PTR_DEMANGLE3): Likewise.
11923         * sysdeps/powerpc/powerpc32/__longjmp-common.S (__longjmp): Use them.
11924         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S (__longjmp):
11925         Likewise.
11926         * sysdeps/powerpc/powerpc64/__longjmp-common.S (__longjmp): Likewise.
11927
11928 2006-09-20  Jakub Jelinek  <jakub@redhat.com>
11929
11930         * po/libc.pot: Regenerated.
11931         * po/be.po: Updated.
11932         * po/ca.po: Likewise.
11933         * po/cs.po: Likewise.
11934         * po/da.po: Likewise.
11935         * po/de.po: Likewise.
11936         * po/el.po: Likewise.
11937         * po/en_GB.po: Likewise.
11938         * po/es.po: Likewise.
11939         * po/fi.po: Likewise.
11940         * po/fr.po: Likewise.
11941         * po/gl.po: Likewise.
11942         * po/hr.po: Likewise.
11943         * po/hu.po: Likewise.
11944         * po/ja.po: Likewise.
11945         * po/ko.po: Likewise.
11946         * po/nb.po: Likewise.
11947         * po/nl.po: Likewise.
11948         * po/pl.po: Likewise.
11949         * po/pt_BR.po: Likewise.
11950         * po/ru.po: Likewise.
11951         * po/rw.po: Likewise.
11952         * po/sk.po: Likewise.
11953         * po/sv.po: Likewise.
11954         * po/tr.po: Likewise.
11955         * po/zh_CN.po: Likewise.
11956         * po/zh_TW.po: Likewise.
11957
11958         [BZ #3137]
11959         * iconv/iconv_prog.c (main): Fix spelling in error message.
11960         * iconv/iconvconfig.c (main): Likewise.
11961         * locale/programs/ld-collate.c (handle_ellipsis): Likewise.
11962         * locale/programs/ld-ctype.c (charclass_symbolic_ellipsis): Likewise.
11963         * locale/programs/localedef.c (main): Likewise.
11964         * locale/programs/repertoire.c (repertoire_read): Likewise.
11965         * timezone/zdump.c (main): Likewise.
11966         * nscd/connections.c (handle_request): Fix spelling in log message.
11967         Patch by Malcolm Parsons <malcolm.parsons@gmail.com>.
11968
11969 2006-09-20  Ulrich Drepper  <drepper@redhat.com>
11970
11971         * inet/inet6_option.c: Also emit linker warnings for the RFC 2292
11972         interfaces.
11973
11974 2006-09-20  Andreas Jaeger  <aj@suse.de>
11975
11976         * math/libm-test.inc (lrint_test_upward): Fix typo.
11977
11978 2006-06-17  Joseph S. Myers  <joseph@codesourcery.com>
11979
11980         [BZ #2592]
11981         * math/libm-test.inc (lrint_test_tonearest): New function.
11982         (lrint_test_towardzero): New function.
11983         (lrint_test_downward): New function.
11984         (lrint_test_upward): New function.
11985         (main): Run these new tests.
11986         * sysdeps/ieee754/dbl-64/s_llrint.c (__llrint): Correct rounding
11987         of values near to 0.
11988         (two52): Use double not long double.
11989         * sysdeps/ieee754/dbl-64/s_lrint.c (__lrint): Likewise.
11990         * sysdeps/ieee754/flt-32/s_llrintf.c (__llrintf): Likewise.
11991         (two23): Use float not double.
11992         * sysdeps/ieee754/flt-32/s_lrintf.c (__lrintf): Likewise.
11993         (two23): Use float not double.
11994         * sysdeps/ieee754/ldbl-128/s_llrintl.c (__llrintl): Likewise.
11995         * sysdeps/ieee754/ldbl-128/s_lrintl.c (__lrintl): Likewise.
11996         * sysdeps/ieee754/ldbl-96/s_llrintl.c (__llrintl): Likewise.
11997         * sysdeps/ieee754/ldbl-96/s_lrintl.c (__lrintl): Likewise.
11998
11999 2006-09-20  Martin Schwidefsky  <schwidefsky@de.ibm.com>
12000
12001         * sysdeps/unix/sysv/linux/s390/s390-32/makecontext.c (__makecontext):
12002         Cast sp to unsigned long to avoid compiler warning.
12003         Use __makecontext_ret function instead of a trampoline on the stack.
12004         (__makecontext_ret): New function.
12005         * sysdeps/unix/sysv/linux/s390/s390-64/makecontext.c: Likewise.
12006
12007 2006-09-19  Jakub Jelinek  <jakub@redhat.com>
12008
12009         * elf/dl-cache.c (HWCAP_CHECK): If _DL_PLATFORMS_COUNT, but
12010         platform == -1, reject any libs with non-zero _DL_HWCAP_PLATFORM
12011         bits.
12012
12013 2006-09-19  Ulrich Drepper  <drepper@redhat.com>
12014
12015         * elf/dl-close.c (_dl_close): If dependency is not unloaded make
12016         sure no reference to the unloaded map's search list remains in the
12017         dependency's scope.
12018
12019 2006-09-16  Jakub Jelinek  <jakub@redhat.com>
12020
12021         * elf/Makefile: Add rules to build and run unload7 test.
12022         * elf/unload7.c: New test.
12023         * elf/unload7mod1.c: New file.
12024         * elf/unload7mod2.c: New file.
12025
12026 2006-09-18  Jakub Jelinek  <jakub@redhat.com>
12027
12028         * sysdeps/unix/sysv/linux/sys/ptrace.h (PT_GETEVENTMSG): Fix pasto.
12029         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h (PTRACE_SETOPTIONS,
12030         PTRACE_GETEVENTMSG, PTRACE_GETSIGINFO, PTRACE_SETSIGINFO): Define.
12031         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h (PTRACE_SETOPTIONS,
12032         PTRACE_GETEVENTMSG, PTRACE_GETSIGINFO, PTRACE_SETSIGINFO): Likewise.
12033         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h (PTRACE_SETOPTIONS,
12034         PTRACE_GETEVENTMSG, PTRACE_GETSIGINFO, PTRACE_SETSIGINFO): Likewise.
12035         * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h (PTRACE_SETOPTIONS,
12036         PTRACE_GETEVENTMSG): Likewise.
12037         (PTRACE_GETSIGINFO, PTRACE_SETSIGINFO): Change to the arch independent
12038         values.
12039
12040 2006-09-17  Mike Frysinger  <vapier@gentoo.org>
12041
12042         * sysdeps/unix/sysv/linux/sys/ptrace.h (PTRACE_SETOPTIONS,
12043         PTRACE_GETEVENTMSG, PTRACE_GETSIGINFO, PTRACE_SETSIGINFO): Define.
12044         * sysdeps/unix/sysv/linux/ptrace.c (ptrace): Check PTRACE_SETOPTIONS,
12045         PTRACE_GETEVENTMSG, PTRACE_GETSIGINFO and PTRACE_SETSIGINFO.
12046
12047 2006-09-16  Jakub Jelinek  <jakub@redhat.com>
12048
12049         * sysdeps/powerpc/powerpc32/register-dump.h (register_dump): Don't
12050         write '\0' to the fd.
12051         * sysdeps/mach/hurd/powerpc/register-dump.h (register_dump): Likewise.
12052         * sysdeps/powerpc/powerpc64/register-dump.h (register_dump): Likewise.
12053         Change regs to unsigned long pointer from unsigned int, fix fscr
12054         offset.
12055
12056 2006-09-14  Jakub Jelinek  <jakub@redhat.com>
12057
12058         * io/Makefile (CFLAGS-fstatat.c): Set.
12059         (CFLAGS-fstatat64.c): Likewise.
12060         (CFLAGS-mknodat.c): Likewise.
12061
12062         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c: Comment fixes.
12063         * sysdeps/ieee754/ldbl-128ibm/s_llroundl.c: Likewise.
12064         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c: Rewritten.
12065         * sysdeps/ieee754/ldbl-128ibm/s_lroundl.c: Rewritten.
12066
12067 2006-09-14  Jakub Jelinek  <jakub@redhat.com>
12068             Steven Munroe  <sjmunroe@us.ibm.com>
12069
12070         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_cap_flags): Add 4 new cap
12071         names to the beginning.  Rename "cell" to "cellbe".
12072         (_dl_powerpc_platforms): New.
12073         * sysdeps/powerpc/dl-procinfo.h (_DL_HWCAP_FIRST): Decrease.
12074         (HWCAP_IMPORTANT): Remove power{4,5,5+} and cell.
12075         (_DL_PLATFORMS_COUNT, _DL_FIRST_PLATFORM): Define.
12076         (_DL_HWCAP_PLATFORM): Define to new mask.
12077         (_dl_platform_string, _dl_string_platform): New functions.
12078         * sysdeps/powerpc/sysdep.h (PPC_FEATURE_BOOKE, PPC_FEATURE_SMT,
12079         PPC_FEATURE_ICACHE_SNOOP, PPC_FEATURE_ARCH_2_05): Define.
12080
12081 2006-09-12  Jakub Jelinek  <jakub@redhat.com>
12082
12083         [BZ #2526]
12084         * README.libm: Fix a thinko in sqrt algorithm description.
12085
12086         [BZ #3143]
12087         * manual/string.texi (argz_delete): Fix prototype.
12088         Patch by <alpt@freaknet.org>.
12089
12090 2006-08-26  Joseph Myers  <joseph@codesourcery.com>
12091
12092         [BZ #3138]
12093         * io/test-lfs.c (do_prepare): Give name_len type size_t.
12094         * io/tst-fcntl.c (do_prepare): Likewise.
12095         * posix/tst-exec.c (do_prepare): Likewise.
12096         * posix/tst-preadwrite.c (do_prepare): Likewise.
12097         * posix/tst-spawn.c (do_prepare): Likewise.
12098         * posix/tst-truncate.c (do_prepare): Likewise.
12099         * rt/tst-aio.c (do_prepare): Likewise.
12100         * rt/tst-aio64.c (do_prepare): Likewise.
12101         * stdlib/test-canon2.c (do_prepare): Give test_dir_len type
12102         size_t.
12103
12104 2006-09-09  Ulrich Drepper  <drepper@redhat.com>
12105
12106         [BZ #2821]
12107         * time/mktime.c (guess_time_tm): Fix overflow detection.
12108         * time/Makefile (tests): Add bug-mktime1.
12109         * time/bug-mktime1.c: New file.
12110
12111         [BZ #3189, #3188]
12112         * misc/sys/mman.h (remap_file_pages): Make available for _GNU_SOURCE.
12113         (mremap): Likewise.
12114
12115 2006-09-07  Jakub Jelinek  <jakub@redhat.com>
12116
12117         [BZ #1006]
12118         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela):
12119         Ensure relocation doesn't clobber any bits outside of the
12120         immediate field for R_SPARC_TLS_LE_HIX22, R_SPARC_WDISP30,
12121         R_SPARC_HI22 and R_SPARC_H44.
12122
12123         [BZ #2775]
12124         * malloc/malloc.c (sYSMALLOc): Only call grow_heap if
12125         (long) (MINSIZE + nb - old_size) is positive.
12126
12127         * malloc/arena.c (grow_heap): When growing bail even if new_size
12128         is negative.
12129
12130         [BZ #3155]
12131         * sysdeps/powerpc/powerpc32/fpu/s_lrint.S (__lrint): Don't access
12132         stack below r1.
12133
12134 2006-09-06  Jakub Jelinek  <jakub@redhat.com>
12135
12136         * posix/regex_internal.c (re_string_reconstruct): Handle
12137         offset < pstr->valid_raw_len && pstr->offsets_needed case.
12138         Ensure no bytes read before raw_mbs array.  Pass a saved copy of
12139         pstr->valid_len - 1 rather than pstr->valid_raw_len - 1 to
12140         re_string_context_at.
12141         * posix/Makefile: Add rules to build and run bug-regex26 test.
12142         * posix/bug-regex26.c: New test.
12143
12144         * locale/programs/ld-collate.c (collate_read): Goto sym_equiv_free
12145         rather than col_sym_free.  Move seqp declaration earlier.
12146
12147         * resolv/gai_suspend.c (gai_suspend): Make sure result is initialized.
12148
12149 2006-09-05  Jakub Jelinek  <jakub@redhat.com>
12150
12151         * nscd/initgrcache.c (addinitgroupsX): Move any_success
12152         decl before first goto out.
12153
12154 2006-09-04  Jakub Jelinek  <jakub@redhat.com>
12155
12156         * Makerules (shlib.lds): If have-hash-style, put .hash section
12157         at the end of the RO segment.
12158
12159 2006-09-04  Ulrich Drepper  <drepper@redhat.com>
12160
12161         * elf/do-lookup.h (do_lookup_x): Initialize symidx in case the new
12162         style hash table format is used.
12163
12164 2006-09-04  Jakub Jelinek  <jakub@redhat.com>
12165
12166         * resolv/res_mkquery.c (res_nmkquery): Set hp->id to statp->id after
12167         randomization rather than before.
12168         * resolv/res_init.c (res_randomid): Don't call gettimeofday here.
12169
12170 2006-08-31  Jakub Jelinek  <jakub@redhat.com>
12171
12172         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Add ld.so.
12173
12174         * malloc/malloc.c (_int_malloc): Use full list insert and not
12175         shortcut which assumes the list is empty for large requests
12176         too.
12177
12178         * elf/tst-addr1.c (do_test): Allow i.dli_sname "_IO_printf".
12179
12180 2006-08-30  Jakub Jelinek  <jakub@redhat.com>
12181
12182         * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h (splice): Add offin
12183         and offout arguments to the prototype.
12184         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (splice): Likewise.
12185         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h (splice): Likewise.
12186         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (splice): Likewise.
12187         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h (splice): Likewise.
12188         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h (splice): Likewise.
12189         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h (splice): Likewise.
12190         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h (splice): Likewise.
12191         * sysdeps/unix/sysv/linux/syscalls.list (splice): Adjust args string.
12192
12193 2006-08-28  Ulrich Drepper  <drepper@redhat.com>
12194
12195         * elf/dl-load.c (_dl_init_paths): Expand DSTs.
12196
12197         * elf/dl-open.c (dl_open_worker): Allow $LIB and $PLATFORM in
12198         dlopen parameters.
12199
12200 2006-08-28  Jakub Jelinek  <jakub@redhat.com>
12201
12202         * inet/getnameinfo.c (getnameinfo): For AF_INET, check errno
12203         only if herrno is NETDB_INTERNAL.  Handle errors other than
12204         ERANGE outside of the loops, handle TRY_AGAIN.
12205
12206         * locale/programs/ld-ctype.c (translit_flatten): Issue error
12207         if other's ctype category was missing.
12208         * locale/programs/ld-collate.c (collate_read): Return if
12209         copy_locale's collate category is missing.
12210
12211 2006-08-27  Ulrich Drepper  <drepper@redhat.com>
12212
12213         [BZ #2684]
12214         * malloc/malloc.c (public_rEALLOc): Try harder by using other
12215         arenas if allocation failed.
12216         Patch mostly by Jan Edler <jan.edler@indexengines.com>.
12217
12218 2006-08-26  Ulrich Drepper  <drepper@redhat.com>
12219
12220         * malloc/malloc.c (bin_at): Rewrite to be more clear and to not
12221         waste bins[0..1].
12222         (malloc_state): Reduce bins size by 2.
12223         (_int_malloc): Fix test for large enough buffer for early termination.
12224         When no unsorted block matches perfectly and an exiting block has
12225         to be split, use full list insert and not shortcut which assumes
12226         the list is empty.
12227
12228         * locale/programs/ld-ctype.c (ctype_read): Better patch for read
12229         failure.
12230
12231 2006-08-24  Ulrich Drepper  <drepper@redhat.com>
12232
12233         * locale/programs/ld-ctype.c (ctype_read): If CTYPE is NULL, don't
12234         do anything.
12235
12236         * sysdeps/generic/ldsodefs.h (DL_ADDR_SYM_MATCH): For undefined
12237         symbol require exact match (these are PLTs).
12238         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ldsodefs.h
12239         (_dl_ppc64_addr_sym_match): Likewise.
12240
12241         [BZ #2683]
12242         * elf/dl-addr.c (_dl_addr): Don't ignore all undefined symbols.
12243         If symbol has a value use it.
12244         * elf/tst-dladdr1.c: New file.
12245         * elf/Makefile: Add rules to build and run tst-addr1.
12246
12247 2006-08-24  Jakub Jelinek  <jakub@redhat.com>
12248
12249         * malloc/malloc.c (sYSMALLOc): Avoid infinite loop if MMAP
12250         keeps failing and heap growth or new heap creation isn't
12251         successful either.
12252         * malloc/tst-malloc.c (main): Add new tests.
12253
12254 2006-08-24  Ulrich Drepper  <drepper@redhat.com>
12255
12256         [BZ #2734]
12257         * sysdeps/i386/bits/byteswap.h (__bswap_32): Use same conditions
12258         as in the x86-64 code to use bswap.
12259
12260 2006-05-21  Joseph S. Myers  <joseph@codesourcery.com>
12261
12262         [BZ #2680]
12263         * posix/unistd.h (getlogin_r): Condition on __USE_POSIX199506, not
12264         __USE_UNIX98.
12265         * posix/bits/unistd.h: Likewise.
12266
12267 2006-05-15  Mike Frysinger  <vapier@gentoo.org>
12268
12269         [BZ #2751]
12270         * string/strchr.c: Add cast to avoid warning.
12271
12272 2006-08-21  Ulrich Drepper  <drepper@redhat.com>
12273
12274         * malloc/malloc.c (DEFAULT_MMAP_THRESHOLD_MAX): For 32-bit
12275         platforms define as 512K.  For 64-bit platforms as 32MB.  The lower
12276         limit is needed to avoid the exploding of the address space
12277         requirement for secondary heaps.
12278         * malloc/arena.c (HEAP_MAX_SIZE): Define using
12279         DEFAULT_MMAP_THRESHOLD_MAX if it is defined.
12280
12281 2006-07-30  Joseph S. Myers  <joseph@codesourcery.com>
12282
12283         [BZ #3018]
12284         * Makerules (depfiles): Handle extra-test-objs the same as
12285         extra-objs.
12286         (common-mostlyclean): Likewise.
12287         * dlfcn/Makefile (extra-objs): Add modules to extra-test-objs
12288         instead.
12289         * elf/Makefile (extra-objs): Likewise.
12290         * stdlib/Makefile (extra-objs): Likewise.
12291
12292 2006-08-14  Eric Blake  <ebb9@byu.net>
12293
12294         [BZ #3044]
12295         * misc/error.h: Assume C89 or better.
12296         * misc/error.c: Likewise.
12297
12298 2006-08-21  Ulrich Drepper  <drepper@redhat.com>
12299
12300         [BZ #3040]
12301         * sysdeps/unix/sysv/linux/openat.c: Fix compilation if
12302         __ASSUME_ATFCTS is defined.
12303
12304 2006-08-19  Ulrich Drepper  <drepper@redhat.com>
12305
12306         * malloc/malloc.c (_int_malloc): Limit number of unsorted blocks
12307         to sort in each call.
12308
12309         * nis/nss_nis/nis-service.c (internal_nis_getservent_r): . If map
12310         is empty simply return and use next service.
12311         * nis/nss_nis/nis-rpc.c (internal_nis_getrpcent_r): Likewise.
12312
12313         * locale/programs/charmap.c (charmap_read): Add new parameter.  It
12314         tells us when not finding a charmap file is an error.
12315         * locale/programs/charmap.h: Adjust charmap_read prototype.
12316         * iconv/iconv_prog.c (main): Tell charmap_read it's no error if we
12317         cannot find a charmap.
12318         * locale/programs/localedef.c (main): Adjust charmap_read call.
12319
12320 2006-08-15  Jakub Jelinek  <jakub@redhat.com>
12321
12322         * sysdeps/unix/sysv/linux/sparc/sparc64/pause.c: Use
12323         sysdeps/posix/pause.c implementation instead.
12324
12325 2006-08-09  Jakub Jelinek  <jakub@redhat.com>
12326
12327         * sysdeps/unix/nice.c (nice): Transform EACCES errno from setpriority
12328         to EPERM.
12329
12330 2006-08-13  Andreas Schwab  <schwab@suse.de>
12331
12332         * sysdeps/powerpc/powerpc32/dl-trampoline.S (_dl_runtime_resolve):
12333         Don't clobber caller's LRSAVE.
12334         (_dl_prof_resolve): Likewise.
12335
12336 2006-08-14  Ulrich Drepper  <drepper@redhat.com>
12337
12338         [BZ #1996]
12339         * libio/memstream.c (open_memstream): Allocate initial buffer with
12340         calloc.
12341         * libio/wmemstream.c (open_wmemstream): Likewise.
12342         * libio/strops.c: Pretty printing.
12343         (_IO_str_overflow): Clear uninitialized part of the new buffer.
12344         (enlarge_userbuf): New function.
12345         (_IO_str_seekoff): Call it if seek position is larger than current
12346         buffer.
12347         * libio/wstrops.c: Likewise.
12348         * libio/vasprintf.c: Add comment as to why we do not have to use
12349         calloc instead of malloc to allocate initial buffer.
12350         * libio/Makefile (tests): Add bug-memstream1 and bug-wmemstream1.
12351         * libio/bug-memstream1.c: New file.
12352         * libio/bug-wmemstream1.c: New file.
12353
12354 2006-08-13  Ulrich Drepper  <drepper@redhat.com>
12355
12356         * libio/wstrops.c: Remove dead macro definitions and comments.
12357         * libio/strops.c: Likewise.
12358
12359         [BZ #2764]
12360         * login/utmpname.c (__utmpname): Remove unnecessary test.
12361
12362 2006-06-08  Joseph Myers  <jsm28@gcc.gnu.org>
12363
12364         [BZ #2832]
12365         * math/gen-libm-test.pl (clean_up_number): Do not remove trailing
12366         0s from integers.
12367
12368 2006-08-13  Ulrich Drepper  <drepper@redhat.com>
12369
12370         [BZ #2987]
12371         * sysdeps/unix/sysv/linux/clock_settime.c: Add code to use syscall
12372         for CPU clocks.
12373         * sysdeps/unix/clock_settime.c: Add support for platform-specific
12374         setting of CPU clocks.
12375
12376 2006-06-23  Paul Eggert  <eggert@cs.ucla.edu>
12377
12378         [BZ #2841]
12379         * sysdeps/generic/stdint.h (UINT8_C, UINT16_C): Don't append 'U',
12380         since C99 requires the result to promote to 'int' when uint_least8_t
12381         and uint_least16_t promote to 'int'.
12382
12383 2006-08-12  Ulrich Drepper  <drepper@redhat.com>
12384
12385         [BZ #3013]
12386         * locale/programs/ld-ctype.c (ctype_output): Adjust alignments, fix
12387         lenght of one output field, correct bitmask creation.
12388         * locale/programs/ld-time.c: Add alignment.
12389
12390         [BZ #2997]
12391         * misc/error.c: Add space between program name and message if file
12392         name is missing.
12393
12394 2006-08-03  Eric Blake  <ebb9@byu.net>
12395
12396         [BZ #2998]
12397         * misc/error.c (error_tail) [_LIBC]: Avoid invalid free.
12398
12399 2006-08-09  Ulrich Drepper  <drepper@redhat.com>
12400
12401         * malloc/memusagestat.c: Silence warnings.
12402
12403         * malloc/malloc.c: Dynamically size mmap treshold if the program
12404         frees mmaped blocks.
12405         Patch by Valerie Henson and Arjan van de Ven.
12406
12407 2006-08-08  Jakub Jelinek  <jakub@redhat.com>
12408
12409         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h (O_DIRECT): Protect with
12410         __USE_GNU.
12411
12412         * stdlib/strtol_l.c (__strtol_ul_max_tab, __strtol_ul_rem_tab,
12413         __strtol_ull_max_tab, __strtol_ull_rem_tab): Declare.
12414         (DEF): Don't put the var into .gnu.linkonce.r.* section.
12415         Only provide var definitions in strtol_l (or for *ull*
12416         in strtoll_l).
12417
12418         * stdio-common/bug16.c (tests): New array.
12419         (do_tests): Allow the first hexadecimal digit
12420         to be 1, 2, 4 or 8.  Do 3 additional tests.
12421
12422         * sysdeps/s390/fpu/libm-test-ulps: Update.
12423
12424         * sysdeps/unix/sysv/linux/s390/s390-32/fchownat.c (fchownat): Use
12425         fchownat syscall if available.
12426         * sysdeps/unix/sysv/linux/powerpc/fchownat.c (fchownat): Likewise.
12427         * sysdeps/unix/sysv/linux/sh/fchownat.c (fchownat): Likewise.
12428         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat): Likewise.
12429
12430 2006-08-07  Ulrich Drepper  <drepper@redhat.com>
12431
12432         * nis/nis_xdr.c: Avoid some function calls.
12433
12434 2006-08-07  Jakub Jelinek  <jakub@redhat.com>
12435             Ulrich Drepper  <drepper@redhat.com>
12436
12437         * nis/nis_call.c (rec_dirsearch) [case LOWER_NAME]: Don't take
12438         short cut if only one name component is stripped away.
12439
12440 2006-08-07  Ulrich Drepper  <drepper@redhat.com>
12441
12442         * nis/nis_call.c: Minor cleanups throughout.
12443         (rec_dirsearch) [case HIGHER_NAME]: Correctly size ndomain array.
12444         (first_shoot): Add search_parent_first parameter.  Only if it is set
12445         search parent server first.
12446         If directory for table found through cold start cache is not the same
12447         as referenced in the cache, don't use it.
12448         (__nisfind_server): Take additional parameter.  Pass it on to
12449         first_shoot.
12450         (__prepare_niscall): Adjust __nisfind_server call.
12451         * nis/rpcsvc/nislib.h: Adjust __nisfind_server prototype.
12452         * nis/nis_table.c: Adjust __nisfind_server call.
12453         * nis/nis_lookup.c: Likewise.
12454         (nis_lookup): Don't loop endlessly if name is reduced to ".".
12455
12456 2006-08-03  Ulrich Drepper  <drepper@redhat.com>
12457
12458         [BZ #2182]
12459         * math/s_cacosh.c: Return values from positive branch.
12460         * math/s_cacoshf.c: Likewise.
12461         * math/s_cacoshl.c: Likewise.
12462
12463         [BZ #2883]
12464         * sysvipc/sys/msg.h: Change return value to ssize_t.
12465         * sysdeps/unix/sysv/linux/msgrcv.c: Likewise.
12466         * sysvipc/msgrcv.c: Likewise.
12467         * include/sys/msg.h: Likewise.
12468
12469         * grp/initgroups.c (internal_getgrouplist): Remove unnecessary
12470         test introduced in patch for bz #661.
12471         (getgrouplist): Simplify code a bit.  Don't allocate one additional
12472         element for NEWGROUPS.
12473
12474         [BZ #2908]
12475         * stdio-common/printf_fphex.c (__printf_fphex): When rounding up
12476         'f', use '1' as leading digit not '\1'.
12477         * stdio-common/Makefile (tests): Add bug16.
12478         * stdio-common/bug16.c: New file.
12479
12480         [BZ #2914]
12481         * sysdeps/unix/sysv/linux/gethostid.c: Don't define OLD_HOSTIDFILE
12482         and don't try to open it.  The patch introducing the macro
12483         contained a bug and used the same file name as the new file
12484         instead of using /var/adm/hostid.  Nobody complaint so I'm taking
12485         this out completely.
12486
12487         [BZ #2926]
12488         * assert/assert.h: Move cast to void inside ?: to quiet gcc.
12489         Patch by Jerry James <Jerry.James@usu.edu>.
12490
12491         * rt/Makefile (tests): Add tst-clock2.
12492         * rt/tst-clock2.c: New file.
12493
12494         [BZ #2978]
12495         * resolv/gai_notify.c (__gai_notify_only): Copy memory for thread
12496         function and its parameters and pass it to new thread.
12497         (__gai_notify): Add support for alternative waiting for completion.
12498         * resolv/gai_suspend.c (gai_suspend): Add support for alternative
12499         waiting for completion.
12500         * resolv/getaddrinfo_a.c: Likewise.
12501         * resolv/gai_misc.h (struct waitlist): Don't add cond if alternative
12502         waiting for completion is used.
12503         * resolv/gai_misc.c: Allow overwriting code to start helper thread.
12504         * resolv/gai_cancel.c: Include <gai_misc.h> not "gai_misc.h".
12505         * resolv/gai_error.c: Likewise.
12506         * resolv/gai_sigqueue.c: Likewise.
12507
12508 2006-08-02  Thomas Schwinge  <tschwinge@gnu.org>
12509
12510         * hurd/getdport.c (__getdport): Don't return EBADF; instead set
12511         errno to EBADF and return MACH_PORT_NULL.
12512
12513 2006-06-23  Joseph Myers  <joseph@codesourcery.com>
12514
12515         [BZ #2980]
12516         * posix/Makefile (CFLAGS-waitid.c): Add -fasynchronous-unwind-tables.
12517
12518 2006-08-02  Ulrich Drepper  <drepper@redhat.com>
12519
12520         * elf/dl-addr.c (_dl_addr): If GNU-style hash tables are present,
12521         walk them instead of the symbol table.
12522
12523 2006-08-01  Ulrich Drepper  <drepper@redhat.com>
12524
12525         [BZ #2098]
12526         * nscd/initgrcache.c (addinitgroupsX): Judge successful lookups by
12527         status of NSS calls, not the number of returned entries.
12528
12529         * sysdeps/unix/sysv/linux/syscalls.list: Remove add_key,
12530         request_key, keyctl.
12531
12532 2006-07-31  Ulrich Drepper  <drepper@redhat.com>
12533
12534         * sysdeps/unix/sysv/linux/dl-osinfo.h: Remove unnecessary include.
12535
12536 2006-07-16  Jeff Bailey  <jbailey@ubuntu.com>
12537
12538         * elf/tst-auditmod1.c: Fix typo in #error.
12539
12540 2006-07-31  Ulrich Drepper  <drepper@redhat.com>
12541
12542         * elf/tst-auditmod1.c: Remove code for unsupported architectures.
12543
12544         * iconvdata/run-iconv-test.sh: Run cmp in C locale.
12545
12546 2006-07-20  Adam Nemet  <anemet@caviumnetworks.com>
12547
12548         * stdlib/test-canon.c (do_test): Close fd before unlinking file so
12549         that the directory is empty even on non-POSIX filesystems.
12550
12551 2006-07-31  Ulrich Drepper  <drepper@redhat.com>
12552
12553         * elf/dl-open.c (dl_open_worker): Add branch prediction.
12554
12555         * nis/nss_compat/compat-grp.c: Avoid unnecessary setgrent calls into
12556         the backend NSS module.  If backend setgrent call failed, don't have
12557         internal_setgrent fail.  Just remember this until it is needed.
12558         * nis/nss_compat/compat-pwd.c: Likewise.
12559         * nis/nss_compat/compat-spwd.c: Likewise.
12560
12561 2006-07-30  Roland McGrath  <roland@redhat.com>
12562
12563         * sysdeps/unix/sysv/linux/ia64/sigsuspend.c: File removed.
12564         * sysdeps/unix/sysv/linux/x86_64/sigsuspend.c: File removed.
12565         * sysdeps/unix/sysv/linux/s390/s390-64/sigsuspend.c: File removed.
12566         * sysdeps/unix/sysv/linux/sparc/sparc64/sigsuspend.c: File removed.
12567
12568         * sysdeps/unix/sysv/linux/not-cancel.h (pause_not_cancel): New macro.
12569         (nanosleep_not_cancel): New macro.
12570         (sigsuspend_not_cancel): new macro.
12571         * sysdeps/unix/sysv/linux/sigsuspend.c [__ASSUME_REALTIME_SIGNALS]
12572         (do_sigsuspend): Define as inline.
12573         (__sigsuspend): Always use do_sigsuspend.
12574         [! NO_CANCELLATION] (__sigsuspend_nocancel): New function.
12575         * include/signal.h: Declare __sigsuspend_nocancel.
12576         * sysdeps/posix/pause.c
12577         [! NO_CANCELLATION] (__pause_nocancel): New function.
12578
12579         * include/unistd.h (__pause_nocancel): Add attribute_hidden.
12580         * include/time.h (__nanosleep_nocancel): Likewise.
12581
12582 2006-07-30  Ulrich Drepper  <drepper@redhat.com>
12583
12584         * locale/programs/localedef.c (add_to_readlist): Rename local
12585         variables to avoid confusion.
12586
12587         * locale/programs/charmap.c (charmap_read): Emit error message if
12588         charmap couldn't be found or read.
12589
12590 2006-07-28  Ulrich Drepper  <drepper@redhat.com>
12591
12592         * sysdeps/unix/sysv/linux/kernel-features.h: Define
12593         __ASSUME_FUTEX_LOCK_PI.
12594         * include/time.h: Declare __nanosleep_nocancel.
12595         * include/unistd.h: Declare __pause_nocancel.
12596
12597         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Use this instead of
12598         LDFLAGS.  Add -lgcc_eh and libc_nonshared (again) to make sure we
12599         get the __stack_chk_fail_local definition when it's needed.
12600
12601 2006-07-26  Ulrich Drepper  <drepper@redhat.com>
12602
12603         * dlfcn/Makefile: Add rules to build and run bug-atexit3.
12604         * dlfcn/bug-atexit3.c: New file.
12605         * dlfcn/bug-atexit3-lib.cc: New file.
12606
12607         * dlfcn/dlmopen.c (dlmopen_doit): Don't allow RTLD_GLOBAL to be
12608         used when the namespace is not the base namespace.
12609
12610 2006-07-26  Gavin Romig-Koch  <gavin@redhat.com>
12611
12612         * stdlib/cxa_atexit.c (__new_exitfn_called): New variable.
12613         (__new_exitfn): Bump it in every successful call.
12614         * stdlib/cxa_finalize.c (__cxa_finalize): If destructor registered
12615         more exit handlers, call them right away.
12616         * stdlib/exit.h: Declare __new_exitfn_called.
12617
12618 2006-07-25  Ulrich Drepper  <drepper@redhat.com>
12619
12620         * stdlib/cxa_finalize.c (__cxa_finalize): Fix race condition when
12621         calling registered handler.
12622
12623         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Fix comment.
12624         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
12625         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
12626         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
12627         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
12628         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
12629         * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h: Likewise.
12630         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
12631
12632 2006-07-10  Ulrich Drepper  <drepper@redhat.com>
12633
12634         * elf/dl-lookup.c (dl_new_hash): New functions.
12635         (_dl_lookup_symbol_x): Rename hash to old_hash and don't compute
12636         value here.  Compute new-style hash value.  Pass new hash value
12637         and reference to variable with the old value to do_lookup_x.
12638         (_dl_setup_hash): If DT_GNU_HASH is defined, use it and not
12639         old-style hash table.
12640         (_dl_debug_bindings): Pass new hash value and reference to variable
12641         with the old value to do_lookup_x.
12642         * elf/do-lookup.h (do_lookup_x): Accept additional parameter with
12643         new-style hash value and change old-style hash value parameter to
12644         be a reference.  Reoganize functions to determine whether
12645         new-style hash table is available.  Only fall back on old-style
12646         table.  If old-style hash value is needed, compute it here.
12647         * elf/dynamic-link.h (elf_get_dynamic_info): Relocate DT_GNU_HASH
12648         entry.
12649         * elf/elf.h: Define SHT_GNU_HASH, DT_GNU_HASH, DT_TLSDEC_PLT,
12650         DT_TLSDEC_GOT.  Adjust DT_ADDRNUM.
12651         * include/link.h (struct link_map): Add l_gnu_bitmask_idxbits,
12652         l_gnu_shift, l_gnu_bitmask, l_gnu_buckets and l_gnu_chain_zero.
12653         * Makeconfig: If linker supports --hash-style option add it to all
12654         linker command lines to build DSOs.
12655         * config.make.in: Define have-hash-style.
12656         * configure.in: Test whether linker supports --hash-style option.
12657
12658         * elf/dl-misc.c (_dl_name_match_p): Make MAP parameter const.
12659         * sysdeps/generic/ldsodefs.h: Adjust prototype.
12660
12661 2006-06-27  Ulrich Drepper  <drepper@redhat.com>
12662
12663         * elf/dl-load.c (open_path): Fix test to determine whether DSO is
12664         auditing.
12665
12666         * elf/dl-load.c (_dl_map_object): Try harder to avoid looking at
12667         RPATH of main map twice.
12668
12669 2006-06-22  Ulrich Drepper  <drepper@redhat.com>
12670
12671         * intl/dcigettext.c (DCIGETTEXT): If _nl_find_msg returns -1 don't
12672         look further, return original strings.
12673         (_nl_find_msg): Do not return found translation if the conversion
12674         failed.  Either signal the string is unusable or that something went
12675         wrong and the original should be used.
12676
12677 2006-06-21  Ulrich Drepper  <drepper@redhat.com>
12678
12679         * string/_strerror.c (__strerror_r): Add __builtin_expect.
12680
12681 2006-06-14  Jakub Jelinek  <jakub@redhat.com>
12682
12683         [BZ #2766]
12684         * misc/insremque.c (insque): Handle prev == NULL.
12685         * misc/Makefile (tests): Add tst-insremque.
12686         * misc/tst-insremque.c: New test.
12687
12688 2006-06-17  Ulrich Drepper  <drepper@redhat.com>
12689
12690         [BZ #2792]
12691         * elf/dl-deps.c (expand_dst): Rename __cnt variable to not
12692         conflict with DL_DST_REQUIRED.
12693
12694 2006-06-16  Ulrich Drepper  <drepper@redhat.com>
12695
12696         * nis/nis_subr.c (nis_getnames): Fix the implementation to better
12697         match what Solaris does.
12698
12699 2006-06-04  Ulrich Drepper  <drepper@redhat.com>
12700
12701         * sysdeps/posix/spawni.c (__spawni): Use local_seteuid and
12702         local_setegid instead of seteuid and setegid.
12703         * sysdeps/generic/local-setxid.h: New file.
12704         * sysdeps/unix/sysv/linux/local-setxid.h: New file.
12705
12706         * sysdeps/posix/spawni.c (__spawni): Use non-cancelable interfaces.
12707
12708         * string/Makefile (tests): Add bug-envz1.
12709         * string/bug-envz1.c: New file.
12710
12711 2006-06-02  Jakub Jelinek  <jakub@redhat.com>
12712
12713         * posix/regex_internal.c (re_string_skip_chars): If no character has
12714         been converted at all, set *last_wc to WEOF.  If mbrtowc failed, set wc
12715         to the byte which couldn't be converted.
12716         (re_string_reconstruct): Don't clear valid_raw_len before calling
12717         re_string_skip_chars.  If wc is WEOF after re_string_skip_chars, set
12718         tip_context using re_string_context_at.
12719         * posix/Makefile: Add rules to build and run bug-regex25 test.
12720         * posix/bug-regex25.c: New test.
12721
12722 2006-06-02  Ryan S. Arnold  <rsa@us.ibm.com>
12723
12724         [BZ #2703]
12725         * string/envz.c (envz_strip): Correct erroneously reversed src
12726         and dest parameters to memmove() invocation.
12727
12728 2006-05-30  Jakub Jelinek  <jakub@redhat.com>
12729
12730         * nscd/nscd.h (prune_cache): Add fd argument to prototype.
12731         * nscd/nscd.c (parse_opt): Read response from INVALIDATE request
12732         to make sure the database has been already invalidated.
12733         * nscd/cache.c (prune_cache): Add fd argument.  Write response to fd
12734         after the cache has been invalidated.  Use pthread_mutex_lock rather
12735         than pthread_mutex_trylock if fd != -1.
12736         * nscd/connections.c (invalidate_cache): Add fd argument, write
12737         response to fd if not calling prune_cache, pass fd to prune_cache.
12738         (handle_request): Adjust invalidate_cache caller.
12739         (nscd_run): Pass -1 as fd to prune_cache.
12740
12741 2006-05-30  Ulrich Drepper  <drepper@redhat.com>
12742
12743         * sysdeps/posix/getaddrinfo.c (gaiconf_init): Initialize bits in
12744         the correct place.
12745
12746 2006-05-29  Ulrich Drepper  <drepper@redhat.com>
12747
12748         * nscd/nscd.h (struct database_dyn): Add prunelock field.
12749         * nscd/cache.c (prune_cache): Take prunelock before starting the
12750         work.  Just return in case it is already taken.
12751         * nscd/connections.c (dbs): Initialize .prunelock.
12752
12753 2006-05-25  Ulrich Drepper  <drepper@redhat.com>
12754
12755         * nis/nis_removemember.c (nis_removemember): Avoid unnecessary
12756         copying.  No need to allocate new array for group members.  Just
12757         move the pointers and update the size.
12758
12759         * nis/nis_addmember.c (nis_addmember): Avoid unnecessary copying.
12760         Avoid memory leak in case realloc fails.  Simplification for
12761         better code generation.
12762
12763         Avoid deprecation warning because of libc_hidden_proto for
12764         inet6_option_alloc.
12765         * inet/inet6_option.c (option_alloc): Renamed from
12766         inet6_option_alloc.  Made static.
12767         (inet6_option_alloc): Now a simple wrapper around option_alloc.
12768         (inet6_option_append): Call option_alloc.
12769         * include/netinet/in.h: Remove libc_hidden_proto for
12770         inet6_option_alloc.
12771
12772         * nis/nis_callback.c (__nis_create_callback): Always call xdr_free
12773         for cleanup when cb!=NULL [Coverity CID 233].
12774
12775 2006-05-24  Ulrich Drepper  <drepper@redhat.com>
12776
12777         [BZ #2693]
12778         * inet/Makefile (routines): Add inet6_opt and inet6_rth.
12779         * inet/Versions (libc, GLIBC_2.5): Add inet6_opt_init,
12780         inet6_opt_append, inet6_opt_finish, inet6_opt_set_val, inet6_opt_next,
12781         inet6_opt_find, inet6_opt_get_val, inet6_rth_space, inet6_rth_init,
12782         inet6_rth_add, inet6_rth_reverse, inet6_rth_segments,
12783         and inet6_rth_getaddr.
12784         * inet/netinet/ip6.h (struct ip6_rthdr0): Make ip6r0_addr a flexible
12785         array.
12786         * inet/netinet/in.h (struct ip6_mtuinfo): Define.
12787         Mark inet6_option_* interfaces as deprecated.
12788         Declare inet6_opt_init, inet6_opt_append, inet6_opt_finish,
12789         inet6_opt_set_val, inet6_opt_next, inet6_opt_find, inet6_opt_get_val,
12790         inet6_rth_space, inet6_rth_init, inet6_rth_add, inet6_rth_reverse,
12791         inet6_rth_segments, and inet6_rth_getaddr.
12792         * inet/inet6_opt.c: New file.
12793         * inet/inet6_rth.c: New file.
12794
12795         * inet/netinet/icmp6.h: Pretty printing.
12796
12797         [BZ #2683]
12798         * elf/dl-addr.c (_dl_addr): Don't match undefined references.
12799
12800 2006-05-23  Ulrich Drepper  <drepper@redhat.com>
12801
12802         * nis/nis_lookup.c (nis_lookup): Use __prepare_niscall instead of
12803         doing it all here.  When server does not know the answer do not
12804         fail immediate, try parent first.
12805
12806         * nis/nis_domain_of_r.c (nis_domain_of_r): Add missing buffer
12807         overflow test.
12808
12809 2006-05-20  Ulrich Drepper  <drepper@redhat.com>
12810
12811         * nis/nis_call.c (__prepare_niscall): New function.  Split out
12812         from __do_niscall.
12813         * nis/nis_table.c (__create_ib_request): Renamed from create_ib_request
12814         and exported.
12815         (__follow_path): New function.  Split out from nis_list.
12816         * nis/nis_xdr.h: Add libnsl_hidden_proto for _xdr_ib_request and
12817         _xdr_nis_result.
12818         * nis/nis_xdr.c: Add libnsl_hidden_def for _xdr_ib_request and
12819         _xdr_nis_result.
12820         * nis/libnsl.h: Declare __prepare_niscall, __create_ib_request,
12821         and __follow_path.
12822         * nis/Versions: Export __prepare_niscall, __create_ib_request,
12823         __follow_path, __do_niscall3, _xdr_ib_request, and _xdr_nis_result
12824         from libnsl for version GLIBC_PRIVATE.
12825         * nis/nisplus-parser.h: Remove _nss_nisplus_parse_pwent_chk.
12826         Remove entry parameter from _nss_nisplus_parse_pwent and
12827         _nss_nisplus_parse_grent.
12828         * nis/nss_nisplus/nisplus-parser.c: Likewise.
12829         * nis/nss_nisplus/nisplus-pwd.c: Remove support for SETENT_BATCH_READ
12830         again.  Rewrite getpwent handling to not use nis_first_entry and
12831         nis_next_entry.  Roll out own niscall handling.
12832         * nis/nss_nisplus/nisplus-grp.c: Likewise.
12833
12834         * sunrpc/xdr_rec.c: Fix typo in comment.
12835
12836 2006-05-19  Ulrich Drepper  <drepper@redhat.com>
12837
12838         * nis/nis_call.c (__do_niscall3): Avoid code duplication in error
12839         handling.
12840
12841         * nis/nis_callback.c (internal_nis_do_callback): Don't use malloc
12842         to allocate memory for my_pollfd.  Better initialization of
12843         cb_is_running.  Use TEMP_FAILURE_RETRY.
12844
12845         * malloc/memusage.sh (memusageso): Add quotes.
12846         (memusagestat): Likewise.
12847         * debug/xtrace.sh (pcprofileso): Likewise.
12848         (pcprofiledump): Likewise.
12849         * debug/Makefile ($(objpfx)xtrace): Use $LIB in SLIBDIR
12850         replacement.
12851         * malloc/Makefile ($(objpfx)memusage): Likewise.
12852
12853         * nis/nis_callback.c (__nis_create_callback): Calls to
12854         svcudp_bufcreate and svctcp_create can fail.  Free ->xprt if
12855         asprintf call fails.
12856
12857         * sysdeps/unix/sysv/linux/ifaddrs.c (__netlink_sendreq): Make sure
12858         no uninitialized memory is passed to sendto.
12859
12860 2006-05-18  Ulrich Drepper  <drepper@redhat.com>
12861
12862         * nis/nis_callback.c (__nis_create_callback): Use asprinf instead
12863         of snprintf+strdup.  Handle OOM.
12864         * nis/nis_callback.c (__nis_create_callback): Allocate cb and
12865         cb->serv together.  Remove now obsolete free calls.
12866         (__nis_destroy_callback): Remove now obsolete free call.
12867
12868 2006-05-18  David Woodhouse  <dwmw2@redhat.com>
12869
12870         * sysdeps/posix/getaddrinfo.c: Add unique labels to the default
12871         RFC3484 precedence table for fec0::/10 and fc00::/7 (site-local
12872         and ULA respectively). Set precedence for IPv4 address to 10 as
12873         defined in RFC3484 for preferring IPv6.
12874         * posix/gai.conf: Update to match the new default tables.
12875
12876 2006-05-18  Jakub Jelinek  <jakub@redhat.com>
12877
12878         * nis/nss_compat/compat-pwd.c (internal_setpwent): If nss_set*ent
12879         returned NSS_STATUS_UNAVAIL, still return NSS_STATUS_SUCCESS.
12880         * nis/nss_compat/compat-spwd.c (internal_setspent): Likewise.
12881         * nis/nss_compat/compat-grp.c (internal_setgrent): Likewise.
12882
12883         * nis/nss_compat/compat-initgroups.c (nss_setgrent, nss_endgrent):
12884         Removed.
12885         (init_nss_interface): Remove initialization of these variables.
12886
12887 2006-05-18  Ulrich Drepper  <drepper@redhat.com>
12888
12889         * nis/nis_call.c (rec_dirsearch): Little optimization: pull
12890         nis_free_directory forward to avoid duplication.
12891
12892 2006-05-17  Ulrich Drepper  <drepper@redhat.com>
12893
12894         * nis/nis_call.c (rec_dirsearch): Handle __nis_finddirectory and
12895         rec_dirsearch returning NULL.
12896         (first_shoot): Handle __nis_finddirectory returning NULL.
12897         (__nisfind_server): Fix leak when rec_dirsearch returns NULL.
12898
12899         * sysdeps/unix/sysv/linux/sys/inotify.h: Define IN_CLOSE, IN_MOVE,
12900         IN_ONLYDIR, IN_DONT_FOLLOW, and IN_MASK_ADD.
12901
12902 2006-05-17  Jakub Jelinek  <jakub@redhat.com>
12903
12904         * sunrpc/key_call.c (getkeyserv_handle): Call auth_destroy if
12905         pid changed.
12906
12907 2006-05-15  Ulrich Drepper  <drepper@redhat.com>
12908
12909         * include/rpc/pmap_prot.h: Mark all functions as hidden.
12910
12911         * nscd/nscd_initgroups.c: Mark __gr_map_handle as hidden.
12912         * nscd/nscd_getgr_r.c: Likewise.
12913
12914         * include/rpc/pmap_rmt.h: Mark all functions as hidden.
12915
12916         * nscd/nscd_getai.c (__hst_map_handle): Mark as hidden.
12917         * nscd/nscd_gethst_r.c (__hst_map_handle): Likewise.
12918
12919         * stdlib/longlong.h (__clz_tab): Mark as hidden.
12920
12921         * iconv/gconv_int.h: Mark __gconv_lock as hidden.
12922
12923         * include/rpc/key_prot.h: Mark all _internal functions as hidden.
12924
12925         * include/rpc/auth.h: Mark xdr_des_block_internal and
12926         xdr_opaque_auth_internal as hidden.
12927
12928         * sysdeps/unix/sysv/linux/getdents.c: Mark __have_no_getdents64 as
12929         hidden.
12930
12931         * include/rpc/xdr.h: Mark all _internal functions as hidden.
12932
12933         * misc/getusershell.c (okshells): Don't use static initializers,
12934         do it dynamically.
12935
12936         * stdlib/fmtmsg.c (keywords): Change type of len element to
12937         uint32_t to not waste space on 64bit machines.
12938
12939         * locale/setlocale.c: Change _nl_category_names into a string.
12940         Add new _nl_category_name_idxs.  Change all users.
12941         * locale/localeinfo.h: Adjust declaration of _nl_category_names.
12942         Declare _nl_category_name_idxs.
12943         * locale/findlocale.c: Adjust for _nl_category_names change.
12944         * locale/loadlocale.c: Likewise.
12945         * locale/newlocale.c: Likewise.
12946         * intl/dcigettext.c: Likewise.
12947
12948         * iconv/gconv_conf.c (add_alias): Move actual alias handling to...
12949         (add_alias2): ...here.  New function.
12950         (__gconv_read_conf): Simplify builtin alias handling.
12951         (builtin_aliases): Convert to string to avoid relocations.
12952         * iconv/gconv_builtin.h: Add comment about correct formatting.
12953
12954 2006-05-15  Jakub Jelinek  <jakub@redhat.com>
12955
12956         * resolv/res_debug.c (loc_ntoa): Make error const.
12957
12958 2006-05-14  Andreas Schwab  <schwab@suse.de>
12959
12960         * math/complex.h [__LDBL_COMPAT]: Use __REDIRECT_NTH.
12961
12962 2006-05-12  Jakub Jelinek  <jakub@redhat.com>
12963
12964         * sysdeps/unix/sysv/linux/sched_getaffinity.c: Include sys/param.h.
12965         (__sched_getaffinity_new): Don't crash if cpusetsize is smaller than
12966         sizeof (cpu_set_t).
12967
12968 2006-05-11  Ulrich Drepper  <drepper@redhat.com>
12969
12970         * resolv/res_debug.c (loc_ntoa): Define error as array, not pointer.
12971
12972         * include/arpa/nameser.h: Declare _ns_flagdata as hidden.
12973
12974         * nis/yp_xdr.c: Add libnsl_hidden_def for xdr_ypresp_master.
12975         * include/rpcsvc/yp.h: Add libnsl_hidden_proto for xdr_ypresp_master.
12976
12977         * nis/yp_xdr.c: Add libnsl_hidden_def for xdr_ypbind_resp.
12978         * include/rpcsvc/yp.h: Add libnsl_hidden_proto for xdr_ypbind_resp.
12979
12980         * nis/nis_xdr.c: Add libnsl_hidden_def for xdr_cback_data.
12981         * include/rpcsvc/nis_callback.h: Add libnsl_hidden_proto for
12982         xdr_cback_data.
12983
12984         * nis/ypupdate_xdr.c: Add libnsl_hidden_def for xdr_ypupdate_args.
12985         * include/rpcsvc/ypupd.h: Add libnsl_hidden_proto for
12986         xdr_ypupdate_args.
12987
12988         * nis/yp_xdr.c: Add libnsl_hidden_def for xdr_ypresp_order.
12989         * include/rpcsvc/yp.h: Add libnsl_hidden_proto for xdr_ypresp_order.
12990
12991         * nis/yp_xdr.c: Add libnsl_hidden_def for xdr_ypresp_maplist.
12992         * include/rpcsvc/yp.h: Add libnsl_hidden_proto for xdr_ypresp_maplist.
12993
12994         * nis/nis_xdr.c: Add libnsl_hidden_def for xdr_obj_p.
12995         * include/rpcsvc/nis_callback.h: New file.
12996
12997         * nis/yp_xdr.c: Add libnsl_hidden_def for xdr_ypresp_val.
12998         * include/rpcsvc/yp.h: Add libnsl_hidden_proto for xdr_ypresp_val.
12999
13000         * nis/yp_xdr.c: Add libnsl_hidden_def for xdr_ypreq_nokey.
13001         * include/rpcsvc/yp.h: Add libnsl_hidden_proto for xdr_ypreq_nokey.
13002
13003         * nis/yp_xdr.c: Add libnsl_hidden_def for xdr_ypmaplist.
13004         * include/rpcsvc/yp.h: Add libnsl_hidden_proto for xdr_ypmaplist.
13005
13006         * nis/yp_xdr.c: Add libnsl_hidden_def for xdr_ypreq_nokey.
13007         * include/rpcsvc/yp.h: Add libnsl_hidden_proto for xdr_ypreq_nokey.
13008
13009         * nis/ypupdate_xdr.c: Add libnsl_hidden_def for xdr_ypdelete_args.
13010         * include/rpcsvc/ypupd.h: Add libnsl_hidden_proto for
13011         xdr_ypdelete_args.
13012
13013         * nis/nis_xdr.h: Mark all functions as hidden.  Remove
13014         __BEGIN_DECLS and __END_DECLS, the header is not installed.
13015
13016         * nis/nis_error.c: Remove table of strings.  Use position
13017         independent mechanism.
13018         * nis/nis_error.h: New file.
13019
13020 2006-05-11  Jakub Jelinek  <jakub@redhat.com>
13021
13022         * locale/programs/ld-time.c (time_finish): If wide era name or
13023         format aren't provided, set both wname and wformat to L"".
13024
13025 2006-05-10  Ulrich Drepper  <drepper@redhat.com>
13026
13027         * sysdeps/unix/sysv/linux/tcgetattr.c (__tcgetattr): Only store
13028         results if the call was succesful.
13029
13030         * nis/nss-nis.h: Mark __yperr2nss_tab and __yperr2nss_count as hidden.
13031
13032         * nis/nss-nisplus.h: Mark __niserr2nss_tab and __niserr2nss_count
13033         as hidden.
13034
13035 2006-05-10  Jakub Jelinek  <jakub@redhat.com>
13036
13037         * misc/sys/queue.h: Remove uses of all QUEUEDEBUG_* macros.
13038
13039 2006-05-10  Ulrich Drepper  <drepper@redhat.com>
13040
13041         * posix/wordexp.c (parse_glob): No need to check ifs for NULL, the
13042         caller makes sure this is not the case.
13043         (wordexp): Simplify ifs_white creation.  [Coverity CID 231]
13044
13045 2006-05-09  Ulrich Drepper  <drepper@redhat.com>
13046
13047         * posix/wordexp.c: Remove numerous NULL pointer tests before FREE
13048         calls.
13049
13050         * io/ftw.c (open_dir_stream): Return right away if REALLOC fails.
13051         [Coverity CID 229, 230]
13052
13053         * argp/argp-help.c (hol_entry_help): Handle STATE==NULL in ARG and
13054         DGETTEXT calls.
13055         (hol_help): Likewise.  [Coverity CID 226, 227]
13056
13057         * string/argz-replace.c (__argz_replace): Unconditionally call
13058         free on SRC.  [Coverity CID 225]
13059
13060         * nis/nis_creategroup.c (nis_creategroup): No need to duplicate
13061         the return value of __nis_default_owner and __nis_default_group,
13062         it has been especially allocated.  [Coverity CID 224]
13063
13064         * nis/nis_defaults.c (searchXYX): New functions.  Used by both
13065         searchgroup and searchowner.  Significantly simplified.
13066         (__nis_default_owner): Remove duplication.  Do not locally copy the
13067         string before duplicating it.
13068         (__nis_default_group): Likewise.
13069
13070         * nis/nis_lookup.c (nis_lookup): After calling nis_free_directory,
13071         we must clear the variable before calling __nisfind_server.
13072
13073         * nis/nis_lookup.c (nis_lookup): Always free memory allocated with
13074         nis_getnames.  [Coverity CID 223]
13075
13076         * locale/programs/locfile.c (locfile_read): Use alloca instead of
13077         xmalloc to allocate local repertoire name.  [Coverity CID 222]
13078
13079         * iconv/iconv_charmap.c (use_to_charmap): No need to dynamically
13080         allocate memory for the input to add_bytes.  [Coverity CID 221]
13081
13082         * posix/wordexp.c (w_addword): Free word if realloc fails and it
13083         was allocated here.  [Coverity CID 219, 220]
13084
13085         * posix/getconf.c (print_all): Free confstr data after printing.
13086         [Coverity CID 218]
13087
13088         * sysdeps/posix/getaddrinfo.c (gaih_inet): Free canon string if
13089         list allocation fails.  [Coverity CID 215]
13090
13091         * nss/nsswitch.c (__nss_configure_lookup): Fix loop end condition.
13092         [Coverity CID 213]
13093
13094         * argp/argp-help.c (hol_entry_cmp): Don't call canon_doc_option if
13095         string is NULL.  [Coverity CID 212]
13096         * argp/Makefile: Add rules to build and run bug-argp1.
13097         * argp/bug-argp1.c: New file.
13098
13099         * io/ftw.c (ftw_dir): Use __rawmemchr instead of strchr to find
13100         end of string.
13101         * stdlib/canonicalize.c (__realpath): Likewise.
13102
13103         * locale/programs/ld-time.c (time_finish): Don't dereference NULL
13104         pointer.  [Coverity CID 206]
13105
13106         * elf/dl-dst.h (DL_DST_REQUIRED): Be prepared for missing link map
13107         in statically linked code.
13108         * elf/dl-load.c (_dl_dst_substitute): When replacing ORIGIN in
13109         statically built code, be prepared to have no link map.
13110         [Coverity CID 205]
13111
13112         * argp/argp-help.c (fill_in_uparams): Handle STATE==NULL in
13113         dgettext calls. [Coverity CID 204]
13114
13115         * argp/argp-help.c (struct uparams): Remove valid member.  Change
13116         the one user.
13117         (uparam_names): Reduce size.  Avoid relative relocations.
13118         Moved to read-only segment.
13119         (fill_in_uparams): Update for new layout.
13120
13121         * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs): Parameter can be
13122         assumed to always be != NULL. [Coverity CID 202]
13123
13124         * argp/argp-help.c (hol_entry_help): Remove some dead code
13125         [Coverity CID 200].
13126
13127         * nis/nss_nis/nis-service.c (_nss_nis_getservbyport_r): Optimize
13128         away a few more unconditional yperr2nss calls.
13129         (_nss_nis_getservbyname_r): Likewise.
13130
13131 2006-05-06  Ulrich Drepper  <drepper@redhat.com>
13132
13133         * sysdeps/generic/ldsodefs.h: Remove support for non-core
13134         architectures.
13135
13136         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Make sure
13137         that unused memory passed to sendto is nevertheless initialized.
13138
13139         [BZ #2499]
13140         * resolv/nss_dns/dns-canon.c (_nss_dns_getcanonname_r): Avoid
13141         possibly unaligned memory accesses.
13142
13143         * include/arpa/nameser.h: Also optimize NS_PUT16 and NS_PUT32.
13144         * resolv/res_mkquery.c: Use NS_PUT16 and NS_PUT32 instead of __putshort
13145         and __putlong respectively.  Correct buffer overflow check for
13146         NS_NOTIFY_OP.
13147
13148         * resolv/res_send.c (send_vc): Use ns_put16 instead of putshort.
13149
13150         * resolv/res_send.c (res_queriesmatch): Fix typo in comment.
13151         (send_dg): Rewrite error handling to be more compact and avoid
13152         double recomputation of timeouts.  Pass MSG_NOSIGNAL to send.
13153
13154         * include/arpa/nameser.h: Add optimizations for NS_GET16 and NS_GET32.
13155
13156         * resolv/res_send.c (res_nameinquery): Use NS_GET16 directly
13157         instead of ns_get16.
13158         (res_queriesmatch): Likewise.  Minor optimization.
13159
13160         [BZ #2499]
13161         * resolv/res_query.c (__libc_res_nquery): If answerp != NULL,
13162         __libc_res_nsend might reallocate the buffer for the answer.  In
13163         this case we have to reload the HP pointer.
13164
13165 2006-05-05  Ulrich Drepper  <drepper@redhat.com>
13166
13167         * stdio-common/vfscanf.c (memory_error): Remove definition.  Add
13168         some branch prediction hints.
13169
13170         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Define SPLICE_F_*.
13171         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
13172         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
13173         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
13174         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
13175         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
13176         * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h: Likewise.
13177         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
13178
13179 2006-05-05  Martin Schwidefsky  <schwidefsky@de.ibm.com>
13180
13181         * sysdeps/s390/s390-32/elf/start.S: Replace pc relative relocation
13182         by a GOT relocation to make Scrt1.o position independent.
13183         * sysdeps/s390/s390-64/elf/start.S: Likewise.
13184
13185         * sysdeps/unix/sysv/linux/s390/s390-32/syscall.S: Add support for
13186         six system call parameters.
13187         * sysdeps/unix/sysv/linux/s390/s390-64/syscall.S: Likewise.
13188
13189 2006-05-05  Ulrich Drepper  <drepper@redhat.com>
13190
13191         * sunrpc/svcauth_des.c (cache_init): Use calloc instead of
13192         malloc&bzero.
13193
13194         * sunrpc/svc_udp.c (BZERO): Remove definition.
13195         (CALLOC): Define.
13196         (svc_enablecache): Use CALLOC instead of ALLOC&BZERO.
13197
13198         * sunrpc/des_impl.c: Remove ALT_ECB support.  We never used it.
13199         (des_SPtrans): Use uint32_t type.
13200         (des_skb): Likewise.
13201
13202         * sunrpc/xdr_ref.c (xdr_reference): Use calloc instead of malloc&bzero.
13203
13204 2006-05-05  Jakub Jelinek  <jakub@redhat.com>
13205
13206         [BZ #2509]
13207         * stdio-common/tst-printf.sh: Adjust for tst-printf.c change even
13208         on 32-bit arches.
13209
13210 2006-05-05  Ulrich Drepper  <drepper@redhat.com>
13211
13212         * locale/programs/ld-address.c (address_finish): Fix one more
13213         place where the iso639 array might be accessed beyond the limits.
13214
13215 2006-05-04  Ulrich Drepper  <drepper@redhat.com>
13216
13217         * nis/nis_table.c (nis_list): Avoid clearing res twice before
13218         filling it for the first time.
13219
13220         * nis/nis_table.c (get_tablepath): Renamed from __get_tablepath.
13221         Adjust all callers.
13222         Free res object content before returning.
13223
13224         * sunrpc/xdr_array.c (xdr_array): Use calloc instead of malloc&bzero.
13225
13226         * sunrpc/key_call.c (__rpc_thread_key_cleanup): Also free
13227         client->cl_auth.
13228
13229         * sunrpc/rpc_thread.c (__rpc_thread_destroy): Don't skip entire
13230         cleanup for initial thread, just the free call on TVP.
13231
13232         * nscd/gai.c (__getline): Define.
13233
13234
13235 See ChangeLog.16 for earlier changes.