]> sourceware.org Git - glibc.git/blob - ChangeLog
eca461fc79aa414a81761b6462ea4a7701a9ea3e
[glibc.git] / ChangeLog
1 2009-07-30 Ulrich Drepper <drepper@redhat.com>
2
3 * sysdeps/unix/sysv/linux/i386/____longjmp_chk.S: New file.
4 * sysdeps/i386/____longjmp_chk.S: Remove all code. This is now a file
5 which always causes a compile error.
6
7 * sysdeps/i386/__longjmp.S: Remove bound-checking pointer support.
8
9 * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: New file. Content
10 comes from...
11 * sysdeps/x86_64/____longjmp_chk.S: ...here. This is now a file
12 which always causes a compile error.
13
14 * debug/Makefile (tests): Add tst-longjmp_chk2.
15 * debug/tst-longjmp_chk2.c: New file.
16
17 * sysdeps/x86_64/__longjmp.S: Remove CHECK_RSP handling. Fix CFI.
18 Remove incorrect use of BP_SYM.
19 * sysdeps/x86_64/____longjmp_chk.S: Rewrite. Complete implementation
20 here now since it is more complex than just a simple check.
21
22 * sysdeps/ia64/backtrace.c (backtrace_helper): Stop backtrace when
23 we make no more progress.
24
25 2009-07-29 Ulrich Drepper <drepper@redhat.com>
26
27 * math/s_fma.c: Don't define alias if __fma is a macro.
28 * math/s_fmaf.c: Likewise.
29 * sysdeps/x86_64/multiarch/s_fma.c: New file.
30 * sysdeps/x86_64/multiarch/s_fmaf.c: New file.
31 Partially based on a patch by H.J. Lu <hongjiu.lu@intel.com>.
32
33 * sysdeps/x86_64/multiarch/init-arch.h (__get_cpu_features): Declare.
34 (HAS_POPCOUNT, HAS_SSE4_2): Add variants which work outside libc.
35 New macro HAS_FMA.
36 * sysdeps/x86_64/multiarch/init-arch.c (__get_cpu_features): New
37 function.
38 * include/libc-symbols.h (libm_ifunc): Define.
39 * sysdeps/x86_64/multiarch/Versions: New file.
40
41 * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Improve CFI.
42
43 2009-07-28 H.J. Lu <hongjiu.lu@intel.com>
44
45 * sysdeps/x86_64/dl-trampoline.S: Properly restore AVX registers.
46
47 2009-07-29 Ulrich Drepper <drepper@redhat.com>
48
49 * elf/dl-runtime.c (_dl_fixup): Indicate before _dl_lookup_symbol_x
50 call that registers used in calling conventions need to be preserved.
51 * elf/dl-lookup.c (do_lookup_x): Use RTLD_*_FOREIGN_CALL macros
52 to preserve register content if necessary.
53 * sysdeps/x86_64/dl-trampoline.S (_dl_x86_64_save_sse): New function.
54 (_dl_x86_64_restore_sse): New function.
55 * sysdeps/x86_64/tst-xmmymm.sh: There is now one more function that
56 is allowed to modify xmm/ymm registers.
57
58 * stdio-common/scanf15.c: Undefine _LIBC. We want to test from an
59 application's perspective.
60 * stdio-common/scanf17.c: Likewise.
61
62 2009-07-28 Ulrich Drepper <drepper@redhat.com>
63
64 * csu/libc-tls.c (__libc_setup_tls) [TLS_TCB_AT_TP]: Don't add TCB
65 size to memsz.
66 (init_static_tls) [TLS_TCB_AT_TP]: Add it to GL(dl_tls_static_size)
67 here.
68 * elf/dl-reloc.c (_dl_try_allocate_static_tls): Compute freebytes in
69 two steps to catch bugs.
70
71 2009-07-27 Ulrich Drepper <drepper@redhat.com>
72
73 * sysdeps/x86_64/tst-xmmymm.sh: Refine testing. The script now
74 determines which files are used in runtime lookups and only checks
75 those for SSE use.
76 * sysdeps/x86_64/rtld-memchr.c: Removed. Not needed with refined
77 testing.
78 * sysdeps/x86_64/rtld-rawmemchr.c: Removed.
79 * sysdeps/x86_64/multiarch/rtld-rawmemchr.c: Removed
80 * sysdeps/x86_64/Makefile: Emit warning that tst-xmmymm.sh might
81 take a while.
82
83 * elf/dl-open.c: Move _dl_scope_free to...
84 * elf/dl-scope.c: ...here. New file.
85 * elf/Makefile (dl-routines): Add scope.
86
87 * resolv/resolv.h (RES_USE_DNSSEC): Define.
88 * resolv/res_debug.c (p_option): Handle RES_USE_EDNS0 and
89 RES_USE_DNSSEC.
90 * resolv/res_mkquery.c (__res_nopt): Set flags for RES_USE_DNSSEC.
91 * resolv/res_query.c (__libc_res_nquery): Handle RES_USE_DNSSEC in
92 all the places we handled RES_USE_EDNS0 only before.
93 Patch by Adam Tkac <atkac@redhat.com>.
94
95 2009-07-27 Jakub Jelinek <jakub@redhat.com>
96
97 * elf/dl-lookup.c (do_lookup_x): Fix check for table more than
98 3/4 full. Pass size + 1 rather than size to _dl_higher_prime_number.
99 Update size when reallocating.
100
101 2009-07-26 Ulrich Drepper <drepper@redhat.com>
102
103 * sysdeps/x86_64/tst-xmmymm.sh: New file. Check whether any of the
104 functions used in ld.so modify xmm/ymm registers.
105 * sysdeps/x86_64/Makefile: Hook new test up.
106 * sysdeps/x86_64/rtld-memchr.c: New file.
107 * sysdeps/x86_64/rtld-memcmp.c: New file.
108 * sysdeps/x86_64/rtld-rawmemchr.c: New file.
109 * sysdeps/x86_64/rtld-strchr.S: New file.
110 * sysdeps/x86_64/rtld-strlen.S: New file.
111 * sysdeps/x86_64/multiarch/rtld-rawmemchr.c: New file.
112 * sysdeps/x86_64/multiarch/rtld-strlen.S: New file.
113
114 2009-07-26 H.J. Lu <hongjiu.lu@intel.com>
115
116 * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Remove
117 strncmp-c.
118 * sysdeps/x86_64/multiarch/strcmp.S (aftertail): Removed.
119 (exit): Likewise.
120 (Byte1): Likewise.
121 (Byte2): Likewise.
122 (Byte3): Likewise.
123 (Byte4): Likewise.
124 (Byte5): Likewise.
125 (Byte6): Likewise.
126 (next_8_bytes): Likewise.
127 (Byte0): Remove commented out codes.
128 (unaligned_table): Align jump table at 8 bytes.
129 Add _sse4_2 to all labels. Always include "../strcmp.S".
130 * sysdeps/x86_64/multiarch/strncmp-c.c: Removed.
131 * sysdeps/x86_64/strcmp.S: Add SSE2 support.
132 * sysdeps/x86_64/strncmp.S: New file.
133
134 2009-07-26 Ulrich Drepper <drepper@redhat.com>
135
136 [BZ #10422]
137 * sysdeps/unix/sysv/linux/eventfd.c: Add compatibility for old
138 kernels, dropped when eventfd2 support was added.
139 * sysdeps/unix/sysv/linux/signalfd.c: Add compatibility for old
140 kernels, dropped when signalfd4 support was added.
141 * sysdeps/unix/sysv/linux/kernel-features.h: More CLOEXEC syscalls
142 added, name them.
143
144 [BZ #10452]
145 * resolv/res_send.c (send_dg): Pass full SERVFAIL, NOTIMP, REFUSED
146 replies up.
147
148 * elf/elf.h: Define NT_GNU_GOLD_VERSION.
149
150 2009-07-25 Ulrich Drepper <drepper@redhat.com>
151
152 * sysdeps/x86_64/multiarch/strcmp.S: Some more optimizations for
153 modern processor versions. Patch by H.J. Lu <hongjiu.lu@intel.com>.
154
155 [BZ #10448]
156 * sysdeps/posix/getaddrinfo.c (gaih_inet): If NSS module contains no
157 callback we must touch the status to avoid using stale value.
158
159 * sysdeps/x86_64/multiarch/strcmp.S: Exclude unused code from being
160 compiled in.
161
162 2009-07-24 Ulrich Drepper <drepper@redhat.com>
163
164 * sysdeps/unix/sysv/linux/configure.in: Don't automatically include
165 /lib/modules/* headers anymore. We have sane headers in the standard
166 place now.
167
168 2009-06-16 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
169
170 * sysdeps/s390/dl-procinfo.c (_dl_s390_cap_flags): "hpage",
171 "etf3enh" and "highgprs" added.
172 (_dl_s390_platforms): "z10" added.
173 * sysdeps/s390/dl-procinfo.h (_DL_HWCAP_COUNT, _DL_PLATFORMS_COUNT):
174 Increased for the new entries.
175 (HWCAP enum): HWCAP_S390_HPAGE, HWCAP_S390_ETF3EH and
176 HWCAP_S390_HIGH_GPRS added.
177
178 * sysdeps/s390/s390-64/Makefile: Adjusted to build the new modules.
179 * sysdeps/s390/s390-64/iso-8859-1_cp037_z900.c: New file.
180 * sysdeps/s390/s390-64/utf16-utf32-z9.c: New file.
181 * sysdeps/s390/s390-64/utf8-utf16-z9.c: New file.
182 * sysdeps/s390/s390-64/utf8-utf32-z9.c: New file.
183
184 2009-07-23 Ulrich Drepper <drepper@redhat.com>
185
186 * sysdeps/x86_64/cacheinfo.c [USE_MULTIARCH]: Rearrange code to
187 avoid additional cpuid instructions. Most of the information is
188 stored somewhere.
189
190 * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_02_known): Add more
191 cache descriptors.
192 * sysdeps/x86_64/cacheinfo.c (intel_02_known): Likewise.
193
194 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Reset
195 SSSE3 bit for Atoms.
196 * sysdeps/x86_64/multiarch/strcpy.S: New need to perform Atom test
197 here anymore.
198
199 * posix/tst-rfc3484.c (do_test): Initialize entire sockaddr_in
200 structure before copying it to avoid warning.
201 * posix/tst-rfc3484-2.c (do_test): Likewise.
202 * posix/tst-rfc3484-3.c (do_test): Likewise.
203
204 [BZ #10416]
205 * include/unistd.h: Make header file suitable for C++ test cases.
206 Patch by Duncan Simpson <dps@simpson.demon.co.uk>.
207
208 * sysdeps/unix/sysv/linux/i386/makecontext.S: Ensure we preserve the
209 stack alignment in the exit code.
210
211 * elf/dl-lookup.c (dl_lookup_x): The hashval for unique symbol can
212 potentially be zero.
213
214 * elf/tst-unique1.c: Extend test to check for unloading DSO with
215 unique symbol definition.
216 Patch by Jakub Jelinek.
217 * elf/dl-lookup.c (do_lookup_x): When entering a new unique symbol,
218 make sure the object with the definition cannot be unloaded. Adjust
219 a few types.
220 * sysdeps/generic/ldsodefs.h (struct rtld_global): The map element in
221 the unique symbol hash table should not be const.
222
223 2009-07-21 Ulrich Drepper <drepper@redhat.com>
224
225 * sysdeps/x86_64/multiarch/strstr.c: Minor cleanups. Remove
226 unnecesary variables. Comment fixes.
227
228 2009-07-20 Ulrich Drepper <drepper@redhat.com>
229
230 * sysdeps/x86_64/multiarch/strstr.c [USE_AS_STRCASESTR] (STRSTR_SSE42):
231 Use NONASCII_CASE information provided by the locale to determine
232 whether optimized string load function can be used. Minor cleanups.
233
234 2009-07-20 H.J. Lu <hongjiu.lu@intel.com>
235
236 * string/strcasestr.c (STRCASESTR): New macro.
237 (__strcasestr): Renamed to ..
238 (STRCASESTR): ...this.
239 * string/strstr.c (STRSTR): New macro.
240 (strstr): Renamed to ..
241 (STRSTR): ...this.
242 * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
243 strstr-c strcasestr-c
244 (CFLAGS-strstr.c): New.
245 (CFLAGS-strcasestr.c): Likewise.
246 * sysdeps/x86_64/multiarch/strcasestr-c.c: New file.
247 * sysdeps/x86_64/multiarch/strcasestr.c: New file.
248 * sysdeps/x86_64/multiarch/strstr-c.c: New file.
249 * sysdeps/x86_64/multiarch/strstr.c: New file.
250
251 2009-07-20 Ulrich Drepper <drepper@redhat.com>
252
253 * locale/localeinfo.h (LIMAGIC): Update value for LC_CTYPE.
254 * locale/langinfo.h: Define _NL_CTYPE_NONASCII_CASE.
255 * locale/C-ctype.c (_nl_C_LC_CTYPE): Add initializer for
256 _NL_CTYPE_NONASCII_CASE.
257 * locale/programs/ld-ctype.c (locale_ctype_t): Add nonascii_case
258 field.
259 (ctype_finish): Check whether there are any 8-bit characters outside
260 the range ASCII has or whether the mapping isn't the same as for
261 ASCII (±0x20). Set nonascii_case appropriately.
262 (ctype_output): Add output handler for nonascii_case.
263
264 2009-07-17 Ulrich Drepper <drepper@redhat.com>
265
266 * sysdeps/generic/sysdep.h: Define cfi_personality, cfi_lsda,
267 CFI_PERSONALITY, CFI_LSDA, and DW_EH_PE_* constants.
268
269 2009-07-16 Ulrich Drepper <drepper@redhat.com>
270
271 [BZ #10360]
272 * resolv/res-mkquery.c (__res_nopt): If anslen is > 0xffff store
273 0xffff in the EDNS0 record.
274
275 2009-07-16 Ulrich Drepper <drepper@redhat.com>
276
277 * nscd/cache.c (cache_add): Use atomic_compare_and_exchange_bool_rel
278 instead of atomic_compare_and_exchange_bool_acq to ensure pointer
279 is written before the list head update.
280 Patch by Andreas Schwab <aschwab@redhat.com>.
281
282 2009-07-16 Ulrich Drepper <drepper@redhat.com>
283 Jakub Jelinek <jakub@redhat.com>
284
285 * malloc/malloc.c [ATOMIC_FASTBINS] (_int_free): Make check for
286 corruption thread-safe.
287
288 2009-07-13 Jakub Jelinek <jakub@redhat.com>
289
290 * include/atomic.h (catomic_compare_and_exchange_val_rel): If arch
291 overrides atomic_compare_and_exchange_val_rel, define to
292 atomic_compare_and_exchange_val_rel by default, otherwise default
293 to catomic_compare_and_exchange_val_acq.
294 (catomic_compare_and_exchange_bool_rel): If arch overrides
295 atomic_compare_and_exchange_bool_rel, define to
296 atomic_compare_and_exchange_bool_rel by default.
297 * malloc/malloc.c (_int_free): Revert 2009-07-02 change.
298 Use catomic_compare_and_exchange_val_rel instead of
299 catomic_compare_and_exchange_val_acq.
300
301 2009-07-16 Ulrich Drepper <drepper@redhat.com>
302
303 * sysdeps/generic/ldsodefs.h: Add prototype for
304 _dl_higher_prime_number.
305 * elf/dl-misc.c (_dl_higher_prime_number): Mark with internal_function.
306
307 * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Optimize
308 restoring of ymm registers a bit.
309
310 2009-07-15 H.J. Lu <hongjiu.lu@intel.com>
311
312 * sysdeps/x86_64/memcmp.S: New file.
313
314 2009-07-15 Ulrich Drepper <drepper@redhat.com>
315
316 * sysdeps/x86-64/dl-trampoline.h: Remove after integrating code into...
317 * sysdeps/x86-64/dl-trampoline.S: ...here. Rewrite to avoid function
318 pointers in writable memory.
319
320 2009-07-07 H.J. Lu <hongjiu.lu@intel.com>
321
322 * config.h.in: Add HAVE_AVX_SUPPORT entry.
323 * config.make.in: Add config-cflags-avx entry.
324 * configure.in: Substitute libc_cv_cc_avx.
325 * elf/Makefile: Add rules to build and run tst-audit4 and tst-audit5.
326 * elf/tst-audit4.c: New file.
327 * elf/tst-audit5.c: New file.
328 * elf/tst-auditmod4a.c: New file.
329 * elf/tst-auditmod4b.c: New file.
330 * elf/tst-auditmod5a.c: New file.
331 * elf/tst-auditmod5b.c: New file.
332 * sysdeps/x86_64/Makefile (gen-as-const-headers): Add
333 link-defines.sym.
334 * sysdeps/x86_64/bits/link.h (La_x86_64_ymm): New.
335 (La_x86_64_vector): Likewise.
336 (La_x86_64_regs): Append lr_vector.
337 (La_x86_64_retval): Append lr_vector0/lrv_vector1.
338 * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Move
339 saving and restoring SSE registers to ...
340 * sysdeps/x86_64/dl-trampoline.h: This. New file.
341 * sysdeps/x86_64/dl-trampoline.S: Include <config.h> and
342 <link-defines.h>.
343 (_dl_runtime_profile): Use LR_SIZE to allocate space for
344 La_x86_64_regs. Allocate extra space and jump to memory at
345 save_and_restore_vector if HAVE_AVX_SUPPORT is defined.
346 (save_and_restore_vector_sse): New.
347 (save_and_restore_vector_avx): Likewise.
348 (check_avx): Likewise.
349 (save_and_restore_vector): Likewise.
350 * sysdeps/x86_64/elf/configure.in: Set libc_cv_cc_avx and
351 HAVE_AVX_SUPPORT.
352 * sysdeps/x86_64/link-defines.sym: New file.
353
354 2009-07-10 Ulrich Drepper <drepper@redhat.com>
355
356 * elf/do-lookup.h: Removed after folding content into...
357 * elf/dl-lookup.c: ...here.
358
359 * sysdeps/unix/sysv/linux/sys/epoll.h: Fix comment.
360
361 2009-07-09 Ulrich Drepper <drepper@redhat.com>
362
363 * configure.in: Check for gnu_unique_symbol symbol type.
364 * config.h.in: Add HAVE_ASM_UNIQUE_OBJECT entry.
365 * elf/do-lookup.h (do_lookup_x): Take new parameter with link map of
366 the undefined symbol. Handle STB_GNU_UNIQUE binding of found symbol.
367 * elf/dl-lookup.c (_dl_lookup_symbol_x): Adjust callers for do_lookup_x
368 change.
369 * sysdeps/generic/ldsodefs.h (struct rtld_global): Add definitions for
370 unique symbol table.
371 * elf/rtld.c (rtld_global): Initialize lock of unique symbol hash table
372 for first namespace.
373 * elf/dl-open.c (_dl_open): For new namespace, initialize lock for
374 unique symbol hash table.
375 * elf/Makefile: Add rules to build and run tst-unique1 and tst-unique2.
376 * elf/tst-unique1.c: New file.
377 * elf/tst-unique1mod1.c: New file.
378 * elf/tst-unique1mod2.c: New file.
379 * elf/tst-unique2.c: New file.
380 * elf/tst-unique2mod1.c: New file.
381 * elf/tst-unique2mod2.c: New file.
382
383 2009-07-07 Ulrich Drepper <drepper@redhat.com>
384
385 * elf/elf.h (STB_GNU_UNIQUE): Define.
386
387 * elf/dl-misc.c (_dl_higher_prime_number): New function. Moved here
388 from...
389 * include/inline-hashtab.h: ...here.
390 (htab_expand): Adjust for renamed function. Correct memory handling.
391
392 2009-07-06 Ulrich Drepper <drepper@redhat.com>
393
394 * elf/do-lookup.h (do_lookup_x): Optimize test for valid symbol types.
395
396 2009-07-03 Andreas Schwab <aschwab@redhat.com>
397
398 * sysdeps/powerpc/sysdep.h (PPC_FEATURE_ARCH_2_06): Fix value.
399 (PPC_FEATURE_HAS_VSX): Likewise.
400
401 2009-07-03 Ulrich Drepper <drepper@redhat.com>
402
403 * sysdeps/x86_64/multiarch/strcspn-c.c: Minor cleanups.
404 * sysdeps/x86_64/multiarch/strspn-c.c: Likewise.
405
406 * sysdeps/x86_64/multiarch/strcmp.S: Make sure functions are all
407 aligned to 16 byte boundaries.
408 * sysdeps/x86_64/multiarch/strcpy.S: Likewise.
409 * sysdeps/x86_64/multiarch/strlen.S: Likewise.
410 * sysdeps/x86_64/multiarch/rawmemchr.S: Likewise.
411
412 2009-07-02 H.J. Lu <hongjiu.lu@intel.com>
413
414 * config.h.in (HAVE_SSE4_SUPPORT): New macro.
415 * config.make.in (config-cflags-sse4): New variable.
416 * configure.in: Substitute libc_cv_cc_sse4.
417 * sysdeps/i386/configure.in: Set libc_cv_cc_sse4 and
418 HAVE_SSE4_SUPPORT.
419 * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
420 strcspn-c, strpbrk-c, strspn-c for string if gcc supports SSE4.
421 * sysdeps/x86_64/multiarch/strcspn-c.c: New file.
422 * sysdeps/x86_64/multiarch/strcspn.S: New file.
423 * sysdeps/x86_64/multiarch/strpbrk-c.c: New file.
424 * sysdeps/x86_64/multiarch/strpbrk.S: New file.
425 * sysdeps/x86_64/multiarch/strspn-c.c: New file.
426 * sysdeps/x86_64/multiarch/strspn.S: New file.
427
428 2009-06-30 H.J. Lu <hongjiu.lu@intel.com>
429
430 * elf/Makefile (distribute): Remove tst-audit.sh. Add
431 tst-audit2.c, tst-audit3.c, tst-auditmod3a.c, tst-auditmod3b.c.
432 (tests): Add tst-audit3 for x86_64.
433 (modules-names): Add tst-auditmod3a, tst-auditmod3b.
434 ($(objpfx)tst-audit3): Define.
435 ($(objpfx)tst-audit3.out): Define.
436 (tst-audit3-ENV): Define.
437 * elf/tst-audit3.c: New file.
438 * elf/tst-auditmod3a.c: New file.
439 * elf/tst-auditmod3b.c: New file.
440 * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Save
441 and restore xmm6.
442
443 * string/stpncpy.c (STPNCPY): New. Defined if not defined.
444 (__stpncpy): Renamed to ...
445 (STPNCPY): This.
446 (stpncpy): Create alias only if STPNCPY is not defined.
447 * string/strncpy.c (STRNCPY): New. Defined to strncpy if not
448 defined.
449 (strncpy): Renamed to ...
450 (STRNCPY): This.
451 * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
452 stpncpy-c strncpy-c for string.
453 * sysdeps/x86_64/multiarch/stpcpy.S: New file.
454 * sysdeps/x86_64/multiarch/stpncpy-c.c: New file.
455 * sysdeps/x86_64/multiarch/stpncpy.S: New file.
456 * sysdeps/x86_64/multiarch/strcpy.S: New file.
457 * sysdeps/x86_64/multiarch/strncpy-c.c: New file.
458 * sysdeps/x86_64/multiarch/strncpy.S: New file.
459
460 2009-07-02 Ulrich Drepper <drepper@redhat.com>
461
462 * malloc/malloc.c [ATOMIC_FASTBINS] (_int_free): Add full barrier when
463 adding to fast bin list.
464
465 2009-07-01 Ulrich Drepper <drepper@redhat.com>
466
467 * nis/nss_nis/nis-network.c (_nss_nis_getnetbyaddr_r): Don't use
468 inet_makeaddr. This worked only with class-based networks.
469 * nis/nss_nisplus/nisplus-network.c (_nss_nisplus_getnetbyaddr_r):
470 Likewise.
471
472 * nss/nss_files/files-network.c (netbyaddr): If type is AF_UNSPEC,
473 recognize all types.
474 * nss/getent.c (networks_keys): Pass AF_UNSPEC instead of AF_UNIX
475 to getnetbyaddr. Fix network parameter to getnetbyaddr. It must
476 be in host byte order.
477
478 2009-06-26 H.J. Lu <hongjiu.lu@intel.com>
479
480 * sysdeps/x86_64/multiarch/ifunc-defines.sym (FAMILIY_OFFSET): Define.
481 (MODEL_OFFSET): Define.
482 * sysdeps/x86_64/multiarch/init-arch.h (cpu_features): Add
483 family and model.
484 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Break
485 out common code into new function get_common_indeces. Determine
486 extended family and model for Intel processors.
487
488 2009-06-26 Ulrich Drepper <drepper@redhat.com>
489
490 * resolv/resolv.h: Define RES_SNGLKUPREOP.
491 * resolv/res_init.c (res_setoptions): Recognize single-request-reopen
492 option.
493 * resolv/res_send.c (reopen): New function. Broken out of...
494 (send_dg): ... here. Recognize RES_SNGLKUPREOP. Implement second
495 fallback mechanism. If single-request fails switch to
496 single-request-reopen mode which opens a new socket for the second
497 request.
498
499 2009-06-25 Andreas Schwab <aschwab@redhat.com>
500
501 * sysdeps/powerpc/powerpc32/____longjmp_chk.S (LOAD_ARG): Define.
502 (CHECK_SP): Use it.
503
504 2009-06-24 Andreas Schwab <aschwab@redhat.com>
505
506 * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrtf.S: Fix cfa offset
507 for saved registers.
508 * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
509 * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
510 * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
511
512 2009-06-23 Andreas Schwab <aschwab@redhat.com>
513
514 * time/tzfile.c (__tzfile_read): Don't use an empty TZ string.
515
516 2009-06-22 Ulrich Drepper <drepper@redhat.com>
517
518 * po/id.po: Update from translation team.
519
520 * po/bg.po: Update from translation team.
521
522 2009-06-22 H.J. Lu <hongjiu.lu@intel.com>
523
524 * string/strncmp.c (STRNCMP): New. Defined to strncmp if not
525 defined.
526 (strncmp): Renamed to STRNCMP.
527 * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
528 strncmp-c for string.
529 * sysdeps/x86_64/multiarch/init-arch.h (HAS_SSE4_2): Define.
530 * sysdeps/x86_64/multiarch/strcmp.S: New file.
531 * sysdeps/x86_64/multiarch/strncmp.S: New file.
532 * sysdeps/x86_64/multiarch/strncmp-c.c: New file.
533
534 2009-06-19 H.J. Lu <hongjiu.lu@intel.com>
535
536 * elf/Makefile (distribute): Add ifuncmain1staticpie.c,
537 ifuncmain5.c, ifuncmain5pic.c, ifuncmain5picstatic.c,
538 ifuncmain5pie.c, ifuncmain5static.c, ifuncmain5staticpic.c,
539 ifuncdep5.c, ifuncdep5pic.c, ifuncmod5.c, ifuncmain7.c,
540 ifuncmain7pic.c, ifuncmain7picstatic.c, ifuncmain7pie.c, and
541 ifuncmain7static.c.
542 (tests-static): Add ifuncmain5static, ifuncmain5picstatic,
543 ifuncmain7static, and ifuncmain7picstatic.
544 (tests): Also depend on $(objpfx)ifuncmain1staticpie.out,
545 $(objpfx)ifuncmain5pie.out, $(objpfx)ifuncmain6pie.out, and
546 $(objpfx)ifuncmain7pie.out.
547 (modules-names): Add ifuncmod5 ifuncmod6
548 (ifuncmod5.so-no-z-defs): Define.
549 (ifuncmod6.so-no-z-defs): Define.
550 (CFLAGS-ifuncmain5pic.c): Define.
551 (CFLAGS-ifuncmain5picstatic.c): Define.
552 (CFLAGS-ifuncmain5staticpic.c): Define.
553 (CFLAGS-ifuncdep5pic.c): Define.
554 (CFLAGS-ifuncmain7pic.c): Define.
555 (CFLAGS-ifuncmain7picstatic.c): Define.
556 (CFLAGS-ifuncmain1staticpie.c): Define.
557 (CFLAGS-ifuncmain5pie.c): Define.
558 (CFLAGS-ifuncmain6pie.c): Define.
559 (CFLAGS-ifuncmain7pie.c): Define.
560 ($(objpfx)ifuncmain1staticpie.out): Define.
561 ($(objpfx)ifuncmain1staticpie): Define.
562 ($(objpfx)ifuncmain5pie.out): Define.
563 ($(objpfx)ifuncmain5pie): Define.
564 ($(objpfx)ifuncmain6pie.out): Define.
565 ($(objpfx)ifuncmain6pie): Define.
566 ($(objpfx)ifuncmain5): Define.
567 ($(objpfx)ifuncmain5pic): Define.
568 ($(objpfx)ifuncmain5static): Define.
569 ($(objpfx)ifuncmain5staticpic): Define.
570 ($(objpfx)ifuncmain5picstatic): Define.
571 (generated): Add ifuncmain1staticpie, ifuncmain1staticpie.out,
572 ifuncmain5pie, ifuncmain5pie.out, ifuncmain6pie, and
573 ifuncmain6pie.out.
574 * elf/b/elf/ifuncmain1staticpie.c: New file.
575 * elf/ifuncdep5.c: New file.
576 * elf/ifuncdep5pic.c: New file.
577 * elf/ifuncmain5.c: New file.
578 * elf/ifuncmain5pic.c: New file.
579 * elf/ifuncmain5picstatic.c: New file.
580 * elf/ifuncmain5pie.c: New file.
581 * elf/ifuncmain5static.c: New file.
582 * elf/ifuncmain5staticpic.c: New file.
583 * elf/ifuncmain6pie.c: New file.
584 * elf/ifuncmain7.c: New file.
585 * elf/ifuncmain7pic.c: New file.
586 * elf/ifuncmain7picstatic.c: New file.
587 * elf/ifuncmain7pie.c: New file.
588 * elf/ifuncmain7static.c: New file.
589 * elf/ifuncmod5.c: New file.
590 * elf/ifuncmod6.c: New file.
591
592 2009-06-20 Ulrich Drepper <drepper@redhat.com>
593
594 [BZ #10085]
595 * nis/nss_compat/compat-initgroups.c (nss_setgrent): New variable.
596 (nss_endgrent): New variable.
597 (struct ent_t): Add need_endgrent and skip_initgroups_dyn
598 fields. Change type of files to bool and adjust all users.
599 (init_nss_interface): Initialize nss_setgrent and nss_endgrent.
600 (internal_endgrent): Call nss_endgrent if necessary.
601 (add_group): New function. Broken out of...
602 (check_and_add_group): ...here.
603 (getgrent_next_nss): Remove test that any callback is available.
604 Use skip_initgroups_dyn to determine whether to use initgroups_dyn
605 callback. If there is no blacklist we can trust the results returned
606 by the initgroups_dyn callback. In case there is a callback and we
607 find a group entry for the group ID but it doesn't contain the
608 correct member, switch to the slow mode and use getgrent_r.
609 (internal_getgrent_r): When we see a +: entry, determine whether
610 there is any callback and which we can use the initgroups_dyn
611 callback.
612
613 2009-06-18 Ulrich Drepper <drepper@redhat.com>
614
615 * malloc/malloc.c (_int_malloc): Add some consistency checks.
616 (_int_free): Likewise.
617
618 * sysdeps/unix/sysv/linux/bits/socket.h: Define PF_IEEE802154 and
619 AF_IEEE802154.
620 * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
621 * sysdeps/unix/sysv/linux/net/if_arp.h: Define ARPHRD_IEEE802154
622 and ARPHRD_IEEE802154_PHY.
623
624 * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Add missing definitions
625 relative to generic Linux version.
626
627 2009-06-17 H.J. Lu <hongjiu.lu@intel.com>
628
629 * elf/Makefile ($(objpfx)ifuncmain1pie): Use $(+link-pie).
630 ($(objpfx)ifuncmain1vispie): Likewise.
631
632 2009-06-16 Ulrich Drepper <drepper@redhat.com>
633
634 * login/Makefile: Build pt_chown as PIE.
635
636 2009-06-15 Andreas Schwab <aschwab@redhat.com>
637
638 * debug/xtrace.sh (do_help): Don't treat bug reporting message as
639 a format string.
640 * elf/sln.c (usage): Likewise.
641 * malloc/memusage.sh (do_help): Likewise.
642 * nss/getent.c (more_help): Likewise.
643 * posix/getconf.c (main): Likewise.
644 * sunrpc/rpcinfo.c (usage): Likewise.
645 * sysdeps/unix/sysv/linux/lddlibc4.c (main): Likewise.
646
647 2009-06-16 Ulrich Drepper <drepper@redhat.com>
648
649 * login/programs/pt_chown.c: Use libcap to drop privileges other than
650 those needed.
651 * login/Makefile: If necessary link pt_chown with -lcap.
652 * sysdeps/generic/pty-private.h: Define FAIL_ENOMEM.
653 * sysdeps/unix/grantpt.c: Handle FAIL_ENOMEM.
654
655 2009-06-16 Jakub Jelinek <jakub@redhat.com>
656
657 * sysdeps/x86_64/memchr.S (memchr): Use unsigned instead of signed
658 comparisons.
659 * string/test-memchr.c (do_random_tests): Test very large lengths
660 as well.
661
662 2009-06-02 H.J. Lu <hongjiu.lu@intel.com>
663
664 * Makeconfig (+link-pie): Define.
665 (+prectorS): Define.
666 (+postctorS): Define.
667 * elf/Makefile ($(objpfx)tst-pie1): Use $(+link-pie).
668 * nscd/Makefile ($(objpfx)nscd): Likewise.
669
670 2009-04-22 Ryan S. Arnold <rsa@us.ibm.com>
671
672 [BZ #10107]
673 * sysdeps/powerpc/powerpc32/power6/memcpy.S (memcpy): Replace cmpldi
674 with cmplwi.
675 * sysdeps/powerpc/powerpc32/power6/memset.S (memset): Likewise.
676
677 2009-06-16 Ulrich Drepper <drepper@redhat.com>
678
679 * sysdeps/unix/sysv/linux/grantpt.c: Remove file after folding changes
680 into ...
681 * sysdeps/unix/grantpt.c: ...here.
682
683 2009-06-15 Ulrich Drepper <drepper@redhat.com>
684
685 * sysdeps/unix/sysv/linux/grantpt.c (grantpt): Only call chown and
686 chmod if it is necessary.
687
688 [BZ #10166]
689 * sysdeps/unix/sysv/linux/grantpt.c: Remove shortcut which was used
690 when the slave device is in devpts or devfs.
691
692 [BZ #10183]
693 * posix/tst-cpucount.c: Don't try more than CPU_SETSIZE bits.
694
695 [BZ #10195]
696 * inet/netinet/icmp6.h (struct nd_opt_home_agent_info): Change type
697 of nd_opt_home_agent_info_preference to uint16_t.
698 Patch by Arnaud Ebalard <arno@natisbad.org>.
699
700 [BZ #10207]
701 * nss/getent.c: Add support for printing gshadow data.
702
703 [BZ #10203]
704 * nis/nss_nis/nis-pwd.c (internal_nis_endpwent): Free all buffers,
705 not just the currently used one and those which follow.
706 Patch by Joe Landers <jlanders@vmware.com>.
707
708 [BZ #10196]
709 * libio/tst-fgetwc.c (do_test): Use de_DE.UTF-8 as locale name.
710 * libio/Makefile: Run tst-fgetwc with necessary envvar.
711 Patch by Bruce Dubbs <bdubbs@linuxfromscratch.org>.
712
713 [BZ #10217]
714 * stdlib/abort.c: Define variable __abort_msg.
715 * stdlib/Versions: Export __abort_msg with GLIBC_PRIVATE version.
716 * include/stdlib.h: Declare __abort_msg.
717 * assert/assert-perr.c: Don't free buffer for message immediately.
718 Store atomically in __abort_msg and free old buffer if necessary.
719 * assert/assert.c: Likewise.
720 * sysdeps/posix/libc_fatal.c: Allocate buffer for message, copy it,
721 store pointer in __abort_msg, and possibly free old string.
722 * sysdeps/unix/sysv/linux/libc_fatal.c: Likewise.
723
724 * time/tzfile.c (__tzfile_read): Correct computation of tzspec_len.
725
726 [BZ #10211]
727 * time/tzfile.c (__tzfile_compute): If we use the envvar format still
728 handle leap seconds if they are available.
729 Patch by Akinori Hattori <hattya@gentoo.org>.
730
731 * timezone/tzselect.ksh: Update from tzcode2009i.
732 * timezone/zdump.c: Likewise.
733 * timezone/zic.c: Likewise.
734
735 * timezone/africa: Update from tzdata2009i.
736 * timezone/antarctica: Likewise.
737 * timezone/asia: Likewise.
738 * timezone/australasia: Likewise.
739 * timezone/backward: Likewise.
740 * timezone/etcetera: Likewise.
741 * timezone/europe: Likewise.
742 * timezone/factory: Likewise.
743 * timezone/iso3166.tab: Likewise.
744 * timezone/leapseconds: Likewise.
745 * timezone/northamerica: Likewise.
746 * timezone/pacificnew: Likewise.
747 * timezone/solar87: Likewise.
748 * timezone/solar88: Likewise.
749 * timezone/solar89: Likewise.
750 * timezone/southamerica: Likewise.
751 * timezone/systemv: Likewise.
752 * timezone/yearistype: Likewise.
753 * timezone/zone.tab: Likewise.
754
755 2009-06-15 Jakub Jelinek <jakub@redhat.com>
756
757 * elf/dl-lookup.c (_dl_debug_bindings): When resolving to
758 STT_GNU_IFUNC symbol or in 8 into type_class.
759
760 * sysdeps/i386/dl-irel.h (elf_irel): Use Elf32_Addr type
761 instead of Elf64_Addr.
762
763 2009-06-14 Ulrich Drepper <drepper@redhat.com>
764
765 * po/sv.po: Update from translation team.
766
767 [BZ #10229]
768 * misc/sys/select.h (__NFDBITS): Expression should have type int.
769 * sysdeps/x86_64/bits/select.h: Remove asm versions for __FD_SET,
770 __FD_CLR, and __FD_ISSET. gcc nowadays generates better code from
771 the C version.
772
773 2009-06-12 Ulrich Drepper <drepper@redhat.com>
774
775 * Versions.def: Add GLIBC_2.11 for libpthread.
776
777 2009-06-11 Ulrich Drepper <drepper@redhat.com>
778
779 * resolv/res_send.c (send_dg): Remember we switched to
780 single-request mode.
781
782 2009-06-09 Ulrich Drepper <drepper@redhat.com>
783
784 * dlfcn/dlfcn.h: Remove comma at end of enum.
785 Patch by J.H.M. Dassen <rdassen@redhat.com>.
786
787 * libio/fileops.c (_IO_new_file_fopen): Don't prematurely stop
788 parsing mode string.
789
790 2009-06-05 Ulrich Drepper <drepper@redhat.com>
791
792 * sysdeps/x86_64/rawmemchr.S: Minor optimization.
793
794 * sysdeps/x86_64/multiarch/rawmemchr.S: New file.
795
796 * sysdeps/x86_64/multiarch/strlen.S: New file.
797 * sysdeps/x86_64/multiarch/ifunc-defines.sym: New file.
798 * sysdeps/x86_64/multiarch/Makefile: Add rule to build ifunc-defines.h.
799 * sysdeps/x86_64/multiarch/init-arch.h: Name structure with register
800 content.
801
802 * csu/elf-init.c: Only compile in IFUNC functionality if USE_MULTIARCH
803 is defined.
804
805 2009-06-04 Ulrich Drepper <drepper@redhat.com>
806
807 * sysdeps/x86_64/strlen.S: Minor optimizations.
808
809 2009-06-02 H.J. Lu <hongjiu.lu@intel.com>
810
811 * elf/Makefile (distribute): Add ifuncmain1.c, ifuncmain1pic.c,
812 ifuncmain1vis.c, ifuncmain1vispic.c, ifuncmain1static.c,
813 ifuncmain1staticpic.c, ifuncmain1picstatic.c, ifuncdep1.c,
814 ifuncdep1pic.c, ifuncmod1.c, ifuncmain1pie.c, ifuncmain1vispie.c,
815 ifuncmain2.c, ifuncmain2static.c, ifuncdep2.c,
816 funcmain2pic.c, ifuncmain2picstatic.c, ifuncdep2pic.c,
817 ifuncmain3.c, ifuncmod3.c,.
818 ifuncmain4.c, ifuncmain4static.c, ifuncmain4picstatic.c.
819 (tests-static): Add ifuncmain1static, ifuncmain1picstatic,
820 ifuncmain2static, ifuncmain2picstatic, ifuncmain4static,
821 ifuncmain4picstatic.
822 (tests): Add ifuncmain1, ifuncmain1pic, ifuncmain1vis,
823 ifuncmain1vispic, ifuncmain1staticpic, ifuncmain2, ifuncmain2pic,
824 ifuncmain3, ifuncmain4.
825 (tests): Depend on $(objpfx)ifuncmain1pie.out and
826 $(objpfx)ifuncmain1vispie.out.
827 (modules-names): Add ifuncmod1 ifuncmod3.
828 (generated): Add ifuncmain1pie ifuncmain1pie.out
829 ifuncmain1vispie ifuncmain1vispie.out.
830 Define rules to build and run the tests.
831 * elf/ifuncdep1.c: New file.
832 * elf/ifuncdep1pic.c: New file.
833 * elf/ifuncdep2.c: New file.
834 * elf/ifuncdep2pic.c: New file.
835 * elf/ifuncmain1.c: New file.
836 * elf/ifuncmain1pic.c: New file.
837 * elf/ifuncmain1picstatic.c: New file.
838 * elf/ifuncmain1pie.c: New file.
839 * elf/ifuncmain1static.c: New file.
840 * elf/ifuncmain1staticpic.c: New file.
841 * elf/ifuncmain1vis.c: New file..
842 * elf/ifuncmain1vispic.c: New file..
843 * elf/ifuncmain1vispie.c: New file.
844 * elf/ifuncmain2.c: New file.
845 * elf/ifuncmain2pic.c: New file.
846 * elf/ifuncmain2picstatic.c: New file.
847 * elf/ifuncmain2static.c: New file.
848 * elf/ifuncmain3.c: New file.
849 * elf/ifuncmain4.c: New file.
850 * elf/ifuncmain4picstatic.c: New file.
851 * elf/ifuncmain4static.c: New file.
852 * elf/ifuncmod1.c: New file.
853 * elf/ifuncmod3.c: New file.
854
855 2009-06-03 Ulrich Drepper <drepper@redhat.com>
856
857 * elf/dl-sysdep.c (_dl_show_auxv): Terminate correct string.
858
859 2009-06-02 Ulrich Drepper <drepper@redhat.com>
860
861 [BZ #10221]
862 * posix/Makefile (routines): Add execvpe.
863 * posix/Versions: Export execvpe for GLIBC_2.11.
864 * posix/execvp.c: Now only a wrapper. Move code to...
865 * posix/execvpe.c: ...here. New file.
866 * posix/unistd.h: Declare execvpe.
867
868 2009-06-01 Ulrich Drepper <drepper@redhat.com>
869
870 * sysdeps/i386/dl-machine.h (elf_machine_rel): Reorder conditions
871 for STT_GNU_IFUNC handling for efficiency.
872 * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Likewise.
873
874 * sysdeps/i386/dl-irel.h (elf_irel): Use __libc_fatal instead of just
875 _exit.
876 * sysdeps/x86_64/dl-irel.h (elf_irela): Likewise.
877
878 2009-05-31 Ulrich Drepper <drepper@redhat.com>
879
880 * sysdeps/x86_64/multiarch/sched_cpucount.c: Also use optimized code
881 for !SHARED.
882
883 2009-05-29 H.J. Lu <hongjiu.lu@intel.com>
884
885 * csu/elf-init.c: Include <link.h> and <dl-irel.h> if LIBC_NONSHARED
886 is not defined.
887 (__rela_iplt_start): New declaration.
888 (__rela_iplt_end): Likewise.
889 (__rel_iplt_start): Likewise.
890 (__rel_iplt_end): Likewise.
891 (__libc_csu_init): Process __rela_iplt_start and __rel_iplt_start.
892 * elf/elf.h (R_386_IRELATIVE): New macro.
893 (R_X86_64_IRELATIVE): New macro.
894 (R_386_NUM): Updated.
895 (R_X86_64_NUM): Likewise.
896 * include/libc-symbols.h (libc_ifunc_hidden_def1): New macro.
897 (libc_ifunc_hidden_def): New macro.
898 * sysdeps/generic/dl-irel.h: New file.
899 * sysdeps/i386/dl-irel.h: New file.
900 * sysdeps/x86_64/dl-irel.h: New file.
901 * sysdeps/i386/dl-machine.h (elf_machine_rel): Handle R_386_IRELATIVE.
902 (elf_machine_rela): Check SHN_UNDEF for STT_GNU_IFUNC symbol.
903 Handle R_386_IRELATIVE.
904 (elf_machine_lazy_rel): Handle R_386_IRELATIVE.
905 (elf_machine_lazy_rela): Likewise.
906 * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Handle
907 R_X86_64_IRELATIVE.
908 (elf_machine_lazy_rel): Handle R_X86_64_IRELATIVE.
909
910 2009-05-31 Ulrich Drepper <drepper@redhat.com>
911
912 * sysdeps/x86_64/multiarch/init-arch.h: Define COMMON_CPUID_INDEX_1
913 instead of INTEL_CPUID_INDEX_1 and AMD_CPUID_INDEX_1. So far there
914 are no differences. If an architecture has bits in CPUID index 1
915 meaning different things the values for the COMMON_CPUID_INDEX_1
916 index must not be set.
917 (INTEL_HAS_POPCOUNT, AMD_HAS_POPCOUNT): Removed in favor of...
918 (HAS_POPCOUNT): ...this. New macro.
919 * sysdeps/x86_64/multiarch/init-arch.c: Use COMMON_CPUID_INDEX_1
920 instead of INTEL_CPUID_INDEX_1 and AMD_CPUID_INDEX_1. Unify code
921 to set the value for Intel and AMD architectures.
922 * sysdeps/x86_64/cacheinfo.c: Use COMMON_CPUID_INDEX_1 instead of
923 INTEL_CPUID_INDEX_1.
924 * sysdeps/x86_64/multiarch/sched_cpucount.c: Adjust for HAS_POPCOUNT
925 change.
926
927 2009-05-30 Andreas Schwab <schwab@linux-m68k.org>
928
929 * configure.in: Move AC_CANONICAL_HOST before first use of $host
930 and $build.
931
932 2009-05-29 Jakub Jelinek <jakub@redhat.com>
933
934 * sysdeps/ieee754/ldbl-128/s_expm1l.c: Include <errno.h>.
935 (__expm1l): Set errno to ERANGE on overflow.
936 * sysdeps/ieee754/ldbl-128/s_tanl.c: Include <errno.h>.
937 (__tanl): Set errno to EDOM for ±Inf.
938 * sysdeps/ieee754/ldbl-128/s_cosl.c: Include <errno.h>.
939 (__cosl): Set errno to EDOM for ±Inf.
940 * sysdeps/ieee754/ldbl-128/s_sinl.c: Include <errno.h>.
941 (__sinl): Set errno to EDOM for ±Inf.
942
943 * sysdeps/s390/s390-32/__longjmp.c (__longjmp): If CHECK_SP is
944 defined, use it.
945 * sysdeps/s390/s390-64/__longjmp.c (__longjmp): Likewise.
946 * sysdeps/s390/s390-32/____longjmp_chk.c: New file.
947 * sysdeps/s390/s390-64/____longjmp_chk.c: New file.
948
949 2009-05-29 Ulrich Drepper <drepper@redhat.com>
950
951 * sysdeps/x86_64/cacheinfo.c: Compact intel_02_known array. Adjust
952 code accessing it.
953 * sysdeps/unix/sysv/linux/i386/sysconf.c: Likewise.
954
955 2009-05-22 Andreas Schwab <schwab@linux-m68k.org>
956
957 * sysdeps/ieee754/ldbl-128ibm/s_sinl.c: Set errno for ±Inf.
958 * sysdeps/ieee754/ldbl-128ibm/s_cosl.c: Likewise.
959 * sysdeps/ieee754/ldbl-128ibm/s_tanl.c: Likewise.
960 * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c: Set errno for overflow.
961
962 * sysdeps/powerpc/powerpc32/____longjmp_chk.S: New file.
963 * sysdeps/powerpc/powerpc64/____longjmp_chk.S: New file.
964 * sysdeps/powerpc/powerpc32/__longjmp-common.S: Use CHECK_SP if
965 defined.
966 * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
967 * sysdeps/powerpc/powerpc64/__longjmp-common.S: Likewise.
968
969 2009-05-22 Jakub Jelinek <jakub@redhat.com>
970
971 * sysdeps/unix/sysv/linux/accept4.c: Include kernel-features.h.
972 (accept4): If __NR_accept4 is not defined, but __NR_socketcall
973 is, either do nothing at all if __ASSUME_ACCEPT4, or
974 call __internal_accept4 and handle EINVAL -> ENOSYS translation.
975 * sysdeps/unix/sysv/linux/internal_accept4.S: New file.
976 * sysdeps/unix/sysv/linux/i386/accept4.S (SOCKOP_accept4): Don't
977 define.
978 * sysdeps/unix/sysv/linux/i386/internal_accept4.S: New file.
979 * sysdeps/unix/sysv/linux/Makefile (sysdep-routines): Add
980 internal_accept4 in socket directory.
981
982 2009-05-20 H.J. Lu <hongjiu.lu@intel.com>
983
984 * sysdeps/ia64/configure.in: New file.
985
986 2009-05-21 H.J. Lu <hongjiu.lu@intel.com>
987
988 [BZ #10162]
989 * sysdeps/ia64/memchr.S: Use speculative load.
990
991 * sysdeps/unix/sysv/linux/ia64/____longjmp_chk.S: New file.
992 * sysdeps/unix/sysv/linux/ia64/__longjmp.S: If CHECK_RSP is defined,
993 use it.
994
995 * sysdeps/i386/__longjmp.S: Add .text.
996 * sysdeps/x86_64/__longjmp.S: Likewise.
997
998 2009-05-21 Ulrich Drepper <drepper@redhat.com>
999
1000 * sysdeps/unix/sysv/linux/kernel-features.h: Don't define
1001 __ASSUME_ACCEPT4 for IA-64.
1002
1003 2009-05-21 Jakub Jelinek <jakub@redhat.com>
1004
1005 * sysdeps/unix/sysv/linux/accept4.c (__NR_accept4): Don't define.
1006
1007 * sysdeps/unix/sysv/linux/socketcall.h (SOCKOP_paccept): Remove.
1008 (SOCKOP_accept4): Define.
1009
1010 2009-05-20 Ulrich Drepper <drepper@redhat.com>
1011
1012 Sun approved the change of the license.
1013 * sunrpc/auth_des.c: Replace license text.
1014 * sunrpc/auth_none.c: Likewise.
1015 * sunrpc/auth_unix.c: Likewise.
1016 * sunrpc/authdes_prot.c: Likewise.
1017 * sunrpc/authuxprot.c: Likewise.
1018 * sunrpc/bindrsvprt.c: Likewise.
1019 * sunrpc/clnt_gen.c: Likewise.
1020 * sunrpc/clnt_perr.c: Likewise.
1021 * sunrpc/clnt_raw.c: Likewise.
1022 * sunrpc/clnt_simp.c: Likewise.
1023 * sunrpc/clnt_tcp.c: Likewise.
1024 * sunrpc/clnt_udp.c: Likewise.
1025 * sunrpc/clnt_unix.c: Likewise.
1026 * sunrpc/des_crypt.c: Likewise.
1027 * sunrpc/des_soft.c: Likewise.
1028 * sunrpc/get_myaddr.c: Likewise.
1029 * sunrpc/getrpcport.c: Likewise.
1030 * sunrpc/key_call.c: Likewise.
1031 * sunrpc/key_prot.c: Likewise.
1032 * sunrpc/openchild.c: Likewise.
1033 * sunrpc/pm_getmaps.c: Likewise.
1034 * sunrpc/pm_getport.c: Likewise.
1035 * sunrpc/pmap_clnt.c: Likewise.
1036 * sunrpc/pmap_prot.c: Likewise.
1037 * sunrpc/pmap_prot2.c: Likewise.
1038 * sunrpc/pmap_rmt.c: Likewise.
1039 * sunrpc/rpc/auth.h: Likewise.
1040 * sunrpc/rpc/auth_unix.h: Likewise.
1041 * sunrpc/rpc/clnt.h: Likewise.
1042 * sunrpc/rpc/des_crypt.h: Likewise.
1043 * sunrpc/rpc/key_prot.h: Likewise.
1044 * sunrpc/rpc/netdb.h: Likewise.
1045 * sunrpc/rpc/pmap_clnt.h: Likewise.
1046 * sunrpc/rpc/pmap_prot.h: Likewise.
1047 * sunrpc/rpc/pmap_rmt.h: Likewise.
1048 * sunrpc/rpc/rpc.h: Likewise.
1049 * sunrpc/rpc/rpc_des.h: Likewise.
1050 * sunrpc/rpc/rpc_msg.h: Likewise.
1051 * sunrpc/rpc/svc.h: Likewise.
1052 * sunrpc/rpc/svc_auth.h: Likewise.
1053 * sunrpc/rpc/types.h: Likewise.
1054 * sunrpc/rpc/xdr.h: Likewise.
1055 * sunrpc/rpc_clntout.c: Likewise.
1056 * sunrpc/rpc_cmsg.c: Likewise.
1057 * sunrpc/rpc_common.c: Likewise.
1058 * sunrpc/rpc_cout.c: Likewise.
1059 * sunrpc/rpc_dtable.c: Likewise.
1060 * sunrpc/rpc_hout.c: Likewise.
1061 * sunrpc/rpc_main.c: Likewise.
1062 * sunrpc/rpc_parse.c: Likewise.
1063 * sunrpc/rpc_parse.h: Likewise.
1064 * sunrpc/rpc_prot.c: Likewise.
1065 * sunrpc/rpc_sample.c: Likewise.
1066 * sunrpc/rpc_scan.c: Likewise.
1067 * sunrpc/rpc_scan.h: Likewise.
1068 * sunrpc/rpc_svcout.c: Likewise.
1069 * sunrpc/rpc_tblout.c: Likewise.
1070 * sunrpc/rpc_util.c: Likewise.
1071 * sunrpc/rpc_util.h: Likewise.
1072 * sunrpc/rpcinfo.c: Likewise.
1073 * sunrpc/rpcsvc/bootparam_prot.x: Likewise.
1074 * sunrpc/rpcsvc/key_prot.x: Likewise.
1075 * sunrpc/rpcsvc/klm_prot.x: Likewise.
1076 * sunrpc/rpcsvc/mount.x: Likewise.
1077 * sunrpc/rpcsvc/nfs_prot.x: Likewise.
1078 * sunrpc/rpcsvc/rex.x: Likewise.
1079 * sunrpc/rpcsvc/rstat.x: Likewise.
1080 * sunrpc/rpcsvc/rusers.x: Likewise.
1081 * sunrpc/rpcsvc/sm_inter.x: Likewise.
1082 * sunrpc/rpcsvc/spray.x: Likewise.
1083 * sunrpc/rpcsvc/yppasswd.x: Likewise.
1084 * sunrpc/rtime.c: Likewise.
1085 * sunrpc/svc.c: Likewise.
1086 * sunrpc/svc_auth.c: Likewise.
1087 * sunrpc/svc_authux.c: Likewise.
1088 * sunrpc/svc_raw.c: Likewise.
1089 * sunrpc/svc_run.c: Likewise.
1090 * sunrpc/svc_simple.c: Likewise.
1091 * sunrpc/svc_tcp.c: Likewise.
1092 * sunrpc/svc_udp.c: Likewise.
1093 * sunrpc/svc_unix.c: Likewise.
1094 * sunrpc/svcauth_des.c: Likewise.
1095 * sunrpc/xcrypt.c: Likewise.
1096 * sunrpc/xdr.c: Likewise.
1097 * sunrpc/xdr_array.c: Likewise.
1098 * sunrpc/xdr_float.c: Likewise.
1099 * sunrpc/xdr_mem.c: Likewise.
1100 * sunrpc/xdr_rec.c: Likewise.
1101 * sunrpc/xdr_ref.c: Likewise.
1102 * sunrpc/xdr_sizeof.c: Likewise.
1103 * sunrpc/xdr_stdio.c: Likewise.
1104
1105 * po/da.po: Update from translation team.
1106
1107 2009-05-18 Kaz Kojima <kkojima@rr.iij4u.or.jp>
1108
1109 * sysdeps/sh/____longjmp_chk.S: New file.
1110 * sysdeps/sh/sh3/__longjmp.S: If CHECK_SP is defined, use it.
1111 * sysdeps/sh/sh4/__longjmp.S: Likewise.
1112
1113 2009-05-18 Jakub Jelinek <jakub@redhat.com>
1114 Ulrich Drepper <drepper@redhat.com>
1115
1116 * nscd/nscd_helper.c (MINIMUM_HASHENTRY_SIZE): Define.
1117 (__nscd_cache_search): Assume each entry in the
1118 hash chain needs one hashentry and half of datahead. Use
1119 MINIMUM_HASHENTRY_SIZE instead of sizeof(hashentry).
1120
1121 2009-05-16 Ulrich Drepper <drepper@redhat.com>
1122
1123 * posix/sys/wait.h: Fix typos. Pretty printing.
1124 * stdlib/stdlib.h: Likewise. Correct comments.
1125
1126 [BZ #10159]
1127 * stdlib/stdlib.h (__WAIT_INT): Match the definition in <sys/wait.h>.
1128
1129 * nscd/nscd_helper.c (__nscd_cache_search): Fix exit condition in last
1130 patch.
1131
1132 2009-05-15 Ulrich Drepper <drepper@redhat.com>
1133
1134 * nscd/nscd_helper.c (__nscd_cache_search): Introduce loop counter.
1135 Use it if we absolutely cannot reach any more correct list elements
1136 because that many do not fit into the currently mapped database.
1137
1138 2009-05-14 Jakub Jelinek <jakub@redhat.com>
1139
1140 * nscd/nscd_helper.c: Include stddef.h.
1141 (__nscd_cache_search): Add datalen argument. Use atomic_forced_read
1142 in a couple of places. Return NULL if trail is not less than
1143 datasize, don't consider dataheads with length smaller than
1144 offsetof (struct datahead, data) + datalen.
1145 * nscd/nscd_client.h (__nscd_cache_search): Adjust prototype.
1146 * nscd/nscd_gethst_r.c (nscd_gethst_r): Adjust callers.
1147 * nscd/nscd_getpw_r.c (nscd_getpw_r): Likewise.
1148 * nscd/nscd_getgr_r.c (nscd_getgr_r): Likewise.
1149 * nscd/nscd_getai.c (__nscd_getai): Likewise.
1150 * nscd/nscd_initgroups.c (__nscd_getgrouplist): Likewise.
1151 * nscd/nscd_getserv_r.c (nscd_getserv_r): Likewise.
1152
1153 * sysdeps/unix/sysv/linux/i386/fallocate64.c (__fallocate64_l64):
1154 Rename ...
1155 (fallocate64): ... to this.
1156 * sysdeps/unix/sysv/linux/fallocate64.c (__fallocate64_l64):
1157 Rename ...
1158 (fallocate64): ... to this.
1159 * sysdeps/unix/sysv/linux/Versions (libc): Remove fallocate64.
1160 * sysdeps/unix/sysv/linux/wordsize-64/Versions (libc): Add
1161 fallocate64@@GLIBC_2.10.
1162 * sysdeps/unix/sysv/linux/i386/Versions (libc): Add
1163 fallocate64@@GLIBC_2.11.
1164 * sysdeps/unix/sysv/linux/s390/s390-32/Versions (libc): Likewise.
1165 * sysdeps/unix/sysv/linux/powerpc/powerpc32/Versions (libc): Likewise.
1166 * sysdeps/unix/sysv/linux/sparc/sparc32/Versions (libc): Likewise.
1167 * sysdeps/unix/sysv/linux/sh/Versions (libc): Likewise.
1168
1169 * nscd/selinux.c (nscd_avc_destroy): Removed.
1170 * nscd/selinux.h (nscd_avc_destroy): Likewise.
1171 * nscd/nscd.c (termination_handler): Don't call
1172 nscd_avc_destroy.
1173
1174 2009-05-12 Jakub Jelinek <jakub@redhat.com>
1175
1176 * include/atomic.h: Formatting.
1177 (catomic_compare_and_exchange_val_acq): Don't define if already
1178 defined by bits/atomic.h.
1179
1180 2009-05-15 Ulrich Drepper <drepper@redhat.com>
1181
1182 * math/libm-test.inc (expm1_test): Add test for range error.
1183
1184 * Versions.def: Add GLIBC_2.11 for libc.
1185 * debug/Makefile (routines): Add longjmp_chk.
1186 Add rules to build and run tst-longjmp_chk.
1187 * debug/Versions: Export __longjmp_chk for GLIBC_2.11.
1188 * debug/longjmp_chk.c: New file.
1189 * debug/tst-longjmp_chk.c: New file.
1190 * include/bits/setjmp2.: New file.
1191 * include/stdio.h: Mark __fortify_fail as internal_function.
1192 * setjmp/Makefile (headers): Add bits/setjmp2.h.
1193 * setjmp/bits/setjmp2.h: New file.
1194 * setjmp/longjmp.c: If __libc_siglongjmp is defined, don't define any
1195 of the aliases.
1196 * setjmp/setjmp.h: Include <bits/setjmp2.h> if _FORTIFY_SOURCE is
1197 defined.
1198 * sysdeps/i386/____longjmp_chk.S: New file.
1199 * sysdeps/x86_64/____longjmp_chk.S: New file.
1200 * sysdeps/i386/__longjmp.S: If CHECK_ESP is defined, use it.
1201 * sysdeps/x86_64/__longjmp.S: Likewise.
1202
1203 * version.h: Bump for 2.11 development.
1204
1205 * elf/check-execstack.c: New file.
1206 * elf/Makefile: Add rules to build and run check-execstack.
1207
1208 2009-05-10 Ulrich Drepper <drepper@redhat.com>
1209
1210 * version.h (VERSION): Bump to 2.10.1.
1211
1212 * nss/getXXbyYY_r.c: If NO_COMPAT_NEEDED is defined don't define any
1213 compatibility functions.
1214 * nss/getXXent_r.c: Likewise.
1215 * gshadow/getsgent_r.c: Define NO_COMPAT_NEEDED.
1216 * gshadow/getsgnam_r.c: Likewise.
1217 * gshadow/Version: Remove duplicate entries.
1218
1219 * sysdeps/x86_64/cacheinfo.c (intel_02_cache_info): Add missing entries
1220 for recent processor.
1221 * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_02_cache_info):
1222 Likewise.
1223
1224 2009-05-09 Ulrich Drepper <drepper@redhat.com>
1225
1226 * version.h (VERSION): Bump for 2.10 release.
1227 * include/features.h (__GLIBC_MINOR__): Bump to 10.
1228
1229 * Makeconfig: Undo last change. Add asflags-cpu to ASFLAGS in the
1230 same place we add ASFLAGS-config.
1231
1232 2009-05-05 Aurelien Jarno <aurelien@aurel32.net>
1233
1234 [BZ #10128]
1235 * resolv/res_query.c (__libc_res_nquery): If one query returns NOTIMP
1236 or FORMERR and the other NOERROR, don't raise an error.
1237
1238 2009-05-06 Ryan S. Arnold <rsa@us.ibm.com>
1239
1240 [BZ #10118]
1241 * Makeconfig (+asflags): New variable based upon ASFLAG or
1242 asflags-cpu.
1243 (ASFLAGS): Add override to set ASFLAGS to +asflags.
1244 * config.make.in (asflags-cpu): Add variable based upon
1245 @libc_cv_cc_submachine@ to propagate -mcpu=CPU from --with-cpu=CPU to
1246 the assembler.
1247 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/fpu/setcontext.S:
1248 Remove unneeded file now that the assembler emits _ARCH_PWR6 and
1249 recognizes power6 instruction set due to passing -mcpu=power6 from
1250 --with-cpu=power6 when compiling .S files.
1251 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/fpu/swapcontext.S:
1252 Likewise.
1253 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/fpu/setcontext.S:
1254 Likewise.
1255 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/fpu/swapcontext.S:
1256 Likewise.
1257
1258 2009-05-09 Jakub Jelinek <jakub@redhat.com>
1259
1260 * string/stratcliff.c (do_test): Test for zero length
1261 STRNLEN, MEMCHR, STRNCPY, STPNCPY, MEMCPY, MEMPCPY and memccpy
1262 at the end of the page.
1263
1264 2009-05-08 Ulrich Drepper <drepper@redhat.com>
1265
1266 * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_AT_RANDOM.
1267
1268 * sysdeps/x86_64/memchr.S: Handle invalid buffer pointers when
1269 count is zero.
1270
1271 * po/da.po: Update from translation team.
1272
1273 2009-05-05 Jakub Jelinek <jakub@redhat.com>
1274
1275 * io/sys/stat.h (fstatat64): Guard prototype with __USE_LARGEFILE64,
1276 guard __extern_inline wrapper with __USE_ATFILE instead of __USE_GNU.
1277
1278 2009-05-05 Ulrich Drepper <drepper@redhat.com>
1279
1280 * sysdeps/unix/sysv/linux/sys/personality.h: Add ADDR_COMPAT_LAYOUT
1281 and READ_IMPLIES_EXEC.
1282
1283 2009-05-04 Ulrich Drepper <drepper@redhat.com>
1284
1285 * po/da.po: Update from translation team.
1286
1287 2009-04-29 Jakub Jelinek <jakub@redhat.com>
1288
1289 * sysdeps/unix/sysv/linux/ifaddrs.c: Revert unintended 2008-08-12
1290 comment change.
1291
1292 2009-04-27 Jakub Jelinek <jakub@redhat.com>
1293
1294 * locale/programs/locarchive.c (create_archive): Add MAP_PRIVATE
1295 to MAP_ANON in PROT_NONE mmap64 call.
1296 (open_archive): Likewise.
1297 (file_data_available_p): Use mmap64 instead of mremap.
1298 (enlarge_archive): Likewise. Update head if ah->addr changed.
1299 Attempt to reserve address space after mmap64 region.
1300
1301 2009-04-26 Ulrich Drepper <drepper@redhat.com>
1302
1303 * sysdeps/ieee754/dbl-64/s_expm1.c: Set errno for overflow.
1304 * sysdeps/ieee754/flt-32/s_expm1f.c: Likewise.
1305 * sysdeps/x86_64/fpu/s_expm1l.S: Likewise.
1306
1307 * sysdeps/ieee754/k_standard.c (__kernel_standard): Pole errors in
1308 atanh should set ERANGE.
1309
1310 [BZ #10087]
1311 * elf/dl-runtime.c (_dl_fixup): Use DL_FIXUP_VALUE_ADDR to access
1312 result of lookup to make call to implement STT_GNU_IFUNC.
1313 (_dl_profile_fixup): Likewise.
1314 Patch by H.J. Lu <hjl.tools@gmail.com>.
1315
1316 * nscd/connections.c (send_ro_fd): Define temporary variable to avoid
1317 warning.
1318
1319 * sysdeps/unix/sysv/linux/dl-osinfo.h (dl_fatal): Remove inline
1320 from definition.
1321
1322 * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Don't define
1323 label if it is not used.
1324
1325 * elf/dl-profile.c (_dl_start_profile): Define real-type variant
1326 of gmon_hist_hdr and gmon_hdr structures and use them.
1327 * elf/sprof.c: Likewise.
1328
1329 * elf/dl-load.c (open_verify): Add temporary variable to avoid
1330 warning.
1331
1332 * nscd/nscd_helper.c (get_mapping): Avoid casts to avoid warnings.
1333
1334 * sunrpc/clnt_raw.c (clntraw_private_s): Use union in definition
1335 to avoid cast.
1336
1337 * inet/rexec.c (rexec_af): Make sa2 a union to avoid warnings.
1338 * inet/rcmd.c (rcmd_af): Make from a union of the various needed types
1339 to avoid warnings.
1340 (iruserok_af): Use ss_family instead of casts.
1341
1342 * gmon/gmon.c (write_hist): Define real-type variant of
1343 gmon_hist_hdr structure and use it.
1344 (write_gmon): Likewise for gmon_hdr.
1345
1346 * sysdeps/unix/sysv/linux/readv.c: Avoid declaration of replacement
1347 function if we are not going to define it.
1348 * sysdeps/unix/sysv/linux/writev.c: Likewise.
1349
1350 * inet/inet6_option.c (option_alloc): Add temporary variable to
1351 avoid warning.
1352
1353 * libio/strfile.h (struct _IO_streambuf): Use correct type and
1354 name of VTable element.
1355 * libio/iovsprintf.c: Avoid casts to avoid warnings.
1356 * libio/iovsscanf.c: Likewise.
1357 * libio/vasprintf.c: Likewise.
1358 * libio/vsnprintf.c: Likewise.
1359 * stdio-common/isoc99_vsscanf.c: Likewise.
1360 * stdlib/strfmon_l.c: Likewise.
1361 * debug/vasprintf_chk.c: Likewise.
1362 * debug/vsnprintf_chk.c: Likewise.
1363 * debug/vsprintf_chk.c: Likewise.
1364
1365 * nss/nsswitch.c (__nss_lookup_function): En/Decrypt cached
1366 function pointers.
1367
1368 2009-04-26 Jakub Jelinek <jakub@redhat.com>
1369
1370 * sysdeps/ieee754/dbl-64/s_tan.c (tan): Fix -Wsequence-point warnings.
1371
1372 2009-04-25 Ulrich Drepper <drepper@redhat.com>
1373
1374 * posix/bits/posix1_lim.h: Cleanup namespace a bit.
1375
1376 * sysdeps/i386/fpu/s_tan.S: Set errno for ±Inf.
1377 * sysdeps/i386/fpu/s_tanf.S: Likewise.
1378 * sysdeps/i386/fpu/s_tanl.S: Likewise.
1379 * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
1380 * sysdeps/ieee754/flt-32/s_tanf.c: Likewise.
1381 * sysdeps/x86_64/fpu/s_tanl.S: Likewise.
1382 * math/libm-test.inc: Add tests for errno after tan calls with
1383 ±Inf.
1384
1385 * sysdeps/ieee754/k_standard.c (__kernel_standard): Use correct
1386 errno value vor pow(+-0,neg).
1387 * math/libm-test.inc (pow_test): Add tests for errno value for
1388 pole errors.
1389
1390 * math/w_fmod.c: Also handle x=±Inf as error.
1391 * math/w_fmodf.c: Likewise.
1392 * math/w_fmodl.c: Likewise.
1393 * math/libm-test.inc (fmod_test): Add tests for errno after calls for
1394 x=±Inf or y=0.
1395
1396 * sysdeps/i386/fpu/s_cos.S: Set errno for ±Inf.
1397 * sysdeps/i386/fpu/s_cosf.S: Likewise.
1398 * sysdeps/i386/fpu/s_cosl.S: Likewise.
1399 * sysdeps/i386/fpu/s_sin.S: Likewise.
1400 * sysdeps/i386/fpu/s_sinf.S: Likewise.
1401 * sysdeps/i386/fpu/s_sinl.S: Likewise.
1402 * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
1403 * sysdeps/ieee754/flt-32/s_cosf.c: Likewise.
1404 * sysdeps/ieee754/flt-32/s_sinf.c: Likewise.
1405 * sysdeps/ieee754/ldbl-96/s_cosl.c: Likewise.
1406 * sysdeps/ieee754/ldbl-96/s_sinl.c: Likewise.
1407 * sysdeps/x86_64/fpu/s_cosl.S: Likewise.
1408 * sysdeps/x86_64/fpu/s_sinl.S: Likewise.
1409 * math/libm-test.inc: Add tests for errno after sin/cos calls with
1410 ±Inf.
1411
1412 * stdlib/strtod_l.c (round_and_return): We have to set errno to
1413 ERANGE for underflows.
1414 * stdlib/tst-strtod.c (tests): Two tests should set errno to ERANGE.
1415
1416 * stdio-common/stdio_lim.h.in (L_cuserid): Not part of POSIX since
1417 the 2001 revision.
1418
1419 * libio/tst-widetext.input: Remove surrogates.
1420
1421 * include/features.h: _POSIX_C_SOURCE >= 200112L implies C99.
1422
1423 * sysdeps/ieee754/k_standard.c (__kernel_standard): Pole errors
1424 for lgamma should set errno to ERANGE, not EDOM.
1425 * math/libm-test.inc (lgamma_test): Check errno for pole errors.
1426
1427 2009-04-24 Ulrich Drepper <drepper@redhat.com>
1428
1429 [BZ #10093]
1430 * iconv/gconv_simple.c (BODY for UTF-8 to INTERNAL): Don't accept
1431 UTF-16 surrogates.
1432
1433 * locale/programs/locarchive.c (enlarge_archive): Conserve address
1434 space when temporarily mapping the whole content of the old file.
1435
1436 [BZ #10100]
1437 * misc/hsearch_r.c (hsearch_r): Add back ensurance that hval is
1438 not zero.
1439
1440 2009-04-24 Jakub Jelinek <jakub@redhat.com>
1441
1442 * iconvdata/sjis.c (BODY): Don't advance inptr before
1443 STANDARD_FROM_LOOP_ERR_HANDLER (2) for 2 byte invalid input.
1444 Use STANDARD_FROM_LOOP_ERR_HANDLER with 2 instead of 1 for
1445 two byte chars.
1446
1447 2009-04-24 Ulrich Drepper <drepper@redhat.com>
1448
1449 * locale/locarchive.h (struct locarhandle): Rename len field to
1450 mmaped and add new reserved field.
1451 * locale/programs/locarchive.c (RESERVE_MMAP_SIZE): Define.
1452 (create_archive): Reserve address space and then map file into it.
1453 (open_archive): Likewise.
1454 (file_data_available_p): New function.
1455 (compare_from_file): New function.
1456 (close_archive): Adjust to member name changes.
1457 (add_locale): Before comparing locale data, check it is mapped.
1458 Otherwise fall back to reading from the file.
1459
1460 2009-04-23 H.J. Lu <hongjiu.lu@intel.com>
1461
1462 * stdio-common/psiginfo.c: Include <errno.h>.
1463
1464 2009-04-23 Ulrich Drepper <drepper@redhat.com>
1465
1466 [BZ #9920]
1467 * stdlib/random_r.c (__srandom_r): Change type of word to int32_t
1468 to get consistency between 32 and 64 bit architectures.
1469
1470 [BZ #10052]
1471 * sysdeps/unix/make-syscalls.sh: Add rule to create target
1472 directory for dummy syscall rules.
1473 Patch by Chris Steinbroner <hesh@pobox.com>.
1474
1475 2009-04-23 Aurelien Jarno <aurelien@aurel32.net>
1476
1477 [BZ #10092]
1478 * sysdeps/unix/sysv/linux/sys/mount.h: Define MNT_DETACH and
1479 MNT_EXPIRE.
1480
1481 2009-04-23 Ulrich Drepper <drepper@redhat.com>
1482
1483 * sysdeps/unix/sysv/linux/preadv.c: The kernel API changed. Adjust.
1484 * sysdeps/unix/sysv/linux/pwritev.c: Likewise.
1485
1486 2009-04-23 Jakub Jelinek <jakub@redhat.com>
1487
1488 * sysdeps/posix/pwritev.c (PWRITEV): Fix up comment. Copy
1489 data from vector to temporary buffer and call PWRITEV after it
1490 instead of vice versa.
1491 * sysdeps/posix/preadv.c: Fix up comment.
1492 * misc/preadv.c: Likewise.
1493 * misc/preadv64.c: Likewise.
1494 * misc/pwritev.c: Likewise.
1495 * misc/pwritev64.c: Likewise.
1496 * misc/sys/uio.h (preadv, pwritev, preadv64, pwritev64): Likewise.
1497
1498 2009-04-23 Ulrich Drepper <drepper@redhat.com>
1499
1500 * shadow/sgetspent_r.c (__sgetspent_r): Recognize too small buffers.
1501
1502 * shadow/Makefile (tests): Add tst-shadow.
1503 * shadow/tst-shadow.c: New file.
1504
1505 [BZ #9955]
1506 * gshadow/Makefile: New file.
1507 * gshadow/Versions: New file.
1508 * gshadow/fgetsgent.c: New file.
1509 * gshadow/fgetsgent_r.c: New file.
1510 * gshadow/getsgent.c: New file.
1511 * gshadow/getsgent_r.c: New file.
1512 * gshadow/getsgnam.c: New file.
1513 * gshadow/getsgnam_r.c: New file.
1514 * gshadow/gshadow.h: New file.
1515 * gshadow/putsgent.c: New file.
1516 * gshadow/sgetsgent.c: New file.
1517 * gshadow/sgetsgent_r.c: New file.
1518 * gshadow/tst-gshadow.c: New file.
1519 * include/gshadow.h: New file.
1520 * Makeconfig (all-subdirs): Add gshadow.
1521 * Makefile (installed-headers): Add gshadow/gshadow.h.
1522 * nss/Makefile (databases): Add sgrp.
1523 * nss/Versions: Add gshadow functions as private exports.
1524 * nss/nsswitch.conf: Add gshadow entry.
1525 * nss/sgrp-lookup.c: New file.
1526 * nss/nss_files/files-parse.c: Add STRING_LIST macro. Rewrite
1527 parse_list to handle STRING_LIST and TRAILING_LIST_PARSER.
1528 * nss/nss_files/files-sgrp.c: New file.
1529 * sysdeps/generic/paths.h: Add _PATH_GSHADOW.
1530 * sysdeps/unix/sysv/linux/paths.h: Likewise.
1531
1532 2009-04-22 Ulrich Drepper <drepper@redhat.com>
1533
1534 * stdio-common/printf.h: Add missing const to register_printf_modifier.
1535 * stdio-common/reg-modifier.c: Likewise.
1536
1537 2009-04-22 Andrew Stubbs <ams@codesourcery.com>
1538
1539 * sysdeps/sh/sh4/setjmp.S (__sigsetjmp): Adjust JB_SIZE when there
1540 is no FPU.
1541
1542 2009-04-20 Ulrich Drepper <drepper@redhat.com>
1543
1544 [BZ #10086]
1545 * sysdeps/unix/sysv/linux/sys/timex.h: Add definitions from kernel
1546 headers up to 2.6.30.
1547
1548 * po/ca.po: Update from translation team.
1549
1550 2009-04-19 Ulrich Drepper <drepper@redhat.com>
1551
1552 [BZ #10069]
1553 * elf/dl-open.c (dl_open_worker): We cannot guarantee that we can load
1554 an object that uses static TLS if the TLS modid is higher than the
1555 reserve we always allocate. At least for multi-threaded code.
1556
1557 2009-04-18 Ulrich Drepper <drepper@redhat.com>
1558
1559 * stdlib/strfmon_l.c (__vstrfmon_l): Don't wrap when computing width.
1560 Numerically stable check for valid width.
1561
1562 * locale/programs/locarchive.c (open_archive): Map the entire file
1563 and not just the administrative data.
1564 (add_locale): When we find a hash sum match compare the content
1565 to be sure.
1566
1567 * malloc/malloc.c (malloc_info): Output address space information.
1568
1569 2009-04-17 Ulrich Drepper <drepper@redhat.com>
1570
1571 * malloc/malloc.c (malloc_info): Also output system memory information.
1572
1573 * sysdeps/unix/sysv/linux/kernel-features.h: All supported
1574 architectures have preadv/pwritev in 2.6.30.
1575
1576 * sysdeps/posix/preadv.c: Reading of zero bytes is no error.
1577 * sysdeps/posix/readv.c: Likewise.
1578 Reported by Markus Armbruster <armbru@redhat.com>.
1579
1580 * malloc/hooks.c (top_check): Force hook value into register.
1581
1582 2009-04-16 Samuel Thibault <samuel.thibault@ens-lyon.org>
1583
1584 * elf/rtld.c (dl_main): Really call _dl_sysdep_start_cleanup after all
1585 calls to _dl_relocate_object.
1586
1587 2009-04-16 Ulrich Drepper <drepper@redhat.com>
1588
1589 [BZ #9957]
1590 * malloc/malloc.c (force_reg): Define.
1591 (sYSMALLOc): Load hook variable into variable
1592 before test and force into register.
1593 (sYSTRIm): Likewise.
1594 (public_mALLOc): Force hook value into register.
1595 (public_fREe): Likewise.
1596 (public_rEALLOc): Likewise.
1597 (public_mEMALIGn): Likewise.
1598 (public_vALLOc): Likewise.
1599 (public_pVALLOc): Likewise.
1600 (public_cALLOc): Likewise.
1601 (__posix_memalign): Likewise.
1602 * malloc/arena.c (ptmalloc_init): Load hook variable into variable
1603 before test and force into register.
1604 * malloc/hooks.c (top_check): Likewise.
1605 (public_sET_STATe): Pretty printing.
1606
1607 * resolv/res_send.c (send_dg): Don't just ignore the result we got
1608 in case we only receive one reply in single-request mode.
1609
1610 2009-04-16 Jakub Jelinek <jakub@redhat.com>
1611
1612 * elf/dl-open.c (_dl_open): Bump GL(dl_nns) to 1 if no libraries
1613 are dlopened in statically linked program even for __LM_ID_CALLER.
1614
1615 2009-04-16 Ulrich Drepper <drepper@redhat.com>
1616
1617 * resolv/res_send.c (send_dg): Don't switch into single-request
1618 mode if we already are in it.
1619
1620 2009-04-15 Ulrich Drepper <drepper@redhat.com>
1621
1622 * sysdeps/unix/sysv/linux/getsysstats.c (next_line): Make sure there
1623 are always at least 4 bytes in the returned line.
1624
1625 2009-04-15 Jakub Jelinek <jakub@redhat.com>
1626
1627 * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Check
1628 __libc_use_alloca (8192), if the stack is too small use 512 bytes
1629 instead of 8K. Stop searching in /proc/stat after hitting first
1630 line not starting with cpu.
1631 (next_line): Truncate too long
1632 lines at buffer size * 3/4 instead of pretending there were line
1633 breaks inside of large lines.
1634
1635 2009-04-14 Ulrich Drepper <drepper@redhat.com>
1636
1637 * sysdeps/x86_64/mp_clz_tab.c: New file.
1638
1639 2009-03-17 Ryan S. Arnold <rsa@us.ibm.com>
1640 Ulrich Drepper <drepper@redhat.com>
1641
1642 * sysdeps/unix/sysv/linux/fallocate.c: Handle old kernel headers.
1643 * sysdeps/unix/sysv/linux/fallocate64.c: Likewise.
1644 * sysdeps/unix/sysv/linux/wordsize-64/fallocate.c: Likewise.
1645
1646 2009-03-25 Andrew Stubbs <ams@codesourcery.com>
1647
1648 * sysdeps/sh/libc-tls.c: New file.
1649
1650 * sysdeps/sh/bits/setjmp.h (__jmp_buf): Give name to structure type.
1651
1652 2009-04-14 Roland McGrath <roland@redhat.com>
1653
1654 * elf/elf.h: Add various missing ARM constants, to match binutils.
1655
1656 2009-04-14 Ulrich Drepper <drepper@redhat.com>
1657
1658 Optimizations from GMP.
1659 * sysdeps/x86_64/add_n.S: New file.
1660 * sysdeps/x86_64/addmul_1.S: New file.
1661 * sysdeps/x86_64/lshift.S: New file.
1662 * sysdeps/x86_64/mul_1.S: New file.
1663 * sysdeps/x86_64/rshift.S: New file.
1664 * sysdeps/x86_64/sub_n.S: New file.
1665 * sysdeps/x86_64/submul_1.S: New file.
1666
1667 2009-04-14 Jakub Jelinek <jakub@redhat.com>
1668
1669 * sysdeps/powerpc/powerpc32/elf/start.S: Ensure .data is non-empty.
1670 * sysdeps/powerpc/powerpc64/elf/start.S: Likewise.
1671 * sysdeps/sparc/sparc32/elf/start.S: Likewise.
1672 * sysdeps/sparc/sparc64/elf/start.S: Likewise.
1673
1674 2009-04-14 Ulrich Drepper <drepper@redhat.com>
1675
1676 * sysdeps/unix/sysv/linux/kernel-features.h: SH also has
1677 preadv/pwritev.
1678
1679 2009-04-13 Ulrich Drepper <drepper@redhat.com>
1680
1681 * sysdeps/x86-64/strrchr.S: New file.
1682
1683 2009-04-10 Ulrich Drepper <drepper@redhat.com>
1684
1685 * stdio-common/printf.h (struct printf_info): Add user element.
1686 New types printf_arginfo_size_function, printf_va_arg_function.
1687 Declare register_printf_specifier, register_printf_modifier,
1688 register_printf_type.
1689 * stdio-common/printf-parse.h (struct printf_spec): Add size element.
1690 (union printf_arg): Add pa_user element.
1691 Adjust __printf_arginfo_table type.
1692 Add __printf_va_arg_table, __printf_modifier_table,
1693 __handle_registered_modifier_mb, and __handle_registered_modifier_wc
1694 declarations.
1695 * stdio-common/printf-parsemb.c: Recognize registered modifiers.
1696 If registered arginfo call failed try normal specifier.
1697 * stdio-common/printf-prs.c: Pass additional parameter to arginfo
1698 function.
1699 * stdio-common/Makefile (routines): Add reg-modifier and reg-type.
1700 * stdio-common/Versions: Export register_printf_modifier,
1701 register_printf_type, and register_printf_specifier for GLIBC_2.10.
1702 * stdio-common/reg-modifier.c: New file.
1703 * stdio-common/reg-type.c: New file.
1704 * stdio-common/reg-printf.c (__register_printf_specifier): New
1705 function. Mostly the old __register_printf_function function but
1706 uses locking and type of third parameter changed.
1707 (__register_printf_function): Implement using
1708 __register_printf_specifier.
1709 * stdio-common/vfprintf.c (vfprintf): Collect argument sizes in
1710 calls to arginfo functions. Allocate enough memory for user-defined
1711 types. Call new va_arg functions to get user-defined types.
1712 Try installed handlers even for existing format specifiers first.
1713
1714 2009-04-09 Ulrich Drepper <drepper@redhat.com>
1715
1716 * sysdeps/x86_64/rawmemchr.S: New file.
1717
1718 * stdio-common/vfprintf.c (vfprintf): Slightly more compact code.
1719 Simplified code and possible copy problem fixed.
1720
1721 * sysdeps/unix/sysv/linux/preadv.c: Avoid prototype for static
1722 function if it is not defined. Add some necessary casts.
1723 * sysdeps/unix/sysv/linux/pwritev.c: Likewise.
1724
1725 * sysdeps/unix/sysv/linux/kernel-features.h: SPARC and IA64 also
1726 have preadv/pwritev in 2.6.30.
1727
1728 2009-04-08 Ulrich Drepper <drepper@redhat.com>
1729
1730 * malloc/malloc.c (malloc_info): New function.
1731 * malloc/malloc.h: Declare it.
1732 * malloc/Versions: Export malloc_info for GLIBC_2.10.
1733
1734 * sysdeps/unix/sysv/linux/preadv64.c (PREAD): Use __libc_pread64
1735 to avoid PLT slot.
1736
1737 * malloc/malloc.c (_int_realloc): Add parameter with old block
1738 size. Remove duplicated test. Don't handle mmap'ed blocks here.
1739 Adjust all callers.
1740 * malloc/hooks.c (realloc_check): Adjust _int_realloc call.
1741
1742 2009-04-07 Ulrich Drepper <drepper@redhat.com>
1743
1744 * sysdeps/x86_64/strchrnul.S: New file.
1745
1746 * crypt/Makefile (LDLIBS-crypt.so): Use this variable instead of
1747 depending libcrypt on -lfreebl3.
1748
1749 * sysdeps/unix/sysv/linux/kernel-features.h: Power also has
1750 preadv/pwritev in 2.6.30.
1751
1752 * resolv/nss_dns/dns-host.c (getanswer_r): Use strcasecmp
1753 instead of __strcasecmp.
1754
1755 * string/stratcliff.c (do_test): Add memchr tests..
1756 * wcsmbs/wcsatcliff.c (MEMCHR): Define.
1757 * sysdeps/x86_64/memchr.S: Fix handling of end of buffer after
1758 first read quad word.
1759
1760 2009-04-06 Ulrich Drepper <drepper@redhat.com>
1761
1762 * string/strverscmp.c (__strverscmp): Fix last cleanups.
1763 * string/tst-svc.input: Add new test case.
1764 * string/tst-svc.expect: Adjust.
1765 * string/Makefile: Don't ignore tst-svc error.
1766
1767 * sysdeps/x86_64/memchr.S: New file.
1768
1769 * resolv/resolv.h (RES_SNGLKUP): Define.
1770 * resolv/res_init.c (res_setoptions): Recognize single-request option.
1771 * resolv/res_send.c (send_dg): If we sent two requests at once and
1772 only get one reply before timeout switch to mode where we send the
1773 second request only after the first answer has been received.
1774
1775 2009-04-05 Ulrich Drepper <drepper@redhat.com>
1776
1777 * sysdeps/x86_64/strlen.S: Optimize by using SSE2 instructions.
1778 * sysdeps/x86_64/strchr.S: Likewise.
1779
1780 2009-04-03 Ulrich Drepper <drepper@redhat.com>
1781
1782 * configure.in: We need to test for the compiler earlier.
1783
1784 * misc/Makefile (routines): Add preadv, preadv64, pwritev, pwritev64.
1785 * misc/Versions: Export preadv, preadv64, pwritev, pwritev64 for
1786 GLIBC_2.10.
1787 * misc/sys/uio.h: Declare preadv, preadv64, pwritev, pwritev64.
1788 * sysdeps/unix/sysv/linux/kernel-features.h: Add entries for preadv
1789 and pwritev.
1790 * misc/preadv.c: New file.
1791 * misc/preadv64.c: New file.
1792 * misc/pwritev.c: New file.
1793 * misc/pwritev64.c: New file.
1794 * sysdeps/posx/preadv.c: New file.
1795 * sysdeps/posx/preadv64.c: New file.
1796 * sysdeps/posx/pwritev.c: New file.
1797 * sysdeps/posx/pwritev64.c: New file.
1798 * sysdeps/unix/sysv/linux/preadv.c: New file.
1799 * sysdeps/unix/sysv/linux/preadv64.c: New file.
1800 * sysdeps/unix/sysv/linux/pwritev.c: New file.
1801 * sysdeps/unix/sysv/linux/pwritev64.c: New file.
1802 * sysdeps/unix/sysv/linux/wordsize-64/preadv64.c: New file.
1803 * sysdeps/unix/sysv/linux/wordsize-64/pwritev64.c: New file.
1804
1805 * sysdeps/unix/sysv/linux/readv.c (__libc_readv): Fix calling of
1806 compatibility code.
1807 * sysdeps/unix/sysv/linux/writev.c (__libc_writev): Likewise.
1808
1809 * sysdeps/unix/sysv/linux/kernel-features.h: Define
1810 __ASSUME_COMPLETE_READV_WRITEV.
1811 * sysdeps/unix/sysv/linux/readv.c: No need for userlevel fallback
1812 with modern kernels.
1813 * sysdeps/unix/sysv/linux/writev.c: Likewise.
1814
1815 * sysdeps/posix/readv.c: Since read is a cancellation point we have
1816 to free a possible malloced buffer in case of cancellation.
1817 * sysdeps/posix/writev.c: Likewise for write.
1818
1819 2009-04-02 Ulrich Drepper <drepper@redhat.com>
1820
1821 * sysdeps/unix/sysv/linux/bits/socket.h: Add missing protocol numbers.
1822
1823 * configure.in: Recognize --enable-nss-crypt.
1824 * config.make.in: Add nss-crypt entry.
1825 * crypt/Makefile: If nss-crypt==yes, don't build md5.c, sha256.c,
1826 sha512.c. Don't run md5test, sha256test, sha512test. Pass -DUSE_NSS
1827 and include path for NSS directory to compiler for md5-crypt,
1828 sha256-crypt, sha512-crypt. Link libcrypt.so with -lfreebl3.
1829 * crypt/md5-crypt.c: If USE_NSS is defined, don't use local hash
1830 function implementation, use NSS. Introduce wrappers around the
1831 hash function calls. Little code size optimization.
1832 * crypt/sha256-crypt.c: Likewise.
1833 * crypt/sha512-crypt.c: Likewise.
1834 * scripts/check-local-headers.sh: Ignore nss3 directory.
1835
1836 * configure.in: Rename pic_default to libc_cv_pic_default.
1837 * config.make.in: Likewise.
1838
1839 2009-04-01 Roland McGrath <roland@redhat.com>
1840
1841 * elf/elf.h (R_SPARC_GLOB_JMP): New macro.
1842 (R_SPARC_GOTDATA_HIX22, R_SPARC_GOTDATA_LOX10): New macros.
1843 (R_SPARC_GOTDATA_OP_HIX22, R_SPARC_GOTDATA_OP_LOX10): Likewise.
1844 (R_SPARC_GOTDATA_OP, R_SPARC_H34): Likewise.
1845 (R_SPARC_SIZE32, R_SPARC_SIZE64): Likewise.
1846 (R_SPARC_GNU_VTINHERIT, R_SPARC_GNU_VTENTRY, R_SPARC_REV32): Likewise.
1847 (R_SPARC_NUM): Update.
1848 From Dave Miller <davem@davemloft.net>.
1849
1850 2009-04-01 Ulrich Drepper <drepper@redhat.com>
1851
1852 * sysdeps/unix/sysv/linux/sys/eventfd.h (EFD_SEMAPHORE): Define.
1853
1854 2009-03-31 Ulrich Drepper <drepper@redhat.com>
1855
1856 * elf/dl-open.c: Keep track of used name spaces and only iterate over
1857 those which are used.
1858 * elf/dl-addr.c: Likewise.
1859 * elf/dl-caller.c: Likewise.
1860 * elf/dl-fini.c: Likewise.
1861 * elf/dl-iteratephdr.c: Likewise.
1862 * elf/dl-libc.c: Likewise.
1863 * elf/dl-load.c: Likewise.
1864 * elf/dl-support.c: Likewise.
1865 * elf/dl-sym.c: Likewise.
1866 * elf/rtld.c: Likewise.
1867 * sysdeps/generic/ldsodefs.h: Likewise.
1868
1869 * elf/dl-load.c: Remove support for systems without MAP_ANON.
1870 * elf/dl-minimal.c: Likewise.
1871 * elf/dl-misc.c: Likewise.
1872 * elf/rtld.c: Likewise.
1873 * sysdeps/generic/ldsodefs.h: Likewise.
1874
1875 2009-03-30 Ulrich Drepper <drepper@redhat.com>
1876
1877 * elf/do-lookup.h (do_lookup_x): Minor optimization and cleanup.
1878 Avoid reuse of complex expression.
1879
1880 * po/fr.po: Update from translation team.
1881
1882 2009-03-16 Ulrich Drepper <drepper@redhat.com>
1883
1884 * include/dirent.h: Yet more changes to match sort function type
1885 change.
1886 * sysdeps/unix/sysv/linux/i386/alphasort64.c: Likewise.
1887 * sysdeps/unix/sysv/linux/i386/olddirent.h: Likewise.
1888 * sysdeps/unix/sysv/linux/i386/versionsort64.c: Likewise.
1889
1890 2009-03-16 Thomas Schwinge <tschwinge@gnu.org>
1891
1892 * dirent/scandir64.c (scandir64): Adjust declaration to type change.
1893
1894 2009-03-16 Ulrich Drepper <drepper@redhat.com>
1895
1896 * nscd/connections.c (restart): Try to preserve the process name
1897 by reading the /proc/self/exe symlink and using the return name.
1898 Patch by Jeff Bastian <jbastian@redhat.com>.
1899
1900 2009-03-15 Ulrich Drepper <drepper@redhat.com>
1901
1902 [BZ #9733]
1903 * elf/dl-load.c (_dl_map_object_from_fd): Only call audit hooks
1904 if we are not loading a new audit library.
1905 * elf/dl-reloc (_dl_relocate_object): Third parameter is now a bitmask.
1906 Only use profiling trampoline for auditing if we are not relocating
1907 an audit library.
1908 * elf/dl-open.c (dl_open_worker): Adjust _dl_relocate_object call.
1909 * elf/rtld.c: Likewise.
1910 * sysdeps/generic/ldsodefs.h: Adjust _dl_relocate_object prototype.
1911
1912 * elf/rtld.c (dl_main): Extend help message for --audit option.
1913
1914 [BZ #9759]
1915 * dirent/dirent.h: Adjust prototypes of scandir, scandir64, alphasort,
1916 alphasort64, versionsort, and versionsort64 to POSIX 2008.
1917 * dirent/alphasort.c: Adjust implementation to type change.
1918 * dirent/alphasort64.c: Likewise.
1919 * dirent/scandir.c: Likewise.
1920 * dirent/versionsort.c: Likewise.
1921 * dirent/versionsort64.c: Likewise.
1922 * sysdeps/wordsize-64/alphasort.c: Add hack to hide alphasort64
1923 declaration.
1924 * sysdeps/wordsize-64/versionsort.c: Add hack to hide versionsort64
1925 declaration.
1926
1927 [BZ #9880]
1928 * inet/inet6_rth.c (inet6_rth_reverse): Compute number of segments
1929 correctly. Set segleft member in output as required.
1930 Patch partly by Yang Hongyang <yanghy@cn.fujitsu.com>.
1931 * inet/tst-inet6_rth.c (do_test): Add tests for inet6_rth_reverse.
1932
1933 [BZ #9881]
1934 * inet/inet6_rth.c (inet6_rth_add): Add some error checking.
1935 Patch mostly by Yang Hongyang <yanghy@cn.fujitsu.com>.
1936 * inet/Makefile (tests): Add tst-inet6_rth.
1937 * inet/tst-inet6_rth.c: New file.
1938
1939 [BZ #5807]
1940 * string/strlen.c (strlen): Fix omission in the expression to test
1941 for NUL bytes.
1942
1943 2009-03-14 Ulrich Drepper <drepper@redhat.com>
1944
1945 * crypt/sha256test.c (main): Perform 100,000 'a' test in a second way.
1946
1947 * elf/dl-runtime.c (reloc_offset): Define.
1948 (reloc_index): Define.
1949 (_dl_fixup): Rename reloc_offset parameter to reloc_arg.
1950 (_dl_fixup_profile): Likewise. Use reloc_index instead of
1951 computing index from reloc_offset.
1952 (_dl_call_pltexit): Likewise.
1953 * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_resolve): Just pass
1954 the relocation index to _dl_fixup.
1955 (_dl_runtime_profile): Likewise for _dl_fixup_profile and
1956 _dl_call_pltexit.
1957 * sysdeps/x86_64/dl-runtime.c: New file.
1958
1959 [BZ #9893]
1960 * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix
1961 alignment of La_x86_64_regs. Store xmm parameters.
1962 Patch mostly by Jiri Olsa <olsajiri@gmail.com>.
1963
1964 [BZ #9913]
1965 * string/strverscmp.c (__strverscmp): Fix case of different digits
1966 in fractional part of string.
1967 Patch by Jingyu Liu <jyliu@fortinet.com>.
1968 * string/Makefile (tests): Add tst-svc2.
1969 * string/tst-svc2.c: New file.
1970
1971 * string/strverscmp.c (__strverscmp): Optimize size of tables.
1972
1973 * locale/iso-639.def: Add Min Nan.
1974
1975 2009-03-11 Carlos Eduardo Seo <cseo@linux.vnet.ibm.com>
1976
1977 [BZ #9948]
1978 * elf/dl-sysdep.c (_dl_show_auxv): Add support for AT_BASE_PLATFORM.
1979
1980 2009-03-14 Ulrich Drepper <drepper@redhat.com>
1981
1982 * elf/dl-sysdep.c (auxvars): Compress data structure.
1983
1984 * sysdeps/i386/dl-machine.h (elf_machine_rel): Implement
1985 STT_GNU_IFUNC handling.
1986 (elf_machine_rela): Likewise.
1987
1988 2009-03-13 Ulrich Drepper <drepper@redhat.com>
1989
1990 * config.h.in (USE_MULTIARCH): Define.
1991 * configure.in: Handle --enable-multi-arch.
1992 * elf/dl-runtime.c (_dl_fixup): Handle STT_GNU_IFUNC.
1993 (_dl_fixup_profile): Likewise.
1994 * elf/do-lookup.c (dl_lookup_x): Likewise.
1995 * sysdeps/x86_64/dl-machine.h: Handle STT_GNU_IFUNC.
1996 * elf/elf.h (STT_GNU_IFUNC): Define.
1997 * include/libc-symbols.h (libc_ifunc): Define.
1998 * sysdeps/x86_64/cacheinfo.c: If USE_MULTIARCH is defined, use the
1999 framework in init-arch.h to get CPUID values.
2000 * sysdeps/x86_64/multiarch/Makefile: New file.
2001 * sysdeps/x86_64/multiarch/init-arch.c: New file.
2002 * sysdeps/x86_64/multiarch/init-arch.h: New file.
2003 * sysdeps/x86_64/multiarch/sched_cpucount.c: New file.
2004
2005 * config.make.in (experimental-malloc): Define.
2006 * configure.in: Handle --enable-experimental-malloc.
2007 * malloc/Makefile: Handle experimental-malloc flag.
2008 * malloc/malloc.c: Implement PER_THREAD and ATOMIC_FASTBINS features.
2009 * malloc/arena.c: Likewise.
2010 * malloc/hooks.c: Likewise.
2011 * malloc/malloc.h: Define M_ARENA_TEST and M_ARENA_MAX.
2012
2013 2009-03-11 Ulrich Drepper <drepper@redhat.com>
2014
2015 * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Add branch
2016 prediction. A few size optimizations.
2017
2018 2009-03-10 Ulrich Drepper <drepper@redhat.com>
2019
2020 * time/tzset.c: Optimize a bit for size.
2021
2022 2009-03-10 Jakub Jelinek <jakub@redhat.com>
2023
2024 * include/stdio.h (fmemopen): Add libc_hidden_proto.
2025 * libio/fmemopen.c (fmemopen): Add libc_hidden_def.
2026
2027 * elf/sprof.c: Avoid warning about multi-line comment.
2028
2029 2009-03-10 Ulrich Drepper <drepper@redhat.com>
2030
2031 * time/tzset.c (__tzset_parse_tz): Use correct string when parsing
2032 DST name.
2033 * time/tst-posixtz.c: Add tests for quoted timezone names.
2034
2035 2009-03-10 Jakub Jelinek <jakub@redhat.com>
2036
2037 * posix/unistd.h (_POSIX_VERSION, _POSIX2_VERSION, _POSIX2_C_BIND,
2038 _POSIX2_C_DEV, _POSIX2_SW_DEV, _POSIX2_LOCALEDEF): Define to
2039 200809L instead of 200112L.
2040 (_XOPEN_VERSION): For __USE_XOPEN2K8 define to 700.
2041 * posix/tst-sysconf.c (STDVER): Define to 200809L instead of 200112L.
2042
2043 * stdlib/quick_exit.c (quick_exit): Pass &__quick_exit_funcs
2044 instead of __quick_exit_funcs to __run_exit_handlers.
2045 * stdlib/at_quick_exit.c (at_quick_exit): Add attribute_hidden.
2046 * stdlib/exit.h (__run_exit_handlers): Add noreturn attribute.
2047 (__cxa_at_quick_exit): Remove attribute_hidden.
2048 * stdlib/exit.c (exit): Pass &__exit_funcs instead of __exit_funcs
2049 to __run_exit_handlers.
2050 * stdlib/cxa_at_quick_exit.c (__cxa_at_quick_exit): Remove
2051 attribute_hidden.
2052
2053 2009-03-10 Ulrich Drepper <drepper@redhat.com>
2054
2055 * po/id.po: Update from translation team.
2056
2057 2009-02-18 Jakub Jelinek <jakub@redhat.com>
2058
2059 * sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S: Use
2060 .machine push; .machine "power6" and .machine pop around mtfsf
2061 insns outside of _ARCH_PWR6 define.
2062 * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S: Likewise.
2063 * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S:
2064 Likewise.
2065 * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S:
2066 Likewise.
2067 * sysdeps/powerpc/fpu/tst-setcontext-fpscr.c (_SET_DI_FPSCR): Likewise.
2068 * sysdeps/powerpc/fpu/fenv_libc.h (fesetenv_register,
2069 relax_fenv_state): Likewise.
2070
2071 2009-03-08 Ulrich Drepper <drepper@redhat.com>
2072
2073 * stdlib/Makefile (routines): Add quick_exit, at_quick_exit, and
2074 cxa_at_quick_exit.
2075 (static-only-routines): Add at_quick_exit.
2076 * stdlib/Versions: Export quick_exit and __cxa_at_quick_exit for
2077 GLIBC_2.10.
2078 * stdlib/quick_exit.c: New file.
2079 * stdlib/at_quick_exit.c: New file.
2080 * stdlib/cxa_at_quick_exit.c: New file.
2081 * stdlib/cxa_atexit.c (__cxa_atexit): Move body to new function. Call
2082 it appropriately.
2083 (__internal_atexit): New function.
2084 (__new_exitfn): Now takes parameter to point to the list to use.
2085 * stdlib/cxa_finalize.c: Remove quick_exit handlers, don't call them.
2086 * stdlib/exit.c (__run_exit_handlers): New function. Split from...
2087 (exit): ...here. Just call __run_exit_handlers appropriately.
2088 * stdlib/exit.h: Declare __quick_exit_funcs, __run_exit_handlers,
2089 __internal_atexit, __cxa_at_quick_exit. Adjust __new_exitfn.
2090 * stdlib/on_exit.c: Adjust call to __new_exitfn.
2091 * stdlib/stdlib.h: Declare at_quick_exit and quick_exit.
2092
2093 * po/id.po: Update from translation team.
2094
2095 2009-03-07 Ulrich Drepper <drepper@redhat.com>
2096
2097 * po/ru.po: Update from translation team.
2098
2099 2009-03-04 Ulrich Drepper <drepper@redhat.com>
2100
2101 * po/nl.po: Update from translation team.
2102
2103 2009-03-03 Ulrich Drepper <drepper@redhat.com>
2104
2105 * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Declare fallocate{,64}.
2106 * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
2107 * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
2108 * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
2109 * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
2110 * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
2111 * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
2112
2113 * po/pl.po: Update from translation team.
2114
2115 2009-03-02 Ulrich Drepper <drepper@redhat.com>
2116
2117 [BZ #7083]
2118 * sysdeps/unix/sysv/linux/fallocate.c: New file.
2119 * sysdeps/unix/sysv/linux/fallocate64.c: New file.
2120 * sysdeps/unix/sysv/linux/wordsize-64/fallocate64.c: New file.
2121 * sysdeps/unix/sysv/linux/wordsize-64/fallocate.c: New file.
2122 * sysdeps/unix/sysv/linux/i386/fallocate64.c: New file.
2123 * sysdeps/unix/sysv/linux/i386/fallocate.c: New file.
2124 * sysdeps/unix/sysv/linux/Versions: Export fallocate and fallocate64
2125 for GLIBC_2.10.
2126 * sysdeps/unix/sysv/linux/Makefile [subdir=io] (sysdep_routines):
2127 Add fallocate and fallocate64.
2128
2129 * io/fcntl.h: Pretty printing.
2130
2131 2009-03-02 Richard Guenther <rguenther@suse.de>
2132
2133 * misc/sys/cdefs.h (__extern_always_inline): Add __artificial__
2134 attribute also for non-C99 inline semantics variant.
2135
2136 2009-02-12 Carlos Eduardo Seo <cseo@linux.vnet.ibm.com>
2137
2138 * sysdeps/powerpc/powerpc32/power7/fpu/Implies: New file.
2139 * sysdeps/powerpc/powerpc32/power7/Implies: Likewise.
2140 * sysdeps/powerpc/powerpc64/power7/fpu/Implies: Likewise.
2141 * sysdeps/powerpc/powerpc64/power7/Implies: Likewise.
2142 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/fpu/Implies:
2143 Likewise.
2144 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/fpu/Implies:
2145 Likewise.
2146
2147 2009-03-02 Ulrich Drepper <drepper@redhat.com>
2148
2149 * po/cs.po: Update from translation team.
2150
2151 2009-02-28 Ulrich Drepper <drepper@redhat.com>
2152
2153 * po/bg.po: Update from translation team.
2154 * po/sv.po: Likewise.
2155 * po/fi.po: Likewise.
2156 * po/vi.po: Likewise.
2157
2158 2009-02-27 Roland McGrath <roland@redhat.com>
2159
2160 * Makeconfig (%.v.i): Depend on Makeconfig.
2161 Exclude % lines from initial #-comment removal.
2162
2163 2009-02-27 Ulrich Drepper <drepper@redhat.com>
2164
2165 * po/ko.po: Update from translation team.
2166
2167 2009-02-26 Roland McGrath <roland@redhat.com>
2168
2169 * shadow/lckpwdf.c (__lckpwdf): Move FLAGS inside block using it,
2170 avoids unused warning.
2171
2172 2009-02-26 Andrew Stubbs <ams@codesourcery.com>
2173 SUGIOKA Toshinobu <sugioka@itonet.co.jp>
2174
2175 * sysdeps/unix/sysv/linux/sh/sys/procfs.h: Don't include signal.h,
2176 sys/ucontext.h and asm/elf.h. Include sys/user.h.
2177 * sysdeps/unix/sysv/linux/sh/sys/user.h: Don't include features.h
2178 and asm/user.h. Include asm/ptrace.h.
2179 (PTRACE_GETREGS, PTRACE_SETREGS, PTRACE_GETFPREGS,
2180 PTRACE_SETFPREGS, PTRACE_GETFDPIC, PTRACE_GETFDPIC_EXEC,
2181 PTRACE_GETFDPIC_INTERP, PTRACE_GETDSPREGS, PTRACE_SETDSPREGS):
2182 Undefine.
2183 (start_thread): Don't undefine.
2184 (elf_greg_t, ELF_NGREG, elf_fpregset_t, user_fpu_struct, user):
2185 Define.
2186
2187 2009-02-26 Ulrich Drepper <drepper@redhat.com>
2188
2189 * wctype/wctype.h: The *_l functions are in POSIX 2008.
2190 * wcsmbs/wchar.h: mbsnrtowcs, open_wmemstream, wcpcpy, wcpncpy,
2191 wcscasecmp, wcsdup, wcsncasecmp, wcsnlen, wcsnrtombs,
2192 wcscasecmp_l, wcsncasecmp_l, wcscoll_l, and wcsxfrm_l.
2193 * sysdeps/mach/hurd/bits/posix_opt.h: Reset value of macros from
2194 200112L to 200809L.
2195 * sysdeps/unix/sysv/linux/bits/posix_opt.h: Likewise.
2196 * posix/getconf.c (vars): Add _SC_THREAD_ROBUST_PRIO_INHERIT and
2197 _SC_THREAD_ROBUST_PRIO_PROTECT entries.
2198 * bits/confname.h: Add _SC_THREAD_ROBUST_PRIO_INHERIT and
2199 _SC_THREAD_ROBUST_PRIO_PROTECT.
2200 * posix/unistd.h: fexecve is in POSIX 2008.
2201 * time/time.h: strftime_l is in POSIX 2008.
2202 * io/sys/stat.h: futimens is in POSIX 2008.
2203 * string/strings.h: strcasecmp_l and strncasecmp_l are in POSIX 2008.
2204 * string/string.h: stpcpy, stpncpy, strndup, strnlen, strsignal,
2205 strcoll_l, strerror_l, and strxfrm_l are in POSIX 2008.
2206 * stdlib/stdlib.h: mkdtemp is in POSIX 2008.
2207 * libio/stdio.h: dprintf, fmemopen, getdelim, getline,
2208 open_memstream, and vdprintf are in POSIX 2008.
2209
2210 2009-02-25 Ulrich Drepper <drepper@redhat.com>
2211
2212 * include/features.h: Define macros for XPG7/POSIX 2008.
2213 * ctype/ctype.h: The *_l functions are in POSIX 2008.
2214 * dirent/dirent.h: alphasort, dirfd, scandir, and fdopendir are in
2215 POSIX 2008.
2216 * locale/langinfo.h: nl_langinfo_l is in POSIX 2008.
2217 * locale/xlocale.h: Define locale_t type.
2218 * locale/locale.h: duplocale, freelocale, newlocale, uselocale are
2219 in POSIX 2008. Don't define locale_t here.
2220 * stdlib/monetary.h: strfmon_l is in POSIX 2008.
2221 * sysdeps/unix/sysv/linux/bits/stat.h: Protect UTIME_NOW and
2222 UTIME_OMIT only with __USE_ATFILE.
2223 * signal/signal.h: Declare psignal and psiginfo for POSIX 2008.
2224 * stdio-common/psiginfo.c: New file.
2225 * stdio-common/psiginfo-data.h: New file.
2226 * stdio-common/psiginfo-define.h: New file.
2227 * stdio-common/Makefile (routines): Add psiginfo.
2228 * stdio-common/Versions: Export psiginfo for GLIBC_2.10.
2229 * sysdeps/unix/sysv/linux/ia64/bits/stat.h: Likewise.
2230 * sysdeps/unix/sysv/linux/powerpc/bits/stat.h: Likewise.
2231 * sysdeps/unix/sysv/linux/s390/bits/stat.h: Likewise.
2232 * sysdeps/unix/sysv/linux/sparc/bits/stat.h: Likewise.
2233 * sysdeps/unix/sysv/linux/x86_64/bits/stat.h: Likewise.
2234 * io/sys/stat.h: Move mknodat definition into same conditional as
2235 mknod.
2236 * time/sys/time.h: futimesat is not among the functions accepted
2237 into the POSIX standard.
2238
2239 * include/features.h: If no feature selection given and we select
2240 by default a POSIX mode, also define __USE_POSIX_IMPLICITLY.
2241 * posix/Versions: Export __posix_getopt.
2242 * posix/getopt.c (_getopt_initialize): Take additional parameter.
2243 Use it to alternatively initialize __posixly_correct.
2244 (_getopt_internal_r): Take addition parameter. Pass on to
2245 _getopt_initialize.
2246 (_getopt_internal): Take addition parameter. Pass on to
2247 _getopt_internal_r.
2248 (getopt): Pass additional zero to _getopt_internal.
2249 (__posix_getopt): New function.
2250 * posix/getopt.h: Add redirection for getopt.
2251 * posix/getopt1.c (getopt_long): Pass additional zero to
2252 _getopt_internal.
2253 (getopt_long_only): Likewise.
2254 (_getopt_long_r): Pass additional zero to _getopt_internal_r.
2255 (_getopt_long_only_r): Likewise.
2256 * posix/getopt_int.h: Adjust declarations of _getopt_internal and
2257 _getopt_internal_r.
2258
2259 2009-02-24 Ulrich Drepper <drepper@redhat.com>
2260
2261 * bits/confname.h: Define _SC_TRACE_EVENT_NAME_MAX, _SC_TRACE_NAME_MAX,
2262 _SC_TRACE_SYS_MAX, _SC_TRACE_USER_EVENT_MAX, _SC_XOPEN_STREAMS.
2263 * sysdeps/posix/sysconf.c (__sysconf): Handle
2264 _SC_TRACE_EVENT_NAME_MAX, _SC_TRACE_NAME_MAX, _SC_TRACE_SYS_MAX,
2265 _SC_TRACE_USER_EVENT_MAX, _SC_XOPEN_STREAMS.
2266
2267 2009-02-24 Roland McGrath <roland@redhat.com>
2268
2269 [BZ #9895]
2270 * README.template: Reworded not to use substituted version number.
2271 Renamed to ...
2272 * README: ... here (no longer generated).
2273 * Makefile (README): Target removed.
2274
2275 2009-02-24 Ulrich Drepper <drepper@redhat.com>
2276
2277 * sysdeps/unix/sysv/linux/sysconf.c (__sysconf):
2278 /proc/sys/kernel/rtsig_max doesn't exist anymore, use getrlimit
2279 instead.
2280
2281 * io/sys/stat.h: The lstat functions have been mandatory since 2001.
2282
2283 * time/tzset.c (tzset_internal): Correct parsing of TZ envvar.
2284
2285 2009-02-22 Ulrich Drepper <drepper@redhat.com>
2286
2287 * po/bg.po: Update from translation team.
2288
2289 2009-02-16 Jakub Jelinek <jakub@redhat.com>
2290
2291 * stdlib/monetary.h: Uglify function parameter names.
2292 * sunrpc/rpc/pmap_clnt.h: Likewise.
2293 * sunrpc/rpc/svc.h: Likewise.
2294 * sunrpc/rpc/xdr.h: Likewise.
2295 * sunrpc/rpc/clnt.h: Likewise.
2296 * resolv/netdb.h: Likewise.
2297 * resolv/arpa/nameser.h: Likewise.
2298 * resolv/resolv.h: Likewise.
2299 * argp/argp.h: Likewise.
2300 * locale/langinfo.h: Likewise.
2301 * io/sys/stat.h: Likewise.
2302 * posix/spawn.h: Likewise.
2303 * nis/rpcsvc/nislib.h: Likewise.
2304 * malloc/obstack.h: Likewise.
2305 * sysdeps/ia64/bits/link.h: Likewise.
2306 * sysdeps/i386/bits/link.h: Likewise.
2307 * sysdeps/s390/bits/link.h: Likewise.
2308 * sysdeps/powerpc/bits/link.h: Likewise.
2309 * sysdeps/x86_64/bits/link.h: Likewise.
2310 * sysdeps/sparc/bits/link.h: Likewise.
2311 * sysdeps/sh/bits/link.h: Likewise.
2312 * sysdeps/unix/sysv/linux/i386/sys/io.h: Likewise.
2313 * sysdeps/unix/sysv/linux/x86_64/sys/io.h: Likewise.
2314 * sysdeps/unix/sysv/linux/sparc/sys/eventfd.h: Likewise.
2315 * sysdeps/unix/sysv/linux/sys/eventfd.h: Likewise.
2316
2317 2008-12-01 Fredrik Unger <fred@tree.se>
2318
2319 * soft-fp/double.h [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_D,
2320 FP_UNPACK_SEMIRAW_DP): Use _FP_UNPACK_RAW_1 instead of
2321 _FP_UNPACK_RAW_2, fix up first argument.
2322
2323 2009-02-15 Ulrich Drepper <drepper@redhat.com>
2324
2325 * sysdeps/unix/sysv/linux/getsysstats.c (next_line): New function.
2326 (GET_NPROCS_PARSER): Change parameters and use next_line.
2327 (__get_nprocs): Rewrite to not use stdio routines.
2328 * sysdeps/unix/sysv/linux/sparc/getsysstats.c (GET_NPROCS_PARSER):
2329 Change parameters and use next_line.
2330
2331 2009-02-13 Ulrich Drepper <drepper@redhat.com>
2332
2333 [BZ #5381]
2334 * nscd/nscd.h: Remove definitions and declarations for mem_in_flight.
2335 Change mempool_alloc prototype.
2336 * nscd/mem.c (gc): Don't handle mem_in_flight.
2337 (mempool_alloc): Third parameter now only indicates whether this is the
2338 first call (to allocate data) or not. If it is, get db rdlock.
2339 Release it on error. Don't handle mem_in_flight.
2340 * nscd/aicache.c (addhstaiX): Mark he parameter as const.
2341 Adjust third parameter of mempool_alloc calls.
2342 Nothing to do here in case mempool_alloc fails.
2343 Avoid local variable shadowing parameter. No need to get db rdlock
2344 before calling cache_add.
2345 * nscd/cache.c (cache_add): Adjust call to mempool_alloc. There is
2346 no mem_in_flight array anymore.
2347 * nscd/connections.c: Remove definition and handling of mem_in_flight.
2348 * nscd/grpcache.c (cache_addgr): Adjust third parameter of
2349 mempool_alloc calls. Mark he parameter as const. Nothing to do here
2350 in case mempool_alloc fails. No need to get db rdlock before calling
2351 cache_add.
2352 * nscd/hstcache.c (cache_addhst): Likewise.
2353 * nscd/initgrcache.c (addinitgroupsX): Likewise.
2354 * nscd/servicescache.c (cache_addserv): Likewise.
2355 * nscd/pwdcache.c (cache_addpw): Likewise. Remove some debugging code.
2356
2357 2009-02-11 Ulrich Drepper <drepper@redhat.com>
2358
2359 * po/lt.po: Update from translation team.
2360
2361 2009-02-10 Ulrich Drepper <drepper@redhat.com>
2362
2363 * elf/dl-load.c (open_verify): In case VALID_ELF_HEADER is
2364 defined, allow additional data to be added using the optional
2365 MORE_ELF_HEADER_DATA macro.
2366 * sysdeps/unix/sysv/linux/ldsodefs.h (VALID_ELF_HEADER,
2367 VALID_ELF_OSABI, VALID_ELF_ABIVERSION, MORE_ELF_HEADER_DATA): Define.
2368
2369 2009-02-08 Ulrich Drepper <drepper@redhat.com>
2370
2371 * include/atomic.h: Define catomic_and if not already defined.
2372 * sysdeps/x86_64/bits/atomic.h: Define catomic_and.
2373 * sysdeps/i386/i486/bits/atomic.h: Likewise.
2374
2375 2009-02-07 Ulrich Drepper <drepper@redhat.com>
2376
2377 * malloc/malloc.c (_int_free): Second argument is now mchunkptr.
2378 Change all callers.
2379 (_int_realloc): Likewise. Third argument is now padded size
2380 All _int_* functions are now static.
2381
2382 * malloc/hooks.c: Change all callers to _int_free and _int_realloc.
2383 * malloc/arena.c: Likewise.
2384 * include/malloc.h: Remove now unnecessary declarations of the _int_*
2385 functions.
2386
2387 * sunrpc/rpc_common.c: We cannot move _null_auth into .rodata that
2388 easily.
2389
2390 * malloc/malloc.c: Add branch prediction for use of the hooks.
2391
2392 * grp/compat-initgroups.c [NOT_IN_libc] (__libc_use_alloca): Define.
2393
2394 2009-02-06 Ulrich Drepper <drepper@redhat.com>
2395
2396 [BZ #7095]
2397 * bits/confname.h: Add SUSv7 macros for getconf environments.
2398 * bits/environments.h: Likewise.
2399 * sysdeps/unix/sysv/linux/i386/bits/environments.h: Likewise.
2400 * sysdeps/unix/sysv/linux/powerpc/bits/environments.h: Likewise.
2401 * sysdeps/unix/sysv/linux/s390/bits/environments.h: Likewise.
2402 * sysdeps/unix/sysv/linux/sparc/bits/environments.h: Likewise.
2403 * sysdeps/unix/sysv/linux/x86_64/bits/environments.h: Likewise.
2404 * posix/confstr.c: Handle SUSv5 and SUSv7 environments.
2405 * posix/getconf.c: Likewise.
2406 * posix/sysconf.c: Likewise.
2407 * sysdeps/posix/sysconf.c: Likewise.
2408 * posix/Makefile (getconf.speclist): Also collect SUSv5 and SUSv7
2409 environments.
2410
2411 2009-01-16 Petr Baudis <pasky@suse.cz>
2412
2413 [BZ #9753]
2414 * resolv/res_libc.c (__res_maybe_init): Call __res_vinit()
2415 even if we currently have zero nscount.
2416
2417 2009-02-06 Ulrich Drepper <drepper@redhat.com>
2418
2419 [BZ #9781]
2420 * grp/compat-initgroups.c (compat_call): Switch to use malloc when
2421 the input line is too long.
2422
2423 * po/Makefile (libc.pot): Add f_print as function taking c-format
2424 parameter.
2425
2426 * debug/xtrace.sh: Unify translatable messages.
2427 * elf/ldd.bash.in: Likewise.
2428 * elf/sprof.c: Likewise.
2429 * locale/programs/locale.c: Likewise.
2430 * malloc/memusage.sh: Likewise.
2431 * nss/getent.c: Likewise.
2432
2433 2009-02-06 Joseph Myers <joseph@codesourcery.com>
2434
2435 * debug/pcprofiledump.c (print_version,
2436 argp_program_version_hook): New function.
2437 * elf/ldconfig.c (more_help): New function.
2438 (argp): Use it.
2439 * elf/sln.c (usage): New function.
2440 (main): Support --help and --version.
2441 * malloc/memusagestat.c (print_version): New function.
2442 (argp_program_version_hook): New variable.
2443 * nscd/nscd.c (more_help): New function.
2444 (argp): Use it.
2445 * posix/getconf.c (main): Send --version output to stdout.
2446 Support --help.
2447 * sunrpc/rpc_main.c (usage, options_usage): Take STREAM and STATUS
2448 arguments. All callers changed.
2449 (print_version): New function.
2450 (parseargs): Support --help and --version.
2451 * sunrpc/rpcinfo.c (usage): Take STREAM argument. All callers
2452 changed.
2453 (print_version): New function.
2454 (main): Use getopt_long. Support --help and --version.
2455 * sysdeps/unix/sysv/linux/lddlibc4.c (main): Support --help and
2456 --version.
2457
2458 2009-02-06 Ulrich Drepper <drepper@redhat.com>
2459
2460 * malloc/memusage.c (DEFAULT_BUFFER_SIZE): Change to 32768.
2461 (update_data): Fix handling of wrapping back
2462 to the beginning of the buffer.
2463
2464 [BZ #9823]
2465 * stdio-common/psignal.c (psignal): Fix test for empty string.
2466
2467 2009-02-05 Ulrich Drepper <drepper@redhat.com>
2468
2469 * include/rpc/auth.h: Use libc_hidden_proto for _null_auth.
2470 * sunrpc/rpc_common.c: Add libc_hidden_def for _null_auth. Also
2471 move _null_auth to .rodata.
2472
2473 * time/tzset.c (__tzset_parse_tz): DST offset must also allow hour
2474 value of 24.
2475
2476 * intl/dcigettext.c (DCIGETTEXT): Avoid some code duplication.
2477
2478 * sysdeps/unix/opendir.c (__alloc_dir): We have a lot more memory
2479 today than when the original code was written. Use larger
2480 buffers. This also makes it unnecessary to have stat information,
2481 if this causes extra efforts.
2482 (__opendir): In case O_DIRECTORY works, don't call fstat just for
2483 __alloc_dir.
2484
2485 2009-02-03 Andrew Stubbs <ams@codesourcery.com>
2486
2487 * sysdeps/sh/sh4/dl-trampoline.S: Only set HAVE_FPU if __SH_FPU_ANY__
2488 is set.
2489 * sysdeps/sh/sh4/setjmp.S: Support SH4-NOFPU.
2490 * sysdeps/sh/sh4/__longjmp.S: Likewise.
2491 * sysdeps/unix/sysv/linux/sh/sh4/getcontext.S: Likewise.
2492 * sysdeps/unix/sysv/linux/sh/sh4/setcontext.S: Likewise.
2493 * sysdeps/unix/sysv/linux/sh/sh4/swapcontext.S: Likewise.
2494 * sysdeps/unix/sysv/linux/sh/sh4/register-dump.h: Likewise.
2495
2496 2009-02-04 Ulrich Drepper <drepper@redhat.com>
2497
2498 * po/ru.po: Update from translation team.
2499
2500 2008-11-17 Nathan Sidwell <nathan@codesourcery.com>
2501
2502 * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (struct sigevent):
2503 Add _tid slot to maintain consistency with kernel.
2504
2505 2009-02-04 Ulrich Drepper <drepper@redhat.com>
2506
2507 * libio/wfileops.c (_IO_wfile_underflow): Fix handling of
2508 incomplete characters at end of input buffer.
2509 * libio/Makefile (tests): Add tst-fgetwc.
2510 * libio/tst-fgetwc.c: New file.
2511 * libio/tst-fgetwc.input: New file.
2512
2513 2009-02-02 Andrew Stubbs <ams@codesourcery.com>
2514
2515 * sysdeps/unix/sysv/linux/sh/Makefile (libm.so-no-z-defs): Define.
2516
2517 2009-02-02 Ulrich Drepper <drepper@redhat.com>
2518
2519 [BZ #9793]
2520 * iconv/gconv_trans.c (__gconv_transliterate): Don't change
2521 *OUTBUFSTART unless the whole output fit into the buffer.
2522 * iconv/Makefile (tests): Add tst-iconv4.
2523 * iconv/tst-iconv4.c: New file.
2524
2525 2009-02-01 Ulrich Drepper <drepper@redhat.com>
2526
2527 * sysdeps/x86_64/cacheinfo.c (intel_02_known): Add new descriptors.
2528 * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_02_known): Likewise.
2529
2530 2009-01-29 Andrew Stubbs <ams@codesourcery.com>
2531
2532 * elf/Makefile (ld.so): Adjust the sed script to insert _begin in to
2533 newer linker scripts.
2534
2535 2009-01-30 Ulrich Drepper <drepper@redhat.com>
2536
2537 [BZ #7040]
2538 * sysdeps/unix/sysv/linux/sys/inotify.h: Second parameter of
2539 inotify_rm_watch should have type int.
2540
2541 2009-01-06 Steven Munroe <sjmunroe@us.ibm.com>
2542
2543 * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S (__longjmp):
2544 Make aligned_restore_vmx a local symbol.
2545 * sysdeps/powerpc/powerpc64/__longjmp-common.S (__longjmp):
2546 Likewise.
2547
2548 2009-01-30 Andreas Jaeger <aj@suse.de>
2549
2550 * sysdeps/unix/sysv/linux/bits/shm.h (SHM_EXEC): Define.
2551 * sysdeps/unix/sysv/linux/ia64/bits/shm.h (SHM_EXEC): Define.
2552 * sysdeps/unix/sysv/linux/powerpc/bits/shm.h (SHM_EXEC): Define.
2553 * sysdeps/unix/sysv/linux/s390/bits/shm.h (SHM_EXEC): Define.
2554 * sysdeps/unix/sysv/linux/sh/bits/shm.h (SHM_EXEC): Define.
2555 * sysdeps/unix/sysv/linux/sparc/bits/shm.h (SHM_EXEC): Define.
2556 * sysdeps/unix/sysv/linux/x86_64/bits/shm.h (SHM_EXEC): Define.
2557
2558 2009-01-11 Ryan S. Arnold <rsa@us.ibm.com>
2559
2560 [BZ #9726]
2561 * sysdeps/powerpc/fpu/tst-setcontext-fpscr.c (_SET_DI_FPSCR,
2562 _SET_SI_FPSCR): Clobber fp0 to prevent erroneous test-case passes.
2563
2564 2009-01-08 Ryan S. Arnold <rsa@us.ibm.com>
2565
2566 [BZ #9726]
2567 * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S
2568 (__CONTEXT_FUNC_NAME): Fix mtfsf to use fp31 instead of fp0.
2569 * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S
2570 (__CONTEXT_FUNC_NAME): Fix mtfsf to use fp31 instead of fp0.
2571
2572 2009-01-11 Thomas Schwinge <tschwinge@gnu.org>
2573
2574 * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Use
2575 memcpy instead of memcmp.
2576 (_dl_setup_pointer_guard): Likewise.
2577
2578 2009-01-30 Ulrich Drepper <drepper@redhat.com>
2579
2580 * malloc/malloc.c (sYSMALLOc): Don't use assert when detecting
2581 manipulated brk, use malloc_printerr.
2582 * misc/sbrk.c (__sbrk): Better error handling for nonsense
2583 requests.
2584
2585 2009-01-30 Jakub Jelinek <jakub@redhat.com>
2586
2587 * string/string.h (memchr, strchr, strrchr, strpbrk, strstr, index,
2588 rindex): For C++ add inlines so that they can be recognized as
2589 builtins.
2590 * string/strings.h: Define correct C++ prototypes for gcc 4.4.
2591
2592 2009-01-29 Ulrich Drepper <drepper@redhat.com>
2593 Jakub Jelinek <jakub@redhat.com>
2594
2595 * string/string.h: Define correct C++ prototypes for gcc 4.4.
2596 * wcsmbs/wchar.h: Likewise.
2597
2598 2009-01-29 Ulrich Drepper <drepper@redhat.com>
2599
2600 * sysdeps/i386/stackinfo.h (stackinfo_get_sp): Define.
2601 (stackinfo_sub_sp): Define.
2602
2603 2009-01-28 Ulrich Drepper <drepper@redhat.com>
2604
2605 [BZ #9750]
2606 * nscd/mem.c (gc): Use alloca_count to get the real stack usage.
2607 * include/alloca.h (alloca_account): Define.
2608 * sysdeps/x86_64/stackinfo.h (stackinfo_get_sp): Define.
2609 (stackinfo_sub_sp): Define.
2610
2611 * nscd/connections.c (nscd_init): If database file access fails
2612 check whether this is due to permission problems and bail in that
2613 case.
2614
2615 [BZ #9741]
2616 * nscd/mem.c (gc): Fix assignment of he_data in case malloc is used.
2617 Reported by Jun'ichi Nomura <j-nomura@ce.jp.nec.com>.
2618
2619 2009-01-14 Kaz Kojima <kkojima@rr.iij4u.or.jp>
2620
2621 * sysdeps/unix/sysv/linux/sh/sysdep.h (INTERNAL_SYSCALL):
2622 Add "t" to clobber list.
2623 (INTERNAL_SYSCALL_NCS): Likewise.
2624
2625 2009-01-28 Ulrich Drepper <drepper@redhat.com>
2626
2627 * nss/getent.c (print_networks): Don't print comma between aliases.
2628
2629 2009-01-23 Ulrich Drepper <drepper@redhat.com>
2630
2631 * sysdeps/unix/sysv/linux/tst-clone.c (do_test): Avoid warning.
2632
2633 * misc/hsearch_r.c (hcreate_r): We need at least three elements in
2634 the hash table.
2635 * misc/Makefile (tests): Add bug-hsearch1.
2636 * misc/bug-hsearch1.c: New file.
2637
2638 2009-01-22 Roland McGrath <roland@redhat.com>
2639
2640 * Makeconfig (%.v.i): Strip trailing # comments,
2641 not only whole-line comments.
2642
2643 2009-01-10 Ulrich Drepper <drepper@redhat.com>
2644
2645 * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Take
2646 one parameter. If non-NULL use it to initialize return value.
2647 (_dl_setup_pointer_guard): New function.
2648 * sysdeps/unix/sysv/linux/dl-osinfo.h: Likewise.
2649 * sysdeps/generic/ldsodefs.h: Declare _dl_random.
2650 * elf/rtld.c (security_init): Pass _dl_random to
2651 _dl_setup_stack_chk_guard. Call _dl_setup_pointer_guard to initialize
2652 pointer_chk_guard.
2653 * elf/dl-sysdep.c (_dl_random): New variable.
2654 (_dl_sysdep_start): Handle AT_RANDOM.
2655 (_dl_show_auxv): Likewise.
2656 * elf/dl-support.c (_dl_random): New variable.
2657 (_dl_aux_init): Handle AT_RANDOM.
2658 * csu/libc-start.c [!SHARED] (libc_start_main): Pass _dl_random
2659 to _dl_setup_stack_chk_guard.
2660
2661 * elf/elf.h (AT_RANDOM): Define AT_BASE_PLATFORM and AT_RANDOM.
2662
2663 2009-01-10 Roland McGrath <roland@redhat.com>
2664
2665 * nscd/nscd.c (parse_opt): Use argp_error for bad -i argument.
2666
2667 2009-01-08 Ulrich Drepper <drepper@redhat.com>
2668
2669 * sysdeps/i386/fpu/libm-test-ulps: Adjust expm1 errors.
2670
2671 [BZ #9706]
2672 * nss/nss_files/files-parse.c (strtou32): New function.
2673 (INT_FIELD): Use strotu32 instead of strtoul to unify behavior
2674 across 32-bit and 64-bit platforms.
2675 (INT_FIELD_MAYBE_NULL): Likewise.
2676
2677 2009-01-08 Jakub Jelinek <jakub@redhat.com>
2678
2679 [BZ #9720]
2680 * sysdeps/unix/sysv/linux/bits/resource.h (enum __rusage_who): Avoid
2681 comma after RUSAGE_CHILDREN if not -D_GNU_SOURCE.
2682 * sysdeps/unix/sysv/linux/sparc/bits/resource.h (enum __rusage_who):
2683 Likewise.
2684
2685 2009-01-05 Paolo Bonzini <bonzini@gnu.org>
2686
2687 [BZ #697]
2688 * posix/regexec.c (prune_impossible_nodes): Handle sifted_states[0]
2689 being NULL also if there are no backreferences.
2690 * posix/rxspencer/tests: Add testcases.
2691
2692 2009-01-04 Paolo Bonzini <bonzini@gnu.org>
2693
2694 [BZ #9697]
2695 * posix/bug-regex17.c: Add testcases.
2696 * posix/regcomp.c (re_compile_fastmap_iter): Rewrite COMPLEX_BRACKET
2697 handling.
2698
2699 2009-01-05 Martin Schwidefsky <schwidefsky@de.ibm.com>
2700
2701 * sysdeps/unix/sysv/linux/s390/bits/libc-vdso.h: New file.
2702 * sysdeps/unix/sysv/linux/s390/gettimeofday.c: New file.
2703 * sysdeps/unix/sysv/linux/s390/init-first.c: New file.
2704 * sysdeps/unix/sysv/linux/s390/Makefile (sysdep_routines): Add dl-vdso
2705 for elf subdir.
2706 * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h (INLINE_VSYSCALL,
2707 INTERNAL_VSYSCALL, INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK,
2708 INTERNAL_SYSCALL_NCS, HAVE_CLOCK_GETRES_VSYSCALL and
2709 HAVE_CLOCK_GETTIME_VSYSCALL: Define.
2710 * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
2711 * sysdeps/unix/sysv/linux/s390/Versions: New file.
2712
2713 2008-12-31 Paolo Bonzini <bonzini@gnu.org>
2714
2715 * posix/regcomp.c (re_compile_fastmap_iter): Use __mbrtowc.
2716 * posix/regex_internal.c (build_wcs_buffer, build_wcs_upper_buffer,
2717 re_string_skip_chars, re_string_reconstruct): Likewise.
2718 * posix/regex_internal.h [!_LIBC] (__mbrtowc): New #define.
2719
2720 2008-12-31 Rafael Avila de Espindola <espindola@google.com>
2721
2722 * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyaddr2_r): Check and
2723 adjust the buffer alignment.
2724
2725 2009-01-07 Samuel Thibault <samuel.thibault@ens-lyon.org>
2726
2727 * sysdeps/mach/hurd/Makefile (sysdep_headers) [subdir=socket]:
2728 Add net/ethernet.h net/if_arp.h net/if_ether.h net/if_ppp.h
2729 net/route.h.
2730
2731 * hurd/report-wait.c (describe_number): Use __stpcpy to prepend
2732 flavor to description only when flavor is not NULL.
2733
2734 * hurd/hurdsig.c (signal_allowed): Unlock _hurd_dtable_lock
2735 mutex after SIGIO/SIGURG lookup loop.
2736
2737 2009-01-03 Samuel Thibault <samuel.thibault@ens-lyon.org>
2738
2739 * bits/resource.h (PRIO_PROCESS, PRIO_PGRP, PRIO_USER): Add macros.
2740
2741 2009-01-03 Ulrich Drepper <drepper@redhat.com>
2742
2743 * sysdeps/unix/sysv/linux/i386/sysdep.h: Describe 6th argument
2744 handling.
2745
2746 2009-01-02 Ulrich Drepper <drepper@redhat.com>
2747
2748 * sysdeps/unix/sysv/linux/kernel-features.h
2749 (__ASSUME_FUTEX_CLOCK_REALTIME): Define.
2750
2751 * wcsmbs/wcsnrtombs.c (__wcsnrtombs): Create temporary state object
2752 if no output is written.
2753
2754 * version.h: Bump to 2.10 development.
2755
2756 * posix/getconf.c: Update copyright year.
2757 * nss/getent.c: Likewise.
2758 * iconv/iconvconfig.c: Likewise.
2759 * iconv/iconv_prog.c: Likewise.
2760 * elf/ldconfig.c: Likewise.
2761 * catgets/gencat.c: Likewise.
2762 * csu/version.c: Likewise.
2763 * elf/ldd.bash.in: Likewise.
2764 * elf/sprof.c (print_version): Likewise.
2765 * locale/programs/locale.c: Likewise.
2766 * locale/programs/localedef.c: Likewise.
2767 * nscd/nscd.c (print_version): Likewise.
2768 * debug/xtrace.sh: Likewise.
2769 * malloc/memusage.sh: Likewise.
2770 * malloc/mtrace.pl: Likewise.
2771 * debug/catchsegv.sh: Likewise.
2772
2773 2008-12-29 Mike Frysinger <vapier@gentoo.org>
2774
2775 * iconvdata/Makefile (iconv-rules): Use LC_ALL=C when running awk
2776 script.
2777
2778 2008-12-29 Ulrich Drepper <drepper@redhat.com>
2779
2780 * sysdeps/posix/getaddrinfo.c (gaih_inet): When the
2781 gethostbyname4_r function call succeeded, just leave the loop.
2782
2783 [BZ #9694]
2784 * wcsmbs/wchar.h: Move undefs for local __need_* constants to the
2785 very end.
2786 * wctype/wctype.h: Get wint_t definition directly from <stddef.h>.
2787 * wctype/Makefile (tests): Add bug-wctypeh.
2788 * wctype/bug-wctypeh.c: New file.
2789
2790 * nscd/nscd_gethst_r.c (nscd_gethst_r): Don't use nscd if
2791 LOCALDOMAIN is defined.
2792 * nscd/nscd_getai.c (__nscd_getai): Likewise.
2793
2794 * sysdeps/x86_64/bits/select.h: New file.
2795
2796 * resolv/res_init.c (__res_vinit): Count all servers in statp->nscount.
2797
2798 2008-12-21 Bruno Haible <bruno@clisp.org>
2799
2800 [BZ #9677]
2801 * wcsmbs/mbsnrtowcs.c (__mbsnrtowcs): Create temporary state object
2802 if no output is written.
2803
2804 2008-12-13 Klaus Dittrich <kladit@arcor.de>
2805
2806 * login/utmp_file.c (pututline_file): Replace call to dup2 with
2807 libc internal symbol __dup2 to avoid access through the PLT.
2808
2809 2008-12-08 Ulrich Drepper <drepper@redhat.com>
2810
2811 [BZ #6545]
2812 * sysdeps/unix/sysv/linux/bits/socket.h (SCM_CREDENTIALS): Make
2813 available only for __USE_GNU.
2814
2815 * inet/Makefile (tests): Add tst-getni2.
2816 * inet/tst-getni2.c: New file.
2817
2818 [BZ #7080]
2819 * inet/getnameinfo.c (getnameinfo): Check for output buffers being
2820 NULL when NI_NAMEREQD is set.
2821 Patch mostly by Yang Hongyang <yanghy@cn.fujitsu.com>.
2822 * inet/Makefile (tests): Add tst-getni1.
2823 * inet/tst-getni1.c: New file.
2824
2825 2008-12-03 Petr Baudis <pasky@suse.cz>
2826
2827 [BZ #7067]
2828 * nscd/connections.c (invalidate_cache): Use prune_run_lock
2829 instead of prune_lock.
2830 (nscd_run_prune): Before calling prune_cache, take prune_run_lock.
2831 * nscd/nscd.h (database_dyn): Add prune_run_cache.
2832
2833 2008-12-07 Ulrich Drepper <drepper@redhat.com>
2834
2835 * resolv/res_send.c (send_dg): Use correct guards for SOCK_CLOEXEC
2836 use.
2837
2838 * sysdeps/unix/sysv/linux/kernel-features.h: Fix typo in accept4
2839 handling.
2840
2841 * resolv/res_init.c (__res_vinit): Always assign to statp->nscount
2842 after reading name server list.
2843
2844 [BZ #7058]
2845 * nis/nss_nis/nis-hosts.c (_nss_nis_gethostbyname4_r): Fix memory
2846 handling for host name aliases.
2847
2848 2008-11-24 Arkadiusz Miśkiewicz <arekm@maven.pl>
2849
2850 * sysdeps/i386/dl-tlsdesc.S (_dl_tlsdesc_dynamic): Use LOAD_PIC_REG
2851 instead of doing things manually.
2852
2853 2008-11-26 Chris Steel <chris.steel.lnx@googlemail.com>
2854
2855 * posix/regex_internal.h (build_wcs_upper_buffer):
2856 Return type is reg_error_t.
2857
2858 2008-12-05 Ulrich Drepper <drepper@redhat.com>
2859
2860 * posix/globtest.sh: Use mktemp to create temporary file and
2861 directory.
2862
2863 * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_SET_S): Handle large
2864 sets correctly.
2865 (__CPU_CLR_S): Likewise.
2866 (__CPU_ISSET_S): Likewise.
2867
2868 2008-12-05 Joseph Myers <joseph@codesourcery.com>
2869 Ulrich Drepper <drepper@redhat.com>
2870
2871 * scripts/firstversion.awk: Use custom comparison function to compare
2872 version numbers.
2873 * scripts/versions.awk: Use sort invocation which can handle
2874 multi-digit sub-version numbers.
2875
2876 2008-12-04 Ulrich Drepper <drepper@redhat.com>
2877
2878 * locale/programs/ld-address.c (DEFINE_LANGUAGE_CODE2): Define.
2879 * locale/iso-639.def: Add Chhattisgarhi entry.
2880
2881 2008-12-02 Ulrich Drepper <drepper@redhat.com>
2882
2883 * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname3_r): Recognize
2884 ESRCH return value.
2885 (_nss_dns_gethostbyname4_r): Likewise.
2886 * resolv/res_init.c (__res_vinit): Initialize nscount to zero.
2887 * sysdeps/posix/getaddrinfo.c (gaih_inet): In case we use
2888 gethostbyname4_r, we don't have a separate IPv6 status, so copy
2889 the no_data variable.
2890
2891 * resolv/res_init.c (__res_vinit): Fill in IPv4 name server
2892 information at the correct index.
2893
2894 * socket/sys/socket.h: Declare accept4.
2895 * socket/accept4.c: New file.
2896 * sysdeps/unix/sysv/linux/accept4.c: New file.
2897 * sysdeps/unix/sysv/linux/i386/accept4.S: New file.
2898 * socket/Makefile (routines): Add accept4.
2899 * socket/Versions: Export accept4 with version GLIBC_2.10.
2900 * socket/paccept.c: Removed.
2901 * sysdeps/unix/sysv/linux/paccept.c: Removed.
2902 * sysdeps/unix/sysv/linux/i386/paccept.S: Removed.
2903 * Versions.def: Define GLIBC_2.10 for libc.
2904 * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_ACCEPT4.
2905
2906 * nscd/connections.c: Use accept4.
2907
2908 * sysdeps/unix/sysv/linux/i386/socket.S: Fix comment.
2909
2910 2008-12-01 Ulrich Drepper <drepper@redhat.com>
2911
2912 * resolv/res_send.c (send_dg): Create sockets with non-blocking
2913 flag already set.
2914
2915 * stdlib/setenv.c (unsetenv): Don't search environment if it does
2916 not exist.
2917 * stdlib/Makefile (tests): Add tst-unsetenv1.
2918 * stdlib/tst-unsetenv1.c: New file.
2919
2920 2008-11-29 Ulrich Drepper <drepper@redhat.com>
2921
2922 * login/utmp_file.c (file_writable): New variable.
2923 (setutent_file): Don't try to open file for writing.
2924 (pututline_file): Before writing, make descriptor writable if
2925 necessary.
2926
2927 2008-11-26 Ulrich Drepper <drepper@redhat.com>
2928
2929 * sysdeps/posix/getaddrinfo.c (getaddrinfo): Only restrict search
2930 to IPv4 or IPv6 if an interface has been found.
2931
2932 2008-11-26 Roland McGrath <roland@redhat.com>
2933
2934 * sysdeps/unix/sysv/linux/alpha/ipc_priv.h: Renamed to ...
2935 * sysdeps/unix/sysv/linux/powerpc/ipc_priv.h: ... here.
2936
2937 * sysdeps/unix/sysv/linux/alpha/wordexp.c: Renamed to ...
2938 * sysdeps/unix/sysv/linux/ia64/wordexp.c: ... here.
2939 * sysdeps/unix/sysv/linux/sparc/sparc64/wordexp.c: Change #include.
2940
2941 * elf/elf.h (NT_386_IOPERM): New macro.
2942 (NT_PPC_VSX): New macro.
2943
2944 2008-11-25 Roland McGrath <roland@redhat.com>
2945
2946 * sysdeps/alpha, sysdeps/unix/bsd/osf/alpha,
2947 sysdeps/unix/bsd/Attic/osf1/alpha, sysdeps/unix/sysv/linux/alpha,
2948 sysdeps/unix/sysv/linux/alpha/alpha, sysdeps/unix/alpha,
2949 sysdeps/mach/alpha, sysdeps/mach/hurd/alpha:
2950 Subdirectories moved to ports repository.
2951 * configure.in (base_machine): Remove alpha case.
2952
2953 2008-11-25 Thomas Schwinge <tschwinge@gnu.org>
2954
2955 * sysdeps/mach/strerror_l.c: New file.
2956
2957 2008-11-13 Ryan S. Arnold <rsa@us.ibm.com>
2958
2959 [BZ #6411]
2960 * sysdeps/powerpc/fpu/Makefile: Added test case tst-setcontext-fpscr.
2961 * sysdeps/powerpc/fpu/feholdexcpt.c (_FPU_MASK_ALL): Define to replace
2962 magic numbers.
2963 * sysdeps/powerpc/fpu/fenv_libc.h (fesetenv_register): Dynamically
2964 choose mtfsf insn based on PPC_FEATURE_HAS_DFP.
2965 (relax_fenv_state): Same as above.
2966 (FPSCR_29): Reserve bit in ISA 2.05.
2967 (FPSCR_NI): Provide define for compat.
2968 * sysdeps/powerpc/fpu/fesetenv.c (_FPU_MASK_ALL): Define to replace
2969 magic numbers.
2970 * sysdeps/powerpc/fpu/feupdateenv.c (_FPU_MASK_ALL): Define to replace
2971 magic numbers.
2972 * sysdeps/powerpc/fpu/tst-setcontext-fpscr.c: New file. Test case to
2973 test setcontext and swapcontext with dynamic 64-bit FPSCR detection.
2974 * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S (__longjmp): Adjust
2975 access to hwcap to account for hwcap size increase to uint64_t.
2976 * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S (__sigsetjmp ):
2977 Likewise.
2978 * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S
2979 (*setcontext): Likewise.
2980 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/fpu/setcontext.S:
2981 New file.
2982 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/fpu/swapcontext.S:
2983 New file.
2984 * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S
2985 (*setcontext): dynamically select mtfsf insn based on
2986 PPC_FEATURE_HAS_DFP. Adjust access to hwcap to account for hwcap size
2987 increase to uint64_t.
2988 * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S
2989 (*swapcontext): dynamically select mtfsf insn based on
2990 PPC_FEATURE_HAS_DFP. Adjust access to hwcap to account for hwcap size
2991 increase to uint64_t.
2992 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/fpu/setcontext.S:
2993 New file.
2994 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/fpu/swapcontext.S:
2995 New file.
2996 * sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S
2997 (*setcontext): dynamically select mtfsf insn based on
2998 PPC_FEATURE_HAS_DFP.
2999 * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S
3000 (*swapcontext): dynamically select mtfsf insn based on
3001 PPC_FEATURE_HAS_DFP.
3002
3003 2008-11-13 Ulrich Drepper <drepper@redhat.com>
3004
3005 * version.h: Bump for 2.9 release.
3006 * include/features.h (__GLIBC_MINOR__): Bump to 9.
3007
3008 [BZ #7029]
3009 * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_ALLOC_SIZE):
3010 Multiply with sizeof of __cpu_mask, not 8 unconditionally after
3011 all the rounding.
3012
3013 2008-11-11 Ulrich Drepper <drepper@redhat.com>
3014
3015 [BZ #7009]
3016 * resolv/nss_dns/dns-host.c (gaih_getanswer_slice): Don't abort for
3017 unknown request types for now.
3018
3019 2008-11-11 Roland McGrath <roland@redhat.com>
3020
3021 * sysdeps/x86_64/configure: New file.
3022
3023 * configure.in: Add AC_SUBST(libc_cv_cpp_asm_debuginfo).
3024 * configure: Regenerated.
3025
3026 2008-11-03 Martin Schwidefsky <schwidefsky@de.ibm.com>
3027
3028 * sysdeps/s390/s390-64/dl-trampoline.S (_dl_runtime_profile): Use the
3029 correct instruction to remove the stack frame.
3030
3031 2008-11-03 Michael Matz <matz@suse.de>
3032
3033 * sysdeps/s390/bits/atomic.h (__arch_compare_and_exchange_val_32_acq,
3034 __arch_compare_and_exchange_val_64_acq): Add "memory" clobber.
3035
3036 2008-11-07 Jakub Jelinek <jakub@redhat.com>
3037
3038 * include/stdio.h (__builtin_fwrite, __builtin_fwrite_unlocked):
3039 Remove.
3040
3041 * bits/libc-tsd.h (__libc_tsd_define, __libc_tsd_address,
3042 __libc_tsd_get, __libc_tsd_set): Add TYPE argument, use it as the type
3043 of the thread variable instead of void *.
3044 * sysdeps/mach/hurd/bits/libc-tsd.h (__libc_tsd_define,
3045 __libc_tsd_address, __libc_tsd_get, __libc_tsd_set): Likewise.
3046 * include/ctype.h (CTYPE_B, CTYPE_TOUPPER, CTYPE_TOLOWER): Adjust
3047 __libc_tsd_define arguments.
3048 (__ctype_b_loc, __ctype_toupper_loc, __ctype_tolower_loc): Adjust
3049 __libc_tsd_address arguments. Remove union hack.
3050 * include/rpc/rpc.h (RPC_VARS): Adjust __libc_tsd_define arguments.
3051 * sunrpc/rpc_thread.c (RPC_VARS): Likewise.
3052 (__rpc_thread_destroy, rpc_thread_multi, __rpc_thread_variables):
3053 Adjust __libc_tsd_{set,get} arguments.
3054 * ctype/ctype-info.c (CTYPE_B, CTYPE_TOUPPER, CTYPE_TOLOWER): Adjust
3055 __libc_tsd_define arguments.
3056 * locale/uselocale.c (__uselocale): Adjust __libc_tsd_{set,get}
3057 arguments.
3058 * locale/lc-ctype.c (_nl_postload_ctype): Likewise.
3059 * locale/global-locale.c (__libc_tsd_LOCALE): Adjust type.
3060 (LOCALE): Adjust __libc_tsd_define arguments.
3061 * locale/localeinfo.h (_NL_CURRENT_LOCALE): Adjust __libc_tsd_get
3062 arguments.
3063 (LOCALE): Adjust __libc_tsd_define arguments.
3064 * sysdeps/mach/hurd/malloc-machine.h (MALLOC): Adjust __libc_tsd_define
3065 arguments.
3066 (tsd_setspecific, tsd_getspecific): Adjust __libc_tsd_{set,get}
3067 arguments.
3068
3069 2008-11-02 Ulrich Drepper <drepper@redhat.com>
3070
3071 * malloc/malloc.c (public_rEALLOc): When new arena is used, copy
3072 really all bytes. Patch by Denys Vlasenko <dvlasenk@redhat.com>.
3073
3074 2008-11-01 Ulrich Drepper <drepper@redhat.com>
3075
3076 [BZ #6966]
3077 * misc/hsearch_r.c (hsearch_r): Fix secondary hash function.
3078
3079 2008-10-24 Joseph Myers <joseph@codesourcery.com>
3080 Ulrich Drepper <drepper@redhat.com>
3081
3082 * math/tgmath.h (__floating_type): Use __builtin_classify_type in
3083 definition for GCC 3.1 and later.
3084
3085 2008-10-31 Jakub Jelinek <jakub@redhat.com>
3086
3087 * elf/dl-tls.c (__tls_get_addr): After calling _dl_update_slotinfo
3088 refetch dtv, as it might have changed.
3089 * elf/Makefile: Add rules to build and run tst-tls18.
3090 * elf/tst-tls18.c: New test.
3091 * elf/tst-tlsmod18a.c: New file.
3092
3093 2008-09-09 Aurelien Jarno <aurelien@aurel32.net>
3094
3095 [BZ #6875]
3096 * iconvdata/gconv-modules: Add LATIN9 as an alias to ISO-8859-15.
3097
3098 2008-10-31 Ulrich Drepper <drepper@redhat.com>
3099
3100 [BZ #6867]
3101 * sysdeps/powerpc/elf/rtld-global-offsets.sym: Fix typo.
3102
3103 [BZ #6919]
3104 * posix/spawnattr_getschedparam.c (posix_spawnattr_getschedparam):
3105 Fix length of copy operation.
3106
3107 2008-10-02 Pierre Habouzit <madcoder@debian.org>
3108
3109 * sysdeps/unix/sysv/linux/eventfd.c (eventfd): Use the eventfd2 syscall
3110 and fix its calling convention.
3111
3112 2008-10-07 Andreas Schwab <schwab@suse.de>
3113
3114 [BZ #6942]
3115 * resolv/res_send.c (send_vc): Fix last change.
3116 (send_dg): Align here as well.
3117
3118 2008-10-31 Ulrich Drepper <drepper@redhat.com>
3119
3120 * sysdeps/unix/sysv/linux/ulimit.c (__ulimit): Handle UL_GETFSIZE
3121 return value in case rlimit is RLIM_INFINITY.
3122
3123 [BZ #6947]
3124 * sysdeps/unix/sysv/linux/ulimit.c (__ulimit): Fix return value
3125 for UL_SETFSIZE.
3126 * resource/Makefile (tests): Add bug-ulimit1.
3127 * resource/bug-ulimit1.c: New file.
3128
3129 [BZ #6974]
3130 * sunrpc/rpc_main.c (mkfile_output): Properly handle filename
3131 without dot. Properly terminate the string with a null byte.
3132 Based on a patch by Aurelien Jarno <aurelien@aurel32.net>.
3133
3134 [BZ #6980]
3135 * debug/getgroups_chk.c (__getgroups_chk): Return EINVAL error for
3136 negative sizees.
3137 * posix/bits/unistd.h (getgroups): Call __getgroups_chk for
3138 negative __size.
3139
3140 [BZ #6995]
3141 * sysdeps/powerpc/powerpc32/dl-machine.c: Fix typo in message.
3142
3143 2008-10-30 Ulrich Drepper <drepper@redhat.com>
3144
3145 * grp/initgroups.c (internal_getgrouplist): Don't prematurely
3146 abort if there is no initgroups_dyn function.
3147
3148 * resolv/res_send.c (send_dg): On timeout, only return nonzero
3149 result if any of the queries really provided an answer.
3150
3151 2008-10-28 Ulrich Drepper <drepper@redhat.com>
3152
3153 * po/lt.po: Update from translation team.
3154
3155 2008-10-26 Ulrich Drepper <drepper@redhat.com>
3156
3157 * po/id.po: Update from translation team.
3158
3159 2008-10-24 Ulrich Drepper <drepper@redhat.com>
3160
3161 * resolv/res_query.c (__libc_res_nquery): Add a few casts.
3162 Fix tests for existence of second reply.
3163
3164 2008-10-23 Ulrich Drepper <drepper@redhat.com>
3165
3166 * po/id.po: New file.
3167 Contributed by the Indonesian translation team.
3168
3169 2008-10-22 Dmitry V. Levin <ldv@altlinux.org>
3170
3171 * misc/syslog.c (openlog_internal): Fix __have_sock_cloexec
3172 initialization.
3173
3174 2008-10-17 Jakub Jelinek <jakub@redhat.com>
3175
3176 * elf/Makefile: Add rules to build and run tst-tls17.
3177 * elf/tst-tls17.c: New test.
3178 * elf/tst-tlsmod17a.c: New file.
3179 * elf/tst-tlsmod17b.c: Likewise.
3180
3181 2008-10-17 Ulrich Drepper <drepper@redhat.com>
3182
3183 * stdlib/divmod_1.c: Use correct type for dummy variable.
3184 * stdlib/mod_1.c: Likewise.
3185
3186 2008-10-16 Ulrich Drepper <drepper@redhat.com>
3187
3188 * elf/dl-tls.c (_dl_update_slotinfo): Copy all of the initial DTV.
3189
3190 2008-10-16 Jakub Jelinek <jakub@redhat.com>
3191
3192 * sysdeps/unix/sysv/linux/sys/signalfd.h (signalfd): Fix __THROW vs.
3193 __nonnull order for C++.
3194 * sysdeps/unix/sysv/linux/alpha/sys/signalfd.h (signalfd): Likewise.
3195 * sysdeps/unix/sysv/linux/sparc/sys/signalfd.h (signalfd): Likewise.
3196
3197 2008-10-01 Daniel Jacobowitz <dan@codesourcery.com>
3198
3199 * stdlib/longlong.h: Update from GCC.
3200
3201 2008-10-09 Jakub Jelinek <jakub@redhat.com>
3202 David S. Miller <davem@davemloft.net>
3203
3204 * sysdeps/sparc/sparc64/sparcv9v/memcpy.S: When not USE_BPR,
3205 make sure any registers used with 64-bit 'branch-on-register'
3206 instructions have their top 32-bits clear.
3207 * sysdeps/sparc/sparc64/sparcv9v/memset.S: Likewise.
3208 * sysdeps/sparc/sparc64/sparcv9v2/memcpy.S: Likewise.
3209
3210 2008-09-18 Andreas Schwab <schwab@suse.de>
3211
3212 [BZ #6942]
3213 * resolv/res_send.c (send_vc): Fix use of unaligned address.
3214 Properly handle partial reads.
3215
3216 2008-10-01 Mark Shinwell <shinwell@codesourcery.com>
3217
3218 * elf/elf.h (STO_MIPS_PLT): New.
3219 (R_MIPS_COPY): New.
3220 (R_MIPS_JUMP_SLOT): New.
3221 (R_MIPS_NUM): Redefine to 128.
3222 (DT_MIPS_PLTGOT): New.
3223 (DT_MIPS_RWPLT): New.
3224 (DT_MIPS_NUM): Redefine to 0x35.
3225
3226 2008-10-01 Ulrich Drepper <drepper@redhat.com>
3227
3228 * timezone/africa: Update from tzdata2008f.
3229 * timezone/asia: Likewise.
3230 * timezone/australasia: Likewise.
3231 * timezone/europe: Likewise.
3232 * timezone/leapseconds: Likewise.
3233 * timezone/northamerica: Likewise.
3234 * timezone/southamerica: Likewise.
3235 * timezone/zone.tab: Likewise.
3236
3237 2008-09-30 Ulrich Drepper <drepper@redhat.com>
3238
3239 * nscd/connections.c: Disable use of paccept for now.
3240
3241 2008-09-29 Ulrich Drepper <drepper@redhat.com>
3242
3243 * socket/Versions: Remove paccept export for GLIBC_2.9.
3244 * socket/Makefile (routines): Remove paccept.
3245 * socket/sys/socket.h: Remove paccept declaration.
3246
3247 * po/sv.po: Update from translation team.
3248
3249 2008-09-22 Deborah S. Townsend <dstownse@us.ibm.com>
3250
3251 * sysdeps/s390/s390-64/s390x-mcount.S: Replace ahi with aghi.
3252 * sysdeps/unix/sysv/linux/s390/s390-64/socket.S: Likewise.
3253
3254 2008-09-16 Ulrich Drepper <drepper@redhat.com>
3255
3256 * dlfcn/dlopen.c (dlopen_doit): Allow __RTLD_SPROF flag.
3257 Patch by Olivier Fourdan <ofourdan@redhat.com>.
3258
3259 2008-09-15 Ulrich Drepper <drepper@redhat.com>
3260
3261 * sunrpc/rpc/svc.h: Declare svcfd_create.
3262 Patch by Michael Solberg <msolberg@redhat.com>.
3263
3264 2008-09-12 Flavio Leitner <fleitner@redhat.com>
3265 Ulrich Drepper <drepper@redhat.com>
3266
3267 * malloc/malloc.c (public_vALLOc): Try other arenas in case
3268 _int_valloc fails.
3269 (public_pVALLOc): Likewise.
3270
3271 2008-09-02 Andreas Jaeger <aj@suse.de>
3272
3273 * sysdeps/unix/sysv/linux/s390/s390-32/utmp-convert.h: Fix last
3274 commit.
3275
3276 2008-08-26 Aurelien Jarno <aurelien@aurel32.net>
3277
3278 [BZ #6860]
3279 * hurd/hurd/signal.h (HURD_MSGPORT_RPC): Fix a typo.
3280
3281 2008-07-18 Daniel Jacobowitz <dan@codesourcery.com>
3282
3283 * Makefile (check-data): Check data directory in add-ons.
3284 * elf/Makefile (check-data): Likewise.
3285
3286 2008-08-18 Roland McGrath <roland@redhat.com>
3287
3288 * configure.in (--with-cpu): Check compiler support for -march/-mcpu.
3289 * configure: Regenerated.
3290 * config.make.in (cflags-cpu): New substituted variable.
3291 (with-cpu): Variable removed.
3292 * Makeconfig (+cflags): Use $(cflags-cpu), not $(with-cpu).
3293
3294 2008-08-14 Ryan S. Arnold <rsa@us.ibm.com>
3295
3296 [BZ #6845]
3297 * sysdeps/powerpc/fpu/bits/mathinline.h (__signbitl): Copy new
3298 __signbitl definition and __LONG_DOUBLE_128__ guard from:
3299 * sysdeps/unix/sysv/linux/powerpc/bits/mathinline.h: Remove as
3300 redundant. Functions which call floating point assembler operations
3301 should go into a sysdeps powerpc/fpu directory.
3302
3303 2008-08-15 Ulrich Drepper <drepper@redhat.com>
3304
3305 * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Define MAP_STACK.
3306 * sysdeps/unix/sysv/linux/i386/bits/mman.h: Likewise.
3307
3308 2008-08-14 Ulrich Drepper <drepper@redhat.com>
3309
3310 * sysdeps/x86_64/memset.S: Reduce size of tables for PIC.
3311
3312 * sysdeps/unix/sysv/linux/dl-origin.c (_dl_get_origin): Undo all
3313 change related to AT_EXECFN. We cannot use that string.
3314 * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): Remove
3315 _dl_execfn member.
3316 * elf/dl-support.c: Remove _dl_execfn variable.
3317 (_dl_aux_init): Remove handling of AT_EXECFN.
3318 * elf/dl-sysdep.c (_dl_sysdep_start): Remove handling of AT_EXECFN.
3319 * elf/rtld.c (process_envvars): Remove use of __ASSUME_AT_EXECFN.
3320
3321 2008-08-13 Ulrich Drepper <drepper@redhat.com>
3322
3323 [BZ #6544]
3324 * libio/fmemopen.c: Implement binary mode. In this mode no NUL
3325 byte gets added to writes and seeks from the end use the length of
3326 the buffer and not the currently terminating NUL byte.
3327
3328 [BZ #6634]
3329 * login/utmp_file.c (getutent_r_file): Take additional parameter.
3330 Set to true if locking failed.
3331 (getutid_r_file): Adjust caller.
3332 (pututline_file): Likewise. Return NULL in this case.
3333 Patch mostly by halesh.s@gmail.com.
3334
3335 2008-08-12 Ulrich Drepper <drepper@redhat.com>
3336
3337 [BZ #6589]
3338 * sysdeps/unix/sysv/linux/ifaddrs.c (struct sockaddr_ll_max):
3339 Define.
3340 (struct ifaddrs_storage): Use it instead of sockaddr_ll.
3341
3342 2008-08-12 Ryan S. Arnold <rsa@us.ibm.com>
3343
3344 [BZ #6839]
3345 * sysdeps/powerpc/powerpc32/dl-machine.c (CHECK_STATIC_TLS): Remove
3346 macro since it is now available in elf/dynamic-link.h.
3347
3348 2008-08-12 Roland McGrath <roland@frob.com>
3349
3350 * hurd/hurd/signal.h (HURD_MSGPORT_RPC): Avoid -Wparenthesis triggers,
3351 in case used outside of libc.
3352 Reported by Samuel Thibault <samuel.thibault@ens-lyon.org>
3353
3354 2008-08-11 Ulrich Drepper <drepper@redhat.com>
3355
3356 * resolv/res_mkquery.c (res_nmkquery): Call ns_name_compress
3357 directly instead of going through dn_comp.
3358
3359 2008-08-11 Aurelien Jarno <aurel32@debian.org>
3360
3361 * sysdeps/mach/i386/machine-lock.h (__spin_unlock, __spin_try_lock):
3362 Fix asm constraints.
3363
3364 2008-08-07 Ulrich Drepper <drepper@redhat.com>
3365
3366 [BZ #6790]
3367 * sysdeps/unix/sysv/linux/bits/in.h (IP_PMTUDISC_PROBE): Define.
3368 (IPV6_PMTUDISC_PROBE): Likewise.
3369
3370 2008-08-07 Pete Eberlein <eberlein@us.ibm.com>
3371
3372 [BZ #6791]
3373 * sysdeps/unix/sysv/linux/powerpc/bits/mman.h (PROT_SAO): Define.
3374
3375 2008-08-01 Steven Munroe <sjmunroe@us.ibm.com>
3376 Carlos Eduardo Seo <cseo@linux.vnet.ibm.com>
3377
3378 [BZ #6817]
3379 * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_cap_flags):
3380 Added the members 'vsx' and 'arch_2_06'.
3381 (_dl_powerpc_platforms): Add the member 'power7'.
3382 * sysdeps/powerpc/dl-procinfo.h: Modify _DL_HWCAP_FIRST
3383 to reflect the changes required by VSX and ISA 2.06.
3384 Modify _DL_PLATFORMS_COUNT to reflect the addition of
3385 'power7'.
3386 Defined PPC_PLATFORM_POWER7.
3387 (_dl_string_platform): Add support for POWER7.
3388 * sysdeps/powerpc/sysdep.h: Define bit masks for VSX
3389 capability and ISA 2.06.
3390
3391 2008-08-07 Ulrich Drepper <drepper@redhat.com>
3392
3393 [BZ #6824]
3394 * sysdeps/unix/sysv/linux/powerpc/bits/mathinline.h: Use correct
3395 macro to detect use of 128 bit long double.
3396 Patch by Ryan S. Arnold <rsa@us.ibm.com>.
3397
3398 2008-08-05 Ulrich Drepper <drepper@redhat.com>
3399
3400 * scripts/gen-as-const.awk: Use 32-bit values on 32-bit platforms.
3401
3402 [BZ #5794]
3403 * sysdeps/i386/fpu/s_expm1l.S: Simply use exp implementation for large
3404 parameters.
3405 * sysdeps/x86_64/fpu/s_expm1l.S: Likewise.
3406 Patch by Denys Vlasenko <dvlasenk@redhat.com>.
3407
3408 2008-08-03 Ulrich Drepper <drepper@redhat.com>
3409
3410 * nscd/connections.c (main_loop_poll): Pass a buffer which is
3411 guaranteed to be large enough to read inotify event. Ignore
3412 EAGAIN error. Better error message. Add branch predicition.
3413 (main_loop_epoll): Likewise.
3414
3415 2008-08-02 Roland McGrath <roland@frob.com>
3416
3417 * sysdeps/mach/i386/machine-lock.h (__spin_unlock, __spin_try_lock):
3418 Add memory clobbers.
3419
3420 2008-08-02 Ulrich Drepper <drepper@redhat.com>
3421
3422 * manual/arith.texi: Avoid @strong{Note:}.
3423 * manual/creature.texi: Likewise.
3424 * manual/filesys.texi: Likewise.
3425 * manual/math.texi: Likewise.
3426 * manual/memory.texi: Likewise.
3427 * manual/resource.texi: Likewise.
3428 * manual/syslog.texi: Likewise.
3429 * manual/time.texi: Likewise.
3430
3431 * sysdeps/posix/clock_getres.c (hp_timing_getres): Remove inline
3432 to prevent warning.
3433
3434 2008-08-01 Ulrich Drepper <drepper@redhat.com>
3435
3436 * sysdeps/unix/sysv/linux/Versions: Fix changes due to old patch for
3437 new epoll_create1 interface.
3438 * sysdeps/unix/sysv/linux/syscalls.list: Likewise.
3439 * sysdeps/unix/sysv/linux/sys/epoll.h: Likewise.
3440 * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
3441
3442 * include/arpa/nameser.h (NS_GET16): Use const pointer.
3443 (NS_GET32): Likewise.
3444
3445 * sysdeps/unix/sysv/linux/kernel-features.h: s390 has the new
3446 syscalls, too.
3447
3448 * sysdeps/unix/sysv/linux/dl-origin.c (_dl_get_origin): We cannot
3449 use the AT_EXECFN value if it is no absolute path.
3450 * sysdeps/unix/sysv/linux/kernel-features.h: Never define
3451 __ASSUME_AT_EXECFN.
3452
3453 * Versions.def: Add GLIBC_2.9 to libresolv.
3454 * include/resolv.h: Remove hidden proto declarations for __ns_*
3455 functions. Add them for __dn_count_labels and __p_secstodate.
3456 * include/arpa/nameser.h: Add a number of hidden proto declarations.
3457 Define ns_msg_getflags macro here.
3458 * resolv/res_debug.c: Add hidden definition for __dn_count_labels
3459 and __p_secstodate.
3460 * resolv/Versions: Export functions from <arpa/nameser.h> from
3461 libresolv in version GLIBC_2.9.
3462 * resolv/ns_name.c: Integrate changes from bind 9.5.0. Add necessary
3463 hidden definitions.
3464 * resolv/ns_netint.c: Likewise.
3465 * resolv/ns_parse.c: Likewise.
3466 * resolv/ns_print.c: Likewise.
3467 * resolv/ns_samedomain.c: Likewise.
3468 * resolv/ns_ttl.c: Likewise.
3469 * resolv/arpa/nameser_compat.h: Likewise.
3470 * resolv/arpa/nameser.h: Likewise. Remove macros which redirect
3471 function calls.
3472 * resolv/nss_dns/dns-canon.c (_nss_dns_getcanonname_r): Use __ns_get16
3473 instead of ns_get16.
3474 * resolv/nss_dns/dns-host.c (getanswer_r): Use __ns_get16 and
3475 __ns_get32 instead of ns_get16 and ns_get32 respectively.
3476 (gaih_getanswer_slice): Likewise.
3477 * resolv/Makefile (libresolv-routines): Add ns_date.
3478 * resolv/ns_date.c: New file.
3479
3480 * elf/Makefile (check-localplt.out): Also check libresolv and
3481 libcrypt.
3482
3483 2008-07-31 Ulrich Drepper <drepper@redhat.com>
3484
3485 * sysdeps/unix/sysv/linux/kernel-features.h: Define
3486 __ASSUME_O_CLOEXEC.
3487
3488 2008-07-30 Ulrich Drepper <drepper@redhat.com>
3489
3490 * sysdeps/posix/getaddrinfo.c (gaih_inet): Raise size of initial
3491 buffer passed to NSS functions.
3492
3493 * nscd/connections.c (nscd_init): Typo in preprocessor directive.
3494
3495 * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_PACCEPT):
3496 Define.
3497
3498 * misc/syslog.c (openlog_internal): Fix compile problem.
3499
3500 2008-07-28 Roland McGrath <roland@redhat.com>
3501
3502 * elf/dl-sysdep.c (_dl_show_auxv): Add AT_EXECFN to the table.
3503
3504 2008-07-28 Ulrich Drepper <drepper@redhat.com>
3505
3506 * io/ftw.c (add_object): Remove inline to avoid warning.
3507
3508 * sysdeps/unix/sysv/linux/paccept.c: Fix compile problem.
3509
3510 * resolv/res_send.c (__libc_res_nsend): Take additional parameter.
3511 Use it instead of locally defined resplen2 variable.
3512 (res_nsend): Adjust for __libc_res_nsend interface change.
3513 (send_vc): Initialize *resplen2 if necessary. Read length of
3514 package into an appropriately aligned variable. Store converted length
3515 in new variable and use it appropriately.
3516 Add branch prediction help.
3517 * resolv/res_query.c (__libc_res_nquery): Take additional parameter
3518 and pass it on to __libc_res_nsend. Adjust all callers.
3519 (__libc_res_nsearch): Likewise.
3520 (__libc_res_nqeurydomain): Likewise.
3521 * resolv/nss_dns/dns-host.c: Adjust for __libc_res_nsearch interface
3522 change.
3523 (_nss_dns_gethostbyname4): Don't unconditionally allocate tmp array.
3524 Define resplen2 variable and pass it to __libc_res_nsearch and then
3525 to gaih_getanswer.
3526 (getanswer_r): In case of incorrect DNS data don't overread buffer.
3527 Add branch prediction.
3528 (gaih_getanswer_slice): Likewise. Check for invalid data types.
3529 (gaih_getanswer): Don't decode second slice if first one failed due
3530 to a too small buffer. Don't let not found status of second
3531 decoder shadow results of the first.
3532 * resolv/gethnamaddr.c (gethostbyname2): Adjust for __libc_res_nsearch
3533 and __libc_res_nquery interface changes
3534 (gethostbyaddr): Adjust for __libc_res_nquery interface change.
3535 * include/resolv.h: Adjust prototypes for __libc_res_nquery,
3536 __libc_res_nsearch, and __libc_res_nsend.
3537 * resolv/nss_dns/dns-canon.c: Adjust for __libc_res_nquery interface
3538 change.
3539 * resolv/nss_dns/dns-network.c: Adjust for __libc_res_nquery and
3540 __libc_res_nsearch interface changes.
3541
3542 2008-07-27 Ulrich Drepper <drepper@redhat.com>
3543
3544 * libio/iopopen.c (_IO_new_proc_open): Remove unnecessary volatile.
3545
3546 * posix/wordexp.c (exec_comm): Use pipe2 if possible to create
3547 file descriptors with close-on-exec set.
3548 (exec_comm_child): Fix the case where the write end of the pipe is
3549 STDOUT_FILENO already. In case it is, clear close-on-exec.
3550
3551 * sysdeps/unix/sysv/linux/syscalls.list: Add __pipe2 alias.
3552 * io/pipe2.c: Likewise.
3553 * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_PIPE2
3554 instead of __ASSUME_PACCEPT.
3555 * include/unistd.h: Declare __have_pipe2.
3556 * libio/iopopen.c: Implement "e" flag.
3557 * libio/Makefile (tests): Add tst-popen1.
3558 * libio/tst-popen1.c: New file.
3559
3560 * sysdeps/unix/sysv/linux/bits/socket.h: Define PF_ISDN and AF_ISDN.
3561 * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
3562
3563 2008-07-26 Ulrich Drepper <drepper@redhat.com>
3564
3565 [BZ #6771]
3566 * libio/fileops.c (_IO_new_file_attach): Preserve errno around
3567 success call of _IO_SEEKOFF or calls which failed because the
3568 descriptor is for a pipe.
3569
3570 * sunrpc/key_call.c (getkeyserv_handle): Use FD_CLOEXEC instead of
3571 magic number.
3572
3573 * misc/syslog.c (openlog_internal): Use SOCK_CLOEXEC if possible.
3574
3575 * malloc/mtrace.c (mtrace): Use 'e' flag in fopen call. Drop
3576 F_SETFD use if we know fopen set the flag.
3577
3578 * login/utmp_file.c (setutent_file): Minor optimization in case
3579 O_CLOEXEC is available.
3580
3581 2008-07-24 Tom "spot" Callaway <tcallawa@redhat.com>
3582
3583 * Makeconfig: Define pie-ccflag and PIE-ccflag variables.
3584 * elf/Makefile: Use pie-ccflag variable.
3585 * nscd/Makefile: Likewise.
3586 * sysdeps/sparc/Makefile: Set $(pie-ccflag) to -fPIE.
3587
3588 2008-07-21 Andreas Krebbel <krebbel1@de.ibm.com>
3589
3590 [BZ #6724]
3591 * Versions.def: Add GLIBC_2.9 version tag for libutil.
3592 * sysdeps/unix/sysv/linux/s390/bits/utmp.h: Copy of
3593 gnu/bits/utmp.h. Check for __WORDSIZE_COMPAT32 removed.
3594 * sysdeps/unix/sysv/linux/s390/bits/utmpx.h: Copy of
3595 gnu/bits/utmpx.h. Check for __WORDSIZE_COMPAT32 removed.
3596 * sysdeps/unix/sysv/linux/s390/s390-32/Makefile: Add new files
3597 utmp32, utmpx32 and login32.
3598 * sysdeps/unix/sysv/linux/s390/s390-32/Versions: Add 2.9
3599 versions of struct utmp functions to libc and libutil.
3600 * sysdeps/unix/sysv/linux/s390/s390-32/utmp-compat.h: New file.
3601 * sysdeps/unix/sysv/linux/s390/s390-32/getutent.c: New file.
3602 * sysdeps/unix/sysv/linux/s390/s390-32/getutent_r.c: New file.
3603 * sysdeps/unix/sysv/linux/s390/s390-32/getutid.c: New file.
3604 * sysdeps/unix/sysv/linux/s390/s390-32/getutid_r.c: New file.
3605 * sysdeps/unix/sysv/linux/s390/s390-32/getutline.c: New file.
3606 * sysdeps/unix/sysv/linux/s390/s390-32/getutline_r.c: New file.
3607 * sysdeps/unix/sysv/linux/s390/s390-32/getutmp.c: New file.
3608 * sysdeps/unix/sysv/linux/s390/s390-32/getutxent.c: New file.
3609 * sysdeps/unix/sysv/linux/s390/s390-32/getutxid.c: New file.
3610 * sysdeps/unix/sysv/linux/s390/s390-32/getutxline.c: New file.
3611 * sysdeps/unix/sysv/linux/s390/s390-32/login.c: New file.
3612 * sysdeps/unix/sysv/linux/s390/s390-32/login32.c: New file.
3613 * sysdeps/unix/sysv/linux/s390/s390-32/pututxline.c: New file.
3614 * sysdeps/unix/sysv/linux/s390/s390-32/updwtmp.c: New file.
3615 * sysdeps/unix/sysv/linux/s390/s390-32/updwtmpx.c: New file.
3616 * sysdeps/unix/sysv/linux/s390/s390-32/utmp-convert.h: New file.
3617 * sysdeps/unix/sysv/linux/s390/s390-32/utmp32.c: New file.
3618 * sysdeps/unix/sysv/linux/s390/s390-32/utmp32.h: New file.
3619 * sysdeps/unix/sysv/linux/s390/s390-32/utmpx-convert.h: New file.
3620 * sysdeps/unix/sysv/linux/s390/s390-32/utmpx32.c: New file.
3621 * sysdeps/unix/sysv/linux/s390/s390-32/utmpx32.h: New file.
3622
3623 2008-07-26 Ulrich Drepper <drepper@redhat.com>
3624
3625 * scripts/gen-as-const.awk: Generate more widely usable code by
3626 using 64-bit arithmetic.
3627
3628 * stdio-common/printf_fp.c (___printf_fp): Give wide outout code
3629 the same treatment as narrow output code in last patch.
3630
3631 * sunrpc/clnt_udp.c (__libc_clntudp_bufcreate): Namespace cleanup.
3632
3633 [BZ #6763]
3634 * elf/dl-load.c (local_strdup): Remove inline.
3635 (_dl_map_object_from_fd): Don't allocate l_symbolic_searchlist.r_list.
3636 * elf/dl-object.c (_dl_new_object): Allocate symbolic searchlist as
3637 part of the object.
3638
3639 * sysdeps/unix/sysv/linux/dl-origin.c: Add const to avoid warning.
3640
3641 2008-07-25 Ulrich Drepper <drepper@redhat.com>
3642
3643 * sysdeps/unix/sysv/linux/kernel-features.h: IA-64 and SPARC have
3644 the new syscalls, too.
3645
3646 * sysdeps/i386/i686/memcmp.S: Fix unwind information.
3647 Reported by Paul Pluzhnikov <ppluzhnikov@google.com>.
3648
3649 [BZ #6698]
3650 * stdio-common/_i18n_number.h (_i18n_number_rewrite): Take additional
3651 parameter for end of buffer. If temporary copy is too large use
3652 malloc.
3653 * stdio-common/vfprintf.c: Adjust for _i18n_number_rewrite
3654 interface change.
3655 * stdio-common/printf_fp.c (__printf_fp): Likewise.. Account for
3656 string rewrite when allocating buffer.
3657
3658 * sysdeps/unix/sysv/linux/kernel-features.h: PPC has the new
3659 syscalls, too.
3660
3661 * nscd/connections.c (nscd_init): Clean up fcntl call.
3662
3663 * nscd/nscd_helper.c (open_socket): Use SOCK_CLOEXEC and
3664 SOCK_NONBLOCK if possible.
3665
3666 * sysdeps/unix/sysv/linux/opensock.c (__opensock): Use
3667 SOCK_CLOEXEC if available.
3668
3669 * include/rpc/clnt.h: Declare __libc_clntudp_bufcreate and
3670 __libc_clntudp_bufcreate_internal.
3671 * include/sys/socket.h: Declare __have_sock_cloexec.
3672 * socket/Makefile (aux): Add have_sock_cloexec.
3673 * socket/have_sock_cloexec.c: New file.
3674 * sunrpc/clnt_udp.h (clntudp_bufcreate): Now a wrapper around
3675 __libc_clntudp_bufcreate.
3676 (__libc_clntudp_bufcreate): Former implementation of clntudp_bufcreate
3677 which takes an additional parameter. Create socket with non-blocking
3678 mode and close-on-exec flag set, if wanted.
3679 * sunrpc/Versions: Export __libc_clntudp_bufcreate@GLIBC_PRIVATE.
3680 * nis/ypclnt.c (yp_bind_client_create): Use __libc_clntpudp_bufcreate
3681 instead of clntudp_create. The socket has already the close-on-exec
3682 flag set if SOCK_CLOEXEC is defined.
3683
3684 2008-07-24 Ulrich Drepper <drepper@redhat.com>
3685
3686 * sysdeps/unix/sysv/linux/kernel-features.h: Define
3687 __ASSUME_PACCEPT, __ASSUME_IN_NONBLOCK, and __ASSUME_PACCEPT if
3688 appropriate.
3689 * nscd/connections.c: Avoid fcntl calls to set close-on-exec flag and
3690 non-blocking mode by using socket, paccept, and inotify_init1.
3691
3692 * Versions.def (glibc): Add GLIBC_2.9.
3693 * io/Makefile (routines): Add dup3 and pipe2.
3694 * io/Versions [glibc] (GLIBC_2.9): Add dup3 and pipe2.
3695 * io/dup3.c: New file.
3696 * io/pipe2.c: New file.
3697 * posix/unistd.h: Declare dup3 and pipe2.
3698 * socket/Makefile (routines): Add paccept.
3699 * socket/Versions [glibc] (GLIBC_2.9): Add paccept.
3700 * socket/paccept.c: New file.
3701 * socket/sys/socket.h: Declare paccept.
3702 * sysdeps/unix/syscalls.list: Add entry for dup3.
3703 * sysdeps/unix/sysv/linux/Versions [glibc] (GLIBC_2.9): Add
3704 epoll_create2 and inotify_init1.
3705 * sysdeps/unix/sysv/linux/eventfd.c: Use eventfd1 syscall if possible.
3706 * sysdeps/unix/sysv/linux/paccept.c: New file.
3707 * sysdeps/unix/sysv/linux/signalfd.c: Use signalfd4 syscall if
3708 possible.
3709 * sysdeps/unix/sysv/linux/socketcall.h: Add SOCKOP_paccept.
3710 * sysdeps/unix/sysv/linux/syscalls.list: Add epoll_create2,
3711 inotify_init1, and pipe2 entries.
3712 * sysdeps/unix/sysv/linux/alpha/sys/epoll.h: New file.
3713 * sysdeps/unix/sysv/linux/alpha/sys/eventfd.h: New file.
3714 * sysdeps/unix/sysv/linux/alpha/sys/inotify.h: New file.
3715 * sysdeps/unix/sysv/linux/alpha/sys/signalfd.h: New file.
3716 * sysdeps/unix/sysv/linux/alpha/sys/timerfd.h: New file.
3717 * sysdeps/unix/sysv/linux/bits/socket.h: Define SOCK_CLOEXEC and
3718 SOCK_NONBLOCK.
3719 * sysdeps/unix/sysv/linux/i386/paccept.S: New file.
3720 * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: New file.
3721 * sysdeps/unix/sysv/linux/sparc/sys/eventfd.h: New file.
3722 * sysdeps/unix/sysv/linux/sparc/sys/inotify.h: New file.
3723 * sysdeps/unix/sysv/linux/sparc/sys/signalfd.h: New file.
3724 * sysdeps/unix/sysv/linux/sparc/sys/timerfd.h: New file.
3725 * sysdeps/unix/sysv/linux/sparc/bits/socket.h: New file.
3726 * sysdeps/unix/sysv/linux/sys/epoll.h: Define EPOLL_CLOEXEC and
3727 EPOLL_NONBLOCK. Declare epoll_create2.
3728 * sysdeps/unix/sysv/linux/sys/eventfd.h: Define EFD_CLOEXEC and
3729 EFD_NONBLOCK.
3730 * sysdeps/unix/sysv/linux/sys/inotify.h: Define IN_CLOEXEC and
3731 IN_NONBLOCK. Declare inotify_init1.
3732 * sysdeps/unix/sysv/linux/sys/signalfd.h: Define SFD_CLOEXEC and
3733 SFD_NONBLOCK.
3734 * sysdeps/unix/sysv/linux/sys/timerfd.h: Define TFD_CLOEXEC and
3735 TFD_NONBLOCK.
3736
3737 * elf/elf.h: Define AT_EXECFN.
3738 * elf/rtld.c [!__ASSUME_AT_EXECFN] (process_envvars): Don't handle
3739 LD_ORIGIN_PATH.
3740 * elf/dl-sysdep.c (_dl_sysdep_start): Handle AT_EXECFN.
3741 * elf/dl-support.c: Define _dl_execfn. Don't define _dl_origin_path
3742 if __ASSUME_AT_EXECFN is defined.
3743 (_dl_aux_init): Handle AT_EXECFN.
3744 * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_AT_EXECFN
3745 for 2.6.27 and up.
3746 * sysdeps/generic/ldsodefs.h (rtld_global_ro): Add _dl_execfn.
3747 Don't define _dl_origin_path if __ASSUME_AT_EXECFN is defined.
3748 * sysdeps/unix/sysv/linux/dl-origin.c (_dl_get_origin): Use
3749 _dl_execfn if available and avoid compatibility code if
3750 __ASSUME_AT_EXECFN is defined.
3751
3752 * sysdeps/unix/sysv/linux/dl-sysdep.h: Don't declare
3753 _dl_discover_osversion only for older kernels.
3754
3755 2008-07-22 Roland McGrath <roland@frob.com>
3756
3757 * hurd/fd-read.c (_hurd_fd_read): Fix last change.
3758
3759 2008-07-21 Roland McGrath <roland@frob.com>
3760
3761 * hurd/fd-read.c (_hurd_fd_read): Return EGRATUITOUS if the server
3762 returned too much data out of line.
3763
3764 2008-07-20 Ulrich Drepper <drepper@redhat.com>
3765
3766 * locale/setlocale.c (setname): Remove inline to avoid compiler
3767 warning.
3768
3769 [BZ #6712]
3770 * locale/setlocale.c (setlocale): Take the setlocale lock earlier.
3771
3772 2008-07-15 Ulrich Drepper <drepper@redhat.com>
3773
3774 * stdio-common/vfprintf.c (_IO_helper_overflow): In case _IO_sputn
3775 doesn't manage to write anything, fail.
3776
3777 * malloc/hooks.c (__malloc_check_init): Remove printf.
3778
3779 2008-07-14 Samuel Thibault <samuel.thibault@ens-lyon.org>
3780
3781 * sysdeps/mach/hurd/bits/fcntl.h: Include <sys/types.h>.
3782
3783 2008-07-12 Ulrich Drepper <drepper@redhat.com>
3784
3785 * nscd/connections.c (main_loop_poll): Fix handling of read errors
3786 from inotify.
3787 (main_loop_epoll): Likewise.
3788
3789 2008-07-09 Ulrich Drepper <drepper@redhat.com>
3790
3791 * resolv/res_send.c: Remove unnecessary res_pquery prototype.
3792
3793 * resolv/res_query.c (__libc_res_nquery): Issue debug message only
3794 if DEBUG is defined.
3795
3796 * resolv/res_query.c (__libc_res_nquery): Align buffer for T_AAAA
3797 query. Adjust buffer size computation for padding.
3798
3799 2008-07-08 Ulrich Drepper <drepper@redhat.com>
3800
3801 * stdio-common/Makefile: Add rules to build and run tst-setvbuf1.
3802 * stdio-common/tst-setvbuf1.c: New file.
3803 * stdio-common/tst-setvbuf1.expect: New file.
3804
3805 [BZ #6719]
3806 * libio/iosetvbuf.c (_IO_setvbuf): Correctly clear buffering flags
3807 when selecting fully-buffered stream.
3808 Patch by Wang Xin <wxinee@gmail.com>.
3809
3810 2008-07-06 Samuel Thibault <samuel.thibault@ens-lyon.org>
3811
3812 * sysdeps/mach/hurd/open.c: Include <stdio.h>.
3813 (__open_2): New function.
3814 (__open64_2): New alias to __open_2.
3815 * sysdeps/mach/hurd/openat.c: Include <stdio.h>.
3816 (__openat_2): New function.
3817 (__openat64_2): New alias to __openat_2.
3818
3819 2008-07-06 Ulrich Drepper <drepper@redhat.com>
3820
3821 [BZ #6723]
3822 * time/mktime.c (__mktime_internal): Normalize tp->tm_isdst value.
3823
3824 2008-07-01 Samuel Thibault <samuel.thibault@ens-lyon.org>
3825
3826 * sysdeps/unix/bsd/bsd4.4/bits/socket.h: Define MSG_NOSIGNAL.
3827 * hurd/hurd/fd.h (__hurd_sockfail): Add extern inline function.
3828 * sysdeps/mach/hurd/recv.c (__recv): Use __hurd_sockfail instead of
3829 __hurd_dfail.
3830 * sysdeps/mach/hurd/recvfrom.c (__recvfrom): Likewise.
3831 * sysdeps/mach/hurd/recvmsg.c (__recvmsg): Likewise.
3832 * sysdeps/mach/hurd/send.c (__send): Likewise.
3833 * sysdeps/mach/hurd/sendto.c (__sendfrom): Likewise.
3834 * sysdeps/mach/hurd/sendmsg.c (__sendmsg): Likewise.
3835
3836 2008-03-04 Samuel Thibault <samuel.thibault@ens-lyon.org>
3837
3838 * sysdeps/mach/hurd/recv.c (__recv): Initialize NPORTS.
3839 * sysdeps/mach/hurd/recvfrom.c (__recvfrom): Likewise.
3840 * sysdeps/mach/hurd/recvmsg.c (__recvmsg): Likewise.
3841 * hurd/fd-read.c (_hurd_fd_read): Initialize NREAD.
3842 * hurd/get-host.c (_hurd_get_host_config): Likewise.
3843 * sysdeps/mach/hurd/dl-sysdep.c (__libc_read): Likewise.
3844
3845 2008-06-27 Ulrich Drepper <drepper@redhat.com>
3846
3847 [BZ #6657]
3848 * time/strptime_l.c: Don't clear s.era_cnt after successful match
3849 of %EY.
3850 Patch by Petr Baudis.
3851
3852 2008-06-26 Ulrich Drepper <drepper@redhat.com>
3853
3854 * resolv/res_debug.c (__p_type_syms): Add ns_t_dname entry.
3855 Patch by Peter Jones <pjones@redhat.com>.
3856
3857 2008-06-25 Ulrich Drepper <drepper@redhat.com>
3858
3859 [BZ #6654]
3860 * stdlib/canonicalize.c (__realpath): readlink can write too much
3861 into the buffer on platforms without PATH_MAX.
3862
3863 2008-06-17 Carlos O'Donell <carlos@codesourcery.com>
3864
3865 [BZ #6653]
3866 * posix/tst-regex.c (main): Rename to...
3867 (do_test): ... this. Remove cmdline option processing.
3868 (TIMEOUT): Define.
3869 (TEST_FUNCTION): Define.
3870 (CMDLINE_OPTIONS): Define.
3871
3872 2008-06-25 Ulrich Drepper <drepper@redhat.com>
3873
3874 [BZ #5210]
3875 * configure.in: Add -Werror to -fstack-protector test to catch
3876 unsupported architectures.
3877 Patch by Gilles Esponasse <g.esp@free.fr>.
3878
3879 2008-06-17 Joseph Myers <joseph@codesourcery.com>
3880
3881 * stdlib/tst-setcontext.c: Set back_in_main before exit if
3882 getcontext returns ENOSYS.
3883
3884 2008-06-18 Ulrich Drepper <drepper@redhat.com>
3885
3886 * nscd/connections.c (main_loop_poll): Fix test for read error.
3887 (main_loop_epoll): Likewise.
3888
3889 2008-06-13 Ulrich Drepper <drepper@redhat.com>
3890
3891 * sysdeps/posix/getaddrinfo.c: Move _res_hconf_init call to a
3892 better place so it is not called when nscd is used.
3893
3894 * nscd/connections.c: Also recognize and handle changes to the
3895 resolver configuration file.
3896
3897 2008-06-12 Ulrich Drepper <drepper@redhat.com>
3898
3899 * time/strftime.c: Pass reference to tzset_called around to handle
3900 recursive calls.
3901
3902 [BZ #6612]
3903 * time/strftime.c (__strftime_internal): Call tzset() only
3904 when printing timezone-dependent values.
3905 Based on a patch by Petr Baudis <pasky@suse.cz>.
3906
3907 * resolv/nss_dns/dns-host.c (gaih_getanswer): Don't
3908 unconditionally use second gaih_getanswer_slice result.
3909
3910 * sysdeps/posix/getaddrinfo.c (gai_inet): Remove unnecessary test.
3911 (getaddrinfo): RES must always be non-NULL.
3912
3913 2008-06-12 Jakub Jelinek <jakub@redhat.com>
3914
3915 * sysdeps/powerpc/powerpc64/fpu/s_llround.S (__llround): Avoid using
3916 cr[34] registers.
3917 * sysdeps/powerpc/powerpc64/fpu/s_llroundf.S (__llroundf): Likewise.
3918 * sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S (__llround):
3919 Likewise.
3920 * sysdeps/powerpc/powerpc32/fpu/s_lround.S (__lround): Avoid using cr3
3921 register.
3922
3923 2008-06-12 Ulrich Drepper <drepper@redhat.com>
3924
3925 * nscd/nscd.h (struct database_dyn): Add inotify_descr and clear_cache
3926 fields.
3927 * nscd/connections.c (inotify_fd): New variable.
3928 (nscd_init): Try to open an inotify descriptor.
3929 If successful, watch files for databases using inotify instead of
3930 having prune threads stat the files.
3931 (nscd_run_prune): Recognize clear_cache flag being set and call
3932 prune_cache appropriately.
3933 (main_loop_poll): Add inotify descriptor to wait set and handle the
3934 reported changes.
3935 (main_loop_epoll): Likewise.
3936 * nscd/cache.c (prune_cache): Don't stat files for databases if
3937 inotify is used.
3938 * sysdeps/unix/sysv/linux/Makefile [subdir=nscd]
3939 (CFLAGS-connections.c): Add -DHAVE_INOTIFY.
3940
3941 * nscd/grpcache.c (cache_addgr): Correctly compute size of
3942 fixed-size portion of the record.
3943 * nscd/servicescache.c (cache_addserv): Likewise.
3944 * nscd/pwdcache.c (cache_addpw): Likewise.
3945 * nscd/initgrcache.c (addinitgroupsX): Likewise.
3946
3947 2008-06-11 Ulrich Drepper <drepper@redhat.com>
3948
3949 * nscd/mem.c (gc): Initialize obstack earlier so that if we jump
3950 out we don't use uninitialized memory.
3951
3952 * nscd/hstcache.c (cache_addhst): Send correct number of bytes to
3953 the client.
3954
3955 2008-06-10 Ulrich Drepper <drepper@redhat.com>
3956
3957 * resolv/nss_dns/dns-host.c (gaih_getanswer_slice): Also log and
3958 ignore T_DNAME messages.
3959 * resolv/arpa/nameser_compat.h (T_DNAME): Define.
3960
3961 2008-06-05 Jakub Jelinek <jakub@redhat.com>
3962
3963 * misc/regexp.h (compile): Use __REPB_PREFIX macro.
3964 Avoid segfault if first GETC returns eof/'\0'/'\n'.
3965
3966 2008-06-03 Jakub Jelinek <jakub@redhat.com>
3967
3968 * nscd/nscd_getserv_r.c (__nscd_getservbyport_r): Pass cp
3969 instead of portstr to nscd_getserv_r. Patch by
3970 Roman Kagan <rkagan@mail.ru>.
3971
3972 2008-05-26 Jim Meyering <meyering@redhat.com>
3973
3974 Remove more useless "if" tests before "free".
3975 * include/inline-hashtab.h (htab_delete): Likewise.
3976 * libio/freopen.c (freopen): Likewise.
3977 * libio/freopen64.c (freopen64): Likewise.
3978 * locale/programs/ld-collate.c (collate_read): Likewise.
3979 * misc/fstab.c (libc_freeres_fn): Likewise.
3980 * posix/glob.c (globfree): Likewise.
3981
3982 2008-05-24 Ulrich Drepper <drepper@redhat.com>
3983
3984 * string/Makefile (strop-tests): Add memmem.
3985 * string/test-memmem.c: New file.
3986 * string/test-string.h (BUF1PAGES): Define to 1 if undefined.
3987 (test_init): Size buf1 according to BUF1PAGES.
3988
3989 2008-05-24 Jakub Jelinek <jakub@redhat.com>
3990
3991 * libio/stdio.h (vscanf): Fix -std=c99 redirect.
3992 * stdio-common/Makefile (tests): Add scanf16 and scanf17.
3993 (CFLAGS-scanf17.c): New.
3994 * stdio-common/scanf14.c (main): Add fscanf and scanf tests.
3995 * stdio-common/scanf15.c (main): Likewise.
3996 * stdio-common/scanf16.c: New file.
3997 * stdio-common/scanf17.c: New file.
3998
3999 2008-05-24 Ulrich Drepper <drepper@redhat.com>
4000
4001 * resolv/res_send.c (send_dg): If we already have one of two
4002 answers and the server reports SERVFAIL, NOTIMP, or REFUSED, then
4003 use the one answer insted of failing.
4004
4005 2008-02-20 Ryan S. Arnold <rsa@us.ibm.com>
4006
4007 * math/libm-test.inc (exp_test): Exclude expl(1000.0L) from
4008 being executed on PowerPC as the expected result exceeds IBM
4009 long double 128 __LDBL_MAX__.
4010
4011 2008-05-21 Roland McGrath <roland@redhat.com>
4012
4013 * shlib-versions (sparc.*-.*-.*, sparc64.*-.*-.*): Add ABI lines.
4014
4015 * Makefile (check-data): Use $(abi-name) before other guesses.
4016 Look in $(add-ons) dirs before scripts/data/.
4017 * elf/Makefile (check-data): Likewise.
4018
4019 * scripts/soversions.awk: Grok ABI line.
4020 * Makeconfig ($(common-objpfx)soversions.mk): Likewise.
4021 Emit definition for abi-name variable.
4022
4023 2008-05-21 Ulrich Drepper <drepper@redhat.com>
4024
4025 * string/endian.h: Define new fixed-size hto* and *toh macros only
4026 if [__USE_BSD].
4027
4028 * iconvdata/Depend: Add localedata.
4029
4030 2008-05-21 Samuel Thibault <samuel.thibault@ens-lyon.org>
4031
4032 * bits/termios.h (ONLCR): Define under [__USE_XOPEN] too.
4033
4034 2008-05-08 David S. Miller <davem@davemloft.net>
4035
4036 * sysdeps/unix/sysv/linux/sparc/sparc32/setcontext.S: Use
4037 HIDDEN_JUMPTARGET.
4038 * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h
4039 (__SYSCALL_CLOBBERS): Remove %g* registers.
4040 * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h
4041 (__SYSCALL_CLOBBERS): Likewise.
4042 * scripts/data/localplt-sparc-linux-gnu.data: New file.
4043 * scripts/data/localplt-sparc64-linux-gnu.data: New file.
4044
4045 2008-05-21 Jakub Jelinek <jakub@redhat.com>
4046
4047 * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h
4048 (CALL_ERRNO_LOCATION): Define.
4049 (__SYSCALL_STRING, __CLONE_SYSCALL_STRING): Use it.
4050 * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h
4051 (CALL_ERRNO_LOCATION): Define.
4052 (__SYSCALL_STRING, __CLONE_SYSCALL_STRING): Use it.
4053 * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S (__brk): Use
4054 HIDDEN_JUMPTARGET for __errno_location call in libc.so.
4055
4056 2008-05-20 Ulrich Drepper <drepper@redhat.com>
4057
4058 * include/inline-hashtab.h (higher_prime_number): Fix type of mid
4059 variable.
4060
4061 2008-05-20 Jakub Jelinek <jakub@redhat.com>
4062
4063 * sysdeps/unix/sysv/linux/sparc/sparc32/sigcontextinfo.h
4064 (FIRST_FRAME_POINTER): Define.
4065
4066 2008-05-09 David S. Miller <davem@davemloft.net>
4067
4068 * sysdeps/sparc/sparc64/backtrace.c: New file.
4069
4070 2008-05-14 David S. Miller <davem@davemloft.net>
4071
4072 * sysdeps/sparc/machine-gmon.h: New file.
4073 * sysdeps/sparc/sparc-mcount.S: Likewise.
4074 * sysdeps/sparc/Makefile: Add sparc-mcount target to
4075 sysdep_routines in gmon directory.
4076
4077 2008-05-19 Jakub Jelinek <jakub@redhat.com>
4078
4079 * elf/soinit.c (__EH_FRAME_BEGIN__): Remove.
4080
4081 2008-05-19 Ulrich Drepper <drepper@redhat.com>
4082
4083 * resolv/res_query.c (__libc_res_nquery): In case one of two
4084 answer was too short don't try to read that answer's header.
4085
4086 * resolv/res_send.c (send_dg): In case of timeout and there are
4087 two queries and one has been answered, return value indicating
4088 success.
4089
4090 2008-05-18 Ulrich Drepper <drepper@redhat.com>
4091
4092 * nscd/cache.c (cache_add): Take additional parameter specifying
4093 whether this is in response of a cache refill. Check alignment
4094 of package data. Revamp waking of pruning thread.
4095 (prune_cache): Small optimization.
4096 * nscd/nscd.h: Adjust cache_add prototypes.
4097 * nscd/aicache.c: Adjust cache_add calls.
4098 * nscd/grpcache.c: Likewise.
4099 * nscd/hstcache.c: Likewise.
4100 * nscd/initgrcache.c: Likewise.
4101 * nscd/pwdcache.c: Likewise.
4102 * nscd/servicescache.c: Likewise.
4103 * nscd/connections.c (restart): Really disable cache use before
4104 exec attempt. If it fails, reenable cache.
4105 (nscd_run_prune): Initialize wakeup_time. After wakeup, set wakeup
4106 time to max to be able to notice concurrent cache additions. Unlock
4107 prune_lock while performing gc. Afterwards compute wakeup time with
4108 current wakeup_time value in mind.
4109
4110 2008-05-17 Ulrich Drepper <drepper@redhat.com>
4111
4112 * nscd/mem.c (gc): Avoid stack overflow when allocating move list.
4113
4114 * nscd/mem.c (gc): Correctly determine highest used array element
4115 in mark.
4116
4117 * nscd/mem.c (markrange): Add assert to check entries are all
4118 aligned. Small cleanup in bitmap use.
4119
4120 * nscd/nscd.h (mem_in_flight): Replace blockaddr field with
4121 blockoff of type nscd_ssize_t.
4122 * nscd/mem.c (gc): Simplify markrange call for on-flight blocks.
4123 (mempoll_alloc): Record block offset and not address.
4124
4125 * nscd/mem.c (gc): Fix test for stack overuse.
4126
4127 * nscd/aicache.c (addhstaiX): Fix a few small problems, cleanups,
4128 more asserts.
4129
4130 * sysdeps/posix/getaddrinfo.c (gaih_inet): If nscd reports no
4131 entry is available, believe it.
4132
4133 * resolv/nss_dns/dns-host.c (gaih_getanswer_slice): If there are
4134 no answers return NSS_STATUS_NOTFOUND.
4135 (gaih_getanswer): Don't call gaih_getanswer_slice if the answer
4136 buffer does not have any content.
4137
4138 2008-05-16 Ulrich Drepper <drepper@redhat.com>
4139
4140 * string/strcasestr.c (CMP_FUNC): Use __strncasecmp, not strncasecmp.
4141
4142 * sysdeps/posix/getaddrinfo.c (gaih_inet): After gethostbyname4_r
4143 lookup, don't assign canon unconditionally.
4144
4145 2008-05-14 Ulrich Drepper <drepper@redhat.com>
4146
4147 * string/Makefile (distribute): Add str-two-way.h.
4148
4149 2008-03-29 Eric Blake <ebb9@byu.net>
4150
4151 Rewrite string searches to O(n) rather than O(n^2).
4152 * string/str-two-way.h: New file. For linear fixed-allocation
4153 string searching.
4154 * string/memmem.c: New implementation.
4155 * string/strstr.c: New implementation.
4156 * string/strcasestr.c: New implementation.
4157
4158 2008-04-11 Paolo Bonzini <bonzini@gnu.org>
4159
4160 * posix/regcomp.c (optimize_utf8): Add a note on why we test
4161 opr.ctx_type.
4162 (calc_first): Initialize constraint field.
4163 (duplicate_node_closure): Use it instead of special casing ANCHORS.
4164 Use search_duplicated_node to avoid loops. Fix grammar.
4165 (duplicate_node): Merge constraint field for all node types.
4166 (calc_eclosure_iter): Look at constraint field for all node types.
4167 * posix/regex_internal.c (create_cd_newstate): Don't look at
4168 create_cd_newstate.
4169
4170 2008-05-14 Ulrich Drepper <drepper@redhat.com>
4171
4172 [BZ #6428]
4173 * configure.in: Don't use $CFLAGS when assembling, use $ASFLAGS.
4174
4175 [BZ #6442]
4176 * string/endian.h: Add macros for fixed-size endian conversion.
4177 * bits/byteswap.h: Allow inclusion from <endian.h>.
4178 * sysdeps/i386/bits/byteswap.h: Likewise.
4179 * sysdeps/ia64/bits/byteswap.h: Likewise.
4180 * sysdeps/s390/bits/byteswap.h: Likewise.
4181 * sysdeps/x86_64/bits/byteswap.h: Likewise.
4182 * string/Makefile (tests): Add tst-endian.
4183 * string/tst-endian.c: New file.
4184
4185 * iconvdata/run-iconv-test.sh: Use = instead of == in test.
4186 Patch by Reuben Thomas.
4187
4188 2008-05-14 Joseph Myers <joseph@codesourcery.com>
4189
4190 * iconvdata/Makefile (bug-iconv6-ENV, tst-iconv7-ENV): Define.
4191
4192 2008-05-14 Ulrich Drepper <drepper@redhat.com>
4193
4194 * iconvdata/bug-iconv6.c (do_test): Use de_DE.UTF-8 locale.
4195
4196 [BZ #6461]
4197 * iconv/gconv_simple.c (BODY for __gconv_transform_ascii_internal):
4198 Add missing braces.
4199 (BODY for __gconv_transform_internal_ascii): Likewise.
4200
4201 [BZ #6472]
4202 * sysdeps/posix/getaddrinfo.c (get_scope): Loopback addresses have
4203 to be treated like link-local addresses.
4204 (match_prefix): Don't treat IPv4 loopback address special when
4205 converting to v4 mapped addressed.
4206
4207 * sysdeps/posix/getaddrinfo.c (getaddrinfo): Call _res_hconf_init
4208 if necessary.
4209 * posix/tst-rfc3484.c: Add dummy definition of _res_hconf_init.
4210 * posix/tst-rfc3484-2.c: Likewise.
4211 * posix/tst-rfc3484-3.c: Likewise.
4212
4213 * sysdeps/posix/getaddrinfo.c: Implement handling of DCCP, UDPlite,
4214 and SCTP.
4215
4216 * nss/getent.c (ahosts_keys_int): Handle all known socket types.
4217
4218 * inet/netinet/in.h (IPPIPPROTO_DCCP, IPPROTO_UDPLITE): Define.
4219
4220 * sysdeps/unix/sysv/linux/bits/socket.h (SOCK_DCCP): Define.
4221
4222 2008-05-13 Ulrich Drepper <drepper@redhat.com>
4223
4224 * po/lt.po: New file. From Lituanian translation team.
4225
4226 2008-01-30 Alexandre Oliva <aoliva@redhat.com>
4227
4228 Introduce TLS descriptors for i386 and x86_64.
4229 * include/inline-hashtab.h: New file, copied from 2005's
4230 libiberty, with fix for memory leak imported afterwards by
4231 Glauber de Oliveira Costa.
4232 * elf/tlsdeschtab.h: New file.
4233 * elf/dl-reloc.c (_dl_try_allocate_static_tls): Extract from...
4234 (_dl_allocate_static_tls): ... here. Rearrange failure path.
4235 (CHECK_STATIC_TLS): Move to...
4236 * elf/dynamic-link.h: ... this file.
4237 (TRY_STATIC_TLS): New macro.
4238 * elf/dl-conflict.c (CHECK_STATIC_TLS, TRY_STATIC_TLS): Override.
4239 * elf/elf.h (R_386_TLS_GOTDESC, R_386_TLS_DESC_CALL,
4240 R_386_TLS_DESC): Define.
4241 (R_X86_64_PC64, R_X86_GOTOFF64, R_X86_64_GOTPC32): Merge from
4242 binutils.
4243 (R_X86_64_GOTPC32_TLSDESC, R_X86_64_TLSDESC_CALL,
4244 R_X86_64_TLSDESC): Define.
4245 (R_386_NUM, R_X86_64_NUM): Adjust.
4246 * sysdeps/i386/Makefile (sysdep-dl-routines, sysdep_routines,
4247 sysdep-rtld-routines): Add tlsdesc and dl-tlsdesc for elf subdir.
4248 (gen-as-const-headers): Add tlsdesc.sym to csu subdir.
4249 * sysdeps/i386/dl-lookupcfg.h: New file. Introduce _dl_unmap to
4250 release tlsdesc_table.
4251 * sysdeps/i386/dl-machine.h: Include dl-tlsdesc.h.
4252 (elf_machine_type_class): Mark R_386_TLS_DESC as PLT class.
4253 (elf_machine_rel): Handle R_386_TLS_DESC.
4254 (elf_machine_rela): Likewise.
4255 (elf_machine_lazy_rel): Likewise.
4256 (elf_machine_lazy_rela): Likewise.
4257 * sysdeps/i386/dl-tls.h (struct dl_tls_index): Name it.
4258 * sysdeps/i386/dl-tlsdesc.S: New file.
4259 * sysdeps/i386/dl-tlsdesc.h: New file.
4260 * sysdeps/i386/tlsdesc.c: New file.
4261 * sysdeps/i386/tlsdesc.sym: New file.
4262 * sysdeps/i386/bits/linkmap.h (struct link_map_machine): Add
4263 tlsdesc_table.
4264 * sysdeps/x86_64/Makefile (sysdep-dl-routines, sysdep_routines,
4265 sysdep-rtld-routines): Add tlsdesc and dl-tlsdesc for elf subdir.
4266 (gen-as-const-headers): Add tlsdesc.sym to csu subdir.
4267 * sysdeps/x86_64/dl-lookupcfg.h: New file. Introduce _dl_unmap to
4268 release tlsdesc_table.
4269 * sysdeps/x86_64/dl-machine.h: Include dl-tlsdesc.h.
4270 (elf_machine_runtime_setup): Set up lazy TLSDESC GOT entry.
4271 (elf_machine_type_class): Mark R_X86_64_TLSDESC as PLT class.
4272 (elf_machine_rel): Handle R_X86_64_TLSDESC.
4273 (elf_machine_rela): Likewise.
4274 (elf_machine_lazy_rel): Likewise.
4275 * sysdeps/x86_64/dl-tls.h (struct dl_tls_index): Name it.
4276 (__tls_get_addr): Do not declare for non-shared compiles.
4277 * sysdeps/x86_64/dl-tlsdesc.S: New file.
4278 * sysdeps/x86_64/dl-tlsdesc.h: New file.
4279 * sysdeps/x86_64/tlsdesc.c: New file.
4280 * sysdeps/x86_64/tlsdesc.sym: New file.
4281 * sysdeps/x86_64/bits/linkmap.h (struct link_map_machine): Add
4282 tlsdesc_table for both 32- and 64-bit structs.
4283
4284 2008-05-11 Ulrich Drepper <drepper@redhat.com>
4285
4286 * elf/dl-tls.c (__tls_get_addr): Optimize by moving slow path in
4287 its own function. This reduces the frame setup costs and more.
4288
4289 2008-02-11 Joseph Myers <joseph@codesourcery.com>
4290
4291 [BZ #3406]
4292 * sysdeps/ieee754/flt-32/w_expf.c (o_threshold): Correct value.
4293 * math/libm-test.inc (exp_test): Test 88.72269439697265625.
4294
4295 2008-05-11 Ulrich Drepper <drepper@redhat.com>
4296
4297 * io/openat.c (__openat_2): Also pass fd to __openat.
4298 * io/openat64.c (__openat64_2): Also pass fd to __openat64.
4299 Patch by Kristian Van Der Vliet <vanders@liqwyd.com>.
4300
4301 * string/tester.c (test_memcmp): Add a few more tests.
4302 Patch by Mats Erik Andersson <ynglingatal@comhem.se>.
4303
4304 2008-05-10 Ulrich Drepper <drepper@redhat.com>
4305
4306 * nscd/cache.c (cache_add): Before returning with failure and this
4307 is the first use of the record, mark it as unusable.
4308 * nscd/aicache.c: Don't touch the dataset after cache_add returns
4309 reporting a failure.
4310 * nscd/grpcache.c: Likewise
4311 * nscd/hstcache.c: Likewise.
4312 * nscd/initgrcache.c: Likewise.
4313 * nscd/pwdcache.c: Likewise.
4314 * nscd/servicescache.c: Likewise.
4315
4316 2008-05-10 Roland McGrath <roland@redhat.com>
4317
4318 [BZ #6505]
4319 * sysdeps/unix/sysv/linux/sys/user.h: Replace with #error stub.
4320
4321 2008-05-08 David S. Miller <davem@davemloft.net>
4322
4323 * misc/truncate64.c (truncate64): Use __truncate not truncate.
4324
4325 * sysdeps/ieee754/ldbl-128/e_j0l.c (__ieee751_j0l): Use __finitel.
4326 (__ieee754_y0l): Likewise.
4327 * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_j1l): Likewise.
4328 (__ieee754_y1l): Likewise.
4329 * sysdeps/ieee754/ldbl-128/s_expm1l.c (__expm1l): Use __ldexpl.
4330 * sysdeps/ieee754/ldbl-128/s_log1pl.c: Kill bogus prototypes for
4331 frexpl and ldexpl. math_private.h provides them and the latter
4332 is not even used.
4333 (__log1pl): Use __frexpl.
4334
4335 2008-05-10 Ulrich Drepper <drepper@redhat.com>
4336
4337 * include/resolv.h: Adjust __libc_res_nquery and __libc_res_nsend
4338 prototypes.
4339 * include/arpa/nameser_compat.h: Define T_UNSPEC.
4340 * nis/Versions (libnss_nis): Export _nss_nis_gethostbyname4_r.
4341 (libnss_nisplus): Export _nss_nisplus_gethostbyname4_r.
4342 * nis/nss_nis/nis-hosts.c (LINE_PARSER): Change to also handle
4343 af==AF_UNSPEC.
4344 (_nss_nis_gethostbyname4_r): New function.
4345 * nis/nss_nisplus/nisplus-hosts.c (_nss_nisplus_parse_hostent):
4346 Change to also handle af==AF_UNSPEC.
4347 (get_tablename): New function. Use it to avoid duplication.
4348 (_nss_nisplus_gethostbyname4_r): New function.
4349 * nscd/aicache.c (addhstaiX): Use gethostbyname4_r function is
4350 available.
4351 * nss/Versions (libnss_files): Export _nss_files_gethostbyname4_r.
4352 * nss/nss.h: Define struct gaih_addrtuple.
4353 * nss/nss_files/files-hosts.c (LINE_PARSER): Change to also handle
4354 af==AF_UNSPEC.
4355 (_nss_files_gethostbyname4_r): New function.
4356 * resolv/Versions (libnss_dns): Export _nss_dns_gethostbyname4_r.
4357 * resolv/gethnmaddr.c: Adjust __libc_res_nsearch and __libc_res_nquery
4358 calls.
4359 * resolv/res_query.c (__libc_res_nquery): Take two additional
4360 parameters for second answer buffer. Handle type=T_UNSPEC to mean
4361 look up IPv4 and IPv6.
4362 Change all callers.
4363 * resolv/res_send.c (__libc_res_nsend): Take five aditional parameters
4364 for an additional query and answer buffer. Pass to send_vc and
4365 send_dg.
4366 (send_vc): Send possibly two requests and receive two answers.
4367 (send_dg): Likewise.
4368 * resolv/nss_dns/dns-host.c: Adjust calls to __libc_res_nsearch and
4369 __libc_res_nquery.
4370 (_nss_dns_gethostbyname4_r): New function.
4371 (gaih_getanswer_slice): Likewise.
4372 (gaih_getanswer): Likewise.
4373 * resolv/nss_dns/dns-canon.c (_nss_dns_getcanonname_r): Adjust
4374 __libc_res_nquery call.
4375 * resolv/nss_dns/dns-network.c (_nss_dns_getnetbyaddr_r): Likewise.
4376 (_nss_dns_getnetbyname_r): Adjust __libc_res_nsearch call.
4377 * sysdeps/posix/getaddrinfo.c: Use gethostbyname4_r function is
4378 available.
4379
4380 2008-05-05 David S. Miller <davem@davemloft.net>
4381
4382 * sysdeps/sparc/sparc32/Makefile: Use -mcpu=v7 for initfini.s build.
4383 * sysdeps/sparc/sparc64/Makefile: Use -mcpu=v9 for initfini.s build.
4384
4385 2007-09-14 Samuel Thibault <samuel.thibault@ens-lyon.org>
4386
4387 Fix termios bit macros.
4388 Move *DLY definitions where they belong, in termios.h.
4389 Add *[0-3] definitions.
4390 Fixes confusion between VT and FF.
4391 * sysdeps/mach/hurd/bits/ioctls.h (NL0, NL1, TAB0, TAB1, TAB2, CR0,
4392 CR1, CR2, CR3, FF0, FF1, BS0, BS1): Undefine these at start if they
4393 are already defined to avoid collision with termios.h.
4394 (NLDLY, TABDLY, TAB3, CRDLY, VTDLY, BSDLY): Remove macros.
4395 * bits/termios.h [__USE_MISC || __USE_XOPEN] (NL0, NL1, TAB0,
4396 TAB1, TAB2, CR0, CR1, CR2, CR3, FF0, FF1, BS0, BS1): Likewise.
4397 [__USE_BSD || __USE_XOPEN] (OCRNL, ONOCR, ONLRET): New macros.
4398 [__USE_MISC || __USE_XOPEN] (NLDLY, NL0, NL1, TABDLY, TAB0, TAB1, TAB2,
4399 TAB3, CRDLY, CR0, CR1, CR2, CR3, FFDLY, FF0, FF1, BSDLY, BS0, BS1,
4400 VTDLY, VT0, VT1): New macros.
4401 [__USE_GNU] (OLCUC): Change value of macro.
4402 [__USE_XOPEN] (OFILL): New macro.
4403 [__USE_BSD] (CRTSCTS): Change value.
4404 (CRTS_IFLOW, CCTS_OFLOW): Change into compatibility macros.
4405 [__USE_BSD] (CDTRCTS, CHWFLOW): New macros.
4406 (B7200, B14400, B28800, B76800): New macros.
4407
4408 2008-05-01 David S. Miller <davem@davemloft.net>
4409
4410 * sysdeps/unix/sysv/linux/sparc/sparc32/ucontext_i.sym: New file.
4411 * sysdeps/unix/sysv/linux/sparc/sparc32/Makefile [$(subdir) = stdlib]:
4412 (gen-as-const-headers): Add it.
4413 * sysdeps/unix/sysv/linux/sparc/sparc32/getcontext.S: New file.
4414 * sysdeps/unix/sysv/linux/sparc/sparc32/makecontext.c: Likewise.
4415 * sysdeps/unix/sysv/linux/sparc/sparc32/setcontext.S: Likewise.
4416 * sysdeps/unix/sysv/linux/sparc/sparc32/swapcontext.S: Likewise.
4417
4418 * sysdeps/unix/sysv/linux/sparc/sparc32/syscall.S: Add support for
4419 six system call parameters.
4420 * sysdeps/unix/sysv/linux/sparc/sparc64/syscall.S: Likewise.
4421
4422 2008-04-30 Ulrich Drepper <drepper@redhat.com>
4423
4424 * sysdeps/unix/sysv/linux/bits/resource.h: Define RUSAGE_THREAD and
4425 RUSAGE_LWP.
4426 * sysdeps/unix/sysv/linux/sparc/bits/resource.h: Likewise.
4427 * sysdeps/unix/sysv/linux/alpha/bits/resource.h: Likewise.
4428
4429 2008-04-30 Jakub Jelinek <jakub@redhat.com>
4430
4431 * stdlib/tst-setcontext.c: Include unistd.h.
4432
4433 2008-04-25 David S. Miller <davem@davemloft.net>
4434
4435 * sysdeps/unix/sysv/linux/sparc/sparc64/semctl.c (semctl):
4436 Pass "union semun" properly in to sys_ipc, it must be passed
4437 by value, not by reference.
4438
4439 2008-04-22 Jakub Jelinek <jakub@redhat.com>
4440
4441 * nscd/Makefile (nscd-cflags): Set back to -fpie.
4442 * nscd/nscd.h (mem_in_flight): Add attribute_tls_model_ie.
4443 * nscd/connections.c (mem_in_flight): Likewise.
4444
4445 * nscd/nscd.h (dbs): Make hidden.
4446
4447 * sysdeps/unix/sysv/linux/times.c (__times): Fix check for EFAULT.
4448 Avoid returning -1, return 0 instead.
4449
4450 2008-04-19 Ulrich Drepper <drepper@redhat.com>
4451
4452 * resolv/res_mkquery.c (__res_nopt): Use NS_PUT16 instead of ns_put16.
4453
4454 2008-04-15 Ulrich Drepper <drepper@redhat.com>
4455
4456 [BZ #5209]
4457 * sysdeps/unix/sysv/linux/times.c: New file.
4458
4459 [BZ #5381]
4460 * nscd/nscd.h: Define enum in_flight, mem_in_flight, and
4461 mem_in_flight_list variables. Add new parameter to mempool_alloc
4462 prototype.
4463 * nscd/mem.c (mempool_alloc): Take additional parameter. Initialize
4464 appropriate mem_in_flight element.
4465 (gc): Take allocations which have not yet been committed to the
4466 database into account.
4467 * nscd/cache.c (cache_add): Add new parameter to mempool_alloc call.
4468 Reset mem_in_flight before returning.
4469 * nscd/connections.c (nscd_run_worker): Initialize mem_in_flight and
4470 cue it up in mem_in_flight_list.
4471 * nscd/aicache.c: Adjust mempool_alloc call.
4472 * nscd/grpcache.c: Likewise.
4473 * nscd/hstcache.c: Likewise.
4474 * nscd/initgrcache.c: Likewise.
4475 * nscd/pwdcache.c: Likewise.
4476 * nscd/servicescache.c: Likewise.
4477 * nscd/Makefile (nscd-flags): Until ld is fixed, use -fpic instead
4478 of -fpie.
4479
4480 * nscd/connections.c (handle_request): Provide better error message
4481 in case SELinux forbids the service.
4482
4483 * version.h (VERSION): Bump to 2.8.90.
4484
4485 2008-04-17 Jakub Jelinek <jakub@redhat.com>
4486
4487 * sysdeps/unix/sysv/linux/dl-osinfo.h: Include fcntl.h.
4488
4489 2008-04-11 Ulrich Drepper <drepper@redhat.com>
4490
4491 * sysdeps/unix/sysv/linux/powerpc/bits/mathinline.h (__signbitl):
4492 Also use for 32-bit.
4493 * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c (__nearbyintl): Use
4494 __nextafter instead of nextafter to avoid local PLT.
4495 * sysdeps/powerpc/fpu/e_sqrt.c: Avoid call to fetestexcept.
4496 * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
4497
4498 * scripts/data/localplt-powerpc64-linux-gnu.data: New file.
4499
4500 * sysdeps/powerpc/fpu/fenv_libc.h: Add libm_hidden_proto for
4501 __fe_nomask_env.
4502 * sysdeps/powerpc/fpu/fe_nomask.c: Add libm_hidden_def. Include
4503 <fenv_libc.h> instead of <fenv.h>.
4504 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c: Likewise.
4505 * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c: Likewise.
4506
4507 * sysdeps/powerpc/bits/fenv.h: Make safe for C++.
4508
4509 * sysdeps/unix/sysv/linux/powerpc/bits/mathinline.h: New file.
4510 * sysdeps/powerpc/fpu/fegetexcept.c (__fegetexcept): Rename
4511 function from fegetexcept and make old name weak alias.
4512 * include/fenv.h: Declare __fegetexcept.
4513 * sysdeps/powerpc/fpu/fedisblxcpt.c: Use __fegetexcept instead of
4514 fegetexcept.
4515 * sysdeps/powerpc/fpu/feenablxcpt.c: Likewise.
4516 * sysdeps/powerpc/fpu/fraiseexcpt.c (__feraiseexcept): Avoid call
4517 to fetestexcept.
4518 * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c (__log1pl): Use __frexpl
4519 instead of frexpl to avoid local PLT.
4520 * math/s_significandl.c (__significandl): Use __ilogbl instead of
4521 ilogbl to avoid local PLT.
4522 * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (__expm1l): Use __ldexpl
4523 instead of ldexpl to avoid local PLT.
4524 * sysdeps/ieee754/ldbl-128ibm/e_expl.c (__ieee754_expl): Use
4525 __roundl not roundl to avoid local PLT.
4526 * sysdeps/ieee754/ldbl-128/e_j0l.c: Use function names which avoid
4527 local PLTs. Use __sincosl instead of separate sinl and cosl
4528 calls.
4529 * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
4530
4531 * sysdeps/unix/sysv/linux/configure.in: Bump minimal kernel
4532 version for ppc64 to 2.4.21 since without it makecontext will fail.
4533
4534 * elf/tls-macros.h [__powerpc64__] (__TLS_GET_ADDR): Define according
4535 to the ABI in use.
4536 [__powerpc64__] (TLS_LD): Use __TLS_GET_ADDR instead of
4537 .__tls_get_addr.
4538 [__powerpc64__] (TLS_GD): Likewise.
4539
4540 2007-11-20 Ryan S. Arnold <rsa@us.ibm.com>
4541
4542 [BZ #4997]
4543 * sysdeps/powerpc/powerpc32/fpu/s_lround.S (__lround): Fixed erroneous
4544 result when x is +/-nextafter(+/-0.5,-/+1) i.e. all 1's in the
4545 mantissa.
4546 * sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S (__llround):
4547 Likewise. Also account for when x is an odd number between 2^52
4548 and 2^53-1.
4549 * sysdeps/powerpc/powerpc64/fpu/s_llround.S (__llround): Likewise.
4550 * sysdeps/powerpc/powerpc64/fpu/s_llroundf.S (__llroundf): Likewise.
4551 * math/libm-test.inc (lround_test, llround_test): Added test cases to
4552 detect aforementioned erroneous conditions.
4553
4554 2008-04-11 Jakub Jelinek <jakub@redhat.com>
4555
4556 * configure.in: Check for -fno-section-anchors in addition to
4557 -fno-toplevel-reorder.
4558
4559 2008-04-11 Ulrich Drepper <drepper@redhat.com>
4560
4561 * include/features.h (__GLIBC_MINOR__): Bump to 8.
4562
4563 * sysdeps/powerpc/powerpc32/fpu/s_lroundf.S: Remove duplicate comment.
4564 * sysdeps/powerpc/powerpc32/power5+/fpu/s_llroundf.S: Likewise.
4565 * sysdeps/powerpc/powerpc32/power6/fpu/s_llroundf.S: Likewise.
4566 * sysdeps/powerpc/powerpc64/fpu/s_lrint.S: Likewise.
4567 * sysdeps/powerpc/powerpc64/fpu/s_lround.S: Likewise.
4568 * sysdeps/powerpc/powerpc64/fpu/s_lroundf.S: Likewise.
4569
4570 2008-04-11 Jakub Jelinek <jakub@redhat.com>
4571
4572 [BZ #5443]
4573 * time/era.c: Transform __libc_setlocale_lock into rwlock.
4574 * time/alt_digit.c: Likewise.
4575 * wcsmbs/wcsmbsload.c: Likewise.
4576
4577 2008-04-10 Ulrich Drepper <drepper@redhat.com>
4578
4579 * version.h (VERSION): Bump to 2.8.
4580
4581 * timzeone/asia: Update from tzdata2008b.
4582 * timezone/backward: Likewise.
4583 * timezone/europe: Likewise.
4584 * timezone/northamerica: Likewise.
4585 * timezone/southamerica: Likewise.
4586 * timezone/iso3166.tab: Likewise.
4587 * timezone/leapseconds: Likewise.
4588 * timezone/zone.tab: Likewise.
4589 * timezone/private.h: Update from tzcode2008a.
4590 * timezone/zdump.c: Likewise.
4591 * timezone/zic.c: Likewise.
4592
4593 2008-01-24 Steven Munroe <sjmunroe@us.ibm.com>
4594
4595 [BZ #5741]
4596 * sysdeps/powerpc/powerpc64/dl-machine.h (PPC_DCBT, PPC_DCBF):
4597 Define additonal Data Cache Block instruction macros.
4598 (elf_machine_fixup_plt): Add dcbt for opd and plt entries.
4599 Replace dcbst with dcbf and sync with sync/isync.
4600
4601 2008-02-21 Alan Modra <amodra@bigpond.net.au>
4602
4603 * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_type_class):
4604 Always set ELF_RTYPE_CLASS_PLT.
4605 (elf_machine_lookup_noexec_p, elf_machine_lookup_noplt_p): Delete.
4606
4607 2008-04-03 Steven Munroe <sjmunroe@us.ibm.com>
4608
4609 * sysdeps/powerpc/powerpc32/power4/hp-timing.c: New file.
4610 * sysdeps/powerpc/powerpc32/power4/hp-timing.h: New file.
4611 * sysdeps/powerpc/powerpc64/hp-timing.h [_ARCH_PWR4] (HP_TIMING_NOW):
4612 For ISA 2.01 and later replace mftb with mfspr 268.
4613
4614 2008-02-19 Steven Munroe <sjmunroe@us.ibm.com>
4615
4616 [BZ #5768]
4617 * sysdeps/powerpc/fpu/Makefile (libm-tests): Add test-powerpc-snan.
4618 * sysdeps/powerpc/fpu/test-powerpc-snan.c: New file.
4619
4620 2008-02-18 Steven Munroe <sjmunroe@us.ibm.com>
4621
4622 [BZ #5768]
4623 * sysdeps/powerpc/powerpc32/fpu/s_isnan.S: New file.
4624 * sysdeps/powerpc/powerpc32/fpu/s_isnan.c: Removed.
4625 * sysdeps/powerpc/powerpc64/fpu/s_isnan.S: New file.
4626 * sysdeps/powerpc/powerpc64/fpu/s_isnan.c: Removed.
4627
4628 2008-04-10 Jakub Jelinek <jakub@redhat.com>
4629
4630 * stdlib/tst-makecontext.c (othervar): New variable.
4631 (cf): Test sign extending the argument to long.
4632
4633 2008-03-03 Steven Munroe <sjmunroe@us.ibm.com>
4634
4635 * sysdeps/powerpc/powerpc32/power5/fpu/s_isnan.S: New file.
4636 * sysdeps/powerpc/powerpc32/power5/fpu/s_isnanf.S: New file.
4637 * sysdeps/powerpc/powerpc32/power6/fpu/s_isnan.S: New file.
4638 * sysdeps/powerpc/powerpc32/power6/fpu/s_isnanf.S: New file.
4639 * sysdeps/powerpc/powerpc64/power5/fpu/s_isnan.S: New file.
4640 * sysdeps/powerpc/powerpc64/power6/fpu/s_isnan.S: New file.
4641 * sysdeps/powerpc/powerpc64/power6x/fpu/s_isnan.S: New file.
4642
4643 2008-02-22 Alan Modra <amodra@bigpond.net.au>
4644
4645 * elf/Makefile (tests): Substitute tests-vis-yes here.
4646 (tests-vis-yes): Delete.
4647 (modules-name, modules-vis-yes): Similarly.
4648
4649 2008-02-12 Pete Eberlein <eberlein@us.ibm.com>
4650
4651 [BZ #4407]
4652 * sysdeps/ieee754/ldbl-128/e_lgammal_r.c (__ieee754_lgammal_r):
4653 Preserve sign in signgamp when x is zero.
4654
4655 2007-10-26 Steven Munroe <sjmunroe@us.ibm.com>
4656
4657 * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.S: New File.
4658 * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.c: Removed.
4659 * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrtf.S: New File.
4660 * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrtf.c: Removed.
4661 * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrt.S: New File.
4662 * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrtf.S: New File.
4663
4664 2008-04-09 Ulrich Drepper <drepper@redhat.com>
4665
4666 [BZ #4314]
4667 * sysdeps/i386/i686/memcpy.S: Optimize copying of equally aligned
4668 buffers.
4669
4670 [BZ #5209]
4671 * sysdeps/unix/sysv/syscalls.list: The times syscall doesn't have
4672 a reserved error value.
4673
4674 * stdlib/tst-makecontext.c: Change parameter to cf to negative
4675 value to check for correct sign extension.
4676
4677 [BZ #5436]
4678 * sysdeps/unix/sysv/linux/x86_64/makecontext.c (__makecontext):
4679 Copy 64-bit parameter values even though this is not required in
4680 the standard.
4681
4682 * sysdeps/unix/sysv/linux/x86_64/vfork.S (__vfork): Record return
4683 PC save.
4684
4685 2008-02-14 Daniel Jacobowitz <dan@codesourcery.com>
4686
4687 * sysdeps/unix/sysv/linux/i386/vfork.S (__vfork): Record return
4688 PC save.
4689
4690 2008-04-09 Jakub Jelinek <jakub@redhat.com>
4691
4692 * nss_files/files-XXX.c (_nss_files_getXXent_r): Restore saved errno.
4693
4694 2008-04-09 Ulrich Drepper <drepper@redhat.com>
4695
4696 [BZ #5998]
4697 * libio/iofwrite.c (_IO_fwrite): Return correct count if flushing
4698 in line-buffered stream failed.
4699 * libio/iofwrite_u.c (fwrite_unlocked): Likewise.
4700
4701 2008-04-08 Ulrich Drepper <drepper@redhat.com>
4702
4703 [BZ #6024]
4704 * scripts/abi-versions.awk: If the version specified by
4705 --enable-oldest-abi is older than the first version for this
4706 architecture, use the default version.
4707
4708 * locale/programs/ld-collate.c (collate_read): Ignore script lines
4709 as well when ignoring the whole category.
4710
4711 2008-04-07 Ulrich Drepper <drepper@redhat.com>
4712
4713 [BZ #6042]
4714 * sysdeps/unix/sysv/linux/net/ethernet.h: Add a few more
4715 ETHERTYPE_* definitions.
4716 Patch partly by Aurelien Jarno <aurelien@aurel32.net>.
4717
4718 2008-04-07 Jakub Jelinek <jakub@redhat.com>
4719
4720 * stdlib/mbtowc.c (__no_r_state): Remove.
4721 (mbtowc): New static state variable. Use it instead of
4722 __no_r_state.
4723 * stdlib/wctomb.c (__no_r_state): Remove extern decl.
4724 (__wctomb_state): New hidden variable.
4725 (wctomb): Use __wctomb_state instead of __no_r_state.
4726 * debug/wctomb_chk.c (__no_r_state): Remove extern decl.
4727 (__wctomb_state): New extern decl.
4728 (__wctomb_chk): Use __wctomb_state instead of __no_r_state.
4729
4730 2008-04-07 Ulrich Drepper <drepper@redhat.com>
4731
4732 [BZ #5475]
4733 * resolv/res_init.c: Handle scope IDs in resolv.conf.
4734
4735 2008-04-07 Jakub Jelinek <jakub@redhat.com>
4736
4737 * malloc/mtrace.pl: Use $@ instead of $* to keep perl 5.10 quiet.
4738
4739 2008-04-06 Ulrich Drepper <drepper@redhat.com>
4740
4741 * po/nl.po: Update from translation team.
4742
4743 2008-03-31 Ulrich Drepper <drepper@redhat.com>
4744
4745 [BZ #6007]
4746 * string/strfry.c: Handle empty strings again.
4747
4748 2008-03-30 Ulrich Drepper <drepper@redhat.com>
4749
4750 [BZ #5443]
4751 * intl/dcigettext.c (__dcigettext): Get reader lock for locale data
4752 before looking for translation.
4753 * locale/duplocale.c: Transform __libc_setlocale_lock into rwlock.
4754 * locale/freelocale.c: Likewise.
4755 * locale/newlocale.c: Likewise.
4756 * locale/setlocale.c: Likewise.
4757 Based partially on a patch by ryo@np.css.fujitsu.com.
4758
4759 2008-03-30 Jakub Jelinek <jakub@redhat.com>
4760
4761 * intl/dcigettext.c (_nl_find_msg): Reread nconversions after
4762 acquiring wrlock. Do conv_tab allocation while holding lock.
4763 * intl/Makefile: Add rules to build and run tst-gettext6.
4764 * intl/tst-gettext6.c: New test.
4765 * intl/tst-gettext6.sh: New file.
4766
4767 2008-03-30 Ulrich Drepper <drepper@redhat.com>
4768
4769 * po/nl.po: Update from translation team.
4770
4771 * sysdeps/unix/opendir.c (__alloc_dir): If allocation fails for size
4772 provided through st_blksize, try the default size before giving up.
4773
4774 2008-03-29 Ulrich Drepper <drepper@redhat.com>
4775
4776 * stdio-common/vfprintf.c (vfprintf): Correct overflow test.
4777
4778 [BZ #5939]
4779 * sysdeps/posix/tempname.c (__gen_tempname): Correct flag selection.
4780
4781 * posix/getopt.c (_getopt_internal_r): Remove old POSIX-demanded
4782 error message. POSIX today does not require the messages to be in
4783 a specific form. Suggested by Jim Meyering <jim@meyering.net>.
4784
4785 [BZ #5979]
4786 * sunrpc/auth_unix.c: Unify printed strings.
4787 * sunrpc/clnt_tcp.c: Likewise.
4788 * sunrpc/clnt_udp.c: Likewise.
4789 * sunrpc/clnt_unix.c: Likewise.
4790 * sunrpc/svc_tcp.c: Likewise.
4791 * sunrpc/svc_udp.c: Likewise.
4792 * sunrpc/svc_unix.c: Likewise.
4793 * sunrpc/xdr.c: Likewise.
4794 * sunrpc/xdr_array.c: Likewise.
4795 * sunrpc/xdr_rec.c: Likewise.
4796 * sunrpc/xdr_ref.c: Likewise.
4797 * locale/programs/ld-time.c (time_finish): Unify messages.
4798 * locale/programs/locfile.c (handle_copy): Fix typo.
4799 * nscd/nscd.c (options): Fix typo.
4800
4801 [BZ #5995]
4802 * stdlib/strtod_l.c: Use correct sign for result in one more
4803 underflow case.
4804 Patch by Eric Blake <ebb9@byu.net>.
4805
4806 2008-03-27 Jakub Jelinek <jakub@redhat.com>
4807
4808 * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Add open
4809 and creat system calls.
4810 * sysdeps/unix/sysv/linux/alpha/syscalls.list: Remove open system
4811 call.
4812 * sysdeps/unix/sysv/linux/ia64/syscalls.list: Remove open and creat
4813 system calls.
4814 * sysdeps/unix/sysv/linux/powerpc/powerpc64/syscalls.list: Likewise.
4815 * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
4816 * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Likewise.
4817
4818 2008-03-27 Ulrich Drepper <drepper@redhat.com>
4819
4820 * sysdeps/unix/sysv/linux/bits/local_lim.h: Undefined ARG_MAX if
4821 <linux/limits.h> has defined it.
4822 * sysdeps/unix/sysv/linux/sys/param.h: Define NCARGS to the legacy
4823 ARG_MAX value and prevent ARG_MAX from being defined by the kernel
4824 headers.
4825 * sysdeps/unix/sysv/linux/sysconf.c: Define legacy_ARG_MAX and use
4826 it instead of ARG_MAX.
4827
4828 2008-03-25 Jakub Jelinek <jakub@redhat.com>
4829
4830 * posix/gai.conf: Fix comment for scope nullbits.
4831 * sysdeps/posix/getaddrinfo.c (gaiconf_init): If /bits is not present,
4832 default to 128 bits for v4 mapped addresses.
4833
4834 2008-03-07 Martin Schwidefsky <schwidefsky@de.ibm.com>
4835
4836 * sysdeps/s390/fpu/fegetenv.c (fegetenv): Remove PTRACE_PEEKUSER
4837 ptrace call to get the ieee_instruction_pointer from the kernel.
4838 * sysdeps/s390/fpu/fesetenv.c (fesetenv): Remove PTRACE_POKEUSER
4839 ptrace call to set the ieee_instructtion_pointer.
4840 * sysdeps/unix/sysv/linux/s390/sys/user.h (struct _user_regs_struct):
4841 Add comment that ieee_instruction_pointer is always 0.
4842
4843 2008-03-09 Andreas Jaeger <aj@suse.de>
4844
4845 [BZ #5857]
4846 * sysdeps/ieee754/dbl-64/s_rint.c (__rint): Handle j0==18.
4847 * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Likewise.
4848 Patch by Mark Elliott <mark.h.elliott@lmco.com>.
4849
4850 * math/libm-test.inc (nearbyint_test): Add new test cases from #5857.
4851 (rint_test): Likewise.
4852
4853 2008-03-24 Ulrich Drepper <drepper@redhat.com>
4854
4855 * nis/nis_call.c (nis_server_cache_search): Save errno around stat
4856 call.
4857 (__nisfind_server): Similar for open readColdStartFile call.
4858 Patch partially by Jim Meyering.
4859 * nss/nss_files/files-XXX.c (_nss_files_getXXent_r): Save errno
4860 around internal_setent call.
4861
4862 * po/vi.po: New Vietnamese translation.
4863
4864 * sysdeps/unix/sysv/linux/adjtime.c: Correctly use
4865 ADJ_OFFSET_SS_READ.
4866
4867 * sysdeps/unix/sysv/linux/bits/sched.h: Add new CLONE_* flags,
4868 remove CLONE_STOPPED.
4869
4870 2008-02-10 Jim Meyering <meyering@redhat.com>
4871
4872 Remove useless "if" before "free":
4873 * elf/ldconfig.c (parse_conf_include): Likewise.
4874 * gmon/gmon.c (weak_alias): Likewise.
4875 * iconv/gconv_conf.c (__gconv_get_path): Likewise.
4876 * inet/rcmd.c (__validuser2_sa): Likewise.
4877 * intl/bindtextdom.c (set_binding_values): Likewise.
4878 * intl/loadmsgcat.c (_nl_load_domain, _nl_unload_domain): Likewise.
4879 * libio/genops.c (save_for_backup): Likewise.
4880 * libio/wgenops.c (save_for_wbackup): Likewise.
4881 * locale/programs/ld-collate.c (collate_read): Likewise.
4882 * locale/programs/linereader.c (get_string): Likewise.
4883 * nis/nss_compat/compat-pwd.c (give_pwd_free): Likewise.
4884 * nis/nss_compat/compat-spwd.c (give_spwd_free): Likewise.
4885 * resolv/res_debug.c (do_section): Likewise.
4886 * sunrpc/xdr_sizeof.c (x_inline, xdr_sizeof): Likewise.
4887 * sysdeps/mach/hurd/if_index.c (libc_hidden_def): Likewise.
4888 * sysdeps/posix/sprofil.c (__sprofil): Likewise.
4889 * time/lc-time-cleanup.c (_nl_cleanup_time): Likewise.
4890 * time/tzset.c (tzset_internal): Likewise.
4891
4892 2008-03-18 Jakub Jelinek <jakub@redhat.com>
4893
4894 * sysdeps/unix/sysv/linux/dl-sysdep.h: Use __ASSEMBLER__ instead
4895 of ASSEMBLER.
4896
4897 2008-03-11 Ulrich Drepper <drepper@redhat.com>
4898
4899 [BZ #5903]
4900 * iconv/iconv_charmap.c (charmap_conversion): Pass name of output file
4901 not stream for output file. Open output file here.
4902 * iconv/iconv_prog.c (process_lock): Take pointer to output stream
4903 and output file name.
4904 (process_fd): Likewise.
4905 (process_file): Likewise.
4906 (main): Adjust callers of changed functions.
4907 * iconv/iconv_prog.h: Adjust prototype.
4908
4909 2008-03-09 Andreas Jaeger <aj@suse.de>
4910
4911 [BZ #5753]
4912 * sysdeps/ia64/ieee754.h: Use protected namespace
4913 __BIG_ENDIAN/__LITTLE_ENDIAN.
4914 * sysdeps/ieee754/ieee754.h: Likewise.
4915 Patch by Aurelien Jarno <aurelien@aurel32.net>.
4916
4917 2008-03-08 Roland McGrath <roland@frob.com>
4918
4919 * hurd/hurdsig.c (_hurd_internal_post_signal): When normal rules would
4920 ignore a signal that came from a machine exception, treat it as a
4921 fatal core-dump signal instead.
4922 Reported by Samuel Thibault <samuel.thibault@ens-lyon.org>.
4923
4924 * sysdeps/mach/hurd/i386/trampoline.c (_hurd_setup_sighandler):
4925 Clear DF bit in thread state's eflags.
4926 Reported by Samuel Thibault <samuel.thibault@ens-lyon.org>.
4927
4928 2008-03-08 Ulrich Drepper <drepper@redhat.com>
4929
4930 [BZ #5774]
4931 * stdlib/strtod_l.c (____STRTOF_INTERNAL): Consume closing brace
4932 of NAN(...) sequence.
4933 * stdlib/Makefile (tests): Add tst-strtod6.
4934 * stdlib/tst-strtod6.c: New file.
4935
4936 * inet/inet6_opt.c (inet6_opt_init): Check extlen for overflow.
4937
4938 [BZ #5762]
4939 * posix/getopt.c (_getopt_internal_r): Clarify error message by
4940 putting offending option character in quotes. Clean up error
4941 messages.
4942 * po/be.po: Adjust msgstr in translation file.
4943 * po/bg.po: Likewise.
4944 * po/ca.po: Likewise.
4945 * po/cs.po: Likewise.
4946 * po/da.po: Likewise.
4947 * po/de.po: Likewise.
4948 * po/es.po: Likewise.
4949 * po/fr.po: Likewise.
4950 * po/hr.po: Likewise.
4951 * po/ko.po: Likewise.
4952 * po/nl.po: Likewise.
4953 * po/rw.po: Likewise.
4954 * po/sk.po: Likewise.
4955 * po/sv.po: Likewise.
4956 * po/tr.po: Likewise.
4957 * po/zh_CN.po: Likewise.
4958 * po/zh_TW.po: Likewise.
4959
4960 [BZ #5760]
4961 * inet/inet6_opt.c (inet6_opt_init): Fix ip6h_len computation.
4962 Patch by Roland Bless <roland@bless.de>.
4963
4964 * sysdeps/unix/sysv/linux/dl-sysdep.c: Avoid unnecessary code for
4965 .o file.
4966 * elf/Makefile (routines): Add dl-sysdep.
4967 (elide-routines.os): Likewise.
4968
4969 2008-03-07 Ulrich Drepper <drepper@redhat.com>
4970
4971 [BZ #5786]
4972 * elf/dl-sysdep.c: Undefine ROUND after use.
4973 * sysdeps/generic/ldsodefs.h [HAVE_DL_DISCOVER_OSVERSION]
4974 (struct rtld_global_ro): Add _dl_tls_get_addr_soft element.
4975 * elf/rtld.c (rtld_global_ro): Initialize _dl_discover_osversion.
4976 * sysdeps/unix/sysv/linux/dl-osinfo.h: Move _dl_discover_osversion
4977 to ...
4978 * sysdeps/unix/sysv/linux/dl-sysdep.c: ...here.
4979 * sysdeps/unix/sysv/linux/dl-sysdep.h: Declare _dl_discover_osversion
4980 if necessary.
4981 * sysdeps/unix/sysv/linux/sysconf.c: Handle _SC_ARG_MAX here.
4982
4983 * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): Add
4984 _dl_tls_get_addr_soft element.
4985 * elf/rtld.c (rtld_global_ro): Initialize _dl_tls_get_addr_soft.
4986 * elf/Versions (ld): Don't export _dl_tls_get_addr_soft.
4987 * dlfcn/dlinfo.c (dlinfo_doit): Access dl_tls_get_addr_soft through
4988 GLRO.
4989 * elf/dl-iteratephdr.c (__dl_iterate_phdr): Likewise.
4990 * elf/dl-tls.c (_dl_tls_get_addr_soft): Use attribute_hidden instead
4991 of internal_function.
4992
4993 * stdlib/Makefile (aux): Add tens_in_limb.
4994 * stdlib/strtod_l.c: Move _tens_in_limb definition to...
4995 * stdlib/tens_in_limb.c: ...here. New file.
4996
4997 [BZ #5778]
4998 * sysdeps/unix/sysv/linux/pathconf.h: Declare
4999 __statfs_chown_restricted.
5000 * sysdeps/unix/sysv/linux/fpathconf.c: Call __statfs_chown_restricted
5001 for _PC_CHOWN_RESTRICTED.
5002 * sysdeps/unix/sysv/linux/pathconf.c: Likewise.
5003 Implement __statfs_chown_restricted.
5004 * sysdeps/unix/sysv/linux/bits/posix_opt.h: Change
5005 _POSIX_CHOWN_RESTRICTED value to zero.
5006 * io/tst-fchownat.c: Correctly handle _POSIX_CHOWN_RESTRICTED
5007 defined to zero.
5008
5009 * sysdeps/x86_64/rtld-memset.c: New file.
5010
5011 2008-02-26 Harsha Jagasia <harsha.jagasia@amd.com>
5012
5013 * sysdeps/x86_64/cacheinfo.c (NOT_USED_RIGHT_NOW): Remove ifdef guards.
5014
5015 * sysdeps/x86_64/memset.S: Rewrite non-SSE code path as tuned for AMD
5016 Barcelona machine. Make default fall through branch of
5017 __x86_64_preferred_memory_instruction check as the integer code path.
5018
5019 2007-10-15 H.J. Lu <hongjiu.lu@intel.com>
5020
5021 * sysdeps/x86_64/cacheinfo.c
5022 (__x86_64_preferred_memory_instruction): New variable.
5023 (init_cacheinfo): Initialize __x86_64_preferred_memory_instruction.
5024
5025 * sysdeps/x86_64/memset.S: Rewrite.
5026
5027 2008-03-04 Jakub Jelinek <jakub@redhat.com>
5028
5029 * include/stdio.h (__asprintf_chk, __dprintf_chk,
5030 __obstack_printf_chk): New prototypes.
5031 (__vasprintf_chk, __vdprintf_chk,
5032 __obstack_vprintf_chk): Likewise.
5033 Add libc_hidden_proto.
5034 * libio/obprintf.c
5035 (_IO_obstack_jumps): No longer static, add attribute_hidden.
5036 * libio/bits/stdio-ldbl.h (__asprintf_chk, __dprintf_chk,
5037 __obstack_printf_chk, __vasprintf_chk, __vdprintf_chk,
5038 __obstack_vprintf_chk): Add __LDBL_REDIR_DECL.
5039 * libio/bits/stdio2.h (__asprintf_chk, __dprintf_chk,
5040 __obstack_printf_chk, __vasprintf_chk, __vdprintf_chk,
5041 __obstack_vprintf_chk): New prototypes.
5042 (asprintf, __asprintf, dprintf, obstack_printf, vasprintf, vdprintf,
5043 obstack_vprintf): New inlines.
5044 * debug/dprintf_chk.c: New file.
5045 * debug/vdprintf_chk.c: New file.
5046 * debug/asprintf_chk.c: New file.
5047 * debug/vasprintf_chk.c: New file.
5048 * debug/obprintf_chk.c: New file.
5049 * debug/tst-chk1.c (do_test): Add asprintf and obstack_printf tests.
5050 * debug/Versions (__asprintf_chk, __dprintf_chk, __obstack_printf_chk,
5051 __vasprintf_chk, __vdprintf_chk, __obstack_vprintf_chk): Export
5052 @@GLIBC_2.8.
5053 * debug/Makefile: Build asprintf_chk, vasprintf_chk, dprintf_chk,
5054 vdprintf_chk and obprintf_chk, set CFLAGS for them.
5055 * sysdeps/ieee754/ldbl-opt/nldbl-compat.c (__nldbl___vasprintf_chk,
5056 __nldbl___vdprintf_chk, __nldbl___obstack_vprintf_chk): Add
5057 libc_hidden_proto.
5058 * sysdeps/ieee754/ldbl-opt/nldbl-compat.h (__nldbl___vasprintf_chk,
5059 __nldbl___vdprintf_chk, __nldbl___obstack_vprintf_chk): New prototypes.
5060 * sysdeps/ieee754/ldbl-opt/Versions (__nldbl___asprintf_chk,
5061 __nldbl___vasprintf_chk, __nldbl___dprintf_chk, __nldbl___vdprintf_chk,
5062 __nldbl___obstack_printf_chk, __nldbl___obstack_vprintf_chk): Export
5063 @@GLIBC_2.8.
5064 * sysdeps/ieee754/ldbl-opt/Makefile (libnldbl-calls): Add asprintf_chk,
5065 vasprintf_chk, dprintf_chk, vdprintf_chk, obstack_printf_chk and
5066 obstack_vprintf_chk.
5067 * sysdeps/ieee754/ldbl-opt/nldbl-obstack_vprintf_chk.c: New file.
5068 * sysdeps/ieee754/ldbl-opt/nldbl-dprintf_chk.c: New file.
5069 * sysdeps/ieee754/ldbl-opt/nldbl-obstack_printf_chk.c: New file.
5070 * sysdeps/ieee754/ldbl-opt/nldbl-asprintf_chk.c: New file.
5071 * sysdeps/ieee754/ldbl-opt/nldbl-vdprintf_chk.c: New file.
5072 * sysdeps/ieee754/ldbl-opt/nldbl-vasprintf_chk.c: New file.
5073
5074 2008-03-04 Ulrich Drepper <drepper@redhat.com>
5075
5076 [BZ #5779]
5077 * misc/sys/queue.h: Add STAILQ_CONCAT and TAILQ_CONCAT definitions.
5078 Patch by Roy Marples <roy@marples.name>.
5079
5080 [BZ #5736]
5081 * malloc/malloc.c: Fix typo in comment.
5082
5083 [BZ #5627]
5084 * locale/iso-639.def: Add Shuswap.
5085
5086 2008-02-25 Jakub Jelinek <jakub@redhat.com>
5087
5088 [BZ #5790]
5089 * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyaddr2_r): Don't
5090 overwrite *h_errnop/*errnop values from getanswer_r in case of
5091 failure.
5092
5093 2008-03-03 Ulrich Drepper <drepper@redhat.com>
5094
5095 [BZ #5818]
5096 * nscd/connections.c (dbs): Add initializers for .suggested_module.
5097 (verify_persistent_db): Remove one unnecessary test and add a new one
5098 for bad configuration.
5099 (nscd_init): Improve error reported when persistent database cannot
5100 be reused.
5101 * nscd/nscd.h (DEFAULT_SUGGESTED_MODULE): Define.
5102 * nscd/nscd_conf.c (nscd_parse_file): Provide default values for
5103 .suggested_module and .max_db_size and case config file says the
5104 values are zero.
5105 * nscd/nscd_helper.c (get_mapping): Fail if hash table module is zero.
5106
5107 [BZ #5854]
5108 * nis/ypclnt.c (yp_order): Fix handling of return value of
5109 do_ypcall_tr call.
5110 Patch by Jeff Moyer <jmoyer@redhat.com>.
5111
5112 * po/fr.po: Update from translation team.
5113
5114 2008-02-22 Andreas Jaeger <aj@suse.de>,
5115 Carlos O'Donell <carlos@systemhalted.org>
5116
5117 [BZ #5012]
5118 * FAQ.in: Describe why glibc needs to be compiled with
5119 optimization.
5120
5121 2008-02-19 Roland McGrath <roland@redhat.com>
5122
5123 * elf/elf.h (SHT_GNU_ATTRIBUTES): New macro.
5124
5125 2008-02-15 Ulrich Drepper <drepper@redhat.com>
5126
5127 [BZ #5737]
5128 * resolv/netdb.h: Make NI_MAXHOST and NI_MAXSERV available when
5129 __USE_MISC is defined.
5130
5131 2008-02-10 Ulrich Drepper <drepper@redhat.com>
5132
5133 * sysdeps/unix/sysv/linux/sys/timerfd.h: New file.
5134 * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_headers): Add
5135 sys/timerfd.h.
5136 * sysdeps/unix/sysv/linux/syscalls.list: Add timerfd_create,
5137 timerfd_gettime, timerfd_settime.
5138 * sysdeps/unix/sysv/linux/Versions: Add timerfd_create,
5139 timerfd_gettime, timerfd_settime for GLIBC_2.8.
5140
5141 2008-02-08 Roland McGrath <roland@redhat.com>
5142
5143 * elf/elf.h (NT_PPC_SPE): New macro.
5144
5145 2008-02-06 Roland McGrath <roland@redhat.com>
5146
5147 * Makerules ($(common-objpfx)sysd-rules):
5148 Depend on $(sysdep-makeconfigs).
5149
5150 2008-01-31 Roland McGrath <roland@redhat.com>
5151
5152 [BZ #5442]
5153 * configure.in: Use -print-file-name if it yields a directory,
5154 for each of include and include-fixed.
5155 * configure: Regenerated.
5156
5157 * Makeconfig (sysd-rules-targets): New variable.
5158 * sysdeps/unix/make-syscalls.sh: Use it in the rules emitted.
5159 * sysdeps/unix/Makefile (omit-deps): Append variants for each target.
5160
5161 2008-01-30 Roland McGrath <roland@redhat.com>
5162
5163 * manual/libc.texinfo: Update back-cover text.
5164
5165 * elf/elf.h (NT_386_TLS): New macro.
5166
5167 2008-01-29 Roland McGrath <roland@redhat.com>
5168
5169 * Makeconfig (sysd-rules-patterns): New variable.
5170 * Makerules ($(common-objpfx)sysd-rules): Drive the loop from that.
5171 (check-inhibit-asm): New canned sequence, replaces ...
5172 (open-check-inhibit-asm, close-check-inhibit-asm): ... these, removed.
5173 * elf/rtld-Rules ($(objpfx)rtld-%.os): Use $(rtld-CPPFLAGS) in commands.
5174 (rtld-CPPFLAGS): Renamed from CPPFLAGS-rtld.
5175 (CFLAGS-rtld): Variable removed.
5176
5177 2008-01-24 Roland McGrath <roland@redhat.com>
5178
5179 * configure.in: Let configure fragments set base_os.
5180 * configure: Regenerated.
5181
5182 2008-01-22 Ulrich Drepper <drepper@redhat.com>
5183
5184 * po/ko.po: Update from translation team.
5185
5186 2008-01-12 H.J. Lu <hongjiu.lu@intel.com>
5187
5188 * sysdeps/i386/fpu/ftestexcept.c (fetestexcept): Use short for fnstsw.
5189
5190 2008-01-12 Andreas Jaeger <aj@suse.de>
5191
5192 [BZ #5040]
5193 * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h (enum EPOLL_EVENTS):
5194 Add EPOLLRDHUP.
5195
5196 2008-01-20 Samuel Thibault <samuel.thibault@ens-lyon.org>
5197
5198 * hurd/hurdsock.c (_hurd_socket_server): Return the standard
5199 error EAFNOSUPPORT rather than non-standard EPFNOSUPPORT.
5200 * sunrpc/bindrsvprt.c (bindresvport): Likewise.
5201
5202 2007-10-23 Alexandre Oliva <aoliva@redhat.com>
5203
5204 * include/link.h (FORCED_DYNAMIC_TLS_OFFSET): Define.
5205 * elf/dl-close.c (_dl_close): Check for it.
5206 * elf/dl-reloc.c (CHECK_STATIC_TLS): Likewise.
5207 (_dl_allocate_static_tls): Likewise.
5208 * elf/dl-tls.c (_dl_allocate_tls_init): Likewise.
5209 (__tls_get_addr): Protect from race conditions in setting l_tls_offset
5210 to it.
5211 * elf/tst-tls16.c: New file.
5212 * elf/tst-tlsmod16a.c: New file.
5213 * elf/tst-tlsmod16b.c: New file.
5214 * elf/Makefile: Add rules to build and run tst-tls16.
5215
5216 2008-01-16 Ulrich Drepper <drepper@redhat.com>
5217
5218 [BZ #5628]
5219 * bits/shm.h: Fix comment describing shmid_ds.
5220 * sysdeps/gnu/bits/shm.h: Likewise.
5221 * sysdeps/unix/sysv/linux/alpha/bits/shm.h: Likewise.
5222 * sysdeps/unix/sysv/linux/bits/shm.h: Likewise.
5223 * sysdeps/unix/sysv/linux/ia64/bits/shm.h: Likewise.
5224 * sysdeps/unix/sysv/linux/powerpc/bits/shm.h: Likewise.
5225 * sysdeps/unix/sysv/linux/s390/bits/shm.h: Likewise.
5226 * sysdeps/unix/sysv/linux/sh/bits/shm.h: Likewise.
5227 * sysdeps/unix/sysv/linux/sparc/bits/shm.h: Likewise.
5228 * sysdeps/unix/sysv/linux/x86_64/bits/shm.h: Likewise.
5229 Patch by Hareesh Nagarajan <hareesh.nagarajan@gmail.com>.
5230
5231 [BZ #5607]
5232 * conform/data/fcntl.h-data: Fix posix_fadvise and posix_fallocate
5233 prototypes.
5234 * conform/data/limits.h-data: Adjust limits changed in v6 and add
5235 additional suffixes.
5236 * conform/data/mqueue.h-data: Fix typo in mq_curmsgs entry.
5237 Add optional functions mq_timedreceive and mq_timedsend.
5238 * conform/data/netdb.h-data: Add more AI_* and EAI_* constants.
5239 * conform/data/pthread.h-data: Fix prototype of
5240 pthread_condattr_setclock. pthread_sigmask is not required in v6.
5241 * conform/data/semaphore.h-data: Allow time.h definitions.
5242 * conform/data/signal.h-data: Likewise.
5243 * conform/data/stdio.h-data: getw and putw are not required in v6.
5244 * conform/data/stdlib.h-data: Change setstate prototype.
5245 * conform/data/string.h-data: Fix strerror_r prototype.
5246 * conform/data/time.h-data: Fix typo in TIMER_ABSTIME definition.
5247 * conform/data/unistd.h-data: pthread_atfork not required in v6.
5248 Fix readlink prototype.
5249 * conform/data/netinet/in.h-data: Add const to in6addr_any and
5250 in6addr_loopback.
5251 * inet/netinet/in.h: Cleanup namespace.
5252 * posix/regex.h: Likewise.
5253 * resolv/netdb.h: Likewise.
5254 * sysdeps/unix/sysv/linux/bits/in.h: Likewise.
5255 * sysdeps/unix/sysv/linux/bits/socket.h: Likewise.
5256 * sysdeps/unix/sysv/linux/x86_64/bits/stat.h: Likewise.
5257 * sysdeps/posix/getaddrinfo.c (default_labels): Adjust for change
5258 of names of in in6_addr.
5259 (default_precedence): Likewise.
5260 * sysdeps/unix/sysv/linux/cmsg_nxthdr.c: Include <stddef.h> for
5261 NULL definition.
5262
5263 2008-01-15 Ulrich Drepper <drepper@redhat.com>
5264
5265 * conform/data/fmtmsg.h-data: Add missing allows.
5266 * conform/data/ftw.h-data: Likewise.
5267 * conform/data/inttypes.h-data: Likewise.
5268 * conform/data/math.h-data: Likewise.
5269 * conform/data/signal.h-data: Likewise.
5270 * conform/data/net/if.h-data: Likewise.
5271 * conform/data/netinet/in.h-data: Likewise.
5272 * conform/data/sys/socket.h-data: Likewise.
5273
5274 [BZ #5614]
5275 * string/bits/string2.h (__strtok_r_1c): Always update *__NEXTP.
5276 (__strtok_r): Simplify.
5277 * string/tester.c (test_strtok_r): Add test case for futile search
5278 with single-character seach string.
5279
5280 2008-01-12 Ulrich Drepper <drepper@redhat.com>
5281
5282 * po/ko.po: Update from translation team.
5283
5284 2008-01-11 Andreas Jaeger <aj@suse.de>
5285
5286 [BZ #5600]
5287 * sysdeps/unix/sysv/linux/sys/signalfd.h (struct
5288 signalfd_siginfo): Use 64-bit type for ssi_ptr to sync with Linux
5289 kernel header.
5290
5291 2008-01-10 Ulrich Drepper <drepper@redhat.com>
5292
5293 * sysdeps/posix/getaddrinfo.c (rfc3484_sort): Store result of
5294 native interface lookup in all the relevant places.
5295
5296 2008-01-10 Jakub Jelinek <jakub@redhat.com>
5297 Ulrich Drepper <drepper@redhat.com>
5298
5299 * sysdeps/posix/getaddrinfo.c (sort_results): Remove service_order
5300 field. Use sockaddr_in6 for source_addr.
5301 (get_scope): Change type of parameter to sockaddr_in6. Adjust.
5302 (match_prefix): Likewise.
5303 (get_label): Likewise.
5304 (get_precedence): Likewise.
5305 (rfc3484_sort): Change to use indirect access to results array.
5306 Adjust to use of sockaddr_in6. Replace service_order test with
5307 simple index comparison.
5308 (getaddrinfo): Define order array. Initialize it. Don't initialize
5309 service_order field. Adjust qsort_t calls. Access sorted result
5310 array indirectly through order array.
5311 * posix/tst-rfc3484.c: Adjust for change of rfc3484_sort.
5312 * posix/tst-rfc3484-2.c: Likewise.
5313 * posix/tst-rfc3484-3.c: Likewise.
5314
5315 2008-01-09 Ulrich Drepper <drepper@redhat.com>
5316
5317 [BZ #5541]
5318 * sunrpc/rpc_thread.c (__rpc_thread_destroy): Also free xports and
5319 pollfd structures.
5320 Patch by André Cruz.
5321
5322 [BZ #5545]
5323 * sunrpc/clnt_perr.c (clnt_sperror): Don't use fixed size buffer.
5324 (clnt_spcreateerror): Likewise.
5325
5326 [BZ #5553]
5327 * malloc/malloc.c (public_mALLOc): Set ar_ptr when trying main_arena.
5328 (public_mEMALIGn): Likewise.
5329 Patch mostly by Daniel Jacobowitz.
5330
5331 2008-01-09 Jakub Jelinek <jakub@redhat.com>
5332
5333 * sysdeps/unix/sysv/linux/i386/makecontext.S (__makecontext): Avoid
5334 clobbering memory at or above uc_stack.ss_sp + uc_stack.ss_size.
5335 * stdlib/Makefile: Add rules to build and run tst-makecontext2.
5336 * stdlib/tst-makecontext2.c: New test.
5337
5338 2008-01-08 Jakub Jelinek <jakub@redhat.com>
5339
5340 * iconv/loop.c (UPDATE_PARAMS): Define to empty statement if not
5341 defined.
5342 (REINIT_PARAMS): Likewise. Undefine before end of file.
5343 (STANDARD_TO_LOOP_ERR_HANDLER): Use UPDATE_PARAMS before calling
5344 transliteration hooks and REINIT_PARAMS afterwards.
5345 * iconvdata/iso-2022-jp.c (BODY): Use a separate variable for
5346 status.
5347 (REINIT_PARAMS): Define.
5348 * iconvdata/ibm1364.c (REINIT_PARAMS): Likewise.
5349 * iconvdata/ibm930.c (REINIT_PARAMS): Likewise.
5350 * iconvdata/ibm933.c (REINIT_PARAMS): Likewise.
5351 * iconvdata/ibm935.c (REINIT_PARAMS): Likewise.
5352 * iconvdata/ibm937.c (REINIT_PARAMS): Likewise.
5353 * iconvdata/ibm939.c (REINIT_PARAMS): Likewise.
5354 * iconvdata/iso-2022-cn.c (REINIT_PARAMS): Likewise.
5355 * iconvdata/iso-2022-cn-ext.c (REINIT_PARAMS): Likewise.
5356 * iconvdata/iso-2022-jp-3.c (REINIT_PARAMS): Likewise.
5357 * iconvdata/iso-2022-kr.c (REINIT_PARAMS): Likewise.
5358 * iconvdata/Makefile: Add rules to build and run tst-iconv7.c.
5359 * iconvdata/tst-iconv7.c: New test.
5360
5361 2008-01-07 Ulrich Drepper <drepper@redhat.com>
5362
5363 * libio/stdio.h (vscanf): Fix definition for loser compilers.
5364
5365 2008-01-05 Jakub Jelinek <jakub@redhat.com>
5366
5367 [BZ #5112]
5368 * nscd/connections.c (restart): Fix condition.
5369
5370 2008-01-03 Jakub Jelinek <jakub@redhat.com>
5371
5372 * ctype/ctype.h (__ctype_b_loc, __ctype_tolower_loc,
5373 __ctype_toupper_loc): Add __THROW.
5374
5375 2008-01-02 Ulrich Drepper <drepper@redhat.com>
5376
5377 * sysdeps/unix/sysv/linux/check_pf.c (make_request): Fix
5378 recognition of interface family.
5379
5380 * posix/getconf.c: Update copyright year.
5381 * nss/getent.c: Likewise.
5382 * iconv/iconvconfig.c: Likewise.
5383 * iconv/iconv_prog.c: Likewise.
5384 * elf/ldconfig.c: Likewise.
5385 * catgets/gencat.c: Likewise.
5386 * csu/version.c: Likewise.
5387 * elf/ldd.bash.in: Likewise.
5388 * elf/sprof.c (print_version): Likewise.
5389 * locale/programs/locale.c: Likewise.
5390 * locale/programs/localedef.c: Likewise.
5391 * nscd/nscd.c (print_version): Likewise.
5392 * debug/xtrace.sh: Likewise.
5393 * malloc/memusage.sh: Likewise.
5394 * malloc/mtrace.pl: Likewise.
5395 * debug/catchsegv.sh: Likewise.
5396
5397 2007-12-26 Ulrich Drepper <drepper@redhat.com>
5398
5399 * nss/nsswitch.c (__nss_lookup): Actually use alternative name in
5400 second lookup.
5401
5402 2007-12-23 Ulrich Drepper <drepper@redhat.com>
5403
5404 * sysdeps/x86_64/cacheinfo.c (intel_02_known): New entry 0x3f.
5405 * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_02_known): Likewise.
5406
5407 2007-12-17 Roland McGrath <roland@redhat.com>
5408
5409 * inet/ether_line.c (ether_line): Remove unused variable.
5410
5411 2007-12-17 Samuel Thibault <samuel.thibault@ens-lyon.org>
5412
5413 * login/forkpty.c (forkpty): Add const qualifier to parameters termp
5414 and winp.
5415 * login/openpty.c (openpty): Likewise.
5416 * login/pty.h (openpty, forkpty): Likewise.
5417 * manual/terminal.texi (openpty, forkpty): Likewise.
5418
5419 2007-12-17 Ulrich Drepper <drepper@redhat.com>
5420
5421 * malloc/malloc.c (public_cALLOc): For arenas other than
5422 main_arena, count all bytes inside the mprotect_size range of the
5423 heap as uninitialized.
5424
5425 2007-12-16 Ulrich Drepper <drepper@redhat.com>
5426
5427 * elf/tst-execstack.c (do_test): Don't fail if SELinux forbids
5428 executable stacks.
5429
5430 * malloc/malloc.c (public_mTRIm): Iterate over all arenas and call
5431 mTRIm for all of them.
5432 (mTRIm): Additionally iterate over all free blocks and use madvise
5433 to free memory for all those blocks which contain at least one
5434 memory page.
5435 * malloc/tst-trim1.c: New file.
5436 * malloc/Makefile (tests): Add tst-trim1.
5437
5438 * malloc/malloc.c (do_check_malloc_state): Minimal cleanups.
5439
5440 2007-12-14 Ulrich Drepper <drepper@redhat.com>
5441
5442 * sysdeps/unix/sysv/linux/x86_64/sysdep.h (INTERNAL_SYSCALL_ERROR_P):
5443 First cast argument to long
5444 * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_gettimeofday):
5445 Return long.
5446 (__vdso_clock_gettime): Likewise.
5447 * sysdeps/unix/sysv/linux/x86_64/bits/libc-vdso.h: Functions
5448 return long.
5449
5450 2007-12-13 Ulrich Drepper <drepper@redhat.com>
5451
5452 * locale/nl_langinfo.c (nl_langinfo): Just call __nl_langinfo_l.
5453 * locale/nl_langinfo_l.c: Real implementation, copied from
5454 nl_langinfo.c.
5455 * include/langinfo.h: Add libc_hidden_proto for __nl_langinfo_l.
5456
5457 2007-12-01 Jim Meyering <meyering@redhat.com>
5458
5459 * posix/regcomp.c (optimize_utf8): Fix a typo, s/idx/ctx_type/,
5460 that would inhibit utf8-optimization of a regexp containing line-
5461 or buffer-anchors, e.g., `^', `$'.
5462
5463 2007-12-12 Ulrich Drepper <drepper@redhat.com>
5464
5465 * time/bug-getdate1.c (do_test): Don't use century values which
5466 aren't valid on 32-bit systems.
5467
5468 2007-12-12 Jakub Jelinek <jakub@redhat.com>
5469
5470 * sysdeps/i386/i486/bits/string.h (memmove): Define as macro.
5471 (memmove): Rename to __memmove_g, with __asm__ ("memmove").
5472 * sysdeps/s390/bits/string.h (__strlen_g, __strcpy_g, __strncpy_g,
5473 __strcat_g, __strncat_g): Add __asm__.
5474
5475 2007-12-12 Ulrich Drepper <drepper@redhat.com>
5476
5477 [BZ #5477]
5478 * io/fchmodat.c: Fix typo in stub_warning use.
5479 Patch by Petr Salinger.
5480
5481 2007-12-11 Ulrich Drepper <drepper@redhat.com>
5482
5483 * iconvdata/hp-thai8.c: New file.
5484 * iconvdata/Makefile: Add rules for hp-thai8.c.
5485 * iconvdata/tst-tables.sh: Add entry for HP-THAI8.
5486 * iconvdata/gconv-modules: Likewise.
5487
5488 [BZ #5464]
5489 * iconvdata/hp-greek8.c: New file.
5490 * iconvdata/Makefile: Add rules for hp-greek8.c.
5491 * iconvdata/tst-tables.sh: Add entry for HP-GREEK8.
5492 * iconvdata/gconv-modules: Likewise.
5493
5494 [BZ #5463]
5495 * iconvdata/hp-turkish8.c: New file.
5496 * iconvdata/Makefile: Add rules for hp-turkish8.c.
5497 * iconvdata/tst-tables.sh: Add entry for HP-TURKISH8.
5498 * iconvdata/gconv-modules: Likewise.
5499
5500 * malloc/arena.c (grow_heap): Split out code to shrink heap into...
5501 (shrink_heap): ... this new function.
5502 (heap_trim): Call shrink_heap instead of grow_heap.
5503
5504 * malloc/malloc.c (_int_malloc): sYSMALLOc might fail, in this
5505 case don't call alloc_perturb.
5506
5507 2007-12-10 Ulrich Drepper <drepper@redhat.com>
5508
5509 * sysdeps/unix/sysv/linux/adjtime.c: Use ADJ_OFFSET_SS_READ if
5510 possible.
5511 * sysdeps/unix/sysv/linux/kernel-features.h
5512 (__ASSUME_ADJ_OFFSET_SS_READ): Define for 2.6.24.
5513 * sysdeps/unix/sysv/linux/sys/timex.h (ADJ_OFFSET_SS_READ): Define.
5514
5515 2007-12-08 Ulrich Drepper <drepper@redhat.com>
5516
5517 [BZ #5424]
5518 * stdio-common/vfprintf.c: Do not overflow when adding to done.
5519 * stdio-common/Makefile (tests): Add bug22.
5520 * stdio-common/bug22.c: New file.
5521
5522 [BZ #5451]
5523 * time/getdate.c: Fix filling in default values.
5524 * time/bug-getdate1.c: New file.
5525 * time/Makefile: Add rules to build and run bug-getdate1.
5526
5527 * iconvdata/ebcdic-is-friss.c: Use 8bit-gap instead of 8bit-generic.
5528 * iconvdata/ebcdic-es.c: Likewise.
5529 * iconvdata/ebcdic-es-a.c: Likewise.
5530 * iconvdata/ebcdic-uk.c: Likewise.
5531 * iconvdata/iso8859-16.c: Likewise.
5532 * iconvdata/viscii.c: Likewise.
5533 * iconvdata/iso8859-9e.c: Likewise.
5534 * iconvdata/Makefile: Adjust appropriately.
5535
5536 [BZ #5428]
5537 * wcsmbs/wchar.h: Unconditionally undefine __need_mbstate and
5538 __need_wint_t.
5539
5540 2007-12-07 Ulrich Drepper <drepper@redhat.com>
5541
5542 [BZ #5427]
5543 * iconvdata/hp-roman9.c: New file.
5544 * iconvdata/Makefile: Add rules for hp-roman9.c.
5545 * iconvdata/tst-tables.sh: Add HP-ROMAN9.
5546 * iconvdata/gconv-modules: Likewise.
5547
5548 * iconvdata/hp-roman8.c: Use 8bit-gap instead of 8bit-generic.
5549 * iconvdata/Makefile: Adjust appropriately.
5550
5551 [BZ #5441]
5552 * stdio-common/vfscanf.c (_IO_vfwscanf): Don't free ptrs_to_free
5553 structure, it's allocated with alloca.
5554 * stdio-common/Makefile (tests): Add bug21.
5555 * stdio-common/bug21.c: New file.
5556
5557 2007-12-06 Aurelien Jarno <aurelien@aurel32.net>
5558
5559 [BZ #5452]
5560 * sysdeps/unix/sysv/linux/bits/sched.h: Use __extension__
5561 keyword for gcc's braced-groups.
5562
5563 2007-12-07 Ulrich Drepper <drepper@redhat.com>
5564
5565 [BZ #5454]
5566 * inet/ether_line.c: Strip hostname of whitespaces.
5567 * inet/Makefile (tests): Add tst-ether_line.
5568 * inet/tst-ether_line.c: New file.
5569
5570 2007-12-03 Ulrich Drepper <drepper@redhat.com>
5571
5572 [BZ #5439]
5573 * sysdeps/unix/sysv/linux/sys/signalfd.h: Fix use of __nonnull.
5574
5575 [BZ #5435]
5576 * sysdeps/unix/sysv/linux/i386/makecontext.S: Align stack.
5577
5578 * stdlib/tst-setcontext.c: Catch the case where the links gets
5579 messed up and we do not reach main again.
5580
5581 * po/ca.po: Update from translation team.
5582
5583 2007-11-26 Ulrich Drepper <drepper@redhat.com>
5584
5585 * posix/unistd.h: Declare fsync also for __USE_XOPEN2K.
5586 * posix/regex.h (REG_ENOSYS): Likewise.
5587 * wcsmbs/wchar.h: Define __need_file also for __USE_XOPEN2K.
5588
5589 2007-11-25 Ulrich Drepper <drepper@redhat.com>
5590
5591 * nscd/nscd.h (MAX_STACK_USE): Define.
5592 * nscd/mem.c (MAX_STACK_USE): Remove definition here.
5593 (gc): Initialize stack_used based on allocation in prune_cache.
5594 * nscd/cache.c (prune_cache): Use heap for mark array if necessary.
5595 Clear array before use.
5596
5597 * nscd/aicache.c (addhstaiX): Update statistics counter in case
5598 memory allocation failed.
5599 * nscd/hstcache.c (cache_addhst): Likewise.
5600 * nscd/grpcache.c (cache_addgr): Likewise.
5601 * nscd/servicescache.c (cache_addserv): Likewise.
5602 * nscd/pwdcache.c (cache_addpw): Likewise.
5603 * nscd/initgrcache.c (addinitgroupsX): Likewise.
5604
5605 2007-11-23 Ulrich Drepper <drepper@redhat.com>
5606
5607 * sysdeps/unix/sysv/linux/powerpc/powerpc64/syscalls.list: Add open
5608 and creat system calls.
5609
5610 * sysdeps/unix/sysv/linux/check_native.c: Include <asm/types.h>.
5611
5612 2007-11-23 Martin Schwidefsky <schwidefsky@de.ibm.com>
5613
5614 * sysdeps/unix/sysv/linux/Makefile [subdir=inet] (sysdep_headers):
5615 Add netiucv/iucv.h.
5616 * sysdeps/unix/sysv/linux/netiucv/iucv.h: New file.
5617 * sysdeps/unix/sysv/linux/opensock.c (__opensock): Add AF_IUCV
5618 protocol.
5619 * sysdeps/unix/sysv/linux/sa_len.c (__libc_sa_len): Likewise.
5620 * sysdeps/unix/sysv/linux/s390/opensock.c: New file.
5621 * sysdeps/unix/sysv/linux/s390/sa_len.c: New file.
5622
5623 2007-11-22 Martin Schwidefsky <schwidefsky@de.ibm.com>
5624
5625 * sysdeps/s390/bits/string.h (strlen, strcpy, strncpy, strcat,
5626 strncat): Define as macros to avoid compile errors.
5627
5628 * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Add open and
5629 creat entries.
5630
5631 2007-11-22 Ulrich Drepper <drepper@redhat.com>
5632
5633 [BZ #5382]
5634 * nscd/nscd.h (NSCD_THREAD_STACKSIZE): Define.
5635 * nscd/connections.c (start_threads): Use NSCD_THREAD_STACKSIZE.
5636 * nscd/mem.c (gc): Don't allocate arrays on the stack if they can
5637 overflow it.
5638 Partially based on a patch by Petr Baudis <pasky@suse.cz>.
5639
5640 * sysdeps/unix/sysv/linux/nscd_setup_thread.c (setup_thread):
5641 Return zero in case the thread library is not NPTL.
5642
5643 [BZ #5375]
5644 * resolv/res_hconf.c (_res_hconf_reorder_addrs): Fix locking when
5645 initializing interface list.
5646
5647 [BZ #5378]
5648 * nis/nss_compat/compat-initgroups.c (getgrent_next_nss): Don't
5649 use result of nss_getgrgid_r if nothing was found. For other
5650 error return with a failure.
5651 Partially based on a patch by Petr Baudis <pasky@suse.cz>.
5652
5653 * locale/programs/ld-collate.c (collate_read): Fix loop to match
5654 macro name.
5655
5656 2007-11-19 Ulrich Drepper <drepper@redhat.com>
5657
5658 * sysdeps/posix/getaddrinfo.c (defaults_scopes, scopes): New variables.
5659 (get_scope): For IPv4 scope, use scopes table.
5660 (fini): Free scopes table if necessary.
5661 (free_scopelist): New function.
5662 (scopecmp): New function.
5663 (gaiconf_init): Also handle scopev4 entries.
5664 * posix/tst-rfc3484.c (do_test): Initialize scopes.
5665 * posix/tst-rfc3484-2.c (do_test): Likewise.
5666 * posix/gai.conf: Document scopev4 defaults.
5667 * posix/Makefile (tests): Add tst-rfc3484-3.
5668 * posix/tst-rfc3484-3.c: New file.
5669
5670 * sysdeps/posix/getaddrinfo.c (default_labels): Describe entry for
5671 Teredo tunnels.
5672 * posix/gai.conf: Update for current default tables.
5673
5674 2007-11-19 Ulrich Drepper <drepper@redhat.com>
5675
5676 * po/tr.po: Update from translation team.
5677
5678 2007-11-18 Roland McGrath <roland@frob.com>
5679
5680 * manual/arith.texi (Remainder Functions): Spelling fix.
5681 From Shaun Silk <genix@mysoul.com.au>.
5682
5683 * sysdeps/mach/hurd/bits/fcntl.h (O_CLOEXEC): Fix value.
5684
5685 2007-11-17 Ulrich Drepper <drepper@redhat.com>
5686
5687 * po/zh_CN.po: Update from translation team.
5688
5689 * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_headers):
5690 Add sys/signalfd.h and sys/eventfd.h.
5691
5692 2007-11-15 Bruno Haible <bruno@clisp.org>
5693
5694 [BZ #5346]
5695 * intl/dcigettext.c (struct known_translation_t): Turn msgid into a
5696 union.
5697 (transcmp): Use the appropriate part of s1->msgid and s2->msgid.
5698 (DCIGETTEXT): Change the allocation of the 'search' variable so that
5699 it needs only fixed stack space. Delay the initialization of
5700 msgid_len until it is needed.
5701
5702 2007-11-15 Andreas Jaeger <aj@suse.de>
5703
5704 * sysdeps/ieee754/dbl-64/sincos.tbl: Fix size of union.
5705 Reported by Christoph Quirin Lauter <christoph.lauter@ens-lyon.fr>.
5706
5707 2007-11-15 Ulrich Drepper <drepper@redhat.com>
5708
5709 * po/ko.po: Update from translation team.
5710
5711 2007-11-14 Ulrich Drepper <drepper@redhat.com>
5712
5713 * sysdeps/unix/sysv/linux/check_native.c (__check_native): Simplify
5714 significantly. The device type is also part of the ifinfomsg data.
5715
5716 * po/sv.po: Update from translation team.
5717 * po/nl.po: Likewise.
5718
5719 * nscd/cache.c (prune_cache): If cache is empty, instruct caller
5720 to wake up in 24 hours.
5721
5722 * nscd/gai.c (__ioctl): Define. Include check_native.c.
5723
5724 2007-11-13 Ulrich Drepper <drepper@redhat.com>
5725
5726 * po/cs.po: Update from translation team.
5727 * po/pl.po: Likewise.
5728
5729 * include/ifaddrs.h: Remove in6ai_temporary.
5730 (struct in6addrinfo): Add index element.
5731 Declare __check_native.
5732 * inet/Makefile (aux): Add check_native.
5733 * sysdeps/unix/sysv/linux/check_native.c: New file.
5734 * sysdeps/unix/sysv/linux/check_pf.c: No need to recognize
5735 IFA_F_TEMPORARY. Pass back ifa_index.
5736 * sysdeps/posix/getaddrinfo.c: Remove netlink compatibility code.
5737 (rfc3484_sort): Add new parameter. Implement rule 7 correctly:
5738 call __check_native if necessary.
5739 (getaddrinfo): Fill in index field. Use qsort_r instead of qsort
5740 to sort addresses. Pass information about the results.
5741 * posix/tst-rfc3484.c: Adjust for addition of index field and change
5742 of rfc3484_sort interface.
5743 * posix/tst-rfc3484-2.c: Likewise.
5744
5745 * stdlib/stdlib.h: Define __compar_d_fn_t. Declare qsort_r.
5746 * include/stdlib.h: Add hidden_proto for qsort_t and adjust protoype
5747 for _quicksort.
5748 * stdlib/msort.c (qsort): Now a wrapper around qsort_r.
5749 (qsort_r): Renamed from qsort. Take additional parameter and pass it
5750 on as third parameter to compare function and _quicksort.
5751 * stdlib/qsort.c (_quicksort): Take additional parameter and pass on
5752 to the compare function.
5753 * stdlib/Versions [libc] (GLIBC_2.8): Add qsort_r.
5754 * Versions.def: Add GLIBC_2.8 for libc.
5755
5756 * posix/tst-rfc3484.c: Adjust for addition of prefixlen field.
5757 * posix/tst-rfc3484-2.c: Likewise.
5758
5759 * include/kernel-features.h: Moved to...
5760 * sysdeps/mach/hurd/kernel-features.h: ...here.
5761
5762 2007-09-13 H.J. Lu <hongjiu.lu@intel.com>
5763
5764 * sysdeps/i386/i586/memcpy_chk.S: New file.
5765 * sysdeps/i386/i586/mempcpy_chk.S: Likewise.
5766 * sysdeps/i386/i586/memset_chk.S: Likewise.
5767
5768 2007-11-12 Ulrich Drepper <drepper@redhat.com>
5769
5770 * include/ifaddrs.c (struct in6addrinfo): Add prefixlen field.
5771 * sysdeps/unix/sysv/linux/check_pf.c (make_request): Always return
5772 list of interfaces. Also store prefix length.
5773 * sysdeps/posix/getaddrinfo.c (sort_result): Add prefixlen element.
5774 (rfc3484_sort): In rule 9, for IPv4 addresses count only matching
5775 prefix if source and destination address are in the same subnet.
5776 (getaddrinfo): Always call __check_pf. Fill in prefixlen field.
5777 Always look for matching record in in6ai list.
5778 Correct source_addr_len value for IPv6->IPv4 converted records.
5779
5780 2007-11-11 Roland McGrath <roland@frob.com>
5781
5782 * include/kernel-features.h: New file.
5783
5784 2007-11-10 Ulrich Drepper <drepper@redhat.com>
5785
5786 * sysdeps/pthread/aio_misc.c (handle_fildes_io): Avoid unnecessary
5787 complications for 64-bit platforms.
5788
5789 * sysdeps/unix/sysv/linux/open64.c: Move __open64_2 implementation to..
5790 * sysdeps/unix/sysv/linux/open64_2.c: ...here. New file.
5791 * sysdeps/unix/sysv/linux/Makefile [subdir=io] (sysdep_routines): Add
5792 open64_2.
5793 * sysdeps/unix/sysv/linux/ia64/syscalls.list: Add open and creat
5794 entries.
5795 * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Likewise.
5796 * sysdeps/wordsize-64/alphasort.c: New file.
5797 * sysdeps/wordsize-64/alphasort64.c: New file.
5798 * sysdeps/wordsize-64/fseeko.c: New file.
5799 * sysdeps/wordsize-64/fseeko64.c: New file.
5800 * sysdeps/wordsize-64/ftello.c: New file.
5801 * sysdeps/wordsize-64/ftello64.c: New file.
5802 * sysdeps/wordsize-64/ftw.c: New file.
5803 * sysdeps/wordsize-64/ftw64.c: New file.
5804 * sysdeps/wordsize-64/iofgetpos.c: New file.
5805 * sysdeps/wordsize-64/iofgetpos64.c: New file.
5806 * sysdeps/wordsize-64/iofopen.c: New file.
5807 * sysdeps/wordsize-64/iofopen64.c: New file.
5808 * sysdeps/wordsize-64/iofsetpos.c: New file.
5809 * sysdeps/wordsize-64/iofsetpos64.c: New file.
5810 * sysdeps/wordsize-64/lockf.c: New file.
5811 * sysdeps/wordsize-64/lockf64.c: New file.
5812 * sysdeps/wordsize-64/mkostemp.c: New file.
5813 * sysdeps/wordsize-64/mkostemp64.c: New file.
5814 * sysdeps/wordsize-64/mkstemp.c: New file.
5815 * sysdeps/wordsize-64/mkstemp64.c: New file.
5816 * sysdeps/wordsize-64/scandir.c: New file.
5817 * sysdeps/wordsize-64/scandir64.c: New file.
5818 * sysdeps/wordsize-64/tmpfile.c: New file.
5819 * sysdeps/wordsize-64/tmpfile64.c: New file.
5820 * sysdeps/wordsize-64/versionsort.c: New file.
5821 * sysdeps/wordsize-64/versionsort64.c: New file.
5822 * sysdeps/unix/sysv/linux/wordsize-64/aio_read.c: New file.
5823 * sysdeps/unix/sysv/linux/wordsize-64/aio_read64.c: New file.
5824 * sysdeps/unix/sysv/linux/wordsize-64/aio_write.c: New file.
5825 * sysdeps/unix/sysv/linux/wordsize-64/aio_write64.c: New file.
5826 * sysdeps/unix/sysv/linux/wordsize-64/creat64.c: New file.
5827 * sysdeps/unix/sysv/linux/wordsize-64/getdirentries.c: New file.
5828 * sysdeps/unix/sysv/linux/wordsize-64/getdirentries64.c: New file.
5829 * sysdeps/unix/sysv/linux/wordsize-64/lio_listio.c: New file.
5830 * sysdeps/unix/sysv/linux/wordsize-64/lio_listio64.c: New file.
5831 * sysdeps/unix/sysv/linux/wordsize-64/open64.c: New file.
5832 * sysdeps/unix/sysv/linux/wordsize-64/openat.c: New file.
5833 * sysdeps/unix/sysv/linux/wordsize-64/openat64.c: New file.
5834
5835 * crypt/sha256-crypt.c: Fix a comment.
5836 * crypt/sha512-crypt.c: Likewise.
5837
5838 2007-11-07 H.J. Lu <hongjiu.lu@intel.com>
5839
5840 * sysdeps/x86_64/memset.S: Add sfence after movnti.
5841
5842 2007-11-07 Ulrich Drepper <drepper@redhat.com>
5843
5844 [BZ #5277]
5845 * iconv/loop.c (STANDARD_TO_LOOP_ERR_HANDLER): If conversion failed
5846 because output buffer is too small break, don't loop.
5847 * iconvdata/Makefile (tests): Add bug-iconv6.
5848 * iconvdata/bug-iconv6.c: New file.
5849
5850 2007-11-06 Ulrich Drepper <drepper@redhat.com>
5851
5852 * stdio-common/vfprintf.c (vfprintf): Compute necessary buffer size
5853 with size_t type.
5854 * stdio-common/printf_fp.c (__print_fp): Change chars_needed type to
5855 size_t. Add casts where needed.
5856
5857 * nscd/selinux.c (nscd_request_avc_has_perm): When compiled with
5858 old headers, don't call avc_has_perm if we don't have the
5859 permission information.
5860
5861 2007-11-05 Daniel Jacobowitz <dan@codesourcery.com>
5862
5863 * elf/rtld.c (dl_main): Use the page size to find the map start.
5864
5865 2007-11-05 Ulrich Drepper <drepper@redhat.com>
5866
5867 * time/tzfile.c (__tzfile_read): Fix check for version 0 data files.
5868 Patch by Szymon Siwek <sls@poczta.wp.pl>.
5869
5870 * nscd/aicache.c (addhstaiX): Check herrno after IPv4 lookup only
5871 when the lookup call failed.
5872
5873 * nscd/nscd.h (struct database_dyn): Rename prunelock to prune_lock.
5874 Add prune_cond and wakeup_time.
5875 (CACHE_PRUNE_INTERNAL): Define.
5876 Update declarations of prune_cache and setup_thread.
5877 * nscd/connections.c (dbs): Update initializers.
5878 (CACHE_PRUNE_INTERNAL): Moved to nscd.h.
5879 (nscd_init): Default number of threads is now 4.
5880 (invalidate_cache): Take lock before calling prune_cache.
5881 (handle_request): If SELinux forbids the request, say so.
5882 (readylist_cond): Use static initializer.
5883 (nscd_run_prune): New function. Used only by pruning threads.
5884 (nscd_run_worder): Renamed from nscd_run. Remove support for pruning
5885 here.
5886 (fd_ready): Update nscd_run reference.
5887 (start_threads): No need to initialize readylist_cond.
5888 Start pruning threads separately.
5889 * nscd/nscd_setup_thread.c: Change return value type to int and always
5890 return 0.
5891 * sysdeps/unix/sysv/linux/nscd_setup_thread.c: Change return value type
5892 to int and return nonzero value if we can use the TID address hack.
5893 * nscd/cache.c (cache_add): If next wakeup time of cleanup thread for
5894 the database is later than the new entry's timeout, update the
5895 wakeup time and wake the cleanup thread.
5896 (prune_cache): Return seconds the next entry in the database is still
5897 valid. Remove locking for pruning here.
5898 * nscd/nscd.conf: Document default number of threads.
5899
5900 2007-10-31 Ulrich Drepper <drepper@redhat.com>
5901
5902 * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Make sure
5903 stack is properly aligned for the target function.
5904 Correct unwind info.
5905
5906 * elf/rtld.c (dl_main): Initialize stack and pointer guard early
5907 when using auditing libraries.
5908
5909 2007-10-29 Ulrich Drepper <drepper@redhat.com>
5910
5911 * resolv/Versions [libresolv] (GLIBC_PRIVATE): Add
5912 _nss_dns_getnetbyaddr2_r.
5913 * resolv/nss_dns/dns-host.c: Define _nss_dns_getnetbyaddr2_r. Pass
5914 extra parameter to getanswer_r.
5915 (_nss_dns_getnetbyaddr_r): Now a wrapper around
5916 _nss_dns_getnetbyaddr2_r.
5917
5918 * nscd/Makefile (nscd-modules): Replace gethstbynm2_r with
5919 gethstbynm3_r.
5920 * nscd/gethstbynm2_r.c: Remove.
5921 * nscd/gethstbynm3_r.c: New file.
5922 * nscd/aicache.c (addhstaiX): Use __gethostbyaddr2_r instead of
5923 __gethostbyaddr_r.
5924 * nscd/gethstbyad_r.c: Generate __gethostbyaddr2_r function. Define
5925 __gethostbyaddr_r compatibility wrapper.
5926 * nscd/hstcache.c (cache_addhst): Add ttl parameter. Use it when
5927 determining timeout of entry.
5928 (lookup): Take new parameter and pass it to __gethostbyname3_r and
5929 __gethostbyaddr2_r.
5930 (addhstbyX): Pass reference to variable for TTL to lookup and
5931 cache_addhst.
5932 * nss/Versions [glibc] (GLIBC_PRIVATE): Export __nss_passwd_lookup2,
5933 __nss_group_lookup2, __nss_hosts_lookup2, __nss_services_lookup2,
5934 and __nss_next2. Remove __nss_services_lookup.
5935 * nss/XXX-lookup.c: Name function now *_lookup2. Add new parameter.
5936 Add compat wrapper.
5937 * nss/getXXbyYY_r.c: Changes to call new *_lookup2 functions and
5938 __nss_next2.
5939 * nss/getXXent_r.c: Likewise.
5940 * nss/getnssent_r.c: Likewise.
5941 * nss/nsswitch.c (__nss_lookup): Add new parameter. If first function
5942 does not exist in module, try the optional second name.
5943 (__nss_next2): New function.
5944 (__nss_next): Now wrapper around __nss_next2.
5945 * nss/nsswitch.h: Adjust __nss_lookup prototype.
5946 Declare __nss_next2.
5947 Adjust definition of db_lookup_function type.
5948 * nss/service-lookup.c: Define NO_COMPAT.
5949 * include/netdb.h: Declare __gethostbyaddr2_r and __gethostbyname3_r.
5950 * inet/ether_hton.c: Use __nss_next2 instead of __nss_next.
5951 * inet/ether_ntoh.c: Likewise.
5952 * sunrpc/netname.c: Likewise.
5953 * sunrpc/publickey.c: Likewise.
5954 * inet/getnetgrent.c: Likewise. Adjust calls to __nss_lookup.
5955 * inet/gethstbyad_r.c (DB_LOOKUP_FCT): Change to __nss_hosts_lookup2.
5956 * inet/gethstbynm2_r.c (DB_LOOKUP_FCT): Likewise.
5957 * inet/gethstbynm_r.c (DB_LOOKUP_FCT): Likewise.
5958 * inet/gethstent_r.c (DB_LOOKUP_FCT): Likewise.
5959
5960 * nscd/aicache.c (addhstaiX): Fix default TTL handling.
5961
5962 * inet/getnetgrent_r.c (setup): Encrypt static pointer.
5963
5964 2007-10-28 Ulrich Drepper <drepper@redhat.com>
5965
5966 [BZ #5204]
5967 * crypt/sha256c-test.c: Define TIMEOUT to 6 for ancient hardware.
5968 * crypt/sha512c-test.c: Likewise.
5969
5970 [BZ #5225]
5971 * stdio-common/vfscanf.c (_IO_vfwscanf): Don't misuse wp pointer
5972 to keep track of end of %[ format string element.
5973 * stdio-common/Makefile (tests): Add bug20.
5974 * stdio-common/bug20.c: New file.
5975
5976 [BZ #5222]
5977 * elf/dl-load.c (_dl_rtld_di_serinfo): Correct handling of short
5978 path elements in counting mode.
5979
5980 2007-10-27 Andreas Jaeger <aj@suse.de>
5981
5982 [BZ #5040]
5983 * sysdeps/unix/sysv/linux/sys/epoll.h (EPOLLRDHUP): Add value.
5984
5985 [BZ #3112]
5986 * sysdeps/ia64/backtrace.c (init): Free shared library if incorrect.
5987 (__cleanup): Free shared library when exiting.
5988 * sysdeps/i386/backtrace.c (init): Free shared library if incorrect.
5989 (__cleanup): Free shared library when exiting.
5990
5991 2006-04-14 H.J. Lu <hongjiu.lu@intel.com>
5992
5993 [BZ #2549]
5994 * math/libm-test.inc (check_float_internal): Support
5995 denormalized return.
5996
5997 2007-10-23 Andreas Jaeger <aj@suse.de>
5998
5999 [BZ #5208]
6000 * sysdeps/unix/sysv/linux/readahead.c (__readahead): Use
6001 __LONG_LONG_PAIR to handle little endian byte order.
6002 Suggested by abhishekrai@google.com
6003
6004 2007-10-27 Ulrich Drepper <drepper@redhat.com>
6005
6006 * malloc/arena.c [!NO_THREADS]: Use ATFORK_MEM if defined.
6007
6008 2007-10-26 Ulrich Drepper <drepper@redhat.com>
6009
6010 * nscd/cache.c (prune_cache): Move test for modified file outside
6011 of locking.
6012
6013 2007-10-21 Andreas Jaeger <aj@suse.de>
6014
6015 * manual/texinfo.tex: Update to latest version.
6016
6017 * manual/sysinfo.texi (System Parameters): Fix Formatting.
6018
6019 * manual/arith.texi (Status bit operations): Fix formatting.
6020
6021 * manual/errno.texi (Error Messages): Fix formatting.
6022
6023 * manual/sysinfo.texi (System Parameters): Fix formatting.
6024
6025 * manual/libc.texinfo: Update VERSION and UPDATED.
6026
6027 2007-10-19 Roland McGrath <roland@redhat.com>
6028
6029 * elf/Makefile ($(objpfx)ld.so): Use $(AWK).
6030
6031 2007-10-06 David S. Miller <davem@davemloft.net>
6032
6033 * configure.in: Add sparcv9v2 and sparc64v2.
6034 * scripts/config.sub: Likewise.
6035 * configure: Regenerate.
6036 * elf/elf.h (HWCAP_SPARC_N2): New.
6037 * sysdeps/sparc/dl-procinfo.h (_DL_HWCAP_COUNT): Bump to 8.
6038 * sysdeps/sparc/dl-procinfo.c (_dl_sparc_cap_flags): Add 'v9v2'.
6039 (HWCAP_IMPORTANT): Add HWCAP_SPARC_N2.
6040 * sysdeps/sparc/sparc32/sparcv9/sparcv9v2/memcpy.S: New file.
6041 * sysdeps/sparc/sparc32/sparcv9/sparcv9v2/memset.S: New file.
6042 * sysdeps/sparc/sparc64/sparcv9v2/memcpy.S: New file.
6043 * sysdeps/sparc/sparc64/sparcv9v2/memset.S: New file.
6044
6045 2007-10-18 Ulrich Drepper <drepper@redhat.com>
6046
6047 * sunrpc/clnt_udp.c (clntudp_call): Don't block in recvfrom call
6048 even if the poll result indicates there is data to read.
6049 Patch by Jeff Moyer <jmoyer@redhat.com>.
6050
6051 2007-10-18 Roland McGrath <roland@redhat.com>
6052
6053 * elf/elf.h (NT_PPC_VMX): New macro.
6054
6055 2007-10-17 Ulrich Drepper <drepper@redhat.com>
6056
6057 * version.h (VERSION): Set to 2.7.90.
6058
6059 2007-10-17 Jakub Jelinek <jakub@redhat.com>
6060
6061 * sysdeps/x86_64/memset.S (bzero): Renamed to __bzero. Add
6062 weak_alias.
6063
6064 2007-10-17 Roland McGrath <roland@frob.com>
6065
6066 * sysdeps/mach/hurd/bits/fcntl.h [__USE_GNU__] (F_DUPFD_CLOEXEC): New.
6067 * sysdeps/mach/hurd/fcntl.c (__libc_fcntl): Implement it.
6068
6069 2007-10-17 Ulrich Drepper <drepper@redhat.com>
6070
6071 * version.h (VERSION): Bump to 2.7.
6072 * include/features.h (__GLIBC_MINOR__): Bump to 7.
6073
6074 [BZ #5186]
6075 * time/tzset.c (__tz_convert): Don't force testing for a change of
6076 TZ if not called from localtime. But then also see whether the
6077 file changed, in case __use_tzfile is set.
6078
6079 * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define F_DUPFD_CLOEXEC.
6080 * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
6081 * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
6082 * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
6083 * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
6084 * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
6085 * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
6086 * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h: Likewise.
6087
6088 2007-10-17 Jakub Jelinek <jakub@redhat.com>
6089
6090 * sysdeps/posix/getaddrinfo.c (getaddrinfo): When sorting addresses
6091 and admin selects to be able to replace the gai.conf file, lock
6092 data structures around the qsort call.
6093
6094 2007-10-17 Ulrich Drepper <drepper@redhat.com>
6095
6096 * sysdeps/x86_64/cacheinfo.c: Comment out code added in support of
6097 new memset.
6098 * sysdeps/x86_64/memset.S: Revert to old version for now. The cost is
6099 too high for the improvements. Implement bzero unconditionally for
6100 use in libc.
6101
6102 2007-10-17 Ulrich Drepper <drepper@redhat.com>
6103 Jakub Jelinek <jakub@redhat.com>
6104
6105 * time/tzfile.c (__tzfile_read): Read POSIX TZ string if available
6106 even when time_t is 32-bit.
6107 (__tzfile_compute): Override POSIX TZ string STD/DST zone names if
6108 timezone data read by __tzfile_default. Ensure __tzname[0] is
6109 always set after the search.
6110
6111 2007-10-16 Ulrich Drepper <drepper@redhat.com>
6112
6113 * time/tzfile.c (__tzfile_read): Help the compiler recognize
6114 unreachable code on 32-bit machines.
6115
6116 2007-10-16 Jakub Jelinek <jakub@redhat.com>
6117
6118 [BZ #5184]
6119 * time/strftime_l.c: Include stdbool.h.
6120 (my_strftime): New wrapper, old function renamed to...
6121 (__strftime_internal): ... new function. Add tzset_called
6122 argument, pass it down to recursive calls, don't call tzset ()
6123 if already true, set to true after call to tzset ().
6124
6125 2007-10-16 Ulrich Drepper <drepper@redhat.com>
6126
6127 * time/tzfile.c (__tzfile_read): Take extra memory requested by caller
6128 into account when copying TZ string.
6129
6130 2007-10-16 Jakub Jelinek <jakub@redhat.com>
6131
6132 * time/tzfile.c (__tzfile_compute): For use_last case set i to
6133 num_transition rather than num_transitions - 1.
6134
6135 2007-10-16 Jakub Jelinek <jakub@redhat.com>
6136
6137 * sysdeps/x86_64/memset.S (memset): Fix sse2_nt_move
6138 PIC indirect jump.
6139
6140 * sysdeps/x86_64/memset.S: Jump from bzero to memset using
6141 a local label rather than HIDDEN_JUMPTARGET.
6142
6143 2007-10-15 Ulrich Drepper <drepper@redhat.com>
6144
6145 * sysdeps/x86_64/cacheinfo.c (__x86_64_shared_cache_size): Define.
6146 (init_cacheinfo): Initialize it.
6147 * sysdeps/x86_64/memset.S: Use __x86_64_shared_cache_size.
6148 Always define bzero.
6149 Remove non-glibc code.
6150 * sysdeps/x86_64/bzero.S: Make an empty file.
6151
6152 2007-10-15 H.J. Lu <hongjiu.lu@intel.com>
6153
6154 * sysdeps/x86_64/cacheinfo.c
6155 (__x86_64_preferred_memory_instruction): New.
6156 (init_cacheinfo): Initialize __x86_64_preferred_memory_instruction.
6157
6158 * sysdeps/x86_64/memset.S: Rewrite.
6159
6160 2007-10-15 Roland McGrath <roland@redhat.com>
6161
6162 * po/libc.pot: Regenerated.
6163
6164 2007-10-15 Ulrich Drepper <drepper@redhat.com>
6165
6166 * nss/getXXbyYY_r.c (REENTRANT_NAME): Mangle startp and start_fct
6167 pointers.
6168
6169 [BZ #3425]
6170 * resolv/nss_dns/dns-host.c (getanswer_r): Fail with
6171 NSS_STATUS_NOTFOUND if the server replied with only a CNAME and no
6172 address record to T_A/T_AAAA requests.
6173
6174 2007-10-14 Ulrich Drepper <drepper@redhat.com>
6175
6176 * posix/glob.c: Reimplement link_exists_p to use fstatat64.
6177
6178 * posix/glob.c: Add some branch prediction throughout.
6179
6180 * nscd/nscd_getgr_r.c (nscd_getgr_r): Store result of successful
6181 read from nscd.
6182
6183 * sysdeps/posix/getaddrinfo.c (struct sort_result): Add
6184 service_order.
6185 (rfc3484_sort): Make sure that even if qsort doesn't support
6186 stable sorting out sorting here is stable by comparing service_order.
6187 (getaddrinfo): Initialize service_order.
6188 * posix/tst-rfc3484.c (do_test): Adjust for addition of
6189 service_order field to sorting structure.
6190 * posix/tst-rfc3484-2.c (do_test): Likewise.
6191
6192 * include/time.h: Declare __tzset_parse_tz and __tzset_compute.
6193 * time/tzset.c (tzset_internal): Break TZ string parsing out into
6194 __tzset_parse_tz and updating of daylight, timezone, tzname into
6195 update_vars.
6196 (__tz_compute): Renamed from tz_compute. Take additional parameters.
6197 (__tz_convert): Updating of tm_isdst, tm_zone, and tm_gmtoff now
6198 happens in __tz_compute.
6199 * time/tzfile.c (__tzfile_read): Also read TZ string.
6200 (find_transition): Fold into __tzfile_compute.
6201 (__tzfile_compute): For times beyond the last transition try to
6202 use the TZ string.
6203 * timezone/tst-timezone.c: Information in daylight and tzname does
6204 change for Asia/Tokyo timezone with more concrete information.
6205 Remove the test.
6206
6207 * include/stdio.h: Add libc_hidden_proto for ftello.
6208 * libio/ftello.c: Add libc_hidden_def.
6209
6210 [BZ #1140]
6211 * time/tzfile.c (__tzfile_compute): Compute tzname[] values based
6212 on the specified time and not the last entries in the file. Move
6213 code to determine tzname[] to...
6214 (find_transition): ...here. Add ugly guess for times before the
6215 first transition.
6216
6217 2007-10-13 Ulrich Drepper <drepper@redhat.com>
6218
6219 [BZ #3195]
6220 * nscd/nscd_getai.c (__nscd_getai): Set errno to 0 in case we found
6221 no entry.
6222 * nscd/nscd_getgr.c (nscd_getgr_r): Likewise.
6223 * nscd/nscd_gethst_r.c (nscd_gethst_r): Likewise.
6224 * nscd/nscd_getpw_r.c (nscd_getpw_r): Likewise.
6225 * nscd/nscd_getserv_r.c (nscd_getserv_r): Likewise.
6226
6227 * nscd/nscd_getgr_r.c (nscd_getgr_r): Optimize a bit: use simpler
6228 read mechanism when there are no group members and avoid no-op
6229 read syscall in this case.
6230
6231 [BZ #3242]
6232 * nscd/nscd_helper.c (wait_on_socket): Take timeout as parameter.
6233 (__readall): If reading failed due to EAGAIN error wait a bit
6234 and possibly try again.
6235 (__readvall): Likewise.
6236
6237 2007-10-13 Bruno Haible <bruno@clisp.org>
6238
6239 * intl/dcigettext.c (_nl_find_msg): Unlock the conversions_lock
6240 when we cannot recode the message.
6241
6242 2007-10-13 Ulrich Drepper <drepper@redhat.com>
6243
6244 [BZ #4359]
6245 * libio/__freading.c (__freading): Don't return true for
6246 write-only streams. For read/write streams, check whether we
6247 performed a read operation already.
6248 * libio/Makefile (tests): Add tst-ext2.
6249 * libio/tst-ext2.c: New file.
6250
6251 2007-10-12 Ulrich Drepper <drepper@redhat.com>
6252
6253 * locale/programs/repertoire.c (repertoire_read): Always free
6254 memory for repertoire file name [Coverity CID 270].
6255
6256 * elf/cache.c (save_aux_cache): Free memory allocated for
6257 temporary file name [Coverity CID 267].
6258
6259 2007-10-12 Jakub Jelinek <jakub@redhat.com>
6260
6261 * misc/Makefile (headers): Add bits/error.h.
6262
6263 2007-10-12 Ulrich Drepper <drepper@redhat.com>
6264
6265 * posix/fnmatch_loop.c: Take rule index returned as part of
6266 findidx return value into account when accessing weights.
6267 * posix/regcomp.c: Likewise.
6268 * posix/regexec.c: Likewise.
6269
6270 * locale/programs/ld-collate.c (collate_read): Optimize a bit.
6271 (skip_to): Fix problems with parameter of elifdef/elifndef.
6272
6273 2007-10-11 Ulrich Drepper <drepper@redhat.com>
6274
6275 * iconv/gconv_simple.c: Add some branch prediction.
6276
6277 2007-10-12 Jakub Jelinek <jakub@redhat.com>
6278
6279 * locale/programs/ld-collate.c (collate_read): If ignore_content
6280 and nowtok is tok_define, eat any tok_eol tokens.
6281
6282 2007-10-11 Jakub Jelinek <jakub@redhat.com>
6283
6284 * sysdeps/gnu/netinet/tcp.h: Include sys/socket.h if __USE_MISC.
6285 (struct tcp_md5sig): Change tcpm_addr type to struct sockaddr_storage.
6286
6287 * inet/netinet/in.h: Don't include bits/socket.h.
6288 * sysdeps/unix/sysv/linux/bits/socket.h: Only check _SYS_SOCKET_H
6289 macro.
6290 * sysdeps/unix/bsd/bsd4.4/bits/socket.h: Likewise.
6291
6292 2007-10-10 Ulrich Drepper <drepper@redhat.com>
6293
6294 * locale/programs/locfile-token.h: Remove tok_elif, add tok_elifdef
6295 and tok_elifndef.
6296 * locale/programs/locfile-kw.gperf: Likewise.
6297 * locale/programs/ld-collate.c: Implement primitive preprocessor.
6298
6299 2007-10-10 Jakub Jelinek <jakub@redhat.com>
6300
6301 * stdio-common/printf-parse.h: Include string.h and wchar.h.
6302 (__find_specwc): Change into __extern_always_inline function.
6303 (__find_specmb): Likewise. Remove ps argument. Use __strchrnul.
6304 (__parse_one_specmb): Remove ps argument.
6305 * stdio-common/vfprintf.c (vfprintf): Remove mbstate variable.
6306 Adjust __find_specmb and __parse_one_specmb callers.
6307 * stdio-common/printf-prs.c (parse_printf_format): Likewise.
6308 * stdio-common/printf-parsemb.c (__find_specwc, __find_specmb):
6309 Removed.
6310 (__parse_one_specmb): Remove ps argument, adjust __find_specmb
6311 caller.
6312
6313 2007-10-09 Ulrich Drepper <drepper@redhat.com>
6314
6315 * sysdeps/x86_64/cacheinfo.c (init_cacheinfo): Work around problem
6316 with some Pentium Ds.
6317
6318 2007-10-08 Ulrich Drepper <drepper@redhat.com>
6319
6320 * sysdeps/unix/sysv/linux/eventfd_read.c (eventfd_read): Use
6321 __read not read.
6322 * sysdeps/unix/sysv/linux/eventfd_write.c (eventfd_write): Use
6323 __write not write.
6324
6325 2007-10-07 Ulrich Drepper <drepper@redhat.com>
6326
6327 [BZ #181]
6328 * locale/C-time.c: Set week_1stday data to 19971201.
6329 * locale/programs/ld-time.c (time_finish): Default for
6330 first_workday is Monday.
6331
6332 [BZ #2633]
6333 * wcsmbs/wchar.h: Move many C99 functions into std namespace.
6334
6335 [BZ #5103]
6336 * posix/glob.c (glob): Recognize patterns starting \/.
6337 * posix/tst-gnuglob.c (find_file): Handle absolute path names.
6338 (main): Add test for pattern starting \/.
6339
6340 * misc/error.h: Use __const instead of const.
6341 * misc/bits/error.h: Likewise.
6342
6343 2007-10-07 Andreas Jaeger <aj@suse.de>
6344
6345 * include/bits/error.h: New file.
6346
6347 * misc/bits/error.h (error_at_line): Fix prototype.
6348
6349 2007-10-06 Ulrich Drepper <drepper@redhat.com>
6350
6351 [BZ #3924]
6352 * sysdeps/i386/dl-trampoline.S (_dl_runtime_profile): Fix a few
6353 more little bugs in creating the stack frame when pltexit has to
6354 be called.
6355
6356 * nscd/nscd_helper.c (__nscd_cache_search): Prevent endless loops.
6357 * nscd/connections.c (verify_persistent_db): Recognize circular lists.
6358
6359 [BZ #4407]
6360 * sysdeps/ieee754/dbl-64/e_lgamma_r.c: Fix *signgamp for -0.0.
6361 * sysdeps/ieee754/flt-32/e_lgammaf_r.c: Likewise.
6362 * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Likewise.
6363 * math/libm-test.inc: Add test for this case.
6364
6365 [BZ #5010]
6366 * sunrpc/svc.c (struct svc_callout): Add sc_mapped element.
6367 (svc_register): Initialize sc_mapped. Set to TRUE if call to
6368 map service succeeded.
6369 (svc_is_mapped): New function.
6370 (svc_unregister): Use it before trying to unmap service.
6371
6372 2007-10-05 Ulrich Drepper <drepper@redhat.com>
6373
6374 * timezone/zic.c: Update from tzcode2007h.
6375
6376 [BZ #5063]
6377 * timezone/africa: Update from tzdata2007h.
6378 * timezone/antarctica: Likewise.
6379 * timezone/asia: Likewise.
6380 * timezone/australasia: Likewise.
6381 * timezone/europe: Likewise.
6382 * timezone/leapseconds: Likewise.
6383 * timezone/northamerica: Likewise.
6384 * timezone/southamerica: Likewise.
6385 * timzeone/zone.tab: Likewise.
6386
6387 [BZ #5104]
6388 * elf/do-lookup.h (do_lookup_x): Don't ignore STT_COMMON symbols.
6389
6390 [BZ #5113]
6391 * string/bits/string2.h (__strdup): Cast parameters to calloc to
6392 avoid warning with -Wconversion.
6393 (__strndup): Likewise.
6394 Half the patch by Christian Iseli <christian.iseli@licr.org>.
6395
6396 [BZ #5112]
6397 * nscd/connections.c (restart): Don't resync if database is
6398 disabled. Patch mostly by Brian De Wolf <bldewolf@csupomona.edu>.
6399
6400 * sysdeps/gnu/netinet/tcp.h: Define TCP_MD5SIG, TCP_MD5SIG_MAXKEYLEN,
6401 struct tcp_md5sig. Extend struct tcp_info according to recent kernels.
6402
6403 * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Add eventfd,
6404 evetnfd_read, eventfd_write.
6405 * sysdeps/unix/sysv/linux/eventfd.c: New file.
6406 * sysdeps/unix/sysv/linux/eventfd_read.c: New file.
6407 * sysdeps/unix/sysv/linux/eventfd_write.c: New file.
6408 * sysdeps/unix/sysv/linux/sys/eventfd.h: New file.
6409 * sysdeps/unix/sysv/linux/Versions: Export eventfd, eventfd_read,
6410 eventfd_write for GLIBC_2.7.
6411
6412 * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Add signalfd.
6413 * sysdeps/unix/sysv/linux/signalfd.c: New file.
6414 * sysdeps/unix/sysv/linux/sys/signalfd.h: New file.
6415 * sysdeps/unix/sysv/linux/Versions: Export signalfd for GLIBC_2.7.
6416
6417 2007-10-04 Jakub Jelinek <jakub@redhat.com>
6418
6419 * stdlib/msort.c: Include stdint.h.
6420 (struct msort_param): New type.
6421 (msort_with_tmp): Use struct msort_param pointer for unchanging
6422 parameters. Add optimized handling for several common sizes
6423 and indirect sorting mode.
6424 (qsort): Adjust msort_with_tmp callers. For big S use indirect
6425 sorting.
6426 Suggested by Belazougui Djamel .
6427
6428 * stdlib/Makefile (tests): Add tst-qsort2.
6429 * stdlib/tst-qsort2.c: New test.
6430
6431 2007-10-04 Ulrich Drepper <drepper@redhat.com>
6432
6433 * login/login_tty.c (login_tty): The Linux kernel can return EBUSY
6434 for dup2 in case another thread races with the current one. Retry
6435 in this case.
6436
6437 * misc/error.h: Remove support for use outside of libc. We have to
6438 include <features.h> now. Include <bits/error.h> if possible.
6439 * misc/bits/error.h: New file.
6440
6441 2007-10-03 Jakub Jelinek <jakub@redhat.com>
6442
6443 * string/bits/string3.h (memcpy, memmove, mempcpy, memset, bcopy,
6444 bzero, strcpy, stpcpy, strncpy, strcat, strncat): Use
6445 __extern_always_inline functions unconditionally, drop macros.
6446
6447 * misc/sys/cdefs.h (__REDIRECT_LDBL, __REDIRECT_NTH_LDBL): New macros.
6448 * wcsmbs/bits/wchar2.h (__swprintf_alias, __vswprintf_alias): Use
6449 __REDIRECT_NTH_LDBL macro rather than __REDIRECT_NTH.
6450
6451 * misc/sys/cdefs.h (__extern_always_inline): For GCC 4.3+
6452 add __artificial__ attribute.
6453
6454 2007-10-02 Ulrich Drepper <drepper@redhat.com>
6455
6456 * string/strcoll_l.c (STRCOLL): Correct handling of switching from
6457 backward to forward direction.
6458
6459 * string/strcoll_l.c (STRCOLL): Correct test for alloca use.
6460
6461 [BZ #645]
6462 * locale/programs/ld-collate.c (collate_finish): Compare against last
6463 used section which is known to have rules defined.
6464 (collate_read): After order_start, correctly record order of sections
6465 and queue sections up.
6466
6467 2007-10-01 Ulrich Drepper <drepper@redhat.com>
6468
6469 [BZ #5071]
6470 * malloc/malloc.c (mremap_chunk): Avoid resizing of new block has
6471 the same number of pages.
6472 Patch by Tomash Brechko <tomash.brechko@gmail.com>.
6473
6474 * locale/programs/ld-collate.c (collate_read): After initial copy
6475 statement, continue in state 0.
6476
6477 * include/stdio_ext.h (__fsetlocking): Define as macro.
6478
6479 2007-09-30 Ulrich Drepper <drepper@redhat.com>
6480
6481 * locale/programs/ld-collate.c (collate_finish): Compare all bytes
6482 of section order.
6483
6484 * po/pt_BR.po: Fix typo.
6485
6486 2007-09-29 Ulrich Drepper <drepper@redhat.com>
6487
6488 * iconvdata/Makefile (modules): Add ISO8859-9E.
6489 (distribute): Add iso8859-9e.c.
6490 (gen-8bit-gap-modules): Add iso8859-9e.
6491 * iconvdata/iso8859-9e.c: New file.
6492 * iconvdata/gconv-modules: Add entries for ISO-8859-9E.
6493 * iconvdata/TESTS: Likewise.
6494 * iconvdata/tst-tables.sh: Likewise.
6495
6496 * iconvdata/koi8-r.c (HAS_HOLES): Define to 0.
6497
6498 * locale/iso-639.def: Add several new entries.
6499
6500 2007-09-24 Jakub Jelinek <jakub@redhat.com>
6501
6502 * sysdeps/generic/ldsodefs.h (struct dl_scope_free_list): Store
6503 void * pointers instead of struct link_map **.
6504 (_dl_scope_free): Change argument type to void *.
6505 * include/link.h (struct link_map): Change type of l_reldeps
6506 to struct link_map_reldeps, move l_reldepsact into that
6507 struct too.
6508 * elf/dl-deps.c: Include atomic.h.
6509 (_dl_map_object_deps): Only change l->l_initfini when it is
6510 fully populated, use _dl_scope_free for freeing it. Optimize
6511 removal of libs from reldeps by using l_reserved flag, when
6512 some removal is needed, allocate a new list instead of
6513 reallocating and free the old with _dl_scope_free. Adjust
6514 for l_reldeps and l_reldepsact changes.
6515 * elf/dl-lookup.c (add_dependency): Likewise. Reorganize to allow
6516 searching in l_initfini and l_reldeps without holding dl_load_lock.
6517 * elf/dl-fini.c (_dl_sort_fini): Adjust for l_reldeps and
6518 l_reldepsact changes.
6519 * elf/dl-close.c (_dl_close_worker): Likewise.
6520 * elf/dl-open.c (_dl_scope_free): Change argument type to void *.
6521
6522 2007-09-28 Ulrich Drepper <drepper@redhat.com>
6523
6524 * iconvdata/Makefile (modules): Add KOI8-RU.
6525 (distribute): Add koi8-ru.c.
6526 (gen-8bit-gap-modules): Add koi8-ru.
6527 * iconvdata/koi8-ru.c: New file.
6528 * iconvdata/gconv-modules: Add entries for KOI8-RU.
6529 * iconvdata/TESTS: Likewise.
6530 * iconvdata/tst-tables.sh: Likewise.
6531
6532 * iconvdata/koi8-r.c (HAS_HOLES): Define to 0.
6533
6534 2007-09-26 Jakub Jelinek <jakub@redhat.com>
6535
6536 * misc/sys/cdefs.h (__warndecl, __errordecl): For GCC 4.3+ define
6537 with __warning__/__error__ attributes.
6538 (__warnattr): Define.
6539 * stdlib/bits/stdlib.h (__realpath_chk_warn, __ptsname_r_chk_warn,
6540 __mbstowcs_chk_warn, __wcstombs_chk_warn): New aliases with
6541 __warnattr.
6542 (realpath, ptsname_r, mbstowcs, wcstombs): Call __*_chk_warn instead
6543 of __*_chk if compile time detectable overflow is found.
6544 * libio/bits/stdio2.h (__fgets_chk_warn, __fread_chk_warn,
6545 __fgets_unlocked_chk_warn, __fread_unlocked_chk_warn): New aliases
6546 with __warnattr.
6547 (fgets, fread, fgets_unlocked, fread_unlocked): Call __*_chk_warn
6548 instead of __*_chk if compile time detectable overflow is found.
6549 (__gets_alias): Rename to...
6550 (__gets_warn): ... this. Add __warnattr.
6551 (gets): Call __gets_warn instead of __gets_alias.
6552 * socket/bits/socket2.h (__recv_chk_warn, __recvfrom_chk_warn): New
6553 aliases with __warnattr.
6554 (recv, recvfrom): Call __*_chk_warn instead of __*_chk if compile
6555 time detectable overflow is found.
6556 * posix/bits/unistd.h (__read_chk_warn, __pread_chk_warn,
6557 __pread64_chk_warn, __readlink_chk_warn, __readlinkat_chk_warn,
6558 __getcwd_chk_warn, __confstr_chk_warn, __getgroups_chk_warn,
6559 __ttyname_r_chk_warn, __getlogin_r_chk_warn, __gethostname_chk_warn,
6560 __getdomainname_chk_warn): New aliases with __warnattr.
6561 (read, pread, pread64, readlink, readlinkat, getcwd, confstr,
6562 getgroups, ttyname_r, getlogin_r, gethostname, getdomainname): Call
6563 __*_chk_warn instead of __*_chk if compile time detectable overflow
6564 is found.
6565 (__getgroups_chk): Rename argument to __listlen from listlen.
6566 (__getwd_alias): Rename to...
6567 (__getwd_warn): ... this. Add __warnattr.
6568 (getwd): Call __getwd_warn instead of __getwd_alias.
6569 * wcsmbs/bits/wchar2.h (__wmemcpy_chk_warn, __wmemmove_chk_warn,
6570 __wmempcpy_chk_warn, __wmemset_chk_warn, __wcsncpy_chk_warn,
6571 __wcpncpy_chk_warn, __fgetws_chk_warn, __fgetws_unlocked_chk_warn,
6572 __mbsrtowcs_chk_warn, __wcsrtombs_chk_warn, __mbsnrtowcs_chk_warn,
6573 __wcsnrtombs_chk_warn): New aliases with __warnattr.
6574 (wmemcpy, wmemmove, wmempcpy, wmemset, mbsrtowcs, wcsrtombs,
6575 mbsnrtowcs, wcsnrtombs): Call __*_chk_warn instead of __*_chk if
6576 compile time detectable overflow is found.
6577 (wcsncpy, wcpncpy): Likewise. For constant __n fix check whether
6578 to use __*_chk or not.
6579 (fgetws, fgetws_unlocked): Divide __bos by sizeof (wchar_t), both
6580 in comparisons which function should be called and in __*_chk*
6581 arguments. Call __*_chk_warn instead of __*_chk if compile time
6582 detectable overflow is found.
6583 (swprintf, vswprintf): Divide __bos by sizeof (wchar_t) in
6584 __*_chk argument.
6585 * debug/tst-chk1.c (do_test): Add a few more tests.
6586
6587 2007-09-24 Ulrich Drepper <drepper@redhat.com>
6588
6589 [BZ #5058]
6590 * intl/gettextP.h (struct loaded_domain): Add conversions_lock member.
6591 * intl/loadmsgcat.c (_nl_load_domain): Initialize conversions_lock.
6592 (_nl_unload_domain): Finalize conversions_lock.
6593 * intl/dcigettext.c (_nl_find_msg): Take conversions_lock before
6594 handling table of known conversions.
6595
6596 2007-09-24 Jakub Jelinek <jakub@redhat.com>
6597
6598 * sysdeps/posix/getaddrinfo.c (getaddrinfo): Use
6599 close_not_cancel_no_status instead of close.
6600
6601 2007-09-13 Aurelien Jarno <aurelien@aurel32.net>
6602
6603 [BZ #5028]
6604 * posix/regcomp.c (lookup_collation_sequence_value): Check that
6605 nrules != 0 for multibyte chars.
6606
6607 2007-09-23 Ulrich Drepper <drepper@redhat.com>
6608
6609 * resolv/ns_print.c (ns_sprintrrf): Handle ns_t_a6 and ns_t_opt.
6610 Provide better error message in case the type is unknown.
6611
6612 [BZ #4963]
6613 * wcsmbs/wcsnlen.c: Don't reference before checking the length.
6614 * string/stratcliff.c: Make usable to test wide char functions.
6615 * wcsmbs/wcsatcliff.c: New file.
6616 * wcsmbs/Makefiel (tests): Add wcsatcliff.
6617
6618 [BZ #4972]
6619 * iconvdata/Makefile (modules): Add MAC-CENTRALEUROPE.
6620 (distribute): Add mac-centraleurope.c.
6621 (gen-8bit-gap-modules): Add mac-centraleurope.
6622 * iconvdata/mac-centraleurope.c: New file.
6623 * iconvdata/gconv-modules: Add entries for MAC-CENTRALEUROPE.
6624 * iconvdata/TESTS: Likewise.
6625 * iconvdata/tst-tables.sh: Likewise.
6626
6627 [BZ #5043]
6628 * iconv/iconv_open.c (iconv_open): For large codeset names use malloc.
6629
6630 2007-09-21 Ulrich Drepper <drepper@redhat.com>
6631
6632 * sysdeps/x86_64/cacheinfo.c (__x86_64_data_cache_size_half): Renamed
6633 from __x86_64_core_cache_size_half.
6634 (init_cacheinfo): Compute shared cache size for AMD processors with
6635 shared L3 correctly.
6636 * sysdeps/x86_64/memcpy.S: Adjust for __x86_64_data_cache_size_half
6637 name change.
6638 Patch in large parts by Evandro Menezes.
6639
6640 2007-09-19 Ulrich Drepper <drepper@redhat.com>
6641
6642 * elf/dl-lookup.c (add_dependency): Handle failing memory
6643 allocation for dependency list. Remove unnecessary check.
6644
6645 * sysdeps/posix/getaddrinfo.c (getaddrinfo): Avoid unnecessary
6646 open/close when determining source addresses.
6647
6648 * crypt/Makefile (libcrypt-routines): Add sha256-crypt, sha256,
6649 sha512-crypt, and sha512.
6650 (tests): Add sha256test, sha256c-test, sha512test, and sha512c-test.
6651 (distribute): Add sha256.h and sha512.h.
6652 * crypt/crypt-entry.c (crypt): Recognize the new $5$ and $6$ prefixes
6653 and call the appropriate code.
6654 * crypt/sha256-crypt.c: New file.
6655 * crypt/sha256.c: New file.
6656 * crypt/sha256.h: New file.
6657 * crypt/sha256c-test.c: New file.
6658 * crypt/sha256test.c: New file.
6659 * crypt/sha512-crypt.c: New file.
6660 * crypt/sha512.c: New file.
6661 * crypt/sha512.h: New file.
6662 * crypt/sha512c-test.c: New file.
6663 * crypt/sha512test.c: New file.
6664
6665 2007-09-19 Jakub Jelinek <jakub@redhat.com>
6666
6667 * misc/bits/syslog.h (syslog): Remove extraneous argument from
6668 the inline, pass __USE_FORTIFY_LEVEL - 1 as second argument to
6669 __syslog_chk.
6670
6671 2007-09-18 Jakub Jelinek <jakub@redhat.com>
6672
6673 * locale/programs/charmap-dir.c (charmap_aliases): Use %ms instead of
6674 %as in fscanf format strings.
6675
6676 * sysdeps/sparc/sparc32/elf/start.S: Remove cfi_* markup.
6677 * sysdeps/sparc/sparc64/elf/start.S: Likewise.
6678 * sysdeps/unix/sysv/linux/sparc/sparc32/clone.S (__thread_start):
6679 Likewise.
6680 * sysdeps/unix/sysv/linux/sparc/sparc64/clone.S (__thread_start):
6681 Likewise.
6682
6683 * sysdeps/generic/ldsodefs.h (DL_LOOKUP_GSCOPE_LOCK): New definition.
6684 * elf/dl-runtime.c (_dl_fixup, _dl_profile_fixup): Or in
6685 DL_LOOKUP_GSCOPE_LOCK into flags after THREAD_GSCOPE_SET_FLAG ().
6686 * elf/dl-sym.c (do_sym): Likewise.
6687 * include/link.h (struct link_map): Add l_serial field.
6688 * elf/dl-object.c (_dl_new_object): Initialize l_serial.
6689 * elf/dl-lookup.c (add_dependency): Add flags argument.
6690 Remember map->l_serial, if DL_LOOKUP_GSCOPE_LOCK is among
6691 flags, use THREAD_GSCOPE_RESET_FLAG before and
6692 THREAD_GSCOPE_SET_FLAG after
6693 __rtld_lock_lock_recursive (GL(dl_load_lock)) to avoid deadlock.
6694 Don't dereference map until it has been found on some list.
6695 If map->l_serial changed, return -1.
6696
6697 2007-09-17 Jakub Jelinek <jakub@redhat.com>
6698
6699 * include/stdio.h (__isoc99_fscanf, __isoc99_scanf,
6700 __isoc99_sscanf, __isoc99_vscanf): New prototypes.
6701 (__isoc99_vsscanf, __isoc99_vfscanf): New prototypes, add
6702 libc_hidden_proto.
6703 * include/wchar.h (__isoc99_fwscanf, __isoc99_wscanf,
6704 __isoc99_swscanf, __isoc99_vwscanf): New prototypes.
6705 (__isoc99_vswscanf, __isoc99_vfwscanf): New prototypes,
6706 add libc_hidden_proto.
6707 * libio/stdio.h (fscanf, scanf, sscanf, vfscanf, vscanf,
6708 vsscanf): Redirect to __isoc99_* if strict ISO C99 or POSIX
6709 conformance requested.
6710 * wcsmbs/wchar.h (fwscanf, wscanf, swscanf, vfwscanf, vwscanf,
6711 vswscanf): Redirect to __isoc99_* if strict ISO C99 or POSIX
6712 conformance requested.
6713 * libio/bits/stdio-ldbl.h (fscanf, scanf, sscanf, vfscanf, vscanf,
6714 vsscanf): Redirect to __nldbl___isoc99_* if strict ISO C99 or POSIX
6715 conformance requested.
6716 * wcsmbs/bits/wchar-ldbl.h (fwscanf, wscanf, swscanf, vfwscanf,
6717 vwscanf, vswscanf): Redirect to __nldbl___isoc99_* if strict
6718 ISO C99 or POSIX conformance requested.
6719 * stdio-common/Versions (libc): Export __isoc99_scanf@@GLIBC_2.7,
6720 __isoc99_vscanf@@GLIBC_2.7, __isoc99_fscanf@@GLIBC_2.7,
6721 __isoc99_vfscanf@@GLIBC_2.7, __isoc99_sscanf@@GLIBC_2.7
6722 and __isoc99_vsscanf@@GLIBC_2.7.
6723 * stdio-common/Makefile (routines): Add isoc99_scanf, isoc99_vscanf,
6724 isoc99_fscanf, isoc99_vfscanf, isoc99_sscanf and isoc99_vsscanf.
6725 (tests): Add scanf14.
6726 (CFLAGS-vfprintf.c, CFLAGS-fprintf.c, CFLAGS-printf.c,
6727 CFLAGS-vfwprintf.c, CFLAGS-vfscanf.c, CFLAGS-vfwscanf.c,
6728 CFLAGS-fscanf.c, CFLAGS-scanf.c, CFLAGS-isoc99_vfscanf.c,
6729 CFLAGS-isoc99_vscanf.c, CFLAGS-isoc99_fscanf.c,
6730 CFLAGS-isoc99_scanf.c): Add $(exceptions).
6731 (CFLAGS-scanf15.c): Add various -I paths to prevent the compiler
6732 from using internal headers.
6733 * wcsmbs/Versions (libc): Export __isoc99_wscanf@@GLIBC_2.7,
6734 __isoc99_vwscanf@@GLIBC_2.7, __isoc99_fwscanf@@GLIBC_2.7,
6735 __isoc99_vfwscanf@@GLIBC_2.7, __isoc99_swscanf@@GLIBC_2.7
6736 and __isoc99_vswscanf@@GLIBC_2.7.
6737 * wcsmbs/Makefile (routines): Add isoc99_wscanf, isoc99_vwscanf,
6738 isoc99_fwscanf, isoc99_vfwscanf, isoc99_swscanf and isoc99_vswscanf.
6739 (CFLAGS-isoc99_wscanf.c, CFLAGS-isoc99_fwscanf.c,
6740 CFLAGS-isoc99_vwscanf.c, CFLAGS-isoc99_vfwscanf.c): Add $(exceptions).
6741 (CPPFLAGS): Add -D_IO_MTSAFE_IO if needed.
6742 * stdio-common/isoc99_scanf.c: New file.
6743 * stdio-common/isoc99_vsscanf.c: New file.
6744 * stdio-common/isoc99_vscanf.c: New file.
6745 * stdio-common/isoc99_vfscanf.c: New file.
6746 * stdio-common/isoc99_fscanf.c: New file.
6747 * stdio-common/isoc99_sscanf.c: New file.
6748 * wcsmbs/isoc99_fwscanf.c: New file.
6749 * wcsmbs/isoc99_vswscanf.c: New file.
6750 * wcsmbs/isoc99_swscanf.c: New file.
6751 * wcsmbs/isoc99_wscanf.c: New file.
6752 * wcsmbs/isoc99_vwscanf.c: New file.
6753 * wcsmbs/isoc99_vfwscanf.c: New file.
6754 * libio/libio.h (_IO_FLAGS2_SCANF_STD): Define.
6755 * libio/libioP.h (_IO_acquire_lock_clear_flags2_fct): Also
6756 clear _IO_FLAGS2_SCANF_STD bit from _flags2.
6757 * stdio-common/vfscanf.c (_IO_vfscanf_internal): Don't
6758 handle %as, %aS and %a[ if _IO_FLAGS2_SCANF_STD is set in _flags2.
6759 * stdio-common/scanf14.c: New test.
6760 * stdio-common/scanf15.c: New test.
6761 * sysdeps/ieee754/ldbl-opt/Makefile (libnldbl-calls): Add
6762 isoc99_scanf, isoc99_fscanf, isoc99_sscanf,
6763 isoc99_vscanf, isoc99_vfscanf, isoc99_vsscanf,
6764 isoc99_wscanf, isoc99_fwscanf, isoc99_swscanf,
6765 isoc99_vwscanf, isoc99_vfwscanf and isoc99_vswscanf.
6766 * sysdeps/ieee754/ldbl-opt/Versions (libc): Export
6767 __nldbl___isoc99_scanf@@GLIBC_2.7,
6768 __nldbl___isoc99_fscanf@@GLIBC_2.7,
6769 __nldbl___isoc99_sscanf@@GLIBC_2.7,
6770 __nldbl___isoc99_vscanf@@GLIBC_2.7,
6771 __nldbl___isoc99_vfscanf@@GLIBC_2.7,
6772 __nldbl___isoc99_vsscanf@@GLIBC_2.7,
6773 __nldbl___isoc99_wscanf@@GLIBC_2.7,
6774 __nldbl___isoc99_fwscanf@@GLIBC_2.7,
6775 __nldbl___isoc99_swscanf@@GLIBC_2.7,
6776 __nldbl___isoc99_vwscanf@@GLIBC_2.7,
6777 __nldbl___isoc99_vfwscanf@@GLIBC_2.7
6778 and __nldbl___isoc99_vswscanf@@GLIBC_2.7.
6779 * sysdeps/ieee754/ldbl-opt/nldbl-compat.h (__isoc99_scanf,
6780 __isoc99_fscanf, __isoc99_sscanf, __isoc99_vscanf,
6781 __isoc99_vfscanf, __isoc99_vsscanf, __isoc99_wscanf,
6782 __isoc99_fwscanf, __isoc99_swscanf, __isoc99_vwscanf,
6783 __isoc99_vfwscanf, __isoc99_vswscanf): Add NLDBL_DECL.
6784 * sysdeps/ieee754/ldbl-opt/nldbl-compat.c
6785 (__nldbl___isoc99_scanf, __nldbl___isoc99_fscanf,
6786 __nldbl___isoc99_sscanf, __nldbl___isoc99_vscanf,
6787 __nldbl___isoc99_vfscanf, __nldbl___isoc99_vsscanf,
6788 __nldbl___isoc99_wscanf, __nldbl___isoc99_fwscanf,
6789 __nldbl___isoc99_swscanf, __nldbl___isoc99_vwscanf,
6790 __nldbl___isoc99_vfwscanf, __nldbl___isoc99_vswscanf): New
6791 functions.
6792 * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_vfscanf.c: New file.
6793 * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_swscanf.c: New file.
6794 * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_vwscanf.c: New file.
6795 * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_wscanf.c: New file.
6796 * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_scanf.c: New file.
6797 * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_sscanf.c: New file.
6798 * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_vsscanf.c: New file.
6799 * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_fwscanf.c: New file.
6800 * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_vfwscanf.c: New file.
6801 * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_vswscanf.c: New file.
6802 * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_vscanf.c: New file.
6803 * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_fscanf.c: New file.
6804
6805 * stdio-common/Makefile (tests): Add scanf13.
6806 (scanf13-ENV): New.
6807 * stdio-common/vfscanf.c (_IO_vfscanf_internal): Handle
6808 m modifier followed by l.
6809 (STRING_ARG): Add width argument.
6810 (_IO_vfscanf_internal) <case L_('c')>: Handle %mc.
6811 <case L_('C')>: Handle %mlc and %mC.
6812 <case L_('s'), case L_('S'), case L_('[')>: Adjust STRING_ARG
6813 arguments.
6814 * stdio-common/scanf13.c: New test.
6815
6816 * libio/libioP.h (_IO_acquire_lock_clear_flags2_fct): Clear
6817 the _IO_FLAGS2_FORTIFY bit from _flags2 rather than _flags.
6818
6819 2007-09-18 Ulrich Drepper <drepper@redhat.com>
6820
6821 * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Correct return value
6822 type and __THROW marker of splice, vmsplice, and tee.
6823 * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
6824 * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
6825 * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
6826 * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
6827 * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
6828 * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
6829 * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h: Likewise.
6830 * sysdeps/unix/sysv/linux/syscalls.list: Mark splice, vmsplice, and tee
6831 as cancellation points.
6832
6833 2003-11-01 Daniel Jacobowitz <dan@debian.org>
6834
6835 * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_discover_osversion): Don't
6836 parse more than three parts of the version number.
6837
6838 2007-09-15 Ulrich Drepper <drepper@redhat.com>
6839
6840 * stdio-common/vfscanf.c (_IO_vfwscanf): Add support for 'm'
6841 modifier. Patch by Jakub Jelinek.
6842
6843 2007-08-26 Jakub Jelinek <jakub@redhat.com>
6844
6845 * sysdeps/unix/sysv/linux/i386/Makefile (sysdep_routines): Add
6846 call_fallocate in misc subdir.
6847 * sysdeps/unix/sysv/linux/i386/call_fallocate.S: New file.
6848 * sysdeps/unix/sysv/linux/i386/syscalls.list (fallocate64): Remove.
6849 * sysdeps/unix/sysv/linux/i386/posix_fallocate.c: Use __call_fallocate
6850 instead of __fallocate64.
6851 * sysdeps/unix/sysv/linux/i386/posix_fallocate64.c: Likewise.
6852
6853 2007-09-15 Jakub Jelinek <jakub@redhat.com>
6854
6855 * rt/Versions (librt): Export __mq_open_2@@GLIBC_2.7.
6856 * rt/Makefile (headers): Add bits/mqueue2.h.
6857 * rt/mqueue.h: Include bits/mqueue2.h if -D_FORTIFY_SOURCE=2,
6858 optimizing with GCC and __va_arg_pack_len is defined.
6859 * rt/bits/mqueue2.h: New file.
6860 * rt/mq_open.c (__mq_open): Renamed from mq_open.
6861 (mq_open): New strong_alias.
6862 (__mq_open_2): New function.
6863 * sysdeps/unix/sysv/linux/mq_open.c (__mq_open): Renamed from mq_open.
6864 (mq_open): New strong_alias.
6865 (__mq_open_2): New function.
6866 * debug/Versions (libc): Export __fortify_fail@@GLIBC_PRIVATE.
6867 * Versions.def (librt): Add GLIBC_2.7 version.
6868 * debug/fortify_fail.c (__fortify_fail): Add libc_hidden_def.
6869 * include/stdio.h (__fortify_fail): Add libc_hidden_proto.
6870
6871 * misc/sys/cdefs.h (__errordecl, __va_arg_pack_len): Define.
6872 * io/fcntl.h: Include bits/fcntl2.h when __va_arg_pack_len
6873 is defined rather than when not C++.
6874 * io/bits/fcntl2.h (__open_alias, __open64_alias, __openat_alias,
6875 __openat64_alias): New redirects.
6876 (__open_too_many_args, __open_missing_mode, __open64_too_many_args,
6877 __open64_missing_mode, __openat_too_many_args, __openat_missing_mode,
6878 __openat64_too_many_args, __openat64_missing_mode): New __errordecls.
6879 (open, open64, openat, openat64): Rewrite as __extern_always_inline
6880 functions instead of function-like macros.
6881
6882 2007-09-14 H.J. Lu <hongjiu.lu@intel.com>
6883
6884 * sysdeps/i386/i586/memcpy.S (__memcpy_chk): New definition.
6885 * sysdeps/i386/i586/mempcpy.S (__memcpy_chk): New definition.
6886 * sysdeps/i386/i586/memset.S (__memset_chk): New definition.
6887
6888 2007-09-15 Mike Frysinger <vapier@gentoo.org>
6889
6890 * inet/inet_net.c: Reset digit to 0 for inputs starting with "0x".
6891 * inet/tst-network.c (tests): Add edge case tests for "0", "0x", "0x0".
6892
6893 2007-09-14 Mike Frysinger <vapier@gentoo.org>
6894
6895 * inet/tst-network.c: Increment ERRORS for failing tests.
6896
6897 2007-09-07 Jakub Jelinek <jakub@redhat.com>
6898
6899 * misc/sys/cdefs.h (__va_arg_pack): Define for GCC 4.3+.
6900 * misc/bits/syslog.h (syslog): When __va_arg_pack is defined,
6901 implement as __extern_always_inline function.
6902 (vsyslog): Define as __extern_always_inline function unconditionally.
6903 * libio/bits/stdio2.h (sprintf, snprintf, printf, fprintf):
6904 When __va_arg_pack is defined, implement as __extern_always_inline
6905 functions.
6906 (vsprintf, vsnprintf, vprintf, vfprintf): Define as
6907 __extern_always_inline functions unconditionally.
6908 * libio/bits/stdio.h (vprintf): Ifdef out the inline when
6909 bits/stdio2.h will be included.
6910 * wcsmbs/bits/wchar2.h (__swprintf_alias): New redirect.
6911 (swprintf, wprintf, fwprintf): When __va_arg_pack is defined,
6912 implement as __extern_always_inline functions.
6913 (vswprintf, vwprintf, vfwprintf): Define as
6914 __extern_always_inline functions unconditionally.
6915 * debug/tst-chk1.c (do_test): Enable remaining tests for C++.
6916
6917 2007-09-03 Jakub Jelinek <jakub@redhat.com>
6918
6919 * misc/sys/cdefs.h (__extern_inline, __extern_always_inline): Only
6920 define in C++ for GCC 4.3+, in C++ always use __gnu_inline__
6921 attribute.
6922 * include/features.h (__USE_EXTERN_INLINES): Define only when
6923 __extern_inline is defined.
6924 * stdlib/stdlib.h: Include bits/stdlib.h when __extern_always_inline
6925 is defined instead of when not __cplusplus.
6926 * misc/sys/syslog.h: Include bits/syslog.h when __extern_always_inline
6927 is defined instead of when not __cplusplus.
6928 * socket/sys/socket.h: Include bits/socket2.h when
6929 __extern_always_inline is defined instead of when not __cplusplus.
6930 * libio/stdio.h: Include bits/stdio2.h when __extern_always_inline
6931 is defined instead of when not __cplusplus.
6932 * posix/unistd.h: Include bits/unistd.h when __extern_always_inline
6933 is defined instead of when not __cplusplus.
6934 * string/string.h: Include bits/string3.h when __extern_always_inline
6935 is defined instead of when not __cplusplus.
6936 * wcsmbs/wchar.h: Include bits/wchar2.h when __extern_always_inline
6937 is defined instead of when not __cplusplus.
6938 (btowc, wctob): Don't guard the inlines with ifndef __cplusplus.
6939 * io/fcntl.h: Don't include bits/fcntl2.h if __extern_always_inline
6940 is not defined.
6941 * misc/bits/syslog-ldbl.h: Guard *_chk stuff with
6942 defined __extern_always_inline instead of !defined __cplusplus.
6943 * libio/bits/stdio-ldbl.h: Likewise.
6944 * wcsmbs/bits/wchar-ldbl.h: Likewise.
6945 * misc/bits/syslog.h (syslog): Don't define for C++.
6946 (vsyslog): Use __extern_always_inline function for C++ instead of
6947 a macro.
6948 * libio/bits/stdio.h (__STDIO_INLINE): Define to __extern_inline
6949 whenever that macro is defined.
6950 (vprintf): Don't provide the inline for C++.
6951 (fread_unlocked, fwrite_unlocked): Don't define the macros for C++.
6952 * libio/bits/stdio2.h (sprintf, snprintf, printf, fprintf): Don't
6953 define the macros for C++.
6954 (vsprintf, vsnprintf, vprintf, vfprintf): Define as
6955 __extern_always_inline functions for C++.
6956 * io/sys/stat.h (stat, lstat, fstat, fstatat, mknod, mknodat,
6957 stat64, lstat64, fstat64, fstatat64): Don't define if not
6958 __USE_EXTERN_INLINES.
6959 * wcsmbs/bits/wchar2.h: Fix #error message.
6960 (swprintf, wprintf, fwprintf): Don't define the macros for C++.
6961 (vswprintf, vwprintf, vfwprintf): Define using
6962 __extern_always_inline functions for C++.
6963 * string/bits/string3.h: Don't #undef macros if __cplusplus.
6964 (memcpy, memmove, mempcpy, memset, bcopy, bzero, strcpy, stpcpy,
6965 strncpy, strcat, strncat): Define as __extern_always_inline
6966 functions instead of macros for C++.
6967 * math/bits/cmathcalls.h: Guard __extern_inline routines with
6968 defined __extern_inline.
6969 * sysdeps/alpha/fpu/bits/mathinline.h (__MATH_INLINE): Define
6970 to __extern_inline whenever that macro is defined.
6971 * sysdeps/ia64/fpu/bits/mathinline.h (__MATH_INLINE): Likewise.
6972 * sysdeps/i386/fpu/bits/mathinline.h (__MATH_INLINE): Likewise.
6973 * sysdeps/i386/i486/bits/string.h (__STRING_INLINE): Likewise.
6974 * sysdeps/s390/bits/string.h (__STRING_INLINE): Likewise.
6975 * sysdeps/s390/fpu/bits/mathinline.h (__MATH_INLINE): Likewise.
6976 * sysdeps/powerpc/fpu/bits/mathinline.h (__MATH_INLINE): Likewise.
6977 * sysdeps/x86_64/fpu/bits/mathinline.h (__MATH_INLINE): Likewise.
6978 * sysdeps/sparc/fpu/bits/mathinline.h (__MATH_INLINE): Likewise.
6979 * sysdeps/unix/sysv/linux/sys/sysmacros.h (gnu_dev_major,
6980 gnu_dev_minor, gnu_dev_makedev): Remove __extern_inline from
6981 prototypes. Only provide __extern_inline routines if
6982 __USE_EXTERN_INLINES.
6983 * debug/Makefile: Add rules to build and run tst-{,lfs}chk{4,5,6}
6984 tests.
6985 * debug/tst-chk1.c (do_prepare, do_test): Allow compilation as C++.
6986 For now avoid some *printf tests in C++. Skip all testing
6987 if __USE_FORTIFY_LEVEL is defined, but __extern_always_inline macro
6988 is not.
6989 * debug/tst-chk4.cc: New file.
6990 * debug/tst-chk5.cc: New file.
6991 * debug/tst-chk6.cc: New file.
6992 * debug/tst-lfschk4.cc: New file.
6993 * debug/tst-lfschk5.cc: New file.
6994 * debug/tst-lfschk6.cc: New file.
6995 * include/wchar.h (__vfwprintf_chk, __vswprintf_chk): Avoid
6996 prototypes in C++.
6997 * include/stdio.h (__sprintf_chk, __snprintf_chk, __vsprintf_chk,
6998 __vsnprintf_chk, __printf_chk, __fprintf_chk, __vprintf_chk,
6999 __vfprintf_chk, __fgets_unlocked_chk, __fgets_chk): Likewise.
7000
7001 2007-09-13 Ulrich Drepper <drepper@redhat.com>
7002
7003 * po/cs.po: Update from translation team.
7004
7005 2007-09-11 Roland McGrath <roland@redhat.com>
7006
7007 * posix/Makefile ($(objpfx)getconf.speclist): Make it empty if cross
7008 compiling.
7009
7010 2007-09-07 Samuel Thibault <samuel.thibault@ens-lyon.org>
7011
7012 * sysdeps/mach/hurd/bits/ioctls.h (TAB3): New macro.
7013
7014 2007-09-05 Roland McGrath <roland@redhat.com>
7015
7016 * manual/signal.texi (Signaling Another Process): Typo fix.
7017 From Karl Berry <karl@freefriends.org>.
7018
7019 2007-08-29 Ulrich Drepper <drepper@redhat.com>
7020
7021 * sysdeps/unix/sysv/linux/check_pf.c (IFA_F_OPTIMISTIC): Define to
7022 zero if not defined.
7023 (make_request): Recognize optimistic addresses and treat them like
7024 deprecated addresses.
7025 Reported by Neil Horman <nhorman@redhat.com>.
7026
7027 2007-08-28 Ulrich Drepper <drepper@redhat.com>
7028
7029 * nscd/connections.c (send_ro_fd): Also transfer file size.
7030 * nscd/nscd_helper.c (get_mapping): If nscd also transfers the
7031 file size don't call fstat.
7032
7033 * nscd/nscd_helper.c (get_mapping): Avoid the pread call, just go
7034 ahead and map the file. This should always be correct and we can
7035 catch problems later.
7036
7037 2007-08-28 Jakub Jelinek <jakub@redhat.com>
7038
7039 * libio/bits/stdio2.h (__fread_chk, __fread_unlocked_chk): New
7040 prototypes.
7041 (__fread_alias, __fread_unlocked_alias): New aliases.
7042 (fread): New extern inline.
7043 (fread_unlocked): Likewise. Undef macro before definition of
7044 the inline function.
7045 * debug/Makefile (routines): Add fread_chk and fread_u_chk.
7046 (CFLAGS-fread_chk.c, CFLAGS-fread_u_chk.c): Add.
7047 * debug/Versions (libc): Export __fread_chk@@GLIBC_2.7
7048 and __fread_unlocked_chk@@GLIBC_2.7.
7049 * debug/fread_chk.c: New file.
7050 * debug/fread_u_chk.c: New file.
7051 * debug/tst-chk1.c (do_test): Add fread and fread_unlocked tests.
7052
7053 2007-08-27 Jakub Jelinek <jakub@redhat.com>
7054
7055 * sysdeps/unix/sysv/linux/syscalls.list
7056 (personality): Change caller to EXTRA.
7057
7058 2007-08-25 Ulrich Drepper <drepper@redhat.com>
7059
7060 * iconvdata/iso-2022-kr.c (BODY): Fake initialization of array buf
7061 to keep gcc quiet.
7062 * iconvdata/iso-2022-cn.c (BODY): Likewise.
7063
7064 * locale/programs/ld-collate.c (collate_output): Avoid warning if
7065 NDEBUG is defined.
7066
7067 * Makerules: Use -p option with mkdir.
7068
7069 * sunrpc/key_prot.c (xdr_unixcred): Work around gcc alias warning.
7070 * nis/nis_xdr.c (_xdr_nis_server): Likewise.
7071 (_xdr_directory_obj): Likewise.
7072 (xdr_entry_obj): Likewise.
7073 (xdr_group_obj): Likewise.
7074 (xdr_link_obj): Likewise.
7075 (xdr_table_obj): Likewise.
7076 (_xdr_nis_result): Likewise.
7077 (_xdr_ns_request): Likewise.
7078 (_xdr_ib_request): Likewise.
7079 (_xdr_nis_taglist): Likewise.
7080 (xdr_cback_data): Likewise.
7081 * nis/yp_xdr.c (xdr_ypmaplist): Likewise.
7082 (xdr_ypresp_maplist): Likewise.
7083
7084 * stdio-common/Makefile: Avoid format string warning for tst-sprint.
7085
7086 * posix/regex_internal.h: Prevent some declarations and definitions
7087 to be seen when used in tests.
7088
7089 * posix/tst-rfc3484.c (__idna_to_unicode_lzlz): Initialize *OUTPUT.
7090 * posix/tst-rfc3484-2.c (__idna_to_unicode_lzlz): Likewise.
7091
7092 * debug/Makefile: Disable format checking when compiling tst-chk?.c.
7093
7094 * config.make.in (datarootdir): Add to shut up configure.
7095
7096 * sysdeps/x86_64/cacheinfo.c (handle_amd): Fix computation of
7097 associativity for fully-associative caches.
7098
7099 * sysdeps/x86_64/cacheinfo.c (handle_amd): Handle L3 cache
7100 requests. Fill on more associativity values for L2.
7101 Patch mostly by Evandro Menezes.
7102
7103 2007-08-24 Ulrich Drepper <drepper@redhat.com>
7104
7105 * sysdeps/unix/sysv/linux/x86_64/init-first.c
7106 (_libc_vdso_platform_setup): Avoid using exported variable by using
7107 alias.
7108
7109 * resolv/arpa/nameser.h (NS_OPT_DNSSEC_OK): Define.
7110
7111 * sysdeps/unix/sysv/linux/i386/syscalls.list: No reason to mark
7112 fallocate64 as EXTRA. It is not referenced if the symbol isn't
7113 defined.
7114
7115 2007-08-23 Ulrich Drepper <drepper@redhat.com>
7116
7117 * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Correctly
7118 align stack for call if pltexit is to be used.
7119
7120 [BZ #3924]
7121 * sysdeps/i386/dl-trampoline.S (_dl_runtime_profile): Correctly
7122 align for function call in case pltexit has to be called later.
7123
7124 * sysdeps/i386/dl-trampoline.S (_dl_runtime_resolve): Avoid
7125 implicit atomic operation when storing function pointer.
7126 (_dl_runtime_profile): Likewise.
7127
7128 2007-08-17 Jakub Jelinek <jakub@redhat.com>
7129
7130 * nis/nis_table.c (nis_list): Don't fail if __follow_path returned
7131 NIS_NOTFOUND.
7132
7133 2007-08-21 Ulrich Drepper <drepper@redhat.com>
7134
7135 [BZ #4566]
7136 * string/strtok.c: Fix typo in comment.
7137
7138 [BZ #4582]
7139 * debug/segfault.c: Fix typos in comments.
7140
7141 [BZ #4588]
7142 * stdio-common/tempnam.c: Fix comment, it is not checked that
7143 TMPDIR points to a writable directory.
7144
7145 [BZ #4726]
7146 * resolv/res_send.c (__libc_res_nsend): Initialize all of the
7147 memory allocated for the name server address.
7148
7149 [BZ #4946]
7150 * nscd/connections.c (handle_request): Using sendfile always
7151 requires that mmap is used for the database.
7152 Patch by Petr Baudis <pasky@suse.cz>.
7153
7154 [BZ #4905]
7155 * nscd/hstcache.c (cache_addhst): When reloading an entry which
7156 suddenly has two or more addresses, ignore it and remove the old
7157 entry.
7158
7159 [BZ #4814]
7160 * resolv/res_hconf.c: Prepare for compiling outside libc.
7161 * nscd/res_hconf.c: New file.
7162 * nscd/Makefile (nscd-modules): Add res_hconf. Add rules to build
7163 the new file.
7164 * nscd/gethstbynm2_r.c (NEED__RES_HCONF): Define.
7165 * nscd/gethstbyad_r.c (NEED__RES_HCONF): Likewise.
7166
7167 * nscd/hstcache.c (cache_addhst): Minimal optimization.
7168
7169 [BZ #4925]
7170 * debug/pcprofiledump.c: Turn on internationalization by calling
7171 setlocale. Patch mostly by Benno Schulenberg.
7172
7173 [BZ #4936]
7174 * iconv/gconv.c (__gconv): If flush was successful, clear rest of
7175 the state.
7176 * iconvdata/Makefile: Add rules to build and run bug-iconv5.
7177 * iconvdata/bug-iconv5.c: New file.
7178
7179 2007-08-04 Carlos O'Donell <carlos@systemhalted.org>
7180
7181 [BZ #4896]
7182 * elf/elf.h: Define R_PARISC_PLABEL21L, R_PARISC_PLABEL14R,
7183 R_PARISC_GNU_VTENTRY, R_PARISC_GNU_VTINHERIT, R_PARISC_TLS_GD21L,
7184 R_PARISC_TLS_GD14R, R_PARISC_TLS_GDCALL, R_PARISC_TLS_LDM21L,
7185 R_PARISC_TLS_LDM14R, R_PARISC_TLS_LDMCALL, R_PARISC_TLS_LDO21L,
7186 R_PARISC_TLS_LDO14R, R_PARISC_TLS_DTPMOD32, R_PARISC_TLS_DTPMOD64,
7187 R_PARISC_TLS_DTPOFF32, R_PARISC_TLS_DTPOFF64, R_PARISC_TLS_LE21L,
7188 R_PARISC_TLS_LE14R, R_PARISC_TLS_IE21L, R_PARISC_TLS_IE14R,
7189 R_PARISC_TLS_TPREL32, R_PARISC_TLS_TPREL64.
7190
7191 2007-08-21 Ulrich Drepper <drepper@redhat.com>
7192
7193 [BZ #4937]
7194 * elf/do-lookup.h (do_lookup_x): Minimal improvement in hash
7195 lookup loop. Suggested by John Reiser.
7196
7197 2007-08-21 Jakub Jelinek <jakub@redhat.com>
7198
7199 * sysdeps/unix/sysv/linux/alpha/sysdep.h: Include tls.h.
7200
7201 2007-08-20 Ulrich Drepper <drepper@redhat.com>
7202
7203 * csu/libc-start.c: Don't handle VDSO_SETUP here.
7204 * sysdeps/unix/sysv/linux/init-first.c: Handle it here instead.
7205 * sysdeps/unix/sysv/linux/x86_64/libc-start.c: Renamed to...
7206 * sysdeps/unix/sysv/linux/x86_64/init-first.c: ...this. New file.
7207 * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Move VDSO_SETUP code
7208 to...
7209 * sysdeps/unix/sysv/linux/x86_64/init-first.c: ...here. New file.
7210
7211 2007-08-18 Ulrich Drepper <drepper@redhat.com>
7212
7213 * po/nl.po: Update from translation team.
7214
7215 2007-08-16 Andreas Jaeger <aj@suse.de>
7216
7217 * locale/localeinfo.h: Make _nl_category_name_idxs extern.
7218 Reported by Peter Festner <peter.festner@ewetel.net>.
7219
7220 2007-08-17 Jakub Jelinek <jakub@redhat.com>
7221
7222 * login/tst-grantpt.c (test_einval): Add 3rd argument to open.
7223
7224 2007-08-16 Jakub Jelinek <jakub@redhat.com>
7225
7226 * elf/Makefile ($(objpfx)ld.so): Use readelf -s and awk instead of nm -u
7227 to check for undefined symbols.
7228
7229 * sysdeps/unix/sysv/linux/sparc/sparc32/clone.S (__clone):
7230 If the syscall fails, set errno to the actual returned error number
7231 rather than EINVAL.
7232 * sysdeps/unix/sysv/linux/sparc/sparc64/clone.S (__clone): If
7233 arguments are incorrect, set errno to EINVAL, if the syscall
7234 fails, set errno to the actual returned error number.
7235
7236 * stdlib/bits/stdlib-ldbl.h (__strtold_internal): Remove.
7237 * wcsmbs/bits/wchar-ldbl.h (__wcstold_internal): Remove.
7238
7239 * sysdeps/sparc/sparc32/sparcv9b/memcpy.S: Moved to...
7240 * sysdeps/sparc/sparc32/sparcv9/sparcv9b/memcpy.S: ... here. New
7241 file.
7242 (ASI_PNF, ASI_BLK_P): Don't define.
7243 * sysdeps/sparc/sparc32/sparcv9v/memcpy.S: Moved to...
7244 * sysdeps/sparc/sparc32/sparcv9/sparcv9v/memcpy.S: ... here. New
7245 file.
7246 * sysdeps/sparc/sparc32/sparcv9v/memset.S: Moved to...
7247 * sysdeps/sparc/sparc32/sparcv9/sparcv9v/memset.S: ... here. New
7248 file.
7249
7250 2007-08-15 Jakub Jelinek <jakub@redhat.com>
7251
7252 * sysdeps/sparc/fpu/fraiseexcpt.c (__feraiseexcept): Fix raising
7253 FE_UNDERFLOW on Niagara CPUs.
7254
7255 * sysdeps/sparc/fpu/feholdexcpt.c (feholdexcept): Clear all
7256 exceptions.
7257
7258 2007-08-14 Jakub Jelinek <jakub@redhat.com>
7259
7260 * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_runtime_setup): No
7261 need to check GLRO(dl_hwcap) & HWCAP_SPARC_FLUSH on sparcv9.
7262 (sparc_fixup_plt): Add do_flush argument instead of figuring whether
7263 flush should be used or not inside of the function.
7264 (elf_machine_fixup_plt, elf_machine_rela): Adjust caller.
7265
7266 * sysdeps/unix/sysv/linux/sparc/sparc32/clone.S (__clone,
7267 __thread_start): Use HIDDEN_JUMPTARGET.
7268 * sysdeps/unix/sysv/linux/sparc/sparc64/clone.S (__clone,
7269 __thread_start): Likewise.
7270 * sysdeps/unix/sysv/linux/sparc/sysdep.h (JUMPTARGET): Define.
7271
7272 * sysdeps/ieee754/ldbl-64-128/strtold_l.c (__STRTOF): Declare.
7273 Add libc_hidden_proto.
7274 (STRTOF): Add libc_hidden_proto.
7275 (___new_strtold_l, ___new_wcstold_l): New weak aliases.
7276 (strtold_l, wcstold_l): Use them as second argument for
7277 long_double_symbol.
7278
7279 2007-08-14 Ulrich Drepper <drepper@redhat.com>
7280
7281 * elf/dl-misc.c: Undo last change. The kernel won't allow it.
7282
7283 2007-08-13 Kaz Kojima <kkojima@rr.iij4u.or.jp>
7284
7285 * stdlib/strtold_l.c: Include wchar.h if needed. Add libc_hidden_def.
7286
7287 2007-08-14 Ulrich Drepper <drepper@redhat.com>
7288
7289 * po/bg.po: New file. From the translation team.
7290
7291 2007-08-13 Jakub Jelinek <jakub@redhat.com>
7292
7293 * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_PSELECT,
7294 __ASSUME_PPOLL, __ASSUME_ATFCTS, __ASSUME_SET_ROBUST_LIST,
7295 __ASSUME_UTIMENSAT, __ASSUME_FALLOCATE): Update per-arch conditions
7296 when each feature was introduced.
7297
7298 * sysdeps/unix/sysv/linux/dl-vdso.c: Don't include dl-hash.h.
7299 * sysdeps/unix/sysv/linux/dl-vdso.h: Don't include dl-hash.h if NDEBUG.
7300 (CHECK_HASH): New macro.
7301 (PREPARE_VERSION): Use it.
7302
7303 * sysdeps/unix/sysv/linux/pselect.c (__generic_pselect): Only provide
7304 prototype if not __ASSUME_PSELECT.
7305 * sysdeps/unix/sysv/linux/ppoll.c (__generic_ppoll): Only provide
7306 prototype if not __ASSUME_PPOLL.
7307
7308 * sysdeps/unix/sysv/linux/dl-osinfo.h (ROUND): #undef after use.
7309
7310 * sysdeps/unix/clock_settime.c (freq, __pthread_clock_settime,
7311 hp_timing_settime): Don't define or declare if HANDLED_CPUTIME
7312 is defined.
7313
7314 2007-08-13 Ulrich Drepper <drepper@redhat.com>
7315
7316 * sysdeps/unix/sysv/linux/x86_64/libc-start.c
7317 (_libc_vdso_platform_setup): If vDSO is not available point
7318 __vdso_gettimeofday to the vsyscall.
7319 * sysdeps/unix/sysv/linux/x86_64/gettimeofday.S [SHARED]: Use
7320 __vdso_gettimeofday instead of vsyscall.
7321
7322 2007-08-13 Jakub Jelinek <jakub@redhat.com>
7323
7324 * nscd/servicescache.c: Include kernel-features.h.
7325 * nscd/gai.c: Likewise.
7326 * sysdeps/unix/sysv/linux/statfs64.c: Likewise.
7327 * sysdeps/unix/sysv/linux/fstatfs64.c: Likewise.
7328 * sysdeps/unix/sysv/linux/fxstatat.c: Likewise.
7329 * sysdeps/unix/sysv/linux/s390/s390-32/mmap.S: Likewise.
7330 * sysdeps/unix/sysv/linux/s390/s390-32/mmap64.S: Likewise.
7331 * sysdeps/unix/sysv/linux/xstatconv.c: Likewise.
7332 * sysdeps/unix/sysv/linux/if_index.c: Likewise.
7333 * sysdeps/unix/sysv/linux/sparc/sparc64/xstat.c: Likewise.
7334 * sysdeps/unix/sysv/linux/ifaddrs.c: Likewise.
7335
7336 2007-08-12 Ulrich Drepper <drepper@redhat.com>
7337
7338 * elf/dl-dst.h: No need for _dl_dst_count, _dl_dst_substitute,
7339 and _dl_get_origin defines anymore.
7340
7341 * sysdeps/unix/sysv/linux/clock_gettime.c (maybe_syscall_gettime_cpu):
7342 Build fix for systems which might lack POSIX timer support.
7343
7344 * sysdeps/unix/sysv/linux/x86_64/libc-start.c
7345 (_libc_vdso_platform_setup): Mangle function pointers before storing
7346 them.
7347 * sysdeps/unix/sysv/linux/x86_64/sysdep.h (INLINE_VSYSCALL):
7348 Demangle vdso pointer before use.
7349 (INTERNAL_VSYSCALL): Likewise.
7350
7351 * elf/cache.c (primes): Mark as const.
7352 Noted by Roland McGrath.
7353
7354 2007-08-01 Andreas Jaeger <aj@suse.de>
7355 Jakub Jelinek <jakub@redhat.com>
7356
7357 * elf/ldconfig.c (opt_ignore_aux_cache): Add new option.
7358 (options): Add option.
7359 (parse_opt): Handle option.
7360 (manual_link): Adjust process_file caller. Call implicit_soname.
7361 (search_dir): Formatting. Use and populate auxiliary cache.
7362 (main): Load and save auxiliary cache.
7363 * elf/readlib.c (process_file): Add stat_buf argument. Pass struct
7364 stat64 from fstat64 to caller.
7365 (implicit_soname): New function.
7366 * elf/readelflib.c (process_elf_file): If DT_SONAME is not present,
7367 leave *soname as NULL.
7368 * elf/cache.c: Include libgen.h.
7369 (print_entry, print_cache, compare, save_cache, add_to_cache):
7370 Formatting and cleanups.
7371 (aux_cache_entry_id, aux_cache_entry, aux_cache_file_entry,
7372 aux_cache_file): New structures.
7373 (AUX_CACHEMAGIC): Define.
7374 (primes): New array.
7375 (aux_hash_size, aux_hash): New variables.
7376 (aux_cache_entry_id_hash, nextprime, init_aux_cache,
7377 search_aux_cache, insert_to_aux_cache, add_to_aux_cache,
7378 load_aux_cache, save_aux_cache): New functions.
7379 * sysdeps/generic/ldconfig.h (_PATH_LDCONFIG_AUX_CACHE): Define.
7380 (init_aux_cache, search_aux_cache, add_to_aux_cache,
7381 load_aux_cache, save_aux_cache, implicit_soname): New prototypes.
7382 (process_file): Adjust prototype.
7383
7384 2007-08-12 Jakub Jelinek <jakub@redhat.com>
7385
7386 * sysdeps/unix/sysv/linux/ia64/bits/sigcontext.h: Include stddef.h
7387 with __need_size_t.
7388
7389 2007-08-12 Ulrich Drepper <drepper@redhat.com>
7390
7391 * sysdeps/unix/sysv/linux/dl-vdso.c (_dl_vdso_vsym): Expect
7392 r_found_version structure as second parameter.
7393 * sysdeps/unix/sysv/linux/dl-vdso.h (PREPARE_VERSION): Define.
7394 (_dl_vdso_vsym): Change type of second parameter accordingly.
7395 * sysdeps/unix/sysv/linux/x86-64/libc-start.c
7396 (_libc_vdso_platform_setup): Adjust.
7397 * sysdeps/unix/sysv/linux/powerpc/libc-start.c
7398 (_libc_vdso_platform_setup): Likewise.
7399
7400 * sysdeps/unix/sysv/linux/powerpc/dl-vdso.c: Move to...
7401 * sysdeps/unix/sysv/linux/dl-vdso.c: ...here.
7402 * sysdeps/unix/sysv/linux/powerpc/dl-vdso.h: Move to...
7403 * sysdeps/unix/sysv/linux/dl-vdso.h: ...here.
7404 * csu/libc-start.c: Pretty printing.
7405 Use VDSO_SETUP if defined.
7406 * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Define VDSO_SETUP
7407 and let generic code call into _libc_vdso_platform_setup.
7408 * sysdeps/unix/sysv/linux/x86_64/libc-start.c: New file.
7409 * sysdeps/unix/sysv/linux/x86_64/bits/libc-vdso.h: New file.
7410 * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Pretty printing.
7411 Define INLINE_VSYSCALL and INTERNAL_VSYSCALL.
7412 * sysdeps/unix/sysv/linux/x86_64/Versions: Export __vdso_clock_gettime
7413 for GLIBC_PRIVATE.
7414 * sysdeps/unix/sysv/linux/x86_64/Makefile [subdir=elf]
7415 (sysdep_rountines): Add dl-vdso.
7416
7417 * sysdeps/unix/sysv/linux/powerpc/Makefile: Use sysdep_routines instead
7418 of routines.
7419
7420 * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h: Add
7421 attribute_hidden to __vdso_gettimeofday prototype.
7422
7423 2007-08-12 Roland McGrath <roland@redhat.com>
7424
7425 * manual/stdio.texi (Variable Arguments Output): Fix xref to gcc manual.
7426 From: Karl Berry <karl@freefriends.org>.
7427
7428 2007-08-11 Ulrich Drepper <drepper@redhat.com>
7429
7430 * elf/dl-misc.c (_dl_sysdep_read_whole_file): We really don't need
7431 an atime update for the files we read.
7432
7433 2007-08-10 Ulrich Drepper <drepper@redhat.com>
7434
7435 * shadow/lckpwdf.c (__lckpwdf): Use O_CLOEXEC if possible.
7436
7437 * nscd/connections.c: Use O_CLOEXEC if possible. Use mkostemp
7438 instead of mkstemp.
7439
7440 * misc/Makefile (routines): Add mkostemp and mkostemp64.
7441 * misc/Versions: Export mkostemp and mkostemp64 for GLIBC_2.7.
7442 * misc/mkostemp.c: New file.
7443 * misc/mkostemp64.c: New file.
7444 * stdlib/stdlib.h: Declare the new functions.
7445 * sysdeps/posix/tempname.c: Add new parameter which is added to
7446 the flags for open. Remove __GT_BIGFILE handling.
7447 * stdio-common/tempname.c: Likewise.
7448 * include/stdio.h: Adjust __gen_tempname prototype.
7449 Renumber __GT_* constants.
7450 * libio/oldtmpfile.c: Adjust for __gen_tempname interface change.
7451 * misc/mkdtemp.c: Likewise.
7452 * misc/mkstemp.c: Likewise.
7453 * misc/mkstemp64.c: Likewise.
7454 * misc/mktemp.c: Likewise.
7455 * stdio-common/tempnam.c: Likewise.
7456 * stdio-common/tmpfile.c: Likewise.
7457 * stdio-common/tmpfile64.c: Likewise.
7458 * stdio-common/tmpnam.c: Likewise.
7459 * stdio-common/tmpnam_r.c: Likewise.
7460
7461 2007-08-10 Roland McGrath <roland@frob.com>
7462
7463 * sysdeps/mach/hurd/bits/ioctls.h (NLDLY, TABDLY, BSDLY, VTDLY):
7464 New macros.
7465 (NLDELAY, CRDELAY, TBDELAY, BSDELAY, VTDELAY): Define to those.
7466 Reported by Samuel Thibault <samuel.thibault@ens-lyon.org>.
7467
7468 2007-08-10 Ulrich Drepper <drepper@redhat.com>
7469
7470 * nss/nss_files/files-XXX.c (internal_setent): Use O_CLOEXEC if
7471 possible.
7472 * nss/nss_files/files-alias.c (internal_setent): Likewise.
7473 * nss/Makefile (libnss_files-routines): Add files-have_o_cloexec.
7474 * nss/nss_files/files-have_o_cloexec.c: New file.
7475
7476 * sysdeps/unix/sysv/linux/shm_open.c (shm_open): Use O_CLOEXEC if
7477 available.
7478
7479 2007-08-10 Jakub Jelinek <jakub@redhat.com>
7480
7481 * sysdeps/ieee754/ldbl-128ibm/strtold_l.c (___new_strtold_l,
7482 ___new_wcstold_l): New weak aliases.
7483 (strtold_l, wcstold_l): Use them as second argument for
7484 long_double_symbol.
7485
7486 2007-08-09 Ulrich Drepper <drepper@redhat.com>
7487
7488 * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S: Use correct
7489 register in test for error.
7490
7491 * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (O_CLOEXEC): Define.
7492 * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h (O_CLOEXEC): Likewise.
7493
7494 * po/sv.po: Update from translation team.
7495
7496 2007-08-06 Roland McGrath <roland@redhat.com>
7497
7498 * include/stdlib.h: Add libc_hidden_proto for strto*, __strto*_l.
7499 Remove __strto*_l inlines.
7500 * include/wchar.h: Add libc_hidden_proto for wcsto*, __wcsto*_l.
7501 * stdlib/strtod.c: Add libc_hidden_def.
7502 * stdlib/strtod_l.c: Likewise.
7503 * stdlib/strtold.c [__LONG_DOUBLE_MATH_OPTIONAL]: Add libc_hidden_proto
7504 for __new_strtold and __new_wcstold.
7505 * sysdeps/ieee754/ldbl-128ibm/strtold_l.c: Add libc_hidden_proto for
7506 __STRTOF, STRTOF.
7507 * stdlib/strtol.c: Add libc_hidden_def.
7508 * stdlib/strtol_l.c: Likewise.
7509 * sysdeps/wordsize-64/strtol.c: Add libc_hidden_ver for strtoll and
7510 strtoq.
7511
7512 * scripts/data/localplt-powerpc-linux-gnu.data: New file.
7513
7514 * scripts/data/localplt-x86_64-linux-gnu.data: File renamed to ...
7515 * scripts/data/localplt-generic.data: ... here.
7516 * elf/Makefile (check-data): Get generic file if no other.
7517 ($(objpfx)check-localplt.out): Make target unconditional.
7518
7519 * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_discover_osversion):
7520 Use ElfW(Nhdr).
7521
7522 2007-08-05 Ulrich Drepper <drepper@redhat.com>
7523
7524 * po/zh_CN.po: Updated translation from translation team.
7525
7526 2007-08-05 Jakub Jelinek <jakub@redhat.com>
7527
7528 * sysdeps/unix/sysv/linux/powerpc/powerpc32/socket.S (__socket):
7529 Don't use CGOTSETUP and CGOTRESTORE macros.
7530
7531 2007-08-04 Roland McGrath <roland@redhat.com>
7532
7533 * posix/Makefile ($(objpfx)getconf.speclist): Fix typo.
7534
7535 2007-08-04 Jakub Jelinek <jakub@redhat.com>
7536
7537 * io/bits/fcntl2.h (open, open64, openat, openat64): Add
7538 __extension__ around the whole statement expression.
7539
7540 2007-08-04 Ulrich Drepper <drepper@redhat.com>
7541
7542 * sysdeps/unix/opendir.c (__alloc_dir): Correct order of DIR
7543 elements during initialization.
7544
7545 * po/pl.po: Updated translation from translation team.
7546 * po/tr.po: Likewise.
7547 * po/nl.po: Likewise.
7548
7549 2007-08-03 Ulrich Drepper <drepper@redhat.com>
7550
7551 * rt/aio.h: Add __nonnull attributes.
7552
7553 2007-08-03 Jakub Jelinek <jakub@redhat.com>
7554
7555 * stdlib/strtod_l.c (____STRTOF_INTERNAL): Properly handle -0.
7556 * stdlib/Makefile (tests): Add tst-strtod5.
7557 (tst-strtod5-ENV): New.
7558 * stdlib/tst-strtod5.c: New file.
7559
7560 * intl/dcigettext.c (_nl_find_msg): Free encoding if __gconv_open
7561 failed.
7562 * intl/finddomain.c (_nl_find_domain): Free normalized_codeset
7563 on failure.
7564
7565 * elf/dl-load.c (decompose_rpath): Free copy if result couldn't be
7566 allocated.
7567
7568 2007-08-03 Jakub Jelinek <jakub@redhat.com>
7569
7570 * rt/mqueue.h (mq_timedreceive, mq_timedsend): Fix nonnull argument
7571 numbers.
7572
7573 2007-08-02 Ulrich Drepper <drepper@redhat.com>
7574
7575 * io/Makefile (aux): Add have_o_cloexec.
7576 * include/fcntl.h: Declare __have_o_cloexec.
7577 * io/have_o_cloexec.c: New file.
7578 * sysdeps/unix/opendir.c (__opendir): Use O_CLOEXEC is available.
7579 (__alloc_dir): If O_CLOEXEC has been used, don't duplicate the
7580 fcntl call if not necessary.
7581 * login/utmp_file.c (setutent_file): Use __have_o_cloexec instead
7582 of local variable.
7583
7584 * sysdeps/unix/opendir.c (__alloc_dir): Don't initialize ->data.
7585 Avoid memset, add explicit initialization.
7586 * sysdeps/unix/dirstream.h (struct __dirstream): Move data elemtn
7587 to the end and change into zero-sized array.
7588 Move lock member to fill a hole on 64-bit platforms.
7589
7590 * stdlib/stdlib.h: Remove __strto*_internal prototypes and strto*
7591 inline functions.
7592 * include/stdlib.h: Add __strto*_internal prototypes here.
7593 * wcsmbs/wchar.h: Remove __wcsto*_internal prototypes and wcsto*
7594 inline functions.
7595 * include/wchar.h: Add __wcsto*_internal prototypes.
7596 * sysdeps/generic/inttypes.h: No need to protect the declaration
7597 of the __strto*_internal and __wcsto*_internal members here.
7598
7599 * rt/mqueue.h: Change const to __const and add nonnull attributes.
7600
7601 2007-08-02 Roland McGrath <roland@redhat.com>
7602
7603 * posix/Makefile ($(inst_libexecdir)/getconf): Make hard links to
7604 $(inst_bindir)/getconf if possible.
7605
7606 * posix/Makefile ($(objpfx)getconf.speclist): New target.
7607 (generated): Add it.
7608 ($(inst_libexecdir)/getconf): Use it.
7609
7610 2007-08-01 Ulrich Drepper <drepper@redhat.com>
7611
7612 * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Using
7613 /proc is faster and sufficient. /sys is still needed for
7614 __get_nprocs_conf.
7615
7616 2007-08-01 Jakub Jelinek <jakub@redhat.com>
7617
7618 * sysdeps/unix/sysv/linux/i386/syscalls.list (fallocate): Add fallocate
7619 syscall as __fallocate64.
7620 * sysdeps/unix/sysv/linux/i386/posix_fallocate.c: New file.
7621 * sysdeps/unix/sysv/linux/i386/posix_fallocate64.c: New file.
7622
7623 2007-07-30 Jakub Jelinek <jakub@redhat.com>
7624
7625 * stdlib/tst-strtod2.c (do_test): Use %tu in fmt string for ptrdiff_t
7626 value.
7627
7628 * stdio-common/tst-fmemopen2.c (do_test): Avoid fmt string warning
7629 if off_t is different rank from size_t.
7630
7631 * sysdeps/generic/unwind-dw2.c (extract_cie_info, execute_cfa_program,
7632 uw_frame_state_for): Avoid type punning warnings.
7633 * sysdeps/generic/unwind-dw2-fde-glibc.c
7634 (_Unwind_IteratePhdrCallback): Likewise.
7635 * sysdeps/generic/unwind-dw2-fde.c (_Unwind_Find_FDE): Likewise.
7636 (binary_search_single_encoding_fdes, binary_search_mixed_encoding_fdes,
7637 get_cie_encoding, linear_search_fdes): Don't mix char and unsigned char
7638 pointers.
7639
7640 2007-07-31 Ulrich Drepper <drepper@redhat.com>
7641
7642 * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs_conf): Count
7643 total processors using sysfs.
7644 (__get_nprocs): Use sysfs to determine which processors are online.
7645
7646 2007-07-31 Jakub Jelinek <jakub@redhat.com>
7647
7648 * sysdeps/unix/sysv/linux/posix_fallocate.c (posix_fallocate): Fix
7649 syscall arguments count.
7650
7651 * stdio-common/tfformat.c (sprint_doubles): Add 12 new tests.
7652
7653 2007-07-30 Roland McGrath <roland@redhat.com>
7654
7655 * manual/libc.texinfo: Update copyrights, formatting magic, and
7656 @dircategory. From Karl Berry <karl@freefriends.org>.
7657
7658 2007-07-29 Ulrich Drepper <drepper@redhat.com>
7659
7660 [BZ #4860]
7661 * io/Makefile (headers): Add bits/fcntl2.h.
7662
7663 * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_ZERO_S): Optimize
7664 using gcc builtin.
7665 (__CPU_EQUAL_S): Likewise.
7666
7667 * posix/Makefile (routines): Add sched_cpualloc and sched_cpufree.
7668 (tests): Add tst-cpuset.
7669 * posix/sched_cpualloc.c: New file.
7670 * posix/sched_cpufree.c: New file.
7671 * posix/tst-cpuset.c: New file.
7672 * posix/Versions: Export __sched_cpualloc and __sched_cpufree for
7673 GLIBC_2.7.
7674 * sysdeps/unix/sysv/linux/bits/sched.h: Define __CPU_*_S macros.
7675 * posix/sched.h: Define old CPU_* macros in temers of __CPU_*_S
7676 macros. Define CPU_*_S macros.
7677
7678 2007-07-28 Ulrich Drepper <drepper@redhat.com>
7679
7680 * posix/getconf.c (vars): Add missing _SC_LEVEL4_CACHE_LINESIZE
7681 entry.
7682
7683 [BZ #4858]
7684 * stdio-common/printf_fp.c (___printf_fp): Fix special case of
7685 #.0g and value rounded to 1.0.
7686 * stdio-common/tfformat.c (sprint_doubles): Add two new tests.
7687
7688 2007-07-26 Jakub Jelinek <jakub@redhat.com>
7689
7690 * locale/programs/ld-monetary.c (monetary_finish): Avoid range check
7691 for int_frac_digits and frac_digits.
7692
7693 * login/logout.c (logout): Avoid aliasing violation.
7694 * login/logwtmp.c (logwtmp): Likewise.
7695
7696 * libio/genops.c (_IO_un_link): Avoid aliasing violation.
7697
7698 * nscd/selinux.c (preserve_capabilities): Initialize new_caps
7699 to avoid warning.
7700 * iconv/gconv_open.c (__gconv_open): Initialize ptr to avoid
7701 warning.
7702 * nis/nis_subr.c (nis_getnames): Initialize saveptr to avoid
7703 warning.
7704 * resolv/inet_ntop.c (inet_ntop6): Initialize best.len and cur.len
7705 to avoid warnings.
7706
7707 * nss/nsswitch.c (__nss_lookup_function): Don't cast &ni->known to
7708 void **.
7709 * nss/nsswitch.h (service_user): Use void * type for KNOWN field.
7710
7711 * nss/nss_files/files-hosts.c (LINE_PARSER): Cast host_addr to
7712 char * to avoid warning.
7713 * nis/nss_nis/nis-hosts.c (LINE_PARSER): Likewise.
7714
7715 * timezone/Makefile (CFLAGS-zdump.c): Add -fwrapv.
7716
7717 * locale/programs/ld-ctype.c (ctype_finish, set_class_defaults,
7718 allocate_arrays): Cast second argument to charmap_find_symbol
7719 to char * to avoid warnings.
7720
7721 * locale/programs/repertoire.c (repertoire_new_char): Change
7722 from_nr, to_nr and cnt to unsigned long, adjust printf format
7723 string.
7724
7725 * locale/programs/ld-collate.c (insert_value, handle_ellipsis):
7726 Cast second argument to new_element to char * to avoid warnings.
7727
7728 * locale/weightwc.h (findidx): Cast &extra[-i] to const int32_t *.
7729
7730 * intl/gettextP.h (struct loaded_domain): Change plural to const
7731 struct expression *.
7732 * intl/plural-eval.c (plural_eval): Change first argument to
7733 const struct expression *.
7734 * intl/plural-exp.c (EXTRACT_PLURAL_EXPRESSION): Change first
7735 argument to const struct expression **.
7736 * intl/plural-exp.h (EXTRACT_PLURAL_EXPRESSION, plural_eval): Adjust
7737 prototypes.
7738 * intl/loadmsgcat (_nl_unload_domain): Cast away const
7739 in call to __gettext_free_exp.
7740
7741 * posix/fnmatch.c (fnmatch): Rearrange code to avoid maybe
7742 unitialized wstring/wpattern var warnings.
7743
7744 * posix/runtests.c (struct a_test): Make data field const char *.
7745
7746 * stdio-common/tst-sprintf2.c (main): Don't declere u, v and buf
7747 vars if not LDBL_MANT_DIG >= 106.
7748
7749 * stdio-common/Makefile (CFLAGS-vfwprintf.c): Add -Wno-unitialized.
7750
7751 * stdio-common/vfprintf.c (vfprintf): Cast first arugment to
7752 __find_specmb to avoid warning.
7753
7754 * rt/tst-mqueue1.c (do_one_test): Add casts to avoid warnings.
7755
7756 * debug/test-strcpy_chk.c (do_tests, do_random_tests): Add casts
7757 to avoid warnings.
7758
7759 * sysdeps/ieee754/ldbl-96/s_roundl.c (huge): Add L suffix to
7760 initializer.
7761
7762 * sysdeps/unix/clock_gettime.c (clock_gettime): Only define
7763 tv var when it will be actually used.
7764
7765 * sunrpc/rpc_cmsg.c (xdr_callmsg): Cast IXDR_PUT_* to void
7766 to avoid warnings.
7767
7768 * iconvdata/gbk.c (BODY): Make buf and cp char instead of unsigned
7769 char array resp. pointer.
7770 * iconvdata/iso-2022-kr.c (BODY): Make buf unsigned char instead of
7771 char array.
7772 * iconvdata/cns11643.h (cns11643_to_ucs4): Change first argument
7773 to const unsigned char **.
7774 (ucs4_to_cns11643): Change second argument to unsigned char *.
7775 * iconvdata/euc-tw.c (BODY): Change endp type to
7776 const unsigned char *.
7777 * iconvdata/iso-ir-165.h (ucs4_to_isoir165): Change second argument
7778 to unsigned char *.
7779 * iconvdata/ibm1008_420.c (LOOP_NEED_FLAGS): Don't define.
7780 * iconvdata/iso-2022-cn.c (BODY): Change buf to unsigned char array.
7781 * iconvdata/iso-2022-cn-ext.c (BODY): Change buf, tmpbuf, tmp
7782 types to unsigned char pointers/arrays instead of char.
7783 * iconvdata/jis0201.h (ucs4_to_jisx0201): Change second argument
7784 to unsigned char *.
7785 * iconvdata/jis0208.h (ucs4_to_jisx0208): Likewise.
7786 * iconvdata/jis0212.h: Include assert.h.
7787 (ucs4_to_jisx0212): Change second argument to unsigned char *.
7788 assert that if cp[0] is not '\0', cp[1] is not '\0' either instead
7789 of trying to handle that.
7790 * iconvdata/euc-kr.c (euckr_from_ucs4): Initialize also cp[1] to
7791 shut up a warning.
7792 * iconvdata/euc-jp-ms.c (from_ucs4_lat1, from_ucs4_greek,
7793 from_ucs4_cjk, from_ucs4_cjkcpt, from_ucs4_extra): Change type to
7794 two dimensional const unsigned char arrays.
7795 (BODY): Cast "" to (const unsigned char *) for assignment to cp.
7796 Initialize endp to inptr to shut up a warning.
7797
7798 2007-07-20 Jakub Jelinek <jakub@redhat.com>
7799
7800 [BZ #4772]
7801 * time/strptime_l.c (__strptime_internal): Silently ignore
7802 strftime modifiers and field width in recursive calls.
7803
7804 * include/time.h (enum ptime_locale_status): Remove.
7805 (__strptime_internal): Remove decided and era_cnt arguments,
7806 add statep argument.
7807 * time/strptime_l.c (__strptime_internal): Remove decided
7808 and era_cnt arguments, add statep argument. Don't recompute
7809 any fields in recursive calls, only update caller's tm
7810 and state, if recursive call fails, don't change tm nor
7811 any state.
7812 (get_alt_number): Adjust.
7813 (recursive): Adjust caller.
7814 (strptime): Likewise.
7815 * time/strptime.c (strptime): Likewise.
7816
7817 2007-07-19 Jakub Jelinek <jakub@redhat.com>
7818
7819 * iconv/gconv_int.h (__GCONV_NULCONV): New internal only error code.
7820 * iconv/gconv_cache.c (__gconv_lookup_cache): Return __GCONV_NULCONV
7821 if from and to charsets are the same.
7822 * iconv/gconv_db.c (__gconv_find_transform): Likewise.
7823 * intl/dcigettext.c (_nl_find_msg): Return NULL even if __gconv_open
7824 returns __GCONV_NOCONV, but not for __GCONV_NULCONV.
7825
7826 2007-07-17 Jakub Jelinek <jakub@redhat.com>
7827
7828 * wcsmbs/wchar.h: Only define wint_t if __need_wint_t.
7829 Don't define wint_t when __need_mbstate_t unless it
7830 is necessary.
7831 (__mbstate_t): Use __WINT_TYPE__ rather than wint_t
7832 in the typedef if possible.
7833 * wctype/wctype.h (wint_t): Define by including
7834 wchar.h with __need_wint_t instead of including stddef.h
7835 with __need_wint_t and as fallback definining it ourselves.
7836 * iconv/gconv.h (__need_wint_t): Define before including
7837 wchar.h.
7838 * sysdeps/gnu/_G_config.h: Don't include gconv.h if not _LIBC
7839 or _GLIBCPP_USE_WCHAR_T.
7840 (__need_wchar_t): Don't define
7841 if not _LIBC or _GLIBCPP_USE_WCHAR_T.
7842 (__need_wint_t): Don't define before including stddef.h,
7843 define before including wchar.h only if _LIBC or
7844 _GLIBCPP_USE_WCHAR_T.
7845 (_G_iconv_t): Don't define if not _LIBC or _GLIBCPP_USE_WCHAR_T.
7846 * sysdeps/mach/hurd/_G_config.h: Likewise.
7847 * sysdeps/generic/_G_config.h: Likewise.
7848 * libio/libio.h (__wunderflow, __wuflow, __woverflow): Only
7849 prototype if _LIBC or _GLIBCPP_USE_WCHAR_T.
7850 (_IO_getwc_unlocked, _IO_putwc_unlocked): Only define
7851 if _LIBC or _GLIBCPP_USE_WCHAR_T.
7852
7853 2007-07-28 Ulrich Drepper <drepper@redhat.com>
7854
7855 * sysdeps/posix/posix_fallocate64.c: Undefine
7856 __posix_fallocate64_l64 before alias handling.
7857 * sysdeps/unix/sysv/linux/posix_fallocate.c: New file.
7858 * sysdeps/unix/sysv/linux/posix_fallocate64.c: New file.
7859 * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate.c: New file.
7860 * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate64.c: New file.
7861
7862 * io/tst-posix_fallocate.c: Include <fcntl.h>.
7863
7864 2007-07-23 Jakub Jelinek <jakub@redhat.com>
7865
7866 * locale/programs/ld-collate.c (atwc): New variable.
7867 (add_to_tablewc): New toplevel function, moved from collate_output.
7868 (collate_output): Remove add_to_tablewc nested function.
7869
7870 * iconv/iconvconfig.c (hash_table, hash_size): New toplevel vars.
7871 (name_insert): New function.
7872 (write_output): Remove hash_table and hash_size vars and name_insert
7873 nested function.
7874
7875 2007-07-24 Roland McGrath <roland@redhat.com>
7876
7877 * Makerules (install-others-programs-nosubdir): New target.
7878 (install-no-libc.a-nosubdir): Depend on it.
7879
7880 * iconv/Makefile (install-others-programs): Set this instead of
7881 install-others.
7882 * login/Makefile (install-others-programs): Likewise.
7883 * posix/Makefile (install-others-programs): Likewise.
7884
7885 * Makerules (install-no-libc.a-nosubdir): Clean up conditional
7886 dependencies.
7887
7888 2007-07-23 Ulrich Drepper <drepper@redhat.com>
7889
7890 * io/Makefile (tests): Add tst-posix_fallocate.
7891 * io/tst-posix_fallocate.c: New file.
7892
7893 * sysdeps/unix/sysv/linux/kernel-features.h: Define
7894 __ASSUME_FALLOCATE.
7895
7896 2007-07-22 Roland McGrath <roland@frob.com>
7897
7898 * hurd/getdport.c: Add missing copyright year update.
7899
7900 * sysdeps/mach/hurd/bits/fcntl.h [__USE_GNU] (O_CLOEXEC): New macro.
7901 * hurd/port2fd.c (_hurd_port2fd): Implement O_CLOEXEC.
7902
7903 2007-07-22 Ulrich Drepper <drepper@redhat.com>
7904
7905 * login/utmp_file.c (setutent_file): Use O_CLOEXEC if possible.
7906
7907 * libio/fileops.c (_IO_new_file_fopen): Recognize 'e' flag and set
7908 O_CLOEXEC is needed.
7909 * nis/nss_compat/compat-grp.c: Use 'e' flag when opening file.
7910 Avoid additional fcntl to set O_CLOEXEC if not needed.
7911 * nis/nss_compat/compat-initgroups.c: Likewise.
7912 * nis/nss_compat/compat-pwd.c: Likewise.
7913 * nis/nss_compat/compat-spwd.c: Likewise.
7914
7915 2007-07-21 Samuel Thibault <samuel.thibault@ens-lyon.org>
7916
7917 [BZ #3665]
7918 * manual/errno.texi: Change ECANCELED value to 119.
7919
7920 [BZ #4610]
7921 * mach/lock-intern.h: Include <sys/cdefs.h>.
7922
7923 [BZ #4178]
7924 * sysdeps/mach/hurd/sigaction.c (__sigaction): Check ACT != NULL before
7925 reading A.
7926
7927 [BZ #4126]
7928 * sysdeps/mach/hurd/sigsuspend.c (sigsuspend_not_cancel): Define alias
7929 to __sigsuspend.
7930
7931 * sysdeps/mach/i386/sysdep.h: Include <dl-sysdep.h> and <tls.h>.
7932
7933 2006-06-13 Thomas Schwinge <tschwinge@gnu.org>
7934
7935 * sysdeps/mach/hurd/tls.h: Change `ASSEMBLER' conditional to
7936 `__ASSEMBLER__'.
7937 * sysdeps/mach/hurd/i386/tls.h: Likewise.
7938
7939 2007-07-21 Ulrich Drepper <drepper@redhat.com>
7940
7941 * nscd/nscd_helper.c (get_mapping): Use MSG_CMSG_CLOEXEC for
7942 descriptor received from nscd.
7943
7944 * sysdeps/unix/sysv/linux/bits/socket.h: Define MSG_CMSG_CLOEXEC.
7945
7946 * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define O_CLOEXEC.
7947 * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
7948 * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
7949 * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
7950 * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
7951 * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
7952
7953 2007-07-20 Jakub Jelinek <jakub@redhat.com>
7954
7955 [BZ #4816]
7956 * manual/signal.texi (Non-atomic Example): Make memory var volatile.
7957
7958 [BZ #4813]
7959 * login/forkpty.c (forkpty): Close master and slave fds on
7960 fork failure. Patch by
7961 Mikulas Patocka <mikulas@artax.karlin.mff.cuni.cz>.
7962
7963 2007-07-18 Jakub Jelinek <jakub@redhat.com>
7964
7965 * include/features.h (__USE_ISOC95): New define.
7966 * wcsmbs/wchar.h (fwprintf, fwscanf, wprintf, wscanf, swprintf,
7967 swscanf, vfwprintf, vwprintf, vswprintf, fwide): Define even
7968 for -std=iso9899:199409.
7969 * CONFORMANCE: Remove comments about unsupported AMD1.
7970
7971 2007-07-17 Jakub Jelinek <jakub@redhat.com>
7972
7973 * sysdeps/ia64/sched_cpucount.c: New file.
7974 * sysdeps/powerpc/sched_cpucount.c: New file.
7975
7976 * sysdeps/unix/sysv/linux/bits/sched.h (__sched_cpucount): Add
7977 __BEGIN_DECLS/__END_DECLS around the prototype.
7978 * bits/sched.h (__sched_cpucount): Likewise. Make second argument
7979 pointer to const cpu_set_t.
7980
7981 * bits/types.h: Don't include stddef.h, don't define __need_size_t.
7982 * signal/signal.h <__USE_BSD || __USE_XOPEN_EXTENDED>: Define
7983 __need_size_t and include stddef.h.
7984 * sysvipc/sys/msg.h: Likewise.
7985 * posix/sched.h: Likewise.
7986 * hurd/hurd/signal.h (__need_size_t): Define.
7987
7988 * CONFORMANCE: ctype.h and wctype.h no longer define size_t,
7989 neither does signal.h in pedantic ISO C namespaces. stdio.h
7990 no longer defines wint_t or wchar_t.
7991
7992 * libio/libioP.h (_IO_acquire_lock_clear_flags2_fct): New function.
7993 * debug/vfwprintf_chk.c (__vfwprintf_chk): Use
7994 _IO_acquire_lock_clear_flags2 instead of _IO_acquire_lock.
7995 * debug/vprintf_chk.c (__vprintf_chk): Likewise.
7996 * debug/vwprintf_chk.c (__vwprintf_chk): Likewise.
7997 * debug/vfprintf_chk.c (__vfprintf_chk): Likewise.
7998 * debug/fwprintf_chk.c (__fwprintf_chk): Likewise.
7999 * debug/printf_chk.c (__printf_chk): Likewise.
8000 * debug/fprintf_chk.c (__fprintf_chk): Likewise.
8001 * debug/wprintf_chk.c (__wprintf_chk): Likewise.
8002
8003 * sysdeps/pthread/bits/stdio-lock.h (_IO_acquire_lock_clear_flags2):
8004 Define.
8005
8006 * bits/confname.h (_CS_POSIX_V6_WIDTH_RESTRICTED_ENVS): Define.
8007 * posix/getconf.c (vars): Add POSIX_V6_WIDTH_RESTRICTED_ENVS.
8008
8009 2007-07-16 Jakub Jelinek <jakub@redhat.com>
8010
8011 [BZ #4792]
8012 * stdlib/stdlib.h (realloc): Remove __attribute_malloc__.
8013 * malloc/malloc.h (realloc): Likewise.
8014
8015 * libio/iopopen.c (_IO_new_proc_open): Don't close child_std_end
8016 if one of proc_file_chain streams has that fileno.
8017 * stdio-common/Makefile (tests): Add tst-popen2.
8018 * stdio-common/tst-popen2.c: New test.
8019
8020 2007-07-14 Jakub Jelinek <jakub@redhat.com>
8021
8022 * elf/ldconfig.c: Allow GPLv2 or any later version.
8023 * elf/readlib.c: Likewise.
8024 * elf/chroot_canon.c: Likewise.
8025 * elf/cache.c: Likewise.
8026 * nscd/mem.c: Likewise.
8027 * nscd/getpwuid_r.c: Likewise.
8028 * nscd/grpcache.c: Likewise.
8029 * nscd/aicache.c: Likewise.
8030 * nscd/getsrvbynm_r.c: Likewise.
8031 * nscd/nscd.c: Likewise.
8032 * nscd/servicescache.c: Likewise.
8033 * nscd/getsrvbypt_r.c: Likewise.
8034 * nscd/initgrcache.c: Likewise.
8035 * nscd/gethstbyad_r.c: Likewise.
8036 * nscd/gethstbynm2_r.c: Likewise.
8037 * nscd/getgrnam_r.c: Likewise.
8038 * nscd/nscd_setup_thread.c: Likewise.
8039 * nscd/getpwnam_r.c: Likewise.
8040 * nscd/gai.c: Likewise.
8041 * nscd/connections.c: Likewise.
8042 * nscd/dbg_log.c: Likewise.
8043 * nscd/cache.c: Likewise.
8044 * nscd/hstcache.c: Likewise.
8045 * nscd/nscd_conf.c: Likewise.
8046 * nscd/getgrgid_r.c: Likewise.
8047 * nscd/pwdcache.c: Likewise.
8048 * catgets/gencat.c: Likewise.
8049 * locale/programs/linereader.h: Likewise.
8050 * locale/programs/locarchive.c: Likewise.
8051 * locale/programs/ld-paper.c: Likewise.
8052 * locale/programs/locfile-kw.h: Likewise.
8053 * locale/programs/ld-address.c: Likewise.
8054 * locale/programs/xmalloc.c: Likewise.
8055 * locale/programs/ld-time.c: Likewise.
8056 * locale/programs/localedef.c: Likewise.
8057 * locale/programs/simple-hash.c: Likewise.
8058 * locale/programs/xstrdup.c: Likewise.
8059 * locale/programs/ld-numeric.c: Likewise.
8060 * locale/programs/locfile-kw.gperf: Likewise.
8061 * locale/programs/ld-collate.c: Likewise.
8062 * locale/programs/charmap-kw.gperf: Likewise.
8063 * locale/programs/charmap.h: Likewise.
8064 * locale/programs/charmap-kw.h: Likewise.
8065 * locale/programs/config.h: Likewise.
8066 * locale/programs/locfile.c: Likewise.
8067 * locale/programs/ld-ctype.c: Likewise.
8068 * locale/programs/charmap.c: Likewise.
8069 * locale/programs/ld-messages.c: Likewise.
8070 * locale/programs/repertoire.h: Likewise.
8071 * locale/programs/locale.c: Likewise.
8072 * locale/programs/ld-name.c: Likewise.
8073 * locale/programs/linereader.c: Likewise.
8074 * locale/programs/locfile.h: Likewise.
8075 * locale/programs/3level.h: Likewise.
8076 * locale/programs/ld-monetary.c: Likewise.
8077 * locale/programs/ld-measurement.c: Likewise.
8078 * locale/programs/charmap-dir.c: Likewise.
8079 * locale/programs/ld-identification.c: Likewise.
8080 * locale/programs/localedef.h: Likewise.
8081 * locale/programs/charmap-dir.h: Likewise.
8082 * locale/programs/repertoire.c: Likewise.
8083 * locale/programs/simple-hash.h: Likewise.
8084 * locale/programs/ld-telephone.c: Likewise.
8085 * locale/programs/locale-spec.c: Likewise.
8086 * locale/programs/locfile-token.h: Likewise.
8087 * posix/getconf.c: Likewise.
8088 * iconv/dummy-repertoire.c: Likewise.
8089 * iconv/iconv_charmap.c: Likewise.
8090 * iconv/iconvconfig.c: Likewise.
8091 * iconv/iconv_prog.c: Likewise.
8092 * malloc/memusagestat.c: Likewise.
8093 * sysdeps/unix/sysv/linux/nscd_setup_thread.c: Likewise.
8094
8095 2007-07-06 Kaz Kojima <kkojima@rr.iij4u.or.jp>
8096
8097 * sysdeps/sh/bsd-setjmp.S (setjmp): Use correct argument registers.
8098 * sysdeps/sh/bsd-_setjmp.S (_setjmp): Likewise.
8099 * sysdeps/unix/sysv/linux/sh/clone.S (__clone): Do correct sanity
8100 check for the first argument.
8101
8102 2007-07-12 Jakub Jelinek <jakub@redhat.com>
8103
8104 [BZ #4775]
8105 * math/tgmath.h (__tgmath_real_type_sub): Formatting.
8106 (__tgmath_real_type): Fix if expr is const int or other const
8107 qualified integral type.
8108 (__TGMATH_UNARY_REAL_ONLY): Rewritten to avoid using statement
8109 expressions and handle const qualified arguments.
8110 (__TGMATH_BINARY_FIRST_REAL_ONLY, __TGMATH_UNARY_REAL_IMAG,
8111 __TGMATH_UNARY_REAL_IMAG_RET_REAL): Likewise.
8112 (__TGMATH_UNARY_REAL_RET_ONLY): Rewritten to avoid using
8113 statement expressions.
8114 (__TGMATH_BINARY_REAL_ONLY, __TGMATH_TERNARY_FIRST_SECOND_REAL_ONLY,
8115 __TGMATH_TERNARY_REAL_ONLY, __TGMATH_BINARY_REAL_IMAG): Likewise.
8116 (__TGMATH_UNARY_IMAG): Define.
8117 (conj, cproj): Use __TGMATH_UNARY_IMAG macro.
8118 * math/Makefile (tests): Add test-tgmath2.
8119 (CFLAGS-test-tgmath2.c): Add.
8120 * math/test-tgmath.c (fy, dy, ly, fz, dz, lz, count_cdouble,
8121 count_cfloat, count_cldouble): New variables.
8122 (NCCALLS): Define.
8123 (main): Check number of complex calls as well.
8124 (F(compile_test)): Add complex tests and tests with const qualified
8125 arguments.
8126 (y, z, ccount): Define.
8127 (F(cacos), F(casin), F(catan), F(ccos), F(csin), F(ctan), F(cacosh),
8128 F(casinh), F(catanh), F(ccosh), F(csinh), F(ctanh), F(cexp), F(clog),
8129 F(csqrt), F(cpow), F(cabs), F(carg), F(creal), F(cimag), F(conj),
8130 F(cproj)): New functions.
8131 * math/test-tgmath2.c: New test.
8132
8133 2007-07-11 Jakub Jelinek <jakub@redhat.com>
8134
8135 [BZ #4776]
8136 * elf/dl-load.c (_dl_rtld_di_serinfo): Output / in LD_LIBRARY_PATH,
8137 RPATH etc. as "/" rather than "", don't segfault on empty paths,
8138 instead output ".".
8139 * dlfcn/Makefile (distribute): Add glreflib3.c.
8140 (module-names): Add glreflib3.
8141 ($(objpfx)tst-dlinfo.out): Depend on glreflib3.so rather than
8142 glreflib1.so.
8143 (LDFLAGS_glreflib3.so): New.
8144 * dlfcn/tst-dlinfo.c (do_test): Load glreflib3.so instead of
8145 glreflib1.so.
8146 * dlfcn/glreflib3.c: New file.
8147
8148 * intl/finddomain.c (_nl_find_domain): If _nl_explode_name
8149 returned -1, return NULL.
8150 * intl/explodename.c (_nl_explode_name): Return -1 if
8151 _nl_normalize_codeset failed.
8152
8153 2007-07-07 Steven Munroe <sjmunroe@us.ibm.com>
8154
8155 * sysdeps/powerpc/powerpc32/power6/memset.S: Update comments.
8156 Specify .machine power6 to get ISA-V2.0 branch hints. Unroll loops
8157 and avoid branch misspredicts for > 31 bytes memset case.
8158 * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
8159 Remove toc ref to __cache_line_size.
8160
8161 * sysdeps/powerpc/powerpc32/power4/memcmp.S: Specify .machine power4
8162 to get ISA-V2.0 branch hints.
8163 * sysdeps/powerpc/powerpc32/power4/memcpy.S: Likewise
8164 * sysdeps/powerpc/powerpc32/power4/memset.S: Likewise
8165 * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
8166 * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
8167 * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
8168 * sysdeps/powerpc/powerpc64/power4/memset.S: Likewise.
8169 Remove toc ref to __cache_line_size.
8170
8171 * sysdeps/powerpc/powerpc32/power6/fpu/s_llrint.S:
8172 Include math_ldbl_opt.h.
8173
8174 2007-07-10 Ulrich Drepper <drepper@redhat.com>
8175
8176 [BZ #4773]
8177 * time/strptime_l.c (__strptime_internal): Implement greedy
8178 matching of weekday and month names.
8179
8180 2007-07-09 Roland McGrath <roland@redhat.com>
8181
8182 * elf/elf.h (NT_GNU_ABI_TAG): New macro.
8183 (ELF_NOTE_ABI): Use it.
8184 (NT_GNU_HWCAP, NT_GNU_BUILD_ID): New macros.
8185
8186 2007-07-09 Ulrich Drepper <drepper@redhat.com>
8187
8188 * sysdeps/x86_64/cacheinfo.c (intel_02_known): Add new entries.
8189 * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_02_known): Likewise.
8190
8191 2007-07-07 Ulrich Drepper <drepper@redhat.com>
8192
8193 [BZ #4745]
8194 * stdio-common/vfscanf.c (_IO_vfscanf): Add additional test for EOF
8195 in loop to look for conversion specifier to avoid testing of
8196 wrong errno value.
8197 * stdio-common/Makefile (tests): Add bug18, bug18a, bug19, bug19a.
8198 * stdio-common/bug18.c: New file.
8199 * stdio-common/bug18a.c: New file.
8200 * stdio-common/bug19.c: New file.
8201 * stdio-common/bug19a.c: New file.
8202
8203 2007-07-05 Mike Frysinger <vapier@gentoo.org>
8204
8205 * Makeconfig ($(common-objpfx)gnu/lib-names.stmp): Use LC_ALL=C when
8206 running awk script.
8207
8208 2007-07-01 Jakub Jelinek <jakub@redhat.com>
8209
8210 * elf/dl-sysdep.c (_dl_important_hwcaps): Add integer overflow check.
8211 * elf/dl-minimal.c (__libc_memalign): Likewise. Handle malloc (0).
8212 Return NULL if mmap failed instead of asserting it does not.
8213 (calloc): Check for integer overflow.
8214
8215 * elf/dl-minimal.c (__strtoul_internal): Fix parsing of numbers bigger
8216 than LONG_MAX / 10.
8217
8218 2007-07-03 Jakub Jelinek <jakub@redhat.com>
8219
8220 [BZ #4702]
8221 * nis/nss-default.c: Include errno.h.
8222 (init): Preserve errno.
8223
8224 2007-07-02 Ulrich Drepper <drepper@redhat.com>
8225
8226 * sysdeps/unix/sysv/linux/bits/socket.h (PF_UNIX): Update comment.
8227
8228 2007-06-30 Ulrich Drepper <drepper@redhat.com>
8229
8230 * sysdeps/unix/sysv/linux/bits/socket.h: Add PF_RXRPC and AF_RXRPC.
8231
8232 2007-06-29 Martin Schwidefsky <schwidefsky@de.ibm.com>
8233
8234 * sysdeps/unix/sysv/linux/bits/socket.h: Add PF_IUCV and AF_IUCV.
8235
8236 2007-06-29 Martin Schwidefsky <schwidefsky@de.ibm.com>
8237
8238 * sysdeps/s390/dl-procinfo.c: New file.
8239 * sysdeps/s390/dl-procinfo.h: New file.
8240 * sysdeps/unix/sysv/linux/s390/dl-procinfo.h: New file.
8241
8242 2007-06-29 Jakub Jelinek <jakub@redhat.com>
8243
8244 * elf/dl-load.c (open_verify): Find .note.ABI-tag notes even
8245 in PT_NOTE segments with multiple notes.
8246 * elf/readelflib.c (process_elf_file): Likewise.
8247
8248 2007-06-22 Ulrich Drepper <drepper@redhat.com>
8249
8250 * nis/nis_domain_of.c (__nis_domain_of): Make the code a bit more
8251 ISO C compliant.
8252
8253 2007-06-19 Ulrich Drepper <drepper@redhat.com>
8254
8255 * elf/dl-close.c (free_mem): Free _dl_scope_free_list.
8256
8257 2007-06-13 Jakub Jelinek <jakub@redhat.com>
8258
8259 * include/link.h: Don't include rtld-lowlevel.h.
8260 (struct link_map): Remove l_scope_lock.
8261 * sysdeps/generic/ldsodefs.h: Don't include rtld-lowlevel.h.
8262 (_dl_scope_free_list): New field (variable) in _rtld_global.
8263 (DL_LOOKUP_SCOPE_LOCK): Remove.
8264 (_dl_scope_free): New prototype.
8265 * elf/dl-runtime.c (_dl_fixup): Don't use __rtld_mrlock_*lock.
8266 Don't pass DL_LOOKUP_SCOPE_LOCK to _dl_lookup_symbol_x.
8267 (_dl_profile_fixup): Likewise.
8268 * elf/dl-sym.c (do_sym): Likewise. Use wrapped _dl_lookup_symbol_x
8269 whenever !RTLD_SINGLE_THREAD_P, use THREAD_GSCOPE_SET_FLAG and
8270 THREAD_GSCOPE_RESET_FLAG around it.
8271 * elf/dl-close.c (_dl_close_worker): Don't use
8272 __rtld_mrlock_{change,done}. Call _dl_scope_free on the old
8273 scope. Make sure THREAD_GSCOPE_WAIT () happens if any old
8274 scopes were queued or if l_scope_mem has been abandoned.
8275 * elf/dl-open.c (_dl_scope_free): New function.
8276 (dl_open_worker): Use it. Don't use __rtld_mrlock_{change,done}.
8277 * elf/dl-support.c (_dl_scope_free_list): New variable.
8278 * elf/dl-lookup.c (add_dependency): Remove flags argument.
8279 Remove DL_LOOKUP_SCOPE_LOCK handling.
8280 (_dl_lookup_symbol_x): Adjust caller. Remove DL_LOOKUP_SCOPE_LOCK
8281 handling.
8282 * elf/dl-object.c (_dl_new_object): Don't use
8283 __rtld_mrlock_initialize.
8284
8285 2007-06-19 Ulrich Drepper <drepper@redhat.com>
8286
8287 * sysdeps/generic/ldsodefs.h (rtld_global): Reorder some elements
8288 to fill in holes
8289 (rtld_global_ro): Likewise.
8290
8291 2007-06-18 Jakub Jelinek <jakub@redhat.com>
8292
8293 * elf/dl-addr.c (_dl_addr): Skip PT_LOAD checking if l_contiguous.
8294 Move PT_LOAD checking to...
8295 (_dl_addr_inside_object): ... here, new function.
8296 * elf/dl-sym.c (do_sym): If not l_contiguous,
8297 call _dl_addr_inside_object.
8298 * elf/dl-iteratephdr.c (__dl_iterate_phdr): Likewise.
8299 * dlfcn/dlinfo.c (dlinfo_doit): Likewise.
8300 * elf/dl-open.c (dl_open_worker): Likewise.
8301 (_dl_addr_inside_object): New function if IS_IN_rtld.
8302 * elf/dl-load.c (_dl_map_object_from_fd): Set l_contiguous if no
8303 holes are present or are PROT_NONE protected.
8304 * include/link.h (struct link_map): Add l_contiguous field.
8305 * sysdeps/generic/ldsodefs.h (_dl_addr_inside_object): New prototype.
8306
8307 2007-06-18 Jakub Jelinek <jakub@redhat.com>
8308 Tomas Janousek <tjanouse@redhat.com>
8309 Ulrich Drepper <drepper@redhat.com>
8310
8311 [BZ #4647]
8312 * resolv/res_send.c (send_dg): Remove socket_pf. Use ipv6_unavail
8313 member in __res_state, only convaddr4to6 if nssocks[ns] is a PF_INET6
8314 socket.
8315 * resolv/resolv.h (__res_state): Add ipv6_unavail member. Make
8316 unused member a bitmap.
8317 * resolv/res_init.c (__res_vinit): Reset ipv6_unavail if IPv6
8318 servers are configured.
8319
8320 2007-06-18 Jakub Jelinek <jakub@redhat.com>
8321
8322 * elf/rtld.c (dl_main): Don't call init_tls more than once.
8323
8324 2007-06-17 Andreas Schwab <schwab@suse.de>
8325
8326 * sysdeps/generic/initfini.c: Tell gcc about the nonstandard sections.
8327
8328 2007-06-16 Andreas Jaeger <aj@suse.de>
8329
8330 [BZ #4125]
8331 * sysdeps/unix/sysv/linux/sys/ptrace.h
8332 (PTRACE_O_TRACESYSGOOD, PTRACE_O_TRACEFORK,
8333 PTRACE_O_TRACEVFORK, PTRACE_O_TRACECLONE, PTRACE_O_TRACEEXEC,
8334 PTRACE_O_TRACEVFORKDONE, PTRACE_O_TRACEEXIT, PTRACE_O_MASK,
8335 PTRACE_EVENT_FORK, PTRACE_EVENT_VFORK, PTRACE_EVENT_CLONE,
8336 PTRACE_EVENT_EXEC, PTRACE_EVENT_VFORK_DONE, PTRACE_EVENT_EXIT):
8337 Define.
8338 * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
8339 * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h: Likewise.
8340 * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
8341 * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
8342
8343 2007-06-16 Ulrich Drepper <drepper@redhat.com>
8344
8345 [BZ #4599]
8346 * sysdeps/unix/sysv/linux/check_pf.c (make_request): When
8347 determining whether there are IPv4/IPv6 addresses, ignore loopback
8348 addresses.
8349
8350 2007-06-14 Uros Bizjak <ubizjak@gmail.com>
8351
8352 * soft-fp/soft-fp.h (CMPtype): Define to "int" if undefined.
8353 * soft-fp/eqdf2.c (__eqdf2): Use CMPtype instead of int
8354 as the return type. Change type of "r" variable to CMPtype.
8355 * soft-fp/eqsf2.c (__eqsf2): Likewise.
8356 * soft-fp/eqtf2.c (__eqtf2): Likewise.
8357 * soft-fp/gedf2.c (__gedf2): Likewise.
8358 * soft-fp/gesf2.c (__gesf2): Likewise.
8359 * soft-fp/getf2.c (__getf2): Likewise.
8360 * soft-fp/ledf2.c (__ledf2): Likewise.
8361 * soft-fp/lesf2.c (__lesf2): Likewise.
8362 * soft-fp/letf2.c (__letf2): Likewise.
8363 * soft-fp/unorddf2 (__unorddf2): Likewise.
8364 * soft-fp/unordsf2 (__unordsf2): Likewise.
8365 * soft-fp/unordtf2 (__unordtf2): Likewise.
8366
8367 2007-06-09 Ulrich Drepper <drepper@redhat.com>
8368
8369 * elf/do-lookup.h (do_lookup_x): Read r_nlist before r_list and
8370 make sure gcc doesn't mess around with this.
8371
8372 2007-06-08 Ulrich Drepper <drepper@redhat.com>
8373
8374 * elf/dl-lookup.c (_dl_lookup_symbol_x): Remove use of r_nlist.
8375
8376 2007-06-08 Jakub Jelinek <jakub@redhat.com>
8377
8378 * elf/dl-close.c (_dl_close_worker): Remove all to be removed
8379 libraries from the global scope at once and call THREAD_GSCOPE_WAIT
8380 at most once per _dl_close_worker.
8381
8382 2007-06-08 Ulrich Drepper <drepper@redhat.com>
8383
8384 * sysdeps/unix/sysv/linux/bits/sched.h: Make second parameter of
8385 __sched_cpucount as const.
8386 * posix/sched_cpucount.c: Adjust.
8387
8388 * posix/sched_cpucount.c (__sched_cpucount): Allow using special
8389 instruction for counting bits.
8390 * sysdeps/x86_64/sched_cpucount.c: New file.
8391
8392 2007-06-07 Ulrich Drepper <drepper@redhat.com>
8393
8394 * configure.in: Avoid variable named BASH.
8395 * config.make.in: Likewise.
8396 Patch in part by Mike Frysinger.
8397
8398 2007-06-06 Jakub Jelinek <jakub@redhat.com>
8399
8400 [BZ #4586]
8401 * sysdeps/i386/ldbl2mpn.c (__mpn_extract_long_double): Treat
8402 pseudo-zeros as zero.
8403 * sysdeps/x86_64/ldbl2mpn.c: New file.
8404 * sysdeps/ia64/ldbl2mpn.c: New file.
8405
8406 2007-06-04 Jakub Jelinek <jakub@redhat.com>
8407
8408 * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (nextafterl): Remove
8409 unused ily variable. Fix nextafterl on +-__LDBL_MAX__ and +-Inf.
8410 Remove unreachable code at the end.
8411
8412 2007-06-01 Steven Munroe <sjmunroe@us.ibm.com>
8413
8414 * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c: Correct description of
8415 ldbl-128ibm in comment.
8416 (fpclassifyl): Correct classification of denormals.
8417 * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (nextafterl): Correct
8418 return value for MIN denormal. Rewrite using long double math too
8419 correctly handle denormals and canonicalize the results.
8420
8421 2007-06-05 Jakub Jelinek <jakub@redhat.com>
8422
8423 * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c
8424 (__mpn_construct_long_double): Fix conversion where result ought
8425 to be smaller than __LDBL_MIN__, or the low double should be
8426 denormal. Fix decision where to negate low double - honor round
8427 to even rules.
8428 * stdio-common/tst-sprintf2.c: Include string.h.
8429 (COMPARE_LDBL): Define.
8430 (TEST): Also test whether a string hexadecimal float representation
8431 can be parsed back to the number.
8432 (main): Add a couple of further tests.
8433
8434 2007-06-04 Jakub Jelinek <jakub@redhat.com>
8435
8436 * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c
8437 (PRINT_FPHEX_LONG_DOUBLE): Fix printing numbers where lower double
8438 is non-zero, but smaller than 2 * __DBL_MIN__.
8439 * stdio-common/tst-sprintf2.c: New test.
8440 * stdio-common/Makefile (tests): Add tst-sprintf2.
8441
8442 * math/test-misc.c (main): Don't run last batch of tests with
8443 IBM long double format.
8444
8445 2007-05-31 Steven Munroe <sjmunroe@us.ibm.com>
8446
8447 * sysdeps/powerpc/powerpc32/970/fpu/Implies: New file.
8448 * sysdeps/powerpc/powerpc32/power5/fpu/Implies: New file.
8449 * sysdeps/powerpc/powerpc32/power5+/fpu/Implies: New file.
8450 * sysdeps/powerpc/powerpc32/power6/fpu/Implies: New file.
8451 * sysdeps/powerpc/powerpc32/power6x/fpu/Implies: New file.
8452 * sysdeps/powerpc/powerpc64/970/fpu/Implies: New file.
8453 * sysdeps/powerpc/powerpc64/power5/fpu/Implies: New file.
8454 * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: New file.
8455 * sysdeps/powerpc/powerpc64/power6/fpu/Implies: New file.
8456 * sysdeps/powerpc/powerpc64/power6x/fpu/Implies: New file.
8457 * sysdeps/unix/sysv/linux/powerpc/powerpc32/970/fpu/Implies: New file.
8458 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/fpu/Implies:
8459 New file.
8460 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/fpu/Implies:
8461 New file.
8462 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5+/fpu/Implies:
8463 New file.
8464 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/fpu/Implies:
8465 New file.
8466 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/fpu/Implies:
8467 New file.
8468 * sysdeps/unix/sysv/linux/powerpc/powerpc64/970/fpu/Implies: New file.
8469 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/fpu/Implies:
8470 New file.
8471 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/fpu/Implies:
8472 New file.
8473 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5+/fpu/Implies:
8474 New file.
8475 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/fpu/Implies:
8476 New file.
8477 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/fpu/Implies:
8478 New file.
8479
8480 2007-05-31 Steven Munroe <sjmunroe@us.ibm.com>
8481
8482 * sysdeps/powerpc/powerpc32/powerpc64/fpu/s_llrint.S: Move.
8483 * sysdeps/powerpc/powerpc32/power4/fpu/s_llrint.S: To here.
8484 * sysdeps/powerpc/powerpc32/powerpc64/fpu/s_llrintf.S: Move.
8485 * sysdeps/powerpc/powerpc32/power4/fpu/s_llrintf.S: To here.
8486 * sysdeps/powerpc/powerpc32/powerpc64/fpu/s_llround.S: Move.
8487 * sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S: To here.
8488 * sysdeps/powerpc/powerpc32/powerpc64/fpu/s_llroundf.S: Move.
8489 * sysdeps/powerpc/powerpc32/power4/fpu/s_llroundf.S: To here.
8490
8491 2007-05-22 Steven Munroe <sjmunroe@us.ibm.com>
8492
8493 * sysdeps/powerpc/powerpc32/power5+/fpu/s_round.S
8494 (LONG_DOUBLE_COMPAT): Specify correct version, GLIBC_2_1.
8495 * sysdeps/powerpc/powerpc32/power5+/fpu/s_trunc.S
8496 (LONG_DOUBLE_COMPAT): Specify correct version, GLIBC_2_1.
8497 * sysdeps/powerpc/powerpc64/power5+/fpu/s_round.S
8498 (LONG_DOUBLE_COMPAT): Specify correct version, GLIBC_2_1.
8499 * sysdeps/powerpc/powerpc64/power5+/fpu/s_trunc.S
8500 (LONG_DOUBLE_COMPAT): Specify correct version, GLIBC_2_1.
8501
8502 2007-05-21 Steven Munroe <sjmunroe@us.ibm.com>
8503
8504 * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: New file.
8505 * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.c: New file.
8506 * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: New file.
8507 * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: New file.
8508
8509 2007-03-15 Steven Munroe <sjmunroe@us.ibm.com>
8510
8511 * sysdeps/powerpc/powerpc32/powerpc64/fpu/s_llrint.S
8512 [LONG_DOUBLE_COMPAT]: Add compat_symbol for llrintl@@GLIBC_2_1.
8513
8514 2006-02-13 Steven Munroe <sjmunroe@us.ibm.com>
8515
8516 * sysdeps/powerpc/powerpc32/power6/fpu/s_llrint.S: New File
8517 * sysdeps/powerpc/powerpc32/power6/fpu/s_llrintf.S: New File
8518 * sysdeps/powerpc/powerpc32/power6/fpu/s_llround.S: New File
8519 * sysdeps/powerpc/powerpc32/power6/fpu/s_llroundf.S: New File
8520
8521 2006-10-20 Steven Munroe <sjmunroe@us.ibm.com>
8522
8523 * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: New file.
8524 * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: New file.
8525
8526 2006-10-03 Steven Munroe <sjmunroe@us.ibm.com>
8527
8528 * sysdeps/powerpc/powerpc32/powerpc64/fpu/s_llround.S: New file.
8529 * sysdeps/powerpc/powerpc32/powerpc64/fpu/s_llroundf.S: New file.
8530
8531 * sysdeps/powerpc/powerpc32/powerpc64/fpu/Makefile: Moved.
8532 * sysdeps/powerpc/powerpc32/powerpc64/fpu/mpa.c: Likewise.
8533 * sysdeps/powerpc/powerpc32/power4/fpu/Makefile: To here.
8534 * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
8535
8536 2006-09-29 Steven Munroe <sjmunroe@us.ibm.com>
8537
8538 * sysdeps/powerpc/powerpc32/power6x/fpu/s_lrint.S: New file.
8539 * sysdeps/powerpc/powerpc32/power6x/fpu/s_lround.S: New file.
8540 * sysdeps/powerpc/powerpc64/power6x/fpu/s_llrint.S: New file.
8541 * sysdeps/powerpc/powerpc64/power6x/fpu/s_llround.S: New file.
8542
8543 2006-09-28 Steven Munroe <sjmunroe@us.ibm.com>
8544
8545 * sysdeps/powerpc/powerpc32/power5+/fpu/s_llround.S: New file.
8546 * sysdeps/powerpc/powerpc32/power5+/fpu/s_llroundf.S: New file.
8547 * sysdeps/powerpc/powerpc32/power5+/fpu/s_lround.S: New file.
8548 * sysdeps/powerpc/powerpc32/power6x/fpu/Implies: New file.
8549 * sysdeps/powerpc/powerpc64/power5+/fpu/s_llround.S: New file.
8550 * sysdeps/powerpc/powerpc64/power6x/fpu/Implies: New file.
8551
8552 2006-08-31 Steven Munroe <sjmunroe@us.ibm.com>
8553
8554 * sysdeps/powerpc/powerpc32/powerpc64/fpu/Makefile: New file.
8555 * sysdeps/powerpc/powerpc32/powerpc64/fpu/mpa.c: New file.
8556 * sysdeps/powerpc/powerpc64/power4/fpu/Makefile: New file.
8557 * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: New file.
8558
8559 2006-06-15 Steven Munroe <sjmunroe@us.ibm.com>
8560
8561 * sysdeps/powerpc/powerpc32/power5+/fpu/s_ceil.S: New file.
8562 * sysdeps/powerpc/powerpc32/power5+/fpu/s_ceilf.S: New file.
8563 * sysdeps/powerpc/powerpc32/power5+/fpu/s_floor.S: New file.
8564 * sysdeps/powerpc/powerpc32/power5+/fpu/s_floorf.S: New file.
8565 * sysdeps/powerpc/powerpc32/power5+/fpu/s_round.S: New file.
8566 * sysdeps/powerpc/powerpc32/power5+/fpu/s_roundf.S: New file.
8567 * sysdeps/powerpc/powerpc32/power5+/fpu/s_trunc.S: New file.
8568 * sysdeps/powerpc/powerpc32/power5+/fpu/s_truncf.S: New file.
8569 * sysdeps/powerpc/powerpc64/power5+/fpu/s_ceil.S: New file.
8570 * sysdeps/powerpc/powerpc64/power5+/fpu/s_ceilf.S: New file.
8571 * sysdeps/powerpc/powerpc64/power5+/fpu/s_floor.S: New file.
8572 * sysdeps/powerpc/powerpc64/power5+/fpu/s_floorf.S: New file.
8573 * sysdeps/powerpc/powerpc64/power5+/fpu/s_round.S: New file.
8574 * sysdeps/powerpc/powerpc64/power5+/fpu/s_roundf.S: New file.
8575 * sysdeps/powerpc/powerpc64/power5+/fpu/s_trunc.S: New file.
8576 * sysdeps/powerpc/powerpc64/power5+/fpu/s_truncf.S: New file.
8577
8578 2006-03-20 Steven Munroe <sjmunroe@us.ibm.com>
8579
8580 * sysdeps/powerpc/powerpc32/powerpc64/fpu/s_llrint.S: New file.
8581 * sysdeps/powerpc/powerpc32/powerpc64/fpu/s_llrintf.S: New file.
8582
8583 2007-06-01 Steven Munroe <sjmunroe@us.ibm.com>
8584
8585 * sysdeps/powerpc/powerpc32/power6/memset.S: New file.
8586 * sysdeps/powerpc/powerpc64/power6/memset.S: New file.
8587
8588 2007-05-31 Steven Munroe <sjmunroe@us.ibm.com>
8589
8590 * sysdeps/powerpc/powerpc32/970/Implies: New file.
8591 * sysdeps/powerpc/powerpc32/power5/Implies: New file.
8592 * sysdeps/powerpc/powerpc32/power5+/Implies: New file.
8593 * sysdeps/powerpc/powerpc32/power6/Implies: New file.
8594 * sysdeps/powerpc/powerpc32/power6x/Implies: New file.
8595 * sysdeps/powerpc/powerpc64/970/Implies: New file.
8596 * sysdeps/powerpc/powerpc64/power5/Implies: New file.
8597 * sysdeps/powerpc/powerpc64/power5+/Implies: New file.
8598 * sysdeps/powerpc/powerpc64/power6/Implies: New file.
8599 * sysdeps/powerpc/powerpc64/power6x/Implies: New file.
8600
8601 2007-05-21 Steven Munroe <sjmunroe@us.ibm.com>
8602
8603 * sysdeps/powerpc/powerpc32/power4/memset.S: New file
8604
8605 2007-03-13 Steven Munroe <sjmunroe@us.ibm.com>
8606
8607 * sysdeps/powerpc/powerpc64/memcpy.S: Improve aligned loop to minimize
8608 branch miss-predicts. Ensure that cache line crossing does not impact
8609 dispatch grouping.
8610
8611 2006-12-13 Steven Munroe <sjmunroe@us.ibm.com>
8612
8613 * sysdeps/powerpc/powerpc64/power4/memcopy.h: Replace with include
8614 "../../powerpc32/power4/memcopy.h".
8615 * sysdeps/powerpc/powerpc64/power4/wordcopy.c: Replace with include
8616 "../../powerpc32/power4/wordcopy.c".
8617
8618 2006-10-03 Steven Munroe <sjmunroe@us.ibm.com>
8619
8620 * sysdeps/powerpc/powerpc32/powerpc64/Makefile: Moved.
8621 * sysdeps/powerpc/powerpc32/powerpc64/memcopy.h: Likewise.
8622 * sysdeps/powerpc/powerpc32/powerpc64/wordcopy.c: Likewise.
8623 * sysdeps/powerpc/powerpc32/power4/Makefile: To here.
8624 * sysdeps/powerpc/powerpc32/power4/memcopy.h: Likewise.
8625 * sysdeps/powerpc/powerpc32/power4/wordcopy.c: Likewise.
8626
8627 2006-09-10 Steven Munroe <sjmunroe@us.ibm.com>
8628
8629 * sysdeps/powerpc/powerpc32/power6/memcpy.S: New file.
8630
8631 2006-08-31 Steven Munroe <sjmunroe@us.ibm.com>
8632
8633 * sysdeps/powerpc/powerpc32/power6/wordcopy.c: New file.
8634 * sysdeps/powerpc/powerpc32/powerpc64/Makefile: New file.
8635 * sysdeps/powerpc/powerpc32/powerpc64/memcopy.h: New file.
8636 * sysdeps/powerpc/powerpc32/powerpc64/wordcopy.c: New file.
8637 * sysdeps/powerpc/powerpc64/power4/Makefile: New file.
8638 * sysdeps/powerpc/powerpc64/power4/memcopy.h: New file.
8639 * sysdeps/powerpc/powerpc64/power4/wordcopy.c: New file.
8640 * sysdeps/powerpc/powerpc64/power6/wordcopy.c: New file.
8641
8642 2006-07-06 Steven Munroe <sjmunroe@us.ibm.com>
8643
8644 * sysdeps/powerpc/powerpc64/power6/memcpy.S: New file.
8645
8646 2006-03-20 Steven Munroe <sjmunroe@us.ibm.com>
8647
8648 * sysdeps/powerpc/powerpc32/power4/memcmp.S: New file.
8649 * sysdeps/powerpc/powerpc32/power4/memcpy.S: New file.
8650 * sysdeps/powerpc/powerpc32/power4/memset.S: New file.
8651 * sysdeps/powerpc/powerpc32/power4/strncmp.S: New file.
8652 * sysdeps/powerpc/powerpc64/power4/memcmp.S: New file.
8653 * sysdeps/powerpc/powerpc64/power4/memcpy.S: New file.
8654 * sysdeps/powerpc/powerpc64/power4/strncmp.S: New file.
8655
8656 2007-05-29 Roland McGrath <roland@redhat.com>
8657
8658 * po/Makefile (po-sed-cmd): New variable.
8659 (libc.pot.files): Move sed command text in there, avoid \ inside ''.
8660
8661 2007-05-29 Ulrich Drepper <drepper@redhat.com>
8662
8663 * crypt/md5-crypt.c: Fix comment.
8664
8665 * nscd/nscd_helper.c (get_mapping): Handle short replies instead
8666 of crashing. When this is the case or if the reply is malformed,
8667 don't try to close the new file descriptor since it does not
8668 exist.
8669 Patch in part by Guillaume Chazarain <guichaz@yahoo.fr>.
8670
8671 2007-05-28 Jakub Jelinek <jakub@redhat.com>
8672
8673 * sysdeps/unix/sysv/linux/futimes.c (miss_utimensat): Don't define
8674 if __NR_utimensat is not defined.
8675
8676 2007-05-26 Ulrich Drepper <drepper@redhat.com>
8677
8678 * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Include <sysdep.h>.
8679
8680 2007-05-25 Jakub Jelinek <jakub@redhat.com>
8681
8682 * io/bits/fcntl2.h (__open_2): Add nonnull attribute.
8683 (open): Fix comment typos. Don't call __open_2 if flags
8684 is a compile time constant without O_CREAT.
8685 (__open64_2): Add nonnull attribute.
8686 (open64): Fix comment typos. Don't call __open64_2 if flags
8687 is a compile time constant without O_CREAT.
8688 (__openat_2): Add nonnull attribute, fix nonnull attribute
8689 on redirect.
8690 (openat): Fix comment typos. Don't call __openat_2 if flags
8691 is a compile time constant without O_CREAT.
8692 (__openat64_2): Add nonnull attribute, fix nonnull attribute
8693 on redirect.
8694 (openat64): Fix comment typos. Don't call __openat64_2 if flags
8695 is a compile time constant without O_CREAT.
8696
8697 2007-05-24 Ulrich Drepper <drepper@redhat.com>
8698
8699 * Makerules (sysd-rules): Define PTW for ptw-* files.
8700 * Versions: Define GLIBC_2.7 for libc.
8701 * include/stdio.h: Declare __fortify_fail.
8702 * debug/fortify_fail.c: New file.
8703 * debug/Makefile (routines): Add fortify_fail.
8704 * debug/chk_fail.c: Use __fortify_fail.
8705 * debug/stack_chk_fail.c: Likewise.
8706 * io/Versions: Export __open_2, __open64_2, __openat_2, and
8707 __openat64_2 for GLIBC_2.7.
8708 * io/fcntl.h: When compiling with fortification, include bits/fcntl2.h.
8709 * io/open.c: Define *_2 variant of function which checks for O_CREAT
8710 and fails if necessary.
8711 * io/open64.c: Likewise.
8712 * io/openat.c: Likewise.
8713 * io/openat64.c: Likewise.
8714 * sysdeps/unix/sysv/linux/open64.c: Likewise.
8715 * sysdeps/unix/sysv/linux/openat.c: Likewise.
8716 * sysdeps/unix/sysv/linux/openat64.c: Likewise.
8717 * io/bits/fcntl2.h: New file.
8718 * include/fcntl.h: Declare __open_2, __open64_2, __openat_2, and
8719 __openat64_2.
8720 * include/bits/fcntl2.h: New file.
8721 * sysdeps/unix/sysv/linux/Makefile [subdir=io] (sysdep_routines):
8722 Add open_2.
8723 * sysdeps/unix/sysv/linux/open_2.c: New file.
8724
8725 2007-05-21 Ulrich Drepper <drepper@redhat.com>
8726
8727 * sysdeps/x86_64/cacheinfo.c (init_cacheinfo): Pass correct value
8728 as second parameter to handle_intel.
8729
8730 * nscd/aicache.c (addhstaiX): If reported TTL is zero don't cache
8731 the entry.
8732
8733 * sysdeps/unix/sysv/linux/x86_64/sysconf.c: Move cache information
8734 handling to ...
8735 * sysdeps/x86_64/cacheinfo.c: ... here. New file.
8736 * sysdeps/x86_64/Makefile [subdir=string] (sysdep_routines): Add
8737 cacheinfo.
8738 * sysdeps/x86_64/memcpy.S: Complete rewrite.
8739 * sysdeps/x86_64/mempcpy.S: Adjust appropriately.
8740 Patch by Evandro Menezes <evandro.menezes@amd.com>.
8741
8742 * sysdeps/unix/sysv/linux/i386/epoll_pwait.S: New file.
8743
8744 2007-05-21 Jakub Jelinek <jakub@redhat.com>
8745
8746 [BZ #4525]
8747 * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Add epoll_pwait.
8748 * sysdeps/unix/sysv/linux/epoll_pwait.c: New file.
8749 * sysdeps/unix/sysv/linux/syscalls.list (epoll_pwait): Remove.
8750
8751 * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h (epoll_pwait): Declare.
8752
8753 [BZ #4514]
8754 * stdio-common/vfprintf.c (vfprintf): Don't shadow workstart variable,
8755 reinitialize workend at the start of each do_positional format spec
8756 loop, free workstart before do_positional loops.
8757 (printf_unknown): Fix size of work_buffer.
8758 * stdio-common/tst-sprintf.c (main): Add 3 new testcases.
8759
8760 * malloc/hooks.c (MALLOC_STATE_VERSION): Bump.
8761 (public_sET_STATe): If ms->version < 3, put all chunks into
8762 unsorted chunks and clear {fd,bk}_nextsize fields of largebin
8763 chunks.
8764
8765 * malloc/malloc.c [MALLOC_DEBUG]: Revert 2007-05-13 changes.
8766 * malloc/hooks.c: Likewise.
8767 * malloc/arena.c: Likewise.
8768 * malloc/malloc.c (do_check_malloc_state): Don't assert
8769 n_mmaps is not greater than n_mmaps_max. This removes the need
8770 for the previous change.
8771
8772 * malloc/Makefile (CFLAGS-malloc.c): Revert accidental
8773 2007-05-07 commit.
8774
8775 2007-05-19 Ulrich Drepper <drepper@redhat.com>
8776
8777 * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_PRIVATE_FUTEX):
8778 Define for kernel >= 2.6.22.
8779
8780 2007-05-18 Ulrich Drepper <drepper@redhat.com>
8781
8782 * elf/dl-close.c (_dl_close_worker): When removing object from
8783 global scope, wait for all lookups to finish afterwards.
8784 * elf/dl-open.c (add_to_global): When global scope array must
8785 grow, allocate a new one and free old array only after all
8786 lookups finish.
8787 * elf/dl-runtime.c (_dl_fixup): Protect using global scope.
8788 (_dl_lookup_symbol_x): Likewise.
8789 * elf/dl-support.c: Define _dl_wait_lookup_done.
8790 * sysdeps/generic/ldsodefs.h (struct rtld_global): Add
8791 _dl_wait_lookup_done.
8792
8793 * malloc/malloc.c (do_check_chunk): Correct check for mmaped block
8794 not overlapping with arena.
8795
8796 * malloc/mcheck.c (reallochook): If size==0, free the block.
8797
8798 * rt/tst-shm.c: Use fstat64 instead of fstat.
8799
8800 * sysdeps/unix/sysv/linux/i386/sync_file_range.S: Fix case where
8801 __NR_sync_file_range is not defined.
8802
8803 2007-05-17 Ulrich Drepper <drepper@redhat.com>
8804
8805 Dummy files to prevent stub versions from being used.
8806 * sysdeps/x86_64/fpu/k_cosl.c: New file.
8807 * sysdeps/x86_64/fpu/k_rem_pio2l.c: New file.
8808 * sysdeps/x86_64/fpu/k_sinl.c: New file.
8809 * sysdeps/x86_64/fpu/k_tanl.c: New file.
8810
8811 * version.h (VERSION): Set to 2.6.90.
8812
8813 2007-05-14 Ulrich Drepper <drepper@redhat.com>
8814
8815 * version.h (VERSION): Define to 2.6.
8816 * include/features.h (__GLIBC_MINOR__): Define to 6.
8817
8818 * malloc/malloc.c: Use all small bin slots on 64-bit archs.
8819
8820 * malloc/malloc.c (largebin_index): Really have 32 buckets with 64
8821 sizes.
8822
8823 2007-05-13 Ulrich Drepper <drepper@redhat.com>
8824
8825 * malloc/malloc.c [MALLOC_DEBUG]: Keep track of current maximum
8826 number of mmaps. n_mmaps_max is the target.
8827 * malloc/hooks.c: Likewise.
8828 * malloc/arena.c: Likewise.
8829
8830 2007-05-12 Andreas Jaeger <aj@suse.de>
8831
8832 * sysdeps/unix/sysv/linux/tst-getcpu.c: Include <unistd.h> for
8833 getpid.
8834
8835 2007-05-11 Ulrich Drepper <drepper@redhat.com>
8836
8837 * elf/dl-close.c (_dl_close_worker): Help gcc to optimize by
8838 adding new variables.
8839
8840 * elf/dl-open.c (add_to_global): Introduce variable ns to help gcc
8841 optimize. Completely extend global scope array before making the
8842 new entries visible.
8843
8844 2007-05-10 Ulrich Drepper <drepper@redhat.com>
8845
8846 * sysdeps/unix/sysv/linux/tst-getcpu.c: New file.
8847 * sysdeps/unix/sysv/linux/Makefile [subdir=posix] (tests): Add
8848 tst-getcpu.
8849
8850 * include/link.h: Move l_version and l_nversion members around to
8851 fill gaps.
8852
8853 * scripts/check-c++-types.sh: Don't use -fnu89-inline option.
8854
8855 * sysdeps/unix/sysv/linux/sched_setaffinity.c
8856 (__sched_setaffinity_new): If syscall was successful and
8857 RESET_VGETCPU_CACHE is defined, use it before returning.
8858 * sysdeps/unix/sysv/linux/x86_64/sched_setaffinity.c: New file.
8859
8860 * io/sys/stat.h: Make sure struct timespec is defined for
8861 __USE_ATFILE.
8862
8863 * sysdeps/unix/sysv/linux/powerpc/bits/stat.h: Define UTIME_NOW and
8864 UTIME_OMIT.
8865 * sysdeps/unix/sysv/linux/x86_64/bits/stat.h: Likewise.
8866 * sysdeps/unix/sysv/linux/sparc/bits/stat.h: Likewise.
8867 * sysdeps/unix/sysv/linux/alpha/bits/stat.h: Likewise.
8868 * sysdeps/unix/sysv/linux/ia64/bits/stat.h: Likewise.
8869 * sysdeps/unix/sysv/linux/bits/stat.h: Likewise.
8870 * sysdeps/unix/sysv/linux/s390/bits/stat.h: Likewise.
8871 * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_UTIMENSAT.
8872 * io/sys/stat.h: Declare utimensat, futimens.
8873 * io/utimensat.c: New file.
8874 * io/futimens.c: New file.
8875 * sysdeps/unix/sysv/linux/utimensat.c: New file.
8876 * sysdeps/unix/sysv/linux/futimens.c: New file.
8877 * io/Makefile (routines): Add utimensat, futimens.
8878 * io/Versions: Add utimensat, futimens to GLIBC_2.6.
8879 * sysdeps/unix/sysv/linux/lutimes.c: New file.
8880 * sysdeps/unix/sysv/linux/futimes.c: Use utimensat syscall if
8881 available.
8882
8883 * include/sys/cdefs.h: Redefine __nonnull so that test for
8884 incorrect parameters in the libc code itself are not omitted.
8885
8886 2007-05-09 Jakub Jelinek <jakub@redhat.com>
8887
8888 * sysdeps/ia64/fpu/fraiseexcpt.c (feraiseexcept): Don't raise overflow
8889 exception in addition to inexact when asked to raise only FE_INEXACT.
8890
8891 [BZ #3427]
8892 * sysdeps/s390/fpu/feholdexcpt.c (feholdexcept): Don't clear exceptions
8893 in *envp.
8894
8895 2007-05-07 Ulrich Drepper <drepper@redhat.com>
8896
8897 [BZ #4403]
8898 * string/strfry.c (strfry): Make result more random.
8899
8900 2007-05-07 Richard Henderson <rth@redhat.com>
8901
8902 * sysdeps/alpha/fpu/bits/mathinline.h (__isnanl): Don't define
8903 if __NO_LONG_DOUBLE_MATH.
8904 * sysdeps/unix/sysv/linux/alpha/ioperm.c: If BWX insns not
8905 available in the compiler, add .arch directive to the assembly.
8906
8907 2007-05-07 Jakub Jelinek <jakub@redhat.com>
8908
8909 * sysdeps/alpha/fpu/s_nearbyint.c (nearbyintl): Fix version on
8910 compat_symbol to GLIBC_2_1.
8911 * sysdeps/alpha/fpu/s_fmin.S (fminl): Likewise.
8912 * sysdeps/alpha/fpu/s_trunc.c (truncl): Likewise.
8913 * sysdeps/alpha/fpu/s_fmax.S (fmaxl): Likewise.
8914 * sysdeps/alpha/fpu/s_lrint.c (lrintl, llrintl): Likewise.
8915 * sysdeps/alpha/fpu/s_lround.c (lroundl, llroundl): Likewise.
8916 * sysdeps/alpha/fpu/s_round.c (roundl): Likewise.
8917 * sysdeps/alpha/fpu/s_isnan.c (isnanl): Provide compat_symbol in
8918 libc, not libm.
8919 (__isnanl): New compat_symbol.
8920
8921 2007-05-07 Ulrich Drepper <drepper@redhat.com>
8922 Jakub Jelinek <jakub@redhat.com>
8923
8924 * malloc/arena.c (heap_info): Add mprotect_size field, adjust pad.
8925 (new_heap): Initialize mprotect_size.
8926 (grow_heap): When growing, only mprotect from mprotect_size till
8927 new_size if mprotect_size is smaller. When shrinking, use PROT_NONE
8928 MMAP for __libc_enable_secure only, otherwise use MADV_DONTNEED.
8929
8930 2007-04-30 Steven Munroe <sjmunroe@us.ibm.com>
8931 Peter Bergner <bergner@us.ibm.com>
8932
8933 * sysdeps/powerpc/bits/fenv.h: Declare __fe_mask_env extern.
8934 Define FE_NOMASK_ENV as FE_EANBLED_ENV. Define FE_MASK_ENV.
8935 * sysdeps/powerpc/fpu/Makefile: Add fe_mask to libm-support.
8936 * sysdeps/powerpc/fpu/fe_mask.c: New file.
8937 * sysdeps/powerpc/fpu/fe_nomask.c: Correct comment.
8938 * sysdeps/powerpc/fpu/fedisblxcpt.c (fedisableexcept):
8939 Call __fe_mask_env() if all FP exceptions disabled.
8940 * sysdeps/powerpc/fpu/feholdexcpt.c (feholdexcept): Copy high 32-bits
8941 from old FPSCR to new fenv to propagate DFP rounding modes.
8942 Call __fe_mask_env() if FP exceptions previously enabled.
8943 * sysdeps/powerpc/fpu/fesetenv.c (fesetenv): Change mask to merge
8944 exceptions from env. Use __fe_nomask_env() or __fe_mask_env() when
8945 transitioning from all exceptions disabled to any exception enabled
8946 or visa versa.
8947 * sysdeps/powerpc/fpu/feupdateenv.c (__feupdateenv): Change mask to
8948 merge exceptions from env. Call __fe_nomask_env or __fe_mask_env
8949 when transitioning from all exceptions disabled to any exception
8950 enabled or visa versa.
8951 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fe_nomask.c: Moved to...
8952 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c: ...here.
8953 * sysdeps/unix/sysv/linux/powerpc/powerpc64/fe_nomask.c: Moved to...
8954 * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c: ...here.
8955 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_mask.c: New file.
8956 * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c: New file.
8957
8958 2007-05-06 Ulrich Drepper <drepper@redhat.com>
8959
8960 [BZ #4465]
8961 * posix/unistd.h: Remove __THROW from fdatasync.
8962
8963 2007-05-06 Mike Frysinger <vapier@gentoo.org>
8964
8965 [BZ #4465]
8966 * sysdeps/unix/sysv/linux/syscalls.list (fdatasync): Add "C" to args.
8967
8968 2007-05-06 Ulrich Drepper <drepper@redhat.com>
8969
8970 * stdio-common/vfprintf.c (process_string_arg): Optimize
8971 ridiculous precision in wide char code printing multi-byte string.
8972 Reported by Jim Meyering <jim@meyering.net>.
8973
8974 [BZ #4131]
8975 * elf/dl-addr.c (_dl_addr): Compare address with actual segment
8976 boundaries to work around systems with overlapping binary loading.
8977 Based on a patch by Suzuki <suzuki@in.ibm.com>.
8978
8979 2007-05-04 Ulrich Drepper <drepper@redhat.com>
8980
8981 * stdio-common/vfprintf.c (process_string_arg): Adjust call to
8982 __mbsnrtowcs after last change.
8983
8984 * locale/programs/linereader.c (get_symname): Fix adding final NUL.
8985 (get_ident): Likewise.
8986
8987 2007-05-03 Jakub Jelinek <jakub@redhat.com>
8988
8989 * soft-fp/op-common.h (FP_TRUNC): Replace raising of FP_EX_INEXACT
8990 with setting the sticky bit.
8991 * math/test-misc.c (main): Add more truncation tests.
8992
8993 2007-04-14 Uros Bizjak <ubizjak@gmail.com>
8994
8995 * soft-fp/floatunsidf.c (__floatunsidf): Use DFtype instead of
8996 double in the function declaration.
8997 * soft-fp/floatundidf.c (__floatundidf): Use DFtype instead of
8998 double in the function declaration.
8999 * soft-fp/floatunsisf.c (__floatunsisf): Use SFtype instead of
9000 float in the function declaration.
9001 * soft-fp/floatunsisf.c (__floatunsisf): Use SFtype instead of
9002 float in the function declaration.
9003
9004 * soft-fp/extended.h (FP_UNPACK_RAW_E): Do not increase X##_e for
9005 denormal operands. Do not generate FP_EX_DENORM exception.
9006 (FP_UNPACK_RAW_EP): Ditto.
9007 (FP_UNPACK_SEMIRAW_E): Use FP_UNPACK_RAW_E instead of
9008 undefined _FP_UNPACK_RAW_E.
9009 (FP_UNPACK_SEMIRAW_EP): Use FP_UNPACK_RAW_EP instead of
9010 undefined _FP_UNPACK_RAW_EP.
9011 (FP_PACK_SEMIRAW_E): Use FP_PACK_RAW_E instead of
9012 undefined _FP_PACK_RAW_E.
9013 (FP_PACK_SEMIRAW_EP): Use FP_PACK_RAW_EP instead of
9014 undefined _FP_PACK_RAW_EP.
9015
9016 * soft-fp/op-2.h (_FP_FRAC_COPY_2_2): Define as alias to
9017 _FP_FRAC_COPY_2.
9018 * soft-fp/op-4.h (_FP_FRAC_COPY_2_2): Define as alias to
9019 _FP_FRAC_COPY_4.
9020
9021 2007-04-16 Uros Bizjak <ubizjak@gmail.com>
9022 Jakub Jelinek <jakub@redhat.com>
9023
9024 * soft-fp/op-common.h (FP_EXTEND): Do not abort when
9025 _FP_EXPBIAS_##dfs == _FP_EXPBIAS_##sfs. Handle denormals for
9026 this case.
9027 * soft-fp/op-common.h (FP_TRUNC): Ditto.
9028
9029 2007-05-03 Jakub Jelinek <jakub@redhat.com>
9030
9031 * math/test-misc.c (main): Add tests for rounding long double
9032 values close to smallest double denormalized value to double.
9033
9034 2007-04-30 Joseph Myers <joseph@codesourcery.com>
9035
9036 * soft-fp/op-common.h (FP_TRUNC): Correct off-by-one error in
9037 condition for truncating to 0. Set sticky bit for such
9038 truncation.
9039
9040 2007-05-02 Jakub Jelinek <jakub@redhat.com>
9041
9042 * stdio-common/vfprintf.c (process_string_arg): Use a VLA rather than
9043 fixed length array for ignore.
9044
9045 2007-04-30 Ulrich Drepper <drepper@redhat.com>
9046
9047 [BZ #4438]
9048 * stdio-common/vfprintf.c (process_string_arg): Don't overflow the
9049 stack for large precisions.
9050 * stdio-common/test-vfprintf.c (main): Add test for large
9051 precision.
9052
9053 2007-04-30 Jakub Jelinek <jakub@redhat.com>
9054
9055 * stdio-common/printf_fp.c (___printf_fp): Don't print negative sign
9056 for exponent 0.
9057 * stdio-common/tfformat.c (sprint_doubles): Add a new test.
9058
9059 [BZ #4439]
9060 * resolv/inet_ntop.c (inet_ntop4): Take terminating '\0' into
9061 account in the size check.
9062 * resolv/tst-inet_ntop.c: New test.
9063 * resolv/Makefile (tests): Add tst-inet_ntop.
9064
9065 2007-04-30 Ulrich Drepper <drepper@redhat.com>
9066 Jakub Jelinek <jakub@redhat.com>
9067
9068 [BZ #4349]
9069 * malloc/malloc.c: Keep separate list for first blocks on the bin
9070 lists with a given size. This helps skipping over list elements
9071 we know won't fit in two places.
9072 Inspired by a patch by Tomash Brechko <tomash.brechko@gmail.com>.
9073
9074 2007-04-28 Ulrich Drepper <drepper@redhat.com>
9075
9076 [BZ #4102]
9077 * sysdeps/posix/getaddrinfo.c (default_labels): Assign separate
9078 label to Teredo tunnel addresses 2001://32.
9079
9080 2007-04-27 Ulrich Drepper <drepper@redhat.com>
9081
9082 * locale/programs/ld-collate.c (collate_read): Allow order_start
9083 after copy.
9084
9085 * locale/programs/ld-collate.c (collate_read): Fix printing of
9086 error message.
9087
9088 [BZ #3213]
9089 * locale/C-translit.h.in: Add entry for U2044.
9090
9091 [BZ #4342]
9092 * stdio-common/vfscanf.c (_IO_vfscanf_internal): Allow
9093 hexa-decimal floats without exponent.
9094 * stdio-common/tstscanf.c (main): Adjust Test 8 test for success.
9095
9096 2007-04-25 Ulrich Drepper <drepper@redhat.com>
9097
9098 * sysdeps/unix/sysv/linux/bits/sched.h: Declare sched_getcpu.
9099 * sysdeps/unix/sysv/linux/sched_getcpu.c: New file.
9100 * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S: New file.
9101 * sysdeps/unix/sysv/linux/Versions: Export sched_getcpu for
9102 GLIBC_2.6.
9103 * sysdeps/unix/sysv/linux/Makefile [subdir=posix] (sysdep_routines):
9104 Add sched_getcpu.
9105
9106 2007-04-25 Jakub Jelinek <jakub@redhat.com>
9107
9108 * sysdeps/unix/sysv/linux/check_pf.c (make_request): Return -1 instead
9109 of 0 after the out_fail label.
9110
9111 2007-04-25 Ulrich Drepper <drepper@redhat.com>
9112
9113 [BZ #4406]
9114 * iconv/gconv_charset.h (strip): Allow ':'.
9115 * iconv/iconv_open.c (iconv_open): Adjust comment.
9116
9117 2007-04-25 Jakub Jelinek <jakub@redhat.com>
9118
9119 * libio/bits/stdio.h (fgetc_unlocked): Add extern inline optimized
9120 version.
9121
9122 2007-04-23 Jakub Jelinek <jakub@redhat.com>
9123
9124 [BZ #4381]
9125 * nss/nss_files/files-hosts.c (HOST_DB_LOOKUP): Ensure sufficient
9126 alignment of buffer and tmp_buffer.
9127 * nis/nss_nis/nis-hosts.c (internal_nis_gethostent_r,
9128 internal_gethostbyname2_r, _nss_nis_gethostbyaddr_r): Ensure sufficient
9129 alignment of buffer.
9130 * resolv/nss_dns/dns-hosts.c (getanswer_r): Likewise. Handle buflen
9131 bigger than INT_MAX.
9132 * resolv/nss_dns/dns-network.c (getanswer_r): Likewise. Add errnop and
9133 h_errnop arguments. Fail if buflen is too small.
9134 (_nss_dns_getnetbyname_r, _nss_dns_getnetbyaddr_r): Adjust callers.
9135
9136 2007-04-23 Jakub Jelinek <jakub@redhat.com>
9137
9138 [BZ #4405]
9139 * iconvdata/gconv-modules (E13B): Add a missing slash to the alias
9140 name. Patch by Aurelien Jarno <aurelien@aurel32.net>.
9141
9142 2007-04-22 Roland McGrath <roland@redhat.com>
9143
9144 * elf/elf.h (NT_PRXFPREG): New macro.
9145
9146 2007-04-19 Andreas Jaeger <aj@suse.de>
9147
9148 [BZ #3905]
9149 * bits/in.h (IPV6_ROUTER_ALERT, IPV6_MTU_DISCOVER, IPV6_MTU,
9150 IPV6_RECVERR, IPV6_V6ONLY, IPV6_JOIN_ANYCAST, IPV6_LEAVE_ANYCAST):
9151 Added.
9152
9153 2007-04-19 Ulrich Drepper <drepper@redhat.com>
9154
9155 * include/sys/mman.h: Mark madvise hidden.
9156 * misc/madvise.c: Add libc_hidden_def.
9157
9158 2007-04-06 Jakub Jelinek <jakub@redhat.com>
9159
9160 * nis/nis_domain_of.c (__nis_domain_of): New function.
9161 * include/rpcsvc/nislib.h (__nis_domain_of): New prototype.
9162 * nis/nis_lookup.c (nis_lookup): Use __nis_domain_of.
9163 * nis/nis_call.c (rec_dirsearch): Likewise.
9164 (first_shoot): Likewise. Remove search_parent_first argument.
9165 (struct nis_server_cache): Rename search_parent_first field
9166 to search_parent.
9167 (nis_server_cache_search, nis_server_cache_add): Rename
9168 search_parent_first argument to search_parent.
9169 (__nisfind_server): Likewise. If search_parent, call
9170 __nis_domain_of.
9171
9172 2007-04-18 Ulrich Drepper <drepper@redhat.com>
9173
9174 * sysdeps/posix/getaddrinfo.c: Remove commented-out code.
9175
9176 2007-04-17 Ulrich Drepper <drepper@redhat.com>
9177
9178 [BZ #4368]
9179 * stdlib/stdlib.h: Remove obsolete part of comment for realpath.
9180
9181 2007-04-16 Ulrich Drepper <drepper@redhat.com>
9182
9183 [BZ #4364]
9184 * posix/unistd.h (_XOPEN_VERSION): Define appropriately for SUSv3.
9185
9186 2007-04-15 Jakub Jelinek <jakub@redhat.com>
9187
9188 * locale/programs/locarchive.c (INITIAL_NUM_NAMES,
9189 INITIAL_SIZE_STRINGS, INITIAL_NUM_LOCREC): Update to accomodate
9190 current number of locales in SUPPORTED.
9191 (create_archive): Initialize serial.
9192 (enlarge_archive): Preserve aliases rather than duplicating
9193 their locrecs.
9194
9195 2007-04-13 Jakub Jelinek <jakub@redhat.com>
9196
9197 * libio/genops.c (_IO_default_finish): Call _IO_lock_fini
9198 after _IO_un_link, not before it.
9199
9200 * stdio-common/printf_fp.c (___printf_fp): Fix exponent -4
9201 special case handling when wcp == wstartp + 1. Fix a comment typo.
9202 * stdio-common/tfformat.c (sprint_doubles): Add a new testcase.
9203
9204 2007-03-30 Jakub Jelinek <jakub@redhat.com>
9205
9206 * libio/libio.h (__underflow, __uflow, __overflow, __wunderflow,
9207 __wuflow, __woverflow, _IO_getc, _IO_putc, _IO_peekc_locked, _IO_padn,
9208 _IO_sgetn, _IO_seekoff, _IO_seekpos, _IO_getwc, _IO_putwc, _IO_wpadn):
9209 Remove __THROW.
9210 * libio/fileops.c (new_do_write, _IO_file_xsgetn_mmap,
9211 _IO_file_xsgetn_maybe_mmap): Likewise.
9212 * libio/oldfileops.c (old_do_write): Likewise.
9213 * libio/libioP.h (_IO_switch_to_get_mode, _IO_switch_to_wget_mode,
9214 _IO_init_marker, _IO_init_wmarker, _IO_default_uflow,
9215 _IO_wdefault_uflow, _IO_default_setbuf, _IO_default_seekpos,
9216 _IO_do_write, _IO_new_do_write, _IO_old_do_write, _IO_wdo_write,
9217 _IO_flush_all_lockp, _IO_flush_all, _IO_cleanup,
9218 _IO_flush_all_linebuffered, _IO_new_fgetpos, _IO_old_fgetpos,
9219 _IO_new_fsetpos, _IO_old_fsetpos, _IO_new_fgetpos64,
9220 _IO_old_fgetpos64, _IO_new_fsetpos64, _IO_old_fsetpos64,
9221 _IO_file_setbuf, _IO_file_seekoff, _IO_file_xsputn, _IO_file_xsgetn,
9222 _IO_file_underflow, _IO_file_underflow_mmap,
9223 _IO_file_underflow_maybe_mmap, _IO_file_overflow, _IO_file_attach,
9224 _IO_file_open, _IO_file_fopen, _IO_file_write, _IO_file_read,
9225 _IO_file_sync, _IO_file_close_it, _IO_file_finish,
9226 _IO_new_file_attach, _IO_new_file_close_it, _IO_new_file_finish,
9227 _IO_new_file_fopen, _IO_new_file_setbuf, _IO_file_setbuf_mmap,
9228 _IO_new_file_sync, _IO_new_file_underflow, _IO_new_file_overflow,
9229 _IO_new_file_seekoff, _IO_new_file_write, _IO_new_file_xsputn,
9230 _IO_old_file_setbuf, _IO_old_file_seekoff, _IO_old_file_xsputn,
9231 _IO_old_file_underflow, _IO_old_file_overflow, _IO_old_file_attach,
9232 _IO_old_file_fopen, _IO_old_file_write, _IO_old_file_sync,
9233 _IO_old_file_close_it, _IO_old_file_finish, _IO_wfile_xsputn,
9234 _IO_wfile_setbuf, _IO_wfile_sync, _IO_wfile_underflow,
9235 _IO_wfile_overflow, _IO_wfile_seekoff, _IO_old_proc_open,
9236 _IO_old_proc_close, _IO_getdelim, _IO_flush_all_internal,
9237 _IO_adjust_column_internal, _IO_default_uflow_internal,
9238 _IO_default_xsgetn_internal, _IO_wdefault_xsputn_internal,
9239 _IO_wdefault_xsgetn_internal, _IO_wdefault_uflow_internal,
9240 _IO_file_setbuf_internal, _IO_file_seekoff_internal,
9241 _IO_file_xsputn_internal, _IO_file_xsgetn_internal,
9242 _IO_file_close_it_internal, _IO_file_underflow_internal,
9243 _IO_file_overflow_internal, _IO_file_attach_internal,
9244 _IO_file_fopen_internal, _IO_file_sync_internal,
9245 _IO_file_finish_internal, _IO_wfile_xsputn_internal,
9246 _IO_wfile_seekoff_internal, _IO_wfile_sync_internal,
9247 _IO_switch_to_wget_mode_internal, _IO_padn_internal,
9248 _IO_switch_to_get_mode_internal, _IO_seekoff_unlocked,
9249 _IO_seekpos_unlocked): Likewise.
9250 (_IO_strtod, _IO_dtoa, _IO_outfloat, _IO_read, _IO_write,
9251 _IO_lseek, _IO_close, _IO_fstat): Remove unused prototypes.
9252
9253 2007-04-16 Jakub Jelinek <jakub@redhat.com>
9254
9255 * locale/programs/locarchive.c (show_archive_content): Fix sizeof
9256 argument in xmalloc size computation.
9257
9258 2007-04-01 Jakub Jelinek <jakub@redhat.com>
9259
9260 * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl): Use
9261 math_opt_barrier and math_force_eval macros.
9262
9263 2007-03-27 Jakub Jelinek <jakub@redhat.com>
9264
9265 [BZ #3306]
9266 * math/math_private.h (math_opt_barrier, math_force_eval): Define.
9267 * sysdeps/i386/fpu/math_private.h: New file.
9268 * sysdeps/x86_64/fpu/math_private.h: New file.
9269 * math/s_nexttowardf.c (__nexttowardf): Use math_opt_barrier and
9270 math_force_eval macros. Use "+m" constraint on asm rather than
9271 "=m" and "m".
9272 * math/s_nextafter.c (__nextafter): Likewise.
9273 * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c (__nexttoward):
9274 Likewise.
9275 * sysdeps/ieee754/flt-32/s_nextafterf.c (__nextafterf): Likewise.
9276 * sysdeps/ieee754/ldbl-128/s_nexttoward.c (__nexttoward): Likewise.
9277 * sysdeps/ieee754/ldbl-96/s_nexttoward.c (__nexttoward): Likewise.
9278 * sysdeps/i386/fpu/s_nextafterl.c (__nextafterl): Use
9279 math_opt_barrier and math_force_eval macros.
9280 * sysdeps/ieee754/ldbl-128/s_nextafterl.c (__nextafterl): Likewise.
9281 * sysdeps/ieee754/ldbl-96/s_nextafterl.c (__nextafterl): Likewise.
9282 * sysdeps/i386/fpu/s_nexttoward.c: Include float.h.
9283 (__nexttoward): Use math_opt_barrier and
9284 math_force_eval macros. Use "+m" constraint on asm rather than
9285 "=m" and "m". Only use asm to force double result if
9286 FLT_EVAL_METHOD is 2.
9287 * sysdeps/i386/fpu/s_nexttowardf.c: Include float.h.
9288 (__nexttowardf): Use math_opt_barrier and
9289 math_force_eval macros. Use "+m" constraint on asm rather than
9290 "=m" and "m". Only use asm to force double result if
9291 FLT_EVAL_METHOD is not 0.
9292 * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c: Include float.h.
9293 (__nexttowardf): Use math_opt_barrier and
9294 math_force_eval macros. If FLT_EVAL_METHOD is not 0, force
9295 x to float using asm.
9296 * sysdeps/ieee754/ldbl-opt/s_nexttowardfd.c: Include float.h.
9297 (__nldbl_nexttowardf): Use math_opt_barrier and
9298 math_force_eval macros. If FLT_EVAL_METHOD is not 0, force
9299 x to float using asm.
9300 * sysdeps/ieee754/ldbl-96/s_nexttowardf.c: Include float.h.
9301 (__nexttowardf): Use math_opt_barrier and math_force_eval
9302 macros. If FLT_EVAL_METHOD is not 0, force x to float using asm.
9303 * math/bug-nextafter.c (zero, inf): New variables.
9304 (main): Add new tests.
9305 * math/bug-nexttoward.c (zero, inf): New variables.
9306 (main): Add new tests.
9307
9308 2007-03-22 Jakub Jelinek <jakub@redhat.com>
9309
9310 [BZ #3427]
9311 * sysdeps/x86_64/fpu/feholdexcpt.c (feholdexcept): Clear all
9312 exceptions both in SW and MXCSR.
9313 * sysdeps/x86_64/fpu/feupdateenv.c: New file.
9314 * sysdeps/x86_64/fpu/feenablxcpt.c (feenableexcept): Remove dead code.
9315 * sysdeps/x86_64/fpu/fedisblxcpt.c (fedisableexcept): Likewise.
9316 * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Clear all exceptions
9317 in MXCSR if SSE is available.
9318 * sysdeps/i386/fpu/feupdateenv.c: Include unistd.h, dl-procinfo.h
9319 and ldsodefs.h.
9320 (__feupdateenv): Query exceptions also from MXCSR if SSE is available.
9321 Fix comment typo.
9322 * sysdeps/ia64/fpu/feholdexcpt.c (feholdexcept): Clear all exceptions.
9323 Return 0 rather than 1.
9324 * sysdeps/ia64/fpu/feupdateenv.c (feupdateenv): Fix comment typo.
9325 Remove incorrect part of a comment. Fix argument to feraiseexcept.
9326 * math/test-fenv.c (feholdexcept_tests): New function.
9327 (main): Call it.
9328
9329 2007-01-05 Richard B. Kreckel <kreckel@ginac.de>
9330
9331 [BZ #3427]
9332 * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Clear all exceptions
9333 in SW.
9334
9335 2007-04-13 Jakub Jelinek <jakub@redhat.com>
9336
9337 [BZ #4344]
9338 * elf/ldconfig.c (search_dir): Fix 2 off-by-2 errors.
9339 Reported by David Anderson <davea42@earthlink.net>.
9340
9341 2007-04-07 Ulrich Drepper <drepper@redhat.com>
9342
9343 * posix/sys/wait.h: Remove unnecessary forward declaration.
9344
9345 2007-04-05 Jakub Jelinek <jakub@redhat.com>
9346
9347 * nis/nis_call.c (__nisfind_server): Replace (*dir)->do_servers
9348 with obj->do_servers after first_shoot.
9349
9350 2007-04-03 Ulrich Drepper <drepper@redhat.com>
9351
9352 * posix/Makefile (routines): Add sched_cpucount.
9353 (tests): Add tst-cpucount.
9354 * posix/sched_cpucount.c: New file.
9355 * posix/tst-cpucount.c: New file.
9356 * posix/Versions: Export __sched_cpucount with version GLIBC_2.6.
9357 * bits/sched.h: Define __CPU_COUNT. Declare __sched_cpucount.
9358 * sysdeps/unix/sysv/linux/bits/sched.h: Likewise.
9359 * posix/sched.h: Define CPU_COUNT.
9360
9361 2007-03-27 Jakub Jelinek <jakub@redhat.com>
9362
9363 * posix/fnmatch.c (STRUCT): Define.
9364 (fnmatch): Pass NULL as last argument to internal_fn{,w}match.
9365 * posix/fnmatch_loop.c (struct STRUCT): New type.
9366 (FCT): Add ends argument. If ends != NULL and normal * is
9367 seen in the pattern, store current pattern and string pointers
9368 and return. Adjust recursive calls.
9369 (EXT): Adjust FCT callers.
9370 (STRUCT): Undef at the end of the file.
9371 * posix/Makefile (tests): Add tst-fnmatch2.
9372 * posix/tst-fnmatch2.c: New test.
9373
9374 2007-04-01 Jakub Jelinek <jakub@redhat.com>
9375
9376 * sysdeps/ia64/fpu/fesetround.c (fesetround): Return 0 on success
9377 and 1 on failure.
9378
9379 * sysdeps/unix/sysv/linux/sync_file_range.c (sync_file_range):
9380 Change last argument to unsigned int.
9381
9382 2007-03-23 Jakub Jelinek <jakub@redhat.com>
9383
9384 * scripts/check-local-headers.sh: Filter out sys/capability.h.
9385
9386 2007-03-22 Jakub Jelinek <jakub@redhat.com>
9387
9388 * config.h.in (HAVE_LIBCAP): Add.
9389 * nscd/selinux.h: Include sys/capability.h rather than non-existent
9390 sys/capabilities.h.
9391 * nscd/selinux.c (preserve_capabilities): Use cap_free instead of
9392 free_caps. Cast away const from 4th cap_set_flag argument.
9393
9394 2007-03-26 Ulrich Drepper <drepper@redhat.com>
9395
9396 * sysdeps/unix/sysv/linux/Versions: Move sync_file_range to
9397 GLIBC_2.6.
9398 * sysdeps/unix/sysv/linux/Makefile [subdir=io] (sysdep_routines):
9399 Add sync_file_range.
9400 Reported by Atsushi Nemoto <anemo@mba.ocn.ne.jp>.
9401
9402 2007-03-19 Steven Munroe <sjmunroe@us.ibm.com>
9403
9404 * sysdeps/powerpc/bits/atomic.h
9405 [!MUTEX_HINT_ACQ]: Define MUTEX_HINT_ACQ.
9406 [!MUTEX_HINT_REL]: Define MUTEX_HINT_REL.
9407 (__arch_compare_and_exchange_val_32_acq): Add MUTEX_HINT_ACQ to lwarx.
9408 (__arch_compare_and_exchange_val_32_rel): Add MUTEX_HINT_REL to lwarx.
9409 (__arch_atomic_exchange_val_32_acq): Add MUTEX_HINT_ACQ to lwarx.
9410 (__arch_atomic_exchange_rel_32_rel): Add MUTEX_HINT_REL to lwarx.
9411 * sysdeps/powerpc/powerpc32/bits/atomic.h [_ARCH_PWR6 || _ARCH_PWR6X]:
9412 Define MUTEX_HINT_ACQ as ",1" and MUTEX_HINT_REL as ",0".
9413 (__arch_compare_and_exchange_bool_32_acq): Add MUTEX_HINT_ACQ to lwarx.
9414 (__arch_compare_and_exchange_bool_32_rel): Add MUTEX_HINT_REL to lwarx.
9415 * sysdeps/powerpc/powerpc64/bits/atomic.h [_ARCH_PWR6 || _ARCH_PWR6D]:
9416 Define MUTEX_HINT_ACQ as ",1" and MUTEX_HINT_REL as ",0".
9417 (__arch_compare_and_exchange_bool_32_acq): Add MUTEX_HINT_ACQ to lwarx.
9418 (__arch_compare_and_exchange_bool_32_rel): Add MUTEX_HINT_REL to lwarx.
9419 (__arch_compare_and_exchange_bool_64_acq): Add MUTEX_HINT_ACQ to lwarx.
9420 (__arch_compare_and_exchange_bool_64_rel): Add MUTEX_HINT_REL to lwarx.
9421 (__arch_compare_and_exchange_val_64_acq): Add MUTEX_HINT_ACQ to lwarx.
9422 (__arch_compare_and_exchange_val_64_rel): Add MUTEX_HINT_REL to lwarx.
9423 (__arch_atomic_exchange_val_64_acq): Add MUTEX_HINT_ACQ to lwarx.
9424 (__arch_atomic_exchange_rel_64_rel): Add MUTEX_HINT_REL to lwarx.
9425
9426 2007-03-20 Jakub Jelinek <jakub@redhat.com>
9427
9428 * sysdeps/unix/sysv/linux/powerpc/libc-start.c
9429 (__cache_line_size): Define the variable here. Add
9430 attribute_hidden, remove weak_extern.
9431 (__libc_start_main): Set __cache_line_size
9432 unconditionally.
9433 * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c
9434 (__cache_line_size): Define the variable here. Add
9435 attribute_hidden, remove weak_extern.
9436 (DL_PLATFORM_AUXV): Set __cache_line_size
9437 unconditionally.
9438 * sysdeps/powerpc/powerpc32/dl-machine.c (__cache_line_size): Remove
9439 weak_extern, add attribute_hidden.
9440 (__elf_machine_runtime_setup): Assume __cache_line_size is always
9441 defined in ld.so.
9442 * sysdeps/powerpc/powerpc32/memset.S (__cache_line_size): Remove
9443 definition.
9444 * sysdeps/powerpc/powerpc64/memset.S (__cache_line_size): Likewise.
9445
9446 2007-03-26 Jakub Jelinek <jakub@redhat.com>
9447
9448 [BZ #4276]
9449 * timezone/africa: Update from tzdata2007d.
9450 * timezone/asia: Likewise.
9451 * timezone/australasia: Likewise.
9452 * timezone/backward: Likewise.
9453 * timezone/europe: Likewise.
9454 * timezone/iso3166.tab: Likewise.
9455 * timezone/leapseconds: Likewise.
9456 * timezone/northamerica: Likewise.
9457 * timezone/southamerica: Likewise.
9458 * timezone/zone.tab: Likewise.
9459
9460 * timezone/private.h: Update from tzcode2007d.
9461 * timezone/zdump.c: Likewise.
9462 * timezone/zic.c: Likewise.
9463
9464 2007-03-21 Jakub Jelinek <jakub@redhat.com>
9465
9466 * nis/nis_call.c: Include bits/libc-lock.h, sys/stat.h, unistd.h.
9467 (nis_server_cache, nis_server_cache_lock, nis_cold_start_mtime): New
9468 variables.
9469 (nis_server_cache_search, nis_server_cache_add): New functions.
9470 (__nisfind_server): Use them. Add dbp and flags argument, if
9471 call __nisbind_create.
9472 (__nisbind_create): Add server_used and current_ep arguments,
9473 only call __nis_findfastest if server_used is ~0.
9474 (__do_niscall2, __prepare_niscall): Adjust callers.
9475 (ckey_cache, ckey_cache_size, ckey_cache_allocated, ckey_cache_pid,
9476 ckey_cache_euid, ckey_cache_lock): New variables.
9477 (get_ckey): New function.
9478 (__nisbind_connect): If not dbp->use_udp, pass IPPROTO_TCP to
9479 __pmap_getnisport. Save __pmap_getnisport result in
9480 dbp->addr.sin_port if non-zero. Use get_ckey to create conversation
9481 key.
9482 * nis/nis_lookup.c (nis_lookup): Likewise.
9483 * nis/nis_table.c (nis_list): Likewise.
9484 * nis/rpcsvc/nislib.h (__nisbind_create, __nisfind_server): Adjust
9485 prototypes.
9486
9487 * nis/nss_nisplus/nisplus-pwd.c (_nss_nisplus_getpwnam_r,
9488 _nss_nisplus_getpwuid_r): Pass USE_DGRAM flag to nis_list.
9489 * nis/nss_nisplus/nisplus-service.c (_nss_nisplus_getservbyname_r,
9490 _nss_nisplus_getservbyport_r): Likewise.
9491 * nis/nss_nisplus/nisplus-network.c (_nss_nisplus_getnetbyname_r,
9492 _nss_nisplus_getnetbyaddr_r): Likewise.
9493 * nis/nss_nisplus/nisplus-spwd.c (_nss_nisplus_getspnam_r): Likewise.
9494 * nis/nss_nisplus/nisplus-ethers.c (_nss_nisplus_gethostton_r,
9495 _nss_nisplus_getntohost_r): Likewise.
9496 * nis/nss_nisplus/nisplus-rpc.c (_nss_nisplus_getrpcbyname_r,
9497 _nss_nisplus_getrpcbynumber_r): Likewise.
9498
9499 2007-03-20 Jakub Jelinek <jakub@redhat.com>
9500
9501 * configure.in (libc_cv_gnu89_inline): Only do compile test.
9502 * configure: Rebuilt.
9503
9504 * soft-fp/double.h (_FP_UNION_D): Use _FP_W_TYPE for frac
9505 bit-fields.
9506 * soft-fp/extended.h (_FP_UNION_E): Likewise.
9507
9508 2006-06-07 Joseph Myers <joseph@codesourcery.com>
9509
9510 [BZ #2831]
9511 * soft-fp/quad.h (_FP_UNION_Q): Use _FP_W_TYPE for frac
9512 bit-fields.
9513
9514 2007-03-18 Jakub Jelinek <jakub@redhat.com>
9515
9516 * nscd/gai.c: Include alloca.h.
9517 (__libc_use_alloca): Define.
9518
9519 2007-03-16 Jakub Jelinek <jakub@redhat.com>
9520
9521 * elf/dl-open.c (dl_open_worker): Declare l in 2 different
9522 smaller scopes.
9523 * elf/dl-dst.h (DL_DST_REQ_STATIC): Add l as macro argument.
9524 (DL_DST_REQUIRED): Adjust user.
9525
9526 * include/dlfcn.h (struct link_map): New forward decl.
9527
9528 * inet/getnameinfo.c: Include stddef.h.
9529 (getnameinfo): Use offsetof.
9530
9531 * time/tst-mktime2.c (do_test): Don't rely on signed wrap.
9532
9533 * stdio-common/vfprintf.c (_itoa): Undef before redefining.
9534
9535 * string/strerror_l.c: Include stdlib.h.
9536
9537 * configure.in (libc_cv_gnu89_inline): Test for -fgnu89-inline.
9538 * config.make.in (gnu89-inline-CFLAGS): New variable.
9539 * Makeconfig (CFLAGS): Use $(gnu89-inline-CFLAGS) together with
9540 -std=gnu99.
9541 * misc/sys/cdefs.h (__extern_inline, __extern_always_inline): Define.
9542 * argp/argp.h: Use it.
9543 * bits/mathinline.h: Likewise.
9544 * bits/sigset.h: Likewise.
9545 * bits/string.h: Likewise.
9546 * ctype/ctype.h: Likewise.
9547 * hurd/hurd.h: Likewise.
9548 * hurd/hurd/fd.h: Likewise.
9549 * hurd/hurd/port.h: Likewise.
9550 * hurd/hurd/signal.h: Likewise.
9551 * hurd/hurd/threadvar.h: Likewise.
9552 * hurd/hurd/userlink.h: Likewise.
9553 * io/sys/stat.h: Likewise.
9554 * libio/bits/stdio.h: Likewise.
9555 * libio/bits/stdio2.h: Likewise.
9556 * mach/lock-intern.h: Likewise.
9557 * mach/mach/mig_support.h: Likewise.
9558 * math/bits/cmathcalls.h: Likewise.
9559 * posix/bits/unistd.h: Likewise.
9560 * socket/bits/socket2.h: Likewise.
9561 * stdlib/bits/stdlib.h: Likewise.
9562 * stdlib/stdlib.h: Likewise.
9563 * string/argz.h: Likewise.
9564 * string/bits/string2.h: Likewise.
9565 * string/bits/string3.h: Likewise.
9566 * sysdeps/alpha/fpu/bits/mathinline.h: Likewise.
9567 * sysdeps/generic/inttypes.h: Likewise.
9568 * sysdeps/generic/machine-lock.h: Likewise.
9569 * sysdeps/generic/machine-sp.h: Likewise.
9570 * sysdeps/i386/fpu/bits/mathinline.h: Likewise.
9571 * sysdeps/i386/i486/bits/string.h: Likewise.
9572 * sysdeps/ia64/fpu/bits/mathinline.h: Likewise.
9573 * sysdeps/mach/alpha/machine-lock.h: Likewise.
9574 * sysdeps/mach/alpha/machine-sp.h: Likewise.
9575 * sysdeps/mach/i386/machine-lock.h: Likewise.
9576 * sysdeps/mach/powerpc/machine-lock.h: Likewise.
9577 * sysdeps/mach/powerpc/machine-sp.h: Likewise.
9578 * sysdeps/powerpc/fpu/bits/mathinline.h: Likewise.
9579 * sysdeps/s390/bits/string.h: Likewise.
9580 * sysdeps/s390/fpu/bits/mathinline.h: Likewise.
9581 * sysdeps/sparc/fpu/bits/mathinline.h: Likewise.
9582 * sysdeps/unix/bsd/bsd4.4/bits/socket.h: Likewise.
9583 * sysdeps/unix/sysv/linux/bits/sigset.h: Likewise.
9584 * sysdeps/unix/sysv/linux/bits/socket.h: Likewise.
9585 * sysdeps/unix/sysv/linux/sys/sysmacros.h: Likewise.
9586 * sysdeps/x86_64/fpu/bits/mathinline.h: Likewise.
9587 * wcsmbs/bits/wchar2.h: Likewise.
9588 * wcsmbs/wchar.h: Likewise.
9589 * stdlib/gmp.h: Likewise. Include <features.h> to get
9590 __extern_inline definition.
9591
9592 2007-03-15 Jakub Jelinek <jakub@redhat.com>
9593
9594 * locale/programs/ld-ctype.c (find_translit): Return NULL if ctype is
9595 NULL.
9596
9597 [BZ #3919]
9598 * math/libm-test.inc (log_test): Test -Inf and NaN.
9599 (log10_test, log1p_test, log2_test): Test -Inf.
9600 * sysdeps/i386/fpu/e_log.S (__ieee754_log): Don't raise
9601 FE_INVALID when argument is qNaN.
9602 * sysdeps/i386/fpu/e_logl.S (__ieee754_logl): Likewise.
9603 * sysdeps/i386/fpu/e_logf.S (__ieee754_logf): Likewise.
9604 * sysdeps/x86_64/fpu/e_logl.S (__ieee754_logl): Likewise.
9605 * sysdeps/x86_64/fpu/e_log10l.S (__ieee754_log10l): Replace
9606 andb $1, %ah with testb $1, %ah, don't test for parity, instead
9607 testb $4, %ah and jump if non-zero.
9608 * sysdeps/x86_64/fpu/e_log2l.S (__ieee754_log2l): Likewise.
9609 * sysdeps/x86_64/fpu/s_log1pl.S (__log1pl): Likewise.
9610
9611 [BZ #4101]
9612 * argp/argp-help.c (hol_cluster_cmp): Fix comparisons used to find
9613 ancestors with the same depths.
9614 Patch by Niels Moeller <nisse@lysator.liu.se>.
9615 (filter_doc): Don't crash if argp is NULL.
9616 * argp/Makefile (tests): Add tst-argp2.
9617 * argp/tst-argp2.c: New test.
9618
9619 [BZ #4130]
9620 * login/utmp_file.c (setutent_file): Use O_LARGEFILE for
9621 open_not_cancel_2.
9622 (updwtmp_file): Likewise.
9623
9624 [BZ #4181]
9625 * inet/inet6_opt.c (add_padding): Only insert padding if npad > 0.
9626 (inet6_opt_append): Don't check extlen is big enough if extbuf
9627 is NULL.
9628 (inet6_opt_finish): Likewise.
9629 * inet/Makefile (tests): Add test-inet6_opt.
9630 * inet/test-inet6_opt.c: New test.
9631
9632 * sysdeps/unix/sysv/linux/ifaddrs.c (__netlink_request): Never
9633 reallocate the buffer, instead fail for MSG_TRUNC or for EBUSY
9634 NLMSG_ERR. Instead use a page sized buffer.
9635 * sysdeps/unix/sysv/linux/check_pf.c (make_request): Use page sized
9636 buffer.
9637
9638 2007-03-14 Richard Henderson <rth@redhat.com>
9639
9640 * sysdeps/alpha/fpu/s_llround.c: New file.
9641 * sysdeps/alpha/fpu/s_llroundf.c: New file.
9642 * sysdeps/alpha/fpu/s_lround.c: New file.
9643 * sysdeps/alpha/fpu/s_lroundf.c: New file.
9644 * sysdeps/alpha/fpu/s_round.c: New file.
9645 * sysdeps/alpha/fpu/s_roundf.c: New file.
9646 * sysdeps/alpha/fpu/s_trunc.c: New file.
9647 * sysdeps/alpha/fpu/s_truncf.c: New file.
9648
9649 * sysdeps/alpha/fpu/s_ceil.c: Rewrite without branches.
9650 * sysdeps/alpha/fpu/s_ceilf.c: Likewise.
9651 * sysdeps/alpha/fpu/s_floor.c: Likewise.
9652 * sysdeps/alpha/fpu/s_floorf.c: Likewise.
9653 * sysdeps/alpha/fpu/s_rint.c: Likewise.
9654 * sysdeps/alpha/fpu/s_rintf.c: Likewise.
9655
9656 * sysdeps/alpha/fpu/s_fmax.S: New file.
9657 * sysdeps/alpha/fpu/s_fmaxf.S: New file.
9658 * sysdeps/alpha/fpu/s_fmin.S: New file.
9659 * sysdeps/alpha/fpu/s_fminf.S: New file.
9660 * sysdeps/alpha/fpu/s_isnan.c: New file.
9661 * sysdeps/alpha/fpu/s_isnanf.c: New file.
9662 * sysdeps/alpha/fpu/s_llrint.c: New file.
9663 * sysdeps/alpha/fpu/s_llrintf.c: New file.
9664 * sysdeps/alpha/fpu/s_lrint.c: New file.
9665 * sysdeps/alpha/fpu/s_lrintf.c: New file.
9666 * sysdeps/alpha/fpu/s_nearbyint.c: New file.
9667 * sysdeps/alpha/fpu/s_nearbyintf.c: New file.
9668
9669 * sysdeps/alpha/fpu/bits/mathinline.h (__floorf, __floor): Remove.
9670 (__fdimf, fdimf, __fdim, fdim): Remove.
9671 (__signbitf, __signbit, __signbitl): Use gcc builtin if available.
9672 (__isnanf, __isnan, __isnanl): New.
9673
9674 2007-03-13 Richard Henderson <rth@redhat.com>
9675
9676 * sysdeps/ieee754/ldbl-128/Makefile: New file.
9677
9678 2007-03-13 Richard Henderson <rth@redhat.com>
9679
9680 * sysdeps/alpha/Makefile (sysdep-CFLAGS): Force dynamic rounding.
9681 * sysdeps/alpha/fpu/bits/mathinline.h (__signbitl): New.
9682 * sysdeps/alpha/fpu/libm-test-ulps: Regenerate.
9683 * sysdeps/unix/sysv/linux/alpha/alphaev6/fpu/Implies: New file.
9684 * sysdeps/unix/sysv/linux/alpha/alphaev67/fpu/Implies: New file.
9685 * sysdeps/unix/sysv/linux/alpha/fpu/Implies: New file.
9686
9687 2007-03-13 Richard Henderson <rth@redhat.com>
9688
9689 * elf/dl-support.c (_dl_aux_init): Honor DL_PLATFORM_AUXV.
9690 * sysdeps/unix/sysv/linux/alpha/dl-auxv.h: New file.
9691 * sysdeps/unix/sysv/linux/alpha/dl-support.c: New file.
9692 * sysdeps/unix/sysv/linux/alpha/dl-sysdep.c (__libc_alpha_cache_shape):
9693 Move to dl-auxv.h; initialize instead of extern weak.
9694 (DL_PLATFORM_AUXV): Move to dl-auxv.h; don't test for undef
9695 weak symbol.
9696 * sysdeps/unix/sysv/linux/alpha/sysconf.c (__libc_alpha_cache_shape):
9697 Extern instead of initialized.
9698
9699 2007-03-13 Richard Henderson <rth@redhat.com>
9700
9701 * sysdeps/unix/sysv/linux/alpha/sigsuspend.S: Add support for
9702 __sigsuspend_nocancel.
9703
9704 2007-03-06 Ulrich Drepper <drepper@redhat.com>
9705
9706 * sysdeps/posix/getaddrinfo.c (get_scope): Correct test for
9707 172.16/12 address range.
9708
9709 2007-03-02 Jakub Jelinek <jakub@redhat.com>
9710
9711 * sysdeps/unix/sysv/linux/ifaddrs.c (__netlink_request): Retry with
9712 a new netlink socket if NLMSG_ERR -EBUSY is seen after some MSG_TRUNC
9713 message.
9714
9715 2007-03-01 Jakub Jelinek <jakub@redhat.com>
9716
9717 [BZ #4069]
9718 * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Check for NaN
9719 earlier.
9720 * math/libm-test.inc (pow_test): Add more tests involving NaNs.
9721
9722 * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Avoid invalid exception
9723 for x qNaN and y either +-inf or non-integer value.
9724 * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Likewise.
9725 * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.
9726 * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Likewise.
9727
9728 2007-02-10 Mike Frysinger <vapier@gentoo.org>
9729
9730 * sysdeps/unix/sysv/linux/sh/Makefile: Remove sys/io.h
9731 from sysdep_headers.
9732
9733 2007-02-28 Jakub Jelinek <jakub@redhat.com>
9734
9735 * time/tzfile.c (find_transition): Instead of a linear search try to
9736 guess the transition index, use a linear search if the result is at
9737 most 10 transitions away from the guess or binary search otherwise.
9738
9739 2007-02-27 Jakub Jelinek <jakub@redhat.com>
9740
9741 * sysdeps/unix/sysv/linux/ifaddrs.c (__netlink_request): Fix
9742 memory reallocation.
9743
9744 2007-02-21 Ulrich Drepper <drepper@redhat.com>
9745
9746 * stdlib/strtod_l.c (____STRTOF_INTERNAL): Add branch predictions
9747 and fix some typos.
9748 Optimize use of TOLOWER.
9749
9750 [BZ #3325]
9751 * sysdeps/i386/fpu/e_fmodf.S: Revert last changes, keep using fprem.
9752 * sysdeps/i386/fpu/e_fmodl.c: Likewise.
9753 * sysdeps/i386/fpu/e_fmod.S: Likewise.
9754
9755 [BZ #3458]
9756 * sysdeps/unix/sysv/linux/posix_madvise.c: New file.
9757 * sysdeps/unix/sysv/linux/syscalls.list: Remove posix_madvise entry.
9758
9759 [BZ #4076]
9760 * io/ftw.c (ftw_startup): Handle special case of FTW_CHDIR in /.
9761 (open_dir_stream): Likewise.
9762 * io/Makefile (tests): Add bug-ftw5.
9763 * io/bug-ftw5.c: New file.
9764
9765 * nscd/hstcache.c (cache_addhst): Remove unnecessary conditional.
9766 * nscd/servicescache.c (cache_addserv): Likewise.
9767
9768 * nscd/grpcache.c (cache_addgr): In case a record changed on
9769 refresh, adjust key_copy.
9770
9771 [BZ #4074]
9772 * nscd/pwdcache.c (cache_addpw): In case a record changed on
9773 refresh, adjust key_copy.
9774
9775 [BZ #4070]
9776 * stdio-common/printf_fp.c (___printf_fp): Handle a few more
9777 special cases.
9778 * stdio-common/tfformat.c (sprint_doubles): Some more tests.
9779
9780 2007-02-19 Ulrich Drepper <drepper@redhat.com>
9781
9782 * stdio-common/printf_fp.c (___printf_fp): Cleanups and minor
9783 optimization.
9784
9785 * stdio-common/vfscanf.c: Small cleanups throughout.
9786
9787 2007-02-18 Ulrich Drepper <drepper@redhat.com>
9788
9789 [BZ #3325]
9790 * sysdeps/i386/fpu/e_fmodf.S: Use fprem1 instead of fprem.
9791 * sysdeps/i386/fpu/e_fmodl.c: Likewise.
9792 * sysdeps/i386/fpu/e_fmod.S: Likewise.
9793 Patch by Jared Casper <jaredcasper@gmail.com>.
9794
9795 * sysdeps/unix/closedir.c: Outside libc don't use locking.
9796 * sysdeps/unix/opendir.c: Likewise.
9797 * sysdeps/unix/readdir.c: Likewise.
9798
9799 [BZ #2211]
9800 * stdio-common/vfscanf.c: Handle localized digits etc for floating
9801 point numbers.
9802 Patch mostly by Hamed Malek <hamed@farsiweb.info>.
9803
9804 * stdio-common/vfscanf.c: Fix problems in width accounting.
9805 * stdio-common/tst-sscanf.c (double_tests): New tests.
9806 (main): Hook them up.
9807
9808 * stdio-common/vfscanf.c: Remove unused WIDTH handling.
9809 More simplifications of floating-point reader.
9810
9811 * stdio-common/Makefile (tests): Add tst-swscanf.
9812 * stdio-common/tst-sscanf.c: Make tests usable for swscanf
9813 testing.
9814 * stdio-common/tst-swscanf.c: New file.
9815
9816 2007-02-17 Ulrich Drepper <drepper@redhat.com>
9817
9818 [BZ #2633]
9819 * libio/stdio.h: Define struct _IO_FILE in global namespace.
9820 * setjmp/setjmp.h: Define __jmp_buf_tag in global namespace.
9821 Remove using for __jmp_buf_tag.
9822 * locale/locale.h (struct lconv): Also define in std namespace.
9823 * wcsmbs/wchar.h: Move using declaration for tm out of namespace.
9824
9825 [BZ #3842]
9826 * sysdeps/posix/euidaccess.c [_LIBC] (euidaccess): Remove shortcut
9827 using __libc_enable_secure.
9828
9829 [BZ #3818]
9830 * sysdeps/unix/sysv/linux/sys/acct.h (struct acct_v3): Define.
9831
9832 [BZ #3745]
9833 * locale/programs/ld-collate.c (handle_ellipsis): Fix generation
9834 of names for ellipsises.
9835
9836 [BZ #3348]
9837 * malloc/memusage.sh: Cleanups.
9838 * debug/xtrace.sh: Quoting and trap changes.
9839
9840 2007-02-16 Ulrich Drepper <drepper@redhat.com>
9841
9842 * locale/iso-3166.def: Add Jersey, Guernsey, and Isle Of Man entries.
9843
9844 * locale/iso-3166.def: Update entry for Serbia.
9845 * locale/iso-4217.def: Define RSD, remove CSD.
9846
9847 * sysdeps/x86_64/bits/atomic.h: One more change, this time for 16-
9848 and 64-bit operations.
9849
9850 [BZ #4040]
9851 * sysdeps/i386/i486/bits/atomic.h: One more change, this time for
9852 16-bit operations.
9853
9854 * nscd/nscd.c (parse_opt): One more conversion to use send instead
9855 of writev.
9856
9857 2007-02-15 Ulrich Drepper <drepper@redhat.com>
9858
9859 [BZ #3991]
9860 * assert/assert.h (assert): Simplify.
9861 (assert_perror): Likewise.
9862 Patch by Israel G. Lugo <ilugo@bridonsecurity.com>.
9863
9864 * nscd/nscd_helper.c (open_socket): Don't send padding bytes from
9865 reqdata.
9866
9867 * sysdeps/unix/sysv/linux/x86_64/send.c (__libc_send): Cosmetic
9868 change: don't pass NULL in place of an integer.
9869
9870 2007-02-02 Bruno Haible <bruno@clisp.org>
9871
9872 [BZ #3954]
9873 * iconvdata/ksc5601.c (__ksc5601_sym_to_ucs, __ksc5601_sym_from_ucs):
9874 Add mapping for U+327E.
9875 * iconvdata/ksc5601.h (KSC5601_SYMBOL): Increment.
9876 * iconvdata/johab.c (BODY for FROM_LOOP, BODY for TO_LOOP): Enable
9877 mapping of 0xD9 0xE8.
9878 * iconvdata/uhc.c (BODY for FROM_LOOP, BODY for TO_LOOP): Disable
9879 mapping of U+327E.
9880 Reported by Jungshik Shin <jungshik@google.com>.
9881
9882 [BZ #3955]
9883 * iconvdata/johab.c (BODY for FROM_LOOP, BODY for TO_LOOP): Enable
9884 mapping of 0xD9 0xE6 and of 0xD9 0xE7.
9885 Reported by Jungshik Shin <jungshik@google.com>.
9886
9887 2007-02-14 Ulrich Drepper <drepper@redhat.com>
9888
9889 * sysdeps/x86_64/bits/atomic;h: Fix asm parameters for some
9890 byte variants.
9891
9892 [BZ #4040]
9893 * sysdeps/i386/i486/bits/atomic.h: Fix asm parameters for some
9894 byte variants. Patch mostly be tom@tommay.net.
9895
9896 2007-02-14 Jakub Jelinek <jakub@redhat.com>
9897
9898 [BZ #3996]
9899 * posix/glob.c (attribute_hidden): Define if not defined.
9900 (glob): Unescape dirname, filename or username when needed and not
9901 GLOB_NOESCAPE. Handle \/ correctly. Handle GLOB_MARK if filename
9902 is NULL. Handle unescaped [ in pattern without closing ].
9903 Don't pass GLOB_CHECK down to recursive glob for directories.
9904 (__glob_pattern_type): New function.
9905 (__glob_pattern_p): Implement using __glob_pattern_type.
9906 (glob_in_dir): Handle GLOB_NOCHECK patterns containing no meta
9907 characters and backslashes if not GLOB_NOESCAPE or unterminated [.
9908 Remove unreachable code.
9909 * posix/globtest.sh: Add a couple of new tests.
9910
9911 2007-02-13 Ulrich Drepper <drepper@redhat.com>
9912
9913 * po/ru.po: Update from translation team.
9914
9915 2007-02-12 Jakub Jelinek <jakub@redhat.com>
9916
9917 * sysdeps/i386/bits/byteswap.h (__bswap_32): Add __amdfam10__
9918 to the list of i486+ CPUs.
9919 * sysdeps/x86_64/bits/byteswap.h (__bswap_32): Likewise.
9920
9921 2007-02-12 Ulrich Drepper <drepper@redhat.com>
9922
9923 * elf/rtld.c (RESOLVE_MAP): Always return bootstrap_map reference.
9924 * elf/Makefile ($(objpfx)ld.so): Check that ld.so has no undefined
9925 references.
9926
9927 2007-02-09 Ulrich Drepper <drepper@redhat.com>
9928
9929 * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Remove incorrect comment.
9930
9931 * resolv/res_init.c (res_setoptions): Recognize edns0 option.
9932 * resolv/res_mkquery.c: Define __res_nopt.
9933 * resolv/res_query.c (__libc_res_nquery): If RES_USE_EDNS0 is set
9934 try adding EDNS0 record.
9935 * resolv/res_send.c (send_dg): If request failed with FORMERR and
9936 EDNS0 record was send make sure we don't try it again.
9937 * resolv/resolv.h: Define RES_F_EDNS0ERR and RES_USE_EDNS0.
9938 * include/resolv.h: Declare __res_nopt.
9939
9940 2007-02-08 Jakub Jelinek <jakub@redhat.com>
9941
9942 [BZ #3944]
9943 * time/strptime_l.c (__strptime_internal): Set have_mon for
9944 %b/%B/%h. Set have_mon and have_mday if tm_mon and tm_mday
9945 have been computed from tm_yday and tm_year. Don't crash
9946 in day_of_the_week or day_of_the_year if not have_mon
9947 and tm_mon contains bogus value.
9948 * time/Makefile (tests): Add tst-strptime3.
9949 * time/tst-strptime3.c: New test.
9950
9951 2007-02-05 Jakub Jelinek <jakub@redhat.com>
9952
9953 [BZ #3957]
9954 * posix/regcomp.c (parse_bracket_exp): Set '\n' bit rather than '\0'
9955 bit for RE_HAT_LISTS_NOT_NEWLINE.
9956 (build_charclass_op): Remove bogus comment.
9957 * posix/Makefile (tests): Add bug-regex27 and bug-regex28.
9958 * posix/bug-regex27.c: New test.
9959 * posix/bug-regex28.c: New test.
9960
9961 2007-02-03 Ulrich Drepper <drepper@redhat.com>
9962
9963 * po/sv.po: Update from translation team.
9964
9965 2007-02-02 Ulrich Drepper <drepper@redhat.com>
9966
9967 * nscd/nscd_helper.c (open_socket): Minor size optimization.
9968
9969 2007-02-02 Jakub Jelinek <jakub@redhat.com>
9970
9971 * include/locale.h (__uselocale): Add libc_hidden_proto.
9972 * locale/uselocale.c (__uselocale): Add libc_hidden_def.
9973
9974 * nscd/nscd_helper.c (open_socket): Use __gettimeofday instead of
9975 gettimeofday.
9976
9977 2007-02-01 Ulrich Drepper <drepper@redhat.com>
9978
9979 * sysdeps/unix/sysv/linux/i386/sysdep.h (PTR_MANGLE): Roll value before
9980 returning.
9981 (PTR_DEMANGLE): Real definition now that it's not the same as
9982 PRT_MANGLE anymore.
9983 * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
9984
9985 * string/strerror_l.c: New file.
9986 * string/Makefile (routines): Add strerror_l.
9987 * string/string.h: Declare strerror_l.
9988 * string/Versions: Export strerror_l for GLIBC_2.6.
9989
9990 2007-01-31 Ulrich Drepper <drepper@redhat.com>
9991
9992 * nscd/nscd_helper.c (open_socket): Now takes request type and key
9993 as parameter. Construct request record. Try sending request
9994 before the first poll use, it usually succeeds. Adjust all
9995 callers.
9996 * nscd/nscd-client.h: Define MAXKEYLEN.
9997 * nscd/connections.c (nscd_run): Don't define MAXKEYLEN here.
9998
9999 2007-01-31 Jakub Jelinek <jakub@redhat.com>
10000
10001 * nscd/nscd-client.h (__nscd_cache_search): Remove const qualifier
10002 from return value.
10003 * nscd/nscd_helper.c: Include string.h.
10004 (__nscd_cache_search): Remove const qualifier from return value.
10005 On strict alignment architectures check hash entry and data head
10006 alignment.
10007 * nscd/nscd_getpw_r.c (nscd_getpw_r): Don't crash or fail because
10008 mmapped data during GC cycle contains garbage. If
10009 __nscd_drop_map_ref fails, decrement mapped->counter when returning
10010 error or if retrying with NO_MAPPING, only __nscd_unmap if counter
10011 dropped to 0.
10012 * nscd/nscd_getgr_r.c (nscd_getgr_r): Likewise.
10013 * nscd/nscd_initgroups.c (__nscd_getgrouplist): Likewise.
10014 * nscd/nscd_gethst_r.c (nscd_gethst_r): Likewise.
10015 * nscd/nscd_getai.c (__nscd_getai): Likewise.
10016 * nscd/nscd_getserv_r.c (nscd_getserv_r): Likewise.
10017
10018 2007-01-30 Ulrich Drepper <drepper@redhat.com>
10019
10020 * misc/hsearch_r.c (hdestroy_r): Remove unnecessary test.
10021
10022 2007-01-26 Ulrich Drepper <drepper@redhat.com>
10023
10024 * sysdeps/i386/dl-trampoline.S (_dl_runtime_profile): Use register
10025 names not numbers in cfi_*.
10026
10027 2007-01-26 Andreas Jaeger <aj@suse.de>
10028
10029 * sysdeps/unix/sysv/linux/sys/personality.h (ADDR_NO_RANDOMIZE,
10030 ADDR_LIMIT_3GB, PER_LINUX_32BIT, PER_LINUX32_3GB): Add.
10031 Correct values of PER_HPUX and PER_OSF4.
10032
10033 2007-01-24 Ulrich Drepper <drepper@redhat.com>
10034
10035 * elf/dl-minimal.c: Undefine _itoa first.
10036 * stdio-common/_itoa.h: Define _itoa and _fitoa for 64-bit platforms.
10037 * malloc/mtrace.c: Revert last change.
10038 * posix/wordexp.c: Likewise.
10039
10040 2007-01-24 Jakub Jelinek <jakub@redhat.com>
10041
10042 * sysdeps/i386/bits/byteswap.h (__bswap_32): Add __nocona__, __core2__
10043 and __geode__ to the list of i486+ CPUs.
10044 * sysdeps/x86_64/bits/byteswap.h (__bswap_32): Likewise.
10045
10046 2007-01-23 Ulrich Drepper <drepper@redhat.com>
10047
10048 * stdio-common/_itoa.c: Include <limits.h>.
10049 * stdio-common/_itowa.c: Likewise.
10050
10051 2007-01-22 Ulrich Drepper <drepper@redhat.com>
10052
10053 * stdio-common/_itowa.c: Don't compile _itowa for 64-bit
10054 platforms.
10055 * stdio-common/_itoa.c: Don't compile in _itoa and _fitoa for
10056 64-bit platforms.
10057 * malloc/mtrace.c (tr_where): Use _fitoa_word instead of _fitoa if
10058 possible.
10059 * posix/wordexp.c (parse_arith): Use _itoa_word instead of _itoa
10060 if possible.
10061
10062 [BZ #3902]
10063 * stdio-common/_itoa.c (_itoa): Make sure at least a zero is emitted.
10064 * stdio-common/Makefile (tests): Add bug17.
10065 * stdio-common/bug17.c: New file.
10066
10067 2007-01-19 Ulrich Drepper <drepper@redhat.com>
10068
10069 * iconvdata/brf.c: New file.
10070 * iconvdata/testdata/BRF: New file.
10071 * iconvdata/testdata/BRF..UTF8: New file.
10072 Contributed by Samuel Thibault <samuel.thibault@ens-lyon.org>.
10073 * iconvdata/Makefile: Add rules to build BRF.
10074 * iconvdata/TESTS: Add BRF entry.
10075 * iconvdata/gconv-modules: Likewise.
10076 * iconvdata/tst-tables.sh: Likewise.
10077
10078 2007-01-18 Anton Nikishaev <anton.nik@gmail.com>
10079
10080 * wcsmbs/wchar.h (wcstoll): Fix comment, function returns value of
10081 type `long long int', not `long int'.
10082 (wcstoq): Likewise.
10083
10084 2007-01-18 Ulrich Drepper <drepper@redhat.com>
10085
10086 * scripts/gen-as-const.awk: Add cast to long to avoid int promotion
10087 of values on 64-bit platforms which are too large.
10088
10089 2007-01-12 Steven Munroe <sjmunroe@us.ibm.com>
10090 Joe Kerian <jkerian@us.us.ibm.com>
10091
10092 [BZ #2749]
10093 * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Include
10094 <math_ldbl_opt.h>. Remove weak_alias. Use long_double_symbol macro.
10095 (__copysignl): Use signbit() for comparison.
10096 * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c (__fabsl): Correct parms for
10097 SET_LDOUBLE_WORDS64.
10098
10099 [BZ #2423, #2749]
10100 * sysdeps/ieee754/ldbl-128ibm/s_ceill.c: Don't include <fenv_libc.h>.
10101 (__ceill): Remove calls to fegetround(), fesetround().
10102 * sysdeps/ieee754/ldbl-128ibm/s_floorl.c: Likewise.
10103 * sysdeps/ieee754/ldbl-128ibm/s_roundl.c: Likewise.
10104 * sysdeps/ieee754/ldbl-128ibm/s_truncl.c: Likewise.
10105
10106 2007-01-17 Jakub Jelinek <jakub@redhat.com>
10107
10108 * nscd/nscd_getserv_r.c (nscd_getserv_r): Fix pastos.
10109
10110 * sysdeps/unix/sysv/linux/getdents.c (offsetof): Remove.
10111
10112 2007-01-17 Ulrich Drepper <drepper@redhat.com>
10113
10114 * sysdeps/unix/sysv/linux/fatal-prepare.h: Use PTHFCT_CALL to
10115 demangle pointer.
10116 * csu/libc-start.c: Likewise.
10117
10118 2007-01-16 Ulrich Drepper <drepper@redhat.com>
10119
10120 * sysdeps/posix/system.c: Remove NO_WAITPID support, it cannot
10121 really work anyway.
10122
10123 2007-01-15 Ulrich Drepper <drepper@redhat.com>
10124
10125 * nscd/connections.c (servinfo): Renamed to reqinfo. Change all
10126 users.
10127 (handle_request): Remove unnecessary tests.
10128
10129 * nscd/cache.c (cache_add): Record the failure to add to the cache.
10130
10131 2007-01-15 Jakub Jelinek <jakub@redhat.com>
10132
10133 * soft-fp/op-common.h (FP_TRUNC): When truncating a NaN, clear
10134 workbits in semi-raw fraction.
10135
10136 * math/test-misc.c: Add new tests.
10137
10138 2007-01-14 Steven Munroe <sjmunroe@us.ibm.com>
10139
10140 * math/basic-test.c: Include test-skeleton.c.
10141 (TEST_TRUNC): Define.
10142 (truncdfsf_test, trunctfsf_test, trunctfdf_test): New.
10143 (main): Rename to ...
10144 (do_test): ...this. Run new tests.
10145 (TEST_FUNCTION): Define.
10146
10147 2006-10-05 Steven Munroe <sjmunroe@us.ibm.com>
10148 Joe Kerian <jkerian@us.us.ibm.com>
10149
10150 [BZ #2749]
10151 * soft-fp/op-4.h (__FP_FRAC_SUB_3, __FP_FRAC_SUB_4): Correct borrow
10152 handling for high words.
10153 * soft-fp/op-common.h (_FP_OVERFLOW_SEMIRAW): Always set inexact
10154 and overflow for infinity.
10155
10156 2007-01-15 Ulrich Drepper <drepper@redhat.com>
10157
10158 * nscd/connections.c (handle_request): Add a __builtin_expect.
10159
10160 * nscd/connections.c (serv2db): Change type into structure which
10161 also says whether this is a request for data. Renamed to
10162 servinfo. All users changed.
10163 (handle_request): Much simpler test whether we should search the cache.
10164
10165 * nscd/connections.c (handle_request): Fix thinko in selinux test
10166 invocation.
10167
10168 * sysdeps/generic/ldsodefs.h: Define DL_LOOKUP_SCOPE_LOCK.
10169 * elf/dl-lookup.c (add_dependency): If scope map is locked, unlock
10170 it before getting dl_load_lock and then relock.
10171 (_dl_lookup_symbol_x): Pass flags to add_dependency.
10172 When rerunning _dl_lookup_symbol_x, compute symbol_scope again in
10173 case we unlocked the scope.
10174 * elf/dl-runtime.c (_dl_fixup): Pass DL_LOOKUP_SCOPE_LOCK to
10175 _dl_lookup_symbol_x in case we locked the scope.
10176 (_dl_profile_fixup): Likewise.
10177 * elf/dl-sym.c (do_sym): In flags passed to call_dl_lookup, also
10178 set DL_LOOKUP_SCOPE_LOCK.
10179
10180 2007-01-13 Ulrich Drepper <drepper@redhat.com>
10181
10182 * inet/Makefile: Define CFLAGS-getsrvbynm_r.c and
10183 CFLAGS-getsrvbynpt_r.c.
10184 * nscd/getsrvbynm_r.c: New file.
10185 * nscd/getsrvbypt_r.c: New file.
10186 * nscd/nscd_getserv_r.c: New file.
10187 * nscd/servicescache.c: New file.
10188 * nscd/Makefile (routines): Add nscd_getserv_r.
10189 (nscd-modules): Add getsrvbynm_r, getsrvbypt_r, and servicescache.
10190 Define CFLAGS-servicescache.c, CFLAGS-getsrvbynm_r.c, and
10191 CFLAGS-getsrvbypt_r.c.
10192 * nscd/cache.c (prune_cache): Rewrite to get re-add function from
10193 table. Add entries for services database.
10194 * nscd/connections.c (serv2str): Mark as const. Add entries for
10195 services database.
10196 (dbs): Add .reset_res and servdb initialization.
10197 (serv2db): Add entries for services database.
10198 (verify_persistent_db): Accept dbnr == servdb.
10199 (invalidate_cache): Rewrite database name recognition to use a table.
10200 Call res_init() if .reset_res is set for database.
10201 (handle_request): Add code to handle services database.
10202 * nscd/gai.c: Don't define __getservbyname_r.
10203 * nscd/nscd-client.h (request_type): Remove LASTDBREQ, add
10204 GETSERVBYNAME, GETSERVBYPORT, GETFDSERV.
10205 (serv_response_header): Define.
10206 (struct datahead): Add serv_response_header member.
10207 * nscd/nscd.c (parse_opt): Rewrite parsing of -i parameter value
10208 using table.
10209 * nscd/nscd.conf: Add entries for services database.
10210 * nscd/nscd.h: Adjust declaration of dbnames and serv2str.
10211 Declare serv_iov_disabled.
10212 Declare addservbyname, readdservbyname, addservbyport, and
10213 readdservbyport.
10214 * nscd/nscd_conf.c (dbnames): Mark as const. Add services entry.
10215 (find_db): Fix error message.
10216 * nscd/nscd_proto.h: Declare __nss_not_use_nscd_services,
10217 __nscd_getservbyname_r, and __nscd_getservbyport_r.
10218 * nscd/selinux.c (perms): Add entries for services database.
10219 * nss/Versions: Export __nss_services_lookup with GLIBC_PRIVATE.
10220 * nss/nsswitch.c (__nss_disable_nscd): Also disable services database.
10221
10222 * nscd/grpcache.c: Remove obsolete code. Cleanups.
10223 * nscd/hstcache.c: Likewise.
10224 * nscd/pwdcache.c: Likewise.
10225
10226 * nis/nss_nis/nis-service.c (_nss_nis_getservbyname_r): Correct
10227 computation of keylen.
10228
10229 * include/string.h: Only redefine strndupa if this is really for
10230 libc code.
10231
10232 2007-01-12 Ulrich Drepper <drepper@redhat.com>
10233
10234 * nscd/nscd_gethst_r.c: Minor cleanups.
10235
10236 * nscd/connections.c (handle_request): Check selinux permissions
10237 for all non-admin commands.
10238
10239 * sysdeps/i386/i486/bits/atomic.h: Define
10240 atomic_compare_and_exchange_val_acq,
10241 atomic_compare_and_exchange_bool_acq, and atomic_exchange_and_add
10242 using __sync_* built-ins for gcc >= 4.1.
10243 * sysdeps/x86_64/bits/atomic.h: Likewise.
10244
10245 [BZ #3840]
10246 * scripts/check-local-headers.sh: Restrict to testing .o.d, .os.d,
10247 and .oS.d files.
10248
10249 2007-01-05 Steven Munroe <sjmunroe@us.ibm.com>
10250
10251 * stdlib/tst-makecontext.c: Include errno.h. Change main()
10252 to do_test(). Define TEST_FUNCTION. Include test-skeleton.c.
10253 (do_test): Check errno and exit(0) if ENOSYS.
10254
10255 2007-01-11 Jakub Jelinek <jakub@redhat.com>
10256
10257 * stdlib/strtod_l.c (____STRTOF_INTERNAL): Fix handling of multi-byte
10258 thousands separators.
10259 * stdlib/Makefile: Add rules to build and run tst-strtod4.
10260 * stdlib/tst-strtod4.c: New test.
10261
10262 [BZ #3855]
10263 * stdlib/strtod_l.c (____STRTOF_INTERNAL): 0x. not followed by
10264 hexadecimal digit should accept just the initial 0.
10265 * stdlib/tst-strtod2.c (tests): New variable.
10266 (do_test): Run several tests rather than just one.
10267
10268 2007-01-11 Jakub Jelinek <jakub@redhat.com>
10269
10270 * sysdeps/i386/soft-fp/sfp-machine.h: Remove.
10271 * sysdeps/x86_64/soft-fp/sfp-machine.h: Likewise.
10272
10273 2007-01-10 Ulrich Drepper <drepper@redhat.com>
10274
10275 * io/fts.c: Make sure fts_cur is always valid after return from
10276 fts_read.
10277 Patch by Miloslav Trmac <mitr@redhat.com>.
10278
10279 2006-10-27 Richard Sandiford <richard@codesourcery.com>
10280
10281 * elf/elf.h (R_MIPS_GLOB_DAT): Define.
10282 (R_MIPS_NUM): Bump by 1.
10283
10284 2007-01-03 Jakub Jelinek <jakub@redhat.com>
10285
10286 * posix/execvp.c: Include alloca.h.
10287 (allocate_scripts_argv): Renamed to...
10288 (scripts_argv): ... this. Don't allocate buffer here nor count
10289 arguments.
10290 (execvp): Use alloca if possible.
10291 * posix/Makefile: Add rules to build and run tst-vfork3 test.
10292 * posix/tst-vfork3.c: New test.
10293
10294 2007-01-03 Ulrich Drepper <drepper@redhat.com>
10295
10296 * string/Makefile (tst-strxfrm2-ENV): Define.
10297 * stdlib/Makefile (tst-strtod3-ENV): Define.
10298
10299 2007-01-02 Ulrich Drepper <drepper@redhat.com>
10300
10301 * posix/getconf.c: Update copyright year.
10302 * nss/getent.c: Likewise.
10303 * iconv/iconvconfig.c: Likewise.
10304 * iconv/iconv_prog.c: Likewise.
10305 * elf/ldconfig.c: Likewise.
10306 * catgets/gencat.c: Likewise.
10307 * csu/version.c: Likewise.
10308 * elf/ldd.bash.in: Likewise.
10309 * elf/sprof.c (print_version): Likewise.
10310 * locale/programs/locale.c: Likewise.
10311 * locale/programs/localedef.c: Likewise.
10312 * nscd/nscd.c (print_version): Likewise.
10313 * debug/xtrace.sh: Likewise.
10314 * malloc/memusage.sh: Likewise.
10315 * malloc/mtrace.pl: Likewise.
10316 * debug/catchsegv.sh: Likewise.
10317
10318 2006-12-24 Ulrich Drepper <drepper@redhat.com>
10319
10320 * malloc/malloc.c (sYSMALLOc): Remove some unnecessary alignment
10321 attempts.
10322
10323 2006-12-23 Ulrich Drepper <drepper@redhat.com>
10324
10325 * posix/wordexp.c: Remove some unnecessary tests.
10326
10327 2006-12-22 Gavin Romig-Koch <gavin@redhat.com>
10328
10329 * nis/nss_compat/compat-grp.c (internal_getgrgid_r): Don't
10330 blacklist the group till after we look it up.
10331
10332 2006-12-21 Ulrich Drepper <drepper@redhat.com>
10333
10334 * include/atomic.h (atomic_forced_read): New macro.
10335
10336 2006-12-20 SUGIOKA Toshinobu <sugioka@itonet.co.jp>
10337
10338 * sysdeps/unix/sysv/linux/sh/bits/shm.h: New file.
10339
10340 2006-12-19 Jakub Jelinek <jakub@redhat.com>
10341
10342 * nss/getXXbyYY_r.c: Include atomic.h.
10343 (INTERNAL (REENTRANT_NAME)): Write startp after start_fct,
10344 add atomic_write_barrier () in between.
10345
10346 * stdlib/Makefile (tests): Add tst-makecontext.
10347 * stdlib/tst-makecontext.c: New test.
10348
10349 * sysdeps/unix/sysv/linux/powerpc/powerpc32/makecontext.S
10350 (__makecontext): Don't realign uc_mcontext.uc_regs.
10351
10352 2006-11-28 Jakub Jelinek <jakub@redhat.com>
10353
10354 * elf/dl-support.c: Include dl-procinfo.h.
10355 * sysdeps/powerpc/dl-procinfo.h (PPC_PLATFORM_POWER4,
10356 PPC_PLATFORM_PPC970, PPC_PLATFORM_POWER5, PPC_PLATFORM_POWER5_PLUS,
10357 PPC_PLATFORM_POWER6, PPC_PLATFORM_CELL_BE, PPC_PLATFORM_POWER6X):
10358 Define.
10359 (_dl_string_platform): Use PPC_PLATFORM_* macros instead of
10360 hardcoded constants.
10361 * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_platform): Use
10362 PPC_PLATFORM_* macros for array designators.
10363
10364 2006-11-11 Steven Munroe <sjmunroe@us.ibm.com>
10365
10366 * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_cap_flags): Add 3 new cap
10367 names to the beginning.
10368 (_dl_powerpc_platforms): Add "power6x".
10369 * sysdeps/powerpc/dl-procinfo.h (_DL_HWCAP_FIRST): Decrease.
10370 (HWCAP_IMPORTANT): Add PPC_FEATURE_HAS_DFP.
10371 (_DL_PLATFORMS_COUNT): Increase.
10372 (_dl_string_platform): Handle power6x case.
10373 * sysdeps/powerpc/sysdep.h (PPC_FEATURE_PA6T, PPC_FEATURE_HAS_DFP,
10374 PPC_FEATURE_POWER6_EXT): Define.
10375 (PPC_FEATURE_POWER5, PPC_FEATURE_POWER5_PLUS): Correct Comment.
10376
10377 2006-12-18 Jakub Jelinek <jakub@redhat.com>
10378
10379 [BZ #3747]
10380 * stdlib/jrand48_r.c (__jrand48_r): Make sure result is in the
10381 [-2^31 .. 2^31) range.
10382 * stdlib/tst-rand48.c (main): Fix expected values for 64-bit
10383 targets.
10384 * stdlib/tst-rand48-2.c: New test.
10385 * stdlib/Makefile (tests): Add tst-rand48-2.
10386
10387 2006-12-14 Jakub Jelinek <jakub@redhat.com>
10388
10389 * misc/tst-pselect.c (do_test): Fix sigblock argument.
10390
10391 2006-12-14 Ulrich Drepper <drepper@redhat.com>
10392
10393 * misc/tst-pselect.c (do_test): Make sure the helper process is
10394 terminating when the test is aborted.
10395
10396 2006-12-13 Ulrich Drepper <drepper@redhat.com>
10397
10398 * sysdeps/unix/sysv/linux/bits/statvfs.h: Define ST_RELATIME.
10399 * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
10400 Handle relatime mount option.
10401
10402 [BZ #2337]
10403 * libio/Makefile (tests): Add tst-setvbuf1.
10404 * libio/tst-setvbuf1.c: New file.
10405
10406 2006-12-08 Jakub Jelinek <jakub@redhat.com>
10407
10408 [BZ #2337]
10409 * libio/genops.c (__uflow): Fix a typo.
10410 * libio/wfiledoalloc.c (_IO_wfile_doallocate): Don't stat
10411 nor set _IO_LINE_BUF bit here. Size the wide buffer based on
10412 the narrow buffer size.
10413
10414 2006-11-24 Jakub Jelinek <jakub@redhat.com>
10415
10416 [BZ #2337]
10417 * libio/libio.h (_IO_FLAGS2_USER_WBUF): Define.
10418 * libio/wgenops.c (_IO_wsetb, _IO_wdefault_finish): Test and set
10419 _IO_FLAGS2_USER_WBUF bit in _flags2 instead of _IO_USER_BUF bit
10420 in _flags.
10421 * libio/wstrops.c (_IO_wstr_overflow, enlarge_userbuf,
10422 _IO_wstr_finish): Likewise.
10423 * libio/wmemstream.c (open_wmemstream): Likewise.
10424 * libio/fileops.c (_IO_new_file_close_it): Call _IO_set[bgp]
10425 even for wide streams.
10426
10427 2006-12-13 Jakub Jelinek <jakub@redhat.com>
10428
10429 * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S: Include
10430 kernel-features.h.
10431
10432 2006-12-11 Ulrich Drepper <drepper@redhat.com>
10433
10434 * stdlib/strtod_l.c (____STRTOF_INTERNAL): Parse thousand
10435 separators also if no non-zero digits found.
10436 * stdlib/Makefile (tests): Add tst-strtod3.
10437
10438 2006-12-09 Ulrich Drepper <drepper@redhat.com>
10439
10440 [BZ #3632]
10441 * include/features.h: Fix comment about default value for
10442 _POSIX_C_SOURCE.
10443
10444 [BZ #3664]
10445 * stdlib/strtod_l.c (____STRTOF_INTERNAL): Fix test to recognize
10446 empty parsed strings.
10447 * stdlib/Makefile (tests): Add tst-strtod2.
10448 * stdlib/tst-strtod2.c: New file.
10449
10450 [BZ #3673]
10451 * stdlib/strtod_l.c (____STRTOF_INTERNAL): Fix exp_limit
10452 computation.
10453 * stdlib/Makefile (tests): Add tst-atof2.
10454 * stdlib/tst-atof2.c: New file.
10455
10456 [BZ #3674]
10457 * stdlib/strtod_l.c (____STRTOF_INTERNAL): Adjust exponent value
10458 correctly if removing trailing zero of hex-float.
10459 * stdlib/Makefile (tests): Add tst-atof1.
10460 * stdlib/tst-atof1.c: New file.
10461
10462 2006-12-09 Jakub Jelinek <jakub@redhat.com>
10463
10464 * misc/mntent_r.c (__hasmntopt): Check p[optlen] even when p == rest.
10465 Start searching for next comma at p rather than rest.
10466 * misc/Makefile (tests): Add tst-mntent2.
10467 * misc/tst-mntent2.c: New test.
10468
10469 * misc/getusershell.c (initshells): Check for integer overflows.
10470 Make strings buffer one bigger as fgets always succeeds when second
10471 argument is 1. Don't use calloc for shells array. Disallow
10472 / as shell.
10473
10474 2006-12-08 Ulrich Drepper <drepper@redhat.com>
10475
10476 * malloc/memusage.c: Handle realloc with new size of zero and
10477 non-NULL pointer correctly.
10478 (me): Really write first record twice.
10479 (struct entry): Make format bi-arch safe.
10480 (dest): Write out more realloc statistics.
10481 * malloc/memusagestat.c (struct entry): Make format bi-arch safe.
10482
10483 2006-12-05 Jakub Jelinek <jakub@redhat.com>
10484
10485 * nis/nis_subr.c (nis_getnames): Revert last change.
10486
10487 2006-12-04 Jakub Jelinek <jakub@redhat.com>
10488
10489 * sysdeps/unix/sysv/linux/ttyname.c: Include termios.h.
10490 (ttyname): Use tcgetattr instead of isatty, don't set errno to ENOTTY.
10491 * sysdeps/unix/sysv/linux/ttyname_r.c: Include termios.h.
10492 (__ttyname_r): Use tcgetattr instead of isatty, don't set errno to
10493 ENOTTY.
10494 * io/Makefile: Add rules to build and run tst-ttyname_r test.
10495 * io/tst-ttyname_r.c: New test.
10496
10497 2006-12-03 Kaz Kojima <kkojima@rr.iij4u.or.jp>
10498
10499 * sysdeps/unix/sysv/linux/sh/sys/io.h: Removed.
10500
10501 2006-11-30 H.J. Lu <hongjiu.lu@intel.com>
10502
10503 * sysdeps/i386/i686/memcmp.S: Use jump table as the base of
10504 jump table entries.
10505
10506 2006-11-30 Jan Kratochvil <jan.kratochvil@redhat.com>
10507
10508 * sysdeps/unix/sysv/linux/i386/clone.S: Provide CFI for the outermost
10509 `clone' function to ensure proper unwinding stop of gdb.
10510 * sysdeps/unix/sysv/linux/x86_64/clone.S: Likewise.
10511
10512 2006-12-01 Ulrich Drepper <drepper@redhat.com>
10513
10514 * nscd/nscd.init: Remove obsolete and commented-out -S option
10515 handling.
10516
10517 2006-11-23 Jakub Jelinek <jakub@redhat.com>
10518
10519 [BZ #3514]
10520 * manual/string.texi (strncmp): Fix pastos from wcscmp description.
10521
10522 [BZ #3515]
10523 * manual/string.texi (strtok): Remove duplicate paragraph.
10524
10525 2006-12-01 Jan Kratochvil <jan.kratochvil@redhat.com>
10526
10527 * sysdeps/unix/sysv/linux/x86_64/sigaction.c: Fix compatibility with
10528 libgcc not supporting `rflags' unwinding (register # >= 17).
10529
10530 2006-11-30 Jakub Jelinek <jakub@redhat.com>
10531
10532 * sunrpc/svc_run.c (svc_run): Set my_pollfd to new_pollfd if realloc
10533 succeeded.
10534
10535 2006-11-29 Daniel Jacobowitz <dan@codesourcery.com>
10536 Jakub Jelinek <jakub@redhat.com>
10537 Jan Kratochvil <jan.kratochvil@redhat.com>
10538
10539 * sysdeps/unix/sysv/linux/x86_64/sigaction.c (restore_rt): Add correct
10540 unwind information.
10541 * sysdeps/unix/sysv/linux/x86_64/Makefile: Provide symbols for
10542 'restore_rt' even in the 'signal' directory.
10543 * sysdeps/unix/sysv/linux/x86_64/ucontext_i.sym: Extend the regs list.
10544
10545 2006-11-27 Jakub Jelinek <jakub@redhat.com>
10546
10547 [BZ #3559]
10548 * sunrpc/svc_run.c (svc_run): Fail instead of segfaulting if
10549 malloc crashed. Don't allocate memory unnecessarily in each
10550 loop.
10551
10552 2006-10-21 Jakub Jelinek <jakub@redhat.com>
10553
10554 * resolv/mapv4v6addr.h (map_v4v6_address): Fix last change.
10555
10556 2006-11-20 Ulrich Drepper <drepper@redhat.com>
10557
10558 * resolv/mapv4v6addr.h (map_v4v6_address): Optimize a bit.
10559
10560 2006-11-18 Bruno Haible <bruno@clisp.org>
10561
10562 * sysdeps/unix/sysv/linux/i386/getgroups.c (__getgroups): Invoke
10563 __sysconf only after having tried to call getgroups32.
10564
10565 2006-11-19 Ulrich Drepper <drepper@redhat.com>
10566
10567 * nss/nss_files/files-hosts.c (LINE_PARSER): Support IPv6-style
10568 addresses for IPv4 queries if they can be mapped.
10569
10570 2006-11-16 Jakub Jelinek <jakub@redhat.com>
10571
10572 * sysdeps/x86_64/fpu/s_copysignf.S (__copysignf): Switch to .text.
10573 * sysdeps/x86_64/fpu/s_copysign.S (__copysign): Likewise.
10574 (signmask): Add .size directive.
10575 (othermask): Add .type directive.
10576
10577 2006-11-14 Ulrich Drepper <drepper@redhat.com>
10578
10579 * po/nl.po: Update from translation team.
10580
10581 * timezone/zdump.c: Redo fix for BZ #3137.
10582
10583 2006-11-14 Jakub Jelinek <jakub@redhat.com>
10584
10585 * nss/nss_files/files-alias.c (get_next_alias): Set line back
10586 to first_unused after parsing :include: file.
10587
10588 2006-11-10 Ulrich Drepper <drepper@redhat.com>
10589
10590 * timezone/africa: Update from tzdata2006o.
10591 * timezone/antarctica: Likewise.
10592 * timezone/asia: Likewise.
10593 * timezone/australasia: Likewise.
10594 * timezone/backward: Likewise.
10595 * timezone/europe: Likewise.
10596 * timezone/iso3166.tab: Likewise.
10597 * timezone/northamerica: Likewise.
10598 * timezone/southamerica: Likewise.
10599 * timezone/zone.tab: Likewise.
10600
10601 * time/tzfile.c (__tzfile_read): Extend to handle new file format
10602 on machines with 64-bit time_t.
10603
10604 * timezone/checktab.awk: Update from tzcode2006o.
10605 * timezone/ialloc.c: Likewise.
10606 * timezone/private.h: Likewise.
10607 * timezone/scheck.c: Likewise.
10608 * timezone/tzfile.h: Likewise.
10609 * timezone/tzselect.ksh: Likewise.
10610 * timezone/zdump.c: Likewise.
10611 * timezone/zic.c: Likewise.
10612
10613 [BZ #3483]
10614 * elf/ldconfig.c (main): Call setlocale and textdomain.
10615 Patch mostly by Benno Schulenberg <bensberg@justemail.net>.
10616
10617 [BZ #3480]
10618 * manual/argp.texi: Fix typos.
10619 * manual/charset.texi: Likewise.
10620 * manual/errno.texi: Likewise.
10621 * manual/filesys.texi: Likewise.
10622 * manual/lang.texi: Likewise.
10623 * manual/maint.texi: Likewise.
10624 * manual/memory.texi: Likewise.
10625 * manual/message.texi: Likewise.
10626 * manual/resource.texi: Likewise.
10627 * manual/search.texi: Likewise.
10628 * manual/signal.texi: Likewise.
10629 * manual/startup.texi: Likewise.
10630 * manual/stdio.texi: Likewise.
10631 * manual/sysinfo.texi: Likewise.
10632 * manual/syslog.texi: Likewise.
10633 * manual/time.texi: Likewise.
10634 Patch by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
10635
10636 [BZ #3465]
10637 * sunrpc/clnt_raw.c: Minimal message improvements.
10638 * sunrpc/pm_getmaps.c: Likewise.
10639 * nis/nss_nisplus/nisplus-publickey.c: Likewise.
10640 * nis/nis_print_group_entry.c: Likewise.
10641 * locale/programs/repertoire.c: Likewise.
10642 * locale/programs/charmap.c: Likewise.
10643 * malloc/memusage.sh: Likewise.
10644 * elf/dl-deps.c: Likewise.
10645 * locale/programs/ld-collate.c: Likewise.
10646 * libio/vswprintf.c: Likewise.
10647 * malloc/memusagestat.c: Likewise.
10648 * sunrpc/auth_unix.c: Likewise.
10649 * sunrpc/rpc_main.c: Likewise.
10650 * nscd/cache.c: Likewise.
10651 * locale/programs/repertoire.c: Unify output messages.
10652 * locale/programs/charmap.c: Likewise.
10653 * locale/programs/ld-ctype.c: Likewise.
10654 * locale/programs/ld-monetary.c: Likewise.
10655 * locale/programs/ld-numeric.c: Likewise.
10656 * locale/programs/ld-time.c: Likewise.
10657 * elf/ldconfig.c: Likewise.
10658 * nscd/selinux.c: Likewise.
10659 * elf/cache.c: Likewise.
10660 Patch mostly by Benno Schulenberg <bensberg@justemail.net>.
10661
10662 [BZ #3451]
10663 * sysdeps/i386/fpu/bits/mathinline.h (floor): Make rounding mode
10664 change atomic.
10665 (ceil): Likewise.
10666
10667 2006-11-10 Jakub Jelinek <jakub@redhat.com>
10668
10669 * string/strxfrm_l.c (STRXFRM): Fix trailing \1 optimization
10670 if N is one bigger than return value.
10671 * string/tst-strxfrm2.c (do_test): Also test strxfrm with l1 + 1
10672 and l1 last arguments, if buf is defined, verify the return value
10673 equals to strlen (buf) and verify no byte beyond passed length
10674 is modified.
10675
10676 2006-11-10 Ulrich Drepper <drepper@redhat.com>
10677
10678 * po/sv.po: Update from translation team.
10679
10680 2006-11-09 Ulrich Drepper <drepper@redhat.com>
10681
10682 * sysdeps/unix/sysv/linux/x86_64/sysconf.c (intel_check_word): Add
10683 noinline attribute.
10684
10685 2006-11-10 Jakub Jelinek <jakub@redhat.com>
10686
10687 * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word): Add
10688 noinline attribute.
10689
10690 * sysdeps/gnu/siglist.c (__old_sys_siglist, __old_sys_sigabbrev):
10691 Use __new_sys_siglist instead of _sys_siglist_internal as
10692 second macro argument.
10693 (_old_sys_siglist): Use declare_symbol_alias macro instead of
10694 strong_alias.
10695
10696 2006-11-09 Ulrich Drepper <drepper@redhat.com>
10697
10698 [BZ #3493]
10699 * posix/unistd.h (sysconf): Remove const attribute.
10700
10701 * sysdeps/posix/getaddrinfo.c (getaddrinfo): Fix test for
10702 temporary or deprecated addresses.
10703 Patch by Sridhar Samudrala <sri@us.ibm.com>.
10704
10705 * string/Makefile (tests): Add tst-strxfrm2.
10706 * string/tst-strxfrm2.c: New file.
10707
10708 2006-10-09 Jakub Jelinek <jakub@redhat.com>
10709
10710 * elf/dl-debug.c (_dl_debug_initialize): Check r->r_map for 0
10711 rather than r->r_brk.
10712
10713 2006-11-08 Jakub Jelinek <jakub@redhat.com>
10714
10715 * string/strxfrm_l.c (STRXFRM): Do the trailing \1 removal
10716 optimization even if needed > n.
10717
10718 * elf/dl-load.c (decompose_rpath): Return bool rather than void.
10719 If l->l_name is on inhibit_rpath list, set sps->dirs to -1 and
10720 return false, otherwise return true.
10721 (cache_rpath): Return decompose_rpath return value.
10722
10723 2006-11-07 Jakub Jelinek <jakub@redhat.com>
10724
10725 * include/libc-symbols.h (declare_symbol): Rename to...
10726 (declare_symbol_alias): ... this. Add ORIGINAL argument, imply
10727 strong_alias (ORIGINAL, SYMBOL) in asm to make sure it preceedes
10728 .size directive.
10729 * sysdeps/gnu/errlist-compat.awk: Adjust for declare_symbol_alias
10730 changes.
10731 * sysdeps/gnu/siglist.c: Likewise.
10732
10733 2006-11-03 Steven Munroe <sjmunroe@us.ibm.com>
10734
10735 * sysdeps/powerpc/fpu/bits/mathinline.h
10736 [__LIBC_INTERNAL_MATH_INLINES]: Moved to ...
10737 * sysdeps/powerpc/fpu/math_private.h: ...here. New file.
10738
10739 2006-11-05 Ulrich Drepper <drepper@redhat.com>
10740
10741 * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word):
10742 Update handling of cache descriptor 0x49 for new models.
10743 * sysdeps/unix/sysv/linux/x86_64/sysconf.c (intel_check_word):
10744 Likewise.
10745
10746 2006-11-02 Jakub Jelinek <jakub@redhat.com>
10747
10748 * malloc/memusage.c (dest): Reset not_me back to false after
10749 printing statistics.
10750
10751 2006-11-02 Ulrich Drepper <drepper@redhat.com>
10752
10753 * configure.in: Work around ld --help change and avoid -z relro
10754 test completely if the architecture doesn't care about security.
10755
10756 2006-11-01 Ulrich Drepper <drepper@redhat.com>
10757
10758 * po/sv.po: Update from translation team.
10759
10760 2006-10-31 Ulrich Drepper <drepper@redhat.com>
10761
10762 * stdlib/atexit.c (atexit): Don't mark as hidden when used to
10763 generate compatibility version.
10764
10765 2006-10-29 Ulrich Drepper <drepper@redhat.com>
10766
10767 * configure.in: Relax -z relro requirement a bit.
10768
10769 * po/sv.po: Update from translation team.
10770
10771 2006-10-29 Jakub Jelinek <jakub@redhat.com>
10772
10773 * elf/dl-sym.c (do_sym): Use RTLD_SINGLE_THREAD_P.
10774 * elf/dl-runtime.c (_dl_fixup, _dl_profile_fixup): Likewise.
10775 * elf/dl-close.c (_dl_close_worker): Likewise.
10776 * elf/dl-open.c (_dl_open_worker): Likewise.
10777 * sysdeps/generic/sysdep-cancel.h (RTLD_SINGLE_THREAD_P): Define.
10778
10779 2006-10-27 Ulrich Drepper <drepper@redhat.com>
10780
10781 * configure.in: Require assembler support for visibility, compiler
10782 support for visibility and aliases, linker support for various -z
10783 options.
10784 * Makeconfig: Remove conditional code which now is unnecessary.
10785 * config.h.in: Likewise.
10786 * config.make.in: Likewise.
10787 * dlfcn/Makefile: Likewise.
10788 * elf/Makefile: Likewise.
10789 * elf/dl-load.c: Likewise.
10790 * elf/rtld.c: Likewise.
10791 * include/libc-symbols.h: Likewise.
10792 * include/stdio.h: Likewise.
10793 * io/Makefile: Likewise.
10794 * io/fstat.c: Likewise.
10795 * io/fstat64.c: Likewise.
10796 * io/fstatat.c: Likewise.
10797 * io/fstatat64.c: Likewise.
10798 * io/lstat.c: Likewise.
10799 * io/lstat64.c: Likewise.
10800 * io/mknod.c: Likewise.
10801 * io/mknodat.c: Likewise.
10802 * io/stat.c: Likewise.
10803 * io/stat64.c: Likewise.
10804 * libio/stdio.c: Likewise.
10805 * nscd/Makefile: Likewise.
10806 * stdlib/Makefile: Likewise.
10807 * stdlib/atexit.c: Likewise.
10808 * sysdeps/generic/ldsodefs.h: Likewise.
10809 * sysdeps/i386/dl-machine.h: Likewise.
10810 * sysdeps/i386/sysdep.h: Likewise.
10811 * sysdeps/i386/i686/memcmp.S: Likewise.
10812 * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
10813 * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
10814 * sysdeps/unix/sysv/linux/x86_64/sigaction.c: Likewise.
10815
10816 * Makerules: USE_TLS support is now default.
10817 * tls.make.c: Likewise.
10818 * csu/Versions: Likewise.
10819 * csu/libc-start.c: Likewise.
10820 * csu/libc-tls.c: Likewise.
10821 * csu/version.c: Likewise.
10822 * dlfcn/dlinfo.c: Likewise.
10823 * elf/dl-addr.c: Likewise.
10824 * elf/dl-cache.c: Likewise.
10825 * elf/dl-close.c: Likewise.
10826 * elf/dl-iteratephdr.c: Likewise.
10827 * elf/dl-load.c: Likewise.
10828 * elf/dl-lookup.c: Likewise.
10829 * elf/dl-object.c: Likewise.
10830 * elf/dl-open.c: Likewise.
10831 * elf/dl-reloc.c: Likewise.
10832 * elf/dl-support.c: Likewise.
10833 * elf/dl-sym.c: Likewise.
10834 * elf/dl-sysdep.c: Likewise.
10835 * elf/dl-tls.c: Likewise.
10836 * elf/ldconfig.c: Likewise.
10837 * elf/rtld.c: Likewise.
10838 * elf/tst-tls-dlinfo.c: Likewise.
10839 * elf/tst-tls1.c: Likewise.
10840 * elf/tst-tls10.h: Likewise.
10841 * elf/tst-tls14.c: Likewise.
10842 * elf/tst-tls2.c: Likewise.
10843 * elf/tst-tls3.c: Likewise.
10844 * elf/tst-tls4.c: Likewise.
10845 * elf/tst-tls5.c: Likewise.
10846 * elf/tst-tls6.c: Likewise.
10847 * elf/tst-tls7.c: Likewise.
10848 * elf/tst-tls8.c: Likewise.
10849 * elf/tst-tls9.c: Likewise.
10850 * elf/tst-tlsmod1.c: Likewise.
10851 * elf/tst-tlsmod13.c: Likewise.
10852 * elf/tst-tlsmod13a.c: Likewise.
10853 * elf/tst-tlsmod14a.c: Likewise.
10854 * elf/tst-tlsmod2.c: Likewise.
10855 * elf/tst-tlsmod3.c: Likewise.
10856 * elf/tst-tlsmod4.c: Likewise.
10857 * elf/tst-tlsmod5.c: Likewise.
10858 * elf/tst-tlsmod6.c: Likewise.
10859 * include/errno.h: Likewise.
10860 * include/link.h: Likewise.
10861 * include/tls.h: Likewise.
10862 * locale/global-locale.c: Likewise.
10863 * locale/localeinfo.h: Likewise.
10864 * malloc/arena.c: Likewise.
10865 * malloc/hooks.c: Likewise.
10866 * malloc/malloc.c: Likewise.
10867 * resolv/Versions: Likewise.
10868 * sysdeps/alpha/dl-machine.h: Likewise.
10869 * sysdeps/alpha/libc-tls.c: Likewise.
10870 * sysdeps/generic/ldsodefs.h: Likewise.
10871 * sysdeps/generic/tls.h: Likewise.
10872 * sysdeps/i386/dl-machine.h: Likewise.
10873 * sysdeps/ia64/dl-machine.h: Likewise.
10874 * sysdeps/ia64/libc-tls.c: Likewise.
10875 * sysdeps/mach/hurd/fork.c: Likewise.
10876 * sysdeps/mach/hurd/i386/tls.h: Likewise.
10877 * sysdeps/powerpc/powerpc32/dl-machine.c: Likwise.
10878 * sysdeps/powerpc/powerpc32/dl-machine.h: Likewise.
10879 * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
10880 * sysdeps/s390/libc-tls.c: Likewise.
10881 * sysdeps/s390/s390-32/dl-machine.h: Likewise.
10882 * sysdeps/s390/s390-64/dl-machine.h: Likewise.
10883 * sysdeps/sh/dl-machine.h: Likewise.
10884 * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
10885 * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
10886 * sysdeps/x86_64/dl-machine.h: Likewise.
10887
10888 * elf/dl-close.c (_dl_close_worker): Renamed from _dl_close and
10889 split out locking and parameter checking.
10890 (_dl_close): Call _dl_close_worker after locking and checking.
10891 * elf/dl-open.c (_dl_open): Call _dl_close_worker instead of
10892 _dl_close.
10893 * elf/Makefile: Add rules to build and run tst-thrlock.
10894 * elf/tst-thrlock.c: New file.
10895
10896 [BZ #3426]
10897 * stdlib/stdlib.h: Adjust comment for canonicalize_file_name to
10898 reality.
10899
10900 [BZ #3429]
10901 * elf/dl-open.c (dl_open_worker): Keep holding dl_load_lock until
10902 we are sure we do not need it anymore for _dl_close. Also move
10903 the asserts inside the lock region.
10904 Patch mostly by Suzuki <suzuki@in.ibm.com>.
10905
10906 2006-10-27 Jakub Jelinek <jakub@redhat.com>
10907
10908 * elf/dl-lookup.c (_dl_debug_bindings): Remove unused symbol_scope
10909 argument.
10910 (_dl_lookup_symbol_x): Adjust caller.
10911
10912 * sysdeps/generic/ldsodefs.h (struct link_namespaces): Remove
10913 _ns_global_scope.
10914 * elf/rtld.c (dl_main): Don't initialize _ns_global_scope.
10915
10916 * elf/dl-libc.c: Revert l_scope name changes.
10917 * elf/dl-load.c: Likewise.
10918 * elf/dl-object.c: Likewise.
10919 * elf/rtld.c: Likewise.
10920 * elf/dl-close.c (_dl_close): Likewise.
10921 * elf/dl-open.c (dl_open_worker): Likewise. If not SINGLE_THREAD_P,
10922 always use __rtld_mrlock_{change,done}. Always free old scope list
10923 here if not l_scope_mem.
10924 * elf/dl-runtime.c (_dl_fixup, _dl_profile_fixup): Revert l_scope name
10925 change. Never free scope list here. Just __rtld_mrlock_lock before
10926 the lookup and __rtld_mrlock_unlock it after the lookup.
10927 * elf/dl-sym.c: Likewise.
10928 * include/link.h (struct r_scoperec): Remove.
10929 (struct link_map): Replace l_scoperec with l_scope, l_scoperec_mem
10930 with l_scope_mem and l_scoperec_lock with l_scope_lock.
10931
10932 2006-10-25 Ulrich Drepper <drepper@redhat.com>
10933
10934 * sysdeps/gnu/netinet/tcp.h: Define TCP_CONGESTION.
10935
10936 2006-10-18 Ulrich Drepper <drepper@redhat.com>
10937
10938 * configure.in: Disable building profile libraries by default.
10939
10940 2006-10-17 Jakub Jelinek <jakub@redhat.com>
10941
10942 * sunrpc/xdr_mem.c (xdrmem_setpos): Don't compare addresses
10943 as signed longs, check for x_base + pos overflow.
10944 * sunrpc/Makefile (tests): Add tst-xdrmem2.
10945 * sunrpc/tst-xdrmem2.c: New test.
10946
10947 2006-10-18 Ulrich Drepper <drepper@redhat.com>
10948
10949 * elf/dl-lookup.c (_dl_lookup_symbol_x): Add warning to
10950 _dl_lookup_symbol_x code.
10951
10952 2006-10-17 Jakub Jelinek <jakub@redhat.com>
10953
10954 * elf/dl-runtime.c: Include sysdep-cancel.h.
10955 (_dl_fixup, _dl_profile_fixup): Use __rtld_mrlock_* and
10956 scoperec->nusers only if !SINGLE_THREAD_P. Use atomic_*
10957 instead of catomic_* macros.
10958 * elf/dl-sym.c: Include sysdep-cancel.h.
10959 (do_sym): Use __rtld_mrlock_* and scoperec->nusers only
10960 if !SINGLE_THREAD_P. Use atomic_* instead of catomic_* macros.
10961 * elf/dl-close.c: Include sysdep-cancel.h.
10962 (_dl_close): Use __rtld_mrlock_* and scoperec->nusers only
10963 if !SINGLE_THREAD_P. Use atomic_* instead of catomic_* macros.
10964 * elf/dl-open.c: Include sysdep-cancel.h.
10965 (dl_open_worker): Use __rtld_mrlock_* and scoperec->nusers only
10966 if !SINGLE_THREAD_P. Use atomic_* instead of catomic_* macros.
10967
10968 2006-10-17 Jakub Jelinek <jakub@redhat.com>
10969
10970 [BZ #3313]
10971 * malloc/malloc.c (malloc_consolidate): Set maxfb to address of last
10972 fastbin rather than end of fastbin array.
10973
10974 2006-10-18 Ulrich Drepper <drepper@redhat.com>
10975
10976 * sysdeps/i386/i486/bits/atomic.h (catomic_decrement): Use correct
10977 body macro.
10978 * sysdeps/x86_64/bits/atomic.h
10979 (__arch_c_compare_and_exchange_val_64_acq): Add missing casts.
10980 (catomic_decrement): Use correct body macro.
10981
10982 2006-10-17 Jakub Jelinek <jakub@redhat.com>
10983
10984 * include/atomic.h: Add a unique prefix to all local variables
10985 in macros.
10986 * csu/tst-atomic.c (do_test): Test also catomic_* macros.
10987
10988 2006-10-16 Ulrich Drepper <drepper@redhat.com>
10989
10990 [BZ #3369]
10991 * sysdeps/posix/getaddrinfo.c (rfc3484_sort): Fix typos in rules 4
10992 and 7.
10993
10994 2006-10-14 Ulrich Drepper <drepper@redhat.com>
10995
10996 * resolv/arpa/nameser.h: Document that ns_t_a6 is deprecated.
10997
10998 2006-10-13 Ulrich Drepper <drepper@redhat.com>
10999
11000 [BZ #3313]
11001 * malloc/malloc.c (malloc_consolidate): Don't use get_fast_max to
11002 determine highest fast bin to consolidate, always look into all of
11003 them.
11004 (do_check_malloc_state): Only require for empty bins for large
11005 sizes in main arena.
11006
11007 * libio/stdio.h: Add more __wur attributes.
11008
11009 * elf/dl-minimal.c (realloc): Optimize last patch.
11010
11011 2006-10-12 Richard Sandiford <richard@codesourcery.com>
11012
11013 [BZ #3352]
11014 * elf/dl-minimal.c (realloc): Let malloc() return a new pointer,
11015 and use memcpy() if it does.
11016
11017 2006-11-12 Andreas Jaeger <aj@suse.de>
11018
11019 [BZ #2510]
11020 * manual/search.texi (Hash Search Function): Clarify.
11021 (Array Search Function): Clarify.
11022
11023 2006-11-12 Joseph Myers <joseph@codesourcery.com>
11024
11025 [BZ #2830]
11026 * math/atest-exp.c (main): Cast hex value to mp_limb_t before
11027 shifting.
11028 * math/atest-exp2.c (read_mpn_hex): Likewise.
11029 * math/atest-sincos.c (main): Likewise.
11030
11031 2006-10-11 Ulrich Drepper <drepper@redhat.com>
11032
11033 * sysdeps/unix/sysv/linux/syscalls.list: Add epoll_pwait.
11034 * sysdeps/unix/sysv/linux/sys/epoll.h: Declare epoll_pwait.
11035 * sysdeps/unix/sysv/linux/Versions (libc): Add epoll_pwait for
11036 version GLIBC_2.6.
11037 * Versions.def: Add GLIBC_2.6 for libc.
11038
11039 * sysdeps/unix/sysv/linux/i386/sysdep.h (DOARGS_6): Fix offset.
11040
11041 * sysdeps/i386/i486/bits/atomic.h: Add catomic_* support.
11042
11043 2006-10-11 Jakub Jelinek <jakub@redhat.com>
11044
11045 * malloc/malloc.c (_int_malloc): Remove unused any_larger variable.
11046
11047 * nis/nis_defaults.c (__nis_default_access): Don't call getenv twice.
11048
11049 * nis/nis_subr.c (nis_getnames): Use __secure_getenv instead of getenv.
11050 * sysdeps/generic/unsecvars.h: Add NIS_PATH.
11051
11052 2006-10-11 Ulrich Drepper <drepper@redhat.com>
11053
11054 * include/atomic.c: Define catomic_* operations.
11055 * sysdeps/x86_64/bits/atomic.h: Likewise. Fix a few minor problems.
11056 * stdlib/cxa_finalize.c: Use catomic_* operations instead of atomic_*.
11057 * malloc/memusage.c: Likewise.
11058 * gmon/mcount.c: Likewise.
11059 * elf/dl-close.c: Likewise.
11060 * elf/dl-open.c: Likewise.
11061 * elf/dl-profile.c: Likewise.
11062 * elf/dl-sym.c: Likewise.
11063 * elf/dl-runtime.c: Likewise.
11064 * elf/dl-fptr.c: Likewise.
11065 * resolv/res_libc.c: Likewise.
11066
11067 2006-10-10 Ulrich Drepper <drepper@redhat.com>
11068
11069 * nis/nis_subr.c (nis_getnames): Add trailing dot to NIS_PATH
11070 components which lack them.
11071
11072 * nis/nis_subr.c (nis_getnames): Make sure that we always return
11073 at least one entry consisting of the parameter concatenated with
11074 the domain.
11075
11076 2006-10-10 Roland McGrath <roland@frob.com>
11077
11078 * sysdeps/mach/hurd/utimes.c: Use a union to avoid an improper cast.
11079 * sysdeps/mach/hurd/futimes.c: Likewise.
11080 * sysdeps/mach/hurd/lutimes.c: Likewise.
11081
11082 2006-10-09 Ulrich Drepper <drepper@redhat.com>
11083 Jakub Jelinek <jakub@redhat.com>
11084
11085 Implement reference counting of scope records.
11086 * elf/dl-close.c (_dl_close): Remove all scopes from removed objects
11087 from the list in objects which remain. Always allocate new scope
11088 record.
11089 * elf/dl-open.c (dl_open_worker): When growing array for scopes,
11090 don't resize, allocate a new one.
11091 * elf/dl-runtime.c: Update reference counters before using a scope
11092 array.
11093 * elf/dl-sym.c: Likewise.
11094 * elf/dl-libc.c: Adjust for l_scope name change.
11095 * elf/dl-load.c: Likewise.
11096 * elf/dl-object.c: Likewise.
11097 * elf/rtld.c: Likewise.
11098 * include/link.h: Include <rtld-lowlevel.h>. Define struct
11099 r_scoperec. Replace r_scope with pointer to r_scoperec structure.
11100 Add l_scoperec_lock.
11101 * sysdeps/generic/ldsodefs.h: Include <rtld-lowlevel.h>.
11102 * sysdeps/generic/rtld-lowlevel.h: New file.
11103
11104 * include/atomic.h: Rename atomic_and to atomic_and_val and
11105 atomic_or to atomic_or_val. Define new macros atomic_and and
11106 atomic_or which do not return values.
11107 * sysdeps/x86_64/bits/atomic.h: Define atomic_and and atomic_or.
11108 Various cleanups.
11109 * sysdeps/i386/i486/bits/atomic.h: Likewise.
11110
11111 * po/sv.po: Update from translation team.
11112
11113 2006-10-07 Ulrich Drepper <drepper@redhat.com>
11114
11115 * Versions.def: Add GLIBC_2.6 to libpthread.
11116
11117 * include/shlib-compat.h (SHLIB_COMPAT): Expand parameters before use.
11118 (versioned_symbol): Likewise.
11119 (compat_symbol): Likewise.
11120
11121 * po/tr.po: Update from translation team.
11122
11123 2006-10-06 Ulrich Drepper <drepper@redhat.com>
11124
11125 * nis/Banner: Removed. It's been integral part forever and the
11126 author info is incomplete anyway.
11127 * libio/Banner: Likewise.
11128
11129 * nis/nis_table.c (nis_list): If __follow_path fails in the new
11130 code, make sure the nis_freeresult call doesn't crash and that the
11131 result is reported correctly.
11132
11133 2006-09-27 Jakub Jelinek <jakub@redhat.com>
11134
11135 * nis/nis_table.c (nis_list): Handle FOLLOW_PATH | ALL_RESULTS
11136 when callback is NULL.
11137
11138 * nis/Versions (libnss_nisplus): Add
11139 _nss_nisplus_initgroups_dyn@@GLIBC_PRIVATE.
11140 * nis/Makefile (libnss_nisplus-routines): Add nisplus-initgroups.
11141 * nis/nss_nisplus/nisplus-grp.c (tablename_val, tablename_len,
11142 _nss_create_tablename): Rename to...
11143 (grp_tablename_val, grp_tablename_len, _nss_grp_create_tablename):
11144 ... these. No longer static.
11145 (internal_setgrent): Adjust users.
11146 (_nss_nisplus_getgrnam_r, _nss_nisplus_getgrgid_r): Likewise.
11147 Don't use locking around _nss_grp_create_tablename call.
11148 * nis/nss_nisplus/nisplus-initgroups.c: New file.
11149
11150 2006-10-06 Ulrich Drepper <drepper@redhat.com>
11151
11152 * version.h (VERSION): Bump to 2.5.90 for new development tree.
11153
11154 2006-10-06 Andreas Jaeger <aj@suse.de>
11155
11156 * include/features.h (__GLIBC_MINOR__): It's glibc 2.5 now.
11157
11158 2006-10-06 Ulrich Drepper <drepper@redhat.com>
11159
11160 * po/pl.po: Update from translation team.
11161
11162 * nscd/nscd.c (main): Fix typo in message.
11163 Patch by Jakub Bogsz <qboosh@pld-linux.org>.
11164
11165 2006-10-02 Jakub Jelinek <jakub@redhat.com>
11166
11167 [BZ #3291]
11168 * sysdeps/unix/sysv/linux/sparc/sparc64/pause.c: Include
11169 errno.h, signal.h, unistd.h and sysdep-cancel.h.
11170 (__sigprocmask): Define.
11171
11172 2006-10-02 Ulrich Drepper <drepper@redhat.com>
11173
11174 * elf/rtld.c (dl_main): Don't use prelinking if LD_DYNAMIC_WEAK is
11175 used.
11176
11177 2006-10-02 Jakub Jelinek <jakub@redhat.com>
11178
11179 * nscd/mem.c (mempool_alloc): Round array size to 16 bytes
11180 in oldtotal and newtotal calculation.
11181 * nscd/nscd-client.h (struct mapped_database): Add datasize
11182 field.
11183 * nscd/nscd_helper.c (get_mapping): Initialize datasize field.
11184 (__nscd_get_map_ref): Get a new mapping even if mapping's data_size
11185 increased.
11186 (__nscd_cache_search): Add checks to make sure we never reference
11187 data beyond the current mapping.
11188
11189 2006-10-02 Dmitry V. Levin <ldv@altlinux.org>
11190
11191 * sysdeps/posix/getaddrinfo.c (match_prefix): Make mask and val
11192 variables const to avoid compiler warnings.
11193
11194 * io/fts.c (fts_close): Remove redundant checks.
11195 (fts_build): Likewise.
11196 (fts_palloc): Likewise.
11197
11198 * manual/message.texi (Advanced gettext functions,
11199 Using gettextized software): Fix typos.
11200
11201 2006-09-30 Ulrich Drepper <drepper@redhat.com>
11202
11203 * posix/glob.c (glob_in_dir): Add some comments and asserts to
11204 explain why there are no leaks.
11205
11206 2006-09-29 Ulrich Drepper <drepper@redhat.com>
11207
11208 * libio/wmemstream.c: Include <wchar.h>.
11209 * libio/bug-wmemstream1.c: Likewise.
11210 * libio/tst-wmemstream1.c: Likewise.
11211 * libio/tst-wmemstream2.c: Likewise.
11212
11213 * version.h (RELEASE): Bump to 2.5.
11214 * README: Regenerated.
11215
11216 * locale/iso-3166.def: Add Aaland Islands and Montenegro.
11217
11218 [BZ #3273]
11219 * nscd/nscd_initgroups.c (__nscd_getgrouplist): It is OK to have
11220 found no group members.
11221 Patch by Petr Baudis.
11222
11223 2006-09-29 Jakub Jelinek <jakub@redhat.com>
11224
11225 * elf/rtld.c (_dl_start_final): If not USE___THREAD, don't
11226 assert bootstrap_map.l_tls_modid is zero.
11227 (_dl_start): Initialize bootstrap_map.l_tls_modid to 0
11228 if USE___THREAD.
11229
11230 2006-09-27 Ulrich Drepper <drepper@redhat.com>
11231
11232 * libio/stdio.h: Move open_wmemstream prototype to ...
11233 * wcsmbs/wchar.h: ... here.
11234
11235 2006-09-25 Jakub Jelinek <jakub@redhat.com>
11236
11237 [BZ #3252]
11238 * sysdeps/unix/sysv/linux/powerpc/fchownat.c (fchownat): Handle only
11239 fchownat syscall and __ASSUME_LCHOWN_SYSCALL case inline, call
11240 __{,l}chown to handle the rest.
11241 * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat): Handle only
11242 fchownat syscall and __ASSUME_32BITUIDS case inline, call
11243 __{,l}chown to handle the rest.
11244 * sysdeps/unix/sysv/linux/sparc/sparc32/fchownat.c: Include
11245 i386/fchownat.c.
11246 * sysdeps/unix/sysv/linux/s390/s390-32/fchownat.c: Likewise.
11247 * sysdeps/unix/sysv/linux/sh/fchownat.c: Likewise.
11248
11249 [BZ #3253]
11250 * posix/glob.c (glob_in_dir): Don't alloca one struct globlink at a
11251 time, rather allocate increasingly bigger arrays of pointers, if
11252 possible with alloca, if too large with malloc.
11253
11254 2006-09-24 Jakub Jelinek <jakub@redhat.com>
11255
11256 * sysdeps/powerpc/fpu/libm-test-ulps: Updated.
11257
11258 * sysdeps/ieee754/ldbl-128/s_lrintl.c (__lrintl): Fix 2 typos.
11259
11260 2006-09-24 Ulrich Drepper <drepper@redhat.com>
11261
11262 * sysdeps/posix/getaddrinfo.c (rfc3484_sort): Implement rule 4,
11263 home addresses.
11264 * sysdeps/unix/sysv/linux/check_pf.c (make_request): Recognize
11265 IFA_F_HOMEADDRESS flag for interfaces.
11266 * include/ifaddrs.h (struct in6addrinfo): Define
11267 in6ai_homeaddress.
11268
11269 2006-09-21 Jakub Jelinek <jakub@redhat.com>
11270
11271 [BZ #3225]
11272 * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h (PTR_MANGLE3,
11273 PTR_DEMANGLE3): Define.
11274 * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h (PTR_MANGLE3,
11275 PTR_DEMANGLE3): Likewise.
11276 * sysdeps/powerpc/powerpc32/__longjmp-common.S (__longjmp): Use them.
11277 * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S (__longjmp):
11278 Likewise.
11279 * sysdeps/powerpc/powerpc64/__longjmp-common.S (__longjmp): Likewise.
11280
11281 2006-09-20 Jakub Jelinek <jakub@redhat.com>
11282
11283 * po/libc.pot: Regenerated.
11284 * po/be.po: Updated.
11285 * po/ca.po: Likewise.
11286 * po/cs.po: Likewise.
11287 * po/da.po: Likewise.
11288 * po/de.po: Likewise.
11289 * po/el.po: Likewise.
11290 * po/en_GB.po: Likewise.
11291 * po/es.po: Likewise.
11292 * po/fi.po: Likewise.
11293 * po/fr.po: Likewise.
11294 * po/gl.po: Likewise.
11295 * po/hr.po: Likewise.
11296 * po/hu.po: Likewise.
11297 * po/ja.po: Likewise.
11298 * po/ko.po: Likewise.
11299 * po/nb.po: Likewise.
11300 * po/nl.po: Likewise.
11301 * po/pl.po: Likewise.
11302 * po/pt_BR.po: Likewise.
11303 * po/ru.po: Likewise.
11304 * po/rw.po: Likewise.
11305 * po/sk.po: Likewise.
11306 * po/sv.po: Likewise.
11307 * po/tr.po: Likewise.
11308 * po/zh_CN.po: Likewise.
11309 * po/zh_TW.po: Likewise.
11310
11311 [BZ #3137]
11312 * iconv/iconv_prog.c (main): Fix spelling in error message.
11313 * iconv/iconvconfig.c (main): Likewise.
11314 * locale/programs/ld-collate.c (handle_ellipsis): Likewise.
11315 * locale/programs/ld-ctype.c (charclass_symbolic_ellipsis): Likewise.
11316 * locale/programs/localedef.c (main): Likewise.
11317 * locale/programs/repertoire.c (repertoire_read): Likewise.
11318 * timezone/zdump.c (main): Likewise.
11319 * nscd/connections.c (handle_request): Fix spelling in log message.
11320 Patch by Malcolm Parsons <malcolm.parsons@gmail.com>.
11321
11322 2006-09-20 Ulrich Drepper <drepper@redhat.com>
11323
11324 * inet/inet6_option.c: Also emit linker warnings for the RFC 2292
11325 interfaces.
11326
11327 2006-09-20 Andreas Jaeger <aj@suse.de>
11328
11329 * math/libm-test.inc (lrint_test_upward): Fix typo.
11330
11331 2006-06-17 Joseph S. Myers <joseph@codesourcery.com>
11332
11333 [BZ #2592]
11334 * math/libm-test.inc (lrint_test_tonearest): New function.
11335 (lrint_test_towardzero): New function.
11336 (lrint_test_downward): New function.
11337 (lrint_test_upward): New function.
11338 (main): Run these new tests.
11339 * sysdeps/ieee754/dbl-64/s_llrint.c (__llrint): Correct rounding
11340 of values near to 0.
11341 (two52): Use double not long double.
11342 * sysdeps/ieee754/dbl-64/s_lrint.c (__lrint): Likewise.
11343 * sysdeps/ieee754/flt-32/s_llrintf.c (__llrintf): Likewise.
11344 (two23): Use float not double.
11345 * sysdeps/ieee754/flt-32/s_lrintf.c (__lrintf): Likewise.
11346 (two23): Use float not double.
11347 * sysdeps/ieee754/ldbl-128/s_llrintl.c (__llrintl): Likewise.
11348 * sysdeps/ieee754/ldbl-128/s_lrintl.c (__lrintl): Likewise.
11349 * sysdeps/ieee754/ldbl-96/s_llrintl.c (__llrintl): Likewise.
11350 * sysdeps/ieee754/ldbl-96/s_lrintl.c (__lrintl): Likewise.
11351
11352 2006-09-20 Martin Schwidefsky <schwidefsky@de.ibm.com>
11353
11354 * sysdeps/unix/sysv/linux/s390/s390-32/makecontext.c (__makecontext):
11355 Cast sp to unsigned long to avoid compiler warning.
11356 Use __makecontext_ret function instead of a trampoline on the stack.
11357 (__makecontext_ret): New function.
11358 * sysdeps/unix/sysv/linux/s390/s390-64/makecontext.c: Likewise.
11359
11360 2006-09-19 Jakub Jelinek <jakub@redhat.com>
11361
11362 * elf/dl-cache.c (HWCAP_CHECK): If _DL_PLATFORMS_COUNT, but
11363 platform == -1, reject any libs with non-zero _DL_HWCAP_PLATFORM
11364 bits.
11365
11366 2006-09-19 Ulrich Drepper <drepper@redhat.com>
11367
11368 * elf/dl-close.c (_dl_close): If dependency is not unloaded make
11369 sure no reference to the unloaded map's search list remains in the
11370 dependency's scope.
11371
11372 2006-09-16 Jakub Jelinek <jakub@redhat.com>
11373
11374 * elf/Makefile: Add rules to build and run unload7 test.
11375 * elf/unload7.c: New test.
11376 * elf/unload7mod1.c: New file.
11377 * elf/unload7mod2.c: New file.
11378
11379 2006-09-18 Jakub Jelinek <jakub@redhat.com>
11380
11381 * sysdeps/unix/sysv/linux/sys/ptrace.h (PT_GETEVENTMSG): Fix pasto.
11382 * sysdeps/unix/sysv/linux/s390/sys/ptrace.h (PTRACE_SETOPTIONS,
11383 PTRACE_GETEVENTMSG, PTRACE_GETSIGINFO, PTRACE_SETSIGINFO): Define.
11384 * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h (PTRACE_SETOPTIONS,
11385 PTRACE_GETEVENTMSG, PTRACE_GETSIGINFO, PTRACE_SETSIGINFO): Likewise.
11386 * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h (PTRACE_SETOPTIONS,
11387 PTRACE_GETEVENTMSG, PTRACE_GETSIGINFO, PTRACE_SETSIGINFO): Likewise.
11388 * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h (PTRACE_SETOPTIONS,
11389 PTRACE_GETEVENTMSG): Likewise.
11390 (PTRACE_GETSIGINFO, PTRACE_SETSIGINFO): Change to the arch independent
11391 values.
11392
11393 2006-09-17 Mike Frysinger <vapier@gentoo.org>
11394
11395 * sysdeps/unix/sysv/linux/sys/ptrace.h (PTRACE_SETOPTIONS,
11396 PTRACE_GETEVENTMSG, PTRACE_GETSIGINFO, PTRACE_SETSIGINFO): Define.
11397 * sysdeps/unix/sysv/linux/ptrace.c (ptrace): Check PTRACE_SETOPTIONS,
11398 PTRACE_GETEVENTMSG, PTRACE_GETSIGINFO and PTRACE_SETSIGINFO.
11399
11400 2006-09-16 Jakub Jelinek <jakub@redhat.com>
11401
11402 * sysdeps/powerpc/powerpc32/register-dump.h (register_dump): Don't
11403 write '\0' to the fd.
11404 * sysdeps/mach/hurd/powerpc/register-dump.h (register_dump): Likewise.
11405 * sysdeps/powerpc/powerpc64/register-dump.h (register_dump): Likewise.
11406 Change regs to unsigned long pointer from unsigned int, fix fscr
11407 offset.
11408
11409 2006-09-14 Jakub Jelinek <jakub@redhat.com>
11410
11411 * io/Makefile (CFLAGS-fstatat.c): Set.
11412 (CFLAGS-fstatat64.c): Likewise.
11413 (CFLAGS-mknodat.c): Likewise.
11414
11415 * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c: Comment fixes.
11416 * sysdeps/ieee754/ldbl-128ibm/s_llroundl.c: Likewise.
11417 * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c: Rewritten.
11418 * sysdeps/ieee754/ldbl-128ibm/s_lroundl.c: Rewritten.
11419
11420 2006-09-14 Jakub Jelinek <jakub@redhat.com>
11421 Steven Munroe <sjmunroe@us.ibm.com>
11422
11423 * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_cap_flags): Add 4 new cap
11424 names to the beginning. Rename "cell" to "cellbe".
11425 (_dl_powerpc_platforms): New.
11426 * sysdeps/powerpc/dl-procinfo.h (_DL_HWCAP_FIRST): Decrease.
11427 (HWCAP_IMPORTANT): Remove power{4,5,5+} and cell.
11428 (_DL_PLATFORMS_COUNT, _DL_FIRST_PLATFORM): Define.
11429 (_DL_HWCAP_PLATFORM): Define to new mask.
11430 (_dl_platform_string, _dl_string_platform): New functions.
11431 * sysdeps/powerpc/sysdep.h (PPC_FEATURE_BOOKE, PPC_FEATURE_SMT,
11432 PPC_FEATURE_ICACHE_SNOOP, PPC_FEATURE_ARCH_2_05): Define.
11433
11434 2006-09-12 Jakub Jelinek <jakub@redhat.com>
11435
11436 [BZ #2526]
11437 * README.libm: Fix a thinko in sqrt algorithm description.
11438
11439 [BZ #3143]
11440 * manual/string.texi (argz_delete): Fix prototype.
11441 Patch by <alpt@freaknet.org>.
11442
11443 2006-08-26 Joseph Myers <joseph@codesourcery.com>
11444
11445 [BZ #3138]
11446 * io/test-lfs.c (do_prepare): Give name_len type size_t.
11447 * io/tst-fcntl.c (do_prepare): Likewise.
11448 * posix/tst-exec.c (do_prepare): Likewise.
11449 * posix/tst-preadwrite.c (do_prepare): Likewise.
11450 * posix/tst-spawn.c (do_prepare): Likewise.
11451 * posix/tst-truncate.c (do_prepare): Likewise.
11452 * rt/tst-aio.c (do_prepare): Likewise.
11453 * rt/tst-aio64.c (do_prepare): Likewise.
11454 * stdlib/test-canon2.c (do_prepare): Give test_dir_len type
11455 size_t.
11456
11457 2006-09-09 Ulrich Drepper <drepper@redhat.com>
11458
11459 [BZ #2821]
11460 * time/mktime.c (guess_time_tm): Fix overflow detection.
11461 * time/Makefile (tests): Add bug-mktime1.
11462 * time/bug-mktime1.c: New file.
11463
11464 [BZ #3189, #3188]
11465 * misc/sys/mman.h (remap_file_pages): Make available for _GNU_SOURCE.
11466 (mremap): Likewise.
11467
11468 2006-09-07 Jakub Jelinek <jakub@redhat.com>
11469
11470 [BZ #1006]
11471 * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela):
11472 Ensure relocation doesn't clobber any bits outside of the
11473 immediate field for R_SPARC_TLS_LE_HIX22, R_SPARC_WDISP30,
11474 R_SPARC_HI22 and R_SPARC_H44.
11475
11476 [BZ #2775]
11477 * malloc/malloc.c (sYSMALLOc): Only call grow_heap if
11478 (long) (MINSIZE + nb - old_size) is positive.
11479
11480 * malloc/arena.c (grow_heap): When growing bail even if new_size
11481 is negative.
11482
11483 [BZ #3155]
11484 * sysdeps/powerpc/powerpc32/fpu/s_lrint.S (__lrint): Don't access
11485 stack below r1.
11486
11487 2006-09-06 Jakub Jelinek <jakub@redhat.com>
11488
11489 * posix/regex_internal.c (re_string_reconstruct): Handle
11490 offset < pstr->valid_raw_len && pstr->offsets_needed case.
11491 Ensure no bytes read before raw_mbs array. Pass a saved copy of
11492 pstr->valid_len - 1 rather than pstr->valid_raw_len - 1 to
11493 re_string_context_at.
11494 * posix/Makefile: Add rules to build and run bug-regex26 test.
11495 * posix/bug-regex26.c: New test.
11496
11497 * locale/programs/ld-collate.c (collate_read): Goto sym_equiv_free
11498 rather than col_sym_free. Move seqp declaration earlier.
11499
11500 * resolv/gai_suspend.c (gai_suspend): Make sure result is initialized.
11501
11502 2006-09-05 Jakub Jelinek <jakub@redhat.com>
11503
11504 * nscd/initgrcache.c (addinitgroupsX): Move any_success
11505 decl before first goto out.
11506
11507 2006-09-04 Jakub Jelinek <jakub@redhat.com>
11508
11509 * Makerules (shlib.lds): If have-hash-style, put .hash section
11510 at the end of the RO segment.
11511
11512 2006-09-04 Ulrich Drepper <drepper@redhat.com>
11513
11514 * elf/do-lookup.h (do_lookup_x): Initialize symidx in case the new
11515 style hash table format is used.
11516
11517 2006-09-04 Jakub Jelinek <jakub@redhat.com>
11518
11519 * resolv/res_mkquery.c (res_nmkquery): Set hp->id to statp->id after
11520 randomization rather than before.
11521 * resolv/res_init.c (res_randomid): Don't call gettimeofday here.
11522
11523 2006-08-31 Jakub Jelinek <jakub@redhat.com>
11524
11525 * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Add ld.so.
11526
11527 * malloc/malloc.c (_int_malloc): Use full list insert and not
11528 shortcut which assumes the list is empty for large requests
11529 too.
11530
11531 * elf/tst-addr1.c (do_test): Allow i.dli_sname "_IO_printf".
11532
11533 2006-08-30 Jakub Jelinek <jakub@redhat.com>
11534
11535 * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h (splice): Add offin
11536 and offout arguments to the prototype.
11537 * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (splice): Likewise.
11538 * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h (splice): Likewise.
11539 * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (splice): Likewise.
11540 * sysdeps/unix/sysv/linux/sh/bits/fcntl.h (splice): Likewise.
11541 * sysdeps/unix/sysv/linux/i386/bits/fcntl.h (splice): Likewise.
11542 * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h (splice): Likewise.
11543 * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h (splice): Likewise.
11544 * sysdeps/unix/sysv/linux/syscalls.list (splice): Adjust args string.
11545
11546 2006-08-28 Ulrich Drepper <drepper@redhat.com>
11547
11548 * elf/dl-load.c (_dl_init_paths): Expand DSTs.
11549
11550 * elf/dl-open.c (dl_open_worker): Allow $LIB and $PLATFORM in
11551 dlopen parameters.
11552
11553 2006-08-28 Jakub Jelinek <jakub@redhat.com>
11554
11555 * inet/getnameinfo.c (getnameinfo): For AF_INET, check errno
11556 only if herrno is NETDB_INTERNAL. Handle errors other than
11557 ERANGE outside of the loops, handle TRY_AGAIN.
11558
11559 * locale/programs/ld-ctype.c (translit_flatten): Issue error
11560 if other's ctype category was missing.
11561 * locale/programs/ld-collate.c (collate_read): Return if
11562 copy_locale's collate category is missing.
11563
11564 2006-08-27 Ulrich Drepper <drepper@redhat.com>
11565
11566 [BZ #2684]
11567 * malloc/malloc.c (public_rEALLOc): Try harder by using other
11568 arenas if allocation failed.
11569 Patch mostly by Jan Edler <jan.edler@indexengines.com>.
11570
11571 2006-08-26 Ulrich Drepper <drepper@redhat.com>
11572
11573 * malloc/malloc.c (bin_at): Rewrite to be more clear and to not
11574 waste bins[0..1].
11575 (malloc_state): Reduce bins size by 2.
11576 (_int_malloc): Fix test for large enough buffer for early termination.
11577 When no unsorted block matches perfectly and an exiting block has
11578 to be split, use full list insert and not shortcut which assumes
11579 the list is empty.
11580
11581 * locale/programs/ld-ctype.c (ctype_read): Better patch for read
11582 failure.
11583
11584 2006-08-24 Ulrich Drepper <drepper@redhat.com>
11585
11586 * locale/programs/ld-ctype.c (ctype_read): If CTYPE is NULL, don't
11587 do anything.
11588
11589 * sysdeps/generic/ldsodefs.h (DL_ADDR_SYM_MATCH): For undefined
11590 symbol require exact match (these are PLTs).
11591 * sysdeps/unix/sysv/linux/powerpc/powerpc64/ldsodefs.h
11592 (_dl_ppc64_addr_sym_match): Likewise.
11593
11594 [BZ #2683]
11595 * elf/dl-addr.c (_dl_addr): Don't ignore all undefined symbols.
11596 If symbol has a value use it.
11597 * elf/tst-dladdr1.c: New file.
11598 * elf/Makefile: Add rules to build and run tst-addr1.
11599
11600 2006-08-24 Jakub Jelinek <jakub@redhat.com>
11601
11602 * malloc/malloc.c (sYSMALLOc): Avoid infinite loop if MMAP
11603 keeps failing and heap growth or new heap creation isn't
11604 successful either.
11605 * malloc/tst-malloc.c (main): Add new tests.
11606
11607 2006-08-24 Ulrich Drepper <drepper@redhat.com>
11608
11609 [BZ #2734]
11610 * sysdeps/i386/bits/byteswap.h (__bswap_32): Use same conditions
11611 as in the x86-64 code to use bswap.
11612
11613 2006-05-21 Joseph S. Myers <joseph@codesourcery.com>
11614
11615 [BZ #2680]
11616 * posix/unistd.h (getlogin_r): Condition on __USE_POSIX199506, not
11617 __USE_UNIX98.
11618 * posix/bits/unistd.h: Likewise.
11619
11620 2006-05-15 Mike Frysinger <vapier@gentoo.org>
11621
11622 [BZ #2751]
11623 * string/strchr.c: Add cast to avoid warning.
11624
11625 2006-08-21 Ulrich Drepper <drepper@redhat.com>
11626
11627 * malloc/malloc.c (DEFAULT_MMAP_THRESHOLD_MAX): For 32-bit
11628 platforms define as 512K. For 64-bit platforms as 32MB. The lower
11629 limit is needed to avoid the exploding of the address space
11630 requirement for secondary heaps.
11631 * malloc/arena.c (HEAP_MAX_SIZE): Define using
11632 DEFAULT_MMAP_THRESHOLD_MAX if it is defined.
11633
11634 2006-07-30 Joseph S. Myers <joseph@codesourcery.com>
11635
11636 [BZ #3018]
11637 * Makerules (depfiles): Handle extra-test-objs the same as
11638 extra-objs.
11639 (common-mostlyclean): Likewise.
11640 * dlfcn/Makefile (extra-objs): Add modules to extra-test-objs
11641 instead.
11642 * elf/Makefile (extra-objs): Likewise.
11643 * stdlib/Makefile (extra-objs): Likewise.
11644
11645 2006-08-14 Eric Blake <ebb9@byu.net>
11646
11647 [BZ #3044]
11648 * misc/error.h: Assume C89 or better.
11649 * misc/error.c: Likewise.
11650
11651 2006-08-21 Ulrich Drepper <drepper@redhat.com>
11652
11653 [BZ #3040]
11654 * sysdeps/unix/sysv/linux/openat.c: Fix compilation if
11655 __ASSUME_ATFCTS is defined.
11656
11657 2006-08-19 Ulrich Drepper <drepper@redhat.com>
11658
11659 * malloc/malloc.c (_int_malloc): Limit number of unsorted blocks
11660 to sort in each call.
11661
11662 * nis/nss_nis/nis-service.c (internal_nis_getservent_r): . If map
11663 is empty simply return and use next service.
11664 * nis/nss_nis/nis-rpc.c (internal_nis_getrpcent_r): Likewise.
11665
11666 * locale/programs/charmap.c (charmap_read): Add new parameter. It
11667 tells us when not finding a charmap file is an error.
11668 * locale/programs/charmap.h: Adjust charmap_read prototype.
11669 * iconv/iconv_prog.c (main): Tell charmap_read it's no error if we
11670 cannot find a charmap.
11671 * locale/programs/localedef.c (main): Adjust charmap_read call.
11672
11673 2006-08-15 Jakub Jelinek <jakub@redhat.com>
11674
11675 * sysdeps/unix/sysv/linux/sparc/sparc64/pause.c: Use
11676 sysdeps/posix/pause.c implementation instead.
11677
11678 2006-08-09 Jakub Jelinek <jakub@redhat.com>
11679
11680 * sysdeps/unix/nice.c (nice): Transform EACCES errno from setpriority
11681 to EPERM.
11682
11683 2006-08-13 Andreas Schwab <schwab@suse.de>
11684
11685 * sysdeps/powerpc/powerpc32/dl-trampoline.S (_dl_runtime_resolve):
11686 Don't clobber caller's LRSAVE.
11687 (_dl_prof_resolve): Likewise.
11688
11689 2006-08-14 Ulrich Drepper <drepper@redhat.com>
11690
11691 [BZ #1996]
11692 * libio/memstream.c (open_memstream): Allocate initial buffer with
11693 calloc.
11694 * libio/wmemstream.c (open_wmemstream): Likewise.
11695 * libio/strops.c: Pretty printing.
11696 (_IO_str_overflow): Clear uninitialized part of the new buffer.
11697 (enlarge_userbuf): New function.
11698 (_IO_str_seekoff): Call it if seek position is larger than current
11699 buffer.
11700 * libio/wstrops.c: Likewise.
11701 * libio/vasprintf.c: Add comment as to why we do not have to use
11702 calloc instead of malloc to allocate initial buffer.
11703 * libio/Makefile (tests): Add bug-memstream1 and bug-wmemstream1.
11704 * libio/bug-memstream1.c: New file.
11705 * libio/bug-wmemstream1.c: New file.
11706
11707 2006-08-13 Ulrich Drepper <drepper@redhat.com>
11708
11709 * libio/wstrops.c: Remove dead macro definitions and comments.
11710 * libio/strops.c: Likewise.
11711
11712 [BZ #2764]
11713 * login/utmpname.c (__utmpname): Remove unnecessary test.
11714
11715 2006-06-08 Joseph Myers <jsm28@gcc.gnu.org>
11716
11717 [BZ #2832]
11718 * math/gen-libm-test.pl (clean_up_number): Do not remove trailing
11719 0s from integers.
11720
11721 2006-08-13 Ulrich Drepper <drepper@redhat.com>
11722
11723 [BZ #2987]
11724 * sysdeps/unix/sysv/linux/clock_settime.c: Add code to use syscall
11725 for CPU clocks.
11726 * sysdeps/unix/clock_settime.c: Add support for platform-specific
11727 setting of CPU clocks.
11728
11729 2006-06-23 Paul Eggert <eggert@cs.ucla.edu>
11730
11731 [BZ #2841]
11732 * sysdeps/generic/stdint.h (UINT8_C, UINT16_C): Don't append 'U',
11733 since C99 requires the result to promote to 'int' when uint_least8_t
11734 and uint_least16_t promote to 'int'.
11735
11736 2006-08-12 Ulrich Drepper <drepper@redhat.com>
11737
11738 [BZ #3013]
11739 * locale/programs/ld-ctype.c (ctype_output): Adjust alignments, fix
11740 lenght of one output field, correct bitmask creation.
11741 * locale/programs/ld-time.c: Add alignment.
11742
11743 [BZ #2997]
11744 * misc/error.c: Add space between program name and message if file
11745 name is missing.
11746
11747 2006-08-03 Eric Blake <ebb9@byu.net>
11748
11749 [BZ #2998]
11750 * misc/error.c (error_tail) [_LIBC]: Avoid invalid free.
11751
11752 2006-08-09 Ulrich Drepper <drepper@redhat.com>
11753
11754 * malloc/memusagestat.c: Silence warnings.
11755
11756 * malloc/malloc.c: Dynamically size mmap treshold if the program
11757 frees mmaped blocks.
11758 Patch by Valerie Henson and Arjan van de Ven.
11759
11760 2006-08-08 Jakub Jelinek <jakub@redhat.com>
11761
11762 * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h (O_DIRECT): Protect with
11763 __USE_GNU.
11764
11765 * stdlib/strtol_l.c (__strtol_ul_max_tab, __strtol_ul_rem_tab,
11766 __strtol_ull_max_tab, __strtol_ull_rem_tab): Declare.
11767 (DEF): Don't put the var into .gnu.linkonce.r.* section.
11768 Only provide var definitions in strtol_l (or for *ull*
11769 in strtoll_l).
11770
11771 * stdio-common/bug16.c (tests): New array.
11772 (do_tests): Allow the first hexadecimal digit
11773 to be 1, 2, 4 or 8. Do 3 additional tests.
11774
11775 * sysdeps/s390/fpu/libm-test-ulps: Update.
11776
11777 * sysdeps/unix/sysv/linux/s390/s390-32/fchownat.c (fchownat): Use
11778 fchownat syscall if available.
11779 * sysdeps/unix/sysv/linux/powerpc/fchownat.c (fchownat): Likewise.
11780 * sysdeps/unix/sysv/linux/sh/fchownat.c (fchownat): Likewise.
11781 * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat): Likewise.
11782
11783 2006-08-07 Ulrich Drepper <drepper@redhat.com>
11784
11785 * nis/nis_xdr.c: Avoid some function calls.
11786
11787 2006-08-07 Jakub Jelinek <jakub@redhat.com>
11788 Ulrich Drepper <drepper@redhat.com>
11789
11790 * nis/nis_call.c (rec_dirsearch) [case LOWER_NAME]: Don't take
11791 short cut if only one name component is stripped away.
11792
11793 2006-08-07 Ulrich Drepper <drepper@redhat.com>
11794
11795 * nis/nis_call.c: Minor cleanups throughout.
11796 (rec_dirsearch) [case HIGHER_NAME]: Correctly size ndomain array.
11797 (first_shoot): Add search_parent_first parameter. Only if it is set
11798 search parent server first.
11799 If directory for table found through cold start cache is not the same
11800 as referenced in the cache, don't use it.
11801 (__nisfind_server): Take additional parameter. Pass it on to
11802 first_shoot.
11803 (__prepare_niscall): Adjust __nisfind_server call.
11804 * nis/rpcsvc/nislib.h: Adjust __nisfind_server prototype.
11805 * nis/nis_table.c: Adjust __nisfind_server call.
11806 * nis/nis_lookup.c: Likewise.
11807 (nis_lookup): Don't loop endlessly if name is reduced to ".".
11808
11809 2006-08-03 Ulrich Drepper <drepper@redhat.com>
11810
11811 [BZ #2182]
11812 * math/s_cacosh.c: Return values from positive branch.
11813 * math/s_cacoshf.c: Likewise.
11814 * math/s_cacoshl.c: Likewise.
11815
11816 [BZ #2883]
11817 * sysvipc/sys/msg.h: Change return value to ssize_t.
11818 * sysdeps/unix/sysv/linux/msgrcv.c: Likewise.
11819 * sysvipc/msgrcv.c: Likewise.
11820 * include/sys/msg.h: Likewise.
11821
11822 * grp/initgroups.c (internal_getgrouplist): Remove unnecessary
11823 test introduced in patch for bz #661.
11824 (getgrouplist): Simplify code a bit. Don't allocate one additional
11825 element for NEWGROUPS.
11826
11827 [BZ #2908]
11828 * stdio-common/printf_fphex.c (__printf_fphex): When rounding up
11829 'f', use '1' as leading digit not '\1'.
11830 * stdio-common/Makefile (tests): Add bug16.
11831 * stdio-common/bug16.c: New file.
11832
11833 [BZ #2914]
11834 * sysdeps/unix/sysv/linux/gethostid.c: Don't define OLD_HOSTIDFILE
11835 and don't try to open it. The patch introducing the macro
11836 contained a bug and used the same file name as the new file
11837 instead of using /var/adm/hostid. Nobody complaint so I'm taking
11838 this out completely.
11839
11840 [BZ #2926]
11841 * assert/assert.h: Move cast to void inside ?: to quiet gcc.
11842 Patch by Jerry James <Jerry.James@usu.edu>.
11843
11844 * rt/Makefile (tests): Add tst-clock2.
11845 * rt/tst-clock2.c: New file.
11846
11847 [BZ #2978]
11848 * resolv/gai_notify.c (__gai_notify_only): Copy memory for thread
11849 function and its parameters and pass it to new thread.
11850 (__gai_notify): Add support for alternative waiting for completion.
11851 * resolv/gai_suspend.c (gai_suspend): Add support for alternative
11852 waiting for completion.
11853 * resolv/getaddrinfo_a.c: Likewise.
11854 * resolv/gai_misc.h (struct waitlist): Don't add cond if alternative
11855 waiting for completion is used.
11856 * resolv/gai_misc.c: Allow overwriting code to start helper thread.
11857 * resolv/gai_cancel.c: Include <gai_misc.h> not "gai_misc.h".
11858 * resolv/gai_error.c: Likewise.
11859 * resolv/gai_sigqueue.c: Likewise.
11860
11861 2006-08-02 Thomas Schwinge <tschwinge@gnu.org>
11862
11863 * hurd/getdport.c (__getdport): Don't return EBADF; instead set
11864 errno to EBADF and return MACH_PORT_NULL.
11865
11866 2006-06-23 Joseph Myers <joseph@codesourcery.com>
11867
11868 [BZ #2980]
11869 * posix/Makefile (CFLAGS-waitid.c): Add -fasynchronous-unwind-tables.
11870
11871 2006-08-02 Ulrich Drepper <drepper@redhat.com>
11872
11873 * elf/dl-addr.c (_dl_addr): If GNU-style hash tables are present,
11874 walk them instead of the symbol table.
11875
11876 2006-08-01 Ulrich Drepper <drepper@redhat.com>
11877
11878 [BZ #2098]
11879 * nscd/initgrcache.c (addinitgroupsX): Judge successful lookups by
11880 status of NSS calls, not the number of returned entries.
11881
11882 * sysdeps/unix/sysv/linux/syscalls.list: Remove add_key,
11883 request_key, keyctl.
11884
11885 2006-07-31 Ulrich Drepper <drepper@redhat.com>
11886
11887 * sysdeps/unix/sysv/linux/dl-osinfo.h: Remove unnecessary include.
11888
11889 2006-07-16 Jeff Bailey <jbailey@ubuntu.com>
11890
11891 * elf/tst-auditmod1.c: Fix typo in #error.
11892
11893 2006-07-31 Ulrich Drepper <drepper@redhat.com>
11894
11895 * elf/tst-auditmod1.c: Remove code for unsupported architectures.
11896
11897 * iconvdata/run-iconv-test.sh: Run cmp in C locale.
11898
11899 2006-07-20 Adam Nemet <anemet@caviumnetworks.com>
11900
11901 * stdlib/test-canon.c (do_test): Close fd before unlinking file so
11902 that the directory is empty even on non-POSIX filesystems.
11903
11904 2006-07-31 Ulrich Drepper <drepper@redhat.com>
11905
11906 * elf/dl-open.c (dl_open_worker): Add branch prediction.
11907
11908 * nis/nss_compat/compat-grp.c: Avoid unnecessary setgrent calls into
11909 the backend NSS module. If backend setgrent call failed, don't have
11910 internal_setgrent fail. Just remember this until it is needed.
11911 * nis/nss_compat/compat-pwd.c: Likewise.
11912 * nis/nss_compat/compat-spwd.c: Likewise.
11913
11914 2006-07-30 Roland McGrath <roland@redhat.com>
11915
11916 * sysdeps/unix/sysv/linux/ia64/sigsuspend.c: File removed.
11917 * sysdeps/unix/sysv/linux/x86_64/sigsuspend.c: File removed.
11918 * sysdeps/unix/sysv/linux/s390/s390-64/sigsuspend.c: File removed.
11919 * sysdeps/unix/sysv/linux/sparc/sparc64/sigsuspend.c: File removed.
11920
11921 * sysdeps/unix/sysv/linux/not-cancel.h (pause_not_cancel): New macro.
11922 (nanosleep_not_cancel): New macro.
11923 (sigsuspend_not_cancel): new macro.
11924 * sysdeps/unix/sysv/linux/sigsuspend.c [__ASSUME_REALTIME_SIGNALS]
11925 (do_sigsuspend): Define as inline.
11926 (__sigsuspend): Always use do_sigsuspend.
11927 [! NO_CANCELLATION] (__sigsuspend_nocancel): New function.
11928 * include/signal.h: Declare __sigsuspend_nocancel.
11929 * sysdeps/posix/pause.c
11930 [! NO_CANCELLATION] (__pause_nocancel): New function.
11931
11932 * include/unistd.h (__pause_nocancel): Add attribute_hidden.
11933 * include/time.h (__nanosleep_nocancel): Likewise.
11934
11935 2006-07-30 Ulrich Drepper <drepper@redhat.com>
11936
11937 * locale/programs/localedef.c (add_to_readlist): Rename local
11938 variables to avoid confusion.
11939
11940 * locale/programs/charmap.c (charmap_read): Emit error message if
11941 charmap couldn't be found or read.
11942
11943 2006-07-28 Ulrich Drepper <drepper@redhat.com>
11944
11945 * sysdeps/unix/sysv/linux/kernel-features.h: Define
11946 __ASSUME_FUTEX_LOCK_PI.
11947 * include/time.h: Declare __nanosleep_nocancel.
11948 * include/unistd.h: Declare __pause_nocancel.
11949
11950 * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Use this instead of
11951 LDFLAGS. Add -lgcc_eh and libc_nonshared (again) to make sure we
11952 get the __stack_chk_fail_local definition when it's needed.
11953
11954 2006-07-26 Ulrich Drepper <drepper@redhat.com>
11955
11956 * dlfcn/Makefile: Add rules to build and run bug-atexit3.
11957 * dlfcn/bug-atexit3.c: New file.
11958 * dlfcn/bug-atexit3-lib.cc: New file.
11959
11960 * dlfcn/dlmopen.c (dlmopen_doit): Don't allow RTLD_GLOBAL to be
11961 used when the namespace is not the base namespace.
11962
11963 2006-07-26 Gavin Romig-Koch <gavin@redhat.com>
11964
11965 * stdlib/cxa_atexit.c (__new_exitfn_called): New variable.
11966 (__new_exitfn): Bump it in every successful call.
11967 * stdlib/cxa_finalize.c (__cxa_finalize): If destructor registered
11968 more exit handlers, call them right away.
11969 * stdlib/exit.h: Declare __new_exitfn_called.
11970
11971 2006-07-25 Ulrich Drepper <drepper@redhat.com>
11972
11973 * stdlib/cxa_finalize.c (__cxa_finalize): Fix race condition when
11974 calling registered handler.
11975
11976 * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Fix comment.
11977 * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
11978 * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
11979 * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
11980 * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
11981 * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
11982 * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h: Likewise.
11983 * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
11984
11985 2006-07-10 Ulrich Drepper <drepper@redhat.com>
11986
11987 * elf/dl-lookup.c (dl_new_hash): New functions.
11988 (_dl_lookup_symbol_x): Rename hash to old_hash and don't compute
11989 value here. Compute new-style hash value. Pass new hash value
11990 and reference to variable with the old value to do_lookup_x.
11991 (_dl_setup_hash): If DT_GNU_HASH is defined, use it and not
11992 old-style hash table.
11993 (_dl_debug_bindings): Pass new hash value and reference to variable
11994 with the old value to do_lookup_x.
11995 * elf/do-lookup.h (do_lookup_x): Accept additional parameter with
11996 new-style hash value and change old-style hash value parameter to
11997 be a reference. Reoganize functions to determine whether
11998 new-style hash table is available. Only fall back on old-style
11999 table. If old-style hash value is needed, compute it here.
12000 * elf/dynamic-link.h (elf_get_dynamic_info): Relocate DT_GNU_HASH
12001 entry.
12002 * elf/elf.h: Define SHT_GNU_HASH, DT_GNU_HASH, DT_TLSDEC_PLT,
12003 DT_TLSDEC_GOT. Adjust DT_ADDRNUM.
12004 * include/link.h (struct link_map): Add l_gnu_bitmask_idxbits,
12005 l_gnu_shift, l_gnu_bitmask, l_gnu_buckets and l_gnu_chain_zero.
12006 * Makeconfig: If linker supports --hash-style option add it to all
12007 linker command lines to build DSOs.
12008 * config.make.in: Define have-hash-style.
12009 * configure.in: Test whether linker supports --hash-style option.
12010
12011 * elf/dl-misc.c (_dl_name_match_p): Make MAP parameter const.
12012 * sysdeps/generic/ldsodefs.h: Adjust prototype.
12013
12014 2006-06-27 Ulrich Drepper <drepper@redhat.com>
12015
12016 * elf/dl-load.c (open_path): Fix test to determine whether DSO is
12017 auditing.
12018
12019 * elf/dl-load.c (_dl_map_object): Try harder to avoid looking at
12020 RPATH of main map twice.
12021
12022 2006-06-22 Ulrich Drepper <drepper@redhat.com>
12023
12024 * intl/dcigettext.c (DCIGETTEXT): If _nl_find_msg returns -1 don't
12025 look further, return original strings.
12026 (_nl_find_msg): Do not return found translation if the conversion
12027 failed. Either signal the string is unusable or that something went
12028 wrong and the original should be used.
12029
12030 2006-06-21 Ulrich Drepper <drepper@redhat.com>
12031
12032 * string/_strerror.c (__strerror_r): Add __builtin_expect.
12033
12034 2006-06-14 Jakub Jelinek <jakub@redhat.com>
12035
12036 [BZ #2766]
12037 * misc/insremque.c (insque): Handle prev == NULL.
12038 * misc/Makefile (tests): Add tst-insremque.
12039 * misc/tst-insremque.c: New test.
12040
12041 2006-06-17 Ulrich Drepper <drepper@redhat.com>
12042
12043 [BZ #2792]
12044 * elf/dl-deps.c (expand_dst): Rename __cnt variable to not
12045 conflict with DL_DST_REQUIRED.
12046
12047 2006-06-16 Ulrich Drepper <drepper@redhat.com>
12048
12049 * nis/nis_subr.c (nis_getnames): Fix the implementation to better
12050 match what Solaris does.
12051
12052 2006-06-04 Ulrich Drepper <drepper@redhat.com>
12053
12054 * sysdeps/posix/spawni.c (__spawni): Use local_seteuid and
12055 local_setegid instead of seteuid and setegid.
12056 * sysdeps/generic/local-setxid.h: New file.
12057 * sysdeps/unix/sysv/linux/local-setxid.h: New file.
12058
12059 * sysdeps/posix/spawni.c (__spawni): Use non-cancelable interfaces.
12060
12061 * string/Makefile (tests): Add bug-envz1.
12062 * string/bug-envz1.c: New file.
12063
12064 2006-06-02 Jakub Jelinek <jakub@redhat.com>
12065
12066 * posix/regex_internal.c (re_string_skip_chars): If no character has
12067 been converted at all, set *last_wc to WEOF. If mbrtowc failed, set wc
12068 to the byte which couldn't be converted.
12069 (re_string_reconstruct): Don't clear valid_raw_len before calling
12070 re_string_skip_chars. If wc is WEOF after re_string_skip_chars, set
12071 tip_context using re_string_context_at.
12072 * posix/Makefile: Add rules to build and run bug-regex25 test.
12073 * posix/bug-regex25.c: New test.
12074
12075 2006-06-02 Ryan S. Arnold <rsa@us.ibm.com>
12076
12077 [BZ #2703]
12078 * string/envz.c (envz_strip): Correct erroneously reversed src
12079 and dest parameters to memmove() invocation.
12080
12081 2006-05-30 Jakub Jelinek <jakub@redhat.com>
12082
12083 * nscd/nscd.h (prune_cache): Add fd argument to prototype.
12084 * nscd/nscd.c (parse_opt): Read response from INVALIDATE request
12085 to make sure the database has been already invalidated.
12086 * nscd/cache.c (prune_cache): Add fd argument. Write response to fd
12087 after the cache has been invalidated. Use pthread_mutex_lock rather
12088 than pthread_mutex_trylock if fd != -1.
12089 * nscd/connections.c (invalidate_cache): Add fd argument, write
12090 response to fd if not calling prune_cache, pass fd to prune_cache.
12091 (handle_request): Adjust invalidate_cache caller.
12092 (nscd_run): Pass -1 as fd to prune_cache.
12093
12094 2006-05-30 Ulrich Drepper <drepper@redhat.com>
12095
12096 * sysdeps/posix/getaddrinfo.c (gaiconf_init): Initialize bits in
12097 the correct place.
12098
12099 2006-05-29 Ulrich Drepper <drepper@redhat.com>
12100
12101 * nscd/nscd.h (struct database_dyn): Add prunelock field.
12102 * nscd/cache.c (prune_cache): Take prunelock before starting the
12103 work. Just return in case it is already taken.
12104 * nscd/connections.c (dbs): Initialize .prunelock.
12105
12106 2006-05-25 Ulrich Drepper <drepper@redhat.com>
12107
12108 * nis/nis_removemember.c (nis_removemember): Avoid unnecessary
12109 copying. No need to allocate new array for group members. Just
12110 move the pointers and update the size.
12111
12112 * nis/nis_addmember.c (nis_addmember): Avoid unnecessary copying.
12113 Avoid memory leak in case realloc fails. Simplification for
12114 better code generation.
12115
12116 Avoid deprecation warning because of libc_hidden_proto for
12117 inet6_option_alloc.
12118 * inet/inet6_option.c (option_alloc): Renamed from
12119 inet6_option_alloc. Made static.
12120 (inet6_option_alloc): Now a simple wrapper around option_alloc.
12121 (inet6_option_append): Call option_alloc.
12122 * include/netinet/in.h: Remove libc_hidden_proto for
12123 inet6_option_alloc.
12124
12125 * nis/nis_callback.c (__nis_create_callback): Always call xdr_free
12126 for cleanup when cb!=NULL [Coverity CID 233].
12127
12128 2006-05-24 Ulrich Drepper <drepper@redhat.com>
12129
12130 [BZ #2693]
12131 * inet/Makefile (routines): Add inet6_opt and inet6_rth.
12132 * inet/Versions (libc, GLIBC_2.5): Add inet6_opt_init,
12133 inet6_opt_append, inet6_opt_finish, inet6_opt_set_val, inet6_opt_next,
12134 inet6_opt_find, inet6_opt_get_val, inet6_rth_space, inet6_rth_init,
12135 inet6_rth_add, inet6_rth_reverse, inet6_rth_segments,
12136 and inet6_rth_getaddr.
12137 * inet/netinet/ip6.h (struct ip6_rthdr0): Make ip6r0_addr a flexible
12138 array.
12139 * inet/netinet/in.h (struct ip6_mtuinfo): Define.
12140 Mark inet6_option_* interfaces as deprecated.
12141 Declare inet6_opt_init, inet6_opt_append, inet6_opt_finish,
12142 inet6_opt_set_val, inet6_opt_next, inet6_opt_find, inet6_opt_get_val,
12143 inet6_rth_space, inet6_rth_init, inet6_rth_add, inet6_rth_reverse,
12144 inet6_rth_segments, and inet6_rth_getaddr.
12145 * inet/inet6_opt.c: New file.
12146 * inet/inet6_rth.c: New file.
12147
12148 * inet/netinet/icmp6.h: Pretty printing.
12149
12150 [BZ #2683]
12151 * elf/dl-addr.c (_dl_addr): Don't match undefined references.
12152
12153 2006-05-23 Ulrich Drepper <drepper@redhat.com>
12154
12155 * nis/nis_lookup.c (nis_lookup): Use __prepare_niscall instead of
12156 doing it all here. When server does not know the answer do not
12157 fail immediate, try parent first.
12158
12159 * nis/nis_domain_of_r.c (nis_domain_of_r): Add missing buffer
12160 overflow test.
12161
12162 2006-05-20 Ulrich Drepper <drepper@redhat.com>
12163
12164 * nis/nis_call.c (__prepare_niscall): New function. Split out
12165 from __do_niscall.
12166 * nis/nis_table.c (__create_ib_request): Renamed from create_ib_request
12167 and exported.
12168 (__follow_path): New function. Split out from nis_list.
12169 * nis/nis_xdr.h: Add libnsl_hidden_proto for _xdr_ib_request and
12170 _xdr_nis_result.
12171 * nis/nis_xdr.c: Add libnsl_hidden_def for _xdr_ib_request and
12172 _xdr_nis_result.
12173 * nis/libnsl.h: Declare __prepare_niscall, __create_ib_request,
12174 and __follow_path.
12175 * nis/Versions: Export __prepare_niscall, __create_ib_request,
12176 __follow_path, __do_niscall3, _xdr_ib_request, and _xdr_nis_result
12177 from libnsl for version GLIBC_PRIVATE.
12178 * nis/nisplus-parser.h: Remove _nss_nisplus_parse_pwent_chk.
12179 Remove entry parameter from _nss_nisplus_parse_pwent and
12180 _nss_nisplus_parse_grent.
12181 * nis/nss_nisplus/nisplus-parser.c: Likewise.
12182 * nis/nss_nisplus/nisplus-pwd.c: Remove support for SETENT_BATCH_READ
12183 again. Rewrite getpwent handling to not use nis_first_entry and
12184 nis_next_entry. Roll out own niscall handling.
12185 * nis/nss_nisplus/nisplus-grp.c: Likewise.
12186
12187 * sunrpc/xdr_rec.c: Fix typo in comment.
12188
12189 2006-05-19 Ulrich Drepper <drepper@redhat.com>
12190
12191 * nis/nis_call.c (__do_niscall3): Avoid code duplication in error
12192 handling.
12193
12194 * nis/nis_callback.c (internal_nis_do_callback): Don't use malloc
12195 to allocate memory for my_pollfd. Better initialization of
12196 cb_is_running. Use TEMP_FAILURE_RETRY.
12197
12198 * malloc/memusage.sh (memusageso): Add quotes.
12199 (memusagestat): Likewise.
12200 * debug/xtrace.sh (pcprofileso): Likewise.
12201 (pcprofiledump): Likewise.
12202 * debug/Makefile ($(objpfx)xtrace): Use $LIB in SLIBDIR
12203 replacement.
12204 * malloc/Makefile ($(objpfx)memusage): Likewise.
12205
12206 * nis/nis_callback.c (__nis_create_callback): Calls to
12207 svcudp_bufcreate and svctcp_create can fail. Free ->xprt if
12208 asprintf call fails.
12209
12210 * sysdeps/unix/sysv/linux/ifaddrs.c (__netlink_sendreq): Make sure
12211 no uninitialized memory is passed to sendto.
12212
12213 2006-05-18 Ulrich Drepper <drepper@redhat.com>
12214
12215 * nis/nis_callback.c (__nis_create_callback): Use asprinf instead
12216 of snprintf+strdup. Handle OOM.
12217 * nis/nis_callback.c (__nis_create_callback): Allocate cb and
12218 cb->serv together. Remove now obsolete free calls.
12219 (__nis_destroy_callback): Remove now obsolete free call.
12220
12221 2006-05-18 David Woodhouse <dwmw2@redhat.com>
12222
12223 * sysdeps/posix/getaddrinfo.c: Add unique labels to the default
12224 RFC3484 precedence table for fec0::/10 and fc00::/7 (site-local
12225 and ULA respectively). Set precedence for IPv4 address to 10 as
12226 defined in RFC3484 for preferring IPv6.
12227 * posix/gai.conf: Update to match the new default tables.
12228
12229 2006-05-18 Jakub Jelinek <jakub@redhat.com>
12230
12231 * nis/nss_compat/compat-pwd.c (internal_setpwent): If nss_set*ent
12232 returned NSS_STATUS_UNAVAIL, still return NSS_STATUS_SUCCESS.
12233 * nis/nss_compat/compat-spwd.c (internal_setspent): Likewise.
12234 * nis/nss_compat/compat-grp.c (internal_setgrent): Likewise.
12235
12236 * nis/nss_compat/compat-initgroups.c (nss_setgrent, nss_endgrent):
12237 Removed.
12238 (init_nss_interface): Remove initialization of these variables.
12239
12240 2006-05-18 Ulrich Drepper <drepper@redhat.com>
12241
12242 * nis/nis_call.c (rec_dirsearch): Little optimization: pull
12243 nis_free_directory forward to avoid duplication.
12244
12245 2006-05-17 Ulrich Drepper <drepper@redhat.com>
12246
12247 * nis/nis_call.c (rec_dirsearch): Handle __nis_finddirectory and
12248 rec_dirsearch returning NULL.
12249 (first_shoot): Handle __nis_finddirectory returning NULL.
12250 (__nisfind_server): Fix leak when rec_dirsearch returns NULL.
12251
12252 * sysdeps/unix/sysv/linux/sys/inotify.h: Define IN_CLOSE, IN_MOVE,
12253 IN_ONLYDIR, IN_DONT_FOLLOW, and IN_MASK_ADD.
12254
12255 2006-05-17 Jakub Jelinek <jakub@redhat.com>
12256
12257 * sunrpc/key_call.c (getkeyserv_handle): Call auth_destroy if
12258 pid changed.
12259
12260 2006-05-15 Ulrich Drepper <drepper@redhat.com>
12261
12262 * include/rpc/pmap_prot.h: Mark all functions as hidden.
12263
12264 * nscd/nscd_initgroups.c: Mark __gr_map_handle as hidden.
12265 * nscd/nscd_getgr_r.c: Likewise.
12266
12267 * include/rpc/pmap_rmt.h: Mark all functions as hidden.
12268
12269 * nscd/nscd_getai.c (__hst_map_handle): Mark as hidden.
12270 * nscd/nscd_gethst_r.c (__hst_map_handle): Likewise.
12271
12272 * stdlib/longlong.h (__clz_tab): Mark as hidden.
12273
12274 * iconv/gconv_int.h: Mark __gconv_lock as hidden.
12275
12276 * include/rpc/key_prot.h: Mark all _internal functions as hidden.
12277
12278 * include/rpc/auth.h: Mark xdr_des_block_internal and
12279 xdr_opaque_auth_internal as hidden.
12280
12281 * sysdeps/unix/sysv/linux/getdents.c: Mark __have_no_getdents64 as
12282 hidden.
12283
12284 * include/rpc/xdr.h: Mark all _internal functions as hidden.
12285
12286 * misc/getusershell.c (okshells): Don't use static initializers,
12287 do it dynamically.
12288
12289 * stdlib/fmtmsg.c (keywords): Change type of len element to
12290 uint32_t to not waste space on 64bit machines.
12291
12292 * locale/setlocale.c: Change _nl_category_names into a string.
12293 Add new _nl_category_name_idxs. Change all users.
12294 * locale/localeinfo.h: Adjust declaration of _nl_category_names.
12295 Declare _nl_category_name_idxs.
12296 * locale/findlocale.c: Adjust for _nl_category_names change.
12297 * locale/loadlocale.c: Likewise.
12298 * locale/newlocale.c: Likewise.
12299 * intl/dcigettext.c: Likewise.
12300
12301 * iconv/gconv_conf.c (add_alias): Move actual alias handling to...
12302 (add_alias2): ...here. New function.
12303 (__gconv_read_conf): Simplify builtin alias handling.
12304 (builtin_aliases): Convert to string to avoid relocations.
12305 * iconv/gconv_builtin.h: Add comment about correct formatting.
12306
12307 2006-05-15 Jakub Jelinek <jakub@redhat.com>
12308
12309 * resolv/res_debug.c (loc_ntoa): Make error const.
12310
12311 2006-05-14 Andreas Schwab <schwab@suse.de>
12312
12313 * math/complex.h [__LDBL_COMPAT]: Use __REDIRECT_NTH.
12314
12315 2006-05-12 Jakub Jelinek <jakub@redhat.com>
12316
12317 * sysdeps/unix/sysv/linux/sched_getaffinity.c: Include sys/param.h.
12318 (__sched_getaffinity_new): Don't crash if cpusetsize is smaller than
12319 sizeof (cpu_set_t).
12320
12321 2006-05-11 Ulrich Drepper <drepper@redhat.com>
12322
12323 * resolv/res_debug.c (loc_ntoa): Define error as array, not pointer.
12324
12325 * include/arpa/nameser.h: Declare _ns_flagdata as hidden.
12326
12327 * nis/yp_xdr.c: Add libnsl_hidden_def for xdr_ypresp_master.
12328 * include/rpcsvc/yp.h: Add libnsl_hidden_proto for xdr_ypresp_master.
12329
12330 * nis/yp_xdr.c: Add libnsl_hidden_def for xdr_ypbind_resp.
12331 * include/rpcsvc/yp.h: Add libnsl_hidden_proto for xdr_ypbind_resp.
12332
12333 * nis/nis_xdr.c: Add libnsl_hidden_def for xdr_cback_data.
12334 * include/rpcsvc/nis_callback.h: Add libnsl_hidden_proto for
12335 xdr_cback_data.
12336
12337 * nis/ypupdate_xdr.c: Add libnsl_hidden_def for xdr_ypupdate_args.
12338 * include/rpcsvc/ypupd.h: Add libnsl_hidden_proto for
12339 xdr_ypupdate_args.
12340
12341 * nis/yp_xdr.c: Add libnsl_hidden_def for xdr_ypresp_order.
12342 * include/rpcsvc/yp.h: Add libnsl_hidden_proto for xdr_ypresp_order.
12343
12344 * nis/yp_xdr.c: Add libnsl_hidden_def for xdr_ypresp_maplist.
12345 * include/rpcsvc/yp.h: Add libnsl_hidden_proto for xdr_ypresp_maplist.
12346
12347 * nis/nis_xdr.c: Add libnsl_hidden_def for xdr_obj_p.
12348 * include/rpcsvc/nis_callback.h: New file.
12349
12350 * nis/yp_xdr.c: Add libnsl_hidden_def for xdr_ypresp_val.
12351 * include/rpcsvc/yp.h: Add libnsl_hidden_proto for xdr_ypresp_val.
12352
12353 * nis/yp_xdr.c: Add libnsl_hidden_def for xdr_ypreq_nokey.
12354 * include/rpcsvc/yp.h: Add libnsl_hidden_proto for xdr_ypreq_nokey.
12355
12356 * nis/yp_xdr.c: Add libnsl_hidden_def for xdr_ypmaplist.
12357 * include/rpcsvc/yp.h: Add libnsl_hidden_proto for xdr_ypmaplist.
12358
12359 * nis/yp_xdr.c: Add libnsl_hidden_def for xdr_ypreq_nokey.
12360 * include/rpcsvc/yp.h: Add libnsl_hidden_proto for xdr_ypreq_nokey.
12361
12362 * nis/ypupdate_xdr.c: Add libnsl_hidden_def for xdr_ypdelete_args.
12363 * include/rpcsvc/ypupd.h: Add libnsl_hidden_proto for
12364 xdr_ypdelete_args.
12365
12366 * nis/nis_xdr.h: Mark all functions as hidden. Remove
12367 __BEGIN_DECLS and __END_DECLS, the header is not installed.
12368
12369 * nis/nis_error.c: Remove table of strings. Use position
12370 independent mechanism.
12371 * nis/nis_error.h: New file.
12372
12373 2006-05-11 Jakub Jelinek <jakub@redhat.com>
12374
12375 * locale/programs/ld-time.c (time_finish): If wide era name or
12376 format aren't provided, set both wname and wformat to L"".
12377
12378 2006-05-10 Ulrich Drepper <drepper@redhat.com>
12379
12380 * sysdeps/unix/sysv/linux/tcgetattr.c (__tcgetattr): Only store
12381 results if the call was succesful.
12382
12383 * nis/nss-nis.h: Mark __yperr2nss_tab and __yperr2nss_count as hidden.
12384
12385 * nis/nss-nisplus.h: Mark __niserr2nss_tab and __niserr2nss_count
12386 as hidden.
12387
12388 2006-05-10 Jakub Jelinek <jakub@redhat.com>
12389
12390 * misc/sys/queue.h: Remove uses of all QUEUEDEBUG_* macros.
12391
12392 2006-05-10 Ulrich Drepper <drepper@redhat.com>
12393
12394 * posix/wordexp.c (parse_glob): No need to check ifs for NULL, the
12395 caller makes sure this is not the case.
12396 (wordexp): Simplify ifs_white creation. [Coverity CID 231]
12397
12398 2006-05-09 Ulrich Drepper <drepper@redhat.com>
12399
12400 * posix/wordexp.c: Remove numerous NULL pointer tests before FREE
12401 calls.
12402
12403 * io/ftw.c (open_dir_stream): Return right away if REALLOC fails.
12404 [Coverity CID 229, 230]
12405
12406 * argp/argp-help.c (hol_entry_help): Handle STATE==NULL in ARG and
12407 DGETTEXT calls.
12408 (hol_help): Likewise. [Coverity CID 226, 227]
12409
12410 * string/argz-replace.c (__argz_replace): Unconditionally call
12411 free on SRC. [Coverity CID 225]
12412
12413 * nis/nis_creategroup.c (nis_creategroup): No need to duplicate
12414 the return value of __nis_default_owner and __nis_default_group,
12415 it has been especially allocated. [Coverity CID 224]
12416
12417 * nis/nis_defaults.c (searchXYX): New functions. Used by both
12418 searchgroup and searchowner. Significantly simplified.
12419 (__nis_default_owner): Remove duplication. Do not locally copy the
12420 string before duplicating it.
12421 (__nis_default_group): Likewise.
12422
12423 * nis/nis_lookup.c (nis_lookup): After calling nis_free_directory,
12424 we must clear the variable before calling __nisfind_server.
12425
12426 * nis/nis_lookup.c (nis_lookup): Always free memory allocated with
12427 nis_getnames. [Coverity CID 223]
12428
12429 * locale/programs/locfile.c (locfile_read): Use alloca instead of
12430 xmalloc to allocate local repertoire name. [Coverity CID 222]
12431
12432 * iconv/iconv_charmap.c (use_to_charmap): No need to dynamically
12433 allocate memory for the input to add_bytes. [Coverity CID 221]
12434
12435 * posix/wordexp.c (w_addword): Free word if realloc fails and it
12436 was allocated here. [Coverity CID 219, 220]
12437
12438 * posix/getconf.c (print_all): Free confstr data after printing.
12439 [Coverity CID 218]
12440
12441 * sysdeps/posix/getaddrinfo.c (gaih_inet): Free canon string if
12442 list allocation fails. [Coverity CID 215]
12443
12444 * nss/nsswitch.c (__nss_configure_lookup): Fix loop end condition.
12445 [Coverity CID 213]
12446
12447 * argp/argp-help.c (hol_entry_cmp): Don't call canon_doc_option if
12448 string is NULL. [Coverity CID 212]
12449 * argp/Makefile: Add rules to build and run bug-argp1.
12450 * argp/bug-argp1.c: New file.
12451
12452 * io/ftw.c (ftw_dir): Use __rawmemchr instead of strchr to find
12453 end of string.
12454 * stdlib/canonicalize.c (__realpath): Likewise.
12455
12456 * locale/programs/ld-time.c (time_finish): Don't dereference NULL
12457 pointer. [Coverity CID 206]
12458
12459 * elf/dl-dst.h (DL_DST_REQUIRED): Be prepared for missing link map
12460 in statically linked code.
12461 * elf/dl-load.c (_dl_dst_substitute): When replacing ORIGIN in
12462 statically built code, be prepared to have no link map.
12463 [Coverity CID 205]
12464
12465 * argp/argp-help.c (fill_in_uparams): Handle STATE==NULL in
12466 dgettext calls. [Coverity CID 204]
12467
12468 * argp/argp-help.c (struct uparams): Remove valid member. Change
12469 the one user.
12470 (uparam_names): Reduce size. Avoid relative relocations.
12471 Moved to read-only segment.
12472 (fill_in_uparams): Update for new layout.
12473
12474 * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs): Parameter can be
12475 assumed to always be != NULL. [Coverity CID 202]
12476
12477 * argp/argp-help.c (hol_entry_help): Remove some dead code
12478 [Coverity CID 200].
12479
12480 * nis/nss_nis/nis-service.c (_nss_nis_getservbyport_r): Optimize
12481 away a few more unconditional yperr2nss calls.
12482 (_nss_nis_getservbyname_r): Likewise.
12483
12484 2006-05-06 Ulrich Drepper <drepper@redhat.com>
12485
12486 * sysdeps/generic/ldsodefs.h: Remove support for non-core
12487 architectures.
12488
12489 * sysdeps/unix/sysv/linux/check_pf.c (make_request): Make sure
12490 that unused memory passed to sendto is nevertheless initialized.
12491
12492 [BZ #2499]
12493 * resolv/nss_dns/dns-canon.c (_nss_dns_getcanonname_r): Avoid
12494 possibly unaligned memory accesses.
12495
12496 * include/arpa/nameser.h: Also optimize NS_PUT16 and NS_PUT32.
12497 * resolv/res_mkquery.c: Use NS_PUT16 and NS_PUT32 instead of __putshort
12498 and __putlong respectively. Correct buffer overflow check for
12499 NS_NOTIFY_OP.
12500
12501 * resolv/res_send.c (send_vc): Use ns_put16 instead of putshort.
12502
12503 * resolv/res_send.c (res_queriesmatch): Fix typo in comment.
12504 (send_dg): Rewrite error handling to be more compact and avoid
12505 double recomputation of timeouts. Pass MSG_NOSIGNAL to send.
12506
12507 * include/arpa/nameser.h: Add optimizations for NS_GET16 and NS_GET32.
12508
12509 * resolv/res_send.c (res_nameinquery): Use NS_GET16 directly
12510 instead of ns_get16.
12511 (res_queriesmatch): Likewise. Minor optimization.
12512
12513 [BZ #2499]
12514 * resolv/res_query.c (__libc_res_nquery): If answerp != NULL,
12515 __libc_res_nsend might reallocate the buffer for the answer. In
12516 this case we have to reload the HP pointer.
12517
12518 2006-05-05 Ulrich Drepper <drepper@redhat.com>
12519
12520 * stdio-common/vfscanf.c (memory_error): Remove definition. Add
12521 some branch prediction hints.
12522
12523 * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Define SPLICE_F_*.
12524 * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
12525 * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
12526 * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
12527 * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
12528 * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
12529 * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h: Likewise.
12530 * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
12531
12532 2006-05-05 Martin Schwidefsky <schwidefsky@de.ibm.com>
12533
12534 * sysdeps/s390/s390-32/elf/start.S: Replace pc relative relocation
12535 by a GOT relocation to make Scrt1.o position independent.
12536 * sysdeps/s390/s390-64/elf/start.S: Likewise.
12537
12538 * sysdeps/unix/sysv/linux/s390/s390-32/syscall.S: Add support for
12539 six system call parameters.
12540 * sysdeps/unix/sysv/linux/s390/s390-64/syscall.S: Likewise.
12541
12542 2006-05-05 Ulrich Drepper <drepper@redhat.com>
12543
12544 * sunrpc/svcauth_des.c (cache_init): Use calloc instead of
12545 malloc&bzero.
12546
12547 * sunrpc/svc_udp.c (BZERO): Remove definition.
12548 (CALLOC): Define.
12549 (svc_enablecache): Use CALLOC instead of ALLOC&BZERO.
12550
12551 * sunrpc/des_impl.c: Remove ALT_ECB support. We never used it.
12552 (des_SPtrans): Use uint32_t type.
12553 (des_skb): Likewise.
12554
12555 * sunrpc/xdr_ref.c (xdr_reference): Use calloc instead of malloc&bzero.
12556
12557 2006-05-05 Jakub Jelinek <jakub@redhat.com>
12558
12559 [BZ #2509]
12560 * stdio-common/tst-printf.sh: Adjust for tst-printf.c change even
12561 on 32-bit arches.
12562
12563 2006-05-05 Ulrich Drepper <drepper@redhat.com>
12564
12565 * locale/programs/ld-address.c (address_finish): Fix one more
12566 place where the iso639 array might be accessed beyond the limits.
12567
12568 2006-05-04 Ulrich Drepper <drepper@redhat.com>
12569
12570 * nis/nis_table.c (nis_list): Avoid clearing res twice before
12571 filling it for the first time.
12572
12573 * nis/nis_table.c (get_tablepath): Renamed from __get_tablepath.
12574 Adjust all callers.
12575 Free res object content before returning.
12576
12577 * sunrpc/xdr_array.c (xdr_array): Use calloc instead of malloc&bzero.
12578
12579 * sunrpc/key_call.c (__rpc_thread_key_cleanup): Also free
12580 client->cl_auth.
12581
12582 * sunrpc/rpc_thread.c (__rpc_thread_destroy): Don't skip entire
12583 cleanup for initial thread, just the free call on TVP.
12584
12585 * nscd/gai.c (__getline): Define.
12586
12587
12588 See ChangeLog.16 for earlier changes.
This page took 0.553205 seconds and 4 git commands to generate.