]> git.ipfire.org Git - thirdparty/glibc.git/blame_incremental - ChangeLog
Correctly reparse group line after enlarging the buffer
[thirdparty/glibc.git] / ChangeLog
... / ...
CommitLineData
12011-09-27 Andreas Schwab <schwab@redhat.com>
2
3 * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn):
4 Reread the line before reparsing it.
5
62011-09-26 Andreas Schwab <schwab@redhat.com>
7
8 * sysdeps/x86_64/fpu/bits/mathinline.h: Use __asm instead of asm.
9
102011-09-21 Chung-Lin Tang <cltang@codesourcery.com>
11 Maxim Kuvyrkov <maxim@codesourcery.com>
12 Joseph Myers <joseph@codesourcery.com>
13
14 * resolv/Makefile (LDLIBS-resolv.so): Link in $(elfobjdir)/ld.so
15 if needed for __stack_chk_guard.
16
172011-09-19 Roland McGrath <roland@hack.frob.com>
18
19 * sysdeps/posix/spawni.c (script_execute): Always define it.
20 It will be optimized away if unused.
21 (maybe_script_execute): New function.
22 (__spawni): Call it.
23
24 * Makerules: Don't include tls.make.
25 (config-tls): Always set to thread.
26 * tls.make.c: File removed.
27
282011-09-19 Mike Frysinger <vapier@gentoo.org>
29
30 * Makeconfig (CPPFLAGS): Prepend $(CPPFLAGS-config).
31 * config.make.in (CPPFLAGS-config): New substituted variable.
32
332011-09-15 Ulrich Drepper <drepper@gmail.com>
34
35 * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: New file.
36
37 * sysdeps/unix/sysv/linux/bits/in.h (IP_MULTICAST_ALL): Define.
38 Patch mostly by Neil Horman <nhorman@tuxdriver.com>.
39
402011-09-15 Roland McGrath <roland@hack.frob.com>
41
42 * sysdeps/unix/sysv/linux/i386/____longjmp_chk.S
43 (CALL_FAIL): Use HIDDEN_JUMPTARGET for __fortify_fail.
44 * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S
45 (CALL_FAIL): Likewise.
46 * sysdeps/unix/sysv/linux/ia64/____longjmp_chk.S (CHECK_RSP): Likewise.
47 (CALL_FAIL): Macro removed.
48 Patch mostly by Mike Frysinger <vapier@gentoo.org>.
49
502011-09-15 Ulrich Drepper <drepper@gmail.com>
51
52 * sysdeps/x86_64/fpu/bits/mathinline.h: Add fmax and fmin optimizations
53 for __FINITE_MATH_ONLY__ == 1.
54
552011-09-15 Andreas Schwab <schwab@redhat.com>
56
57 * sysdeps/powerpc/fpu/e_hypot.c (__ieee754_hypot): Use
58 __ieee754_sqrt instead of sqrt.
59 * sysdeps/powerpc/fpu/e_hypotf.c (__ieee754_hypotf): Use
60 __ieee754_sqrtf instead of sqrtf.
61 * sysdeps/powerpc/fpu/e_rem_pio2f.c (__ieee754_rem_pio2f): Use
62 __floorf instead of floorf.
63 * sysdeps/powerpc/fpu/k_rem_pio2f.c (__fp_kernel_rem_pio2f): Use
64 __floorf, __truncf instead of floorf, truncf.
65
662011-09-14 Ulrich Drepper <drepper@gmail.com>
67
68 * sysdeps/x86_64/fpu/s_copysign.S [ELF]: Use correct section.
69
70 * sysdeps/x86_64/fpu/bits/mathinline.h (__MATH_INLINE): Use
71 __extern_always_inline.
72 Define lrint{f,} and llrint{f,} for 64-bit and in some situations for
73 32-bit.
74
752011-09-14 Andreas Schwab <schwab@redhat.com>
76
77 * elf/rtld.c (dl_main): Also relocate in dependency order when
78 doing symbol dependency testing.
79
802011-09-13 Andreas Schwab <schwab@linux-m68k.org>
81
82 * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
83 Always define `refsym'.
84
852011-09-13 Andreas Schwab <schwab@redhat.com>
86
87 * misc/sys/select.h (__FD_MASK): Renamed from __FDMASK.
88 (__FD_ELT): Renamed from __FDELT.
89 * misc/bits/select2.h (__FD_ELT): Likewise.
90 * bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET): Use __FD_ELT,
91 __FD_MASK instead of __FDELT, __FDMASK.
92 * sysdeps/i386/bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET):
93 Likewise.
94 * sysdeps/x86_64/bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET):
95 Likewise.
96
97 * elf/Makefile (gen-ldd): Fix pattern.
98
99 * elf/rtld.c (dl_main): Only use USE___THREAD when defined.
100 (init_tls): Likewise.
101
1022011-09-12 Ulrich Drepper <drepper@gmail.com>
103
104 * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c: New file.
105
1062011-09-12 Andreas Schwab <schwab@redhat.com>
107
108 * sysdeps/unix/sysv/linux/bits/socket.h (__cmsg_nxthdr): Cast to
109 `struct cmsghdr *' instead of `void *'.
110 * sysdeps/unix/sysv/linux/sparc/bits/socket.h (__cmsg_nxthdr):
111 Likewise.
112
1132011-09-11 Andreas Schwab <schwab@linux-m68k.org>
114
115 * elf/Makefile (gen-ldd): Prepend $(..) to $(ldd-rewrite-script)
116 if non-absolute.
117 * sysdeps/unix/sysv/linux/configure.in: Remove leading ../ from
118 ldd_rewrite_script.
119
1202011-09-11 Ulrich Drepper <drepper@gmail.com>
121
122 * configure.in: Remove --with-tls option.
123 * config.h.in: Remove HAVE_TLS_SUPPORT entry.
124 * sysdeps/i386/elf/configure.in: Always test for TLS support and err
125 out in case it is missing.
126 * sysdeps/ia64/elf/configure.in: Likewise.
127 * sysdeps/powerpc/powerpc32/elf/configure.in: Likewise.
128 * sysdeps/powerpc/powerpc64/elf/configure.in: Likewise.
129 * sysdeps/s390/s390-32/elf/configure.in: Likewise.
130 * sysdeps/s390/s390-64/elf/configure.in: Likewise.
131 * sysdeps/sh/elf/configure.in: Likewise.
132 * sysdeps/sparc/sparc32/elf/configure.in: Likewise.
133 * sysdeps/sparc/sparc64/elf/configure.in: Likewise.
134 * sysdeps/x86_64/elf/configure.in: Likewise.
135 * sysdeps/mach/hurd/i386/tls.h: Remove test for HAVE_TLS_SUPPORT.
136 * sysdeps/mach/hurd/tls.h: Likewise.
137
138 [BZ #13067]
139 * malloc/obstack.h [!GNUC] (obstack_free): Avoid cast to int.
140
141 [BZ #13090]
142 * configure.in: Fix use of AC_INIT.
143
144 * elf/dl-support.c (_dl_pagesize): Initialize to EXEC_PAGESIZE.
145
1462011-09-10 Ulrich Drepper <drepper@gmail.com>
147
148 * malloc/malloc.c: Replace MALLOC_FAILURE_ACTION with use of
149 __set_errno.
150 * malloc/hooks.c: Likewise.
151
152 * malloc/arena.c (ptmalloc_init_minimal): Removed. Initialize all
153 variables statically.
154 (narenas): Initialize.
155 (list_lock): Initialize.
156 (ptmalloc_init): Don't call ptmalloc_init_minimal. Remove
157 initializtion of main_arena and list_lock. Small cleanups.
158 Replace all uses of malloc_getpagesize with GLRO(dl_pagesize).
159 * malloc/malloc.c: Remove malloc_getpagesize. Include <ldsodefs.h>.
160 Add initializers to main_arena and mp_.
161 (malloc_state): Remove pagesize member. Change all users to use
162 GLRO(dl_pagesize).
163
164 * elf/rtld.c (rtld_global_ro): Initialize _dl_pagesize.
165 * sysdeps/unix/sysv/linux/getpagesize.c: Simplify. GLRO(dl_pagesize)
166 is always initialized.
167
168 * malloc/malloc.c: Removed unused configurations and dead code.
169 * malloc/arena.c: Likewise.
170 * malloc/hooks.c: Likewise.
171 * malloc/Makefile (CPPFLAGS-malloc.c): Don't add -DATOMIC_FASTBINS.
172
173 * include/tls.h: Removed. USE___THREAD must always be defined.
174 * bits/libc-tsd.h: Don't handle !USE___THREAD.
175 * elf/dl-libc.c: Likewise.
176 * elf/dl-tsd.c: Likewise.
177 * include/errno.h: Likewise.
178 * include/netdb.h: Likewise.
179 * include/resolv.h: Likewise.
180 * inet/herrno-loc.c: Likewise.
181 * inet/herrno.c: Likewise.
182 * malloc/arena.c: Likewise.
183 * malloc/hooks.c: Likewise.
184 * malloc/malloc.c: Likewise.
185 * resolv/res-state.c: Likewise.
186 * resolv/res_libc.c: Likewise.
187 * sysdeps/i386/dl-machine.h: Likewise.
188 * sysdeps/ia64/dl-machine.h: Likewise.
189 * sysdeps/powerpc/powerpc32/dl-machine.h: Likewise.
190 * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
191 * sysdeps/s390/s390-32/dl-machine.h: Likewise.
192 * sysdeps/s390/s390-64/dl-machine.h: Likewise.
193 * sysdeps/sh/dl-machine.h: Likewise.
194 * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
195 * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
196 * sysdeps/unix/i386/sysdep.S: Likewise.
197 * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
198 * sysdeps/unix/sysv/linux/ia64/sysdep.S: Likewise.
199 * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.S: Likewise.
200 * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
201 * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.S: Likewise.
202 * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
203 * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
204 * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
205 * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
206 * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
207 * sysdeps/unix/x86_64/sysdep.S: Likewise.
208 * sysdeps/x86_64/dl-machine.h: Likewise.
209 * tls.make.c: Likewise.
210
211 * configure.in: Remove --with-__thread option. Make tests for
212 --no-whole-archive, __builtin_expect, symbol redirection, __thread,
213 tls_model attribute fail if no support is available. Remove
214 USE_IN_LIBIO.
215 * Makeconfig: Adjust for dropped configure option. All features are
216 now mandatory.
217 * Makerules: Likewise.
218 * Versions.def: Likewise.
219 * argp/argp-fmtstream.c: Likewise.
220 * argp/argp-fmtstream.h: Likewise.
221 * argp/argp-help.c: Likewise.
222 * assert/assert.c: Likewise.
223 * config.h.in: Likewise.
224 * config.make.in: Likewise.
225 * configure: Likewise.
226 * configure.in: Likewise.
227 * csu/Versions: Likewise.
228 * csu/init.c: Likewise.
229 * elf/tst-audit2.c: Likewise.
230 * elf/tst-tls10.c: Likewise.
231 * elf/tst-tls10.h: Likewise.
232 * elf/tst-tls11.c: Likewise.
233 * elf/tst-tls12.c: Likewise.
234 * elf/tst-tls14.c: Likewise.
235 * elf/tst-tlsmod11.c: Likewise.
236 * elf/tst-tlsmod12.c: Likewise.
237 * elf/tst-tlsmod13.c: Likewise.
238 * elf/tst-tlsmod13a.c: Likewise.
239 * elf/tst-tlsmod14a.c: Likewise.
240 * elf/tst-tlsmod15b.c: Likewise.
241 * elf/tst-tlsmod16a.c: Likewise.
242 * elf/tst-tlsmod16b.c: Likewise.
243 * elf/tst-tlsmod7.c: Likewise.
244 * elf/tst-tlsmod8.c: Likewise.
245 * elf/tst-tlsmod9.c: Likewise.
246 * gmon/gmon.c: Likewise.
247 * grp/fgetgrent_r.c: Likewise.
248 * grp/putgrent.c: Likewise.
249 * hurd/fopenport.c: Likewise.
250 * include/libc-symbols.h: Likewise.
251 * include/tls.h: Likewise.
252 * intl/gettextP.h: Likewise.
253 * intl/loadinfo.h: Likewise.
254 * locale/global-locale.c: Likewise.
255 * locale/localeinfo.h: Likewise.
256 * mach/devstream.c: Likewise.
257 * malloc/arena.c: Likewise.
258 * malloc/set-freeres.c: Likewise.
259 * misc/err.c: Likewise.
260 * misc/getttyent.c: Likewise.
261 * misc/mntent_r.c: Likewise.
262 * posix/getopt.c: Likewise.
263 * posix/wordexp.c: Likewise.
264 * pwd/fgetpwent_r.c: Likewise.
265 * resolv/Versions: Likewise.
266 * resolv/res_hconf.c: Likewise.
267 * shadow/fgetspent_r.c: Likewise.
268 * shadow/putspent.c: Likewise.
269 * stdio-common/printf_fphex.c: Likewise.
270 * stdio-common/tmpfile.c: Likewise.
271 * stdlib/abort.c: Likewise.
272 * stdlib/fmtmsg.c: Likewise.
273 * sunrpc/auth_unix.c: Likewise.
274 * sunrpc/clnt_perr.c: Likewise.
275 * sunrpc/clnt_tcp.c: Likewise.
276 * sunrpc/clnt_udp.c: Likewise.
277 * sunrpc/clnt_unix.c: Likewise.
278 * sunrpc/openchild.c: Likewise.
279 * sunrpc/svc_simple.c: Likewise.
280 * sunrpc/svc_tcp.c: Likewise.
281 * sunrpc/svc_udp.c: Likewise.
282 * sunrpc/svc_unix.c: Likewise.
283 * sunrpc/xdr.c: Likewise.
284 * sunrpc/xdr_array.c: Likewise.
285 * sunrpc/xdr_rec.c: Likewise.
286 * sunrpc/xdr_ref.c: Likewise.
287 * sunrpc/xdr_stdio.c: Likewise.
288
2892011-09-09 Ulrich Drepper <drepper@gmail.com>
290
291 * sysdeps/i386/fpu/libm-test-ulps: Adjust ULPs for jn tests.
292
2932011-07-03 Andreas Jaeger <aj@suse.de>
294
295 * math/libm-test.inc (jn_test): Add tests for BZ#11589.
296 * sysdeps/x86_64/fpu/libm-test-ulps: Add new ULPs for jn_test,
297 regenerate with gen-libm-tests.pl.
298
2992010-05-12 Petr Baudis <pasky@suse.cz>
300
301 [BZ #11589]
302 * sysdeps/ieee754/dbl-64/e_jn.c: Compensate major precision loss
303 around j0() zero points by switching to j1().
304 * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
305 * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
306 * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
307 * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
308
3092011-09-09 Ulrich Drepper <drepper@gmail.com>
310
311 * sysdeps/unix/bsd/bsd4.4/bits/socket.h (__cmsg_nxthdr): Use NULL
312 instead of 0.
313 * sysdeps/unix/sysv/linux/bits/socket.h (__cmsg_nxthdr): Use (void*)0
314 instead of 0. .
315 * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
316 Patch in part by Pavel Roskin <proski@gnu.org>.
317
318 [BZ #13138]
319 * stdio-common/vfscanf.c (ADDW): Allocate large memory block with
320 realloc.
321 (_IO_vfscanf_internal): Remove reteof. Use errout after setting done.
322 Free memory block if necessary.
323
324 [BZ #12847]
325 * libio/genops.c (INTDEF): For string streams the _lock pointer can
326 be NULL. Don't lock in this case.
327
3282011-09-09 Roland McGrath <roland@hack.frob.com>
329
330 * elf/elf.h (ELFOSABI_GNU): New macro.
331 (ELFOSABI_LINUX): Define to that.
332
3332011-07-29 Denis Zaitceff <zaitceff@gmail.com>
334
335 * string/strncat.c (strncat): Undef the symbol in case it has been
336 defined in bits/string.h.
337
3382011-09-09 Ulrich Drepper <drepper@gmail.com>
339
340 * elf/sotruss.ksh: Clean up, fix, and complete help messages.
341
342 * elf/dl-iteratephdr.c (__dl_iterate_phdr): Fill in data from the real
343 link map.
344
3452011-08-17 Andreas Jaeger <aj@suse.de>
346
347 * elf/sprof.c (load_shobj): Remove unused variable log_hashfraction.
348
3492011-08-18 Paul Pluzhnikov <ppluzhnikov@google.com>
350 Ian Lance Taylor <iant@google.com>
351
352 * math/libm-test.inc (lround_test): New testcase.
353 * sysdeps/ieee754/dbl-64/s_lround.c (__lround): Don't lose precision.
354
3552011-09-08 Ulrich Drepper <drepper@gmail.com>
356
357 * Makefile: Remove support for automatic cvs check-ins.
358 * Makerules: Likewise.
359 * config.make.in: Likewise.
360 * configure.in: Likewise.
361 * intl/Makefile: Likewise.
362 * locale/Makefile: Likewise.
363 * po/Makefile: Likewise.
364 * posix/Makefile: Likewise.
365 * sysdeps/gnu/Makefile: Likewise.
366 * sysdeps/mach/hurd/Makefile: Likewise.
367 * sysdeps/sparc/sparc32/Makefile: Likewise.
368
369 [BZ #13118]
370 * posix/Makefile (bug-regex32-ENV): Define.
371 Patch by John Stanley <jpsinthemix@verizon.net>.
372
373 * misc/Makefile (headers): Add bits/select2.h.
374 * misc/sys/select.h: Include bits/select2.h for _FORTIFY_SOURCE.
375 * misc/bits/select2.h: New file.
376 * include/bits/select2.h: New file.
377 * debug/Makefile (routines): Add fdelt_chk.
378 * debug/Versions: Export __fdelt_chk and __fdelt_warn for GLIBC_2.15.
379 * debug/tst-chk1.c (do_test): Add tests for FD_SET, FD_CLR, and
380 FD_ISSET.
381 * debug/fdelt_chk.c: New file.
382
383 * wcsmbs/test-wcscmp.c: Moved from string/*. Adjust.
384 * wcsmbs/test-wmemcmp.c: Likewise.
385 * string/Makefile (strop-tests): Remove wcscmp and wmemcmp.
386 * wcsmbs/Makefile (strop-tests): Add wcscmp and wmemcmp.
387
3882011-09-08 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
389
390 * string/Makefile (strop-tests): Add memcmp.
391 * string/test-wmemcmp.c: New file.
392 * string/test-memcmp.c: Add wmemcmp support.
393
3942011-09-08 Roland McGrath <roland@hack.frob.com>
395
396 [BZ #13153]
397 * manual/libc.texinfo (EDITION, VERSION, UPDATED): Update for
398 2011-07-19 change.
399
400 * sysdeps/mach/hurd/fork.c (__fork): Initialize REFS so we don't use a
401 garbage value in a __mach_port_mod_refs call in the cases of the
402 task-self and thread-self ports.
403
4042011-09-06 Samuel Thibault <samuel.thibault@ens-lyon.org>
405
406 * sysdeps/mach/hurd/sys/param.h (DEV_BSIZE): New macro.
407
4082011-09-08 Andreas Schwab <schwab@redhat.com>
409
410 * elf/dl-load.c (lose): Check for non-null L.
411
4122011-09-07 Ulrich Drepper <drepper@gmail.com>
413
414 * elf/dl-load.c (open_verify): Use O_CLOEXEC.
415
416 * elf/dl-libc.c (dlerror_run): Pass back error code from
417 dl_catch_error.
418
419 [BZ #13123]
420 * elf/dl-load.c (lose): Free l_origin if it is valid.
421
422 * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Fix mixup in section
423 names.
424 * sysdeps/i386/i686/multiarch/strchr-sse2.S: Likewise.
425 * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
426 * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
427 * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
428 * sysdeps/i386/i686/multiarch/strrchr-sse2.S: Likewise.
429 Patch by Liubov Dmitrieva <liubov.dmitrieva@intel.com>.
430
4312011-08-01 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
432
433 * sysdeps/powerpc/fpu/e_hypot.c: New file.
434 * sysdeps/powerpc/fpu/e_hypotf.c: New file.
435 * sysdeps/powerpc/fpu/e_rem_pio2f.c: New file.
436 * sysdeps/powerpc/fpu/k_rem_pio2f.c: New file.
437 * sysdeps/powerpc/fpu/k_cosf.c: New file.
438 * sysdeps/powerpc/fpu/k_sinf.c: New file.
439 * sysdeps/powerpc/fpu/s_cosf.c: New file.
440 * sysdeps/powerpc/fpu/s_sinf.c: New file.
441 * sysdeps/powerpc/fpu/s_scalbnf.c: New file.
442 * sysdeps/powerpc/fpu/s_float_bitwise.h: New file.
443
4442011-08-15 Alan Modra <amodra@gmail.com>
445
446 [BZ #13092]
447 * sysdeps/powerpc/Makefile (gmon): Move sysdep_routines to..
448 * sysdeps/powerpc/powerpc64/Makefile (gmon): ..here..
449 * sysdeps/powerpc/powerpc32/Makefile (gmon): ..and here. Add
450 ppc_mcount to static-only-routines.
451 * sysdeps/powerpc/powerpc32/Versions: Export GLIBC_PRIVATE
452 __mcount_internal.
453 * sysdeps/powerpc/powerpc32/ppc-mcount.S (_mcount): Call
454 __mcount_internal with usual JUMPTARGET. Remove useless nop.
455
4562011-08-18 David Flaherty <flaherty@linux.vnet.ibm.com>
457
458 * sysdeps/ieee754/ldbl-128ibm/s_fmal.c: New file which checks
459 for finite and infinity parameters.
460
4612011-08-04 Will Schmidt <will_schmidt@vnet.ibm.com>
462
463 * sysdeps/powerpc/powerpc32/power7/strncmp.S: Adjust the alignment
464 and add nop instructions for throughput optimization.
465 * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
466
4672011-07-28 Will Schmidt <will_schmidt@vnet.ibm.com>
468
469 * sysdeps/powerpc/powerpc32/power7/memcpy.S: Optimize the
470 aligned copy for power7 with vector-scalar instructions.
471 * sysdeps/powerpc/powerpc64/power7/memcpy.S: Likewise.
472
4732011-07-24 H.J. Lu <hongjiu.lu@intel.com>
474
475 * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Simplify
476 AVX check.
477
4782011-09-07 Andreas Schwab <schwab@redhat.com>
479
480 [BZ #13144]
481 * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semdid_ds): Revert
482 last change.
483
4842011-09-07 Ulrich Drepper <drepper@gmail.com>
485
486 * sysdeps/unix/sysv/linux/x86_64/init-first.c
487 (_libc_vdso_platform_setup): If vDSO is not present store pointer to
488 syscall wrapper around clock_gettime in __vdso_clock_gettime.
489 * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Add entry for
490 clock_gettime.
491
4922011-09-06 Ulrich Drepper <drepper@gmail.com>
493
494 * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c (INTERNAL_GETTIME):
495 Forgot to demangle the pointer.
496
497 * sysdeps/i386/sysdep.h: Define atom_text_section.
498 * sysdeps/x86_64/sysdep.h: Likewise.
499 * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Place function in
500 section with atom_text_section.
501 * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
502 * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
503 * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: Likewise.
504 * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Likewise.
505 * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S: Likewise.
506
507 * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c: New file.
508 * sysdeps/unix/sysv/linux/clock_gettime.c (SYSCALL_GETTIME): Allow
509 already be defined. Change to take two parameters and don't assign
510 result to variable. Adjust all users.
511 Define INTERNAL_GETTIME if not already defined.
512 Use INTERNAL_GETTIME instead of INTERNAL_VSYSCALL got clock_gettime
513 call.
514 * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Don't define
515 HAVE_CLOCK_GETTIME_VSYSCALL.
516 * sysdeps/unix/clock_gettime.c: Adjust use of SYSDEP_GETTIME_CPU.
517
518 * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Don't use
519 gettimeofday vsyscall, just use time.
520
5212011-09-06 Andreas Schwab <schwab@redhat.com>
522
523 * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c [!SHARED]: Include
524 <errno.h>.
525
5262011-09-06 Ulrich Drepper <drepper@gmail.com>
527
528 * sysdeps/unix/sysv/linux/kernel-features.h: Add entry for getcpu
529 syscall on x86-64.
530 * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c [!SHARED]: Use real
531 syscall.
532 * sysdeps/unix/sysv/linux/x86_64/time.c: Likewise.
533 * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S [!SHARED]: Use real
534 syscall if possible.
535
5362011-09-05 Ulrich Drepper <drepper@gmail.com>
537
538 * elf/pldd.c (get_process_info): Don't read whole ELF header, just
539 e_ident. Don't pass to find_mapsXX.
540 * elf/pldd-xx.c (find_mapsXX): Remove second parameter.
541
5422011-07-20 Liubov Dmitrieva <liubov.dmitrieva@intel.com>
543
544 * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
545 strchr-sse2-no-bsf strrchr-sse2-no-bsf
546 * sysdeps/x86_64/multiarch/strchr.S: Update.
547 Check bit_slow_BSF bit.
548 * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
549 * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: New file.
550 * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S: New file.
551
5522011-09-05 Ulrich Drepper <drepper@gmail.com>
553
554 [BZ #13134]
555 * sysdeps/posix/spawni.c (script_execute): Define only for compatibility
556 before glibc 2.15.
557 (tryshell): Define.
558 (__spawni): Change last parameter to be flag. Test
559 SPAWN_XFLAGS_USE_PATH flag to use path or not.
560 Don't try to use shell unless SPAWN_XFLAGS_TRY_SHELL is set.
561 * sysdeps/mach/hurd/spawni.c: Change last parameter and adjust user.
562 * posix/spawni.c: Likewise.
563 * posix/spawn.c: Add compat version which passed SPAWN_XFLAGS_TRY_SHELL.
564 * posix/spawnp.c: Likewise. Change normal version to use
565 SPAWN_XFLAGS_USE_PATH.
566 * posix/spawn_int.c: Define SPAWN_XFLAGS_USE_PATH and
567 SPAWN_XFLAGS_TRY_SHELL.
568
569 [BZ #13150]
570 * posix/glob.h: Remove gcc 1.x support.
571
572 [BZ #13068]
573 * elf/dl-misc.c (_dl_sysdep_read_whole_file): Use O_CLOEXEC.
574
5752011-07-20 Liubov Dmitrieva <liubov.dmitrieva@intel.com>
576
577 * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
578 strchr-sse2 strrchr-sse2 strchr-sse2-bsf
579 strrchr-sse2-bsf
580 * sysdeps/i386/i686/multiarch/strchr.S: New file.
581 * sysdeps/i386/i686/multiarch/strrchr.S: New file.
582 * sysdeps/i386/i686/multiarch/strchr-sse2.S: New file.
583 * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: New file.
584 * sysdeps/i386/i686/multiarch/strrchr-sse2.S: New file.
585 * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: New file.
586
5872011-08-29 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
588
589 * sysdeps/x86_64/wcscmp.S: New file.
590
591 * sysdeps/i386/i686/multiarch/Makefile: (sysdep_routines): Add
592 wcscmp-c wcscmp-sse2
593 * sysdeps/i386/i686/multiarch/wcscmp-c.c: New file.
594 * sysdeps/i386/i686/multiarch/wcscmp.S: New file.
595 * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: New file.
596 * wcsmbs/wcscmp.c: Allow renaming.
597
5982011-09-05 David S. Miller <davem@davemloft.net>
599
600 * sysdeps/sparc/sparc32/fpu/s_fabsf.S: Use first argument
601 stack slot, rather than the struct return pointer slot.
602 * sysdeps/sparc/sparc32/fpu/s_fabs.c: Delete.
603 * sysdeps/sparc/sparc32/fpu/s_fabs.S: New file.
604 * sysdeps/sparc/sparc32/sparcv9/fpu/s_fabs.S: Likewise.
605 * sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/fpu/Implies: Likewise.
606
6072011-09-05 Ulrich Drepper <drepper@gmail.com>
608
609 * po/ja.po: Update from translation team.
610
611 [BZ #13144]
612 * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semdid_ds): Fix to match
613 kernel in 64-bit binaries.
614
6152011-09-01 David S. Miller <davem@davemloft.net>
616
617 * elf/elf.h (HWCAP_SPARC_*): Move to..
618 * sysdeps/sparc/sysdep.h: this new file and add new values.
619 * sysdeps/unix/sparc/sysdep.h: Include sysdeps/sparc/sysdep.h
620 * sysdeps/sparc/dl-procinfo.h: Include sysdep.h and increase
621 _DL_HWCAP_COUNT to 24.
622 * sysdeps/sparc/dl-procinfo.c (_dl_sparc_cap_flags): Add new
623 entries.
624 * sysdeps/sparc/sparc32/bits/atomic.h: Don't use magic local
625 __ATOMIC_HWCAP_SPARC_V9 define, use sysdep.h one instead.
626 * sysdeps/sparc/sparc32/dl-machine.h: Include sysdep.h
627 * sysdeps/sparc/sparc64/multiarch/memcpy.S: Use HWCAP_SPARC_*
628 instead of magic constants.
629 * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
630
6312011-08-31 David S. Miller <davem@davemloft.net>
632
633 * sysdeps/unix/sparc/sysdep.h (SETUP_PIC_REG): Define.
634 * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h (PSEUDO):
635 Reimplement to do errno handling inline.
636 (SYSCALL_ERROR_HANDLER): New macro.
637 (__SYSCALL_STRING): Do not do errno handling in asm.
638 (__CLONE_SYSCALL_STRING): Delete.
639 (__INTERNAL_SYSCALL_STRING): Delete.
640 * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Include
641 sysdeps/unix/sparc/sysdep.h instead of sysdeps/unix/sysdep.h
642 (PSEUDO): Reimplement to do errno handling inline.
643 (ret, ret_NOERRNO, ret_ERRVAL, r0, r1, MOVE): Don't redefine.
644 (SYSCALL_ERROR_HANDLER): New macro.
645 (__SYSCALL_STRING): Do not do errno handling in asm.
646 (__CLONE_SYSCALL_STRING): Delete.
647 (__INTERNAL_SYSCALL_STRING): Delete.
648 * sysdeps/unix/sysv/linux/sparc/sysdep.h (INLINE_SYSCALL):
649 Implement in terms of INTERNAL_SYSCALL and __set_errno, just like
650 i386.
651 (INTERNAL_SYSCALL_DECL): Declare %g1 var for err state.
652 (inline_syscall*): Add 'err' argument.
653 (INTERNAL_SYSCALL, INTERNAL_SYSCALL_NCS,
654 INTERNAL_SYSCALL_ERROR_P): Likewise and pass it down.
655 (INLINE_CLONE_SYSCALL): Reimplement in terms of __SYSCALL_STRING,
656 INTERNAL_SYSCALL_ERRNO, and INTERNAL_SYSCALL_ERROR_P.
657
658 * scripts/data/localplt-sparc-linux-gnu.data: Remove 'ffs'.
659 * scripts/data/localplt-sparc64-linux-gnu.data: Likewise.
660
6612011-08-30 Andreas Schwab <schwab@redhat.com>
662
663 * elf/rtld.c (dl_main): Relocate objects in dependency order.
664
6652011-08-29 Jiri Olsa <jolsa@redhat.com>
666
667 * sysdeps/i386/dl-trampoline.S (_dl_runtime_profile): Fix cfi
668 directive.
669
6702011-08-24 David S. Miller <davem@davemloft.net>
671
672 * sysdeps/sparc/sparc64/strcmp.S: Rewrite.
673
6742011-08-24 Andreas Schwab <schwab@redhat.com>
675
676 * elf/Makefile: Add rules to build and run unload8 test.
677 * elf/unload8.c: New file.
678 * elf/unload8mod1.c: New file.
679 * elf/unload8mod1x.c: New file.
680 * elf/unload8mod2.c: New file.
681 * elf/unload8mod3.c: New file.
682
683 * elf/dl-close.c (_dl_close_worker): Reset private search list if
684 it wasn't used.
685
6862011-08-23 David S. Miller <davem@davemloft.net>
687
688 * sysdeps/sparc/sparc64/dl-machine.h (DL_STACK_END): Do not
689 subtract stack bias.
690 * sysdeps/sparc/sparc64/jmpbuf-unwind.h (_JMPBUF_UNWINDS): Use
691 %sp not %fp in calculations.
692 (_JMPBUF_UNWINDS_ADJ): Likewise.
693
694 * sysdeps/pthread/aio_suspend.c (do_aio_misc_wait): New function.
695 (aio_suspend): Call it to force an exception region around the
696 AIO_MISC_WAIT() invocation.
697
6982011-08-23 Andreas Schwab <schwab@redhat.com>
699
700 * sysdeps/i386/i686/multiarch/strspn.S (ENTRY): Add missing
701 backslash.
702
7032011-07-04 Aurelien Jarno <aurelien@aurel32.net>
704
705 * sysdeps/powerpc/dl-tls.h: Add _PPC_DL_TLS_H inclusion
706 protection macro.
707 * sysdeps/powerpc/powerpc64/dl-irel.h: Include <ldsodefs.h>
708 and <dl-machine.h>.
709 (Elf64_FuncDesc): Remove.
710
7112011-08-22 David S. Miller <davem@davemloft.net>
712
713 * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Fix
714 sigaltstack check, add missing cfi directives.
715 * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Add
716 missing cfi directives, and sigaltstack handling.
717
7182011-08-16 Andreas Schwab <schwab@redhat.com>
719
720 [BZ #11724]
721 * elf/dl-deps.c (_dl_map_object_deps): Only assume cycle when
722 object is seen twice.
723 * elf/dl-fini.c (_dl_sort_fini): Likewise.
724
725 * elf/Makefile (distribute): Add tst-initorder2.c.
726 (tests): Add tst-initorder2.
727 (modules-names): Add tst-initorder2a tst-initorder2b
728 tst-initorder2c tst-initorder2d. Add rules to build them.
729 ($(objpfx)tst-initorder2.out): New rule.
730 * elf/tst-initorder2.c: New file.
731 * elf/tst-initorder2.exp: New file.
732
7332011-08-22 Andreas Schwab <schwab@redhat.com>
734
735 * sysdeps/unix/sysv/linux/i386/scandir64.c: Include <string.h>.
736
737 * elf/dl-deps.c (_dl_map_object_deps): Move check for missing
738 dependencies back to end of function.
739
740 * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Readd
741 $(elfobjdir)/ld.so.
742
7432011-08-21 Ulrich Drepper <drepper@gmail.com>
744
745 * sysdeps/unix/sysv/linux/x86_64/gettimeofday.S: Removed.
746 * sysdeps/unix/sysv/linux/x86_64/time.S: Removed.
747 * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c: New file.
748 * sysdeps/unix/sysv/linux/x86_64/time.c: New file.
749 * sysdeps/unix/sysv/linux/x86_64/bits/libc-vdso.h: Remove declaration
750 of __vdso_gettimeofday.
751 * sysdeps/unix/sysv/linux/x86_64/init-first.c: Remove definition of
752 __vdso_gettimeofday and __vdso_time. Define __vdso_getcpu with
753 attribute_hidden.
754 (_libc_vdso_platform_setup): Remove initialization of
755 __vdso_gettimeofday and __vdso_time.
756
7572011-08-20 Ulrich Drepper <drepper@gmail.com>
758
759 * nss/nss_files/files-alias.c (get_next_alias): Use feof_unlocked
760 and fgetc_unlocked.
761 * nss/nss_files/files-key.c (search): Use fgets_unlocked and
762 getc_unlocked.
763
764 * elf/dl-open.c (add_to_global): Report additions to the global scope
765 for LD_DEBUG=scopes.
766 (dl_open_worker): Also print scope of newly loaded dependencies.
767 (_dl_show_scope): Indicate if there is no scope.
768
769 [BZ #13114]
770 * stdio-common/Makefile (tests): Add bug24.
771 * stdio-common/bug24.c: New file.
772
7732011-08-19 Andreas Jaeger <aj@suse.de>
774
775 [BZ #13114]
776 * libio/fileops.c (_IO_new_file_fopen): Fix handling of
777 non-existant file when using close-on-exec mode.
778
7792011-08-20 Ulrich Drepper <drepper@gmail.com>
780
781 * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_resolve): Fix CFI for
782 the very first instruction.
783
784 * sysdeps/x86_64/dl-trampoline.h: If MORE_CODE is defined, restore
785 the CFI state in the end.
786 * sysdeps/x86_64/dl-trampoline.S: Define MORE_CODE before first
787 inclusion of dl-trampoline.h.
788 Based on a patch by Jiri Olsa <jolsa@redhat.com>.
789
7902011-08-19 Andreas Schwab <schwab@redhat.com>
791
792 * sysdeps/powerpc/fpu/libm-test-ulps: Relax ctan (0.75 + 1.25 i)
793 expectations for long double.
794
795 * sysdeps/unix/sysv/linux/powerpc/powerpc32/scandir64.c: Renamed
796 from sysdeps/unix/sysv/linux/powerpc/scandir64.c.
797
7982011-08-14 David S. Miller <davem@davemloft.net>
799
800 * sysdeps/unix/sysv/linux/Makefile (CFLAGS-tst-writev.c): The
801 artificual limit depends upon the system page size.
802
8032011-08-17 Ulrich Drepper <drepper@gmail.com>
804
805 * Makeconfig (override CFLAGS): Add library-specific CFLAGS.
806 * resolv/Makefile: Define CFLAGS-libresolv.
807
8082011-08-17 Andreas Schwab <schwab@redhat.com>
809
810 * nss/makedb.c (compute_tables): Make variables used in nested
811 function static.
812
8132011-08-17 Ulrich Drepper <drepper@gmail.com>
814
815 * elf/pldd-xx.c (r_debug): Explicitly add padding when needed.
816 * elf/pldd.c (get_process_info): Use pread to re-read auxiliary vector
817 if buffer was too small.
818
819 * elf/pldd.c (main): Attach to all threads in the process.
820 Rewrite /proc handling to use *at functions.
821
8222011-08-16 Ulrich Drepper <drepper@gmail.com>
823
824 * elf/dl-open.c (_dl_show_scope): Take additional parameter which
825 specifies first scope to show.
826 (dl_open_worker): Update callers. Move printing scope of new
827 object to before the relocation.
828 * elf/rtld.c (dl_main): Update _dl_show_scope call.
829 * sysdeps/generic/ldsodefs.h: Update declaration.
830
831 * elf/dl-open.c (_dl_show_scope): Use _dl_debug_printf to generate the
832 string for the scope number.
833
8342011-08-14 Ulrich Drepper <drepper@gmail.com>
835
836 * nscd/servicescache.c (cache_addserv): Make sure written is always
837 initialized.
838
8392011-08-14 Roland McGrath <roland@hack.frob.com>
840
841 * sysdeps/i386/i486/bits/atomic.h
842 (__arch_compare_and_exchange_val_64_acq): Use RET alone at end of
843 statement expression, so as to suppress "set but not used" warning.
844 (__arch_c_compare_and_exchange_val_64_acq): Likewise.
845
846 * string/strncat.c (STRNCAT): Use prototype definition.
847
848 * locale/Makefile (locale-CPPFLAGS): Renamed CPPFLAGS-locale-programs.
849 (locale-CPPFLAGS): New variable; put LOCALEDIR, LOCALE_ALIAS_PATH and
850 -Iprograms here.
851 (cppflags-iterator.mk sequence): Use locale-programs in place of nonlib.
852 (localedef-modules): Add localedef.
853 (locale-modules): Add locale.
854
855 * sysdeps/generic/ldsodefs.h (struct unique_sym): Add a const.
856 * elf/rtld.c (dl_main): Invert order of assignment in last change,
857 to avoid a warning.
858
8592011-08-14 David S. Miller <davem@davemloft.net>
860
861 * sysdeps/unix/sysv/linux/sparc/bits/resource.h (RLIM_INFINITY,
862 RLIM64_INFINITY): Fix 64-bit values for 32-bit sparc.
863
8642011-08-13 Ulrich Drepper <drepper@gmail.com>
865
866 * elf/dl-open.c: Rename show_scope to _dl_show_scope and export.
867 (dl_open_worker): Call _dl_show_scope when DL_DEBUG_SCOPES is set.
868 * elf/rtld.c (dl_main): Set l_name of vDSO.
869 Call _dl_show_scope when DL_DEBUG_SCOPES.
870 (process_dl_debug): Recognize scopes flag and also set it for all.
871 * sysdeps/generic/ldsodefs.h: Define DL_DEBUG_SCOPES.
872 Declare _dl_show_scope.
873
874 * elf/dl-libc.c (do_dlopen_args): Add caller_dlopen.
875 (do_dlopen): Pass caller_dlopen to dl_open.
876 (__libc_dlopen_mode): Initialize caller_dlopen.
877
878 * intl/l10nflist.c (_nl_normalize_codeset): Make it compile outside
879 of libc. Make tolower call locale-independent. Optimize a bit by
880 using isdigit instead of isalnum.
881 * locale/Makefile (locale-CPPFLAGS): Add -DNOT_IN_libc.
882
8832011-08-12 Ulrich Drepper <drepper@gmail.com>
884
885 * elf/dl-load.c (_dl_map_object): Show in debug output whether a DSO
886 was a dependency or dynamically loaded.
887
8882011-08-11 Ulrich Drepper <drepper@gmail.com>
889
890 * intl/l10nflist.c: Allow architecture-specific pop function.
891 * sysdeps/x86_64/l10nflist.c: New file.
892
893 * intl/l10nflist.c (_nl_make_l10nflist): Use locale-independent
894 classification.
895
8962011-08-10 Andreas Schwab <schwab@redhat.com>
897
898 * include/dirent.h: Add libc_hidden_proto for scandirat and
899 scandirat64. Don't declare __scandirat64.
900 * dirent/scandirat.c: Add libc_hidden_def.
901 * dirent/scandirat64.c (SCANDIRAT): Remove underscores.
902 * sysdeps/unix/sysv/linux/i386/scandir64.c (SCANDIRAT): Likewise.
903
9042011-08-10 David S. Miller <davem@davemloft.net>
905
906 * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h: Add missing comma in
907 enum.
908 * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
909 * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
910 * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
911
9122011-08-09 Ulrich Drepper <drepper@gmail.com>
913
914 * Versions.def [libc]: Add GLIBC_2.15.
915 * dirent/Makefile (routines): Add scandirat and scandirat64.
916 * dirent/Versions [libc]: Export scandirat and scandirat64 for
917 GLIBC_2.15.
918 * dirent/dirent.h: Declare scandirat and scandirat64.
919 * dirent/scandirat.c: New file.
920 * dirent/scandirat64.c: New file.
921 * sysdeps/wordsize-64/scandirat.c: New file.
922 * sysdeps/wordsize-64/scandirat64.c: New file.
923 * dirent/opendir.c: Define opendirat.
924 * dirent/scandir.c: Move code to scandirat.c. Implement scandir
925 using scandirat.
926 * dirent/scandir64.c: Adjust for scandir.c change.
927 * include/dirent.h: Define scandir_cancel_struct. Declare __opendirat,
928 __scandirat64, and __scandir_cancel_handler.
929 * sysdeps/unix/opendir.c: Rename __opendir to __opendirat. Take
930 additional parameter and use openat instead of open (outside of ld.so).
931 Add new __opendir as wrapper around __opendirat.
932 * sysdeps/unix/sysv/linux/i386/scandir64.c: Reimplement __old_scandir64
933 here without requiring old scandirat implementation.
934
9352011-08-08 Ulrich Drepper <drepper@gmail.com>
936
937 * dirent/scandir.c (cancel_handler): Renamed to
938 __scandir_cancel_handler. Do not define if SKIP_SCANDIR_CANCEL is
939 defined. Adjust users.
940 * dirent/scandir64.c: Define SKIP_SCANDIR_CANCEL.
941 * sysdeps/unix/sysv/linux/i386/scandir64.c: Likewise.
942
9432011-08-04 Ulrich Drepper <drepper@gmail.com>
944
945 * string/test-string.h (IMPL): Use __STRING to expand name and then
946 stringify it.
947
948 * string/test-strcmp.c: Unify most of the WIDE and !WIDE code. Lots
949 of cleanups.
950
9512011-07-22 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
952
953 * string/Makefile: Update.
954 (strop-tests): Append strncat.
955 * string/test-wcscmp.c: New file.
956 New comprehensive test for wcscmp.
957 * string/test-strcmp.c: Update.
958 (WIDE): New define.
959
9602011-07-22 Andreas Schwab <schwab@redhat.com>
961
962 * resolv/res_init.c (__res_vinit): Properly tokenize nameserver
963 line.
964
9652011-07-26 Andreas Schwab <schwab@redhat.com>
966
967 * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't discard result of
968 encoding to ACE if AI_IDN.
969
9702011-08-01 Jakub Jelinek <jakub@redhat.com>
971
972 * sysdeps/ieee754/dbl-64/k_rem_pio2.c (__kernel_rem_pio2): Fix up fq
973 to y conversion for prec 3 and __FLT_EVAL_METHOD__ != 0.
974
9752011-07-22 Liubov Dmitrieva <liubov.dmitrieva@intel.com>
976
977 * sysdeps/i386/i686/multiarch/strcat-sse2.S: Update.
978 Fix overflow bug in strncat.
979 * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Likewise.
980
981 * string/test-strncat.c: Update.
982 Add new tests for checking overflow bugs.
983
9842011-07-15 Liubov Dmitrieva <liubov.dmitrieva@intel.com>
985
986 * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
987 strcat-ssse3 strcat-sse2 strncat-ssse3 strncat-sse2 strncat-c.
988 * sysdeps/i386/i686/multiarch/strcat.S: New file.
989 * sysdeps/i386/i686/multiarch/strcat-c.c: New file.
990 * sysdeps/i386/i686/multiarch/strcat-sse2.S: New file.
991 * sysdeps/i386/i686/multiarch/strcat-ssse3.S: New file.
992 * sysdeps/i386/i686/multiarch/strncat.S: New file.
993 * sysdeps/i386/i686/multiarch/strncat-sse2.S: New file.
994 * sysdeps/i386/i686/multiarch/strncat-ssse3.S: New file.
995
996 * sysdeps/i386/i686/multiarch/strcpy-ssse3.S
997 (USE_AS_STRCAT): Define.
998 Add strcat and strncat support.
999 * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
1000
10012011-07-25 Andreas Schwab <schwab@redhat.com>
1002
1003 * sysdeps/i386/i486/bits/string.h (__strncat_g): Correctly handle
1004 __n bigger than INT_MAX+1.
1005 (__strncmp_g): Likewise.
1006
10072011-07-23 Ulrich Drepper <drepper@gmail.com>
1008
1009 * posix/unistd.h: Define SEEK_DATA and SEEK_HOLE.
1010 * libio/stido.h: Likewise.
1011
1012 * sysdeps/unix/sysv/linux/bits/socket.h (PF_NFC): Define.
1013 (AF_NFC): Define.
1014 * sysdeps/unix/sysv/linux/sparc/bits/socket.h (PF_NFC): Define.
1015 (AF_NFC): Define.
1016
1017 * sysdeps/unix/sysv/linux/sys/ptrace.h: Add new constants.
1018 * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
1019 * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
1020 * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h: Likewise.
1021 * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
1022
1023 [BZ #13021]
1024 * scripts/test-installation.pl: Don't expect libnss_test1 to be
1025 installed.
1026
1027 * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix one more
1028 typo.
1029 (_dl_x86_64_save_sse): Likewise.
1030
10312011-07-22 Ulrich Drepper <drepper@gmail.com>
1032
1033 * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix test for
1034 OSXSAVE.
1035 (_dl_x86_64_save_sse): Likewise.
1036
1037 * crypt/crypt_util.c (__init_des_r): Optimize memset calls.
1038
1039 * crypt/crypt_util.c (__init_des_r): Add read barrier as well.
1040
10412011-07-21 Andreas Schwab <schwab@redhat.com>
1042
1043 * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix last
1044 change.
1045 (_dl_x86_64_save_sse): Use correct AVX check.
1046
10472011-07-21 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
1048
1049 * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Fix overfow
1050 bug in strncpy/strncat.
1051 * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Likewise.
1052
10532011-07-21 Ulrich Drepper <drepper@gmail.com>
1054
1055 * string/tester.c (test_strcat): Add tests for different alignments
1056 of source and destination.
1057 (test_strncat): Likewise.
1058
10592011-07-20 Ulrich Drepper <drepper@gmail.com>
1060
1061 [BZ #12852]
1062 * posix/glob.c (glob): Check passed in values before using them in
1063 expressions to avoid some overflows.
1064 (glob_in_dir): Likewise.
1065
1066 [BZ #13007]
1067 * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): More complete
1068 check for AVX enablement so that we don't crash with old kernels and
1069 new hardware.
1070 * elf/tst-audit4.c: Add same checks here.
1071 * elf/tst-audit6.c: Likewise.
1072
1073 * sysdeps/x86_64/bits/link.h (La_x86_64_ymm): Force 16-byte alignment.
1074
10752011-07-09 Andreas Schwab <schwab@linux-m68k.org>
1076
1077 * sysdeps/unix/sysv/linux/pathconf.c: Include <string.h>.
1078
10792011-07-20 Ulrich Drepper <drepper@gmail.com>
1080
1081 * po/cs.po: Update from translation team.
1082 * po/bg.po: Likewise.
1083
10842011-07-12 Marek Polacek <mpolacek@redhat.com>
1085
1086 * misc/sys/cdefs.h: Add support for const attribute.
1087 * sysdeps/unix/sysv/linux/sys/sysmacros.h: Add __attribute_const__
1088 to gnu_dev_{major,minor,makedev} functions.
1089
10902011-07-20 Marek Polacek <mpolacek@redhat.com>
1091
1092 * intl/dcigettext.c (get_output_charset): Add missing bracket.
1093
10942011-07-20 Andreas Schwab <schwab@redhat.com>
1095
1096 * resolv/res_query.c (__libc_res_nquerydomain): Use size_t for
1097 strlen results.
1098
10992011-07-13 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
1100
1101 * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h
1102 (INTERNAL_VSYSCALL_NCS): Use r10 for backing up the return address
1103 register in order to avoid conflicts with the soft frame pointer
1104 being held in r11 when necessary.
1105 * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h
1106 (INTERNAL_VSYSCALL_NCS): Likewise.
1107
11082011-07-14 Marek Polacek <mpolacek@redhat.com>
1109
1110 * elf/dl-fini.c (_dl_sort_fini): Remove unused link_map *l argument,
1111 * elf/dl-fini.c (_dl_fini): Adjust caller.
1112 * elf/dl-close.c (_dl_close_worker): Likewise.
1113 * sysdeps/generic/ldsodefs.h: Adjust declaration.
1114
11152011-07-15 Marek Polacek <mpolacek@redhat.com>
1116
1117 * elf/cache.c (load_aux_cache): Remove unnecessary condition of
1118 "aux_cache->nlibs < 0".
1119
1120 * nscd/nscd_conf.c (nscd_parse_file): Remove unnecessary condition
1121 in the reload-count case.
1122
11232011-07-15 Liubov Dmitrieva <liubov.dmitrieva@intel.com>
1124
1125 * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
1126 strcat-ssse3 strcat-sse2-unaligned strncat-ssse3
1127 strncat-sse2-unaligned strncat-c strlen-sse2-pminub
1128 * sysdeps/x86_64/multiarch/strcat-sse2-unaligned.S: New file.
1129 * sysdeps/x86_64/multiarch/strcat.S: New file.
1130 * sysdeps/x86_64/multiarch/strncat.S: New file.
1131 * sysdeps/x86_64/multiarch/strncat-c.c: New file.
1132 * sysdeps/x86_64/multiarch/strcat-ssse3.S: New file.
1133 * sysdeps/x86_64/multiarch/strncat-sse2-unaligned.S: New file.
1134 * sysdeps/x86_64/multiarch/strncat-ssse3.S: New file.
1135 * sysdeps/x86_64/multiarch/strcpy-ssse3.S
1136 (USE_AS_STRCAT): Define.
1137 Add strcat and strncat support.
1138 * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Likewise.
1139 * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Likewise.
1140 * sysdeps/x86_64/multiarch/strlen-sse2-pminub.S: New file.
1141 * string/strncat.c: Update.
1142 (USE_AS_STRNCAT): Define.
1143 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
1144 Turn on bit_Prefer_PMINUB_for_stringop for Intel Core i3, i5
1145 and i7.
1146 * sysdeps/x86_64/multiarch/init-arch.h
1147 (bit_Prefer_PMINUB_for_stringop): New.
1148 (index_Prefer_PMINUB_for_stringop): Likewise.
1149 * sysdeps/x86_64/multiarch/strlen.S (strlen): Check
1150 bit_Prefer_PMINUB_for_stringop.
1151
11522011-07-19 Ulrich Drepper <drepper@gmail.com>
1153
1154 * crypt/sha512.h (struct sha512_ctx): Move buffer into union and add
1155 buffer64.
1156 * crypt/sha512.c (__sha512_finish_ctx): Use buffer64 for writes instead
1157 of casting of buffer.
1158 * crypt/sha256.h (struct sha256_ctx): Move buffer into union and add
1159 buffer32 and buffer64.
1160 * crypt/sha256.c (__sha256_finish_ctx): Use buffer32 or buffer64 for
1161 writes instead of casting of buffer.
1162 * crypt/md5.h (struct md5_ctx): Move buffer into union and add
1163 buffer32.
1164 * crypt/md5.c (md5_finish_ctx): Use buffer32 for writes instead of
1165 casting of buffer.
1166
11672011-07-19 Andreas Schwab <schwab@redhat.com>
1168
1169 * string/strxfrm_l.c (STRXFRM): Fix alloca accounting.
1170
11712011-07-19 Ulrich Drepper <drepper@gmail.com>
1172
1173 * nscd/nscd.c (termination_handler): Don't do anything for a database
1174 if it has not yet been initialized.
1175
11762011-07-18 Ulrich Drepper <drepper@gmail.com>
1177
1178 * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_EQUAL_S): Fix a typo.
1179
11802011-07-15 Marek Polacek <mpolacek@redhat.com>
1181
1182 * bits/sched.h (__CPU_EQUAL_S): Fix a typo.
1183
11842011-07-18 Ulrich Drepper <drepper@gmail.com>
1185
1186 * po/nl.po: Update from translation team.
1187 * po/sv.po: Likewise.
1188
11892011-07-16 Roland McGrath <roland@hack.frob.com>
1190
1191 * sysdeps/i386/Makefile: Never use -mpreferred-stack-boundary=2,
1192 now disallowed by GCC.
1193
1194 * configure.in (use-default-link): Default to yes if a test -shared
1195 link meets our qualifications.
1196 * configure: Regenerated.
1197
1198 * config.make.in (output-format): New variable.
1199 * configure.in: Check for ld --print-output-format support.
1200 * configure: Regenerated.
1201 * Makerules ($(common-objpfx)format.lds)
1202 [$(output-format) != unknown]: Just use $(output-format),
1203 instead of the linker-script munging.
1204
12052011-07-14 Roland McGrath <roland@hack.frob.com>
1206
1207 * Makefile ($(common-objpfx)linkobj/libc.so): Use $(shlib-lds) instead
1208 of $(common-objpfx)shlib.lds.
1209 * elf/Makefile ($(objpfx)sotruss-lib.so): Likewise.
1210
1211 * sysdeps/i386/i686/multiarch/strstr-c.c (libc_hidden_builtin_def):
1212 Conditionalize redefinition on [SHARED && DO_VERSIONING && !NO_HIDDEN].
1213
1214 * configure.in (-z relro check): Adjust test code to add a large
1215 writable data section after it.
1216 * configure: Regenerated.
1217
12182011-07-11 Roland McGrath <roland@hack.frob.com>
1219
1220 * configure.in (-z relro check): Fix test code to make the variable
1221 truly const.
1222 * configure: Regenerated.
1223
12242011-07-11 Ulrich Drepper <drepper@gmail.com>
1225
1226 * nscd/nscd.h (struct traced_file): Define.
1227 (struct database_dyn): Remove inotify_descr, reset_res, and filename
1228 elements. Add traced_files.
1229 (inotify_fd): Declare.
1230 (register_traced_file): Declare.
1231 * nscd/connections.c (dbs): Remove reset_res and filename initializers.
1232 (inotify_fd): Export.
1233 (resolv_conf_descr): Remove.
1234 (nscd_init): Move inotify descriptor creation to main.
1235 Don't register files for notification here.
1236 (register_traced_file): New function.
1237 (invalidate_cache): Don't use reset_res to determine whether to call
1238 res_init, go through the list of registered files.
1239 (main_loop_poll): The inotify descriptors are now stored in the
1240 structures for the traced files.
1241 (main_loop_epoll): Likewise
1242 * nscd/nscd.c (main): Create inotify socket here. Pass extra argument
1243 to __nss_disable_nscd.
1244 * nscd/cache.c (prune_cache): There is no single inotify descriptor
1245 for a database anymore. Check the records for all the registered
1246 files instead.
1247 * nss/Makefile (libnss_files-routines): Add files-init.
1248 (libnss_db-routines): Add db-init.
1249 * nss/Versions [libnss_files] (GLIBC_PRIVATE): Add _nss_files_init.
1250 [libnss_db] (GLIBC_PRIVATE): Add _nss_db_init.
1251 * nss/nss_db/db-init.c: New file.
1252 * nss/nss_files/files-init.c: New file.
1253 * nss/nsswitch.c (nss_load_library): New function. Broken out of
1254 __nss_lookup_function.
1255 (__nss_lookup_function): Call nss_load_library.
1256 (nss_load_all_libraries): New function.
1257 (__nss_disable_nscd): Take parameter with callback function for files
1258 to register. Set is_nscd. Load all the DSOs for the NSS modules
1259 used for the cached services.
1260 * nss/nsswitch.h (__nss_disable_nscd): Adjust prototype.
1261 * sysdeps/unix/sysv/linux/Makefile [subdir=nscd]: Pass the various -D
1262 options for features to all the files in nscd.
1263
1264 * nss/nsswitch.c (nss_parse_file): Add missing fclose.
1265
12662011-07-10 Roland McGrath <roland@hack.frob.com>
1267
1268 * csu/elf-init.c (__libc_csu_init): Comment typo.
1269
12702011-07-09 Ulrich Drepper <drepper@gmail.com>
1271
1272 * po/pl.po: Update from translation team.
1273 * po/ja.po: Likewise.
1274 * po/ru.po: Likewise.
1275 * po/ko.po: Likewise.
1276 * po/fr.po: Likewise.
1277
12782011-07-09 Roland McGrath <roland@hack.frob.com>
1279
1280 * configure.in (.ctors/.dtors header and trailer check):
1281 Use an empirical test on a built program.
1282 * configure: Regenerated.
1283
1284 * configure.in (-z relro check): Use an empirical test on a built DSO.
1285 Detect, but do not require, on ia64.
1286 * configure: Regenerated.
1287
1288 * configure.in (READELF): Find it with AC_CHECK_TOOL.
1289 Update tests that use readelf to use $READELF instead.
1290 * configure: Regenerated.
1291
12922011-07-08 Ulrich Drepper <drepper@gmail.com>
1293
1294 * malloc/hooks.c (memalign_check): Avoid using checked_request2size
1295 if the result is not used.
1296
12972011-07-05 Andreas Jaeger <aj@suse.de>
1298
1299 [BZ#9696]
1300 * stdlib/tst-strtod.c: Add testcase.
1301
13022011-07-07 Ulrich Drepper <drepper@gmail.com>
1303
1304 * sysdeps/unix/sysv/linux/pathconf.c (distinguish_extX): New function.
1305 (__statfs_link_max): Use it to distinguish between ext2/3 and ext4.
1306 The latter has a higher limit. Take additional parameter to pass to
1307 the new function.
1308 (__pathconf): Pass file to __statfs_link_max.
1309 * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Pass fd to
1310 __statfs_link_max.
1311 * sysdeps/unix/sysv/linux/pathconf.h: Adjust prototype of
1312 __statfs_link_max.
1313
1314 [BZ #12868]
1315 * sysdeps/unix/sysv/linux/linux_fsinfo.h: Define Lustre constants.
1316 * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
1317 Handle Lustre.
1318 * sysdeps/unix/sysv/linux/pathconf.c (__statfs_link_max): Likewise.
1319 (__statfs_filesize_max): Likewise.
1320 Patch mostly by Andreas Dilger <adilger@whamcloud.com>.
1321
13222011-07-05 Andreas Jaeger <aj@suse.de>
1323
1324 * resolv/res_comp.c (dn_skipname): Remove unused variable.
1325
13262011-07-06 Marek Polacek <mpolacek@redhat.com>
1327
1328 * nis/nss_nisplus/nisplus-spwd.c (_nss_nisplus_setspent): Honour the
1329 `status' variable.
1330 * nis/nss_nisplus/nisplus-ethers.c (_nss_nisplus_setetherent):
1331 Likewise.
1332
13332011-07-04 H.J. Lu <hongjiu.lu@intel.com>
1334
1335 * Makefile (strop-tests): Add strncat.
1336 * string/test-strncat.c: New file.
1337
13382011-06-30 Marek Polacek <mpolacek@redhat.com>
1339
1340 * iconvdata/johab.c: Don't inline `johab_sym_hanja_to_ucs' function.
1341
13422011-06-21 Andreas Jaeger <aj@suse.de>
1343
1344 * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules):
1345 Copy rule from iconvdata/Makefile.
1346
13472011-07-06 Ulrich Drepper <drepper@gmail.com>
1348
1349 [BZ #12922]
1350 * posix/getopt.c (_getopt_internal_r): When "W;" is in short options
1351 but no long options are defined, just return 'W'.
1352
13532011-06-22 Marek Polacek <mpolacek@redhat.com>
1354
1355 [BZ #9696]
1356 * stdlib/strtod_l.c (round_and_return): Set ERANGE instead of EDOM.
1357
13582011-07-06 Ulrich Drepper <drepper@gmail.com>
1359
1360 * inet/getnetgrent_r.c (internal_getnetgrent_r): Fix check for known
1361 netgroups to read.
1362 (innetgr): Likewise.
1363
13642011-07-05 Roland McGrath <roland@hack.frob.com>
1365
1366 * config.make.in (install_root): Default to $(DESTDIR).
1367
13682011-07-05 Ulrich Drepper <drepper@gmail.com>
1369
1370 * nscd/nscd_getserv_r.c (nscd_getserv_r): Add cast to avoid warning.
1371
13722011-07-02 Roland McGrath <roland@hack.frob.com>
1373
1374 * Makerules ($(common-objpfx)format.lds): Fail if result is empty.
1375
1376 * Makefile ($(common-objpfx)testrun.sh): Generate to work relative to
1377 containing directory rather than embedding absolute directory names.
1378
1379 * scripts/check-local-headers.sh: Rewritten using awk.
1380 Match by word, not by line. Print error messages for matches.
1381 * Makefile ($(objpfx)check-local-headers.out): Pass AWK in to it.
1382
1383 * Makerules [shlib-lds-flags empty]:
1384 ($(common-objpfx)libc_pic.opts): New target.
1385 ($(common-objpfx)libc_pic.os.clean): New target.
1386 ($(common-objpfx)libc.so): Link it instead of libc_pic.os.
1387
1388 * config.make.in (OBJCOPY): New variable.
1389 * aclocal.m4 (LIBC_PROG_BINUTILS): Substitute OBJCOPY too.
1390 * configure: Regenerated.
1391
1392 * config.make.in (use-default-link): New variable.
1393 * configure.in (use_default_link): Grok --with-default-link to set it.
1394 * configure: Regenerated.
1395 * Makerules [$(elf) = yes] [$(use-default-link) = yes]:
1396 (shlib-lds, shlib-lds-flags): Define to empty.
1397
1398 * Makerules (shlib-lds): New variable.
1399 (shlib-lds-flags): New variable.
1400 (build-shlib, build-moduile, build-module-asneeded): Use it.
1401 ($(common-objpfx)libc.so): Use $(shlib-lds).
1402 ($(extra-modules-build:%=$(objpfx)%.so)): Likewise.
1403 * iconvdata/extra-module.mk ($(objpfx)$(mod).so): Likewise.
1404
1405 * elf/dynamic-link.h (elf_get_dynamic_info): Make asserts accept
1406 DT_FLAGS/DT_FLAGS_1 with zero flags.
1407
1408 * elf/Makefile ($(objpfx)ld.so): Use -defsym=_begin=0 instead of
1409 linker script munging.
1410
14112011-07-02 Ulrich Drepper <drepper@gmail.com>
1412
1413 * crypt/sha512.h (struct sha512_ctx): Add union to access total also
1414 as 128-bit value.
1415 * crypt/sha512.c (sha512_process_block): Perform total addition using
1416 128-bit if possible.
1417 (__sha512_finish_ctx): Likewise.
1418 * crypt/sha256.h (struct sha256_ctx): Add union to access total also
1419 as 64-bit value.
1420 * crypt/sha256.c (SWAP64): Define.
1421 (sha256_process_block): Perform total addition using 64-bit if
1422 possible.
1423 (__sha256_finish_ctx): Likewise.
1424
14252011-07-01 Ulrich Drepper <drepper@gmail.com>
1426
1427 * nscd/pwdcache.c (cache_addpw): Cleanup. Add branch prediction.
1428 * nscd/initgrcache.c (addinitgroupsX): Likewise.
1429 * nscd/hstcache.c (cache_addhst): Likewise.
1430 * nscd/grpcache.c (cache_addgr): Likewise.
1431 * nscd/aicache.c (addhstaiX): Likewise
1432 * nscd/servicescache.c (cache_addserv): Handle zero negtimeout.
1433
14342011-07-01 Thorsten Kukuk <kukuk@suse.de>
1435
1436 * nscd/pwdcache.c (cache_addpw): Handle zero negtimeout.
1437 * nscd/initgrcache.c (addinitgroupsX): Likewise.
1438 * nscd/hstcache.c (cache_addhst): Likewise.
1439 * nscd/grpcache.c (cache_addgr): Likewise.
1440 * nscd/aicache.c (addhstaiX): Likewise
1441
14422011-07-01 Andreas Schwab <schwab@redhat.com>
1443
1444 * nis/nss_compat/compat-pwd.c (getpwent_next_nss_netgr): Query NIS
1445 domain only when needed.
1446
14472011-06-30 Andreas Schwab <schwab@redhat.com>
1448
1449 * sysdeps/posix/getaddrinfo.c (gaih_inet): Make sure RES_USE_INET6
1450 is always restored.
1451
14522011-06-29 Ulrich Drepper <drepper@gmail.com>
1453
1454 * nscd/grpcache.c (cache_addgr): Don't write notfound reply if we
1455 are re-adding the entry.
1456 * nscd/servicescache.c (cache_addserv): Likewise.
1457
14582011-06-30 Aurelien Jarno <aurelien@aurel32.net>
1459
1460 * sysdeps/generic/dl-irel.h: fix protection against multiple
1461 inclusions.
1462 * sysdeps/generic/dl-irel.h (elf_ifunc_invoke): New.
1463
14642011-06-28 Ulrich Drepper <drepper@gmail.com>
1465
1466 [BZ #12935]
1467 * malloc/memusage.sh: Fix quoting in message.
1468 * debug/xtrace.sh: Likewise.
1469
1470 * configure.in: Remove support for --experimental-malloc option, make
1471 it the default.
1472 * config.make.in: Likewise.
1473 * malloc/Makefile: Likewise.
1474
14752011-06-27 Andreas Schwab <schwab@redhat.com>
1476
1477 * iconvdata/gb18030.c (BODY for TO_LOOP): Fix encoding of non-BMP
1478 two-byte characters.
1479
14802011-06-27 Roland McGrath <roland@hack.frob.com>
1481
1482 * configure.in (NO_CTORS_DTORS_SECTIONS): Give this check its own
1483 AC_CACHE_CHECK invocation.
1484 * configure: Regenerated.
1485
1486 * elf/soinit.c (__CTOR_LIST__, __DTOR_LIST__): Add used attribute.
1487
14882011-06-27 Ulrich Drepper <drepper@gmail.com>
1489
1490 [BZ #12350]
1491 * nscd/aicache.c (addhstaiX): Restore only RES_USE_INET6
1492 bit from old_res_options.
1493
1494 * sysdeps/unix/sysv/linux/Makefile (CFLAGS-servicescache.c): Define.
1495
1496 * inet/getnetgrent_r.c (innetgr): Minimal cleanup, use correct return
1497 value type for setfct.
1498
14992011-06-23 H.J. Lu <hongjiu.lu@intel.com>
1500
1501 * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Use
1502 __gettimeofday instead of gettimeofday.
1503
15042011-06-26 Ulrich Drepper <drepper@gmail.com>
1505
1506 * elf/Makefile (all-built-dso): No need to check linkobj/libc.so.
1507
15082011-06-24 H.J. Lu <hongjiu.lu@intel.com>
1509
1510 * sysdeps/i386/i686/multiarch/strcpy-sse2.S (RETURN): Fix a typo.
1511
1512 * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Correct unwind
1513 info.
1514
15152011-06-22 H.J. Lu <hongjiu.lu@intel.com>
1516
1517 * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
1518 strcpy-ssse3 strncpy-ssse3 stpcpy-ssse3 stpncpy-ssse3
1519 strcpy-sse2-unaligned strncpy-sse2-unaligned
1520 stpcpy-sse2-unaligned stpncpy-sse2-unaligned.
1521 * sysdeps/x86_64/multiarch/stpcpy-sse2-unaligned.S: New file.
1522 * sysdeps/x86_64/multiarch/stpcpy-ssse3.S: New file.
1523 * sysdeps/x86_64/multiarch/stpncpy-sse2-unaligned.S: New file.
1524 * sysdeps/x86_64/multiarch/stpncpy-ssse3.S: New file.
1525 * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: New file.
1526 * sysdeps/x86_64/multiarch/strcpy-ssse3.S: New file.
1527 * sysdeps/x86_64/multiarch/strncpy-sse2-unaligned.S: New file.
1528 * sysdeps/x86_64/multiarch/strncpy-ssse3.S: New file.
1529 * sysdeps/x86_64/multiarch/strcpy.S: Remove strcpy with SSSE3.
1530 (STRCPY): Support SSE2 and SSSE3 versions.
1531
15322011-06-24 Ulrich Drepper <drepper@gmail.com>
1533
1534 [BZ #12874]
1535 * sysdeps/unix/sysv/linux/Makefile (CFLAGS-tst-writev.c): Define.
1536 * sysdeps/wordsize-64/tst-writev.c: Work around problem with 2.6.38+
1537 kernels which artificially limit size of requests.
1538
15392011-06-22 H.J. Lu <hongjiu.lu@intel.com>
1540
1541 * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
1542 strncpy-c strcpy-ssse3 strncpy-ssse3 stpcpy-ssse3 stpncpy-ssse3
1543 strcpy-sse2 strncpy-sse2 stpcpy-sse2 stpncpy-sse2.
1544 * sysdeps/i386/i686/multiarch/stpcpy-sse2.S: New file.
1545 * sysdeps/i386/i686/multiarch/stpcpy-ssse3.S: New file.
1546 * sysdeps/i386/i686/multiarch/stpncpy-sse2.S: New file.
1547 * sysdeps/i386/i686/multiarch/stpncpy-ssse3.S: New file.
1548 * sysdeps/i386/i686/multiarch/stpncpy.S : New file.
1549 * sysdeps/i386/i686/multiarch/strcpy-sse2.S : New file.
1550 * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: New file.
1551 * sysdeps/i386/i686/multiarch/strcpy.S: New file.
1552 * sysdeps/i386/i686/multiarch/strncpy-c.c: New file.
1553 * sysdeps/i386/i686/multiarch/strncpy-sse2.S: New file.
1554 * sysdeps/i386/i686/multiarch/strncpy-ssse3.S: New file.
1555 * sysdeps/i386/i686/multiarch/strncpy.S: New file.
1556 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
1557 Enable unaligned load optimization for Intel Core i3, i5 and i7
1558 processors.
1559 * sysdeps/x86_64/multiarch/init-arch.h (bit_Fast_Unaligned_Load):
1560 Define.
1561 (index_Fast_Unaligned_Load): Define.
1562 (HAS_FAST_UNALIGNED_LOAD): Define.
1563
15642011-06-23 Marek Polacek <mpolacek@redhat.com>
1565
1566 * nss/nss_db/db-open.c: Include <unistd.h> for read declaration.
1567
15682011-06-22 Ulrich Drepper <drepper@gmail.com>
1569
1570 [BZ #12907]
1571 * sysdeps/posix/getaddrinfo.c (getaddrinfo): Avoid calling __check_pf
1572 until it is clear that the information is realy needed.
1573 Patch mostly by David Hanisch <david.hanisch@nsn.com>.
1574
15752011-06-22 Andreas Schwab <schwab@redhat.com>
1576
1577 * sysdeps/posix/getaddrinfo.c (gaih_inet): Fix last change.
1578
15792011-06-22 Ulrich Drepper <drepper@gmail.com>
1580
1581 * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Use
1582 /sys/devices/system/cpu/online if it is usable.
1583
1584 * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Rate limit
1585 reading the information from the /proc filesystem to once a second.
1586
15872011-06-21 Andreas Jaeger <aj@suse.de>
1588
1589 * sysdeps/unix/sysv/linux/bits/sigcontext.h: Fix definition of
1590 NULL after inclusion of kernel headers.
1591
15922011-06-21 Ulrich Drepper <drepper@gmail.com>
1593
1594 * nss/nss_db/db-XXX.c (nss_db_setENT): Only set entidx for successful
1595 calls to internal_setent.
1596
1597 [BZ #12885]
1598 * sysdeps/posix/getaddrinfo.c (gaih_inet): When looking up only IPv6
1599 addresses using gethostbyname4_r ignore IPv4 addresses.
1600
1601 * sysdeps/posix/getaddrinfo.c (gaih_inet): After the last change the
1602 branch using gethostbyname2 is only for AF_INET. Optimize accordingly.
1603
1604 * inet/getnetgrent_r.c: Use DL_CALL_FCT in several places.
1605
16062011-06-20 David S. Miller <davem@davemloft.net>
1607
1608 * sysdeps/sparc/sparc32/dl-plt.h: Protect against multiple
1609 inclusions.
1610 * sysdeps/sparc/sparc64/dl-plt.h: Likewise.
1611
1612 * sysdeps/i386/dl-irel.h (elf_ifunc_invoke): New.
1613 (elf_irel): Use it.
1614 * sysdeps/powerpc/powerpc32/dl-irel.h: Likewise.
1615 * sysdeps/powerpc/powerpc64/dl-irel.h: Likewise.
1616 * sysdeps/sparc/sparc32/dl-irel.h: Likewise.
1617 * sysdeps/sparc/sparc64/dl-irel.h: Likewise.
1618 * sysdeps/x86_64/dl-irel.h: Likewise.
1619
1620 * elf/dl-runtime.c: Use elf_ifunc_invoke.
1621 * elf/dl-sym.c: Likewise.
1622
16232011-06-15 Ulrich Drepper <drepper@gmail.com>
1624
1625 * resolv/res_send.c (__libc_res_nsend): Fix typos in last patch. We
1626 need to dereference resplen2.
1627
16282011-06-14 Andreas Schwab <schwab@redhat.com>
1629
1630 * sysdeps/unix/sysv/linux/wordsize-64/dl-fxstatat64.c: New file.
1631
16322011-06-15 Ulrich Drepper <drepper@gmail.com>
1633
1634 * Makeconfig: Define vardbdir and inst_vardbdir.
1635 * nss/Makefile: Add rules to install db-Makefile.
1636
1637 * nss/nss_db/db-XXX.c: Cleanup.
1638
1639 * nss/Makefile (libnss_db-dbs): Add db-initgroups.
1640 * nss/Versions [libnss_db]: Add _nss_db_initgroups_dyn for
1641 GLIBC_PRIVATE.
1642 * nss/db-Makefile (groups.db): Emit entries for initgroups lookups.
1643 * nss/makedb.c: Implement -g option to specify that value strings
1644 are generated and should not be added to table iterated over for
1645 get*ent calls.
1646 * nss/nss_db/db-initgroups.c: New file.
1647
1648 * nss/getent.c: Add support for initgroups lookups through getgrouplist
1649 interface.
1650
1651 * grp/initgroups.c (__nss_initgroups_database): Renamed and exported.
1652 (internal_getgrouplist): Adjust to name change.
1653 Update use_initgroups_entry if this is not the first call.
1654 * nss/databases.def: Add initgroups entry.
1655
1656 * nss/makedb.c (compute_tables): Check result of multiple hash table
1657 sizes to minimize maximum chain length.
1658
16592011-06-14 Ulrich Drepper <drepper@gmail.com>
1660
1661 * Versions.def: Add entry for libnss_db.
1662 * shlib-versions: Likewise.
1663 * nss/Makefile: Add rules to build libnss_db.
1664 * nss/Versions: Add libnss_db information. Organize libnss_files
1665 entries better.
1666 * nss/db-Makefile: Add gshadow support. Change rules for the new
1667 makedb progra. Some minor improvements to generate smaller files.
1668 * nss/nss_db/nss_db.h: Move NSS database header data structures to
1669 here from...
1670 * nss/makedb.c: ...here.
1671 Improve database format to be smaller and require less memory at
1672 runtime.
1673 * nss/nss_db/db-XXX.x: Adjust for new database format. Don't use
1674 db anymore.
1675 * nss/nss_db/db-netgrp.c: Likewise.
1676 * nss/nss_db/db-open.c: Likewise.
1677 * nss/nss_files/flies-XXX.x: Adjust comments.
1678 * nss/nss_files/files-ethers.c: Adjust for new DB_LOOKUP definition.
1679 * nss/nss_files/files-grp.c: Likewise.
1680 * nss/nss_files/files-hosts.c: Likewise.
1681 * nss/nss_files/files-network.c: Likewise.
1682 * nss/nss_files/files-proto.c: Likewise.
1683 * nss/nss_files/files-pwd.c: Likewise.
1684 * nss/nss_files/files-rpc.c: Likewise.
1685 * nss/nss_files/files-service.c: Likewise.
1686 * nss/nss_files/files-sgrp.c: Likewise.
1687 * nss/nss_files/files-spwd.c: Likewise.
1688 * nss/nss_db/db-alias.c: Removed.
1689 * nss/nss_db/dummy-db.h: Removed.
1690
16912011-06-02 Ulrich Drepper <drepper@gmail.com>
1692
1693 * nss/makedb.c: Rewritten to not use database library.
1694 * nss/Makefile: Update to build new makedb program.
1695
16962011-06-14 Andreas Jaeger <aj@suse.de>
1697
1698 * sysdeps/unix/sysv/linux/check_native.c: Include <string.h> for
1699 memset declaration.
1700
17012011-06-10 Andreas Schwab <schwab@redhat.com>
1702
1703 * sysdeps/posix/getaddrinfo.c (gaih_inet): Fix logic allocating
1704 tmpbuf.
1705
17062011-06-10 Roland McGrath <roland@hack.frob.com>
1707
1708 * Makerules (shlib.lds): Fail if the linker script comes out empty.
1709 * elf/Makefile ($(objpfx)ld.so): Likewise.
1710
1711 * Makefile ($(common-objpfx)linkobj/libc.so): Break long lines with \.
1712 Don't list ld.so twice in dependencies.
1713
1714 * posix/bug-regex31.c: Include <stdlib.h>.
1715
1716 * nscd/hstcache.c (cache_addhst): Remove unused variable.
1717
1718 * nis/nss_compat/compat-spwd.c
1719 (getspent_next_nss_netgr): Remove unused variable.
1720 * nis/nss_compat/compat-pwd.c (getpwent_next_nss_netgr): Likewise.
1721
1722 * nis/nis_print_group_entry.c (nis_print_group_entry): Fix "Implicit
1723 nonmembers" output to use the right array.
1724
1725 * resolv/nss_dns/dns-network.c (getanswer_r): Remove unused variable.
1726
1727 * elf/dl-open.c (_dl_open): Quash warnings when DL_NNS==1.
1728
1729 * locale/programs/ld-ctype.c (ctype_read): Remove unused variable.
1730 * locale/programs/ld-collate.c (add_to_tablewc): Likewise.
1731 * catgets/gencat.c (read_input_file): Likewise.
1732 * locale/programs/locarchive.c (enlarge_archive): Likewise.
1733
1734 * sunrpc/clnt_udp.c (__libc_clntudp_bufcreate): Move DONTBLOCK
1735 variable definition inside #if's controlling its use.
1736
1737 * inet/getnetgrent_r.c (innetgr): Remove unused variable.
1738
1739 * resolv/res_hconf.c (_res_hconf_reorder_addrs): Fix errno restoration.
1740
1741 * misc/syslog.c (__vsyslog_chk): Remove unused variable.
1742
1743 * io/fts.c (fts_build): Use if (0 && ...) rather than #if 0 for
1744 unreachable code.
1745
1746 * stdio-common/printf_fp.c (___printf_fp): Remove unused variable.
1747
1748 * configure.in (nss-crypt check): Use AC_LANG_PROGRAM.
1749 * configure: Regenerated.
1750
1751 * Makerules: Revert last change.
1752 * elf/Makefile: Likewise.
1753
17542011-06-09 Roland McGrath <roland@hack.frob.com>
1755
1756 * Makerules ($(common-objpfx)libc_pic.os): Use -Wl, before -r.
1757 * elf/Makefile ($(objpfx)librtld.os): Likewise.
1758 (reloc-link): Likewise.
1759
17602011-06-09 Ulrich Drepper <drepper@gmail.com>
1761
1762 * elf/Makefile: Add rules to build pldd.
1763 * elf/pldd.c: New file.
1764 * elf/pldd-xx.c: New file.
1765
17662011-06-07 Ulrich Drepper <drepper@gmail.com>
1767
1768 * version.h: Update for 2.15 development version.
1769
17702011-06-07 David S. Miller <davem@davemloft.net>
1771
1772 * sysdeps/sparc/sparc32/dl-irel.h (elf_irela): Pass dl_hwcap to
1773 ifuncs.
1774 * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela,
1775 elf_machine_lazy_rel): Likewise.
1776 * sysdeps/sparc/sparc64/dl-irel.h (elf_irela): Likewise.
1777 * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela,
1778 elf_machine_lazy_rel): Likewise.
1779 * sysdeps/sparc/sparc64/multiarch/memcpy.S (memcpy): Fetch
1780 dl_hwcap via passed in argument.
1781 * sysdeps/sparc/sparc64/multiarch/memset.S (memset, bzero):
1782 Likewise.
1783
17842011-06-06 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
1785
1786 * stdlib/longlong.h: Update from GCC. Fix smul_ppmm for S/390.
1787
17882011-06-06 Roland McGrath <roland@hack.frob.com>
1789
1790 [BZ #12849]
1791 * manual/fdl-1.1.texi: New file, verbatim from:
1792 http://www.gnu.org/licenses/old-licenses/fdl-1.1.texi
1793 * manual/lgpl-2.1.texi: New file, verbatim from:
1794 http://www.gnu.org/licenses/old-licenses/lgpl-2.1.texi
1795 * manual/Makefile (licenses): New variable, list those new file names.
1796 (texis): Use it.
1797 (chapters.% top-menu.%): Include $(licenses) with $(appendices).
1798
1799 * manual/fdl.texi: File removed.
1800 * manual/lesser.texi: File removed.
1801 * manual/libc.texinfo (Copying, Documentation License):
1802 Use new @include file names, put @appendix directive before @include.
1803
18042011-06-04 Jakub Jelinek <jakub@redhat.com>
1805
1806 [BZ #12841]
1807 * rt/bits/mqueue2.h (__mq_open_2): Add __THROW.
1808 (__mq_open_alias): Use __REDIRECT_NTH instead of __REDIRECT.
1809 (mq_open): Add __NTH.
1810
18112011-06-02 H.J. Lu <hongjiu.lu@intel.com>
1812
1813 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
1814 Assume Intel Core i3/i5/i7 processor if AVX is available.
1815
18162011-05-31 Ulrich Drepper <drepper@gmail.com>
1817
1818 * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard): Fix
1819 typo.
1820
18212011-05-31 Andreas Schwab <schwab@redhat.com>
1822
1823 * nscd/nscd_getserv_r.c (nscd_getserv_r): Don't free non-malloced
1824 memory. Use alloca_account. Fix memory leak when retrying.
1825
18262011-05-31 Ulrich Drepper <drepper@gmail.com>
1827
1828 * version.h (RELEASE): Bump for 2.14 release.
1829 * include/features.h (__GLIBC_MINOR__): Bump to 14.
1830
1831 * config.make.in (RANLIB): Remove entry.
1832
18332011-05-30 Ulrich Drepper <drepper@gmail.com>
1834
1835 * po/Makefile (po-sed-cmd): Add ksh to extensions.
1836 (libc.pot): Work around missing support for .ksh extension in xgettext.
1837
1838 [BZ #12684]
1839 * resolv/res_send.c (__libc_res_nsend): Only go to the next name server
1840 if both request failed.
1841 (send_dg): In case of server errors clear resplen or *resplen2.
1842
1843 [BZ #12454]
1844 * elf/dl-deps.c (_dl_map_object_deps): Run initializer sorting only
1845 when there are multiple maps.
1846 * elf/dl-fini.c (_dl_sort_fini): Check for list of one.
1847 (_dl_fini): Remove test here.
1848
1849 * elf/rtld.c (dl_main): Don't allow the loader to load itself.
1850
18512011-05-29 Ulrich Drepper <drepper@gmail.com>
1852
1853 [BZ #12350]
1854 * sysdeps/posix/getaddrinfo.c (gethosts): Restore only RES_USE_IENT6
1855 bit from old_res_options.
1856 (gaih_inet): Likewise.
1857
1858 [BZ #11099]
1859 * shadow/sgetspent_r.c (LINE_PARSER): Interpret numeric field values
1860 as signed.
1861
1862 * resolv/res_init.c (res_setoptions): Make the code more compact.
1863
1864 [BZ #11558]
1865 * resolv/res_init.c (res_setoptions): Recognize use-vc option and
1866 set RES_USEVC.
1867
1868 [BZ #11634]
1869 * elf/Makefile (tests): Don't add tst-audit[67] without working -mavx.
1870
1871 * malloc/malloc.h: Mark malloc hook variables as deprecated.
1872
1873 [BZ #11781]
1874 * malloc/malloc.h: Declare malloc hook variables as volatile.
1875
1876 * locale/programs/locarchive.c (add_locale_to_archive): Fix typo
1877 in last patch.
1878
1879 [BZ #11799]
1880 * sysdeps/unix/sysv/linux/bits/siginfo.h (SI_USER): Don't mention
1881 raise in the comment.
1882 * sysdeps/unix/sysv/linux/s390/bits/siginfo.h: Likewise.
1883 * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
1884 * sysdeps/unix/sysv/linux/ia64/bits/siginfo.h: Likewise.
1885
18862011-05-28 Ulrich Drepper <drepper@gmail.com>
1887
1888 [BZ #12811]
1889 * posix/regex_internal.c (build_wcs_buffer): Don't signal we have to
1890 grow the buffers more if it already has to be sufficient.
1891 (build_wcs_upper_buffer): Likewise.
1892 * posix/regexec.c (check_matching): Likewise.
1893 (clean_state_log_if_needed): Likewise.
1894 (extend_buffers): Don't enlarge buffers beyond size of the input
1895 buffer.
1896 Patches mostly by Emil Wojak <emil@wojak.eu>.
1897 * posix/bug-regex32.c: New file.
1898 * posix/Makefile (tests): Add bug-regex32.
1899
1900 * locale/findlocale.c (_nl_find_locale): Return right away if
1901 _nl_explode_name failed.
1902 * locale/programs/locarchive.c (add_locale_to_archive): Likewise.
1903
1904 * sysdeps/unix/sysv/linux/socketcall.h (SOCKOP_sendmmsg): Define.
1905
1906 * debug/xtrace.sh: Unify messages.
1907 * malloc/memusage.sh: Likewise.
1908
1909 [BZ #12813]
1910 * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_time): Retrieve
1911 time symbol from vDSO. Substitute with vsyscall if not available.
1912 * sysdeps/unix/sysv/linux/x86_64/time.S [SHARED]: Use
1913 __vdso_time.
1914
1915 * sysdeps/unix/sysv/linux/internal_sendmmsg.S: New file.
1916 * sysdeps/unix/sysv/linux/sendmmsg.c: New file.
1917 * sysdeps/unix/sysv/linux/Makefile [subdir=socket] (sysdep_routines):
1918 Add sendmmsg and internal_sendmmsg.
1919 * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14]: Add sendmmsg.
1920 * sysdeps/unix/sysv/linux/bits/socket.h: Declare sendmmsg.
1921 * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_SENDMMSG.
1922
1923 * sysdeps/unix/sysv/linux/syscalls.list: Add setns entry.
1924 * sysdeps/unix/sysv/linux/bits/sched.h: Declare setns.
1925 * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14]: Add setns.
1926
19272011-05-27 Ulrich Drepper <drepper@gmail.com>
1928
1929 [BZ #12813]
1930 * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_getcpu):
1931 Retrieve getcpu symbol from vDSO. Substitute with vsyscall if not
1932 available.
1933 * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S [SHARED]: Use
1934 __vdso_getcpu.
1935
1936 [BZ #12814]
1937 * iconvdata/Makefile (tests): Add bug-iconv9.
1938 * iconvdata/bug-iconv9.c: New file.
1939
19402011-05-27 Andreas Schwab <schwab@redhat.com>
1941
1942 [BZ #12814]
1943 * iconvdata/iso-2022-jp.c (BODY): Fix invalid variable shadowing.
1944
19452011-05-25 Jakub Jelinek <jakub@redhat.com>
1946
1947 * sysdeps/unix/sysv/linux/x86_64/sys/user.h
1948 (struct user_regs_struct): Change intcs field back to cs.
1949
19502011-05-25 Ulrich Drepper <drepper@gmail.com>
1951
1952 * po/ja.po: Update from translation team.
1953
19542011-05-23 Ulrich Drepper <drepper@gmail.com>
1955
1956 [BZ #12795]
1957 * sysdeps/unix/sysv/linux/bits/resource.h (RLIMIT_RTTIME): Define.
1958 * sysdeps/unix/sysv/linux/sparc/bits/resource.h: Likewise.
1959
19602011-05-20 Andreas Schwab <schwab@redhat.com>
1961
1962 * stdlib/longlong.h: Update from GCC.
1963
19642011-05-23 Andreas Schwab <schwab@redhat.com>
1965
1966 * sysdeps/unix/sysv/linux/ia64/sysconf.c (HAS_CPUCLOCK): Add
1967 parameter name.
1968 * sysdeps/unix/sysv/linux/sysconf.c (has_cpuclock, HAS_CPUCLOCK):
1969 Add parameter name.
1970 (__sysconf): Pass it down.
1971
19722011-05-22 Ulrich Drepper <drepper@gmail.com>
1973
1974 [BZ #12671]
1975 * nis/nss_nis/nis-alias.c (_nss_nis_getaliasbyname_r): Use malloc in
1976 some situations.
1977 * nscd/nscd_getserv_r.c (nscd_getserv_r): Likewise.
1978 * posix/glob.c (glob_in_dir): Take additional parameter alloca_used.
1979 add in in __libc_use_alloca calls. Adjust callers.
1980 (glob): Use malloc in some situations.
1981
1982 * elf/dl-runtime.c (_dl_profile_fixup): Also store LA_SYMB_NOPLTENTER
1983 and LA_SYMB_NOPLTEXIT in flags which are passed to pltenter and
1984 pltexit.
1985
19862011-05-21 Ulrich Drepper <drepper@gmail.com>
1987
1988 * sysdeps/unix/sysv/linux/bits/time.h: Define CLOCK_REALTIME_ALARM
1989 and CLOCK_BOOTTIME_ALARM.
1990
1991 [BZ #12782]
1992 * string/xpg-strerror.c (__xpg_strerror_r): Fill buffer even if error
1993 is returned.
1994
1995 * string/_strerror.c (__strerror_r): Print negative errors as signed
1996 numbers.
1997
1998 [BZ #12777]
1999 * iconvdata/cp1258.c (comp_table_data): Remove entry 0x00A5 0xEC.
2000 (decomp_table): Change U0385 entry to emit 0xA5 0xEC.
2001 * iconvdata/CP1258.irreversible: Adjust entry 0xA8EC.
2002
2003 * configure.in: Fix typo in redirection and correct removal of test
2004 files in two cases.
2005
2006 [BZ #12788]
2007 * locale/setlocale.c (new_composite_name): Fix test to check for
2008 identical name of all categories.
2009
2010 [BZ #12792]
2011 * libio/filedoalloc.c (local_isatty): New function.
2012 (_IO_file_doallocate): Use local_isatty.
2013 * stdio-common/perror.c (perror): In case a new stream is used
2014 forward the stream error.
2015 * stdio-common/vfprintf.c (ARGCHECK): For read-only streams also set
2016 error flag.
2017
20182011-05-20 Ulrich Drepper <drepper@gmail.com>
2019
2020 [BZ #11869]
2021 * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't unconditionally use
2022 alloca.
2023 * include/alloca.h (extend_alloca_account): Define.
2024
2025 [BZ #11857]
2026 * posix/regex.h: Fix comments with documentation of user-accessible
2027 fields after compilation and describe correct free'ing of pattern
2028 after re_compile_pattern.
2029 Patch by Reuben Thomas <rrt@sc3d.org>.
2030
20312011-05-18 Ryan S. Arnold <rsa@us.ibm.com>
2032
2033 * sysdeps/powerpc/powerpc64/Makefile (no-special-regs): Add -mno-vsx
2034 and -mno-altivec to prevent the compiler from using Altivec and/or
2035 VSX instructions when the corresponding registers are not available.
2036
20372011-05-19 Andreas Schwab <schwab@redhat.com>
2038
2039 * grp/compat-initgroups.c (__libc_use_alloca): Don't define.
2040
20412011-05-19 Ulrich Drepper <drepper@gmail.com>
2042
2043 * libio/freopen.c (freopen): Use __dup2, not dup2.
2044 * libio/freopen64.c (freopen64): Likewise.
2045
20462011-05-17 H.J. Lu <hongjiu.lu@intel.com>
2047
2048 [BZ #12775]
2049 * sysdeps/x86_64/fpu/e_powl.S: Fix a typo.
2050 * math/Makefile (tests): Add test-powl.
2051 (CFLAGS-test-powl.c): Define.
2052 * math/test-powl.c: New file.
2053
20542011-05-16 H.J. Lu <hongjiu.lu@intel.com>
2055
2056 * fileops.c (_IO_new_file_fopen): Get fd from _IO_fileno.
2057
20582011-05-17 Ulrich Drepper <drepper@gmail.com>
2059
2060 [BZ #11837]
2061 * iconvdata/gb18030.c: Update to GB18020-2005.
2062
20632011-05-16 Ulrich Drepper <drepper@gmail.com>
2064
2065 * posix/regex.h (RE_SYNTAX_AWK, RE_SYNTAX_GNU_AWK,
2066 RE_SYNTAX_POSIX_AWK): Update to match recent development.
2067 Patch by Aharon Robbins <arnold@skeeve.com>.
2068
2069 [BZ #11892]
2070 * stdlib/putenv.c (putenv): Don't always create copy of the variable
2071 on the stack.
2072
2073 [BZ #11895]
2074 * misc/pselect.c (__pselect): Handle timeout value errors hidden
2075 through underflows.
2076
2077 [BZ #12766]
2078 * misc/error.c (error_at_line): Ensure file_name and old_file_name
2079 point to strings before performing equality test for error_one_per_line
2080 mode.
2081
2082 [BZ #11697]
2083 * login/programs/pt_chown.c (do_pt_chown): Always call chown.
2084
2085 [BZ #11820]
2086 * sysdeps/unix/sysv/linux/x86_64/sys/user.h
2087 (struct user_fpregs_struct): Avoid __uint*_t types.
2088
2089 [BZ #6420]
2090 * malloc/mtrace.c (tr_where): Add additional parameter to point to
2091 symbol info. Use it instead of calling _dl_addr locally.
2092 (lock_and_info): New function.
2093 (tr_freehook): Call lock_and_info and pass symbol info as additional
2094 parameter to tr_where.
2095 (tr_mallochook): Likewise.
2096 (tr_reallochook): Likewise.
2097 (tr_memalignhook): Likewise.
2098
2099 * malloc/mtrace.c: Remove support for USE_MTRACE_FILE. It is not
2100 used and couldn't be at all thread-safe.
2101
21022011-05-15 Ulrich Drepper <drepper@gmail.com>
2103
2104 * libio/freopen.c (freopen): Don't close old file descriptor
2105 before the new one is opened. Instead dup the new file descriptor
2106 to the old one after the new stream is created.
2107 * libio/freopen64.c (freopen64): Likewise.
2108 * libio/libio.h: Define _IO_FLAGS2_NOCLOSE and _IO_FLAGS2_CLOEXEC.
2109 * libio/fileops.c (_IO_new_file_close_it): Handle new
2110 _IO_FLAGS2_NOCLOSE flag.
2111 (_IO_new_file_fopen): Set _IO_FLAGS2_CLOEXEC for "e" mode.
2112 If _IO_file_open didn't set FD_CLOEXEC do it after the call.
2113 * libio/oldfileops.c (_IO_old_file_close_it): Handle new
2114 _IO_FLAGS2_NOCLOSE flag.
2115 * include/unistd.h: Add hidden_proto for dup3.
2116 Define __have_dup3.
2117 * io/dup3.c: Define hidden symbol.
2118 * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_DUP3.
2119
2120 [BZ #7101]
2121 * posix/getopt.c (_getopt_internal_r): List all ambigious possibilities
2122 when an incomplete long option is used.
2123 * posix/tst-getopt_long1.c: New file.
2124 * posix/Makefile (tests): Add tst-getopt_long1.
2125
2126 [BZ #10138]
2127 * scripts/config.guess: Update from autoconf-2.68.
2128 * scripts/config.sub: Likewise.
2129
2130 [BZ #10157]
2131 * sysdeps/unix/sysv/linux/sysconf.c (__sysconf): Split out CPUTIME
2132 tests into ...
2133 (has_cpuclock): ...this. New function.
2134 * sysdeps/unix/sysv/linux/ia64/sysconf.c: Just define HAS_CPUCLOCK
2135 macro here based on has_cpuclock code.
2136
2137 [BZ #10149]
2138 * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
2139 First byte (not low byte) is now always NUL.
2140 * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Likewise.
2141
2142 * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
2143 Use non-cancelable interfaces.
2144
2145 [BZ #9809]
2146 * locale/iso-639.def: Add entry for Sorani.
2147
2148 [BZ #11901]
2149 * include/stdlib.h: Move include protection to the right place.
2150 Define abort_msg_s. Declare __abort_msg with it.
2151 * stdlib/abort.c (__abort_msg): Adjust type.
2152 * assert/assert.c (__assert_fail_base): New function. Majority
2153 of code from __assert_fail. Allocate memory for __abort_msg with
2154 mmap.
2155 (__assert_fail): Now call __assert_fail_base.
2156 * assert/assert-perr.c: Remove bulk of implementation. Use
2157 __assert_fail_base.
2158 * include/assert.hL Declare __assert_fail_base.
2159 * sysdeps/posix/libc_fatal.c: Allocate memory for __abort_msg with
2160 mmap.
2161 * sysdeps/unix/sysv/linux/libc_fatal.c: Likewise.
2162
21632011-05-14 Ulrich Drepper <drepper@gmail.com>
2164
2165 [BZ #11952]
2166 [BZ #12453]
2167 * elf/dl-open.c (dl_open_worker): Delay calls to _dl_update_slotinfo
2168 until all modules are registered in the DTV.
2169 * elf/Makefile: Add rules to build and run tst-tls19.
2170 * elf/tst-tls19.c: New file.
2171 * elf/tst-tls19mod1.c: New file.
2172 * elf/tst-tls19mod2.c: New file.
2173 * elf/tst-tls19mod3.c: New file.
2174 Patch mostly by Martin von Gagern <Martin.vGagern@gmx.net>.
2175
2176 [BZ #12083]
2177 * sysdeps/pthread/aio_misc.c (__aio_init): Compute optim.aio_num
2178 correctly.
2179
2180 [BZ #12601]
2181 * iconvdata/cp932.c (BODY to UCS4): Fix incrementing inptr in case of
2182 two-byte sequence errors.
2183 * iconvdata/Makefile (tests): Add bug-iconv8.
2184 * iconvdata/bug-iconv8.c: New file.
2185
2186 [BZ #12626]
2187 * sysdeps/generic/elf/backtracesymsfd.c (__backtrace_symbols_fd): Move
2188 buf2 definition.
2189
2190 * libio/fileops.c (_IO_new_file_close_it): Initialize write_status.
2191
2192 [BZ #12432]
2193 * sysdeps/ia64/backtrace.c (struct trace_reg): Add cfa element.
2194 (dummy_getcfa): New function.
2195 (init): Get _Unwind_GetCFA address, use dummy if not found.
2196 (backtrace_helper): In recursion check, also check whether CFA changes.
2197 (__backtrace): Completely initialize arg.
2198
2199 * iconv/loop.c (SINGLE) [STORE_REST]: Add input bytes to bytebuf before
2200 storing incomplete byte sequence in state object. Avoid testing for
2201 guaranteed too small input if we know there is enough data available.
2202
22032011-05-11 Andreas Schwab <schwab@redhat.com>
2204
2205 * Makeconfig (+link-pie): Indent.
2206 * Rules (binaries-pie): Define if $(have-fpie) and
2207 $(build-shared).
2208 (binaries-shared): Also filter out $(binaries-pie).
2209 ($(addprefix $(objpfx),$(binaries-pie))): New rule.
2210 * nscd/Makefile (others-pie): Add nscd.
2211 (LDFLAGS-nscd): Set this instead of relro-LDFLAGS.
2212 ($(objpfx)nscd): Remove command override.
2213 * login/Makefile (others-pie): Add pt_chown.
2214 ($(objpfx)pt_chown): Remove command override.
2215 * elf/Makefile: Add PIE tests to tests and tests-pie variables and
2216 remove command overrides.
2217
22182011-05-13 Ulrich Drepper <drepper@gmail.com>
2219
2220 * libio/tst_putwc.c: Fix error messages.
2221
2222 [BZ #12724]
2223 * libio/fileops.c (_IO_new_file_close_it): Always flush when
2224 currently writing and seek to current position when not.
2225 * libio/Makefile (tests): Add bug-fclose1.
2226 * libio/bug-fclose1.c: New file.
2227
22282011-05-12 Ulrich Drepper <drepper@gmail.com>
2229
2230 [BZ #12511]
2231 * elf/dl-lookup.c (enter): Don't test for copy relocation here and
2232 don't set DF_1_NODELETE here.
2233 (do_lookup_x): When entering new entry test for copy relocation
2234 and if necessary set DF_1_NODELETE flag.
2235 * elf/tst-unique4.cc: New file.
2236 * elf/tst-unique4.h: New file.
2237 * elf/tst-unique4lib.cc: New file.
2238 * elf/Makefile: Add rules to build and run tst-unique4.
2239 Patch by Piotr Bury <pbury@goahead.com>.
2240
22412011-05-11 Ulrich Drepper <drepper@gmail.com>
2242
2243 [BZ #12052]
2244 * sysdeps/posix/spawni.c (__spawni): Fix sched_setscheduler call.
2245
2246 [BZ #12625]
2247 * misc/mntent_r.c (addmntent): Flush the stream after the output
2248
2249 [BZ #12393]
2250 * elf/dl-load.c (is_trusted_path): Remove unnecessary test.
2251 (is_trusted_path_normalize): Skip initial colon. Append slash
2252 to empty buffer. Duplicate is_trusted_path code but allow
2253 constructed patch to be prefix.
2254 (is_dst): Allow $ORIGIN followed by /.
2255 (_dl_dst_substitute): Correct clearing of check_for_trusted.
2256 Correct testing of result of is_trusted_path_normalize
2257 (decompose_rpath): Fix warning.
2258
22592011-05-10 Ulrich Drepper <drepper@gmail.com>
2260
2261 [BZ #11257]
2262 * grp/initgroups.c (internal_getgrouplist): When we found the service
2263 list through the initgroups entry in nsswitch.conf do not always
2264 continue on a successful lookup. Don't always use the
2265 __nss_group_database value if it is set.
2266 * nss/nsswitch.conf (initgroups): Change action for successful db
2267 lookup to continue for compatibility.
2268
22692011-05-09 Ulrich Drepper <drepper@gmail.com>
2270
2271 [BZ #11532]
2272 * iconvdata/Makefile: Add rules to build CP770, CP771, CP772, CP773,
2273 and CP774 modules.
2274 * iconvdata/gconv-modules: Add entries for CP770, CP771, CP772, CP773,
2275 and CP774 modules.
2276 * iconvdata/tst-tables.sh: Likewise.
2277 * iconvdata/cp770.c: New file.
2278 * iconvdata/cp771.c: New file.
2279 * iconvdata/cp772.c: New file.
2280 * iconvdata/cp773.c: New file.
2281 * iconvdata/cp774.c: New file.
2282 * iconvdata/testdata/CP770: New file.
2283 * iconvdata/testdata/CP770..UTF8: New file.
2284 * iconvdata/testdata/CP771: New file.
2285 * iconvdata/testdata/CP771..UTF8: New file.
2286 * iconvdata/testdata/CP772: New file.
2287 * iconvdata/testdata/CP772..UTF8: New file.
2288 * iconvdata/testdata/CP773: New file.
2289 * iconvdata/testdata/CP773..UTF8: New file.
2290 * iconvdata/testdata/CP774: New file.
2291 * iconvdata/testdata/CP774..UTF8: New file.
2292
2293 * iconvdata/gen-8bit-gap-1.sh: End reading of charmap file at
2294 END CHARMAP line.
2295 * iconvdata/gen-8bit-gap.sh: Likewise.
2296 * iconvdata/gen-8bit.sh: Likewise.
2297
2298 * locale/iso-639.def: Add ary entry.
2299
2300 [BZ #11258]
2301 * locale/C-translit.h.in: Add U20A1 transliteration.
2302
2303 [BZ #12178]
2304 * locale/iso-639.def: Add wae entry.
2305 Patch by Kevin Bortis <bortis@translate-wae.ch>.
2306
2307 [BZ #12545]
2308 * locale/programs/localedef.c (construct_output_path): Use ssize_t
2309 for n.
2310
2311 [BZ #12711]
2312 * locale/C-translit.h.in: Add entry for U20B9.
2313 Patch by pravin.d.s@gmail.com.
2314
23152011-05-08 Ulrich Drepper <drepper@gmail.com>
2316
2317 [BZ #12713]
2318 * sysdeps/unix/sysv/linux/getcwd.c: If getcwd syscall report
2319 ENAMETOOLONG use generic getcwd.
2320 * sysdeps/posix/getcwd.c: Add support to use openat. Make usable
2321 in rtld. Use *stat64.
2322 * sysdeps/unix/sysv/linux/Makefile [subdir=elf] (sysdep-rtld-routines):
2323 Add dl-getcwd, dl-openat64, dl-opendir, dl-fxstatat64.
2324 * sysdeps/unix/sysv/linux/dl-getcwd.c: New file.
2325 * sysdeps/unix/sysv/linux/dl-openat64.c: New file.
2326 * sysdeps/unix/sysv/linux/dl-opendir.c: New file.
2327 * sysdeps/unix/sysv/linux/dl-fxstat64.c: New file.
2328 * include/sys/stat.h: Define __fstatat, __lstat64, __fstat64, and
2329 __fstatat64 macros.
2330 * include/dirent.h: Add libc_hidden_proto for rewinddir.
2331 * dirent/rewinddir.c: Add libc_hidden_def.
2332 * sysdeps/mach/hurd/rewinddir.c: Likewise.
2333 * sysdeps/unix/rewinddir.c: Likewise. Don't do locking outside libc.
2334
2335 * include/dirent.h (__alloc_dir): Add flags parameter.
2336 * sysdeps/unix/fdopendir.c (__fdopendir): Pass flags to __alloc_dir.
2337 * sysdeps/unix/opendir.c (__opendir): Pass 0 in new parameter to
2338 __alloc_dir.
2339 (__alloc_dir): Take new parameter. Don't call fcntl for invocations
2340 from fdopendir if O_CLOEXEC is already set.
2341
23422011-03-15 Alan Modra <amodra@gmail.com>
2343
2344 * elf/dl-reloc.c (_dl_try_allocate_static_tls <TLS_DTV_AT_TP>): Handle
2345 l_tls_firstbyte_offset non-zero. Save padding offset in
2346 l_tls_firstbyte_offset for later use.
2347 * elf/dl-close.c (_dl_close_worker <TLS_DTV_AT_TP>): Correct code
2348 freeing static tls block.
2349
23502011-03-05 Jonathan Nieder <jrnieder@gmail.com>
2351
2352 * sysdeps/unix/sysv/linux/sys/param.h: Fix an #ifndef __undef_ARG_MAX
2353 where #ifdef was intended. The intent is to prevent ARG_MAX from
2354 being defined by the kernel headers.
2355
23562011-05-07 Ulrich Drepper <drepper@gmail.com>
2357
2358 [BZ #12734]
2359 * resolv/resolv.h: Define RES_NOTLDQUERY.
2360 * resolv/res_init.c (res_setoptions): Recognize no_tld_query and
2361 no-tld-query and set RES_NOTLDQUERY.
2362 * resolv/res_debug.c (p_option): Handle RES_NOTLDQUERY.
2363 * resolv/res_query.c (__libc_res_nsearch): Backport changes from
2364 modern BIND to search name as TLD unless forbidden.
2365
23662011-05-07 Petr Baudis <pasky@suse.cz>
2367 Ulrich Drepper <drepper@gmail.com>
2368
2369 [BZ #12393]
2370 * elf/dl-load.c (fillin_rpath): Move trusted path check...
2371 (is_trusted_path): ...to here.
2372 (is_trusted_path_normalize): Wrapper for /../ and /./ normalization.
2373 (_dl_dst_substitute): Verify expanded $ORIGIN path elements
2374 using is_trusted_path_normalize() in setuid scripts.
2375
23762011-05-06 Paul Pluzhnikov <ppluzhnikov@google.com>
2377
2378 * sysdeps/unix/sysv/linux/sys/sysmacros.h: Add missing
2379 __BEGIN/__END_DECLS.
2380
23812011-05-06 Ulrich Drepper <drepper@gmail.com>
2382
2383 * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Return
2384 NSS_STATUS_NOTFOUND if no record was found.
2385
23862011-05-05 Andreas Schwab <schwab@redhat.com>
2387
2388 * sunrpc/Makefile (headers): Add rpc/netdb.h.
2389 (headers-not-in-tirpc): Remove rpc/netdb.h
2390 * resolv/netdb.h: Revert last change.
2391
23922011-05-05 Paul Pluzhnikov <ppluzhnikov@google.com>
2393
2394 * Makeconfig (link-libc-static): Use --{start,end}-group to handle
2395 circular dependency between libgcc.a and libc.a.
2396
23972011-05-05 Andreas Schwab <schwab@redhat.com>
2398
2399 * resolv/netdb.h: Don't include <rpc/netdb.h>.
2400 * nis/Makefile: Don't install rpcsvc/*.
2401 * inet/protocols/timed.h: Include <sys/types.h> and <sys/time.h>
2402 instead of <rpc/types.h>.
2403 (MAXHOSTNAMELEN): Define.
2404
24052011-05-03 Andreas Schwab <schwab@redhat.com>
2406
2407 * elf/ldconfig.c (add_dir): Don't crash on empty path.
2408
24092011-04-28 Maciej Babinski <mbabinski@google.com>
2410
2411 [BZ #12714]
2412 * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't bypass
2413 gethostbyname4_r when IPv6 results are possible.
2414
24152011-05-02 Ulrich Drepper <drepper@gmail.com>
2416
2417 [BZ #12723]
2418 * sysdeps/unix/sysv/linux/pathconf.c (__pathconf): Implement
2419 _PC_PIPE_BUF handling.
2420
24212011-04-30 Bruno Haible <bruno@clisp.org>
2422
2423 [BZ #12717]
2424 * conform/data/netdb.h-data (getnameinfo): Make POSIX compliant.
2425 * resolv/netdb.h (getnameinfo): Change type of flags parameter
2426 to 'int'.
2427 * inet/getnameinfo.c (getnameinfo): Likewise.
2428
24292011-04-29 Ulrich Drepper <drepper@gmail.com>
2430
2431 * grp/initgroups.c (internal_getgrouplist): Prefer initgroups setting
2432 to groups setting in database lookup.
2433 * nss/nsswitch.conf: Add initgroups entry.
2434
24352011-04-22 Ulrich Drepper <drepper@gmail.com>
2436
2437 [BZ #12685]
2438 * libio/fileops.c (_IO_new_file_fopen): Scan up to 7 bytes of the
2439 mode string.
2440 Patch by Eric Blake <eblake@redhat.com>.
2441
24422011-04-20 H.J. Lu <hongjiu.lu@intel.com>
2443
2444 * sunrpc/Makefile (need-export-routines): Add svc_run.
2445 (routines): Remove svc_run.
2446 ($(objpfx)thrsvc): Add $(common-objpfx)linkobj/libc.so.
2447 * sunrpc/clnt_perr.c (clnt_perrno): Export.
2448 * sunrpc/svc_run.c (svc_run): Likewise.
2449 * sunrpc/svc_udp.c (svcudp_create): Likewise.
2450
24512011-04-21 Ulrich Drepper <drepper@gmail.com>
2452
2453 * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Fix
2454 problem in reallocation in last patch.
2455
24562011-04-20 Ulrich Drepper <drepper@gmail.com>
2457
2458 * sunrpc/Makefile: Move inclusion of Rules.
2459
24602011-04-19 Ulrich Drepper <drepper@gmail.com>
2461
2462 * nss/nss_files/files-initgroups.c: New file.
2463 * nss/Makefile (libnss_files-routines): Add files-initgroups.
2464 * nss/Versions (libnss_files) [GLIBC_PRIVATE]: Export
2465 _nss_files_initgroups_dyn.
2466
24672011-03-31 Richard Sandiford <richard.sandiford@linaro.org>
2468
2469 * elf/elf.h (R_ARM_IRELATIVE): Define.
2470
24712011-04-19 Ulrich Drepper <drepper@gmail.com>
2472
2473 * po/ru.po: Update from translation team.
2474
24752011-04-17 Ulrich Drepper <drepper@gmail.com>
2476
2477 * sunrpc/Makefile ($(rpc-compat-routines.os)): Add before-compile to
2478 dependencies.
2479
24802011-02-06 Mike Frysinger <vapier@gentoo.org>
2481
2482 [BZ #12653]
2483 * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Only protect
2484 MEMCPY_CHK with USE_AS_BCOPY ifdef check.
2485 * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
2486 * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
2487 * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
2488
24892011-03-28 Andreas Schwab <schwab@linux-m68k.org>
2490
2491 * sysdeps/powerpc/powerpc32/power4/strncmp.S: Don't read past
2492 differing bytes.
2493 * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
2494 * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
2495 * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
2496
24972011-04-17 Ulrich Drepper <drepper@gmail.com>
2498
2499 [BZ #12420]
2500 * sysdeps/unix/sysv/linux/x86_64/getcontext.S: Reload context after
2501 storing it.
2502 * stdlib/bug-getcontext.c: New file.
2503 * stdlib/Makefile: Add rules to build and run bug-getcontext.
2504
25052011-04-13 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
2506
2507 * sysdeps/s390/s390-64/utf16-utf32-z9.c: Wrap the z9-109
2508 instructions into .machine "z9-109".
2509 * sysdeps/s390/s390-64/utf8-utf16-z9.c: Likewise.
2510 * sysdeps/s390/s390-64/utf8-utf32-z9.c: Likewise.
2511
25122011-04-11 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
2513
2514 * sysdeps/s390/s390-32/elf/start.S (_start): Skip extra zeroes
2515 between environment variables and auxiliary vector.
2516
25172011-04-16 Ulrich Drepper <drepper@gmail.com>
2518
2519 * Makefile: Add rules to build linkobj/libc.so.
2520 * include/libc-symbols.h: Define libc_hidden_nolink.
2521 * include/rpc/auth.h: Mark functions which are to be hidden.
2522 * include/rpc/auth_des.h: Likewise.
2523 * include/rpc/auth_unix.h: Likewise.
2524 * include/rpc/clnt.h: Likewise.
2525 * include/rpc/des_crypt.h: Likewise.
2526 * include/rpc/key_prot.h: Likewise.
2527 * include/rpc/pmap_clnt.h: Likewise.
2528 * include/rpc/pmap_prot.h: Likewise.
2529 * include/rpc/pmap_rmt.h: Likewise.
2530 * include/rpc/rpc_msg.h: Likewise.
2531 * include/rpc/svc.h: Likewise.
2532 * include/rpc/svc_auth.h: Likewise.
2533 * include/rpc/xdr.h: Likewise.
2534 * nis/Makefile: Link all DSOs against linkobj/libc.so.
2535 * nss/Makefile: Likewise.
2536 * sunrpc/Makefile: Don't install headers. Build library with normal
2537 entry points. Don't build rpcinfo. Link RPC tests appropriately.
2538 * sunrpc/auth_des.c: Hide exported symbols by default, export some
2539 for the compat linking library. Remove use of INTDEF/INTUSE.
2540 * sunrpc/auth_none.c: Likewise.
2541 * sunrpc/auth_unix.c: Likewise.
2542 * sunrpc/authdes_prot.c: Likewise.
2543 * sunrpc/authuxprot.c: Likewise.
2544 * sunrpc/clnt_gen.c: Likewise.
2545 * sunrpc/clnt_perr.c: Likewise.
2546 * sunrpc/clnt_raw.c: Likewise.
2547 * sunrpc/clnt_simp.c: Likewise.
2548 * sunrpc/clnt_tcp.c: Likewise.
2549 * sunrpc/clnt_udp.c: Likewise.
2550 * sunrpc/clnt_unix.c: Likewise.
2551 * sunrpc/des_crypt.c: Likewise.
2552 * sunrpc/des_soft.c: Likewise.
2553 * sunrpc/get_myaddr.c: Likewise.
2554 * sunrpc/key_call.c: Likewise.
2555 * sunrpc/key_prot.c: Likewise.
2556 * sunrpc/netname.c: Likewise.
2557 * sunrpc/pm_getmaps.c: Likewise.
2558 * sunrpc/pm_getport.c: Likewise.
2559 * sunrpc/pmap_clnt.c: Likewise.
2560 * sunrpc/pmap_prot.c: Likewise.
2561 * sunrpc/pmap_prot2.c: Likewise.
2562 * sunrpc/pmap_rmt.c: Likewise.
2563 * sunrpc/publickey.c: Likewise.
2564 * sunrpc/rpc_cmsg.c: Likewise.
2565 * sunrpc/rpc_common.c: Likewise.
2566 * sunrpc/rpc_dtable.c: Likewise.
2567 * sunrpc/rpc_prot.c: Likewise.
2568 * sunrpc/rpc_thread.c: Likewise.
2569 * sunrpc/rtime.c: Likewise.
2570 * sunrpc/svc.c: Likewise.
2571 * sunrpc/svc_auth.c: Likewise.
2572 * sunrpc/svc_authux.c: Likewise.
2573 * sunrpc/svc_raw.c: Likewise.
2574 * sunrpc/svc_run.c: Likewise.
2575 * sunrpc/svc_simple.c: Likewise.
2576 * sunrpc/svc_tcp.c: Likewise.
2577 * sunrpc/svc_udp.c: Likewise.
2578 * sunrpc/svc_unix.c: Likewise.
2579 * sunrpc/svcauth_des.c: Likewise.
2580 * sunrpc/xcrypt.c: Likewise.
2581 * sunrpc/xdr.c: Likewise.
2582 * sunrpc/xdr_array.c: Likewise.
2583 * sunrpc/xdr_float.c: Likewise.
2584 * sunrpc/xdr_intXX_t.c: Likewise.
2585 * sunrpc/xdr_mem.c: Likewise.
2586 * sunrpc/xdr_rec.c: Likewise.
2587 * sunrpc/xdr_ref.c: Likewise.
2588 * sunrpc/xdr_sizeof.c: Likewise.
2589 * sunrpc/xdr_stdio.c: Likewise.
2590
25912011-04-10 Ulrich Drepper <drepper@gmail.com>
2592
2593 [BZ #12650]
2594 * sysdeps/i386/dl-tls.h: Define TLS_DTV_UNALLOCATED.
2595 * sysdeps/ia64/dl-tls.h: Likewise.
2596 * sysdeps/powerpc/dl-tls.h: Likewise.
2597 * sysdeps/s390/dl-tls.h: Likewise.
2598 * sysdeps/sh/dl-tls.h: Likewise.
2599 * sysdeps/sparc/dl-tls.h: Likewise.
2600 * sysdeps/x86_64/dl-tls.h: Likewise.
2601 * elf/dl-tls.c: Don't define TLS_DTV_UNALLOCATED here.
2602
26032011-03-14 Andreas Schwab <schwab@redhat.com>
2604
2605 * elf/dl-load.c (_dl_dst_substitute): When skipping the first
2606 rpath element also skip the following colon.
2607 (expand_dynamic_string_token): Add is_path parameter and pass
2608 down to DL_DST_REQUIRED and _dl_dst_substitute.
2609 (decompose_rpath): Call expand_dynamic_string_token with
2610 non-zero is_path. Ignore empty rpaths.
2611 (_dl_map_object_from_fd): Call expand_dynamic_string_token
2612 with zero is_path.
2613
26142011-04-08 Andreas Schwab <schwab@linux-m68k.org>
2615
2616 * sysdeps/unix/sysv/linux/powerpc/powerpc64/sync_file_range.c:
2617 Make cancelable.
2618
26192011-04-09 Ulrich Drepper <drepper@gmail.com>
2620
2621 [BZ #12655]
2622 * sysdeps/unix/sysv/linux/sys/syscall.h: Fix comment.
2623 Patch by Filipe David Manana <fdmanana@apache.org>.
2624
26252011-04-07 Andreas Schwab <schwab@redhat.com>
2626
2627 * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S (CALL_FAIL):
2628 Maintain aligned stack.
2629 (CHECK_RSP): Remove unused macro.
2630
26312011-04-03 Ulrich Drepper <drepper@gmail.com>
2632
2633 * sysdeps/x86_64/cacheinfo.c (intel_02_known): Fix typo in table.
2634 * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_02_known): Likewise.
2635
26362011-04-02 Ulrich Drepper <drepper@gmail.com>
2637
2638 * sysdeps/unix/sysv/linux/bits/time.h (CLOCK_BOOTTIME): Define.
2639
2640 * include/features.h: Mention __USE_XOPEN2K8 in comment.
2641
26422011-03-26 H.J. Lu <hongjiu.lu@intel.com>
2643
2644 [BZ #12518]
2645 * sysdeps/x86_64/Versions: Add memcpy to GLIBC_2.14.
2646 * sysdeps/x86_64/memcpy.S: Provide GLIBC_2_14 memcpy.
2647 * sysdeps/x86_64/memmove.c: New file.
2648 * sysdeps/x86_64/multiarch/memcpy.S: Include <shlib-compat.h>.
2649 (memcpy): Renamed to ...
2650 (__new_memcpy): This.
2651 (memcpy): Provide GLIBC_2_14 memcpy.
2652 * sysdeps/x86_64/multiarch/memmove.c: Include <shlib-compat.h>.
2653 (memcpy): Provide GLIBC_2_2_5 memcpy.
2654
26552011-04-01 Ulrich Drepper <drepper@gmail.com>
2656
2657 [BZ #12631]
2658 * wcsmbs/wchar.h: Make wcpcpy and wcpncpy visible for __USE_XOPEN2K8.
2659
26602011-03-30 Andreas Schwab <schwab@redhat.com>
2661
2662 * misc/syncfs.c: New file.
2663 * misc/Makefile (routines): Add syncfs.
2664 * posix/unistd.h: Declare syncfs.
2665 * sysdeps/unix/syscalls.list: Add syncfs.
2666
26672011-04-01 Andreas Schwab <schwab@redhat.com>
2668
2669 * sysdeps/unix/sysv/linux/Versions: Rename open_by_handle to
2670 open_by_handle_at.
2671 * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
2672 * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
2673 * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
2674 * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
2675 * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
2676 * sysdeps/unix/sysv/linux/syscalls.list: Likewise.
2677 * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
2678
26792011-04-01 Ulrich Drepper <drepper@gmail.com>
2680
2681 * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define O_PATH.
2682 * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
2683 * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
2684 * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
2685 * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
2686 * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
2687 * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
2688
2689 * io/Makefile: Compile fallocate.c, fallocate64.c, and
2690 sync_file_range.c with -fexceptions.
2691 * sysdeps/unix/sysv/linux/fallocate.c: Make cancelable.
2692 * sysdeps/unix/sysv/linux/fallocate64.c: Likewise.
2693 * sysdeps/unix/sysv/linux/i386/fallocate.c: Likewise.
2694 * sysdeps/unix/sysv/linux/i386/fallocate64.c: Likewise.
2695 * sysdeps/unix/sysv/linux/wordsize-64/fallocate.c: Likewise.
2696 * sysdeps/unix/sysv/linux/sync_file_range.c: Likewise.
2697 * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Mark
2698 sync_file_range as cancellation point
2699 * sysdeps/unix/sysv/linux/i386/sync_file_range.c: New file. This is
2700 now a wrapper around __call_sync_file_range with cancellation handling.
2701 * sysdeps/unix/sysv/linux/i386/sync_file_range.S: Renamed to ...
2702 * sysdeps/unix/sysv/linux/i386/call_sync_file_range.S: ...this. Change
2703 function name to __call_sync_file_range.
2704 * sysdeps/unix/sysv/linux/i386/Makefile [subdir=io] (sysdep_routines):
2705 Add call_sync_file_range.
2706
27072011-04-01 Andreas Schwab <schwab@redhat.com>
2708
2709 * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
2710 bits/timex.h.
2711
27122011-04-01 Ulrich Drepper <drepper@gmail.com>
2713
2714 * iconv/iconv.h: Fix typo in comment.
2715 * io/fcntl.h: Likewise.
2716 * libio/stdio.h: Likewise.
2717 * posix/spawn.h: Likewise.
2718 * posix/unistd.h: Likewise.
2719 * stdlib/stdlib.h: Likewise.
2720 * time/time.h: Likewise.
2721 * wcsmbs/wchar.h: Likewise.
2722
2723 * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14] (name_to_handle_at,
2724 open_by_handle): Add.
2725 * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define struct file_handle
2726 and MAX_HANDLE_SZ. Declare name_to_handle_at and open_by_handle.
2727 Augment a few comments.
2728 * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
2729 * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
2730 * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
2731 * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
2732 * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
2733 * sysdeps/unix/sysv/linux/syscalls.list: Add name_to_handle_at and
2734 open_by_handle.
2735
2736 * io/fcntl.h (AT_EMPTY_PATH): Define.
2737
27382011-03-30 Ulrich Drepper <drepper@gmail.com>
2739
2740 * sysdeps/unix/sysv/linux/syscalls.list: Add clock_adjtime.
2741 * sysdeps/unix/sysv/linux/bits/time.h: New file.
2742 * sysdeps/unix/sysv/linux/sys/timex.h: Move struct timex definition
2743 to...
2744 * sysdeps/unix/sysv/linux/bits/timex.h: ...here. New file.
2745 * Versions.def: Add GLIBC_2.14.
2746 * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14] (clock_adjtime):
2747 Export.
2748
27492011-03-22 Ulrich Drepper <drepper@gmail.com>
2750
2751 * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word): Increment
2752 round counter.
2753 * sysdeps/x86_64/cacheinfo.c (intel_check_word): Likewise.
2754
27552011-03-20 H.J. Lu <hongjiu.lu@intel.com>
2756
2757 [BZ #12597]
2758 * string/test-strncmp.c (do_page_test): New function.
2759 (check2): Likewise.
2760 (test_main): Call check2.
2761 * sysdeps/x86_64/multiarch/strcmp.S: Properly cross page boundary.
2762
27632011-03-20 Ulrich Drepper <drepper@gmail.com>
2764
2765 [BZ #12587]
2766 * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word):
2767 Handle cache information in CPU leaf 4.
2768 * sysdeps/x86_64/cacheinfo.c (intel_check_word): Likewise.
2769
27702011-03-18 Ulrich Drepper <drepper@gmail.com>
2771
2772 [BZ #12583]
2773 * posix/fnmatch.c (fnmatch): Check size of pattern in wide
2774 character representation.
2775 Partly based on a patch by Tomas Hoger <thoger@redhat.com>.
2776
27772011-03-16 Ryan S. Arnold <rsa@us.ibm.com>
2778
2779 * sysdeps/powerpc/powerpc32/power6/fpu/s_isnanf.S (isnanf): Fix
2780 END(__isnan) to END(__isnanf) to match function entry point/label
2781 EALIGN(__isnanf,...).
2782
27832011-03-10 Jakub Jelinek <jakub@redhat.com>
2784
2785 * wcsmbs/wchar.h (wmemcmp): Remove __restrict qualifiers.
2786
27872011-03-10 Ulrich Drepper <drepper@gmail.com>
2788
2789 [BZ #12510]
2790 * elf/dl-lookup.c (do_lookup_x): For copy relocations of unique objects
2791 copy from the symbol referenced in the relocation to initialize the
2792 used variable.
2793 Patch by Piotr Bury <pbury@goahead.com>.
2794 * elf/Makefile: Add rules to build and tst-unique3.
2795 * include/bits/dlfcn.h: Remove _dl_mcount_wrapper_check declaration.
2796 * elf/tst-unique3.cc: New file.
2797 * elf/tst-unique3.h: New file.
2798 * elf/tst-unique3lib.cc: New file.
2799 * elf/tst-unique3lib2.cc: New file.
2800
2801 * elf/Makefile: Don't run tst-execstack* tests of SELinux is enabled.
2802
28032011-03-10 Mike Frysinger <vapier@gentoo.org>
2804
2805 * sysdeps/sparc/sparc64/elf/configure.in (libc_cv_sparc64_tls): Add
2806 $LDFLAGS and -nostdlib -nostartfiles to linking step. Change main
2807 to _start.
2808
28092011-03-06 Ulrich Drepper <drepper@gmail.com>
2810
2811 * elf/dl-load.c (_dl_map_object): If we are looking for the first
2812 to-be-loaded object along a path to loader is ld.so.
2813
28142011-03-02 Harsha Jagasia <harsha.jagasia@amd.com>
2815 Ulrich Drepper <drepper@gmail.com>
2816
2817 * sysdeps/x86_64/memset.S: After aligning destination, code
2818 branches to different locations depending on the value of
2819 misalignment, when multiarch is enabled. Fix this.
2820
28212011-03-02 Harsha Jagasia <harsha.jagasia@amd.com>
2822
2823 * sysdeps/x86_64/cacheinfo.c (init_cacheinfo):
2824 Set _x86_64_preferred_memory_instruction for AMD processsors.
2825 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
2826 Set bit_Prefer_SSE_for_memop for AMD processors.
2827
28282011-03-04 Ulrich Drepper <drepper@gmail.com>
2829
2830 * libio/fmemopen.c (fmemopen): Optimize a bit.
2831
28322011-03-03 Andreas Schwab <schwab@redhat.com>
2833
2834 * libio/fmemopen.c (fmemopen): Don't read past end of buffer.
2835
28362011-03-03 Roland McGrath <roland@redhat.com>
2837
2838 * setjmp/bits/setjmp2.h: Canonicalize comment formatting.
2839
28402011-02-28 Aurelien Jarno <aurelien@aurel32.net>
2841
2842 * sysdeps/sparc/sparc64/multiarch/memset.S(__bzero): Call
2843 __bzero_ultra1 instead of __memset_ultra1.
2844
28452011-02-23 Andreas Schwab <schwab@redhat.com>
2846 Ulrich Drepper <drepper@gmail.com>
2847
2848 [BZ #12509]
2849 * include/link.h (struct link_map): Add l_orig_initfini.
2850 * elf/dl-load.c (_dl_map_object_from_fd): Free realname before
2851 returning unsuccessfully.
2852 * elf/dl-close.c (_dl_close_worker): If this is the last explicit
2853 close of a file loaded at startup, restore the original l_initfini
2854 list.
2855 * elf/dl-deps.c (_dl_map_object_deps): Don't free old l_initfini
2856 list, store the pointer.
2857 * elf/Makefile ($(objpfx)noload-mem): New rule.
2858 (noload-ENV): Define.
2859 (tests): Add $(objpfx)noload-mem.
2860 * elf/noload.c: Include <memcheck.h>.
2861 (main): Call mtrace. Close all opened handles.
2862
28632011-02-17 Andreas Schwab <schwab@redhat.com>
2864
2865 [BZ #12454]
2866 * elf/dl-deps.c (_dl_map_object_deps): Signal error early when
2867 dependencies are missing.
2868
28692011-02-22 Samuel Thibault <samuel.thibault@ens-lyon.org>
2870
2871 Fix __if_freereq crash: Unlike the generic version which uses free,
2872 Hurd needs munmap.
2873 * sysdeps/mach/hurd/ifreq.h: New file.
2874
28752011-01-27 Petr Baudis <pasky@suse.cz>
2876 Ulrich Drepper <drepper@gmail.com>
2877
2878 [BZ 12445]#
2879 * stdio-common/vfprintf.c (vfprintf): Pass correct newlen
2880 to extend_alloca().
2881 * stdio-common/bug23.c: New file.
2882 * stdio-common/Makefile (tests): Add bug23.
2883
28842010-09-28 Andreas Schwab <schwab@redhat.com>
2885 Ulrich Drepper <drepper@gmail.com>
2886
2887 [BZ #12489]
2888 * elf/rtld.c (dl_main): Move setting of GLRO(dl_init_all_dirs)
2889 before performing relro protection. At old place add assertion
2890 to make sure nothing changed.
2891
28922011-02-17 Nathan Sidwell <nathan@codesourcery.com>
2893 Glauber de Oliveira Costa <glommer@gmail.com>
2894
2895 * elf/elf.h: Add new ARM TLS relocs.
2896
28972011-02-16 Ryan S. Arnold <rsa@us.ibm.com>
2898
2899 * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h:
2900 (INTERNAL_VSYSCALL_NCS INTERNAL_SYSCALL_NCS): Remove erroneous (int)
2901 cast from r3.
2902 * sysdeps/wordsize-64/Makefile: New file. Add tst-writev to
2903 'tests' variable.
2904 * sysdeps/wordsize-64/tst-writev.c: New file.
2905
29062011-02-15 Ryan S. Arnold <rsa@us.ibm.com>
2907
2908 * sysdeps/powerpc/powerpc64/power7/Makefile: New file which adds
2909 -mno-vsx to the CFLAGS-rtld.c variable to avoid using VSX registers and
2910 insns in _dl_start to prevent a TOC reference before relocs are
2911 resolved.
2912
29132011-02-15 Ulrich Drepper <drepper@gmail.com>
2914
2915 [BZ #12469]
2916 * Makeconfig: Remove RANLIB definition.
2917 * Makerules: Don't use RANLIB.
2918 * aclocal.m4: Remove ranlib test.
2919 * configure.in: No need to check for ranlib.
2920 * elf/rtld-Rules: Don't use RANLIB.
2921
29222011-02-16 Samuel Thibault <samuel.thibault@ens-lyon.org>
2923
2924 * sysdeps/mach/i386/sysdep.h: Add _MACH_I386_SYSDEP_H inclusion
2925 protection macro.
2926 * sysdeps/mach/i386/thread_state.h: Add _MACH_I386_THREAD_STATE_H
2927 inclusion protection macro.
2928
2929 * stdio-common/psiginfo.c (psiginfo): Check pinfo->si_signo against
2930 SIGRTMIN and SIGRTMAX and print information in that case only when
2931 SIGRTMIN is defined.
2932
29332011-02-11 Jakub Jelinek <jakub@redhat.com>
2934
2935 * stdio-common/printf-parsemb.c (__parse_one_specmb): Handle
2936 arginfo fn returning -1.
2937
2938 * stdio-common/_i18n_number.h (_i18n_number_rewrite): Ensure decimal
2939 and thousands string is zero terminated.
2940
29412011-02-03 Andreas Schwab <schwab@redhat.com>
2942
2943 * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Sync with
2944 sysdeps/unix/sysv/linux/bits/socket.h.
2945
29462011-01-30 Samuel Thibault <samuel.thibault@ens-lyon.org>
2947
2948 * bits/sched.h (__CPU_ZERO, __CPU_SET, __CPU_CLR, __CPU_ISSET)
2949 (__CPU_COUNT): Remove old macros.
2950 (__CPU_ZERO_S, __CPU_SET_S, __CPU_CLR_S, __CPU_ISSET_S)
2951 (__CPU_COUNT, __CPU_EQUAL_S, __CPU_OP_S, __CPU_ALLOC_SIZE)
2952 (__CPU_ALLOC, __CPU_FREE): Add macros.
2953 (__sched_cpualloc, __sched_cpufree): Add declarations.
2954
29552011-02-05 Ulrich Drepper <drepper@gmail.com>
2956
2957 * nscd/nscd-client.h: Define MAX_TIMEOUT_VALUE.
2958 (struct datahead): Reuse 32 bits of the alignment for a TTL field.
2959 * nscd/aicache.c (addhstaiX): Return timeout of added value.
2960 (readdhstai): Return value of addhstaiX call.
2961 * nscd/grpcache.c (cache_addgr): Return timeout of added value.
2962 (addgrbyX): Return value returned by cache_addgr.
2963 (readdgrbyname): Return value returned by addgrbyX.
2964 (readdgrbygid): Likewise.
2965 * nscd/pwdcache.c (cache_addpw): Return timeout of added value.
2966 (addpwbyX): Return value returned by cache_addpw.
2967 (readdpwbyname): Return value returned by addhstbyX.
2968 (readdpwbyuid): Likewise.
2969 * nscd/servicescache.c (cache_addserv): Return timeout of added value.
2970 (addservbyX): Return value returned by cache_addserv.
2971 (readdservbyname): Return value returned by addservbyX:
2972 (readdservbyport): Likewise.
2973 * nscd/hstcache.c (cache_addhst): Return timeout of added value.
2974 (addhstbyX): Return value returned by cache_addhst.
2975 (readdhstbyname): Return value returned by addhstbyX.
2976 (readdhstbyaddr): Likewise.
2977 (readdhstbynamev6): Likewise.
2978 (readdhstbyaddrv6): Likewise.
2979 * nscd/initgrcache.c (addinitgroupsX): Return timeout of added value.
2980 (readdinitgroups): Return value returned by addinitgroupsX.
2981 * nscd/cache.c (readdfcts): Change return value of functions to time_t.
2982 (prune_cache): Keep track of timeout value of re-added entries.
2983 * nscd/connections.c (nscd_run_prune): Use MAX_TIMEOUT_VALUE.
2984 * nscd/nscd.h: Adjust prototypes of readd* functions.
2985
29862011-02-04 Roland McGrath <roland@redhat.com>
2987
2988 * nis/nis_server.c (nis_servstate): Use the right name for 0.
2989 (nis_stats): Likewise.
2990 * nis/nis_modify.c (nis_modify): Likewise.
2991 * nis/nis_remove.c (nis_remove): Likewise.
2992 * nis/nis_add.c (nis_add): Likewise.
2993
2994 * elf/dl-object.c (_dl_new_object): Remove unused variable L.
2995
2996 * posix/fnmatch_loop.c: Add some consts.
2997
2998 * sysdeps/x86_64/multiarch/memset-x86-64.S: Add an #undef.
2999
30002011-02-02 H.J. Lu <hongjiu.lu@intel.com>
3001
3002 [BZ #12460]
3003 * config.make.in (config-cflags-novzeroupper): Define.
3004 * configure.in: Substitute libc_cv_cc_novzeroupper.
3005 * elf/Makefile (AVX-CFLAGS): Define.
3006 (CFLAGS-tst-audit4.c): Replace -mavx with $(AVX-CFLAGS).
3007 (CFLAGS-tst-auditmod4a.c): Likewise.
3008 (CFLAGS-tst-auditmod4b.c): Likewise.
3009 (CFLAGS-tst-auditmod6b.c): Likewise.
3010 (CFLAGS-tst-auditmod6c.c): Likewise.
3011 (CFLAGS-tst-auditmod7b.c): Likewise.
3012 * sysdeps/i386/configure.in: Check -mno-vzeroupper.
3013
30142011-02-02 Ulrich Drepper <drepper@gmail.com>
3015
3016 * elf/dl-runtime.c (_dl_call_pltexit): Pass correct address of the
3017 function to the callback.
3018 Patch partly by Jiri Olsa <jolsa@redhat.com>.
3019
30202011-02-02 Andreas Schwab <schwab@redhat.com>
3021
3022 * shadow/sgetspent.c: Check return value of __sgetspent_r instead
3023 of errno.
3024
30252011-01-19 Ulrich Drepper <drepper@gmail.com>
3026
3027 [BZ #11724]
3028 * elf/dl-deps.c (_dl_map_object_deps): Rewrite sorting determining order
3029 of constructors.
3030 * elf/dl-fini.c (_dl_sort_fini): Rewrite sorting determining order
3031 of destructors.
3032 (_dl_fini): Don't call _dl_sort_fini if there is only one object.
3033
3034 [BZ #11724]
3035 * elf/Makefile: Add rules to build and run new test.
3036 * elf/tst-initorder.c: New file.
3037 * elf/tst-initorder.exp: New file.
3038 * elf/tst-initordera1.c: New file.
3039 * elf/tst-initordera2.c: New file.
3040 * elf/tst-initordera3.c: New file.
3041 * elf/tst-initordera4.c: New file.
3042 * elf/tst-initorderb1.c: New file.
3043 * elf/tst-initorderb2.c: New file.
3044 * elf/tst-order-a1.c: New file.
3045 * elf/tst-order-a2.c: New file.
3046 * elf/tst-order-a3.c: New file.
3047 * elf/tst-order-a4.c: New file.
3048 * elf/tst-order-b1.c: New file.
3049 * elf/tst-order-b2.c: New file.
3050 * elf/tst-order-main.c: New file.
3051 New test case by George Gensure <werkt0@gmail.com>.
3052
30532010-10-01 Andreas Schwab <schwab@redhat.com>
3054
3055 * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't discard result of
3056 decoding ACE if AI_CANONIDN.
3057
30582011-01-18 Ulrich Drepper <drepper@gmail.com>
3059
3060 * elf/Makefile: Build IFUNC tests unless multi-arch = no.
3061
30622011-01-17 Ulrich Drepper <drepper@gmail.com>
3063
3064 * version.h (RELEASE): Bump for 2.13 release.
3065 * include/features.h: (__GLIBC_MINOR__): Bump to 13.
3066
3067 * io/fcntl.h: Define AT_NO_AUTOMOUNT.
3068
3069 * sysdeps/unix/sysv/linux/i386/bits/mman.h: Define MADV_HUGEPAGE and
3070 MADV_NOHUGEPAGE.
3071 * sysdeps/unix/sysv/linux/ia64/bits/mman.h: Likewise.
3072 * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Likewise.
3073 * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
3074 * sysdeps/unix/sysv/linux/sh/bits/mman.h: Likewise.
3075 * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
3076 * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Likewise.
3077
3078 * posix/getconf.c: Update copyright year.
3079 * catgets/gencat.c: Likewise.
3080 * csu/version.c: Likewise.
3081 * debug/catchsegv.sh: Likewise.
3082 * debug/xtrace.sh: Likewise.
3083 * elf/ldconfig.c: Likewise.
3084 * elf/ldd.bash.in: Likewise.
3085 * elf/sprof.c (print_version): Likewise.
3086 * iconv/iconv_prog.c: Likewise.
3087 * iconv/iconvconfig.c: Likewise.
3088 * locale/programs/locale.c: Likewise.
3089 * locale/programs/localedef.c: Likewise.
3090 * malloc/memusage.sh: Likewise.
3091 * malloc/mtrace.pl: Likewise.
3092 * nscd/nscd.c (print_version): Likewise.
3093 * nss/getent.c: Likewise.
3094
3095 * sysdeps/unix/sysv/linux/bits/socket.h: Define AF_CAIF, AF_ALG,
3096 PF_CAIF, and PF_ALG.
3097 * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
3098
30992011-01-16 Andreas Schwab <schwab@linux-m68k.org>
3100
3101 * elf/Makefile (tlsmod17a-modules, tlsmod18a-modules): Define.
3102 (modules-names): Use them.
3103 (ifunc-test-modules, ifunc-pie-tests): Define.
3104 (extra-test-objs): Add tlsmod17a-modules, tlsmod18a-modules,
3105 tst-pie1, ifunc-test-modules and ifunc-pie-tests objects.
3106 (test-extras): Likewise.
3107 ($(patsubst %,$(objpfx)%.os,$(tlsmod17a-modules))): Use
3108 $(compile-command.c).
3109 ($(patsubst %,$(objpfx)%.os,$(tlsmod18a-modules))): Likewise.
3110 (all-built-dso): Define.
3111 (check-textrel.out, check-execstack.out): Depend on it.
3112
3113 * configure.in: Don't override --enable-multi-arch.
3114
31152011-01-15 Ulrich Drepper <drepper@gmail.com>
3116
3117 [BZ #6812]
3118 * nscd/hstcache.c (tryagain): Define.
3119 (cache_addhst): Return tryagain not notfound for temporary errors.
3120 (addhstbyX): Also set h_errno to TRY_AGAIN when memory allocation
3121 failed.
3122
31232011-01-14 Ulrich Drepper <drepper@gmail.com>
3124
3125 [BZ #10563]
3126 * sysdeps/unix/sysv/linux/i386/setgroups.c: Use INLINE_SETXID_SYSCALL
3127 to make the syscall.
3128 * sysdeps/unix/sysv/linux/setgroups.c: New file.
3129
3130 [BZ #12378]
3131 * posix/fnmatch_loop.c (FCT): When matching '[' keep track of beginning
3132 and fall back to matching as normal character if the string ends before
3133 the matching ']' is found. This is what POSIX requires.
3134 * posix/testfnm.c: Adjust test result.
3135 * posix/globtest.sh: Adjust test result. Add new test.
3136 * posix/tst-fnmatch.input: Likewise.
3137 * posix/tst-fnmatch2.c: Add new test.
3138
31392010-12-28 Andreas Schwab <schwab@linux-m68k.org>
3140
3141 * elf/Makefile (check-execstack): Revert last change. Depend on
3142 check-execstack.h.
3143 (check-execstack.h): New target.
3144 (generated): Add check-execstack.h.
3145 * elf/check-execstack.c: Include "check-execstack.h".
3146 (main): Revert last change.
3147 (handle_file): Return zero if GNU_STACK is absent and
3148 DEFAULT_STACK_PERMS doesn't include PF_X.
3149
31502011-01-13 Ulrich Drepper <drepper@gmail.com>
3151
3152 * sysdeps/posix/spawni.c (__spawni): Don't fail if close file action
3153 in child fails because the descriptor is already closed.
3154 * include/sys/resource.h: Add libc_hidden_proto for getrlimit64.
3155 * sysdeps/unix/sysv/linux/getrlimit64.c: Add libc_hidden_def.
3156 * sysdeps/unix/sysv/linux/i386/getrlimit64.c: Likewise.
3157
3158 [BZ #12397]
3159 * sysdeps/unix/sysv/linux/mkdirat.c (mkdirat): Fix handling of missing
3160 syscall.
3161
3162 [BZ #10484]
3163 * nss/nss_files/files-hosts.c (HOST_DB_LOOKUP): Handle overflows of
3164 temporary buffer used to handle multi lookups locally.
3165 * include/alloca.h: Add libc_hidden_proto for __libc_alloca_cutoff.
3166
31672011-01-12 Ulrich Drepper <drepper@gmail.com>
3168
3169 * elf/dl-dst.h (DL_DST_REQUIRED): Allow l_origin to be NULL when
3170 loader is ld.so.
3171
31722011-01-10 Paul Pluzhnikov <ppluzhnikov@google.com>
3173
3174 * sysdeps/i386/Makefile: stdlib/cxa_finalize.c needs 16-byte stack
3175 alignment for SSE2.
3176
31772011-01-12 Ulrich Drepper <drepper@gmail.com>
3178
3179 [BZ #12394]
3180 * stdio-common/printf_fp.c (__printf_fp): Add more room for grouping
3181 characters. When rounding increased number of integer digits recompute
3182 number of groups.
3183 * stdio-common/tst-grouping.c: New file.
3184 * stdio-common/Makefile: Add rules to build and run tst-grouping.
3185
31862011-01-09 Ulrich Drepper <drepper@gmail.com>
3187
3188 * sysdeps/i386/bits/select.h: Don't use asm code for __FD_SET,
3189 __FD_CLR, and __FS_ISSET. gcc generates better code on its own.
3190
3191 * sysdeps/x86_64/bits/select.h: Mark value of __FD_SET and __FD_CLR as
3192 void.
3193 * bits/select.h: Likewise.
3194
31952011-01-08 Ulrich Drepper <drepper@gmail.com>
3196
3197 * po/ja.po: Update from translation team.
3198
31992011-01-04 David S. Miller <davem@sunset.davemloft.net>
3200
3201 [BZ #11155]
3202 * sysdeps/unix/sysv/linux/sparc/sparc64/fxstat.c: Use i386's
3203 implementation just like for lxstat, fxstatat, et al.
3204
32052010-12-27 Jim Meyering <meyering@redhat.com>
3206
3207 [BZ #12348]
3208 * posix/regexec.c (build_trtable): Return failure indication upon
3209 calloc failure. Otherwise, re_search_internal could infloop on OOM.
3210
32112010-12-25 Ulrich Drepper <drepper@gmail.com>
3212
3213 [BZ #12201]
3214 * sysdeps/unix/sysv/linux/getrlimit64.c: New file.
3215 * sysdeps/unix/sysv/linux/setrlimit64.c: New file.
3216 * sysdeps/unix/sysv/linux/i386/getrlimit64.c: Use ../getrlimit64.c.
3217 * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_PRLIMIT64.
3218
3219 [BZ #12207]
3220 * malloc/malloc.c (do_check_malloc_state): Use fastbin macro.
3221
3222 [BZ #12204]
3223 * string/xpg-strerror.c (__xpg_strerror_r): Return error code, not -1.
3224 * sysdeps/mach/xpg-strerror.c (__xpg_strerror_r): Likewise.
3225
32262010-12-15 H.J. Lu <hongjiu.lu@intel.com>
3227
3228 * config.h.in (NO_CTORS_DTORS_SECTIONS): Define.
3229 * configure.in: Define NO_CTORS_DTORS_SECTIONS if linker
3230 script has SORT_BY_INIT_PRIORITY.
3231 * elf/sofini.c: Remove `.ctors' and `.dtors' sections if
3232 NO_CTORS_DTORS_SECTIONS is defined.
3233 * elf/soinit.c: Likewise.
3234 * sysdeps/i386/init-first.c: Don't call __libc_global_ctors if
3235 NO_CTORS_DTORS_SECTIONS is defined.
3236 * sysdeps/mach/hurd/i386/init-first.c: Likewise.
3237 * sysdeps/mach/hurd/powerpc/init-first.c: Likewise.
3238 * sysdeps/sh/init-first.c: Likewise.
3239 * sysdeps/unix/sysv/linux/init-first.c: Likewise.
3240
32412010-12-24 Ulrich Drepper <drepper@gmail.com>
3242
3243 * stdio-common/vfprintf.c (vfprintf): If printf handlers are installed
3244 always use the slow path.
3245
32462010-12-15 Ryan S. Arnold <rsa@us.ibm.com>
3247
3248 * elf/Makefile: (check-execstack): Replace $(native-compile) with a
3249 similar rule which adds the sysdep directories to the header search in
3250 order to pick up the correct platform stackinfo.h.
3251 * elf/check-execstack.c (main): Check DEFAULT_STACK_PERMS for PF_X and
3252 perform test if it is, otherwise return successfully without testing.
3253 * elf/dl-load.c (_dl_map_object_from_fd): Source stack_flags from
3254 DEFAULT_STACK_PERMS define in stackinfo.h.
3255 * elf/dl-support.c (_dl_stack_flags): Source from DEFAULT_STACK_PERMS
3256 defined in stackinfo.h.
3257 * elf/rtld.c (_dl_starting_up): Source ._dl_stack_flags from
3258 DEFAULT_STACK_PERMS defined in stackinfo.h.
3259 * sysdeps/i386/stackinfo.h: Define DEFAULT_STACK_PERMS with PF_X.
3260 * sysdeps/ia64/stackinfo.h: Likewise.
3261 * sysdeps/s390/stackinfo.h: Likewise.
3262 * sysdeps/sh/stackinfo.h: Likewise.
3263 * sysdeps/sparc/stackinfo.h: Likewise.
3264 * sysdeps/x86_64/stackinfo.h: Likewise.
3265 * sysdeps/powerpc/stackinfo.h: Define DEFAULT_STACK_PERMS without
3266 PF_X for powerpc64. Retain PF_X for powerpc32.
3267
32682010-12-19 Ulrich Drepper <drepper@gmail.com>
3269
3270 * sysdeps/unix/readdir_r.c (__READDIR_R): Compute reclen more
3271 accurately.
3272 * sysdeps/unix/sysv/linux/wordsize-64/readdir_r.c: Define
3273 GETDENTS_64BIT_ALIGNED.
3274
32752010-12-14 Ulrich Drepper <dreper@gmail.com>
3276
3277 * sysdeps/i386/i686/multiarch/strcmp.S: Undo accidental checkin.
3278
32792010-12-10 Andreas Schwab <schwab@redhat.com>
3280
3281 * wcsmbs/wchar.h (wcpcpy, wcpncpy): Only declare under
3282 _GNU_SOURCE.
3283
3284 * wcsmbs/wchar.h (wcpcpy, wcpncpy): Add __restrict.
3285 * wcsmbs/bits/wchar2.h (__wmemmove_chk_warn, wmemmove, wmemset):
3286 Remove __restrict.
3287 (wcscpy, __wcpcpy_chk, __wcpcpy_alias, wcpcpy, wcsncpy, wcpncpy)
3288 (wcscat, wcsncat, __wcrtomb_chk, wcrtomb): Add __restrict.
3289
32902010-12-09 Ulrich Drepper <drepper@gmail.com>
3291
3292 [BZ #11655]
3293 * stdlib/msort.c (qsort_r): Make sure both phys_pages and pagesize
3294 are initialized.
3295
32962010-12-09 Jakub Jelinek <jakub@redhat.com>
3297
3298 * string/bits/string3.h (memmove, bcopy): Remove __restrict.
3299
33002010-12-03 Ulrich Drepper <drepper@gmail.com>
3301
3302 * po/it.po: Update from translation team.
3303
33042010-12-01 H.J. Lu <hongjiu.lu@intel.com>
3305
3306 * sysdeps/i386/i686/multiarch/strcmp-ssse3.S (STRCMP): Remove
3307 unused codes.
3308
33092010-11-30 Ulrich Drepper <drepper@gmail.com>
3310
3311 * sysdeps/i386/fpu/libm-test-ulps: Relax ynf(10,0.75) test expectations.
3312
33132010-11-24 Andreas Schwab <schwab@redhat.com>
3314
3315 * resolv/nss_dns/dns-host.c (getanswer_r): Don't handle ttl == 0
3316 specially.
3317 (gaih_getanswer_slice): Likewise.
3318
33192010-10-20 Jakub Jelinek <jakub@redhat.com>
3320
3321 * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Fix up inline asm.
3322
33232010-05-31 Petr Baudis <pasky@suse.cz>
3324
3325 [BZ #11149]
3326 * elf/ldconfig.c (main): Allow aux_cache_file open()ing to fail
3327 silently even in the chroot mode.
3328
33292010-11-22 Ulrich Drepper <drepper@gmail.com>
3330
3331 * nis/nss_compat/compat-initgroups.c (internal_getgrent_r): Optimize
3332 last patch a bit. Pretty printing
3333
33342010-05-31 Petr Baudis <pasky@suse.cz>
3335
3336 [BZ #10085]
3337 * nis/nss_compat/compat-initgroups.c (internal_getgrent_r): Fix
3338 initialization of skip_initgroups_dyn.
3339
33402010-11-19 Ulrich Drepper <drepper@gmail.com>
3341
3342 * sysdeps/unix/sysv/linux/i386/bits/mman.h: Define MAP_HUGETLB.
3343 * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Likewise.
3344
33452010-11-16 Ulrich Drepper <drepper@gmail.com>
3346
3347 * sysdeps/unix/sysv/linux/sys/swap.h (SWAP_FLAG_DISCARD): Define.
3348
33492010-11-11 Andreas Schwab <schwab@redhat.com>
3350
3351 * posix/fnmatch_loop.c (NEW_PATTERN): Fix use of alloca.
3352 * posix/Makefile (tests): Add $(objpfx)tst-fnmatch-mem.
3353 (tst-fnmatch-ENV): Set MALLOC_TRACE.
3354 ($(objpfx)tst-fnmatch-mem): New rule.
3355 (generated): Add tst-fnmatch-mem and tst-fnmatch.mtrace.
3356 * posix/tst-fnmatch.c (main): Call mtrace.
3357
33582010-11-11 H.J. Lu <hongjiu.lu@intel.com>
3359
3360 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
3361 Support Intel processor model 6 and model 0x2c.
3362
33632010-11-10 Luis Machado <luisgpm@br.ibm.com>
3364
3365 * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c (__ieee754_sqrtl): Force
3366 signed comparison.
3367
33682010-11-09 H.J. Lu <hongjiu.lu@intel.com>
3369
3370 [BZ #12205]
3371 * string/test-strncasecmp.c (check_result): New function.
3372 (do_one_test): Use it.
3373 (check1): New function.
3374 (test_main): Use it.
3375 * sysdeps/i386/i686/multiarch/strcmp.S (nibble_ashr_use_sse4_2_exit):
3376 Support strcasecmp and strncasecmp.
3377
33782010-11-08 Ulrich Drepper <drepper@gmail.com>
3379
3380 [BZ #12194]
3381 * sysdeps/i386/bits/byteswap.h: Avoid warning in __bswap_16.
3382 * sysdeps/x86_64/bits/byteswap.h: Likewise.
3383
33842010-11-07 H.J. Lu <hongjiu.lu@intel.com>
3385
3386 * sysdeps/x86_64/memset.S: Check USE_MULTIARCH and USE_SSE2 for
3387 IFUNC support.
3388 * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
3389 memset-x86-64.
3390 * sysdeps/x86_64/multiarch/bzero.S: New file.
3391 * sysdeps/x86_64/multiarch/cacheinfo.c: New file.
3392 * sysdeps/x86_64/multiarch/memset-x86-64.S: New file.
3393 * sysdeps/x86_64/multiarch/memset.S: New file.
3394 * sysdeps/x86_64/multiarch/memset_chk.S: New file.
3395 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
3396 Set bit_Prefer_SSE_for_memop for Intel processors.
3397 * sysdeps/x86_64/multiarch/init-arch.h (bit_Prefer_SSE_for_memop):
3398 Define.
3399 (index_Prefer_SSE_for_memop): Define.
3400 (HAS_PREFER_SSE_FOR_MEMOP): Define.
3401
34022010-11-04 Luis Machado <luisgpm@br.ibm.com>
3403
3404 * sysdeps/powerpc/powerpc32/power7/mempcpy.S: New file.
3405 * sysdeps/powerpc/powerpc64/power7/mempcpy.S: New file.
3406
34072010-11-03 H.J. Lu <hongjiu.lu@intel.com>
3408
3409 [BZ #12191]
3410 * sysdeps/i386/i686/cacheinfo.c (__x86_64_raw_data_cache_size): New.
3411 (__x86_64_raw_data_cache_size_half): Likewise.
3412 (__x86_64_raw_shared_cache_size): Likewise.
3413 (__x86_64_raw_shared_cache_size_half): Likewise.
3414
3415 * sysdeps/x86_64/cacheinfo.c (__x86_64_raw_data_cache_size): New.
3416 (__x86_64_raw_data_cache_size_half): Likewise.
3417 (__x86_64_raw_shared_cache_size): Likewise.
3418 (__x86_64_raw_shared_cache_size_half): Likewise.
3419 (init_cacheinfo): Set __x86_64_raw_data_cache_size,
3420 __x86_64_raw_data_cache_size_half, __x86_64_raw_shared_cache_size
3421 and __x86_64_raw_shared_cache_size_half. Round
3422 __x86_64_data_cache_size_half, __x86_64_data_cache_size
3423 __x86_64_shared_cache_size_half and __x86_64_shared_cache_size,
3424 to multiple of 256 bytes.
3425
34262010-11-03 Ulrich Drepper <drepper@gmail.com>
3427
3428 [BZ #12167]
3429 * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Recognize new mangling
3430 of inacessible symlinks. Verify result of symlink before returning it.
3431 * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r): Likewise.
3432 Patch mostly by Miklos Szeredi <miklos@szeredi.hu>.
3433
34342010-10-28 Erich Ritz <erichritz@gmail.com>
3435
3436 * math/math.h (isinf): Fix typo in comment.
3437
34382010-11-01 Ulrich Drepper <drepper@gmail.com>
3439
3440 * po/da.po: Update from translation team.
3441
34422010-10-26 Ulrich Drepper <drepper@gmail.com>
3443
3444 * elf/rtld.c (dl_main): Move assertion after the point where rtld map
3445 is added to the list.
3446
34472010-10-20 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
3448 Ulrich Drepper <drepper@gmail.com>
3449
3450 * elf/dl-object.c (_dl_new_object): Don't append the new object to
3451 the global list here. Move code to...
3452 (_dl_add_to_namespace_list): ...here. New function.
3453 * elf/rtld.c (dl_main): Invoke _dl_add_to_namespace_list.
3454 * sysdeps/generic/ldsodefs.h (_dl_add_to_namespace_list): Declare.
3455 * elf/dl-load.c (lose): Don't remove the element from the list.
3456 (_dl_map_object_from_fd): Invoke _dl_add_to_namespace_list.
3457 (_dl_map_object): Likewise.
3458
34592010-10-25 Ulrich Drepper <drepper@gmail.com>
3460
3461 [BZ #12159]
3462 * sysdeps/x86_64/multiarch/strchr.S: Fix propagation of search byte
3463 into all bytes of SSE register.
3464 Patch by Richard Li <richardpku@gmail.com>.
3465
34662010-10-24 Ulrich Drepper <drepper@gmail.com>
3467
3468 [BZ #12140]
3469 * malloc/malloc.c (_int_free): Fill correct number of bytes when
3470 perturbing.
3471
34722010-10-20 Michael B. Brutman <brutman@us.ibm.com>
3473
3474 * sysdeps/powerpc/dl-procinfo.c: Add support for ppca2 platform
3475 * sysdeps/powerpc/dl-procinfo.h: Add support for ppca2 platform
3476 * sysdeps/powerpc/powerpc32/a2/memcpy.S: New file.
3477 * sysdeps/powerpc/powerpc64/a2/memcpy.S: Likewise.
3478 * sysdeps/unix/sysv/linux/powerpc/powerpc32/a2/Implies: New
3479 submachine.
3480 * sysdeps/unix/sysv/linux/powerpc/powerpc64/a2/Implies: Likewise.
3481
34822010-10-22 Andreas Schwab <schwab@redhat.com>
3483
3484 * include/dlfcn.h (__RTLD_SECURE): Define.
3485 * elf/dl-load.c (_dl_map_object): Remove preloaded parameter. Use
3486 mode & __RTLD_SECURE instead.
3487 (open_path): Rename preloaded parameter to secure.
3488 * sysdeps/generic/ldsodefs.h (_dl_map_object): Adjust declaration.
3489 * elf/dl-open.c (dl_open_worker): Adjust call to _dl_map_object.
3490 * elf/dl-deps.c (openaux): Likewise.
3491 * elf/rtld.c (struct map_args): Remove is_preloaded.
3492 (map_doit): Don't use it.
3493 (dl_main): Likewise.
3494 (do_preload): Use __RTLD_SECURE instead of is_preloaded.
3495 (dlmopen_doit): Add __RTLD_SECURE to mode bits.
3496
34972010-09-09 Andreas Schwab <schwab@redhat.com>
3498
3499 * Makeconfig (sysd-rules-patterns): Add rtld-%:rtld-%.
3500 (sysd-rules-targets): Remove duplicates.
3501 * elf/rtld-Rules ($(objpfx)rtld-%.os): Add pattern rules with
3502 rtld-%.$o dependency.
3503
35042010-10-18 Andreas Schwab <schwab@redhat.com>
3505
3506 * elf/dl-open.c (dl_open_worker): Don't expand DST here, let
3507 _dl_map_object do it.
3508
35092010-10-19 Ulrich Drepper <drepper@gmail.com>
3510
3511 * sysdeps/i386/bits/mathdef.h (FP_FAST_FMA): If the GCC 4.6 port has
3512 fast fma builtins, define the macros in the C99 standard.
3513 (FP_FAST_FMAF): Likewise.
3514 (FP_FAST_FMAL): Likewise.
3515 * sysdeps/x86_64/bits/mathdef.h: Likewise.
3516
3517 * bits/mathdef.h: Update copyright year.
3518 * sysdeps/powerpc/bits/mathdef.h: Likewise.
3519
35202010-10-19 Michael Meissner <meissner@linux.vnet.ibm.com>
3521
3522 * bits/mathdef.h (FP_FAST_FMA): If the GCC 4.6 port has fast fma
3523 builtins, define the macros in the C99 standard.
3524 (FP_FAST_FMAF): Likewise.
3525 (FP_FAST_FMAL): Likewise.
3526 * sysdeps/powerpc/bits/mathdef.h (FP_FAST_FMA): Define, ppc as
3527 multiply/add.
3528 (FP_FAST_FMAF): Likewise.
3529
35302010-10-15 Jakub Jelinek <jakub@redhat.com>
3531
3532 [BZ #3268]
3533 * math/libm-test.inc (fma_test): Some new testcases.
3534 * sysdeps/ieee754/ldbl-128/s_fmal.c: New file.
3535 * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Fix fma with finite x and
3536 y and infinite z. Do multiplication by C already in long double.
3537 * sysdeps/ieee754/ldbl-96/s_fmal.c: New file.
3538 * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Fix fma with finite x and
3539 y and infinite z. Do bitwise or of inexact bit into u.d.
3540 * sysdeps/ieee754/ldbl-64-128/s_fmal.c: New file.
3541 * sysdeps/i386/fpu/s_fmaf.S: Removed.
3542 * sysdeps/i386/fpu/s_fma.S: Removed.
3543 * sysdeps/i386/fpu/s_fmal.S: Removed.
3544
35452010-10-16 Jakub Jelinek <jakub@redhat.com>
3546
3547 [BZ #3268]
3548 * math/libm-test.inc (fma_test): Add IEEE quad long double fmal tests.
3549 * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Ensure a1 + u.d
3550 computation is not scheduled after fetestexcept. Fix value
3551 of minimum denormal long double.
3552
35532010-10-14 Jakub Jelinek <jakub@redhat.com>
3554
3555 [BZ #3268]
3556 * math/libm-test.inc (fma_test): Add some more tests.
3557 * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Handle underflows
3558 correctly.
3559
35602010-10-15 Andreas Schwab <schwab@redhat.com>
3561
3562 * scripts/data/localplt-s390-linux-gnu.data: New file.
3563 * scripts/data/localplt-s390x-linux-gnu.data: New file.
3564
35652010-10-13 Jakub Jelinek <jakub@redhat.com>
3566
3567 [BZ #3268]
3568 * math/libm-test.inc (fma_test): Some more fmaf and fma tests.
3569 * sysdeps/i386/i686/multiarch/s_fma.c: Include ldbl-96 version
3570 instead of dbl-64.
3571 * sysdeps/i386/fpu/bits/mathinline.h (fma, fmaf, fmal): Remove
3572 inlines.
3573 * sysdeps/ieee754/ldbl-96/s_fma.c: New file.
3574 * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Fix exponent adjustment
3575 if one of x and y is very large and the other is subnormal.
3576 * sysdeps/s390/fpu/s_fmaf.c: New file.
3577 * sysdeps/s390/fpu/s_fma.c: New file.
3578 * sysdeps/powerpc/fpu/s_fmaf.S: New file.
3579 * sysdeps/powerpc/fpu/s_fma.S: New file.
3580 * sysdeps/powerpc/powerpc32/fpu/s_fma.S: New file.
3581 * sysdeps/powerpc/powerpc64/fpu/s_fma.S: New file.
3582 * sysdeps/unix/sysv/linux/s390/fpu/s_fma.c: New file.
3583
35842010-10-12 Jakub Jelinek <jakub@redhat.com>
3585
3586 [BZ #3268]
3587 * math/libm-test.inc (fma_test): Add some more fmaf tests, add
3588 fma tests.
3589 * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Fix Inf/Nan check.
3590 * sysdeps/ieee754/dbl-64/s_fma.c: New file.
3591 * sysdeps/i386/i686/multiarch/s_fma.c: Include
3592 sysdeps/ieee754/dbl-64/s_fma.c instead of math/s_fma.c.
3593 * sysdeps/x86_64/multiarch/s_fma.c: Likewise.
3594 * sysdeps/ieee754/ldbl-opt/s_fma.c: Likewise.
3595 * sysdeps/ieee754/ldbl-128/s_fma.c: New file.
3596
35972010-10-12 Ulrich Drepper <drepper@redhat.com>
3598
3599 [BZ #12078]
3600 * posix/regcomp.c (parse_branch): One more memory leak plugged.
3601 * posix/bug-regex31.input: Add test case.
3602
36032010-10-11 Ulrich Drepper <drepper@gmail.com>
3604
3605 * posix/bug-regex31.c: Rewrite to run multiple tests from stdin.
3606 * posix/bug-regex31.input: New file.
3607
3608 [BZ #12078]
3609 * posix/regcomp.c (parse_branch): Free memory when allocation failed.
3610 (parse_sub_exp): Fix last change, use postorder.
3611
3612 * posix/bug-regex31.c: New file.
3613 * posix/Makefile: Add rules to build and run bug-regex31.
3614
3615 * posix/regcomp.c (parse_bracket_exp): Add missing re_free calls.
3616
3617 [BZ #12078]
3618 * posix/regcomp.c (parse_sub_exp): Free tree data when it is not used.
3619
3620 [BZ #12108]
3621 * stdio-common/psiginfo.c (psiginfo): Don't expext SIGRTMIN..SIGRTMAX
3622 to have entries in sys_siglist.
3623
3624 [BZ #12093]
3625 * sysdeps/unix/sysv/linux/check_pf.c (__check_pf): ->ifa_addr might
3626 be NULL.
3627
36282010-10-07 Jakub Jelinek <jakub@redhat.com>
3629
3630 [BZ #3268]
3631 * math/libm-test.inc (fma_test): Add 2 fmaf tests.
3632 * sysdeps/ieee754/dbl-64/s_fmaf.c: New file.
3633 * sysdeps/i386/i686/multiarch/s_fmaf.c: Include
3634 sysdeps/ieee754/dbl-64/s_fmaf.c instead of math/s_fmaf.c.
3635 * sysdeps/x86_64/multiarch/s_fmaf.c: Likewise.
3636 * include/fenv.h (feupdateenv, fetestexcept): Add libm_hidden_proto.
3637 * math/feupdateenv.c (feupdateenv): Add libm_hidden_ver.
3638 * sysdeps/i386/fpu/feupdateenv.c (feupdateenv): Likewise.
3639 * sysdeps/powerpc/fpu/feupdateenv.c (feupdateenv): Likewise.
3640 * sysdeps/x86_64/fpu/feupdateenv.c (feupdateenv): Likewise.
3641 * sysdeps/sparc/fpu/feupdateenv.c (feupdateenv): Likewise.
3642 * sysdeps/ia64/fpu/feupdateenv.c (feupdateenv): Add libm_hidden_def.
3643 * sysdeps/s390/fpu/feupdateenv.c (feupdateenv): Likewise.
3644 * math/ftestexcept.c (fetestexcept): Likewise.
3645 * sysdeps/ia64/fpu/ftestexcept.c (fetestexcept): Likewise.
3646 * sysdeps/i386/fpu/ftestexcept.c (fetestexcept): Likewise.
3647 * sysdeps/s390/fpu/ftestexcept.c (fetestexcept): Likewise.
3648 * sysdeps/powerpc/fpu/ftestexcept.c (fetestexcept): Likewise.
3649 * sysdeps/x86_64/fpu/ftestexcept.c (fetestexcept): Likewise.
3650 * sysdeps/sparc/fpu/ftestexcept.c (fetestexcept): Likewise.
3651 * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
3652
36532010-10-11 Ulrich Drepper <drepper@gmail.com>
3654
3655 [BZ #12107]
3656 * stdio-common/psiginfo.c (psiginfo): Terminate all strings with
3657 newline.
3658
36592010-10-06 Ulrich Drepper <drepper@gmail.com>
3660
3661 * string/bug-strstr1.c: New file.
3662 * string/Makefile: Add rules to build and run bug-strstr1.
3663
36642010-10-05 Eric Blake <eblake@redhat.com>
3665
3666 [BZ #12092]
3667 * string/str-two-way.h (two_way_long_needle): Always clear memory
3668 when skipping input due to the shift table.
3669
36702010-10-03 Ulrich Drepper <drepper@gmail.com>
3671
3672 [BZ #12005]
3673 * malloc/mcheck.c: Handle large requests.
3674
3675 [BZ #12077]
3676 * sysdeps/x86_64/strcmp.S: Fix handling of remaining bytes in buffer
3677 for strncmp and strncasecmp.
3678 * string/stratcliff.c: Add tests for strcmp and strncmp.
3679 * wcsmbs/wcsatcliff.c: Adjust for stratcliff change.
3680
36812010-09-28 Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
3682
3683 * sysdeps/sh/sh4/fpu/fpu_control.h: Add 'extern "C"' protection to
3684 __set_fpscr.
3685
36862010-09-30 Andreas Jaeger <aj@suse.de>
3687
3688 * sysdeps/unix/sysv/linux_fsinfo.h (BTRFS_SUPER_MAGIC): Define.
3689 (CGROUP_SUPER_MAGIC): Define.
3690 * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
3691 Handle btrfs and cgroup file systems.
3692 * sysdeps/unix/sysv/linux/pathconf.c (__statfs_filesize_max):
3693 Likewise.
3694
36952010-09-27 Luis Machado <luisgpm@br.ibm.com>
3696
3697 * sysdeps/powerpc/powerpc32/rtld-memset.c: New file.
3698 * sysdeps/powerpc/powerpc64/rtld-memset.c: New file.
3699
37002010-09-29 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
3701
3702 [BZ #12067]
3703 * sysdeps/s390/s390-32/elf/start.S: Fix address calculation when
3704 trying to locate the ELF header.
3705
37062010-09-27 Andreas Schwab <schwab@redhat.com>
3707
3708 [BZ #11611]
3709 * sysdeps/unix/sysv/linux/internal_statvfs.c (INTERNAL_STATVFS):
3710 Mask out sign-bit copies when constructing f_fsid.
3711
37122010-09-24 Petr Baudis <pasky@suse.cz>
3713
3714 * debug/stack_chk_fail_local.c: Add missing licence exception.
3715 * debug/warning-nop.c: Likewise.
3716
37172010-09-15 Joseph Myers <joseph@codesourcery.com>
3718
3719 * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS): When
3720 implementing getdents64 using getdents syscall, set d_type if
3721 __ASSUME_GETDENTS32_D_TYPE.
3722
37232010-09-16 Andreas Schwab <schwab@redhat.com>
3724
3725 * elf/dl-close.c (free_slotinfo, free_mem): Move to...
3726 * elf/dl-libc.c (free_slotinfo, free_mem): ... here.
3727
37282010-09-21 Ulrich Drepper <drepper@redhat.com>
3729
3730 [BZ #12037]
3731 * posix/unistd.h: Undo change of feature selection for ftruncate from
3732 2010-01-11.
3733
37342010-09-20 Ulrich Drepper <drepper@redhat.com>
3735
3736 * sysdeps/x86_64/strcmp.S: Fix another typo in x86-64 strncasecmp limit
3737 detection.
3738
37392010-09-20 Andreas Schwab <schwab@redhat.com>
3740
3741 * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list: Add
3742 fanotify_mark.
3743 * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Likewise.
3744
37452010-09-14 Andreas Schwab <schwab@redhat.com>
3746
3747 * sysdeps/s390/s390-32/__longjmp.c (__longjmp): Define register
3748 variables after CHECK_SP call.
3749 * sysdeps/s390/s390-64/__longjmp.c (__longjmp): Likewise.
3750
37512010-09-13 Andreas Schwab <schwab@redhat.com>
3752 Ulrich Drepper <drepper@redhat.com>
3753
3754 * elf/rtld.c (dl_main): Set GLRO(dl_init_all_dirs) just before
3755 re-relocationg ld.so.
3756 * elf/dl-support.c (_dl_non_dynamic_init): And here after the
3757 _dl_init_paths call.
3758 * elf/dl-load.c (_dl_init_paths). Don't set GLRO(dl_init_all_dirs)
3759 here anymore.
3760
37612010-09-14 Ulrich Drepper <drepper@redhat.com>
3762
3763 * resolv/res_init.c (__res_vinit): Count the default server we added.
3764
37652010-09-08 Chung-Lin Tang <cltang@codesourcery.com>
3766 Ulrich Drepper <drepper@redhat.com>
3767
3768 [BZ #11968]
3769 * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S
3770 (____longjmp_chk): Use %ebx for saving value across system call.
3771 Add unwind info.
3772
37732010-09-06 Andreas Schwab <schwab@redhat.com>
3774
3775 * manual/Makefile: Don't mix pattern rules with normal rules.
3776
37772010-09-05 Andreas Schwab <schwab@linux-m68k.org>
3778
3779 * debug/vdprintf_chk.c (__vdprintf_chk): Remove undefined
3780 operation.
3781 * libio/iofdopen.c (_IO_new_fdopen): Likewise.
3782 * libio/iofopncook.c (_IO_cookie_init): Likewise.
3783 * libio/iovdprintf.c (_IO_vdprintf): Likewise.
3784 * libio/oldiofdopen.c (_IO_old_fdopen): Likewise.
3785 * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
3786 Likewise.
3787
37882010-09-04 Ulrich Drepper <drepper@redhat.com>
3789
3790 [BZ #11979]
3791 * iconvdata/gconv-modules: Remove EBCDIC-CP-AR2 alias from
3792 IBM-930, IBM-933, IBM-935, IBM-937, and IBM-939.
3793
37942010-09-02 Ulrich Drepper <drepper@redhat.com>
3795
3796 * sysdeps/x86_64/add_n.S: Update from GMP 5.0.1.
3797 * sysdeps/x86_64/addmul_1.S: Likewise.
3798 * sysdeps/x86_64/lshift.S: Likewise.
3799 * sysdeps/x86_64/mul_1.S: Likewise.
3800 * sysdeps/x86_64/rshift.S: Likewise.
3801 * sysdeps/x86_64/sub_n.S: Likewise.
3802 * sysdeps/x86_64/submul_1.S: Likewise.
3803
38042010-09-01 Samuel Thibault <samuel.thibault@ens-lyon.org>
3805
3806 This aligns bits/sched.h onto sysdeps/unix/sysv/linux/bits/sched.h:
3807 Define __sched_param instead of SCHED_* and sched_param when
3808 <bits/sched.h> is included with __need_schedparam defined.
3809 * bits/sched.h [__need_schedparam]
3810 (SCHED_OTHER, SCHED_FIFO, SCHED_RR, sched_param): Do not define.
3811 [!__defined_schedparam && (__need_schedparam || _SCHED_H)]
3812 (__defined_schedparam): Define to 1.
3813 (__sched_param): New structure, identical to sched_param.
3814 (__need_schedparam): Undefine.
3815
38162010-08-31 Mike Frysinger <vapier@gentoo.org>
3817
3818 * sysdeps/unix/sysv/linux/sparc/sys/epoll.h (epoll_create2): Delete.
3819 (epoll_create1): Declare.
3820
3821 * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Fix typo.
3822
38232010-08-31 Andreas Schwab <schwab@redhat.com>
3824
3825 [BZ #7066]
3826 * stdlib/strtod_l.c (____STRTOF_INTERNAL): Fix array overflow when
3827 shifting retval into place.
3828
38292010-09-01 Ulrich Drepper <drepper@redhat.com>
3830
3831 * nis/rpcsvc/nis.h: Update copyright notice.
3832 * nis/rpcsvc/nis.x: Likewise.
3833 * nis/rpcsvc/nis_callback.h: Likewise.
3834 * nis/rpcsvc/nis_callback.x: Likewise.
3835 * nis/rpcsvc/nis_object.x: Likewise.
3836 * nis/rpcsvc/nis_tags.h: Likewise.
3837 * nis/rpcsvc/yp.h: Likewise.
3838 * nis/rpcsvc/yp.x: Likewise.
3839 * nis/rpcsvc/ypupd.h: Likewise.
3840 * nis/yp_xdr.c: Likewise.
3841 * nis/ypupdate_xdr.c: Likewise.
3842
3843 * sunrpc/pm_getport.c (__libc_rpc_getport): New function. This is
3844 mainly the body of pmap_getport. Add parameters to specify timeouts.
3845 (pmap_getport): Use __libc_rpc_getport.
3846 * sunrpc/Versions: Export __libc_rpc_getport with GLIBC_PRIVATE.
3847 * include/rpc/pmap_clnt.h: Declare __libc_rpc_getport.
3848 * nis/nis_findserv.c: Remove pmap_getport copy. Use __libc_rpc_getport.
3849
38502010-08-31 Andreas Schwab <schwab@linux-m68k.org>
3851
3852 * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list: Add
3853 fanotify_mark.
3854
38552010-08-27 Roland McGrath <roland@redhat.com>
3856
3857 * sysdeps/i386/i686/multiarch/Makefile
3858 (CFLAGS-varshift.c): New variable.
3859
38602010-08-27 Ulrich Drepper <drepper@redhat.com>
3861
3862 * sysdeps/i386/i686/multiarch/varshift.S: File removed.
3863 * sysdeps/i386/i686/multiarch/varshift.c: New file.
3864
3865 * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Move to .text.slow section.
3866
3867 * sysdeps/x86_64/strlen.S: Minimal code improvement.
3868
38692010-08-26 H.J. Lu <hongjiu.lu@intel.com>
3870
3871 * sysdeps/x86_64/strlen.S: Unroll the loop.
3872 * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
3873 strlen-sse2 strlen-sse2-bsf.
3874 * sysdeps/x86_64/multiarch/strlen.S ((strlen): Return
3875 __strlen_no_bsf if bit_Slow_BSF is set.
3876 (__strlen_sse42): Removed.
3877 * sysdeps/x86_64/multiarch/strlen-no-bsf.S: New file.
3878 * sysdeps/x86_64/multiarch/strlen-sse4.S: New file.
3879
38802010-08-25 Roland McGrath <roland@redhat.com>
3881
3882 * sysdeps/x86_64/multiarch/varshift.S: File removed.
3883 * sysdeps/x86_64/multiarch/varshift.c: New file.
3884 * sysdeps/x86_64/multiarch/Makefile (CFLAGS-varshift.c): New variable.
3885 * sysdeps/x86_64/multiarch/varshift.h: Clean up decls, fix a cast.
3886 * sysdeps/x86_64/multiarch/memmove.c: Move decls around.
3887 * sysdeps/x86_64/multiarch/memmove_chk.c: Likewise.
3888
38892010-08-25 H.J. Lu <hongjiu.lu@intel.com>
3890
3891 * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
3892 strlen-sse2 strlen-sse2-bsf.
3893 * sysdeps/i386/i686/multiarch/strlen.S (strlen): Return
3894 __strlen_sse2_bsf if bit_Slow_BSF is unset.
3895 (__strlen_sse2): Removed.
3896 * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: New file.
3897 * sysdeps/i386/i686/multiarch/strlen-sse2.S: New file.
3898 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Set
3899 bit_Slow_BSF for Atom.
3900 * sysdeps/x86_64/multiarch/init-arch.h (bit_Slow_BSF): Define.
3901 (index_Slow_BSF): Define.
3902 (HAS_SLOW_BSF): Define.
3903
39042010-08-25 Ulrich Drepper <drepper@redhat.com>
3905
3906 [BZ #10851]
3907 * resolv/res_init.c (__res_vinit): When no server address at all
3908 is given default to loopback.
3909
39102010-08-24 Roland McGrath <roland@redhat.com>
3911
3912 * configure.in: Remove config-name.h generation.
3913 * configure: Regenerated.
3914 * config-name.in: File removed.
3915 * scripts/config-uname.sh: New file.
3916 * posix/Makefile (uname.c): Depend on $(objdir)config-name.h.
3917 ($(objdir)config-name.h): New target.
3918
3919 * sunrpc/rpc_parse.h: Avoid nested comment.
3920
39212010-08-24 Richard Henderson <rth@redhat.com>
3922 Ulrich Drepper <drepper@redhat.com>
3923 H.J. Lu <hongjiu.lu@intel.com>
3924
3925 * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add varshift.
3926 * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Likewise.
3927 * sysdeps/x86_64/multiarch/strcspn-c.c: Include "varshift.h".
3928 Replace _mm_srli_si128 with __m128i_shift_right. Replace
3929 _mm_alignr_epi8 with _mm_loadu_si128.
3930 * sysdeps/x86_64/multiarch/strspn-c.c: Likewise.
3931 * sysdeps/x86_64/multiarch/strstr.c: Include "varshift.h".
3932 (__m128i_shift_right): Removed.
3933 * sysdeps/i386/i686/multiarch/varshift.h: New file.
3934 * sysdeps/i386/i686/multiarch/varshift.S: New file.
3935 * sysdeps/x86_64/multiarch/varshift.h: New file.
3936 * sysdeps/x86_64/multiarch/varshift.S: New file.
3937
39382010-08-21 Mike Frysinger <vapier@gentoo.org>
3939
3940 * configure.in: Move assembler checks to before sysdep dir checking.
3941
39422010-08-20 Petr Baudis <pasky@suse.cz>
3943
3944 * LICENSES: Sync the sunrpc license.
3945
39462010-08-19 Ulrich Drepper <drepper@redhat.com>
3947
3948 * sunrpc/auth_des.c: Update copyright notice once again.
3949 * sunrpc/auth_none.c: Likewise.
3950 * sunrpc/auth_unix.c: Likewise.
3951 * sunrpc/authdes_prot.c: Likewise.
3952 * sunrpc/authuxprot.c: Likewise.
3953 * sunrpc/bindrsvprt.c: Likewise.
3954 * sunrpc/clnt_gen.c: Likewise.
3955 * sunrpc/clnt_perr.c: Likewise.
3956 * sunrpc/clnt_raw.c: Likewise.
3957 * sunrpc/clnt_simp.c: Likewise.
3958 * sunrpc/clnt_tcp.c: Likewise.
3959 * sunrpc/clnt_udp.c: Likewise.
3960 * sunrpc/clnt_unix.c: Likewise.
3961 * sunrpc/des_crypt.c: Likewise.
3962 * sunrpc/des_soft.c: Likewise.
3963 * sunrpc/get_myaddr.c: Likewise.
3964 * sunrpc/getrpcport.c: Likewise.
3965 * sunrpc/key_call.c: Likewise.
3966 * sunrpc/key_prot.c: Likewise.
3967 * sunrpc/openchild.c: Likewise.
3968 * sunrpc/pm_getmaps.c: Likewise.
3969 * sunrpc/pm_getport.c: Likewise.
3970 * sunrpc/pmap_clnt.c: Likewise.
3971 * sunrpc/pmap_prot.c: Likewise.
3972 * sunrpc/pmap_prot2.c: Likewise.
3973 * sunrpc/pmap_rmt.c: Likewise.
3974 * sunrpc/rpc/auth.h: Likewise.
3975 * sunrpc/rpc/auth_unix.h: Likewise.
3976 * sunrpc/rpc/clnt.h: Likewise.
3977 * sunrpc/rpc/des_crypt.h: Likewise.
3978 * sunrpc/rpc/key_prot.h: Likewise.
3979 * sunrpc/rpc/netdb.h: Likewise.
3980 * sunrpc/rpc/pmap_clnt.h: Likewise.
3981 * sunrpc/rpc/pmap_prot.h: Likewise.
3982 * sunrpc/rpc/pmap_rmt.h: Likewise.
3983 * sunrpc/rpc/rpc.h: Likewise.
3984 * sunrpc/rpc/rpc_des.h: Likewise.
3985 * sunrpc/rpc/rpc_msg.h: Likewise.
3986 * sunrpc/rpc/svc.h: Likewise.
3987 * sunrpc/rpc/svc_auth.h: Likewise.
3988 * sunrpc/rpc/types.h: Likewise.
3989 * sunrpc/rpc/xdr.h: Likewise.
3990 * sunrpc/rpc_clntout.c: Likewise.
3991 * sunrpc/rpc_cmsg.c: Likewise.
3992 * sunrpc/rpc_common.c: Likewise.
3993 * sunrpc/rpc_cout.c: Likewise.
3994 * sunrpc/rpc_dtable.c: Likewise.
3995 * sunrpc/rpc_hout.c: Likewise.
3996 * sunrpc/rpc_main.c: Likewise.
3997 * sunrpc/rpc_parse.c: Likewise.
3998 * sunrpc/rpc_parse.h: Likewise.
3999 * sunrpc/rpc_prot.c: Likewise.
4000 * sunrpc/rpc_sample.c: Likewise.
4001 * sunrpc/rpc_scan.c: Likewise.
4002 * sunrpc/rpc_scan.h: Likewise.
4003 * sunrpc/rpc_svcout.c: Likewise.
4004 * sunrpc/rpc_tblout.c: Likewise.
4005 * sunrpc/rpc_util.c: Likewise.
4006 * sunrpc/rpc_util.h: Likewise.
4007 * sunrpc/rpcinfo.c: Likewise.
4008 * sunrpc/rpcsvc/bootparam_prot.x: Likewise.
4009 * sunrpc/rpcsvc/key_prot.x: Likewise.
4010 * sunrpc/rpcsvc/klm_prot.x: Likewise.
4011 * sunrpc/rpcsvc/mount.x: Likewise.
4012 * sunrpc/rpcsvc/nfs_prot.x: Likewise.
4013 * sunrpc/rpcsvc/nlm_prot.x: Likewise.
4014 * sunrpc/rpcsvc/rex.x: Likewise.
4015 * sunrpc/rpcsvc/rstat.x: Likewise.
4016 * sunrpc/rpcsvc/rusers.x: Likewise.
4017 * sunrpc/rpcsvc/sm_inter.x: Likewise.
4018 * sunrpc/rpcsvc/spray.x: Likewise.
4019 * sunrpc/rpcsvc/yppasswd.x: Likewise.
4020 * sunrpc/rtime.c: Likewise.
4021 * sunrpc/svc.c: Likewise.
4022 * sunrpc/svc_auth.c: Likewise.
4023 * sunrpc/svc_authux.c: Likewise.
4024 * sunrpc/svc_raw.c: Likewise.
4025 * sunrpc/svc_run.c: Likewise.
4026 * sunrpc/svc_simple.c: Likewise.
4027 * sunrpc/svc_tcp.c: Likewise.
4028 * sunrpc/svc_udp.c: Likewise.
4029 * sunrpc/svc_unix.c: Likewise.
4030 * sunrpc/svcauth_des.c: Likewise.
4031 * sunrpc/xcrypt.c: Likewise.
4032 * sunrpc/xdr.c: Likewise.
4033 * sunrpc/xdr_array.c: Likewise.
4034 * sunrpc/xdr_float.c: Likewise.
4035 * sunrpc/xdr_mem.c: Likewise.
4036 * sunrpc/xdr_rec.c: Likewise.
4037 * sunrpc/xdr_ref.c: Likewise.
4038 * sunrpc/xdr_sizeof.c: Likewise.
4039 * sunrpc/xdr_stdio.c: Likewise.
4040
4041 * sysdeps/x86_64/multiarch/strcmp.S: Fix two typos in strncasecmp
4042 handling.
4043
40442010-08-19 Andreas Schwab <schwab@redhat.com>
4045
4046 * sysdeps/i386/i686/multiarch/strspn.S [!SHARED]: Fix SSE4.2 check.
4047
40482010-08-19 Luis Machado <luisgpm@br.ibm.com>
4049
4050 * sysdeps/powerpc/powerpc32/power7/memchr.S: New file.
4051 * sysdeps/powerpc/powerpc32/power7/memrchr.S: New file.
4052 * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: New file.
4053 * sysdeps/powerpc/powerpc32/power7/strchr.S: New file.
4054 * sysdeps/powerpc/powerpc32/power7/strchrnul.S: New file.
4055 * sysdeps/powerpc/powerpc32/power7/strlen.S: New file.
4056 * sysdeps/powerpc/powerpc32/power7/strnlen.S: New file.
4057 * sysdeps/powerpc/powerpc64/power7/memchr.S: New file.
4058 * sysdeps/powerpc/powerpc64/power7/memrchr.S: New file.
4059 * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: New file.
4060 * sysdeps/powerpc/powerpc64/power7/strchr.S: New file.
4061 * sysdeps/powerpc/powerpc64/power7/strchrnul.S: New file.
4062 * sysdeps/powerpc/powerpc64/power7/strlen.S: New file.
4063 * sysdeps/powerpc/powerpc64/power7/strnlen.S: New file.
4064
40652010-07-26 Anton Blanchard <anton@samba.org>
4066
4067 * malloc/malloc.c (sYSTRIm): Replace divide and multiply with mask.
4068 * malloc/arena.c (heap_trim): Likewise.
4069
40702010-08-16 Ulrich Drepper <drepper@redhat.com>
4071
4072 * sysdeps/unix/sysv/linux/syscalls.list: Add entry for fanotify_init
4073 here. Not...
4074 * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: ...here...
4075 * sysdeps/unix/sysv/linux/i386/syscalls.list: ... orhere.
4076
40772010-08-12 H.J. Lu <hongjiu.lu@intel.com>
4078
4079 * sysdeps/i386/elf/Makefile: New file.
4080
40812010-08-14 Andreas Schwab <schwab@linux-m68k.org>
4082
4083 * sysdeps/unix/sysv/linux/sys/fanotify.h: Remove third argument
4084 from fanotify_init.
4085 * sysdeps/unix/sysv/linux/i386/syscalls.list: Likewise.
4086 * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.
4087
40882010-08-15 Ulrich Drepper <drepper@redhat.com>
4089
4090 * sysdeps/x86_64/strcmp.S: Use correct register for fourth parameter
4091 of strncasecmp_l.
4092 * sysdeps/multiarch/strcmp.S: Likewise.
4093
40942010-08-14 Ulrich Drepper <drepper@redhat.com>
4095
4096 * sysdeps/x86_64/Makefile [subdir=string] (sysdep_routines): Add
4097 strncase_l-nonascii.
4098 * sysdeps/x86_64/multiarch/Makefile [subdir=string] (sysdep_routines):
4099 Add strncase_l-ssse3.
4100 * sysdeps/x86_64/multiarch/strcmp.S: Prepare for use as strncasecmp.
4101 * sysdeps/x86_64/strcmp.S: Likewise.
4102 * sysdeps/x86_64/multiarch/strncase_l-ssse3.S: New file.
4103 * sysdeps/x86_64/multiarch/strncase_l.S: New file.
4104 * sysdeps/x86_64/strncase.S: New file.
4105 * sysdeps/x86_64/strncase_l-nonascii.c: New file.
4106 * sysdeps/x86_64/strncase_l.S: New file.
4107 * string/Makefile (strop-tests): Add strncasecmp.
4108 * string/test-strncasecmp.c: New file.
4109
4110 * sysdeps/x86_64/strcasecmp_l-nonascii.c: Add prototype to avoid
4111 warning.
4112
4113 * sysdeps/x86_64/strcmp.S: Move definition of NO_NOLOCALE_ALIAS to...
4114 * sysdeps/x86_64/multiarch/strcasecmp_l-ssse3.S: ... here.
4115
41162010-08-14 Andreas Schwab <schwab@linux-m68k.org>
4117
4118 * sysdeps/unix/sysv/linux/prlimit.c: Make it compile.
4119
41202010-08-12 Ulrich Drepper <drepper@redhat.com>
4121
4122 * sysdeps/unix/sysv/linux/bits/termios.h: Define EXTPROC.
4123 * sysdeps/unix/sysv/linux/powerpc/bits/termios.h: Likewise.
4124 * sysdeps/unix/sysv/linux/sparc/bits/termios.h: Likewise.
4125
41262010-05-01 Alan Modra <amodra@gmail.com>
4127
4128 * sysdeps/powerpc/powerpc32/power4/memcmp.S: Correct cfi for r24.
4129 * sysdeps/powerpc/powerpc64/bsd-_setjmp.S: Move contents..
4130 * sysdeps/powerpc/powerpc64/bsd-setjmp.S: ..and these too..
4131 * sysdeps/powerpc/powerpc64/setjmp.S: ..to here..
4132 * sysdeps/powerpc/powerpc64/setjmp-common.S: ..and here, with some
4133 tidying. Don't tail-call __sigjmp_save for static lib.
4134 * sysdeps/powerpc/powerpc64/sysdep.h (SAVE_ARG, REST_ARG): Correct
4135 save location.
4136 (CFI_SAVE_ARG, CFI_REST_ARG): New macros.
4137 (CALL_MCOUNT): Add eh info, and nop after bl.
4138 (TAIL_CALL_SYSCALL_ERROR): New macro.
4139 (PSEUDO_RET): Use it.
4140 * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve):
4141 Correct save location of integer regs and cr.
4142 (_dl_profile_resolve): Correct cr save location. Delete nops
4143 after bl when SHARED. Reduce cfi size a little by better
4144 placement of cfi directives.
4145 * sysdeps/powerpc/powerpc64/fpu/s_copysign.S (__copysign): Don't
4146 make a stack frame. Instead use parm save area as a temp.
4147 * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S (__brk): Don't
4148 make a stack frame. Use TAIL_CALL_SYSCALL_ERROR.
4149 * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (__clone):
4150 Don't make a stack frame for parent, use parm save area.
4151 Increase child stack frame to 112 bytes. Don't save unused reg,
4152 and adjust reg usage. Set up cfi on error recovery and
4153 epilogue of parent, and use TAIL_CALL_SYSCALL_ERROR, PSEUDO_RET.
4154 * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
4155 (__makecontext): Add dummy nop after jump to exit.
4156 * sysdeps/unix/sysv/linux/powerpc/powerpc64/socket.S (__socket):
4157 Use correct parm save area and cr save, reduce stack frame.
4158 Correct cfi for possible PSEUDO_RET frame setup.
4159 * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S (__vfork):
4160 Branch to local label emitted by PSEUDO_RET rather than
4161 __syscall_error.
4162
41632010-08-12 Andreas Schwab <schwab@redhat.com>
4164
4165 [BZ #11904]
4166 * locale/programs/locale.c (print_assignment): New function.
4167 (show_locale_vars): Use it.
4168
41692010-08-11 Ulrich Drepper <drepper@redhat.com>
4170
4171 * sysdeps/unix/sysv/linux/bits/statfs.h (struct statfs): Add f_flags
4172 field.
4173 (struct statfs64): Likewise.
4174 (_STATFS_F_FLAGS): Define.
4175 * sysdeps/unix/sysv/linux/s390/bits/statfs.h: Likewise.
4176 * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
4177 Don't define if __ASSUME_STATFS_F_FLAGS is defined.
4178 (ST_VALID): Define locally.
4179 (INTERNAL_STATVFS): If f_flags has ST_VALID set don't call
4180 __statvfs_getflags, use the provided value.
4181 * sysdeps/unix/sysv/linux/kernel-features.h: Define
4182 __ASSUME_STATFS_F_FLAGS.
4183
4184 * sysdeps/unix/sysv/linux/sys/inotify.h (IN_EXCL_UNLINK): Define.
4185
4186 * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_headers):
4187 Add sys/fanotify.h.
4188 * sysdeps/unix/sysv/linux/Versions [libc]: Export fanotify_init and
4189 fanotify_mask for GLIBC_2.13.
4190 * sysdeps/unix/sysv/linux/i386/syscalls.list: Add entries for
4191 fanotify_init and fanotify_mark.
4192 * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.
4193 * sysdeps/unix/sysv/linux/sys/fanotify.h: New file.
4194
4195 * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_routines):
4196 Add prlimit.
4197 * sysdeps/unix/sysv/linux/Versions [libc]: Export prlimit and
4198 prlimit64 for GLIBC_2.13.
4199 * sysdeps/unix/sysv/linux/bits/resource.h: Declare prlimit and
4200 prlimit64.
4201 * sysdeps/unix/sysv/linux/i386/syscalls.list: Add entry for prlimit64
4202 syscall.
4203 * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list: Likewise.
4204 * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Likewise.
4205 * sysdeps/unix/sysv/linux/sh/syscalls.list: Likewise.
4206 * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.lis: Likewise.
4207 * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise. Also
4208 add prlimit alias.
4209 * sysdeps/unix/sysv/linux/prlimit.c: New file.
4210
4211 [BZ #11903]
4212 * sysdeps/generic/netinet/ip.h (IPTOS_CLASS): Fix definition.
4213 Patch by Evgeni Bikov <bikovevg@iitp.ru>.
4214
4215 * nss/Makefile: Add rules to build and run tst-nss-test1.
4216 * shlib-versions: Add entry for libnss_test1.
4217 * nss/nss_test1.c: New file.
4218 * nss/tst-nss-test1.c: New file.
4219
4220 * nss/nsswitch.c (__nss_database_custom): Define new variable.
4221 (__nss_configure_lookup): Set appropriate entry in
4222 __nss_configure_lookup to true.
4223 * nss/nsswitch.h: Define enum with indeces of databases in
4224 databases and __nss_database_custom arrays. Declare
4225 __nss_database_custom.
4226 * grp/initgroups.c (internal_getgrouplist): Use __nss_database_custom
4227 to avoid using nscd when custom rules are installed.
4228 * nss/getXXbyYY_r.c: Likewise.
4229 * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
4230
4231 * nss/nss_files/files-parse.c: Whitespace fixes.
4232
42332010-08-09 Ulrich Drepper <drepper@redhat.com>
4234
4235 [BZ #11883]
4236 * posix/fnmatch.c: Keep track of alloca use and fall back on malloc.
4237 * posix/fnmatch_loop.c: Likewise.
4238
42392010-07-17 Andi Kleen <ak@linux.intel.com>
4240
4241 * sysdeps/i386/i386-mcount.S (__fentry__): Define.
4242 * sysdeps/x86_64/_mcount.S (__fentry__): Define.
4243 * stdlib/Versions (__fentry__): Add for GLIBC 2.13
4244 * Versions.def [GLIBC_2.13]: Add.
4245
42462010-08-06 Ulrich Drepper <drepper@redhat.com>
4247
4248 * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid):
4249 Also fail if tpwd after pwuid call is NULL.
4250
42512010-07-31 Samuel Thibault <samuel.thibault@ens-lyon.org>
4252
4253 * hurd/hurdselect.c (_hurd_select): Round timeout up instead of down
4254 when converting to ms.
4255
42562010-06-06 Samuel Thibault <samuel.thibault@ens-lyon.org>
4257
4258 * sysdeps/mach/hurd/ttyname.c (ttyname): Replace MIG_BAD_ID and
4259 EOPNOTSUPP errors with ENOTTY.
4260 * sysdeps/mach/hurd/ttyname_r.c (__ttyname_r): Replace MIG_BAD_ID and
4261 EOPNOTSUPP errors with ENOTTY.
4262
42632010-07-31 Ulrich Drepper <drepper@redhat.com>
4264
4265 * sysdeps/x86_64/multiarch/Makefile [subdir=string] (sysdep_routines):
4266 Add strcasecmp_l-ssse3.
4267 * sysdeps/x86_64/multiarch/strcmp.S: Add support to compile for
4268 strcasecmp.
4269 * sysdeps/x86_64/strcmp.S: Allow more flexible compiling of strcasecmp.
4270 * sysdeps/x86_64/multiarch/strcasecmp_l.S: New file.
4271 * sysdeps/x86_64/multiarch/strcasecmp_l-ssse3.S: New file.
4272
42732010-07-30 Ulrich Drepper <drepper@redhat.com>
4274
4275 * sysdeps/x86_64/multiarch/strcmp.S: Pretty printing.
4276
4277 * string/Makefile (strop-tests): Add strcasecmp.
4278 * sysdeps/x86_64/Makefile [subdir=string] (sysdep_routines): Add
4279 strcasecmp_l-nonascii.
4280 (gen-as-const-headers): Add locale-defines.sym.
4281 * sysdeps/x86_64/strcmp.S: Add support for strcasecmp implementation.
4282 * sysdeps/x86_64/strcasecmp.S: New file.
4283 * sysdeps/x86_64/strcasecmp_l.S: New file.
4284 * sysdeps/x86_64/strcasecmp_l-nonascii.c: New file.
4285 * sysdeps/x86_64/locale-defines.sym: New file.
4286 * string/test-strcasecmp.c: New file.
4287
4288 * string/test-strcasestr.c: Test both ends of the range of characters.
4289 * sysdeps/x86_64/multiarch/strstr.c: Fix UCHIGH definition.
4290
42912010-07-29 Roland McGrath <roland@redhat.com>
4292
4293 [BZ #11856]
4294 * manual/locale.texi (Yes-or-No Questions): Fix example code.
4295
42962010-07-27 Ulrich Drepper <drepper@redhat.com>
4297
4298 * sysdeps/x86_64/multiarch/strcmp-ssse3.S: Avoid compiling the file
4299 for ld.so.
4300
43012010-07-27 Andreas Schwab <schwab@redhat.com>
4302
4303 * manual/memory.texi (Malloc Tunable Parameters): Document
4304 M_PERTURB.
4305
43062010-07-26 Roland McGrath <roland@redhat.com>
4307
4308 [BZ #11840]
4309 * configure.in (-fgnu89-inline check): Set and substitute
4310 gnu89_inline, not libc_cv_gnu89_inline.
4311 * configure: Regenerated.
4312 * config.make.in (gnu89-inline-CFLAGS): Use @gnu89_inline@.
4313
43142010-07-26 Ulrich Drepper <drepper@redhat.com>
4315
4316 * string/test-strnlen.c: New file.
4317 * string/Makefile (strop-tests): Add strnlen.
4318 * string/tester.c (test_strnlen): Add a few more test cases.
4319 * string/tst-strlen.c: Better error reporting.
4320
4321 * sysdeps/x86_64/strnlen.S: New file.
4322
43232010-07-24 Ulrich Drepper <drepper@redhat.com>
4324
4325 * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu_tolower): Use
4326 lower-latency instructions.
4327
43282010-07-23 Ulrich Drepper <drepper@redhat.com>
4329
4330 * string/test-strcasestr.c: New file.
4331 * string/test-strstr.c: New file.
4332 * string/Makefile (strop-tests): Add strstr and strcasestr.
4333 * string/str-two-way.h: Don't undefine MAX.
4334 * string/strcasestr.c: Don't define alias if NO_ALIAS is defined.
4335
43362010-07-21 Andreas Schwab <schwab@redhat.com>
4337
4338 * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
4339 strcasestr-nonascii.
4340 (CFLAGS-strcasestr-nonascii.c): Define.
4341 * sysdeps/i386/i686/multiarch/strcasestr-nonascii.c: New file.
4342 * sysdeps/x86_64/multiarch/strcasestr-nonascii.c (STRSTR_SSE42):
4343 Remove unused attribute.
4344
43452010-07-20 Roland McGrath <roland@redhat.com>
4346
4347 * elf/dl-sysdep.c (_dl_important_hwcaps): Add dsocaps mask to
4348 dl_hwcap_mask as well as dl_hwcap. Without this, dsocaps matching in
4349 ld.so.cache was broken. With it, there is no way to disable dsocaps
4350 like LD_HWCAP_MASK can disable hwcaps.
4351
43522010-06-02 Emilio Pozuelo Monfort <pochu27@gmail.com>
4353
4354 * sysdeps/mach/hurd/sendmsg.c (__libc_sendmsg): Fix memory leaks.
4355
43562010-07-16 Ulrich Drepper <drepper@redhat.com>
4357
4358 * sysdeps/x86_64/multiarch/strstr.c: Rewrite to avoid indirect function
4359 call in strcasestr.
4360 * sysdeps/x86_64/multiarch/strcasestr.c: Declare
4361 __strcasestr_sse42_nonascii.
4362 * sysdeps/x86_64/multiarch/Makefile: Add rules to build
4363 strcasestr-nonascii.c.
4364 * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: New file.
4365
43662010-06-15 Luis Machado <luisgpm@br.ibm.com>
4367
4368 * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: New file.
4369 * sysdeps/powerpc/powerpc32/power6/fpu/s_copysignf.S: New file.
4370 * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: New file.
4371 * sysdeps/powerpc/powerpc64/power6/fpu/s_copysignf.S: New file.
4372
43732010-07-09 Ulrich Drepper <drepper@redhat.com>
4374
4375 * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Use __fcntl not
4376 fcntl.
4377
43782010-07-06 Andreas Schwab <schwab@redhat.com>
4379
4380 [BZ #11577]
4381 * elf/dl-version.c (match_symbol): Don't pass NULL occation to
4382 dl_signal_cerror.
4383
43842010-07-06 Ulrich Drepper <drepper@redhat.com>
4385
4386 * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Implement
4387 _PC_PIPE_BUF using F_GETPIPE_SZ.
4388
43892010-07-05 Roland McGrath <roland@redhat.com>
4390
4391 * manual/arith.texi (Rounding Functions): Fix rint description
4392 implicit in round description.
4393
43942010-07-02 Ulrich Drepper <drepper@redhat.com>
4395
4396 * elf/Makefile: Fix linking for a few tests to make recent linker
4397 happy.
4398
43992010-06-30 Andreas Schwab <schwab@redhat.com>
4400
4401 * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Readd
4402 $(common-objpfx)libc_nonshared.a.
4403
44042010-06-21 Luis Machado <luisgpm@br.ibm.com>
4405
4406 * sysdeps/powerpc/powerpc32/970/fpu/Implies: Remove.
4407 * sysdeps/powerpc/powerpc32/power5/fpu/Implies: Remove.
4408 * sysdeps/powerpc/powerpc32/power5+/fpu/Implies: Remove.
4409 * sysdeps/powerpc/powerpc32/power6x/fpu/Implies: Remove.
4410 * sysdeps/powerpc/powerpc64/970/fpu/Implies: Remove.
4411 * sysdeps/powerpc/powerpc64/power5/fpu/Implies: Remove.
4412 * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: Remove.
4413 * sysdeps/powerpc/powerpc64/power6x/fpu/Implies: Remove.
4414 * sysdeps/unix/sysv/linux/powerpc/powerpc32/970/fpu/Implies: Remove.
4415 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/fpu/Implies: Remove.
4416 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/fpu/Implies: Remove.
4417 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5+/fpu/Implies: Remove.
4418 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/fpu/Implies: Remove.
4419 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/fpu/Implies: Remove.
4420 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/fpu/Implies: Remove.
4421 * sysdeps/unix/sysv/linux/powerpc/powerpc64/970/fpu/Implies: Remove.
4422 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/fpu/Implies: Remove.
4423 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/fpu/Implies: Remove.
4424 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5+/fpu/Implies: Remove.
4425 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/fpu/Implies: Remove.
4426 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/fpu/Implies: Remove.
4427 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/fpu/Implies: Remove.
4428 * sysdeps/powerpc/powerpc32/970/Implies: Point to power4.
4429 * sysdeps/powerpc/powerpc32/power5/Implies: Point to power4.
4430 * sysdeps/powerpc/powerpc32/power5+/Implies: Point to power5.
4431 * sysdeps/powerpc/powerpc32/power6/Implies: Point to power5+.
4432 * sysdeps/powerpc/powerpc32/power6x/Implies: Point to power6.
4433 * sysdeps/powerpc/powerpc64/970/Implies: Point to power4.
4434 * sysdeps/powerpc/powerpc64/power5/Implies: Point to power4.
4435 * sysdeps/powerpc/powerpc64/power5+/Implies: Point to power5.
4436 * sysdeps/powerpc/powerpc64/power6/Implies: Point to power5+.
4437 * sysdeps/powerpc/powerpc64/power6x/Implies: Point to power6.
4438 * sysdeps/powerpc/powerpc32/power7/Implies: New file.
4439 * sysdeps/powerpc/powerpc64/power7/Implies: New file.
4440 * sysdeps/unix/sysv/linux/powerpc/powerpc32/970/Implies: New file.
4441 * sysdeps/unix/sysv/linux/powerpc/powerpc32/cell/Implies: New file.
4442 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/Implies: New file.
4443 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/Implies: New file.
4444 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/Implies: New file.
4445 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/Implies: New file.
4446 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/Implies: New file.
4447 * sysdeps/unix/sysv/linux/powerpc/powerpc64/970/Implies: New file.
4448 * sysdeps/unix/sysv/linux/powerpc/powerpc64/cell/Implies: New file.
4449 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/Implies: New file.
4450 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/Implies: New file.
4451 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/Implies: New file.
4452 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/Implies: New file.
4453 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/Implies: New file.
4454
44552010-06-25 H.J. Lu <hongjiu.lu@intel.com>
4456
4457 * debug/memmove_chk.c (__memmove_chk): Renamed to ...
4458 (MEMMOVE_CHK): ...this. Default to __memmove_chk.
4459 * string/memmove.c (memmove): Renamed to ...
4460 (MEMMOVE): ...this. Default to memmove.
4461 * sysdeps/x86_64/memcpy.S: Use ENTRY_CHK and END_CHK.
4462 * sysdeps/x86_64/sysdep.h (ENTRY_CHK): Define.
4463 (END_CHK): Define.
4464 * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
4465 memcpy-ssse3 mempcpy-ssse3 memmove-ssse3 memcpy-ssse3-back
4466 mempcpy-ssse3-back memmove-ssse3-back.
4467 * sysdeps/x86_64/multiarch/bcopy.S: New file .
4468 * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: New file.
4469 * sysdeps/x86_64/multiarch/memcpy-ssse3.S: New file.
4470 * sysdeps/x86_64/multiarch/memcpy.S: New file.
4471 * sysdeps/x86_64/multiarch/memcpy_chk.S: New file.
4472 * sysdeps/x86_64/multiarch/memmove-ssse3-back.S: New file.
4473 * sysdeps/x86_64/multiarch/memmove-ssse3.S: New file.
4474 * sysdeps/x86_64/multiarch/memmove.c: New file.
4475 * sysdeps/x86_64/multiarch/memmove_chk.c: New file.
4476 * sysdeps/x86_64/multiarch/mempcpy-ssse3-back.S: New file.
4477 * sysdeps/x86_64/multiarch/mempcpy-ssse3.S: New file.
4478 * sysdeps/x86_64/multiarch/mempcpy.S: New file.
4479 * sysdeps/x86_64/multiarch/mempcpy_chk.S: New file.
4480 * sysdeps/x86_64/multiarch/init-arch.h (bit_Fast_Copy_Backward):
4481 Define.
4482 (index_Fast_Copy_Backward): Define.
4483 (HAS_ARCH_FEATURE): Define.
4484 (HAS_FAST_REP_STRING): Define.
4485 (HAS_FAST_COPY_BACKWARD): Define.
4486
44872010-06-21 Andreas Schwab <schwab@redhat.com>
4488
4489 * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid):
4490 Restore proper fallback handling.
4491
44922010-06-19 Ulrich Drepper <drepper@redhat.com>
4493
4494 [BZ #11701]
4495 * posix/group_member.c (__group_member): Correct checking loop.
4496
4497 * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid): Handle
4498 OOM in getpwuid_r correctly. Return error number when the caller
4499 should return, otherwise -1.
4500 (getlogin_r): Adjust to return also for result of __getlogin_r_loginuid
4501 call returning > 0 value.
4502 * sysdeps/unix/sysv/linux/getlogin.c (getlogin): Likewise.
4503
45042010-06-07 Andreas Schwab <schwab@redhat.com>
4505
4506 * dlfcn/Makefile: Remove explicit dependencies on libc.so and
4507 libc_nonshared.a from targets in modules-names.
4508
45092010-06-02 Kirill A. Shutemov <kirill@shutemov.name>
4510
4511 * elf/dl-reloc.c: Flush cache after solving TEXTRELs if arch
4512 requires it.
4513
45142010-06-10 Luis Machado <luisgpm@br.ibm.com>
4515
4516 * sysdeps/powerpc/powerpc32/power7/memcmp.S: New file
4517 * sysdeps/powerpc/powerpc64/power7/memcmp.S: New file.
4518 * sysdeps/powerpc/powerpc32/power7/strncmp.S: New file.
4519 * sysdeps/powerpc/powerpc64/power7/strncmp.S: New file.
4520
45212010-06-02 Andreas Schwab <schwab@redhat.com>
4522
4523 * nis/nss_nis/nis-initgroups.c (get_uid): Properly resize buffer.
4524
45252010-06-14 Ulrich Drepper <drepper@redhat.com>
4526
4527 * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Define F_SETPIPE_SZ
4528 and F_GETPIPE_SZ.
4529 * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
4530 * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
4531 * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
4532 * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
4533 * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
4534 * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise
4535
45362010-06-14 Roland McGrath <roland@redhat.com>
4537
4538 * manual/libc.texinfo (@copying): Change to GFDL v1.3.
4539
45402010-06-07 Jakub Jelinek <jakub@redhat.com>
4541
4542 * libio/stdio.h (sscanf, vsscanf): Use __REDIRECT_NTH instead of
4543 __REDIRECT followed by __THROW.
4544 * wcsmbs/wchar.h (swscanf, vswscanf): Likewise.
4545 * posix/getopt.h (getopt): Likewise.
4546
45472010-06-02 Emilio Pozuelo Monfort <pochu27@gmail.com>
4548
4549 * hurd/lookup-at.c (__file_name_lookup_at): Accept
4550 AT_SYMLINK_FOLLOW in AT_FLAGS. Fail with EINVAL if both
4551 AT_SYMLINK_FOLLOW and AT_SYMLINK_NOFOLLOW are present
4552 in AT_FLAGS.
4553 * hurd/hurd/fd.h (__file_name_lookup_at): Update comment.
4554 * sysdeps/mach/hurd/linkat.c (linkat): Pass O_NOLINK in FLAGS.
4555
45562010-05-28 Luis Machado <luisgpm@br.ibm.com>
4557
4558 * sysdeps/powerpc/powerpc32/power7/memcpy.S: Exchange srdi for srwi.
4559
45602010-05-26 H.J. Lu <hongjiu.lu@intel.com>
4561
4562 [BZ #11640]
4563 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
4564 Properly check family and model.
4565
45662010-05-26 Takashi Yoshii <takashi.yoshii.zj@renesas.com>
4567
4568 * sysdeps/unix/sysv/linux/sh/sh4/register-dump.h: Fix iov[] size.
4569
45702010-05-24 Luis Machado <luisgpm@br.ibm.com>
4571
4572 * sysdeps/powerpc/powerpc32/power7/memset.S: POWER7 32-bit memset fix.
4573
45742010-05-21 Ulrich Drepper <drepper@redhat.com>
4575
4576 * elf/dl-runtime.c (_dl_profile_fixup): Don't crash on unresolved weak
4577 symbol reference.
4578
45792010-05-19 Andreas Schwab <schwab@redhat.com>
4580
4581 * elf/dl-runtime.c (_dl_fixup): Don't crash on unresolved weak
4582 symbol reference.
4583
45842010-05-21 Andreas Schwab <schwab@redhat.com>
4585
4586 * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Add recvmmsg
4587 and internal_recvmmsg.
4588 * sysdeps/unix/sysv/linux/recvmmsg.c: New file.
4589 * sysdeps/unix/sysv/linux/internal_recvmmsg.S: New file.
4590 * sysdeps/unix/sysv/linux/socketcall.h (SOCKOP_recvmmsg): Define.
4591 * sysdeps/unix/sysv/linux/syscalls.list (recvmmsg): Remove.
4592
4593 * sunrpc/clnt_tcp.c (clnttcp_control): Add missing break.
4594 * sunrpc/clnt_udp.c (clntudp_control): Likewise.
4595 * sunrpc/clnt_unix.c (clntunix_control): Likewise.
4596
45972010-05-20 Andreas Schwab <schwab@redhat.com>
4598
4599 * sysdeps/unix/sysv/linux/sys/timex.h: Use __REDIRECT_NTH.
4600
46012010-05-17 Luis Machado <luisgpm@br.ibm.com>
4602
4603 POWER7 optimizations.
4604 * sysdeps/powerpc/powerpc64/power7/memset.S: New file.
4605 * sysdeps/powerpc/powerpc32/power7/memset.S: New file.
4606
46072010-05-19 Ulrich Drepper <drepper@redhat.com>
4608
4609 * version.h: Update for 2.13 development version.
4610
46112010-05-12 Andrew Stubbs <ams@codesourcery.com>
4612
4613 * sysdeps/sh/sh4/fpu/feholdexcpt.c (feholdexcept): Really disable all
4614 exceptions. Return 0.
4615
46162010-05-07 Roland McGrath <roland@redhat.com>
4617
4618 * elf/ldconfig.c (main): Add a const.
4619
46202010-05-06 Ulrich Drepper <drepper@redhat.com>
4621
4622 * nss/getent.c (idn_flags): Default to AI_IDN|AI_CANONIDN.
4623 (args_options): Add no-idn option.
4624 (ahosts_keys_int): Add idn_flags to ai_flags.
4625 (parse_option): Handle 'i' option to clear idn_flags.
4626
4627 * malloc/malloc.c (_int_free): Possible race in the most recently
4628 added check. Only act on the data if no current modification
4629 happened.
4630
4631See ChangeLog.17 for earlier changes.