]> git.ipfire.org Git - thirdparty/glibc.git/blob - ChangeLog
Fix repairing of memusage trace files.
[thirdparty/glibc.git] / ChangeLog
1 2009-10-29 Ulrich Drepper <drepper@redhat.com>
2
3 [BZ #10717]
4 * malloc/memusagestat.c (main): Fix repairing of trace files. We also
5 have to compute maxsize_total, we have to update the variables, and
6 the also_total handling must happen after the repair.
7
8 [BZ #10742]
9 * nscd/dbg_log.c (dbg_log): Print timestamp before the message text.
10 Based on patch by Jeffrey Bastian <jbastian@redhat.com>.
11
12 2009-10-27 Andreas Schwab <schwab@redhat.com>
13
14 * sysdeps/unix/sysv/linux/getpt.c (__posix_openpt): Make sure
15 errno is always set when returning unsuccessfully.
16
17 2009-10-29 Andreas Schwab <schwab@redhat.com>
18
19 * malloc/memusage.c (update_data): Fix index wraparound handling
20 so that buffer_cnt is actually reset.
21
22 2009-10-29 Ulrich Drepper <drepper@redhat.com>
23
24 [BZ #10784]
25 * sysdeps/unix/sysv/linux/ttyname.c (getttyname): Always copy name
26 of the directory we look at into the static buffer if there is one
27 at the start of the loop.
28
29 [BZ #10789]
30 * sysdeps/generic/netinet/ip.h: Define IPTOS_ENC* and IPTOS_DSCP*
31 macros. Patch by Philip Prindeville <philipp@redfish-solutions.com>.
32
33 [BZ #10840]
34 * sysdeps/unix/sysv/linux/kernel-features.h: Define
35 __ASSUME_F_GETOWN_EX.
36 * sysdeps/unix/sysv/linux/fcntl.c: Implement F_GETOWN using F_GETOWN_EX
37 if possible.
38 * sysdeps/unix/sysv/linux/i386/fcntl.c: Likewise.
39
40 * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Define F_OWNER_*
41 and f_owner_ex.
42 * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
43 * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
44 * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
45 * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
46 * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
47 * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
48
49 [BZ #10847]
50 * sysdeps/gnu/getutmp.c: Allow compatibility code to play around with
51 getutmpx symbol.
52
53 [BZ #10823]
54 * resolv/res_send.c (__libc_res_nsend): Fix copying of IPv4 server
55 addresses. Patch by Petar Bogdanovic <petar@smokva.net>.
56
57 2009-10-24 Joseph Myers <joseph@codesourcery.com>
58
59 * sysdeps/ieee754/ldbl-128/w_expl.c: Add hidden_def (__expl).
60
61 2009-10-27 Jakub Jelinek <jakub@redhat.com>
62
63 [BZ #10817]
64 * math/w_coshl.c (__coshl): Use __finitel instead of __finite.
65 Reported by Ray Chason.
66
67 2009-10-21 H.J. Lu <hongjiu.lu@intel.com>
68
69 * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
70 strend-sse4.
71 * sysdeps/x86_64/multiarch/strchr.S: New file.
72 * sysdeps/x86_64/multiarch/strend-sse4.S: New file.
73 * sysdeps/x86_64/multiarch/strrchr.S: New file.
74
75 2009-10-21 Andreas Schwab <schwab@redhat.com>
76
77 * elf/dl-sym.c (do_sym): Resolve STT_GNU_IFUNC symbols.
78
79 2009-10-19 Andreas Schwab <schwab@redhat.com>
80
81 * include/math.h: Add hidden protos for __exp/__expf/__expl.
82 * sysdeps/ieee754/dbl-64/w_exp.c: Add hidden alias.
83 * sysdeps/ieee754/flt-32/w_expf.c: Likewise.
84 * sysdeps/ieee754/ldbl-96/w_expl.c: Likewise.
85 * sysdeps/i386/fpu/s_expm1.S: Call __exp to handle overflow.
86 * sysdeps/i386/fpu/s_expm1f.S: Call __expf to handle overflow.
87 * sysdeps/i386/fpu/s_expm1l.S: Call __expl instead of
88 __ieee751_expl to handle overflow.
89
90 2009-10-14 David S. Miller <davem@davemloft.net>
91
92 * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: New file.
93 * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: New file.
94
95 2009-10-13 Andreas Schwab <schwab@redhat.com>
96
97 * csu/elf-init.c (__libc_csu_init): Run preinit array even if
98 !USE_MULTIARCH.
99
100 2009-10-08 Ulrich Drepper <drepper@redhat.com>
101
102 [BZ #10730]
103 * stdlib/random_r.c (__initstate_r): Remove duplicate __set-errno.
104 Patch in part by Steve Ward <planet36@gmail.com>.
105
106 [BZ #10731]
107 * stdlib/rand_r.c: Fix typo.
108
109 * po/cs.po: Update from translation team.
110
111 2009-10-06 Andreas Schwab <schwab@redhat.com>
112
113 * elf/dl-load.c (_dl_map_object_from_fd): Close fd before
114 returning if RTLD_NOLOAD.
115
116 2009-10-06 Roland McGrath <roland@redhat.com>
117
118 * sysdeps/x86_64/multiarch/strstr-c.c
119 [! SHARED]: Omit libc_hidden_builtin_def fiddling.
120
121 * sysdeps/x86_64/multiarch/strcasestr-c.c: Remove
122 libc_hidden_builtin_def fiddling, does not apply to strcasestr at all.
123
124 * sysdeps/x86_64/multiarch/init-arch.h
125 [NOT_IN_libc] (__get_cpu_features): Define it as a macro.
126 (HAS_CPU_FEATURE): New macro.
127 (HAS_SSE2, HAS_POPCOUNT, HAS_SSE4_2, HAS_FMA): Use it.
128 * sysdeps/x86_64/multiarch/init-arch.c
129 (__get_cpu_features): #undef it before definition.
130
131 2009-10-05 Andreas Schwab <schwab@redhat.com>
132
133 * locale/C-time.c: Revert week-1stday back to 19971130 and set
134 first_weekday to 1 and first_workday to 2.
135
136 2009-10-01 Ulrich Drepper <drepper@redhat.com>
137
138 * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Define F_SETOWN_EX and
139 F_GETOWN_EX.
140 * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
141 * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
142 * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
143 * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
144 * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
145 * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
146
147 2009-09-28 Andreas Schwab <schwab@redhat.com>
148
149 * stdio-common/printf_fp.c: Check for and avoid integer overflows.
150 * stdio-common/vfprintf.c: Likewise.
151
152 2009-09-27 Samuel Thibault <samuel.thibault@ens-lyon.org>
153
154 * sysdeps/mach/hurd/mkdirat.c: Include <hurd/fd.h>.
155 (mkdirat): Call __directory_name_split_at instead of
156 __directory_name_split.
157
158 2009-09-28 Ulrich Drepper <drepper@redhat.com>
159
160 * locale/programs/locale-spec.c (locale_special): If nothing matches
161 fail with an appropriate message.
162
163 2009-09-10 H.J. Lu <hongjiu.lu@intel.com>
164
165 * configure.in: Exclude binutils 2.X. Support binutils 2.100
166 and XX.
167
168 2009-09-25 Andreas Schwab <schwab@redhat.com>
169
170 * elf/dl-reloc.c (RESOLVE_MAP): Always pass
171 DL_LOOKUP_ADD_DEPENDENCY to _dl_lookup_symbol_x.
172
173 2009-09-28 Samuel Thibault <samuel.thibault@ens-lyon.org>
174
175 * bits/termios.h [__USE_UNIX98] (IXANY): Define macro.
176
177 2009-09-20 Andreas Schwab <schwab@linux-m68k.org>
178
179 * iconvdata/iso646.c (gconv_init): Correctly initialize the
180 character size elements in step data.
181
182 2009-09-20 Ulrich Drepper <drepper@redhat.com>
183
184 * po/hu.po: Update from translation team.
185 * po/vi.po: Likewise.
186
187 2009-09-19 Roland McGrath <roland@redhat.com>
188
189 * libio/wfileops.c (_IO_wfile_seekoff): Remove unused variables.
190
191 2009-09-15 Roland McGrath <roland@redhat.com>
192
193 * aclocal.m4 (GLIBC_PROVIDES): Add _AS_ECHO_PREPARE.
194 * nptl/sysdeps/pthread/configure: Regenerated.
195 * nptl/sysdeps/x86_64/configure: Regenerated.
196 * sysdeps/unix/sysv/linux/configure: Regenerated.
197 * sysdeps/x86_64/elf/configure: Regenerated.
198
199 * Makefile (autoconf-it): Set execute bit only on top-level configure.
200
201 * configure.in: Let add-ons set $libc_add_on_config_subdirs to have
202 the effect of AC_CONFIG_SUBDIRS relative to the add-on directory.
203 * aclocal.m4 (GLIBC_PROVIDES): Add AC_CONFIG_SUBDIRS.
204 * configure: Regenerated.
205
206 2009-09-09 Ulrich Drepper <drepper@redhat.com>
207
208 * posix/getconf.c (main): Handle -- on command line.
209
210 2009-09-05 H.J. Lu <hongjiu.lu@intel.com>
211
212 * configure.in: Support binutils 2.100 and 3.0.
213
214 2009-09-08 Jakub Jelinek <jakub@redhat.com>
215
216 * sysdeps/s390/s390-32/____longjmp_chk.c: Removed.
217 * sysdeps/s390/s390-64/____longjmp_chk.c: Removed.
218 * sysdeps/unix/sysv/linux/s390/s390-32/____longjmp_chk.c: New file.
219 * sysdeps/unix/sysv/linux/s390/s390-64/____longjmp_chk.c: New file.
220
221 2009-09-07 Ulrich Drepper <drepper@redhat.com>
222
223 * locale/programs/ld-collate.c (struct locale_collate_t): Add
224 unnamed_section_defined field.
225 (collate_read): Test and set unnamed_section_defined.
226
227 * posix/getconf.c (vars): Handle POSIX2_LINE_MAX in addition to
228 _POSIX2_LINE_MAX.
229
230 2009-09-04 H.J. Lu <hongjiu.lu@intel.com>
231
232 * configure.in: Support binutils 2.20.
233
234 2009-09-03 Ulrich Drepper <drepper@redhat.com>
235
236 * sysdeps/i386/i686/multiarch/strstr-c.c (__strstr_sse42,
237 __strstr_ia32): Add attribute_hidden.
238
239 2009-09-01 Andreas Schwab <schwab@redhat.com>
240
241 * hesiod/nss_hesiod/hesiod-grp.c (internal_gid_from_group): Fix
242 parsing of group entry.
243
244 2009-09-02 Andreas Schwab <schwab@redhat.com>
245
246 * libio/wfileops.c (_IO_wfile_seekoff): Account for readahead in
247 external buffer. Always discard readahead in internal buffer.
248 * libio/Makefile (tests): Add bug-wsetpos.
249 * libio/bug-wsetpos.c: New file.
250
251 2009-09-02 Jakub Jelinek <jakub@redhat.com>
252
253 * sysdeps/x86_64/multiarch/strstr-c.c (__strstr_sse42, __strstr_sse2):
254 Add attribute_hidden.
255 * sysdeps/x86_64/multiarch/strcasestr-c.c (__strcasestr_sse42,
256 __strcasestr_sse2): Likewise.
257 * sysdeps/x86_64/multiarch/s_fma.c (__fma_sse2): Add attribute_hidden.
258 (__fma_fma): Make static.
259 * sysdeps/x86_64/multiarch/s_fmaf.c (__fmaf_sse2): Add attribute_hidden.
260 (__fmaf_fma): Make static.
261
262 2009-08-31 Andreas Schwab <schwab@redhat.com>
263
264 * libio/wfileops.c (_IO_wfile_seekoff): Remove dead code and
265 reformulate in-buffer optimisation check to match code in
266 _IO_new_file_seekoff.
267
268 2009-08-31 Joshua W. Boyer <jwboyer@linux.vnet.ibm.com>
269
270 * sysdeps/powerpc/powerpc32/power6/memcpy.S: Change srdi instruction
271 to srwi in 32-bit memcpy for power6.
272
273 2009-09-01 Andreas Schwab <schwab@redhat.com>
274
275 * include/stdio.h: Declare hidden proto for fflush.
276 * libio/iofflush.c: Add hidden weak alias for fflush.
277
278 2009-09-01 Jakub Jelinek <jakub@redhat.com>
279
280 * sysdeps/x86_64/fpu/bits/mathinline.h: Include bits/wordsize.h.
281 (__signbitf, __signbit): Only use SSE inline asm for 64-bit.
282
283 2009-08-31 Andreas Schwab <schwab@redhat.com>
284
285 * sysdeps/x86_64/fpu/bits/mathinline.h: Use __asm instead of asm.
286
287 2009-08-31 Ulrich Drepper <drepper@redhat.com>
288
289 [BZ #10560]
290 * malloc/malloc.c: Add local assert definition to avoid problems with
291 memory allocation in the real one.
292
293 2009-08-27 H.J. Lu <hongjiu.lu@intel.com>
294
295 * sysdeps/i386/i686/multiarch/init-arch.c (ENABLE_SSSE3_ON_ATOM):
296 Removed.
297 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Don't
298 turn off SSSE3 on Atom.
299
300 2009-08-28 Ulrich Drepper <drepper@redhat.com>
301
302 * stdlib/tst-strtol.c (tests): More tests.
303 * stdlib/tst-strtoll.c (tests): Likewise.
304
305 2009-08-26 Ulrich Drepper <drepper@redhat.com>
306
307 * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf.c: New file.
308
309 * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: New file.
310
311 2009-08-25 Ulrich Drepper <drepper@redhat.com>
312
313 * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Add llround aliases.
314 * sysdeps/ieee754/dbl-64/wordsize-64/s_llround.c: New file.
315
316 * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c: New file
317
318 * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c: New file.
319
320 * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: New file.
321
322 2009-08-25 Joseph Myers <joseph@codesourcery.com>
323
324 * math/s_fdiml.c (__fdiml): Use fpclassify instead of fpclassifyl.
325
326 2009-08-25 Ulrich Drepper <drepper@redhat.com>
327
328 * sysdeps/x86_64/fpu/s_scalbln.c: New file.
329 * sysdeps/x86_64/fpu/s_scalbn.c: New file.
330
331 * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c: New file.
332
333 * sysdeps/x86_64/fpu/s_signbit.S: New file.
334 * sysdeps/x86_64/fpu/s_signbitf.S: New file.
335
336 * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: New file.
337 * sysdeps/ieee754/dbl-64/wordsize-64/s_trunc.c: New file.
338
339 * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Remove
340 leftover YMM_SIZE definition.
341
342 2009-08-24 Ulrich Drepper <drepper@redhat.com>
343
344 * math/math_private.h (ieee_double_shape_type): Add uint64_t word to
345 union.
346 (EXTRACT_WORDS64, INSERT_WORDS64): Define.
347 * sysdeps/x86_64/fpu/math_private.h (EXTRACT_WORDS64, INSERT_WORDS64):
348 Redefine.
349 * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: New file.
350
351 * sysdeps/x86_64/fpu/math_private.h: Add specialized GET_FLOAT_WORD
352 and SET_FLOAT_WORD definitions.
353
354 2009-08-24 Roland McGrath <roland@redhat.com>
355
356 * sysdeps/unix/syscall-template.S: New file.
357 * sysdeps/unix/make-syscalls.sh: Generate rules to use it.
358 * sysdeps/unix/Makefile (omit-deps): Do not omit syscall stubs' deps.
359 (compile-syscall): Pass mkdep and -g options as normal.
360 (s-proto.d, s-proto-cancel.d): Don't "-include" these.
361 (common-generated): Don't add them here.
362
363 2009-08-24 Ulrich Drepper <drepper@redhat.com>
364
365 * math/s_fdim.c: In case of overflows set errno.
366 * math/s_fdimf.c: Likewise.
367 * math/s_fdiml.c: Likewise.
368
369 * math/math.h: Define math_errhandling of __FAST_MATH__ is not defined.
370 * sysdeps/i386/fpu/bits/mathinline.h: Undefine math_errhandling if we
371 are using the inline optimizations.
372
373 * sysdeps/x86_64/fpu/bits/mathinline.h (__signbit): Optimize.
374 (__signbitf): Likewise.
375
376 2009-08-23 Ulrich Drepper <drepper@redhat.com>
377
378 * posix/regcomp.c (parse_dup_op): Verify the expression is correctly
379 terminated.
380 * posix/Makefile (tests): Add bug-regex29.
381 * posix/bug-regex29.c: New file.
382
383 * posix/unistd.h: Define _POSIX_VERSION and _POSIX2_* correctly if
384 older POSIX versions are selected.
385
386 * stdio-common/printf_fp.c: ISO C expects to print the sign of NaN
387 as well.
388 * stdio-common/printf_fphex.c: Likewise.
389 * stdio-common/tstdiomisc.c: Add more tests.
390
391 * locale/locale.h: Include xlocale.h and the thread-local locale
392 declarations for XPG7, not XPG6.
393
394 2009-08-21 Andreas Schwab <schwab@redhat.com>
395
396 * sysdeps/powerpc/powerpc32/____longjmp_chk.S: Removed.
397 * sysdeps/powerpc/powerpc64/____longjmp_chk.S: Removed.
398 * sysdeps/unix/sysv/linux/powerpc/powerpc32/____longjmp_chk.S: New file.
399 * sysdeps/unix/sysv/linux/powerpc/powerpc64/____longjmp_chk.S: New file.
400 * sysdeps/powerpc/powerpc32/__longjmp-common.S: Move CHECK_SP earlier.
401 * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
402
403 2009-08-20 Roland McGrath <roland@redhat.com>
404
405 * sysdeps/generic/elf/backtracesyms.c (__backtrace_symbols):
406 Use l_addr instead of l_map_start (dli_fbase).
407 Print "FILE([+-]OFFSET) [ADDRESS]" with the file-relative
408 address when there is no proximate symbol.
409 * sysdeps/generic/elf/backtracesymsfd.c (__backtrace_symbols_fd):
410 Likewise.
411
412 2009-08-16 Ulrich Drepper <drepper@redhat.com>
413
414 * scripts/gen-as-const.awk: Fix test for 64-bit platform.
415
416 2009-08-14 Ulrich Drepper <drepper@redhat.com>
417
418 * test-skeleton.c (signal_handler): Renamed from timeout_handler.
419 Also handle SIGINT. In that case only do the cleanup and then
420 re-raise the signal.
421 (main): Install handler for SIGINT.
422
423 2009-08-10 SUGIOKA Toshinobu <sugioka@itonet.co.jp>
424
425 * stdlib/longlong.h [__sh__] (udiv_qrnnd, sub_ddmmss): Add "t" to
426 clobber list.
427
428 2009-08-01 H.J. Lu <hongjiu.lu@intel.com>
429
430 * elf/Makefile (distribute): Add tst-audit6.c tst-auditmod6a.c
431 tst-auditmod6b.c tst-auditmod6c.c tst-audit7.c tst-auditmod7a.c
432 tst-auditmod7b.c.
433 (tests): Add tst-audit6 tst-audit7.
434 (modules-names): Add st-auditmod6a tst-auditmod6b tst-auditmod6c
435 tst-auditmod7a tst-auditmod7b.
436 ($(objpfx)tst-audit6): New.
437 ($(objpfx)tst-audit6.out): Likewise.
438 ($(objpfx)tst-audit7): Likewise.
439 ($(objpfx)tst-audit7.out): Likewise.
440 (tst-audit6-ENV): Likewise.
441 (tst-audit7-ENV): Likewise.
442 (CFLAGS-tst-auditmod6b.c): Likewise.
443 (CFLAGS-tst-auditmod6c.c): Likewise.
444 (CFLAGS-tst-auditmod7b.c): Likewise.
445 * elf/tst-audit6.c: New file.
446 * elf/tst-audit7.c: New file.
447 * elf/tst-auditmod6a.c: New file.
448 * elf/tst-auditmod6b.c: New file.
449 * elf/tst-auditmod6c.c: New file.
450 * elf/tst-auditmod7a.c: New file.
451 * elf/tst-auditmod7b.c: New file.
452 * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Move
453 saving and restoring SSE/AVX registers to ...
454 * sysdeps/x86_64/dl-trampoline.h: This. New file.
455
456 2009-08-07 H.J. Lu <hongjiu.lu@intel.com>
457
458 * sysdeps/i386/i686/multiarch/strcspn.S (STRCSPN): Use PIC
459 only if SHARED is defined.
460 * sysdeps/i386/i686/multiarch/strspn.S (strspn): Likewise.
461
462 2009-08-03 Jim Meyering <meyering@redhat.com>
463
464 * sysdeps/i386/configure.in: Use AC_HEADER_CHECK.
465
466 2009-08-08 Ulrich Drepper <drepper@redhat.com>
467
468 * sysdeps/x86_64/multiarch/strlen.S: Move SSE4.2 version into the same
469 section as the other functions for this architecture.
470 * sysdeps/x86_64/multiarch/rawmemchr.S: Likewise.
471
472 2009-08-07 Ulrich Drepper <drepper@redhat.com>
473
474 * sysdeps/x86_64/strcmp.S: Add support to compile with
475 USE_SSSE3. In this case palignr is used.
476 * sysdeps/x86_64/multiarch/strcmp.S (strcmp): If SSE4.2 is not
477 available but SSSE3 is, pick __str{,n}cmp_ssse3.
478 * sysdeps/x86_64/multiarch/Makefile [subdir=string] (sysdep_routines):
479 Add strcmp-ssse3 and strncmp-ssse3.
480 * sysdeps/x86_64/multiarch/strcmp-ssse3.S: New file.
481 * sysdeps/x86_64/multiarch/strncmp-ssse3.S: New file.
482
483 * sysdeps/x86_64/multiarch/strcspn-c.c (STRCSPN_SSE42): Avoid
484 warning through fake initialization.
485
486 2009-08-07 H.J. Lu <hongjiu.lu@intel.com>
487
488 * sysdeps/i386/i686/multiarch/strlen.S (ENTRY): Add the missing "; \".
489
490 2009-08-07 Andreas Schwab <schwab@redhat.com>
491
492 * elf/dl-lookup.c (do_lookup_x): Enter correct name into table of
493 unique symbols.
494
495 2009-08-05 H.J. Lu <hongjiu.lu@intel.com>
496
497 * sysdeps/x86_64/cacheinfo.c (init_cacheinfo): Properly use
498 EBX from EAX = 1. Handle EAX = 11.
499
500 2009-08-07 Andreas Schwab <schwab@redhat.com>
501
502 * Makefile (TAGS): Use separate sed -e expressions to avoid \
503 inside ''.
504
505 2009-08-03 H.J. Lu <hongjiu.lu@intel.com>
506
507 * sysdeps/i386/i686/multiarch/strcspn.S: Add comments for no
508 hidden IFUNC functions.
509 * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
510
511 * sysdeps/i386/i686/multiarch/strlen.S: New file.
512
513 * sysdeps/i386/i686/multiarch/Makefile [subdir=string]
514 (sysdep_routines): Add strcspn-c, strpbrk-c, strspn-c, strstr-c, and
515 strcasestr-c.
516 (CFLAGS-strcspn-c.c): Define.
517 (CFLAGS-strpbrk-c.c): Define.
518 (CFLAGS-strspn-c.c): Define.
519 (CFLAGS-strstr.c): Define.
520 (CFLAGS-strcasestr.c): Define.
521 * sysdeps/i386/i686/multiarch/strcspn-c.c: New file.
522 * sysdeps/i386/i686/multiarch/strcspn.S: New file.
523 * sysdeps/i386/i686/multiarch/strpbrk-c.c: New file.
524 * sysdeps/i386/i686/multiarch/strpbrk.S: New file.
525 * sysdeps/i386/i686/multiarch/strspn-c.c: New file.
526 * sysdeps/i386/i686/multiarch/strspn.S: New file.
527 * sysdeps/i386/i686/multiarch/strstr-c.c: New file.
528 * sysdeps/i386/i686/multiarch/strstr.c: New file.
529 * sysdeps/i386/i686/multiarch/strcasestr-c.c: New file.
530 * sysdeps/i386/i686/multiarch/strcasestr.c: New file.
531 * sysdeps/x86_64/multiarch/strcspn-c.c (STRCSPN_SSE42): Use
532 -16L instead of 0xfffffffffffffff0L.
533 * sysdeps/x86_64/multiarch/strspn-c.c (__strspn_sse42): Likewise.
534
535 2009-08-02 Ulrich Drepper <drepper@redhat.com>
536
537 * sysdeps/i386/configure.in: Add test for <cpuid.h>.
538
539 2009-07-31 Ulrich Drepper <drepper@redhat.com>
540
541 * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S (longjmp_msg): Yet
542 another rewrite. Much smaller and faster.
543 * sysdeps/unix/sysv/linux/i386/____longjmp_chk.S: Likewise.
544
545 * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S (longjmp_msg): Get
546 ss_flags from the correct location.
547
548 2009-07-31 H.J. Lu <hongjiu.lu@intel.com>
549
550 * sysdeps/i386/i686/Makefile (sysdep_routines): Add cacheinfo.
551 * sysdeps/i386/i686/cacheinfo.c: New file.
552 * sysdeps/i386/i686/multiarch/Makefile: New file.
553 * sysdeps/i386/i686/multiarch/ifunc-defines.sym: New file.
554 * sysdeps/i386/i686/multiarch/init-arch.c: New file.
555 * sysdeps/i386/i686/multiarch/init-arch.h: New file.
556 * sysdeps/i386/i686/multiarch/sched_cpucount.c: New file.
557 * sysdeps/unix/sysv/linux/i386/i686/sysconf.c: New file.
558 * sysdeps/x86_64/cacheinfo.c: Include <cpuid.h>.
559 (__cpuid_count): New. Provide the default.
560 (__x86_64_prefetchw): Define only if DISABLE_PREFETCHW is not defined.
561 (__x86_64_preferred_memory_instruction): Define only if
562 DISABLE_PREFERRED_MEMORY_INSTRUCTION is not defined.
563 (intel_check_word): Use __cpuid.
564 (handle_intel): Likewise.
565 (handle_amd): Likewise.
566 (__cache_sysconf): Likewise.
567 (init_cacheinfo): Updated. Use __cpuid and __cpuid_count.
568 (__cache_sysconf): Likewise.
569 (init_cacheinfo): Updated. Use __cpuid and __cpuid_count.
570 * sysdeps/x86_64/multiarch/init-arch.c: Include <cpuid.h>.
571 (get_common_indeces): Use __cpuid.
572 (__init_cpu_features): Likewise. Disable SSSE3 on Atom only
573 if ENABLE_SSSE3_ON_ATOM is not defined.
574 * sysdeps/x86_64/multiarch/init-arch.h (HAS_SSE2): Define.
575 * sysdeps/x86_64/multiarch/sched_cpucount.c (POPCNT): Use
576 popcnt instead of popcntq.
577
578 2009-07-31 Jakub Jelinek <jakub@redhat.com>
579
580 * malloc/Makefile (CFLAGS-obstack.c): Add $(uses-callbacks).
581
582 2009-07-30 Ulrich Drepper <drepper@redhat.com>
583
584 * sysdeps/unix/sysv/linux/i386/____longjmp_chk.S: New file.
585 * sysdeps/i386/____longjmp_chk.S: Remove all code. This is now a file
586 which always causes a compile error.
587
588 * sysdeps/i386/__longjmp.S: Remove bound-checking pointer support.
589
590 * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: New file. Content
591 comes from...
592 * sysdeps/x86_64/____longjmp_chk.S: ...here. This is now a file
593 which always causes a compile error.
594
595 * debug/Makefile (tests): Add tst-longjmp_chk2.
596 * debug/tst-longjmp_chk2.c: New file.
597
598 * sysdeps/x86_64/__longjmp.S: Remove CHECK_RSP handling. Fix CFI.
599 Remove incorrect use of BP_SYM.
600 * sysdeps/x86_64/____longjmp_chk.S: Rewrite. Complete implementation
601 here now since it is more complex than just a simple check.
602
603 * sysdeps/ia64/backtrace.c (backtrace_helper): Stop backtrace when
604 we make no more progress.
605
606 2009-07-29 Ulrich Drepper <drepper@redhat.com>
607
608 * math/s_fma.c: Don't define alias if __fma is a macro.
609 * math/s_fmaf.c: Likewise.
610 * sysdeps/x86_64/multiarch/s_fma.c: New file.
611 * sysdeps/x86_64/multiarch/s_fmaf.c: New file.
612 Partially based on a patch by H.J. Lu <hongjiu.lu@intel.com>.
613
614 * sysdeps/x86_64/multiarch/init-arch.h (__get_cpu_features): Declare.
615 (HAS_POPCOUNT, HAS_SSE4_2): Add variants which work outside libc.
616 New macro HAS_FMA.
617 * sysdeps/x86_64/multiarch/init-arch.c (__get_cpu_features): New
618 function.
619 * include/libc-symbols.h (libm_ifunc): Define.
620 * sysdeps/x86_64/multiarch/Versions: New file.
621
622 * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Improve CFI.
623
624 2009-07-28 H.J. Lu <hongjiu.lu@intel.com>
625
626 * sysdeps/x86_64/dl-trampoline.S: Properly restore AVX registers.
627
628 2009-07-29 Ulrich Drepper <drepper@redhat.com>
629
630 * elf/dl-runtime.c (_dl_fixup): Indicate before _dl_lookup_symbol_x
631 call that registers used in calling conventions need to be preserved.
632 * elf/dl-lookup.c (do_lookup_x): Use RTLD_*_FOREIGN_CALL macros
633 to preserve register content if necessary.
634 * sysdeps/x86_64/dl-trampoline.S (_dl_x86_64_save_sse): New function.
635 (_dl_x86_64_restore_sse): New function.
636 * sysdeps/x86_64/tst-xmmymm.sh: There is now one more function that
637 is allowed to modify xmm/ymm registers.
638
639 * stdio-common/scanf15.c: Undefine _LIBC. We want to test from an
640 application's perspective.
641 * stdio-common/scanf17.c: Likewise.
642
643 2009-07-28 Ulrich Drepper <drepper@redhat.com>
644
645 * csu/libc-tls.c (__libc_setup_tls) [TLS_TCB_AT_TP]: Don't add TCB
646 size to memsz.
647 (init_static_tls) [TLS_TCB_AT_TP]: Add it to GL(dl_tls_static_size)
648 here.
649 * elf/dl-reloc.c (_dl_try_allocate_static_tls): Compute freebytes in
650 two steps to catch bugs.
651
652 2009-07-27 Ulrich Drepper <drepper@redhat.com>
653
654 * sysdeps/x86_64/tst-xmmymm.sh: Refine testing. The script now
655 determines which files are used in runtime lookups and only checks
656 those for SSE use.
657 * sysdeps/x86_64/rtld-memchr.c: Removed. Not needed with refined
658 testing.
659 * sysdeps/x86_64/rtld-rawmemchr.c: Removed.
660 * sysdeps/x86_64/multiarch/rtld-rawmemchr.c: Removed
661 * sysdeps/x86_64/Makefile: Emit warning that tst-xmmymm.sh might
662 take a while.
663
664 * elf/dl-open.c: Move _dl_scope_free to...
665 * elf/dl-scope.c: ...here. New file.
666 * elf/Makefile (dl-routines): Add scope.
667
668 * resolv/resolv.h (RES_USE_DNSSEC): Define.
669 * resolv/res_debug.c (p_option): Handle RES_USE_EDNS0 and
670 RES_USE_DNSSEC.
671 * resolv/res_mkquery.c (__res_nopt): Set flags for RES_USE_DNSSEC.
672 * resolv/res_query.c (__libc_res_nquery): Handle RES_USE_DNSSEC in
673 all the places we handled RES_USE_EDNS0 only before.
674 Patch by Adam Tkac <atkac@redhat.com>.
675
676 2009-07-27 Jakub Jelinek <jakub@redhat.com>
677
678 * elf/dl-lookup.c (do_lookup_x): Fix check for table more than
679 3/4 full. Pass size + 1 rather than size to _dl_higher_prime_number.
680 Update size when reallocating.
681
682 2009-07-26 Ulrich Drepper <drepper@redhat.com>
683
684 * sysdeps/x86_64/tst-xmmymm.sh: New file. Check whether any of the
685 functions used in ld.so modify xmm/ymm registers.
686 * sysdeps/x86_64/Makefile: Hook new test up.
687 * sysdeps/x86_64/rtld-memchr.c: New file.
688 * sysdeps/x86_64/rtld-memcmp.c: New file.
689 * sysdeps/x86_64/rtld-rawmemchr.c: New file.
690 * sysdeps/x86_64/rtld-strchr.S: New file.
691 * sysdeps/x86_64/rtld-strlen.S: New file.
692 * sysdeps/x86_64/multiarch/rtld-rawmemchr.c: New file.
693 * sysdeps/x86_64/multiarch/rtld-strlen.S: New file.
694
695 2009-07-26 H.J. Lu <hongjiu.lu@intel.com>
696
697 * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Remove
698 strncmp-c.
699 * sysdeps/x86_64/multiarch/strcmp.S (aftertail): Removed.
700 (exit): Likewise.
701 (Byte1): Likewise.
702 (Byte2): Likewise.
703 (Byte3): Likewise.
704 (Byte4): Likewise.
705 (Byte5): Likewise.
706 (Byte6): Likewise.
707 (next_8_bytes): Likewise.
708 (Byte0): Remove commented out codes.
709 (unaligned_table): Align jump table at 8 bytes.
710 Add _sse4_2 to all labels. Always include "../strcmp.S".
711 * sysdeps/x86_64/multiarch/strncmp-c.c: Removed.
712 * sysdeps/x86_64/strcmp.S: Add SSE2 support.
713 * sysdeps/x86_64/strncmp.S: New file.
714
715 2009-07-26 Ulrich Drepper <drepper@redhat.com>
716
717 [BZ #10422]
718 * sysdeps/unix/sysv/linux/eventfd.c: Add compatibility for old
719 kernels, dropped when eventfd2 support was added.
720 * sysdeps/unix/sysv/linux/signalfd.c: Add compatibility for old
721 kernels, dropped when signalfd4 support was added.
722 * sysdeps/unix/sysv/linux/kernel-features.h: More CLOEXEC syscalls
723 added, name them.
724
725 [BZ #10452]
726 * resolv/res_send.c (send_dg): Pass full SERVFAIL, NOTIMP, REFUSED
727 replies up.
728
729 * elf/elf.h: Define NT_GNU_GOLD_VERSION.
730
731 2009-07-25 Ulrich Drepper <drepper@redhat.com>
732
733 * sysdeps/x86_64/multiarch/strcmp.S: Some more optimizations for
734 modern processor versions. Patch by H.J. Lu <hongjiu.lu@intel.com>.
735
736 [BZ #10448]
737 * sysdeps/posix/getaddrinfo.c (gaih_inet): If NSS module contains no
738 callback we must touch the status to avoid using stale value.
739
740 * sysdeps/x86_64/multiarch/strcmp.S: Exclude unused code from being
741 compiled in.
742
743 2009-07-24 Ulrich Drepper <drepper@redhat.com>
744
745 * sysdeps/unix/sysv/linux/configure.in: Don't automatically include
746 /lib/modules/* headers anymore. We have sane headers in the standard
747 place now.
748
749 2009-06-16 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
750
751 * sysdeps/s390/dl-procinfo.c (_dl_s390_cap_flags): "hpage",
752 "etf3enh" and "highgprs" added.
753 (_dl_s390_platforms): "z10" added.
754 * sysdeps/s390/dl-procinfo.h (_DL_HWCAP_COUNT, _DL_PLATFORMS_COUNT):
755 Increased for the new entries.
756 (HWCAP enum): HWCAP_S390_HPAGE, HWCAP_S390_ETF3EH and
757 HWCAP_S390_HIGH_GPRS added.
758
759 * sysdeps/s390/s390-64/Makefile: Adjusted to build the new modules.
760 * sysdeps/s390/s390-64/iso-8859-1_cp037_z900.c: New file.
761 * sysdeps/s390/s390-64/utf16-utf32-z9.c: New file.
762 * sysdeps/s390/s390-64/utf8-utf16-z9.c: New file.
763 * sysdeps/s390/s390-64/utf8-utf32-z9.c: New file.
764
765 2009-07-23 Ulrich Drepper <drepper@redhat.com>
766
767 * sysdeps/x86_64/cacheinfo.c [USE_MULTIARCH]: Rearrange code to
768 avoid additional cpuid instructions. Most of the information is
769 stored somewhere.
770
771 * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_02_known): Add more
772 cache descriptors.
773 * sysdeps/x86_64/cacheinfo.c (intel_02_known): Likewise.
774
775 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Reset
776 SSSE3 bit for Atoms.
777 * sysdeps/x86_64/multiarch/strcpy.S: New need to perform Atom test
778 here anymore.
779
780 * posix/tst-rfc3484.c (do_test): Initialize entire sockaddr_in
781 structure before copying it to avoid warning.
782 * posix/tst-rfc3484-2.c (do_test): Likewise.
783 * posix/tst-rfc3484-3.c (do_test): Likewise.
784
785 [BZ #10416]
786 * include/unistd.h: Make header file suitable for C++ test cases.
787 Patch by Duncan Simpson <dps@simpson.demon.co.uk>.
788
789 * sysdeps/unix/sysv/linux/i386/makecontext.S: Ensure we preserve the
790 stack alignment in the exit code.
791
792 * elf/dl-lookup.c (dl_lookup_x): The hashval for unique symbol can
793 potentially be zero.
794
795 * elf/tst-unique1.c: Extend test to check for unloading DSO with
796 unique symbol definition.
797 Patch by Jakub Jelinek.
798 * elf/dl-lookup.c (do_lookup_x): When entering a new unique symbol,
799 make sure the object with the definition cannot be unloaded. Adjust
800 a few types.
801 * sysdeps/generic/ldsodefs.h (struct rtld_global): The map element in
802 the unique symbol hash table should not be const.
803
804 2009-07-21 Ulrich Drepper <drepper@redhat.com>
805
806 * sysdeps/x86_64/multiarch/strstr.c: Minor cleanups. Remove
807 unnecesary variables. Comment fixes.
808
809 2009-07-20 Ulrich Drepper <drepper@redhat.com>
810
811 * sysdeps/x86_64/multiarch/strstr.c [USE_AS_STRCASESTR] (STRSTR_SSE42):
812 Use NONASCII_CASE information provided by the locale to determine
813 whether optimized string load function can be used. Minor cleanups.
814
815 2009-07-20 H.J. Lu <hongjiu.lu@intel.com>
816
817 * string/strcasestr.c (STRCASESTR): New macro.
818 (__strcasestr): Renamed to ..
819 (STRCASESTR): ...this.
820 * string/strstr.c (STRSTR): New macro.
821 (strstr): Renamed to ..
822 (STRSTR): ...this.
823 * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
824 strstr-c strcasestr-c
825 (CFLAGS-strstr.c): New.
826 (CFLAGS-strcasestr.c): Likewise.
827 * sysdeps/x86_64/multiarch/strcasestr-c.c: New file.
828 * sysdeps/x86_64/multiarch/strcasestr.c: New file.
829 * sysdeps/x86_64/multiarch/strstr-c.c: New file.
830 * sysdeps/x86_64/multiarch/strstr.c: New file.
831
832 2009-07-20 Ulrich Drepper <drepper@redhat.com>
833
834 * locale/localeinfo.h (LIMAGIC): Update value for LC_CTYPE.
835 * locale/langinfo.h: Define _NL_CTYPE_NONASCII_CASE.
836 * locale/C-ctype.c (_nl_C_LC_CTYPE): Add initializer for
837 _NL_CTYPE_NONASCII_CASE.
838 * locale/programs/ld-ctype.c (locale_ctype_t): Add nonascii_case
839 field.
840 (ctype_finish): Check whether there are any 8-bit characters outside
841 the range ASCII has or whether the mapping isn't the same as for
842 ASCII (±0x20). Set nonascii_case appropriately.
843 (ctype_output): Add output handler for nonascii_case.
844
845 2009-07-17 Ulrich Drepper <drepper@redhat.com>
846
847 * sysdeps/generic/sysdep.h: Define cfi_personality, cfi_lsda,
848 CFI_PERSONALITY, CFI_LSDA, and DW_EH_PE_* constants.
849
850 2009-07-16 Ulrich Drepper <drepper@redhat.com>
851
852 [BZ #10360]
853 * resolv/res-mkquery.c (__res_nopt): If anslen is > 0xffff store
854 0xffff in the EDNS0 record.
855
856 2009-07-16 Ulrich Drepper <drepper@redhat.com>
857
858 * nscd/cache.c (cache_add): Use atomic_compare_and_exchange_bool_rel
859 instead of atomic_compare_and_exchange_bool_acq to ensure pointer
860 is written before the list head update.
861 Patch by Andreas Schwab <aschwab@redhat.com>.
862
863 2009-07-16 Ulrich Drepper <drepper@redhat.com>
864 Jakub Jelinek <jakub@redhat.com>
865
866 * malloc/malloc.c [ATOMIC_FASTBINS] (_int_free): Make check for
867 corruption thread-safe.
868
869 2009-07-13 Jakub Jelinek <jakub@redhat.com>
870
871 * include/atomic.h (catomic_compare_and_exchange_val_rel): If arch
872 overrides atomic_compare_and_exchange_val_rel, define to
873 atomic_compare_and_exchange_val_rel by default, otherwise default
874 to catomic_compare_and_exchange_val_acq.
875 (catomic_compare_and_exchange_bool_rel): If arch overrides
876 atomic_compare_and_exchange_bool_rel, define to
877 atomic_compare_and_exchange_bool_rel by default.
878 * malloc/malloc.c (_int_free): Revert 2009-07-02 change.
879 Use catomic_compare_and_exchange_val_rel instead of
880 catomic_compare_and_exchange_val_acq.
881
882 2009-07-16 Ulrich Drepper <drepper@redhat.com>
883
884 * sysdeps/generic/ldsodefs.h: Add prototype for
885 _dl_higher_prime_number.
886 * elf/dl-misc.c (_dl_higher_prime_number): Mark with internal_function.
887
888 * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Optimize
889 restoring of ymm registers a bit.
890
891 2009-07-15 H.J. Lu <hongjiu.lu@intel.com>
892
893 * sysdeps/x86_64/memcmp.S: New file.
894
895 2009-07-15 Ulrich Drepper <drepper@redhat.com>
896
897 * sysdeps/x86-64/dl-trampoline.h: Remove after integrating code into...
898 * sysdeps/x86-64/dl-trampoline.S: ...here. Rewrite to avoid function
899 pointers in writable memory.
900
901 2009-07-07 H.J. Lu <hongjiu.lu@intel.com>
902
903 * config.h.in: Add HAVE_AVX_SUPPORT entry.
904 * config.make.in: Add config-cflags-avx entry.
905 * configure.in: Substitute libc_cv_cc_avx.
906 * elf/Makefile: Add rules to build and run tst-audit4 and tst-audit5.
907 * elf/tst-audit4.c: New file.
908 * elf/tst-audit5.c: New file.
909 * elf/tst-auditmod4a.c: New file.
910 * elf/tst-auditmod4b.c: New file.
911 * elf/tst-auditmod5a.c: New file.
912 * elf/tst-auditmod5b.c: New file.
913 * sysdeps/x86_64/Makefile (gen-as-const-headers): Add
914 link-defines.sym.
915 * sysdeps/x86_64/bits/link.h (La_x86_64_ymm): New.
916 (La_x86_64_vector): Likewise.
917 (La_x86_64_regs): Append lr_vector.
918 (La_x86_64_retval): Append lr_vector0/lrv_vector1.
919 * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Move
920 saving and restoring SSE registers to ...
921 * sysdeps/x86_64/dl-trampoline.h: This. New file.
922 * sysdeps/x86_64/dl-trampoline.S: Include <config.h> and
923 <link-defines.h>.
924 (_dl_runtime_profile): Use LR_SIZE to allocate space for
925 La_x86_64_regs. Allocate extra space and jump to memory at
926 save_and_restore_vector if HAVE_AVX_SUPPORT is defined.
927 (save_and_restore_vector_sse): New.
928 (save_and_restore_vector_avx): Likewise.
929 (check_avx): Likewise.
930 (save_and_restore_vector): Likewise.
931 * sysdeps/x86_64/elf/configure.in: Set libc_cv_cc_avx and
932 HAVE_AVX_SUPPORT.
933 * sysdeps/x86_64/link-defines.sym: New file.
934
935 2009-07-10 Ulrich Drepper <drepper@redhat.com>
936
937 * elf/do-lookup.h: Removed after folding content into...
938 * elf/dl-lookup.c: ...here.
939
940 * sysdeps/unix/sysv/linux/sys/epoll.h: Fix comment.
941
942 2009-07-09 Ulrich Drepper <drepper@redhat.com>
943
944 * configure.in: Check for gnu_unique_symbol symbol type.
945 * config.h.in: Add HAVE_ASM_UNIQUE_OBJECT entry.
946 * elf/do-lookup.h (do_lookup_x): Take new parameter with link map of
947 the undefined symbol. Handle STB_GNU_UNIQUE binding of found symbol.
948 * elf/dl-lookup.c (_dl_lookup_symbol_x): Adjust callers for do_lookup_x
949 change.
950 * sysdeps/generic/ldsodefs.h (struct rtld_global): Add definitions for
951 unique symbol table.
952 * elf/rtld.c (rtld_global): Initialize lock of unique symbol hash table
953 for first namespace.
954 * elf/dl-open.c (_dl_open): For new namespace, initialize lock for
955 unique symbol hash table.
956 * elf/Makefile: Add rules to build and run tst-unique1 and tst-unique2.
957 * elf/tst-unique1.c: New file.
958 * elf/tst-unique1mod1.c: New file.
959 * elf/tst-unique1mod2.c: New file.
960 * elf/tst-unique2.c: New file.
961 * elf/tst-unique2mod1.c: New file.
962 * elf/tst-unique2mod2.c: New file.
963
964 2009-07-07 Ulrich Drepper <drepper@redhat.com>
965
966 * elf/elf.h (STB_GNU_UNIQUE): Define.
967
968 * elf/dl-misc.c (_dl_higher_prime_number): New function. Moved here
969 from...
970 * include/inline-hashtab.h: ...here.
971 (htab_expand): Adjust for renamed function. Correct memory handling.
972
973 2009-07-06 Ulrich Drepper <drepper@redhat.com>
974
975 * elf/do-lookup.h (do_lookup_x): Optimize test for valid symbol types.
976
977 2009-07-03 Andreas Schwab <aschwab@redhat.com>
978
979 * sysdeps/powerpc/sysdep.h (PPC_FEATURE_ARCH_2_06): Fix value.
980 (PPC_FEATURE_HAS_VSX): Likewise.
981
982 2009-07-03 Ulrich Drepper <drepper@redhat.com>
983
984 * sysdeps/x86_64/multiarch/strcspn-c.c: Minor cleanups.
985 * sysdeps/x86_64/multiarch/strspn-c.c: Likewise.
986
987 * sysdeps/x86_64/multiarch/strcmp.S: Make sure functions are all
988 aligned to 16 byte boundaries.
989 * sysdeps/x86_64/multiarch/strcpy.S: Likewise.
990 * sysdeps/x86_64/multiarch/strlen.S: Likewise.
991 * sysdeps/x86_64/multiarch/rawmemchr.S: Likewise.
992
993 2009-07-02 H.J. Lu <hongjiu.lu@intel.com>
994
995 * config.h.in (HAVE_SSE4_SUPPORT): New macro.
996 * config.make.in (config-cflags-sse4): New variable.
997 * configure.in: Substitute libc_cv_cc_sse4.
998 * sysdeps/i386/configure.in: Set libc_cv_cc_sse4 and
999 HAVE_SSE4_SUPPORT.
1000 * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
1001 strcspn-c, strpbrk-c, strspn-c for string if gcc supports SSE4.
1002 * sysdeps/x86_64/multiarch/strcspn-c.c: New file.
1003 * sysdeps/x86_64/multiarch/strcspn.S: New file.
1004 * sysdeps/x86_64/multiarch/strpbrk-c.c: New file.
1005 * sysdeps/x86_64/multiarch/strpbrk.S: New file.
1006 * sysdeps/x86_64/multiarch/strspn-c.c: New file.
1007 * sysdeps/x86_64/multiarch/strspn.S: New file.
1008
1009 2009-06-30 H.J. Lu <hongjiu.lu@intel.com>
1010
1011 * elf/Makefile (distribute): Remove tst-audit.sh. Add
1012 tst-audit2.c, tst-audit3.c, tst-auditmod3a.c, tst-auditmod3b.c.
1013 (tests): Add tst-audit3 for x86_64.
1014 (modules-names): Add tst-auditmod3a, tst-auditmod3b.
1015 ($(objpfx)tst-audit3): Define.
1016 ($(objpfx)tst-audit3.out): Define.
1017 (tst-audit3-ENV): Define.
1018 * elf/tst-audit3.c: New file.
1019 * elf/tst-auditmod3a.c: New file.
1020 * elf/tst-auditmod3b.c: New file.
1021 * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Save
1022 and restore xmm6.
1023
1024 * string/stpncpy.c (STPNCPY): New. Defined if not defined.
1025 (__stpncpy): Renamed to ...
1026 (STPNCPY): This.
1027 (stpncpy): Create alias only if STPNCPY is not defined.
1028 * string/strncpy.c (STRNCPY): New. Defined to strncpy if not
1029 defined.
1030 (strncpy): Renamed to ...
1031 (STRNCPY): This.
1032 * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
1033 stpncpy-c strncpy-c for string.
1034 * sysdeps/x86_64/multiarch/stpcpy.S: New file.
1035 * sysdeps/x86_64/multiarch/stpncpy-c.c: New file.
1036 * sysdeps/x86_64/multiarch/stpncpy.S: New file.
1037 * sysdeps/x86_64/multiarch/strcpy.S: New file.
1038 * sysdeps/x86_64/multiarch/strncpy-c.c: New file.
1039 * sysdeps/x86_64/multiarch/strncpy.S: New file.
1040
1041 2009-07-02 Ulrich Drepper <drepper@redhat.com>
1042
1043 * malloc/malloc.c [ATOMIC_FASTBINS] (_int_free): Add full barrier when
1044 adding to fast bin list.
1045
1046 2009-07-01 Ulrich Drepper <drepper@redhat.com>
1047
1048 * nis/nss_nis/nis-network.c (_nss_nis_getnetbyaddr_r): Don't use
1049 inet_makeaddr. This worked only with class-based networks.
1050 * nis/nss_nisplus/nisplus-network.c (_nss_nisplus_getnetbyaddr_r):
1051 Likewise.
1052
1053 * nss/nss_files/files-network.c (netbyaddr): If type is AF_UNSPEC,
1054 recognize all types.
1055 * nss/getent.c (networks_keys): Pass AF_UNSPEC instead of AF_UNIX
1056 to getnetbyaddr. Fix network parameter to getnetbyaddr. It must
1057 be in host byte order.
1058
1059 2009-06-26 H.J. Lu <hongjiu.lu@intel.com>
1060
1061 * sysdeps/x86_64/multiarch/ifunc-defines.sym (FAMILIY_OFFSET): Define.
1062 (MODEL_OFFSET): Define.
1063 * sysdeps/x86_64/multiarch/init-arch.h (cpu_features): Add
1064 family and model.
1065 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Break
1066 out common code into new function get_common_indeces. Determine
1067 extended family and model for Intel processors.
1068
1069 2009-06-26 Ulrich Drepper <drepper@redhat.com>
1070
1071 * resolv/resolv.h: Define RES_SNGLKUPREOP.
1072 * resolv/res_init.c (res_setoptions): Recognize single-request-reopen
1073 option.
1074 * resolv/res_send.c (reopen): New function. Broken out of...
1075 (send_dg): ... here. Recognize RES_SNGLKUPREOP. Implement second
1076 fallback mechanism. If single-request fails switch to
1077 single-request-reopen mode which opens a new socket for the second
1078 request.
1079
1080 2009-06-25 Andreas Schwab <aschwab@redhat.com>
1081
1082 * sysdeps/powerpc/powerpc32/____longjmp_chk.S (LOAD_ARG): Define.
1083 (CHECK_SP): Use it.
1084
1085 2009-06-24 Andreas Schwab <aschwab@redhat.com>
1086
1087 * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrtf.S: Fix cfa offset
1088 for saved registers.
1089 * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
1090 * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
1091 * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
1092
1093 2009-06-23 Andreas Schwab <aschwab@redhat.com>
1094
1095 * time/tzfile.c (__tzfile_read): Don't use an empty TZ string.
1096
1097 2009-06-22 Ulrich Drepper <drepper@redhat.com>
1098
1099 * po/id.po: Update from translation team.
1100
1101 * po/bg.po: Update from translation team.
1102
1103 2009-06-22 H.J. Lu <hongjiu.lu@intel.com>
1104
1105 * string/strncmp.c (STRNCMP): New. Defined to strncmp if not
1106 defined.
1107 (strncmp): Renamed to STRNCMP.
1108 * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
1109 strncmp-c for string.
1110 * sysdeps/x86_64/multiarch/init-arch.h (HAS_SSE4_2): Define.
1111 * sysdeps/x86_64/multiarch/strcmp.S: New file.
1112 * sysdeps/x86_64/multiarch/strncmp.S: New file.
1113 * sysdeps/x86_64/multiarch/strncmp-c.c: New file.
1114
1115 2009-06-19 H.J. Lu <hongjiu.lu@intel.com>
1116
1117 * elf/Makefile (distribute): Add ifuncmain1staticpie.c,
1118 ifuncmain5.c, ifuncmain5pic.c, ifuncmain5picstatic.c,
1119 ifuncmain5pie.c, ifuncmain5static.c, ifuncmain5staticpic.c,
1120 ifuncdep5.c, ifuncdep5pic.c, ifuncmod5.c, ifuncmain7.c,
1121 ifuncmain7pic.c, ifuncmain7picstatic.c, ifuncmain7pie.c, and
1122 ifuncmain7static.c.
1123 (tests-static): Add ifuncmain5static, ifuncmain5picstatic,
1124 ifuncmain7static, and ifuncmain7picstatic.
1125 (tests): Also depend on $(objpfx)ifuncmain1staticpie.out,
1126 $(objpfx)ifuncmain5pie.out, $(objpfx)ifuncmain6pie.out, and
1127 $(objpfx)ifuncmain7pie.out.
1128 (modules-names): Add ifuncmod5 ifuncmod6
1129 (ifuncmod5.so-no-z-defs): Define.
1130 (ifuncmod6.so-no-z-defs): Define.
1131 (CFLAGS-ifuncmain5pic.c): Define.
1132 (CFLAGS-ifuncmain5picstatic.c): Define.
1133 (CFLAGS-ifuncmain5staticpic.c): Define.
1134 (CFLAGS-ifuncdep5pic.c): Define.
1135 (CFLAGS-ifuncmain7pic.c): Define.
1136 (CFLAGS-ifuncmain7picstatic.c): Define.
1137 (CFLAGS-ifuncmain1staticpie.c): Define.
1138 (CFLAGS-ifuncmain5pie.c): Define.
1139 (CFLAGS-ifuncmain6pie.c): Define.
1140 (CFLAGS-ifuncmain7pie.c): Define.
1141 ($(objpfx)ifuncmain1staticpie.out): Define.
1142 ($(objpfx)ifuncmain1staticpie): Define.
1143 ($(objpfx)ifuncmain5pie.out): Define.
1144 ($(objpfx)ifuncmain5pie): Define.
1145 ($(objpfx)ifuncmain6pie.out): Define.
1146 ($(objpfx)ifuncmain6pie): Define.
1147 ($(objpfx)ifuncmain5): Define.
1148 ($(objpfx)ifuncmain5pic): Define.
1149 ($(objpfx)ifuncmain5static): Define.
1150 ($(objpfx)ifuncmain5staticpic): Define.
1151 ($(objpfx)ifuncmain5picstatic): Define.
1152 (generated): Add ifuncmain1staticpie, ifuncmain1staticpie.out,
1153 ifuncmain5pie, ifuncmain5pie.out, ifuncmain6pie, and
1154 ifuncmain6pie.out.
1155 * elf/b/elf/ifuncmain1staticpie.c: New file.
1156 * elf/ifuncdep5.c: New file.
1157 * elf/ifuncdep5pic.c: New file.
1158 * elf/ifuncmain5.c: New file.
1159 * elf/ifuncmain5pic.c: New file.
1160 * elf/ifuncmain5picstatic.c: New file.
1161 * elf/ifuncmain5pie.c: New file.
1162 * elf/ifuncmain5static.c: New file.
1163 * elf/ifuncmain5staticpic.c: New file.
1164 * elf/ifuncmain6pie.c: New file.
1165 * elf/ifuncmain7.c: New file.
1166 * elf/ifuncmain7pic.c: New file.
1167 * elf/ifuncmain7picstatic.c: New file.
1168 * elf/ifuncmain7pie.c: New file.
1169 * elf/ifuncmain7static.c: New file.
1170 * elf/ifuncmod5.c: New file.
1171 * elf/ifuncmod6.c: New file.
1172
1173 2009-06-20 Ulrich Drepper <drepper@redhat.com>
1174
1175 [BZ #10085]
1176 * nis/nss_compat/compat-initgroups.c (nss_setgrent): New variable.
1177 (nss_endgrent): New variable.
1178 (struct ent_t): Add need_endgrent and skip_initgroups_dyn
1179 fields. Change type of files to bool and adjust all users.
1180 (init_nss_interface): Initialize nss_setgrent and nss_endgrent.
1181 (internal_endgrent): Call nss_endgrent if necessary.
1182 (add_group): New function. Broken out of...
1183 (check_and_add_group): ...here.
1184 (getgrent_next_nss): Remove test that any callback is available.
1185 Use skip_initgroups_dyn to determine whether to use initgroups_dyn
1186 callback. If there is no blacklist we can trust the results returned
1187 by the initgroups_dyn callback. In case there is a callback and we
1188 find a group entry for the group ID but it doesn't contain the
1189 correct member, switch to the slow mode and use getgrent_r.
1190 (internal_getgrent_r): When we see a +: entry, determine whether
1191 there is any callback and which we can use the initgroups_dyn
1192 callback.
1193
1194 2009-06-18 Ulrich Drepper <drepper@redhat.com>
1195
1196 * malloc/malloc.c (_int_malloc): Add some consistency checks.
1197 (_int_free): Likewise.
1198
1199 * sysdeps/unix/sysv/linux/bits/socket.h: Define PF_IEEE802154 and
1200 AF_IEEE802154.
1201 * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
1202 * sysdeps/unix/sysv/linux/net/if_arp.h: Define ARPHRD_IEEE802154
1203 and ARPHRD_IEEE802154_PHY.
1204
1205 * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Add missing definitions
1206 relative to generic Linux version.
1207
1208 2009-06-17 H.J. Lu <hongjiu.lu@intel.com>
1209
1210 * elf/Makefile ($(objpfx)ifuncmain1pie): Use $(+link-pie).
1211 ($(objpfx)ifuncmain1vispie): Likewise.
1212
1213 2009-06-16 Ulrich Drepper <drepper@redhat.com>
1214
1215 * login/Makefile: Build pt_chown as PIE.
1216
1217 2009-06-15 Andreas Schwab <aschwab@redhat.com>
1218
1219 * debug/xtrace.sh (do_help): Don't treat bug reporting message as
1220 a format string.
1221 * elf/sln.c (usage): Likewise.
1222 * malloc/memusage.sh (do_help): Likewise.
1223 * nss/getent.c (more_help): Likewise.
1224 * posix/getconf.c (main): Likewise.
1225 * sunrpc/rpcinfo.c (usage): Likewise.
1226 * sysdeps/unix/sysv/linux/lddlibc4.c (main): Likewise.
1227
1228 2009-06-16 Ulrich Drepper <drepper@redhat.com>
1229
1230 * login/programs/pt_chown.c: Use libcap to drop privileges other than
1231 those needed.
1232 * login/Makefile: If necessary link pt_chown with -lcap.
1233 * sysdeps/generic/pty-private.h: Define FAIL_ENOMEM.
1234 * sysdeps/unix/grantpt.c: Handle FAIL_ENOMEM.
1235
1236 2009-06-16 Jakub Jelinek <jakub@redhat.com>
1237
1238 * sysdeps/x86_64/memchr.S (memchr): Use unsigned instead of signed
1239 comparisons.
1240 * string/test-memchr.c (do_random_tests): Test very large lengths
1241 as well.
1242
1243 2009-06-02 H.J. Lu <hongjiu.lu@intel.com>
1244
1245 * Makeconfig (+link-pie): Define.
1246 (+prectorS): Define.
1247 (+postctorS): Define.
1248 * elf/Makefile ($(objpfx)tst-pie1): Use $(+link-pie).
1249 * nscd/Makefile ($(objpfx)nscd): Likewise.
1250
1251 2009-04-22 Ryan S. Arnold <rsa@us.ibm.com>
1252
1253 [BZ #10107]
1254 * sysdeps/powerpc/powerpc32/power6/memcpy.S (memcpy): Replace cmpldi
1255 with cmplwi.
1256 * sysdeps/powerpc/powerpc32/power6/memset.S (memset): Likewise.
1257
1258 2009-06-16 Ulrich Drepper <drepper@redhat.com>
1259
1260 * sysdeps/unix/sysv/linux/grantpt.c: Remove file after folding changes
1261 into ...
1262 * sysdeps/unix/grantpt.c: ...here.
1263
1264 2009-06-15 Ulrich Drepper <drepper@redhat.com>
1265
1266 * sysdeps/unix/sysv/linux/grantpt.c (grantpt): Only call chown and
1267 chmod if it is necessary.
1268
1269 [BZ #10166]
1270 * sysdeps/unix/sysv/linux/grantpt.c: Remove shortcut which was used
1271 when the slave device is in devpts or devfs.
1272
1273 [BZ #10183]
1274 * posix/tst-cpucount.c: Don't try more than CPU_SETSIZE bits.
1275
1276 [BZ #10195]
1277 * inet/netinet/icmp6.h (struct nd_opt_home_agent_info): Change type
1278 of nd_opt_home_agent_info_preference to uint16_t.
1279 Patch by Arnaud Ebalard <arno@natisbad.org>.
1280
1281 [BZ #10207]
1282 * nss/getent.c: Add support for printing gshadow data.
1283
1284 [BZ #10203]
1285 * nis/nss_nis/nis-pwd.c (internal_nis_endpwent): Free all buffers,
1286 not just the currently used one and those which follow.
1287 Patch by Joe Landers <jlanders@vmware.com>.
1288
1289 [BZ #10196]
1290 * libio/tst-fgetwc.c (do_test): Use de_DE.UTF-8 as locale name.
1291 * libio/Makefile: Run tst-fgetwc with necessary envvar.
1292 Patch by Bruce Dubbs <bdubbs@linuxfromscratch.org>.
1293
1294 [BZ #10217]
1295 * stdlib/abort.c: Define variable __abort_msg.
1296 * stdlib/Versions: Export __abort_msg with GLIBC_PRIVATE version.
1297 * include/stdlib.h: Declare __abort_msg.
1298 * assert/assert-perr.c: Don't free buffer for message immediately.
1299 Store atomically in __abort_msg and free old buffer if necessary.
1300 * assert/assert.c: Likewise.
1301 * sysdeps/posix/libc_fatal.c: Allocate buffer for message, copy it,
1302 store pointer in __abort_msg, and possibly free old string.
1303 * sysdeps/unix/sysv/linux/libc_fatal.c: Likewise.
1304
1305 * time/tzfile.c (__tzfile_read): Correct computation of tzspec_len.
1306
1307 [BZ #10211]
1308 * time/tzfile.c (__tzfile_compute): If we use the envvar format still
1309 handle leap seconds if they are available.
1310 Patch by Akinori Hattori <hattya@gentoo.org>.
1311
1312 * timezone/tzselect.ksh: Update from tzcode2009i.
1313 * timezone/zdump.c: Likewise.
1314 * timezone/zic.c: Likewise.
1315
1316 * timezone/africa: Update from tzdata2009i.
1317 * timezone/antarctica: Likewise.
1318 * timezone/asia: Likewise.
1319 * timezone/australasia: Likewise.
1320 * timezone/backward: Likewise.
1321 * timezone/etcetera: Likewise.
1322 * timezone/europe: Likewise.
1323 * timezone/factory: Likewise.
1324 * timezone/iso3166.tab: Likewise.
1325 * timezone/leapseconds: Likewise.
1326 * timezone/northamerica: Likewise.
1327 * timezone/pacificnew: Likewise.
1328 * timezone/solar87: Likewise.
1329 * timezone/solar88: Likewise.
1330 * timezone/solar89: Likewise.
1331 * timezone/southamerica: Likewise.
1332 * timezone/systemv: Likewise.
1333 * timezone/yearistype: Likewise.
1334 * timezone/zone.tab: Likewise.
1335
1336 2009-06-15 Jakub Jelinek <jakub@redhat.com>
1337
1338 * elf/dl-lookup.c (_dl_debug_bindings): When resolving to
1339 STT_GNU_IFUNC symbol or in 8 into type_class.
1340
1341 * sysdeps/i386/dl-irel.h (elf_irel): Use Elf32_Addr type
1342 instead of Elf64_Addr.
1343
1344 2009-06-14 Ulrich Drepper <drepper@redhat.com>
1345
1346 * po/sv.po: Update from translation team.
1347
1348 [BZ #10229]
1349 * misc/sys/select.h (__NFDBITS): Expression should have type int.
1350 * sysdeps/x86_64/bits/select.h: Remove asm versions for __FD_SET,
1351 __FD_CLR, and __FD_ISSET. gcc nowadays generates better code from
1352 the C version.
1353
1354 2009-06-12 Ulrich Drepper <drepper@redhat.com>
1355
1356 * Versions.def: Add GLIBC_2.11 for libpthread.
1357
1358 2009-06-11 Ulrich Drepper <drepper@redhat.com>
1359
1360 * resolv/res_send.c (send_dg): Remember we switched to
1361 single-request mode.
1362
1363 2009-06-09 Ulrich Drepper <drepper@redhat.com>
1364
1365 * dlfcn/dlfcn.h: Remove comma at end of enum.
1366 Patch by J.H.M. Dassen <rdassen@redhat.com>.
1367
1368 * libio/fileops.c (_IO_new_file_fopen): Don't prematurely stop
1369 parsing mode string.
1370
1371 2009-06-05 Ulrich Drepper <drepper@redhat.com>
1372
1373 * sysdeps/x86_64/rawmemchr.S: Minor optimization.
1374
1375 * sysdeps/x86_64/multiarch/rawmemchr.S: New file.
1376
1377 * sysdeps/x86_64/multiarch/strlen.S: New file.
1378 * sysdeps/x86_64/multiarch/ifunc-defines.sym: New file.
1379 * sysdeps/x86_64/multiarch/Makefile: Add rule to build ifunc-defines.h.
1380 * sysdeps/x86_64/multiarch/init-arch.h: Name structure with register
1381 content.
1382
1383 * csu/elf-init.c: Only compile in IFUNC functionality if USE_MULTIARCH
1384 is defined.
1385
1386 2009-06-04 Ulrich Drepper <drepper@redhat.com>
1387
1388 * sysdeps/x86_64/strlen.S: Minor optimizations.
1389
1390 2009-06-02 H.J. Lu <hongjiu.lu@intel.com>
1391
1392 * elf/Makefile (distribute): Add ifuncmain1.c, ifuncmain1pic.c,
1393 ifuncmain1vis.c, ifuncmain1vispic.c, ifuncmain1static.c,
1394 ifuncmain1staticpic.c, ifuncmain1picstatic.c, ifuncdep1.c,
1395 ifuncdep1pic.c, ifuncmod1.c, ifuncmain1pie.c, ifuncmain1vispie.c,
1396 ifuncmain2.c, ifuncmain2static.c, ifuncdep2.c,
1397 funcmain2pic.c, ifuncmain2picstatic.c, ifuncdep2pic.c,
1398 ifuncmain3.c, ifuncmod3.c,.
1399 ifuncmain4.c, ifuncmain4static.c, ifuncmain4picstatic.c.
1400 (tests-static): Add ifuncmain1static, ifuncmain1picstatic,
1401 ifuncmain2static, ifuncmain2picstatic, ifuncmain4static,
1402 ifuncmain4picstatic.
1403 (tests): Add ifuncmain1, ifuncmain1pic, ifuncmain1vis,
1404 ifuncmain1vispic, ifuncmain1staticpic, ifuncmain2, ifuncmain2pic,
1405 ifuncmain3, ifuncmain4.
1406 (tests): Depend on $(objpfx)ifuncmain1pie.out and
1407 $(objpfx)ifuncmain1vispie.out.
1408 (modules-names): Add ifuncmod1 ifuncmod3.
1409 (generated): Add ifuncmain1pie ifuncmain1pie.out
1410 ifuncmain1vispie ifuncmain1vispie.out.
1411 Define rules to build and run the tests.
1412 * elf/ifuncdep1.c: New file.
1413 * elf/ifuncdep1pic.c: New file.
1414 * elf/ifuncdep2.c: New file.
1415 * elf/ifuncdep2pic.c: New file.
1416 * elf/ifuncmain1.c: New file.
1417 * elf/ifuncmain1pic.c: New file.
1418 * elf/ifuncmain1picstatic.c: New file.
1419 * elf/ifuncmain1pie.c: New file.
1420 * elf/ifuncmain1static.c: New file.
1421 * elf/ifuncmain1staticpic.c: New file.
1422 * elf/ifuncmain1vis.c: New file..
1423 * elf/ifuncmain1vispic.c: New file..
1424 * elf/ifuncmain1vispie.c: New file.
1425 * elf/ifuncmain2.c: New file.
1426 * elf/ifuncmain2pic.c: New file.
1427 * elf/ifuncmain2picstatic.c: New file.
1428 * elf/ifuncmain2static.c: New file.
1429 * elf/ifuncmain3.c: New file.
1430 * elf/ifuncmain4.c: New file.
1431 * elf/ifuncmain4picstatic.c: New file.
1432 * elf/ifuncmain4static.c: New file.
1433 * elf/ifuncmod1.c: New file.
1434 * elf/ifuncmod3.c: New file.
1435
1436 2009-06-03 Ulrich Drepper <drepper@redhat.com>
1437
1438 * elf/dl-sysdep.c (_dl_show_auxv): Terminate correct string.
1439
1440 2009-06-02 Ulrich Drepper <drepper@redhat.com>
1441
1442 [BZ #10221]
1443 * posix/Makefile (routines): Add execvpe.
1444 * posix/Versions: Export execvpe for GLIBC_2.11.
1445 * posix/execvp.c: Now only a wrapper. Move code to...
1446 * posix/execvpe.c: ...here. New file.
1447 * posix/unistd.h: Declare execvpe.
1448
1449 2009-06-01 Ulrich Drepper <drepper@redhat.com>
1450
1451 * sysdeps/i386/dl-machine.h (elf_machine_rel): Reorder conditions
1452 for STT_GNU_IFUNC handling for efficiency.
1453 * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Likewise.
1454
1455 * sysdeps/i386/dl-irel.h (elf_irel): Use __libc_fatal instead of just
1456 _exit.
1457 * sysdeps/x86_64/dl-irel.h (elf_irela): Likewise.
1458
1459 2009-05-31 Ulrich Drepper <drepper@redhat.com>
1460
1461 * sysdeps/x86_64/multiarch/sched_cpucount.c: Also use optimized code
1462 for !SHARED.
1463
1464 2009-05-29 H.J. Lu <hongjiu.lu@intel.com>
1465
1466 * csu/elf-init.c: Include <link.h> and <dl-irel.h> if LIBC_NONSHARED
1467 is not defined.
1468 (__rela_iplt_start): New declaration.
1469 (__rela_iplt_end): Likewise.
1470 (__rel_iplt_start): Likewise.
1471 (__rel_iplt_end): Likewise.
1472 (__libc_csu_init): Process __rela_iplt_start and __rel_iplt_start.
1473 * elf/elf.h (R_386_IRELATIVE): New macro.
1474 (R_X86_64_IRELATIVE): New macro.
1475 (R_386_NUM): Updated.
1476 (R_X86_64_NUM): Likewise.
1477 * include/libc-symbols.h (libc_ifunc_hidden_def1): New macro.
1478 (libc_ifunc_hidden_def): New macro.
1479 * sysdeps/generic/dl-irel.h: New file.
1480 * sysdeps/i386/dl-irel.h: New file.
1481 * sysdeps/x86_64/dl-irel.h: New file.
1482 * sysdeps/i386/dl-machine.h (elf_machine_rel): Handle R_386_IRELATIVE.
1483 (elf_machine_rela): Check SHN_UNDEF for STT_GNU_IFUNC symbol.
1484 Handle R_386_IRELATIVE.
1485 (elf_machine_lazy_rel): Handle R_386_IRELATIVE.
1486 (elf_machine_lazy_rela): Likewise.
1487 * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Handle
1488 R_X86_64_IRELATIVE.
1489 (elf_machine_lazy_rel): Handle R_X86_64_IRELATIVE.
1490
1491 2009-05-31 Ulrich Drepper <drepper@redhat.com>
1492
1493 * sysdeps/x86_64/multiarch/init-arch.h: Define COMMON_CPUID_INDEX_1
1494 instead of INTEL_CPUID_INDEX_1 and AMD_CPUID_INDEX_1. So far there
1495 are no differences. If an architecture has bits in CPUID index 1
1496 meaning different things the values for the COMMON_CPUID_INDEX_1
1497 index must not be set.
1498 (INTEL_HAS_POPCOUNT, AMD_HAS_POPCOUNT): Removed in favor of...
1499 (HAS_POPCOUNT): ...this. New macro.
1500 * sysdeps/x86_64/multiarch/init-arch.c: Use COMMON_CPUID_INDEX_1
1501 instead of INTEL_CPUID_INDEX_1 and AMD_CPUID_INDEX_1. Unify code
1502 to set the value for Intel and AMD architectures.
1503 * sysdeps/x86_64/cacheinfo.c: Use COMMON_CPUID_INDEX_1 instead of
1504 INTEL_CPUID_INDEX_1.
1505 * sysdeps/x86_64/multiarch/sched_cpucount.c: Adjust for HAS_POPCOUNT
1506 change.
1507
1508 2009-05-30 Andreas Schwab <schwab@linux-m68k.org>
1509
1510 * configure.in: Move AC_CANONICAL_HOST before first use of $host
1511 and $build.
1512
1513 2009-05-29 Jakub Jelinek <jakub@redhat.com>
1514
1515 * sysdeps/ieee754/ldbl-128/s_expm1l.c: Include <errno.h>.
1516 (__expm1l): Set errno to ERANGE on overflow.
1517 * sysdeps/ieee754/ldbl-128/s_tanl.c: Include <errno.h>.
1518 (__tanl): Set errno to EDOM for ±Inf.
1519 * sysdeps/ieee754/ldbl-128/s_cosl.c: Include <errno.h>.
1520 (__cosl): Set errno to EDOM for ±Inf.
1521 * sysdeps/ieee754/ldbl-128/s_sinl.c: Include <errno.h>.
1522 (__sinl): Set errno to EDOM for ±Inf.
1523
1524 * sysdeps/s390/s390-32/__longjmp.c (__longjmp): If CHECK_SP is
1525 defined, use it.
1526 * sysdeps/s390/s390-64/__longjmp.c (__longjmp): Likewise.
1527 * sysdeps/s390/s390-32/____longjmp_chk.c: New file.
1528 * sysdeps/s390/s390-64/____longjmp_chk.c: New file.
1529
1530 2009-05-29 Ulrich Drepper <drepper@redhat.com>
1531
1532 * sysdeps/x86_64/cacheinfo.c: Compact intel_02_known array. Adjust
1533 code accessing it.
1534 * sysdeps/unix/sysv/linux/i386/sysconf.c: Likewise.
1535
1536 2009-05-22 Andreas Schwab <schwab@linux-m68k.org>
1537
1538 * sysdeps/ieee754/ldbl-128ibm/s_sinl.c: Set errno for ±Inf.
1539 * sysdeps/ieee754/ldbl-128ibm/s_cosl.c: Likewise.
1540 * sysdeps/ieee754/ldbl-128ibm/s_tanl.c: Likewise.
1541 * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c: Set errno for overflow.
1542
1543 * sysdeps/powerpc/powerpc32/____longjmp_chk.S: New file.
1544 * sysdeps/powerpc/powerpc64/____longjmp_chk.S: New file.
1545 * sysdeps/powerpc/powerpc32/__longjmp-common.S: Use CHECK_SP if
1546 defined.
1547 * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
1548 * sysdeps/powerpc/powerpc64/__longjmp-common.S: Likewise.
1549
1550 2009-05-22 Jakub Jelinek <jakub@redhat.com>
1551
1552 * sysdeps/unix/sysv/linux/accept4.c: Include kernel-features.h.
1553 (accept4): If __NR_accept4 is not defined, but __NR_socketcall
1554 is, either do nothing at all if __ASSUME_ACCEPT4, or
1555 call __internal_accept4 and handle EINVAL -> ENOSYS translation.
1556 * sysdeps/unix/sysv/linux/internal_accept4.S: New file.
1557 * sysdeps/unix/sysv/linux/i386/accept4.S (SOCKOP_accept4): Don't
1558 define.
1559 * sysdeps/unix/sysv/linux/i386/internal_accept4.S: New file.
1560 * sysdeps/unix/sysv/linux/Makefile (sysdep-routines): Add
1561 internal_accept4 in socket directory.
1562
1563 2009-05-20 H.J. Lu <hongjiu.lu@intel.com>
1564
1565 * sysdeps/ia64/configure.in: New file.
1566
1567 2009-05-21 H.J. Lu <hongjiu.lu@intel.com>
1568
1569 [BZ #10162]
1570 * sysdeps/ia64/memchr.S: Use speculative load.
1571
1572 * sysdeps/unix/sysv/linux/ia64/____longjmp_chk.S: New file.
1573 * sysdeps/unix/sysv/linux/ia64/__longjmp.S: If CHECK_RSP is defined,
1574 use it.
1575
1576 * sysdeps/i386/__longjmp.S: Add .text.
1577 * sysdeps/x86_64/__longjmp.S: Likewise.
1578
1579 2009-05-21 Ulrich Drepper <drepper@redhat.com>
1580
1581 * sysdeps/unix/sysv/linux/kernel-features.h: Don't define
1582 __ASSUME_ACCEPT4 for IA-64.
1583
1584 2009-05-21 Jakub Jelinek <jakub@redhat.com>
1585
1586 * sysdeps/unix/sysv/linux/accept4.c (__NR_accept4): Don't define.
1587
1588 * sysdeps/unix/sysv/linux/socketcall.h (SOCKOP_paccept): Remove.
1589 (SOCKOP_accept4): Define.
1590
1591 2009-05-20 Ulrich Drepper <drepper@redhat.com>
1592
1593 Sun approved the change of the license.
1594 * sunrpc/auth_des.c: Replace license text.
1595 * sunrpc/auth_none.c: Likewise.
1596 * sunrpc/auth_unix.c: Likewise.
1597 * sunrpc/authdes_prot.c: Likewise.
1598 * sunrpc/authuxprot.c: Likewise.
1599 * sunrpc/bindrsvprt.c: Likewise.
1600 * sunrpc/clnt_gen.c: Likewise.
1601 * sunrpc/clnt_perr.c: Likewise.
1602 * sunrpc/clnt_raw.c: Likewise.
1603 * sunrpc/clnt_simp.c: Likewise.
1604 * sunrpc/clnt_tcp.c: Likewise.
1605 * sunrpc/clnt_udp.c: Likewise.
1606 * sunrpc/clnt_unix.c: Likewise.
1607 * sunrpc/des_crypt.c: Likewise.
1608 * sunrpc/des_soft.c: Likewise.
1609 * sunrpc/get_myaddr.c: Likewise.
1610 * sunrpc/getrpcport.c: Likewise.
1611 * sunrpc/key_call.c: Likewise.
1612 * sunrpc/key_prot.c: Likewise.
1613 * sunrpc/openchild.c: Likewise.
1614 * sunrpc/pm_getmaps.c: Likewise.
1615 * sunrpc/pm_getport.c: Likewise.
1616 * sunrpc/pmap_clnt.c: Likewise.
1617 * sunrpc/pmap_prot.c: Likewise.
1618 * sunrpc/pmap_prot2.c: Likewise.
1619 * sunrpc/pmap_rmt.c: Likewise.
1620 * sunrpc/rpc/auth.h: Likewise.
1621 * sunrpc/rpc/auth_unix.h: Likewise.
1622 * sunrpc/rpc/clnt.h: Likewise.
1623 * sunrpc/rpc/des_crypt.h: Likewise.
1624 * sunrpc/rpc/key_prot.h: Likewise.
1625 * sunrpc/rpc/netdb.h: Likewise.
1626 * sunrpc/rpc/pmap_clnt.h: Likewise.
1627 * sunrpc/rpc/pmap_prot.h: Likewise.
1628 * sunrpc/rpc/pmap_rmt.h: Likewise.
1629 * sunrpc/rpc/rpc.h: Likewise.
1630 * sunrpc/rpc/rpc_des.h: Likewise.
1631 * sunrpc/rpc/rpc_msg.h: Likewise.
1632 * sunrpc/rpc/svc.h: Likewise.
1633 * sunrpc/rpc/svc_auth.h: Likewise.
1634 * sunrpc/rpc/types.h: Likewise.
1635 * sunrpc/rpc/xdr.h: Likewise.
1636 * sunrpc/rpc_clntout.c: Likewise.
1637 * sunrpc/rpc_cmsg.c: Likewise.
1638 * sunrpc/rpc_common.c: Likewise.
1639 * sunrpc/rpc_cout.c: Likewise.
1640 * sunrpc/rpc_dtable.c: Likewise.
1641 * sunrpc/rpc_hout.c: Likewise.
1642 * sunrpc/rpc_main.c: Likewise.
1643 * sunrpc/rpc_parse.c: Likewise.
1644 * sunrpc/rpc_parse.h: Likewise.
1645 * sunrpc/rpc_prot.c: Likewise.
1646 * sunrpc/rpc_sample.c: Likewise.
1647 * sunrpc/rpc_scan.c: Likewise.
1648 * sunrpc/rpc_scan.h: Likewise.
1649 * sunrpc/rpc_svcout.c: Likewise.
1650 * sunrpc/rpc_tblout.c: Likewise.
1651 * sunrpc/rpc_util.c: Likewise.
1652 * sunrpc/rpc_util.h: Likewise.
1653 * sunrpc/rpcinfo.c: Likewise.
1654 * sunrpc/rpcsvc/bootparam_prot.x: Likewise.
1655 * sunrpc/rpcsvc/key_prot.x: Likewise.
1656 * sunrpc/rpcsvc/klm_prot.x: Likewise.
1657 * sunrpc/rpcsvc/mount.x: Likewise.
1658 * sunrpc/rpcsvc/nfs_prot.x: Likewise.
1659 * sunrpc/rpcsvc/rex.x: Likewise.
1660 * sunrpc/rpcsvc/rstat.x: Likewise.
1661 * sunrpc/rpcsvc/rusers.x: Likewise.
1662 * sunrpc/rpcsvc/sm_inter.x: Likewise.
1663 * sunrpc/rpcsvc/spray.x: Likewise.
1664 * sunrpc/rpcsvc/yppasswd.x: Likewise.
1665 * sunrpc/rtime.c: Likewise.
1666 * sunrpc/svc.c: Likewise.
1667 * sunrpc/svc_auth.c: Likewise.
1668 * sunrpc/svc_authux.c: Likewise.
1669 * sunrpc/svc_raw.c: Likewise.
1670 * sunrpc/svc_run.c: Likewise.
1671 * sunrpc/svc_simple.c: Likewise.
1672 * sunrpc/svc_tcp.c: Likewise.
1673 * sunrpc/svc_udp.c: Likewise.
1674 * sunrpc/svc_unix.c: Likewise.
1675 * sunrpc/svcauth_des.c: Likewise.
1676 * sunrpc/xcrypt.c: Likewise.
1677 * sunrpc/xdr.c: Likewise.
1678 * sunrpc/xdr_array.c: Likewise.
1679 * sunrpc/xdr_float.c: Likewise.
1680 * sunrpc/xdr_mem.c: Likewise.
1681 * sunrpc/xdr_rec.c: Likewise.
1682 * sunrpc/xdr_ref.c: Likewise.
1683 * sunrpc/xdr_sizeof.c: Likewise.
1684 * sunrpc/xdr_stdio.c: Likewise.
1685
1686 * po/da.po: Update from translation team.
1687
1688 2009-05-18 Kaz Kojima <kkojima@rr.iij4u.or.jp>
1689
1690 * sysdeps/sh/____longjmp_chk.S: New file.
1691 * sysdeps/sh/sh3/__longjmp.S: If CHECK_SP is defined, use it.
1692 * sysdeps/sh/sh4/__longjmp.S: Likewise.
1693
1694 2009-05-18 Jakub Jelinek <jakub@redhat.com>
1695 Ulrich Drepper <drepper@redhat.com>
1696
1697 * nscd/nscd_helper.c (MINIMUM_HASHENTRY_SIZE): Define.
1698 (__nscd_cache_search): Assume each entry in the
1699 hash chain needs one hashentry and half of datahead. Use
1700 MINIMUM_HASHENTRY_SIZE instead of sizeof(hashentry).
1701
1702 2009-05-16 Ulrich Drepper <drepper@redhat.com>
1703
1704 * posix/sys/wait.h: Fix typos. Pretty printing.
1705 * stdlib/stdlib.h: Likewise. Correct comments.
1706
1707 [BZ #10159]
1708 * stdlib/stdlib.h (__WAIT_INT): Match the definition in <sys/wait.h>.
1709
1710 * nscd/nscd_helper.c (__nscd_cache_search): Fix exit condition in last
1711 patch.
1712
1713 2009-05-15 Ulrich Drepper <drepper@redhat.com>
1714
1715 * nscd/nscd_helper.c (__nscd_cache_search): Introduce loop counter.
1716 Use it if we absolutely cannot reach any more correct list elements
1717 because that many do not fit into the currently mapped database.
1718
1719 2009-05-14 Jakub Jelinek <jakub@redhat.com>
1720
1721 * nscd/nscd_helper.c: Include stddef.h.
1722 (__nscd_cache_search): Add datalen argument. Use atomic_forced_read
1723 in a couple of places. Return NULL if trail is not less than
1724 datasize, don't consider dataheads with length smaller than
1725 offsetof (struct datahead, data) + datalen.
1726 * nscd/nscd_client.h (__nscd_cache_search): Adjust prototype.
1727 * nscd/nscd_gethst_r.c (nscd_gethst_r): Adjust callers.
1728 * nscd/nscd_getpw_r.c (nscd_getpw_r): Likewise.
1729 * nscd/nscd_getgr_r.c (nscd_getgr_r): Likewise.
1730 * nscd/nscd_getai.c (__nscd_getai): Likewise.
1731 * nscd/nscd_initgroups.c (__nscd_getgrouplist): Likewise.
1732 * nscd/nscd_getserv_r.c (nscd_getserv_r): Likewise.
1733
1734 * sysdeps/unix/sysv/linux/i386/fallocate64.c (__fallocate64_l64):
1735 Rename ...
1736 (fallocate64): ... to this.
1737 * sysdeps/unix/sysv/linux/fallocate64.c (__fallocate64_l64):
1738 Rename ...
1739 (fallocate64): ... to this.
1740 * sysdeps/unix/sysv/linux/Versions (libc): Remove fallocate64.
1741 * sysdeps/unix/sysv/linux/wordsize-64/Versions (libc): Add
1742 fallocate64@@GLIBC_2.10.
1743 * sysdeps/unix/sysv/linux/i386/Versions (libc): Add
1744 fallocate64@@GLIBC_2.11.
1745 * sysdeps/unix/sysv/linux/s390/s390-32/Versions (libc): Likewise.
1746 * sysdeps/unix/sysv/linux/powerpc/powerpc32/Versions (libc): Likewise.
1747 * sysdeps/unix/sysv/linux/sparc/sparc32/Versions (libc): Likewise.
1748 * sysdeps/unix/sysv/linux/sh/Versions (libc): Likewise.
1749
1750 * nscd/selinux.c (nscd_avc_destroy): Removed.
1751 * nscd/selinux.h (nscd_avc_destroy): Likewise.
1752 * nscd/nscd.c (termination_handler): Don't call
1753 nscd_avc_destroy.
1754
1755 2009-05-12 Jakub Jelinek <jakub@redhat.com>
1756
1757 * include/atomic.h: Formatting.
1758 (catomic_compare_and_exchange_val_acq): Don't define if already
1759 defined by bits/atomic.h.
1760
1761 2009-05-15 Ulrich Drepper <drepper@redhat.com>
1762
1763 * math/libm-test.inc (expm1_test): Add test for range error.
1764
1765 * Versions.def: Add GLIBC_2.11 for libc.
1766 * debug/Makefile (routines): Add longjmp_chk.
1767 Add rules to build and run tst-longjmp_chk.
1768 * debug/Versions: Export __longjmp_chk for GLIBC_2.11.
1769 * debug/longjmp_chk.c: New file.
1770 * debug/tst-longjmp_chk.c: New file.
1771 * include/bits/setjmp2.: New file.
1772 * include/stdio.h: Mark __fortify_fail as internal_function.
1773 * setjmp/Makefile (headers): Add bits/setjmp2.h.
1774 * setjmp/bits/setjmp2.h: New file.
1775 * setjmp/longjmp.c: If __libc_siglongjmp is defined, don't define any
1776 of the aliases.
1777 * setjmp/setjmp.h: Include <bits/setjmp2.h> if _FORTIFY_SOURCE is
1778 defined.
1779 * sysdeps/i386/____longjmp_chk.S: New file.
1780 * sysdeps/x86_64/____longjmp_chk.S: New file.
1781 * sysdeps/i386/__longjmp.S: If CHECK_ESP is defined, use it.
1782 * sysdeps/x86_64/__longjmp.S: Likewise.
1783
1784 * version.h: Bump for 2.11 development.
1785
1786 * elf/check-execstack.c: New file.
1787 * elf/Makefile: Add rules to build and run check-execstack.
1788
1789 2009-05-10 Ulrich Drepper <drepper@redhat.com>
1790
1791 * version.h (VERSION): Bump to 2.10.1.
1792
1793 * nss/getXXbyYY_r.c: If NO_COMPAT_NEEDED is defined don't define any
1794 compatibility functions.
1795 * nss/getXXent_r.c: Likewise.
1796 * gshadow/getsgent_r.c: Define NO_COMPAT_NEEDED.
1797 * gshadow/getsgnam_r.c: Likewise.
1798 * gshadow/Version: Remove duplicate entries.
1799
1800 * sysdeps/x86_64/cacheinfo.c (intel_02_cache_info): Add missing entries
1801 for recent processor.
1802 * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_02_cache_info):
1803 Likewise.
1804
1805 2009-05-09 Ulrich Drepper <drepper@redhat.com>
1806
1807 * version.h (VERSION): Bump for 2.10 release.
1808 * include/features.h (__GLIBC_MINOR__): Bump to 10.
1809
1810 * Makeconfig: Undo last change. Add asflags-cpu to ASFLAGS in the
1811 same place we add ASFLAGS-config.
1812
1813 2009-05-05 Aurelien Jarno <aurelien@aurel32.net>
1814
1815 [BZ #10128]
1816 * resolv/res_query.c (__libc_res_nquery): If one query returns NOTIMP
1817 or FORMERR and the other NOERROR, don't raise an error.
1818
1819 2009-05-06 Ryan S. Arnold <rsa@us.ibm.com>
1820
1821 [BZ #10118]
1822 * Makeconfig (+asflags): New variable based upon ASFLAG or
1823 asflags-cpu.
1824 (ASFLAGS): Add override to set ASFLAGS to +asflags.
1825 * config.make.in (asflags-cpu): Add variable based upon
1826 @libc_cv_cc_submachine@ to propagate -mcpu=CPU from --with-cpu=CPU to
1827 the assembler.
1828 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/fpu/setcontext.S:
1829 Remove unneeded file now that the assembler emits _ARCH_PWR6 and
1830 recognizes power6 instruction set due to passing -mcpu=power6 from
1831 --with-cpu=power6 when compiling .S files.
1832 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/fpu/swapcontext.S:
1833 Likewise.
1834 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/fpu/setcontext.S:
1835 Likewise.
1836 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/fpu/swapcontext.S:
1837 Likewise.
1838
1839 2009-05-09 Jakub Jelinek <jakub@redhat.com>
1840
1841 * string/stratcliff.c (do_test): Test for zero length
1842 STRNLEN, MEMCHR, STRNCPY, STPNCPY, MEMCPY, MEMPCPY and memccpy
1843 at the end of the page.
1844
1845 2009-05-08 Ulrich Drepper <drepper@redhat.com>
1846
1847 * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_AT_RANDOM.
1848
1849 * sysdeps/x86_64/memchr.S: Handle invalid buffer pointers when
1850 count is zero.
1851
1852 * po/da.po: Update from translation team.
1853
1854 2009-05-05 Jakub Jelinek <jakub@redhat.com>
1855
1856 * io/sys/stat.h (fstatat64): Guard prototype with __USE_LARGEFILE64,
1857 guard __extern_inline wrapper with __USE_ATFILE instead of __USE_GNU.
1858
1859 2009-05-05 Ulrich Drepper <drepper@redhat.com>
1860
1861 * sysdeps/unix/sysv/linux/sys/personality.h: Add ADDR_COMPAT_LAYOUT
1862 and READ_IMPLIES_EXEC.
1863
1864 2009-05-04 Ulrich Drepper <drepper@redhat.com>
1865
1866 * po/da.po: Update from translation team.
1867
1868 2009-04-29 Jakub Jelinek <jakub@redhat.com>
1869
1870 * sysdeps/unix/sysv/linux/ifaddrs.c: Revert unintended 2008-08-12
1871 comment change.
1872
1873 2009-04-27 Jakub Jelinek <jakub@redhat.com>
1874
1875 * locale/programs/locarchive.c (create_archive): Add MAP_PRIVATE
1876 to MAP_ANON in PROT_NONE mmap64 call.
1877 (open_archive): Likewise.
1878 (file_data_available_p): Use mmap64 instead of mremap.
1879 (enlarge_archive): Likewise. Update head if ah->addr changed.
1880 Attempt to reserve address space after mmap64 region.
1881
1882 2009-04-26 Ulrich Drepper <drepper@redhat.com>
1883
1884 * sysdeps/ieee754/dbl-64/s_expm1.c: Set errno for overflow.
1885 * sysdeps/ieee754/flt-32/s_expm1f.c: Likewise.
1886 * sysdeps/x86_64/fpu/s_expm1l.S: Likewise.
1887
1888 * sysdeps/ieee754/k_standard.c (__kernel_standard): Pole errors in
1889 atanh should set ERANGE.
1890
1891 [BZ #10087]
1892 * elf/dl-runtime.c (_dl_fixup): Use DL_FIXUP_VALUE_ADDR to access
1893 result of lookup to make call to implement STT_GNU_IFUNC.
1894 (_dl_profile_fixup): Likewise.
1895 Patch by H.J. Lu <hjl.tools@gmail.com>.
1896
1897 * nscd/connections.c (send_ro_fd): Define temporary variable to avoid
1898 warning.
1899
1900 * sysdeps/unix/sysv/linux/dl-osinfo.h (dl_fatal): Remove inline
1901 from definition.
1902
1903 * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Don't define
1904 label if it is not used.
1905
1906 * elf/dl-profile.c (_dl_start_profile): Define real-type variant
1907 of gmon_hist_hdr and gmon_hdr structures and use them.
1908 * elf/sprof.c: Likewise.
1909
1910 * elf/dl-load.c (open_verify): Add temporary variable to avoid
1911 warning.
1912
1913 * nscd/nscd_helper.c (get_mapping): Avoid casts to avoid warnings.
1914
1915 * sunrpc/clnt_raw.c (clntraw_private_s): Use union in definition
1916 to avoid cast.
1917
1918 * inet/rexec.c (rexec_af): Make sa2 a union to avoid warnings.
1919 * inet/rcmd.c (rcmd_af): Make from a union of the various needed types
1920 to avoid warnings.
1921 (iruserok_af): Use ss_family instead of casts.
1922
1923 * gmon/gmon.c (write_hist): Define real-type variant of
1924 gmon_hist_hdr structure and use it.
1925 (write_gmon): Likewise for gmon_hdr.
1926
1927 * sysdeps/unix/sysv/linux/readv.c: Avoid declaration of replacement
1928 function if we are not going to define it.
1929 * sysdeps/unix/sysv/linux/writev.c: Likewise.
1930
1931 * inet/inet6_option.c (option_alloc): Add temporary variable to
1932 avoid warning.
1933
1934 * libio/strfile.h (struct _IO_streambuf): Use correct type and
1935 name of VTable element.
1936 * libio/iovsprintf.c: Avoid casts to avoid warnings.
1937 * libio/iovsscanf.c: Likewise.
1938 * libio/vasprintf.c: Likewise.
1939 * libio/vsnprintf.c: Likewise.
1940 * stdio-common/isoc99_vsscanf.c: Likewise.
1941 * stdlib/strfmon_l.c: Likewise.
1942 * debug/vasprintf_chk.c: Likewise.
1943 * debug/vsnprintf_chk.c: Likewise.
1944 * debug/vsprintf_chk.c: Likewise.
1945
1946 * nss/nsswitch.c (__nss_lookup_function): En/Decrypt cached
1947 function pointers.
1948
1949 2009-04-26 Jakub Jelinek <jakub@redhat.com>
1950
1951 * sysdeps/ieee754/dbl-64/s_tan.c (tan): Fix -Wsequence-point warnings.
1952
1953 2009-04-25 Ulrich Drepper <drepper@redhat.com>
1954
1955 * posix/bits/posix1_lim.h: Cleanup namespace a bit.
1956
1957 * sysdeps/i386/fpu/s_tan.S: Set errno for ±Inf.
1958 * sysdeps/i386/fpu/s_tanf.S: Likewise.
1959 * sysdeps/i386/fpu/s_tanl.S: Likewise.
1960 * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
1961 * sysdeps/ieee754/flt-32/s_tanf.c: Likewise.
1962 * sysdeps/x86_64/fpu/s_tanl.S: Likewise.
1963 * math/libm-test.inc: Add tests for errno after tan calls with
1964 ±Inf.
1965
1966 * sysdeps/ieee754/k_standard.c (__kernel_standard): Use correct
1967 errno value vor pow(+-0,neg).
1968 * math/libm-test.inc (pow_test): Add tests for errno value for
1969 pole errors.
1970
1971 * math/w_fmod.c: Also handle x=±Inf as error.
1972 * math/w_fmodf.c: Likewise.
1973 * math/w_fmodl.c: Likewise.
1974 * math/libm-test.inc (fmod_test): Add tests for errno after calls for
1975 x=±Inf or y=0.
1976
1977 * sysdeps/i386/fpu/s_cos.S: Set errno for ±Inf.
1978 * sysdeps/i386/fpu/s_cosf.S: Likewise.
1979 * sysdeps/i386/fpu/s_cosl.S: Likewise.
1980 * sysdeps/i386/fpu/s_sin.S: Likewise.
1981 * sysdeps/i386/fpu/s_sinf.S: Likewise.
1982 * sysdeps/i386/fpu/s_sinl.S: Likewise.
1983 * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
1984 * sysdeps/ieee754/flt-32/s_cosf.c: Likewise.
1985 * sysdeps/ieee754/flt-32/s_sinf.c: Likewise.
1986 * sysdeps/ieee754/ldbl-96/s_cosl.c: Likewise.
1987 * sysdeps/ieee754/ldbl-96/s_sinl.c: Likewise.
1988 * sysdeps/x86_64/fpu/s_cosl.S: Likewise.
1989 * sysdeps/x86_64/fpu/s_sinl.S: Likewise.
1990 * math/libm-test.inc: Add tests for errno after sin/cos calls with
1991 ±Inf.
1992
1993 * stdlib/strtod_l.c (round_and_return): We have to set errno to
1994 ERANGE for underflows.
1995 * stdlib/tst-strtod.c (tests): Two tests should set errno to ERANGE.
1996
1997 * stdio-common/stdio_lim.h.in (L_cuserid): Not part of POSIX since
1998 the 2001 revision.
1999
2000 * libio/tst-widetext.input: Remove surrogates.
2001
2002 * include/features.h: _POSIX_C_SOURCE >= 200112L implies C99.
2003
2004 * sysdeps/ieee754/k_standard.c (__kernel_standard): Pole errors
2005 for lgamma should set errno to ERANGE, not EDOM.
2006 * math/libm-test.inc (lgamma_test): Check errno for pole errors.
2007
2008 2009-04-24 Ulrich Drepper <drepper@redhat.com>
2009
2010 [BZ #10093]
2011 * iconv/gconv_simple.c (BODY for UTF-8 to INTERNAL): Don't accept
2012 UTF-16 surrogates.
2013
2014 * locale/programs/locarchive.c (enlarge_archive): Conserve address
2015 space when temporarily mapping the whole content of the old file.
2016
2017 [BZ #10100]
2018 * misc/hsearch_r.c (hsearch_r): Add back ensurance that hval is
2019 not zero.
2020
2021 2009-04-24 Jakub Jelinek <jakub@redhat.com>
2022
2023 * iconvdata/sjis.c (BODY): Don't advance inptr before
2024 STANDARD_FROM_LOOP_ERR_HANDLER (2) for 2 byte invalid input.
2025 Use STANDARD_FROM_LOOP_ERR_HANDLER with 2 instead of 1 for
2026 two byte chars.
2027
2028 2009-04-24 Ulrich Drepper <drepper@redhat.com>
2029
2030 * locale/locarchive.h (struct locarhandle): Rename len field to
2031 mmaped and add new reserved field.
2032 * locale/programs/locarchive.c (RESERVE_MMAP_SIZE): Define.
2033 (create_archive): Reserve address space and then map file into it.
2034 (open_archive): Likewise.
2035 (file_data_available_p): New function.
2036 (compare_from_file): New function.
2037 (close_archive): Adjust to member name changes.
2038 (add_locale): Before comparing locale data, check it is mapped.
2039 Otherwise fall back to reading from the file.
2040
2041 2009-04-23 H.J. Lu <hongjiu.lu@intel.com>
2042
2043 * stdio-common/psiginfo.c: Include <errno.h>.
2044
2045 2009-04-23 Ulrich Drepper <drepper@redhat.com>
2046
2047 [BZ #9920]
2048 * stdlib/random_r.c (__srandom_r): Change type of word to int32_t
2049 to get consistency between 32 and 64 bit architectures.
2050
2051 [BZ #10052]
2052 * sysdeps/unix/make-syscalls.sh: Add rule to create target
2053 directory for dummy syscall rules.
2054 Patch by Chris Steinbroner <hesh@pobox.com>.
2055
2056 2009-04-23 Aurelien Jarno <aurelien@aurel32.net>
2057
2058 [BZ #10092]
2059 * sysdeps/unix/sysv/linux/sys/mount.h: Define MNT_DETACH and
2060 MNT_EXPIRE.
2061
2062 2009-04-23 Ulrich Drepper <drepper@redhat.com>
2063
2064 * sysdeps/unix/sysv/linux/preadv.c: The kernel API changed. Adjust.
2065 * sysdeps/unix/sysv/linux/pwritev.c: Likewise.
2066
2067 2009-04-23 Jakub Jelinek <jakub@redhat.com>
2068
2069 * sysdeps/posix/pwritev.c (PWRITEV): Fix up comment. Copy
2070 data from vector to temporary buffer and call PWRITEV after it
2071 instead of vice versa.
2072 * sysdeps/posix/preadv.c: Fix up comment.
2073 * misc/preadv.c: Likewise.
2074 * misc/preadv64.c: Likewise.
2075 * misc/pwritev.c: Likewise.
2076 * misc/pwritev64.c: Likewise.
2077 * misc/sys/uio.h (preadv, pwritev, preadv64, pwritev64): Likewise.
2078
2079 2009-04-23 Ulrich Drepper <drepper@redhat.com>
2080
2081 * shadow/sgetspent_r.c (__sgetspent_r): Recognize too small buffers.
2082
2083 * shadow/Makefile (tests): Add tst-shadow.
2084 * shadow/tst-shadow.c: New file.
2085
2086 [BZ #9955]
2087 * gshadow/Makefile: New file.
2088 * gshadow/Versions: New file.
2089 * gshadow/fgetsgent.c: New file.
2090 * gshadow/fgetsgent_r.c: New file.
2091 * gshadow/getsgent.c: New file.
2092 * gshadow/getsgent_r.c: New file.
2093 * gshadow/getsgnam.c: New file.
2094 * gshadow/getsgnam_r.c: New file.
2095 * gshadow/gshadow.h: New file.
2096 * gshadow/putsgent.c: New file.
2097 * gshadow/sgetsgent.c: New file.
2098 * gshadow/sgetsgent_r.c: New file.
2099 * gshadow/tst-gshadow.c: New file.
2100 * include/gshadow.h: New file.
2101 * Makeconfig (all-subdirs): Add gshadow.
2102 * Makefile (installed-headers): Add gshadow/gshadow.h.
2103 * nss/Makefile (databases): Add sgrp.
2104 * nss/Versions: Add gshadow functions as private exports.
2105 * nss/nsswitch.conf: Add gshadow entry.
2106 * nss/sgrp-lookup.c: New file.
2107 * nss/nss_files/files-parse.c: Add STRING_LIST macro. Rewrite
2108 parse_list to handle STRING_LIST and TRAILING_LIST_PARSER.
2109 * nss/nss_files/files-sgrp.c: New file.
2110 * sysdeps/generic/paths.h: Add _PATH_GSHADOW.
2111 * sysdeps/unix/sysv/linux/paths.h: Likewise.
2112
2113 2009-04-22 Ulrich Drepper <drepper@redhat.com>
2114
2115 * stdio-common/printf.h: Add missing const to register_printf_modifier.
2116 * stdio-common/reg-modifier.c: Likewise.
2117
2118 2009-04-22 Andrew Stubbs <ams@codesourcery.com>
2119
2120 * sysdeps/sh/sh4/setjmp.S (__sigsetjmp): Adjust JB_SIZE when there
2121 is no FPU.
2122
2123 2009-04-20 Ulrich Drepper <drepper@redhat.com>
2124
2125 [BZ #10086]
2126 * sysdeps/unix/sysv/linux/sys/timex.h: Add definitions from kernel
2127 headers up to 2.6.30.
2128
2129 * po/ca.po: Update from translation team.
2130
2131 2009-04-19 Ulrich Drepper <drepper@redhat.com>
2132
2133 [BZ #10069]
2134 * elf/dl-open.c (dl_open_worker): We cannot guarantee that we can load
2135 an object that uses static TLS if the TLS modid is higher than the
2136 reserve we always allocate. At least for multi-threaded code.
2137
2138 2009-04-18 Ulrich Drepper <drepper@redhat.com>
2139
2140 * stdlib/strfmon_l.c (__vstrfmon_l): Don't wrap when computing width.
2141 Numerically stable check for valid width.
2142
2143 * locale/programs/locarchive.c (open_archive): Map the entire file
2144 and not just the administrative data.
2145 (add_locale): When we find a hash sum match compare the content
2146 to be sure.
2147
2148 * malloc/malloc.c (malloc_info): Output address space information.
2149
2150 2009-04-17 Ulrich Drepper <drepper@redhat.com>
2151
2152 * malloc/malloc.c (malloc_info): Also output system memory information.
2153
2154 * sysdeps/unix/sysv/linux/kernel-features.h: All supported
2155 architectures have preadv/pwritev in 2.6.30.
2156
2157 * sysdeps/posix/preadv.c: Reading of zero bytes is no error.
2158 * sysdeps/posix/readv.c: Likewise.
2159 Reported by Markus Armbruster <armbru@redhat.com>.
2160
2161 * malloc/hooks.c (top_check): Force hook value into register.
2162
2163 2009-04-16 Samuel Thibault <samuel.thibault@ens-lyon.org>
2164
2165 * elf/rtld.c (dl_main): Really call _dl_sysdep_start_cleanup after all
2166 calls to _dl_relocate_object.
2167
2168 2009-04-16 Ulrich Drepper <drepper@redhat.com>
2169
2170 [BZ #9957]
2171 * malloc/malloc.c (force_reg): Define.
2172 (sYSMALLOc): Load hook variable into variable
2173 before test and force into register.
2174 (sYSTRIm): Likewise.
2175 (public_mALLOc): Force hook value into register.
2176 (public_fREe): Likewise.
2177 (public_rEALLOc): Likewise.
2178 (public_mEMALIGn): Likewise.
2179 (public_vALLOc): Likewise.
2180 (public_pVALLOc): Likewise.
2181 (public_cALLOc): Likewise.
2182 (__posix_memalign): Likewise.
2183 * malloc/arena.c (ptmalloc_init): Load hook variable into variable
2184 before test and force into register.
2185 * malloc/hooks.c (top_check): Likewise.
2186 (public_sET_STATe): Pretty printing.
2187
2188 * resolv/res_send.c (send_dg): Don't just ignore the result we got
2189 in case we only receive one reply in single-request mode.
2190
2191 2009-04-16 Jakub Jelinek <jakub@redhat.com>
2192
2193 * elf/dl-open.c (_dl_open): Bump GL(dl_nns) to 1 if no libraries
2194 are dlopened in statically linked program even for __LM_ID_CALLER.
2195
2196 2009-04-16 Ulrich Drepper <drepper@redhat.com>
2197
2198 * resolv/res_send.c (send_dg): Don't switch into single-request
2199 mode if we already are in it.
2200
2201 2009-04-15 Ulrich Drepper <drepper@redhat.com>
2202
2203 * sysdeps/unix/sysv/linux/getsysstats.c (next_line): Make sure there
2204 are always at least 4 bytes in the returned line.
2205
2206 2009-04-15 Jakub Jelinek <jakub@redhat.com>
2207
2208 * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Check
2209 __libc_use_alloca (8192), if the stack is too small use 512 bytes
2210 instead of 8K. Stop searching in /proc/stat after hitting first
2211 line not starting with cpu.
2212 (next_line): Truncate too long
2213 lines at buffer size * 3/4 instead of pretending there were line
2214 breaks inside of large lines.
2215
2216 2009-04-14 Ulrich Drepper <drepper@redhat.com>
2217
2218 * sysdeps/x86_64/mp_clz_tab.c: New file.
2219
2220 2009-03-17 Ryan S. Arnold <rsa@us.ibm.com>
2221 Ulrich Drepper <drepper@redhat.com>
2222
2223 * sysdeps/unix/sysv/linux/fallocate.c: Handle old kernel headers.
2224 * sysdeps/unix/sysv/linux/fallocate64.c: Likewise.
2225 * sysdeps/unix/sysv/linux/wordsize-64/fallocate.c: Likewise.
2226
2227 2009-03-25 Andrew Stubbs <ams@codesourcery.com>
2228
2229 * sysdeps/sh/libc-tls.c: New file.
2230
2231 * sysdeps/sh/bits/setjmp.h (__jmp_buf): Give name to structure type.
2232
2233 2009-04-14 Roland McGrath <roland@redhat.com>
2234
2235 * elf/elf.h: Add various missing ARM constants, to match binutils.
2236
2237 2009-04-14 Ulrich Drepper <drepper@redhat.com>
2238
2239 Optimizations from GMP.
2240 * sysdeps/x86_64/add_n.S: New file.
2241 * sysdeps/x86_64/addmul_1.S: New file.
2242 * sysdeps/x86_64/lshift.S: New file.
2243 * sysdeps/x86_64/mul_1.S: New file.
2244 * sysdeps/x86_64/rshift.S: New file.
2245 * sysdeps/x86_64/sub_n.S: New file.
2246 * sysdeps/x86_64/submul_1.S: New file.
2247
2248 2009-04-14 Jakub Jelinek <jakub@redhat.com>
2249
2250 * sysdeps/powerpc/powerpc32/elf/start.S: Ensure .data is non-empty.
2251 * sysdeps/powerpc/powerpc64/elf/start.S: Likewise.
2252 * sysdeps/sparc/sparc32/elf/start.S: Likewise.
2253 * sysdeps/sparc/sparc64/elf/start.S: Likewise.
2254
2255 2009-04-14 Ulrich Drepper <drepper@redhat.com>
2256
2257 * sysdeps/unix/sysv/linux/kernel-features.h: SH also has
2258 preadv/pwritev.
2259
2260 2009-04-13 Ulrich Drepper <drepper@redhat.com>
2261
2262 * sysdeps/x86-64/strrchr.S: New file.
2263
2264 2009-04-10 Ulrich Drepper <drepper@redhat.com>
2265
2266 * stdio-common/printf.h (struct printf_info): Add user element.
2267 New types printf_arginfo_size_function, printf_va_arg_function.
2268 Declare register_printf_specifier, register_printf_modifier,
2269 register_printf_type.
2270 * stdio-common/printf-parse.h (struct printf_spec): Add size element.
2271 (union printf_arg): Add pa_user element.
2272 Adjust __printf_arginfo_table type.
2273 Add __printf_va_arg_table, __printf_modifier_table,
2274 __handle_registered_modifier_mb, and __handle_registered_modifier_wc
2275 declarations.
2276 * stdio-common/printf-parsemb.c: Recognize registered modifiers.
2277 If registered arginfo call failed try normal specifier.
2278 * stdio-common/printf-prs.c: Pass additional parameter to arginfo
2279 function.
2280 * stdio-common/Makefile (routines): Add reg-modifier and reg-type.
2281 * stdio-common/Versions: Export register_printf_modifier,
2282 register_printf_type, and register_printf_specifier for GLIBC_2.10.
2283 * stdio-common/reg-modifier.c: New file.
2284 * stdio-common/reg-type.c: New file.
2285 * stdio-common/reg-printf.c (__register_printf_specifier): New
2286 function. Mostly the old __register_printf_function function but
2287 uses locking and type of third parameter changed.
2288 (__register_printf_function): Implement using
2289 __register_printf_specifier.
2290 * stdio-common/vfprintf.c (vfprintf): Collect argument sizes in
2291 calls to arginfo functions. Allocate enough memory for user-defined
2292 types. Call new va_arg functions to get user-defined types.
2293 Try installed handlers even for existing format specifiers first.
2294
2295 2009-04-09 Ulrich Drepper <drepper@redhat.com>
2296
2297 * sysdeps/x86_64/rawmemchr.S: New file.
2298
2299 * stdio-common/vfprintf.c (vfprintf): Slightly more compact code.
2300 Simplified code and possible copy problem fixed.
2301
2302 * sysdeps/unix/sysv/linux/preadv.c: Avoid prototype for static
2303 function if it is not defined. Add some necessary casts.
2304 * sysdeps/unix/sysv/linux/pwritev.c: Likewise.
2305
2306 * sysdeps/unix/sysv/linux/kernel-features.h: SPARC and IA64 also
2307 have preadv/pwritev in 2.6.30.
2308
2309 2009-04-08 Ulrich Drepper <drepper@redhat.com>
2310
2311 * malloc/malloc.c (malloc_info): New function.
2312 * malloc/malloc.h: Declare it.
2313 * malloc/Versions: Export malloc_info for GLIBC_2.10.
2314
2315 * sysdeps/unix/sysv/linux/preadv64.c (PREAD): Use __libc_pread64
2316 to avoid PLT slot.
2317
2318 * malloc/malloc.c (_int_realloc): Add parameter with old block
2319 size. Remove duplicated test. Don't handle mmap'ed blocks here.
2320 Adjust all callers.
2321 * malloc/hooks.c (realloc_check): Adjust _int_realloc call.
2322
2323 2009-04-07 Ulrich Drepper <drepper@redhat.com>
2324
2325 * sysdeps/x86_64/strchrnul.S: New file.
2326
2327 * crypt/Makefile (LDLIBS-crypt.so): Use this variable instead of
2328 depending libcrypt on -lfreebl3.
2329
2330 * sysdeps/unix/sysv/linux/kernel-features.h: Power also has
2331 preadv/pwritev in 2.6.30.
2332
2333 * resolv/nss_dns/dns-host.c (getanswer_r): Use strcasecmp
2334 instead of __strcasecmp.
2335
2336 * string/stratcliff.c (do_test): Add memchr tests..
2337 * wcsmbs/wcsatcliff.c (MEMCHR): Define.
2338 * sysdeps/x86_64/memchr.S: Fix handling of end of buffer after
2339 first read quad word.
2340
2341 2009-04-06 Ulrich Drepper <drepper@redhat.com>
2342
2343 * string/strverscmp.c (__strverscmp): Fix last cleanups.
2344 * string/tst-svc.input: Add new test case.
2345 * string/tst-svc.expect: Adjust.
2346 * string/Makefile: Don't ignore tst-svc error.
2347
2348 * sysdeps/x86_64/memchr.S: New file.
2349
2350 * resolv/resolv.h (RES_SNGLKUP): Define.
2351 * resolv/res_init.c (res_setoptions): Recognize single-request option.
2352 * resolv/res_send.c (send_dg): If we sent two requests at once and
2353 only get one reply before timeout switch to mode where we send the
2354 second request only after the first answer has been received.
2355
2356 2009-04-05 Ulrich Drepper <drepper@redhat.com>
2357
2358 * sysdeps/x86_64/strlen.S: Optimize by using SSE2 instructions.
2359 * sysdeps/x86_64/strchr.S: Likewise.
2360
2361 2009-04-03 Ulrich Drepper <drepper@redhat.com>
2362
2363 * configure.in: We need to test for the compiler earlier.
2364
2365 * misc/Makefile (routines): Add preadv, preadv64, pwritev, pwritev64.
2366 * misc/Versions: Export preadv, preadv64, pwritev, pwritev64 for
2367 GLIBC_2.10.
2368 * misc/sys/uio.h: Declare preadv, preadv64, pwritev, pwritev64.
2369 * sysdeps/unix/sysv/linux/kernel-features.h: Add entries for preadv
2370 and pwritev.
2371 * misc/preadv.c: New file.
2372 * misc/preadv64.c: New file.
2373 * misc/pwritev.c: New file.
2374 * misc/pwritev64.c: New file.
2375 * sysdeps/posx/preadv.c: New file.
2376 * sysdeps/posx/preadv64.c: New file.
2377 * sysdeps/posx/pwritev.c: New file.
2378 * sysdeps/posx/pwritev64.c: New file.
2379 * sysdeps/unix/sysv/linux/preadv.c: New file.
2380 * sysdeps/unix/sysv/linux/preadv64.c: New file.
2381 * sysdeps/unix/sysv/linux/pwritev.c: New file.
2382 * sysdeps/unix/sysv/linux/pwritev64.c: New file.
2383 * sysdeps/unix/sysv/linux/wordsize-64/preadv64.c: New file.
2384 * sysdeps/unix/sysv/linux/wordsize-64/pwritev64.c: New file.
2385
2386 * sysdeps/unix/sysv/linux/readv.c (__libc_readv): Fix calling of
2387 compatibility code.
2388 * sysdeps/unix/sysv/linux/writev.c (__libc_writev): Likewise.
2389
2390 * sysdeps/unix/sysv/linux/kernel-features.h: Define
2391 __ASSUME_COMPLETE_READV_WRITEV.
2392 * sysdeps/unix/sysv/linux/readv.c: No need for userlevel fallback
2393 with modern kernels.
2394 * sysdeps/unix/sysv/linux/writev.c: Likewise.
2395
2396 * sysdeps/posix/readv.c: Since read is a cancellation point we have
2397 to free a possible malloced buffer in case of cancellation.
2398 * sysdeps/posix/writev.c: Likewise for write.
2399
2400 2009-04-02 Ulrich Drepper <drepper@redhat.com>
2401
2402 * sysdeps/unix/sysv/linux/bits/socket.h: Add missing protocol numbers.
2403
2404 * configure.in: Recognize --enable-nss-crypt.
2405 * config.make.in: Add nss-crypt entry.
2406 * crypt/Makefile: If nss-crypt==yes, don't build md5.c, sha256.c,
2407 sha512.c. Don't run md5test, sha256test, sha512test. Pass -DUSE_NSS
2408 and include path for NSS directory to compiler for md5-crypt,
2409 sha256-crypt, sha512-crypt. Link libcrypt.so with -lfreebl3.
2410 * crypt/md5-crypt.c: If USE_NSS is defined, don't use local hash
2411 function implementation, use NSS. Introduce wrappers around the
2412 hash function calls. Little code size optimization.
2413 * crypt/sha256-crypt.c: Likewise.
2414 * crypt/sha512-crypt.c: Likewise.
2415 * scripts/check-local-headers.sh: Ignore nss3 directory.
2416
2417 * configure.in: Rename pic_default to libc_cv_pic_default.
2418 * config.make.in: Likewise.
2419
2420 2009-04-01 Roland McGrath <roland@redhat.com>
2421
2422 * elf/elf.h (R_SPARC_GLOB_JMP): New macro.
2423 (R_SPARC_GOTDATA_HIX22, R_SPARC_GOTDATA_LOX10): New macros.
2424 (R_SPARC_GOTDATA_OP_HIX22, R_SPARC_GOTDATA_OP_LOX10): Likewise.
2425 (R_SPARC_GOTDATA_OP, R_SPARC_H34): Likewise.
2426 (R_SPARC_SIZE32, R_SPARC_SIZE64): Likewise.
2427 (R_SPARC_GNU_VTINHERIT, R_SPARC_GNU_VTENTRY, R_SPARC_REV32): Likewise.
2428 (R_SPARC_NUM): Update.
2429 From Dave Miller <davem@davemloft.net>.
2430
2431 2009-04-01 Ulrich Drepper <drepper@redhat.com>
2432
2433 * sysdeps/unix/sysv/linux/sys/eventfd.h (EFD_SEMAPHORE): Define.
2434
2435 2009-03-31 Ulrich Drepper <drepper@redhat.com>
2436
2437 * elf/dl-open.c: Keep track of used name spaces and only iterate over
2438 those which are used.
2439 * elf/dl-addr.c: Likewise.
2440 * elf/dl-caller.c: Likewise.
2441 * elf/dl-fini.c: Likewise.
2442 * elf/dl-iteratephdr.c: Likewise.
2443 * elf/dl-libc.c: Likewise.
2444 * elf/dl-load.c: Likewise.
2445 * elf/dl-support.c: Likewise.
2446 * elf/dl-sym.c: Likewise.
2447 * elf/rtld.c: Likewise.
2448 * sysdeps/generic/ldsodefs.h: Likewise.
2449
2450 * elf/dl-load.c: Remove support for systems without MAP_ANON.
2451 * elf/dl-minimal.c: Likewise.
2452 * elf/dl-misc.c: Likewise.
2453 * elf/rtld.c: Likewise.
2454 * sysdeps/generic/ldsodefs.h: Likewise.
2455
2456 2009-03-30 Ulrich Drepper <drepper@redhat.com>
2457
2458 * elf/do-lookup.h (do_lookup_x): Minor optimization and cleanup.
2459 Avoid reuse of complex expression.
2460
2461 * po/fr.po: Update from translation team.
2462
2463 2009-03-16 Ulrich Drepper <drepper@redhat.com>
2464
2465 * include/dirent.h: Yet more changes to match sort function type
2466 change.
2467 * sysdeps/unix/sysv/linux/i386/alphasort64.c: Likewise.
2468 * sysdeps/unix/sysv/linux/i386/olddirent.h: Likewise.
2469 * sysdeps/unix/sysv/linux/i386/versionsort64.c: Likewise.
2470
2471 2009-03-16 Thomas Schwinge <tschwinge@gnu.org>
2472
2473 * dirent/scandir64.c (scandir64): Adjust declaration to type change.
2474
2475 2009-03-16 Ulrich Drepper <drepper@redhat.com>
2476
2477 * nscd/connections.c (restart): Try to preserve the process name
2478 by reading the /proc/self/exe symlink and using the return name.
2479 Patch by Jeff Bastian <jbastian@redhat.com>.
2480
2481 2009-03-15 Ulrich Drepper <drepper@redhat.com>
2482
2483 [BZ #9733]
2484 * elf/dl-load.c (_dl_map_object_from_fd): Only call audit hooks
2485 if we are not loading a new audit library.
2486 * elf/dl-reloc (_dl_relocate_object): Third parameter is now a bitmask.
2487 Only use profiling trampoline for auditing if we are not relocating
2488 an audit library.
2489 * elf/dl-open.c (dl_open_worker): Adjust _dl_relocate_object call.
2490 * elf/rtld.c: Likewise.
2491 * sysdeps/generic/ldsodefs.h: Adjust _dl_relocate_object prototype.
2492
2493 * elf/rtld.c (dl_main): Extend help message for --audit option.
2494
2495 [BZ #9759]
2496 * dirent/dirent.h: Adjust prototypes of scandir, scandir64, alphasort,
2497 alphasort64, versionsort, and versionsort64 to POSIX 2008.
2498 * dirent/alphasort.c: Adjust implementation to type change.
2499 * dirent/alphasort64.c: Likewise.
2500 * dirent/scandir.c: Likewise.
2501 * dirent/versionsort.c: Likewise.
2502 * dirent/versionsort64.c: Likewise.
2503 * sysdeps/wordsize-64/alphasort.c: Add hack to hide alphasort64
2504 declaration.
2505 * sysdeps/wordsize-64/versionsort.c: Add hack to hide versionsort64
2506 declaration.
2507
2508 [BZ #9880]
2509 * inet/inet6_rth.c (inet6_rth_reverse): Compute number of segments
2510 correctly. Set segleft member in output as required.
2511 Patch partly by Yang Hongyang <yanghy@cn.fujitsu.com>.
2512 * inet/tst-inet6_rth.c (do_test): Add tests for inet6_rth_reverse.
2513
2514 [BZ #9881]
2515 * inet/inet6_rth.c (inet6_rth_add): Add some error checking.
2516 Patch mostly by Yang Hongyang <yanghy@cn.fujitsu.com>.
2517 * inet/Makefile (tests): Add tst-inet6_rth.
2518 * inet/tst-inet6_rth.c: New file.
2519
2520 [BZ #5807]
2521 * string/strlen.c (strlen): Fix omission in the expression to test
2522 for NUL bytes.
2523
2524 2009-03-14 Ulrich Drepper <drepper@redhat.com>
2525
2526 * crypt/sha256test.c (main): Perform 100,000 'a' test in a second way.
2527
2528 * elf/dl-runtime.c (reloc_offset): Define.
2529 (reloc_index): Define.
2530 (_dl_fixup): Rename reloc_offset parameter to reloc_arg.
2531 (_dl_fixup_profile): Likewise. Use reloc_index instead of
2532 computing index from reloc_offset.
2533 (_dl_call_pltexit): Likewise.
2534 * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_resolve): Just pass
2535 the relocation index to _dl_fixup.
2536 (_dl_runtime_profile): Likewise for _dl_fixup_profile and
2537 _dl_call_pltexit.
2538 * sysdeps/x86_64/dl-runtime.c: New file.
2539
2540 [BZ #9893]
2541 * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix
2542 alignment of La_x86_64_regs. Store xmm parameters.
2543 Patch mostly by Jiri Olsa <olsajiri@gmail.com>.
2544
2545 [BZ #9913]
2546 * string/strverscmp.c (__strverscmp): Fix case of different digits
2547 in fractional part of string.
2548 Patch by Jingyu Liu <jyliu@fortinet.com>.
2549 * string/Makefile (tests): Add tst-svc2.
2550 * string/tst-svc2.c: New file.
2551
2552 * string/strverscmp.c (__strverscmp): Optimize size of tables.
2553
2554 * locale/iso-639.def: Add Min Nan.
2555
2556 2009-03-11 Carlos Eduardo Seo <cseo@linux.vnet.ibm.com>
2557
2558 [BZ #9948]
2559 * elf/dl-sysdep.c (_dl_show_auxv): Add support for AT_BASE_PLATFORM.
2560
2561 2009-03-14 Ulrich Drepper <drepper@redhat.com>
2562
2563 * elf/dl-sysdep.c (auxvars): Compress data structure.
2564
2565 * sysdeps/i386/dl-machine.h (elf_machine_rel): Implement
2566 STT_GNU_IFUNC handling.
2567 (elf_machine_rela): Likewise.
2568
2569 2009-03-13 Ulrich Drepper <drepper@redhat.com>
2570
2571 * config.h.in (USE_MULTIARCH): Define.
2572 * configure.in: Handle --enable-multi-arch.
2573 * elf/dl-runtime.c (_dl_fixup): Handle STT_GNU_IFUNC.
2574 (_dl_fixup_profile): Likewise.
2575 * elf/do-lookup.c (dl_lookup_x): Likewise.
2576 * sysdeps/x86_64/dl-machine.h: Handle STT_GNU_IFUNC.
2577 * elf/elf.h (STT_GNU_IFUNC): Define.
2578 * include/libc-symbols.h (libc_ifunc): Define.
2579 * sysdeps/x86_64/cacheinfo.c: If USE_MULTIARCH is defined, use the
2580 framework in init-arch.h to get CPUID values.
2581 * sysdeps/x86_64/multiarch/Makefile: New file.
2582 * sysdeps/x86_64/multiarch/init-arch.c: New file.
2583 * sysdeps/x86_64/multiarch/init-arch.h: New file.
2584 * sysdeps/x86_64/multiarch/sched_cpucount.c: New file.
2585
2586 * config.make.in (experimental-malloc): Define.
2587 * configure.in: Handle --enable-experimental-malloc.
2588 * malloc/Makefile: Handle experimental-malloc flag.
2589 * malloc/malloc.c: Implement PER_THREAD and ATOMIC_FASTBINS features.
2590 * malloc/arena.c: Likewise.
2591 * malloc/hooks.c: Likewise.
2592 * malloc/malloc.h: Define M_ARENA_TEST and M_ARENA_MAX.
2593
2594 2009-03-11 Ulrich Drepper <drepper@redhat.com>
2595
2596 * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Add branch
2597 prediction. A few size optimizations.
2598
2599 2009-03-10 Ulrich Drepper <drepper@redhat.com>
2600
2601 * time/tzset.c: Optimize a bit for size.
2602
2603 2009-03-10 Jakub Jelinek <jakub@redhat.com>
2604
2605 * include/stdio.h (fmemopen): Add libc_hidden_proto.
2606 * libio/fmemopen.c (fmemopen): Add libc_hidden_def.
2607
2608 * elf/sprof.c: Avoid warning about multi-line comment.
2609
2610 2009-03-10 Ulrich Drepper <drepper@redhat.com>
2611
2612 * time/tzset.c (__tzset_parse_tz): Use correct string when parsing
2613 DST name.
2614 * time/tst-posixtz.c: Add tests for quoted timezone names.
2615
2616 2009-03-10 Jakub Jelinek <jakub@redhat.com>
2617
2618 * posix/unistd.h (_POSIX_VERSION, _POSIX2_VERSION, _POSIX2_C_BIND,
2619 _POSIX2_C_DEV, _POSIX2_SW_DEV, _POSIX2_LOCALEDEF): Define to
2620 200809L instead of 200112L.
2621 (_XOPEN_VERSION): For __USE_XOPEN2K8 define to 700.
2622 * posix/tst-sysconf.c (STDVER): Define to 200809L instead of 200112L.
2623
2624 * stdlib/quick_exit.c (quick_exit): Pass &__quick_exit_funcs
2625 instead of __quick_exit_funcs to __run_exit_handlers.
2626 * stdlib/at_quick_exit.c (at_quick_exit): Add attribute_hidden.
2627 * stdlib/exit.h (__run_exit_handlers): Add noreturn attribute.
2628 (__cxa_at_quick_exit): Remove attribute_hidden.
2629 * stdlib/exit.c (exit): Pass &__exit_funcs instead of __exit_funcs
2630 to __run_exit_handlers.
2631 * stdlib/cxa_at_quick_exit.c (__cxa_at_quick_exit): Remove
2632 attribute_hidden.
2633
2634 2009-03-10 Ulrich Drepper <drepper@redhat.com>
2635
2636 * po/id.po: Update from translation team.
2637
2638 2009-02-18 Jakub Jelinek <jakub@redhat.com>
2639
2640 * sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S: Use
2641 .machine push; .machine "power6" and .machine pop around mtfsf
2642 insns outside of _ARCH_PWR6 define.
2643 * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S: Likewise.
2644 * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S:
2645 Likewise.
2646 * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S:
2647 Likewise.
2648 * sysdeps/powerpc/fpu/tst-setcontext-fpscr.c (_SET_DI_FPSCR): Likewise.
2649 * sysdeps/powerpc/fpu/fenv_libc.h (fesetenv_register,
2650 relax_fenv_state): Likewise.
2651
2652 2009-03-08 Ulrich Drepper <drepper@redhat.com>
2653
2654 * stdlib/Makefile (routines): Add quick_exit, at_quick_exit, and
2655 cxa_at_quick_exit.
2656 (static-only-routines): Add at_quick_exit.
2657 * stdlib/Versions: Export quick_exit and __cxa_at_quick_exit for
2658 GLIBC_2.10.
2659 * stdlib/quick_exit.c: New file.
2660 * stdlib/at_quick_exit.c: New file.
2661 * stdlib/cxa_at_quick_exit.c: New file.
2662 * stdlib/cxa_atexit.c (__cxa_atexit): Move body to new function. Call
2663 it appropriately.
2664 (__internal_atexit): New function.
2665 (__new_exitfn): Now takes parameter to point to the list to use.
2666 * stdlib/cxa_finalize.c: Remove quick_exit handlers, don't call them.
2667 * stdlib/exit.c (__run_exit_handlers): New function. Split from...
2668 (exit): ...here. Just call __run_exit_handlers appropriately.
2669 * stdlib/exit.h: Declare __quick_exit_funcs, __run_exit_handlers,
2670 __internal_atexit, __cxa_at_quick_exit. Adjust __new_exitfn.
2671 * stdlib/on_exit.c: Adjust call to __new_exitfn.
2672 * stdlib/stdlib.h: Declare at_quick_exit and quick_exit.
2673
2674 * po/id.po: Update from translation team.
2675
2676 2009-03-07 Ulrich Drepper <drepper@redhat.com>
2677
2678 * po/ru.po: Update from translation team.
2679
2680 2009-03-04 Ulrich Drepper <drepper@redhat.com>
2681
2682 * po/nl.po: Update from translation team.
2683
2684 2009-03-03 Ulrich Drepper <drepper@redhat.com>
2685
2686 * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Declare fallocate{,64}.
2687 * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
2688 * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
2689 * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
2690 * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
2691 * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
2692 * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
2693
2694 * po/pl.po: Update from translation team.
2695
2696 2009-03-02 Ulrich Drepper <drepper@redhat.com>
2697
2698 [BZ #7083]
2699 * sysdeps/unix/sysv/linux/fallocate.c: New file.
2700 * sysdeps/unix/sysv/linux/fallocate64.c: New file.
2701 * sysdeps/unix/sysv/linux/wordsize-64/fallocate64.c: New file.
2702 * sysdeps/unix/sysv/linux/wordsize-64/fallocate.c: New file.
2703 * sysdeps/unix/sysv/linux/i386/fallocate64.c: New file.
2704 * sysdeps/unix/sysv/linux/i386/fallocate.c: New file.
2705 * sysdeps/unix/sysv/linux/Versions: Export fallocate and fallocate64
2706 for GLIBC_2.10.
2707 * sysdeps/unix/sysv/linux/Makefile [subdir=io] (sysdep_routines):
2708 Add fallocate and fallocate64.
2709
2710 * io/fcntl.h: Pretty printing.
2711
2712 2009-03-02 Richard Guenther <rguenther@suse.de>
2713
2714 * misc/sys/cdefs.h (__extern_always_inline): Add __artificial__
2715 attribute also for non-C99 inline semantics variant.
2716
2717 2009-02-12 Carlos Eduardo Seo <cseo@linux.vnet.ibm.com>
2718
2719 * sysdeps/powerpc/powerpc32/power7/fpu/Implies: New file.
2720 * sysdeps/powerpc/powerpc32/power7/Implies: Likewise.
2721 * sysdeps/powerpc/powerpc64/power7/fpu/Implies: Likewise.
2722 * sysdeps/powerpc/powerpc64/power7/Implies: Likewise.
2723 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/fpu/Implies:
2724 Likewise.
2725 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/fpu/Implies:
2726 Likewise.
2727
2728 2009-03-02 Ulrich Drepper <drepper@redhat.com>
2729
2730 * po/cs.po: Update from translation team.
2731
2732 2009-02-28 Ulrich Drepper <drepper@redhat.com>
2733
2734 * po/bg.po: Update from translation team.
2735 * po/sv.po: Likewise.
2736 * po/fi.po: Likewise.
2737 * po/vi.po: Likewise.
2738
2739 2009-02-27 Roland McGrath <roland@redhat.com>
2740
2741 * Makeconfig (%.v.i): Depend on Makeconfig.
2742 Exclude % lines from initial #-comment removal.
2743
2744 2009-02-27 Ulrich Drepper <drepper@redhat.com>
2745
2746 * po/ko.po: Update from translation team.
2747
2748 2009-02-26 Roland McGrath <roland@redhat.com>
2749
2750 * shadow/lckpwdf.c (__lckpwdf): Move FLAGS inside block using it,
2751 avoids unused warning.
2752
2753 2009-02-26 Andrew Stubbs <ams@codesourcery.com>
2754 SUGIOKA Toshinobu <sugioka@itonet.co.jp>
2755
2756 * sysdeps/unix/sysv/linux/sh/sys/procfs.h: Don't include signal.h,
2757 sys/ucontext.h and asm/elf.h. Include sys/user.h.
2758 * sysdeps/unix/sysv/linux/sh/sys/user.h: Don't include features.h
2759 and asm/user.h. Include asm/ptrace.h.
2760 (PTRACE_GETREGS, PTRACE_SETREGS, PTRACE_GETFPREGS,
2761 PTRACE_SETFPREGS, PTRACE_GETFDPIC, PTRACE_GETFDPIC_EXEC,
2762 PTRACE_GETFDPIC_INTERP, PTRACE_GETDSPREGS, PTRACE_SETDSPREGS):
2763 Undefine.
2764 (start_thread): Don't undefine.
2765 (elf_greg_t, ELF_NGREG, elf_fpregset_t, user_fpu_struct, user):
2766 Define.
2767
2768 2009-02-26 Ulrich Drepper <drepper@redhat.com>
2769
2770 * wctype/wctype.h: The *_l functions are in POSIX 2008.
2771 * wcsmbs/wchar.h: mbsnrtowcs, open_wmemstream, wcpcpy, wcpncpy,
2772 wcscasecmp, wcsdup, wcsncasecmp, wcsnlen, wcsnrtombs,
2773 wcscasecmp_l, wcsncasecmp_l, wcscoll_l, and wcsxfrm_l.
2774 * sysdeps/mach/hurd/bits/posix_opt.h: Reset value of macros from
2775 200112L to 200809L.
2776 * sysdeps/unix/sysv/linux/bits/posix_opt.h: Likewise.
2777 * posix/getconf.c (vars): Add _SC_THREAD_ROBUST_PRIO_INHERIT and
2778 _SC_THREAD_ROBUST_PRIO_PROTECT entries.
2779 * bits/confname.h: Add _SC_THREAD_ROBUST_PRIO_INHERIT and
2780 _SC_THREAD_ROBUST_PRIO_PROTECT.
2781 * posix/unistd.h: fexecve is in POSIX 2008.
2782 * time/time.h: strftime_l is in POSIX 2008.
2783 * io/sys/stat.h: futimens is in POSIX 2008.
2784 * string/strings.h: strcasecmp_l and strncasecmp_l are in POSIX 2008.
2785 * string/string.h: stpcpy, stpncpy, strndup, strnlen, strsignal,
2786 strcoll_l, strerror_l, and strxfrm_l are in POSIX 2008.
2787 * stdlib/stdlib.h: mkdtemp is in POSIX 2008.
2788 * libio/stdio.h: dprintf, fmemopen, getdelim, getline,
2789 open_memstream, and vdprintf are in POSIX 2008.
2790
2791 2009-02-25 Ulrich Drepper <drepper@redhat.com>
2792
2793 * include/features.h: Define macros for XPG7/POSIX 2008.
2794 * ctype/ctype.h: The *_l functions are in POSIX 2008.
2795 * dirent/dirent.h: alphasort, dirfd, scandir, and fdopendir are in
2796 POSIX 2008.
2797 * locale/langinfo.h: nl_langinfo_l is in POSIX 2008.
2798 * locale/xlocale.h: Define locale_t type.
2799 * locale/locale.h: duplocale, freelocale, newlocale, uselocale are
2800 in POSIX 2008. Don't define locale_t here.
2801 * stdlib/monetary.h: strfmon_l is in POSIX 2008.
2802 * sysdeps/unix/sysv/linux/bits/stat.h: Protect UTIME_NOW and
2803 UTIME_OMIT only with __USE_ATFILE.
2804 * signal/signal.h: Declare psignal and psiginfo for POSIX 2008.
2805 * stdio-common/psiginfo.c: New file.
2806 * stdio-common/psiginfo-data.h: New file.
2807 * stdio-common/psiginfo-define.h: New file.
2808 * stdio-common/Makefile (routines): Add psiginfo.
2809 * stdio-common/Versions: Export psiginfo for GLIBC_2.10.
2810 * sysdeps/unix/sysv/linux/ia64/bits/stat.h: Likewise.
2811 * sysdeps/unix/sysv/linux/powerpc/bits/stat.h: Likewise.
2812 * sysdeps/unix/sysv/linux/s390/bits/stat.h: Likewise.
2813 * sysdeps/unix/sysv/linux/sparc/bits/stat.h: Likewise.
2814 * sysdeps/unix/sysv/linux/x86_64/bits/stat.h: Likewise.
2815 * io/sys/stat.h: Move mknodat definition into same conditional as
2816 mknod.
2817 * time/sys/time.h: futimesat is not among the functions accepted
2818 into the POSIX standard.
2819
2820 * include/features.h: If no feature selection given and we select
2821 by default a POSIX mode, also define __USE_POSIX_IMPLICITLY.
2822 * posix/Versions: Export __posix_getopt.
2823 * posix/getopt.c (_getopt_initialize): Take additional parameter.
2824 Use it to alternatively initialize __posixly_correct.
2825 (_getopt_internal_r): Take addition parameter. Pass on to
2826 _getopt_initialize.
2827 (_getopt_internal): Take addition parameter. Pass on to
2828 _getopt_internal_r.
2829 (getopt): Pass additional zero to _getopt_internal.
2830 (__posix_getopt): New function.
2831 * posix/getopt.h: Add redirection for getopt.
2832 * posix/getopt1.c (getopt_long): Pass additional zero to
2833 _getopt_internal.
2834 (getopt_long_only): Likewise.
2835 (_getopt_long_r): Pass additional zero to _getopt_internal_r.
2836 (_getopt_long_only_r): Likewise.
2837 * posix/getopt_int.h: Adjust declarations of _getopt_internal and
2838 _getopt_internal_r.
2839
2840 2009-02-24 Ulrich Drepper <drepper@redhat.com>
2841
2842 * bits/confname.h: Define _SC_TRACE_EVENT_NAME_MAX, _SC_TRACE_NAME_MAX,
2843 _SC_TRACE_SYS_MAX, _SC_TRACE_USER_EVENT_MAX, _SC_XOPEN_STREAMS.
2844 * sysdeps/posix/sysconf.c (__sysconf): Handle
2845 _SC_TRACE_EVENT_NAME_MAX, _SC_TRACE_NAME_MAX, _SC_TRACE_SYS_MAX,
2846 _SC_TRACE_USER_EVENT_MAX, _SC_XOPEN_STREAMS.
2847
2848 2009-02-24 Roland McGrath <roland@redhat.com>
2849
2850 [BZ #9895]
2851 * README.template: Reworded not to use substituted version number.
2852 Renamed to ...
2853 * README: ... here (no longer generated).
2854 * Makefile (README): Target removed.
2855
2856 2009-02-24 Ulrich Drepper <drepper@redhat.com>
2857
2858 * sysdeps/unix/sysv/linux/sysconf.c (__sysconf):
2859 /proc/sys/kernel/rtsig_max doesn't exist anymore, use getrlimit
2860 instead.
2861
2862 * io/sys/stat.h: The lstat functions have been mandatory since 2001.
2863
2864 * time/tzset.c (tzset_internal): Correct parsing of TZ envvar.
2865
2866 2009-02-22 Ulrich Drepper <drepper@redhat.com>
2867
2868 * po/bg.po: Update from translation team.
2869
2870 2009-02-16 Jakub Jelinek <jakub@redhat.com>
2871
2872 * stdlib/monetary.h: Uglify function parameter names.
2873 * sunrpc/rpc/pmap_clnt.h: Likewise.
2874 * sunrpc/rpc/svc.h: Likewise.
2875 * sunrpc/rpc/xdr.h: Likewise.
2876 * sunrpc/rpc/clnt.h: Likewise.
2877 * resolv/netdb.h: Likewise.
2878 * resolv/arpa/nameser.h: Likewise.
2879 * resolv/resolv.h: Likewise.
2880 * argp/argp.h: Likewise.
2881 * locale/langinfo.h: Likewise.
2882 * io/sys/stat.h: Likewise.
2883 * posix/spawn.h: Likewise.
2884 * nis/rpcsvc/nislib.h: Likewise.
2885 * malloc/obstack.h: Likewise.
2886 * sysdeps/ia64/bits/link.h: Likewise.
2887 * sysdeps/i386/bits/link.h: Likewise.
2888 * sysdeps/s390/bits/link.h: Likewise.
2889 * sysdeps/powerpc/bits/link.h: Likewise.
2890 * sysdeps/x86_64/bits/link.h: Likewise.
2891 * sysdeps/sparc/bits/link.h: Likewise.
2892 * sysdeps/sh/bits/link.h: Likewise.
2893 * sysdeps/unix/sysv/linux/i386/sys/io.h: Likewise.
2894 * sysdeps/unix/sysv/linux/x86_64/sys/io.h: Likewise.
2895 * sysdeps/unix/sysv/linux/sparc/sys/eventfd.h: Likewise.
2896 * sysdeps/unix/sysv/linux/sys/eventfd.h: Likewise.
2897
2898 2008-12-01 Fredrik Unger <fred@tree.se>
2899
2900 * soft-fp/double.h [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_D,
2901 FP_UNPACK_SEMIRAW_DP): Use _FP_UNPACK_RAW_1 instead of
2902 _FP_UNPACK_RAW_2, fix up first argument.
2903
2904 2009-02-15 Ulrich Drepper <drepper@redhat.com>
2905
2906 * sysdeps/unix/sysv/linux/getsysstats.c (next_line): New function.
2907 (GET_NPROCS_PARSER): Change parameters and use next_line.
2908 (__get_nprocs): Rewrite to not use stdio routines.
2909 * sysdeps/unix/sysv/linux/sparc/getsysstats.c (GET_NPROCS_PARSER):
2910 Change parameters and use next_line.
2911
2912 2009-02-13 Ulrich Drepper <drepper@redhat.com>
2913
2914 [BZ #5381]
2915 * nscd/nscd.h: Remove definitions and declarations for mem_in_flight.
2916 Change mempool_alloc prototype.
2917 * nscd/mem.c (gc): Don't handle mem_in_flight.
2918 (mempool_alloc): Third parameter now only indicates whether this is the
2919 first call (to allocate data) or not. If it is, get db rdlock.
2920 Release it on error. Don't handle mem_in_flight.
2921 * nscd/aicache.c (addhstaiX): Mark he parameter as const.
2922 Adjust third parameter of mempool_alloc calls.
2923 Nothing to do here in case mempool_alloc fails.
2924 Avoid local variable shadowing parameter. No need to get db rdlock
2925 before calling cache_add.
2926 * nscd/cache.c (cache_add): Adjust call to mempool_alloc. There is
2927 no mem_in_flight array anymore.
2928 * nscd/connections.c: Remove definition and handling of mem_in_flight.
2929 * nscd/grpcache.c (cache_addgr): Adjust third parameter of
2930 mempool_alloc calls. Mark he parameter as const. Nothing to do here
2931 in case mempool_alloc fails. No need to get db rdlock before calling
2932 cache_add.
2933 * nscd/hstcache.c (cache_addhst): Likewise.
2934 * nscd/initgrcache.c (addinitgroupsX): Likewise.
2935 * nscd/servicescache.c (cache_addserv): Likewise.
2936 * nscd/pwdcache.c (cache_addpw): Likewise. Remove some debugging code.
2937
2938 2009-02-11 Ulrich Drepper <drepper@redhat.com>
2939
2940 * po/lt.po: Update from translation team.
2941
2942 2009-02-10 Ulrich Drepper <drepper@redhat.com>
2943
2944 * elf/dl-load.c (open_verify): In case VALID_ELF_HEADER is
2945 defined, allow additional data to be added using the optional
2946 MORE_ELF_HEADER_DATA macro.
2947 * sysdeps/unix/sysv/linux/ldsodefs.h (VALID_ELF_HEADER,
2948 VALID_ELF_OSABI, VALID_ELF_ABIVERSION, MORE_ELF_HEADER_DATA): Define.
2949
2950 2009-02-08 Ulrich Drepper <drepper@redhat.com>
2951
2952 * include/atomic.h: Define catomic_and if not already defined.
2953 * sysdeps/x86_64/bits/atomic.h: Define catomic_and.
2954 * sysdeps/i386/i486/bits/atomic.h: Likewise.
2955
2956 2009-02-07 Ulrich Drepper <drepper@redhat.com>
2957
2958 * malloc/malloc.c (_int_free): Second argument is now mchunkptr.
2959 Change all callers.
2960 (_int_realloc): Likewise. Third argument is now padded size
2961 All _int_* functions are now static.
2962
2963 * malloc/hooks.c: Change all callers to _int_free and _int_realloc.
2964 * malloc/arena.c: Likewise.
2965 * include/malloc.h: Remove now unnecessary declarations of the _int_*
2966 functions.
2967
2968 * sunrpc/rpc_common.c: We cannot move _null_auth into .rodata that
2969 easily.
2970
2971 * malloc/malloc.c: Add branch prediction for use of the hooks.
2972
2973 * grp/compat-initgroups.c [NOT_IN_libc] (__libc_use_alloca): Define.
2974
2975 2009-02-06 Ulrich Drepper <drepper@redhat.com>
2976
2977 [BZ #7095]
2978 * bits/confname.h: Add SUSv7 macros for getconf environments.
2979 * bits/environments.h: Likewise.
2980 * sysdeps/unix/sysv/linux/i386/bits/environments.h: Likewise.
2981 * sysdeps/unix/sysv/linux/powerpc/bits/environments.h: Likewise.
2982 * sysdeps/unix/sysv/linux/s390/bits/environments.h: Likewise.
2983 * sysdeps/unix/sysv/linux/sparc/bits/environments.h: Likewise.
2984 * sysdeps/unix/sysv/linux/x86_64/bits/environments.h: Likewise.
2985 * posix/confstr.c: Handle SUSv5 and SUSv7 environments.
2986 * posix/getconf.c: Likewise.
2987 * posix/sysconf.c: Likewise.
2988 * sysdeps/posix/sysconf.c: Likewise.
2989 * posix/Makefile (getconf.speclist): Also collect SUSv5 and SUSv7
2990 environments.
2991
2992 2009-01-16 Petr Baudis <pasky@suse.cz>
2993
2994 [BZ #9753]
2995 * resolv/res_libc.c (__res_maybe_init): Call __res_vinit()
2996 even if we currently have zero nscount.
2997
2998 2009-02-06 Ulrich Drepper <drepper@redhat.com>
2999
3000 [BZ #9781]
3001 * grp/compat-initgroups.c (compat_call): Switch to use malloc when
3002 the input line is too long.
3003
3004 * po/Makefile (libc.pot): Add f_print as function taking c-format
3005 parameter.
3006
3007 * debug/xtrace.sh: Unify translatable messages.
3008 * elf/ldd.bash.in: Likewise.
3009 * elf/sprof.c: Likewise.
3010 * locale/programs/locale.c: Likewise.
3011 * malloc/memusage.sh: Likewise.
3012 * nss/getent.c: Likewise.
3013
3014 2009-02-06 Joseph Myers <joseph@codesourcery.com>
3015
3016 * debug/pcprofiledump.c (print_version,
3017 argp_program_version_hook): New function.
3018 * elf/ldconfig.c (more_help): New function.
3019 (argp): Use it.
3020 * elf/sln.c (usage): New function.
3021 (main): Support --help and --version.
3022 * malloc/memusagestat.c (print_version): New function.
3023 (argp_program_version_hook): New variable.
3024 * nscd/nscd.c (more_help): New function.
3025 (argp): Use it.
3026 * posix/getconf.c (main): Send --version output to stdout.
3027 Support --help.
3028 * sunrpc/rpc_main.c (usage, options_usage): Take STREAM and STATUS
3029 arguments. All callers changed.
3030 (print_version): New function.
3031 (parseargs): Support --help and --version.
3032 * sunrpc/rpcinfo.c (usage): Take STREAM argument. All callers
3033 changed.
3034 (print_version): New function.
3035 (main): Use getopt_long. Support --help and --version.
3036 * sysdeps/unix/sysv/linux/lddlibc4.c (main): Support --help and
3037 --version.
3038
3039 2009-02-06 Ulrich Drepper <drepper@redhat.com>
3040
3041 * malloc/memusage.c (DEFAULT_BUFFER_SIZE): Change to 32768.
3042 (update_data): Fix handling of wrapping back
3043 to the beginning of the buffer.
3044
3045 [BZ #9823]
3046 * stdio-common/psignal.c (psignal): Fix test for empty string.
3047
3048 2009-02-05 Ulrich Drepper <drepper@redhat.com>
3049
3050 * include/rpc/auth.h: Use libc_hidden_proto for _null_auth.
3051 * sunrpc/rpc_common.c: Add libc_hidden_def for _null_auth. Also
3052 move _null_auth to .rodata.
3053
3054 * time/tzset.c (__tzset_parse_tz): DST offset must also allow hour
3055 value of 24.
3056
3057 * intl/dcigettext.c (DCIGETTEXT): Avoid some code duplication.
3058
3059 * sysdeps/unix/opendir.c (__alloc_dir): We have a lot more memory
3060 today than when the original code was written. Use larger
3061 buffers. This also makes it unnecessary to have stat information,
3062 if this causes extra efforts.
3063 (__opendir): In case O_DIRECTORY works, don't call fstat just for
3064 __alloc_dir.
3065
3066 2009-02-03 Andrew Stubbs <ams@codesourcery.com>
3067
3068 * sysdeps/sh/sh4/dl-trampoline.S: Only set HAVE_FPU if __SH_FPU_ANY__
3069 is set.
3070 * sysdeps/sh/sh4/setjmp.S: Support SH4-NOFPU.
3071 * sysdeps/sh/sh4/__longjmp.S: Likewise.
3072 * sysdeps/unix/sysv/linux/sh/sh4/getcontext.S: Likewise.
3073 * sysdeps/unix/sysv/linux/sh/sh4/setcontext.S: Likewise.
3074 * sysdeps/unix/sysv/linux/sh/sh4/swapcontext.S: Likewise.
3075 * sysdeps/unix/sysv/linux/sh/sh4/register-dump.h: Likewise.
3076
3077 2009-02-04 Ulrich Drepper <drepper@redhat.com>
3078
3079 * po/ru.po: Update from translation team.
3080
3081 2008-11-17 Nathan Sidwell <nathan@codesourcery.com>
3082
3083 * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (struct sigevent):
3084 Add _tid slot to maintain consistency with kernel.
3085
3086 2009-02-04 Ulrich Drepper <drepper@redhat.com>
3087
3088 * libio/wfileops.c (_IO_wfile_underflow): Fix handling of
3089 incomplete characters at end of input buffer.
3090 * libio/Makefile (tests): Add tst-fgetwc.
3091 * libio/tst-fgetwc.c: New file.
3092 * libio/tst-fgetwc.input: New file.
3093
3094 2009-02-02 Andrew Stubbs <ams@codesourcery.com>
3095
3096 * sysdeps/unix/sysv/linux/sh/Makefile (libm.so-no-z-defs): Define.
3097
3098 2009-02-02 Ulrich Drepper <drepper@redhat.com>
3099
3100 [BZ #9793]
3101 * iconv/gconv_trans.c (__gconv_transliterate): Don't change
3102 *OUTBUFSTART unless the whole output fit into the buffer.
3103 * iconv/Makefile (tests): Add tst-iconv4.
3104 * iconv/tst-iconv4.c: New file.
3105
3106 2009-02-01 Ulrich Drepper <drepper@redhat.com>
3107
3108 * sysdeps/x86_64/cacheinfo.c (intel_02_known): Add new descriptors.
3109 * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_02_known): Likewise.
3110
3111 2009-01-29 Andrew Stubbs <ams@codesourcery.com>
3112
3113 * elf/Makefile (ld.so): Adjust the sed script to insert _begin in to
3114 newer linker scripts.
3115
3116 2009-01-30 Ulrich Drepper <drepper@redhat.com>
3117
3118 [BZ #7040]
3119 * sysdeps/unix/sysv/linux/sys/inotify.h: Second parameter of
3120 inotify_rm_watch should have type int.
3121
3122 2009-01-06 Steven Munroe <sjmunroe@us.ibm.com>
3123
3124 * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S (__longjmp):
3125 Make aligned_restore_vmx a local symbol.
3126 * sysdeps/powerpc/powerpc64/__longjmp-common.S (__longjmp):
3127 Likewise.
3128
3129 2009-01-30 Andreas Jaeger <aj@suse.de>
3130
3131 * sysdeps/unix/sysv/linux/bits/shm.h (SHM_EXEC): Define.
3132 * sysdeps/unix/sysv/linux/ia64/bits/shm.h (SHM_EXEC): Define.
3133 * sysdeps/unix/sysv/linux/powerpc/bits/shm.h (SHM_EXEC): Define.
3134 * sysdeps/unix/sysv/linux/s390/bits/shm.h (SHM_EXEC): Define.
3135 * sysdeps/unix/sysv/linux/sh/bits/shm.h (SHM_EXEC): Define.
3136 * sysdeps/unix/sysv/linux/sparc/bits/shm.h (SHM_EXEC): Define.
3137 * sysdeps/unix/sysv/linux/x86_64/bits/shm.h (SHM_EXEC): Define.
3138
3139 2009-01-11 Ryan S. Arnold <rsa@us.ibm.com>
3140
3141 [BZ #9726]
3142 * sysdeps/powerpc/fpu/tst-setcontext-fpscr.c (_SET_DI_FPSCR,
3143 _SET_SI_FPSCR): Clobber fp0 to prevent erroneous test-case passes.
3144
3145 2009-01-08 Ryan S. Arnold <rsa@us.ibm.com>
3146
3147 [BZ #9726]
3148 * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S
3149 (__CONTEXT_FUNC_NAME): Fix mtfsf to use fp31 instead of fp0.
3150 * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S
3151 (__CONTEXT_FUNC_NAME): Fix mtfsf to use fp31 instead of fp0.
3152
3153 2009-01-11 Thomas Schwinge <tschwinge@gnu.org>
3154
3155 * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Use
3156 memcpy instead of memcmp.
3157 (_dl_setup_pointer_guard): Likewise.
3158
3159 2009-01-30 Ulrich Drepper <drepper@redhat.com>
3160
3161 * malloc/malloc.c (sYSMALLOc): Don't use assert when detecting
3162 manipulated brk, use malloc_printerr.
3163 * misc/sbrk.c (__sbrk): Better error handling for nonsense
3164 requests.
3165
3166 2009-01-30 Jakub Jelinek <jakub@redhat.com>
3167
3168 * string/string.h (memchr, strchr, strrchr, strpbrk, strstr, index,
3169 rindex): For C++ add inlines so that they can be recognized as
3170 builtins.
3171 * string/strings.h: Define correct C++ prototypes for gcc 4.4.
3172
3173 2009-01-29 Ulrich Drepper <drepper@redhat.com>
3174 Jakub Jelinek <jakub@redhat.com>
3175
3176 * string/string.h: Define correct C++ prototypes for gcc 4.4.
3177 * wcsmbs/wchar.h: Likewise.
3178
3179 2009-01-29 Ulrich Drepper <drepper@redhat.com>
3180
3181 * sysdeps/i386/stackinfo.h (stackinfo_get_sp): Define.
3182 (stackinfo_sub_sp): Define.
3183
3184 2009-01-28 Ulrich Drepper <drepper@redhat.com>
3185
3186 [BZ #9750]
3187 * nscd/mem.c (gc): Use alloca_count to get the real stack usage.
3188 * include/alloca.h (alloca_account): Define.
3189 * sysdeps/x86_64/stackinfo.h (stackinfo_get_sp): Define.
3190 (stackinfo_sub_sp): Define.
3191
3192 * nscd/connections.c (nscd_init): If database file access fails
3193 check whether this is due to permission problems and bail in that
3194 case.
3195
3196 [BZ #9741]
3197 * nscd/mem.c (gc): Fix assignment of he_data in case malloc is used.
3198 Reported by Jun'ichi Nomura <j-nomura@ce.jp.nec.com>.
3199
3200 2009-01-14 Kaz Kojima <kkojima@rr.iij4u.or.jp>
3201
3202 * sysdeps/unix/sysv/linux/sh/sysdep.h (INTERNAL_SYSCALL):
3203 Add "t" to clobber list.
3204 (INTERNAL_SYSCALL_NCS): Likewise.
3205
3206 2009-01-28 Ulrich Drepper <drepper@redhat.com>
3207
3208 * nss/getent.c (print_networks): Don't print comma between aliases.
3209
3210 2009-01-23 Ulrich Drepper <drepper@redhat.com>
3211
3212 * sysdeps/unix/sysv/linux/tst-clone.c (do_test): Avoid warning.
3213
3214 * misc/hsearch_r.c (hcreate_r): We need at least three elements in
3215 the hash table.
3216 * misc/Makefile (tests): Add bug-hsearch1.
3217 * misc/bug-hsearch1.c: New file.
3218
3219 2009-01-22 Roland McGrath <roland@redhat.com>
3220
3221 * Makeconfig (%.v.i): Strip trailing # comments,
3222 not only whole-line comments.
3223
3224 2009-01-10 Ulrich Drepper <drepper@redhat.com>
3225
3226 * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Take
3227 one parameter. If non-NULL use it to initialize return value.
3228 (_dl_setup_pointer_guard): New function.
3229 * sysdeps/unix/sysv/linux/dl-osinfo.h: Likewise.
3230 * sysdeps/generic/ldsodefs.h: Declare _dl_random.
3231 * elf/rtld.c (security_init): Pass _dl_random to
3232 _dl_setup_stack_chk_guard. Call _dl_setup_pointer_guard to initialize
3233 pointer_chk_guard.
3234 * elf/dl-sysdep.c (_dl_random): New variable.
3235 (_dl_sysdep_start): Handle AT_RANDOM.
3236 (_dl_show_auxv): Likewise.
3237 * elf/dl-support.c (_dl_random): New variable.
3238 (_dl_aux_init): Handle AT_RANDOM.
3239 * csu/libc-start.c [!SHARED] (libc_start_main): Pass _dl_random
3240 to _dl_setup_stack_chk_guard.
3241
3242 * elf/elf.h (AT_RANDOM): Define AT_BASE_PLATFORM and AT_RANDOM.
3243
3244 2009-01-10 Roland McGrath <roland@redhat.com>
3245
3246 * nscd/nscd.c (parse_opt): Use argp_error for bad -i argument.
3247
3248 2009-01-08 Ulrich Drepper <drepper@redhat.com>
3249
3250 * sysdeps/i386/fpu/libm-test-ulps: Adjust expm1 errors.
3251
3252 [BZ #9706]
3253 * nss/nss_files/files-parse.c (strtou32): New function.
3254 (INT_FIELD): Use strotu32 instead of strtoul to unify behavior
3255 across 32-bit and 64-bit platforms.
3256 (INT_FIELD_MAYBE_NULL): Likewise.
3257
3258 2009-01-08 Jakub Jelinek <jakub@redhat.com>
3259
3260 [BZ #9720]
3261 * sysdeps/unix/sysv/linux/bits/resource.h (enum __rusage_who): Avoid
3262 comma after RUSAGE_CHILDREN if not -D_GNU_SOURCE.
3263 * sysdeps/unix/sysv/linux/sparc/bits/resource.h (enum __rusage_who):
3264 Likewise.
3265
3266 2009-01-05 Paolo Bonzini <bonzini@gnu.org>
3267
3268 [BZ #697]
3269 * posix/regexec.c (prune_impossible_nodes): Handle sifted_states[0]
3270 being NULL also if there are no backreferences.
3271 * posix/rxspencer/tests: Add testcases.
3272
3273 2009-01-04 Paolo Bonzini <bonzini@gnu.org>
3274
3275 [BZ #9697]
3276 * posix/bug-regex17.c: Add testcases.
3277 * posix/regcomp.c (re_compile_fastmap_iter): Rewrite COMPLEX_BRACKET
3278 handling.
3279
3280 2009-01-05 Martin Schwidefsky <schwidefsky@de.ibm.com>
3281
3282 * sysdeps/unix/sysv/linux/s390/bits/libc-vdso.h: New file.
3283 * sysdeps/unix/sysv/linux/s390/gettimeofday.c: New file.
3284 * sysdeps/unix/sysv/linux/s390/init-first.c: New file.
3285 * sysdeps/unix/sysv/linux/s390/Makefile (sysdep_routines): Add dl-vdso
3286 for elf subdir.
3287 * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h (INLINE_VSYSCALL,
3288 INTERNAL_VSYSCALL, INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK,
3289 INTERNAL_SYSCALL_NCS, HAVE_CLOCK_GETRES_VSYSCALL and
3290 HAVE_CLOCK_GETTIME_VSYSCALL: Define.
3291 * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
3292 * sysdeps/unix/sysv/linux/s390/Versions: New file.
3293
3294 2008-12-31 Paolo Bonzini <bonzini@gnu.org>
3295
3296 * posix/regcomp.c (re_compile_fastmap_iter): Use __mbrtowc.
3297 * posix/regex_internal.c (build_wcs_buffer, build_wcs_upper_buffer,
3298 re_string_skip_chars, re_string_reconstruct): Likewise.
3299 * posix/regex_internal.h [!_LIBC] (__mbrtowc): New #define.
3300
3301 2008-12-31 Rafael Avila de Espindola <espindola@google.com>
3302
3303 * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyaddr2_r): Check and
3304 adjust the buffer alignment.
3305
3306 2009-01-07 Samuel Thibault <samuel.thibault@ens-lyon.org>
3307
3308 * sysdeps/mach/hurd/Makefile (sysdep_headers) [subdir=socket]:
3309 Add net/ethernet.h net/if_arp.h net/if_ether.h net/if_ppp.h
3310 net/route.h.
3311
3312 * hurd/report-wait.c (describe_number): Use __stpcpy to prepend
3313 flavor to description only when flavor is not NULL.
3314
3315 * hurd/hurdsig.c (signal_allowed): Unlock _hurd_dtable_lock
3316 mutex after SIGIO/SIGURG lookup loop.
3317
3318 2009-01-03 Samuel Thibault <samuel.thibault@ens-lyon.org>
3319
3320 * bits/resource.h (PRIO_PROCESS, PRIO_PGRP, PRIO_USER): Add macros.
3321
3322 2009-01-03 Ulrich Drepper <drepper@redhat.com>
3323
3324 * sysdeps/unix/sysv/linux/i386/sysdep.h: Describe 6th argument
3325 handling.
3326
3327 2009-01-02 Ulrich Drepper <drepper@redhat.com>
3328
3329 * sysdeps/unix/sysv/linux/kernel-features.h
3330 (__ASSUME_FUTEX_CLOCK_REALTIME): Define.
3331
3332 * wcsmbs/wcsnrtombs.c (__wcsnrtombs): Create temporary state object
3333 if no output is written.
3334
3335 * version.h: Bump to 2.10 development.
3336
3337 * posix/getconf.c: Update copyright year.
3338 * nss/getent.c: Likewise.
3339 * iconv/iconvconfig.c: Likewise.
3340 * iconv/iconv_prog.c: Likewise.
3341 * elf/ldconfig.c: Likewise.
3342 * catgets/gencat.c: Likewise.
3343 * csu/version.c: Likewise.
3344 * elf/ldd.bash.in: Likewise.
3345 * elf/sprof.c (print_version): Likewise.
3346 * locale/programs/locale.c: Likewise.
3347 * locale/programs/localedef.c: Likewise.
3348 * nscd/nscd.c (print_version): Likewise.
3349 * debug/xtrace.sh: Likewise.
3350 * malloc/memusage.sh: Likewise.
3351 * malloc/mtrace.pl: Likewise.
3352 * debug/catchsegv.sh: Likewise.
3353
3354 2008-12-29 Mike Frysinger <vapier@gentoo.org>
3355
3356 * iconvdata/Makefile (iconv-rules): Use LC_ALL=C when running awk
3357 script.
3358
3359 2008-12-29 Ulrich Drepper <drepper@redhat.com>
3360
3361 * sysdeps/posix/getaddrinfo.c (gaih_inet): When the
3362 gethostbyname4_r function call succeeded, just leave the loop.
3363
3364 [BZ #9694]
3365 * wcsmbs/wchar.h: Move undefs for local __need_* constants to the
3366 very end.
3367 * wctype/wctype.h: Get wint_t definition directly from <stddef.h>.
3368 * wctype/Makefile (tests): Add bug-wctypeh.
3369 * wctype/bug-wctypeh.c: New file.
3370
3371 * nscd/nscd_gethst_r.c (nscd_gethst_r): Don't use nscd if
3372 LOCALDOMAIN is defined.
3373 * nscd/nscd_getai.c (__nscd_getai): Likewise.
3374
3375 * sysdeps/x86_64/bits/select.h: New file.
3376
3377 * resolv/res_init.c (__res_vinit): Count all servers in statp->nscount.
3378
3379 2008-12-21 Bruno Haible <bruno@clisp.org>
3380
3381 [BZ #9677]
3382 * wcsmbs/mbsnrtowcs.c (__mbsnrtowcs): Create temporary state object
3383 if no output is written.
3384
3385 2008-12-13 Klaus Dittrich <kladit@arcor.de>
3386
3387 * login/utmp_file.c (pututline_file): Replace call to dup2 with
3388 libc internal symbol __dup2 to avoid access through the PLT.
3389
3390 2008-12-08 Ulrich Drepper <drepper@redhat.com>
3391
3392 [BZ #6545]
3393 * sysdeps/unix/sysv/linux/bits/socket.h (SCM_CREDENTIALS): Make
3394 available only for __USE_GNU.
3395
3396 * inet/Makefile (tests): Add tst-getni2.
3397 * inet/tst-getni2.c: New file.
3398
3399 [BZ #7080]
3400 * inet/getnameinfo.c (getnameinfo): Check for output buffers being
3401 NULL when NI_NAMEREQD is set.
3402 Patch mostly by Yang Hongyang <yanghy@cn.fujitsu.com>.
3403 * inet/Makefile (tests): Add tst-getni1.
3404 * inet/tst-getni1.c: New file.
3405
3406 2008-12-03 Petr Baudis <pasky@suse.cz>
3407
3408 [BZ #7067]
3409 * nscd/connections.c (invalidate_cache): Use prune_run_lock
3410 instead of prune_lock.
3411 (nscd_run_prune): Before calling prune_cache, take prune_run_lock.
3412 * nscd/nscd.h (database_dyn): Add prune_run_cache.
3413
3414 2008-12-07 Ulrich Drepper <drepper@redhat.com>
3415
3416 * resolv/res_send.c (send_dg): Use correct guards for SOCK_CLOEXEC
3417 use.
3418
3419 * sysdeps/unix/sysv/linux/kernel-features.h: Fix typo in accept4
3420 handling.
3421
3422 * resolv/res_init.c (__res_vinit): Always assign to statp->nscount
3423 after reading name server list.
3424
3425 [BZ #7058]
3426 * nis/nss_nis/nis-hosts.c (_nss_nis_gethostbyname4_r): Fix memory
3427 handling for host name aliases.
3428
3429 2008-11-24 Arkadiusz Miśkiewicz <arekm@maven.pl>
3430
3431 * sysdeps/i386/dl-tlsdesc.S (_dl_tlsdesc_dynamic): Use LOAD_PIC_REG
3432 instead of doing things manually.
3433
3434 2008-11-26 Chris Steel <chris.steel.lnx@googlemail.com>
3435
3436 * posix/regex_internal.h (build_wcs_upper_buffer):
3437 Return type is reg_error_t.
3438
3439 2008-12-05 Ulrich Drepper <drepper@redhat.com>
3440
3441 * posix/globtest.sh: Use mktemp to create temporary file and
3442 directory.
3443
3444 * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_SET_S): Handle large
3445 sets correctly.
3446 (__CPU_CLR_S): Likewise.
3447 (__CPU_ISSET_S): Likewise.
3448
3449 2008-12-05 Joseph Myers <joseph@codesourcery.com>
3450 Ulrich Drepper <drepper@redhat.com>
3451
3452 * scripts/firstversion.awk: Use custom comparison function to compare
3453 version numbers.
3454 * scripts/versions.awk: Use sort invocation which can handle
3455 multi-digit sub-version numbers.
3456
3457 2008-12-04 Ulrich Drepper <drepper@redhat.com>
3458
3459 * locale/programs/ld-address.c (DEFINE_LANGUAGE_CODE2): Define.
3460 * locale/iso-639.def: Add Chhattisgarhi entry.
3461
3462 2008-12-02 Ulrich Drepper <drepper@redhat.com>
3463
3464 * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname3_r): Recognize
3465 ESRCH return value.
3466 (_nss_dns_gethostbyname4_r): Likewise.
3467 * resolv/res_init.c (__res_vinit): Initialize nscount to zero.
3468 * sysdeps/posix/getaddrinfo.c (gaih_inet): In case we use
3469 gethostbyname4_r, we don't have a separate IPv6 status, so copy
3470 the no_data variable.
3471
3472 * resolv/res_init.c (__res_vinit): Fill in IPv4 name server
3473 information at the correct index.
3474
3475 * socket/sys/socket.h: Declare accept4.
3476 * socket/accept4.c: New file.
3477 * sysdeps/unix/sysv/linux/accept4.c: New file.
3478 * sysdeps/unix/sysv/linux/i386/accept4.S: New file.
3479 * socket/Makefile (routines): Add accept4.
3480 * socket/Versions: Export accept4 with version GLIBC_2.10.
3481 * socket/paccept.c: Removed.
3482 * sysdeps/unix/sysv/linux/paccept.c: Removed.
3483 * sysdeps/unix/sysv/linux/i386/paccept.S: Removed.
3484 * Versions.def: Define GLIBC_2.10 for libc.
3485 * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_ACCEPT4.
3486
3487 * nscd/connections.c: Use accept4.
3488
3489 * sysdeps/unix/sysv/linux/i386/socket.S: Fix comment.
3490
3491 2008-12-01 Ulrich Drepper <drepper@redhat.com>
3492
3493 * resolv/res_send.c (send_dg): Create sockets with non-blocking
3494 flag already set.
3495
3496 * stdlib/setenv.c (unsetenv): Don't search environment if it does
3497 not exist.
3498 * stdlib/Makefile (tests): Add tst-unsetenv1.
3499 * stdlib/tst-unsetenv1.c: New file.
3500
3501 2008-11-29 Ulrich Drepper <drepper@redhat.com>
3502
3503 * login/utmp_file.c (file_writable): New variable.
3504 (setutent_file): Don't try to open file for writing.
3505 (pututline_file): Before writing, make descriptor writable if
3506 necessary.
3507
3508 2008-11-26 Ulrich Drepper <drepper@redhat.com>
3509
3510 * sysdeps/posix/getaddrinfo.c (getaddrinfo): Only restrict search
3511 to IPv4 or IPv6 if an interface has been found.
3512
3513 2008-11-26 Roland McGrath <roland@redhat.com>
3514
3515 * sysdeps/unix/sysv/linux/alpha/ipc_priv.h: Renamed to ...
3516 * sysdeps/unix/sysv/linux/powerpc/ipc_priv.h: ... here.
3517
3518 * sysdeps/unix/sysv/linux/alpha/wordexp.c: Renamed to ...
3519 * sysdeps/unix/sysv/linux/ia64/wordexp.c: ... here.
3520 * sysdeps/unix/sysv/linux/sparc/sparc64/wordexp.c: Change #include.
3521
3522 * elf/elf.h (NT_386_IOPERM): New macro.
3523 (NT_PPC_VSX): New macro.
3524
3525 2008-11-25 Roland McGrath <roland@redhat.com>
3526
3527 * sysdeps/alpha, sysdeps/unix/bsd/osf/alpha,
3528 sysdeps/unix/bsd/Attic/osf1/alpha, sysdeps/unix/sysv/linux/alpha,
3529 sysdeps/unix/sysv/linux/alpha/alpha, sysdeps/unix/alpha,
3530 sysdeps/mach/alpha, sysdeps/mach/hurd/alpha:
3531 Subdirectories moved to ports repository.
3532 * configure.in (base_machine): Remove alpha case.
3533
3534 2008-11-25 Thomas Schwinge <tschwinge@gnu.org>
3535
3536 * sysdeps/mach/strerror_l.c: New file.
3537
3538 2008-11-13 Ryan S. Arnold <rsa@us.ibm.com>
3539
3540 [BZ #6411]
3541 * sysdeps/powerpc/fpu/Makefile: Added test case tst-setcontext-fpscr.
3542 * sysdeps/powerpc/fpu/feholdexcpt.c (_FPU_MASK_ALL): Define to replace
3543 magic numbers.
3544 * sysdeps/powerpc/fpu/fenv_libc.h (fesetenv_register): Dynamically
3545 choose mtfsf insn based on PPC_FEATURE_HAS_DFP.
3546 (relax_fenv_state): Same as above.
3547 (FPSCR_29): Reserve bit in ISA 2.05.
3548 (FPSCR_NI): Provide define for compat.
3549 * sysdeps/powerpc/fpu/fesetenv.c (_FPU_MASK_ALL): Define to replace
3550 magic numbers.
3551 * sysdeps/powerpc/fpu/feupdateenv.c (_FPU_MASK_ALL): Define to replace
3552 magic numbers.
3553 * sysdeps/powerpc/fpu/tst-setcontext-fpscr.c: New file. Test case to
3554 test setcontext and swapcontext with dynamic 64-bit FPSCR detection.
3555 * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S (__longjmp): Adjust
3556 access to hwcap to account for hwcap size increase to uint64_t.
3557 * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S (__sigsetjmp ):
3558 Likewise.
3559 * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S
3560 (*setcontext): Likewise.
3561 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/fpu/setcontext.S:
3562 New file.
3563 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/fpu/swapcontext.S:
3564 New file.
3565 * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S
3566 (*setcontext): dynamically select mtfsf insn based on
3567 PPC_FEATURE_HAS_DFP. Adjust access to hwcap to account for hwcap size
3568 increase to uint64_t.
3569 * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S
3570 (*swapcontext): dynamically select mtfsf insn based on
3571 PPC_FEATURE_HAS_DFP. Adjust access to hwcap to account for hwcap size
3572 increase to uint64_t.
3573 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/fpu/setcontext.S:
3574 New file.
3575 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/fpu/swapcontext.S:
3576 New file.
3577 * sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S
3578 (*setcontext): dynamically select mtfsf insn based on
3579 PPC_FEATURE_HAS_DFP.
3580 * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S
3581 (*swapcontext): dynamically select mtfsf insn based on
3582 PPC_FEATURE_HAS_DFP.
3583
3584 2008-11-13 Ulrich Drepper <drepper@redhat.com>
3585
3586 * version.h: Bump for 2.9 release.
3587 * include/features.h (__GLIBC_MINOR__): Bump to 9.
3588
3589 [BZ #7029]
3590 * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_ALLOC_SIZE):
3591 Multiply with sizeof of __cpu_mask, not 8 unconditionally after
3592 all the rounding.
3593
3594 2008-11-11 Ulrich Drepper <drepper@redhat.com>
3595
3596 [BZ #7009]
3597 * resolv/nss_dns/dns-host.c (gaih_getanswer_slice): Don't abort for
3598 unknown request types for now.
3599
3600 2008-11-11 Roland McGrath <roland@redhat.com>
3601
3602 * sysdeps/x86_64/configure: New file.
3603
3604 * configure.in: Add AC_SUBST(libc_cv_cpp_asm_debuginfo).
3605 * configure: Regenerated.
3606
3607 2008-11-03 Martin Schwidefsky <schwidefsky@de.ibm.com>
3608
3609 * sysdeps/s390/s390-64/dl-trampoline.S (_dl_runtime_profile): Use the
3610 correct instruction to remove the stack frame.
3611
3612 2008-11-03 Michael Matz <matz@suse.de>
3613
3614 * sysdeps/s390/bits/atomic.h (__arch_compare_and_exchange_val_32_acq,
3615 __arch_compare_and_exchange_val_64_acq): Add "memory" clobber.
3616
3617 2008-11-07 Jakub Jelinek <jakub@redhat.com>
3618
3619 * include/stdio.h (__builtin_fwrite, __builtin_fwrite_unlocked):
3620 Remove.
3621
3622 * bits/libc-tsd.h (__libc_tsd_define, __libc_tsd_address,
3623 __libc_tsd_get, __libc_tsd_set): Add TYPE argument, use it as the type
3624 of the thread variable instead of void *.
3625 * sysdeps/mach/hurd/bits/libc-tsd.h (__libc_tsd_define,
3626 __libc_tsd_address, __libc_tsd_get, __libc_tsd_set): Likewise.
3627 * include/ctype.h (CTYPE_B, CTYPE_TOUPPER, CTYPE_TOLOWER): Adjust
3628 __libc_tsd_define arguments.
3629 (__ctype_b_loc, __ctype_toupper_loc, __ctype_tolower_loc): Adjust
3630 __libc_tsd_address arguments. Remove union hack.
3631 * include/rpc/rpc.h (RPC_VARS): Adjust __libc_tsd_define arguments.
3632 * sunrpc/rpc_thread.c (RPC_VARS): Likewise.
3633 (__rpc_thread_destroy, rpc_thread_multi, __rpc_thread_variables):
3634 Adjust __libc_tsd_{set,get} arguments.
3635 * ctype/ctype-info.c (CTYPE_B, CTYPE_TOUPPER, CTYPE_TOLOWER): Adjust
3636 __libc_tsd_define arguments.
3637 * locale/uselocale.c (__uselocale): Adjust __libc_tsd_{set,get}
3638 arguments.
3639 * locale/lc-ctype.c (_nl_postload_ctype): Likewise.
3640 * locale/global-locale.c (__libc_tsd_LOCALE): Adjust type.
3641 (LOCALE): Adjust __libc_tsd_define arguments.
3642 * locale/localeinfo.h (_NL_CURRENT_LOCALE): Adjust __libc_tsd_get
3643 arguments.
3644 (LOCALE): Adjust __libc_tsd_define arguments.
3645 * sysdeps/mach/hurd/malloc-machine.h (MALLOC): Adjust __libc_tsd_define
3646 arguments.
3647 (tsd_setspecific, tsd_getspecific): Adjust __libc_tsd_{set,get}
3648 arguments.
3649
3650 2008-11-02 Ulrich Drepper <drepper@redhat.com>
3651
3652 * malloc/malloc.c (public_rEALLOc): When new arena is used, copy
3653 really all bytes. Patch by Denys Vlasenko <dvlasenk@redhat.com>.
3654
3655 2008-11-01 Ulrich Drepper <drepper@redhat.com>
3656
3657 [BZ #6966]
3658 * misc/hsearch_r.c (hsearch_r): Fix secondary hash function.
3659
3660 2008-10-24 Joseph Myers <joseph@codesourcery.com>
3661 Ulrich Drepper <drepper@redhat.com>
3662
3663 * math/tgmath.h (__floating_type): Use __builtin_classify_type in
3664 definition for GCC 3.1 and later.
3665
3666 2008-10-31 Jakub Jelinek <jakub@redhat.com>
3667
3668 * elf/dl-tls.c (__tls_get_addr): After calling _dl_update_slotinfo
3669 refetch dtv, as it might have changed.
3670 * elf/Makefile: Add rules to build and run tst-tls18.
3671 * elf/tst-tls18.c: New test.
3672 * elf/tst-tlsmod18a.c: New file.
3673
3674 2008-09-09 Aurelien Jarno <aurelien@aurel32.net>
3675
3676 [BZ #6875]
3677 * iconvdata/gconv-modules: Add LATIN9 as an alias to ISO-8859-15.
3678
3679 2008-10-31 Ulrich Drepper <drepper@redhat.com>
3680
3681 [BZ #6867]
3682 * sysdeps/powerpc/elf/rtld-global-offsets.sym: Fix typo.
3683
3684 [BZ #6919]
3685 * posix/spawnattr_getschedparam.c (posix_spawnattr_getschedparam):
3686 Fix length of copy operation.
3687
3688 2008-10-02 Pierre Habouzit <madcoder@debian.org>
3689
3690 * sysdeps/unix/sysv/linux/eventfd.c (eventfd): Use the eventfd2 syscall
3691 and fix its calling convention.
3692
3693 2008-10-07 Andreas Schwab <schwab@suse.de>
3694
3695 [BZ #6942]
3696 * resolv/res_send.c (send_vc): Fix last change.
3697 (send_dg): Align here as well.
3698
3699 2008-10-31 Ulrich Drepper <drepper@redhat.com>
3700
3701 * sysdeps/unix/sysv/linux/ulimit.c (__ulimit): Handle UL_GETFSIZE
3702 return value in case rlimit is RLIM_INFINITY.
3703
3704 [BZ #6947]
3705 * sysdeps/unix/sysv/linux/ulimit.c (__ulimit): Fix return value
3706 for UL_SETFSIZE.
3707 * resource/Makefile (tests): Add bug-ulimit1.
3708 * resource/bug-ulimit1.c: New file.
3709
3710 [BZ #6974]
3711 * sunrpc/rpc_main.c (mkfile_output): Properly handle filename
3712 without dot. Properly terminate the string with a null byte.
3713 Based on a patch by Aurelien Jarno <aurelien@aurel32.net>.
3714
3715 [BZ #6980]
3716 * debug/getgroups_chk.c (__getgroups_chk): Return EINVAL error for
3717 negative sizees.
3718 * posix/bits/unistd.h (getgroups): Call __getgroups_chk for
3719 negative __size.
3720
3721 [BZ #6995]
3722 * sysdeps/powerpc/powerpc32/dl-machine.c: Fix typo in message.
3723
3724 2008-10-30 Ulrich Drepper <drepper@redhat.com>
3725
3726 * grp/initgroups.c (internal_getgrouplist): Don't prematurely
3727 abort if there is no initgroups_dyn function.
3728
3729 * resolv/res_send.c (send_dg): On timeout, only return nonzero
3730 result if any of the queries really provided an answer.
3731
3732 2008-10-28 Ulrich Drepper <drepper@redhat.com>
3733
3734 * po/lt.po: Update from translation team.
3735
3736 2008-10-26 Ulrich Drepper <drepper@redhat.com>
3737
3738 * po/id.po: Update from translation team.
3739
3740 2008-10-24 Ulrich Drepper <drepper@redhat.com>
3741
3742 * resolv/res_query.c (__libc_res_nquery): Add a few casts.
3743 Fix tests for existence of second reply.
3744
3745 2008-10-23 Ulrich Drepper <drepper@redhat.com>
3746
3747 * po/id.po: New file.
3748 Contributed by the Indonesian translation team.
3749
3750 2008-10-22 Dmitry V. Levin <ldv@altlinux.org>
3751
3752 * misc/syslog.c (openlog_internal): Fix __have_sock_cloexec
3753 initialization.
3754
3755 2008-10-17 Jakub Jelinek <jakub@redhat.com>
3756
3757 * elf/Makefile: Add rules to build and run tst-tls17.
3758 * elf/tst-tls17.c: New test.
3759 * elf/tst-tlsmod17a.c: New file.
3760 * elf/tst-tlsmod17b.c: Likewise.
3761
3762 2008-10-17 Ulrich Drepper <drepper@redhat.com>
3763
3764 * stdlib/divmod_1.c: Use correct type for dummy variable.
3765 * stdlib/mod_1.c: Likewise.
3766
3767 2008-10-16 Ulrich Drepper <drepper@redhat.com>
3768
3769 * elf/dl-tls.c (_dl_update_slotinfo): Copy all of the initial DTV.
3770
3771 2008-10-16 Jakub Jelinek <jakub@redhat.com>
3772
3773 * sysdeps/unix/sysv/linux/sys/signalfd.h (signalfd): Fix __THROW vs.
3774 __nonnull order for C++.
3775 * sysdeps/unix/sysv/linux/alpha/sys/signalfd.h (signalfd): Likewise.
3776 * sysdeps/unix/sysv/linux/sparc/sys/signalfd.h (signalfd): Likewise.
3777
3778 2008-10-01 Daniel Jacobowitz <dan@codesourcery.com>
3779
3780 * stdlib/longlong.h: Update from GCC.
3781
3782 2008-10-09 Jakub Jelinek <jakub@redhat.com>
3783 David S. Miller <davem@davemloft.net>
3784
3785 * sysdeps/sparc/sparc64/sparcv9v/memcpy.S: When not USE_BPR,
3786 make sure any registers used with 64-bit 'branch-on-register'
3787 instructions have their top 32-bits clear.
3788 * sysdeps/sparc/sparc64/sparcv9v/memset.S: Likewise.
3789 * sysdeps/sparc/sparc64/sparcv9v2/memcpy.S: Likewise.
3790
3791 2008-09-18 Andreas Schwab <schwab@suse.de>
3792
3793 [BZ #6942]
3794 * resolv/res_send.c (send_vc): Fix use of unaligned address.
3795 Properly handle partial reads.
3796
3797 2008-10-01 Mark Shinwell <shinwell@codesourcery.com>
3798
3799 * elf/elf.h (STO_MIPS_PLT): New.
3800 (R_MIPS_COPY): New.
3801 (R_MIPS_JUMP_SLOT): New.
3802 (R_MIPS_NUM): Redefine to 128.
3803 (DT_MIPS_PLTGOT): New.
3804 (DT_MIPS_RWPLT): New.
3805 (DT_MIPS_NUM): Redefine to 0x35.
3806
3807 2008-10-01 Ulrich Drepper <drepper@redhat.com>
3808
3809 * timezone/africa: Update from tzdata2008f.
3810 * timezone/asia: Likewise.
3811 * timezone/australasia: Likewise.
3812 * timezone/europe: Likewise.
3813 * timezone/leapseconds: Likewise.
3814 * timezone/northamerica: Likewise.
3815 * timezone/southamerica: Likewise.
3816 * timezone/zone.tab: Likewise.
3817
3818 2008-09-30 Ulrich Drepper <drepper@redhat.com>
3819
3820 * nscd/connections.c: Disable use of paccept for now.
3821
3822 2008-09-29 Ulrich Drepper <drepper@redhat.com>
3823
3824 * socket/Versions: Remove paccept export for GLIBC_2.9.
3825 * socket/Makefile (routines): Remove paccept.
3826 * socket/sys/socket.h: Remove paccept declaration.
3827
3828 * po/sv.po: Update from translation team.
3829
3830 2008-09-22 Deborah S. Townsend <dstownse@us.ibm.com>
3831
3832 * sysdeps/s390/s390-64/s390x-mcount.S: Replace ahi with aghi.
3833 * sysdeps/unix/sysv/linux/s390/s390-64/socket.S: Likewise.
3834
3835 2008-09-16 Ulrich Drepper <drepper@redhat.com>
3836
3837 * dlfcn/dlopen.c (dlopen_doit): Allow __RTLD_SPROF flag.
3838 Patch by Olivier Fourdan <ofourdan@redhat.com>.
3839
3840 2008-09-15 Ulrich Drepper <drepper@redhat.com>
3841
3842 * sunrpc/rpc/svc.h: Declare svcfd_create.
3843 Patch by Michael Solberg <msolberg@redhat.com>.
3844
3845 2008-09-12 Flavio Leitner <fleitner@redhat.com>
3846 Ulrich Drepper <drepper@redhat.com>
3847
3848 * malloc/malloc.c (public_vALLOc): Try other arenas in case
3849 _int_valloc fails.
3850 (public_pVALLOc): Likewise.
3851
3852 2008-09-02 Andreas Jaeger <aj@suse.de>
3853
3854 * sysdeps/unix/sysv/linux/s390/s390-32/utmp-convert.h: Fix last
3855 commit.
3856
3857 2008-08-26 Aurelien Jarno <aurelien@aurel32.net>
3858
3859 [BZ #6860]
3860 * hurd/hurd/signal.h (HURD_MSGPORT_RPC): Fix a typo.
3861
3862 2008-07-18 Daniel Jacobowitz <dan@codesourcery.com>
3863
3864 * Makefile (check-data): Check data directory in add-ons.
3865 * elf/Makefile (check-data): Likewise.
3866
3867 2008-08-18 Roland McGrath <roland@redhat.com>
3868
3869 * configure.in (--with-cpu): Check compiler support for -march/-mcpu.
3870 * configure: Regenerated.
3871 * config.make.in (cflags-cpu): New substituted variable.
3872 (with-cpu): Variable removed.
3873 * Makeconfig (+cflags): Use $(cflags-cpu), not $(with-cpu).
3874
3875 2008-08-14 Ryan S. Arnold <rsa@us.ibm.com>
3876
3877 [BZ #6845]
3878 * sysdeps/powerpc/fpu/bits/mathinline.h (__signbitl): Copy new
3879 __signbitl definition and __LONG_DOUBLE_128__ guard from:
3880 * sysdeps/unix/sysv/linux/powerpc/bits/mathinline.h: Remove as
3881 redundant. Functions which call floating point assembler operations
3882 should go into a sysdeps powerpc/fpu directory.
3883
3884 2008-08-15 Ulrich Drepper <drepper@redhat.com>
3885
3886 * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Define MAP_STACK.
3887 * sysdeps/unix/sysv/linux/i386/bits/mman.h: Likewise.
3888
3889 2008-08-14 Ulrich Drepper <drepper@redhat.com>
3890
3891 * sysdeps/x86_64/memset.S: Reduce size of tables for PIC.
3892
3893 * sysdeps/unix/sysv/linux/dl-origin.c (_dl_get_origin): Undo all
3894 change related to AT_EXECFN. We cannot use that string.
3895 * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): Remove
3896 _dl_execfn member.
3897 * elf/dl-support.c: Remove _dl_execfn variable.
3898 (_dl_aux_init): Remove handling of AT_EXECFN.
3899 * elf/dl-sysdep.c (_dl_sysdep_start): Remove handling of AT_EXECFN.
3900 * elf/rtld.c (process_envvars): Remove use of __ASSUME_AT_EXECFN.
3901
3902 2008-08-13 Ulrich Drepper <drepper@redhat.com>
3903
3904 [BZ #6544]
3905 * libio/fmemopen.c: Implement binary mode. In this mode no NUL
3906 byte gets added to writes and seeks from the end use the length of
3907 the buffer and not the currently terminating NUL byte.
3908
3909 [BZ #6634]
3910 * login/utmp_file.c (getutent_r_file): Take additional parameter.
3911 Set to true if locking failed.
3912 (getutid_r_file): Adjust caller.
3913 (pututline_file): Likewise. Return NULL in this case.
3914 Patch mostly by halesh.s@gmail.com.
3915
3916 2008-08-12 Ulrich Drepper <drepper@redhat.com>
3917
3918 [BZ #6589]
3919 * sysdeps/unix/sysv/linux/ifaddrs.c (struct sockaddr_ll_max):
3920 Define.
3921 (struct ifaddrs_storage): Use it instead of sockaddr_ll.
3922
3923 2008-08-12 Ryan S. Arnold <rsa@us.ibm.com>
3924
3925 [BZ #6839]
3926 * sysdeps/powerpc/powerpc32/dl-machine.c (CHECK_STATIC_TLS): Remove
3927 macro since it is now available in elf/dynamic-link.h.
3928
3929 2008-08-12 Roland McGrath <roland@frob.com>
3930
3931 * hurd/hurd/signal.h (HURD_MSGPORT_RPC): Avoid -Wparenthesis triggers,
3932 in case used outside of libc.
3933 Reported by Samuel Thibault <samuel.thibault@ens-lyon.org>
3934
3935 2008-08-11 Ulrich Drepper <drepper@redhat.com>
3936
3937 * resolv/res_mkquery.c (res_nmkquery): Call ns_name_compress
3938 directly instead of going through dn_comp.
3939
3940 2008-08-11 Aurelien Jarno <aurel32@debian.org>
3941
3942 * sysdeps/mach/i386/machine-lock.h (__spin_unlock, __spin_try_lock):
3943 Fix asm constraints.
3944
3945 2008-08-07 Ulrich Drepper <drepper@redhat.com>
3946
3947 [BZ #6790]
3948 * sysdeps/unix/sysv/linux/bits/in.h (IP_PMTUDISC_PROBE): Define.
3949 (IPV6_PMTUDISC_PROBE): Likewise.
3950
3951 2008-08-07 Pete Eberlein <eberlein@us.ibm.com>
3952
3953 [BZ #6791]
3954 * sysdeps/unix/sysv/linux/powerpc/bits/mman.h (PROT_SAO): Define.
3955
3956 2008-08-01 Steven Munroe <sjmunroe@us.ibm.com>
3957 Carlos Eduardo Seo <cseo@linux.vnet.ibm.com>
3958
3959 [BZ #6817]
3960 * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_cap_flags):
3961 Added the members 'vsx' and 'arch_2_06'.
3962 (_dl_powerpc_platforms): Add the member 'power7'.
3963 * sysdeps/powerpc/dl-procinfo.h: Modify _DL_HWCAP_FIRST
3964 to reflect the changes required by VSX and ISA 2.06.
3965 Modify _DL_PLATFORMS_COUNT to reflect the addition of
3966 'power7'.
3967 Defined PPC_PLATFORM_POWER7.
3968 (_dl_string_platform): Add support for POWER7.
3969 * sysdeps/powerpc/sysdep.h: Define bit masks for VSX
3970 capability and ISA 2.06.
3971
3972 2008-08-07 Ulrich Drepper <drepper@redhat.com>
3973
3974 [BZ #6824]
3975 * sysdeps/unix/sysv/linux/powerpc/bits/mathinline.h: Use correct
3976 macro to detect use of 128 bit long double.
3977 Patch by Ryan S. Arnold <rsa@us.ibm.com>.
3978
3979 2008-08-05 Ulrich Drepper <drepper@redhat.com>
3980
3981 * scripts/gen-as-const.awk: Use 32-bit values on 32-bit platforms.
3982
3983 [BZ #5794]
3984 * sysdeps/i386/fpu/s_expm1l.S: Simply use exp implementation for large
3985 parameters.
3986 * sysdeps/x86_64/fpu/s_expm1l.S: Likewise.
3987 Patch by Denys Vlasenko <dvlasenk@redhat.com>.
3988
3989 2008-08-03 Ulrich Drepper <drepper@redhat.com>
3990
3991 * nscd/connections.c (main_loop_poll): Pass a buffer which is
3992 guaranteed to be large enough to read inotify event. Ignore
3993 EAGAIN error. Better error message. Add branch predicition.
3994 (main_loop_epoll): Likewise.
3995
3996 2008-08-02 Roland McGrath <roland@frob.com>
3997
3998 * sysdeps/mach/i386/machine-lock.h (__spin_unlock, __spin_try_lock):
3999 Add memory clobbers.
4000
4001 2008-08-02 Ulrich Drepper <drepper@redhat.com>
4002
4003 * manual/arith.texi: Avoid @strong{Note:}.
4004 * manual/creature.texi: Likewise.
4005 * manual/filesys.texi: Likewise.
4006 * manual/math.texi: Likewise.
4007 * manual/memory.texi: Likewise.
4008 * manual/resource.texi: Likewise.
4009 * manual/syslog.texi: Likewise.
4010 * manual/time.texi: Likewise.
4011
4012 * sysdeps/posix/clock_getres.c (hp_timing_getres): Remove inline
4013 to prevent warning.
4014
4015 2008-08-01 Ulrich Drepper <drepper@redhat.com>
4016
4017 * sysdeps/unix/sysv/linux/Versions: Fix changes due to old patch for
4018 new epoll_create1 interface.
4019 * sysdeps/unix/sysv/linux/syscalls.list: Likewise.
4020 * sysdeps/unix/sysv/linux/sys/epoll.h: Likewise.
4021 * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
4022
4023 * include/arpa/nameser.h (NS_GET16): Use const pointer.
4024 (NS_GET32): Likewise.
4025
4026 * sysdeps/unix/sysv/linux/kernel-features.h: s390 has the new
4027 syscalls, too.
4028
4029 * sysdeps/unix/sysv/linux/dl-origin.c (_dl_get_origin): We cannot
4030 use the AT_EXECFN value if it is no absolute path.
4031 * sysdeps/unix/sysv/linux/kernel-features.h: Never define
4032 __ASSUME_AT_EXECFN.
4033
4034 * Versions.def: Add GLIBC_2.9 to libresolv.
4035 * include/resolv.h: Remove hidden proto declarations for __ns_*
4036 functions. Add them for __dn_count_labels and __p_secstodate.
4037 * include/arpa/nameser.h: Add a number of hidden proto declarations.
4038 Define ns_msg_getflags macro here.
4039 * resolv/res_debug.c: Add hidden definition for __dn_count_labels
4040 and __p_secstodate.
4041 * resolv/Versions: Export functions from <arpa/nameser.h> from
4042 libresolv in version GLIBC_2.9.
4043 * resolv/ns_name.c: Integrate changes from bind 9.5.0. Add necessary
4044 hidden definitions.
4045 * resolv/ns_netint.c: Likewise.
4046 * resolv/ns_parse.c: Likewise.
4047 * resolv/ns_print.c: Likewise.
4048 * resolv/ns_samedomain.c: Likewise.
4049 * resolv/ns_ttl.c: Likewise.
4050 * resolv/arpa/nameser_compat.h: Likewise.
4051 * resolv/arpa/nameser.h: Likewise. Remove macros which redirect
4052 function calls.
4053 * resolv/nss_dns/dns-canon.c (_nss_dns_getcanonname_r): Use __ns_get16
4054 instead of ns_get16.
4055 * resolv/nss_dns/dns-host.c (getanswer_r): Use __ns_get16 and
4056 __ns_get32 instead of ns_get16 and ns_get32 respectively.
4057 (gaih_getanswer_slice): Likewise.
4058 * resolv/Makefile (libresolv-routines): Add ns_date.
4059 * resolv/ns_date.c: New file.
4060
4061 * elf/Makefile (check-localplt.out): Also check libresolv and
4062 libcrypt.
4063
4064 2008-07-31 Ulrich Drepper <drepper@redhat.com>
4065
4066 * sysdeps/unix/sysv/linux/kernel-features.h: Define
4067 __ASSUME_O_CLOEXEC.
4068
4069 2008-07-30 Ulrich Drepper <drepper@redhat.com>
4070
4071 * sysdeps/posix/getaddrinfo.c (gaih_inet): Raise size of initial
4072 buffer passed to NSS functions.
4073
4074 * nscd/connections.c (nscd_init): Typo in preprocessor directive.
4075
4076 * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_PACCEPT):
4077 Define.
4078
4079 * misc/syslog.c (openlog_internal): Fix compile problem.
4080
4081 2008-07-28 Roland McGrath <roland@redhat.com>
4082
4083 * elf/dl-sysdep.c (_dl_show_auxv): Add AT_EXECFN to the table.
4084
4085 2008-07-28 Ulrich Drepper <drepper@redhat.com>
4086
4087 * io/ftw.c (add_object): Remove inline to avoid warning.
4088
4089 * sysdeps/unix/sysv/linux/paccept.c: Fix compile problem.
4090
4091 * resolv/res_send.c (__libc_res_nsend): Take additional parameter.
4092 Use it instead of locally defined resplen2 variable.
4093 (res_nsend): Adjust for __libc_res_nsend interface change.
4094 (send_vc): Initialize *resplen2 if necessary. Read length of
4095 package into an appropriately aligned variable. Store converted length
4096 in new variable and use it appropriately.
4097 Add branch prediction help.
4098 * resolv/res_query.c (__libc_res_nquery): Take additional parameter
4099 and pass it on to __libc_res_nsend. Adjust all callers.
4100 (__libc_res_nsearch): Likewise.
4101 (__libc_res_nqeurydomain): Likewise.
4102 * resolv/nss_dns/dns-host.c: Adjust for __libc_res_nsearch interface
4103 change.
4104 (_nss_dns_gethostbyname4): Don't unconditionally allocate tmp array.
4105 Define resplen2 variable and pass it to __libc_res_nsearch and then
4106 to gaih_getanswer.
4107 (getanswer_r): In case of incorrect DNS data don't overread buffer.
4108 Add branch prediction.
4109 (gaih_getanswer_slice): Likewise. Check for invalid data types.
4110 (gaih_getanswer): Don't decode second slice if first one failed due
4111 to a too small buffer. Don't let not found status of second
4112 decoder shadow results of the first.
4113 * resolv/gethnamaddr.c (gethostbyname2): Adjust for __libc_res_nsearch
4114 and __libc_res_nquery interface changes
4115 (gethostbyaddr): Adjust for __libc_res_nquery interface change.
4116 * include/resolv.h: Adjust prototypes for __libc_res_nquery,
4117 __libc_res_nsearch, and __libc_res_nsend.
4118 * resolv/nss_dns/dns-canon.c: Adjust for __libc_res_nquery interface
4119 change.
4120 * resolv/nss_dns/dns-network.c: Adjust for __libc_res_nquery and
4121 __libc_res_nsearch interface changes.
4122
4123 2008-07-27 Ulrich Drepper <drepper@redhat.com>
4124
4125 * libio/iopopen.c (_IO_new_proc_open): Remove unnecessary volatile.
4126
4127 * posix/wordexp.c (exec_comm): Use pipe2 if possible to create
4128 file descriptors with close-on-exec set.
4129 (exec_comm_child): Fix the case where the write end of the pipe is
4130 STDOUT_FILENO already. In case it is, clear close-on-exec.
4131
4132 * sysdeps/unix/sysv/linux/syscalls.list: Add __pipe2 alias.
4133 * io/pipe2.c: Likewise.
4134 * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_PIPE2
4135 instead of __ASSUME_PACCEPT.
4136 * include/unistd.h: Declare __have_pipe2.
4137 * libio/iopopen.c: Implement "e" flag.
4138 * libio/Makefile (tests): Add tst-popen1.
4139 * libio/tst-popen1.c: New file.
4140
4141 * sysdeps/unix/sysv/linux/bits/socket.h: Define PF_ISDN and AF_ISDN.
4142 * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
4143
4144 2008-07-26 Ulrich Drepper <drepper@redhat.com>
4145
4146 [BZ #6771]
4147 * libio/fileops.c (_IO_new_file_attach): Preserve errno around
4148 success call of _IO_SEEKOFF or calls which failed because the
4149 descriptor is for a pipe.
4150
4151 * sunrpc/key_call.c (getkeyserv_handle): Use FD_CLOEXEC instead of
4152 magic number.
4153
4154 * misc/syslog.c (openlog_internal): Use SOCK_CLOEXEC if possible.
4155
4156 * malloc/mtrace.c (mtrace): Use 'e' flag in fopen call. Drop
4157 F_SETFD use if we know fopen set the flag.
4158
4159 * login/utmp_file.c (setutent_file): Minor optimization in case
4160 O_CLOEXEC is available.
4161
4162 2008-07-24 Tom "spot" Callaway <tcallawa@redhat.com>
4163
4164 * Makeconfig: Define pie-ccflag and PIE-ccflag variables.
4165 * elf/Makefile: Use pie-ccflag variable.
4166 * nscd/Makefile: Likewise.
4167 * sysdeps/sparc/Makefile: Set $(pie-ccflag) to -fPIE.
4168
4169 2008-07-21 Andreas Krebbel <krebbel1@de.ibm.com>
4170
4171 [BZ #6724]
4172 * Versions.def: Add GLIBC_2.9 version tag for libutil.
4173 * sysdeps/unix/sysv/linux/s390/bits/utmp.h: Copy of
4174 gnu/bits/utmp.h. Check for __WORDSIZE_COMPAT32 removed.
4175 * sysdeps/unix/sysv/linux/s390/bits/utmpx.h: Copy of
4176 gnu/bits/utmpx.h. Check for __WORDSIZE_COMPAT32 removed.
4177 * sysdeps/unix/sysv/linux/s390/s390-32/Makefile: Add new files
4178 utmp32, utmpx32 and login32.
4179 * sysdeps/unix/sysv/linux/s390/s390-32/Versions: Add 2.9
4180 versions of struct utmp functions to libc and libutil.
4181 * sysdeps/unix/sysv/linux/s390/s390-32/utmp-compat.h: New file.
4182 * sysdeps/unix/sysv/linux/s390/s390-32/getutent.c: New file.
4183 * sysdeps/unix/sysv/linux/s390/s390-32/getutent_r.c: New file.
4184 * sysdeps/unix/sysv/linux/s390/s390-32/getutid.c: New file.
4185 * sysdeps/unix/sysv/linux/s390/s390-32/getutid_r.c: New file.
4186 * sysdeps/unix/sysv/linux/s390/s390-32/getutline.c: New file.
4187 * sysdeps/unix/sysv/linux/s390/s390-32/getutline_r.c: New file.
4188 * sysdeps/unix/sysv/linux/s390/s390-32/getutmp.c: New file.
4189 * sysdeps/unix/sysv/linux/s390/s390-32/getutxent.c: New file.
4190 * sysdeps/unix/sysv/linux/s390/s390-32/getutxid.c: New file.
4191 * sysdeps/unix/sysv/linux/s390/s390-32/getutxline.c: New file.
4192 * sysdeps/unix/sysv/linux/s390/s390-32/login.c: New file.
4193 * sysdeps/unix/sysv/linux/s390/s390-32/login32.c: New file.
4194 * sysdeps/unix/sysv/linux/s390/s390-32/pututxline.c: New file.
4195 * sysdeps/unix/sysv/linux/s390/s390-32/updwtmp.c: New file.
4196 * sysdeps/unix/sysv/linux/s390/s390-32/updwtmpx.c: New file.
4197 * sysdeps/unix/sysv/linux/s390/s390-32/utmp-convert.h: New file.
4198 * sysdeps/unix/sysv/linux/s390/s390-32/utmp32.c: New file.
4199 * sysdeps/unix/sysv/linux/s390/s390-32/utmp32.h: New file.
4200 * sysdeps/unix/sysv/linux/s390/s390-32/utmpx-convert.h: New file.
4201 * sysdeps/unix/sysv/linux/s390/s390-32/utmpx32.c: New file.
4202 * sysdeps/unix/sysv/linux/s390/s390-32/utmpx32.h: New file.
4203
4204 2008-07-26 Ulrich Drepper <drepper@redhat.com>
4205
4206 * scripts/gen-as-const.awk: Generate more widely usable code by
4207 using 64-bit arithmetic.
4208
4209 * stdio-common/printf_fp.c (___printf_fp): Give wide outout code
4210 the same treatment as narrow output code in last patch.
4211
4212 * sunrpc/clnt_udp.c (__libc_clntudp_bufcreate): Namespace cleanup.
4213
4214 [BZ #6763]
4215 * elf/dl-load.c (local_strdup): Remove inline.
4216 (_dl_map_object_from_fd): Don't allocate l_symbolic_searchlist.r_list.
4217 * elf/dl-object.c (_dl_new_object): Allocate symbolic searchlist as
4218 part of the object.
4219
4220 * sysdeps/unix/sysv/linux/dl-origin.c: Add const to avoid warning.
4221
4222 2008-07-25 Ulrich Drepper <drepper@redhat.com>
4223
4224 * sysdeps/unix/sysv/linux/kernel-features.h: IA-64 and SPARC have
4225 the new syscalls, too.
4226
4227 * sysdeps/i386/i686/memcmp.S: Fix unwind information.
4228 Reported by Paul Pluzhnikov <ppluzhnikov@google.com>.
4229
4230 [BZ #6698]
4231 * stdio-common/_i18n_number.h (_i18n_number_rewrite): Take additional
4232 parameter for end of buffer. If temporary copy is too large use
4233 malloc.
4234 * stdio-common/vfprintf.c: Adjust for _i18n_number_rewrite
4235 interface change.
4236 * stdio-common/printf_fp.c (__printf_fp): Likewise.. Account for
4237 string rewrite when allocating buffer.
4238
4239 * sysdeps/unix/sysv/linux/kernel-features.h: PPC has the new
4240 syscalls, too.
4241
4242 * nscd/connections.c (nscd_init): Clean up fcntl call.
4243
4244 * nscd/nscd_helper.c (open_socket): Use SOCK_CLOEXEC and
4245 SOCK_NONBLOCK if possible.
4246
4247 * sysdeps/unix/sysv/linux/opensock.c (__opensock): Use
4248 SOCK_CLOEXEC if available.
4249
4250 * include/rpc/clnt.h: Declare __libc_clntudp_bufcreate and
4251 __libc_clntudp_bufcreate_internal.
4252 * include/sys/socket.h: Declare __have_sock_cloexec.
4253 * socket/Makefile (aux): Add have_sock_cloexec.
4254 * socket/have_sock_cloexec.c: New file.
4255 * sunrpc/clnt_udp.h (clntudp_bufcreate): Now a wrapper around
4256 __libc_clntudp_bufcreate.
4257 (__libc_clntudp_bufcreate): Former implementation of clntudp_bufcreate
4258 which takes an additional parameter. Create socket with non-blocking
4259 mode and close-on-exec flag set, if wanted.
4260 * sunrpc/Versions: Export __libc_clntudp_bufcreate@GLIBC_PRIVATE.
4261 * nis/ypclnt.c (yp_bind_client_create): Use __libc_clntpudp_bufcreate
4262 instead of clntudp_create. The socket has already the close-on-exec
4263 flag set if SOCK_CLOEXEC is defined.
4264
4265 2008-07-24 Ulrich Drepper <drepper@redhat.com>
4266
4267 * sysdeps/unix/sysv/linux/kernel-features.h: Define
4268 __ASSUME_PACCEPT, __ASSUME_IN_NONBLOCK, and __ASSUME_PACCEPT if
4269 appropriate.
4270 * nscd/connections.c: Avoid fcntl calls to set close-on-exec flag and
4271 non-blocking mode by using socket, paccept, and inotify_init1.
4272
4273 * Versions.def (glibc): Add GLIBC_2.9.
4274 * io/Makefile (routines): Add dup3 and pipe2.
4275 * io/Versions [glibc] (GLIBC_2.9): Add dup3 and pipe2.
4276 * io/dup3.c: New file.
4277 * io/pipe2.c: New file.
4278 * posix/unistd.h: Declare dup3 and pipe2.
4279 * socket/Makefile (routines): Add paccept.
4280 * socket/Versions [glibc] (GLIBC_2.9): Add paccept.
4281 * socket/paccept.c: New file.
4282 * socket/sys/socket.h: Declare paccept.
4283 * sysdeps/unix/syscalls.list: Add entry for dup3.
4284 * sysdeps/unix/sysv/linux/Versions [glibc] (GLIBC_2.9): Add
4285 epoll_create2 and inotify_init1.
4286 * sysdeps/unix/sysv/linux/eventfd.c: Use eventfd1 syscall if possible.
4287 * sysdeps/unix/sysv/linux/paccept.c: New file.
4288 * sysdeps/unix/sysv/linux/signalfd.c: Use signalfd4 syscall if
4289 possible.
4290 * sysdeps/unix/sysv/linux/socketcall.h: Add SOCKOP_paccept.
4291 * sysdeps/unix/sysv/linux/syscalls.list: Add epoll_create2,
4292 inotify_init1, and pipe2 entries.
4293 * sysdeps/unix/sysv/linux/alpha/sys/epoll.h: New file.
4294 * sysdeps/unix/sysv/linux/alpha/sys/eventfd.h: New file.
4295 * sysdeps/unix/sysv/linux/alpha/sys/inotify.h: New file.
4296 * sysdeps/unix/sysv/linux/alpha/sys/signalfd.h: New file.
4297 * sysdeps/unix/sysv/linux/alpha/sys/timerfd.h: New file.
4298 * sysdeps/unix/sysv/linux/bits/socket.h: Define SOCK_CLOEXEC and
4299 SOCK_NONBLOCK.
4300 * sysdeps/unix/sysv/linux/i386/paccept.S: New file.
4301 * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: New file.
4302 * sysdeps/unix/sysv/linux/sparc/sys/eventfd.h: New file.
4303 * sysdeps/unix/sysv/linux/sparc/sys/inotify.h: New file.
4304 * sysdeps/unix/sysv/linux/sparc/sys/signalfd.h: New file.
4305 * sysdeps/unix/sysv/linux/sparc/sys/timerfd.h: New file.
4306 * sysdeps/unix/sysv/linux/sparc/bits/socket.h: New file.
4307 * sysdeps/unix/sysv/linux/sys/epoll.h: Define EPOLL_CLOEXEC and
4308 EPOLL_NONBLOCK. Declare epoll_create2.
4309 * sysdeps/unix/sysv/linux/sys/eventfd.h: Define EFD_CLOEXEC and
4310 EFD_NONBLOCK.
4311 * sysdeps/unix/sysv/linux/sys/inotify.h: Define IN_CLOEXEC and
4312 IN_NONBLOCK. Declare inotify_init1.
4313 * sysdeps/unix/sysv/linux/sys/signalfd.h: Define SFD_CLOEXEC and
4314 SFD_NONBLOCK.
4315 * sysdeps/unix/sysv/linux/sys/timerfd.h: Define TFD_CLOEXEC and
4316 TFD_NONBLOCK.
4317
4318 * elf/elf.h: Define AT_EXECFN.
4319 * elf/rtld.c [!__ASSUME_AT_EXECFN] (process_envvars): Don't handle
4320 LD_ORIGIN_PATH.
4321 * elf/dl-sysdep.c (_dl_sysdep_start): Handle AT_EXECFN.
4322 * elf/dl-support.c: Define _dl_execfn. Don't define _dl_origin_path
4323 if __ASSUME_AT_EXECFN is defined.
4324 (_dl_aux_init): Handle AT_EXECFN.
4325 * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_AT_EXECFN
4326 for 2.6.27 and up.
4327 * sysdeps/generic/ldsodefs.h (rtld_global_ro): Add _dl_execfn.
4328 Don't define _dl_origin_path if __ASSUME_AT_EXECFN is defined.
4329 * sysdeps/unix/sysv/linux/dl-origin.c (_dl_get_origin): Use
4330 _dl_execfn if available and avoid compatibility code if
4331 __ASSUME_AT_EXECFN is defined.
4332
4333 * sysdeps/unix/sysv/linux/dl-sysdep.h: Don't declare
4334 _dl_discover_osversion only for older kernels.
4335
4336 2008-07-22 Roland McGrath <roland@frob.com>
4337
4338 * hurd/fd-read.c (_hurd_fd_read): Fix last change.
4339
4340 2008-07-21 Roland McGrath <roland@frob.com>
4341
4342 * hurd/fd-read.c (_hurd_fd_read): Return EGRATUITOUS if the server
4343 returned too much data out of line.
4344
4345 2008-07-20 Ulrich Drepper <drepper@redhat.com>
4346
4347 * locale/setlocale.c (setname): Remove inline to avoid compiler
4348 warning.
4349
4350 [BZ #6712]
4351 * locale/setlocale.c (setlocale): Take the setlocale lock earlier.
4352
4353 2008-07-15 Ulrich Drepper <drepper@redhat.com>
4354
4355 * stdio-common/vfprintf.c (_IO_helper_overflow): In case _IO_sputn
4356 doesn't manage to write anything, fail.
4357
4358 * malloc/hooks.c (__malloc_check_init): Remove printf.
4359
4360 2008-07-14 Samuel Thibault <samuel.thibault@ens-lyon.org>
4361
4362 * sysdeps/mach/hurd/bits/fcntl.h: Include <sys/types.h>.
4363
4364 2008-07-12 Ulrich Drepper <drepper@redhat.com>
4365
4366 * nscd/connections.c (main_loop_poll): Fix handling of read errors
4367 from inotify.
4368 (main_loop_epoll): Likewise.
4369
4370 2008-07-09 Ulrich Drepper <drepper@redhat.com>
4371
4372 * resolv/res_send.c: Remove unnecessary res_pquery prototype.
4373
4374 * resolv/res_query.c (__libc_res_nquery): Issue debug message only
4375 if DEBUG is defined.
4376
4377 * resolv/res_query.c (__libc_res_nquery): Align buffer for T_AAAA
4378 query. Adjust buffer size computation for padding.
4379
4380 2008-07-08 Ulrich Drepper <drepper@redhat.com>
4381
4382 * stdio-common/Makefile: Add rules to build and run tst-setvbuf1.
4383 * stdio-common/tst-setvbuf1.c: New file.
4384 * stdio-common/tst-setvbuf1.expect: New file.
4385
4386 [BZ #6719]
4387 * libio/iosetvbuf.c (_IO_setvbuf): Correctly clear buffering flags
4388 when selecting fully-buffered stream.
4389 Patch by Wang Xin <wxinee@gmail.com>.
4390
4391 2008-07-06 Samuel Thibault <samuel.thibault@ens-lyon.org>
4392
4393 * sysdeps/mach/hurd/open.c: Include <stdio.h>.
4394 (__open_2): New function.
4395 (__open64_2): New alias to __open_2.
4396 * sysdeps/mach/hurd/openat.c: Include <stdio.h>.
4397 (__openat_2): New function.
4398 (__openat64_2): New alias to __openat_2.
4399
4400 2008-07-06 Ulrich Drepper <drepper@redhat.com>
4401
4402 [BZ #6723]
4403 * time/mktime.c (__mktime_internal): Normalize tp->tm_isdst value.
4404
4405 2008-07-01 Samuel Thibault <samuel.thibault@ens-lyon.org>
4406
4407 * sysdeps/unix/bsd/bsd4.4/bits/socket.h: Define MSG_NOSIGNAL.
4408 * hurd/hurd/fd.h (__hurd_sockfail): Add extern inline function.
4409 * sysdeps/mach/hurd/recv.c (__recv): Use __hurd_sockfail instead of
4410 __hurd_dfail.
4411 * sysdeps/mach/hurd/recvfrom.c (__recvfrom): Likewise.
4412 * sysdeps/mach/hurd/recvmsg.c (__recvmsg): Likewise.
4413 * sysdeps/mach/hurd/send.c (__send): Likewise.
4414 * sysdeps/mach/hurd/sendto.c (__sendfrom): Likewise.
4415 * sysdeps/mach/hurd/sendmsg.c (__sendmsg): Likewise.
4416
4417 2008-03-04 Samuel Thibault <samuel.thibault@ens-lyon.org>
4418
4419 * sysdeps/mach/hurd/recv.c (__recv): Initialize NPORTS.
4420 * sysdeps/mach/hurd/recvfrom.c (__recvfrom): Likewise.
4421 * sysdeps/mach/hurd/recvmsg.c (__recvmsg): Likewise.
4422 * hurd/fd-read.c (_hurd_fd_read): Initialize NREAD.
4423 * hurd/get-host.c (_hurd_get_host_config): Likewise.
4424 * sysdeps/mach/hurd/dl-sysdep.c (__libc_read): Likewise.
4425
4426 2008-06-27 Ulrich Drepper <drepper@redhat.com>
4427
4428 [BZ #6657]
4429 * time/strptime_l.c: Don't clear s.era_cnt after successful match
4430 of %EY.
4431 Patch by Petr Baudis.
4432
4433 2008-06-26 Ulrich Drepper <drepper@redhat.com>
4434
4435 * resolv/res_debug.c (__p_type_syms): Add ns_t_dname entry.
4436 Patch by Peter Jones <pjones@redhat.com>.
4437
4438 2008-06-25 Ulrich Drepper <drepper@redhat.com>
4439
4440 [BZ #6654]
4441 * stdlib/canonicalize.c (__realpath): readlink can write too much
4442 into the buffer on platforms without PATH_MAX.
4443
4444 2008-06-17 Carlos O'Donell <carlos@codesourcery.com>
4445
4446 [BZ #6653]
4447 * posix/tst-regex.c (main): Rename to...
4448 (do_test): ... this. Remove cmdline option processing.
4449 (TIMEOUT): Define.
4450 (TEST_FUNCTION): Define.
4451 (CMDLINE_OPTIONS): Define.
4452
4453 2008-06-25 Ulrich Drepper <drepper@redhat.com>
4454
4455 [BZ #5210]
4456 * configure.in: Add -Werror to -fstack-protector test to catch
4457 unsupported architectures.
4458 Patch by Gilles Esponasse <g.esp@free.fr>.
4459
4460 2008-06-17 Joseph Myers <joseph@codesourcery.com>
4461
4462 * stdlib/tst-setcontext.c: Set back_in_main before exit if
4463 getcontext returns ENOSYS.
4464
4465 2008-06-18 Ulrich Drepper <drepper@redhat.com>
4466
4467 * nscd/connections.c (main_loop_poll): Fix test for read error.
4468 (main_loop_epoll): Likewise.
4469
4470 2008-06-13 Ulrich Drepper <drepper@redhat.com>
4471
4472 * sysdeps/posix/getaddrinfo.c: Move _res_hconf_init call to a
4473 better place so it is not called when nscd is used.
4474
4475 * nscd/connections.c: Also recognize and handle changes to the
4476 resolver configuration file.
4477
4478 2008-06-12 Ulrich Drepper <drepper@redhat.com>
4479
4480 * time/strftime.c: Pass reference to tzset_called around to handle
4481 recursive calls.
4482
4483 [BZ #6612]
4484 * time/strftime.c (__strftime_internal): Call tzset() only
4485 when printing timezone-dependent values.
4486 Based on a patch by Petr Baudis <pasky@suse.cz>.
4487
4488 * resolv/nss_dns/dns-host.c (gaih_getanswer): Don't
4489 unconditionally use second gaih_getanswer_slice result.
4490
4491 * sysdeps/posix/getaddrinfo.c (gai_inet): Remove unnecessary test.
4492 (getaddrinfo): RES must always be non-NULL.
4493
4494 2008-06-12 Jakub Jelinek <jakub@redhat.com>
4495
4496 * sysdeps/powerpc/powerpc64/fpu/s_llround.S (__llround): Avoid using
4497 cr[34] registers.
4498 * sysdeps/powerpc/powerpc64/fpu/s_llroundf.S (__llroundf): Likewise.
4499 * sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S (__llround):
4500 Likewise.
4501 * sysdeps/powerpc/powerpc32/fpu/s_lround.S (__lround): Avoid using cr3
4502 register.
4503
4504 2008-06-12 Ulrich Drepper <drepper@redhat.com>
4505
4506 * nscd/nscd.h (struct database_dyn): Add inotify_descr and clear_cache
4507 fields.
4508 * nscd/connections.c (inotify_fd): New variable.
4509 (nscd_init): Try to open an inotify descriptor.
4510 If successful, watch files for databases using inotify instead of
4511 having prune threads stat the files.
4512 (nscd_run_prune): Recognize clear_cache flag being set and call
4513 prune_cache appropriately.
4514 (main_loop_poll): Add inotify descriptor to wait set and handle the
4515 reported changes.
4516 (main_loop_epoll): Likewise.
4517 * nscd/cache.c (prune_cache): Don't stat files for databases if
4518 inotify is used.
4519 * sysdeps/unix/sysv/linux/Makefile [subdir=nscd]
4520 (CFLAGS-connections.c): Add -DHAVE_INOTIFY.
4521
4522 * nscd/grpcache.c (cache_addgr): Correctly compute size of
4523 fixed-size portion of the record.
4524 * nscd/servicescache.c (cache_addserv): Likewise.
4525 * nscd/pwdcache.c (cache_addpw): Likewise.
4526 * nscd/initgrcache.c (addinitgroupsX): Likewise.
4527
4528 2008-06-11 Ulrich Drepper <drepper@redhat.com>
4529
4530 * nscd/mem.c (gc): Initialize obstack earlier so that if we jump
4531 out we don't use uninitialized memory.
4532
4533 * nscd/hstcache.c (cache_addhst): Send correct number of bytes to
4534 the client.
4535
4536 2008-06-10 Ulrich Drepper <drepper@redhat.com>
4537
4538 * resolv/nss_dns/dns-host.c (gaih_getanswer_slice): Also log and
4539 ignore T_DNAME messages.
4540 * resolv/arpa/nameser_compat.h (T_DNAME): Define.
4541
4542 2008-06-05 Jakub Jelinek <jakub@redhat.com>
4543
4544 * misc/regexp.h (compile): Use __REPB_PREFIX macro.
4545 Avoid segfault if first GETC returns eof/'\0'/'\n'.
4546
4547 2008-06-03 Jakub Jelinek <jakub@redhat.com>
4548
4549 * nscd/nscd_getserv_r.c (__nscd_getservbyport_r): Pass cp
4550 instead of portstr to nscd_getserv_r. Patch by
4551 Roman Kagan <rkagan@mail.ru>.
4552
4553 2008-05-26 Jim Meyering <meyering@redhat.com>
4554
4555 Remove more useless "if" tests before "free".
4556 * include/inline-hashtab.h (htab_delete): Likewise.
4557 * libio/freopen.c (freopen): Likewise.
4558 * libio/freopen64.c (freopen64): Likewise.
4559 * locale/programs/ld-collate.c (collate_read): Likewise.
4560 * misc/fstab.c (libc_freeres_fn): Likewise.
4561 * posix/glob.c (globfree): Likewise.
4562
4563 2008-05-24 Ulrich Drepper <drepper@redhat.com>
4564
4565 * string/Makefile (strop-tests): Add memmem.
4566 * string/test-memmem.c: New file.
4567 * string/test-string.h (BUF1PAGES): Define to 1 if undefined.
4568 (test_init): Size buf1 according to BUF1PAGES.
4569
4570 2008-05-24 Jakub Jelinek <jakub@redhat.com>
4571
4572 * libio/stdio.h (vscanf): Fix -std=c99 redirect.
4573 * stdio-common/Makefile (tests): Add scanf16 and scanf17.
4574 (CFLAGS-scanf17.c): New.
4575 * stdio-common/scanf14.c (main): Add fscanf and scanf tests.
4576 * stdio-common/scanf15.c (main): Likewise.
4577 * stdio-common/scanf16.c: New file.
4578 * stdio-common/scanf17.c: New file.
4579
4580 2008-05-24 Ulrich Drepper <drepper@redhat.com>
4581
4582 * resolv/res_send.c (send_dg): If we already have one of two
4583 answers and the server reports SERVFAIL, NOTIMP, or REFUSED, then
4584 use the one answer insted of failing.
4585
4586 2008-02-20 Ryan S. Arnold <rsa@us.ibm.com>
4587
4588 * math/libm-test.inc (exp_test): Exclude expl(1000.0L) from
4589 being executed on PowerPC as the expected result exceeds IBM
4590 long double 128 __LDBL_MAX__.
4591
4592 2008-05-21 Roland McGrath <roland@redhat.com>
4593
4594 * shlib-versions (sparc.*-.*-.*, sparc64.*-.*-.*): Add ABI lines.
4595
4596 * Makefile (check-data): Use $(abi-name) before other guesses.
4597 Look in $(add-ons) dirs before scripts/data/.
4598 * elf/Makefile (check-data): Likewise.
4599
4600 * scripts/soversions.awk: Grok ABI line.
4601 * Makeconfig ($(common-objpfx)soversions.mk): Likewise.
4602 Emit definition for abi-name variable.
4603
4604 2008-05-21 Ulrich Drepper <drepper@redhat.com>
4605
4606 * string/endian.h: Define new fixed-size hto* and *toh macros only
4607 if [__USE_BSD].
4608
4609 * iconvdata/Depend: Add localedata.
4610
4611 2008-05-21 Samuel Thibault <samuel.thibault@ens-lyon.org>
4612
4613 * bits/termios.h (ONLCR): Define under [__USE_XOPEN] too.
4614
4615 2008-05-08 David S. Miller <davem@davemloft.net>
4616
4617 * sysdeps/unix/sysv/linux/sparc/sparc32/setcontext.S: Use
4618 HIDDEN_JUMPTARGET.
4619 * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h
4620 (__SYSCALL_CLOBBERS): Remove %g* registers.
4621 * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h
4622 (__SYSCALL_CLOBBERS): Likewise.
4623 * scripts/data/localplt-sparc-linux-gnu.data: New file.
4624 * scripts/data/localplt-sparc64-linux-gnu.data: New file.
4625
4626 2008-05-21 Jakub Jelinek <jakub@redhat.com>
4627
4628 * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h
4629 (CALL_ERRNO_LOCATION): Define.
4630 (__SYSCALL_STRING, __CLONE_SYSCALL_STRING): Use it.
4631 * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h
4632 (CALL_ERRNO_LOCATION): Define.
4633 (__SYSCALL_STRING, __CLONE_SYSCALL_STRING): Use it.
4634 * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S (__brk): Use
4635 HIDDEN_JUMPTARGET for __errno_location call in libc.so.
4636
4637 2008-05-20 Ulrich Drepper <drepper@redhat.com>
4638
4639 * include/inline-hashtab.h (higher_prime_number): Fix type of mid
4640 variable.
4641
4642 2008-05-20 Jakub Jelinek <jakub@redhat.com>
4643
4644 * sysdeps/unix/sysv/linux/sparc/sparc32/sigcontextinfo.h
4645 (FIRST_FRAME_POINTER): Define.
4646
4647 2008-05-09 David S. Miller <davem@davemloft.net>
4648
4649 * sysdeps/sparc/sparc64/backtrace.c: New file.
4650
4651 2008-05-14 David S. Miller <davem@davemloft.net>
4652
4653 * sysdeps/sparc/machine-gmon.h: New file.
4654 * sysdeps/sparc/sparc-mcount.S: Likewise.
4655 * sysdeps/sparc/Makefile: Add sparc-mcount target to
4656 sysdep_routines in gmon directory.
4657
4658 2008-05-19 Jakub Jelinek <jakub@redhat.com>
4659
4660 * elf/soinit.c (__EH_FRAME_BEGIN__): Remove.
4661
4662 2008-05-19 Ulrich Drepper <drepper@redhat.com>
4663
4664 * resolv/res_query.c (__libc_res_nquery): In case one of two
4665 answer was too short don't try to read that answer's header.
4666
4667 * resolv/res_send.c (send_dg): In case of timeout and there are
4668 two queries and one has been answered, return value indicating
4669 success.
4670
4671 2008-05-18 Ulrich Drepper <drepper@redhat.com>
4672
4673 * nscd/cache.c (cache_add): Take additional parameter specifying
4674 whether this is in response of a cache refill. Check alignment
4675 of package data. Revamp waking of pruning thread.
4676 (prune_cache): Small optimization.
4677 * nscd/nscd.h: Adjust cache_add prototypes.
4678 * nscd/aicache.c: Adjust cache_add calls.
4679 * nscd/grpcache.c: Likewise.
4680 * nscd/hstcache.c: Likewise.
4681 * nscd/initgrcache.c: Likewise.
4682 * nscd/pwdcache.c: Likewise.
4683 * nscd/servicescache.c: Likewise.
4684 * nscd/connections.c (restart): Really disable cache use before
4685 exec attempt. If it fails, reenable cache.
4686 (nscd_run_prune): Initialize wakeup_time. After wakeup, set wakeup
4687 time to max to be able to notice concurrent cache additions. Unlock
4688 prune_lock while performing gc. Afterwards compute wakeup time with
4689 current wakeup_time value in mind.
4690
4691 2008-05-17 Ulrich Drepper <drepper@redhat.com>
4692
4693 * nscd/mem.c (gc): Avoid stack overflow when allocating move list.
4694
4695 * nscd/mem.c (gc): Correctly determine highest used array element
4696 in mark.
4697
4698 * nscd/mem.c (markrange): Add assert to check entries are all
4699 aligned. Small cleanup in bitmap use.
4700
4701 * nscd/nscd.h (mem_in_flight): Replace blockaddr field with
4702 blockoff of type nscd_ssize_t.
4703 * nscd/mem.c (gc): Simplify markrange call for on-flight blocks.
4704 (mempoll_alloc): Record block offset and not address.
4705
4706 * nscd/mem.c (gc): Fix test for stack overuse.
4707
4708 * nscd/aicache.c (addhstaiX): Fix a few small problems, cleanups,
4709 more asserts.
4710
4711 * sysdeps/posix/getaddrinfo.c (gaih_inet): If nscd reports no
4712 entry is available, believe it.
4713
4714 * resolv/nss_dns/dns-host.c (gaih_getanswer_slice): If there are
4715 no answers return NSS_STATUS_NOTFOUND.
4716 (gaih_getanswer): Don't call gaih_getanswer_slice if the answer
4717 buffer does not have any content.
4718
4719 2008-05-16 Ulrich Drepper <drepper@redhat.com>
4720
4721 * string/strcasestr.c (CMP_FUNC): Use __strncasecmp, not strncasecmp.
4722
4723 * sysdeps/posix/getaddrinfo.c (gaih_inet): After gethostbyname4_r
4724 lookup, don't assign canon unconditionally.
4725
4726 2008-05-14 Ulrich Drepper <drepper@redhat.com>
4727
4728 * string/Makefile (distribute): Add str-two-way.h.
4729
4730 2008-03-29 Eric Blake <ebb9@byu.net>
4731
4732 Rewrite string searches to O(n) rather than O(n^2).
4733 * string/str-two-way.h: New file. For linear fixed-allocation
4734 string searching.
4735 * string/memmem.c: New implementation.
4736 * string/strstr.c: New implementation.
4737 * string/strcasestr.c: New implementation.
4738
4739 2008-04-11 Paolo Bonzini <bonzini@gnu.org>
4740
4741 * posix/regcomp.c (optimize_utf8): Add a note on why we test
4742 opr.ctx_type.
4743 (calc_first): Initialize constraint field.
4744 (duplicate_node_closure): Use it instead of special casing ANCHORS.
4745 Use search_duplicated_node to avoid loops. Fix grammar.
4746 (duplicate_node): Merge constraint field for all node types.
4747 (calc_eclosure_iter): Look at constraint field for all node types.
4748 * posix/regex_internal.c (create_cd_newstate): Don't look at
4749 create_cd_newstate.
4750
4751 2008-05-14 Ulrich Drepper <drepper@redhat.com>
4752
4753 [BZ #6428]
4754 * configure.in: Don't use $CFLAGS when assembling, use $ASFLAGS.
4755
4756 [BZ #6442]
4757 * string/endian.h: Add macros for fixed-size endian conversion.
4758 * bits/byteswap.h: Allow inclusion from <endian.h>.
4759 * sysdeps/i386/bits/byteswap.h: Likewise.
4760 * sysdeps/ia64/bits/byteswap.h: Likewise.
4761 * sysdeps/s390/bits/byteswap.h: Likewise.
4762 * sysdeps/x86_64/bits/byteswap.h: Likewise.
4763 * string/Makefile (tests): Add tst-endian.
4764 * string/tst-endian.c: New file.
4765
4766 * iconvdata/run-iconv-test.sh: Use = instead of == in test.
4767 Patch by Reuben Thomas.
4768
4769 2008-05-14 Joseph Myers <joseph@codesourcery.com>
4770
4771 * iconvdata/Makefile (bug-iconv6-ENV, tst-iconv7-ENV): Define.
4772
4773 2008-05-14 Ulrich Drepper <drepper@redhat.com>
4774
4775 * iconvdata/bug-iconv6.c (do_test): Use de_DE.UTF-8 locale.
4776
4777 [BZ #6461]
4778 * iconv/gconv_simple.c (BODY for __gconv_transform_ascii_internal):
4779 Add missing braces.
4780 (BODY for __gconv_transform_internal_ascii): Likewise.
4781
4782 [BZ #6472]
4783 * sysdeps/posix/getaddrinfo.c (get_scope): Loopback addresses have
4784 to be treated like link-local addresses.
4785 (match_prefix): Don't treat IPv4 loopback address special when
4786 converting to v4 mapped addressed.
4787
4788 * sysdeps/posix/getaddrinfo.c (getaddrinfo): Call _res_hconf_init
4789 if necessary.
4790 * posix/tst-rfc3484.c: Add dummy definition of _res_hconf_init.
4791 * posix/tst-rfc3484-2.c: Likewise.
4792 * posix/tst-rfc3484-3.c: Likewise.
4793
4794 * sysdeps/posix/getaddrinfo.c: Implement handling of DCCP, UDPlite,
4795 and SCTP.
4796
4797 * nss/getent.c (ahosts_keys_int): Handle all known socket types.
4798
4799 * inet/netinet/in.h (IPPIPPROTO_DCCP, IPPROTO_UDPLITE): Define.
4800
4801 * sysdeps/unix/sysv/linux/bits/socket.h (SOCK_DCCP): Define.
4802
4803 2008-05-13 Ulrich Drepper <drepper@redhat.com>
4804
4805 * po/lt.po: New file. From Lituanian translation team.
4806
4807 2008-01-30 Alexandre Oliva <aoliva@redhat.com>
4808
4809 Introduce TLS descriptors for i386 and x86_64.
4810 * include/inline-hashtab.h: New file, copied from 2005's
4811 libiberty, with fix for memory leak imported afterwards by
4812 Glauber de Oliveira Costa.
4813 * elf/tlsdeschtab.h: New file.
4814 * elf/dl-reloc.c (_dl_try_allocate_static_tls): Extract from...
4815 (_dl_allocate_static_tls): ... here. Rearrange failure path.
4816 (CHECK_STATIC_TLS): Move to...
4817 * elf/dynamic-link.h: ... this file.
4818 (TRY_STATIC_TLS): New macro.
4819 * elf/dl-conflict.c (CHECK_STATIC_TLS, TRY_STATIC_TLS): Override.
4820 * elf/elf.h (R_386_TLS_GOTDESC, R_386_TLS_DESC_CALL,
4821 R_386_TLS_DESC): Define.
4822 (R_X86_64_PC64, R_X86_GOTOFF64, R_X86_64_GOTPC32): Merge from
4823 binutils.
4824 (R_X86_64_GOTPC32_TLSDESC, R_X86_64_TLSDESC_CALL,
4825 R_X86_64_TLSDESC): Define.
4826 (R_386_NUM, R_X86_64_NUM): Adjust.
4827 * sysdeps/i386/Makefile (sysdep-dl-routines, sysdep_routines,
4828 sysdep-rtld-routines): Add tlsdesc and dl-tlsdesc for elf subdir.
4829 (gen-as-const-headers): Add tlsdesc.sym to csu subdir.
4830 * sysdeps/i386/dl-lookupcfg.h: New file. Introduce _dl_unmap to
4831 release tlsdesc_table.
4832 * sysdeps/i386/dl-machine.h: Include dl-tlsdesc.h.
4833 (elf_machine_type_class): Mark R_386_TLS_DESC as PLT class.
4834 (elf_machine_rel): Handle R_386_TLS_DESC.
4835 (elf_machine_rela): Likewise.
4836 (elf_machine_lazy_rel): Likewise.
4837 (elf_machine_lazy_rela): Likewise.
4838 * sysdeps/i386/dl-tls.h (struct dl_tls_index): Name it.
4839 * sysdeps/i386/dl-tlsdesc.S: New file.
4840 * sysdeps/i386/dl-tlsdesc.h: New file.
4841 * sysdeps/i386/tlsdesc.c: New file.
4842 * sysdeps/i386/tlsdesc.sym: New file.
4843 * sysdeps/i386/bits/linkmap.h (struct link_map_machine): Add
4844 tlsdesc_table.
4845 * sysdeps/x86_64/Makefile (sysdep-dl-routines, sysdep_routines,
4846 sysdep-rtld-routines): Add tlsdesc and dl-tlsdesc for elf subdir.
4847 (gen-as-const-headers): Add tlsdesc.sym to csu subdir.
4848 * sysdeps/x86_64/dl-lookupcfg.h: New file. Introduce _dl_unmap to
4849 release tlsdesc_table.
4850 * sysdeps/x86_64/dl-machine.h: Include dl-tlsdesc.h.
4851 (elf_machine_runtime_setup): Set up lazy TLSDESC GOT entry.
4852 (elf_machine_type_class): Mark R_X86_64_TLSDESC as PLT class.
4853 (elf_machine_rel): Handle R_X86_64_TLSDESC.
4854 (elf_machine_rela): Likewise.
4855 (elf_machine_lazy_rel): Likewise.
4856 * sysdeps/x86_64/dl-tls.h (struct dl_tls_index): Name it.
4857 (__tls_get_addr): Do not declare for non-shared compiles.
4858 * sysdeps/x86_64/dl-tlsdesc.S: New file.
4859 * sysdeps/x86_64/dl-tlsdesc.h: New file.
4860 * sysdeps/x86_64/tlsdesc.c: New file.
4861 * sysdeps/x86_64/tlsdesc.sym: New file.
4862 * sysdeps/x86_64/bits/linkmap.h (struct link_map_machine): Add
4863 tlsdesc_table for both 32- and 64-bit structs.
4864
4865 2008-05-11 Ulrich Drepper <drepper@redhat.com>
4866
4867 * elf/dl-tls.c (__tls_get_addr): Optimize by moving slow path in
4868 its own function. This reduces the frame setup costs and more.
4869
4870 2008-02-11 Joseph Myers <joseph@codesourcery.com>
4871
4872 [BZ #3406]
4873 * sysdeps/ieee754/flt-32/w_expf.c (o_threshold): Correct value.
4874 * math/libm-test.inc (exp_test): Test 88.72269439697265625.
4875
4876 2008-05-11 Ulrich Drepper <drepper@redhat.com>
4877
4878 * io/openat.c (__openat_2): Also pass fd to __openat.
4879 * io/openat64.c (__openat64_2): Also pass fd to __openat64.
4880 Patch by Kristian Van Der Vliet <vanders@liqwyd.com>.
4881
4882 * string/tester.c (test_memcmp): Add a few more tests.
4883 Patch by Mats Erik Andersson <ynglingatal@comhem.se>.
4884
4885 2008-05-10 Ulrich Drepper <drepper@redhat.com>
4886
4887 * nscd/cache.c (cache_add): Before returning with failure and this
4888 is the first use of the record, mark it as unusable.
4889 * nscd/aicache.c: Don't touch the dataset after cache_add returns
4890 reporting a failure.
4891 * nscd/grpcache.c: Likewise
4892 * nscd/hstcache.c: Likewise.
4893 * nscd/initgrcache.c: Likewise.
4894 * nscd/pwdcache.c: Likewise.
4895 * nscd/servicescache.c: Likewise.
4896
4897 2008-05-10 Roland McGrath <roland@redhat.com>
4898
4899 [BZ #6505]
4900 * sysdeps/unix/sysv/linux/sys/user.h: Replace with #error stub.
4901
4902 2008-05-08 David S. Miller <davem@davemloft.net>
4903
4904 * misc/truncate64.c (truncate64): Use __truncate not truncate.
4905
4906 * sysdeps/ieee754/ldbl-128/e_j0l.c (__ieee751_j0l): Use __finitel.
4907 (__ieee754_y0l): Likewise.
4908 * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_j1l): Likewise.
4909 (__ieee754_y1l): Likewise.
4910 * sysdeps/ieee754/ldbl-128/s_expm1l.c (__expm1l): Use __ldexpl.
4911 * sysdeps/ieee754/ldbl-128/s_log1pl.c: Kill bogus prototypes for
4912 frexpl and ldexpl. math_private.h provides them and the latter
4913 is not even used.
4914 (__log1pl): Use __frexpl.
4915
4916 2008-05-10 Ulrich Drepper <drepper@redhat.com>
4917
4918 * include/resolv.h: Adjust __libc_res_nquery and __libc_res_nsend
4919 prototypes.
4920 * include/arpa/nameser_compat.h: Define T_UNSPEC.
4921 * nis/Versions (libnss_nis): Export _nss_nis_gethostbyname4_r.
4922 (libnss_nisplus): Export _nss_nisplus_gethostbyname4_r.
4923 * nis/nss_nis/nis-hosts.c (LINE_PARSER): Change to also handle
4924 af==AF_UNSPEC.
4925 (_nss_nis_gethostbyname4_r): New function.
4926 * nis/nss_nisplus/nisplus-hosts.c (_nss_nisplus_parse_hostent):
4927 Change to also handle af==AF_UNSPEC.
4928 (get_tablename): New function. Use it to avoid duplication.
4929 (_nss_nisplus_gethostbyname4_r): New function.
4930 * nscd/aicache.c (addhstaiX): Use gethostbyname4_r function is
4931 available.
4932 * nss/Versions (libnss_files): Export _nss_files_gethostbyname4_r.
4933 * nss/nss.h: Define struct gaih_addrtuple.
4934 * nss/nss_files/files-hosts.c (LINE_PARSER): Change to also handle
4935 af==AF_UNSPEC.
4936 (_nss_files_gethostbyname4_r): New function.
4937 * resolv/Versions (libnss_dns): Export _nss_dns_gethostbyname4_r.
4938 * resolv/gethnmaddr.c: Adjust __libc_res_nsearch and __libc_res_nquery
4939 calls.
4940 * resolv/res_query.c (__libc_res_nquery): Take two additional
4941 parameters for second answer buffer. Handle type=T_UNSPEC to mean
4942 look up IPv4 and IPv6.
4943 Change all callers.
4944 * resolv/res_send.c (__libc_res_nsend): Take five aditional parameters
4945 for an additional query and answer buffer. Pass to send_vc and
4946 send_dg.
4947 (send_vc): Send possibly two requests and receive two answers.
4948 (send_dg): Likewise.
4949 * resolv/nss_dns/dns-host.c: Adjust calls to __libc_res_nsearch and
4950 __libc_res_nquery.
4951 (_nss_dns_gethostbyname4_r): New function.
4952 (gaih_getanswer_slice): Likewise.
4953 (gaih_getanswer): Likewise.
4954 * resolv/nss_dns/dns-canon.c (_nss_dns_getcanonname_r): Adjust
4955 __libc_res_nquery call.
4956 * resolv/nss_dns/dns-network.c (_nss_dns_getnetbyaddr_r): Likewise.
4957 (_nss_dns_getnetbyname_r): Adjust __libc_res_nsearch call.
4958 * sysdeps/posix/getaddrinfo.c: Use gethostbyname4_r function is
4959 available.
4960
4961 2008-05-05 David S. Miller <davem@davemloft.net>
4962
4963 * sysdeps/sparc/sparc32/Makefile: Use -mcpu=v7 for initfini.s build.
4964 * sysdeps/sparc/sparc64/Makefile: Use -mcpu=v9 for initfini.s build.
4965
4966 2007-09-14 Samuel Thibault <samuel.thibault@ens-lyon.org>
4967
4968 Fix termios bit macros.
4969 Move *DLY definitions where they belong, in termios.h.
4970 Add *[0-3] definitions.
4971 Fixes confusion between VT and FF.
4972 * sysdeps/mach/hurd/bits/ioctls.h (NL0, NL1, TAB0, TAB1, TAB2, CR0,
4973 CR1, CR2, CR3, FF0, FF1, BS0, BS1): Undefine these at start if they
4974 are already defined to avoid collision with termios.h.
4975 (NLDLY, TABDLY, TAB3, CRDLY, VTDLY, BSDLY): Remove macros.
4976 * bits/termios.h [__USE_MISC || __USE_XOPEN] (NL0, NL1, TAB0,
4977 TAB1, TAB2, CR0, CR1, CR2, CR3, FF0, FF1, BS0, BS1): Likewise.
4978 [__USE_BSD || __USE_XOPEN] (OCRNL, ONOCR, ONLRET): New macros.
4979 [__USE_MISC || __USE_XOPEN] (NLDLY, NL0, NL1, TABDLY, TAB0, TAB1, TAB2,
4980 TAB3, CRDLY, CR0, CR1, CR2, CR3, FFDLY, FF0, FF1, BSDLY, BS0, BS1,
4981 VTDLY, VT0, VT1): New macros.
4982 [__USE_GNU] (OLCUC): Change value of macro.
4983 [__USE_XOPEN] (OFILL): New macro.
4984 [__USE_BSD] (CRTSCTS): Change value.
4985 (CRTS_IFLOW, CCTS_OFLOW): Change into compatibility macros.
4986 [__USE_BSD] (CDTRCTS, CHWFLOW): New macros.
4987 (B7200, B14400, B28800, B76800): New macros.
4988
4989 2008-05-01 David S. Miller <davem@davemloft.net>
4990
4991 * sysdeps/unix/sysv/linux/sparc/sparc32/ucontext_i.sym: New file.
4992 * sysdeps/unix/sysv/linux/sparc/sparc32/Makefile [$(subdir) = stdlib]:
4993 (gen-as-const-headers): Add it.
4994 * sysdeps/unix/sysv/linux/sparc/sparc32/getcontext.S: New file.
4995 * sysdeps/unix/sysv/linux/sparc/sparc32/makecontext.c: Likewise.
4996 * sysdeps/unix/sysv/linux/sparc/sparc32/setcontext.S: Likewise.
4997 * sysdeps/unix/sysv/linux/sparc/sparc32/swapcontext.S: Likewise.
4998
4999 * sysdeps/unix/sysv/linux/sparc/sparc32/syscall.S: Add support for
5000 six system call parameters.
5001 * sysdeps/unix/sysv/linux/sparc/sparc64/syscall.S: Likewise.
5002
5003 2008-04-30 Ulrich Drepper <drepper@redhat.com>
5004
5005 * sysdeps/unix/sysv/linux/bits/resource.h: Define RUSAGE_THREAD and
5006 RUSAGE_LWP.
5007 * sysdeps/unix/sysv/linux/sparc/bits/resource.h: Likewise.
5008 * sysdeps/unix/sysv/linux/alpha/bits/resource.h: Likewise.
5009
5010 2008-04-30 Jakub Jelinek <jakub@redhat.com>
5011
5012 * stdlib/tst-setcontext.c: Include unistd.h.
5013
5014 2008-04-25 David S. Miller <davem@davemloft.net>
5015
5016 * sysdeps/unix/sysv/linux/sparc/sparc64/semctl.c (semctl):
5017 Pass "union semun" properly in to sys_ipc, it must be passed
5018 by value, not by reference.
5019
5020 2008-04-22 Jakub Jelinek <jakub@redhat.com>
5021
5022 * nscd/Makefile (nscd-cflags): Set back to -fpie.
5023 * nscd/nscd.h (mem_in_flight): Add attribute_tls_model_ie.
5024 * nscd/connections.c (mem_in_flight): Likewise.
5025
5026 * nscd/nscd.h (dbs): Make hidden.
5027
5028 * sysdeps/unix/sysv/linux/times.c (__times): Fix check for EFAULT.
5029 Avoid returning -1, return 0 instead.
5030
5031 2008-04-19 Ulrich Drepper <drepper@redhat.com>
5032
5033 * resolv/res_mkquery.c (__res_nopt): Use NS_PUT16 instead of ns_put16.
5034
5035 2008-04-15 Ulrich Drepper <drepper@redhat.com>
5036
5037 [BZ #5209]
5038 * sysdeps/unix/sysv/linux/times.c: New file.
5039
5040 [BZ #5381]
5041 * nscd/nscd.h: Define enum in_flight, mem_in_flight, and
5042 mem_in_flight_list variables. Add new parameter to mempool_alloc
5043 prototype.
5044 * nscd/mem.c (mempool_alloc): Take additional parameter. Initialize
5045 appropriate mem_in_flight element.
5046 (gc): Take allocations which have not yet been committed to the
5047 database into account.
5048 * nscd/cache.c (cache_add): Add new parameter to mempool_alloc call.
5049 Reset mem_in_flight before returning.
5050 * nscd/connections.c (nscd_run_worker): Initialize mem_in_flight and
5051 cue it up in mem_in_flight_list.
5052 * nscd/aicache.c: Adjust mempool_alloc call.
5053 * nscd/grpcache.c: Likewise.
5054 * nscd/hstcache.c: Likewise.
5055 * nscd/initgrcache.c: Likewise.
5056 * nscd/pwdcache.c: Likewise.
5057 * nscd/servicescache.c: Likewise.
5058 * nscd/Makefile (nscd-flags): Until ld is fixed, use -fpic instead
5059 of -fpie.
5060
5061 * nscd/connections.c (handle_request): Provide better error message
5062 in case SELinux forbids the service.
5063
5064 * version.h (VERSION): Bump to 2.8.90.
5065
5066 2008-04-17 Jakub Jelinek <jakub@redhat.com>
5067
5068 * sysdeps/unix/sysv/linux/dl-osinfo.h: Include fcntl.h.
5069
5070 2008-04-11 Ulrich Drepper <drepper@redhat.com>
5071
5072 * sysdeps/unix/sysv/linux/powerpc/bits/mathinline.h (__signbitl):
5073 Also use for 32-bit.
5074 * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c (__nearbyintl): Use
5075 __nextafter instead of nextafter to avoid local PLT.
5076 * sysdeps/powerpc/fpu/e_sqrt.c: Avoid call to fetestexcept.
5077 * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
5078
5079 * scripts/data/localplt-powerpc64-linux-gnu.data: New file.
5080
5081 * sysdeps/powerpc/fpu/fenv_libc.h: Add libm_hidden_proto for
5082 __fe_nomask_env.
5083 * sysdeps/powerpc/fpu/fe_nomask.c: Add libm_hidden_def. Include
5084 <fenv_libc.h> instead of <fenv.h>.
5085 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c: Likewise.
5086 * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c: Likewise.
5087
5088 * sysdeps/powerpc/bits/fenv.h: Make safe for C++.
5089
5090 * sysdeps/unix/sysv/linux/powerpc/bits/mathinline.h: New file.
5091 * sysdeps/powerpc/fpu/fegetexcept.c (__fegetexcept): Rename
5092 function from fegetexcept and make old name weak alias.
5093 * include/fenv.h: Declare __fegetexcept.
5094 * sysdeps/powerpc/fpu/fedisblxcpt.c: Use __fegetexcept instead of
5095 fegetexcept.
5096 * sysdeps/powerpc/fpu/feenablxcpt.c: Likewise.
5097 * sysdeps/powerpc/fpu/fraiseexcpt.c (__feraiseexcept): Avoid call
5098 to fetestexcept.
5099 * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c (__log1pl): Use __frexpl
5100 instead of frexpl to avoid local PLT.
5101 * math/s_significandl.c (__significandl): Use __ilogbl instead of
5102 ilogbl to avoid local PLT.
5103 * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (__expm1l): Use __ldexpl
5104 instead of ldexpl to avoid local PLT.
5105 * sysdeps/ieee754/ldbl-128ibm/e_expl.c (__ieee754_expl): Use
5106 __roundl not roundl to avoid local PLT.
5107 * sysdeps/ieee754/ldbl-128/e_j0l.c: Use function names which avoid
5108 local PLTs. Use __sincosl instead of separate sinl and cosl
5109 calls.
5110 * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
5111
5112 * sysdeps/unix/sysv/linux/configure.in: Bump minimal kernel
5113 version for ppc64 to 2.4.21 since without it makecontext will fail.
5114
5115 * elf/tls-macros.h [__powerpc64__] (__TLS_GET_ADDR): Define according
5116 to the ABI in use.
5117 [__powerpc64__] (TLS_LD): Use __TLS_GET_ADDR instead of
5118 .__tls_get_addr.
5119 [__powerpc64__] (TLS_GD): Likewise.
5120
5121 2007-11-20 Ryan S. Arnold <rsa@us.ibm.com>
5122
5123 [BZ #4997]
5124 * sysdeps/powerpc/powerpc32/fpu/s_lround.S (__lround): Fixed erroneous
5125 result when x is +/-nextafter(+/-0.5,-/+1) i.e. all 1's in the
5126 mantissa.
5127 * sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S (__llround):
5128 Likewise. Also account for when x is an odd number between 2^52
5129 and 2^53-1.
5130 * sysdeps/powerpc/powerpc64/fpu/s_llround.S (__llround): Likewise.
5131 * sysdeps/powerpc/powerpc64/fpu/s_llroundf.S (__llroundf): Likewise.
5132 * math/libm-test.inc (lround_test, llround_test): Added test cases to
5133 detect aforementioned erroneous conditions.
5134
5135 2008-04-11 Jakub Jelinek <jakub@redhat.com>
5136
5137 * configure.in: Check for -fno-section-anchors in addition to
5138 -fno-toplevel-reorder.
5139
5140 2008-04-11 Ulrich Drepper <drepper@redhat.com>
5141
5142 * include/features.h (__GLIBC_MINOR__): Bump to 8.
5143
5144 * sysdeps/powerpc/powerpc32/fpu/s_lroundf.S: Remove duplicate comment.
5145 * sysdeps/powerpc/powerpc32/power5+/fpu/s_llroundf.S: Likewise.
5146 * sysdeps/powerpc/powerpc32/power6/fpu/s_llroundf.S: Likewise.
5147 * sysdeps/powerpc/powerpc64/fpu/s_lrint.S: Likewise.
5148 * sysdeps/powerpc/powerpc64/fpu/s_lround.S: Likewise.
5149 * sysdeps/powerpc/powerpc64/fpu/s_lroundf.S: Likewise.
5150
5151 2008-04-11 Jakub Jelinek <jakub@redhat.com>
5152
5153 [BZ #5443]
5154 * time/era.c: Transform __libc_setlocale_lock into rwlock.
5155 * time/alt_digit.c: Likewise.
5156 * wcsmbs/wcsmbsload.c: Likewise.
5157
5158 2008-04-10 Ulrich Drepper <drepper@redhat.com>
5159
5160 * version.h (VERSION): Bump to 2.8.
5161
5162 * timzeone/asia: Update from tzdata2008b.
5163 * timezone/backward: Likewise.
5164 * timezone/europe: Likewise.
5165 * timezone/northamerica: Likewise.
5166 * timezone/southamerica: Likewise.
5167 * timezone/iso3166.tab: Likewise.
5168 * timezone/leapseconds: Likewise.
5169 * timezone/zone.tab: Likewise.
5170 * timezone/private.h: Update from tzcode2008a.
5171 * timezone/zdump.c: Likewise.
5172 * timezone/zic.c: Likewise.
5173
5174 2008-01-24 Steven Munroe <sjmunroe@us.ibm.com>
5175
5176 [BZ #5741]
5177 * sysdeps/powerpc/powerpc64/dl-machine.h (PPC_DCBT, PPC_DCBF):
5178 Define additonal Data Cache Block instruction macros.
5179 (elf_machine_fixup_plt): Add dcbt for opd and plt entries.
5180 Replace dcbst with dcbf and sync with sync/isync.
5181
5182 2008-02-21 Alan Modra <amodra@bigpond.net.au>
5183
5184 * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_type_class):
5185 Always set ELF_RTYPE_CLASS_PLT.
5186 (elf_machine_lookup_noexec_p, elf_machine_lookup_noplt_p): Delete.
5187
5188 2008-04-03 Steven Munroe <sjmunroe@us.ibm.com>
5189
5190 * sysdeps/powerpc/powerpc32/power4/hp-timing.c: New file.
5191 * sysdeps/powerpc/powerpc32/power4/hp-timing.h: New file.
5192 * sysdeps/powerpc/powerpc64/hp-timing.h [_ARCH_PWR4] (HP_TIMING_NOW):
5193 For ISA 2.01 and later replace mftb with mfspr 268.
5194
5195 2008-02-19 Steven Munroe <sjmunroe@us.ibm.com>
5196
5197 [BZ #5768]
5198 * sysdeps/powerpc/fpu/Makefile (libm-tests): Add test-powerpc-snan.
5199 * sysdeps/powerpc/fpu/test-powerpc-snan.c: New file.
5200
5201 2008-02-18 Steven Munroe <sjmunroe@us.ibm.com>
5202
5203 [BZ #5768]
5204 * sysdeps/powerpc/powerpc32/fpu/s_isnan.S: New file.
5205 * sysdeps/powerpc/powerpc32/fpu/s_isnan.c: Removed.
5206 * sysdeps/powerpc/powerpc64/fpu/s_isnan.S: New file.
5207 * sysdeps/powerpc/powerpc64/fpu/s_isnan.c: Removed.
5208
5209 2008-04-10 Jakub Jelinek <jakub@redhat.com>
5210
5211 * stdlib/tst-makecontext.c (othervar): New variable.
5212 (cf): Test sign extending the argument to long.
5213
5214 2008-03-03 Steven Munroe <sjmunroe@us.ibm.com>
5215
5216 * sysdeps/powerpc/powerpc32/power5/fpu/s_isnan.S: New file.
5217 * sysdeps/powerpc/powerpc32/power5/fpu/s_isnanf.S: New file.
5218 * sysdeps/powerpc/powerpc32/power6/fpu/s_isnan.S: New file.
5219 * sysdeps/powerpc/powerpc32/power6/fpu/s_isnanf.S: New file.
5220 * sysdeps/powerpc/powerpc64/power5/fpu/s_isnan.S: New file.
5221 * sysdeps/powerpc/powerpc64/power6/fpu/s_isnan.S: New file.
5222 * sysdeps/powerpc/powerpc64/power6x/fpu/s_isnan.S: New file.
5223
5224 2008-02-22 Alan Modra <amodra@bigpond.net.au>
5225
5226 * elf/Makefile (tests): Substitute tests-vis-yes here.
5227 (tests-vis-yes): Delete.
5228 (modules-name, modules-vis-yes): Similarly.
5229
5230 2008-02-12 Pete Eberlein <eberlein@us.ibm.com>
5231
5232 [BZ #4407]
5233 * sysdeps/ieee754/ldbl-128/e_lgammal_r.c (__ieee754_lgammal_r):
5234 Preserve sign in signgamp when x is zero.
5235
5236 2007-10-26 Steven Munroe <sjmunroe@us.ibm.com>
5237
5238 * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.S: New File.
5239 * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.c: Removed.
5240 * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrtf.S: New File.
5241 * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrtf.c: Removed.
5242 * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrt.S: New File.
5243 * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrtf.S: New File.
5244
5245 2008-04-09 Ulrich Drepper <drepper@redhat.com>
5246
5247 [BZ #4314]
5248 * sysdeps/i386/i686/memcpy.S: Optimize copying of equally aligned
5249 buffers.
5250
5251 [BZ #5209]
5252 * sysdeps/unix/sysv/syscalls.list: The times syscall doesn't have
5253 a reserved error value.
5254
5255 * stdlib/tst-makecontext.c: Change parameter to cf to negative
5256 value to check for correct sign extension.
5257
5258 [BZ #5436]
5259 * sysdeps/unix/sysv/linux/x86_64/makecontext.c (__makecontext):
5260 Copy 64-bit parameter values even though this is not required in
5261 the standard.
5262
5263 * sysdeps/unix/sysv/linux/x86_64/vfork.S (__vfork): Record return
5264 PC save.
5265
5266 2008-02-14 Daniel Jacobowitz <dan@codesourcery.com>
5267
5268 * sysdeps/unix/sysv/linux/i386/vfork.S (__vfork): Record return
5269 PC save.
5270
5271 2008-04-09 Jakub Jelinek <jakub@redhat.com>
5272
5273 * nss_files/files-XXX.c (_nss_files_getXXent_r): Restore saved errno.
5274
5275 2008-04-09 Ulrich Drepper <drepper@redhat.com>
5276
5277 [BZ #5998]
5278 * libio/iofwrite.c (_IO_fwrite): Return correct count if flushing
5279 in line-buffered stream failed.
5280 * libio/iofwrite_u.c (fwrite_unlocked): Likewise.
5281
5282 2008-04-08 Ulrich Drepper <drepper@redhat.com>
5283
5284 [BZ #6024]
5285 * scripts/abi-versions.awk: If the version specified by
5286 --enable-oldest-abi is older than the first version for this
5287 architecture, use the default version.
5288
5289 * locale/programs/ld-collate.c (collate_read): Ignore script lines
5290 as well when ignoring the whole category.
5291
5292 2008-04-07 Ulrich Drepper <drepper@redhat.com>
5293
5294 [BZ #6042]
5295 * sysdeps/unix/sysv/linux/net/ethernet.h: Add a few more
5296 ETHERTYPE_* definitions.
5297 Patch partly by Aurelien Jarno <aurelien@aurel32.net>.
5298
5299 2008-04-07 Jakub Jelinek <jakub@redhat.com>
5300
5301 * stdlib/mbtowc.c (__no_r_state): Remove.
5302 (mbtowc): New static state variable. Use it instead of
5303 __no_r_state.
5304 * stdlib/wctomb.c (__no_r_state): Remove extern decl.
5305 (__wctomb_state): New hidden variable.
5306 (wctomb): Use __wctomb_state instead of __no_r_state.
5307 * debug/wctomb_chk.c (__no_r_state): Remove extern decl.
5308 (__wctomb_state): New extern decl.
5309 (__wctomb_chk): Use __wctomb_state instead of __no_r_state.
5310
5311 2008-04-07 Ulrich Drepper <drepper@redhat.com>
5312
5313 [BZ #5475]
5314 * resolv/res_init.c: Handle scope IDs in resolv.conf.
5315
5316 2008-04-07 Jakub Jelinek <jakub@redhat.com>
5317
5318 * malloc/mtrace.pl: Use $@ instead of $* to keep perl 5.10 quiet.
5319
5320 2008-04-06 Ulrich Drepper <drepper@redhat.com>
5321
5322 * po/nl.po: Update from translation team.
5323
5324 2008-03-31 Ulrich Drepper <drepper@redhat.com>
5325
5326 [BZ #6007]
5327 * string/strfry.c: Handle empty strings again.
5328
5329 2008-03-30 Ulrich Drepper <drepper@redhat.com>
5330
5331 [BZ #5443]
5332 * intl/dcigettext.c (__dcigettext): Get reader lock for locale data
5333 before looking for translation.
5334 * locale/duplocale.c: Transform __libc_setlocale_lock into rwlock.
5335 * locale/freelocale.c: Likewise.
5336 * locale/newlocale.c: Likewise.
5337 * locale/setlocale.c: Likewise.
5338 Based partially on a patch by ryo@np.css.fujitsu.com.
5339
5340 2008-03-30 Jakub Jelinek <jakub@redhat.com>
5341
5342 * intl/dcigettext.c (_nl_find_msg): Reread nconversions after
5343 acquiring wrlock. Do conv_tab allocation while holding lock.
5344 * intl/Makefile: Add rules to build and run tst-gettext6.
5345 * intl/tst-gettext6.c: New test.
5346 * intl/tst-gettext6.sh: New file.
5347
5348 2008-03-30 Ulrich Drepper <drepper@redhat.com>
5349
5350 * po/nl.po: Update from translation team.
5351
5352 * sysdeps/unix/opendir.c (__alloc_dir): If allocation fails for size
5353 provided through st_blksize, try the default size before giving up.
5354
5355 2008-03-29 Ulrich Drepper <drepper@redhat.com>
5356
5357 * stdio-common/vfprintf.c (vfprintf): Correct overflow test.
5358
5359 [BZ #5939]
5360 * sysdeps/posix/tempname.c (__gen_tempname): Correct flag selection.
5361
5362 * posix/getopt.c (_getopt_internal_r): Remove old POSIX-demanded
5363 error message. POSIX today does not require the messages to be in
5364 a specific form. Suggested by Jim Meyering <jim@meyering.net>.
5365
5366 [BZ #5979]
5367 * sunrpc/auth_unix.c: Unify printed strings.
5368 * sunrpc/clnt_tcp.c: Likewise.
5369 * sunrpc/clnt_udp.c: Likewise.
5370 * sunrpc/clnt_unix.c: Likewise.
5371 * sunrpc/svc_tcp.c: Likewise.
5372 * sunrpc/svc_udp.c: Likewise.
5373 * sunrpc/svc_unix.c: Likewise.
5374 * sunrpc/xdr.c: Likewise.
5375 * sunrpc/xdr_array.c: Likewise.
5376 * sunrpc/xdr_rec.c: Likewise.
5377 * sunrpc/xdr_ref.c: Likewise.
5378 * locale/programs/ld-time.c (time_finish): Unify messages.
5379 * locale/programs/locfile.c (handle_copy): Fix typo.
5380 * nscd/nscd.c (options): Fix typo.
5381
5382 [BZ #5995]
5383 * stdlib/strtod_l.c: Use correct sign for result in one more
5384 underflow case.
5385 Patch by Eric Blake <ebb9@byu.net>.
5386
5387 2008-03-27 Jakub Jelinek <jakub@redhat.com>
5388
5389 * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Add open
5390 and creat system calls.
5391 * sysdeps/unix/sysv/linux/alpha/syscalls.list: Remove open system
5392 call.
5393 * sysdeps/unix/sysv/linux/ia64/syscalls.list: Remove open and creat
5394 system calls.
5395 * sysdeps/unix/sysv/linux/powerpc/powerpc64/syscalls.list: Likewise.
5396 * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
5397 * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Likewise.
5398
5399 2008-03-27 Ulrich Drepper <drepper@redhat.com>
5400
5401 * sysdeps/unix/sysv/linux/bits/local_lim.h: Undefined ARG_MAX if
5402 <linux/limits.h> has defined it.
5403 * sysdeps/unix/sysv/linux/sys/param.h: Define NCARGS to the legacy
5404 ARG_MAX value and prevent ARG_MAX from being defined by the kernel
5405 headers.
5406 * sysdeps/unix/sysv/linux/sysconf.c: Define legacy_ARG_MAX and use
5407 it instead of ARG_MAX.
5408
5409 2008-03-25 Jakub Jelinek <jakub@redhat.com>
5410
5411 * posix/gai.conf: Fix comment for scope nullbits.
5412 * sysdeps/posix/getaddrinfo.c (gaiconf_init): If /bits is not present,
5413 default to 128 bits for v4 mapped addresses.
5414
5415 2008-03-07 Martin Schwidefsky <schwidefsky@de.ibm.com>
5416
5417 * sysdeps/s390/fpu/fegetenv.c (fegetenv): Remove PTRACE_PEEKUSER
5418 ptrace call to get the ieee_instruction_pointer from the kernel.
5419 * sysdeps/s390/fpu/fesetenv.c (fesetenv): Remove PTRACE_POKEUSER
5420 ptrace call to set the ieee_instructtion_pointer.
5421 * sysdeps/unix/sysv/linux/s390/sys/user.h (struct _user_regs_struct):
5422 Add comment that ieee_instruction_pointer is always 0.
5423
5424 2008-03-09 Andreas Jaeger <aj@suse.de>
5425
5426 [BZ #5857]
5427 * sysdeps/ieee754/dbl-64/s_rint.c (__rint): Handle j0==18.
5428 * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Likewise.
5429 Patch by Mark Elliott <mark.h.elliott@lmco.com>.
5430
5431 * math/libm-test.inc (nearbyint_test): Add new test cases from #5857.
5432 (rint_test): Likewise.
5433
5434 2008-03-24 Ulrich Drepper <drepper@redhat.com>
5435
5436 * nis/nis_call.c (nis_server_cache_search): Save errno around stat
5437 call.
5438 (__nisfind_server): Similar for open readColdStartFile call.
5439 Patch partially by Jim Meyering.
5440 * nss/nss_files/files-XXX.c (_nss_files_getXXent_r): Save errno
5441 around internal_setent call.
5442
5443 * po/vi.po: New Vietnamese translation.
5444
5445 * sysdeps/unix/sysv/linux/adjtime.c: Correctly use
5446 ADJ_OFFSET_SS_READ.
5447
5448 * sysdeps/unix/sysv/linux/bits/sched.h: Add new CLONE_* flags,
5449 remove CLONE_STOPPED.
5450
5451 2008-02-10 Jim Meyering <meyering@redhat.com>
5452
5453 Remove useless "if" before "free":
5454 * elf/ldconfig.c (parse_conf_include): Likewise.
5455 * gmon/gmon.c (weak_alias): Likewise.
5456 * iconv/gconv_conf.c (__gconv_get_path): Likewise.
5457 * inet/rcmd.c (__validuser2_sa): Likewise.
5458 * intl/bindtextdom.c (set_binding_values): Likewise.
5459 * intl/loadmsgcat.c (_nl_load_domain, _nl_unload_domain): Likewise.
5460 * libio/genops.c (save_for_backup): Likewise.
5461 * libio/wgenops.c (save_for_wbackup): Likewise.
5462 * locale/programs/ld-collate.c (collate_read): Likewise.
5463 * locale/programs/linereader.c (get_string): Likewise.
5464 * nis/nss_compat/compat-pwd.c (give_pwd_free): Likewise.
5465 * nis/nss_compat/compat-spwd.c (give_spwd_free): Likewise.
5466 * resolv/res_debug.c (do_section): Likewise.
5467 * sunrpc/xdr_sizeof.c (x_inline, xdr_sizeof): Likewise.
5468 * sysdeps/mach/hurd/if_index.c (libc_hidden_def): Likewise.
5469 * sysdeps/posix/sprofil.c (__sprofil): Likewise.
5470 * time/lc-time-cleanup.c (_nl_cleanup_time): Likewise.
5471 * time/tzset.c (tzset_internal): Likewise.
5472
5473 2008-03-18 Jakub Jelinek <jakub@redhat.com>
5474
5475 * sysdeps/unix/sysv/linux/dl-sysdep.h: Use __ASSEMBLER__ instead
5476 of ASSEMBLER.
5477
5478 2008-03-11 Ulrich Drepper <drepper@redhat.com>
5479
5480 [BZ #5903]
5481 * iconv/iconv_charmap.c (charmap_conversion): Pass name of output file
5482 not stream for output file. Open output file here.
5483 * iconv/iconv_prog.c (process_lock): Take pointer to output stream
5484 and output file name.
5485 (process_fd): Likewise.
5486 (process_file): Likewise.
5487 (main): Adjust callers of changed functions.
5488 * iconv/iconv_prog.h: Adjust prototype.
5489
5490 2008-03-09 Andreas Jaeger <aj@suse.de>
5491
5492 [BZ #5753]
5493 * sysdeps/ia64/ieee754.h: Use protected namespace
5494 __BIG_ENDIAN/__LITTLE_ENDIAN.
5495 * sysdeps/ieee754/ieee754.h: Likewise.
5496 Patch by Aurelien Jarno <aurelien@aurel32.net>.
5497
5498 2008-03-08 Roland McGrath <roland@frob.com>
5499
5500 * hurd/hurdsig.c (_hurd_internal_post_signal): When normal rules would
5501 ignore a signal that came from a machine exception, treat it as a
5502 fatal core-dump signal instead.
5503 Reported by Samuel Thibault <samuel.thibault@ens-lyon.org>.
5504
5505 * sysdeps/mach/hurd/i386/trampoline.c (_hurd_setup_sighandler):
5506 Clear DF bit in thread state's eflags.
5507 Reported by Samuel Thibault <samuel.thibault@ens-lyon.org>.
5508
5509 2008-03-08 Ulrich Drepper <drepper@redhat.com>
5510
5511 [BZ #5774]
5512 * stdlib/strtod_l.c (____STRTOF_INTERNAL): Consume closing brace
5513 of NAN(...) sequence.
5514 * stdlib/Makefile (tests): Add tst-strtod6.
5515 * stdlib/tst-strtod6.c: New file.
5516
5517 * inet/inet6_opt.c (inet6_opt_init): Check extlen for overflow.
5518
5519 [BZ #5762]
5520 * posix/getopt.c (_getopt_internal_r): Clarify error message by
5521 putting offending option character in quotes. Clean up error
5522 messages.
5523 * po/be.po: Adjust msgstr in translation file.
5524 * po/bg.po: Likewise.
5525 * po/ca.po: Likewise.
5526 * po/cs.po: Likewise.
5527 * po/da.po: Likewise.
5528 * po/de.po: Likewise.
5529 * po/es.po: Likewise.
5530 * po/fr.po: Likewise.
5531 * po/hr.po: Likewise.
5532 * po/ko.po: Likewise.
5533 * po/nl.po: Likewise.
5534 * po/rw.po: Likewise.
5535 * po/sk.po: Likewise.
5536 * po/sv.po: Likewise.
5537 * po/tr.po: Likewise.
5538 * po/zh_CN.po: Likewise.
5539 * po/zh_TW.po: Likewise.
5540
5541 [BZ #5760]
5542 * inet/inet6_opt.c (inet6_opt_init): Fix ip6h_len computation.
5543 Patch by Roland Bless <roland@bless.de>.
5544
5545 * sysdeps/unix/sysv/linux/dl-sysdep.c: Avoid unnecessary code for
5546 .o file.
5547 * elf/Makefile (routines): Add dl-sysdep.
5548 (elide-routines.os): Likewise.
5549
5550 2008-03-07 Ulrich Drepper <drepper@redhat.com>
5551
5552 [BZ #5786]
5553 * elf/dl-sysdep.c: Undefine ROUND after use.
5554 * sysdeps/generic/ldsodefs.h [HAVE_DL_DISCOVER_OSVERSION]
5555 (struct rtld_global_ro): Add _dl_tls_get_addr_soft element.
5556 * elf/rtld.c (rtld_global_ro): Initialize _dl_discover_osversion.
5557 * sysdeps/unix/sysv/linux/dl-osinfo.h: Move _dl_discover_osversion
5558 to ...
5559 * sysdeps/unix/sysv/linux/dl-sysdep.c: ...here.
5560 * sysdeps/unix/sysv/linux/dl-sysdep.h: Declare _dl_discover_osversion
5561 if necessary.
5562 * sysdeps/unix/sysv/linux/sysconf.c: Handle _SC_ARG_MAX here.
5563
5564 * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): Add
5565 _dl_tls_get_addr_soft element.
5566 * elf/rtld.c (rtld_global_ro): Initialize _dl_tls_get_addr_soft.
5567 * elf/Versions (ld): Don't export _dl_tls_get_addr_soft.
5568 * dlfcn/dlinfo.c (dlinfo_doit): Access dl_tls_get_addr_soft through
5569 GLRO.
5570 * elf/dl-iteratephdr.c (__dl_iterate_phdr): Likewise.
5571 * elf/dl-tls.c (_dl_tls_get_addr_soft): Use attribute_hidden instead
5572 of internal_function.
5573
5574 * stdlib/Makefile (aux): Add tens_in_limb.
5575 * stdlib/strtod_l.c: Move _tens_in_limb definition to...
5576 * stdlib/tens_in_limb.c: ...here. New file.
5577
5578 [BZ #5778]
5579 * sysdeps/unix/sysv/linux/pathconf.h: Declare
5580 __statfs_chown_restricted.
5581 * sysdeps/unix/sysv/linux/fpathconf.c: Call __statfs_chown_restricted
5582 for _PC_CHOWN_RESTRICTED.
5583 * sysdeps/unix/sysv/linux/pathconf.c: Likewise.
5584 Implement __statfs_chown_restricted.
5585 * sysdeps/unix/sysv/linux/bits/posix_opt.h: Change
5586 _POSIX_CHOWN_RESTRICTED value to zero.
5587 * io/tst-fchownat.c: Correctly handle _POSIX_CHOWN_RESTRICTED
5588 defined to zero.
5589
5590 * sysdeps/x86_64/rtld-memset.c: New file.
5591
5592 2008-02-26 Harsha Jagasia <harsha.jagasia@amd.com>
5593
5594 * sysdeps/x86_64/cacheinfo.c (NOT_USED_RIGHT_NOW): Remove ifdef guards.
5595
5596 * sysdeps/x86_64/memset.S: Rewrite non-SSE code path as tuned for AMD
5597 Barcelona machine. Make default fall through branch of
5598 __x86_64_preferred_memory_instruction check as the integer code path.
5599
5600 2007-10-15 H.J. Lu <hongjiu.lu@intel.com>
5601
5602 * sysdeps/x86_64/cacheinfo.c
5603 (__x86_64_preferred_memory_instruction): New variable.
5604 (init_cacheinfo): Initialize __x86_64_preferred_memory_instruction.
5605
5606 * sysdeps/x86_64/memset.S: Rewrite.
5607
5608 2008-03-04 Jakub Jelinek <jakub@redhat.com>
5609
5610 * include/stdio.h (__asprintf_chk, __dprintf_chk,
5611 __obstack_printf_chk): New prototypes.
5612 (__vasprintf_chk, __vdprintf_chk,
5613 __obstack_vprintf_chk): Likewise.
5614 Add libc_hidden_proto.
5615 * libio/obprintf.c
5616 (_IO_obstack_jumps): No longer static, add attribute_hidden.
5617 * libio/bits/stdio-ldbl.h (__asprintf_chk, __dprintf_chk,
5618 __obstack_printf_chk, __vasprintf_chk, __vdprintf_chk,
5619 __obstack_vprintf_chk): Add __LDBL_REDIR_DECL.
5620 * libio/bits/stdio2.h (__asprintf_chk, __dprintf_chk,
5621 __obstack_printf_chk, __vasprintf_chk, __vdprintf_chk,
5622 __obstack_vprintf_chk): New prototypes.
5623 (asprintf, __asprintf, dprintf, obstack_printf, vasprintf, vdprintf,
5624 obstack_vprintf): New inlines.
5625 * debug/dprintf_chk.c: New file.
5626 * debug/vdprintf_chk.c: New file.
5627 * debug/asprintf_chk.c: New file.
5628 * debug/vasprintf_chk.c: New file.
5629 * debug/obprintf_chk.c: New file.
5630 * debug/tst-chk1.c (do_test): Add asprintf and obstack_printf tests.
5631 * debug/Versions (__asprintf_chk, __dprintf_chk, __obstack_printf_chk,
5632 __vasprintf_chk, __vdprintf_chk, __obstack_vprintf_chk): Export
5633 @@GLIBC_2.8.
5634 * debug/Makefile: Build asprintf_chk, vasprintf_chk, dprintf_chk,
5635 vdprintf_chk and obprintf_chk, set CFLAGS for them.
5636 * sysdeps/ieee754/ldbl-opt/nldbl-compat.c (__nldbl___vasprintf_chk,
5637 __nldbl___vdprintf_chk, __nldbl___obstack_vprintf_chk): Add
5638 libc_hidden_proto.
5639 * sysdeps/ieee754/ldbl-opt/nldbl-compat.h (__nldbl___vasprintf_chk,
5640 __nldbl___vdprintf_chk, __nldbl___obstack_vprintf_chk): New prototypes.
5641 * sysdeps/ieee754/ldbl-opt/Versions (__nldbl___asprintf_chk,
5642 __nldbl___vasprintf_chk, __nldbl___dprintf_chk, __nldbl___vdprintf_chk,
5643 __nldbl___obstack_printf_chk, __nldbl___obstack_vprintf_chk): Export
5644 @@GLIBC_2.8.
5645 * sysdeps/ieee754/ldbl-opt/Makefile (libnldbl-calls): Add asprintf_chk,
5646 vasprintf_chk, dprintf_chk, vdprintf_chk, obstack_printf_chk and
5647 obstack_vprintf_chk.
5648 * sysdeps/ieee754/ldbl-opt/nldbl-obstack_vprintf_chk.c: New file.
5649 * sysdeps/ieee754/ldbl-opt/nldbl-dprintf_chk.c: New file.
5650 * sysdeps/ieee754/ldbl-opt/nldbl-obstack_printf_chk.c: New file.
5651 * sysdeps/ieee754/ldbl-opt/nldbl-asprintf_chk.c: New file.
5652 * sysdeps/ieee754/ldbl-opt/nldbl-vdprintf_chk.c: New file.
5653 * sysdeps/ieee754/ldbl-opt/nldbl-vasprintf_chk.c: New file.
5654
5655 2008-03-04 Ulrich Drepper <drepper@redhat.com>
5656
5657 [BZ #5779]
5658 * misc/sys/queue.h: Add STAILQ_CONCAT and TAILQ_CONCAT definitions.
5659 Patch by Roy Marples <roy@marples.name>.
5660
5661 [BZ #5736]
5662 * malloc/malloc.c: Fix typo in comment.
5663
5664 [BZ #5627]
5665 * locale/iso-639.def: Add Shuswap.
5666
5667 2008-02-25 Jakub Jelinek <jakub@redhat.com>
5668
5669 [BZ #5790]
5670 * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyaddr2_r): Don't
5671 overwrite *h_errnop/*errnop values from getanswer_r in case of
5672 failure.
5673
5674 2008-03-03 Ulrich Drepper <drepper@redhat.com>
5675
5676 [BZ #5818]
5677 * nscd/connections.c (dbs): Add initializers for .suggested_module.
5678 (verify_persistent_db): Remove one unnecessary test and add a new one
5679 for bad configuration.
5680 (nscd_init): Improve error reported when persistent database cannot
5681 be reused.
5682 * nscd/nscd.h (DEFAULT_SUGGESTED_MODULE): Define.
5683 * nscd/nscd_conf.c (nscd_parse_file): Provide default values for
5684 .suggested_module and .max_db_size and case config file says the
5685 values are zero.
5686 * nscd/nscd_helper.c (get_mapping): Fail if hash table module is zero.
5687
5688 [BZ #5854]
5689 * nis/ypclnt.c (yp_order): Fix handling of return value of
5690 do_ypcall_tr call.
5691 Patch by Jeff Moyer <jmoyer@redhat.com>.
5692
5693 * po/fr.po: Update from translation team.
5694
5695 2008-02-22 Andreas Jaeger <aj@suse.de>,
5696 Carlos O'Donell <carlos@systemhalted.org>
5697
5698 [BZ #5012]
5699 * FAQ.in: Describe why glibc needs to be compiled with
5700 optimization.
5701
5702 2008-02-19 Roland McGrath <roland@redhat.com>
5703
5704 * elf/elf.h (SHT_GNU_ATTRIBUTES): New macro.
5705
5706 2008-02-15 Ulrich Drepper <drepper@redhat.com>
5707
5708 [BZ #5737]
5709 * resolv/netdb.h: Make NI_MAXHOST and NI_MAXSERV available when
5710 __USE_MISC is defined.
5711
5712 2008-02-10 Ulrich Drepper <drepper@redhat.com>
5713
5714 * sysdeps/unix/sysv/linux/sys/timerfd.h: New file.
5715 * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_headers): Add
5716 sys/timerfd.h.
5717 * sysdeps/unix/sysv/linux/syscalls.list: Add timerfd_create,
5718 timerfd_gettime, timerfd_settime.
5719 * sysdeps/unix/sysv/linux/Versions: Add timerfd_create,
5720 timerfd_gettime, timerfd_settime for GLIBC_2.8.
5721
5722 2008-02-08 Roland McGrath <roland@redhat.com>
5723
5724 * elf/elf.h (NT_PPC_SPE): New macro.
5725
5726 2008-02-06 Roland McGrath <roland@redhat.com>
5727
5728 * Makerules ($(common-objpfx)sysd-rules):
5729 Depend on $(sysdep-makeconfigs).
5730
5731 2008-01-31 Roland McGrath <roland@redhat.com>
5732
5733 [BZ #5442]
5734 * configure.in: Use -print-file-name if it yields a directory,
5735 for each of include and include-fixed.
5736 * configure: Regenerated.
5737
5738 * Makeconfig (sysd-rules-targets): New variable.
5739 * sysdeps/unix/make-syscalls.sh: Use it in the rules emitted.
5740 * sysdeps/unix/Makefile (omit-deps): Append variants for each target.
5741
5742 2008-01-30 Roland McGrath <roland@redhat.com>
5743
5744 * manual/libc.texinfo: Update back-cover text.
5745
5746 * elf/elf.h (NT_386_TLS): New macro.
5747
5748 2008-01-29 Roland McGrath <roland@redhat.com>
5749
5750 * Makeconfig (sysd-rules-patterns): New variable.
5751 * Makerules ($(common-objpfx)sysd-rules): Drive the loop from that.
5752 (check-inhibit-asm): New canned sequence, replaces ...
5753 (open-check-inhibit-asm, close-check-inhibit-asm): ... these, removed.
5754 * elf/rtld-Rules ($(objpfx)rtld-%.os): Use $(rtld-CPPFLAGS) in commands.
5755 (rtld-CPPFLAGS): Renamed from CPPFLAGS-rtld.
5756 (CFLAGS-rtld): Variable removed.
5757
5758 2008-01-24 Roland McGrath <roland@redhat.com>
5759
5760 * configure.in: Let configure fragments set base_os.
5761 * configure: Regenerated.
5762
5763 2008-01-22 Ulrich Drepper <drepper@redhat.com>
5764
5765 * po/ko.po: Update from translation team.
5766
5767 2008-01-12 H.J. Lu <hongjiu.lu@intel.com>
5768
5769 * sysdeps/i386/fpu/ftestexcept.c (fetestexcept): Use short for fnstsw.
5770
5771 2008-01-12 Andreas Jaeger <aj@suse.de>
5772
5773 [BZ #5040]
5774 * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h (enum EPOLL_EVENTS):
5775 Add EPOLLRDHUP.
5776
5777 2008-01-20 Samuel Thibault <samuel.thibault@ens-lyon.org>
5778
5779 * hurd/hurdsock.c (_hurd_socket_server): Return the standard
5780 error EAFNOSUPPORT rather than non-standard EPFNOSUPPORT.
5781 * sunrpc/bindrsvprt.c (bindresvport): Likewise.
5782
5783 2007-10-23 Alexandre Oliva <aoliva@redhat.com>
5784
5785 * include/link.h (FORCED_DYNAMIC_TLS_OFFSET): Define.
5786 * elf/dl-close.c (_dl_close): Check for it.
5787 * elf/dl-reloc.c (CHECK_STATIC_TLS): Likewise.
5788 (_dl_allocate_static_tls): Likewise.
5789 * elf/dl-tls.c (_dl_allocate_tls_init): Likewise.
5790 (__tls_get_addr): Protect from race conditions in setting l_tls_offset
5791 to it.
5792 * elf/tst-tls16.c: New file.
5793 * elf/tst-tlsmod16a.c: New file.
5794 * elf/tst-tlsmod16b.c: New file.
5795 * elf/Makefile: Add rules to build and run tst-tls16.
5796
5797 2008-01-16 Ulrich Drepper <drepper@redhat.com>
5798
5799 [BZ #5628]
5800 * bits/shm.h: Fix comment describing shmid_ds.
5801 * sysdeps/gnu/bits/shm.h: Likewise.
5802 * sysdeps/unix/sysv/linux/alpha/bits/shm.h: Likewise.
5803 * sysdeps/unix/sysv/linux/bits/shm.h: Likewise.
5804 * sysdeps/unix/sysv/linux/ia64/bits/shm.h: Likewise.
5805 * sysdeps/unix/sysv/linux/powerpc/bits/shm.h: Likewise.
5806 * sysdeps/unix/sysv/linux/s390/bits/shm.h: Likewise.
5807 * sysdeps/unix/sysv/linux/sh/bits/shm.h: Likewise.
5808 * sysdeps/unix/sysv/linux/sparc/bits/shm.h: Likewise.
5809 * sysdeps/unix/sysv/linux/x86_64/bits/shm.h: Likewise.
5810 Patch by Hareesh Nagarajan <hareesh.nagarajan@gmail.com>.
5811
5812 [BZ #5607]
5813 * conform/data/fcntl.h-data: Fix posix_fadvise and posix_fallocate
5814 prototypes.
5815 * conform/data/limits.h-data: Adjust limits changed in v6 and add
5816 additional suffixes.
5817 * conform/data/mqueue.h-data: Fix typo in mq_curmsgs entry.
5818 Add optional functions mq_timedreceive and mq_timedsend.
5819 * conform/data/netdb.h-data: Add more AI_* and EAI_* constants.
5820 * conform/data/pthread.h-data: Fix prototype of
5821 pthread_condattr_setclock. pthread_sigmask is not required in v6.
5822 * conform/data/semaphore.h-data: Allow time.h definitions.
5823 * conform/data/signal.h-data: Likewise.
5824 * conform/data/stdio.h-data: getw and putw are not required in v6.
5825 * conform/data/stdlib.h-data: Change setstate prototype.
5826 * conform/data/string.h-data: Fix strerror_r prototype.
5827 * conform/data/time.h-data: Fix typo in TIMER_ABSTIME definition.
5828 * conform/data/unistd.h-data: pthread_atfork not required in v6.
5829 Fix readlink prototype.
5830 * conform/data/netinet/in.h-data: Add const to in6addr_any and
5831 in6addr_loopback.
5832 * inet/netinet/in.h: Cleanup namespace.
5833 * posix/regex.h: Likewise.
5834 * resolv/netdb.h: Likewise.
5835 * sysdeps/unix/sysv/linux/bits/in.h: Likewise.
5836 * sysdeps/unix/sysv/linux/bits/socket.h: Likewise.
5837 * sysdeps/unix/sysv/linux/x86_64/bits/stat.h: Likewise.
5838 * sysdeps/posix/getaddrinfo.c (default_labels): Adjust for change
5839 of names of in in6_addr.
5840 (default_precedence): Likewise.
5841 * sysdeps/unix/sysv/linux/cmsg_nxthdr.c: Include <stddef.h> for
5842 NULL definition.
5843
5844 2008-01-15 Ulrich Drepper <drepper@redhat.com>
5845
5846 * conform/data/fmtmsg.h-data: Add missing allows.
5847 * conform/data/ftw.h-data: Likewise.
5848 * conform/data/inttypes.h-data: Likewise.
5849 * conform/data/math.h-data: Likewise.
5850 * conform/data/signal.h-data: Likewise.
5851 * conform/data/net/if.h-data: Likewise.
5852 * conform/data/netinet/in.h-data: Likewise.
5853 * conform/data/sys/socket.h-data: Likewise.
5854
5855 [BZ #5614]
5856 * string/bits/string2.h (__strtok_r_1c): Always update *__NEXTP.
5857 (__strtok_r): Simplify.
5858 * string/tester.c (test_strtok_r): Add test case for futile search
5859 with single-character seach string.
5860
5861 2008-01-12 Ulrich Drepper <drepper@redhat.com>
5862
5863 * po/ko.po: Update from translation team.
5864
5865 2008-01-11 Andreas Jaeger <aj@suse.de>
5866
5867 [BZ #5600]
5868 * sysdeps/unix/sysv/linux/sys/signalfd.h (struct
5869 signalfd_siginfo): Use 64-bit type for ssi_ptr to sync with Linux
5870 kernel header.
5871
5872 2008-01-10 Ulrich Drepper <drepper@redhat.com>
5873
5874 * sysdeps/posix/getaddrinfo.c (rfc3484_sort): Store result of
5875 native interface lookup in all the relevant places.
5876
5877 2008-01-10 Jakub Jelinek <jakub@redhat.com>
5878 Ulrich Drepper <drepper@redhat.com>
5879
5880 * sysdeps/posix/getaddrinfo.c (sort_results): Remove service_order
5881 field. Use sockaddr_in6 for source_addr.
5882 (get_scope): Change type of parameter to sockaddr_in6. Adjust.
5883 (match_prefix): Likewise.
5884 (get_label): Likewise.
5885 (get_precedence): Likewise.
5886 (rfc3484_sort): Change to use indirect access to results array.
5887 Adjust to use of sockaddr_in6. Replace service_order test with
5888 simple index comparison.
5889 (getaddrinfo): Define order array. Initialize it. Don't initialize
5890 service_order field. Adjust qsort_t calls. Access sorted result
5891 array indirectly through order array.
5892 * posix/tst-rfc3484.c: Adjust for change of rfc3484_sort.
5893 * posix/tst-rfc3484-2.c: Likewise.
5894 * posix/tst-rfc3484-3.c: Likewise.
5895
5896 2008-01-09 Ulrich Drepper <drepper@redhat.com>
5897
5898 [BZ #5541]
5899 * sunrpc/rpc_thread.c (__rpc_thread_destroy): Also free xports and
5900 pollfd structures.
5901 Patch by André Cruz.
5902
5903 [BZ #5545]
5904 * sunrpc/clnt_perr.c (clnt_sperror): Don't use fixed size buffer.
5905 (clnt_spcreateerror): Likewise.
5906
5907 [BZ #5553]
5908 * malloc/malloc.c (public_mALLOc): Set ar_ptr when trying main_arena.
5909 (public_mEMALIGn): Likewise.
5910 Patch mostly by Daniel Jacobowitz.
5911
5912 2008-01-09 Jakub Jelinek <jakub@redhat.com>
5913
5914 * sysdeps/unix/sysv/linux/i386/makecontext.S (__makecontext): Avoid
5915 clobbering memory at or above uc_stack.ss_sp + uc_stack.ss_size.
5916 * stdlib/Makefile: Add rules to build and run tst-makecontext2.
5917 * stdlib/tst-makecontext2.c: New test.
5918
5919 2008-01-08 Jakub Jelinek <jakub@redhat.com>
5920
5921 * iconv/loop.c (UPDATE_PARAMS): Define to empty statement if not
5922 defined.
5923 (REINIT_PARAMS): Likewise. Undefine before end of file.
5924 (STANDARD_TO_LOOP_ERR_HANDLER): Use UPDATE_PARAMS before calling
5925 transliteration hooks and REINIT_PARAMS afterwards.
5926 * iconvdata/iso-2022-jp.c (BODY): Use a separate variable for
5927 status.
5928 (REINIT_PARAMS): Define.
5929 * iconvdata/ibm1364.c (REINIT_PARAMS): Likewise.
5930 * iconvdata/ibm930.c (REINIT_PARAMS): Likewise.
5931 * iconvdata/ibm933.c (REINIT_PARAMS): Likewise.
5932 * iconvdata/ibm935.c (REINIT_PARAMS): Likewise.
5933 * iconvdata/ibm937.c (REINIT_PARAMS): Likewise.
5934 * iconvdata/ibm939.c (REINIT_PARAMS): Likewise.
5935 * iconvdata/iso-2022-cn.c (REINIT_PARAMS): Likewise.
5936 * iconvdata/iso-2022-cn-ext.c (REINIT_PARAMS): Likewise.
5937 * iconvdata/iso-2022-jp-3.c (REINIT_PARAMS): Likewise.
5938 * iconvdata/iso-2022-kr.c (REINIT_PARAMS): Likewise.
5939 * iconvdata/Makefile: Add rules to build and run tst-iconv7.c.
5940 * iconvdata/tst-iconv7.c: New test.
5941
5942 2008-01-07 Ulrich Drepper <drepper@redhat.com>
5943
5944 * libio/stdio.h (vscanf): Fix definition for loser compilers.
5945
5946 2008-01-05 Jakub Jelinek <jakub@redhat.com>
5947
5948 [BZ #5112]
5949 * nscd/connections.c (restart): Fix condition.
5950
5951 2008-01-03 Jakub Jelinek <jakub@redhat.com>
5952
5953 * ctype/ctype.h (__ctype_b_loc, __ctype_tolower_loc,
5954 __ctype_toupper_loc): Add __THROW.
5955
5956 2008-01-02 Ulrich Drepper <drepper@redhat.com>
5957
5958 * sysdeps/unix/sysv/linux/check_pf.c (make_request): Fix
5959 recognition of interface family.
5960
5961 * posix/getconf.c: Update copyright year.
5962 * nss/getent.c: Likewise.
5963 * iconv/iconvconfig.c: Likewise.
5964 * iconv/iconv_prog.c: Likewise.
5965 * elf/ldconfig.c: Likewise.
5966 * catgets/gencat.c: Likewise.
5967 * csu/version.c: Likewise.
5968 * elf/ldd.bash.in: Likewise.
5969 * elf/sprof.c (print_version): Likewise.
5970 * locale/programs/locale.c: Likewise.
5971 * locale/programs/localedef.c: Likewise.
5972 * nscd/nscd.c (print_version): Likewise.
5973 * debug/xtrace.sh: Likewise.
5974 * malloc/memusage.sh: Likewise.
5975 * malloc/mtrace.pl: Likewise.
5976 * debug/catchsegv.sh: Likewise.
5977
5978 2007-12-26 Ulrich Drepper <drepper@redhat.com>
5979
5980 * nss/nsswitch.c (__nss_lookup): Actually use alternative name in
5981 second lookup.
5982
5983 2007-12-23 Ulrich Drepper <drepper@redhat.com>
5984
5985 * sysdeps/x86_64/cacheinfo.c (intel_02_known): New entry 0x3f.
5986 * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_02_known): Likewise.
5987
5988 2007-12-17 Roland McGrath <roland@redhat.com>
5989
5990 * inet/ether_line.c (ether_line): Remove unused variable.
5991
5992 2007-12-17 Samuel Thibault <samuel.thibault@ens-lyon.org>
5993
5994 * login/forkpty.c (forkpty): Add const qualifier to parameters termp
5995 and winp.
5996 * login/openpty.c (openpty): Likewise.
5997 * login/pty.h (openpty, forkpty): Likewise.
5998 * manual/terminal.texi (openpty, forkpty): Likewise.
5999
6000 2007-12-17 Ulrich Drepper <drepper@redhat.com>
6001
6002 * malloc/malloc.c (public_cALLOc): For arenas other than
6003 main_arena, count all bytes inside the mprotect_size range of the
6004 heap as uninitialized.
6005
6006 2007-12-16 Ulrich Drepper <drepper@redhat.com>
6007
6008 * elf/tst-execstack.c (do_test): Don't fail if SELinux forbids
6009 executable stacks.
6010
6011 * malloc/malloc.c (public_mTRIm): Iterate over all arenas and call
6012 mTRIm for all of them.
6013 (mTRIm): Additionally iterate over all free blocks and use madvise
6014 to free memory for all those blocks which contain at least one
6015 memory page.
6016 * malloc/tst-trim1.c: New file.
6017 * malloc/Makefile (tests): Add tst-trim1.
6018
6019 * malloc/malloc.c (do_check_malloc_state): Minimal cleanups.
6020
6021 2007-12-14 Ulrich Drepper <drepper@redhat.com>
6022
6023 * sysdeps/unix/sysv/linux/x86_64/sysdep.h (INTERNAL_SYSCALL_ERROR_P):
6024 First cast argument to long
6025 * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_gettimeofday):
6026 Return long.
6027 (__vdso_clock_gettime): Likewise.
6028 * sysdeps/unix/sysv/linux/x86_64/bits/libc-vdso.h: Functions
6029 return long.
6030
6031 2007-12-13 Ulrich Drepper <drepper@redhat.com>
6032
6033 * locale/nl_langinfo.c (nl_langinfo): Just call __nl_langinfo_l.
6034 * locale/nl_langinfo_l.c: Real implementation, copied from
6035 nl_langinfo.c.
6036 * include/langinfo.h: Add libc_hidden_proto for __nl_langinfo_l.
6037
6038 2007-12-01 Jim Meyering <meyering@redhat.com>
6039
6040 * posix/regcomp.c (optimize_utf8): Fix a typo, s/idx/ctx_type/,
6041 that would inhibit utf8-optimization of a regexp containing line-
6042 or buffer-anchors, e.g., `^', `$'.
6043
6044 2007-12-12 Ulrich Drepper <drepper@redhat.com>
6045
6046 * time/bug-getdate1.c (do_test): Don't use century values which
6047 aren't valid on 32-bit systems.
6048
6049 2007-12-12 Jakub Jelinek <jakub@redhat.com>
6050
6051 * sysdeps/i386/i486/bits/string.h (memmove): Define as macro.
6052 (memmove): Rename to __memmove_g, with __asm__ ("memmove").
6053 * sysdeps/s390/bits/string.h (__strlen_g, __strcpy_g, __strncpy_g,
6054 __strcat_g, __strncat_g): Add __asm__.
6055
6056 2007-12-12 Ulrich Drepper <drepper@redhat.com>
6057
6058 [BZ #5477]
6059 * io/fchmodat.c: Fix typo in stub_warning use.
6060 Patch by Petr Salinger.
6061
6062 2007-12-11 Ulrich Drepper <drepper@redhat.com>
6063
6064 * iconvdata/hp-thai8.c: New file.
6065 * iconvdata/Makefile: Add rules for hp-thai8.c.
6066 * iconvdata/tst-tables.sh: Add entry for HP-THAI8.
6067 * iconvdata/gconv-modules: Likewise.
6068
6069 [BZ #5464]
6070 * iconvdata/hp-greek8.c: New file.
6071 * iconvdata/Makefile: Add rules for hp-greek8.c.
6072 * iconvdata/tst-tables.sh: Add entry for HP-GREEK8.
6073 * iconvdata/gconv-modules: Likewise.
6074
6075 [BZ #5463]
6076 * iconvdata/hp-turkish8.c: New file.
6077 * iconvdata/Makefile: Add rules for hp-turkish8.c.
6078 * iconvdata/tst-tables.sh: Add entry for HP-TURKISH8.
6079 * iconvdata/gconv-modules: Likewise.
6080
6081 * malloc/arena.c (grow_heap): Split out code to shrink heap into...
6082 (shrink_heap): ... this new function.
6083 (heap_trim): Call shrink_heap instead of grow_heap.
6084
6085 * malloc/malloc.c (_int_malloc): sYSMALLOc might fail, in this
6086 case don't call alloc_perturb.
6087
6088 2007-12-10 Ulrich Drepper <drepper@redhat.com>
6089
6090 * sysdeps/unix/sysv/linux/adjtime.c: Use ADJ_OFFSET_SS_READ if
6091 possible.
6092 * sysdeps/unix/sysv/linux/kernel-features.h
6093 (__ASSUME_ADJ_OFFSET_SS_READ): Define for 2.6.24.
6094 * sysdeps/unix/sysv/linux/sys/timex.h (ADJ_OFFSET_SS_READ): Define.
6095
6096 2007-12-08 Ulrich Drepper <drepper@redhat.com>
6097
6098 [BZ #5424]
6099 * stdio-common/vfprintf.c: Do not overflow when adding to done.
6100 * stdio-common/Makefile (tests): Add bug22.
6101 * stdio-common/bug22.c: New file.
6102
6103 [BZ #5451]
6104 * time/getdate.c: Fix filling in default values.
6105 * time/bug-getdate1.c: New file.
6106 * time/Makefile: Add rules to build and run bug-getdate1.
6107
6108 * iconvdata/ebcdic-is-friss.c: Use 8bit-gap instead of 8bit-generic.
6109 * iconvdata/ebcdic-es.c: Likewise.
6110 * iconvdata/ebcdic-es-a.c: Likewise.
6111 * iconvdata/ebcdic-uk.c: Likewise.
6112 * iconvdata/iso8859-16.c: Likewise.
6113 * iconvdata/viscii.c: Likewise.
6114 * iconvdata/iso8859-9e.c: Likewise.
6115 * iconvdata/Makefile: Adjust appropriately.
6116
6117 [BZ #5428]
6118 * wcsmbs/wchar.h: Unconditionally undefine __need_mbstate and
6119 __need_wint_t.
6120
6121 2007-12-07 Ulrich Drepper <drepper@redhat.com>
6122
6123 [BZ #5427]
6124 * iconvdata/hp-roman9.c: New file.
6125 * iconvdata/Makefile: Add rules for hp-roman9.c.
6126 * iconvdata/tst-tables.sh: Add HP-ROMAN9.
6127 * iconvdata/gconv-modules: Likewise.
6128
6129 * iconvdata/hp-roman8.c: Use 8bit-gap instead of 8bit-generic.
6130 * iconvdata/Makefile: Adjust appropriately.
6131
6132 [BZ #5441]
6133 * stdio-common/vfscanf.c (_IO_vfwscanf): Don't free ptrs_to_free
6134 structure, it's allocated with alloca.
6135 * stdio-common/Makefile (tests): Add bug21.
6136 * stdio-common/bug21.c: New file.
6137
6138 2007-12-06 Aurelien Jarno <aurelien@aurel32.net>
6139
6140 [BZ #5452]
6141 * sysdeps/unix/sysv/linux/bits/sched.h: Use __extension__
6142 keyword for gcc's braced-groups.
6143
6144 2007-12-07 Ulrich Drepper <drepper@redhat.com>
6145
6146 [BZ #5454]
6147 * inet/ether_line.c: Strip hostname of whitespaces.
6148 * inet/Makefile (tests): Add tst-ether_line.
6149 * inet/tst-ether_line.c: New file.
6150
6151 2007-12-03 Ulrich Drepper <drepper@redhat.com>
6152
6153 [BZ #5439]
6154 * sysdeps/unix/sysv/linux/sys/signalfd.h: Fix use of __nonnull.
6155
6156 [BZ #5435]
6157 * sysdeps/unix/sysv/linux/i386/makecontext.S: Align stack.
6158
6159 * stdlib/tst-setcontext.c: Catch the case where the links gets
6160 messed up and we do not reach main again.
6161
6162 * po/ca.po: Update from translation team.
6163
6164 2007-11-26 Ulrich Drepper <drepper@redhat.com>
6165
6166 * posix/unistd.h: Declare fsync also for __USE_XOPEN2K.
6167 * posix/regex.h (REG_ENOSYS): Likewise.
6168 * wcsmbs/wchar.h: Define __need_file also for __USE_XOPEN2K.
6169
6170 2007-11-25 Ulrich Drepper <drepper@redhat.com>
6171
6172 * nscd/nscd.h (MAX_STACK_USE): Define.
6173 * nscd/mem.c (MAX_STACK_USE): Remove definition here.
6174 (gc): Initialize stack_used based on allocation in prune_cache.
6175 * nscd/cache.c (prune_cache): Use heap for mark array if necessary.
6176 Clear array before use.
6177
6178 * nscd/aicache.c (addhstaiX): Update statistics counter in case
6179 memory allocation failed.
6180 * nscd/hstcache.c (cache_addhst): Likewise.
6181 * nscd/grpcache.c (cache_addgr): Likewise.
6182 * nscd/servicescache.c (cache_addserv): Likewise.
6183 * nscd/pwdcache.c (cache_addpw): Likewise.
6184 * nscd/initgrcache.c (addinitgroupsX): Likewise.
6185
6186 2007-11-23 Ulrich Drepper <drepper@redhat.com>
6187
6188 * sysdeps/unix/sysv/linux/powerpc/powerpc64/syscalls.list: Add open
6189 and creat system calls.
6190
6191 * sysdeps/unix/sysv/linux/check_native.c: Include <asm/types.h>.
6192
6193 2007-11-23 Martin Schwidefsky <schwidefsky@de.ibm.com>
6194
6195 * sysdeps/unix/sysv/linux/Makefile [subdir=inet] (sysdep_headers):
6196 Add netiucv/iucv.h.
6197 * sysdeps/unix/sysv/linux/netiucv/iucv.h: New file.
6198 * sysdeps/unix/sysv/linux/opensock.c (__opensock): Add AF_IUCV
6199 protocol.
6200 * sysdeps/unix/sysv/linux/sa_len.c (__libc_sa_len): Likewise.
6201 * sysdeps/unix/sysv/linux/s390/opensock.c: New file.
6202 * sysdeps/unix/sysv/linux/s390/sa_len.c: New file.
6203
6204 2007-11-22 Martin Schwidefsky <schwidefsky@de.ibm.com>
6205
6206 * sysdeps/s390/bits/string.h (strlen, strcpy, strncpy, strcat,
6207 strncat): Define as macros to avoid compile errors.
6208
6209 * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Add open and
6210 creat entries.
6211
6212 2007-11-22 Ulrich Drepper <drepper@redhat.com>
6213
6214 [BZ #5382]
6215 * nscd/nscd.h (NSCD_THREAD_STACKSIZE): Define.
6216 * nscd/connections.c (start_threads): Use NSCD_THREAD_STACKSIZE.
6217 * nscd/mem.c (gc): Don't allocate arrays on the stack if they can
6218 overflow it.
6219 Partially based on a patch by Petr Baudis <pasky@suse.cz>.
6220
6221 * sysdeps/unix/sysv/linux/nscd_setup_thread.c (setup_thread):
6222 Return zero in case the thread library is not NPTL.
6223
6224 [BZ #5375]
6225 * resolv/res_hconf.c (_res_hconf_reorder_addrs): Fix locking when
6226 initializing interface list.
6227
6228 [BZ #5378]
6229 * nis/nss_compat/compat-initgroups.c (getgrent_next_nss): Don't
6230 use result of nss_getgrgid_r if nothing was found. For other
6231 error return with a failure.
6232 Partially based on a patch by Petr Baudis <pasky@suse.cz>.
6233
6234 * locale/programs/ld-collate.c (collate_read): Fix loop to match
6235 macro name.
6236
6237 2007-11-19 Ulrich Drepper <drepper@redhat.com>
6238
6239 * sysdeps/posix/getaddrinfo.c (defaults_scopes, scopes): New variables.
6240 (get_scope): For IPv4 scope, use scopes table.
6241 (fini): Free scopes table if necessary.
6242 (free_scopelist): New function.
6243 (scopecmp): New function.
6244 (gaiconf_init): Also handle scopev4 entries.
6245 * posix/tst-rfc3484.c (do_test): Initialize scopes.
6246 * posix/tst-rfc3484-2.c (do_test): Likewise.
6247 * posix/gai.conf: Document scopev4 defaults.
6248 * posix/Makefile (tests): Add tst-rfc3484-3.
6249 * posix/tst-rfc3484-3.c: New file.
6250
6251 * sysdeps/posix/getaddrinfo.c (default_labels): Describe entry for
6252 Teredo tunnels.
6253 * posix/gai.conf: Update for current default tables.
6254
6255 2007-11-19 Ulrich Drepper <drepper@redhat.com>
6256
6257 * po/tr.po: Update from translation team.
6258
6259 2007-11-18 Roland McGrath <roland@frob.com>
6260
6261 * manual/arith.texi (Remainder Functions): Spelling fix.
6262 From Shaun Silk <genix@mysoul.com.au>.
6263
6264 * sysdeps/mach/hurd/bits/fcntl.h (O_CLOEXEC): Fix value.
6265
6266 2007-11-17 Ulrich Drepper <drepper@redhat.com>
6267
6268 * po/zh_CN.po: Update from translation team.
6269
6270 * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_headers):
6271 Add sys/signalfd.h and sys/eventfd.h.
6272
6273 2007-11-15 Bruno Haible <bruno@clisp.org>
6274
6275 [BZ #5346]
6276 * intl/dcigettext.c (struct known_translation_t): Turn msgid into a
6277 union.
6278 (transcmp): Use the appropriate part of s1->msgid and s2->msgid.
6279 (DCIGETTEXT): Change the allocation of the 'search' variable so that
6280 it needs only fixed stack space. Delay the initialization of
6281 msgid_len until it is needed.
6282
6283 2007-11-15 Andreas Jaeger <aj@suse.de>
6284
6285 * sysdeps/ieee754/dbl-64/sincos.tbl: Fix size of union.
6286 Reported by Christoph Quirin Lauter <christoph.lauter@ens-lyon.fr>.
6287
6288 2007-11-15 Ulrich Drepper <drepper@redhat.com>
6289
6290 * po/ko.po: Update from translation team.
6291
6292 2007-11-14 Ulrich Drepper <drepper@redhat.com>
6293
6294 * sysdeps/unix/sysv/linux/check_native.c (__check_native): Simplify
6295 significantly. The device type is also part of the ifinfomsg data.
6296
6297 * po/sv.po: Update from translation team.
6298 * po/nl.po: Likewise.
6299
6300 * nscd/cache.c (prune_cache): If cache is empty, instruct caller
6301 to wake up in 24 hours.
6302
6303 * nscd/gai.c (__ioctl): Define. Include check_native.c.
6304
6305 2007-11-13 Ulrich Drepper <drepper@redhat.com>
6306
6307 * po/cs.po: Update from translation team.
6308 * po/pl.po: Likewise.
6309
6310 * include/ifaddrs.h: Remove in6ai_temporary.
6311 (struct in6addrinfo): Add index element.
6312 Declare __check_native.
6313 * inet/Makefile (aux): Add check_native.
6314 * sysdeps/unix/sysv/linux/check_native.c: New file.
6315 * sysdeps/unix/sysv/linux/check_pf.c: No need to recognize
6316 IFA_F_TEMPORARY. Pass back ifa_index.
6317 * sysdeps/posix/getaddrinfo.c: Remove netlink compatibility code.
6318 (rfc3484_sort): Add new parameter. Implement rule 7 correctly:
6319 call __check_native if necessary.
6320 (getaddrinfo): Fill in index field. Use qsort_r instead of qsort
6321 to sort addresses. Pass information about the results.
6322 * posix/tst-rfc3484.c: Adjust for addition of index field and change
6323 of rfc3484_sort interface.
6324 * posix/tst-rfc3484-2.c: Likewise.
6325
6326 * stdlib/stdlib.h: Define __compar_d_fn_t. Declare qsort_r.
6327 * include/stdlib.h: Add hidden_proto for qsort_t and adjust protoype
6328 for _quicksort.
6329 * stdlib/msort.c (qsort): Now a wrapper around qsort_r.
6330 (qsort_r): Renamed from qsort. Take additional parameter and pass it
6331 on as third parameter to compare function and _quicksort.
6332 * stdlib/qsort.c (_quicksort): Take additional parameter and pass on
6333 to the compare function.
6334 * stdlib/Versions [libc] (GLIBC_2.8): Add qsort_r.
6335 * Versions.def: Add GLIBC_2.8 for libc.
6336
6337 * posix/tst-rfc3484.c: Adjust for addition of prefixlen field.
6338 * posix/tst-rfc3484-2.c: Likewise.
6339
6340 * include/kernel-features.h: Moved to...
6341 * sysdeps/mach/hurd/kernel-features.h: ...here.
6342
6343 2007-09-13 H.J. Lu <hongjiu.lu@intel.com>
6344
6345 * sysdeps/i386/i586/memcpy_chk.S: New file.
6346 * sysdeps/i386/i586/mempcpy_chk.S: Likewise.
6347 * sysdeps/i386/i586/memset_chk.S: Likewise.
6348
6349 2007-11-12 Ulrich Drepper <drepper@redhat.com>
6350
6351 * include/ifaddrs.c (struct in6addrinfo): Add prefixlen field.
6352 * sysdeps/unix/sysv/linux/check_pf.c (make_request): Always return
6353 list of interfaces. Also store prefix length.
6354 * sysdeps/posix/getaddrinfo.c (sort_result): Add prefixlen element.
6355 (rfc3484_sort): In rule 9, for IPv4 addresses count only matching
6356 prefix if source and destination address are in the same subnet.
6357 (getaddrinfo): Always call __check_pf. Fill in prefixlen field.
6358 Always look for matching record in in6ai list.
6359 Correct source_addr_len value for IPv6->IPv4 converted records.
6360
6361 2007-11-11 Roland McGrath <roland@frob.com>
6362
6363 * include/kernel-features.h: New file.
6364
6365 2007-11-10 Ulrich Drepper <drepper@redhat.com>
6366
6367 * sysdeps/pthread/aio_misc.c (handle_fildes_io): Avoid unnecessary
6368 complications for 64-bit platforms.
6369
6370 * sysdeps/unix/sysv/linux/open64.c: Move __open64_2 implementation to..
6371 * sysdeps/unix/sysv/linux/open64_2.c: ...here. New file.
6372 * sysdeps/unix/sysv/linux/Makefile [subdir=io] (sysdep_routines): Add
6373 open64_2.
6374 * sysdeps/unix/sysv/linux/ia64/syscalls.list: Add open and creat
6375 entries.
6376 * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Likewise.
6377 * sysdeps/wordsize-64/alphasort.c: New file.
6378 * sysdeps/wordsize-64/alphasort64.c: New file.
6379 * sysdeps/wordsize-64/fseeko.c: New file.
6380 * sysdeps/wordsize-64/fseeko64.c: New file.
6381 * sysdeps/wordsize-64/ftello.c: New file.
6382 * sysdeps/wordsize-64/ftello64.c: New file.
6383 * sysdeps/wordsize-64/ftw.c: New file.
6384 * sysdeps/wordsize-64/ftw64.c: New file.
6385 * sysdeps/wordsize-64/iofgetpos.c: New file.
6386 * sysdeps/wordsize-64/iofgetpos64.c: New file.
6387 * sysdeps/wordsize-64/iofopen.c: New file.
6388 * sysdeps/wordsize-64/iofopen64.c: New file.
6389 * sysdeps/wordsize-64/iofsetpos.c: New file.
6390 * sysdeps/wordsize-64/iofsetpos64.c: New file.
6391 * sysdeps/wordsize-64/lockf.c: New file.
6392 * sysdeps/wordsize-64/lockf64.c: New file.
6393 * sysdeps/wordsize-64/mkostemp.c: New file.
6394 * sysdeps/wordsize-64/mkostemp64.c: New file.
6395 * sysdeps/wordsize-64/mkstemp.c: New file.
6396 * sysdeps/wordsize-64/mkstemp64.c: New file.
6397 * sysdeps/wordsize-64/scandir.c: New file.
6398 * sysdeps/wordsize-64/scandir64.c: New file.
6399 * sysdeps/wordsize-64/tmpfile.c: New file.
6400 * sysdeps/wordsize-64/tmpfile64.c: New file.
6401 * sysdeps/wordsize-64/versionsort.c: New file.
6402 * sysdeps/wordsize-64/versionsort64.c: New file.
6403 * sysdeps/unix/sysv/linux/wordsize-64/aio_read.c: New file.
6404 * sysdeps/unix/sysv/linux/wordsize-64/aio_read64.c: New file.
6405 * sysdeps/unix/sysv/linux/wordsize-64/aio_write.c: New file.
6406 * sysdeps/unix/sysv/linux/wordsize-64/aio_write64.c: New file.
6407 * sysdeps/unix/sysv/linux/wordsize-64/creat64.c: New file.
6408 * sysdeps/unix/sysv/linux/wordsize-64/getdirentries.c: New file.
6409 * sysdeps/unix/sysv/linux/wordsize-64/getdirentries64.c: New file.
6410 * sysdeps/unix/sysv/linux/wordsize-64/lio_listio.c: New file.
6411 * sysdeps/unix/sysv/linux/wordsize-64/lio_listio64.c: New file.
6412 * sysdeps/unix/sysv/linux/wordsize-64/open64.c: New file.
6413 * sysdeps/unix/sysv/linux/wordsize-64/openat.c: New file.
6414 * sysdeps/unix/sysv/linux/wordsize-64/openat64.c: New file.
6415
6416 * crypt/sha256-crypt.c: Fix a comment.
6417 * crypt/sha512-crypt.c: Likewise.
6418
6419 2007-11-07 H.J. Lu <hongjiu.lu@intel.com>
6420
6421 * sysdeps/x86_64/memset.S: Add sfence after movnti.
6422
6423 2007-11-07 Ulrich Drepper <drepper@redhat.com>
6424
6425 [BZ #5277]
6426 * iconv/loop.c (STANDARD_TO_LOOP_ERR_HANDLER): If conversion failed
6427 because output buffer is too small break, don't loop.
6428 * iconvdata/Makefile (tests): Add bug-iconv6.
6429 * iconvdata/bug-iconv6.c: New file.
6430
6431 2007-11-06 Ulrich Drepper <drepper@redhat.com>
6432
6433 * stdio-common/vfprintf.c (vfprintf): Compute necessary buffer size
6434 with size_t type.
6435 * stdio-common/printf_fp.c (__print_fp): Change chars_needed type to
6436 size_t. Add casts where needed.
6437
6438 * nscd/selinux.c (nscd_request_avc_has_perm): When compiled with
6439 old headers, don't call avc_has_perm if we don't have the
6440 permission information.
6441
6442 2007-11-05 Daniel Jacobowitz <dan@codesourcery.com>
6443
6444 * elf/rtld.c (dl_main): Use the page size to find the map start.
6445
6446 2007-11-05 Ulrich Drepper <drepper@redhat.com>
6447
6448 * time/tzfile.c (__tzfile_read): Fix check for version 0 data files.
6449 Patch by Szymon Siwek <sls@poczta.wp.pl>.
6450
6451 * nscd/aicache.c (addhstaiX): Check herrno after IPv4 lookup only
6452 when the lookup call failed.
6453
6454 * nscd/nscd.h (struct database_dyn): Rename prunelock to prune_lock.
6455 Add prune_cond and wakeup_time.
6456 (CACHE_PRUNE_INTERNAL): Define.
6457 Update declarations of prune_cache and setup_thread.
6458 * nscd/connections.c (dbs): Update initializers.
6459 (CACHE_PRUNE_INTERNAL): Moved to nscd.h.
6460 (nscd_init): Default number of threads is now 4.
6461 (invalidate_cache): Take lock before calling prune_cache.
6462 (handle_request): If SELinux forbids the request, say so.
6463 (readylist_cond): Use static initializer.
6464 (nscd_run_prune): New function. Used only by pruning threads.
6465 (nscd_run_worder): Renamed from nscd_run. Remove support for pruning
6466 here.
6467 (fd_ready): Update nscd_run reference.
6468 (start_threads): No need to initialize readylist_cond.
6469 Start pruning threads separately.
6470 * nscd/nscd_setup_thread.c: Change return value type to int and always
6471 return 0.
6472 * sysdeps/unix/sysv/linux/nscd_setup_thread.c: Change return value type
6473 to int and return nonzero value if we can use the TID address hack.
6474 * nscd/cache.c (cache_add): If next wakeup time of cleanup thread for
6475 the database is later than the new entry's timeout, update the
6476 wakeup time and wake the cleanup thread.
6477 (prune_cache): Return seconds the next entry in the database is still
6478 valid. Remove locking for pruning here.
6479 * nscd/nscd.conf: Document default number of threads.
6480
6481 2007-10-31 Ulrich Drepper <drepper@redhat.com>
6482
6483 * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Make sure
6484 stack is properly aligned for the target function.
6485 Correct unwind info.
6486
6487 * elf/rtld.c (dl_main): Initialize stack and pointer guard early
6488 when using auditing libraries.
6489
6490 2007-10-29 Ulrich Drepper <drepper@redhat.com>
6491
6492 * resolv/Versions [libresolv] (GLIBC_PRIVATE): Add
6493 _nss_dns_getnetbyaddr2_r.
6494 * resolv/nss_dns/dns-host.c: Define _nss_dns_getnetbyaddr2_r. Pass
6495 extra parameter to getanswer_r.
6496 (_nss_dns_getnetbyaddr_r): Now a wrapper around
6497 _nss_dns_getnetbyaddr2_r.
6498
6499 * nscd/Makefile (nscd-modules): Replace gethstbynm2_r with
6500 gethstbynm3_r.
6501 * nscd/gethstbynm2_r.c: Remove.
6502 * nscd/gethstbynm3_r.c: New file.
6503 * nscd/aicache.c (addhstaiX): Use __gethostbyaddr2_r instead of
6504 __gethostbyaddr_r.
6505 * nscd/gethstbyad_r.c: Generate __gethostbyaddr2_r function. Define
6506 __gethostbyaddr_r compatibility wrapper.
6507 * nscd/hstcache.c (cache_addhst): Add ttl parameter. Use it when
6508 determining timeout of entry.
6509 (lookup): Take new parameter and pass it to __gethostbyname3_r and
6510 __gethostbyaddr2_r.
6511 (addhstbyX): Pass reference to variable for TTL to lookup and
6512 cache_addhst.
6513 * nss/Versions [glibc] (GLIBC_PRIVATE): Export __nss_passwd_lookup2,
6514 __nss_group_lookup2, __nss_hosts_lookup2, __nss_services_lookup2,
6515 and __nss_next2. Remove __nss_services_lookup.
6516 * nss/XXX-lookup.c: Name function now *_lookup2. Add new parameter.
6517 Add compat wrapper.
6518 * nss/getXXbyYY_r.c: Changes to call new *_lookup2 functions and
6519 __nss_next2.
6520 * nss/getXXent_r.c: Likewise.
6521 * nss/getnssent_r.c: Likewise.
6522 * nss/nsswitch.c (__nss_lookup): Add new parameter. If first function
6523 does not exist in module, try the optional second name.
6524 (__nss_next2): New function.
6525 (__nss_next): Now wrapper around __nss_next2.
6526 * nss/nsswitch.h: Adjust __nss_lookup prototype.
6527 Declare __nss_next2.
6528 Adjust definition of db_lookup_function type.
6529 * nss/service-lookup.c: Define NO_COMPAT.
6530 * include/netdb.h: Declare __gethostbyaddr2_r and __gethostbyname3_r.
6531 * inet/ether_hton.c: Use __nss_next2 instead of __nss_next.
6532 * inet/ether_ntoh.c: Likewise.
6533 * sunrpc/netname.c: Likewise.
6534 * sunrpc/publickey.c: Likewise.
6535 * inet/getnetgrent.c: Likewise. Adjust calls to __nss_lookup.
6536 * inet/gethstbyad_r.c (DB_LOOKUP_FCT): Change to __nss_hosts_lookup2.
6537 * inet/gethstbynm2_r.c (DB_LOOKUP_FCT): Likewise.
6538 * inet/gethstbynm_r.c (DB_LOOKUP_FCT): Likewise.
6539 * inet/gethstent_r.c (DB_LOOKUP_FCT): Likewise.
6540
6541 * nscd/aicache.c (addhstaiX): Fix default TTL handling.
6542
6543 * inet/getnetgrent_r.c (setup): Encrypt static pointer.
6544
6545 2007-10-28 Ulrich Drepper <drepper@redhat.com>
6546
6547 [BZ #5204]
6548 * crypt/sha256c-test.c: Define TIMEOUT to 6 for ancient hardware.
6549 * crypt/sha512c-test.c: Likewise.
6550
6551 [BZ #5225]
6552 * stdio-common/vfscanf.c (_IO_vfwscanf): Don't misuse wp pointer
6553 to keep track of end of %[ format string element.
6554 * stdio-common/Makefile (tests): Add bug20.
6555 * stdio-common/bug20.c: New file.
6556
6557 [BZ #5222]
6558 * elf/dl-load.c (_dl_rtld_di_serinfo): Correct handling of short
6559 path elements in counting mode.
6560
6561 2007-10-27 Andreas Jaeger <aj@suse.de>
6562
6563 [BZ #5040]
6564 * sysdeps/unix/sysv/linux/sys/epoll.h (EPOLLRDHUP): Add value.
6565
6566 [BZ #3112]
6567 * sysdeps/ia64/backtrace.c (init): Free shared library if incorrect.
6568 (__cleanup): Free shared library when exiting.
6569 * sysdeps/i386/backtrace.c (init): Free shared library if incorrect.
6570 (__cleanup): Free shared library when exiting.
6571
6572 2006-04-14 H.J. Lu <hongjiu.lu@intel.com>
6573
6574 [BZ #2549]
6575 * math/libm-test.inc (check_float_internal): Support
6576 denormalized return.
6577
6578 2007-10-23 Andreas Jaeger <aj@suse.de>
6579
6580 [BZ #5208]
6581 * sysdeps/unix/sysv/linux/readahead.c (__readahead): Use
6582 __LONG_LONG_PAIR to handle little endian byte order.
6583 Suggested by abhishekrai@google.com
6584
6585 2007-10-27 Ulrich Drepper <drepper@redhat.com>
6586
6587 * malloc/arena.c [!NO_THREADS]: Use ATFORK_MEM if defined.
6588
6589 2007-10-26 Ulrich Drepper <drepper@redhat.com>
6590
6591 * nscd/cache.c (prune_cache): Move test for modified file outside
6592 of locking.
6593
6594 2007-10-21 Andreas Jaeger <aj@suse.de>
6595
6596 * manual/texinfo.tex: Update to latest version.
6597
6598 * manual/sysinfo.texi (System Parameters): Fix Formatting.
6599
6600 * manual/arith.texi (Status bit operations): Fix formatting.
6601
6602 * manual/errno.texi (Error Messages): Fix formatting.
6603
6604 * manual/sysinfo.texi (System Parameters): Fix formatting.
6605
6606 * manual/libc.texinfo: Update VERSION and UPDATED.
6607
6608 2007-10-19 Roland McGrath <roland@redhat.com>
6609
6610 * elf/Makefile ($(objpfx)ld.so): Use $(AWK).
6611
6612 2007-10-06 David S. Miller <davem@davemloft.net>
6613
6614 * configure.in: Add sparcv9v2 and sparc64v2.
6615 * scripts/config.sub: Likewise.
6616 * configure: Regenerate.
6617 * elf/elf.h (HWCAP_SPARC_N2): New.
6618 * sysdeps/sparc/dl-procinfo.h (_DL_HWCAP_COUNT): Bump to 8.
6619 * sysdeps/sparc/dl-procinfo.c (_dl_sparc_cap_flags): Add 'v9v2'.
6620 (HWCAP_IMPORTANT): Add HWCAP_SPARC_N2.
6621 * sysdeps/sparc/sparc32/sparcv9/sparcv9v2/memcpy.S: New file.
6622 * sysdeps/sparc/sparc32/sparcv9/sparcv9v2/memset.S: New file.
6623 * sysdeps/sparc/sparc64/sparcv9v2/memcpy.S: New file.
6624 * sysdeps/sparc/sparc64/sparcv9v2/memset.S: New file.
6625
6626 2007-10-18 Ulrich Drepper <drepper@redhat.com>
6627
6628 * sunrpc/clnt_udp.c (clntudp_call): Don't block in recvfrom call
6629 even if the poll result indicates there is data to read.
6630 Patch by Jeff Moyer <jmoyer@redhat.com>.
6631
6632 2007-10-18 Roland McGrath <roland@redhat.com>
6633
6634 * elf/elf.h (NT_PPC_VMX): New macro.
6635
6636 2007-10-17 Ulrich Drepper <drepper@redhat.com>
6637
6638 * version.h (VERSION): Set to 2.7.90.
6639
6640 2007-10-17 Jakub Jelinek <jakub@redhat.com>
6641
6642 * sysdeps/x86_64/memset.S (bzero): Renamed to __bzero. Add
6643 weak_alias.
6644
6645 2007-10-17 Roland McGrath <roland@frob.com>
6646
6647 * sysdeps/mach/hurd/bits/fcntl.h [__USE_GNU__] (F_DUPFD_CLOEXEC): New.
6648 * sysdeps/mach/hurd/fcntl.c (__libc_fcntl): Implement it.
6649
6650 2007-10-17 Ulrich Drepper <drepper@redhat.com>
6651
6652 * version.h (VERSION): Bump to 2.7.
6653 * include/features.h (__GLIBC_MINOR__): Bump to 7.
6654
6655 [BZ #5186]
6656 * time/tzset.c (__tz_convert): Don't force testing for a change of
6657 TZ if not called from localtime. But then also see whether the
6658 file changed, in case __use_tzfile is set.
6659
6660 * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define F_DUPFD_CLOEXEC.
6661 * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
6662 * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
6663 * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
6664 * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
6665 * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
6666 * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
6667 * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h: Likewise.
6668
6669 2007-10-17 Jakub Jelinek <jakub@redhat.com>
6670
6671 * sysdeps/posix/getaddrinfo.c (getaddrinfo): When sorting addresses
6672 and admin selects to be able to replace the gai.conf file, lock
6673 data structures around the qsort call.
6674
6675 2007-10-17 Ulrich Drepper <drepper@redhat.com>
6676
6677 * sysdeps/x86_64/cacheinfo.c: Comment out code added in support of
6678 new memset.
6679 * sysdeps/x86_64/memset.S: Revert to old version for now. The cost is
6680 too high for the improvements. Implement bzero unconditionally for
6681 use in libc.
6682
6683 2007-10-17 Ulrich Drepper <drepper@redhat.com>
6684 Jakub Jelinek <jakub@redhat.com>
6685
6686 * time/tzfile.c (__tzfile_read): Read POSIX TZ string if available
6687 even when time_t is 32-bit.
6688 (__tzfile_compute): Override POSIX TZ string STD/DST zone names if
6689 timezone data read by __tzfile_default. Ensure __tzname[0] is
6690 always set after the search.
6691
6692 2007-10-16 Ulrich Drepper <drepper@redhat.com>
6693
6694 * time/tzfile.c (__tzfile_read): Help the compiler recognize
6695 unreachable code on 32-bit machines.
6696
6697 2007-10-16 Jakub Jelinek <jakub@redhat.com>
6698
6699 [BZ #5184]
6700 * time/strftime_l.c: Include stdbool.h.
6701 (my_strftime): New wrapper, old function renamed to...
6702 (__strftime_internal): ... new function. Add tzset_called
6703 argument, pass it down to recursive calls, don't call tzset ()
6704 if already true, set to true after call to tzset ().
6705
6706 2007-10-16 Ulrich Drepper <drepper@redhat.com>
6707
6708 * time/tzfile.c (__tzfile_read): Take extra memory requested by caller
6709 into account when copying TZ string.
6710
6711 2007-10-16 Jakub Jelinek <jakub@redhat.com>
6712
6713 * time/tzfile.c (__tzfile_compute): For use_last case set i to
6714 num_transition rather than num_transitions - 1.
6715
6716 2007-10-16 Jakub Jelinek <jakub@redhat.com>
6717
6718 * sysdeps/x86_64/memset.S (memset): Fix sse2_nt_move
6719 PIC indirect jump.
6720
6721 * sysdeps/x86_64/memset.S: Jump from bzero to memset using
6722 a local label rather than HIDDEN_JUMPTARGET.
6723
6724 2007-10-15 Ulrich Drepper <drepper@redhat.com>
6725
6726 * sysdeps/x86_64/cacheinfo.c (__x86_64_shared_cache_size): Define.
6727 (init_cacheinfo): Initialize it.
6728 * sysdeps/x86_64/memset.S: Use __x86_64_shared_cache_size.
6729 Always define bzero.
6730 Remove non-glibc code.
6731 * sysdeps/x86_64/bzero.S: Make an empty file.
6732
6733 2007-10-15 H.J. Lu <hongjiu.lu@intel.com>
6734
6735 * sysdeps/x86_64/cacheinfo.c
6736 (__x86_64_preferred_memory_instruction): New.
6737 (init_cacheinfo): Initialize __x86_64_preferred_memory_instruction.
6738
6739 * sysdeps/x86_64/memset.S: Rewrite.
6740
6741 2007-10-15 Roland McGrath <roland@redhat.com>
6742
6743 * po/libc.pot: Regenerated.
6744
6745 2007-10-15 Ulrich Drepper <drepper@redhat.com>
6746
6747 * nss/getXXbyYY_r.c (REENTRANT_NAME): Mangle startp and start_fct
6748 pointers.
6749
6750 [BZ #3425]
6751 * resolv/nss_dns/dns-host.c (getanswer_r): Fail with
6752 NSS_STATUS_NOTFOUND if the server replied with only a CNAME and no
6753 address record to T_A/T_AAAA requests.
6754
6755 2007-10-14 Ulrich Drepper <drepper@redhat.com>
6756
6757 * posix/glob.c: Reimplement link_exists_p to use fstatat64.
6758
6759 * posix/glob.c: Add some branch prediction throughout.
6760
6761 * nscd/nscd_getgr_r.c (nscd_getgr_r): Store result of successful
6762 read from nscd.
6763
6764 * sysdeps/posix/getaddrinfo.c (struct sort_result): Add
6765 service_order.
6766 (rfc3484_sort): Make sure that even if qsort doesn't support
6767 stable sorting out sorting here is stable by comparing service_order.
6768 (getaddrinfo): Initialize service_order.
6769 * posix/tst-rfc3484.c (do_test): Adjust for addition of
6770 service_order field to sorting structure.
6771 * posix/tst-rfc3484-2.c (do_test): Likewise.
6772
6773 * include/time.h: Declare __tzset_parse_tz and __tzset_compute.
6774 * time/tzset.c (tzset_internal): Break TZ string parsing out into
6775 __tzset_parse_tz and updating of daylight, timezone, tzname into
6776 update_vars.
6777 (__tz_compute): Renamed from tz_compute. Take additional parameters.
6778 (__tz_convert): Updating of tm_isdst, tm_zone, and tm_gmtoff now
6779 happens in __tz_compute.
6780 * time/tzfile.c (__tzfile_read): Also read TZ string.
6781 (find_transition): Fold into __tzfile_compute.
6782 (__tzfile_compute): For times beyond the last transition try to
6783 use the TZ string.
6784 * timezone/tst-timezone.c: Information in daylight and tzname does
6785 change for Asia/Tokyo timezone with more concrete information.
6786 Remove the test.
6787
6788 * include/stdio.h: Add libc_hidden_proto for ftello.
6789 * libio/ftello.c: Add libc_hidden_def.
6790
6791 [BZ #1140]
6792 * time/tzfile.c (__tzfile_compute): Compute tzname[] values based
6793 on the specified time and not the last entries in the file. Move
6794 code to determine tzname[] to...
6795 (find_transition): ...here. Add ugly guess for times before the
6796 first transition.
6797
6798 2007-10-13 Ulrich Drepper <drepper@redhat.com>
6799
6800 [BZ #3195]
6801 * nscd/nscd_getai.c (__nscd_getai): Set errno to 0 in case we found
6802 no entry.
6803 * nscd/nscd_getgr.c (nscd_getgr_r): Likewise.
6804 * nscd/nscd_gethst_r.c (nscd_gethst_r): Likewise.
6805 * nscd/nscd_getpw_r.c (nscd_getpw_r): Likewise.
6806 * nscd/nscd_getserv_r.c (nscd_getserv_r): Likewise.
6807
6808 * nscd/nscd_getgr_r.c (nscd_getgr_r): Optimize a bit: use simpler
6809 read mechanism when there are no group members and avoid no-op
6810 read syscall in this case.
6811
6812 [BZ #3242]
6813 * nscd/nscd_helper.c (wait_on_socket): Take timeout as parameter.
6814 (__readall): If reading failed due to EAGAIN error wait a bit
6815 and possibly try again.
6816 (__readvall): Likewise.
6817
6818 2007-10-13 Bruno Haible <bruno@clisp.org>
6819
6820 * intl/dcigettext.c (_nl_find_msg): Unlock the conversions_lock
6821 when we cannot recode the message.
6822
6823 2007-10-13 Ulrich Drepper <drepper@redhat.com>
6824
6825 [BZ #4359]
6826 * libio/__freading.c (__freading): Don't return true for
6827 write-only streams. For read/write streams, check whether we
6828 performed a read operation already.
6829 * libio/Makefile (tests): Add tst-ext2.
6830 * libio/tst-ext2.c: New file.
6831
6832 2007-10-12 Ulrich Drepper <drepper@redhat.com>
6833
6834 * locale/programs/repertoire.c (repertoire_read): Always free
6835 memory for repertoire file name [Coverity CID 270].
6836
6837 * elf/cache.c (save_aux_cache): Free memory allocated for
6838 temporary file name [Coverity CID 267].
6839
6840 2007-10-12 Jakub Jelinek <jakub@redhat.com>
6841
6842 * misc/Makefile (headers): Add bits/error.h.
6843
6844 2007-10-12 Ulrich Drepper <drepper@redhat.com>
6845
6846 * posix/fnmatch_loop.c: Take rule index returned as part of
6847 findidx return value into account when accessing weights.
6848 * posix/regcomp.c: Likewise.
6849 * posix/regexec.c: Likewise.
6850
6851 * locale/programs/ld-collate.c (collate_read): Optimize a bit.
6852 (skip_to): Fix problems with parameter of elifdef/elifndef.
6853
6854 2007-10-11 Ulrich Drepper <drepper@redhat.com>
6855
6856 * iconv/gconv_simple.c: Add some branch prediction.
6857
6858 2007-10-12 Jakub Jelinek <jakub@redhat.com>
6859
6860 * locale/programs/ld-collate.c (collate_read): If ignore_content
6861 and nowtok is tok_define, eat any tok_eol tokens.
6862
6863 2007-10-11 Jakub Jelinek <jakub@redhat.com>
6864
6865 * sysdeps/gnu/netinet/tcp.h: Include sys/socket.h if __USE_MISC.
6866 (struct tcp_md5sig): Change tcpm_addr type to struct sockaddr_storage.
6867
6868 * inet/netinet/in.h: Don't include bits/socket.h.
6869 * sysdeps/unix/sysv/linux/bits/socket.h: Only check _SYS_SOCKET_H
6870 macro.
6871 * sysdeps/unix/bsd/bsd4.4/bits/socket.h: Likewise.
6872
6873 2007-10-10 Ulrich Drepper <drepper@redhat.com>
6874
6875 * locale/programs/locfile-token.h: Remove tok_elif, add tok_elifdef
6876 and tok_elifndef.
6877 * locale/programs/locfile-kw.gperf: Likewise.
6878 * locale/programs/ld-collate.c: Implement primitive preprocessor.
6879
6880 2007-10-10 Jakub Jelinek <jakub@redhat.com>
6881
6882 * stdio-common/printf-parse.h: Include string.h and wchar.h.
6883 (__find_specwc): Change into __extern_always_inline function.
6884 (__find_specmb): Likewise. Remove ps argument. Use __strchrnul.
6885 (__parse_one_specmb): Remove ps argument.
6886 * stdio-common/vfprintf.c (vfprintf): Remove mbstate variable.
6887 Adjust __find_specmb and __parse_one_specmb callers.
6888 * stdio-common/printf-prs.c (parse_printf_format): Likewise.
6889 * stdio-common/printf-parsemb.c (__find_specwc, __find_specmb):
6890 Removed.
6891 (__parse_one_specmb): Remove ps argument, adjust __find_specmb
6892 caller.
6893
6894 2007-10-09 Ulrich Drepper <drepper@redhat.com>
6895
6896 * sysdeps/x86_64/cacheinfo.c (init_cacheinfo): Work around problem
6897 with some Pentium Ds.
6898
6899 2007-10-08 Ulrich Drepper <drepper@redhat.com>
6900
6901 * sysdeps/unix/sysv/linux/eventfd_read.c (eventfd_read): Use
6902 __read not read.
6903 * sysdeps/unix/sysv/linux/eventfd_write.c (eventfd_write): Use
6904 __write not write.
6905
6906 2007-10-07 Ulrich Drepper <drepper@redhat.com>
6907
6908 [BZ #181]
6909 * locale/C-time.c: Set week_1stday data to 19971201.
6910 * locale/programs/ld-time.c (time_finish): Default for
6911 first_workday is Monday.
6912
6913 [BZ #2633]
6914 * wcsmbs/wchar.h: Move many C99 functions into std namespace.
6915
6916 [BZ #5103]
6917 * posix/glob.c (glob): Recognize patterns starting \/.
6918 * posix/tst-gnuglob.c (find_file): Handle absolute path names.
6919 (main): Add test for pattern starting \/.
6920
6921 * misc/error.h: Use __const instead of const.
6922 * misc/bits/error.h: Likewise.
6923
6924 2007-10-07 Andreas Jaeger <aj@suse.de>
6925
6926 * include/bits/error.h: New file.
6927
6928 * misc/bits/error.h (error_at_line): Fix prototype.
6929
6930 2007-10-06 Ulrich Drepper <drepper@redhat.com>
6931
6932 [BZ #3924]
6933 * sysdeps/i386/dl-trampoline.S (_dl_runtime_profile): Fix a few
6934 more little bugs in creating the stack frame when pltexit has to
6935 be called.
6936
6937 * nscd/nscd_helper.c (__nscd_cache_search): Prevent endless loops.
6938 * nscd/connections.c (verify_persistent_db): Recognize circular lists.
6939
6940 [BZ #4407]
6941 * sysdeps/ieee754/dbl-64/e_lgamma_r.c: Fix *signgamp for -0.0.
6942 * sysdeps/ieee754/flt-32/e_lgammaf_r.c: Likewise.
6943 * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Likewise.
6944 * math/libm-test.inc: Add test for this case.
6945
6946 [BZ #5010]
6947 * sunrpc/svc.c (struct svc_callout): Add sc_mapped element.
6948 (svc_register): Initialize sc_mapped. Set to TRUE if call to
6949 map service succeeded.
6950 (svc_is_mapped): New function.
6951 (svc_unregister): Use it before trying to unmap service.
6952
6953 2007-10-05 Ulrich Drepper <drepper@redhat.com>
6954
6955 * timezone/zic.c: Update from tzcode2007h.
6956
6957 [BZ #5063]
6958 * timezone/africa: Update from tzdata2007h.
6959 * timezone/antarctica: Likewise.
6960 * timezone/asia: Likewise.
6961 * timezone/australasia: Likewise.
6962 * timezone/europe: Likewise.
6963 * timezone/leapseconds: Likewise.
6964 * timezone/northamerica: Likewise.
6965 * timezone/southamerica: Likewise.
6966 * timzeone/zone.tab: Likewise.
6967
6968 [BZ #5104]
6969 * elf/do-lookup.h (do_lookup_x): Don't ignore STT_COMMON symbols.
6970
6971 [BZ #5113]
6972 * string/bits/string2.h (__strdup): Cast parameters to calloc to
6973 avoid warning with -Wconversion.
6974 (__strndup): Likewise.
6975 Half the patch by Christian Iseli <christian.iseli@licr.org>.
6976
6977 [BZ #5112]
6978 * nscd/connections.c (restart): Don't resync if database is
6979 disabled. Patch mostly by Brian De Wolf <bldewolf@csupomona.edu>.
6980
6981 * sysdeps/gnu/netinet/tcp.h: Define TCP_MD5SIG, TCP_MD5SIG_MAXKEYLEN,
6982 struct tcp_md5sig. Extend struct tcp_info according to recent kernels.
6983
6984 * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Add eventfd,
6985 evetnfd_read, eventfd_write.
6986 * sysdeps/unix/sysv/linux/eventfd.c: New file.
6987 * sysdeps/unix/sysv/linux/eventfd_read.c: New file.
6988 * sysdeps/unix/sysv/linux/eventfd_write.c: New file.
6989 * sysdeps/unix/sysv/linux/sys/eventfd.h: New file.
6990 * sysdeps/unix/sysv/linux/Versions: Export eventfd, eventfd_read,
6991 eventfd_write for GLIBC_2.7.
6992
6993 * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Add signalfd.
6994 * sysdeps/unix/sysv/linux/signalfd.c: New file.
6995 * sysdeps/unix/sysv/linux/sys/signalfd.h: New file.
6996 * sysdeps/unix/sysv/linux/Versions: Export signalfd for GLIBC_2.7.
6997
6998 2007-10-04 Jakub Jelinek <jakub@redhat.com>
6999
7000 * stdlib/msort.c: Include stdint.h.
7001 (struct msort_param): New type.
7002 (msort_with_tmp): Use struct msort_param pointer for unchanging
7003 parameters. Add optimized handling for several common sizes
7004 and indirect sorting mode.
7005 (qsort): Adjust msort_with_tmp callers. For big S use indirect
7006 sorting.
7007 Suggested by Belazougui Djamel .
7008
7009 * stdlib/Makefile (tests): Add tst-qsort2.
7010 * stdlib/tst-qsort2.c: New test.
7011
7012 2007-10-04 Ulrich Drepper <drepper@redhat.com>
7013
7014 * login/login_tty.c (login_tty): The Linux kernel can return EBUSY
7015 for dup2 in case another thread races with the current one. Retry
7016 in this case.
7017
7018 * misc/error.h: Remove support for use outside of libc. We have to
7019 include <features.h> now. Include <bits/error.h> if possible.
7020 * misc/bits/error.h: New file.
7021
7022 2007-10-03 Jakub Jelinek <jakub@redhat.com>
7023
7024 * string/bits/string3.h (memcpy, memmove, mempcpy, memset, bcopy,
7025 bzero, strcpy, stpcpy, strncpy, strcat, strncat): Use
7026 __extern_always_inline functions unconditionally, drop macros.
7027
7028 * misc/sys/cdefs.h (__REDIRECT_LDBL, __REDIRECT_NTH_LDBL): New macros.
7029 * wcsmbs/bits/wchar2.h (__swprintf_alias, __vswprintf_alias): Use
7030 __REDIRECT_NTH_LDBL macro rather than __REDIRECT_NTH.
7031
7032 * misc/sys/cdefs.h (__extern_always_inline): For GCC 4.3+
7033 add __artificial__ attribute.
7034
7035 2007-10-02 Ulrich Drepper <drepper@redhat.com>
7036
7037 * string/strcoll_l.c (STRCOLL): Correct handling of switching from
7038 backward to forward direction.
7039
7040 * string/strcoll_l.c (STRCOLL): Correct test for alloca use.
7041
7042 [BZ #645]
7043 * locale/programs/ld-collate.c (collate_finish): Compare against last
7044 used section which is known to have rules defined.
7045 (collate_read): After order_start, correctly record order of sections
7046 and queue sections up.
7047
7048 2007-10-01 Ulrich Drepper <drepper@redhat.com>
7049
7050 [BZ #5071]
7051 * malloc/malloc.c (mremap_chunk): Avoid resizing of new block has
7052 the same number of pages.
7053 Patch by Tomash Brechko <tomash.brechko@gmail.com>.
7054
7055 * locale/programs/ld-collate.c (collate_read): After initial copy
7056 statement, continue in state 0.
7057
7058 * include/stdio_ext.h (__fsetlocking): Define as macro.
7059
7060 2007-09-30 Ulrich Drepper <drepper@redhat.com>
7061
7062 * locale/programs/ld-collate.c (collate_finish): Compare all bytes
7063 of section order.
7064
7065 * po/pt_BR.po: Fix typo.
7066
7067 2007-09-29 Ulrich Drepper <drepper@redhat.com>
7068
7069 * iconvdata/Makefile (modules): Add ISO8859-9E.
7070 (distribute): Add iso8859-9e.c.
7071 (gen-8bit-gap-modules): Add iso8859-9e.
7072 * iconvdata/iso8859-9e.c: New file.
7073 * iconvdata/gconv-modules: Add entries for ISO-8859-9E.
7074 * iconvdata/TESTS: Likewise.
7075 * iconvdata/tst-tables.sh: Likewise.
7076
7077 * iconvdata/koi8-r.c (HAS_HOLES): Define to 0.
7078
7079 * locale/iso-639.def: Add several new entries.
7080
7081 2007-09-24 Jakub Jelinek <jakub@redhat.com>
7082
7083 * sysdeps/generic/ldsodefs.h (struct dl_scope_free_list): Store
7084 void * pointers instead of struct link_map **.
7085 (_dl_scope_free): Change argument type to void *.
7086 * include/link.h (struct link_map): Change type of l_reldeps
7087 to struct link_map_reldeps, move l_reldepsact into that
7088 struct too.
7089 * elf/dl-deps.c: Include atomic.h.
7090 (_dl_map_object_deps): Only change l->l_initfini when it is
7091 fully populated, use _dl_scope_free for freeing it. Optimize
7092 removal of libs from reldeps by using l_reserved flag, when
7093 some removal is needed, allocate a new list instead of
7094 reallocating and free the old with _dl_scope_free. Adjust
7095 for l_reldeps and l_reldepsact changes.
7096 * elf/dl-lookup.c (add_dependency): Likewise. Reorganize to allow
7097 searching in l_initfini and l_reldeps without holding dl_load_lock.
7098 * elf/dl-fini.c (_dl_sort_fini): Adjust for l_reldeps and
7099 l_reldepsact changes.
7100 * elf/dl-close.c (_dl_close_worker): Likewise.
7101 * elf/dl-open.c (_dl_scope_free): Change argument type to void *.
7102
7103 2007-09-28 Ulrich Drepper <drepper@redhat.com>
7104
7105 * iconvdata/Makefile (modules): Add KOI8-RU.
7106 (distribute): Add koi8-ru.c.
7107 (gen-8bit-gap-modules): Add koi8-ru.
7108 * iconvdata/koi8-ru.c: New file.
7109 * iconvdata/gconv-modules: Add entries for KOI8-RU.
7110 * iconvdata/TESTS: Likewise.
7111 * iconvdata/tst-tables.sh: Likewise.
7112
7113 * iconvdata/koi8-r.c (HAS_HOLES): Define to 0.
7114
7115 2007-09-26 Jakub Jelinek <jakub@redhat.com>
7116
7117 * misc/sys/cdefs.h (__warndecl, __errordecl): For GCC 4.3+ define
7118 with __warning__/__error__ attributes.
7119 (__warnattr): Define.
7120 * stdlib/bits/stdlib.h (__realpath_chk_warn, __ptsname_r_chk_warn,
7121 __mbstowcs_chk_warn, __wcstombs_chk_warn): New aliases with
7122 __warnattr.
7123 (realpath, ptsname_r, mbstowcs, wcstombs): Call __*_chk_warn instead
7124 of __*_chk if compile time detectable overflow is found.
7125 * libio/bits/stdio2.h (__fgets_chk_warn, __fread_chk_warn,
7126 __fgets_unlocked_chk_warn, __fread_unlocked_chk_warn): New aliases
7127 with __warnattr.
7128 (fgets, fread, fgets_unlocked, fread_unlocked): Call __*_chk_warn
7129 instead of __*_chk if compile time detectable overflow is found.
7130 (__gets_alias): Rename to...
7131 (__gets_warn): ... this. Add __warnattr.
7132 (gets): Call __gets_warn instead of __gets_alias.
7133 * socket/bits/socket2.h (__recv_chk_warn, __recvfrom_chk_warn): New
7134 aliases with __warnattr.
7135 (recv, recvfrom): Call __*_chk_warn instead of __*_chk if compile
7136 time detectable overflow is found.
7137 * posix/bits/unistd.h (__read_chk_warn, __pread_chk_warn,
7138 __pread64_chk_warn, __readlink_chk_warn, __readlinkat_chk_warn,
7139 __getcwd_chk_warn, __confstr_chk_warn, __getgroups_chk_warn,
7140 __ttyname_r_chk_warn, __getlogin_r_chk_warn, __gethostname_chk_warn,
7141 __getdomainname_chk_warn): New aliases with __warnattr.
7142 (read, pread, pread64, readlink, readlinkat, getcwd, confstr,
7143 getgroups, ttyname_r, getlogin_r, gethostname, getdomainname): Call
7144 __*_chk_warn instead of __*_chk if compile time detectable overflow
7145 is found.
7146 (__getgroups_chk): Rename argument to __listlen from listlen.
7147 (__getwd_alias): Rename to...
7148 (__getwd_warn): ... this. Add __warnattr.
7149 (getwd): Call __getwd_warn instead of __getwd_alias.
7150 * wcsmbs/bits/wchar2.h (__wmemcpy_chk_warn, __wmemmove_chk_warn,
7151 __wmempcpy_chk_warn, __wmemset_chk_warn, __wcsncpy_chk_warn,
7152 __wcpncpy_chk_warn, __fgetws_chk_warn, __fgetws_unlocked_chk_warn,
7153 __mbsrtowcs_chk_warn, __wcsrtombs_chk_warn, __mbsnrtowcs_chk_warn,
7154 __wcsnrtombs_chk_warn): New aliases with __warnattr.
7155 (wmemcpy, wmemmove, wmempcpy, wmemset, mbsrtowcs, wcsrtombs,
7156 mbsnrtowcs, wcsnrtombs): Call __*_chk_warn instead of __*_chk if
7157 compile time detectable overflow is found.
7158 (wcsncpy, wcpncpy): Likewise. For constant __n fix check whether
7159 to use __*_chk or not.
7160 (fgetws, fgetws_unlocked): Divide __bos by sizeof (wchar_t), both
7161 in comparisons which function should be called and in __*_chk*
7162 arguments. Call __*_chk_warn instead of __*_chk if compile time
7163 detectable overflow is found.
7164 (swprintf, vswprintf): Divide __bos by sizeof (wchar_t) in
7165 __*_chk argument.
7166 * debug/tst-chk1.c (do_test): Add a few more tests.
7167
7168 2007-09-24 Ulrich Drepper <drepper@redhat.com>
7169
7170 [BZ #5058]
7171 * intl/gettextP.h (struct loaded_domain): Add conversions_lock member.
7172 * intl/loadmsgcat.c (_nl_load_domain): Initialize conversions_lock.
7173 (_nl_unload_domain): Finalize conversions_lock.
7174 * intl/dcigettext.c (_nl_find_msg): Take conversions_lock before
7175 handling table of known conversions.
7176
7177 2007-09-24 Jakub Jelinek <jakub@redhat.com>
7178
7179 * sysdeps/posix/getaddrinfo.c (getaddrinfo): Use
7180 close_not_cancel_no_status instead of close.
7181
7182 2007-09-13 Aurelien Jarno <aurelien@aurel32.net>
7183
7184 [BZ #5028]
7185 * posix/regcomp.c (lookup_collation_sequence_value): Check that
7186 nrules != 0 for multibyte chars.
7187
7188 2007-09-23 Ulrich Drepper <drepper@redhat.com>
7189
7190 * resolv/ns_print.c (ns_sprintrrf): Handle ns_t_a6 and ns_t_opt.
7191 Provide better error message in case the type is unknown.
7192
7193 [BZ #4963]
7194 * wcsmbs/wcsnlen.c: Don't reference before checking the length.
7195 * string/stratcliff.c: Make usable to test wide char functions.
7196 * wcsmbs/wcsatcliff.c: New file.
7197 * wcsmbs/Makefiel (tests): Add wcsatcliff.
7198
7199 [BZ #4972]
7200 * iconvdata/Makefile (modules): Add MAC-CENTRALEUROPE.
7201 (distribute): Add mac-centraleurope.c.
7202 (gen-8bit-gap-modules): Add mac-centraleurope.
7203 * iconvdata/mac-centraleurope.c: New file.
7204 * iconvdata/gconv-modules: Add entries for MAC-CENTRALEUROPE.
7205 * iconvdata/TESTS: Likewise.
7206 * iconvdata/tst-tables.sh: Likewise.
7207
7208 [BZ #5043]
7209 * iconv/iconv_open.c (iconv_open): For large codeset names use malloc.
7210
7211 2007-09-21 Ulrich Drepper <drepper@redhat.com>
7212
7213 * sysdeps/x86_64/cacheinfo.c (__x86_64_data_cache_size_half): Renamed
7214 from __x86_64_core_cache_size_half.
7215 (init_cacheinfo): Compute shared cache size for AMD processors with
7216 shared L3 correctly.
7217 * sysdeps/x86_64/memcpy.S: Adjust for __x86_64_data_cache_size_half
7218 name change.
7219 Patch in large parts by Evandro Menezes.
7220
7221 2007-09-19 Ulrich Drepper <drepper@redhat.com>
7222
7223 * elf/dl-lookup.c (add_dependency): Handle failing memory
7224 allocation for dependency list. Remove unnecessary check.
7225
7226 * sysdeps/posix/getaddrinfo.c (getaddrinfo): Avoid unnecessary
7227 open/close when determining source addresses.
7228
7229 * crypt/Makefile (libcrypt-routines): Add sha256-crypt, sha256,
7230 sha512-crypt, and sha512.
7231 (tests): Add sha256test, sha256c-test, sha512test, and sha512c-test.
7232 (distribute): Add sha256.h and sha512.h.
7233 * crypt/crypt-entry.c (crypt): Recognize the new $5$ and $6$ prefixes
7234 and call the appropriate code.
7235 * crypt/sha256-crypt.c: New file.
7236 * crypt/sha256.c: New file.
7237 * crypt/sha256.h: New file.
7238 * crypt/sha256c-test.c: New file.
7239 * crypt/sha256test.c: New file.
7240 * crypt/sha512-crypt.c: New file.
7241 * crypt/sha512.c: New file.
7242 * crypt/sha512.h: New file.
7243 * crypt/sha512c-test.c: New file.
7244 * crypt/sha512test.c: New file.
7245
7246 2007-09-19 Jakub Jelinek <jakub@redhat.com>
7247
7248 * misc/bits/syslog.h (syslog): Remove extraneous argument from
7249 the inline, pass __USE_FORTIFY_LEVEL - 1 as second argument to
7250 __syslog_chk.
7251
7252 2007-09-18 Jakub Jelinek <jakub@redhat.com>
7253
7254 * locale/programs/charmap-dir.c (charmap_aliases): Use %ms instead of
7255 %as in fscanf format strings.
7256
7257 * sysdeps/sparc/sparc32/elf/start.S: Remove cfi_* markup.
7258 * sysdeps/sparc/sparc64/elf/start.S: Likewise.
7259 * sysdeps/unix/sysv/linux/sparc/sparc32/clone.S (__thread_start):
7260 Likewise.
7261 * sysdeps/unix/sysv/linux/sparc/sparc64/clone.S (__thread_start):
7262 Likewise.
7263
7264 * sysdeps/generic/ldsodefs.h (DL_LOOKUP_GSCOPE_LOCK): New definition.
7265 * elf/dl-runtime.c (_dl_fixup, _dl_profile_fixup): Or in
7266 DL_LOOKUP_GSCOPE_LOCK into flags after THREAD_GSCOPE_SET_FLAG ().
7267 * elf/dl-sym.c (do_sym): Likewise.
7268 * include/link.h (struct link_map): Add l_serial field.
7269 * elf/dl-object.c (_dl_new_object): Initialize l_serial.
7270 * elf/dl-lookup.c (add_dependency): Add flags argument.
7271 Remember map->l_serial, if DL_LOOKUP_GSCOPE_LOCK is among
7272 flags, use THREAD_GSCOPE_RESET_FLAG before and
7273 THREAD_GSCOPE_SET_FLAG after
7274 __rtld_lock_lock_recursive (GL(dl_load_lock)) to avoid deadlock.
7275 Don't dereference map until it has been found on some list.
7276 If map->l_serial changed, return -1.
7277
7278 2007-09-17 Jakub Jelinek <jakub@redhat.com>
7279
7280 * include/stdio.h (__isoc99_fscanf, __isoc99_scanf,
7281 __isoc99_sscanf, __isoc99_vscanf): New prototypes.
7282 (__isoc99_vsscanf, __isoc99_vfscanf): New prototypes, add
7283 libc_hidden_proto.
7284 * include/wchar.h (__isoc99_fwscanf, __isoc99_wscanf,
7285 __isoc99_swscanf, __isoc99_vwscanf): New prototypes.
7286 (__isoc99_vswscanf, __isoc99_vfwscanf): New prototypes,
7287 add libc_hidden_proto.
7288 * libio/stdio.h (fscanf, scanf, sscanf, vfscanf, vscanf,
7289 vsscanf): Redirect to __isoc99_* if strict ISO C99 or POSIX
7290 conformance requested.
7291 * wcsmbs/wchar.h (fwscanf, wscanf, swscanf, vfwscanf, vwscanf,
7292 vswscanf): Redirect to __isoc99_* if strict ISO C99 or POSIX
7293 conformance requested.
7294 * libio/bits/stdio-ldbl.h (fscanf, scanf, sscanf, vfscanf, vscanf,
7295 vsscanf): Redirect to __nldbl___isoc99_* if strict ISO C99 or POSIX
7296 conformance requested.
7297 * wcsmbs/bits/wchar-ldbl.h (fwscanf, wscanf, swscanf, vfwscanf,
7298 vwscanf, vswscanf): Redirect to __nldbl___isoc99_* if strict
7299 ISO C99 or POSIX conformance requested.
7300 * stdio-common/Versions (libc): Export __isoc99_scanf@@GLIBC_2.7,
7301 __isoc99_vscanf@@GLIBC_2.7, __isoc99_fscanf@@GLIBC_2.7,
7302 __isoc99_vfscanf@@GLIBC_2.7, __isoc99_sscanf@@GLIBC_2.7
7303 and __isoc99_vsscanf@@GLIBC_2.7.
7304 * stdio-common/Makefile (routines): Add isoc99_scanf, isoc99_vscanf,
7305 isoc99_fscanf, isoc99_vfscanf, isoc99_sscanf and isoc99_vsscanf.
7306 (tests): Add scanf14.
7307 (CFLAGS-vfprintf.c, CFLAGS-fprintf.c, CFLAGS-printf.c,
7308 CFLAGS-vfwprintf.c, CFLAGS-vfscanf.c, CFLAGS-vfwscanf.c,
7309 CFLAGS-fscanf.c, CFLAGS-scanf.c, CFLAGS-isoc99_vfscanf.c,
7310 CFLAGS-isoc99_vscanf.c, CFLAGS-isoc99_fscanf.c,
7311 CFLAGS-isoc99_scanf.c): Add $(exceptions).
7312 (CFLAGS-scanf15.c): Add various -I paths to prevent the compiler
7313 from using internal headers.
7314 * wcsmbs/Versions (libc): Export __isoc99_wscanf@@GLIBC_2.7,
7315 __isoc99_vwscanf@@GLIBC_2.7, __isoc99_fwscanf@@GLIBC_2.7,
7316 __isoc99_vfwscanf@@GLIBC_2.7, __isoc99_swscanf@@GLIBC_2.7
7317 and __isoc99_vswscanf@@GLIBC_2.7.
7318 * wcsmbs/Makefile (routines): Add isoc99_wscanf, isoc99_vwscanf,
7319 isoc99_fwscanf, isoc99_vfwscanf, isoc99_swscanf and isoc99_vswscanf.
7320 (CFLAGS-isoc99_wscanf.c, CFLAGS-isoc99_fwscanf.c,
7321 CFLAGS-isoc99_vwscanf.c, CFLAGS-isoc99_vfwscanf.c): Add $(exceptions).
7322 (CPPFLAGS): Add -D_IO_MTSAFE_IO if needed.
7323 * stdio-common/isoc99_scanf.c: New file.
7324 * stdio-common/isoc99_vsscanf.c: New file.
7325 * stdio-common/isoc99_vscanf.c: New file.
7326 * stdio-common/isoc99_vfscanf.c: New file.
7327 * stdio-common/isoc99_fscanf.c: New file.
7328 * stdio-common/isoc99_sscanf.c: New file.
7329 * wcsmbs/isoc99_fwscanf.c: New file.
7330 * wcsmbs/isoc99_vswscanf.c: New file.
7331 * wcsmbs/isoc99_swscanf.c: New file.
7332 * wcsmbs/isoc99_wscanf.c: New file.
7333 * wcsmbs/isoc99_vwscanf.c: New file.
7334 * wcsmbs/isoc99_vfwscanf.c: New file.
7335 * libio/libio.h (_IO_FLAGS2_SCANF_STD): Define.
7336 * libio/libioP.h (_IO_acquire_lock_clear_flags2_fct): Also
7337 clear _IO_FLAGS2_SCANF_STD bit from _flags2.
7338 * stdio-common/vfscanf.c (_IO_vfscanf_internal): Don't
7339 handle %as, %aS and %a[ if _IO_FLAGS2_SCANF_STD is set in _flags2.
7340 * stdio-common/scanf14.c: New test.
7341 * stdio-common/scanf15.c: New test.
7342 * sysdeps/ieee754/ldbl-opt/Makefile (libnldbl-calls): Add
7343 isoc99_scanf, isoc99_fscanf, isoc99_sscanf,
7344 isoc99_vscanf, isoc99_vfscanf, isoc99_vsscanf,
7345 isoc99_wscanf, isoc99_fwscanf, isoc99_swscanf,
7346 isoc99_vwscanf, isoc99_vfwscanf and isoc99_vswscanf.
7347 * sysdeps/ieee754/ldbl-opt/Versions (libc): Export
7348 __nldbl___isoc99_scanf@@GLIBC_2.7,
7349 __nldbl___isoc99_fscanf@@GLIBC_2.7,
7350 __nldbl___isoc99_sscanf@@GLIBC_2.7,
7351 __nldbl___isoc99_vscanf@@GLIBC_2.7,
7352 __nldbl___isoc99_vfscanf@@GLIBC_2.7,
7353 __nldbl___isoc99_vsscanf@@GLIBC_2.7,
7354 __nldbl___isoc99_wscanf@@GLIBC_2.7,
7355 __nldbl___isoc99_fwscanf@@GLIBC_2.7,
7356 __nldbl___isoc99_swscanf@@GLIBC_2.7,
7357 __nldbl___isoc99_vwscanf@@GLIBC_2.7,
7358 __nldbl___isoc99_vfwscanf@@GLIBC_2.7
7359 and __nldbl___isoc99_vswscanf@@GLIBC_2.7.
7360 * sysdeps/ieee754/ldbl-opt/nldbl-compat.h (__isoc99_scanf,
7361 __isoc99_fscanf, __isoc99_sscanf, __isoc99_vscanf,
7362 __isoc99_vfscanf, __isoc99_vsscanf, __isoc99_wscanf,
7363 __isoc99_fwscanf, __isoc99_swscanf, __isoc99_vwscanf,
7364 __isoc99_vfwscanf, __isoc99_vswscanf): Add NLDBL_DECL.
7365 * sysdeps/ieee754/ldbl-opt/nldbl-compat.c
7366 (__nldbl___isoc99_scanf, __nldbl___isoc99_fscanf,
7367 __nldbl___isoc99_sscanf, __nldbl___isoc99_vscanf,
7368 __nldbl___isoc99_vfscanf, __nldbl___isoc99_vsscanf,
7369 __nldbl___isoc99_wscanf, __nldbl___isoc99_fwscanf,
7370 __nldbl___isoc99_swscanf, __nldbl___isoc99_vwscanf,
7371 __nldbl___isoc99_vfwscanf, __nldbl___isoc99_vswscanf): New
7372 functions.
7373 * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_vfscanf.c: New file.
7374 * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_swscanf.c: New file.
7375 * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_vwscanf.c: New file.
7376 * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_wscanf.c: New file.
7377 * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_scanf.c: New file.
7378 * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_sscanf.c: New file.
7379 * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_vsscanf.c: New file.
7380 * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_fwscanf.c: New file.
7381 * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_vfwscanf.c: New file.
7382 * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_vswscanf.c: New file.
7383 * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_vscanf.c: New file.
7384 * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_fscanf.c: New file.
7385
7386 * stdio-common/Makefile (tests): Add scanf13.
7387 (scanf13-ENV): New.
7388 * stdio-common/vfscanf.c (_IO_vfscanf_internal): Handle
7389 m modifier followed by l.
7390 (STRING_ARG): Add width argument.
7391 (_IO_vfscanf_internal) <case L_('c')>: Handle %mc.
7392 <case L_('C')>: Handle %mlc and %mC.
7393 <case L_('s'), case L_('S'), case L_('[')>: Adjust STRING_ARG
7394 arguments.
7395 * stdio-common/scanf13.c: New test.
7396
7397 * libio/libioP.h (_IO_acquire_lock_clear_flags2_fct): Clear
7398 the _IO_FLAGS2_FORTIFY bit from _flags2 rather than _flags.
7399
7400 2007-09-18 Ulrich Drepper <drepper@redhat.com>
7401
7402 * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Correct return value
7403 type and __THROW marker of splice, vmsplice, and tee.
7404 * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
7405 * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
7406 * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
7407 * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
7408 * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
7409 * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
7410 * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h: Likewise.
7411 * sysdeps/unix/sysv/linux/syscalls.list: Mark splice, vmsplice, and tee
7412 as cancellation points.
7413
7414 2003-11-01 Daniel Jacobowitz <dan@debian.org>
7415
7416 * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_discover_osversion): Don't
7417 parse more than three parts of the version number.
7418
7419 2007-09-15 Ulrich Drepper <drepper@redhat.com>
7420
7421 * stdio-common/vfscanf.c (_IO_vfwscanf): Add support for 'm'
7422 modifier. Patch by Jakub Jelinek.
7423
7424 2007-08-26 Jakub Jelinek <jakub@redhat.com>
7425
7426 * sysdeps/unix/sysv/linux/i386/Makefile (sysdep_routines): Add
7427 call_fallocate in misc subdir.
7428 * sysdeps/unix/sysv/linux/i386/call_fallocate.S: New file.
7429 * sysdeps/unix/sysv/linux/i386/syscalls.list (fallocate64): Remove.
7430 * sysdeps/unix/sysv/linux/i386/posix_fallocate.c: Use __call_fallocate
7431 instead of __fallocate64.
7432 * sysdeps/unix/sysv/linux/i386/posix_fallocate64.c: Likewise.
7433
7434 2007-09-15 Jakub Jelinek <jakub@redhat.com>
7435
7436 * rt/Versions (librt): Export __mq_open_2@@GLIBC_2.7.
7437 * rt/Makefile (headers): Add bits/mqueue2.h.
7438 * rt/mqueue.h: Include bits/mqueue2.h if -D_FORTIFY_SOURCE=2,
7439 optimizing with GCC and __va_arg_pack_len is defined.
7440 * rt/bits/mqueue2.h: New file.
7441 * rt/mq_open.c (__mq_open): Renamed from mq_open.
7442 (mq_open): New strong_alias.
7443 (__mq_open_2): New function.
7444 * sysdeps/unix/sysv/linux/mq_open.c (__mq_open): Renamed from mq_open.
7445 (mq_open): New strong_alias.
7446 (__mq_open_2): New function.
7447 * debug/Versions (libc): Export __fortify_fail@@GLIBC_PRIVATE.
7448 * Versions.def (librt): Add GLIBC_2.7 version.
7449 * debug/fortify_fail.c (__fortify_fail): Add libc_hidden_def.
7450 * include/stdio.h (__fortify_fail): Add libc_hidden_proto.
7451
7452 * misc/sys/cdefs.h (__errordecl, __va_arg_pack_len): Define.
7453 * io/fcntl.h: Include bits/fcntl2.h when __va_arg_pack_len
7454 is defined rather than when not C++.
7455 * io/bits/fcntl2.h (__open_alias, __open64_alias, __openat_alias,
7456 __openat64_alias): New redirects.
7457 (__open_too_many_args, __open_missing_mode, __open64_too_many_args,
7458 __open64_missing_mode, __openat_too_many_args, __openat_missing_mode,
7459 __openat64_too_many_args, __openat64_missing_mode): New __errordecls.
7460 (open, open64, openat, openat64): Rewrite as __extern_always_inline
7461 functions instead of function-like macros.
7462
7463 2007-09-14 H.J. Lu <hongjiu.lu@intel.com>
7464
7465 * sysdeps/i386/i586/memcpy.S (__memcpy_chk): New definition.
7466 * sysdeps/i386/i586/mempcpy.S (__memcpy_chk): New definition.
7467 * sysdeps/i386/i586/memset.S (__memset_chk): New definition.
7468
7469 2007-09-15 Mike Frysinger <vapier@gentoo.org>
7470
7471 * inet/inet_net.c: Reset digit to 0 for inputs starting with "0x".
7472 * inet/tst-network.c (tests): Add edge case tests for "0", "0x", "0x0".
7473
7474 2007-09-14 Mike Frysinger <vapier@gentoo.org>
7475
7476 * inet/tst-network.c: Increment ERRORS for failing tests.
7477
7478 2007-09-07 Jakub Jelinek <jakub@redhat.com>
7479
7480 * misc/sys/cdefs.h (__va_arg_pack): Define for GCC 4.3+.
7481 * misc/bits/syslog.h (syslog): When __va_arg_pack is defined,
7482 implement as __extern_always_inline function.
7483 (vsyslog): Define as __extern_always_inline function unconditionally.
7484 * libio/bits/stdio2.h (sprintf, snprintf, printf, fprintf):
7485 When __va_arg_pack is defined, implement as __extern_always_inline
7486 functions.
7487 (vsprintf, vsnprintf, vprintf, vfprintf): Define as
7488 __extern_always_inline functions unconditionally.
7489 * libio/bits/stdio.h (vprintf): Ifdef out the inline when
7490 bits/stdio2.h will be included.
7491 * wcsmbs/bits/wchar2.h (__swprintf_alias): New redirect.
7492 (swprintf, wprintf, fwprintf): When __va_arg_pack is defined,
7493 implement as __extern_always_inline functions.
7494 (vswprintf, vwprintf, vfwprintf): Define as
7495 __extern_always_inline functions unconditionally.
7496 * debug/tst-chk1.c (do_test): Enable remaining tests for C++.
7497
7498 2007-09-03 Jakub Jelinek <jakub@redhat.com>
7499
7500 * misc/sys/cdefs.h (__extern_inline, __extern_always_inline): Only
7501 define in C++ for GCC 4.3+, in C++ always use __gnu_inline__
7502 attribute.
7503 * include/features.h (__USE_EXTERN_INLINES): Define only when
7504 __extern_inline is defined.
7505 * stdlib/stdlib.h: Include bits/stdlib.h when __extern_always_inline
7506 is defined instead of when not __cplusplus.
7507 * misc/sys/syslog.h: Include bits/syslog.h when __extern_always_inline
7508 is defined instead of when not __cplusplus.
7509 * socket/sys/socket.h: Include bits/socket2.h when
7510 __extern_always_inline is defined instead of when not __cplusplus.
7511 * libio/stdio.h: Include bits/stdio2.h when __extern_always_inline
7512 is defined instead of when not __cplusplus.
7513 * posix/unistd.h: Include bits/unistd.h when __extern_always_inline
7514 is defined instead of when not __cplusplus.
7515 * string/string.h: Include bits/string3.h when __extern_always_inline
7516 is defined instead of when not __cplusplus.
7517 * wcsmbs/wchar.h: Include bits/wchar2.h when __extern_always_inline
7518 is defined instead of when not __cplusplus.
7519 (btowc, wctob): Don't guard the inlines with ifndef __cplusplus.
7520 * io/fcntl.h: Don't include bits/fcntl2.h if __extern_always_inline
7521 is not defined.
7522 * misc/bits/syslog-ldbl.h: Guard *_chk stuff with
7523 defined __extern_always_inline instead of !defined __cplusplus.
7524 * libio/bits/stdio-ldbl.h: Likewise.
7525 * wcsmbs/bits/wchar-ldbl.h: Likewise.
7526 * misc/bits/syslog.h (syslog): Don't define for C++.
7527 (vsyslog): Use __extern_always_inline function for C++ instead of
7528 a macro.
7529 * libio/bits/stdio.h (__STDIO_INLINE): Define to __extern_inline
7530 whenever that macro is defined.
7531 (vprintf): Don't provide the inline for C++.
7532 (fread_unlocked, fwrite_unlocked): Don't define the macros for C++.
7533 * libio/bits/stdio2.h (sprintf, snprintf, printf, fprintf): Don't
7534 define the macros for C++.
7535 (vsprintf, vsnprintf, vprintf, vfprintf): Define as
7536 __extern_always_inline functions for C++.
7537 * io/sys/stat.h (stat, lstat, fstat, fstatat, mknod, mknodat,
7538 stat64, lstat64, fstat64, fstatat64): Don't define if not
7539 __USE_EXTERN_INLINES.
7540 * wcsmbs/bits/wchar2.h: Fix #error message.
7541 (swprintf, wprintf, fwprintf): Don't define the macros for C++.
7542 (vswprintf, vwprintf, vfwprintf): Define using
7543 __extern_always_inline functions for C++.
7544 * string/bits/string3.h: Don't #undef macros if __cplusplus.
7545 (memcpy, memmove, mempcpy, memset, bcopy, bzero, strcpy, stpcpy,
7546 strncpy, strcat, strncat): Define as __extern_always_inline
7547 functions instead of macros for C++.
7548 * math/bits/cmathcalls.h: Guard __extern_inline routines with
7549 defined __extern_inline.
7550 * sysdeps/alpha/fpu/bits/mathinline.h (__MATH_INLINE): Define
7551 to __extern_inline whenever that macro is defined.
7552 * sysdeps/ia64/fpu/bits/mathinline.h (__MATH_INLINE): Likewise.
7553 * sysdeps/i386/fpu/bits/mathinline.h (__MATH_INLINE): Likewise.
7554 * sysdeps/i386/i486/bits/string.h (__STRING_INLINE): Likewise.
7555 * sysdeps/s390/bits/string.h (__STRING_INLINE): Likewise.
7556 * sysdeps/s390/fpu/bits/mathinline.h (__MATH_INLINE): Likewise.
7557 * sysdeps/powerpc/fpu/bits/mathinline.h (__MATH_INLINE): Likewise.
7558 * sysdeps/x86_64/fpu/bits/mathinline.h (__MATH_INLINE): Likewise.
7559 * sysdeps/sparc/fpu/bits/mathinline.h (__MATH_INLINE): Likewise.
7560 * sysdeps/unix/sysv/linux/sys/sysmacros.h (gnu_dev_major,
7561 gnu_dev_minor, gnu_dev_makedev): Remove __extern_inline from
7562 prototypes. Only provide __extern_inline routines if
7563 __USE_EXTERN_INLINES.
7564 * debug/Makefile: Add rules to build and run tst-{,lfs}chk{4,5,6}
7565 tests.
7566 * debug/tst-chk1.c (do_prepare, do_test): Allow compilation as C++.
7567 For now avoid some *printf tests in C++. Skip all testing
7568 if __USE_FORTIFY_LEVEL is defined, but __extern_always_inline macro
7569 is not.
7570 * debug/tst-chk4.cc: New file.
7571 * debug/tst-chk5.cc: New file.
7572 * debug/tst-chk6.cc: New file.
7573 * debug/tst-lfschk4.cc: New file.
7574 * debug/tst-lfschk5.cc: New file.
7575 * debug/tst-lfschk6.cc: New file.
7576 * include/wchar.h (__vfwprintf_chk, __vswprintf_chk): Avoid
7577 prototypes in C++.
7578 * include/stdio.h (__sprintf_chk, __snprintf_chk, __vsprintf_chk,
7579 __vsnprintf_chk, __printf_chk, __fprintf_chk, __vprintf_chk,
7580 __vfprintf_chk, __fgets_unlocked_chk, __fgets_chk): Likewise.
7581
7582 2007-09-13 Ulrich Drepper <drepper@redhat.com>
7583
7584 * po/cs.po: Update from translation team.
7585
7586 2007-09-11 Roland McGrath <roland@redhat.com>
7587
7588 * posix/Makefile ($(objpfx)getconf.speclist): Make it empty if cross
7589 compiling.
7590
7591 2007-09-07 Samuel Thibault <samuel.thibault@ens-lyon.org>
7592
7593 * sysdeps/mach/hurd/bits/ioctls.h (TAB3): New macro.
7594
7595 2007-09-05 Roland McGrath <roland@redhat.com>
7596
7597 * manual/signal.texi (Signaling Another Process): Typo fix.
7598 From Karl Berry <karl@freefriends.org>.
7599
7600 2007-08-29 Ulrich Drepper <drepper@redhat.com>
7601
7602 * sysdeps/unix/sysv/linux/check_pf.c (IFA_F_OPTIMISTIC): Define to
7603 zero if not defined.
7604 (make_request): Recognize optimistic addresses and treat them like
7605 deprecated addresses.
7606 Reported by Neil Horman <nhorman@redhat.com>.
7607
7608 2007-08-28 Ulrich Drepper <drepper@redhat.com>
7609
7610 * nscd/connections.c (send_ro_fd): Also transfer file size.
7611 * nscd/nscd_helper.c (get_mapping): If nscd also transfers the
7612 file size don't call fstat.
7613
7614 * nscd/nscd_helper.c (get_mapping): Avoid the pread call, just go
7615 ahead and map the file. This should always be correct and we can
7616 catch problems later.
7617
7618 2007-08-28 Jakub Jelinek <jakub@redhat.com>
7619
7620 * libio/bits/stdio2.h (__fread_chk, __fread_unlocked_chk): New
7621 prototypes.
7622 (__fread_alias, __fread_unlocked_alias): New aliases.
7623 (fread): New extern inline.
7624 (fread_unlocked): Likewise. Undef macro before definition of
7625 the inline function.
7626 * debug/Makefile (routines): Add fread_chk and fread_u_chk.
7627 (CFLAGS-fread_chk.c, CFLAGS-fread_u_chk.c): Add.
7628 * debug/Versions (libc): Export __fread_chk@@GLIBC_2.7
7629 and __fread_unlocked_chk@@GLIBC_2.7.
7630 * debug/fread_chk.c: New file.
7631 * debug/fread_u_chk.c: New file.
7632 * debug/tst-chk1.c (do_test): Add fread and fread_unlocked tests.
7633
7634 2007-08-27 Jakub Jelinek <jakub@redhat.com>
7635
7636 * sysdeps/unix/sysv/linux/syscalls.list
7637 (personality): Change caller to EXTRA.
7638
7639 2007-08-25 Ulrich Drepper <drepper@redhat.com>
7640
7641 * iconvdata/iso-2022-kr.c (BODY): Fake initialization of array buf
7642 to keep gcc quiet.
7643 * iconvdata/iso-2022-cn.c (BODY): Likewise.
7644
7645 * locale/programs/ld-collate.c (collate_output): Avoid warning if
7646 NDEBUG is defined.
7647
7648 * Makerules: Use -p option with mkdir.
7649
7650 * sunrpc/key_prot.c (xdr_unixcred): Work around gcc alias warning.
7651 * nis/nis_xdr.c (_xdr_nis_server): Likewise.
7652 (_xdr_directory_obj): Likewise.
7653 (xdr_entry_obj): Likewise.
7654 (xdr_group_obj): Likewise.
7655 (xdr_link_obj): Likewise.
7656 (xdr_table_obj): Likewise.
7657 (_xdr_nis_result): Likewise.
7658 (_xdr_ns_request): Likewise.
7659 (_xdr_ib_request): Likewise.
7660 (_xdr_nis_taglist): Likewise.
7661 (xdr_cback_data): Likewise.
7662 * nis/yp_xdr.c (xdr_ypmaplist): Likewise.
7663 (xdr_ypresp_maplist): Likewise.
7664
7665 * stdio-common/Makefile: Avoid format string warning for tst-sprint.
7666
7667 * posix/regex_internal.h: Prevent some declarations and definitions
7668 to be seen when used in tests.
7669
7670 * posix/tst-rfc3484.c (__idna_to_unicode_lzlz): Initialize *OUTPUT.
7671 * posix/tst-rfc3484-2.c (__idna_to_unicode_lzlz): Likewise.
7672
7673 * debug/Makefile: Disable format checking when compiling tst-chk?.c.
7674
7675 * config.make.in (datarootdir): Add to shut up configure.
7676
7677 * sysdeps/x86_64/cacheinfo.c (handle_amd): Fix computation of
7678 associativity for fully-associative caches.
7679
7680 * sysdeps/x86_64/cacheinfo.c (handle_amd): Handle L3 cache
7681 requests. Fill on more associativity values for L2.
7682 Patch mostly by Evandro Menezes.
7683
7684 2007-08-24 Ulrich Drepper <drepper@redhat.com>
7685
7686 * sysdeps/unix/sysv/linux/x86_64/init-first.c
7687 (_libc_vdso_platform_setup): Avoid using exported variable by using
7688 alias.
7689
7690 * resolv/arpa/nameser.h (NS_OPT_DNSSEC_OK): Define.
7691
7692 * sysdeps/unix/sysv/linux/i386/syscalls.list: No reason to mark
7693 fallocate64 as EXTRA. It is not referenced if the symbol isn't
7694 defined.
7695
7696 2007-08-23 Ulrich Drepper <drepper@redhat.com>
7697
7698 * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Correctly
7699 align stack for call if pltexit is to be used.
7700
7701 [BZ #3924]
7702 * sysdeps/i386/dl-trampoline.S (_dl_runtime_profile): Correctly
7703 align for function call in case pltexit has to be called later.
7704
7705 * sysdeps/i386/dl-trampoline.S (_dl_runtime_resolve): Avoid
7706 implicit atomic operation when storing function pointer.
7707 (_dl_runtime_profile): Likewise.
7708
7709 2007-08-17 Jakub Jelinek <jakub@redhat.com>
7710
7711 * nis/nis_table.c (nis_list): Don't fail if __follow_path returned
7712 NIS_NOTFOUND.
7713
7714 2007-08-21 Ulrich Drepper <drepper@redhat.com>
7715
7716 [BZ #4566]
7717 * string/strtok.c: Fix typo in comment.
7718
7719 [BZ #4582]
7720 * debug/segfault.c: Fix typos in comments.
7721
7722 [BZ #4588]
7723 * stdio-common/tempnam.c: Fix comment, it is not checked that
7724 TMPDIR points to a writable directory.
7725
7726 [BZ #4726]
7727 * resolv/res_send.c (__libc_res_nsend): Initialize all of the
7728 memory allocated for the name server address.
7729
7730 [BZ #4946]
7731 * nscd/connections.c (handle_request): Using sendfile always
7732 requires that mmap is used for the database.
7733 Patch by Petr Baudis <pasky@suse.cz>.
7734
7735 [BZ #4905]
7736 * nscd/hstcache.c (cache_addhst): When reloading an entry which
7737 suddenly has two or more addresses, ignore it and remove the old
7738 entry.
7739
7740 [BZ #4814]
7741 * resolv/res_hconf.c: Prepare for compiling outside libc.
7742 * nscd/res_hconf.c: New file.
7743 * nscd/Makefile (nscd-modules): Add res_hconf. Add rules to build
7744 the new file.
7745 * nscd/gethstbynm2_r.c (NEED__RES_HCONF): Define.
7746 * nscd/gethstbyad_r.c (NEED__RES_HCONF): Likewise.
7747
7748 * nscd/hstcache.c (cache_addhst): Minimal optimization.
7749
7750 [BZ #4925]
7751 * debug/pcprofiledump.c: Turn on internationalization by calling
7752 setlocale. Patch mostly by Benno Schulenberg.
7753
7754 [BZ #4936]
7755 * iconv/gconv.c (__gconv): If flush was successful, clear rest of
7756 the state.
7757 * iconvdata/Makefile: Add rules to build and run bug-iconv5.
7758 * iconvdata/bug-iconv5.c: New file.
7759
7760 2007-08-04 Carlos O'Donell <carlos@systemhalted.org>
7761
7762 [BZ #4896]
7763 * elf/elf.h: Define R_PARISC_PLABEL21L, R_PARISC_PLABEL14R,
7764 R_PARISC_GNU_VTENTRY, R_PARISC_GNU_VTINHERIT, R_PARISC_TLS_GD21L,
7765 R_PARISC_TLS_GD14R, R_PARISC_TLS_GDCALL, R_PARISC_TLS_LDM21L,
7766 R_PARISC_TLS_LDM14R, R_PARISC_TLS_LDMCALL, R_PARISC_TLS_LDO21L,
7767 R_PARISC_TLS_LDO14R, R_PARISC_TLS_DTPMOD32, R_PARISC_TLS_DTPMOD64,
7768 R_PARISC_TLS_DTPOFF32, R_PARISC_TLS_DTPOFF64, R_PARISC_TLS_LE21L,
7769 R_PARISC_TLS_LE14R, R_PARISC_TLS_IE21L, R_PARISC_TLS_IE14R,
7770 R_PARISC_TLS_TPREL32, R_PARISC_TLS_TPREL64.
7771
7772 2007-08-21 Ulrich Drepper <drepper@redhat.com>
7773
7774 [BZ #4937]
7775 * elf/do-lookup.h (do_lookup_x): Minimal improvement in hash
7776 lookup loop. Suggested by John Reiser.
7777
7778 2007-08-21 Jakub Jelinek <jakub@redhat.com>
7779
7780 * sysdeps/unix/sysv/linux/alpha/sysdep.h: Include tls.h.
7781
7782 2007-08-20 Ulrich Drepper <drepper@redhat.com>
7783
7784 * csu/libc-start.c: Don't handle VDSO_SETUP here.
7785 * sysdeps/unix/sysv/linux/init-first.c: Handle it here instead.
7786 * sysdeps/unix/sysv/linux/x86_64/libc-start.c: Renamed to...
7787 * sysdeps/unix/sysv/linux/x86_64/init-first.c: ...this. New file.
7788 * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Move VDSO_SETUP code
7789 to...
7790 * sysdeps/unix/sysv/linux/x86_64/init-first.c: ...here. New file.
7791
7792 2007-08-18 Ulrich Drepper <drepper@redhat.com>
7793
7794 * po/nl.po: Update from translation team.
7795
7796 2007-08-16 Andreas Jaeger <aj@suse.de>
7797
7798 * locale/localeinfo.h: Make _nl_category_name_idxs extern.
7799 Reported by Peter Festner <peter.festner@ewetel.net>.
7800
7801 2007-08-17 Jakub Jelinek <jakub@redhat.com>
7802
7803 * login/tst-grantpt.c (test_einval): Add 3rd argument to open.
7804
7805 2007-08-16 Jakub Jelinek <jakub@redhat.com>
7806
7807 * elf/Makefile ($(objpfx)ld.so): Use readelf -s and awk instead of nm -u
7808 to check for undefined symbols.
7809
7810 * sysdeps/unix/sysv/linux/sparc/sparc32/clone.S (__clone):
7811 If the syscall fails, set errno to the actual returned error number
7812 rather than EINVAL.
7813 * sysdeps/unix/sysv/linux/sparc/sparc64/clone.S (__clone): If
7814 arguments are incorrect, set errno to EINVAL, if the syscall
7815 fails, set errno to the actual returned error number.
7816
7817 * stdlib/bits/stdlib-ldbl.h (__strtold_internal): Remove.
7818 * wcsmbs/bits/wchar-ldbl.h (__wcstold_internal): Remove.
7819
7820 * sysdeps/sparc/sparc32/sparcv9b/memcpy.S: Moved to...
7821 * sysdeps/sparc/sparc32/sparcv9/sparcv9b/memcpy.S: ... here. New
7822 file.
7823 (ASI_PNF, ASI_BLK_P): Don't define.
7824 * sysdeps/sparc/sparc32/sparcv9v/memcpy.S: Moved to...
7825 * sysdeps/sparc/sparc32/sparcv9/sparcv9v/memcpy.S: ... here. New
7826 file.
7827 * sysdeps/sparc/sparc32/sparcv9v/memset.S: Moved to...
7828 * sysdeps/sparc/sparc32/sparcv9/sparcv9v/memset.S: ... here. New
7829 file.
7830
7831 2007-08-15 Jakub Jelinek <jakub@redhat.com>
7832
7833 * sysdeps/sparc/fpu/fraiseexcpt.c (__feraiseexcept): Fix raising
7834 FE_UNDERFLOW on Niagara CPUs.
7835
7836 * sysdeps/sparc/fpu/feholdexcpt.c (feholdexcept): Clear all
7837 exceptions.
7838
7839 2007-08-14 Jakub Jelinek <jakub@redhat.com>
7840
7841 * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_runtime_setup): No
7842 need to check GLRO(dl_hwcap) & HWCAP_SPARC_FLUSH on sparcv9.
7843 (sparc_fixup_plt): Add do_flush argument instead of figuring whether
7844 flush should be used or not inside of the function.
7845 (elf_machine_fixup_plt, elf_machine_rela): Adjust caller.
7846
7847 * sysdeps/unix/sysv/linux/sparc/sparc32/clone.S (__clone,
7848 __thread_start): Use HIDDEN_JUMPTARGET.
7849 * sysdeps/unix/sysv/linux/sparc/sparc64/clone.S (__clone,
7850 __thread_start): Likewise.
7851 * sysdeps/unix/sysv/linux/sparc/sysdep.h (JUMPTARGET): Define.
7852
7853 * sysdeps/ieee754/ldbl-64-128/strtold_l.c (__STRTOF): Declare.
7854 Add libc_hidden_proto.
7855 (STRTOF): Add libc_hidden_proto.
7856 (___new_strtold_l, ___new_wcstold_l): New weak aliases.
7857 (strtold_l, wcstold_l): Use them as second argument for
7858 long_double_symbol.
7859
7860 2007-08-14 Ulrich Drepper <drepper@redhat.com>
7861
7862 * elf/dl-misc.c: Undo last change. The kernel won't allow it.
7863
7864 2007-08-13 Kaz Kojima <kkojima@rr.iij4u.or.jp>
7865
7866 * stdlib/strtold_l.c: Include wchar.h if needed. Add libc_hidden_def.
7867
7868 2007-08-14 Ulrich Drepper <drepper@redhat.com>
7869
7870 * po/bg.po: New file. From the translation team.
7871
7872 2007-08-13 Jakub Jelinek <jakub@redhat.com>
7873
7874 * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_PSELECT,
7875 __ASSUME_PPOLL, __ASSUME_ATFCTS, __ASSUME_SET_ROBUST_LIST,
7876 __ASSUME_UTIMENSAT, __ASSUME_FALLOCATE): Update per-arch conditions
7877 when each feature was introduced.
7878
7879 * sysdeps/unix/sysv/linux/dl-vdso.c: Don't include dl-hash.h.
7880 * sysdeps/unix/sysv/linux/dl-vdso.h: Don't include dl-hash.h if NDEBUG.
7881 (CHECK_HASH): New macro.
7882 (PREPARE_VERSION): Use it.
7883
7884 * sysdeps/unix/sysv/linux/pselect.c (__generic_pselect): Only provide
7885 prototype if not __ASSUME_PSELECT.
7886 * sysdeps/unix/sysv/linux/ppoll.c (__generic_ppoll): Only provide
7887 prototype if not __ASSUME_PPOLL.
7888
7889 * sysdeps/unix/sysv/linux/dl-osinfo.h (ROUND): #undef after use.
7890
7891 * sysdeps/unix/clock_settime.c (freq, __pthread_clock_settime,
7892 hp_timing_settime): Don't define or declare if HANDLED_CPUTIME
7893 is defined.
7894
7895 2007-08-13 Ulrich Drepper <drepper@redhat.com>
7896
7897 * sysdeps/unix/sysv/linux/x86_64/libc-start.c
7898 (_libc_vdso_platform_setup): If vDSO is not available point
7899 __vdso_gettimeofday to the vsyscall.
7900 * sysdeps/unix/sysv/linux/x86_64/gettimeofday.S [SHARED]: Use
7901 __vdso_gettimeofday instead of vsyscall.
7902
7903 2007-08-13 Jakub Jelinek <jakub@redhat.com>
7904
7905 * nscd/servicescache.c: Include kernel-features.h.
7906 * nscd/gai.c: Likewise.
7907 * sysdeps/unix/sysv/linux/statfs64.c: Likewise.
7908 * sysdeps/unix/sysv/linux/fstatfs64.c: Likewise.
7909 * sysdeps/unix/sysv/linux/fxstatat.c: Likewise.
7910 * sysdeps/unix/sysv/linux/s390/s390-32/mmap.S: Likewise.
7911 * sysdeps/unix/sysv/linux/s390/s390-32/mmap64.S: Likewise.
7912 * sysdeps/unix/sysv/linux/xstatconv.c: Likewise.
7913 * sysdeps/unix/sysv/linux/if_index.c: Likewise.
7914 * sysdeps/unix/sysv/linux/sparc/sparc64/xstat.c: Likewise.
7915 * sysdeps/unix/sysv/linux/ifaddrs.c: Likewise.
7916
7917 2007-08-12 Ulrich Drepper <drepper@redhat.com>
7918
7919 * elf/dl-dst.h: No need for _dl_dst_count, _dl_dst_substitute,
7920 and _dl_get_origin defines anymore.
7921
7922 * sysdeps/unix/sysv/linux/clock_gettime.c (maybe_syscall_gettime_cpu):
7923 Build fix for systems which might lack POSIX timer support.
7924
7925 * sysdeps/unix/sysv/linux/x86_64/libc-start.c
7926 (_libc_vdso_platform_setup): Mangle function pointers before storing
7927 them.
7928 * sysdeps/unix/sysv/linux/x86_64/sysdep.h (INLINE_VSYSCALL):
7929 Demangle vdso pointer before use.
7930 (INTERNAL_VSYSCALL): Likewise.
7931
7932 * elf/cache.c (primes): Mark as const.
7933 Noted by Roland McGrath.
7934
7935 2007-08-01 Andreas Jaeger <aj@suse.de>
7936 Jakub Jelinek <jakub@redhat.com>
7937
7938 * elf/ldconfig.c (opt_ignore_aux_cache): Add new option.
7939 (options): Add option.
7940 (parse_opt): Handle option.
7941 (manual_link): Adjust process_file caller. Call implicit_soname.
7942 (search_dir): Formatting. Use and populate auxiliary cache.
7943 (main): Load and save auxiliary cache.
7944 * elf/readlib.c (process_file): Add stat_buf argument. Pass struct
7945 stat64 from fstat64 to caller.
7946 (implicit_soname): New function.
7947 * elf/readelflib.c (process_elf_file): If DT_SONAME is not present,
7948 leave *soname as NULL.
7949 * elf/cache.c: Include libgen.h.
7950 (print_entry, print_cache, compare, save_cache, add_to_cache):
7951 Formatting and cleanups.
7952 (aux_cache_entry_id, aux_cache_entry, aux_cache_file_entry,
7953 aux_cache_file): New structures.
7954 (AUX_CACHEMAGIC): Define.
7955 (primes): New array.
7956 (aux_hash_size, aux_hash): New variables.
7957 (aux_cache_entry_id_hash, nextprime, init_aux_cache,
7958 search_aux_cache, insert_to_aux_cache, add_to_aux_cache,
7959 load_aux_cache, save_aux_cache): New functions.
7960 * sysdeps/generic/ldconfig.h (_PATH_LDCONFIG_AUX_CACHE): Define.
7961 (init_aux_cache, search_aux_cache, add_to_aux_cache,
7962 load_aux_cache, save_aux_cache, implicit_soname): New prototypes.
7963 (process_file): Adjust prototype.
7964
7965 2007-08-12 Jakub Jelinek <jakub@redhat.com>
7966
7967 * sysdeps/unix/sysv/linux/ia64/bits/sigcontext.h: Include stddef.h
7968 with __need_size_t.
7969
7970 2007-08-12 Ulrich Drepper <drepper@redhat.com>
7971
7972 * sysdeps/unix/sysv/linux/dl-vdso.c (_dl_vdso_vsym): Expect
7973 r_found_version structure as second parameter.
7974 * sysdeps/unix/sysv/linux/dl-vdso.h (PREPARE_VERSION): Define.
7975 (_dl_vdso_vsym): Change type of second parameter accordingly.
7976 * sysdeps/unix/sysv/linux/x86-64/libc-start.c
7977 (_libc_vdso_platform_setup): Adjust.
7978 * sysdeps/unix/sysv/linux/powerpc/libc-start.c
7979 (_libc_vdso_platform_setup): Likewise.
7980
7981 * sysdeps/unix/sysv/linux/powerpc/dl-vdso.c: Move to...
7982 * sysdeps/unix/sysv/linux/dl-vdso.c: ...here.
7983 * sysdeps/unix/sysv/linux/powerpc/dl-vdso.h: Move to...
7984 * sysdeps/unix/sysv/linux/dl-vdso.h: ...here.
7985 * csu/libc-start.c: Pretty printing.
7986 Use VDSO_SETUP if defined.
7987 * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Define VDSO_SETUP
7988 and let generic code call into _libc_vdso_platform_setup.
7989 * sysdeps/unix/sysv/linux/x86_64/libc-start.c: New file.
7990 * sysdeps/unix/sysv/linux/x86_64/bits/libc-vdso.h: New file.
7991 * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Pretty printing.
7992 Define INLINE_VSYSCALL and INTERNAL_VSYSCALL.
7993 * sysdeps/unix/sysv/linux/x86_64/Versions: Export __vdso_clock_gettime
7994 for GLIBC_PRIVATE.
7995 * sysdeps/unix/sysv/linux/x86_64/Makefile [subdir=elf]
7996 (sysdep_rountines): Add dl-vdso.
7997
7998 * sysdeps/unix/sysv/linux/powerpc/Makefile: Use sysdep_routines instead
7999 of routines.
8000
8001 * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h: Add
8002 attribute_hidden to __vdso_gettimeofday prototype.
8003
8004 2007-08-12 Roland McGrath <roland@redhat.com>
8005
8006 * manual/stdio.texi (Variable Arguments Output): Fix xref to gcc manual.
8007 From: Karl Berry <karl@freefriends.org>.
8008
8009 2007-08-11 Ulrich Drepper <drepper@redhat.com>
8010
8011 * elf/dl-misc.c (_dl_sysdep_read_whole_file): We really don't need
8012 an atime update for the files we read.
8013
8014 2007-08-10 Ulrich Drepper <drepper@redhat.com>
8015
8016 * shadow/lckpwdf.c (__lckpwdf): Use O_CLOEXEC if possible.
8017
8018 * nscd/connections.c: Use O_CLOEXEC if possible. Use mkostemp
8019 instead of mkstemp.
8020
8021 * misc/Makefile (routines): Add mkostemp and mkostemp64.
8022 * misc/Versions: Export mkostemp and mkostemp64 for GLIBC_2.7.
8023 * misc/mkostemp.c: New file.
8024 * misc/mkostemp64.c: New file.
8025 * stdlib/stdlib.h: Declare the new functions.
8026 * sysdeps/posix/tempname.c: Add new parameter which is added to
8027 the flags for open. Remove __GT_BIGFILE handling.
8028 * stdio-common/tempname.c: Likewise.
8029 * include/stdio.h: Adjust __gen_tempname prototype.
8030 Renumber __GT_* constants.
8031 * libio/oldtmpfile.c: Adjust for __gen_tempname interface change.
8032 * misc/mkdtemp.c: Likewise.
8033 * misc/mkstemp.c: Likewise.
8034 * misc/mkstemp64.c: Likewise.
8035 * misc/mktemp.c: Likewise.
8036 * stdio-common/tempnam.c: Likewise.
8037 * stdio-common/tmpfile.c: Likewise.
8038 * stdio-common/tmpfile64.c: Likewise.
8039 * stdio-common/tmpnam.c: Likewise.
8040 * stdio-common/tmpnam_r.c: Likewise.
8041
8042 2007-08-10 Roland McGrath <roland@frob.com>
8043
8044 * sysdeps/mach/hurd/bits/ioctls.h (NLDLY, TABDLY, BSDLY, VTDLY):
8045 New macros.
8046 (NLDELAY, CRDELAY, TBDELAY, BSDELAY, VTDELAY): Define to those.
8047 Reported by Samuel Thibault <samuel.thibault@ens-lyon.org>.
8048
8049 2007-08-10 Ulrich Drepper <drepper@redhat.com>
8050
8051 * nss/nss_files/files-XXX.c (internal_setent): Use O_CLOEXEC if
8052 possible.
8053 * nss/nss_files/files-alias.c (internal_setent): Likewise.
8054 * nss/Makefile (libnss_files-routines): Add files-have_o_cloexec.
8055 * nss/nss_files/files-have_o_cloexec.c: New file.
8056
8057 * sysdeps/unix/sysv/linux/shm_open.c (shm_open): Use O_CLOEXEC if
8058 available.
8059
8060 2007-08-10 Jakub Jelinek <jakub@redhat.com>
8061
8062 * sysdeps/ieee754/ldbl-128ibm/strtold_l.c (___new_strtold_l,
8063 ___new_wcstold_l): New weak aliases.
8064 (strtold_l, wcstold_l): Use them as second argument for
8065 long_double_symbol.
8066
8067 2007-08-09 Ulrich Drepper <drepper@redhat.com>
8068
8069 * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S: Use correct
8070 register in test for error.
8071
8072 * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (O_CLOEXEC): Define.
8073 * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h (O_CLOEXEC): Likewise.
8074
8075 * po/sv.po: Update from translation team.
8076
8077 2007-08-06 Roland McGrath <roland@redhat.com>
8078
8079 * include/stdlib.h: Add libc_hidden_proto for strto*, __strto*_l.
8080 Remove __strto*_l inlines.
8081 * include/wchar.h: Add libc_hidden_proto for wcsto*, __wcsto*_l.
8082 * stdlib/strtod.c: Add libc_hidden_def.
8083 * stdlib/strtod_l.c: Likewise.
8084 * stdlib/strtold.c [__LONG_DOUBLE_MATH_OPTIONAL]: Add libc_hidden_proto
8085 for __new_strtold and __new_wcstold.
8086 * sysdeps/ieee754/ldbl-128ibm/strtold_l.c: Add libc_hidden_proto for
8087 __STRTOF, STRTOF.
8088 * stdlib/strtol.c: Add libc_hidden_def.
8089 * stdlib/strtol_l.c: Likewise.
8090 * sysdeps/wordsize-64/strtol.c: Add libc_hidden_ver for strtoll and
8091 strtoq.
8092
8093 * scripts/data/localplt-powerpc-linux-gnu.data: New file.
8094
8095 * scripts/data/localplt-x86_64-linux-gnu.data: File renamed to ...
8096 * scripts/data/localplt-generic.data: ... here.
8097 * elf/Makefile (check-data): Get generic file if no other.
8098 ($(objpfx)check-localplt.out): Make target unconditional.
8099
8100 * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_discover_osversion):
8101 Use ElfW(Nhdr).
8102
8103 2007-08-05 Ulrich Drepper <drepper@redhat.com>
8104
8105 * po/zh_CN.po: Updated translation from translation team.
8106
8107 2007-08-05 Jakub Jelinek <jakub@redhat.com>
8108
8109 * sysdeps/unix/sysv/linux/powerpc/powerpc32/socket.S (__socket):
8110 Don't use CGOTSETUP and CGOTRESTORE macros.
8111
8112 2007-08-04 Roland McGrath <roland@redhat.com>
8113
8114 * posix/Makefile ($(objpfx)getconf.speclist): Fix typo.
8115
8116 2007-08-04 Jakub Jelinek <jakub@redhat.com>
8117
8118 * io/bits/fcntl2.h (open, open64, openat, openat64): Add
8119 __extension__ around the whole statement expression.
8120
8121 2007-08-04 Ulrich Drepper <drepper@redhat.com>
8122
8123 * sysdeps/unix/opendir.c (__alloc_dir): Correct order of DIR
8124 elements during initialization.
8125
8126 * po/pl.po: Updated translation from translation team.
8127 * po/tr.po: Likewise.
8128 * po/nl.po: Likewise.
8129
8130 2007-08-03 Ulrich Drepper <drepper@redhat.com>
8131
8132 * rt/aio.h: Add __nonnull attributes.
8133
8134 2007-08-03 Jakub Jelinek <jakub@redhat.com>
8135
8136 * stdlib/strtod_l.c (____STRTOF_INTERNAL): Properly handle -0.
8137 * stdlib/Makefile (tests): Add tst-strtod5.
8138 (tst-strtod5-ENV): New.
8139 * stdlib/tst-strtod5.c: New file.
8140
8141 * intl/dcigettext.c (_nl_find_msg): Free encoding if __gconv_open
8142 failed.
8143 * intl/finddomain.c (_nl_find_domain): Free normalized_codeset
8144 on failure.
8145
8146 * elf/dl-load.c (decompose_rpath): Free copy if result couldn't be
8147 allocated.
8148
8149 2007-08-03 Jakub Jelinek <jakub@redhat.com>
8150
8151 * rt/mqueue.h (mq_timedreceive, mq_timedsend): Fix nonnull argument
8152 numbers.
8153
8154 2007-08-02 Ulrich Drepper <drepper@redhat.com>
8155
8156 * io/Makefile (aux): Add have_o_cloexec.
8157 * include/fcntl.h: Declare __have_o_cloexec.
8158 * io/have_o_cloexec.c: New file.
8159 * sysdeps/unix/opendir.c (__opendir): Use O_CLOEXEC is available.
8160 (__alloc_dir): If O_CLOEXEC has been used, don't duplicate the
8161 fcntl call if not necessary.
8162 * login/utmp_file.c (setutent_file): Use __have_o_cloexec instead
8163 of local variable.
8164
8165 * sysdeps/unix/opendir.c (__alloc_dir): Don't initialize ->data.
8166 Avoid memset, add explicit initialization.
8167 * sysdeps/unix/dirstream.h (struct __dirstream): Move data elemtn
8168 to the end and change into zero-sized array.
8169 Move lock member to fill a hole on 64-bit platforms.
8170
8171 * stdlib/stdlib.h: Remove __strto*_internal prototypes and strto*
8172 inline functions.
8173 * include/stdlib.h: Add __strto*_internal prototypes here.
8174 * wcsmbs/wchar.h: Remove __wcsto*_internal prototypes and wcsto*
8175 inline functions.
8176 * include/wchar.h: Add __wcsto*_internal prototypes.
8177 * sysdeps/generic/inttypes.h: No need to protect the declaration
8178 of the __strto*_internal and __wcsto*_internal members here.
8179
8180 * rt/mqueue.h: Change const to __const and add nonnull attributes.
8181
8182 2007-08-02 Roland McGrath <roland@redhat.com>
8183
8184 * posix/Makefile ($(inst_libexecdir)/getconf): Make hard links to
8185 $(inst_bindir)/getconf if possible.
8186
8187 * posix/Makefile ($(objpfx)getconf.speclist): New target.
8188 (generated): Add it.
8189 ($(inst_libexecdir)/getconf): Use it.
8190
8191 2007-08-01 Ulrich Drepper <drepper@redhat.com>
8192
8193 * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Using
8194 /proc is faster and sufficient. /sys is still needed for
8195 __get_nprocs_conf.
8196
8197 2007-08-01 Jakub Jelinek <jakub@redhat.com>
8198
8199 * sysdeps/unix/sysv/linux/i386/syscalls.list (fallocate): Add fallocate
8200 syscall as __fallocate64.
8201 * sysdeps/unix/sysv/linux/i386/posix_fallocate.c: New file.
8202 * sysdeps/unix/sysv/linux/i386/posix_fallocate64.c: New file.
8203
8204 2007-07-30 Jakub Jelinek <jakub@redhat.com>
8205
8206 * stdlib/tst-strtod2.c (do_test): Use %tu in fmt string for ptrdiff_t
8207 value.
8208
8209 * stdio-common/tst-fmemopen2.c (do_test): Avoid fmt string warning
8210 if off_t is different rank from size_t.
8211
8212 * sysdeps/generic/unwind-dw2.c (extract_cie_info, execute_cfa_program,
8213 uw_frame_state_for): Avoid type punning warnings.
8214 * sysdeps/generic/unwind-dw2-fde-glibc.c
8215 (_Unwind_IteratePhdrCallback): Likewise.
8216 * sysdeps/generic/unwind-dw2-fde.c (_Unwind_Find_FDE): Likewise.
8217 (binary_search_single_encoding_fdes, binary_search_mixed_encoding_fdes,
8218 get_cie_encoding, linear_search_fdes): Don't mix char and unsigned char
8219 pointers.
8220
8221 2007-07-31 Ulrich Drepper <drepper@redhat.com>
8222
8223 * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs_conf): Count
8224 total processors using sysfs.
8225 (__get_nprocs): Use sysfs to determine which processors are online.
8226
8227 2007-07-31 Jakub Jelinek <jakub@redhat.com>
8228
8229 * sysdeps/unix/sysv/linux/posix_fallocate.c (posix_fallocate): Fix
8230 syscall arguments count.
8231
8232 * stdio-common/tfformat.c (sprint_doubles): Add 12 new tests.
8233
8234 2007-07-30 Roland McGrath <roland@redhat.com>
8235
8236 * manual/libc.texinfo: Update copyrights, formatting magic, and
8237 @dircategory. From Karl Berry <karl@freefriends.org>.
8238
8239 2007-07-29 Ulrich Drepper <drepper@redhat.com>
8240
8241 [BZ #4860]
8242 * io/Makefile (headers): Add bits/fcntl2.h.
8243
8244 * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_ZERO_S): Optimize
8245 using gcc builtin.
8246 (__CPU_EQUAL_S): Likewise.
8247
8248 * posix/Makefile (routines): Add sched_cpualloc and sched_cpufree.
8249 (tests): Add tst-cpuset.
8250 * posix/sched_cpualloc.c: New file.
8251 * posix/sched_cpufree.c: New file.
8252 * posix/tst-cpuset.c: New file.
8253 * posix/Versions: Export __sched_cpualloc and __sched_cpufree for
8254 GLIBC_2.7.
8255 * sysdeps/unix/sysv/linux/bits/sched.h: Define __CPU_*_S macros.
8256 * posix/sched.h: Define old CPU_* macros in temers of __CPU_*_S
8257 macros. Define CPU_*_S macros.
8258
8259 2007-07-28 Ulrich Drepper <drepper@redhat.com>
8260
8261 * posix/getconf.c (vars): Add missing _SC_LEVEL4_CACHE_LINESIZE
8262 entry.
8263
8264 [BZ #4858]
8265 * stdio-common/printf_fp.c (___printf_fp): Fix special case of
8266 #.0g and value rounded to 1.0.
8267 * stdio-common/tfformat.c (sprint_doubles): Add two new tests.
8268
8269 2007-07-26 Jakub Jelinek <jakub@redhat.com>
8270
8271 * locale/programs/ld-monetary.c (monetary_finish): Avoid range check
8272 for int_frac_digits and frac_digits.
8273
8274 * login/logout.c (logout): Avoid aliasing violation.
8275 * login/logwtmp.c (logwtmp): Likewise.
8276
8277 * libio/genops.c (_IO_un_link): Avoid aliasing violation.
8278
8279 * nscd/selinux.c (preserve_capabilities): Initialize new_caps
8280 to avoid warning.
8281 * iconv/gconv_open.c (__gconv_open): Initialize ptr to avoid
8282 warning.
8283 * nis/nis_subr.c (nis_getnames): Initialize saveptr to avoid
8284 warning.
8285 * resolv/inet_ntop.c (inet_ntop6): Initialize best.len and cur.len
8286 to avoid warnings.
8287
8288 * nss/nsswitch.c (__nss_lookup_function): Don't cast &ni->known to
8289 void **.
8290 * nss/nsswitch.h (service_user): Use void * type for KNOWN field.
8291
8292 * nss/nss_files/files-hosts.c (LINE_PARSER): Cast host_addr to
8293 char * to avoid warning.
8294 * nis/nss_nis/nis-hosts.c (LINE_PARSER): Likewise.
8295
8296 * timezone/Makefile (CFLAGS-zdump.c): Add -fwrapv.
8297
8298 * locale/programs/ld-ctype.c (ctype_finish, set_class_defaults,
8299 allocate_arrays): Cast second argument to charmap_find_symbol
8300 to char * to avoid warnings.
8301
8302 * locale/programs/repertoire.c (repertoire_new_char): Change
8303 from_nr, to_nr and cnt to unsigned long, adjust printf format
8304 string.
8305
8306 * locale/programs/ld-collate.c (insert_value, handle_ellipsis):
8307 Cast second argument to new_element to char * to avoid warnings.
8308
8309 * locale/weightwc.h (findidx): Cast &extra[-i] to const int32_t *.
8310
8311 * intl/gettextP.h (struct loaded_domain): Change plural to const
8312 struct expression *.
8313 * intl/plural-eval.c (plural_eval): Change first argument to
8314 const struct expression *.
8315 * intl/plural-exp.c (EXTRACT_PLURAL_EXPRESSION): Change first
8316 argument to const struct expression **.
8317 * intl/plural-exp.h (EXTRACT_PLURAL_EXPRESSION, plural_eval): Adjust
8318 prototypes.
8319 * intl/loadmsgcat (_nl_unload_domain): Cast away const
8320 in call to __gettext_free_exp.
8321
8322 * posix/fnmatch.c (fnmatch): Rearrange code to avoid maybe
8323 unitialized wstring/wpattern var warnings.
8324
8325 * posix/runtests.c (struct a_test): Make data field const char *.
8326
8327 * stdio-common/tst-sprintf2.c (main): Don't declere u, v and buf
8328 vars if not LDBL_MANT_DIG >= 106.
8329
8330 * stdio-common/Makefile (CFLAGS-vfwprintf.c): Add -Wno-unitialized.
8331
8332 * stdio-common/vfprintf.c (vfprintf): Cast first arugment to
8333 __find_specmb to avoid warning.
8334
8335 * rt/tst-mqueue1.c (do_one_test): Add casts to avoid warnings.
8336
8337 * debug/test-strcpy_chk.c (do_tests, do_random_tests): Add casts
8338 to avoid warnings.
8339
8340 * sysdeps/ieee754/ldbl-96/s_roundl.c (huge): Add L suffix to
8341 initializer.
8342
8343 * sysdeps/unix/clock_gettime.c (clock_gettime): Only define
8344 tv var when it will be actually used.
8345
8346 * sunrpc/rpc_cmsg.c (xdr_callmsg): Cast IXDR_PUT_* to void
8347 to avoid warnings.
8348
8349 * iconvdata/gbk.c (BODY): Make buf and cp char instead of unsigned
8350 char array resp. pointer.
8351 * iconvdata/iso-2022-kr.c (BODY): Make buf unsigned char instead of
8352 char array.
8353 * iconvdata/cns11643.h (cns11643_to_ucs4): Change first argument
8354 to const unsigned char **.
8355 (ucs4_to_cns11643): Change second argument to unsigned char *.
8356 * iconvdata/euc-tw.c (BODY): Change endp type to
8357 const unsigned char *.
8358 * iconvdata/iso-ir-165.h (ucs4_to_isoir165): Change second argument
8359 to unsigned char *.
8360 * iconvdata/ibm1008_420.c (LOOP_NEED_FLAGS): Don't define.
8361 * iconvdata/iso-2022-cn.c (BODY): Change buf to unsigned char array.
8362 * iconvdata/iso-2022-cn-ext.c (BODY): Change buf, tmpbuf, tmp
8363 types to unsigned char pointers/arrays instead of char.
8364 * iconvdata/jis0201.h (ucs4_to_jisx0201): Change second argument
8365 to unsigned char *.
8366 * iconvdata/jis0208.h (ucs4_to_jisx0208): Likewise.
8367 * iconvdata/jis0212.h: Include assert.h.
8368 (ucs4_to_jisx0212): Change second argument to unsigned char *.
8369 assert that if cp[0] is not '\0', cp[1] is not '\0' either instead
8370 of trying to handle that.
8371 * iconvdata/euc-kr.c (euckr_from_ucs4): Initialize also cp[1] to
8372 shut up a warning.
8373 * iconvdata/euc-jp-ms.c (from_ucs4_lat1, from_ucs4_greek,
8374 from_ucs4_cjk, from_ucs4_cjkcpt, from_ucs4_extra): Change type to
8375 two dimensional const unsigned char arrays.
8376 (BODY): Cast "" to (const unsigned char *) for assignment to cp.
8377 Initialize endp to inptr to shut up a warning.
8378
8379 2007-07-20 Jakub Jelinek <jakub@redhat.com>
8380
8381 [BZ #4772]
8382 * time/strptime_l.c (__strptime_internal): Silently ignore
8383 strftime modifiers and field width in recursive calls.
8384
8385 * include/time.h (enum ptime_locale_status): Remove.
8386 (__strptime_internal): Remove decided and era_cnt arguments,
8387 add statep argument.
8388 * time/strptime_l.c (__strptime_internal): Remove decided
8389 and era_cnt arguments, add statep argument. Don't recompute
8390 any fields in recursive calls, only update caller's tm
8391 and state, if recursive call fails, don't change tm nor
8392 any state.
8393 (get_alt_number): Adjust.
8394 (recursive): Adjust caller.
8395 (strptime): Likewise.
8396 * time/strptime.c (strptime): Likewise.
8397
8398 2007-07-19 Jakub Jelinek <jakub@redhat.com>
8399
8400 * iconv/gconv_int.h (__GCONV_NULCONV): New internal only error code.
8401 * iconv/gconv_cache.c (__gconv_lookup_cache): Return __GCONV_NULCONV
8402 if from and to charsets are the same.
8403 * iconv/gconv_db.c (__gconv_find_transform): Likewise.
8404 * intl/dcigettext.c (_nl_find_msg): Return NULL even if __gconv_open
8405 returns __GCONV_NOCONV, but not for __GCONV_NULCONV.
8406
8407 2007-07-17 Jakub Jelinek <jakub@redhat.com>
8408
8409 * wcsmbs/wchar.h: Only define wint_t if __need_wint_t.
8410 Don't define wint_t when __need_mbstate_t unless it
8411 is necessary.
8412 (__mbstate_t): Use __WINT_TYPE__ rather than wint_t
8413 in the typedef if possible.
8414 * wctype/wctype.h (wint_t): Define by including
8415 wchar.h with __need_wint_t instead of including stddef.h
8416 with __need_wint_t and as fallback definining it ourselves.
8417 * iconv/gconv.h (__need_wint_t): Define before including
8418 wchar.h.
8419 * sysdeps/gnu/_G_config.h: Don't include gconv.h if not _LIBC
8420 or _GLIBCPP_USE_WCHAR_T.
8421 (__need_wchar_t): Don't define
8422 if not _LIBC or _GLIBCPP_USE_WCHAR_T.
8423 (__need_wint_t): Don't define before including stddef.h,
8424 define before including wchar.h only if _LIBC or
8425 _GLIBCPP_USE_WCHAR_T.
8426 (_G_iconv_t): Don't define if not _LIBC or _GLIBCPP_USE_WCHAR_T.
8427 * sysdeps/mach/hurd/_G_config.h: Likewise.
8428 * sysdeps/generic/_G_config.h: Likewise.
8429 * libio/libio.h (__wunderflow, __wuflow, __woverflow): Only
8430 prototype if _LIBC or _GLIBCPP_USE_WCHAR_T.
8431 (_IO_getwc_unlocked, _IO_putwc_unlocked): Only define
8432 if _LIBC or _GLIBCPP_USE_WCHAR_T.
8433
8434 2007-07-28 Ulrich Drepper <drepper@redhat.com>
8435
8436 * sysdeps/posix/posix_fallocate64.c: Undefine
8437 __posix_fallocate64_l64 before alias handling.
8438 * sysdeps/unix/sysv/linux/posix_fallocate.c: New file.
8439 * sysdeps/unix/sysv/linux/posix_fallocate64.c: New file.
8440 * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate.c: New file.
8441 * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate64.c: New file.
8442
8443 * io/tst-posix_fallocate.c: Include <fcntl.h>.
8444
8445 2007-07-23 Jakub Jelinek <jakub@redhat.com>
8446
8447 * locale/programs/ld-collate.c (atwc): New variable.
8448 (add_to_tablewc): New toplevel function, moved from collate_output.
8449 (collate_output): Remove add_to_tablewc nested function.
8450
8451 * iconv/iconvconfig.c (hash_table, hash_size): New toplevel vars.
8452 (name_insert): New function.
8453 (write_output): Remove hash_table and hash_size vars and name_insert
8454 nested function.
8455
8456 2007-07-24 Roland McGrath <roland@redhat.com>
8457
8458 * Makerules (install-others-programs-nosubdir): New target.
8459 (install-no-libc.a-nosubdir): Depend on it.
8460
8461 * iconv/Makefile (install-others-programs): Set this instead of
8462 install-others.
8463 * login/Makefile (install-others-programs): Likewise.
8464 * posix/Makefile (install-others-programs): Likewise.
8465
8466 * Makerules (install-no-libc.a-nosubdir): Clean up conditional
8467 dependencies.
8468
8469 2007-07-23 Ulrich Drepper <drepper@redhat.com>
8470
8471 * io/Makefile (tests): Add tst-posix_fallocate.
8472 * io/tst-posix_fallocate.c: New file.
8473
8474 * sysdeps/unix/sysv/linux/kernel-features.h: Define
8475 __ASSUME_FALLOCATE.
8476
8477 2007-07-22 Roland McGrath <roland@frob.com>
8478
8479 * hurd/getdport.c: Add missing copyright year update.
8480
8481 * sysdeps/mach/hurd/bits/fcntl.h [__USE_GNU] (O_CLOEXEC): New macro.
8482 * hurd/port2fd.c (_hurd_port2fd): Implement O_CLOEXEC.
8483
8484 2007-07-22 Ulrich Drepper <drepper@redhat.com>
8485
8486 * login/utmp_file.c (setutent_file): Use O_CLOEXEC if possible.
8487
8488 * libio/fileops.c (_IO_new_file_fopen): Recognize 'e' flag and set
8489 O_CLOEXEC is needed.
8490 * nis/nss_compat/compat-grp.c: Use 'e' flag when opening file.
8491 Avoid additional fcntl to set O_CLOEXEC if not needed.
8492 * nis/nss_compat/compat-initgroups.c: Likewise.
8493 * nis/nss_compat/compat-pwd.c: Likewise.
8494 * nis/nss_compat/compat-spwd.c: Likewise.
8495
8496 2007-07-21 Samuel Thibault <samuel.thibault@ens-lyon.org>
8497
8498 [BZ #3665]
8499 * manual/errno.texi: Change ECANCELED value to 119.
8500
8501 [BZ #4610]
8502 * mach/lock-intern.h: Include <sys/cdefs.h>.
8503
8504 [BZ #4178]
8505 * sysdeps/mach/hurd/sigaction.c (__sigaction): Check ACT != NULL before
8506 reading A.
8507
8508 [BZ #4126]
8509 * sysdeps/mach/hurd/sigsuspend.c (sigsuspend_not_cancel): Define alias
8510 to __sigsuspend.
8511
8512 * sysdeps/mach/i386/sysdep.h: Include <dl-sysdep.h> and <tls.h>.
8513
8514 2006-06-13 Thomas Schwinge <tschwinge@gnu.org>
8515
8516 * sysdeps/mach/hurd/tls.h: Change `ASSEMBLER' conditional to
8517 `__ASSEMBLER__'.
8518 * sysdeps/mach/hurd/i386/tls.h: Likewise.
8519
8520 2007-07-21 Ulrich Drepper <drepper@redhat.com>
8521
8522 * nscd/nscd_helper.c (get_mapping): Use MSG_CMSG_CLOEXEC for
8523 descriptor received from nscd.
8524
8525 * sysdeps/unix/sysv/linux/bits/socket.h: Define MSG_CMSG_CLOEXEC.
8526
8527 * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define O_CLOEXEC.
8528 * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
8529 * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
8530 * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
8531 * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
8532 * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
8533
8534 2007-07-20 Jakub Jelinek <jakub@redhat.com>
8535
8536 [BZ #4816]
8537 * manual/signal.texi (Non-atomic Example): Make memory var volatile.
8538
8539 [BZ #4813]
8540 * login/forkpty.c (forkpty): Close master and slave fds on
8541 fork failure. Patch by
8542 Mikulas Patocka <mikulas@artax.karlin.mff.cuni.cz>.
8543
8544 2007-07-18 Jakub Jelinek <jakub@redhat.com>
8545
8546 * include/features.h (__USE_ISOC95): New define.
8547 * wcsmbs/wchar.h (fwprintf, fwscanf, wprintf, wscanf, swprintf,
8548 swscanf, vfwprintf, vwprintf, vswprintf, fwide): Define even
8549 for -std=iso9899:199409.
8550 * CONFORMANCE: Remove comments about unsupported AMD1.
8551
8552 2007-07-17 Jakub Jelinek <jakub@redhat.com>
8553
8554 * sysdeps/ia64/sched_cpucount.c: New file.
8555 * sysdeps/powerpc/sched_cpucount.c: New file.
8556
8557 * sysdeps/unix/sysv/linux/bits/sched.h (__sched_cpucount): Add
8558 __BEGIN_DECLS/__END_DECLS around the prototype.
8559 * bits/sched.h (__sched_cpucount): Likewise. Make second argument
8560 pointer to const cpu_set_t.
8561
8562 * bits/types.h: Don't include stddef.h, don't define __need_size_t.
8563 * signal/signal.h <__USE_BSD || __USE_XOPEN_EXTENDED>: Define
8564 __need_size_t and include stddef.h.
8565 * sysvipc/sys/msg.h: Likewise.
8566 * posix/sched.h: Likewise.
8567 * hurd/hurd/signal.h (__need_size_t): Define.
8568
8569 * CONFORMANCE: ctype.h and wctype.h no longer define size_t,
8570 neither does signal.h in pedantic ISO C namespaces. stdio.h
8571 no longer defines wint_t or wchar_t.
8572
8573 * libio/libioP.h (_IO_acquire_lock_clear_flags2_fct): New function.
8574 * debug/vfwprintf_chk.c (__vfwprintf_chk): Use
8575 _IO_acquire_lock_clear_flags2 instead of _IO_acquire_lock.
8576 * debug/vprintf_chk.c (__vprintf_chk): Likewise.
8577 * debug/vwprintf_chk.c (__vwprintf_chk): Likewise.
8578 * debug/vfprintf_chk.c (__vfprintf_chk): Likewise.
8579 * debug/fwprintf_chk.c (__fwprintf_chk): Likewise.
8580 * debug/printf_chk.c (__printf_chk): Likewise.
8581 * debug/fprintf_chk.c (__fprintf_chk): Likewise.
8582 * debug/wprintf_chk.c (__wprintf_chk): Likewise.
8583
8584 * sysdeps/pthread/bits/stdio-lock.h (_IO_acquire_lock_clear_flags2):
8585 Define.
8586
8587 * bits/confname.h (_CS_POSIX_V6_WIDTH_RESTRICTED_ENVS): Define.
8588 * posix/getconf.c (vars): Add POSIX_V6_WIDTH_RESTRICTED_ENVS.
8589
8590 2007-07-16 Jakub Jelinek <jakub@redhat.com>
8591
8592 [BZ #4792]
8593 * stdlib/stdlib.h (realloc): Remove __attribute_malloc__.
8594 * malloc/malloc.h (realloc): Likewise.
8595
8596 * libio/iopopen.c (_IO_new_proc_open): Don't close child_std_end
8597 if one of proc_file_chain streams has that fileno.
8598 * stdio-common/Makefile (tests): Add tst-popen2.
8599 * stdio-common/tst-popen2.c: New test.
8600
8601 2007-07-14 Jakub Jelinek <jakub@redhat.com>
8602
8603 * elf/ldconfig.c: Allow GPLv2 or any later version.
8604 * elf/readlib.c: Likewise.
8605 * elf/chroot_canon.c: Likewise.
8606 * elf/cache.c: Likewise.
8607 * nscd/mem.c: Likewise.
8608 * nscd/getpwuid_r.c: Likewise.
8609 * nscd/grpcache.c: Likewise.
8610 * nscd/aicache.c: Likewise.
8611 * nscd/getsrvbynm_r.c: Likewise.
8612 * nscd/nscd.c: Likewise.
8613 * nscd/servicescache.c: Likewise.
8614 * nscd/getsrvbypt_r.c: Likewise.
8615 * nscd/initgrcache.c: Likewise.
8616 * nscd/gethstbyad_r.c: Likewise.
8617 * nscd/gethstbynm2_r.c: Likewise.
8618 * nscd/getgrnam_r.c: Likewise.
8619 * nscd/nscd_setup_thread.c: Likewise.
8620 * nscd/getpwnam_r.c: Likewise.
8621 * nscd/gai.c: Likewise.
8622 * nscd/connections.c: Likewise.
8623 * nscd/dbg_log.c: Likewise.
8624 * nscd/cache.c: Likewise.
8625 * nscd/hstcache.c: Likewise.
8626 * nscd/nscd_conf.c: Likewise.
8627 * nscd/getgrgid_r.c: Likewise.
8628 * nscd/pwdcache.c: Likewise.
8629 * catgets/gencat.c: Likewise.
8630 * locale/programs/linereader.h: Likewise.
8631 * locale/programs/locarchive.c: Likewise.
8632 * locale/programs/ld-paper.c: Likewise.
8633 * locale/programs/locfile-kw.h: Likewise.
8634 * locale/programs/ld-address.c: Likewise.
8635 * locale/programs/xmalloc.c: Likewise.
8636 * locale/programs/ld-time.c: Likewise.
8637 * locale/programs/localedef.c: Likewise.
8638 * locale/programs/simple-hash.c: Likewise.
8639 * locale/programs/xstrdup.c: Likewise.
8640 * locale/programs/ld-numeric.c: Likewise.
8641 * locale/programs/locfile-kw.gperf: Likewise.
8642 * locale/programs/ld-collate.c: Likewise.
8643 * locale/programs/charmap-kw.gperf: Likewise.
8644 * locale/programs/charmap.h: Likewise.
8645 * locale/programs/charmap-kw.h: Likewise.
8646 * locale/programs/config.h: Likewise.
8647 * locale/programs/locfile.c: Likewise.
8648 * locale/programs/ld-ctype.c: Likewise.
8649 * locale/programs/charmap.c: Likewise.
8650 * locale/programs/ld-messages.c: Likewise.
8651 * locale/programs/repertoire.h: Likewise.
8652 * locale/programs/locale.c: Likewise.
8653 * locale/programs/ld-name.c: Likewise.
8654 * locale/programs/linereader.c: Likewise.
8655 * locale/programs/locfile.h: Likewise.
8656 * locale/programs/3level.h: Likewise.
8657 * locale/programs/ld-monetary.c: Likewise.
8658 * locale/programs/ld-measurement.c: Likewise.
8659 * locale/programs/charmap-dir.c: Likewise.
8660 * locale/programs/ld-identification.c: Likewise.
8661 * locale/programs/localedef.h: Likewise.
8662 * locale/programs/charmap-dir.h: Likewise.
8663 * locale/programs/repertoire.c: Likewise.
8664 * locale/programs/simple-hash.h: Likewise.
8665 * locale/programs/ld-telephone.c: Likewise.
8666 * locale/programs/locale-spec.c: Likewise.
8667 * locale/programs/locfile-token.h: Likewise.
8668 * posix/getconf.c: Likewise.
8669 * iconv/dummy-repertoire.c: Likewise.
8670 * iconv/iconv_charmap.c: Likewise.
8671 * iconv/iconvconfig.c: Likewise.
8672 * iconv/iconv_prog.c: Likewise.
8673 * malloc/memusagestat.c: Likewise.
8674 * sysdeps/unix/sysv/linux/nscd_setup_thread.c: Likewise.
8675
8676 2007-07-06 Kaz Kojima <kkojima@rr.iij4u.or.jp>
8677
8678 * sysdeps/sh/bsd-setjmp.S (setjmp): Use correct argument registers.
8679 * sysdeps/sh/bsd-_setjmp.S (_setjmp): Likewise.
8680 * sysdeps/unix/sysv/linux/sh/clone.S (__clone): Do correct sanity
8681 check for the first argument.
8682
8683 2007-07-12 Jakub Jelinek <jakub@redhat.com>
8684
8685 [BZ #4775]
8686 * math/tgmath.h (__tgmath_real_type_sub): Formatting.
8687 (__tgmath_real_type): Fix if expr is const int or other const
8688 qualified integral type.
8689 (__TGMATH_UNARY_REAL_ONLY): Rewritten to avoid using statement
8690 expressions and handle const qualified arguments.
8691 (__TGMATH_BINARY_FIRST_REAL_ONLY, __TGMATH_UNARY_REAL_IMAG,
8692 __TGMATH_UNARY_REAL_IMAG_RET_REAL): Likewise.
8693 (__TGMATH_UNARY_REAL_RET_ONLY): Rewritten to avoid using
8694 statement expressions.
8695 (__TGMATH_BINARY_REAL_ONLY, __TGMATH_TERNARY_FIRST_SECOND_REAL_ONLY,
8696 __TGMATH_TERNARY_REAL_ONLY, __TGMATH_BINARY_REAL_IMAG): Likewise.
8697 (__TGMATH_UNARY_IMAG): Define.
8698 (conj, cproj): Use __TGMATH_UNARY_IMAG macro.
8699 * math/Makefile (tests): Add test-tgmath2.
8700 (CFLAGS-test-tgmath2.c): Add.
8701 * math/test-tgmath.c (fy, dy, ly, fz, dz, lz, count_cdouble,
8702 count_cfloat, count_cldouble): New variables.
8703 (NCCALLS): Define.
8704 (main): Check number of complex calls as well.
8705 (F(compile_test)): Add complex tests and tests with const qualified
8706 arguments.
8707 (y, z, ccount): Define.
8708 (F(cacos), F(casin), F(catan), F(ccos), F(csin), F(ctan), F(cacosh),
8709 F(casinh), F(catanh), F(ccosh), F(csinh), F(ctanh), F(cexp), F(clog),
8710 F(csqrt), F(cpow), F(cabs), F(carg), F(creal), F(cimag), F(conj),
8711 F(cproj)): New functions.
8712 * math/test-tgmath2.c: New test.
8713
8714 2007-07-11 Jakub Jelinek <jakub@redhat.com>
8715
8716 [BZ #4776]
8717 * elf/dl-load.c (_dl_rtld_di_serinfo): Output / in LD_LIBRARY_PATH,
8718 RPATH etc. as "/" rather than "", don't segfault on empty paths,
8719 instead output ".".
8720 * dlfcn/Makefile (distribute): Add glreflib3.c.
8721 (module-names): Add glreflib3.
8722 ($(objpfx)tst-dlinfo.out): Depend on glreflib3.so rather than
8723 glreflib1.so.
8724 (LDFLAGS_glreflib3.so): New.
8725 * dlfcn/tst-dlinfo.c (do_test): Load glreflib3.so instead of
8726 glreflib1.so.
8727 * dlfcn/glreflib3.c: New file.
8728
8729 * intl/finddomain.c (_nl_find_domain): If _nl_explode_name
8730 returned -1, return NULL.
8731 * intl/explodename.c (_nl_explode_name): Return -1 if
8732 _nl_normalize_codeset failed.
8733
8734 2007-07-07 Steven Munroe <sjmunroe@us.ibm.com>
8735
8736 * sysdeps/powerpc/powerpc32/power6/memset.S: Update comments.
8737 Specify .machine power6 to get ISA-V2.0 branch hints. Unroll loops
8738 and avoid branch misspredicts for > 31 bytes memset case.
8739 * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
8740 Remove toc ref to __cache_line_size.
8741
8742 * sysdeps/powerpc/powerpc32/power4/memcmp.S: Specify .machine power4
8743 to get ISA-V2.0 branch hints.
8744 * sysdeps/powerpc/powerpc32/power4/memcpy.S: Likewise
8745 * sysdeps/powerpc/powerpc32/power4/memset.S: Likewise
8746 * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
8747 * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
8748 * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
8749 * sysdeps/powerpc/powerpc64/power4/memset.S: Likewise.
8750 Remove toc ref to __cache_line_size.
8751
8752 * sysdeps/powerpc/powerpc32/power6/fpu/s_llrint.S:
8753 Include math_ldbl_opt.h.
8754
8755 2007-07-10 Ulrich Drepper <drepper@redhat.com>
8756
8757 [BZ #4773]
8758 * time/strptime_l.c (__strptime_internal): Implement greedy
8759 matching of weekday and month names.
8760
8761 2007-07-09 Roland McGrath <roland@redhat.com>
8762
8763 * elf/elf.h (NT_GNU_ABI_TAG): New macro.
8764 (ELF_NOTE_ABI): Use it.
8765 (NT_GNU_HWCAP, NT_GNU_BUILD_ID): New macros.
8766
8767 2007-07-09 Ulrich Drepper <drepper@redhat.com>
8768
8769 * sysdeps/x86_64/cacheinfo.c (intel_02_known): Add new entries.
8770 * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_02_known): Likewise.
8771
8772 2007-07-07 Ulrich Drepper <drepper@redhat.com>
8773
8774 [BZ #4745]
8775 * stdio-common/vfscanf.c (_IO_vfscanf): Add additional test for EOF
8776 in loop to look for conversion specifier to avoid testing of
8777 wrong errno value.
8778 * stdio-common/Makefile (tests): Add bug18, bug18a, bug19, bug19a.
8779 * stdio-common/bug18.c: New file.
8780 * stdio-common/bug18a.c: New file.
8781 * stdio-common/bug19.c: New file.
8782 * stdio-common/bug19a.c: New file.
8783
8784 2007-07-05 Mike Frysinger <vapier@gentoo.org>
8785
8786 * Makeconfig ($(common-objpfx)gnu/lib-names.stmp): Use LC_ALL=C when
8787 running awk script.
8788
8789 2007-07-01 Jakub Jelinek <jakub@redhat.com>
8790
8791 * elf/dl-sysdep.c (_dl_important_hwcaps): Add integer overflow check.
8792 * elf/dl-minimal.c (__libc_memalign): Likewise. Handle malloc (0).
8793 Return NULL if mmap failed instead of asserting it does not.
8794 (calloc): Check for integer overflow.
8795
8796 * elf/dl-minimal.c (__strtoul_internal): Fix parsing of numbers bigger
8797 than LONG_MAX / 10.
8798
8799 2007-07-03 Jakub Jelinek <jakub@redhat.com>
8800
8801 [BZ #4702]
8802 * nis/nss-default.c: Include errno.h.
8803 (init): Preserve errno.
8804
8805 2007-07-02 Ulrich Drepper <drepper@redhat.com>
8806
8807 * sysdeps/unix/sysv/linux/bits/socket.h (PF_UNIX): Update comment.
8808
8809 2007-06-30 Ulrich Drepper <drepper@redhat.com>
8810
8811 * sysdeps/unix/sysv/linux/bits/socket.h: Add PF_RXRPC and AF_RXRPC.
8812
8813 2007-06-29 Martin Schwidefsky <schwidefsky@de.ibm.com>
8814
8815 * sysdeps/unix/sysv/linux/bits/socket.h: Add PF_IUCV and AF_IUCV.
8816
8817 2007-06-29 Martin Schwidefsky <schwidefsky@de.ibm.com>
8818
8819 * sysdeps/s390/dl-procinfo.c: New file.
8820 * sysdeps/s390/dl-procinfo.h: New file.
8821 * sysdeps/unix/sysv/linux/s390/dl-procinfo.h: New file.
8822
8823 2007-06-29 Jakub Jelinek <jakub@redhat.com>
8824
8825 * elf/dl-load.c (open_verify): Find .note.ABI-tag notes even
8826 in PT_NOTE segments with multiple notes.
8827 * elf/readelflib.c (process_elf_file): Likewise.
8828
8829 2007-06-22 Ulrich Drepper <drepper@redhat.com>
8830
8831 * nis/nis_domain_of.c (__nis_domain_of): Make the code a bit more
8832 ISO C compliant.
8833
8834 2007-06-19 Ulrich Drepper <drepper@redhat.com>
8835
8836 * elf/dl-close.c (free_mem): Free _dl_scope_free_list.
8837
8838 2007-06-13 Jakub Jelinek <jakub@redhat.com>
8839
8840 * include/link.h: Don't include rtld-lowlevel.h.
8841 (struct link_map): Remove l_scope_lock.
8842 * sysdeps/generic/ldsodefs.h: Don't include rtld-lowlevel.h.
8843 (_dl_scope_free_list): New field (variable) in _rtld_global.
8844 (DL_LOOKUP_SCOPE_LOCK): Remove.
8845 (_dl_scope_free): New prototype.
8846 * elf/dl-runtime.c (_dl_fixup): Don't use __rtld_mrlock_*lock.
8847 Don't pass DL_LOOKUP_SCOPE_LOCK to _dl_lookup_symbol_x.
8848 (_dl_profile_fixup): Likewise.
8849 * elf/dl-sym.c (do_sym): Likewise. Use wrapped _dl_lookup_symbol_x
8850 whenever !RTLD_SINGLE_THREAD_P, use THREAD_GSCOPE_SET_FLAG and
8851 THREAD_GSCOPE_RESET_FLAG around it.
8852 * elf/dl-close.c (_dl_close_worker): Don't use
8853 __rtld_mrlock_{change,done}. Call _dl_scope_free on the old
8854 scope. Make sure THREAD_GSCOPE_WAIT () happens if any old
8855 scopes were queued or if l_scope_mem has been abandoned.
8856 * elf/dl-open.c (_dl_scope_free): New function.
8857 (dl_open_worker): Use it. Don't use __rtld_mrlock_{change,done}.
8858 * elf/dl-support.c (_dl_scope_free_list): New variable.
8859 * elf/dl-lookup.c (add_dependency): Remove flags argument.
8860 Remove DL_LOOKUP_SCOPE_LOCK handling.
8861 (_dl_lookup_symbol_x): Adjust caller. Remove DL_LOOKUP_SCOPE_LOCK
8862 handling.
8863 * elf/dl-object.c (_dl_new_object): Don't use
8864 __rtld_mrlock_initialize.
8865
8866 2007-06-19 Ulrich Drepper <drepper@redhat.com>
8867
8868 * sysdeps/generic/ldsodefs.h (rtld_global): Reorder some elements
8869 to fill in holes
8870 (rtld_global_ro): Likewise.
8871
8872 2007-06-18 Jakub Jelinek <jakub@redhat.com>
8873
8874 * elf/dl-addr.c (_dl_addr): Skip PT_LOAD checking if l_contiguous.
8875 Move PT_LOAD checking to...
8876 (_dl_addr_inside_object): ... here, new function.
8877 * elf/dl-sym.c (do_sym): If not l_contiguous,
8878 call _dl_addr_inside_object.
8879 * elf/dl-iteratephdr.c (__dl_iterate_phdr): Likewise.
8880 * dlfcn/dlinfo.c (dlinfo_doit): Likewise.
8881 * elf/dl-open.c (dl_open_worker): Likewise.
8882 (_dl_addr_inside_object): New function if IS_IN_rtld.
8883 * elf/dl-load.c (_dl_map_object_from_fd): Set l_contiguous if no
8884 holes are present or are PROT_NONE protected.
8885 * include/link.h (struct link_map): Add l_contiguous field.
8886 * sysdeps/generic/ldsodefs.h (_dl_addr_inside_object): New prototype.
8887
8888 2007-06-18 Jakub Jelinek <jakub@redhat.com>
8889 Tomas Janousek <tjanouse@redhat.com>
8890 Ulrich Drepper <drepper@redhat.com>
8891
8892 [BZ #4647]
8893 * resolv/res_send.c (send_dg): Remove socket_pf. Use ipv6_unavail
8894 member in __res_state, only convaddr4to6 if nssocks[ns] is a PF_INET6
8895 socket.
8896 * resolv/resolv.h (__res_state): Add ipv6_unavail member. Make
8897 unused member a bitmap.
8898 * resolv/res_init.c (__res_vinit): Reset ipv6_unavail if IPv6
8899 servers are configured.
8900
8901 2007-06-18 Jakub Jelinek <jakub@redhat.com>
8902
8903 * elf/rtld.c (dl_main): Don't call init_tls more than once.
8904
8905 2007-06-17 Andreas Schwab <schwab@suse.de>
8906
8907 * sysdeps/generic/initfini.c: Tell gcc about the nonstandard sections.
8908
8909 2007-06-16 Andreas Jaeger <aj@suse.de>
8910
8911 [BZ #4125]
8912 * sysdeps/unix/sysv/linux/sys/ptrace.h
8913 (PTRACE_O_TRACESYSGOOD, PTRACE_O_TRACEFORK,
8914 PTRACE_O_TRACEVFORK, PTRACE_O_TRACECLONE, PTRACE_O_TRACEEXEC,
8915 PTRACE_O_TRACEVFORKDONE, PTRACE_O_TRACEEXIT, PTRACE_O_MASK,
8916 PTRACE_EVENT_FORK, PTRACE_EVENT_VFORK, PTRACE_EVENT_CLONE,
8917 PTRACE_EVENT_EXEC, PTRACE_EVENT_VFORK_DONE, PTRACE_EVENT_EXIT):
8918 Define.
8919 * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
8920 * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h: Likewise.
8921 * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
8922 * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
8923
8924 2007-06-16 Ulrich Drepper <drepper@redhat.com>
8925
8926 [BZ #4599]
8927 * sysdeps/unix/sysv/linux/check_pf.c (make_request): When
8928 determining whether there are IPv4/IPv6 addresses, ignore loopback
8929 addresses.
8930
8931 2007-06-14 Uros Bizjak <ubizjak@gmail.com>
8932
8933 * soft-fp/soft-fp.h (CMPtype): Define to "int" if undefined.
8934 * soft-fp/eqdf2.c (__eqdf2): Use CMPtype instead of int
8935 as the return type. Change type of "r" variable to CMPtype.
8936 * soft-fp/eqsf2.c (__eqsf2): Likewise.
8937 * soft-fp/eqtf2.c (__eqtf2): Likewise.
8938 * soft-fp/gedf2.c (__gedf2): Likewise.
8939 * soft-fp/gesf2.c (__gesf2): Likewise.
8940 * soft-fp/getf2.c (__getf2): Likewise.
8941 * soft-fp/ledf2.c (__ledf2): Likewise.
8942 * soft-fp/lesf2.c (__lesf2): Likewise.
8943 * soft-fp/letf2.c (__letf2): Likewise.
8944 * soft-fp/unorddf2 (__unorddf2): Likewise.
8945 * soft-fp/unordsf2 (__unordsf2): Likewise.
8946 * soft-fp/unordtf2 (__unordtf2): Likewise.
8947
8948 2007-06-09 Ulrich Drepper <drepper@redhat.com>
8949
8950 * elf/do-lookup.h (do_lookup_x): Read r_nlist before r_list and
8951 make sure gcc doesn't mess around with this.
8952
8953 2007-06-08 Ulrich Drepper <drepper@redhat.com>
8954
8955 * elf/dl-lookup.c (_dl_lookup_symbol_x): Remove use of r_nlist.
8956
8957 2007-06-08 Jakub Jelinek <jakub@redhat.com>
8958
8959 * elf/dl-close.c (_dl_close_worker): Remove all to be removed
8960 libraries from the global scope at once and call THREAD_GSCOPE_WAIT
8961 at most once per _dl_close_worker.
8962
8963 2007-06-08 Ulrich Drepper <drepper@redhat.com>
8964
8965 * sysdeps/unix/sysv/linux/bits/sched.h: Make second parameter of
8966 __sched_cpucount as const.
8967 * posix/sched_cpucount.c: Adjust.
8968
8969 * posix/sched_cpucount.c (__sched_cpucount): Allow using special
8970 instruction for counting bits.
8971 * sysdeps/x86_64/sched_cpucount.c: New file.
8972
8973 2007-06-07 Ulrich Drepper <drepper@redhat.com>
8974
8975 * configure.in: Avoid variable named BASH.
8976 * config.make.in: Likewise.
8977 Patch in part by Mike Frysinger.
8978
8979 2007-06-06 Jakub Jelinek <jakub@redhat.com>
8980
8981 [BZ #4586]
8982 * sysdeps/i386/ldbl2mpn.c (__mpn_extract_long_double): Treat
8983 pseudo-zeros as zero.
8984 * sysdeps/x86_64/ldbl2mpn.c: New file.
8985 * sysdeps/ia64/ldbl2mpn.c: New file.
8986
8987 2007-06-04 Jakub Jelinek <jakub@redhat.com>
8988
8989 * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (nextafterl): Remove
8990 unused ily variable. Fix nextafterl on +-__LDBL_MAX__ and +-Inf.
8991 Remove unreachable code at the end.
8992
8993 2007-06-01 Steven Munroe <sjmunroe@us.ibm.com>
8994
8995 * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c: Correct description of
8996 ldbl-128ibm in comment.
8997 (fpclassifyl): Correct classification of denormals.
8998 * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (nextafterl): Correct
8999 return value for MIN denormal. Rewrite using long double math too
9000 correctly handle denormals and canonicalize the results.
9001
9002 2007-06-05 Jakub Jelinek <jakub@redhat.com>
9003
9004 * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c
9005 (__mpn_construct_long_double): Fix conversion where result ought
9006 to be smaller than __LDBL_MIN__, or the low double should be
9007 denormal. Fix decision where to negate low double - honor round
9008 to even rules.
9009 * stdio-common/tst-sprintf2.c: Include string.h.
9010 (COMPARE_LDBL): Define.
9011 (TEST): Also test whether a string hexadecimal float representation
9012 can be parsed back to the number.
9013 (main): Add a couple of further tests.
9014
9015 2007-06-04 Jakub Jelinek <jakub@redhat.com>
9016
9017 * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c
9018 (PRINT_FPHEX_LONG_DOUBLE): Fix printing numbers where lower double
9019 is non-zero, but smaller than 2 * __DBL_MIN__.
9020 * stdio-common/tst-sprintf2.c: New test.
9021 * stdio-common/Makefile (tests): Add tst-sprintf2.
9022
9023 * math/test-misc.c (main): Don't run last batch of tests with
9024 IBM long double format.
9025
9026 2007-05-31 Steven Munroe <sjmunroe@us.ibm.com>
9027
9028 * sysdeps/powerpc/powerpc32/970/fpu/Implies: New file.
9029 * sysdeps/powerpc/powerpc32/power5/fpu/Implies: New file.
9030 * sysdeps/powerpc/powerpc32/power5+/fpu/Implies: New file.
9031 * sysdeps/powerpc/powerpc32/power6/fpu/Implies: New file.
9032 * sysdeps/powerpc/powerpc32/power6x/fpu/Implies: New file.
9033 * sysdeps/powerpc/powerpc64/970/fpu/Implies: New file.
9034 * sysdeps/powerpc/powerpc64/power5/fpu/Implies: New file.
9035 * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: New file.
9036 * sysdeps/powerpc/powerpc64/power6/fpu/Implies: New file.
9037 * sysdeps/powerpc/powerpc64/power6x/fpu/Implies: New file.
9038 * sysdeps/unix/sysv/linux/powerpc/powerpc32/970/fpu/Implies: New file.
9039 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/fpu/Implies:
9040 New file.
9041 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/fpu/Implies:
9042 New file.
9043 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5+/fpu/Implies:
9044 New file.
9045 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/fpu/Implies:
9046 New file.
9047 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/fpu/Implies:
9048 New file.
9049 * sysdeps/unix/sysv/linux/powerpc/powerpc64/970/fpu/Implies: New file.
9050 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/fpu/Implies:
9051 New file.
9052 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/fpu/Implies:
9053 New file.
9054 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5+/fpu/Implies:
9055 New file.
9056 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/fpu/Implies:
9057 New file.
9058 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/fpu/Implies:
9059 New file.
9060
9061 2007-05-31 Steven Munroe <sjmunroe@us.ibm.com>
9062
9063 * sysdeps/powerpc/powerpc32/powerpc64/fpu/s_llrint.S: Move.
9064 * sysdeps/powerpc/powerpc32/power4/fpu/s_llrint.S: To here.
9065 * sysdeps/powerpc/powerpc32/powerpc64/fpu/s_llrintf.S: Move.
9066 * sysdeps/powerpc/powerpc32/power4/fpu/s_llrintf.S: To here.
9067 * sysdeps/powerpc/powerpc32/powerpc64/fpu/s_llround.S: Move.
9068 * sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S: To here.
9069 * sysdeps/powerpc/powerpc32/powerpc64/fpu/s_llroundf.S: Move.
9070 * sysdeps/powerpc/powerpc32/power4/fpu/s_llroundf.S: To here.
9071
9072 2007-05-22 Steven Munroe <sjmunroe@us.ibm.com>
9073
9074 * sysdeps/powerpc/powerpc32/power5+/fpu/s_round.S
9075 (LONG_DOUBLE_COMPAT): Specify correct version, GLIBC_2_1.
9076 * sysdeps/powerpc/powerpc32/power5+/fpu/s_trunc.S
9077 (LONG_DOUBLE_COMPAT): Specify correct version, GLIBC_2_1.
9078 * sysdeps/powerpc/powerpc64/power5+/fpu/s_round.S
9079 (LONG_DOUBLE_COMPAT): Specify correct version, GLIBC_2_1.
9080 * sysdeps/powerpc/powerpc64/power5+/fpu/s_trunc.S
9081 (LONG_DOUBLE_COMPAT): Specify correct version, GLIBC_2_1.
9082
9083 2007-05-21 Steven Munroe <sjmunroe@us.ibm.com>
9084
9085 * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: New file.
9086 * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.c: New file.
9087 * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: New file.
9088 * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: New file.
9089
9090 2007-03-15 Steven Munroe <sjmunroe@us.ibm.com>
9091
9092 * sysdeps/powerpc/powerpc32/powerpc64/fpu/s_llrint.S
9093 [LONG_DOUBLE_COMPAT]: Add compat_symbol for llrintl@@GLIBC_2_1.
9094
9095 2006-02-13 Steven Munroe <sjmunroe@us.ibm.com>
9096
9097 * sysdeps/powerpc/powerpc32/power6/fpu/s_llrint.S: New File
9098 * sysdeps/powerpc/powerpc32/power6/fpu/s_llrintf.S: New File
9099 * sysdeps/powerpc/powerpc32/power6/fpu/s_llround.S: New File
9100 * sysdeps/powerpc/powerpc32/power6/fpu/s_llroundf.S: New File
9101
9102 2006-10-20 Steven Munroe <sjmunroe@us.ibm.com>
9103
9104 * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: New file.
9105 * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: New file.
9106
9107 2006-10-03 Steven Munroe <sjmunroe@us.ibm.com>
9108
9109 * sysdeps/powerpc/powerpc32/powerpc64/fpu/s_llround.S: New file.
9110 * sysdeps/powerpc/powerpc32/powerpc64/fpu/s_llroundf.S: New file.
9111
9112 * sysdeps/powerpc/powerpc32/powerpc64/fpu/Makefile: Moved.
9113 * sysdeps/powerpc/powerpc32/powerpc64/fpu/mpa.c: Likewise.
9114 * sysdeps/powerpc/powerpc32/power4/fpu/Makefile: To here.
9115 * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
9116
9117 2006-09-29 Steven Munroe <sjmunroe@us.ibm.com>
9118
9119 * sysdeps/powerpc/powerpc32/power6x/fpu/s_lrint.S: New file.
9120 * sysdeps/powerpc/powerpc32/power6x/fpu/s_lround.S: New file.
9121 * sysdeps/powerpc/powerpc64/power6x/fpu/s_llrint.S: New file.
9122 * sysdeps/powerpc/powerpc64/power6x/fpu/s_llround.S: New file.
9123
9124 2006-09-28 Steven Munroe <sjmunroe@us.ibm.com>
9125
9126 * sysdeps/powerpc/powerpc32/power5+/fpu/s_llround.S: New file.
9127 * sysdeps/powerpc/powerpc32/power5+/fpu/s_llroundf.S: New file.
9128 * sysdeps/powerpc/powerpc32/power5+/fpu/s_lround.S: New file.
9129 * sysdeps/powerpc/powerpc32/power6x/fpu/Implies: New file.
9130 * sysdeps/powerpc/powerpc64/power5+/fpu/s_llround.S: New file.
9131 * sysdeps/powerpc/powerpc64/power6x/fpu/Implies: New file.
9132
9133 2006-08-31 Steven Munroe <sjmunroe@us.ibm.com>
9134
9135 * sysdeps/powerpc/powerpc32/powerpc64/fpu/Makefile: New file.
9136 * sysdeps/powerpc/powerpc32/powerpc64/fpu/mpa.c: New file.
9137 * sysdeps/powerpc/powerpc64/power4/fpu/Makefile: New file.
9138 * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: New file.
9139
9140 2006-06-15 Steven Munroe <sjmunroe@us.ibm.com>
9141
9142 * sysdeps/powerpc/powerpc32/power5+/fpu/s_ceil.S: New file.
9143 * sysdeps/powerpc/powerpc32/power5+/fpu/s_ceilf.S: New file.
9144 * sysdeps/powerpc/powerpc32/power5+/fpu/s_floor.S: New file.
9145 * sysdeps/powerpc/powerpc32/power5+/fpu/s_floorf.S: New file.
9146 * sysdeps/powerpc/powerpc32/power5+/fpu/s_round.S: New file.
9147 * sysdeps/powerpc/powerpc32/power5+/fpu/s_roundf.S: New file.
9148 * sysdeps/powerpc/powerpc32/power5+/fpu/s_trunc.S: New file.
9149 * sysdeps/powerpc/powerpc32/power5+/fpu/s_truncf.S: New file.
9150 * sysdeps/powerpc/powerpc64/power5+/fpu/s_ceil.S: New file.
9151 * sysdeps/powerpc/powerpc64/power5+/fpu/s_ceilf.S: New file.
9152 * sysdeps/powerpc/powerpc64/power5+/fpu/s_floor.S: New file.
9153 * sysdeps/powerpc/powerpc64/power5+/fpu/s_floorf.S: New file.
9154 * sysdeps/powerpc/powerpc64/power5+/fpu/s_round.S: New file.
9155 * sysdeps/powerpc/powerpc64/power5+/fpu/s_roundf.S: New file.
9156 * sysdeps/powerpc/powerpc64/power5+/fpu/s_trunc.S: New file.
9157 * sysdeps/powerpc/powerpc64/power5+/fpu/s_truncf.S: New file.
9158
9159 2006-03-20 Steven Munroe <sjmunroe@us.ibm.com>
9160
9161 * sysdeps/powerpc/powerpc32/powerpc64/fpu/s_llrint.S: New file.
9162 * sysdeps/powerpc/powerpc32/powerpc64/fpu/s_llrintf.S: New file.
9163
9164 2007-06-01 Steven Munroe <sjmunroe@us.ibm.com>
9165
9166 * sysdeps/powerpc/powerpc32/power6/memset.S: New file.
9167 * sysdeps/powerpc/powerpc64/power6/memset.S: New file.
9168
9169 2007-05-31 Steven Munroe <sjmunroe@us.ibm.com>
9170
9171 * sysdeps/powerpc/powerpc32/970/Implies: New file.
9172 * sysdeps/powerpc/powerpc32/power5/Implies: New file.
9173 * sysdeps/powerpc/powerpc32/power5+/Implies: New file.
9174 * sysdeps/powerpc/powerpc32/power6/Implies: New file.
9175 * sysdeps/powerpc/powerpc32/power6x/Implies: New file.
9176 * sysdeps/powerpc/powerpc64/970/Implies: New file.
9177 * sysdeps/powerpc/powerpc64/power5/Implies: New file.
9178 * sysdeps/powerpc/powerpc64/power5+/Implies: New file.
9179 * sysdeps/powerpc/powerpc64/power6/Implies: New file.
9180 * sysdeps/powerpc/powerpc64/power6x/Implies: New file.
9181
9182 2007-05-21 Steven Munroe <sjmunroe@us.ibm.com>
9183
9184 * sysdeps/powerpc/powerpc32/power4/memset.S: New file
9185
9186 2007-03-13 Steven Munroe <sjmunroe@us.ibm.com>
9187
9188 * sysdeps/powerpc/powerpc64/memcpy.S: Improve aligned loop to minimize
9189 branch miss-predicts. Ensure that cache line crossing does not impact
9190 dispatch grouping.
9191
9192 2006-12-13 Steven Munroe <sjmunroe@us.ibm.com>
9193
9194 * sysdeps/powerpc/powerpc64/power4/memcopy.h: Replace with include
9195 "../../powerpc32/power4/memcopy.h".
9196 * sysdeps/powerpc/powerpc64/power4/wordcopy.c: Replace with include
9197 "../../powerpc32/power4/wordcopy.c".
9198
9199 2006-10-03 Steven Munroe <sjmunroe@us.ibm.com>
9200
9201 * sysdeps/powerpc/powerpc32/powerpc64/Makefile: Moved.
9202 * sysdeps/powerpc/powerpc32/powerpc64/memcopy.h: Likewise.
9203 * sysdeps/powerpc/powerpc32/powerpc64/wordcopy.c: Likewise.
9204 * sysdeps/powerpc/powerpc32/power4/Makefile: To here.
9205 * sysdeps/powerpc/powerpc32/power4/memcopy.h: Likewise.
9206 * sysdeps/powerpc/powerpc32/power4/wordcopy.c: Likewise.
9207
9208 2006-09-10 Steven Munroe <sjmunroe@us.ibm.com>
9209
9210 * sysdeps/powerpc/powerpc32/power6/memcpy.S: New file.
9211
9212 2006-08-31 Steven Munroe <sjmunroe@us.ibm.com>
9213
9214 * sysdeps/powerpc/powerpc32/power6/wordcopy.c: New file.
9215 * sysdeps/powerpc/powerpc32/powerpc64/Makefile: New file.
9216 * sysdeps/powerpc/powerpc32/powerpc64/memcopy.h: New file.
9217 * sysdeps/powerpc/powerpc32/powerpc64/wordcopy.c: New file.
9218 * sysdeps/powerpc/powerpc64/power4/Makefile: New file.
9219 * sysdeps/powerpc/powerpc64/power4/memcopy.h: New file.
9220 * sysdeps/powerpc/powerpc64/power4/wordcopy.c: New file.
9221 * sysdeps/powerpc/powerpc64/power6/wordcopy.c: New file.
9222
9223 2006-07-06 Steven Munroe <sjmunroe@us.ibm.com>
9224
9225 * sysdeps/powerpc/powerpc64/power6/memcpy.S: New file.
9226
9227 2006-03-20 Steven Munroe <sjmunroe@us.ibm.com>
9228
9229 * sysdeps/powerpc/powerpc32/power4/memcmp.S: New file.
9230 * sysdeps/powerpc/powerpc32/power4/memcpy.S: New file.
9231 * sysdeps/powerpc/powerpc32/power4/memset.S: New file.
9232 * sysdeps/powerpc/powerpc32/power4/strncmp.S: New file.
9233 * sysdeps/powerpc/powerpc64/power4/memcmp.S: New file.
9234 * sysdeps/powerpc/powerpc64/power4/memcpy.S: New file.
9235 * sysdeps/powerpc/powerpc64/power4/strncmp.S: New file.
9236
9237 2007-05-29 Roland McGrath <roland@redhat.com>
9238
9239 * po/Makefile (po-sed-cmd): New variable.
9240 (libc.pot.files): Move sed command text in there, avoid \ inside ''.
9241
9242 2007-05-29 Ulrich Drepper <drepper@redhat.com>
9243
9244 * crypt/md5-crypt.c: Fix comment.
9245
9246 * nscd/nscd_helper.c (get_mapping): Handle short replies instead
9247 of crashing. When this is the case or if the reply is malformed,
9248 don't try to close the new file descriptor since it does not
9249 exist.
9250 Patch in part by Guillaume Chazarain <guichaz@yahoo.fr>.
9251
9252 2007-05-28 Jakub Jelinek <jakub@redhat.com>
9253
9254 * sysdeps/unix/sysv/linux/futimes.c (miss_utimensat): Don't define
9255 if __NR_utimensat is not defined.
9256
9257 2007-05-26 Ulrich Drepper <drepper@redhat.com>
9258
9259 * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Include <sysdep.h>.
9260
9261 2007-05-25 Jakub Jelinek <jakub@redhat.com>
9262
9263 * io/bits/fcntl2.h (__open_2): Add nonnull attribute.
9264 (open): Fix comment typos. Don't call __open_2 if flags
9265 is a compile time constant without O_CREAT.
9266 (__open64_2): Add nonnull attribute.
9267 (open64): Fix comment typos. Don't call __open64_2 if flags
9268 is a compile time constant without O_CREAT.
9269 (__openat_2): Add nonnull attribute, fix nonnull attribute
9270 on redirect.
9271 (openat): Fix comment typos. Don't call __openat_2 if flags
9272 is a compile time constant without O_CREAT.
9273 (__openat64_2): Add nonnull attribute, fix nonnull attribute
9274 on redirect.
9275 (openat64): Fix comment typos. Don't call __openat64_2 if flags
9276 is a compile time constant without O_CREAT.
9277
9278 2007-05-24 Ulrich Drepper <drepper@redhat.com>
9279
9280 * Makerules (sysd-rules): Define PTW for ptw-* files.
9281 * Versions: Define GLIBC_2.7 for libc.
9282 * include/stdio.h: Declare __fortify_fail.
9283 * debug/fortify_fail.c: New file.
9284 * debug/Makefile (routines): Add fortify_fail.
9285 * debug/chk_fail.c: Use __fortify_fail.
9286 * debug/stack_chk_fail.c: Likewise.
9287 * io/Versions: Export __open_2, __open64_2, __openat_2, and
9288 __openat64_2 for GLIBC_2.7.
9289 * io/fcntl.h: When compiling with fortification, include bits/fcntl2.h.
9290 * io/open.c: Define *_2 variant of function which checks for O_CREAT
9291 and fails if necessary.
9292 * io/open64.c: Likewise.
9293 * io/openat.c: Likewise.
9294 * io/openat64.c: Likewise.
9295 * sysdeps/unix/sysv/linux/open64.c: Likewise.
9296 * sysdeps/unix/sysv/linux/openat.c: Likewise.
9297 * sysdeps/unix/sysv/linux/openat64.c: Likewise.
9298 * io/bits/fcntl2.h: New file.
9299 * include/fcntl.h: Declare __open_2, __open64_2, __openat_2, and
9300 __openat64_2.
9301 * include/bits/fcntl2.h: New file.
9302 * sysdeps/unix/sysv/linux/Makefile [subdir=io] (sysdep_routines):
9303 Add open_2.
9304 * sysdeps/unix/sysv/linux/open_2.c: New file.
9305
9306 2007-05-21 Ulrich Drepper <drepper@redhat.com>
9307
9308 * sysdeps/x86_64/cacheinfo.c (init_cacheinfo): Pass correct value
9309 as second parameter to handle_intel.
9310
9311 * nscd/aicache.c (addhstaiX): If reported TTL is zero don't cache
9312 the entry.
9313
9314 * sysdeps/unix/sysv/linux/x86_64/sysconf.c: Move cache information
9315 handling to ...
9316 * sysdeps/x86_64/cacheinfo.c: ... here. New file.
9317 * sysdeps/x86_64/Makefile [subdir=string] (sysdep_routines): Add
9318 cacheinfo.
9319 * sysdeps/x86_64/memcpy.S: Complete rewrite.
9320 * sysdeps/x86_64/mempcpy.S: Adjust appropriately.
9321 Patch by Evandro Menezes <evandro.menezes@amd.com>.
9322
9323 * sysdeps/unix/sysv/linux/i386/epoll_pwait.S: New file.
9324
9325 2007-05-21 Jakub Jelinek <jakub@redhat.com>
9326
9327 [BZ #4525]
9328 * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Add epoll_pwait.
9329 * sysdeps/unix/sysv/linux/epoll_pwait.c: New file.
9330 * sysdeps/unix/sysv/linux/syscalls.list (epoll_pwait): Remove.
9331
9332 * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h (epoll_pwait): Declare.
9333
9334 [BZ #4514]
9335 * stdio-common/vfprintf.c (vfprintf): Don't shadow workstart variable,
9336 reinitialize workend at the start of each do_positional format spec
9337 loop, free workstart before do_positional loops.
9338 (printf_unknown): Fix size of work_buffer.
9339 * stdio-common/tst-sprintf.c (main): Add 3 new testcases.
9340
9341 * malloc/hooks.c (MALLOC_STATE_VERSION): Bump.
9342 (public_sET_STATe): If ms->version < 3, put all chunks into
9343 unsorted chunks and clear {fd,bk}_nextsize fields of largebin
9344 chunks.
9345
9346 * malloc/malloc.c [MALLOC_DEBUG]: Revert 2007-05-13 changes.
9347 * malloc/hooks.c: Likewise.
9348 * malloc/arena.c: Likewise.
9349 * malloc/malloc.c (do_check_malloc_state): Don't assert
9350 n_mmaps is not greater than n_mmaps_max. This removes the need
9351 for the previous change.
9352
9353 * malloc/Makefile (CFLAGS-malloc.c): Revert accidental
9354 2007-05-07 commit.
9355
9356 2007-05-19 Ulrich Drepper <drepper@redhat.com>
9357
9358 * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_PRIVATE_FUTEX):
9359 Define for kernel >= 2.6.22.
9360
9361 2007-05-18 Ulrich Drepper <drepper@redhat.com>
9362
9363 * elf/dl-close.c (_dl_close_worker): When removing object from
9364 global scope, wait for all lookups to finish afterwards.
9365 * elf/dl-open.c (add_to_global): When global scope array must
9366 grow, allocate a new one and free old array only after all
9367 lookups finish.
9368 * elf/dl-runtime.c (_dl_fixup): Protect using global scope.
9369 (_dl_lookup_symbol_x): Likewise.
9370 * elf/dl-support.c: Define _dl_wait_lookup_done.
9371 * sysdeps/generic/ldsodefs.h (struct rtld_global): Add
9372 _dl_wait_lookup_done.
9373
9374 * malloc/malloc.c (do_check_chunk): Correct check for mmaped block
9375 not overlapping with arena.
9376
9377 * malloc/mcheck.c (reallochook): If size==0, free the block.
9378
9379 * rt/tst-shm.c: Use fstat64 instead of fstat.
9380
9381 * sysdeps/unix/sysv/linux/i386/sync_file_range.S: Fix case where
9382 __NR_sync_file_range is not defined.
9383
9384 2007-05-17 Ulrich Drepper <drepper@redhat.com>
9385
9386 Dummy files to prevent stub versions from being used.
9387 * sysdeps/x86_64/fpu/k_cosl.c: New file.
9388 * sysdeps/x86_64/fpu/k_rem_pio2l.c: New file.
9389 * sysdeps/x86_64/fpu/k_sinl.c: New file.
9390 * sysdeps/x86_64/fpu/k_tanl.c: New file.
9391
9392 * version.h (VERSION): Set to 2.6.90.
9393
9394 2007-05-14 Ulrich Drepper <drepper@redhat.com>
9395
9396 * version.h (VERSION): Define to 2.6.
9397 * include/features.h (__GLIBC_MINOR__): Define to 6.
9398
9399 * malloc/malloc.c: Use all small bin slots on 64-bit archs.
9400
9401 * malloc/malloc.c (largebin_index): Really have 32 buckets with 64
9402 sizes.
9403
9404 2007-05-13 Ulrich Drepper <drepper@redhat.com>
9405
9406 * malloc/malloc.c [MALLOC_DEBUG]: Keep track of current maximum
9407 number of mmaps. n_mmaps_max is the target.
9408 * malloc/hooks.c: Likewise.
9409 * malloc/arena.c: Likewise.
9410
9411 2007-05-12 Andreas Jaeger <aj@suse.de>
9412
9413 * sysdeps/unix/sysv/linux/tst-getcpu.c: Include <unistd.h> for
9414 getpid.
9415
9416 2007-05-11 Ulrich Drepper <drepper@redhat.com>
9417
9418 * elf/dl-close.c (_dl_close_worker): Help gcc to optimize by
9419 adding new variables.
9420
9421 * elf/dl-open.c (add_to_global): Introduce variable ns to help gcc
9422 optimize. Completely extend global scope array before making the
9423 new entries visible.
9424
9425 2007-05-10 Ulrich Drepper <drepper@redhat.com>
9426
9427 * sysdeps/unix/sysv/linux/tst-getcpu.c: New file.
9428 * sysdeps/unix/sysv/linux/Makefile [subdir=posix] (tests): Add
9429 tst-getcpu.
9430
9431 * include/link.h: Move l_version and l_nversion members around to
9432 fill gaps.
9433
9434 * scripts/check-c++-types.sh: Don't use -fnu89-inline option.
9435
9436 * sysdeps/unix/sysv/linux/sched_setaffinity.c
9437 (__sched_setaffinity_new): If syscall was successful and
9438 RESET_VGETCPU_CACHE is defined, use it before returning.
9439 * sysdeps/unix/sysv/linux/x86_64/sched_setaffinity.c: New file.
9440
9441 * io/sys/stat.h: Make sure struct timespec is defined for
9442 __USE_ATFILE.
9443
9444 * sysdeps/unix/sysv/linux/powerpc/bits/stat.h: Define UTIME_NOW and
9445 UTIME_OMIT.
9446 * sysdeps/unix/sysv/linux/x86_64/bits/stat.h: Likewise.
9447 * sysdeps/unix/sysv/linux/sparc/bits/stat.h: Likewise.
9448 * sysdeps/unix/sysv/linux/alpha/bits/stat.h: Likewise.
9449 * sysdeps/unix/sysv/linux/ia64/bits/stat.h: Likewise.
9450 * sysdeps/unix/sysv/linux/bits/stat.h: Likewise.
9451 * sysdeps/unix/sysv/linux/s390/bits/stat.h: Likewise.
9452 * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_UTIMENSAT.
9453 * io/sys/stat.h: Declare utimensat, futimens.
9454 * io/utimensat.c: New file.
9455 * io/futimens.c: New file.
9456 * sysdeps/unix/sysv/linux/utimensat.c: New file.
9457 * sysdeps/unix/sysv/linux/futimens.c: New file.
9458 * io/Makefile (routines): Add utimensat, futimens.
9459 * io/Versions: Add utimensat, futimens to GLIBC_2.6.
9460 * sysdeps/unix/sysv/linux/lutimes.c: New file.
9461 * sysdeps/unix/sysv/linux/futimes.c: Use utimensat syscall if
9462 available.
9463
9464 * include/sys/cdefs.h: Redefine __nonnull so that test for
9465 incorrect parameters in the libc code itself are not omitted.
9466
9467 2007-05-09 Jakub Jelinek <jakub@redhat.com>
9468
9469 * sysdeps/ia64/fpu/fraiseexcpt.c (feraiseexcept): Don't raise overflow
9470 exception in addition to inexact when asked to raise only FE_INEXACT.
9471
9472 [BZ #3427]
9473 * sysdeps/s390/fpu/feholdexcpt.c (feholdexcept): Don't clear exceptions
9474 in *envp.
9475
9476 2007-05-07 Ulrich Drepper <drepper@redhat.com>
9477
9478 [BZ #4403]
9479 * string/strfry.c (strfry): Make result more random.
9480
9481 2007-05-07 Richard Henderson <rth@redhat.com>
9482
9483 * sysdeps/alpha/fpu/bits/mathinline.h (__isnanl): Don't define
9484 if __NO_LONG_DOUBLE_MATH.
9485 * sysdeps/unix/sysv/linux/alpha/ioperm.c: If BWX insns not
9486 available in the compiler, add .arch directive to the assembly.
9487
9488 2007-05-07 Jakub Jelinek <jakub@redhat.com>
9489
9490 * sysdeps/alpha/fpu/s_nearbyint.c (nearbyintl): Fix version on
9491 compat_symbol to GLIBC_2_1.
9492 * sysdeps/alpha/fpu/s_fmin.S (fminl): Likewise.
9493 * sysdeps/alpha/fpu/s_trunc.c (truncl): Likewise.
9494 * sysdeps/alpha/fpu/s_fmax.S (fmaxl): Likewise.
9495 * sysdeps/alpha/fpu/s_lrint.c (lrintl, llrintl): Likewise.
9496 * sysdeps/alpha/fpu/s_lround.c (lroundl, llroundl): Likewise.
9497 * sysdeps/alpha/fpu/s_round.c (roundl): Likewise.
9498 * sysdeps/alpha/fpu/s_isnan.c (isnanl): Provide compat_symbol in
9499 libc, not libm.
9500 (__isnanl): New compat_symbol.
9501
9502 2007-05-07 Ulrich Drepper <drepper@redhat.com>
9503 Jakub Jelinek <jakub@redhat.com>
9504
9505 * malloc/arena.c (heap_info): Add mprotect_size field, adjust pad.
9506 (new_heap): Initialize mprotect_size.
9507 (grow_heap): When growing, only mprotect from mprotect_size till
9508 new_size if mprotect_size is smaller. When shrinking, use PROT_NONE
9509 MMAP for __libc_enable_secure only, otherwise use MADV_DONTNEED.
9510
9511 2007-04-30 Steven Munroe <sjmunroe@us.ibm.com>
9512 Peter Bergner <bergner@us.ibm.com>
9513
9514 * sysdeps/powerpc/bits/fenv.h: Declare __fe_mask_env extern.
9515 Define FE_NOMASK_ENV as FE_EANBLED_ENV. Define FE_MASK_ENV.
9516 * sysdeps/powerpc/fpu/Makefile: Add fe_mask to libm-support.
9517 * sysdeps/powerpc/fpu/fe_mask.c: New file.
9518 * sysdeps/powerpc/fpu/fe_nomask.c: Correct comment.
9519 * sysdeps/powerpc/fpu/fedisblxcpt.c (fedisableexcept):
9520 Call __fe_mask_env() if all FP exceptions disabled.
9521 * sysdeps/powerpc/fpu/feholdexcpt.c (feholdexcept): Copy high 32-bits
9522 from old FPSCR to new fenv to propagate DFP rounding modes.
9523 Call __fe_mask_env() if FP exceptions previously enabled.
9524 * sysdeps/powerpc/fpu/fesetenv.c (fesetenv): Change mask to merge
9525 exceptions from env. Use __fe_nomask_env() or __fe_mask_env() when
9526 transitioning from all exceptions disabled to any exception enabled
9527 or visa versa.
9528 * sysdeps/powerpc/fpu/feupdateenv.c (__feupdateenv): Change mask to
9529 merge exceptions from env. Call __fe_nomask_env or __fe_mask_env
9530 when transitioning from all exceptions disabled to any exception
9531 enabled or visa versa.
9532 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fe_nomask.c: Moved to...
9533 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c: ...here.
9534 * sysdeps/unix/sysv/linux/powerpc/powerpc64/fe_nomask.c: Moved to...
9535 * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c: ...here.
9536 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_mask.c: New file.
9537 * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c: New file.
9538
9539 2007-05-06 Ulrich Drepper <drepper@redhat.com>
9540
9541 [BZ #4465]
9542 * posix/unistd.h: Remove __THROW from fdatasync.
9543
9544 2007-05-06 Mike Frysinger <vapier@gentoo.org>
9545
9546 [BZ #4465]
9547 * sysdeps/unix/sysv/linux/syscalls.list (fdatasync): Add "C" to args.
9548
9549 2007-05-06 Ulrich Drepper <drepper@redhat.com>
9550
9551 * stdio-common/vfprintf.c (process_string_arg): Optimize
9552 ridiculous precision in wide char code printing multi-byte string.
9553 Reported by Jim Meyering <jim@meyering.net>.
9554
9555 [BZ #4131]
9556 * elf/dl-addr.c (_dl_addr): Compare address with actual segment
9557 boundaries to work around systems with overlapping binary loading.
9558 Based on a patch by Suzuki <suzuki@in.ibm.com>.
9559
9560 2007-05-04 Ulrich Drepper <drepper@redhat.com>
9561
9562 * stdio-common/vfprintf.c (process_string_arg): Adjust call to
9563 __mbsnrtowcs after last change.
9564
9565 * locale/programs/linereader.c (get_symname): Fix adding final NUL.
9566 (get_ident): Likewise.
9567
9568 2007-05-03 Jakub Jelinek <jakub@redhat.com>
9569
9570 * soft-fp/op-common.h (FP_TRUNC): Replace raising of FP_EX_INEXACT
9571 with setting the sticky bit.
9572 * math/test-misc.c (main): Add more truncation tests.
9573
9574 2007-04-14 Uros Bizjak <ubizjak@gmail.com>
9575
9576 * soft-fp/floatunsidf.c (__floatunsidf): Use DFtype instead of
9577 double in the function declaration.
9578 * soft-fp/floatundidf.c (__floatundidf): Use DFtype instead of
9579 double in the function declaration.
9580 * soft-fp/floatunsisf.c (__floatunsisf): Use SFtype instead of
9581 float in the function declaration.
9582 * soft-fp/floatunsisf.c (__floatunsisf): Use SFtype instead of
9583 float in the function declaration.
9584
9585 * soft-fp/extended.h (FP_UNPACK_RAW_E): Do not increase X##_e for
9586 denormal operands. Do not generate FP_EX_DENORM exception.
9587 (FP_UNPACK_RAW_EP): Ditto.
9588 (FP_UNPACK_SEMIRAW_E): Use FP_UNPACK_RAW_E instead of
9589 undefined _FP_UNPACK_RAW_E.
9590 (FP_UNPACK_SEMIRAW_EP): Use FP_UNPACK_RAW_EP instead of
9591 undefined _FP_UNPACK_RAW_EP.
9592 (FP_PACK_SEMIRAW_E): Use FP_PACK_RAW_E instead of
9593 undefined _FP_PACK_RAW_E.
9594 (FP_PACK_SEMIRAW_EP): Use FP_PACK_RAW_EP instead of
9595 undefined _FP_PACK_RAW_EP.
9596
9597 * soft-fp/op-2.h (_FP_FRAC_COPY_2_2): Define as alias to
9598 _FP_FRAC_COPY_2.
9599 * soft-fp/op-4.h (_FP_FRAC_COPY_2_2): Define as alias to
9600 _FP_FRAC_COPY_4.
9601
9602 2007-04-16 Uros Bizjak <ubizjak@gmail.com>
9603 Jakub Jelinek <jakub@redhat.com>
9604
9605 * soft-fp/op-common.h (FP_EXTEND): Do not abort when
9606 _FP_EXPBIAS_##dfs == _FP_EXPBIAS_##sfs. Handle denormals for
9607 this case.
9608 * soft-fp/op-common.h (FP_TRUNC): Ditto.
9609
9610 2007-05-03 Jakub Jelinek <jakub@redhat.com>
9611
9612 * math/test-misc.c (main): Add tests for rounding long double
9613 values close to smallest double denormalized value to double.
9614
9615 2007-04-30 Joseph Myers <joseph@codesourcery.com>
9616
9617 * soft-fp/op-common.h (FP_TRUNC): Correct off-by-one error in
9618 condition for truncating to 0. Set sticky bit for such
9619 truncation.
9620
9621 2007-05-02 Jakub Jelinek <jakub@redhat.com>
9622
9623 * stdio-common/vfprintf.c (process_string_arg): Use a VLA rather than
9624 fixed length array for ignore.
9625
9626 2007-04-30 Ulrich Drepper <drepper@redhat.com>
9627
9628 [BZ #4438]
9629 * stdio-common/vfprintf.c (process_string_arg): Don't overflow the
9630 stack for large precisions.
9631 * stdio-common/test-vfprintf.c (main): Add test for large
9632 precision.
9633
9634 2007-04-30 Jakub Jelinek <jakub@redhat.com>
9635
9636 * stdio-common/printf_fp.c (___printf_fp): Don't print negative sign
9637 for exponent 0.
9638 * stdio-common/tfformat.c (sprint_doubles): Add a new test.
9639
9640 [BZ #4439]
9641 * resolv/inet_ntop.c (inet_ntop4): Take terminating '\0' into
9642 account in the size check.
9643 * resolv/tst-inet_ntop.c: New test.
9644 * resolv/Makefile (tests): Add tst-inet_ntop.
9645
9646 2007-04-30 Ulrich Drepper <drepper@redhat.com>
9647 Jakub Jelinek <jakub@redhat.com>
9648
9649 [BZ #4349]
9650 * malloc/malloc.c: Keep separate list for first blocks on the bin
9651 lists with a given size. This helps skipping over list elements
9652 we know won't fit in two places.
9653 Inspired by a patch by Tomash Brechko <tomash.brechko@gmail.com>.
9654
9655 2007-04-28 Ulrich Drepper <drepper@redhat.com>
9656
9657 [BZ #4102]
9658 * sysdeps/posix/getaddrinfo.c (default_labels): Assign separate
9659 label to Teredo tunnel addresses 2001://32.
9660
9661 2007-04-27 Ulrich Drepper <drepper@redhat.com>
9662
9663 * locale/programs/ld-collate.c (collate_read): Allow order_start
9664 after copy.
9665
9666 * locale/programs/ld-collate.c (collate_read): Fix printing of
9667 error message.
9668
9669 [BZ #3213]
9670 * locale/C-translit.h.in: Add entry for U2044.
9671
9672 [BZ #4342]
9673 * stdio-common/vfscanf.c (_IO_vfscanf_internal): Allow
9674 hexa-decimal floats without exponent.
9675 * stdio-common/tstscanf.c (main): Adjust Test 8 test for success.
9676
9677 2007-04-25 Ulrich Drepper <drepper@redhat.com>
9678
9679 * sysdeps/unix/sysv/linux/bits/sched.h: Declare sched_getcpu.
9680 * sysdeps/unix/sysv/linux/sched_getcpu.c: New file.
9681 * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S: New file.
9682 * sysdeps/unix/sysv/linux/Versions: Export sched_getcpu for
9683 GLIBC_2.6.
9684 * sysdeps/unix/sysv/linux/Makefile [subdir=posix] (sysdep_routines):
9685 Add sched_getcpu.
9686
9687 2007-04-25 Jakub Jelinek <jakub@redhat.com>
9688
9689 * sysdeps/unix/sysv/linux/check_pf.c (make_request): Return -1 instead
9690 of 0 after the out_fail label.
9691
9692 2007-04-25 Ulrich Drepper <drepper@redhat.com>
9693
9694 [BZ #4406]
9695 * iconv/gconv_charset.h (strip): Allow ':'.
9696 * iconv/iconv_open.c (iconv_open): Adjust comment.
9697
9698 2007-04-25 Jakub Jelinek <jakub@redhat.com>
9699
9700 * libio/bits/stdio.h (fgetc_unlocked): Add extern inline optimized
9701 version.
9702
9703 2007-04-23 Jakub Jelinek <jakub@redhat.com>
9704
9705 [BZ #4381]
9706 * nss/nss_files/files-hosts.c (HOST_DB_LOOKUP): Ensure sufficient
9707 alignment of buffer and tmp_buffer.
9708 * nis/nss_nis/nis-hosts.c (internal_nis_gethostent_r,
9709 internal_gethostbyname2_r, _nss_nis_gethostbyaddr_r): Ensure sufficient
9710 alignment of buffer.
9711 * resolv/nss_dns/dns-hosts.c (getanswer_r): Likewise. Handle buflen
9712 bigger than INT_MAX.
9713 * resolv/nss_dns/dns-network.c (getanswer_r): Likewise. Add errnop and
9714 h_errnop arguments. Fail if buflen is too small.
9715 (_nss_dns_getnetbyname_r, _nss_dns_getnetbyaddr_r): Adjust callers.
9716
9717 2007-04-23 Jakub Jelinek <jakub@redhat.com>
9718
9719 [BZ #4405]
9720 * iconvdata/gconv-modules (E13B): Add a missing slash to the alias
9721 name. Patch by Aurelien Jarno <aurelien@aurel32.net>.
9722
9723 2007-04-22 Roland McGrath <roland@redhat.com>
9724
9725 * elf/elf.h (NT_PRXFPREG): New macro.
9726
9727 2007-04-19 Andreas Jaeger <aj@suse.de>
9728
9729 [BZ #3905]
9730 * bits/in.h (IPV6_ROUTER_ALERT, IPV6_MTU_DISCOVER, IPV6_MTU,
9731 IPV6_RECVERR, IPV6_V6ONLY, IPV6_JOIN_ANYCAST, IPV6_LEAVE_ANYCAST):
9732 Added.
9733
9734 2007-04-19 Ulrich Drepper <drepper@redhat.com>
9735
9736 * include/sys/mman.h: Mark madvise hidden.
9737 * misc/madvise.c: Add libc_hidden_def.
9738
9739 2007-04-06 Jakub Jelinek <jakub@redhat.com>
9740
9741 * nis/nis_domain_of.c (__nis_domain_of): New function.
9742 * include/rpcsvc/nislib.h (__nis_domain_of): New prototype.
9743 * nis/nis_lookup.c (nis_lookup): Use __nis_domain_of.
9744 * nis/nis_call.c (rec_dirsearch): Likewise.
9745 (first_shoot): Likewise. Remove search_parent_first argument.
9746 (struct nis_server_cache): Rename search_parent_first field
9747 to search_parent.
9748 (nis_server_cache_search, nis_server_cache_add): Rename
9749 search_parent_first argument to search_parent.
9750 (__nisfind_server): Likewise. If search_parent, call
9751 __nis_domain_of.
9752
9753 2007-04-18 Ulrich Drepper <drepper@redhat.com>
9754
9755 * sysdeps/posix/getaddrinfo.c: Remove commented-out code.
9756
9757 2007-04-17 Ulrich Drepper <drepper@redhat.com>
9758
9759 [BZ #4368]
9760 * stdlib/stdlib.h: Remove obsolete part of comment for realpath.
9761
9762 2007-04-16 Ulrich Drepper <drepper@redhat.com>
9763
9764 [BZ #4364]
9765 * posix/unistd.h (_XOPEN_VERSION): Define appropriately for SUSv3.
9766
9767 2007-04-15 Jakub Jelinek <jakub@redhat.com>
9768
9769 * locale/programs/locarchive.c (INITIAL_NUM_NAMES,
9770 INITIAL_SIZE_STRINGS, INITIAL_NUM_LOCREC): Update to accomodate
9771 current number of locales in SUPPORTED.
9772 (create_archive): Initialize serial.
9773 (enlarge_archive): Preserve aliases rather than duplicating
9774 their locrecs.
9775
9776 2007-04-13 Jakub Jelinek <jakub@redhat.com>
9777
9778 * libio/genops.c (_IO_default_finish): Call _IO_lock_fini
9779 after _IO_un_link, not before it.
9780
9781 * stdio-common/printf_fp.c (___printf_fp): Fix exponent -4
9782 special case handling when wcp == wstartp + 1. Fix a comment typo.
9783 * stdio-common/tfformat.c (sprint_doubles): Add a new testcase.
9784
9785 2007-03-30 Jakub Jelinek <jakub@redhat.com>
9786
9787 * libio/libio.h (__underflow, __uflow, __overflow, __wunderflow,
9788 __wuflow, __woverflow, _IO_getc, _IO_putc, _IO_peekc_locked, _IO_padn,
9789 _IO_sgetn, _IO_seekoff, _IO_seekpos, _IO_getwc, _IO_putwc, _IO_wpadn):
9790 Remove __THROW.
9791 * libio/fileops.c (new_do_write, _IO_file_xsgetn_mmap,
9792 _IO_file_xsgetn_maybe_mmap): Likewise.
9793 * libio/oldfileops.c (old_do_write): Likewise.
9794 * libio/libioP.h (_IO_switch_to_get_mode, _IO_switch_to_wget_mode,
9795 _IO_init_marker, _IO_init_wmarker, _IO_default_uflow,
9796 _IO_wdefault_uflow, _IO_default_setbuf, _IO_default_seekpos,
9797 _IO_do_write, _IO_new_do_write, _IO_old_do_write, _IO_wdo_write,
9798 _IO_flush_all_lockp, _IO_flush_all, _IO_cleanup,
9799 _IO_flush_all_linebuffered, _IO_new_fgetpos, _IO_old_fgetpos,
9800 _IO_new_fsetpos, _IO_old_fsetpos, _IO_new_fgetpos64,
9801 _IO_old_fgetpos64, _IO_new_fsetpos64, _IO_old_fsetpos64,
9802 _IO_file_setbuf, _IO_file_seekoff, _IO_file_xsputn, _IO_file_xsgetn,
9803 _IO_file_underflow, _IO_file_underflow_mmap,
9804 _IO_file_underflow_maybe_mmap, _IO_file_overflow, _IO_file_attach,
9805 _IO_file_open, _IO_file_fopen, _IO_file_write, _IO_file_read,
9806 _IO_file_sync, _IO_file_close_it, _IO_file_finish,
9807 _IO_new_file_attach, _IO_new_file_close_it, _IO_new_file_finish,
9808 _IO_new_file_fopen, _IO_new_file_setbuf, _IO_file_setbuf_mmap,
9809 _IO_new_file_sync, _IO_new_file_underflow, _IO_new_file_overflow,
9810 _IO_new_file_seekoff, _IO_new_file_write, _IO_new_file_xsputn,
9811 _IO_old_file_setbuf, _IO_old_file_seekoff, _IO_old_file_xsputn,
9812 _IO_old_file_underflow, _IO_old_file_overflow, _IO_old_file_attach,
9813 _IO_old_file_fopen, _IO_old_file_write, _IO_old_file_sync,
9814 _IO_old_file_close_it, _IO_old_file_finish, _IO_wfile_xsputn,
9815 _IO_wfile_setbuf, _IO_wfile_sync, _IO_wfile_underflow,
9816 _IO_wfile_overflow, _IO_wfile_seekoff, _IO_old_proc_open,
9817 _IO_old_proc_close, _IO_getdelim, _IO_flush_all_internal,
9818 _IO_adjust_column_internal, _IO_default_uflow_internal,
9819 _IO_default_xsgetn_internal, _IO_wdefault_xsputn_internal,
9820 _IO_wdefault_xsgetn_internal, _IO_wdefault_uflow_internal,
9821 _IO_file_setbuf_internal, _IO_file_seekoff_internal,
9822 _IO_file_xsputn_internal, _IO_file_xsgetn_internal,
9823 _IO_file_close_it_internal, _IO_file_underflow_internal,
9824 _IO_file_overflow_internal, _IO_file_attach_internal,
9825 _IO_file_fopen_internal, _IO_file_sync_internal,
9826 _IO_file_finish_internal, _IO_wfile_xsputn_internal,
9827 _IO_wfile_seekoff_internal, _IO_wfile_sync_internal,
9828 _IO_switch_to_wget_mode_internal, _IO_padn_internal,
9829 _IO_switch_to_get_mode_internal, _IO_seekoff_unlocked,
9830 _IO_seekpos_unlocked): Likewise.
9831 (_IO_strtod, _IO_dtoa, _IO_outfloat, _IO_read, _IO_write,
9832 _IO_lseek, _IO_close, _IO_fstat): Remove unused prototypes.
9833
9834 2007-04-16 Jakub Jelinek <jakub@redhat.com>
9835
9836 * locale/programs/locarchive.c (show_archive_content): Fix sizeof
9837 argument in xmalloc size computation.
9838
9839 2007-04-01 Jakub Jelinek <jakub@redhat.com>
9840
9841 * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl): Use
9842 math_opt_barrier and math_force_eval macros.
9843
9844 2007-03-27 Jakub Jelinek <jakub@redhat.com>
9845
9846 [BZ #3306]
9847 * math/math_private.h (math_opt_barrier, math_force_eval): Define.
9848 * sysdeps/i386/fpu/math_private.h: New file.
9849 * sysdeps/x86_64/fpu/math_private.h: New file.
9850 * math/s_nexttowardf.c (__nexttowardf): Use math_opt_barrier and
9851 math_force_eval macros. Use "+m" constraint on asm rather than
9852 "=m" and "m".
9853 * math/s_nextafter.c (__nextafter): Likewise.
9854 * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c (__nexttoward):
9855 Likewise.
9856 * sysdeps/ieee754/flt-32/s_nextafterf.c (__nextafterf): Likewise.
9857 * sysdeps/ieee754/ldbl-128/s_nexttoward.c (__nexttoward): Likewise.
9858 * sysdeps/ieee754/ldbl-96/s_nexttoward.c (__nexttoward): Likewise.
9859 * sysdeps/i386/fpu/s_nextafterl.c (__nextafterl): Use
9860 math_opt_barrier and math_force_eval macros.
9861 * sysdeps/ieee754/ldbl-128/s_nextafterl.c (__nextafterl): Likewise.
9862 * sysdeps/ieee754/ldbl-96/s_nextafterl.c (__nextafterl): Likewise.
9863 * sysdeps/i386/fpu/s_nexttoward.c: Include float.h.
9864 (__nexttoward): Use math_opt_barrier and
9865 math_force_eval macros. Use "+m" constraint on asm rather than
9866 "=m" and "m". Only use asm to force double result if
9867 FLT_EVAL_METHOD is 2.
9868 * sysdeps/i386/fpu/s_nexttowardf.c: Include float.h.
9869 (__nexttowardf): Use math_opt_barrier and
9870 math_force_eval macros. Use "+m" constraint on asm rather than
9871 "=m" and "m". Only use asm to force double result if
9872 FLT_EVAL_METHOD is not 0.
9873 * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c: Include float.h.
9874 (__nexttowardf): Use math_opt_barrier and
9875 math_force_eval macros. If FLT_EVAL_METHOD is not 0, force
9876 x to float using asm.
9877 * sysdeps/ieee754/ldbl-opt/s_nexttowardfd.c: Include float.h.
9878 (__nldbl_nexttowardf): Use math_opt_barrier and
9879 math_force_eval macros. If FLT_EVAL_METHOD is not 0, force
9880 x to float using asm.
9881 * sysdeps/ieee754/ldbl-96/s_nexttowardf.c: Include float.h.
9882 (__nexttowardf): Use math_opt_barrier and math_force_eval
9883 macros. If FLT_EVAL_METHOD is not 0, force x to float using asm.
9884 * math/bug-nextafter.c (zero, inf): New variables.
9885 (main): Add new tests.
9886 * math/bug-nexttoward.c (zero, inf): New variables.
9887 (main): Add new tests.
9888
9889 2007-03-22 Jakub Jelinek <jakub@redhat.com>
9890
9891 [BZ #3427]
9892 * sysdeps/x86_64/fpu/feholdexcpt.c (feholdexcept): Clear all
9893 exceptions both in SW and MXCSR.
9894 * sysdeps/x86_64/fpu/feupdateenv.c: New file.
9895 * sysdeps/x86_64/fpu/feenablxcpt.c (feenableexcept): Remove dead code.
9896 * sysdeps/x86_64/fpu/fedisblxcpt.c (fedisableexcept): Likewise.
9897 * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Clear all exceptions
9898 in MXCSR if SSE is available.
9899 * sysdeps/i386/fpu/feupdateenv.c: Include unistd.h, dl-procinfo.h
9900 and ldsodefs.h.
9901 (__feupdateenv): Query exceptions also from MXCSR if SSE is available.
9902 Fix comment typo.
9903 * sysdeps/ia64/fpu/feholdexcpt.c (feholdexcept): Clear all exceptions.
9904 Return 0 rather than 1.
9905 * sysdeps/ia64/fpu/feupdateenv.c (feupdateenv): Fix comment typo.
9906 Remove incorrect part of a comment. Fix argument to feraiseexcept.
9907 * math/test-fenv.c (feholdexcept_tests): New function.
9908 (main): Call it.
9909
9910 2007-01-05 Richard B. Kreckel <kreckel@ginac.de>
9911
9912 [BZ #3427]
9913 * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Clear all exceptions
9914 in SW.
9915
9916 2007-04-13 Jakub Jelinek <jakub@redhat.com>
9917
9918 [BZ #4344]
9919 * elf/ldconfig.c (search_dir): Fix 2 off-by-2 errors.
9920 Reported by David Anderson <davea42@earthlink.net>.
9921
9922 2007-04-07 Ulrich Drepper <drepper@redhat.com>
9923
9924 * posix/sys/wait.h: Remove unnecessary forward declaration.
9925
9926 2007-04-05 Jakub Jelinek <jakub@redhat.com>
9927
9928 * nis/nis_call.c (__nisfind_server): Replace (*dir)->do_servers
9929 with obj->do_servers after first_shoot.
9930
9931 2007-04-03 Ulrich Drepper <drepper@redhat.com>
9932
9933 * posix/Makefile (routines): Add sched_cpucount.
9934 (tests): Add tst-cpucount.
9935 * posix/sched_cpucount.c: New file.
9936 * posix/tst-cpucount.c: New file.
9937 * posix/Versions: Export __sched_cpucount with version GLIBC_2.6.
9938 * bits/sched.h: Define __CPU_COUNT. Declare __sched_cpucount.
9939 * sysdeps/unix/sysv/linux/bits/sched.h: Likewise.
9940 * posix/sched.h: Define CPU_COUNT.
9941
9942 2007-03-27 Jakub Jelinek <jakub@redhat.com>
9943
9944 * posix/fnmatch.c (STRUCT): Define.
9945 (fnmatch): Pass NULL as last argument to internal_fn{,w}match.
9946 * posix/fnmatch_loop.c (struct STRUCT): New type.
9947 (FCT): Add ends argument. If ends != NULL and normal * is
9948 seen in the pattern, store current pattern and string pointers
9949 and return. Adjust recursive calls.
9950 (EXT): Adjust FCT callers.
9951 (STRUCT): Undef at the end of the file.
9952 * posix/Makefile (tests): Add tst-fnmatch2.
9953 * posix/tst-fnmatch2.c: New test.
9954
9955 2007-04-01 Jakub Jelinek <jakub@redhat.com>
9956
9957 * sysdeps/ia64/fpu/fesetround.c (fesetround): Return 0 on success
9958 and 1 on failure.
9959
9960 * sysdeps/unix/sysv/linux/sync_file_range.c (sync_file_range):
9961 Change last argument to unsigned int.
9962
9963 2007-03-23 Jakub Jelinek <jakub@redhat.com>
9964
9965 * scripts/check-local-headers.sh: Filter out sys/capability.h.
9966
9967 2007-03-22 Jakub Jelinek <jakub@redhat.com>
9968
9969 * config.h.in (HAVE_LIBCAP): Add.
9970 * nscd/selinux.h: Include sys/capability.h rather than non-existent
9971 sys/capabilities.h.
9972 * nscd/selinux.c (preserve_capabilities): Use cap_free instead of
9973 free_caps. Cast away const from 4th cap_set_flag argument.
9974
9975 2007-03-26 Ulrich Drepper <drepper@redhat.com>
9976
9977 * sysdeps/unix/sysv/linux/Versions: Move sync_file_range to
9978 GLIBC_2.6.
9979 * sysdeps/unix/sysv/linux/Makefile [subdir=io] (sysdep_routines):
9980 Add sync_file_range.
9981 Reported by Atsushi Nemoto <anemo@mba.ocn.ne.jp>.
9982
9983 2007-03-19 Steven Munroe <sjmunroe@us.ibm.com>
9984
9985 * sysdeps/powerpc/bits/atomic.h
9986 [!MUTEX_HINT_ACQ]: Define MUTEX_HINT_ACQ.
9987 [!MUTEX_HINT_REL]: Define MUTEX_HINT_REL.
9988 (__arch_compare_and_exchange_val_32_acq): Add MUTEX_HINT_ACQ to lwarx.
9989 (__arch_compare_and_exchange_val_32_rel): Add MUTEX_HINT_REL to lwarx.
9990 (__arch_atomic_exchange_val_32_acq): Add MUTEX_HINT_ACQ to lwarx.
9991 (__arch_atomic_exchange_rel_32_rel): Add MUTEX_HINT_REL to lwarx.
9992 * sysdeps/powerpc/powerpc32/bits/atomic.h [_ARCH_PWR6 || _ARCH_PWR6X]:
9993 Define MUTEX_HINT_ACQ as ",1" and MUTEX_HINT_REL as ",0".
9994 (__arch_compare_and_exchange_bool_32_acq): Add MUTEX_HINT_ACQ to lwarx.
9995 (__arch_compare_and_exchange_bool_32_rel): Add MUTEX_HINT_REL to lwarx.
9996 * sysdeps/powerpc/powerpc64/bits/atomic.h [_ARCH_PWR6 || _ARCH_PWR6D]:
9997 Define MUTEX_HINT_ACQ as ",1" and MUTEX_HINT_REL as ",0".
9998 (__arch_compare_and_exchange_bool_32_acq): Add MUTEX_HINT_ACQ to lwarx.
9999 (__arch_compare_and_exchange_bool_32_rel): Add MUTEX_HINT_REL to lwarx.
10000 (__arch_compare_and_exchange_bool_64_acq): Add MUTEX_HINT_ACQ to lwarx.
10001 (__arch_compare_and_exchange_bool_64_rel): Add MUTEX_HINT_REL to lwarx.
10002 (__arch_compare_and_exchange_val_64_acq): Add MUTEX_HINT_ACQ to lwarx.
10003 (__arch_compare_and_exchange_val_64_rel): Add MUTEX_HINT_REL to lwarx.
10004 (__arch_atomic_exchange_val_64_acq): Add MUTEX_HINT_ACQ to lwarx.
10005 (__arch_atomic_exchange_rel_64_rel): Add MUTEX_HINT_REL to lwarx.
10006
10007 2007-03-20 Jakub Jelinek <jakub@redhat.com>
10008
10009 * sysdeps/unix/sysv/linux/powerpc/libc-start.c
10010 (__cache_line_size): Define the variable here. Add
10011 attribute_hidden, remove weak_extern.
10012 (__libc_start_main): Set __cache_line_size
10013 unconditionally.
10014 * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c
10015 (__cache_line_size): Define the variable here. Add
10016 attribute_hidden, remove weak_extern.
10017 (DL_PLATFORM_AUXV): Set __cache_line_size
10018 unconditionally.
10019 * sysdeps/powerpc/powerpc32/dl-machine.c (__cache_line_size): Remove
10020 weak_extern, add attribute_hidden.
10021 (__elf_machine_runtime_setup): Assume __cache_line_size is always
10022 defined in ld.so.
10023 * sysdeps/powerpc/powerpc32/memset.S (__cache_line_size): Remove
10024 definition.
10025 * sysdeps/powerpc/powerpc64/memset.S (__cache_line_size): Likewise.
10026
10027 2007-03-26 Jakub Jelinek <jakub@redhat.com>
10028
10029 [BZ #4276]
10030 * timezone/africa: Update from tzdata2007d.
10031 * timezone/asia: Likewise.
10032 * timezone/australasia: Likewise.
10033 * timezone/backward: Likewise.
10034 * timezone/europe: Likewise.
10035 * timezone/iso3166.tab: Likewise.
10036 * timezone/leapseconds: Likewise.
10037 * timezone/northamerica: Likewise.
10038 * timezone/southamerica: Likewise.
10039 * timezone/zone.tab: Likewise.
10040
10041 * timezone/private.h: Update from tzcode2007d.
10042 * timezone/zdump.c: Likewise.
10043 * timezone/zic.c: Likewise.
10044
10045 2007-03-21 Jakub Jelinek <jakub@redhat.com>
10046
10047 * nis/nis_call.c: Include bits/libc-lock.h, sys/stat.h, unistd.h.
10048 (nis_server_cache, nis_server_cache_lock, nis_cold_start_mtime): New
10049 variables.
10050 (nis_server_cache_search, nis_server_cache_add): New functions.
10051 (__nisfind_server): Use them. Add dbp and flags argument, if
10052 call __nisbind_create.
10053 (__nisbind_create): Add server_used and current_ep arguments,
10054 only call __nis_findfastest if server_used is ~0.
10055 (__do_niscall2, __prepare_niscall): Adjust callers.
10056 (ckey_cache, ckey_cache_size, ckey_cache_allocated, ckey_cache_pid,
10057 ckey_cache_euid, ckey_cache_lock): New variables.
10058 (get_ckey): New function.
10059 (__nisbind_connect): If not dbp->use_udp, pass IPPROTO_TCP to
10060 __pmap_getnisport. Save __pmap_getnisport result in
10061 dbp->addr.sin_port if non-zero. Use get_ckey to create conversation
10062 key.
10063 * nis/nis_lookup.c (nis_lookup): Likewise.
10064 * nis/nis_table.c (nis_list): Likewise.
10065 * nis/rpcsvc/nislib.h (__nisbind_create, __nisfind_server): Adjust
10066 prototypes.
10067
10068 * nis/nss_nisplus/nisplus-pwd.c (_nss_nisplus_getpwnam_r,
10069 _nss_nisplus_getpwuid_r): Pass USE_DGRAM flag to nis_list.
10070 * nis/nss_nisplus/nisplus-service.c (_nss_nisplus_getservbyname_r,
10071 _nss_nisplus_getservbyport_r): Likewise.
10072 * nis/nss_nisplus/nisplus-network.c (_nss_nisplus_getnetbyname_r,
10073 _nss_nisplus_getnetbyaddr_r): Likewise.
10074 * nis/nss_nisplus/nisplus-spwd.c (_nss_nisplus_getspnam_r): Likewise.
10075 * nis/nss_nisplus/nisplus-ethers.c (_nss_nisplus_gethostton_r,
10076 _nss_nisplus_getntohost_r): Likewise.
10077 * nis/nss_nisplus/nisplus-rpc.c (_nss_nisplus_getrpcbyname_r,
10078 _nss_nisplus_getrpcbynumber_r): Likewise.
10079
10080 2007-03-20 Jakub Jelinek <jakub@redhat.com>
10081
10082 * configure.in (libc_cv_gnu89_inline): Only do compile test.
10083 * configure: Rebuilt.
10084
10085 * soft-fp/double.h (_FP_UNION_D): Use _FP_W_TYPE for frac
10086 bit-fields.
10087 * soft-fp/extended.h (_FP_UNION_E): Likewise.
10088
10089 2006-06-07 Joseph Myers <joseph@codesourcery.com>
10090
10091 [BZ #2831]
10092 * soft-fp/quad.h (_FP_UNION_Q): Use _FP_W_TYPE for frac
10093 bit-fields.
10094
10095 2007-03-18 Jakub Jelinek <jakub@redhat.com>
10096
10097 * nscd/gai.c: Include alloca.h.
10098 (__libc_use_alloca): Define.
10099
10100 2007-03-16 Jakub Jelinek <jakub@redhat.com>
10101
10102 * elf/dl-open.c (dl_open_worker): Declare l in 2 different
10103 smaller scopes.
10104 * elf/dl-dst.h (DL_DST_REQ_STATIC): Add l as macro argument.
10105 (DL_DST_REQUIRED): Adjust user.
10106
10107 * include/dlfcn.h (struct link_map): New forward decl.
10108
10109 * inet/getnameinfo.c: Include stddef.h.
10110 (getnameinfo): Use offsetof.
10111
10112 * time/tst-mktime2.c (do_test): Don't rely on signed wrap.
10113
10114 * stdio-common/vfprintf.c (_itoa): Undef before redefining.
10115
10116 * string/strerror_l.c: Include stdlib.h.
10117
10118 * configure.in (libc_cv_gnu89_inline): Test for -fgnu89-inline.
10119 * config.make.in (gnu89-inline-CFLAGS): New variable.
10120 * Makeconfig (CFLAGS): Use $(gnu89-inline-CFLAGS) together with
10121 -std=gnu99.
10122 * misc/sys/cdefs.h (__extern_inline, __extern_always_inline): Define.
10123 * argp/argp.h: Use it.
10124 * bits/mathinline.h: Likewise.
10125 * bits/sigset.h: Likewise.
10126 * bits/string.h: Likewise.
10127 * ctype/ctype.h: Likewise.
10128 * hurd/hurd.h: Likewise.
10129 * hurd/hurd/fd.h: Likewise.
10130 * hurd/hurd/port.h: Likewise.
10131 * hurd/hurd/signal.h: Likewise.
10132 * hurd/hurd/threadvar.h: Likewise.
10133 * hurd/hurd/userlink.h: Likewise.
10134 * io/sys/stat.h: Likewise.
10135 * libio/bits/stdio.h: Likewise.
10136 * libio/bits/stdio2.h: Likewise.
10137 * mach/lock-intern.h: Likewise.
10138 * mach/mach/mig_support.h: Likewise.
10139 * math/bits/cmathcalls.h: Likewise.
10140 * posix/bits/unistd.h: Likewise.
10141 * socket/bits/socket2.h: Likewise.
10142 * stdlib/bits/stdlib.h: Likewise.
10143 * stdlib/stdlib.h: Likewise.
10144 * string/argz.h: Likewise.
10145 * string/bits/string2.h: Likewise.
10146 * string/bits/string3.h: Likewise.
10147 * sysdeps/alpha/fpu/bits/mathinline.h: Likewise.
10148 * sysdeps/generic/inttypes.h: Likewise.
10149 * sysdeps/generic/machine-lock.h: Likewise.
10150 * sysdeps/generic/machine-sp.h: Likewise.
10151 * sysdeps/i386/fpu/bits/mathinline.h: Likewise.
10152 * sysdeps/i386/i486/bits/string.h: Likewise.
10153 * sysdeps/ia64/fpu/bits/mathinline.h: Likewise.
10154 * sysdeps/mach/alpha/machine-lock.h: Likewise.
10155 * sysdeps/mach/alpha/machine-sp.h: Likewise.
10156 * sysdeps/mach/i386/machine-lock.h: Likewise.
10157 * sysdeps/mach/powerpc/machine-lock.h: Likewise.
10158 * sysdeps/mach/powerpc/machine-sp.h: Likewise.
10159 * sysdeps/powerpc/fpu/bits/mathinline.h: Likewise.
10160 * sysdeps/s390/bits/string.h: Likewise.
10161 * sysdeps/s390/fpu/bits/mathinline.h: Likewise.
10162 * sysdeps/sparc/fpu/bits/mathinline.h: Likewise.
10163 * sysdeps/unix/bsd/bsd4.4/bits/socket.h: Likewise.
10164 * sysdeps/unix/sysv/linux/bits/sigset.h: Likewise.
10165 * sysdeps/unix/sysv/linux/bits/socket.h: Likewise.
10166 * sysdeps/unix/sysv/linux/sys/sysmacros.h: Likewise.
10167 * sysdeps/x86_64/fpu/bits/mathinline.h: Likewise.
10168 * wcsmbs/bits/wchar2.h: Likewise.
10169 * wcsmbs/wchar.h: Likewise.
10170 * stdlib/gmp.h: Likewise. Include <features.h> to get
10171 __extern_inline definition.
10172
10173 2007-03-15 Jakub Jelinek <jakub@redhat.com>
10174
10175 * locale/programs/ld-ctype.c (find_translit): Return NULL if ctype is
10176 NULL.
10177
10178 [BZ #3919]
10179 * math/libm-test.inc (log_test): Test -Inf and NaN.
10180 (log10_test, log1p_test, log2_test): Test -Inf.
10181 * sysdeps/i386/fpu/e_log.S (__ieee754_log): Don't raise
10182 FE_INVALID when argument is qNaN.
10183 * sysdeps/i386/fpu/e_logl.S (__ieee754_logl): Likewise.
10184 * sysdeps/i386/fpu/e_logf.S (__ieee754_logf): Likewise.
10185 * sysdeps/x86_64/fpu/e_logl.S (__ieee754_logl): Likewise.
10186 * sysdeps/x86_64/fpu/e_log10l.S (__ieee754_log10l): Replace
10187 andb $1, %ah with testb $1, %ah, don't test for parity, instead
10188 testb $4, %ah and jump if non-zero.
10189 * sysdeps/x86_64/fpu/e_log2l.S (__ieee754_log2l): Likewise.
10190 * sysdeps/x86_64/fpu/s_log1pl.S (__log1pl): Likewise.
10191
10192 [BZ #4101]
10193 * argp/argp-help.c (hol_cluster_cmp): Fix comparisons used to find
10194 ancestors with the same depths.
10195 Patch by Niels Moeller <nisse@lysator.liu.se>.
10196 (filter_doc): Don't crash if argp is NULL.
10197 * argp/Makefile (tests): Add tst-argp2.
10198 * argp/tst-argp2.c: New test.
10199
10200 [BZ #4130]
10201 * login/utmp_file.c (setutent_file): Use O_LARGEFILE for
10202 open_not_cancel_2.
10203 (updwtmp_file): Likewise.
10204
10205 [BZ #4181]
10206 * inet/inet6_opt.c (add_padding): Only insert padding if npad > 0.
10207 (inet6_opt_append): Don't check extlen is big enough if extbuf
10208 is NULL.
10209 (inet6_opt_finish): Likewise.
10210 * inet/Makefile (tests): Add test-inet6_opt.
10211 * inet/test-inet6_opt.c: New test.
10212
10213 * sysdeps/unix/sysv/linux/ifaddrs.c (__netlink_request): Never
10214 reallocate the buffer, instead fail for MSG_TRUNC or for EBUSY
10215 NLMSG_ERR. Instead use a page sized buffer.
10216 * sysdeps/unix/sysv/linux/check_pf.c (make_request): Use page sized
10217 buffer.
10218
10219 2007-03-14 Richard Henderson <rth@redhat.com>
10220
10221 * sysdeps/alpha/fpu/s_llround.c: New file.
10222 * sysdeps/alpha/fpu/s_llroundf.c: New file.
10223 * sysdeps/alpha/fpu/s_lround.c: New file.
10224 * sysdeps/alpha/fpu/s_lroundf.c: New file.
10225 * sysdeps/alpha/fpu/s_round.c: New file.
10226 * sysdeps/alpha/fpu/s_roundf.c: New file.
10227 * sysdeps/alpha/fpu/s_trunc.c: New file.
10228 * sysdeps/alpha/fpu/s_truncf.c: New file.
10229
10230 * sysdeps/alpha/fpu/s_ceil.c: Rewrite without branches.
10231 * sysdeps/alpha/fpu/s_ceilf.c: Likewise.
10232 * sysdeps/alpha/fpu/s_floor.c: Likewise.
10233 * sysdeps/alpha/fpu/s_floorf.c: Likewise.
10234 * sysdeps/alpha/fpu/s_rint.c: Likewise.
10235 * sysdeps/alpha/fpu/s_rintf.c: Likewise.
10236
10237 * sysdeps/alpha/fpu/s_fmax.S: New file.
10238 * sysdeps/alpha/fpu/s_fmaxf.S: New file.
10239 * sysdeps/alpha/fpu/s_fmin.S: New file.
10240 * sysdeps/alpha/fpu/s_fminf.S: New file.
10241 * sysdeps/alpha/fpu/s_isnan.c: New file.
10242 * sysdeps/alpha/fpu/s_isnanf.c: New file.
10243 * sysdeps/alpha/fpu/s_llrint.c: New file.
10244 * sysdeps/alpha/fpu/s_llrintf.c: New file.
10245 * sysdeps/alpha/fpu/s_lrint.c: New file.
10246 * sysdeps/alpha/fpu/s_lrintf.c: New file.
10247 * sysdeps/alpha/fpu/s_nearbyint.c: New file.
10248 * sysdeps/alpha/fpu/s_nearbyintf.c: New file.
10249
10250 * sysdeps/alpha/fpu/bits/mathinline.h (__floorf, __floor): Remove.
10251 (__fdimf, fdimf, __fdim, fdim): Remove.
10252 (__signbitf, __signbit, __signbitl): Use gcc builtin if available.
10253 (__isnanf, __isnan, __isnanl): New.
10254
10255 2007-03-13 Richard Henderson <rth@redhat.com>
10256
10257 * sysdeps/ieee754/ldbl-128/Makefile: New file.
10258
10259 2007-03-13 Richard Henderson <rth@redhat.com>
10260
10261 * sysdeps/alpha/Makefile (sysdep-CFLAGS): Force dynamic rounding.
10262 * sysdeps/alpha/fpu/bits/mathinline.h (__signbitl): New.
10263 * sysdeps/alpha/fpu/libm-test-ulps: Regenerate.
10264 * sysdeps/unix/sysv/linux/alpha/alphaev6/fpu/Implies: New file.
10265 * sysdeps/unix/sysv/linux/alpha/alphaev67/fpu/Implies: New file.
10266 * sysdeps/unix/sysv/linux/alpha/fpu/Implies: New file.
10267
10268 2007-03-13 Richard Henderson <rth@redhat.com>
10269
10270 * elf/dl-support.c (_dl_aux_init): Honor DL_PLATFORM_AUXV.
10271 * sysdeps/unix/sysv/linux/alpha/dl-auxv.h: New file.
10272 * sysdeps/unix/sysv/linux/alpha/dl-support.c: New file.
10273 * sysdeps/unix/sysv/linux/alpha/dl-sysdep.c (__libc_alpha_cache_shape):
10274 Move to dl-auxv.h; initialize instead of extern weak.
10275 (DL_PLATFORM_AUXV): Move to dl-auxv.h; don't test for undef
10276 weak symbol.
10277 * sysdeps/unix/sysv/linux/alpha/sysconf.c (__libc_alpha_cache_shape):
10278 Extern instead of initialized.
10279
10280 2007-03-13 Richard Henderson <rth@redhat.com>
10281
10282 * sysdeps/unix/sysv/linux/alpha/sigsuspend.S: Add support for
10283 __sigsuspend_nocancel.
10284
10285 2007-03-06 Ulrich Drepper <drepper@redhat.com>
10286
10287 * sysdeps/posix/getaddrinfo.c (get_scope): Correct test for
10288 172.16/12 address range.
10289
10290 2007-03-02 Jakub Jelinek <jakub@redhat.com>
10291
10292 * sysdeps/unix/sysv/linux/ifaddrs.c (__netlink_request): Retry with
10293 a new netlink socket if NLMSG_ERR -EBUSY is seen after some MSG_TRUNC
10294 message.
10295
10296 2007-03-01 Jakub Jelinek <jakub@redhat.com>
10297
10298 [BZ #4069]
10299 * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Check for NaN
10300 earlier.
10301 * math/libm-test.inc (pow_test): Add more tests involving NaNs.
10302
10303 * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Avoid invalid exception
10304 for x qNaN and y either +-inf or non-integer value.
10305 * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Likewise.
10306 * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.
10307 * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Likewise.
10308
10309 2007-02-10 Mike Frysinger <vapier@gentoo.org>
10310
10311 * sysdeps/unix/sysv/linux/sh/Makefile: Remove sys/io.h
10312 from sysdep_headers.
10313
10314 2007-02-28 Jakub Jelinek <jakub@redhat.com>
10315
10316 * time/tzfile.c (find_transition): Instead of a linear search try to
10317 guess the transition index, use a linear search if the result is at
10318 most 10 transitions away from the guess or binary search otherwise.
10319
10320 2007-02-27 Jakub Jelinek <jakub@redhat.com>
10321
10322 * sysdeps/unix/sysv/linux/ifaddrs.c (__netlink_request): Fix
10323 memory reallocation.
10324
10325 2007-02-21 Ulrich Drepper <drepper@redhat.com>
10326
10327 * stdlib/strtod_l.c (____STRTOF_INTERNAL): Add branch predictions
10328 and fix some typos.
10329 Optimize use of TOLOWER.
10330
10331 [BZ #3325]
10332 * sysdeps/i386/fpu/e_fmodf.S: Revert last changes, keep using fprem.
10333 * sysdeps/i386/fpu/e_fmodl.c: Likewise.
10334 * sysdeps/i386/fpu/e_fmod.S: Likewise.
10335
10336 [BZ #3458]
10337 * sysdeps/unix/sysv/linux/posix_madvise.c: New file.
10338 * sysdeps/unix/sysv/linux/syscalls.list: Remove posix_madvise entry.
10339
10340 [BZ #4076]
10341 * io/ftw.c (ftw_startup): Handle special case of FTW_CHDIR in /.
10342 (open_dir_stream): Likewise.
10343 * io/Makefile (tests): Add bug-ftw5.
10344 * io/bug-ftw5.c: New file.
10345
10346 * nscd/hstcache.c (cache_addhst): Remove unnecessary conditional.
10347 * nscd/servicescache.c (cache_addserv): Likewise.
10348
10349 * nscd/grpcache.c (cache_addgr): In case a record changed on
10350 refresh, adjust key_copy.
10351
10352 [BZ #4074]
10353 * nscd/pwdcache.c (cache_addpw): In case a record changed on
10354 refresh, adjust key_copy.
10355
10356 [BZ #4070]
10357 * stdio-common/printf_fp.c (___printf_fp): Handle a few more
10358 special cases.
10359 * stdio-common/tfformat.c (sprint_doubles): Some more tests.
10360
10361 2007-02-19 Ulrich Drepper <drepper@redhat.com>
10362
10363 * stdio-common/printf_fp.c (___printf_fp): Cleanups and minor
10364 optimization.
10365
10366 * stdio-common/vfscanf.c: Small cleanups throughout.
10367
10368 2007-02-18 Ulrich Drepper <drepper@redhat.com>
10369
10370 [BZ #3325]
10371 * sysdeps/i386/fpu/e_fmodf.S: Use fprem1 instead of fprem.
10372 * sysdeps/i386/fpu/e_fmodl.c: Likewise.
10373 * sysdeps/i386/fpu/e_fmod.S: Likewise.
10374 Patch by Jared Casper <jaredcasper@gmail.com>.
10375
10376 * sysdeps/unix/closedir.c: Outside libc don't use locking.
10377 * sysdeps/unix/opendir.c: Likewise.
10378 * sysdeps/unix/readdir.c: Likewise.
10379
10380 [BZ #2211]
10381 * stdio-common/vfscanf.c: Handle localized digits etc for floating
10382 point numbers.
10383 Patch mostly by Hamed Malek <hamed@farsiweb.info>.
10384
10385 * stdio-common/vfscanf.c: Fix problems in width accounting.
10386 * stdio-common/tst-sscanf.c (double_tests): New tests.
10387 (main): Hook them up.
10388
10389 * stdio-common/vfscanf.c: Remove unused WIDTH handling.
10390 More simplifications of floating-point reader.
10391
10392 * stdio-common/Makefile (tests): Add tst-swscanf.
10393 * stdio-common/tst-sscanf.c: Make tests usable for swscanf
10394 testing.
10395 * stdio-common/tst-swscanf.c: New file.
10396
10397 2007-02-17 Ulrich Drepper <drepper@redhat.com>
10398
10399 [BZ #2633]
10400 * libio/stdio.h: Define struct _IO_FILE in global namespace.
10401 * setjmp/setjmp.h: Define __jmp_buf_tag in global namespace.
10402 Remove using for __jmp_buf_tag.
10403 * locale/locale.h (struct lconv): Also define in std namespace.
10404 * wcsmbs/wchar.h: Move using declaration for tm out of namespace.
10405
10406 [BZ #3842]
10407 * sysdeps/posix/euidaccess.c [_LIBC] (euidaccess): Remove shortcut
10408 using __libc_enable_secure.
10409
10410 [BZ #3818]
10411 * sysdeps/unix/sysv/linux/sys/acct.h (struct acct_v3): Define.
10412
10413 [BZ #3745]
10414 * locale/programs/ld-collate.c (handle_ellipsis): Fix generation
10415 of names for ellipsises.
10416
10417 [BZ #3348]
10418 * malloc/memusage.sh: Cleanups.
10419 * debug/xtrace.sh: Quoting and trap changes.
10420
10421 2007-02-16 Ulrich Drepper <drepper@redhat.com>
10422
10423 * locale/iso-3166.def: Add Jersey, Guernsey, and Isle Of Man entries.
10424
10425 * locale/iso-3166.def: Update entry for Serbia.
10426 * locale/iso-4217.def: Define RSD, remove CSD.
10427
10428 * sysdeps/x86_64/bits/atomic.h: One more change, this time for 16-
10429 and 64-bit operations.
10430
10431 [BZ #4040]
10432 * sysdeps/i386/i486/bits/atomic.h: One more change, this time for
10433 16-bit operations.
10434
10435 * nscd/nscd.c (parse_opt): One more conversion to use send instead
10436 of writev.
10437
10438 2007-02-15 Ulrich Drepper <drepper@redhat.com>
10439
10440 [BZ #3991]
10441 * assert/assert.h (assert): Simplify.
10442 (assert_perror): Likewise.
10443 Patch by Israel G. Lugo <ilugo@bridonsecurity.com>.
10444
10445 * nscd/nscd_helper.c (open_socket): Don't send padding bytes from
10446 reqdata.
10447
10448 * sysdeps/unix/sysv/linux/x86_64/send.c (__libc_send): Cosmetic
10449 change: don't pass NULL in place of an integer.
10450
10451 2007-02-02 Bruno Haible <bruno@clisp.org>
10452
10453 [BZ #3954]
10454 * iconvdata/ksc5601.c (__ksc5601_sym_to_ucs, __ksc5601_sym_from_ucs):
10455 Add mapping for U+327E.
10456 * iconvdata/ksc5601.h (KSC5601_SYMBOL): Increment.
10457 * iconvdata/johab.c (BODY for FROM_LOOP, BODY for TO_LOOP): Enable
10458 mapping of 0xD9 0xE8.
10459 * iconvdata/uhc.c (BODY for FROM_LOOP, BODY for TO_LOOP): Disable
10460 mapping of U+327E.
10461 Reported by Jungshik Shin <jungshik@google.com>.
10462
10463 [BZ #3955]
10464 * iconvdata/johab.c (BODY for FROM_LOOP, BODY for TO_LOOP): Enable
10465 mapping of 0xD9 0xE6 and of 0xD9 0xE7.
10466 Reported by Jungshik Shin <jungshik@google.com>.
10467
10468 2007-02-14 Ulrich Drepper <drepper@redhat.com>
10469
10470 * sysdeps/x86_64/bits/atomic;h: Fix asm parameters for some
10471 byte variants.
10472
10473 [BZ #4040]
10474 * sysdeps/i386/i486/bits/atomic.h: Fix asm parameters for some
10475 byte variants. Patch mostly be tom@tommay.net.
10476
10477 2007-02-14 Jakub Jelinek <jakub@redhat.com>
10478
10479 [BZ #3996]
10480 * posix/glob.c (attribute_hidden): Define if not defined.
10481 (glob): Unescape dirname, filename or username when needed and not
10482 GLOB_NOESCAPE. Handle \/ correctly. Handle GLOB_MARK if filename
10483 is NULL. Handle unescaped [ in pattern without closing ].
10484 Don't pass GLOB_CHECK down to recursive glob for directories.
10485 (__glob_pattern_type): New function.
10486 (__glob_pattern_p): Implement using __glob_pattern_type.
10487 (glob_in_dir): Handle GLOB_NOCHECK patterns containing no meta
10488 characters and backslashes if not GLOB_NOESCAPE or unterminated [.
10489 Remove unreachable code.
10490 * posix/globtest.sh: Add a couple of new tests.
10491
10492 2007-02-13 Ulrich Drepper <drepper@redhat.com>
10493
10494 * po/ru.po: Update from translation team.
10495
10496 2007-02-12 Jakub Jelinek <jakub@redhat.com>
10497
10498 * sysdeps/i386/bits/byteswap.h (__bswap_32): Add __amdfam10__
10499 to the list of i486+ CPUs.
10500 * sysdeps/x86_64/bits/byteswap.h (__bswap_32): Likewise.
10501
10502 2007-02-12 Ulrich Drepper <drepper@redhat.com>
10503
10504 * elf/rtld.c (RESOLVE_MAP): Always return bootstrap_map reference.
10505 * elf/Makefile ($(objpfx)ld.so): Check that ld.so has no undefined
10506 references.
10507
10508 2007-02-09 Ulrich Drepper <drepper@redhat.com>
10509
10510 * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Remove incorrect comment.
10511
10512 * resolv/res_init.c (res_setoptions): Recognize edns0 option.
10513 * resolv/res_mkquery.c: Define __res_nopt.
10514 * resolv/res_query.c (__libc_res_nquery): If RES_USE_EDNS0 is set
10515 try adding EDNS0 record.
10516 * resolv/res_send.c (send_dg): If request failed with FORMERR and
10517 EDNS0 record was send make sure we don't try it again.
10518 * resolv/resolv.h: Define RES_F_EDNS0ERR and RES_USE_EDNS0.
10519 * include/resolv.h: Declare __res_nopt.
10520
10521 2007-02-08 Jakub Jelinek <jakub@redhat.com>
10522
10523 [BZ #3944]
10524 * time/strptime_l.c (__strptime_internal): Set have_mon for
10525 %b/%B/%h. Set have_mon and have_mday if tm_mon and tm_mday
10526 have been computed from tm_yday and tm_year. Don't crash
10527 in day_of_the_week or day_of_the_year if not have_mon
10528 and tm_mon contains bogus value.
10529 * time/Makefile (tests): Add tst-strptime3.
10530 * time/tst-strptime3.c: New test.
10531
10532 2007-02-05 Jakub Jelinek <jakub@redhat.com>
10533
10534 [BZ #3957]
10535 * posix/regcomp.c (parse_bracket_exp): Set '\n' bit rather than '\0'
10536 bit for RE_HAT_LISTS_NOT_NEWLINE.
10537 (build_charclass_op): Remove bogus comment.
10538 * posix/Makefile (tests): Add bug-regex27 and bug-regex28.
10539 * posix/bug-regex27.c: New test.
10540 * posix/bug-regex28.c: New test.
10541
10542 2007-02-03 Ulrich Drepper <drepper@redhat.com>
10543
10544 * po/sv.po: Update from translation team.
10545
10546 2007-02-02 Ulrich Drepper <drepper@redhat.com>
10547
10548 * nscd/nscd_helper.c (open_socket): Minor size optimization.
10549
10550 2007-02-02 Jakub Jelinek <jakub@redhat.com>
10551
10552 * include/locale.h (__uselocale): Add libc_hidden_proto.
10553 * locale/uselocale.c (__uselocale): Add libc_hidden_def.
10554
10555 * nscd/nscd_helper.c (open_socket): Use __gettimeofday instead of
10556 gettimeofday.
10557
10558 2007-02-01 Ulrich Drepper <drepper@redhat.com>
10559
10560 * sysdeps/unix/sysv/linux/i386/sysdep.h (PTR_MANGLE): Roll value before
10561 returning.
10562 (PTR_DEMANGLE): Real definition now that it's not the same as
10563 PRT_MANGLE anymore.
10564 * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
10565
10566 * string/strerror_l.c: New file.
10567 * string/Makefile (routines): Add strerror_l.
10568 * string/string.h: Declare strerror_l.
10569 * string/Versions: Export strerror_l for GLIBC_2.6.
10570
10571 2007-01-31 Ulrich Drepper <drepper@redhat.com>
10572
10573 * nscd/nscd_helper.c (open_socket): Now takes request type and key
10574 as parameter. Construct request record. Try sending request
10575 before the first poll use, it usually succeeds. Adjust all
10576 callers.
10577 * nscd/nscd-client.h: Define MAXKEYLEN.
10578 * nscd/connections.c (nscd_run): Don't define MAXKEYLEN here.
10579
10580 2007-01-31 Jakub Jelinek <jakub@redhat.com>
10581
10582 * nscd/nscd-client.h (__nscd_cache_search): Remove const qualifier
10583 from return value.
10584 * nscd/nscd_helper.c: Include string.h.
10585 (__nscd_cache_search): Remove const qualifier from return value.
10586 On strict alignment architectures check hash entry and data head
10587 alignment.
10588 * nscd/nscd_getpw_r.c (nscd_getpw_r): Don't crash or fail because
10589 mmapped data during GC cycle contains garbage. If
10590 __nscd_drop_map_ref fails, decrement mapped->counter when returning
10591 error or if retrying with NO_MAPPING, only __nscd_unmap if counter
10592 dropped to 0.
10593 * nscd/nscd_getgr_r.c (nscd_getgr_r): Likewise.
10594 * nscd/nscd_initgroups.c (__nscd_getgrouplist): Likewise.
10595 * nscd/nscd_gethst_r.c (nscd_gethst_r): Likewise.
10596 * nscd/nscd_getai.c (__nscd_getai): Likewise.
10597 * nscd/nscd_getserv_r.c (nscd_getserv_r): Likewise.
10598
10599 2007-01-30 Ulrich Drepper <drepper@redhat.com>
10600
10601 * misc/hsearch_r.c (hdestroy_r): Remove unnecessary test.
10602
10603 2007-01-26 Ulrich Drepper <drepper@redhat.com>
10604
10605 * sysdeps/i386/dl-trampoline.S (_dl_runtime_profile): Use register
10606 names not numbers in cfi_*.
10607
10608 2007-01-26 Andreas Jaeger <aj@suse.de>
10609
10610 * sysdeps/unix/sysv/linux/sys/personality.h (ADDR_NO_RANDOMIZE,
10611 ADDR_LIMIT_3GB, PER_LINUX_32BIT, PER_LINUX32_3GB): Add.
10612 Correct values of PER_HPUX and PER_OSF4.
10613
10614 2007-01-24 Ulrich Drepper <drepper@redhat.com>
10615
10616 * elf/dl-minimal.c: Undefine _itoa first.
10617 * stdio-common/_itoa.h: Define _itoa and _fitoa for 64-bit platforms.
10618 * malloc/mtrace.c: Revert last change.
10619 * posix/wordexp.c: Likewise.
10620
10621 2007-01-24 Jakub Jelinek <jakub@redhat.com>
10622
10623 * sysdeps/i386/bits/byteswap.h (__bswap_32): Add __nocona__, __core2__
10624 and __geode__ to the list of i486+ CPUs.
10625 * sysdeps/x86_64/bits/byteswap.h (__bswap_32): Likewise.
10626
10627 2007-01-23 Ulrich Drepper <drepper@redhat.com>
10628
10629 * stdio-common/_itoa.c: Include <limits.h>.
10630 * stdio-common/_itowa.c: Likewise.
10631
10632 2007-01-22 Ulrich Drepper <drepper@redhat.com>
10633
10634 * stdio-common/_itowa.c: Don't compile _itowa for 64-bit
10635 platforms.
10636 * stdio-common/_itoa.c: Don't compile in _itoa and _fitoa for
10637 64-bit platforms.
10638 * malloc/mtrace.c (tr_where): Use _fitoa_word instead of _fitoa if
10639 possible.
10640 * posix/wordexp.c (parse_arith): Use _itoa_word instead of _itoa
10641 if possible.
10642
10643 [BZ #3902]
10644 * stdio-common/_itoa.c (_itoa): Make sure at least a zero is emitted.
10645 * stdio-common/Makefile (tests): Add bug17.
10646 * stdio-common/bug17.c: New file.
10647
10648 2007-01-19 Ulrich Drepper <drepper@redhat.com>
10649
10650 * iconvdata/brf.c: New file.
10651 * iconvdata/testdata/BRF: New file.
10652 * iconvdata/testdata/BRF..UTF8: New file.
10653 Contributed by Samuel Thibault <samuel.thibault@ens-lyon.org>.
10654 * iconvdata/Makefile: Add rules to build BRF.
10655 * iconvdata/TESTS: Add BRF entry.
10656 * iconvdata/gconv-modules: Likewise.
10657 * iconvdata/tst-tables.sh: Likewise.
10658
10659 2007-01-18 Anton Nikishaev <anton.nik@gmail.com>
10660
10661 * wcsmbs/wchar.h (wcstoll): Fix comment, function returns value of
10662 type `long long int', not `long int'.
10663 (wcstoq): Likewise.
10664
10665 2007-01-18 Ulrich Drepper <drepper@redhat.com>
10666
10667 * scripts/gen-as-const.awk: Add cast to long to avoid int promotion
10668 of values on 64-bit platforms which are too large.
10669
10670 2007-01-12 Steven Munroe <sjmunroe@us.ibm.com>
10671 Joe Kerian <jkerian@us.us.ibm.com>
10672
10673 [BZ #2749]
10674 * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Include
10675 <math_ldbl_opt.h>. Remove weak_alias. Use long_double_symbol macro.
10676 (__copysignl): Use signbit() for comparison.
10677 * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c (__fabsl): Correct parms for
10678 SET_LDOUBLE_WORDS64.
10679
10680 [BZ #2423, #2749]
10681 * sysdeps/ieee754/ldbl-128ibm/s_ceill.c: Don't include <fenv_libc.h>.
10682 (__ceill): Remove calls to fegetround(), fesetround().
10683 * sysdeps/ieee754/ldbl-128ibm/s_floorl.c: Likewise.
10684 * sysdeps/ieee754/ldbl-128ibm/s_roundl.c: Likewise.
10685 * sysdeps/ieee754/ldbl-128ibm/s_truncl.c: Likewise.
10686
10687 2007-01-17 Jakub Jelinek <jakub@redhat.com>
10688
10689 * nscd/nscd_getserv_r.c (nscd_getserv_r): Fix pastos.
10690
10691 * sysdeps/unix/sysv/linux/getdents.c (offsetof): Remove.
10692
10693 2007-01-17 Ulrich Drepper <drepper@redhat.com>
10694
10695 * sysdeps/unix/sysv/linux/fatal-prepare.h: Use PTHFCT_CALL to
10696 demangle pointer.
10697 * csu/libc-start.c: Likewise.
10698
10699 2007-01-16 Ulrich Drepper <drepper@redhat.com>
10700
10701 * sysdeps/posix/system.c: Remove NO_WAITPID support, it cannot
10702 really work anyway.
10703
10704 2007-01-15 Ulrich Drepper <drepper@redhat.com>
10705
10706 * nscd/connections.c (servinfo): Renamed to reqinfo. Change all
10707 users.
10708 (handle_request): Remove unnecessary tests.
10709
10710 * nscd/cache.c (cache_add): Record the failure to add to the cache.
10711
10712 2007-01-15 Jakub Jelinek <jakub@redhat.com>
10713
10714 * soft-fp/op-common.h (FP_TRUNC): When truncating a NaN, clear
10715 workbits in semi-raw fraction.
10716
10717 * math/test-misc.c: Add new tests.
10718
10719 2007-01-14 Steven Munroe <sjmunroe@us.ibm.com>
10720
10721 * math/basic-test.c: Include test-skeleton.c.
10722 (TEST_TRUNC): Define.
10723 (truncdfsf_test, trunctfsf_test, trunctfdf_test): New.
10724 (main): Rename to ...
10725 (do_test): ...this. Run new tests.
10726 (TEST_FUNCTION): Define.
10727
10728 2006-10-05 Steven Munroe <sjmunroe@us.ibm.com>
10729 Joe Kerian <jkerian@us.us.ibm.com>
10730
10731 [BZ #2749]
10732 * soft-fp/op-4.h (__FP_FRAC_SUB_3, __FP_FRAC_SUB_4): Correct borrow
10733 handling for high words.
10734 * soft-fp/op-common.h (_FP_OVERFLOW_SEMIRAW): Always set inexact
10735 and overflow for infinity.
10736
10737 2007-01-15 Ulrich Drepper <drepper@redhat.com>
10738
10739 * nscd/connections.c (handle_request): Add a __builtin_expect.
10740
10741 * nscd/connections.c (serv2db): Change type into structure which
10742 also says whether this is a request for data. Renamed to
10743 servinfo. All users changed.
10744 (handle_request): Much simpler test whether we should search the cache.
10745
10746 * nscd/connections.c (handle_request): Fix thinko in selinux test
10747 invocation.
10748
10749 * sysdeps/generic/ldsodefs.h: Define DL_LOOKUP_SCOPE_LOCK.
10750 * elf/dl-lookup.c (add_dependency): If scope map is locked, unlock
10751 it before getting dl_load_lock and then relock.
10752 (_dl_lookup_symbol_x): Pass flags to add_dependency.
10753 When rerunning _dl_lookup_symbol_x, compute symbol_scope again in
10754 case we unlocked the scope.
10755 * elf/dl-runtime.c (_dl_fixup): Pass DL_LOOKUP_SCOPE_LOCK to
10756 _dl_lookup_symbol_x in case we locked the scope.
10757 (_dl_profile_fixup): Likewise.
10758 * elf/dl-sym.c (do_sym): In flags passed to call_dl_lookup, also
10759 set DL_LOOKUP_SCOPE_LOCK.
10760
10761 2007-01-13 Ulrich Drepper <drepper@redhat.com>
10762
10763 * inet/Makefile: Define CFLAGS-getsrvbynm_r.c and
10764 CFLAGS-getsrvbynpt_r.c.
10765 * nscd/getsrvbynm_r.c: New file.
10766 * nscd/getsrvbypt_r.c: New file.
10767 * nscd/nscd_getserv_r.c: New file.
10768 * nscd/servicescache.c: New file.
10769 * nscd/Makefile (routines): Add nscd_getserv_r.
10770 (nscd-modules): Add getsrvbynm_r, getsrvbypt_r, and servicescache.
10771 Define CFLAGS-servicescache.c, CFLAGS-getsrvbynm_r.c, and
10772 CFLAGS-getsrvbypt_r.c.
10773 * nscd/cache.c (prune_cache): Rewrite to get re-add function from
10774 table. Add entries for services database.
10775 * nscd/connections.c (serv2str): Mark as const. Add entries for
10776 services database.
10777 (dbs): Add .reset_res and servdb initialization.
10778 (serv2db): Add entries for services database.
10779 (verify_persistent_db): Accept dbnr == servdb.
10780 (invalidate_cache): Rewrite database name recognition to use a table.
10781 Call res_init() if .reset_res is set for database.
10782 (handle_request): Add code to handle services database.
10783 * nscd/gai.c: Don't define __getservbyname_r.
10784 * nscd/nscd-client.h (request_type): Remove LASTDBREQ, add
10785 GETSERVBYNAME, GETSERVBYPORT, GETFDSERV.
10786 (serv_response_header): Define.
10787 (struct datahead): Add serv_response_header member.
10788 * nscd/nscd.c (parse_opt): Rewrite parsing of -i parameter value
10789 using table.
10790 * nscd/nscd.conf: Add entries for services database.
10791 * nscd/nscd.h: Adjust declaration of dbnames and serv2str.
10792 Declare serv_iov_disabled.
10793 Declare addservbyname, readdservbyname, addservbyport, and
10794 readdservbyport.
10795 * nscd/nscd_conf.c (dbnames): Mark as const. Add services entry.
10796 (find_db): Fix error message.
10797 * nscd/nscd_proto.h: Declare __nss_not_use_nscd_services,
10798 __nscd_getservbyname_r, and __nscd_getservbyport_r.
10799 * nscd/selinux.c (perms): Add entries for services database.
10800 * nss/Versions: Export __nss_services_lookup with GLIBC_PRIVATE.
10801 * nss/nsswitch.c (__nss_disable_nscd): Also disable services database.
10802
10803 * nscd/grpcache.c: Remove obsolete code. Cleanups.
10804 * nscd/hstcache.c: Likewise.
10805 * nscd/pwdcache.c: Likewise.
10806
10807 * nis/nss_nis/nis-service.c (_nss_nis_getservbyname_r): Correct
10808 computation of keylen.
10809
10810 * include/string.h: Only redefine strndupa if this is really for
10811 libc code.
10812
10813 2007-01-12 Ulrich Drepper <drepper@redhat.com>
10814
10815 * nscd/nscd_gethst_r.c: Minor cleanups.
10816
10817 * nscd/connections.c (handle_request): Check selinux permissions
10818 for all non-admin commands.
10819
10820 * sysdeps/i386/i486/bits/atomic.h: Define
10821 atomic_compare_and_exchange_val_acq,
10822 atomic_compare_and_exchange_bool_acq, and atomic_exchange_and_add
10823 using __sync_* built-ins for gcc >= 4.1.
10824 * sysdeps/x86_64/bits/atomic.h: Likewise.
10825
10826 [BZ #3840]
10827 * scripts/check-local-headers.sh: Restrict to testing .o.d, .os.d,
10828 and .oS.d files.
10829
10830 2007-01-05 Steven Munroe <sjmunroe@us.ibm.com>
10831
10832 * stdlib/tst-makecontext.c: Include errno.h. Change main()
10833 to do_test(). Define TEST_FUNCTION. Include test-skeleton.c.
10834 (do_test): Check errno and exit(0) if ENOSYS.
10835
10836 2007-01-11 Jakub Jelinek <jakub@redhat.com>
10837
10838 * stdlib/strtod_l.c (____STRTOF_INTERNAL): Fix handling of multi-byte
10839 thousands separators.
10840 * stdlib/Makefile: Add rules to build and run tst-strtod4.
10841 * stdlib/tst-strtod4.c: New test.
10842
10843 [BZ #3855]
10844 * stdlib/strtod_l.c (____STRTOF_INTERNAL): 0x. not followed by
10845 hexadecimal digit should accept just the initial 0.
10846 * stdlib/tst-strtod2.c (tests): New variable.
10847 (do_test): Run several tests rather than just one.
10848
10849 2007-01-11 Jakub Jelinek <jakub@redhat.com>
10850
10851 * sysdeps/i386/soft-fp/sfp-machine.h: Remove.
10852 * sysdeps/x86_64/soft-fp/sfp-machine.h: Likewise.
10853
10854 2007-01-10 Ulrich Drepper <drepper@redhat.com>
10855
10856 * io/fts.c: Make sure fts_cur is always valid after return from
10857 fts_read.
10858 Patch by Miloslav Trmac <mitr@redhat.com>.
10859
10860 2006-10-27 Richard Sandiford <richard@codesourcery.com>
10861
10862 * elf/elf.h (R_MIPS_GLOB_DAT): Define.
10863 (R_MIPS_NUM): Bump by 1.
10864
10865 2007-01-03 Jakub Jelinek <jakub@redhat.com>
10866
10867 * posix/execvp.c: Include alloca.h.
10868 (allocate_scripts_argv): Renamed to...
10869 (scripts_argv): ... this. Don't allocate buffer here nor count
10870 arguments.
10871 (execvp): Use alloca if possible.
10872 * posix/Makefile: Add rules to build and run tst-vfork3 test.
10873 * posix/tst-vfork3.c: New test.
10874
10875 2007-01-03 Ulrich Drepper <drepper@redhat.com>
10876
10877 * string/Makefile (tst-strxfrm2-ENV): Define.
10878 * stdlib/Makefile (tst-strtod3-ENV): Define.
10879
10880 2007-01-02 Ulrich Drepper <drepper@redhat.com>
10881
10882 * posix/getconf.c: Update copyright year.
10883 * nss/getent.c: Likewise.
10884 * iconv/iconvconfig.c: Likewise.
10885 * iconv/iconv_prog.c: Likewise.
10886 * elf/ldconfig.c: Likewise.
10887 * catgets/gencat.c: Likewise.
10888 * csu/version.c: Likewise.
10889 * elf/ldd.bash.in: Likewise.
10890 * elf/sprof.c (print_version): Likewise.
10891 * locale/programs/locale.c: Likewise.
10892 * locale/programs/localedef.c: Likewise.
10893 * nscd/nscd.c (print_version): Likewise.
10894 * debug/xtrace.sh: Likewise.
10895 * malloc/memusage.sh: Likewise.
10896 * malloc/mtrace.pl: Likewise.
10897 * debug/catchsegv.sh: Likewise.
10898
10899 2006-12-24 Ulrich Drepper <drepper@redhat.com>
10900
10901 * malloc/malloc.c (sYSMALLOc): Remove some unnecessary alignment
10902 attempts.
10903
10904 2006-12-23 Ulrich Drepper <drepper@redhat.com>
10905
10906 * posix/wordexp.c: Remove some unnecessary tests.
10907
10908 2006-12-22 Gavin Romig-Koch <gavin@redhat.com>
10909
10910 * nis/nss_compat/compat-grp.c (internal_getgrgid_r): Don't
10911 blacklist the group till after we look it up.
10912
10913 2006-12-21 Ulrich Drepper <drepper@redhat.com>
10914
10915 * include/atomic.h (atomic_forced_read): New macro.
10916
10917 2006-12-20 SUGIOKA Toshinobu <sugioka@itonet.co.jp>
10918
10919 * sysdeps/unix/sysv/linux/sh/bits/shm.h: New file.
10920
10921 2006-12-19 Jakub Jelinek <jakub@redhat.com>
10922
10923 * nss/getXXbyYY_r.c: Include atomic.h.
10924 (INTERNAL (REENTRANT_NAME)): Write startp after start_fct,
10925 add atomic_write_barrier () in between.
10926
10927 * stdlib/Makefile (tests): Add tst-makecontext.
10928 * stdlib/tst-makecontext.c: New test.
10929
10930 * sysdeps/unix/sysv/linux/powerpc/powerpc32/makecontext.S
10931 (__makecontext): Don't realign uc_mcontext.uc_regs.
10932
10933 2006-11-28 Jakub Jelinek <jakub@redhat.com>
10934
10935 * elf/dl-support.c: Include dl-procinfo.h.
10936 * sysdeps/powerpc/dl-procinfo.h (PPC_PLATFORM_POWER4,
10937 PPC_PLATFORM_PPC970, PPC_PLATFORM_POWER5, PPC_PLATFORM_POWER5_PLUS,
10938 PPC_PLATFORM_POWER6, PPC_PLATFORM_CELL_BE, PPC_PLATFORM_POWER6X):
10939 Define.
10940 (_dl_string_platform): Use PPC_PLATFORM_* macros instead of
10941 hardcoded constants.
10942 * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_platform): Use
10943 PPC_PLATFORM_* macros for array designators.
10944
10945 2006-11-11 Steven Munroe <sjmunroe@us.ibm.com>
10946
10947 * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_cap_flags): Add 3 new cap
10948 names to the beginning.
10949 (_dl_powerpc_platforms): Add "power6x".
10950 * sysdeps/powerpc/dl-procinfo.h (_DL_HWCAP_FIRST): Decrease.
10951 (HWCAP_IMPORTANT): Add PPC_FEATURE_HAS_DFP.
10952 (_DL_PLATFORMS_COUNT): Increase.
10953 (_dl_string_platform): Handle power6x case.
10954 * sysdeps/powerpc/sysdep.h (PPC_FEATURE_PA6T, PPC_FEATURE_HAS_DFP,
10955 PPC_FEATURE_POWER6_EXT): Define.
10956 (PPC_FEATURE_POWER5, PPC_FEATURE_POWER5_PLUS): Correct Comment.
10957
10958 2006-12-18 Jakub Jelinek <jakub@redhat.com>
10959
10960 [BZ #3747]
10961 * stdlib/jrand48_r.c (__jrand48_r): Make sure result is in the
10962 [-2^31 .. 2^31) range.
10963 * stdlib/tst-rand48.c (main): Fix expected values for 64-bit
10964 targets.
10965 * stdlib/tst-rand48-2.c: New test.
10966 * stdlib/Makefile (tests): Add tst-rand48-2.
10967
10968 2006-12-14 Jakub Jelinek <jakub@redhat.com>
10969
10970 * misc/tst-pselect.c (do_test): Fix sigblock argument.
10971
10972 2006-12-14 Ulrich Drepper <drepper@redhat.com>
10973
10974 * misc/tst-pselect.c (do_test): Make sure the helper process is
10975 terminating when the test is aborted.
10976
10977 2006-12-13 Ulrich Drepper <drepper@redhat.com>
10978
10979 * sysdeps/unix/sysv/linux/bits/statvfs.h: Define ST_RELATIME.
10980 * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
10981 Handle relatime mount option.
10982
10983 [BZ #2337]
10984 * libio/Makefile (tests): Add tst-setvbuf1.
10985 * libio/tst-setvbuf1.c: New file.
10986
10987 2006-12-08 Jakub Jelinek <jakub@redhat.com>
10988
10989 [BZ #2337]
10990 * libio/genops.c (__uflow): Fix a typo.
10991 * libio/wfiledoalloc.c (_IO_wfile_doallocate): Don't stat
10992 nor set _IO_LINE_BUF bit here. Size the wide buffer based on
10993 the narrow buffer size.
10994
10995 2006-11-24 Jakub Jelinek <jakub@redhat.com>
10996
10997 [BZ #2337]
10998 * libio/libio.h (_IO_FLAGS2_USER_WBUF): Define.
10999 * libio/wgenops.c (_IO_wsetb, _IO_wdefault_finish): Test and set
11000 _IO_FLAGS2_USER_WBUF bit in _flags2 instead of _IO_USER_BUF bit
11001 in _flags.
11002 * libio/wstrops.c (_IO_wstr_overflow, enlarge_userbuf,
11003 _IO_wstr_finish): Likewise.
11004 * libio/wmemstream.c (open_wmemstream): Likewise.
11005 * libio/fileops.c (_IO_new_file_close_it): Call _IO_set[bgp]
11006 even for wide streams.
11007
11008 2006-12-13 Jakub Jelinek <jakub@redhat.com>
11009
11010 * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S: Include
11011 kernel-features.h.
11012
11013 2006-12-11 Ulrich Drepper <drepper@redhat.com>
11014
11015 * stdlib/strtod_l.c (____STRTOF_INTERNAL): Parse thousand
11016 separators also if no non-zero digits found.
11017 * stdlib/Makefile (tests): Add tst-strtod3.
11018
11019 2006-12-09 Ulrich Drepper <drepper@redhat.com>
11020
11021 [BZ #3632]
11022 * include/features.h: Fix comment about default value for
11023 _POSIX_C_SOURCE.
11024
11025 [BZ #3664]
11026 * stdlib/strtod_l.c (____STRTOF_INTERNAL): Fix test to recognize
11027 empty parsed strings.
11028 * stdlib/Makefile (tests): Add tst-strtod2.
11029 * stdlib/tst-strtod2.c: New file.
11030
11031 [BZ #3673]
11032 * stdlib/strtod_l.c (____STRTOF_INTERNAL): Fix exp_limit
11033 computation.
11034 * stdlib/Makefile (tests): Add tst-atof2.
11035 * stdlib/tst-atof2.c: New file.
11036
11037 [BZ #3674]
11038 * stdlib/strtod_l.c (____STRTOF_INTERNAL): Adjust exponent value
11039 correctly if removing trailing zero of hex-float.
11040 * stdlib/Makefile (tests): Add tst-atof1.
11041 * stdlib/tst-atof1.c: New file.
11042
11043 2006-12-09 Jakub Jelinek <jakub@redhat.com>
11044
11045 * misc/mntent_r.c (__hasmntopt): Check p[optlen] even when p == rest.
11046 Start searching for next comma at p rather than rest.
11047 * misc/Makefile (tests): Add tst-mntent2.
11048 * misc/tst-mntent2.c: New test.
11049
11050 * misc/getusershell.c (initshells): Check for integer overflows.
11051 Make strings buffer one bigger as fgets always succeeds when second
11052 argument is 1. Don't use calloc for shells array. Disallow
11053 / as shell.
11054
11055 2006-12-08 Ulrich Drepper <drepper@redhat.com>
11056
11057 * malloc/memusage.c: Handle realloc with new size of zero and
11058 non-NULL pointer correctly.
11059 (me): Really write first record twice.
11060 (struct entry): Make format bi-arch safe.
11061 (dest): Write out more realloc statistics.
11062 * malloc/memusagestat.c (struct entry): Make format bi-arch safe.
11063
11064 2006-12-05 Jakub Jelinek <jakub@redhat.com>
11065
11066 * nis/nis_subr.c (nis_getnames): Revert last change.
11067
11068 2006-12-04 Jakub Jelinek <jakub@redhat.com>
11069
11070 * sysdeps/unix/sysv/linux/ttyname.c: Include termios.h.
11071 (ttyname): Use tcgetattr instead of isatty, don't set errno to ENOTTY.
11072 * sysdeps/unix/sysv/linux/ttyname_r.c: Include termios.h.
11073 (__ttyname_r): Use tcgetattr instead of isatty, don't set errno to
11074 ENOTTY.
11075 * io/Makefile: Add rules to build and run tst-ttyname_r test.
11076 * io/tst-ttyname_r.c: New test.
11077
11078 2006-12-03 Kaz Kojima <kkojima@rr.iij4u.or.jp>
11079
11080 * sysdeps/unix/sysv/linux/sh/sys/io.h: Removed.
11081
11082 2006-11-30 H.J. Lu <hongjiu.lu@intel.com>
11083
11084 * sysdeps/i386/i686/memcmp.S: Use jump table as the base of
11085 jump table entries.
11086
11087 2006-11-30 Jan Kratochvil <jan.kratochvil@redhat.com>
11088
11089 * sysdeps/unix/sysv/linux/i386/clone.S: Provide CFI for the outermost
11090 `clone' function to ensure proper unwinding stop of gdb.
11091 * sysdeps/unix/sysv/linux/x86_64/clone.S: Likewise.
11092
11093 2006-12-01 Ulrich Drepper <drepper@redhat.com>
11094
11095 * nscd/nscd.init: Remove obsolete and commented-out -S option
11096 handling.
11097
11098 2006-11-23 Jakub Jelinek <jakub@redhat.com>
11099
11100 [BZ #3514]
11101 * manual/string.texi (strncmp): Fix pastos from wcscmp description.
11102
11103 [BZ #3515]
11104 * manual/string.texi (strtok): Remove duplicate paragraph.
11105
11106 2006-12-01 Jan Kratochvil <jan.kratochvil@redhat.com>
11107
11108 * sysdeps/unix/sysv/linux/x86_64/sigaction.c: Fix compatibility with
11109 libgcc not supporting `rflags' unwinding (register # >= 17).
11110
11111 2006-11-30 Jakub Jelinek <jakub@redhat.com>
11112
11113 * sunrpc/svc_run.c (svc_run): Set my_pollfd to new_pollfd if realloc
11114 succeeded.
11115
11116 2006-11-29 Daniel Jacobowitz <dan@codesourcery.com>
11117 Jakub Jelinek <jakub@redhat.com>
11118 Jan Kratochvil <jan.kratochvil@redhat.com>
11119
11120 * sysdeps/unix/sysv/linux/x86_64/sigaction.c (restore_rt): Add correct
11121 unwind information.
11122 * sysdeps/unix/sysv/linux/x86_64/Makefile: Provide symbols for
11123 'restore_rt' even in the 'signal' directory.
11124 * sysdeps/unix/sysv/linux/x86_64/ucontext_i.sym: Extend the regs list.
11125
11126 2006-11-27 Jakub Jelinek <jakub@redhat.com>
11127
11128 [BZ #3559]
11129 * sunrpc/svc_run.c (svc_run): Fail instead of segfaulting if
11130 malloc crashed. Don't allocate memory unnecessarily in each
11131 loop.
11132
11133 2006-10-21 Jakub Jelinek <jakub@redhat.com>
11134
11135 * resolv/mapv4v6addr.h (map_v4v6_address): Fix last change.
11136
11137 2006-11-20 Ulrich Drepper <drepper@redhat.com>
11138
11139 * resolv/mapv4v6addr.h (map_v4v6_address): Optimize a bit.
11140
11141 2006-11-18 Bruno Haible <bruno@clisp.org>
11142
11143 * sysdeps/unix/sysv/linux/i386/getgroups.c (__getgroups): Invoke
11144 __sysconf only after having tried to call getgroups32.
11145
11146 2006-11-19 Ulrich Drepper <drepper@redhat.com>
11147
11148 * nss/nss_files/files-hosts.c (LINE_PARSER): Support IPv6-style
11149 addresses for IPv4 queries if they can be mapped.
11150
11151 2006-11-16 Jakub Jelinek <jakub@redhat.com>
11152
11153 * sysdeps/x86_64/fpu/s_copysignf.S (__copysignf): Switch to .text.
11154 * sysdeps/x86_64/fpu/s_copysign.S (__copysign): Likewise.
11155 (signmask): Add .size directive.
11156 (othermask): Add .type directive.
11157
11158 2006-11-14 Ulrich Drepper <drepper@redhat.com>
11159
11160 * po/nl.po: Update from translation team.
11161
11162 * timezone/zdump.c: Redo fix for BZ #3137.
11163
11164 2006-11-14 Jakub Jelinek <jakub@redhat.com>
11165
11166 * nss/nss_files/files-alias.c (get_next_alias): Set line back
11167 to first_unused after parsing :include: file.
11168
11169 2006-11-10 Ulrich Drepper <drepper@redhat.com>
11170
11171 * timezone/africa: Update from tzdata2006o.
11172 * timezone/antarctica: Likewise.
11173 * timezone/asia: Likewise.
11174 * timezone/australasia: Likewise.
11175 * timezone/backward: Likewise.
11176 * timezone/europe: Likewise.
11177 * timezone/iso3166.tab: Likewise.
11178 * timezone/northamerica: Likewise.
11179 * timezone/southamerica: Likewise.
11180 * timezone/zone.tab: Likewise.
11181
11182 * time/tzfile.c (__tzfile_read): Extend to handle new file format
11183 on machines with 64-bit time_t.
11184
11185 * timezone/checktab.awk: Update from tzcode2006o.
11186 * timezone/ialloc.c: Likewise.
11187 * timezone/private.h: Likewise.
11188 * timezone/scheck.c: Likewise.
11189 * timezone/tzfile.h: Likewise.
11190 * timezone/tzselect.ksh: Likewise.
11191 * timezone/zdump.c: Likewise.
11192 * timezone/zic.c: Likewise.
11193
11194 [BZ #3483]
11195 * elf/ldconfig.c (main): Call setlocale and textdomain.
11196 Patch mostly by Benno Schulenberg <bensberg@justemail.net>.
11197
11198 [BZ #3480]
11199 * manual/argp.texi: Fix typos.
11200 * manual/charset.texi: Likewise.
11201 * manual/errno.texi: Likewise.
11202 * manual/filesys.texi: Likewise.
11203 * manual/lang.texi: Likewise.
11204 * manual/maint.texi: Likewise.
11205 * manual/memory.texi: Likewise.
11206 * manual/message.texi: Likewise.
11207 * manual/resource.texi: Likewise.
11208 * manual/search.texi: Likewise.
11209 * manual/signal.texi: Likewise.
11210 * manual/startup.texi: Likewise.
11211 * manual/stdio.texi: Likewise.
11212 * manual/sysinfo.texi: Likewise.
11213 * manual/syslog.texi: Likewise.
11214 * manual/time.texi: Likewise.
11215 Patch by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
11216
11217 [BZ #3465]
11218 * sunrpc/clnt_raw.c: Minimal message improvements.
11219 * sunrpc/pm_getmaps.c: Likewise.
11220 * nis/nss_nisplus/nisplus-publickey.c: Likewise.
11221 * nis/nis_print_group_entry.c: Likewise.
11222 * locale/programs/repertoire.c: Likewise.
11223 * locale/programs/charmap.c: Likewise.
11224 * malloc/memusage.sh: Likewise.
11225 * elf/dl-deps.c: Likewise.
11226 * locale/programs/ld-collate.c: Likewise.
11227 * libio/vswprintf.c: Likewise.
11228 * malloc/memusagestat.c: Likewise.
11229 * sunrpc/auth_unix.c: Likewise.
11230 * sunrpc/rpc_main.c: Likewise.
11231 * nscd/cache.c: Likewise.
11232 * locale/programs/repertoire.c: Unify output messages.
11233 * locale/programs/charmap.c: Likewise.
11234 * locale/programs/ld-ctype.c: Likewise.
11235 * locale/programs/ld-monetary.c: Likewise.
11236 * locale/programs/ld-numeric.c: Likewise.
11237 * locale/programs/ld-time.c: Likewise.
11238 * elf/ldconfig.c: Likewise.
11239 * nscd/selinux.c: Likewise.
11240 * elf/cache.c: Likewise.
11241 Patch mostly by Benno Schulenberg <bensberg@justemail.net>.
11242
11243 [BZ #3451]
11244 * sysdeps/i386/fpu/bits/mathinline.h (floor): Make rounding mode
11245 change atomic.
11246 (ceil): Likewise.
11247
11248 2006-11-10 Jakub Jelinek <jakub@redhat.com>
11249
11250 * string/strxfrm_l.c (STRXFRM): Fix trailing \1 optimization
11251 if N is one bigger than return value.
11252 * string/tst-strxfrm2.c (do_test): Also test strxfrm with l1 + 1
11253 and l1 last arguments, if buf is defined, verify the return value
11254 equals to strlen (buf) and verify no byte beyond passed length
11255 is modified.
11256
11257 2006-11-10 Ulrich Drepper <drepper@redhat.com>
11258
11259 * po/sv.po: Update from translation team.
11260
11261 2006-11-09 Ulrich Drepper <drepper@redhat.com>
11262
11263 * sysdeps/unix/sysv/linux/x86_64/sysconf.c (intel_check_word): Add
11264 noinline attribute.
11265
11266 2006-11-10 Jakub Jelinek <jakub@redhat.com>
11267
11268 * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word): Add
11269 noinline attribute.
11270
11271 * sysdeps/gnu/siglist.c (__old_sys_siglist, __old_sys_sigabbrev):
11272 Use __new_sys_siglist instead of _sys_siglist_internal as
11273 second macro argument.
11274 (_old_sys_siglist): Use declare_symbol_alias macro instead of
11275 strong_alias.
11276
11277 2006-11-09 Ulrich Drepper <drepper@redhat.com>
11278
11279 [BZ #3493]
11280 * posix/unistd.h (sysconf): Remove const attribute.
11281
11282 * sysdeps/posix/getaddrinfo.c (getaddrinfo): Fix test for
11283 temporary or deprecated addresses.
11284 Patch by Sridhar Samudrala <sri@us.ibm.com>.
11285
11286 * string/Makefile (tests): Add tst-strxfrm2.
11287 * string/tst-strxfrm2.c: New file.
11288
11289 2006-10-09 Jakub Jelinek <jakub@redhat.com>
11290
11291 * elf/dl-debug.c (_dl_debug_initialize): Check r->r_map for 0
11292 rather than r->r_brk.
11293
11294 2006-11-08 Jakub Jelinek <jakub@redhat.com>
11295
11296 * string/strxfrm_l.c (STRXFRM): Do the trailing \1 removal
11297 optimization even if needed > n.
11298
11299 * elf/dl-load.c (decompose_rpath): Return bool rather than void.
11300 If l->l_name is on inhibit_rpath list, set sps->dirs to -1 and
11301 return false, otherwise return true.
11302 (cache_rpath): Return decompose_rpath return value.
11303
11304 2006-11-07 Jakub Jelinek <jakub@redhat.com>
11305
11306 * include/libc-symbols.h (declare_symbol): Rename to...
11307 (declare_symbol_alias): ... this. Add ORIGINAL argument, imply
11308 strong_alias (ORIGINAL, SYMBOL) in asm to make sure it preceedes
11309 .size directive.
11310 * sysdeps/gnu/errlist-compat.awk: Adjust for declare_symbol_alias
11311 changes.
11312 * sysdeps/gnu/siglist.c: Likewise.
11313
11314 2006-11-03 Steven Munroe <sjmunroe@us.ibm.com>
11315
11316 * sysdeps/powerpc/fpu/bits/mathinline.h
11317 [__LIBC_INTERNAL_MATH_INLINES]: Moved to ...
11318 * sysdeps/powerpc/fpu/math_private.h: ...here. New file.
11319
11320 2006-11-05 Ulrich Drepper <drepper@redhat.com>
11321
11322 * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word):
11323 Update handling of cache descriptor 0x49 for new models.
11324 * sysdeps/unix/sysv/linux/x86_64/sysconf.c (intel_check_word):
11325 Likewise.
11326
11327 2006-11-02 Jakub Jelinek <jakub@redhat.com>
11328
11329 * malloc/memusage.c (dest): Reset not_me back to false after
11330 printing statistics.
11331
11332 2006-11-02 Ulrich Drepper <drepper@redhat.com>
11333
11334 * configure.in: Work around ld --help change and avoid -z relro
11335 test completely if the architecture doesn't care about security.
11336
11337 2006-11-01 Ulrich Drepper <drepper@redhat.com>
11338
11339 * po/sv.po: Update from translation team.
11340
11341 2006-10-31 Ulrich Drepper <drepper@redhat.com>
11342
11343 * stdlib/atexit.c (atexit): Don't mark as hidden when used to
11344 generate compatibility version.
11345
11346 2006-10-29 Ulrich Drepper <drepper@redhat.com>
11347
11348 * configure.in: Relax -z relro requirement a bit.
11349
11350 * po/sv.po: Update from translation team.
11351
11352 2006-10-29 Jakub Jelinek <jakub@redhat.com>
11353
11354 * elf/dl-sym.c (do_sym): Use RTLD_SINGLE_THREAD_P.
11355 * elf/dl-runtime.c (_dl_fixup, _dl_profile_fixup): Likewise.
11356 * elf/dl-close.c (_dl_close_worker): Likewise.
11357 * elf/dl-open.c (_dl_open_worker): Likewise.
11358 * sysdeps/generic/sysdep-cancel.h (RTLD_SINGLE_THREAD_P): Define.
11359
11360 2006-10-27 Ulrich Drepper <drepper@redhat.com>
11361
11362 * configure.in: Require assembler support for visibility, compiler
11363 support for visibility and aliases, linker support for various -z
11364 options.
11365 * Makeconfig: Remove conditional code which now is unnecessary.
11366 * config.h.in: Likewise.
11367 * config.make.in: Likewise.
11368 * dlfcn/Makefile: Likewise.
11369 * elf/Makefile: Likewise.
11370 * elf/dl-load.c: Likewise.
11371 * elf/rtld.c: Likewise.
11372 * include/libc-symbols.h: Likewise.
11373 * include/stdio.h: Likewise.
11374 * io/Makefile: Likewise.
11375 * io/fstat.c: Likewise.
11376 * io/fstat64.c: Likewise.
11377 * io/fstatat.c: Likewise.
11378 * io/fstatat64.c: Likewise.
11379 * io/lstat.c: Likewise.
11380 * io/lstat64.c: Likewise.
11381 * io/mknod.c: Likewise.
11382 * io/mknodat.c: Likewise.
11383 * io/stat.c: Likewise.
11384 * io/stat64.c: Likewise.
11385 * libio/stdio.c: Likewise.
11386 * nscd/Makefile: Likewise.
11387 * stdlib/Makefile: Likewise.
11388 * stdlib/atexit.c: Likewise.
11389 * sysdeps/generic/ldsodefs.h: Likewise.
11390 * sysdeps/i386/dl-machine.h: Likewise.
11391 * sysdeps/i386/sysdep.h: Likewise.
11392 * sysdeps/i386/i686/memcmp.S: Likewise.
11393 * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
11394 * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
11395 * sysdeps/unix/sysv/linux/x86_64/sigaction.c: Likewise.
11396
11397 * Makerules: USE_TLS support is now default.
11398 * tls.make.c: Likewise.
11399 * csu/Versions: Likewise.
11400 * csu/libc-start.c: Likewise.
11401 * csu/libc-tls.c: Likewise.
11402 * csu/version.c: Likewise.
11403 * dlfcn/dlinfo.c: Likewise.
11404 * elf/dl-addr.c: Likewise.
11405 * elf/dl-cache.c: Likewise.
11406 * elf/dl-close.c: Likewise.
11407 * elf/dl-iteratephdr.c: Likewise.
11408 * elf/dl-load.c: Likewise.
11409 * elf/dl-lookup.c: Likewise.
11410 * elf/dl-object.c: Likewise.
11411 * elf/dl-open.c: Likewise.
11412 * elf/dl-reloc.c: Likewise.
11413 * elf/dl-support.c: Likewise.
11414 * elf/dl-sym.c: Likewise.
11415 * elf/dl-sysdep.c: Likewise.
11416 * elf/dl-tls.c: Likewise.
11417 * elf/ldconfig.c: Likewise.
11418 * elf/rtld.c: Likewise.
11419 * elf/tst-tls-dlinfo.c: Likewise.
11420 * elf/tst-tls1.c: Likewise.
11421 * elf/tst-tls10.h: Likewise.
11422 * elf/tst-tls14.c: Likewise.
11423 * elf/tst-tls2.c: Likewise.
11424 * elf/tst-tls3.c: Likewise.
11425 * elf/tst-tls4.c: Likewise.
11426 * elf/tst-tls5.c: Likewise.
11427 * elf/tst-tls6.c: Likewise.
11428 * elf/tst-tls7.c: Likewise.
11429 * elf/tst-tls8.c: Likewise.
11430 * elf/tst-tls9.c: Likewise.
11431 * elf/tst-tlsmod1.c: Likewise.
11432 * elf/tst-tlsmod13.c: Likewise.
11433 * elf/tst-tlsmod13a.c: Likewise.
11434 * elf/tst-tlsmod14a.c: Likewise.
11435 * elf/tst-tlsmod2.c: Likewise.
11436 * elf/tst-tlsmod3.c: Likewise.
11437 * elf/tst-tlsmod4.c: Likewise.
11438 * elf/tst-tlsmod5.c: Likewise.
11439 * elf/tst-tlsmod6.c: Likewise.
11440 * include/errno.h: Likewise.
11441 * include/link.h: Likewise.
11442 * include/tls.h: Likewise.
11443 * locale/global-locale.c: Likewise.
11444 * locale/localeinfo.h: Likewise.
11445 * malloc/arena.c: Likewise.
11446 * malloc/hooks.c: Likewise.
11447 * malloc/malloc.c: Likewise.
11448 * resolv/Versions: Likewise.
11449 * sysdeps/alpha/dl-machine.h: Likewise.
11450 * sysdeps/alpha/libc-tls.c: Likewise.
11451 * sysdeps/generic/ldsodefs.h: Likewise.
11452 * sysdeps/generic/tls.h: Likewise.
11453 * sysdeps/i386/dl-machine.h: Likewise.
11454 * sysdeps/ia64/dl-machine.h: Likewise.
11455 * sysdeps/ia64/libc-tls.c: Likewise.
11456 * sysdeps/mach/hurd/fork.c: Likewise.
11457 * sysdeps/mach/hurd/i386/tls.h: Likewise.
11458 * sysdeps/powerpc/powerpc32/dl-machine.c: Likwise.
11459 * sysdeps/powerpc/powerpc32/dl-machine.h: Likewise.
11460 * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
11461 * sysdeps/s390/libc-tls.c: Likewise.
11462 * sysdeps/s390/s390-32/dl-machine.h: Likewise.
11463 * sysdeps/s390/s390-64/dl-machine.h: Likewise.
11464 * sysdeps/sh/dl-machine.h: Likewise.
11465 * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
11466 * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
11467 * sysdeps/x86_64/dl-machine.h: Likewise.
11468
11469 * elf/dl-close.c (_dl_close_worker): Renamed from _dl_close and
11470 split out locking and parameter checking.
11471 (_dl_close): Call _dl_close_worker after locking and checking.
11472 * elf/dl-open.c (_dl_open): Call _dl_close_worker instead of
11473 _dl_close.
11474 * elf/Makefile: Add rules to build and run tst-thrlock.
11475 * elf/tst-thrlock.c: New file.
11476
11477 [BZ #3426]
11478 * stdlib/stdlib.h: Adjust comment for canonicalize_file_name to
11479 reality.
11480
11481 [BZ #3429]
11482 * elf/dl-open.c (dl_open_worker): Keep holding dl_load_lock until
11483 we are sure we do not need it anymore for _dl_close. Also move
11484 the asserts inside the lock region.
11485 Patch mostly by Suzuki <suzuki@in.ibm.com>.
11486
11487 2006-10-27 Jakub Jelinek <jakub@redhat.com>
11488
11489 * elf/dl-lookup.c (_dl_debug_bindings): Remove unused symbol_scope
11490 argument.
11491 (_dl_lookup_symbol_x): Adjust caller.
11492
11493 * sysdeps/generic/ldsodefs.h (struct link_namespaces): Remove
11494 _ns_global_scope.
11495 * elf/rtld.c (dl_main): Don't initialize _ns_global_scope.
11496
11497 * elf/dl-libc.c: Revert l_scope name changes.
11498 * elf/dl-load.c: Likewise.
11499 * elf/dl-object.c: Likewise.
11500 * elf/rtld.c: Likewise.
11501 * elf/dl-close.c (_dl_close): Likewise.
11502 * elf/dl-open.c (dl_open_worker): Likewise. If not SINGLE_THREAD_P,
11503 always use __rtld_mrlock_{change,done}. Always free old scope list
11504 here if not l_scope_mem.
11505 * elf/dl-runtime.c (_dl_fixup, _dl_profile_fixup): Revert l_scope name
11506 change. Never free scope list here. Just __rtld_mrlock_lock before
11507 the lookup and __rtld_mrlock_unlock it after the lookup.
11508 * elf/dl-sym.c: Likewise.
11509 * include/link.h (struct r_scoperec): Remove.
11510 (struct link_map): Replace l_scoperec with l_scope, l_scoperec_mem
11511 with l_scope_mem and l_scoperec_lock with l_scope_lock.
11512
11513 2006-10-25 Ulrich Drepper <drepper@redhat.com>
11514
11515 * sysdeps/gnu/netinet/tcp.h: Define TCP_CONGESTION.
11516
11517 2006-10-18 Ulrich Drepper <drepper@redhat.com>
11518
11519 * configure.in: Disable building profile libraries by default.
11520
11521 2006-10-17 Jakub Jelinek <jakub@redhat.com>
11522
11523 * sunrpc/xdr_mem.c (xdrmem_setpos): Don't compare addresses
11524 as signed longs, check for x_base + pos overflow.
11525 * sunrpc/Makefile (tests): Add tst-xdrmem2.
11526 * sunrpc/tst-xdrmem2.c: New test.
11527
11528 2006-10-18 Ulrich Drepper <drepper@redhat.com>
11529
11530 * elf/dl-lookup.c (_dl_lookup_symbol_x): Add warning to
11531 _dl_lookup_symbol_x code.
11532
11533 2006-10-17 Jakub Jelinek <jakub@redhat.com>
11534
11535 * elf/dl-runtime.c: Include sysdep-cancel.h.
11536 (_dl_fixup, _dl_profile_fixup): Use __rtld_mrlock_* and
11537 scoperec->nusers only if !SINGLE_THREAD_P. Use atomic_*
11538 instead of catomic_* macros.
11539 * elf/dl-sym.c: Include sysdep-cancel.h.
11540 (do_sym): Use __rtld_mrlock_* and scoperec->nusers only
11541 if !SINGLE_THREAD_P. Use atomic_* instead of catomic_* macros.
11542 * elf/dl-close.c: Include sysdep-cancel.h.
11543 (_dl_close): Use __rtld_mrlock_* and scoperec->nusers only
11544 if !SINGLE_THREAD_P. Use atomic_* instead of catomic_* macros.
11545 * elf/dl-open.c: Include sysdep-cancel.h.
11546 (dl_open_worker): Use __rtld_mrlock_* and scoperec->nusers only
11547 if !SINGLE_THREAD_P. Use atomic_* instead of catomic_* macros.
11548
11549 2006-10-17 Jakub Jelinek <jakub@redhat.com>
11550
11551 [BZ #3313]
11552 * malloc/malloc.c (malloc_consolidate): Set maxfb to address of last
11553 fastbin rather than end of fastbin array.
11554
11555 2006-10-18 Ulrich Drepper <drepper@redhat.com>
11556
11557 * sysdeps/i386/i486/bits/atomic.h (catomic_decrement): Use correct
11558 body macro.
11559 * sysdeps/x86_64/bits/atomic.h
11560 (__arch_c_compare_and_exchange_val_64_acq): Add missing casts.
11561 (catomic_decrement): Use correct body macro.
11562
11563 2006-10-17 Jakub Jelinek <jakub@redhat.com>
11564
11565 * include/atomic.h: Add a unique prefix to all local variables
11566 in macros.
11567 * csu/tst-atomic.c (do_test): Test also catomic_* macros.
11568
11569 2006-10-16 Ulrich Drepper <drepper@redhat.com>
11570
11571 [BZ #3369]
11572 * sysdeps/posix/getaddrinfo.c (rfc3484_sort): Fix typos in rules 4
11573 and 7.
11574
11575 2006-10-14 Ulrich Drepper <drepper@redhat.com>
11576
11577 * resolv/arpa/nameser.h: Document that ns_t_a6 is deprecated.
11578
11579 2006-10-13 Ulrich Drepper <drepper@redhat.com>
11580
11581 [BZ #3313]
11582 * malloc/malloc.c (malloc_consolidate): Don't use get_fast_max to
11583 determine highest fast bin to consolidate, always look into all of
11584 them.
11585 (do_check_malloc_state): Only require for empty bins for large
11586 sizes in main arena.
11587
11588 * libio/stdio.h: Add more __wur attributes.
11589
11590 * elf/dl-minimal.c (realloc): Optimize last patch.
11591
11592 2006-10-12 Richard Sandiford <richard@codesourcery.com>
11593
11594 [BZ #3352]
11595 * elf/dl-minimal.c (realloc): Let malloc() return a new pointer,
11596 and use memcpy() if it does.
11597
11598 2006-11-12 Andreas Jaeger <aj@suse.de>
11599
11600 [BZ #2510]
11601 * manual/search.texi (Hash Search Function): Clarify.
11602 (Array Search Function): Clarify.
11603
11604 2006-11-12 Joseph Myers <joseph@codesourcery.com>
11605
11606 [BZ #2830]
11607 * math/atest-exp.c (main): Cast hex value to mp_limb_t before
11608 shifting.
11609 * math/atest-exp2.c (read_mpn_hex): Likewise.
11610 * math/atest-sincos.c (main): Likewise.
11611
11612 2006-10-11 Ulrich Drepper <drepper@redhat.com>
11613
11614 * sysdeps/unix/sysv/linux/syscalls.list: Add epoll_pwait.
11615 * sysdeps/unix/sysv/linux/sys/epoll.h: Declare epoll_pwait.
11616 * sysdeps/unix/sysv/linux/Versions (libc): Add epoll_pwait for
11617 version GLIBC_2.6.
11618 * Versions.def: Add GLIBC_2.6 for libc.
11619
11620 * sysdeps/unix/sysv/linux/i386/sysdep.h (DOARGS_6): Fix offset.
11621
11622 * sysdeps/i386/i486/bits/atomic.h: Add catomic_* support.
11623
11624 2006-10-11 Jakub Jelinek <jakub@redhat.com>
11625
11626 * malloc/malloc.c (_int_malloc): Remove unused any_larger variable.
11627
11628 * nis/nis_defaults.c (__nis_default_access): Don't call getenv twice.
11629
11630 * nis/nis_subr.c (nis_getnames): Use __secure_getenv instead of getenv.
11631 * sysdeps/generic/unsecvars.h: Add NIS_PATH.
11632
11633 2006-10-11 Ulrich Drepper <drepper@redhat.com>
11634
11635 * include/atomic.c: Define catomic_* operations.
11636 * sysdeps/x86_64/bits/atomic.h: Likewise. Fix a few minor problems.
11637 * stdlib/cxa_finalize.c: Use catomic_* operations instead of atomic_*.
11638 * malloc/memusage.c: Likewise.
11639 * gmon/mcount.c: Likewise.
11640 * elf/dl-close.c: Likewise.
11641 * elf/dl-open.c: Likewise.
11642 * elf/dl-profile.c: Likewise.
11643 * elf/dl-sym.c: Likewise.
11644 * elf/dl-runtime.c: Likewise.
11645 * elf/dl-fptr.c: Likewise.
11646 * resolv/res_libc.c: Likewise.
11647
11648 2006-10-10 Ulrich Drepper <drepper@redhat.com>
11649
11650 * nis/nis_subr.c (nis_getnames): Add trailing dot to NIS_PATH
11651 components which lack them.
11652
11653 * nis/nis_subr.c (nis_getnames): Make sure that we always return
11654 at least one entry consisting of the parameter concatenated with
11655 the domain.
11656
11657 2006-10-10 Roland McGrath <roland@frob.com>
11658
11659 * sysdeps/mach/hurd/utimes.c: Use a union to avoid an improper cast.
11660 * sysdeps/mach/hurd/futimes.c: Likewise.
11661 * sysdeps/mach/hurd/lutimes.c: Likewise.
11662
11663 2006-10-09 Ulrich Drepper <drepper@redhat.com>
11664 Jakub Jelinek <jakub@redhat.com>
11665
11666 Implement reference counting of scope records.
11667 * elf/dl-close.c (_dl_close): Remove all scopes from removed objects
11668 from the list in objects which remain. Always allocate new scope
11669 record.
11670 * elf/dl-open.c (dl_open_worker): When growing array for scopes,
11671 don't resize, allocate a new one.
11672 * elf/dl-runtime.c: Update reference counters before using a scope
11673 array.
11674 * elf/dl-sym.c: Likewise.
11675 * elf/dl-libc.c: Adjust for l_scope name change.
11676 * elf/dl-load.c: Likewise.
11677 * elf/dl-object.c: Likewise.
11678 * elf/rtld.c: Likewise.
11679 * include/link.h: Include <rtld-lowlevel.h>. Define struct
11680 r_scoperec. Replace r_scope with pointer to r_scoperec structure.
11681 Add l_scoperec_lock.
11682 * sysdeps/generic/ldsodefs.h: Include <rtld-lowlevel.h>.
11683 * sysdeps/generic/rtld-lowlevel.h: New file.
11684
11685 * include/atomic.h: Rename atomic_and to atomic_and_val and
11686 atomic_or to atomic_or_val. Define new macros atomic_and and
11687 atomic_or which do not return values.
11688 * sysdeps/x86_64/bits/atomic.h: Define atomic_and and atomic_or.
11689 Various cleanups.
11690 * sysdeps/i386/i486/bits/atomic.h: Likewise.
11691
11692 * po/sv.po: Update from translation team.
11693
11694 2006-10-07 Ulrich Drepper <drepper@redhat.com>
11695
11696 * Versions.def: Add GLIBC_2.6 to libpthread.
11697
11698 * include/shlib-compat.h (SHLIB_COMPAT): Expand parameters before use.
11699 (versioned_symbol): Likewise.
11700 (compat_symbol): Likewise.
11701
11702 * po/tr.po: Update from translation team.
11703
11704 2006-10-06 Ulrich Drepper <drepper@redhat.com>
11705
11706 * nis/Banner: Removed. It's been integral part forever and the
11707 author info is incomplete anyway.
11708 * libio/Banner: Likewise.
11709
11710 * nis/nis_table.c (nis_list): If __follow_path fails in the new
11711 code, make sure the nis_freeresult call doesn't crash and that the
11712 result is reported correctly.
11713
11714 2006-09-27 Jakub Jelinek <jakub@redhat.com>
11715
11716 * nis/nis_table.c (nis_list): Handle FOLLOW_PATH | ALL_RESULTS
11717 when callback is NULL.
11718
11719 * nis/Versions (libnss_nisplus): Add
11720 _nss_nisplus_initgroups_dyn@@GLIBC_PRIVATE.
11721 * nis/Makefile (libnss_nisplus-routines): Add nisplus-initgroups.
11722 * nis/nss_nisplus/nisplus-grp.c (tablename_val, tablename_len,
11723 _nss_create_tablename): Rename to...
11724 (grp_tablename_val, grp_tablename_len, _nss_grp_create_tablename):
11725 ... these. No longer static.
11726 (internal_setgrent): Adjust users.
11727 (_nss_nisplus_getgrnam_r, _nss_nisplus_getgrgid_r): Likewise.
11728 Don't use locking around _nss_grp_create_tablename call.
11729 * nis/nss_nisplus/nisplus-initgroups.c: New file.
11730
11731 2006-10-06 Ulrich Drepper <drepper@redhat.com>
11732
11733 * version.h (VERSION): Bump to 2.5.90 for new development tree.
11734
11735 2006-10-06 Andreas Jaeger <aj@suse.de>
11736
11737 * include/features.h (__GLIBC_MINOR__): It's glibc 2.5 now.
11738
11739 2006-10-06 Ulrich Drepper <drepper@redhat.com>
11740
11741 * po/pl.po: Update from translation team.
11742
11743 * nscd/nscd.c (main): Fix typo in message.
11744 Patch by Jakub Bogsz <qboosh@pld-linux.org>.
11745
11746 2006-10-02 Jakub Jelinek <jakub@redhat.com>
11747
11748 [BZ #3291]
11749 * sysdeps/unix/sysv/linux/sparc/sparc64/pause.c: Include
11750 errno.h, signal.h, unistd.h and sysdep-cancel.h.
11751 (__sigprocmask): Define.
11752
11753 2006-10-02 Ulrich Drepper <drepper@redhat.com>
11754
11755 * elf/rtld.c (dl_main): Don't use prelinking if LD_DYNAMIC_WEAK is
11756 used.
11757
11758 2006-10-02 Jakub Jelinek <jakub@redhat.com>
11759
11760 * nscd/mem.c (mempool_alloc): Round array size to 16 bytes
11761 in oldtotal and newtotal calculation.
11762 * nscd/nscd-client.h (struct mapped_database): Add datasize
11763 field.
11764 * nscd/nscd_helper.c (get_mapping): Initialize datasize field.
11765 (__nscd_get_map_ref): Get a new mapping even if mapping's data_size
11766 increased.
11767 (__nscd_cache_search): Add checks to make sure we never reference
11768 data beyond the current mapping.
11769
11770 2006-10-02 Dmitry V. Levin <ldv@altlinux.org>
11771
11772 * sysdeps/posix/getaddrinfo.c (match_prefix): Make mask and val
11773 variables const to avoid compiler warnings.
11774
11775 * io/fts.c (fts_close): Remove redundant checks.
11776 (fts_build): Likewise.
11777 (fts_palloc): Likewise.
11778
11779 * manual/message.texi (Advanced gettext functions,
11780 Using gettextized software): Fix typos.
11781
11782 2006-09-30 Ulrich Drepper <drepper@redhat.com>
11783
11784 * posix/glob.c (glob_in_dir): Add some comments and asserts to
11785 explain why there are no leaks.
11786
11787 2006-09-29 Ulrich Drepper <drepper@redhat.com>
11788
11789 * libio/wmemstream.c: Include <wchar.h>.
11790 * libio/bug-wmemstream1.c: Likewise.
11791 * libio/tst-wmemstream1.c: Likewise.
11792 * libio/tst-wmemstream2.c: Likewise.
11793
11794 * version.h (RELEASE): Bump to 2.5.
11795 * README: Regenerated.
11796
11797 * locale/iso-3166.def: Add Aaland Islands and Montenegro.
11798
11799 [BZ #3273]
11800 * nscd/nscd_initgroups.c (__nscd_getgrouplist): It is OK to have
11801 found no group members.
11802 Patch by Petr Baudis.
11803
11804 2006-09-29 Jakub Jelinek <jakub@redhat.com>
11805
11806 * elf/rtld.c (_dl_start_final): If not USE___THREAD, don't
11807 assert bootstrap_map.l_tls_modid is zero.
11808 (_dl_start): Initialize bootstrap_map.l_tls_modid to 0
11809 if USE___THREAD.
11810
11811 2006-09-27 Ulrich Drepper <drepper@redhat.com>
11812
11813 * libio/stdio.h: Move open_wmemstream prototype to ...
11814 * wcsmbs/wchar.h: ... here.
11815
11816 2006-09-25 Jakub Jelinek <jakub@redhat.com>
11817
11818 [BZ #3252]
11819 * sysdeps/unix/sysv/linux/powerpc/fchownat.c (fchownat): Handle only
11820 fchownat syscall and __ASSUME_LCHOWN_SYSCALL case inline, call
11821 __{,l}chown to handle the rest.
11822 * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat): Handle only
11823 fchownat syscall and __ASSUME_32BITUIDS case inline, call
11824 __{,l}chown to handle the rest.
11825 * sysdeps/unix/sysv/linux/sparc/sparc32/fchownat.c: Include
11826 i386/fchownat.c.
11827 * sysdeps/unix/sysv/linux/s390/s390-32/fchownat.c: Likewise.
11828 * sysdeps/unix/sysv/linux/sh/fchownat.c: Likewise.
11829
11830 [BZ #3253]
11831 * posix/glob.c (glob_in_dir): Don't alloca one struct globlink at a
11832 time, rather allocate increasingly bigger arrays of pointers, if
11833 possible with alloca, if too large with malloc.
11834
11835 2006-09-24 Jakub Jelinek <jakub@redhat.com>
11836
11837 * sysdeps/powerpc/fpu/libm-test-ulps: Updated.
11838
11839 * sysdeps/ieee754/ldbl-128/s_lrintl.c (__lrintl): Fix 2 typos.
11840
11841 2006-09-24 Ulrich Drepper <drepper@redhat.com>
11842
11843 * sysdeps/posix/getaddrinfo.c (rfc3484_sort): Implement rule 4,
11844 home addresses.
11845 * sysdeps/unix/sysv/linux/check_pf.c (make_request): Recognize
11846 IFA_F_HOMEADDRESS flag for interfaces.
11847 * include/ifaddrs.h (struct in6addrinfo): Define
11848 in6ai_homeaddress.
11849
11850 2006-09-21 Jakub Jelinek <jakub@redhat.com>
11851
11852 [BZ #3225]
11853 * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h (PTR_MANGLE3,
11854 PTR_DEMANGLE3): Define.
11855 * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h (PTR_MANGLE3,
11856 PTR_DEMANGLE3): Likewise.
11857 * sysdeps/powerpc/powerpc32/__longjmp-common.S (__longjmp): Use them.
11858 * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S (__longjmp):
11859 Likewise.
11860 * sysdeps/powerpc/powerpc64/__longjmp-common.S (__longjmp): Likewise.
11861
11862 2006-09-20 Jakub Jelinek <jakub@redhat.com>
11863
11864 * po/libc.pot: Regenerated.
11865 * po/be.po: Updated.
11866 * po/ca.po: Likewise.
11867 * po/cs.po: Likewise.
11868 * po/da.po: Likewise.
11869 * po/de.po: Likewise.
11870 * po/el.po: Likewise.
11871 * po/en_GB.po: Likewise.
11872 * po/es.po: Likewise.
11873 * po/fi.po: Likewise.
11874 * po/fr.po: Likewise.
11875 * po/gl.po: Likewise.
11876 * po/hr.po: Likewise.
11877 * po/hu.po: Likewise.
11878 * po/ja.po: Likewise.
11879 * po/ko.po: Likewise.
11880 * po/nb.po: Likewise.
11881 * po/nl.po: Likewise.
11882 * po/pl.po: Likewise.
11883 * po/pt_BR.po: Likewise.
11884 * po/ru.po: Likewise.
11885 * po/rw.po: Likewise.
11886 * po/sk.po: Likewise.
11887 * po/sv.po: Likewise.
11888 * po/tr.po: Likewise.
11889 * po/zh_CN.po: Likewise.
11890 * po/zh_TW.po: Likewise.
11891
11892 [BZ #3137]
11893 * iconv/iconv_prog.c (main): Fix spelling in error message.
11894 * iconv/iconvconfig.c (main): Likewise.
11895 * locale/programs/ld-collate.c (handle_ellipsis): Likewise.
11896 * locale/programs/ld-ctype.c (charclass_symbolic_ellipsis): Likewise.
11897 * locale/programs/localedef.c (main): Likewise.
11898 * locale/programs/repertoire.c (repertoire_read): Likewise.
11899 * timezone/zdump.c (main): Likewise.
11900 * nscd/connections.c (handle_request): Fix spelling in log message.
11901 Patch by Malcolm Parsons <malcolm.parsons@gmail.com>.
11902
11903 2006-09-20 Ulrich Drepper <drepper@redhat.com>
11904
11905 * inet/inet6_option.c: Also emit linker warnings for the RFC 2292
11906 interfaces.
11907
11908 2006-09-20 Andreas Jaeger <aj@suse.de>
11909
11910 * math/libm-test.inc (lrint_test_upward): Fix typo.
11911
11912 2006-06-17 Joseph S. Myers <joseph@codesourcery.com>
11913
11914 [BZ #2592]
11915 * math/libm-test.inc (lrint_test_tonearest): New function.
11916 (lrint_test_towardzero): New function.
11917 (lrint_test_downward): New function.
11918 (lrint_test_upward): New function.
11919 (main): Run these new tests.
11920 * sysdeps/ieee754/dbl-64/s_llrint.c (__llrint): Correct rounding
11921 of values near to 0.
11922 (two52): Use double not long double.
11923 * sysdeps/ieee754/dbl-64/s_lrint.c (__lrint): Likewise.
11924 * sysdeps/ieee754/flt-32/s_llrintf.c (__llrintf): Likewise.
11925 (two23): Use float not double.
11926 * sysdeps/ieee754/flt-32/s_lrintf.c (__lrintf): Likewise.
11927 (two23): Use float not double.
11928 * sysdeps/ieee754/ldbl-128/s_llrintl.c (__llrintl): Likewise.
11929 * sysdeps/ieee754/ldbl-128/s_lrintl.c (__lrintl): Likewise.
11930 * sysdeps/ieee754/ldbl-96/s_llrintl.c (__llrintl): Likewise.
11931 * sysdeps/ieee754/ldbl-96/s_lrintl.c (__lrintl): Likewise.
11932
11933 2006-09-20 Martin Schwidefsky <schwidefsky@de.ibm.com>
11934
11935 * sysdeps/unix/sysv/linux/s390/s390-32/makecontext.c (__makecontext):
11936 Cast sp to unsigned long to avoid compiler warning.
11937 Use __makecontext_ret function instead of a trampoline on the stack.
11938 (__makecontext_ret): New function.
11939 * sysdeps/unix/sysv/linux/s390/s390-64/makecontext.c: Likewise.
11940
11941 2006-09-19 Jakub Jelinek <jakub@redhat.com>
11942
11943 * elf/dl-cache.c (HWCAP_CHECK): If _DL_PLATFORMS_COUNT, but
11944 platform == -1, reject any libs with non-zero _DL_HWCAP_PLATFORM
11945 bits.
11946
11947 2006-09-19 Ulrich Drepper <drepper@redhat.com>
11948
11949 * elf/dl-close.c (_dl_close): If dependency is not unloaded make
11950 sure no reference to the unloaded map's search list remains in the
11951 dependency's scope.
11952
11953 2006-09-16 Jakub Jelinek <jakub@redhat.com>
11954
11955 * elf/Makefile: Add rules to build and run unload7 test.
11956 * elf/unload7.c: New test.
11957 * elf/unload7mod1.c: New file.
11958 * elf/unload7mod2.c: New file.
11959
11960 2006-09-18 Jakub Jelinek <jakub@redhat.com>
11961
11962 * sysdeps/unix/sysv/linux/sys/ptrace.h (PT_GETEVENTMSG): Fix pasto.
11963 * sysdeps/unix/sysv/linux/s390/sys/ptrace.h (PTRACE_SETOPTIONS,
11964 PTRACE_GETEVENTMSG, PTRACE_GETSIGINFO, PTRACE_SETSIGINFO): Define.
11965 * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h (PTRACE_SETOPTIONS,
11966 PTRACE_GETEVENTMSG, PTRACE_GETSIGINFO, PTRACE_SETSIGINFO): Likewise.
11967 * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h (PTRACE_SETOPTIONS,
11968 PTRACE_GETEVENTMSG, PTRACE_GETSIGINFO, PTRACE_SETSIGINFO): Likewise.
11969 * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h (PTRACE_SETOPTIONS,
11970 PTRACE_GETEVENTMSG): Likewise.
11971 (PTRACE_GETSIGINFO, PTRACE_SETSIGINFO): Change to the arch independent
11972 values.
11973
11974 2006-09-17 Mike Frysinger <vapier@gentoo.org>
11975
11976 * sysdeps/unix/sysv/linux/sys/ptrace.h (PTRACE_SETOPTIONS,
11977 PTRACE_GETEVENTMSG, PTRACE_GETSIGINFO, PTRACE_SETSIGINFO): Define.
11978 * sysdeps/unix/sysv/linux/ptrace.c (ptrace): Check PTRACE_SETOPTIONS,
11979 PTRACE_GETEVENTMSG, PTRACE_GETSIGINFO and PTRACE_SETSIGINFO.
11980
11981 2006-09-16 Jakub Jelinek <jakub@redhat.com>
11982
11983 * sysdeps/powerpc/powerpc32/register-dump.h (register_dump): Don't
11984 write '\0' to the fd.
11985 * sysdeps/mach/hurd/powerpc/register-dump.h (register_dump): Likewise.
11986 * sysdeps/powerpc/powerpc64/register-dump.h (register_dump): Likewise.
11987 Change regs to unsigned long pointer from unsigned int, fix fscr
11988 offset.
11989
11990 2006-09-14 Jakub Jelinek <jakub@redhat.com>
11991
11992 * io/Makefile (CFLAGS-fstatat.c): Set.
11993 (CFLAGS-fstatat64.c): Likewise.
11994 (CFLAGS-mknodat.c): Likewise.
11995
11996 * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c: Comment fixes.
11997 * sysdeps/ieee754/ldbl-128ibm/s_llroundl.c: Likewise.
11998 * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c: Rewritten.
11999 * sysdeps/ieee754/ldbl-128ibm/s_lroundl.c: Rewritten.
12000
12001 2006-09-14 Jakub Jelinek <jakub@redhat.com>
12002 Steven Munroe <sjmunroe@us.ibm.com>
12003
12004 * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_cap_flags): Add 4 new cap
12005 names to the beginning. Rename "cell" to "cellbe".
12006 (_dl_powerpc_platforms): New.
12007 * sysdeps/powerpc/dl-procinfo.h (_DL_HWCAP_FIRST): Decrease.
12008 (HWCAP_IMPORTANT): Remove power{4,5,5+} and cell.
12009 (_DL_PLATFORMS_COUNT, _DL_FIRST_PLATFORM): Define.
12010 (_DL_HWCAP_PLATFORM): Define to new mask.
12011 (_dl_platform_string, _dl_string_platform): New functions.
12012 * sysdeps/powerpc/sysdep.h (PPC_FEATURE_BOOKE, PPC_FEATURE_SMT,
12013 PPC_FEATURE_ICACHE_SNOOP, PPC_FEATURE_ARCH_2_05): Define.
12014
12015 2006-09-12 Jakub Jelinek <jakub@redhat.com>
12016
12017 [BZ #2526]
12018 * README.libm: Fix a thinko in sqrt algorithm description.
12019
12020 [BZ #3143]
12021 * manual/string.texi (argz_delete): Fix prototype.
12022 Patch by <alpt@freaknet.org>.
12023
12024 2006-08-26 Joseph Myers <joseph@codesourcery.com>
12025
12026 [BZ #3138]
12027 * io/test-lfs.c (do_prepare): Give name_len type size_t.
12028 * io/tst-fcntl.c (do_prepare): Likewise.
12029 * posix/tst-exec.c (do_prepare): Likewise.
12030 * posix/tst-preadwrite.c (do_prepare): Likewise.
12031 * posix/tst-spawn.c (do_prepare): Likewise.
12032 * posix/tst-truncate.c (do_prepare): Likewise.
12033 * rt/tst-aio.c (do_prepare): Likewise.
12034 * rt/tst-aio64.c (do_prepare): Likewise.
12035 * stdlib/test-canon2.c (do_prepare): Give test_dir_len type
12036 size_t.
12037
12038 2006-09-09 Ulrich Drepper <drepper@redhat.com>
12039
12040 [BZ #2821]
12041 * time/mktime.c (guess_time_tm): Fix overflow detection.
12042 * time/Makefile (tests): Add bug-mktime1.
12043 * time/bug-mktime1.c: New file.
12044
12045 [BZ #3189, #3188]
12046 * misc/sys/mman.h (remap_file_pages): Make available for _GNU_SOURCE.
12047 (mremap): Likewise.
12048
12049 2006-09-07 Jakub Jelinek <jakub@redhat.com>
12050
12051 [BZ #1006]
12052 * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela):
12053 Ensure relocation doesn't clobber any bits outside of the
12054 immediate field for R_SPARC_TLS_LE_HIX22, R_SPARC_WDISP30,
12055 R_SPARC_HI22 and R_SPARC_H44.
12056
12057 [BZ #2775]
12058 * malloc/malloc.c (sYSMALLOc): Only call grow_heap if
12059 (long) (MINSIZE + nb - old_size) is positive.
12060
12061 * malloc/arena.c (grow_heap): When growing bail even if new_size
12062 is negative.
12063
12064 [BZ #3155]
12065 * sysdeps/powerpc/powerpc32/fpu/s_lrint.S (__lrint): Don't access
12066 stack below r1.
12067
12068 2006-09-06 Jakub Jelinek <jakub@redhat.com>
12069
12070 * posix/regex_internal.c (re_string_reconstruct): Handle
12071 offset < pstr->valid_raw_len && pstr->offsets_needed case.
12072 Ensure no bytes read before raw_mbs array. Pass a saved copy of
12073 pstr->valid_len - 1 rather than pstr->valid_raw_len - 1 to
12074 re_string_context_at.
12075 * posix/Makefile: Add rules to build and run bug-regex26 test.
12076 * posix/bug-regex26.c: New test.
12077
12078 * locale/programs/ld-collate.c (collate_read): Goto sym_equiv_free
12079 rather than col_sym_free. Move seqp declaration earlier.
12080
12081 * resolv/gai_suspend.c (gai_suspend): Make sure result is initialized.
12082
12083 2006-09-05 Jakub Jelinek <jakub@redhat.com>
12084
12085 * nscd/initgrcache.c (addinitgroupsX): Move any_success
12086 decl before first goto out.
12087
12088 2006-09-04 Jakub Jelinek <jakub@redhat.com>
12089
12090 * Makerules (shlib.lds): If have-hash-style, put .hash section
12091 at the end of the RO segment.
12092
12093 2006-09-04 Ulrich Drepper <drepper@redhat.com>
12094
12095 * elf/do-lookup.h (do_lookup_x): Initialize symidx in case the new
12096 style hash table format is used.
12097
12098 2006-09-04 Jakub Jelinek <jakub@redhat.com>
12099
12100 * resolv/res_mkquery.c (res_nmkquery): Set hp->id to statp->id after
12101 randomization rather than before.
12102 * resolv/res_init.c (res_randomid): Don't call gettimeofday here.
12103
12104 2006-08-31 Jakub Jelinek <jakub@redhat.com>
12105
12106 * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Add ld.so.
12107
12108 * malloc/malloc.c (_int_malloc): Use full list insert and not
12109 shortcut which assumes the list is empty for large requests
12110 too.
12111
12112 * elf/tst-addr1.c (do_test): Allow i.dli_sname "_IO_printf".
12113
12114 2006-08-30 Jakub Jelinek <jakub@redhat.com>
12115
12116 * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h (splice): Add offin
12117 and offout arguments to the prototype.
12118 * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (splice): Likewise.
12119 * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h (splice): Likewise.
12120 * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (splice): Likewise.
12121 * sysdeps/unix/sysv/linux/sh/bits/fcntl.h (splice): Likewise.
12122 * sysdeps/unix/sysv/linux/i386/bits/fcntl.h (splice): Likewise.
12123 * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h (splice): Likewise.
12124 * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h (splice): Likewise.
12125 * sysdeps/unix/sysv/linux/syscalls.list (splice): Adjust args string.
12126
12127 2006-08-28 Ulrich Drepper <drepper@redhat.com>
12128
12129 * elf/dl-load.c (_dl_init_paths): Expand DSTs.
12130
12131 * elf/dl-open.c (dl_open_worker): Allow $LIB and $PLATFORM in
12132 dlopen parameters.
12133
12134 2006-08-28 Jakub Jelinek <jakub@redhat.com>
12135
12136 * inet/getnameinfo.c (getnameinfo): For AF_INET, check errno
12137 only if herrno is NETDB_INTERNAL. Handle errors other than
12138 ERANGE outside of the loops, handle TRY_AGAIN.
12139
12140 * locale/programs/ld-ctype.c (translit_flatten): Issue error
12141 if other's ctype category was missing.
12142 * locale/programs/ld-collate.c (collate_read): Return if
12143 copy_locale's collate category is missing.
12144
12145 2006-08-27 Ulrich Drepper <drepper@redhat.com>
12146
12147 [BZ #2684]
12148 * malloc/malloc.c (public_rEALLOc): Try harder by using other
12149 arenas if allocation failed.
12150 Patch mostly by Jan Edler <jan.edler@indexengines.com>.
12151
12152 2006-08-26 Ulrich Drepper <drepper@redhat.com>
12153
12154 * malloc/malloc.c (bin_at): Rewrite to be more clear and to not
12155 waste bins[0..1].
12156 (malloc_state): Reduce bins size by 2.
12157 (_int_malloc): Fix test for large enough buffer for early termination.
12158 When no unsorted block matches perfectly and an exiting block has
12159 to be split, use full list insert and not shortcut which assumes
12160 the list is empty.
12161
12162 * locale/programs/ld-ctype.c (ctype_read): Better patch for read
12163 failure.
12164
12165 2006-08-24 Ulrich Drepper <drepper@redhat.com>
12166
12167 * locale/programs/ld-ctype.c (ctype_read): If CTYPE is NULL, don't
12168 do anything.
12169
12170 * sysdeps/generic/ldsodefs.h (DL_ADDR_SYM_MATCH): For undefined
12171 symbol require exact match (these are PLTs).
12172 * sysdeps/unix/sysv/linux/powerpc/powerpc64/ldsodefs.h
12173 (_dl_ppc64_addr_sym_match): Likewise.
12174
12175 [BZ #2683]
12176 * elf/dl-addr.c (_dl_addr): Don't ignore all undefined symbols.
12177 If symbol has a value use it.
12178 * elf/tst-dladdr1.c: New file.
12179 * elf/Makefile: Add rules to build and run tst-addr1.
12180
12181 2006-08-24 Jakub Jelinek <jakub@redhat.com>
12182
12183 * malloc/malloc.c (sYSMALLOc): Avoid infinite loop if MMAP
12184 keeps failing and heap growth or new heap creation isn't
12185 successful either.
12186 * malloc/tst-malloc.c (main): Add new tests.
12187
12188 2006-08-24 Ulrich Drepper <drepper@redhat.com>
12189
12190 [BZ #2734]
12191 * sysdeps/i386/bits/byteswap.h (__bswap_32): Use same conditions
12192 as in the x86-64 code to use bswap.
12193
12194 2006-05-21 Joseph S. Myers <joseph@codesourcery.com>
12195
12196 [BZ #2680]
12197 * posix/unistd.h (getlogin_r): Condition on __USE_POSIX199506, not
12198 __USE_UNIX98.
12199 * posix/bits/unistd.h: Likewise.
12200
12201 2006-05-15 Mike Frysinger <vapier@gentoo.org>
12202
12203 [BZ #2751]
12204 * string/strchr.c: Add cast to avoid warning.
12205
12206 2006-08-21 Ulrich Drepper <drepper@redhat.com>
12207
12208 * malloc/malloc.c (DEFAULT_MMAP_THRESHOLD_MAX): For 32-bit
12209 platforms define as 512K. For 64-bit platforms as 32MB. The lower
12210 limit is needed to avoid the exploding of the address space
12211 requirement for secondary heaps.
12212 * malloc/arena.c (HEAP_MAX_SIZE): Define using
12213 DEFAULT_MMAP_THRESHOLD_MAX if it is defined.
12214
12215 2006-07-30 Joseph S. Myers <joseph@codesourcery.com>
12216
12217 [BZ #3018]
12218 * Makerules (depfiles): Handle extra-test-objs the same as
12219 extra-objs.
12220 (common-mostlyclean): Likewise.
12221 * dlfcn/Makefile (extra-objs): Add modules to extra-test-objs
12222 instead.
12223 * elf/Makefile (extra-objs): Likewise.
12224 * stdlib/Makefile (extra-objs): Likewise.
12225
12226 2006-08-14 Eric Blake <ebb9@byu.net>
12227
12228 [BZ #3044]
12229 * misc/error.h: Assume C89 or better.
12230 * misc/error.c: Likewise.
12231
12232 2006-08-21 Ulrich Drepper <drepper@redhat.com>
12233
12234 [BZ #3040]
12235 * sysdeps/unix/sysv/linux/openat.c: Fix compilation if
12236 __ASSUME_ATFCTS is defined.
12237
12238 2006-08-19 Ulrich Drepper <drepper@redhat.com>
12239
12240 * malloc/malloc.c (_int_malloc): Limit number of unsorted blocks
12241 to sort in each call.
12242
12243 * nis/nss_nis/nis-service.c (internal_nis_getservent_r): . If map
12244 is empty simply return and use next service.
12245 * nis/nss_nis/nis-rpc.c (internal_nis_getrpcent_r): Likewise.
12246
12247 * locale/programs/charmap.c (charmap_read): Add new parameter. It
12248 tells us when not finding a charmap file is an error.
12249 * locale/programs/charmap.h: Adjust charmap_read prototype.
12250 * iconv/iconv_prog.c (main): Tell charmap_read it's no error if we
12251 cannot find a charmap.
12252 * locale/programs/localedef.c (main): Adjust charmap_read call.
12253
12254 2006-08-15 Jakub Jelinek <jakub@redhat.com>
12255
12256 * sysdeps/unix/sysv/linux/sparc/sparc64/pause.c: Use
12257 sysdeps/posix/pause.c implementation instead.
12258
12259 2006-08-09 Jakub Jelinek <jakub@redhat.com>
12260
12261 * sysdeps/unix/nice.c (nice): Transform EACCES errno from setpriority
12262 to EPERM.
12263
12264 2006-08-13 Andreas Schwab <schwab@suse.de>
12265
12266 * sysdeps/powerpc/powerpc32/dl-trampoline.S (_dl_runtime_resolve):
12267 Don't clobber caller's LRSAVE.
12268 (_dl_prof_resolve): Likewise.
12269
12270 2006-08-14 Ulrich Drepper <drepper@redhat.com>
12271
12272 [BZ #1996]
12273 * libio/memstream.c (open_memstream): Allocate initial buffer with
12274 calloc.
12275 * libio/wmemstream.c (open_wmemstream): Likewise.
12276 * libio/strops.c: Pretty printing.
12277 (_IO_str_overflow): Clear uninitialized part of the new buffer.
12278 (enlarge_userbuf): New function.
12279 (_IO_str_seekoff): Call it if seek position is larger than current
12280 buffer.
12281 * libio/wstrops.c: Likewise.
12282 * libio/vasprintf.c: Add comment as to why we do not have to use
12283 calloc instead of malloc to allocate initial buffer.
12284 * libio/Makefile (tests): Add bug-memstream1 and bug-wmemstream1.
12285 * libio/bug-memstream1.c: New file.
12286 * libio/bug-wmemstream1.c: New file.
12287
12288 2006-08-13 Ulrich Drepper <drepper@redhat.com>
12289
12290 * libio/wstrops.c: Remove dead macro definitions and comments.
12291 * libio/strops.c: Likewise.
12292
12293 [BZ #2764]
12294 * login/utmpname.c (__utmpname): Remove unnecessary test.
12295
12296 2006-06-08 Joseph Myers <jsm28@gcc.gnu.org>
12297
12298 [BZ #2832]
12299 * math/gen-libm-test.pl (clean_up_number): Do not remove trailing
12300 0s from integers.
12301
12302 2006-08-13 Ulrich Drepper <drepper@redhat.com>
12303
12304 [BZ #2987]
12305 * sysdeps/unix/sysv/linux/clock_settime.c: Add code to use syscall
12306 for CPU clocks.
12307 * sysdeps/unix/clock_settime.c: Add support for platform-specific
12308 setting of CPU clocks.
12309
12310 2006-06-23 Paul Eggert <eggert@cs.ucla.edu>
12311
12312 [BZ #2841]
12313 * sysdeps/generic/stdint.h (UINT8_C, UINT16_C): Don't append 'U',
12314 since C99 requires the result to promote to 'int' when uint_least8_t
12315 and uint_least16_t promote to 'int'.
12316
12317 2006-08-12 Ulrich Drepper <drepper@redhat.com>
12318
12319 [BZ #3013]
12320 * locale/programs/ld-ctype.c (ctype_output): Adjust alignments, fix
12321 lenght of one output field, correct bitmask creation.
12322 * locale/programs/ld-time.c: Add alignment.
12323
12324 [BZ #2997]
12325 * misc/error.c: Add space between program name and message if file
12326 name is missing.
12327
12328 2006-08-03 Eric Blake <ebb9@byu.net>
12329
12330 [BZ #2998]
12331 * misc/error.c (error_tail) [_LIBC]: Avoid invalid free.
12332
12333 2006-08-09 Ulrich Drepper <drepper@redhat.com>
12334
12335 * malloc/memusagestat.c: Silence warnings.
12336
12337 * malloc/malloc.c: Dynamically size mmap treshold if the program
12338 frees mmaped blocks.
12339 Patch by Valerie Henson and Arjan van de Ven.
12340
12341 2006-08-08 Jakub Jelinek <jakub@redhat.com>
12342
12343 * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h (O_DIRECT): Protect with
12344 __USE_GNU.
12345
12346 * stdlib/strtol_l.c (__strtol_ul_max_tab, __strtol_ul_rem_tab,
12347 __strtol_ull_max_tab, __strtol_ull_rem_tab): Declare.
12348 (DEF): Don't put the var into .gnu.linkonce.r.* section.
12349 Only provide var definitions in strtol_l (or for *ull*
12350 in strtoll_l).
12351
12352 * stdio-common/bug16.c (tests): New array.
12353 (do_tests): Allow the first hexadecimal digit
12354 to be 1, 2, 4 or 8. Do 3 additional tests.
12355
12356 * sysdeps/s390/fpu/libm-test-ulps: Update.
12357
12358 * sysdeps/unix/sysv/linux/s390/s390-32/fchownat.c (fchownat): Use
12359 fchownat syscall if available.
12360 * sysdeps/unix/sysv/linux/powerpc/fchownat.c (fchownat): Likewise.
12361 * sysdeps/unix/sysv/linux/sh/fchownat.c (fchownat): Likewise.
12362 * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat): Likewise.
12363
12364 2006-08-07 Ulrich Drepper <drepper@redhat.com>
12365
12366 * nis/nis_xdr.c: Avoid some function calls.
12367
12368 2006-08-07 Jakub Jelinek <jakub@redhat.com>
12369 Ulrich Drepper <drepper@redhat.com>
12370
12371 * nis/nis_call.c (rec_dirsearch) [case LOWER_NAME]: Don't take
12372 short cut if only one name component is stripped away.
12373
12374 2006-08-07 Ulrich Drepper <drepper@redhat.com>
12375
12376 * nis/nis_call.c: Minor cleanups throughout.
12377 (rec_dirsearch) [case HIGHER_NAME]: Correctly size ndomain array.
12378 (first_shoot): Add search_parent_first parameter. Only if it is set
12379 search parent server first.
12380 If directory for table found through cold start cache is not the same
12381 as referenced in the cache, don't use it.
12382 (__nisfind_server): Take additional parameter. Pass it on to
12383 first_shoot.
12384 (__prepare_niscall): Adjust __nisfind_server call.
12385 * nis/rpcsvc/nislib.h: Adjust __nisfind_server prototype.
12386 * nis/nis_table.c: Adjust __nisfind_server call.
12387 * nis/nis_lookup.c: Likewise.
12388 (nis_lookup): Don't loop endlessly if name is reduced to ".".
12389
12390 2006-08-03 Ulrich Drepper <drepper@redhat.com>
12391
12392 [BZ #2182]
12393 * math/s_cacosh.c: Return values from positive branch.
12394 * math/s_cacoshf.c: Likewise.
12395 * math/s_cacoshl.c: Likewise.
12396
12397 [BZ #2883]
12398 * sysvipc/sys/msg.h: Change return value to ssize_t.
12399 * sysdeps/unix/sysv/linux/msgrcv.c: Likewise.
12400 * sysvipc/msgrcv.c: Likewise.
12401 * include/sys/msg.h: Likewise.
12402
12403 * grp/initgroups.c (internal_getgrouplist): Remove unnecessary
12404 test introduced in patch for bz #661.
12405 (getgrouplist): Simplify code a bit. Don't allocate one additional
12406 element for NEWGROUPS.
12407
12408 [BZ #2908]
12409 * stdio-common/printf_fphex.c (__printf_fphex): When rounding up
12410 'f', use '1' as leading digit not '\1'.
12411 * stdio-common/Makefile (tests): Add bug16.
12412 * stdio-common/bug16.c: New file.
12413
12414 [BZ #2914]
12415 * sysdeps/unix/sysv/linux/gethostid.c: Don't define OLD_HOSTIDFILE
12416 and don't try to open it. The patch introducing the macro
12417 contained a bug and used the same file name as the new file
12418 instead of using /var/adm/hostid. Nobody complaint so I'm taking
12419 this out completely.
12420
12421 [BZ #2926]
12422 * assert/assert.h: Move cast to void inside ?: to quiet gcc.
12423 Patch by Jerry James <Jerry.James@usu.edu>.
12424
12425 * rt/Makefile (tests): Add tst-clock2.
12426 * rt/tst-clock2.c: New file.
12427
12428 [BZ #2978]
12429 * resolv/gai_notify.c (__gai_notify_only): Copy memory for thread
12430 function and its parameters and pass it to new thread.
12431 (__gai_notify): Add support for alternative waiting for completion.
12432 * resolv/gai_suspend.c (gai_suspend): Add support for alternative
12433 waiting for completion.
12434 * resolv/getaddrinfo_a.c: Likewise.
12435 * resolv/gai_misc.h (struct waitlist): Don't add cond if alternative
12436 waiting for completion is used.
12437 * resolv/gai_misc.c: Allow overwriting code to start helper thread.
12438 * resolv/gai_cancel.c: Include <gai_misc.h> not "gai_misc.h".
12439 * resolv/gai_error.c: Likewise.
12440 * resolv/gai_sigqueue.c: Likewise.
12441
12442 2006-08-02 Thomas Schwinge <tschwinge@gnu.org>
12443
12444 * hurd/getdport.c (__getdport): Don't return EBADF; instead set
12445 errno to EBADF and return MACH_PORT_NULL.
12446
12447 2006-06-23 Joseph Myers <joseph@codesourcery.com>
12448
12449 [BZ #2980]
12450 * posix/Makefile (CFLAGS-waitid.c): Add -fasynchronous-unwind-tables.
12451
12452 2006-08-02 Ulrich Drepper <drepper@redhat.com>
12453
12454 * elf/dl-addr.c (_dl_addr): If GNU-style hash tables are present,
12455 walk them instead of the symbol table.
12456
12457 2006-08-01 Ulrich Drepper <drepper@redhat.com>
12458
12459 [BZ #2098]
12460 * nscd/initgrcache.c (addinitgroupsX): Judge successful lookups by
12461 status of NSS calls, not the number of returned entries.
12462
12463 * sysdeps/unix/sysv/linux/syscalls.list: Remove add_key,
12464 request_key, keyctl.
12465
12466 2006-07-31 Ulrich Drepper <drepper@redhat.com>
12467
12468 * sysdeps/unix/sysv/linux/dl-osinfo.h: Remove unnecessary include.
12469
12470 2006-07-16 Jeff Bailey <jbailey@ubuntu.com>
12471
12472 * elf/tst-auditmod1.c: Fix typo in #error.
12473
12474 2006-07-31 Ulrich Drepper <drepper@redhat.com>
12475
12476 * elf/tst-auditmod1.c: Remove code for unsupported architectures.
12477
12478 * iconvdata/run-iconv-test.sh: Run cmp in C locale.
12479
12480 2006-07-20 Adam Nemet <anemet@caviumnetworks.com>
12481
12482 * stdlib/test-canon.c (do_test): Close fd before unlinking file so
12483 that the directory is empty even on non-POSIX filesystems.
12484
12485 2006-07-31 Ulrich Drepper <drepper@redhat.com>
12486
12487 * elf/dl-open.c (dl_open_worker): Add branch prediction.
12488
12489 * nis/nss_compat/compat-grp.c: Avoid unnecessary setgrent calls into
12490 the backend NSS module. If backend setgrent call failed, don't have
12491 internal_setgrent fail. Just remember this until it is needed.
12492 * nis/nss_compat/compat-pwd.c: Likewise.
12493 * nis/nss_compat/compat-spwd.c: Likewise.
12494
12495 2006-07-30 Roland McGrath <roland@redhat.com>
12496
12497 * sysdeps/unix/sysv/linux/ia64/sigsuspend.c: File removed.
12498 * sysdeps/unix/sysv/linux/x86_64/sigsuspend.c: File removed.
12499 * sysdeps/unix/sysv/linux/s390/s390-64/sigsuspend.c: File removed.
12500 * sysdeps/unix/sysv/linux/sparc/sparc64/sigsuspend.c: File removed.
12501
12502 * sysdeps/unix/sysv/linux/not-cancel.h (pause_not_cancel): New macro.
12503 (nanosleep_not_cancel): New macro.
12504 (sigsuspend_not_cancel): new macro.
12505 * sysdeps/unix/sysv/linux/sigsuspend.c [__ASSUME_REALTIME_SIGNALS]
12506 (do_sigsuspend): Define as inline.
12507 (__sigsuspend): Always use do_sigsuspend.
12508 [! NO_CANCELLATION] (__sigsuspend_nocancel): New function.
12509 * include/signal.h: Declare __sigsuspend_nocancel.
12510 * sysdeps/posix/pause.c
12511 [! NO_CANCELLATION] (__pause_nocancel): New function.
12512
12513 * include/unistd.h (__pause_nocancel): Add attribute_hidden.
12514 * include/time.h (__nanosleep_nocancel): Likewise.
12515
12516 2006-07-30 Ulrich Drepper <drepper@redhat.com>
12517
12518 * locale/programs/localedef.c (add_to_readlist): Rename local
12519 variables to avoid confusion.
12520
12521 * locale/programs/charmap.c (charmap_read): Emit error message if
12522 charmap couldn't be found or read.
12523
12524 2006-07-28 Ulrich Drepper <drepper@redhat.com>
12525
12526 * sysdeps/unix/sysv/linux/kernel-features.h: Define
12527 __ASSUME_FUTEX_LOCK_PI.
12528 * include/time.h: Declare __nanosleep_nocancel.
12529 * include/unistd.h: Declare __pause_nocancel.
12530
12531 * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Use this instead of
12532 LDFLAGS. Add -lgcc_eh and libc_nonshared (again) to make sure we
12533 get the __stack_chk_fail_local definition when it's needed.
12534
12535 2006-07-26 Ulrich Drepper <drepper@redhat.com>
12536
12537 * dlfcn/Makefile: Add rules to build and run bug-atexit3.
12538 * dlfcn/bug-atexit3.c: New file.
12539 * dlfcn/bug-atexit3-lib.cc: New file.
12540
12541 * dlfcn/dlmopen.c (dlmopen_doit): Don't allow RTLD_GLOBAL to be
12542 used when the namespace is not the base namespace.
12543
12544 2006-07-26 Gavin Romig-Koch <gavin@redhat.com>
12545
12546 * stdlib/cxa_atexit.c (__new_exitfn_called): New variable.
12547 (__new_exitfn): Bump it in every successful call.
12548 * stdlib/cxa_finalize.c (__cxa_finalize): If destructor registered
12549 more exit handlers, call them right away.
12550 * stdlib/exit.h: Declare __new_exitfn_called.
12551
12552 2006-07-25 Ulrich Drepper <drepper@redhat.com>
12553
12554 * stdlib/cxa_finalize.c (__cxa_finalize): Fix race condition when
12555 calling registered handler.
12556
12557 * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Fix comment.
12558 * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
12559 * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
12560 * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
12561 * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
12562 * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
12563 * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h: Likewise.
12564 * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
12565
12566 2006-07-10 Ulrich Drepper <drepper@redhat.com>
12567
12568 * elf/dl-lookup.c (dl_new_hash): New functions.
12569 (_dl_lookup_symbol_x): Rename hash to old_hash and don't compute
12570 value here. Compute new-style hash value. Pass new hash value
12571 and reference to variable with the old value to do_lookup_x.
12572 (_dl_setup_hash): If DT_GNU_HASH is defined, use it and not
12573 old-style hash table.
12574 (_dl_debug_bindings): Pass new hash value and reference to variable
12575 with the old value to do_lookup_x.
12576 * elf/do-lookup.h (do_lookup_x): Accept additional parameter with
12577 new-style hash value and change old-style hash value parameter to
12578 be a reference. Reoganize functions to determine whether
12579 new-style hash table is available. Only fall back on old-style
12580 table. If old-style hash value is needed, compute it here.
12581 * elf/dynamic-link.h (elf_get_dynamic_info): Relocate DT_GNU_HASH
12582 entry.
12583 * elf/elf.h: Define SHT_GNU_HASH, DT_GNU_HASH, DT_TLSDEC_PLT,
12584 DT_TLSDEC_GOT. Adjust DT_ADDRNUM.
12585 * include/link.h (struct link_map): Add l_gnu_bitmask_idxbits,
12586 l_gnu_shift, l_gnu_bitmask, l_gnu_buckets and l_gnu_chain_zero.
12587 * Makeconfig: If linker supports --hash-style option add it to all
12588 linker command lines to build DSOs.
12589 * config.make.in: Define have-hash-style.
12590 * configure.in: Test whether linker supports --hash-style option.
12591
12592 * elf/dl-misc.c (_dl_name_match_p): Make MAP parameter const.
12593 * sysdeps/generic/ldsodefs.h: Adjust prototype.
12594
12595 2006-06-27 Ulrich Drepper <drepper@redhat.com>
12596
12597 * elf/dl-load.c (open_path): Fix test to determine whether DSO is
12598 auditing.
12599
12600 * elf/dl-load.c (_dl_map_object): Try harder to avoid looking at
12601 RPATH of main map twice.
12602
12603 2006-06-22 Ulrich Drepper <drepper@redhat.com>
12604
12605 * intl/dcigettext.c (DCIGETTEXT): If _nl_find_msg returns -1 don't
12606 look further, return original strings.
12607 (_nl_find_msg): Do not return found translation if the conversion
12608 failed. Either signal the string is unusable or that something went
12609 wrong and the original should be used.
12610
12611 2006-06-21 Ulrich Drepper <drepper@redhat.com>
12612
12613 * string/_strerror.c (__strerror_r): Add __builtin_expect.
12614
12615 2006-06-14 Jakub Jelinek <jakub@redhat.com>
12616
12617 [BZ #2766]
12618 * misc/insremque.c (insque): Handle prev == NULL.
12619 * misc/Makefile (tests): Add tst-insremque.
12620 * misc/tst-insremque.c: New test.
12621
12622 2006-06-17 Ulrich Drepper <drepper@redhat.com>
12623
12624 [BZ #2792]
12625 * elf/dl-deps.c (expand_dst): Rename __cnt variable to not
12626 conflict with DL_DST_REQUIRED.
12627
12628 2006-06-16 Ulrich Drepper <drepper@redhat.com>
12629
12630 * nis/nis_subr.c (nis_getnames): Fix the implementation to better
12631 match what Solaris does.
12632
12633 2006-06-04 Ulrich Drepper <drepper@redhat.com>
12634
12635 * sysdeps/posix/spawni.c (__spawni): Use local_seteuid and
12636 local_setegid instead of seteuid and setegid.
12637 * sysdeps/generic/local-setxid.h: New file.
12638 * sysdeps/unix/sysv/linux/local-setxid.h: New file.
12639
12640 * sysdeps/posix/spawni.c (__spawni): Use non-cancelable interfaces.
12641
12642 * string/Makefile (tests): Add bug-envz1.
12643 * string/bug-envz1.c: New file.
12644
12645 2006-06-02 Jakub Jelinek <jakub@redhat.com>
12646
12647 * posix/regex_internal.c (re_string_skip_chars): If no character has
12648 been converted at all, set *last_wc to WEOF. If mbrtowc failed, set wc
12649 to the byte which couldn't be converted.
12650 (re_string_reconstruct): Don't clear valid_raw_len before calling
12651 re_string_skip_chars. If wc is WEOF after re_string_skip_chars, set
12652 tip_context using re_string_context_at.
12653 * posix/Makefile: Add rules to build and run bug-regex25 test.
12654 * posix/bug-regex25.c: New test.
12655
12656 2006-06-02 Ryan S. Arnold <rsa@us.ibm.com>
12657
12658 [BZ #2703]
12659 * string/envz.c (envz_strip): Correct erroneously reversed src
12660 and dest parameters to memmove() invocation.
12661
12662 2006-05-30 Jakub Jelinek <jakub@redhat.com>
12663
12664 * nscd/nscd.h (prune_cache): Add fd argument to prototype.
12665 * nscd/nscd.c (parse_opt): Read response from INVALIDATE request
12666 to make sure the database has been already invalidated.
12667 * nscd/cache.c (prune_cache): Add fd argument. Write response to fd
12668 after the cache has been invalidated. Use pthread_mutex_lock rather
12669 than pthread_mutex_trylock if fd != -1.
12670 * nscd/connections.c (invalidate_cache): Add fd argument, write
12671 response to fd if not calling prune_cache, pass fd to prune_cache.
12672 (handle_request): Adjust invalidate_cache caller.
12673 (nscd_run): Pass -1 as fd to prune_cache.
12674
12675 2006-05-30 Ulrich Drepper <drepper@redhat.com>
12676
12677 * sysdeps/posix/getaddrinfo.c (gaiconf_init): Initialize bits in
12678 the correct place.
12679
12680 2006-05-29 Ulrich Drepper <drepper@redhat.com>
12681
12682 * nscd/nscd.h (struct database_dyn): Add prunelock field.
12683 * nscd/cache.c (prune_cache): Take prunelock before starting the
12684 work. Just return in case it is already taken.
12685 * nscd/connections.c (dbs): Initialize .prunelock.
12686
12687 2006-05-25 Ulrich Drepper <drepper@redhat.com>
12688
12689 * nis/nis_removemember.c (nis_removemember): Avoid unnecessary
12690 copying. No need to allocate new array for group members. Just
12691 move the pointers and update the size.
12692
12693 * nis/nis_addmember.c (nis_addmember): Avoid unnecessary copying.
12694 Avoid memory leak in case realloc fails. Simplification for
12695 better code generation.
12696
12697 Avoid deprecation warning because of libc_hidden_proto for
12698 inet6_option_alloc.
12699 * inet/inet6_option.c (option_alloc): Renamed from
12700 inet6_option_alloc. Made static.
12701 (inet6_option_alloc): Now a simple wrapper around option_alloc.
12702 (inet6_option_append): Call option_alloc.
12703 * include/netinet/in.h: Remove libc_hidden_proto for
12704 inet6_option_alloc.
12705
12706 * nis/nis_callback.c (__nis_create_callback): Always call xdr_free
12707 for cleanup when cb!=NULL [Coverity CID 233].
12708
12709 2006-05-24 Ulrich Drepper <drepper@redhat.com>
12710
12711 [BZ #2693]
12712 * inet/Makefile (routines): Add inet6_opt and inet6_rth.
12713 * inet/Versions (libc, GLIBC_2.5): Add inet6_opt_init,
12714 inet6_opt_append, inet6_opt_finish, inet6_opt_set_val, inet6_opt_next,
12715 inet6_opt_find, inet6_opt_get_val, inet6_rth_space, inet6_rth_init,
12716 inet6_rth_add, inet6_rth_reverse, inet6_rth_segments,
12717 and inet6_rth_getaddr.
12718 * inet/netinet/ip6.h (struct ip6_rthdr0): Make ip6r0_addr a flexible
12719 array.
12720 * inet/netinet/in.h (struct ip6_mtuinfo): Define.
12721 Mark inet6_option_* interfaces as deprecated.
12722 Declare inet6_opt_init, inet6_opt_append, inet6_opt_finish,
12723 inet6_opt_set_val, inet6_opt_next, inet6_opt_find, inet6_opt_get_val,
12724 inet6_rth_space, inet6_rth_init, inet6_rth_add, inet6_rth_reverse,
12725 inet6_rth_segments, and inet6_rth_getaddr.
12726 * inet/inet6_opt.c: New file.
12727 * inet/inet6_rth.c: New file.
12728
12729 * inet/netinet/icmp6.h: Pretty printing.
12730
12731 [BZ #2683]
12732 * elf/dl-addr.c (_dl_addr): Don't match undefined references.
12733
12734 2006-05-23 Ulrich Drepper <drepper@redhat.com>
12735
12736 * nis/nis_lookup.c (nis_lookup): Use __prepare_niscall instead of
12737 doing it all here. When server does not know the answer do not
12738 fail immediate, try parent first.
12739
12740 * nis/nis_domain_of_r.c (nis_domain_of_r): Add missing buffer
12741 overflow test.
12742
12743 2006-05-20 Ulrich Drepper <drepper@redhat.com>
12744
12745 * nis/nis_call.c (__prepare_niscall): New function. Split out
12746 from __do_niscall.
12747 * nis/nis_table.c (__create_ib_request): Renamed from create_ib_request
12748 and exported.
12749 (__follow_path): New function. Split out from nis_list.
12750 * nis/nis_xdr.h: Add libnsl_hidden_proto for _xdr_ib_request and
12751 _xdr_nis_result.
12752 * nis/nis_xdr.c: Add libnsl_hidden_def for _xdr_ib_request and
12753 _xdr_nis_result.
12754 * nis/libnsl.h: Declare __prepare_niscall, __create_ib_request,
12755 and __follow_path.
12756 * nis/Versions: Export __prepare_niscall, __create_ib_request,
12757 __follow_path, __do_niscall3, _xdr_ib_request, and _xdr_nis_result
12758 from libnsl for version GLIBC_PRIVATE.
12759 * nis/nisplus-parser.h: Remove _nss_nisplus_parse_pwent_chk.
12760 Remove entry parameter from _nss_nisplus_parse_pwent and
12761 _nss_nisplus_parse_grent.
12762 * nis/nss_nisplus/nisplus-parser.c: Likewise.
12763 * nis/nss_nisplus/nisplus-pwd.c: Remove support for SETENT_BATCH_READ
12764 again. Rewrite getpwent handling to not use nis_first_entry and
12765 nis_next_entry. Roll out own niscall handling.
12766 * nis/nss_nisplus/nisplus-grp.c: Likewise.
12767
12768 * sunrpc/xdr_rec.c: Fix typo in comment.
12769
12770 2006-05-19 Ulrich Drepper <drepper@redhat.com>
12771
12772 * nis/nis_call.c (__do_niscall3): Avoid code duplication in error
12773 handling.
12774
12775 * nis/nis_callback.c (internal_nis_do_callback): Don't use malloc
12776 to allocate memory for my_pollfd. Better initialization of
12777 cb_is_running. Use TEMP_FAILURE_RETRY.
12778
12779 * malloc/memusage.sh (memusageso): Add quotes.
12780 (memusagestat): Likewise.
12781 * debug/xtrace.sh (pcprofileso): Likewise.
12782 (pcprofiledump): Likewise.
12783 * debug/Makefile ($(objpfx)xtrace): Use $LIB in SLIBDIR
12784 replacement.
12785 * malloc/Makefile ($(objpfx)memusage): Likewise.
12786
12787 * nis/nis_callback.c (__nis_create_callback): Calls to
12788 svcudp_bufcreate and svctcp_create can fail. Free ->xprt if
12789 asprintf call fails.
12790
12791 * sysdeps/unix/sysv/linux/ifaddrs.c (__netlink_sendreq): Make sure
12792 no uninitialized memory is passed to sendto.
12793
12794 2006-05-18 Ulrich Drepper <drepper@redhat.com>
12795
12796 * nis/nis_callback.c (__nis_create_callback): Use asprinf instead
12797 of snprintf+strdup. Handle OOM.
12798 * nis/nis_callback.c (__nis_create_callback): Allocate cb and
12799 cb->serv together. Remove now obsolete free calls.
12800 (__nis_destroy_callback): Remove now obsolete free call.
12801
12802 2006-05-18 David Woodhouse <dwmw2@redhat.com>
12803
12804 * sysdeps/posix/getaddrinfo.c: Add unique labels to the default
12805 RFC3484 precedence table for fec0::/10 and fc00::/7 (site-local
12806 and ULA respectively). Set precedence for IPv4 address to 10 as
12807 defined in RFC3484 for preferring IPv6.
12808 * posix/gai.conf: Update to match the new default tables.
12809
12810 2006-05-18 Jakub Jelinek <jakub@redhat.com>
12811
12812 * nis/nss_compat/compat-pwd.c (internal_setpwent): If nss_set*ent
12813 returned NSS_STATUS_UNAVAIL, still return NSS_STATUS_SUCCESS.
12814 * nis/nss_compat/compat-spwd.c (internal_setspent): Likewise.
12815 * nis/nss_compat/compat-grp.c (internal_setgrent): Likewise.
12816
12817 * nis/nss_compat/compat-initgroups.c (nss_setgrent, nss_endgrent):
12818 Removed.
12819 (init_nss_interface): Remove initialization of these variables.
12820
12821 2006-05-18 Ulrich Drepper <drepper@redhat.com>
12822
12823 * nis/nis_call.c (rec_dirsearch): Little optimization: pull
12824 nis_free_directory forward to avoid duplication.
12825
12826 2006-05-17 Ulrich Drepper <drepper@redhat.com>
12827
12828 * nis/nis_call.c (rec_dirsearch): Handle __nis_finddirectory and
12829 rec_dirsearch returning NULL.
12830 (first_shoot): Handle __nis_finddirectory returning NULL.
12831 (__nisfind_server): Fix leak when rec_dirsearch returns NULL.
12832
12833 * sysdeps/unix/sysv/linux/sys/inotify.h: Define IN_CLOSE, IN_MOVE,
12834 IN_ONLYDIR, IN_DONT_FOLLOW, and IN_MASK_ADD.
12835
12836 2006-05-17 Jakub Jelinek <jakub@redhat.com>
12837
12838 * sunrpc/key_call.c (getkeyserv_handle): Call auth_destroy if
12839 pid changed.
12840
12841 2006-05-15 Ulrich Drepper <drepper@redhat.com>
12842
12843 * include/rpc/pmap_prot.h: Mark all functions as hidden.
12844
12845 * nscd/nscd_initgroups.c: Mark __gr_map_handle as hidden.
12846 * nscd/nscd_getgr_r.c: Likewise.
12847
12848 * include/rpc/pmap_rmt.h: Mark all functions as hidden.
12849
12850 * nscd/nscd_getai.c (__hst_map_handle): Mark as hidden.
12851 * nscd/nscd_gethst_r.c (__hst_map_handle): Likewise.
12852
12853 * stdlib/longlong.h (__clz_tab): Mark as hidden.
12854
12855 * iconv/gconv_int.h: Mark __gconv_lock as hidden.
12856
12857 * include/rpc/key_prot.h: Mark all _internal functions as hidden.
12858
12859 * include/rpc/auth.h: Mark xdr_des_block_internal and
12860 xdr_opaque_auth_internal as hidden.
12861
12862 * sysdeps/unix/sysv/linux/getdents.c: Mark __have_no_getdents64 as
12863 hidden.
12864
12865 * include/rpc/xdr.h: Mark all _internal functions as hidden.
12866
12867 * misc/getusershell.c (okshells): Don't use static initializers,
12868 do it dynamically.
12869
12870 * stdlib/fmtmsg.c (keywords): Change type of len element to
12871 uint32_t to not waste space on 64bit machines.
12872
12873 * locale/setlocale.c: Change _nl_category_names into a string.
12874 Add new _nl_category_name_idxs. Change all users.
12875 * locale/localeinfo.h: Adjust declaration of _nl_category_names.
12876 Declare _nl_category_name_idxs.
12877 * locale/findlocale.c: Adjust for _nl_category_names change.
12878 * locale/loadlocale.c: Likewise.
12879 * locale/newlocale.c: Likewise.
12880 * intl/dcigettext.c: Likewise.
12881
12882 * iconv/gconv_conf.c (add_alias): Move actual alias handling to...
12883 (add_alias2): ...here. New function.
12884 (__gconv_read_conf): Simplify builtin alias handling.
12885 (builtin_aliases): Convert to string to avoid relocations.
12886 * iconv/gconv_builtin.h: Add comment about correct formatting.
12887
12888 2006-05-15 Jakub Jelinek <jakub@redhat.com>
12889
12890 * resolv/res_debug.c (loc_ntoa): Make error const.
12891
12892 2006-05-14 Andreas Schwab <schwab@suse.de>
12893
12894 * math/complex.h [__LDBL_COMPAT]: Use __REDIRECT_NTH.
12895
12896 2006-05-12 Jakub Jelinek <jakub@redhat.com>
12897
12898 * sysdeps/unix/sysv/linux/sched_getaffinity.c: Include sys/param.h.
12899 (__sched_getaffinity_new): Don't crash if cpusetsize is smaller than
12900 sizeof (cpu_set_t).
12901
12902 2006-05-11 Ulrich Drepper <drepper@redhat.com>
12903
12904 * resolv/res_debug.c (loc_ntoa): Define error as array, not pointer.
12905
12906 * include/arpa/nameser.h: Declare _ns_flagdata as hidden.
12907
12908 * nis/yp_xdr.c: Add libnsl_hidden_def for xdr_ypresp_master.
12909 * include/rpcsvc/yp.h: Add libnsl_hidden_proto for xdr_ypresp_master.
12910
12911 * nis/yp_xdr.c: Add libnsl_hidden_def for xdr_ypbind_resp.
12912 * include/rpcsvc/yp.h: Add libnsl_hidden_proto for xdr_ypbind_resp.
12913
12914 * nis/nis_xdr.c: Add libnsl_hidden_def for xdr_cback_data.
12915 * include/rpcsvc/nis_callback.h: Add libnsl_hidden_proto for
12916 xdr_cback_data.
12917
12918 * nis/ypupdate_xdr.c: Add libnsl_hidden_def for xdr_ypupdate_args.
12919 * include/rpcsvc/ypupd.h: Add libnsl_hidden_proto for
12920 xdr_ypupdate_args.
12921
12922 * nis/yp_xdr.c: Add libnsl_hidden_def for xdr_ypresp_order.
12923 * include/rpcsvc/yp.h: Add libnsl_hidden_proto for xdr_ypresp_order.
12924
12925 * nis/yp_xdr.c: Add libnsl_hidden_def for xdr_ypresp_maplist.
12926 * include/rpcsvc/yp.h: Add libnsl_hidden_proto for xdr_ypresp_maplist.
12927
12928 * nis/nis_xdr.c: Add libnsl_hidden_def for xdr_obj_p.
12929 * include/rpcsvc/nis_callback.h: New file.
12930
12931 * nis/yp_xdr.c: Add libnsl_hidden_def for xdr_ypresp_val.
12932 * include/rpcsvc/yp.h: Add libnsl_hidden_proto for xdr_ypresp_val.
12933
12934 * nis/yp_xdr.c: Add libnsl_hidden_def for xdr_ypreq_nokey.
12935 * include/rpcsvc/yp.h: Add libnsl_hidden_proto for xdr_ypreq_nokey.
12936
12937 * nis/yp_xdr.c: Add libnsl_hidden_def for xdr_ypmaplist.
12938 * include/rpcsvc/yp.h: Add libnsl_hidden_proto for xdr_ypmaplist.
12939
12940 * nis/yp_xdr.c: Add libnsl_hidden_def for xdr_ypreq_nokey.
12941 * include/rpcsvc/yp.h: Add libnsl_hidden_proto for xdr_ypreq_nokey.
12942
12943 * nis/ypupdate_xdr.c: Add libnsl_hidden_def for xdr_ypdelete_args.
12944 * include/rpcsvc/ypupd.h: Add libnsl_hidden_proto for
12945 xdr_ypdelete_args.
12946
12947 * nis/nis_xdr.h: Mark all functions as hidden. Remove
12948 __BEGIN_DECLS and __END_DECLS, the header is not installed.
12949
12950 * nis/nis_error.c: Remove table of strings. Use position
12951 independent mechanism.
12952 * nis/nis_error.h: New file.
12953
12954 2006-05-11 Jakub Jelinek <jakub@redhat.com>
12955
12956 * locale/programs/ld-time.c (time_finish): If wide era name or
12957 format aren't provided, set both wname and wformat to L"".
12958
12959 2006-05-10 Ulrich Drepper <drepper@redhat.com>
12960
12961 * sysdeps/unix/sysv/linux/tcgetattr.c (__tcgetattr): Only store
12962 results if the call was succesful.
12963
12964 * nis/nss-nis.h: Mark __yperr2nss_tab and __yperr2nss_count as hidden.
12965
12966 * nis/nss-nisplus.h: Mark __niserr2nss_tab and __niserr2nss_count
12967 as hidden.
12968
12969 2006-05-10 Jakub Jelinek <jakub@redhat.com>
12970
12971 * misc/sys/queue.h: Remove uses of all QUEUEDEBUG_* macros.
12972
12973 2006-05-10 Ulrich Drepper <drepper@redhat.com>
12974
12975 * posix/wordexp.c (parse_glob): No need to check ifs for NULL, the
12976 caller makes sure this is not the case.
12977 (wordexp): Simplify ifs_white creation. [Coverity CID 231]
12978
12979 2006-05-09 Ulrich Drepper <drepper@redhat.com>
12980
12981 * posix/wordexp.c: Remove numerous NULL pointer tests before FREE
12982 calls.
12983
12984 * io/ftw.c (open_dir_stream): Return right away if REALLOC fails.
12985 [Coverity CID 229, 230]
12986
12987 * argp/argp-help.c (hol_entry_help): Handle STATE==NULL in ARG and
12988 DGETTEXT calls.
12989 (hol_help): Likewise. [Coverity CID 226, 227]
12990
12991 * string/argz-replace.c (__argz_replace): Unconditionally call
12992 free on SRC. [Coverity CID 225]
12993
12994 * nis/nis_creategroup.c (nis_creategroup): No need to duplicate
12995 the return value of __nis_default_owner and __nis_default_group,
12996 it has been especially allocated. [Coverity CID 224]
12997
12998 * nis/nis_defaults.c (searchXYX): New functions. Used by both
12999 searchgroup and searchowner. Significantly simplified.
13000 (__nis_default_owner): Remove duplication. Do not locally copy the
13001 string before duplicating it.
13002 (__nis_default_group): Likewise.
13003
13004 * nis/nis_lookup.c (nis_lookup): After calling nis_free_directory,
13005 we must clear the variable before calling __nisfind_server.
13006
13007 * nis/nis_lookup.c (nis_lookup): Always free memory allocated with
13008 nis_getnames. [Coverity CID 223]
13009
13010 * locale/programs/locfile.c (locfile_read): Use alloca instead of
13011 xmalloc to allocate local repertoire name. [Coverity CID 222]
13012
13013 * iconv/iconv_charmap.c (use_to_charmap): No need to dynamically
13014 allocate memory for the input to add_bytes. [Coverity CID 221]
13015
13016 * posix/wordexp.c (w_addword): Free word if realloc fails and it
13017 was allocated here. [Coverity CID 219, 220]
13018
13019 * posix/getconf.c (print_all): Free confstr data after printing.
13020 [Coverity CID 218]
13021
13022 * sysdeps/posix/getaddrinfo.c (gaih_inet): Free canon string if
13023 list allocation fails. [Coverity CID 215]
13024
13025 * nss/nsswitch.c (__nss_configure_lookup): Fix loop end condition.
13026 [Coverity CID 213]
13027
13028 * argp/argp-help.c (hol_entry_cmp): Don't call canon_doc_option if
13029 string is NULL. [Coverity CID 212]
13030 * argp/Makefile: Add rules to build and run bug-argp1.
13031 * argp/bug-argp1.c: New file.
13032
13033 * io/ftw.c (ftw_dir): Use __rawmemchr instead of strchr to find
13034 end of string.
13035 * stdlib/canonicalize.c (__realpath): Likewise.
13036
13037 * locale/programs/ld-time.c (time_finish): Don't dereference NULL
13038 pointer. [Coverity CID 206]
13039
13040 * elf/dl-dst.h (DL_DST_REQUIRED): Be prepared for missing link map
13041 in statically linked code.
13042 * elf/dl-load.c (_dl_dst_substitute): When replacing ORIGIN in
13043 statically built code, be prepared to have no link map.
13044 [Coverity CID 205]
13045
13046 * argp/argp-help.c (fill_in_uparams): Handle STATE==NULL in
13047 dgettext calls. [Coverity CID 204]
13048
13049 * argp/argp-help.c (struct uparams): Remove valid member. Change
13050 the one user.
13051 (uparam_names): Reduce size. Avoid relative relocations.
13052 Moved to read-only segment.
13053 (fill_in_uparams): Update for new layout.
13054
13055 * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs): Parameter can be
13056 assumed to always be != NULL. [Coverity CID 202]
13057
13058 * argp/argp-help.c (hol_entry_help): Remove some dead code
13059 [Coverity CID 200].
13060
13061 * nis/nss_nis/nis-service.c (_nss_nis_getservbyport_r): Optimize
13062 away a few more unconditional yperr2nss calls.
13063 (_nss_nis_getservbyname_r): Likewise.
13064
13065 2006-05-06 Ulrich Drepper <drepper@redhat.com>
13066
13067 * sysdeps/generic/ldsodefs.h: Remove support for non-core
13068 architectures.
13069
13070 * sysdeps/unix/sysv/linux/check_pf.c (make_request): Make sure
13071 that unused memory passed to sendto is nevertheless initialized.
13072
13073 [BZ #2499]
13074 * resolv/nss_dns/dns-canon.c (_nss_dns_getcanonname_r): Avoid
13075 possibly unaligned memory accesses.
13076
13077 * include/arpa/nameser.h: Also optimize NS_PUT16 and NS_PUT32.
13078 * resolv/res_mkquery.c: Use NS_PUT16 and NS_PUT32 instead of __putshort
13079 and __putlong respectively. Correct buffer overflow check for
13080 NS_NOTIFY_OP.
13081
13082 * resolv/res_send.c (send_vc): Use ns_put16 instead of putshort.
13083
13084 * resolv/res_send.c (res_queriesmatch): Fix typo in comment.
13085 (send_dg): Rewrite error handling to be more compact and avoid
13086 double recomputation of timeouts. Pass MSG_NOSIGNAL to send.
13087
13088 * include/arpa/nameser.h: Add optimizations for NS_GET16 and NS_GET32.
13089
13090 * resolv/res_send.c (res_nameinquery): Use NS_GET16 directly
13091 instead of ns_get16.
13092 (res_queriesmatch): Likewise. Minor optimization.
13093
13094 [BZ #2499]
13095 * resolv/res_query.c (__libc_res_nquery): If answerp != NULL,
13096 __libc_res_nsend might reallocate the buffer for the answer. In
13097 this case we have to reload the HP pointer.
13098
13099 2006-05-05 Ulrich Drepper <drepper@redhat.com>
13100
13101 * stdio-common/vfscanf.c (memory_error): Remove definition. Add
13102 some branch prediction hints.
13103
13104 * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Define SPLICE_F_*.
13105 * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
13106 * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
13107 * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
13108 * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
13109 * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
13110 * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h: Likewise.
13111 * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
13112
13113 2006-05-05 Martin Schwidefsky <schwidefsky@de.ibm.com>
13114
13115 * sysdeps/s390/s390-32/elf/start.S: Replace pc relative relocation
13116 by a GOT relocation to make Scrt1.o position independent.
13117 * sysdeps/s390/s390-64/elf/start.S: Likewise.
13118
13119 * sysdeps/unix/sysv/linux/s390/s390-32/syscall.S: Add support for
13120 six system call parameters.
13121 * sysdeps/unix/sysv/linux/s390/s390-64/syscall.S: Likewise.
13122
13123 2006-05-05 Ulrich Drepper <drepper@redhat.com>
13124
13125 * sunrpc/svcauth_des.c (cache_init): Use calloc instead of
13126 malloc&bzero.
13127
13128 * sunrpc/svc_udp.c (BZERO): Remove definition.
13129 (CALLOC): Define.
13130 (svc_enablecache): Use CALLOC instead of ALLOC&BZERO.
13131
13132 * sunrpc/des_impl.c: Remove ALT_ECB support. We never used it.
13133 (des_SPtrans): Use uint32_t type.
13134 (des_skb): Likewise.
13135
13136 * sunrpc/xdr_ref.c (xdr_reference): Use calloc instead of malloc&bzero.
13137
13138 2006-05-05 Jakub Jelinek <jakub@redhat.com>
13139
13140 [BZ #2509]
13141 * stdio-common/tst-printf.sh: Adjust for tst-printf.c change even
13142 on 32-bit arches.
13143
13144 2006-05-05 Ulrich Drepper <drepper@redhat.com>
13145
13146 * locale/programs/ld-address.c (address_finish): Fix one more
13147 place where the iso639 array might be accessed beyond the limits.
13148
13149 2006-05-04 Ulrich Drepper <drepper@redhat.com>
13150
13151 * nis/nis_table.c (nis_list): Avoid clearing res twice before
13152 filling it for the first time.
13153
13154 * nis/nis_table.c (get_tablepath): Renamed from __get_tablepath.
13155 Adjust all callers.
13156 Free res object content before returning.
13157
13158 * sunrpc/xdr_array.c (xdr_array): Use calloc instead of malloc&bzero.
13159
13160 * sunrpc/key_call.c (__rpc_thread_key_cleanup): Also free
13161 client->cl_auth.
13162
13163 * sunrpc/rpc_thread.c (__rpc_thread_destroy): Don't skip entire
13164 cleanup for initial thread, just the free call on TVP.
13165
13166 * nscd/gai.c (__getline): Define.
13167
13168
13169 See ChangeLog.16 for earlier changes.