]> git.ipfire.org Git - thirdparty/glibc.git/blame - ChangeLog
S/390: Fix longlong.h inline asms for zarch
[thirdparty/glibc.git] / ChangeLog
CommitLineData
48693bea
AK
12011-10-04 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
2
3 * stdlib/longlong.h: Update from GCC. Fix zarch smul_ppmm and
4 sdiv_qrnnd.
5
42622229
LD
62011-10-07 Ulrich Drepper <drepper@gmail.com>
7
8 * string/test-memcmp.c: Avoid unncessary #defines.
9 Patch by Liubov Dmitrieva <liubov.dmitrieva@gmail.com>.
10
093ecf92
LD
112011-08-31 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
12
13 * sysdeps/x86_64/multiarch/rawmemchr.S: Update.
14 Use new sse2 version for core i3 - i7 as it's faster
15 than sse42 version.
16 (bit_Prefer_PMINUB_for_stringop): New.
17 * sysdeps/x86_64/rawmemchr.S: Update.
18 Replace with faster SSE2 version.
19 * sysdeps/x86_64/memrchr.S: New file.
20 * sysdeps/x86_64/memchr.S: Update.
21 Replace with faster SSE2 version.
22
fde56e5c
MP
232011-09-12 Marek Polacek <mpolacek@redhat.com>
24
25 * elf/dl-load.c (lose): Add cast to avoid warning.
26
21fd49a9
UD
272011-10-07 Ulrich Drepper <drepper@gmail.com>
28
5a06e643
UD
29 * po/ca.po: Update from translation team.
30
684ae515
UD
31 * inet/getnetgrent_r.c: Hook up nscd.
32 * nscd/Makefile (routines): Add nscd_netgroup.
33 (nscd-modules): Add netgroupcache.
34 (CFLAGS-netgroupcache.c): Define.
35 * nscd/cache.c (readdfcts): Add entries for GETNETGRENT and INNETGR.
36 (cache_search): Add const to second parameter.
37 * nscd/connections.c (serv2str): Add entries for GETNETGRENT and
38 INNETGR.
39 (dbs): Add netgrdb entry.
40 (reqinfo): Add entries for GETNETGRENT, INNETGR, and GETFDNETGR.
41 (verify_persistent_db): Handle netgrdb.
42 (handle_request): Handle GETNETGRENT, INNETGR, and GETFDNETGR.
43 * nscd/nscd-client.h (request_type): Add GETNETGRENT, INNETGR, and
44 GETFDNETGR.
45 (netgroup_response_header): Define.
46 (innetgroup_response_header): Define.
47 (datahead): Add netgroup_response_header and innetgroup_response_header
48 elements.
49 * nscd/nscd.conf: Add entries for netgroup cache.
50 * nscd/nscd.h (dbtype): Add netgrdb.
51 (_PATH_NSCD_NETGROUP_DB): Define.
52 (netgroup_iov_disabled): Declare.
53 (xmalloc, xcalloc, xrealloc): Move declarations here.
54 (cache_search): Adjust prototype.
55 Add netgroup-related prototypes.
56 * nscd/nscd_conf.c (dbnames): Add netgrdb entry.
57 * nscd/nscd_proto.h (__nss_not_use_nscd_netgroup): Declare.
58 (__nscd_innetgr): Declare.
59 * nscd/selinux.c (perms): Use access_vector_t as element type and
60 add netgroup-related initializers.
61 * nscd/netgroupcache.c: New file.
62 * nscd/nscd_netgroup.c: New file.
63 * nss/Versions [libc] (GLIBC_PRIVATE): Export __nss_lookup.
64 * nss/getent.c (netgroup_keys): Use setnetgrent only for one parameter.
65 For four parameters use innetgr.
66 * nss/nss_files/files-init.c: Add definition and callback for netgr.
67 * nss/nsswitch.c (__nss_lookup): Add libc_hidden_def.
68 (__nss_disable_nscd): Set __nss_not_use_nscd_netgroup.
69 * nss/nsswitch.h (__nss_lookup): Add libc_hidden_proto.
70
21fd49a9
UD
71 * nscd/connections.c (register_traced_file): Don't register file
72 for disabled databases.
73
054c0457
UD
742011-10-06 Ulrich Drepper <drepper@gmail.com>
75
32b63198
UD
76 * nscd/grpcache.c (cache_addgr): Initialize written in all cases.
77
054c0457
UD
78 * nss/nsswitch.c (__nss_lookup_function): Fix order of deleting
79 from tree and freeing node.
80
64031225
JO
812011-09-25 Jiri Olsa <jolsa@redhat.com>
82
83 * nss/nsswitch.c (__nss_database_lookup): Handle
84 nss_parse_service_list out of memory case.
85
0490345c
JO
862011-09-15 Jiri Olsa <jolsa@redhat.com>
87
88 * nss/nsswitch.c (__nss_lookup_function): Handle __tsearch
89 out of memory case.
90
3a62d00d
AS
912011-10-04 Andreas Schwab <schwab@redhat.com>
92
93 * include/dlfcn.h (__RTLD_NOIFUNC): Define.
94 * elf/do-rel.h (elf_dynamic_do_rel): Add parameter skip_ifunc and
95 pass it down.
96 * elf/dynamic-link.h: Adjust prototypes of elf_machine_rel,
97 elf_machine_rela, elf_machine_lazy_rel.
98 (_ELF_DYNAMIC_DO_RELOC): Add parameter skip_ifunc and pass it down.
99 (ELF_DYNAMIC_DO_REL): Likewise.
100 (ELF_DYNAMIC_DO_RELA): Likewise.
101 (ELF_DYNAMIC_RELOCATE): Likewise.
102 * elf/dl-reloc.c (_dl_relocate_object): Pass __RTLD_NOIFUNC down
103 to ELF_DYNAMIC_DO_REL.
104 * elf/rtld.c (_dl_start): Adjust use of ELF_DYNAMIC_RELOCATE.
105 (dl_main): In trace mode always set __RTLD_NOIFUNC.
106 * elf/dl-conflict.c (_dl_resolve_conflicts): Adjust call to
107 elf_machine_rela.
108 * sysdeps/i386/dl-machine.h (elf_machine_rel): Add parameter
109 skip_ifunc, don't call ifunc function if non-zero.
110 (elf_machine_rela): Likewise.
111 (elf_machine_lazy_rel): Likewise.
112 (elf_machine_lazy_rela): Likewise.
113 * sysdeps/ia64/dl-machine.h (elf_machine_rela): Likewise.
114 (elf_machine_lazy_rel): Likewise.
115 * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_rela):
116 Likewise.
117 (elf_machine_lazy_rel): Likewise.
118 * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
119 Likewise.
120 (elf_machine_lazy_rel): Likewise.
121 * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela): Likewise.
122 (elf_machine_lazy_rel): Likewise.
123 * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela): Likewise.
124 (elf_machine_lazy_rel): Likewise.
125 * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
126 (elf_machine_lazy_rel): Likewise.
127 * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Likewise.
128 (elf_machine_lazy_rel): Likewise.
129 * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Likewise.
130 (elf_machine_lazy_rel): Likewise.
131 * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Likewise.
132 (elf_machine_lazy_rel): Likewise.
133
68577918
UD
1342011-09-28 Ulrich Drepper <drepper@gmail.com>
135
136 * nss/nss_files/files-init.c (_nss_files_init): Use static
137 initialization for all the *_traced_file variables.
138
68822d74
AS
1392011-09-28 Andreas Schwab <schwab@redhat.com>
140
141 * sysdeps/powerpc/fpu/libm-test-ulps: Adjust ULPs for jn tests.
142
2056100b
RM
1432011-09-27 Roland McGrath <roland@hack.frob.com>
144
145 [BZ #13226]
146 * manual/signal.texi (Longjmp in Handler): Grammar fixes.
147
32c76b63
AS
1482011-09-27 Andreas Schwab <schwab@redhat.com>
149
150 * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn):
151 Reread the line before reparsing it.
152
bf972c9d
AS
1532011-09-26 Andreas Schwab <schwab@redhat.com>
154
155 * sysdeps/x86_64/fpu/bits/mathinline.h: Use __asm instead of asm.
156
e057a1b5
JM
1572011-09-21 Chung-Lin Tang <cltang@codesourcery.com>
158 Maxim Kuvyrkov <maxim@codesourcery.com>
159 Joseph Myers <joseph@codesourcery.com>
160
161 * resolv/Makefile (LDLIBS-resolv.so): Link in $(elfobjdir)/ld.so
162 if needed for __stack_chk_guard.
163
bc7e1c36
RM
1642011-09-19 Roland McGrath <roland@hack.frob.com>
165
ecb1482f
RM
166 * sysdeps/posix/spawni.c (script_execute): Always define it.
167 It will be optimized away if unused.
168 (maybe_script_execute): New function.
169 (__spawni): Call it.
170
bc7e1c36
RM
171 * Makerules: Don't include tls.make.
172 (config-tls): Always set to thread.
173 * tls.make.c: File removed.
174
1c3b002b
MF
1752011-09-19 Mike Frysinger <vapier@gentoo.org>
176
177 * Makeconfig (CPPFLAGS): Prepend $(CPPFLAGS-config).
178 * config.make.in (CPPFLAGS-config): New substituted variable.
179
2840865d
UD
1802011-09-15 Ulrich Drepper <drepper@gmail.com>
181
88738eb6
UD
182 * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: New file.
183
2840865d
UD
184 * sysdeps/unix/sysv/linux/bits/in.h (IP_MULTICAST_ALL): Define.
185 Patch mostly by Neil Horman <nhorman@tuxdriver.com>.
186
b402e91a
RM
1872011-09-15 Roland McGrath <roland@hack.frob.com>
188
189 * sysdeps/unix/sysv/linux/i386/____longjmp_chk.S
190 (CALL_FAIL): Use HIDDEN_JUMPTARGET for __fortify_fail.
191 * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S
192 (CALL_FAIL): Likewise.
193 * sysdeps/unix/sysv/linux/ia64/____longjmp_chk.S (CHECK_RSP): Likewise.
194 (CALL_FAIL): Macro removed.
195 Patch mostly by Mike Frysinger <vapier@gentoo.org>.
196
4c1a1f71
UD
1972011-09-15 Ulrich Drepper <drepper@gmail.com>
198
199 * sysdeps/x86_64/fpu/bits/mathinline.h: Add fmax and fmin optimizations
200 for __FINITE_MATH_ONLY__ == 1.
201
edc121be
AS
2022011-09-15 Andreas Schwab <schwab@redhat.com>
203
204 * sysdeps/powerpc/fpu/e_hypot.c (__ieee754_hypot): Use
205 __ieee754_sqrt instead of sqrt.
206 * sysdeps/powerpc/fpu/e_hypotf.c (__ieee754_hypotf): Use
207 __ieee754_sqrtf instead of sqrtf.
208 * sysdeps/powerpc/fpu/e_rem_pio2f.c (__ieee754_rem_pio2f): Use
209 __floorf instead of floorf.
210 * sysdeps/powerpc/fpu/k_rem_pio2f.c (__fp_kernel_rem_pio2f): Use
211 __floorf, __truncf instead of floorf, truncf.
212
cd205654
UD
2132011-09-14 Ulrich Drepper <drepper@gmail.com>
214
ee4d0315
UD
215 * sysdeps/x86_64/fpu/s_copysign.S [ELF]: Use correct section.
216
cd205654
UD
217 * sysdeps/x86_64/fpu/bits/mathinline.h (__MATH_INLINE): Use
218 __extern_always_inline.
219 Define lrint{f,} and llrint{f,} for 64-bit and in some situations for
220 32-bit.
221
48b67d71
AS
2222011-09-14 Andreas Schwab <schwab@redhat.com>
223
224 * elf/rtld.c (dl_main): Also relocate in dependency order when
225 doing symbol dependency testing.
226
1ae12c75
AS
2272011-09-13 Andreas Schwab <schwab@linux-m68k.org>
228
229 * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
230 Always define `refsym'.
231
995a80df
AS
2322011-09-13 Andreas Schwab <schwab@redhat.com>
233
e529793b
AS
234 * misc/sys/select.h (__FD_MASK): Renamed from __FDMASK.
235 (__FD_ELT): Renamed from __FDELT.
236 * misc/bits/select2.h (__FD_ELT): Likewise.
237 * bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET): Use __FD_ELT,
238 __FD_MASK instead of __FDELT, __FDMASK.
239 * sysdeps/i386/bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET):
240 Likewise.
241 * sysdeps/x86_64/bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET):
242 Likewise.
243
52d4fef8
AS
244 * elf/Makefile (gen-ldd): Fix pattern.
245
995a80df
AS
246 * elf/rtld.c (dl_main): Only use USE___THREAD when defined.
247 (init_tls): Likewise.
248
8682f8b0
UD
2492011-09-12 Ulrich Drepper <drepper@gmail.com>
250
251 * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c: New file.
252
de82006d
AS
2532011-09-12 Andreas Schwab <schwab@redhat.com>
254
a7c8e6a1
AS
255 * sysdeps/unix/sysv/linux/bits/socket.h (__cmsg_nxthdr): Cast to
256 `struct cmsghdr *' instead of `void *'.
257 * sysdeps/unix/sysv/linux/sparc/bits/socket.h (__cmsg_nxthdr):
258 Likewise.
259
0f31fe77
AS
2602011-09-11 Andreas Schwab <schwab@linux-m68k.org>
261
262 * elf/Makefile (gen-ldd): Prepend $(..) to $(ldd-rewrite-script)
263 if non-absolute.
264 * sysdeps/unix/sysv/linux/configure.in: Remove leading ../ from
265 ldd_rewrite_script.
0f31fe77 266
32b4c839
UD
2672011-09-11 Ulrich Drepper <drepper@gmail.com>
268
83cd1420
UD
269 * configure.in: Remove --with-tls option.
270 * config.h.in: Remove HAVE_TLS_SUPPORT entry.
271 * sysdeps/i386/elf/configure.in: Always test for TLS support and err
272 out in case it is missing.
273 * sysdeps/ia64/elf/configure.in: Likewise.
274 * sysdeps/powerpc/powerpc32/elf/configure.in: Likewise.
275 * sysdeps/powerpc/powerpc64/elf/configure.in: Likewise.
276 * sysdeps/s390/s390-32/elf/configure.in: Likewise.
277 * sysdeps/s390/s390-64/elf/configure.in: Likewise.
278 * sysdeps/sh/elf/configure.in: Likewise.
279 * sysdeps/sparc/sparc32/elf/configure.in: Likewise.
280 * sysdeps/sparc/sparc64/elf/configure.in: Likewise.
281 * sysdeps/x86_64/elf/configure.in: Likewise.
282 * sysdeps/mach/hurd/i386/tls.h: Remove test for HAVE_TLS_SUPPORT.
283 * sysdeps/mach/hurd/tls.h: Likewise.
284
633f745d
UD
285 [BZ #13067]
286 * malloc/obstack.h [!GNUC] (obstack_free): Avoid cast to int.
287
f318beb8
UD
288 [BZ #13090]
289 * configure.in: Fix use of AC_INIT.
290
32b4c839
UD
291 * elf/dl-support.c (_dl_pagesize): Initialize to EXEC_PAGESIZE.
292
3ce1f295
UD
2932011-09-10 Ulrich Drepper <drepper@gmail.com>
294
bb016596
UD
295 * malloc/malloc.c: Replace MALLOC_FAILURE_ACTION with use of
296 __set_errno.
8e58439c
UD
297 * malloc/hooks.c: Likewise.
298
02d46fc4
UD
299 * malloc/arena.c (ptmalloc_init_minimal): Removed. Initialize all
300 variables statically.
301 (narenas): Initialize.
302 (list_lock): Initialize.
bb016596
UD
303 (ptmalloc_init): Don't call ptmalloc_init_minimal. Remove
304 initializtion of main_arena and list_lock. Small cleanups.
02d46fc4
UD
305 Replace all uses of malloc_getpagesize with GLRO(dl_pagesize).
306 * malloc/malloc.c: Remove malloc_getpagesize. Include <ldsodefs.h>.
307 Add initializers to main_arena and mp_.
308 (malloc_state): Remove pagesize member. Change all users to use
309 GLRO(dl_pagesize).
310
311 * elf/rtld.c (rtld_global_ro): Initialize _dl_pagesize.
312 * sysdeps/unix/sysv/linux/getpagesize.c: Simplify. GLRO(dl_pagesize)
313 is always initialized.
314
22a89187
UD
315 * malloc/malloc.c: Removed unused configurations and dead code.
316 * malloc/arena.c: Likewise.
317 * malloc/hooks.c: Likewise.
02d46fc4 318 * malloc/Makefile (CPPFLAGS-malloc.c): Don't add -DATOMIC_FASTBINS.
22a89187 319
d063d164
UD
320 * include/tls.h: Removed. USE___THREAD must always be defined.
321 * bits/libc-tsd.h: Don't handle !USE___THREAD.
322 * elf/dl-libc.c: Likewise.
323 * elf/dl-tsd.c: Likewise.
324 * include/errno.h: Likewise.
325 * include/netdb.h: Likewise.
326 * include/resolv.h: Likewise.
327 * inet/herrno-loc.c: Likewise.
328 * inet/herrno.c: Likewise.
329 * malloc/arena.c: Likewise.
330 * malloc/hooks.c: Likewise.
331 * malloc/malloc.c: Likewise.
332 * resolv/res-state.c: Likewise.
333 * resolv/res_libc.c: Likewise.
334 * sysdeps/i386/dl-machine.h: Likewise.
335 * sysdeps/ia64/dl-machine.h: Likewise.
336 * sysdeps/powerpc/powerpc32/dl-machine.h: Likewise.
337 * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
338 * sysdeps/s390/s390-32/dl-machine.h: Likewise.
339 * sysdeps/s390/s390-64/dl-machine.h: Likewise.
340 * sysdeps/sh/dl-machine.h: Likewise.
341 * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
342 * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
343 * sysdeps/unix/i386/sysdep.S: Likewise.
344 * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
345 * sysdeps/unix/sysv/linux/ia64/sysdep.S: Likewise.
346 * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.S: Likewise.
347 * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
348 * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.S: Likewise.
349 * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
350 * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
351 * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
352 * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
353 * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
354 * sysdeps/unix/x86_64/sysdep.S: Likewise.
355 * sysdeps/x86_64/dl-machine.h: Likewise.
356 * tls.make.c: Likewise.
357
3ce1f295
UD
358 * configure.in: Remove --with-__thread option. Make tests for
359 --no-whole-archive, __builtin_expect, symbol redirection, __thread,
360 tls_model attribute fail if no support is available. Remove
361 USE_IN_LIBIO.
362 * Makeconfig: Adjust for dropped configure option. All features are
363 now mandatory.
364 * Makerules: Likewise.
365 * Versions.def: Likewise.
366 * argp/argp-fmtstream.c: Likewise.
367 * argp/argp-fmtstream.h: Likewise.
368 * argp/argp-help.c: Likewise.
369 * assert/assert.c: Likewise.
370 * config.h.in: Likewise.
371 * config.make.in: Likewise.
372 * configure: Likewise.
373 * configure.in: Likewise.
374 * csu/Versions: Likewise.
375 * csu/init.c: Likewise.
376 * elf/tst-audit2.c: Likewise.
377 * elf/tst-tls10.c: Likewise.
378 * elf/tst-tls10.h: Likewise.
379 * elf/tst-tls11.c: Likewise.
380 * elf/tst-tls12.c: Likewise.
381 * elf/tst-tls14.c: Likewise.
382 * elf/tst-tlsmod11.c: Likewise.
383 * elf/tst-tlsmod12.c: Likewise.
384 * elf/tst-tlsmod13.c: Likewise.
385 * elf/tst-tlsmod13a.c: Likewise.
386 * elf/tst-tlsmod14a.c: Likewise.
387 * elf/tst-tlsmod15b.c: Likewise.
388 * elf/tst-tlsmod16a.c: Likewise.
389 * elf/tst-tlsmod16b.c: Likewise.
390 * elf/tst-tlsmod7.c: Likewise.
391 * elf/tst-tlsmod8.c: Likewise.
392 * elf/tst-tlsmod9.c: Likewise.
393 * gmon/gmon.c: Likewise.
394 * grp/fgetgrent_r.c: Likewise.
395 * grp/putgrent.c: Likewise.
396 * hurd/fopenport.c: Likewise.
397 * include/libc-symbols.h: Likewise.
398 * include/tls.h: Likewise.
399 * intl/gettextP.h: Likewise.
400 * intl/loadinfo.h: Likewise.
401 * locale/global-locale.c: Likewise.
402 * locale/localeinfo.h: Likewise.
403 * mach/devstream.c: Likewise.
404 * malloc/arena.c: Likewise.
405 * malloc/set-freeres.c: Likewise.
406 * misc/err.c: Likewise.
407 * misc/getttyent.c: Likewise.
408 * misc/mntent_r.c: Likewise.
409 * posix/getopt.c: Likewise.
410 * posix/wordexp.c: Likewise.
411 * pwd/fgetpwent_r.c: Likewise.
412 * resolv/Versions: Likewise.
413 * resolv/res_hconf.c: Likewise.
414 * shadow/fgetspent_r.c: Likewise.
415 * shadow/putspent.c: Likewise.
416 * stdio-common/printf_fphex.c: Likewise.
417 * stdio-common/tmpfile.c: Likewise.
418 * stdlib/abort.c: Likewise.
419 * stdlib/fmtmsg.c: Likewise.
420 * sunrpc/auth_unix.c: Likewise.
421 * sunrpc/clnt_perr.c: Likewise.
422 * sunrpc/clnt_tcp.c: Likewise.
423 * sunrpc/clnt_udp.c: Likewise.
424 * sunrpc/clnt_unix.c: Likewise.
425 * sunrpc/openchild.c: Likewise.
426 * sunrpc/svc_simple.c: Likewise.
427 * sunrpc/svc_tcp.c: Likewise.
428 * sunrpc/svc_udp.c: Likewise.
429 * sunrpc/svc_unix.c: Likewise.
430 * sunrpc/xdr.c: Likewise.
431 * sunrpc/xdr_array.c: Likewise.
432 * sunrpc/xdr_rec.c: Likewise.
433 * sunrpc/xdr_ref.c: Likewise.
434 * sunrpc/xdr_stdio.c: Likewise.
435
1248c1c4
PB
4362011-09-09 Ulrich Drepper <drepper@gmail.com>
437
438 * sysdeps/i386/fpu/libm-test-ulps: Adjust ULPs for jn tests.
439
4402011-07-03 Andreas Jaeger <aj@suse.de>
441
442 * math/libm-test.inc (jn_test): Add tests for BZ#11589.
443 * sysdeps/x86_64/fpu/libm-test-ulps: Add new ULPs for jn_test,
444 regenerate with gen-libm-tests.pl.
445
4462010-05-12 Petr Baudis <pasky@suse.cz>
447
448 [BZ #11589]
449 * sysdeps/ieee754/dbl-64/e_jn.c: Compensate major precision loss
450 around j0() zero points by switching to j1().
451 * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
452 * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
453 * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
454 * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
455
f22e1074
UD
4562011-09-09 Ulrich Drepper <drepper@gmail.com>
457
f19009c1
UD
458 * sysdeps/unix/bsd/bsd4.4/bits/socket.h (__cmsg_nxthdr): Use NULL
459 instead of 0.
460 * sysdeps/unix/sysv/linux/bits/socket.h (__cmsg_nxthdr): Use (void*)0
461 instead of 0. .
462 * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
463 Patch in part by Pavel Roskin <proski@gnu.org>.
464
3f8cc204
UD
465 [BZ #13138]
466 * stdio-common/vfscanf.c (ADDW): Allocate large memory block with
467 realloc.
468 (_IO_vfscanf_internal): Remove reteof. Use errout after setting done.
469 Free memory block if necessary.
470
f22e1074
UD
471 [BZ #12847]
472 * libio/genops.c (INTDEF): For string streams the _lock pointer can
473 be NULL. Don't lock in this case.
474
0a2349f9
RM
4752011-09-09 Roland McGrath <roland@hack.frob.com>
476
477 * elf/elf.h (ELFOSABI_GNU): New macro.
478 (ELFOSABI_LINUX): Define to that.
479
f3cdd467
DZ
4802011-07-29 Denis Zaitceff <zaitceff@gmail.com>
481
482 * string/strncat.c (strncat): Undef the symbol in case it has been
483 defined in bits/string.h.
484
74718d13
UD
4852011-09-09 Ulrich Drepper <drepper@gmail.com>
486
633e9e0f
UD
487 * elf/sotruss.ksh: Clean up, fix, and complete help messages.
488
0a2349f9 489 * elf/dl-iteratephdr.c (__dl_iterate_phdr): Fill in data from the real
74718d13
UD
490 link map.
491
f9924780
AJ
4922011-08-17 Andreas Jaeger <aj@suse.de>
493
494 * elf/sprof.c (load_shobj): Remove unused variable log_hashfraction.
495
7f5517aa
PP
4962011-08-18 Paul Pluzhnikov <ppluzhnikov@google.com>
497 Ian Lance Taylor <iant@google.com>
498
499 * math/libm-test.inc (lround_test): New testcase.
500 * sysdeps/ieee754/dbl-64/s_lround.c (__lround): Don't lose precision.
501
762011fe
UD
5022011-09-08 Ulrich Drepper <drepper@gmail.com>
503
92963737
UD
504 * Makefile: Remove support for automatic cvs check-ins.
505 * Makerules: Likewise.
506 * config.make.in: Likewise.
507 * configure.in: Likewise.
508 * intl/Makefile: Likewise.
509 * locale/Makefile: Likewise.
510 * po/Makefile: Likewise.
511 * posix/Makefile: Likewise.
512 * sysdeps/gnu/Makefile: Likewise.
513 * sysdeps/mach/hurd/Makefile: Likewise.
514 * sysdeps/sparc/sparc32/Makefile: Likewise.
515
b0727fd8
JS
516 [BZ #13118]
517 * posix/Makefile (bug-regex32-ENV): Define.
518 Patch by John Stanley <jpsinthemix@verizon.net>.
519
a0f33f99
UD
520 * misc/Makefile (headers): Add bits/select2.h.
521 * misc/sys/select.h: Include bits/select2.h for _FORTIFY_SOURCE.
522 * misc/bits/select2.h: New file.
523 * include/bits/select2.h: New file.
524 * debug/Makefile (routines): Add fdelt_chk.
525 * debug/Versions: Export __fdelt_chk and __fdelt_warn for GLIBC_2.15.
526 * debug/tst-chk1.c (do_test): Add tests for FD_SET, FD_CLR, and
527 FD_ISSET.
528 * debug/fdelt_chk.c: New file.
529
762011fe
UD
530 * wcsmbs/test-wcscmp.c: Moved from string/*. Adjust.
531 * wcsmbs/test-wmemcmp.c: Likewise.
532 * string/Makefile (strop-tests): Remove wcscmp and wmemcmp.
a0f33f99 533 * wcsmbs/Makefile (strop-tests): Add wcscmp and wmemcmp.
762011fe
UD
534
5352011-09-08 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
536
537 * string/Makefile (strop-tests): Add memcmp.
538 * string/test-wmemcmp.c: New file.
539 * string/test-memcmp.c: Add wmemcmp support.
540
7f513ec8
RM
5412011-09-08 Roland McGrath <roland@hack.frob.com>
542
0442afb4
RM
543 [BZ #13153]
544 * manual/libc.texinfo (EDITION, VERSION, UPDATED): Update for
545 2011-07-19 change.
546
7f513ec8
RM
547 * sysdeps/mach/hurd/fork.c (__fork): Initialize REFS so we don't use a
548 garbage value in a __mach_port_mod_refs call in the cases of the
549 task-self and thread-self ports.
550
a12b2239
ST
5512011-09-06 Samuel Thibault <samuel.thibault@ens-lyon.org>
552
553 * sysdeps/mach/hurd/sys/param.h (DEV_BSIZE): New macro.
554
610f9ab4
AS
5552011-09-08 Andreas Schwab <schwab@redhat.com>
556
7f513ec8 557 * elf/dl-load.c (lose): Check for non-null L.
610f9ab4 558
48882a1a
LD
5592011-09-07 Ulrich Drepper <drepper@gmail.com>
560
b49865be
UD
561 * elf/dl-load.c (open_verify): Use O_CLOEXEC.
562
fdc86bc9
UD
563 * elf/dl-libc.c (dlerror_run): Pass back error code from
564 dl_catch_error.
565
c966526a
UD
566 [BZ #13123]
567 * elf/dl-load.c (lose): Free l_origin if it is valid.
568
48882a1a
LD
569 * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Fix mixup in section
570 names.
571 * sysdeps/i386/i686/multiarch/strchr-sse2.S: Likewise.
572 * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
573 * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
574 * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
575 * sysdeps/i386/i686/multiarch/strrchr-sse2.S: Likewise.
576 Patch by Liubov Dmitrieva <liubov.dmitrieva@intel.com>.
577
77a2a8b4
AZ
5782011-08-01 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
579
580 * sysdeps/powerpc/fpu/e_hypot.c: New file.
581 * sysdeps/powerpc/fpu/e_hypotf.c: New file.
582 * sysdeps/powerpc/fpu/e_rem_pio2f.c: New file.
583 * sysdeps/powerpc/fpu/k_rem_pio2f.c: New file.
584 * sysdeps/powerpc/fpu/k_cosf.c: New file.
585 * sysdeps/powerpc/fpu/k_sinf.c: New file.
586 * sysdeps/powerpc/fpu/s_cosf.c: New file.
587 * sysdeps/powerpc/fpu/s_sinf.c: New file.
588 * sysdeps/powerpc/fpu/s_scalbnf.c: New file.
589 * sysdeps/powerpc/fpu/s_float_bitwise.h: New file.
590
24f579d8
AM
5912011-08-15 Alan Modra <amodra@gmail.com>
592
593 [BZ #13092]
594 * sysdeps/powerpc/Makefile (gmon): Move sysdep_routines to..
595 * sysdeps/powerpc/powerpc64/Makefile (gmon): ..here..
596 * sysdeps/powerpc/powerpc32/Makefile (gmon): ..and here. Add
597 ppc_mcount to static-only-routines.
598 * sysdeps/powerpc/powerpc32/Versions: Export GLIBC_PRIVATE
599 __mcount_internal.
600 * sysdeps/powerpc/powerpc32/ppc-mcount.S (_mcount): Call
601 __mcount_internal with usual JUMPTARGET. Remove useless nop.
602
3d4837df
UD
6032011-08-18 David Flaherty <flaherty@linux.vnet.ibm.com>
604
605 * sysdeps/ieee754/ldbl-128ibm/s_fmal.c: New file which checks
606 for finite and infinity parameters.
607
22700377
WS
6082011-08-04 Will Schmidt <will_schmidt@vnet.ibm.com>
609
610 * sysdeps/powerpc/powerpc32/power7/strncmp.S: Adjust the alignment
611 and add nop instructions for throughput optimization.
612 * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
613
5025581e
WS
6142011-07-28 Will Schmidt <will_schmidt@vnet.ibm.com>
615
616 * sysdeps/powerpc/powerpc32/power7/memcpy.S: Optimize the
617 aligned copy for power7 with vector-scalar instructions.
618 * sysdeps/powerpc/powerpc64/power7/memcpy.S: Likewise.
619
08a300c9
L
6202011-07-24 H.J. Lu <hongjiu.lu@intel.com>
621
622 * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Simplify
623 AVX check.
624
59178ef9
AS
6252011-09-07 Andreas Schwab <schwab@redhat.com>
626
627 [BZ #13144]
628 * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semdid_ds): Revert
629 last change.
630
e38ba7ab
UD
6312011-09-07 Ulrich Drepper <drepper@gmail.com>
632
633 * sysdeps/unix/sysv/linux/x86_64/init-first.c
634 (_libc_vdso_platform_setup): If vDSO is not present store pointer to
635 syscall wrapper around clock_gettime in __vdso_clock_gettime.
636 * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Add entry for
637 clock_gettime.
638
d53a73ac
UD
6392011-09-06 Ulrich Drepper <drepper@gmail.com>
640
fc8bffcc
UD
641 * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c (INTERNAL_GETTIME):
642 Forgot to demangle the pointer.
643
ceaa0c5d
UD
644 * sysdeps/i386/sysdep.h: Define atom_text_section.
645 * sysdeps/x86_64/sysdep.h: Likewise.
646 * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Place function in
647 section with atom_text_section.
648 * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
649 * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
650 * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: Likewise.
651 * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Likewise.
652 * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S: Likewise.
653
a77d3c17
UD
654 * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c: New file.
655 * sysdeps/unix/sysv/linux/clock_gettime.c (SYSCALL_GETTIME): Allow
656 already be defined. Change to take two parameters and don't assign
657 result to variable. Adjust all users.
658 Define INTERNAL_GETTIME if not already defined.
659 Use INTERNAL_GETTIME instead of INTERNAL_VSYSCALL got clock_gettime
660 call.
661 * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Don't define
662 HAVE_CLOCK_GETTIME_VSYSCALL.
663 * sysdeps/unix/clock_gettime.c: Adjust use of SYSDEP_GETTIME_CPU.
664
d53a73ac
UD
665 * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Don't use
666 gettimeofday vsyscall, just use time.
667
a8f84144
AS
6682011-09-06 Andreas Schwab <schwab@redhat.com>
669
670 * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c [!SHARED]: Include
671 <errno.h>.
672
ef606249
UD
6732011-09-06 Ulrich Drepper <drepper@gmail.com>
674
675 * sysdeps/unix/sysv/linux/kernel-features.h: Add entry for getcpu
676 syscall on x86-64.
677 * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c [!SHARED]: Use real
678 syscall.
679 * sysdeps/unix/sysv/linux/x86_64/time.c: Likewise.
680 * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S [!SHARED]: Use real
681 syscall if possible.
682
6585cb60
UD
6832011-09-05 Ulrich Drepper <drepper@gmail.com>
684
685 * elf/pldd.c (get_process_info): Don't read whole ELF header, just
686 e_ident. Don't pass to find_mapsXX.
687 * elf/pldd-xx.c (find_mapsXX): Remove second parameter.
688
a5f524e4
LD
6892011-07-20 Liubov Dmitrieva <liubov.dmitrieva@intel.com>
690
691 * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
692 strchr-sse2-no-bsf strrchr-sse2-no-bsf
693 * sysdeps/x86_64/multiarch/strchr.S: Update.
694 Check bit_slow_BSF bit.
695 * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
696 * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: New file.
697 * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S: New file.
698
554881ef
UD
6992011-09-05 Ulrich Drepper <drepper@gmail.com>
700
d96de963
UD
701 [BZ #13134]
702 * sysdeps/posix/spawni.c (script_execute): Define only for compatibility
703 before glibc 2.15.
704 (tryshell): Define.
705 (__spawni): Change last parameter to be flag. Test
706 SPAWN_XFLAGS_USE_PATH flag to use path or not.
707 Don't try to use shell unless SPAWN_XFLAGS_TRY_SHELL is set.
708 * sysdeps/mach/hurd/spawni.c: Change last parameter and adjust user.
709 * posix/spawni.c: Likewise.
710 * posix/spawn.c: Add compat version which passed SPAWN_XFLAGS_TRY_SHELL.
711 * posix/spawnp.c: Likewise. Change normal version to use
712 SPAWN_XFLAGS_USE_PATH.
713 * posix/spawn_int.c: Define SPAWN_XFLAGS_USE_PATH and
714 SPAWN_XFLAGS_TRY_SHELL.
715
d48e5868
UD
716 [BZ #13150]
717 * posix/glob.h: Remove gcc 1.x support.
718
554881ef
UD
719 [BZ #13068]
720 * elf/dl-misc.c (_dl_sysdep_read_whole_file): Use O_CLOEXEC.
721
693fb948
LD
7222011-07-20 Liubov Dmitrieva <liubov.dmitrieva@intel.com>
723
724 * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
725 strchr-sse2 strrchr-sse2 strchr-sse2-bsf
726 strrchr-sse2-bsf
727 * sysdeps/i386/i686/multiarch/strchr.S: New file.
728 * sysdeps/i386/i686/multiarch/strrchr.S: New file.
729 * sysdeps/i386/i686/multiarch/strchr-sse2.S: New file.
730 * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: New file.
731 * sysdeps/i386/i686/multiarch/strrchr-sse2.S: New file.
732 * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: New file.
733
1b48c537
UD
7342011-08-29 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
735
49d42c37
UD
736 * sysdeps/x86_64/wcscmp.S: New file.
737
1b48c537
UD
738 * sysdeps/i386/i686/multiarch/Makefile: (sysdep_routines): Add
739 wcscmp-c wcscmp-sse2
740 * sysdeps/i386/i686/multiarch/wcscmp-c.c: New file.
741 * sysdeps/i386/i686/multiarch/wcscmp.S: New file.
742 * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: New file.
743 * wcsmbs/wcscmp.c: Allow renaming.
744
15c95c5d
DM
7452011-09-05 David S. Miller <davem@davemloft.net>
746
747 * sysdeps/sparc/sparc32/fpu/s_fabsf.S: Use first argument
748 stack slot, rather than the struct return pointer slot.
749 * sysdeps/sparc/sparc32/fpu/s_fabs.c: Delete.
750 * sysdeps/sparc/sparc32/fpu/s_fabs.S: New file.
751 * sysdeps/sparc/sparc32/sparcv9/fpu/s_fabs.S: Likewise.
752 * sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/fpu/Implies: Likewise.
753
2f0ad8f3
UD
7542011-09-05 Ulrich Drepper <drepper@gmail.com>
755
d88ae418
UD
756 * po/ja.po: Update from translation team.
757
2f0ad8f3
UD
758 [BZ #13144]
759 * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semdid_ds): Fix to match
760 kernel in 64-bit binaries.
761
5f4318d1
DM
7622011-09-01 David S. Miller <davem@davemloft.net>
763
764 * elf/elf.h (HWCAP_SPARC_*): Move to..
765 * sysdeps/sparc/sysdep.h: this new file and add new values.
766 * sysdeps/unix/sparc/sysdep.h: Include sysdeps/sparc/sysdep.h
767 * sysdeps/sparc/dl-procinfo.h: Include sysdep.h and increase
768 _DL_HWCAP_COUNT to 24.
769 * sysdeps/sparc/dl-procinfo.c (_dl_sparc_cap_flags): Add new
770 entries.
771 * sysdeps/sparc/sparc32/bits/atomic.h: Don't use magic local
772 __ATOMIC_HWCAP_SPARC_V9 define, use sysdep.h one instead.
773 * sysdeps/sparc/sparc32/dl-machine.h: Include sysdep.h
774 * sysdeps/sparc/sparc64/multiarch/memcpy.S: Use HWCAP_SPARC_*
775 instead of magic constants.
776 * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
777
3ba57516
DM
7782011-08-31 David S. Miller <davem@davemloft.net>
779
780 * sysdeps/unix/sparc/sysdep.h (SETUP_PIC_REG): Define.
781 * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h (PSEUDO):
782 Reimplement to do errno handling inline.
783 (SYSCALL_ERROR_HANDLER): New macro.
784 (__SYSCALL_STRING): Do not do errno handling in asm.
785 (__CLONE_SYSCALL_STRING): Delete.
786 (__INTERNAL_SYSCALL_STRING): Delete.
787 * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Include
788 sysdeps/unix/sparc/sysdep.h instead of sysdeps/unix/sysdep.h
789 (PSEUDO): Reimplement to do errno handling inline.
790 (ret, ret_NOERRNO, ret_ERRVAL, r0, r1, MOVE): Don't redefine.
791 (SYSCALL_ERROR_HANDLER): New macro.
792 (__SYSCALL_STRING): Do not do errno handling in asm.
793 (__CLONE_SYSCALL_STRING): Delete.
794 (__INTERNAL_SYSCALL_STRING): Delete.
795 * sysdeps/unix/sysv/linux/sparc/sysdep.h (INLINE_SYSCALL):
796 Implement in terms of INTERNAL_SYSCALL and __set_errno, just like
797 i386.
798 (INTERNAL_SYSCALL_DECL): Declare %g1 var for err state.
799 (inline_syscall*): Add 'err' argument.
800 (INTERNAL_SYSCALL, INTERNAL_SYSCALL_NCS,
801 INTERNAL_SYSCALL_ERROR_P): Likewise and pass it down.
802 (INLINE_CLONE_SYSCALL): Reimplement in terms of __SYSCALL_STRING,
803 INTERNAL_SYSCALL_ERRNO, and INTERNAL_SYSCALL_ERROR_P.
804
805 * scripts/data/localplt-sparc-linux-gnu.data: Remove 'ffs'.
806 * scripts/data/localplt-sparc64-linux-gnu.data: Likewise.
807
2bc17433
AS
8082011-08-30 Andreas Schwab <schwab@redhat.com>
809
810 * elf/rtld.c (dl_main): Relocate objects in dependency order.
811
fbeb5f4d
JO
8122011-08-29 Jiri Olsa <jolsa@redhat.com>
813
814 * sysdeps/i386/dl-trampoline.S (_dl_runtime_profile): Fix cfi
815 directive.
816
ad69cc26
DM
8172011-08-24 David S. Miller <davem@davemloft.net>
818
819 * sysdeps/sparc/sparc64/strcmp.S: Rewrite.
820
39dd69df
AS
8212011-08-24 Andreas Schwab <schwab@redhat.com>
822
823 * elf/Makefile: Add rules to build and run unload8 test.
824 * elf/unload8.c: New file.
825 * elf/unload8mod1.c: New file.
826 * elf/unload8mod1x.c: New file.
827 * elf/unload8mod2.c: New file.
828 * elf/unload8mod3.c: New file.
829
830 * elf/dl-close.c (_dl_close_worker): Reset private search list if
831 it wasn't used.
832
2c0b250a
DM
8332011-08-23 David S. Miller <davem@davemloft.net>
834
835 * sysdeps/sparc/sparc64/dl-machine.h (DL_STACK_END): Do not
836 subtract stack bias.
837 * sysdeps/sparc/sparc64/jmpbuf-unwind.h (_JMPBUF_UNWINDS): Use
838 %sp not %fp in calculations.
839 (_JMPBUF_UNWINDS_ADJ): Likewise.
840
22044b48
DM
841 * sysdeps/pthread/aio_suspend.c (do_aio_misc_wait): New function.
842 (aio_suspend): Call it to force an exception region around the
843 AIO_MISC_WAIT() invocation.
844
2cae4995
AS
8452011-08-23 Andreas Schwab <schwab@redhat.com>
846
847 * sysdeps/i386/i686/multiarch/strspn.S (ENTRY): Add missing
848 backslash.
849
873a772e
AJ
8502011-07-04 Aurelien Jarno <aurelien@aurel32.net>
851
852 * sysdeps/powerpc/dl-tls.h: Add _PPC_DL_TLS_H inclusion
853 protection macro.
854 * sysdeps/powerpc/powerpc64/dl-irel.h: Include <ldsodefs.h>
855 and <dl-machine.h>.
856 (Elf64_FuncDesc): Remove.
857
25ad0df1
DM
8582011-08-22 David S. Miller <davem@davemloft.net>
859
860 * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Fix
861 sigaltstack check, add missing cfi directives.
862 * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Add
863 missing cfi directives, and sigaltstack handling.
864
e888bcbe
AS
8652011-08-16 Andreas Schwab <schwab@redhat.com>
866
867 [BZ #11724]
868 * elf/dl-deps.c (_dl_map_object_deps): Only assume cycle when
869 object is seen twice.
870 * elf/dl-fini.c (_dl_sort_fini): Likewise.
871
872 * elf/Makefile (distribute): Add tst-initorder2.c.
873 (tests): Add tst-initorder2.
874 (modules-names): Add tst-initorder2a tst-initorder2b
875 tst-initorder2c tst-initorder2d. Add rules to build them.
876 ($(objpfx)tst-initorder2.out): New rule.
877 * elf/tst-initorder2.c: New file.
878 * elf/tst-initorder2.exp: New file.
879
87162f46
AS
8802011-08-22 Andreas Schwab <schwab@redhat.com>
881
70538b7f
AS
882 * sysdeps/unix/sysv/linux/i386/scandir64.c: Include <string.h>.
883
f55ffe58
AS
884 * elf/dl-deps.c (_dl_map_object_deps): Move check for missing
885 dependencies back to end of function.
886
87162f46
AS
887 * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Readd
888 $(elfobjdir)/ld.so.
889
91b392a4
UD
8902011-08-21 Ulrich Drepper <drepper@gmail.com>
891
892 * sysdeps/unix/sysv/linux/x86_64/gettimeofday.S: Removed.
893 * sysdeps/unix/sysv/linux/x86_64/time.S: Removed.
894 * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c: New file.
895 * sysdeps/unix/sysv/linux/x86_64/time.c: New file.
896 * sysdeps/unix/sysv/linux/x86_64/bits/libc-vdso.h: Remove declaration
897 of __vdso_gettimeofday.
898 * sysdeps/unix/sysv/linux/x86_64/init-first.c: Remove definition of
899 __vdso_gettimeofday and __vdso_time. Define __vdso_getcpu with
900 attribute_hidden.
901 (_libc_vdso_platform_setup): Remove initialization of
902 __vdso_gettimeofday and __vdso_time.
903
5c43483f
UD
9042011-08-20 Ulrich Drepper <drepper@gmail.com>
905
775a77e7
UD
906 * nss/nss_files/files-alias.c (get_next_alias): Use feof_unlocked
907 and fgetc_unlocked.
908 * nss/nss_files/files-key.c (search): Use fgets_unlocked and
909 getc_unlocked.
89f447ed 910
49c74ba9
UD
911 * elf/dl-open.c (add_to_global): Report additions to the global scope
912 for LD_DEBUG=scopes.
913 (dl_open_worker): Also print scope of newly loaded dependencies.
001f0a6c 914 (_dl_show_scope): Indicate if there is no scope.
49c74ba9 915
5c43483f
UD
916 [BZ #13114]
917 * stdio-common/Makefile (tests): Add bug24.
918 * stdio-common/bug24.c: New file.
919
a101b025
AJ
9202011-08-19 Andreas Jaeger <aj@suse.de>
921
922 [BZ #13114]
923 * libio/fileops.c (_IO_new_file_fopen): Fix handling of
924 non-existant file when using close-on-exec mode.
925
c88f1766
UD
9262011-08-20 Ulrich Drepper <drepper@gmail.com>
927
0276a718
UD
928 * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_resolve): Fix CFI for
929 the very first instruction.
930
c88f1766
UD
931 * sysdeps/x86_64/dl-trampoline.h: If MORE_CODE is defined, restore
932 the CFI state in the end.
933 * sysdeps/x86_64/dl-trampoline.S: Define MORE_CODE before first
934 inclusion of dl-trampoline.h.
935 Based on a patch by Jiri Olsa <jolsa@redhat.com>.
936
51ccffa0
AS
9372011-08-19 Andreas Schwab <schwab@redhat.com>
938
94d7165f
AS
939 * sysdeps/powerpc/fpu/libm-test-ulps: Relax ctan (0.75 + 1.25 i)
940 expectations for long double.
941
51ccffa0
AS
942 * sysdeps/unix/sysv/linux/powerpc/powerpc32/scandir64.c: Renamed
943 from sysdeps/unix/sysv/linux/powerpc/scandir64.c.
944
fd708658 9452011-08-14 David S. Miller <davem@davemloft.net>
c27714f1
DM
946
947 * sysdeps/unix/sysv/linux/Makefile (CFLAGS-tst-writev.c): The
948 artificual limit depends upon the system page size.
949
44f0a71e
UD
9502011-08-17 Ulrich Drepper <drepper@gmail.com>
951
952 * Makeconfig (override CFLAGS): Add library-specific CFLAGS.
953 * resolv/Makefile: Define CFLAGS-libresolv.
954
8de79a24
AS
9552011-08-17 Andreas Schwab <schwab@redhat.com>
956
957 * nss/makedb.c (compute_tables): Make variables used in nested
958 function static.
959
27724598
UD
9602011-08-17 Ulrich Drepper <drepper@gmail.com>
961
c5305d88
UD
962 * elf/pldd-xx.c (r_debug): Explicitly add padding when needed.
963 * elf/pldd.c (get_process_info): Use pread to re-read auxiliary vector
964 if buffer was too small.
965
27724598
UD
966 * elf/pldd.c (main): Attach to all threads in the process.
967 Rewrite /proc handling to use *at functions.
968
076fe015
UD
9692011-08-16 Ulrich Drepper <drepper@gmail.com>
970
174baab3
UD
971 * elf/dl-open.c (_dl_show_scope): Take additional parameter which
972 specifies first scope to show.
973 (dl_open_worker): Update callers. Move printing scope of new
974 object to before the relocation.
44f0a71e 975 * elf/rtld.c (dl_main): Update _dl_show_scope call.
174baab3
UD
976 * sysdeps/generic/ldsodefs.h: Update declaration.
977
076fe015
UD
978 * elf/dl-open.c (_dl_show_scope): Use _dl_debug_printf to generate the
979 string for the scope number.
980
a60df2c3
UD
9812011-08-14 Ulrich Drepper <drepper@gmail.com>
982
983 * nscd/servicescache.c (cache_addserv): Make sure written is always
984 initialized.
985
5e4287d1
RM
9862011-08-14 Roland McGrath <roland@hack.frob.com>
987
85ae0589
RM
988 * sysdeps/i386/i486/bits/atomic.h
989 (__arch_compare_and_exchange_val_64_acq): Use RET alone at end of
990 statement expression, so as to suppress "set but not used" warning.
991 (__arch_c_compare_and_exchange_val_64_acq): Likewise.
992
69f63097
RM
993 * string/strncat.c (STRNCAT): Use prototype definition.
994
675456ef
RM
995 * locale/Makefile (locale-CPPFLAGS): Renamed CPPFLAGS-locale-programs.
996 (locale-CPPFLAGS): New variable; put LOCALEDIR, LOCALE_ALIAS_PATH and
997 -Iprograms here.
998 (cppflags-iterator.mk sequence): Use locale-programs in place of nonlib.
999 (localedef-modules): Add localedef.
1000 (locale-modules): Add locale.
1001
5e4287d1
RM
1002 * sysdeps/generic/ldsodefs.h (struct unique_sym): Add a const.
1003 * elf/rtld.c (dl_main): Invert order of assignment in last change,
1004 to avoid a warning.
1005
9c96ff23
DM
10062011-08-14 David S. Miller <davem@davemloft.net>
1007
1008 * sysdeps/unix/sysv/linux/sparc/bits/resource.h (RLIM_INFINITY,
1009 RLIM64_INFINITY): Fix 64-bit values for 32-bit sparc.
1010
f9ddf089
UD
10112011-08-13 Ulrich Drepper <drepper@gmail.com>
1012
44f0a71e 1013 * elf/dl-open.c: Rename show_scope to _dl_show_scope and export.
73d7af4f
UD
1014 (dl_open_worker): Call _dl_show_scope when DL_DEBUG_SCOPES is set.
1015 * elf/rtld.c (dl_main): Set l_name of vDSO.
1016 Call _dl_show_scope when DL_DEBUG_SCOPES.
1017 (process_dl_debug): Recognize scopes flag and also set it for all.
1018 * sysdeps/generic/ldsodefs.h: Define DL_DEBUG_SCOPES.
1019 Declare _dl_show_scope.
1020
1dc27704
UD
1021 * elf/dl-libc.c (do_dlopen_args): Add caller_dlopen.
1022 (do_dlopen): Pass caller_dlopen to dl_open.
1023 (__libc_dlopen_mode): Initialize caller_dlopen.
1024
f9ddf089
UD
1025 * intl/l10nflist.c (_nl_normalize_codeset): Make it compile outside
1026 of libc. Make tolower call locale-independent. Optimize a bit by
1027 using isdigit instead of isalnum.
1028 * locale/Makefile (locale-CPPFLAGS): Add -DNOT_IN_libc.
1029
9ac533d3
UD
10302011-08-12 Ulrich Drepper <drepper@gmail.com>
1031
1032 * elf/dl-load.c (_dl_map_object): Show in debug output whether a DSO
1033 was a dependency or dynamically loaded.
1034
89edf2e9
UD
10352011-08-11 Ulrich Drepper <drepper@gmail.com>
1036
8e999d29
UD
1037 * intl/l10nflist.c: Allow architecture-specific pop function.
1038 * sysdeps/x86_64/l10nflist.c: New file.
1039
89edf2e9
UD
1040 * intl/l10nflist.c (_nl_make_l10nflist): Use locale-independent
1041 classification.
1042
14d96785
AS
10432011-08-10 Andreas Schwab <schwab@redhat.com>
1044
1045 * include/dirent.h: Add libc_hidden_proto for scandirat and
1046 scandirat64. Don't declare __scandirat64.
1047 * dirent/scandirat.c: Add libc_hidden_def.
1048 * dirent/scandirat64.c (SCANDIRAT): Remove underscores.
1049 * sysdeps/unix/sysv/linux/i386/scandir64.c (SCANDIRAT): Likewise.
1050
6761ac04
DM
10512011-08-10 David S. Miller <davem@davemloft.net>
1052
1053 * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h: Add missing comma in
1054 enum.
1055 * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
1056 * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
1057 * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
1058
c55fbd1e
UD
10592011-08-09 Ulrich Drepper <drepper@gmail.com>
1060
1061 * Versions.def [libc]: Add GLIBC_2.15.
1062 * dirent/Makefile (routines): Add scandirat and scandirat64.
1063 * dirent/Versions [libc]: Export scandirat and scandirat64 for
1064 GLIBC_2.15.
1065 * dirent/dirent.h: Declare scandirat and scandirat64.
1066 * dirent/scandirat.c: New file.
1067 * dirent/scandirat64.c: New file.
1068 * sysdeps/wordsize-64/scandirat.c: New file.
1069 * sysdeps/wordsize-64/scandirat64.c: New file.
1070 * dirent/opendir.c: Define opendirat.
1071 * dirent/scandir.c: Move code to scandirat.c. Implement scandir
1072 using scandirat.
1073 * dirent/scandir64.c: Adjust for scandir.c change.
1074 * include/dirent.h: Define scandir_cancel_struct. Declare __opendirat,
1075 __scandirat64, and __scandir_cancel_handler.
1076 * sysdeps/unix/opendir.c: Rename __opendir to __opendirat. Take
1077 additional parameter and use openat instead of open (outside of ld.so).
1078 Add new __opendir as wrapper around __opendirat.
1079 * sysdeps/unix/sysv/linux/i386/scandir64.c: Reimplement __old_scandir64
1080 here without requiring old scandirat implementation.
1081
879165f2
UD
10822011-08-08 Ulrich Drepper <drepper@gmail.com>
1083
1084 * dirent/scandir.c (cancel_handler): Renamed to
1085 __scandir_cancel_handler. Do not define if SKIP_SCANDIR_CANCEL is
1086 defined. Adjust users.
1087 * dirent/scandir64.c: Define SKIP_SCANDIR_CANCEL.
1088 * sysdeps/unix/sysv/linux/i386/scandir64.c: Likewise.
1089
cb7e923b
UD
10902011-08-04 Ulrich Drepper <drepper@gmail.com>
1091
16292edd
UD
1092 * string/test-string.h (IMPL): Use __STRING to expand name and then
1093 stringify it.
1094
cb7e923b
UD
1095 * string/test-strcmp.c: Unify most of the WIDE and !WIDE code. Lots
1096 of cleanups.
1097
cff82933
LD
10982011-07-22 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
1099
1100 * string/Makefile: Update.
1101 (strop-tests): Append strncat.
1102 * string/test-wcscmp.c: New file.
1103 New comprehensive test for wcscmp.
1104 * string/test-strcmp.c: Update.
1105 (WIDE): New define.
1106
9be9bfcc
AS
11072011-07-22 Andreas Schwab <schwab@redhat.com>
1108
1109 * resolv/res_init.c (__res_vinit): Properly tokenize nameserver
1110 line.
1111
2e96f1c7
AS
11122011-07-26 Andreas Schwab <schwab@redhat.com>
1113
1114 * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't discard result of
1115 encoding to ACE if AI_IDN.
1116
85188888
JJ
11172011-08-01 Jakub Jelinek <jakub@redhat.com>
1118
1119 * sysdeps/ieee754/dbl-64/k_rem_pio2.c (__kernel_rem_pio2): Fix up fq
1120 to y conversion for prec 3 and __FLT_EVAL_METHOD__ != 0.
1121
5fa16e9b
LD
11222011-07-22 Liubov Dmitrieva <liubov.dmitrieva@intel.com>
1123
1124 * sysdeps/i386/i686/multiarch/strcat-sse2.S: Update.
1125 Fix overflow bug in strncat.
1126 * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Likewise.
1127
1128 * string/test-strncat.c: Update.
1129 Add new tests for checking overflow bugs.
1130
11312011-07-15 Liubov Dmitrieva <liubov.dmitrieva@intel.com>
1132
1133 * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
1134 strcat-ssse3 strcat-sse2 strncat-ssse3 strncat-sse2 strncat-c.
1135 * sysdeps/i386/i686/multiarch/strcat.S: New file.
1136 * sysdeps/i386/i686/multiarch/strcat-c.c: New file.
1137 * sysdeps/i386/i686/multiarch/strcat-sse2.S: New file.
1138 * sysdeps/i386/i686/multiarch/strcat-ssse3.S: New file.
1139 * sysdeps/i386/i686/multiarch/strncat.S: New file.
1140 * sysdeps/i386/i686/multiarch/strncat-sse2.S: New file.
1141 * sysdeps/i386/i686/multiarch/strncat-ssse3.S: New file.
1142
1143 * sysdeps/i386/i686/multiarch/strcpy-ssse3.S
1144 (USE_AS_STRCAT): Define.
1145 Add strcat and strncat support.
1146 * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
1147
8c1a459f
AS
11482011-07-25 Andreas Schwab <schwab@redhat.com>
1149
1150 * sysdeps/i386/i486/bits/string.h (__strncat_g): Correctly handle
1151 __n bigger than INT_MAX+1.
1152 (__strncmp_g): Likewise.
1153
bba33c28
UD
11542011-07-23 Ulrich Drepper <drepper@gmail.com>
1155
798be72d
UD
1156 * posix/unistd.h: Define SEEK_DATA and SEEK_HOLE.
1157 * libio/stido.h: Likewise.
1158
8accd4dc
UD
1159 * sysdeps/unix/sysv/linux/bits/socket.h (PF_NFC): Define.
1160 (AF_NFC): Define.
1161 * sysdeps/unix/sysv/linux/sparc/bits/socket.h (PF_NFC): Define.
1162 (AF_NFC): Define.
1163
cbff0d96
UD
1164 * sysdeps/unix/sysv/linux/sys/ptrace.h: Add new constants.
1165 * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
1166 * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
1167 * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h: Likewise.
1168 * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
1169
9191c04a
UD
1170 [BZ #13021]
1171 * scripts/test-installation.pl: Don't expect libnss_test1 to be
1172 installed.
1173
bba33c28
UD
1174 * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix one more
1175 typo.
1176 (_dl_x86_64_save_sse): Likewise.
1177
90f139dd
UD
11782011-07-22 Ulrich Drepper <drepper@gmail.com>
1179
1aae088a
UD
1180 * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix test for
1181 OSXSAVE.
1182 (_dl_x86_64_save_sse): Likewise.
1183
8e2045f5
UD
1184 * crypt/crypt_util.c (__init_des_r): Optimize memset calls.
1185
90f139dd
UD
1186 * crypt/crypt_util.c (__init_des_r): Add read barrier as well.
1187
1d002f25
AS
11882011-07-21 Andreas Schwab <schwab@redhat.com>
1189
1190 * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix last
1191 change.
1192 (_dl_x86_64_save_sse): Use correct AVX check.
1193
21137f89
UD
11942011-07-21 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
1195
1196 * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Fix overfow
1197 bug in strncpy/strncat.
1198 * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Likewise.
1199
a65c0b7a
UD
12002011-07-21 Ulrich Drepper <drepper@gmail.com>
1201
1202 * string/tester.c (test_strcat): Add tests for different alignments
1203 of source and destination.
1204 (test_strncat): Likewise.
1205
6986b98a
UD
12062011-07-20 Ulrich Drepper <drepper@gmail.com>
1207
90bb2039
UD
1208 [BZ #12852]
1209 * posix/glob.c (glob): Check passed in values before using them in
1210 expressions to avoid some overflows.
1211 (glob_in_dir): Likewise.
1212
5644ef54
UD
1213 [BZ #13007]
1214 * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): More complete
1215 check for AVX enablement so that we don't crash with old kernels and
1216 new hardware.
1217 * elf/tst-audit4.c: Add same checks here.
1218 * elf/tst-audit6.c: Likewise.
1219
1220 * sysdeps/x86_64/bits/link.h (La_x86_64_ymm): Force 16-byte alignment.
6986b98a 1221
bfc9dc9b
AS
12222011-07-09 Andreas Schwab <schwab@linux-m68k.org>
1223
1224 * sysdeps/unix/sysv/linux/pathconf.c: Include <string.h>.
1225
702e64bb
UD
12262011-07-20 Ulrich Drepper <drepper@gmail.com>
1227
1228 * po/cs.po: Update from translation team.
1229 * po/bg.po: Likewise.
1230
295e904f
MP
12312011-07-12 Marek Polacek <mpolacek@redhat.com>
1232
1233 * misc/sys/cdefs.h: Add support for const attribute.
1234 * sysdeps/unix/sysv/linux/sys/sysmacros.h: Add __attribute_const__
1235 to gnu_dev_{major,minor,makedev} functions.
1236
3ff94596
MP
12372011-07-20 Marek Polacek <mpolacek@redhat.com>
1238
1239 * intl/dcigettext.c (get_output_charset): Add missing bracket.
1240
28b59fca
AS
12412011-07-20 Andreas Schwab <schwab@redhat.com>
1242
1243 * resolv/res_query.c (__libc_res_nquerydomain): Use size_t for
1244 strlen results.
1245
19df733e
AK
12462011-07-13 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
1247
1248 * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h
1249 (INTERNAL_VSYSCALL_NCS): Use r10 for backing up the return address
1250 register in order to avoid conflicts with the soft frame pointer
1251 being held in r11 when necessary.
1252 * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h
1253 (INTERNAL_VSYSCALL_NCS): Likewise.
1254
c8835729
MP
12552011-07-14 Marek Polacek <mpolacek@redhat.com>
1256
1257 * elf/dl-fini.c (_dl_sort_fini): Remove unused link_map *l argument,
1258 * elf/dl-fini.c (_dl_fini): Adjust caller.
1259 * elf/dl-close.c (_dl_close_worker): Likewise.
1260 * sysdeps/generic/ldsodefs.h: Adjust declaration.
1261
b902330c
MP
12622011-07-15 Marek Polacek <mpolacek@redhat.com>
1263
8991e135
MP
1264 * elf/cache.c (load_aux_cache): Remove unnecessary condition of
1265 "aux_cache->nlibs < 0".
1266
b902330c
MP
1267 * nscd/nscd_conf.c (nscd_parse_file): Remove unnecessary condition
1268 in the reload-count case.
1269
99710781
LD
12702011-07-15 Liubov Dmitrieva <liubov.dmitrieva@intel.com>
1271
1272 * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
1273 strcat-ssse3 strcat-sse2-unaligned strncat-ssse3
1274 strncat-sse2-unaligned strncat-c strlen-sse2-pminub
1275 * sysdeps/x86_64/multiarch/strcat-sse2-unaligned.S: New file.
1276 * sysdeps/x86_64/multiarch/strcat.S: New file.
1277 * sysdeps/x86_64/multiarch/strncat.S: New file.
1278 * sysdeps/x86_64/multiarch/strncat-c.c: New file.
1279 * sysdeps/x86_64/multiarch/strcat-ssse3.S: New file.
1280 * sysdeps/x86_64/multiarch/strncat-sse2-unaligned.S: New file.
1281 * sysdeps/x86_64/multiarch/strncat-ssse3.S: New file.
1282 * sysdeps/x86_64/multiarch/strcpy-ssse3.S
1283 (USE_AS_STRCAT): Define.
1284 Add strcat and strncat support.
1285 * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Likewise.
1286 * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Likewise.
1287 * sysdeps/x86_64/multiarch/strlen-sse2-pminub.S: New file.
1288 * string/strncat.c: Update.
1289 (USE_AS_STRNCAT): Define.
1290 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
1291 Turn on bit_Prefer_PMINUB_for_stringop for Intel Core i3, i5
1292 and i7.
1293 * sysdeps/x86_64/multiarch/init-arch.h
1294 (bit_Prefer_PMINUB_for_stringop): New.
1295 (index_Prefer_PMINUB_for_stringop): Likewise.
1296 * sysdeps/x86_64/multiarch/strlen.S (strlen): Check
1297 bit_Prefer_PMINUB_for_stringop.
1298
7dc6bd90
UD
12992011-07-19 Ulrich Drepper <drepper@gmail.com>
1300
1301 * crypt/sha512.h (struct sha512_ctx): Move buffer into union and add
1302 buffer64.
1303 * crypt/sha512.c (__sha512_finish_ctx): Use buffer64 for writes instead
1304 of casting of buffer.
1305 * crypt/sha256.h (struct sha256_ctx): Move buffer into union and add
1306 buffer32 and buffer64.
1307 * crypt/sha256.c (__sha256_finish_ctx): Use buffer32 or buffer64 for
1308 writes instead of casting of buffer.
1309 * crypt/md5.h (struct md5_ctx): Move buffer into union and add
1310 buffer32.
1311 * crypt/md5.c (md5_finish_ctx): Use buffer32 for writes instead of
1312 casting of buffer.
1313
e0e72284
AS
13142011-07-19 Andreas Schwab <schwab@redhat.com>
1315
1316 * string/strxfrm_l.c (STRXFRM): Fix alloca accounting.
1317
feb1eb0b
UD
13182011-07-19 Ulrich Drepper <drepper@gmail.com>
1319
1320 * nscd/nscd.c (termination_handler): Don't do anything for a database
1321 if it has not yet been initialized.
1322
298711ff
UD
13232011-07-18 Ulrich Drepper <drepper@gmail.com>
1324
1325 * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_EQUAL_S): Fix a typo.
1326
13272011-07-15 Marek Polacek <mpolacek@redhat.com>
1328
1329 * bits/sched.h (__CPU_EQUAL_S): Fix a typo.
1330
f9d68389
UD
13312011-07-18 Ulrich Drepper <drepper@gmail.com>
1332
1333 * po/nl.po: Update from translation team.
1334 * po/sv.po: Likewise.
1335
db290cf5
RM
13362011-07-16 Roland McGrath <roland@hack.frob.com>
1337
1338 * sysdeps/i386/Makefile: Never use -mpreferred-stack-boundary=2,
1339 now disallowed by GCC.
5c550700 1340
fd5e21c7
RM
1341 * configure.in (use-default-link): Default to yes if a test -shared
1342 link meets our qualifications.
1343 * configure: Regenerated.
1344
5c550700
RM
1345 * config.make.in (output-format): New variable.
1346 * configure.in: Check for ld --print-output-format support.
1347 * configure: Regenerated.
1348 * Makerules ($(common-objpfx)format.lds)
1349 [$(output-format) != unknown]: Just use $(output-format),
1350 instead of the linker-script munging.
1351
9fa2c032
RM
13522011-07-14 Roland McGrath <roland@hack.frob.com>
1353
a6928d51
RM
1354 * Makefile ($(common-objpfx)linkobj/libc.so): Use $(shlib-lds) instead
1355 of $(common-objpfx)shlib.lds.
1356 * elf/Makefile ($(objpfx)sotruss-lib.so): Likewise.
1357
661607b3
RM
1358 * sysdeps/i386/i686/multiarch/strstr-c.c (libc_hidden_builtin_def):
1359 Conditionalize redefinition on [SHARED && DO_VERSIONING && !NO_HIDDEN].
1360
9fa2c032
RM
1361 * configure.in (-z relro check): Adjust test code to add a large
1362 writable data section after it.
1363 * configure: Regenerated.
1364
defe9061
RM
13652011-07-11 Roland McGrath <roland@hack.frob.com>
1366
1367 * configure.in (-z relro check): Fix test code to make the variable
1368 truly const.
1369 * configure: Regenerated.
1370
319b9ad4
UD
13712011-07-11 Ulrich Drepper <drepper@gmail.com>
1372
1373 * nscd/nscd.h (struct traced_file): Define.
1374 (struct database_dyn): Remove inotify_descr, reset_res, and filename
1375 elements. Add traced_files.
1376 (inotify_fd): Declare.
1377 (register_traced_file): Declare.
1378 * nscd/connections.c (dbs): Remove reset_res and filename initializers.
1379 (inotify_fd): Export.
1380 (resolv_conf_descr): Remove.
1381 (nscd_init): Move inotify descriptor creation to main.
1382 Don't register files for notification here.
1383 (register_traced_file): New function.
1384 (invalidate_cache): Don't use reset_res to determine whether to call
1385 res_init, go through the list of registered files.
1386 (main_loop_poll): The inotify descriptors are now stored in the
1387 structures for the traced files.
1388 (main_loop_epoll): Likewise
1389 * nscd/nscd.c (main): Create inotify socket here. Pass extra argument
1390 to __nss_disable_nscd.
1391 * nscd/cache.c (prune_cache): There is no single inotify descriptor
1392 for a database anymore. Check the records for all the registered
1393 files instead.
1394 * nss/Makefile (libnss_files-routines): Add files-init.
1395 (libnss_db-routines): Add db-init.
1396 * nss/Versions [libnss_files] (GLIBC_PRIVATE): Add _nss_files_init.
1397 [libnss_db] (GLIBC_PRIVATE): Add _nss_db_init.
1398 * nss/nss_db/db-init.c: New file.
1399 * nss/nss_files/files-init.c: New file.
1400 * nss/nsswitch.c (nss_load_library): New function. Broken out of
1401 __nss_lookup_function.
1402 (__nss_lookup_function): Call nss_load_library.
1403 (nss_load_all_libraries): New function.
1404 (__nss_disable_nscd): Take parameter with callback function for files
1405 to register. Set is_nscd. Load all the DSOs for the NSS modules
1406 used for the cached services.
1407 * nss/nsswitch.h (__nss_disable_nscd): Adjust prototype.
1408 * sysdeps/unix/sysv/linux/Makefile [subdir=nscd]: Pass the various -D
1409 options for features to all the files in nscd.
1410
1411 * nss/nsswitch.c (nss_parse_file): Add missing fclose.
1412
23bee3e8
RM
14132011-07-10 Roland McGrath <roland@hack.frob.com>
1414
1415 * csu/elf-init.c (__libc_csu_init): Comment typo.
1416
46a5b7f0
UD
14172011-07-09 Ulrich Drepper <drepper@gmail.com>
1418
1419 * po/pl.po: Update from translation team.
1420 * po/ja.po: Likewise.
1421 * po/ru.po: Likewise.
1422 * po/ko.po: Likewise.
1423 * po/fr.po: Likewise.
1424
d30cf5bb
RM
14252011-07-09 Roland McGrath <roland@hack.frob.com>
1426
113ddea4
RM
1427 * configure.in (.ctors/.dtors header and trailer check):
1428 Use an empirical test on a built program.
1429 * configure: Regenerated.
1430
574920b4
RM
1431 * configure.in (-z relro check): Use an empirical test on a built DSO.
1432 Detect, but do not require, on ia64.
1433 * configure: Regenerated.
1434
d30cf5bb
RM
1435 * configure.in (READELF): Find it with AC_CHECK_TOOL.
1436 Update tests that use readelf to use $READELF instead.
1437 * configure: Regenerated.
1438
8538fdb3
UD
14392011-07-08 Ulrich Drepper <drepper@gmail.com>
1440
1441 * malloc/hooks.c (memalign_check): Avoid using checked_request2size
1442 if the result is not used.
1443
04d08991
AJ
14442011-07-05 Andreas Jaeger <aj@suse.de>
1445
1446 [BZ#9696]
1447 * stdlib/tst-strtod.c: Add testcase.
1448
de283087
AD
14492011-07-07 Ulrich Drepper <drepper@gmail.com>
1450
4e5f31c8 1451 * sysdeps/unix/sysv/linux/pathconf.c (distinguish_extX): New function.
46a5b7f0 1452 (__statfs_link_max): Use it to distinguish between ext2/3 and ext4.
4e5f31c8
UD
1453 The latter has a higher limit. Take additional parameter to pass to
1454 the new function.
1455 (__pathconf): Pass file to __statfs_link_max.
1456 * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Pass fd to
1457 __statfs_link_max.
1458 * sysdeps/unix/sysv/linux/pathconf.h: Adjust prototype of
1459 __statfs_link_max.
1460
de283087
AD
1461 [BZ #12868]
1462 * sysdeps/unix/sysv/linux/linux_fsinfo.h: Define Lustre constants.
1463 * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
1464 Handle Lustre.
1465 * sysdeps/unix/sysv/linux/pathconf.c (__statfs_link_max): Likewise.
1466 (__statfs_filesize_max): Likewise.
1467 Patch mostly by Andreas Dilger <adilger@whamcloud.com>.
1468
c75fa153
AJ
14692011-07-05 Andreas Jaeger <aj@suse.de>
1470
1471 * resolv/res_comp.c (dn_skipname): Remove unused variable.
1472
1a544854
UD
14732011-07-06 Marek Polacek <mpolacek@redhat.com>
1474
1475 * nis/nss_nisplus/nisplus-spwd.c (_nss_nisplus_setspent): Honour the
1476 `status' variable.
1477 * nis/nss_nisplus/nisplus-ethers.c (_nss_nisplus_setetherent):
1478 Likewise.
1479
6f0eec67
UD
14802011-07-04 H.J. Lu <hongjiu.lu@intel.com>
1481
1482 * Makefile (strop-tests): Add strncat.
1483 * string/test-strncat.c: New file.
1484
aae30307
UD
14852011-06-30 Marek Polacek <mpolacek@redhat.com>
1486
1487 * iconvdata/johab.c: Don't inline `johab_sym_hanja_to_ucs' function.
1488
c0cfb5eb
UD
14892011-06-21 Andreas Jaeger <aj@suse.de>
1490
1491 * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules):
1492 Copy rule from iconvdata/Makefile.
1493
01636b21
UD
14942011-07-06 Ulrich Drepper <drepper@gmail.com>
1495
1496 [BZ #12922]
1497 * posix/getopt.c (_getopt_internal_r): When "W;" is in short options
1498 but no long options are defined, just return 'W'.
1499
9895c8bc
UD
15002011-06-22 Marek Polacek <mpolacek@redhat.com>
1501
1502 [BZ #9696]
1503 * stdlib/strtod_l.c (round_and_return): Set ERANGE instead of EDOM.
1504
5d4cf042
UD
15052011-07-06 Ulrich Drepper <drepper@gmail.com>
1506
1507 * inet/getnetgrent_r.c (internal_getnetgrent_r): Fix check for known
1508 netgroups to read.
960e5535 1509 (innetgr): Likewise.
5d4cf042 1510
751eb97e
RM
15112011-07-05 Roland McGrath <roland@hack.frob.com>
1512
1513 * config.make.in (install_root): Default to $(DESTDIR).
1514
f15f1e45
UD
15152011-07-05 Ulrich Drepper <drepper@gmail.com>
1516
1517 * nscd/nscd_getserv_r.c (nscd_getserv_r): Add cast to avoid warning.
1518
4e34ac6a
RM
15192011-07-02 Roland McGrath <roland@hack.frob.com>
1520
5e9b6af4
RM
1521 * Makerules ($(common-objpfx)format.lds): Fail if result is empty.
1522
84f9ea0f
RM
1523 * Makefile ($(common-objpfx)testrun.sh): Generate to work relative to
1524 containing directory rather than embedding absolute directory names.
1525
ea5ee9f7
RM
1526 * scripts/check-local-headers.sh: Rewritten using awk.
1527 Match by word, not by line. Print error messages for matches.
1528 * Makefile ($(objpfx)check-local-headers.out): Pass AWK in to it.
1529
1b74661a
RM
1530 * Makerules [shlib-lds-flags empty]:
1531 ($(common-objpfx)libc_pic.opts): New target.
1532 ($(common-objpfx)libc_pic.os.clean): New target.
1533 ($(common-objpfx)libc.so): Link it instead of libc_pic.os.
1534
1535 * config.make.in (OBJCOPY): New variable.
1536 * aclocal.m4 (LIBC_PROG_BINUTILS): Substitute OBJCOPY too.
1537 * configure: Regenerated.
1538
f781ef40
RM
1539 * config.make.in (use-default-link): New variable.
1540 * configure.in (use_default_link): Grok --with-default-link to set it.
1541 * configure: Regenerated.
1542 * Makerules [$(elf) = yes] [$(use-default-link) = yes]:
1543 (shlib-lds, shlib-lds-flags): Define to empty.
1544
2d4fa81e
RM
1545 * Makerules (shlib-lds): New variable.
1546 (shlib-lds-flags): New variable.
1547 (build-shlib, build-moduile, build-module-asneeded): Use it.
1548 ($(common-objpfx)libc.so): Use $(shlib-lds).
1549 ($(extra-modules-build:%=$(objpfx)%.so)): Likewise.
1550 * iconvdata/extra-module.mk ($(objpfx)$(mod).so): Likewise.
1551
31fffa6b
RM
1552 * elf/dynamic-link.h (elf_get_dynamic_info): Make asserts accept
1553 DT_FLAGS/DT_FLAGS_1 with zero flags.
1554
4e34ac6a
RM
1555 * elf/Makefile ($(objpfx)ld.so): Use -defsym=_begin=0 instead of
1556 linker script munging.
1557
fcfc776b
UD
15582011-07-02 Ulrich Drepper <drepper@gmail.com>
1559
1560 * crypt/sha512.h (struct sha512_ctx): Add union to access total also
1561 as 128-bit value.
1562 * crypt/sha512.c (sha512_process_block): Perform total addition using
1563 128-bit if possible.
1564 (__sha512_finish_ctx): Likewise.
1565 * crypt/sha256.h (struct sha256_ctx): Add union to access total also
1566 as 64-bit value.
1567 * crypt/sha256.c (SWAP64): Define.
1568 (sha256_process_block): Perform total addition using 64-bit if
1569 possible.
1570 (__sha256_finish_ctx): Likewise.
1571
99231d9a
UD
15722011-07-01 Ulrich Drepper <drepper@gmail.com>
1573
1574 * nscd/pwdcache.c (cache_addpw): Cleanup. Add branch prediction.
1575 * nscd/initgrcache.c (addinitgroupsX): Likewise.
1576 * nscd/hstcache.c (cache_addhst): Likewise.
1577 * nscd/grpcache.c (cache_addgr): Likewise.
1578 * nscd/aicache.c (addhstaiX): Likewise
1579 * nscd/servicescache.c (cache_addserv): Handle zero negtimeout.
1580
445b4a53
TK
15812011-07-01 Thorsten Kukuk <kukuk@suse.de>
1582
1583 * nscd/pwdcache.c (cache_addpw): Handle zero negtimeout.
1584 * nscd/initgrcache.c (addinitgroupsX): Likewise.
1585 * nscd/hstcache.c (cache_addhst): Likewise.
1586 * nscd/grpcache.c (cache_addgr): Likewise.
1587 * nscd/aicache.c (addhstaiX): Likewise
1588
6d4d8e8e
AS
15892011-07-01 Andreas Schwab <schwab@redhat.com>
1590
1591 * nis/nss_compat/compat-pwd.c (getpwent_next_nss_netgr): Query NIS
1592 domain only when needed.
1593
89f654c5
AS
15942011-06-30 Andreas Schwab <schwab@redhat.com>
1595
1596 * sysdeps/posix/getaddrinfo.c (gaih_inet): Make sure RES_USE_INET6
1597 is always restored.
1598
cf3b23ff
UD
15992011-06-29 Ulrich Drepper <drepper@gmail.com>
1600
1601 * nscd/grpcache.c (cache_addgr): Don't write notfound reply if we
1602 are re-adding the entry.
1603 * nscd/servicescache.c (cache_addserv): Likewise.
1604
751626f9
AJ
16052011-06-30 Aurelien Jarno <aurelien@aurel32.net>
1606
1607 * sysdeps/generic/dl-irel.h: fix protection against multiple
1608 inclusions.
1609 * sysdeps/generic/dl-irel.h (elf_ifunc_invoke): New.
1610
9113ea1f
UD
16112011-06-28 Ulrich Drepper <drepper@gmail.com>
1612
5c0b8d90
UD
1613 [BZ #12935]
1614 * malloc/memusage.sh: Fix quoting in message.
1615 * debug/xtrace.sh: Likewise.
1616
9113ea1f
UD
1617 * configure.in: Remove support for --experimental-malloc option, make
1618 it the default.
1619 * config.make.in: Likewise.
1620 * malloc/Makefile: Likewise.
1621
a4172181
AS
16222011-06-27 Andreas Schwab <schwab@redhat.com>
1623
1624 * iconvdata/gb18030.c (BODY for TO_LOOP): Fix encoding of non-BMP
1625 two-byte characters.
1626
78a7eee7
RM
16272011-06-27 Roland McGrath <roland@hack.frob.com>
1628
62bede13
RM
1629 * configure.in (NO_CTORS_DTORS_SECTIONS): Give this check its own
1630 AC_CACHE_CHECK invocation.
1631 * configure: Regenerated.
1632
78a7eee7
RM
1633 * elf/soinit.c (__CTOR_LIST__, __DTOR_LIST__): Add used attribute.
1634
5ce33a62
UD
16352011-06-27 Ulrich Drepper <drepper@gmail.com>
1636
034807a9
UD
1637 [BZ #12350]
1638 * nscd/aicache.c (addhstaiX): Restore only RES_USE_INET6
1639 bit from old_res_options.
1640
4902da17
UD
1641 * sysdeps/unix/sysv/linux/Makefile (CFLAGS-servicescache.c): Define.
1642
5ce33a62
UD
1643 * inet/getnetgrent_r.c (innetgr): Minimal cleanup, use correct return
1644 value type for setfct.
1645
c2344f56
L
16462011-06-23 H.J. Lu <hongjiu.lu@intel.com>
1647
1648 * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Use
1649 __gettimeofday instead of gettimeofday.
1650
68468076
UD
16512011-06-26 Ulrich Drepper <drepper@gmail.com>
1652
1653 * elf/Makefile (all-built-dso): No need to check linkobj/libc.so.
1654
acb0d739
L
16552011-06-24 H.J. Lu <hongjiu.lu@intel.com>
1656
1657 * sysdeps/i386/i686/multiarch/strcpy-sse2.S (RETURN): Fix a typo.
1658
1659 * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Correct unwind
1660 info.
1661
8912479f
L
16622011-06-22 H.J. Lu <hongjiu.lu@intel.com>
1663
1664 * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
1665 strcpy-ssse3 strncpy-ssse3 stpcpy-ssse3 stpncpy-ssse3
1666 strcpy-sse2-unaligned strncpy-sse2-unaligned
1667 stpcpy-sse2-unaligned stpncpy-sse2-unaligned.
1668 * sysdeps/x86_64/multiarch/stpcpy-sse2-unaligned.S: New file.
1669 * sysdeps/x86_64/multiarch/stpcpy-ssse3.S: New file.
1670 * sysdeps/x86_64/multiarch/stpncpy-sse2-unaligned.S: New file.
1671 * sysdeps/x86_64/multiarch/stpncpy-ssse3.S: New file.
1672 * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: New file.
1673 * sysdeps/x86_64/multiarch/strcpy-ssse3.S: New file.
1674 * sysdeps/x86_64/multiarch/strncpy-sse2-unaligned.S: New file.
1675 * sysdeps/x86_64/multiarch/strncpy-ssse3.S: New file.
1676 * sysdeps/x86_64/multiarch/strcpy.S: Remove strcpy with SSSE3.
1677 (STRCPY): Support SSE2 and SSSE3 versions.
1678
d5495a11
UD
16792011-06-24 Ulrich Drepper <drepper@gmail.com>
1680
1681 [BZ #12874]
1682 * sysdeps/unix/sysv/linux/Makefile (CFLAGS-tst-writev.c): Define.
1683 * sysdeps/wordsize-64/tst-writev.c: Work around problem with 2.6.38+
1684 kernels which artificially limit size of requests.
1685
0b1cbaae
L
16862011-06-22 H.J. Lu <hongjiu.lu@intel.com>
1687
1688 * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
1689 strncpy-c strcpy-ssse3 strncpy-ssse3 stpcpy-ssse3 stpncpy-ssse3
1690 strcpy-sse2 strncpy-sse2 stpcpy-sse2 stpncpy-sse2.
1691 * sysdeps/i386/i686/multiarch/stpcpy-sse2.S: New file.
1692 * sysdeps/i386/i686/multiarch/stpcpy-ssse3.S: New file.
1693 * sysdeps/i386/i686/multiarch/stpncpy-sse2.S: New file.
1694 * sysdeps/i386/i686/multiarch/stpncpy-ssse3.S: New file.
1695 * sysdeps/i386/i686/multiarch/stpncpy.S : New file.
1696 * sysdeps/i386/i686/multiarch/strcpy-sse2.S : New file.
1697 * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: New file.
1698 * sysdeps/i386/i686/multiarch/strcpy.S: New file.
1699 * sysdeps/i386/i686/multiarch/strncpy-c.c: New file.
1700 * sysdeps/i386/i686/multiarch/strncpy-sse2.S: New file.
1701 * sysdeps/i386/i686/multiarch/strncpy-ssse3.S: New file.
1702 * sysdeps/i386/i686/multiarch/strncpy.S: New file.
1703 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
1704 Enable unaligned load optimization for Intel Core i3, i5 and i7
1705 processors.
1706 * sysdeps/x86_64/multiarch/init-arch.h (bit_Fast_Unaligned_Load):
1707 Define.
1708 (index_Fast_Unaligned_Load): Define.
1709 (HAS_FAST_UNALIGNED_LOAD): Define.
1710
07f494a0
MP
17112011-06-23 Marek Polacek <mpolacek@redhat.com>
1712
1713 * nss/nss_db/db-open.c: Include <unistd.h> for read declaration.
1714
fa3fc0fe
UD
17152011-06-22 Ulrich Drepper <drepper@gmail.com>
1716
1717 [BZ #12907]
1718 * sysdeps/posix/getaddrinfo.c (getaddrinfo): Avoid calling __check_pf
1719 until it is clear that the information is realy needed.
1720 Patch mostly by David Hanisch <david.hanisch@nsn.com>.
1721
e12df166
AS
17222011-06-22 Andreas Schwab <schwab@redhat.com>
1723
1724 * sysdeps/posix/getaddrinfo.c (gaih_inet): Fix last change.
1725
852eb34d
UD
17262011-06-22 Ulrich Drepper <drepper@gmail.com>
1727
84e2a551
UD
1728 * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Use
1729 /sys/devices/system/cpu/online if it is usable.
1730
852eb34d
UD
1731 * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Rate limit
1732 reading the information from the /proc filesystem to once a second.
1733
6e502e19
UD
17342011-06-21 Andreas Jaeger <aj@suse.de>
1735
1736 * sysdeps/unix/sysv/linux/bits/sigcontext.h: Fix definition of
1737 NULL after inclusion of kernel headers.
1738
75d39ff2
UD
17392011-06-21 Ulrich Drepper <drepper@gmail.com>
1740
51f9aa6a
UD
1741 * nss/nss_db/db-XXX.c (nss_db_setENT): Only set entidx for successful
1742 calls to internal_setent.
1743
c0244a9d
UD
1744 [BZ #12885]
1745 * sysdeps/posix/getaddrinfo.c (gaih_inet): When looking up only IPv6
1746 addresses using gethostbyname4_r ignore IPv4 addresses.
1747
c5e3c2ae
UD
1748 * sysdeps/posix/getaddrinfo.c (gaih_inet): After the last change the
1749 branch using gethostbyname2 is only for AF_INET. Optimize accordingly.
1750
75d39ff2
UD
1751 * inet/getnetgrent_r.c: Use DL_CALL_FCT in several places.
1752
42675c6f
DM
17532011-06-20 David S. Miller <davem@davemloft.net>
1754
1755 * sysdeps/sparc/sparc32/dl-plt.h: Protect against multiple
1756 inclusions.
1757 * sysdeps/sparc/sparc64/dl-plt.h: Likewise.
1758
1759 * sysdeps/i386/dl-irel.h (elf_ifunc_invoke): New.
1760 (elf_irel): Use it.
1761 * sysdeps/powerpc/powerpc32/dl-irel.h: Likewise.
1762 * sysdeps/powerpc/powerpc64/dl-irel.h: Likewise.
1763 * sysdeps/sparc/sparc32/dl-irel.h: Likewise.
1764 * sysdeps/sparc/sparc64/dl-irel.h: Likewise.
1765 * sysdeps/x86_64/dl-irel.h: Likewise.
1766
1767 * elf/dl-runtime.c: Use elf_ifunc_invoke.
1768 * elf/dl-sym.c: Likewise.
1769
57912a71
UD
17702011-06-15 Ulrich Drepper <drepper@gmail.com>
1771
1772 * resolv/res_send.c (__libc_res_nsend): Fix typos in last patch. We
1773 need to dereference resplen2.
1774
ee22793d
AS
17752011-06-14 Andreas Schwab <schwab@redhat.com>
1776
1777 * sysdeps/unix/sysv/linux/wordsize-64/dl-fxstatat64.c: New file.
1778
a9e836b0
UD
17792011-06-15 Ulrich Drepper <drepper@gmail.com>
1780
77fb9117
UD
1781 * Makeconfig: Define vardbdir and inst_vardbdir.
1782 * nss/Makefile: Add rules to install db-Makefile.
1783
40c1b22c
UD
1784 * nss/nss_db/db-XXX.c: Cleanup.
1785
9f2da732
UD
1786 * nss/Makefile (libnss_db-dbs): Add db-initgroups.
1787 * nss/Versions [libnss_db]: Add _nss_db_initgroups_dyn for
1788 GLIBC_PRIVATE.
1789 * nss/db-Makefile (groups.db): Emit entries for initgroups lookups.
1790 * nss/makedb.c: Implement -g option to specify that value strings
1791 are generated and should not be added to table iterated over for
1792 get*ent calls.
1793 * nss/nss_db/db-initgroups.c: New file.
1794
82e9a1f7
UD
1795 * nss/getent.c: Add support for initgroups lookups through getgrouplist
1796 interface.
1797
c41af17e
UD
1798 * grp/initgroups.c (__nss_initgroups_database): Renamed and exported.
1799 (internal_getgrouplist): Adjust to name change.
1800 Update use_initgroups_entry if this is not the first call.
1801 * nss/databases.def: Add initgroups entry.
1802
a9e836b0
UD
1803 * nss/makedb.c (compute_tables): Check result of multiple hash table
1804 sizes to minimize maximum chain length.
1805
2666d441
UD
18062011-06-14 Ulrich Drepper <drepper@gmail.com>
1807
1808 * Versions.def: Add entry for libnss_db.
1809 * shlib-versions: Likewise.
1810 * nss/Makefile: Add rules to build libnss_db.
1811 * nss/Versions: Add libnss_db information. Organize libnss_files
1812 entries better.
1813 * nss/db-Makefile: Add gshadow support. Change rules for the new
1814 makedb progra. Some minor improvements to generate smaller files.
1815 * nss/nss_db/nss_db.h: Move NSS database header data structures to
1816 here from...
1817 * nss/makedb.c: ...here.
1818 Improve database format to be smaller and require less memory at
1819 runtime.
1820 * nss/nss_db/db-XXX.x: Adjust for new database format. Don't use
1821 db anymore.
1822 * nss/nss_db/db-netgrp.c: Likewise.
1823 * nss/nss_db/db-open.c: Likewise.
1824 * nss/nss_files/flies-XXX.x: Adjust comments.
1825 * nss/nss_files/files-ethers.c: Adjust for new DB_LOOKUP definition.
1826 * nss/nss_files/files-grp.c: Likewise.
1827 * nss/nss_files/files-hosts.c: Likewise.
1828 * nss/nss_files/files-network.c: Likewise.
1829 * nss/nss_files/files-proto.c: Likewise.
1830 * nss/nss_files/files-pwd.c: Likewise.
1831 * nss/nss_files/files-rpc.c: Likewise.
1832 * nss/nss_files/files-service.c: Likewise.
1833 * nss/nss_files/files-sgrp.c: Likewise.
1834 * nss/nss_files/files-spwd.c: Likewise.
1835 * nss/nss_db/db-alias.c: Removed.
1836 * nss/nss_db/dummy-db.h: Removed.
1837
9ee76b5a
UD
18382011-06-02 Ulrich Drepper <drepper@gmail.com>
1839
1840 * nss/makedb.c: Rewritten to not use database library.
1841 * nss/Makefile: Update to build new makedb program.
1842
c71ca1f8
AJ
18432011-06-14 Andreas Jaeger <aj@suse.de>
1844
1845 * sysdeps/unix/sysv/linux/check_native.c: Include <string.h> for
1846 memset declaration.
1847
3154bfb8
UD
18482011-06-10 Andreas Schwab <schwab@redhat.com>
1849
1850 * sysdeps/posix/getaddrinfo.c (gaih_inet): Fix logic allocating
1851 tmpbuf.
1852
b350afab
RM
18532011-06-10 Roland McGrath <roland@hack.frob.com>
1854
decd4e50
RM
1855 * Makerules (shlib.lds): Fail if the linker script comes out empty.
1856 * elf/Makefile ($(objpfx)ld.so): Likewise.
1857
5615eaf2
RM
1858 * Makefile ($(common-objpfx)linkobj/libc.so): Break long lines with \.
1859 Don't list ld.so twice in dependencies.
1860
1861 * posix/bug-regex31.c: Include <stdlib.h>.
1862
1863 * nscd/hstcache.c (cache_addhst): Remove unused variable.
1864
1865 * nis/nss_compat/compat-spwd.c
1866 (getspent_next_nss_netgr): Remove unused variable.
1867 * nis/nss_compat/compat-pwd.c (getpwent_next_nss_netgr): Likewise.
1868
1869 * nis/nis_print_group_entry.c (nis_print_group_entry): Fix "Implicit
1870 nonmembers" output to use the right array.
1871
1872 * resolv/nss_dns/dns-network.c (getanswer_r): Remove unused variable.
1873
1874 * elf/dl-open.c (_dl_open): Quash warnings when DL_NNS==1.
1875
1876 * locale/programs/ld-ctype.c (ctype_read): Remove unused variable.
1877 * locale/programs/ld-collate.c (add_to_tablewc): Likewise.
1878 * catgets/gencat.c (read_input_file): Likewise.
1879 * locale/programs/locarchive.c (enlarge_archive): Likewise.
1880
1881 * sunrpc/clnt_udp.c (__libc_clntudp_bufcreate): Move DONTBLOCK
1882 variable definition inside #if's controlling its use.
1883
1884 * inet/getnetgrent_r.c (innetgr): Remove unused variable.
1885
1886 * resolv/res_hconf.c (_res_hconf_reorder_addrs): Fix errno restoration.
1887
1888 * misc/syslog.c (__vsyslog_chk): Remove unused variable.
1889
1890 * io/fts.c (fts_build): Use if (0 && ...) rather than #if 0 for
1891 unreachable code.
1892
1893 * stdio-common/printf_fp.c (___printf_fp): Remove unused variable.
1894
b68e08db
RM
1895 * configure.in (nss-crypt check): Use AC_LANG_PROGRAM.
1896 * configure: Regenerated.
1897
b350afab
RM
1898 * Makerules: Revert last change.
1899 * elf/Makefile: Likewise.
1900
28368601
RM
19012011-06-09 Roland McGrath <roland@hack.frob.com>
1902
1903 * Makerules ($(common-objpfx)libc_pic.os): Use -Wl, before -r.
1904 * elf/Makefile ($(objpfx)librtld.os): Likewise.
1905 (reloc-link): Likewise.
1906
11988f8f
UD
19072011-06-09 Ulrich Drepper <drepper@gmail.com>
1908
1909 * elf/Makefile: Add rules to build pldd.
1910 * elf/pldd.c: New file.
1911 * elf/pldd-xx.c: New file.
1912
e80fab37
UD
19132011-06-07 Ulrich Drepper <drepper@gmail.com>
1914
1915 * version.h: Update for 2.15 development version.
1916
9b849836
DM
19172011-06-07 David S. Miller <davem@davemloft.net>
1918
1919 * sysdeps/sparc/sparc32/dl-irel.h (elf_irela): Pass dl_hwcap to
1920 ifuncs.
1921 * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela,
1922 elf_machine_lazy_rel): Likewise.
1923 * sysdeps/sparc/sparc64/dl-irel.h (elf_irela): Likewise.
1924 * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela,
1925 elf_machine_lazy_rel): Likewise.
1926 * sysdeps/sparc/sparc64/multiarch/memcpy.S (memcpy): Fetch
1927 dl_hwcap via passed in argument.
1928 * sysdeps/sparc/sparc64/multiarch/memset.S (memset, bzero):
1929 Likewise.
1930
5a31b283
AK
19312011-06-06 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
1932
1933 * stdlib/longlong.h: Update from GCC. Fix smul_ppmm for S/390.
1934
069e52f8
RM
19352011-06-06 Roland McGrath <roland@hack.frob.com>
1936
1937 [BZ #12849]
1938 * manual/fdl-1.1.texi: New file, verbatim from:
1939 http://www.gnu.org/licenses/old-licenses/fdl-1.1.texi
1940 * manual/lgpl-2.1.texi: New file, verbatim from:
1941 http://www.gnu.org/licenses/old-licenses/lgpl-2.1.texi
1942 * manual/Makefile (licenses): New variable, list those new file names.
1943 (texis): Use it.
1944 (chapters.% top-menu.%): Include $(licenses) with $(appendices).
1945
1946 * manual/fdl.texi: File removed.
1947 * manual/lesser.texi: File removed.
1948 * manual/libc.texinfo (Copying, Documentation License):
1949 Use new @include file names, put @appendix directive before @include.
1950
f16846a5
JJ
19512011-06-04 Jakub Jelinek <jakub@redhat.com>
1952
1953 [BZ #12841]
1954 * rt/bits/mqueue2.h (__mq_open_2): Add __THROW.
1955 (__mq_open_alias): Use __REDIRECT_NTH instead of __REDIRECT.
1956 (mq_open): Add __NTH.
1957
3d29045b
L
19582011-06-02 H.J. Lu <hongjiu.lu@intel.com>
1959
1960 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
1961 Assume Intel Core i3/i5/i7 processor if AVX is available.
1962
8c297311
UD
19632011-05-31 Ulrich Drepper <drepper@gmail.com>
1964
1965 * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard): Fix
1966 typo.
1967
c8fc0c91
UD
19682011-05-31 Andreas Schwab <schwab@redhat.com>
1969
1970 * nscd/nscd_getserv_r.c (nscd_getserv_r): Don't free non-malloced
1971 memory. Use alloca_account. Fix memory leak when retrying.
1972
5b27a807
UD
19732011-05-31 Ulrich Drepper <drepper@gmail.com>
1974
356f8bc6
UD
1975 * version.h (RELEASE): Bump for 2.14 release.
1976 * include/features.h (__GLIBC_MINOR__): Bump to 14.
1977
5b27a807
UD
1978 * config.make.in (RANLIB): Remove entry.
1979
01f16ab0
UD
19802011-05-30 Ulrich Drepper <drepper@gmail.com>
1981
41fce8bd
UD
1982 * po/Makefile (po-sed-cmd): Add ksh to extensions.
1983 (libc.pot): Work around missing support for .ksh extension in xgettext.
1984
4769ae77
UD
1985 [BZ #12684]
1986 * resolv/res_send.c (__libc_res_nsend): Only go to the next name server
1987 if both request failed.
1988 (send_dg): In case of server errors clear resplen or *resplen2.
1989
6b1e7d19
UD
1990 [BZ #12454]
1991 * elf/dl-deps.c (_dl_map_object_deps): Run initializer sorting only
1992 when there are multiple maps.
1993 * elf/dl-fini.c (_dl_sort_fini): Check for list of one.
1994 (_dl_fini): Remove test here.
1995
01f16ab0
UD
1996 * elf/rtld.c (dl_main): Don't allow the loader to load itself.
1997
b1ebd700
UD
19982011-05-29 Ulrich Drepper <drepper@gmail.com>
1999
7ae22829
UD
2000 [BZ #12350]
2001 * sysdeps/posix/getaddrinfo.c (gethosts): Restore only RES_USE_IENT6
2002 bit from old_res_options.
2003 (gaih_inet): Likewise.
2004
553149f6 2005 [BZ #11099]
18a84741 2006 * shadow/sgetspent_r.c (LINE_PARSER): Interpret numeric field values
873ca504
UD
2007 as signed.
2008
652ffab1
UD
2009 * resolv/res_init.c (res_setoptions): Make the code more compact.
2010
16985fd0
UD
2011 [BZ #11558]
2012 * resolv/res_init.c (res_setoptions): Recognize use-vc option and
2013 set RES_USEVC.
2014
0464f746
UD
2015 [BZ #11634]
2016 * elf/Makefile (tests): Don't add tst-audit[67] without working -mavx.
2017
7d17596c
UD
2018 * malloc/malloc.h: Mark malloc hook variables as deprecated.
2019
cf6bbbd7
UD
2020 [BZ #11781]
2021 * malloc/malloc.h: Declare malloc hook variables as volatile.
2022
13f1ab36
UD
2023 * locale/programs/locarchive.c (add_locale_to_archive): Fix typo
2024 in last patch.
2025
b1ebd700
UD
2026 [BZ #11799]
2027 * sysdeps/unix/sysv/linux/bits/siginfo.h (SI_USER): Don't mention
4997db74 2028 raise in the comment.
80e2212d
UD
2029 * sysdeps/unix/sysv/linux/s390/bits/siginfo.h: Likewise.
2030 * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
2031 * sysdeps/unix/sysv/linux/ia64/bits/siginfo.h: Likewise.
b1ebd700 2032
ce67228d
UD
20332011-05-28 Ulrich Drepper <drepper@gmail.com>
2034
8887a920
UD
2035 [BZ #12811]
2036 * posix/regex_internal.c (build_wcs_buffer): Don't signal we have to
2037 grow the buffers more if it already has to be sufficient.
2038 (build_wcs_upper_buffer): Likewise.
2039 * posix/regexec.c (check_matching): Likewise.
2040 (clean_state_log_if_needed): Likewise.
2041 (extend_buffers): Don't enlarge buffers beyond size of the input
2042 buffer.
2043 Patches mostly by Emil Wojak <emil@wojak.eu>.
2044 * posix/bug-regex32.c: New file.
2045 * posix/Makefile (tests): Add bug-regex32.
2046
4f031072
UD
2047 * locale/findlocale.c (_nl_find_locale): Return right away if
2048 _nl_explode_name failed.
2049 * locale/programs/locarchive.c (add_locale_to_archive): Likewise.
2050
d0478f0c
UD
2051 * sysdeps/unix/sysv/linux/socketcall.h (SOCKOP_sendmmsg): Define.
2052
de81b246
UD
2053 * debug/xtrace.sh: Unify messages.
2054 * malloc/memusage.sh: Likewise.
2055
c738465a
UD
2056 [BZ #12813]
2057 * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_time): Retrieve
2058 time symbol from vDSO. Substitute with vsyscall if not available.
2059 * sysdeps/unix/sysv/linux/x86_64/time.S [SHARED]: Use
2060 __vdso_time.
2061
f1f929d7
UD
2062 * sysdeps/unix/sysv/linux/internal_sendmmsg.S: New file.
2063 * sysdeps/unix/sysv/linux/sendmmsg.c: New file.
2064 * sysdeps/unix/sysv/linux/Makefile [subdir=socket] (sysdep_routines):
2065 Add sendmmsg and internal_sendmmsg.
2066 * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14]: Add sendmmsg.
2067 * sysdeps/unix/sysv/linux/bits/socket.h: Declare sendmmsg.
2068 * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_SENDMMSG.
2069
ce67228d
UD
2070 * sysdeps/unix/sysv/linux/syscalls.list: Add setns entry.
2071 * sysdeps/unix/sysv/linux/bits/sched.h: Declare setns.
2072 * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14]: Add setns.
2073
e57420c6
UD
20742011-05-27 Ulrich Drepper <drepper@gmail.com>
2075
a8509ca5
UD
2076 [BZ #12813]
2077 * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_getcpu):
2078 Retrieve getcpu symbol from vDSO. Substitute with vsyscall if not
2079 available.
2080 * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S [SHARED]: Use
2081 __vdso_getcpu.
2082
e57420c6
UD
2083 [BZ #12814]
2084 * iconvdata/Makefile (tests): Add bug-iconv9.
2085 * iconvdata/bug-iconv9.c: New file.
2086
4d07db15
AS
20872011-05-27 Andreas Schwab <schwab@redhat.com>
2088
2089 [BZ #12814]
2090 * iconvdata/iso-2022-jp.c (BODY): Fix invalid variable shadowing.
2091
ea486f69
JJ
20922011-05-25 Jakub Jelinek <jakub@redhat.com>
2093
2094 * sysdeps/unix/sysv/linux/x86_64/sys/user.h
2095 (struct user_regs_struct): Change intcs field back to cs.
2096
6f038433
UD
20972011-05-25 Ulrich Drepper <drepper@gmail.com>
2098
2099 * po/ja.po: Update from translation team.
2100
67f86a25
UD
21012011-05-23 Ulrich Drepper <drepper@gmail.com>
2102
2103 [BZ #12795]
2104 * sysdeps/unix/sysv/linux/bits/resource.h (RLIMIT_RTTIME): Define.
2105 * sysdeps/unix/sysv/linux/sparc/bits/resource.h: Likewise.
2106
def7fbd6
AS
21072011-05-20 Andreas Schwab <schwab@redhat.com>
2108
2109 * stdlib/longlong.h: Update from GCC.
2110
f50ef8f1
AS
21112011-05-23 Andreas Schwab <schwab@redhat.com>
2112
2113 * sysdeps/unix/sysv/linux/ia64/sysconf.c (HAS_CPUCLOCK): Add
2114 parameter name.
2115 * sysdeps/unix/sysv/linux/sysconf.c (has_cpuclock, HAS_CPUCLOCK):
2116 Add parameter name.
2117 (__sysconf): Pass it down.
2118
de7ce8f1
UD
21192011-05-22 Ulrich Drepper <drepper@gmail.com>
2120
f2962a71
UD
2121 [BZ #12671]
2122 * nis/nss_nis/nis-alias.c (_nss_nis_getaliasbyname_r): Use malloc in
2123 some situations.
2124 * nscd/nscd_getserv_r.c (nscd_getserv_r): Likewise.
2125 * posix/glob.c (glob_in_dir): Take additional parameter alloca_used.
2126 add in in __libc_use_alloca calls. Adjust callers.
2127 (glob): Use malloc in some situations.
2128
de7ce8f1
UD
2129 * elf/dl-runtime.c (_dl_profile_fixup): Also store LA_SYMB_NOPLTENTER
2130 and LA_SYMB_NOPLTEXIT in flags which are passed to pltenter and
2131 pltexit.
2132
aec84f53
UD
21332011-05-21 Ulrich Drepper <drepper@gmail.com>
2134
05bb4a68
UD
2135 * sysdeps/unix/sysv/linux/bits/time.h: Define CLOCK_REALTIME_ALARM
2136 and CLOCK_BOOTTIME_ALARM.
2137
7ea72f99
UD
2138 [BZ #12782]
2139 * string/xpg-strerror.c (__xpg_strerror_r): Fill buffer even if error
2140 is returned.
2141
7e4afad5
UD
2142 * string/_strerror.c (__strerror_r): Print negative errors as signed
2143 numbers.
2144
8e211fec
UD
2145 [BZ #12777]
2146 * iconvdata/cp1258.c (comp_table_data): Remove entry 0x00A5 0xEC.
2147 (decomp_table): Change U0385 entry to emit 0xA5 0xEC.
2148 * iconvdata/CP1258.irreversible: Adjust entry 0xA8EC.
2149
f7d82dc9
UD
2150 * configure.in: Fix typo in redirection and correct removal of test
2151 files in two cases.
2152
cc9e536d
UD
2153 [BZ #12788]
2154 * locale/setlocale.c (new_composite_name): Fix test to check for
2155 identical name of all categories.
2156
aec84f53
UD
2157 [BZ #12792]
2158 * libio/filedoalloc.c (local_isatty): New function.
2159 (_IO_file_doallocate): Use local_isatty.
2160 * stdio-common/perror.c (perror): In case a new stream is used
2161 forward the stream error.
2162 * stdio-common/vfprintf.c (ARGCHECK): For read-only streams also set
2163 error flag.
2164
78e64fdc
RT
21652011-05-20 Ulrich Drepper <drepper@gmail.com>
2166
34a9094f
UD
2167 [BZ #11869]
2168 * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't unconditionally use
2169 alloca.
2170 * include/alloca.h (extend_alloca_account): Define.
2171
78e64fdc
RT
2172 [BZ #11857]
2173 * posix/regex.h: Fix comments with documentation of user-accessible
2174 fields after compilation and describe correct free'ing of pattern
2175 after re_compile_pattern.
2176 Patch by Reuben Thomas <rrt@sc3d.org>.
2177
457bddfc
RA
21782011-05-18 Ryan S. Arnold <rsa@us.ibm.com>
2179
2180 * sysdeps/powerpc/powerpc64/Makefile (no-special-regs): Add -mno-vsx
2181 and -mno-altivec to prevent the compiler from using Altivec and/or
2182 VSX instructions when the corresponding registers are not available.
2183
a4527b51
AS
21842011-05-19 Andreas Schwab <schwab@redhat.com>
2185
2186 * grp/compat-initgroups.c (__libc_use_alloca): Don't define.
2187
ed690b2f
UD
21882011-05-19 Ulrich Drepper <drepper@gmail.com>
2189
2190 * libio/freopen.c (freopen): Use __dup2, not dup2.
2191 * libio/freopen64.c (freopen64): Likewise.
2192
8db73634
L
21932011-05-17 H.J. Lu <hongjiu.lu@intel.com>
2194
2195 [BZ #12775]
2196 * sysdeps/x86_64/fpu/e_powl.S: Fix a typo.
2197 * math/Makefile (tests): Add test-powl.
2198 (CFLAGS-test-powl.c): Define.
2199 * math/test-powl.c: New file.
2200
0a197a9d
L
22012011-05-16 H.J. Lu <hongjiu.lu@intel.com>
2202
2203 * fileops.c (_IO_new_file_fopen): Get fd from _IO_fileno.
2204
ee30c380
UD
22052011-05-17 Ulrich Drepper <drepper@gmail.com>
2206
2207 [BZ #11837]
2208 * iconvdata/gb18030.c: Update to GB18020-2005.
2209
6ce75379
UD
22102011-05-16 Ulrich Drepper <drepper@gmail.com>
2211
a4b89fd8
AR
2212 * posix/regex.h (RE_SYNTAX_AWK, RE_SYNTAX_GNU_AWK,
2213 RE_SYNTAX_POSIX_AWK): Update to match recent development.
2214 Patch by Aharon Robbins <arnold@skeeve.com>.
2215
ea389b12
UD
2216 [BZ #11892]
2217 * stdlib/putenv.c (putenv): Don't always create copy of the variable
2218 on the stack.
2219
68a3f91f
UD
2220 [BZ #11895]
2221 * misc/pselect.c (__pselect): Handle timeout value errors hidden
2222 through underflows.
2223
15cc7dd1
UD
2224 [BZ #12766]
2225 * misc/error.c (error_at_line): Ensure file_name and old_file_name
2226 point to strings before performing equality test for error_one_per_line
2227 mode.
2228
f3799213
UD
2229 [BZ #11697]
2230 * login/programs/pt_chown.c (do_pt_chown): Always call chown.
2231
d79a9c94
UD
2232 [BZ #11820]
2233 * sysdeps/unix/sysv/linux/x86_64/sys/user.h
2234 (struct user_fpregs_struct): Avoid __uint*_t types.
2235
56e5eb46
UD
2236 [BZ #6420]
2237 * malloc/mtrace.c (tr_where): Add additional parameter to point to
2238 symbol info. Use it instead of calling _dl_addr locally.
2239 (lock_and_info): New function.
2240 (tr_freehook): Call lock_and_info and pass symbol info as additional
2241 parameter to tr_where.
2242 (tr_mallochook): Likewise.
2243 (tr_reallochook): Likewise.
2244 (tr_memalignhook): Likewise.
2245
6ce75379
UD
2246 * malloc/mtrace.c: Remove support for USE_MTRACE_FILE. It is not
2247 used and couldn't be at all thread-safe.
2248
f8a3b5bf
UD
22492011-05-15 Ulrich Drepper <drepper@gmail.com>
2250
94b7cc37
UD
2251 * libio/freopen.c (freopen): Don't close old file descriptor
2252 before the new one is opened. Instead dup the new file descriptor
2253 to the old one after the new stream is created.
2254 * libio/freopen64.c (freopen64): Likewise.
2255 * libio/libio.h: Define _IO_FLAGS2_NOCLOSE and _IO_FLAGS2_CLOEXEC.
2256 * libio/fileops.c (_IO_new_file_close_it): Handle new
2257 _IO_FLAGS2_NOCLOSE flag.
2258 (_IO_new_file_fopen): Set _IO_FLAGS2_CLOEXEC for "e" mode.
2259 If _IO_file_open didn't set FD_CLOEXEC do it after the call.
2260 * libio/oldfileops.c (_IO_old_file_close_it): Handle new
2261 _IO_FLAGS2_NOCLOSE flag.
2262 * include/unistd.h: Add hidden_proto for dup3.
2263 Define __have_dup3.
2264 * io/dup3.c: Define hidden symbol.
2265 * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_DUP3.
2266
bd25564e
UD
2267 [BZ #7101]
2268 * posix/getopt.c (_getopt_internal_r): List all ambigious possibilities
2269 when an incomplete long option is used.
2270 * posix/tst-getopt_long1.c: New file.
2271 * posix/Makefile (tests): Add tst-getopt_long1.
2272
c84cfef4
UD
2273 [BZ #10138]
2274 * scripts/config.guess: Update from autoconf-2.68.
2275 * scripts/config.sub: Likewise.
2276
3b85df27
UD
2277 [BZ #10157]
2278 * sysdeps/unix/sysv/linux/sysconf.c (__sysconf): Split out CPUTIME
2279 tests into ...
2280 (has_cpuclock): ...this. New function.
2281 * sysdeps/unix/sysv/linux/ia64/sysconf.c: Just define HAS_CPUCLOCK
2282 macro here based on has_cpuclock code.
2283
15a856b1
UD
2284 [BZ #10149]
2285 * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
2286 First byte (not low byte) is now always NUL.
2287 * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Likewise.
2288
05f399e6
UD
2289 * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
2290 Use non-cancelable interfaces.
2291
10a52685 2292 [BZ #9809]
94ecc67d
UD
2293 * locale/iso-639.def: Add entry for Sorani.
2294
f8a3b5bf
UD
2295 [BZ #11901]
2296 * include/stdlib.h: Move include protection to the right place.
2297 Define abort_msg_s. Declare __abort_msg with it.
2298 * stdlib/abort.c (__abort_msg): Adjust type.
2299 * assert/assert.c (__assert_fail_base): New function. Majority
2300 of code from __assert_fail. Allocate memory for __abort_msg with
2301 mmap.
2302 (__assert_fail): Now call __assert_fail_base.
2303 * assert/assert-perr.c: Remove bulk of implementation. Use
2304 __assert_fail_base.
2305 * include/assert.hL Declare __assert_fail_base.
2306 * sysdeps/posix/libc_fatal.c: Allocate memory for __abort_msg with
2307 mmap.
2308 * sysdeps/unix/sysv/linux/libc_fatal.c: Likewise.
2309
1af4e298
UD
23102011-05-14 Ulrich Drepper <drepper@gmail.com>
2311
f8a3b5bf 2312 [BZ #11952]
d26dfc60
MG
2313 [BZ #12453]
2314 * elf/dl-open.c (dl_open_worker): Delay calls to _dl_update_slotinfo
2315 until all modules are registered in the DTV.
2316 * elf/Makefile: Add rules to build and run tst-tls19.
2317 * elf/tst-tls19.c: New file.
2318 * elf/tst-tls19mod1.c: New file.
2319 * elf/tst-tls19mod2.c: New file.
2320 * elf/tst-tls19mod3.c: New file.
2321 Patch mostly by Martin von Gagern <Martin.vGagern@gmx.net>.
2322
2fc54d6f
UD
2323 [BZ #12083]
2324 * sysdeps/pthread/aio_misc.c (__aio_init): Compute optim.aio_num
2325 correctly.
2326
98d76b46
UD
2327 [BZ #12601]
2328 * iconvdata/cp932.c (BODY to UCS4): Fix incrementing inptr in case of
2329 two-byte sequence errors.
2330 * iconvdata/Makefile (tests): Add bug-iconv8.
2331 * iconvdata/bug-iconv8.c: New file.
2332
da3c19ef
UD
2333 [BZ #12626]
2334 * sysdeps/generic/elf/backtracesymsfd.c (__backtrace_symbols_fd): Move
2335 buf2 definition.
2336
ca408c15
UD
2337 * libio/fileops.c (_IO_new_file_close_it): Initialize write_status.
2338
d6f67f7d
UD
2339 [BZ #12432]
2340 * sysdeps/ia64/backtrace.c (struct trace_reg): Add cfa element.
2341 (dummy_getcfa): New function.
2342 (init): Get _Unwind_GetCFA address, use dummy if not found.
2343 (backtrace_helper): In recursion check, also check whether CFA changes.
2344 (__backtrace): Completely initialize arg.
2345
1af4e298 2346 * iconv/loop.c (SINGLE) [STORE_REST]: Add input bytes to bytebuf before
0656e90e
UD
2347 storing incomplete byte sequence in state object. Avoid testing for
2348 guaranteed too small input if we know there is enough data available.
1af4e298 2349
da62f81b
AS
23502011-05-11 Andreas Schwab <schwab@redhat.com>
2351
2352 * Makeconfig (+link-pie): Indent.
2353 * Rules (binaries-pie): Define if $(have-fpie) and
2354 $(build-shared).
2355 (binaries-shared): Also filter out $(binaries-pie).
2356 ($(addprefix $(objpfx),$(binaries-pie))): New rule.
2357 * nscd/Makefile (others-pie): Add nscd.
2358 (LDFLAGS-nscd): Set this instead of relro-LDFLAGS.
2359 ($(objpfx)nscd): Remove command override.
2360 * login/Makefile (others-pie): Add pt_chown.
2361 ($(objpfx)pt_chown): Remove command override.
2362 * elf/Makefile: Add PIE tests to tests and tests-pie variables and
2363 remove command overrides.
2364
fcabc0f8
UD
23652011-05-13 Ulrich Drepper <drepper@gmail.com>
2366
20030ae6
UD
2367 * libio/tst_putwc.c: Fix error messages.
2368
fcabc0f8
UD
2369 [BZ #12724]
2370 * libio/fileops.c (_IO_new_file_close_it): Always flush when
2371 currently writing and seek to current position when not.
2372 * libio/Makefile (tests): Add bug-fclose1.
2373 * libio/bug-fclose1.c: New file.
2374
320a5dc0
PB
23752011-05-12 Ulrich Drepper <drepper@gmail.com>
2376
2377 [BZ #12511]
2378 * elf/dl-lookup.c (enter): Don't test for copy relocation here and
2379 don't set DF_1_NODELETE here.
2380 (do_lookup_x): When entering new entry test for copy relocation
2381 and if necessary set DF_1_NODELETE flag.
2382 * elf/tst-unique4.cc: New file.
2383 * elf/tst-unique4.h: New file.
2384 * elf/tst-unique4lib.cc: New file.
2385 * elf/Makefile: Add rules to build and run tst-unique4.
2386 Patch by Piotr Bury <pbury@goahead.com>.
2387
22836f52
UD
23882011-05-11 Ulrich Drepper <drepper@gmail.com>
2389
f574184a
UD
2390 [BZ #12052]
2391 * sysdeps/posix/spawni.c (__spawni): Fix sched_setscheduler call.
2392
e1fb097f
UD
2393 [BZ #12625]
2394 * misc/mntent_r.c (addmntent): Flush the stream after the output
2395
22836f52
UD
2396 [BZ #12393]
2397 * elf/dl-load.c (is_trusted_path): Remove unnecessary test.
2398 (is_trusted_path_normalize): Skip initial colon. Append slash
2399 to empty buffer. Duplicate is_trusted_path code but allow
2400 constructed patch to be prefix.
2401 (is_dst): Allow $ORIGIN followed by /.
2402 (_dl_dst_substitute): Correct clearing of check_for_trusted.
2403 Correct testing of result of is_trusted_path_normalize
2404 (decompose_rpath): Fix warning.
2405
7b3b0b2a
UD
24062011-05-10 Ulrich Drepper <drepper@gmail.com>
2407
2408 [BZ #11257]
2409 * grp/initgroups.c (internal_getgrouplist): When we found the service
2410 list through the initgroups entry in nsswitch.conf do not always
2411 continue on a successful lookup. Don't always use the
eac80ce2 2412 __nss_group_database value if it is set.
7b3b0b2a
UD
2413 * nss/nsswitch.conf (initgroups): Change action for successful db
2414 lookup to continue for compatibility.
2415
2a81eaa5
UD
24162011-05-09 Ulrich Drepper <drepper@gmail.com>
2417
be97a69e
UD
2418 [BZ #11532]
2419 * iconvdata/Makefile: Add rules to build CP770, CP771, CP772, CP773,
2420 and CP774 modules.
2421 * iconvdata/gconv-modules: Add entries for CP770, CP771, CP772, CP773,
2422 and CP774 modules.
2423 * iconvdata/tst-tables.sh: Likewise.
2424 * iconvdata/cp770.c: New file.
2425 * iconvdata/cp771.c: New file.
2426 * iconvdata/cp772.c: New file.
2427 * iconvdata/cp773.c: New file.
2428 * iconvdata/cp774.c: New file.
2429 * iconvdata/testdata/CP770: New file.
2430 * iconvdata/testdata/CP770..UTF8: New file.
2431 * iconvdata/testdata/CP771: New file.
2432 * iconvdata/testdata/CP771..UTF8: New file.
2433 * iconvdata/testdata/CP772: New file.
2434 * iconvdata/testdata/CP772..UTF8: New file.
2435 * iconvdata/testdata/CP773: New file.
2436 * iconvdata/testdata/CP773..UTF8: New file.
2437 * iconvdata/testdata/CP774: New file.
2438 * iconvdata/testdata/CP774..UTF8: New file.
2439
2440 * iconvdata/gen-8bit-gap-1.sh: End reading of charmap file at
2441 END CHARMAP line.
2442 * iconvdata/gen-8bit-gap.sh: Likewise.
2443 * iconvdata/gen-8bit.sh: Likewise.
2444
c1e9e399
UD
2445 * locale/iso-639.def: Add ary entry.
2446
24c55fb3 2447 [BZ #11258]
96b4b1b0
UD
2448 * locale/C-translit.h.in: Add U20A1 transliteration.
2449
bdc2f971
KB
2450 [BZ #12178]
2451 * locale/iso-639.def: Add wae entry.
2452 Patch by Kevin Bortis <bortis@translate-wae.ch>.
2453
2952b117
UD
2454 [BZ #12545]
2455 * locale/programs/localedef.c (construct_output_path): Use ssize_t
2456 for n.
2457
2a81eaa5
UD
2458 [BZ #12711]
2459 * locale/C-translit.h.in: Add entry for U20B9.
2460 Patch by pravin.d.s@gmail.com.
2461
28377d1b
UD
24622011-05-08 Ulrich Drepper <drepper@gmail.com>
2463
7fb90fb8
UD
2464 [BZ #12713]
2465 * sysdeps/unix/sysv/linux/getcwd.c: If getcwd syscall report
2466 ENAMETOOLONG use generic getcwd.
6fb2dde3
UD
2467 * sysdeps/posix/getcwd.c: Add support to use openat. Make usable
2468 in rtld. Use *stat64.
7fb90fb8 2469 * sysdeps/unix/sysv/linux/Makefile [subdir=elf] (sysdep-rtld-routines):
6fb2dde3 2470 Add dl-getcwd, dl-openat64, dl-opendir, dl-fxstatat64.
7fb90fb8 2471 * sysdeps/unix/sysv/linux/dl-getcwd.c: New file.
6fb2dde3
UD
2472 * sysdeps/unix/sysv/linux/dl-openat64.c: New file.
2473 * sysdeps/unix/sysv/linux/dl-opendir.c: New file.
2474 * sysdeps/unix/sysv/linux/dl-fxstat64.c: New file.
2475 * include/sys/stat.h: Define __fstatat, __lstat64, __fstat64, and
2476 __fstatat64 macros.
7fb90fb8
UD
2477 * include/dirent.h: Add libc_hidden_proto for rewinddir.
2478 * dirent/rewinddir.c: Add libc_hidden_def.
2479 * sysdeps/mach/hurd/rewinddir.c: Likewise.
6fb2dde3 2480 * sysdeps/unix/rewinddir.c: Likewise. Don't do locking outside libc.
7fb90fb8 2481
28377d1b
UD
2482 * include/dirent.h (__alloc_dir): Add flags parameter.
2483 * sysdeps/unix/fdopendir.c (__fdopendir): Pass flags to __alloc_dir.
2484 * sysdeps/unix/opendir.c (__opendir): Pass 0 in new parameter to
2485 __alloc_dir.
2486 (__alloc_dir): Take new parameter. Don't call fcntl for invocations
2487 from fdopendir if O_CLOEXEC is already set.
2488
66bdbaa4
AM
24892011-03-15 Alan Modra <amodra@gmail.com>
2490
2491 * elf/dl-reloc.c (_dl_try_allocate_static_tls <TLS_DTV_AT_TP>): Handle
2492 l_tls_firstbyte_offset non-zero. Save padding offset in
2493 l_tls_firstbyte_offset for later use.
2494 * elf/dl-close.c (_dl_close_worker <TLS_DTV_AT_TP>): Correct code
2495 freeing static tls block.
2496
95721191
JN
24972011-03-05 Jonathan Nieder <jrnieder@gmail.com>
2498
2499 * sysdeps/unix/sysv/linux/sys/param.h: Fix an #ifndef __undef_ARG_MAX
2500 where #ifdef was intended. The intent is to prevent ARG_MAX from
2501 being defined by the kernel headers.
2502
f87dfb1f
UD
25032011-05-07 Ulrich Drepper <drepper@gmail.com>
2504
2505 [BZ #12734]
2506 * resolv/resolv.h: Define RES_NOTLDQUERY.
2507 * resolv/res_init.c (res_setoptions): Recognize no_tld_query and
2508 no-tld-query and set RES_NOTLDQUERY.
2509 * resolv/res_debug.c (p_option): Handle RES_NOTLDQUERY.
2510 * resolv/res_query.c (__libc_res_nsearch): Backport changes from
2511 modern BIND to search name as TLD unless forbidden.
2512
47c3cd7a
UD
25132011-05-07 Petr Baudis <pasky@suse.cz>
2514 Ulrich Drepper <drepper@gmail.com>
2515
2516 [BZ #12393]
2517 * elf/dl-load.c (fillin_rpath): Move trusted path check...
2518 (is_trusted_path): ...to here.
c1e9ea35 2519 (is_trusted_path_normalize): Wrapper for /../ and /./ normalization.
47c3cd7a 2520 (_dl_dst_substitute): Verify expanded $ORIGIN path elements
c1e9ea35 2521 using is_trusted_path_normalize() in setuid scripts.
47c3cd7a 2522
8a35c912
PP
25232011-05-06 Paul Pluzhnikov <ppluzhnikov@google.com>
2524
2525 * sysdeps/unix/sysv/linux/sys/sysmacros.h: Add missing
2526 __BEGIN/__END_DECLS.
2527
acd41f47
UD
25282011-05-06 Ulrich Drepper <drepper@gmail.com>
2529
2530 * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Return
2531 NSS_STATUS_NOTFOUND if no record was found.
2532
597df647
AS
25332011-05-05 Andreas Schwab <schwab@redhat.com>
2534
2535 * sunrpc/Makefile (headers): Add rpc/netdb.h.
2536 (headers-not-in-tirpc): Remove rpc/netdb.h
2537 * resolv/netdb.h: Revert last change.
2538
b9af1301
PP
25392011-05-05 Paul Pluzhnikov <ppluzhnikov@google.com>
2540
2541 * Makeconfig (link-libc-static): Use --{start,end}-group to handle
2542 circular dependency between libgcc.a and libc.a.
2543
4e34d5f5
AS
25442011-05-05 Andreas Schwab <schwab@redhat.com>
2545
2546 * resolv/netdb.h: Don't include <rpc/netdb.h>.
2547 * nis/Makefile: Don't install rpcsvc/*.
2548 * inet/protocols/timed.h: Include <sys/types.h> and <sys/time.h>
2549 instead of <rpc/types.h>.
2550 (MAXHOSTNAMELEN): Define.
2551
00ee369c
AS
25522011-05-03 Andreas Schwab <schwab@redhat.com>
2553
2554 * elf/ldconfig.c (add_dir): Don't crash on empty path.
2555
0b592a30
MB
25562011-04-28 Maciej Babinski <mbabinski@google.com>
2557
2558 [BZ #12714]
2559 * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't bypass
2560 gethostbyname4_r when IPv6 results are possible.
2561
6e04cbbe
UD
25622011-05-02 Ulrich Drepper <drepper@gmail.com>
2563
2564 [BZ #12723]
2565 * sysdeps/unix/sysv/linux/pathconf.c (__pathconf): Implement
2566 _PC_PIPE_BUF handling.
2567
e4ecafe0
BH
25682011-04-30 Bruno Haible <bruno@clisp.org>
2569
2570 [BZ #12717]
2571 * conform/data/netdb.h-data (getnameinfo): Make POSIX compliant.
2572 * resolv/netdb.h (getnameinfo): Change type of flags parameter
2573 to 'int'.
2574 * inet/getnameinfo.c (getnameinfo): Likewise.
2575
125ee683
UD
25762011-04-29 Ulrich Drepper <drepper@gmail.com>
2577
2578 * grp/initgroups.c (internal_getgrouplist): Prefer initgroups setting
2579 to groups setting in database lookup.
2580 * nss/nsswitch.conf: Add initgroups entry.
2581
b722481a
EB
25822011-04-22 Ulrich Drepper <drepper@gmail.com>
2583
2584 [BZ #12685]
2585 * libio/fileops.c (_IO_new_file_fopen): Scan up to 7 bytes of the
2586 mode string.
2587 Patch by Eric Blake <eblake@redhat.com>.
2588
4df46dbd
L
25892011-04-20 H.J. Lu <hongjiu.lu@intel.com>
2590
2591 * sunrpc/Makefile (need-export-routines): Add svc_run.
2592 (routines): Remove svc_run.
2593 ($(objpfx)thrsvc): Add $(common-objpfx)linkobj/libc.so.
2594 * sunrpc/clnt_perr.c (clnt_perrno): Export.
2595 * sunrpc/svc_run.c (svc_run): Likewise.
2596 * sunrpc/svc_udp.c (svcudp_create): Likewise.
2597
e84142d2
UD
25982011-04-21 Ulrich Drepper <drepper@gmail.com>
2599
2600 * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Fix
2601 problem in reallocation in last patch.
2602
877175d8
UD
26032011-04-20 Ulrich Drepper <drepper@gmail.com>
2604
2605 * sunrpc/Makefile: Move inclusion of Rules.
2606
ab8eed78
UD
26072011-04-19 Ulrich Drepper <drepper@gmail.com>
2608
2609 * nss/nss_files/files-initgroups.c: New file.
2610 * nss/Makefile (libnss_files-routines): Add files-initgroups.
2611 * nss/Versions (libnss_files) [GLIBC_PRIVATE]: Export
2612 _nss_files_initgroups_dyn.
2613
e3d8f584
RS
26142011-03-31 Richard Sandiford <richard.sandiford@linaro.org>
2615
2616 * elf/elf.h (R_ARM_IRELATIVE): Define.
2617
af190f45
UD
26182011-04-19 Ulrich Drepper <drepper@gmail.com>
2619
2620 * po/ru.po: Update from translation team.
2621
53cf59ef
UD
26222011-04-17 Ulrich Drepper <drepper@gmail.com>
2623
2624 * sunrpc/Makefile ($(rpc-compat-routines.os)): Add before-compile to
2625 dependencies.
2626
4c559bcd
MF
26272011-02-06 Mike Frysinger <vapier@gentoo.org>
2628
2629 [BZ #12653]
2630 * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Only protect
2631 MEMCPY_CHK with USE_AS_BCOPY ifdef check.
2632 * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
2633 * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
2634 * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
2635
4420675c
AS
26362011-03-28 Andreas Schwab <schwab@linux-m68k.org>
2637
2638 * sysdeps/powerpc/powerpc32/power4/strncmp.S: Don't read past
2639 differing bytes.
2640 * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
2641 * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
2642 * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
2643
75ea32ab
UD
26442011-04-17 Ulrich Drepper <drepper@gmail.com>
2645
2646 [BZ #12420]
2647 * sysdeps/unix/sysv/linux/x86_64/getcontext.S: Reload context after
2648 storing it.
2649 * stdlib/bug-getcontext.c: New file.
2650 * stdlib/Makefile: Add rules to build and run bug-getcontext.
2651
27390476
AK
26522011-04-13 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
2653
2654 * sysdeps/s390/s390-64/utf16-utf32-z9.c: Wrap the z9-109
2655 instructions into .machine "z9-109".
2656 * sysdeps/s390/s390-64/utf8-utf16-z9.c: Likewise.
2657 * sysdeps/s390/s390-64/utf8-utf32-z9.c: Likewise.
2658
10442705
AK
26592011-04-11 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
2660
2661 * sysdeps/s390/s390-32/elf/start.S (_start): Skip extra zeroes
2662 between environment variables and auxiliary vector.
2663
7b57bfe5
UD
26642011-04-16 Ulrich Drepper <drepper@gmail.com>
2665
2666 * Makefile: Add rules to build linkobj/libc.so.
2667 * include/libc-symbols.h: Define libc_hidden_nolink.
2668 * include/rpc/auth.h: Mark functions which are to be hidden.
2669 * include/rpc/auth_des.h: Likewise.
2670 * include/rpc/auth_unix.h: Likewise.
2671 * include/rpc/clnt.h: Likewise.
2672 * include/rpc/des_crypt.h: Likewise.
2673 * include/rpc/key_prot.h: Likewise.
2674 * include/rpc/pmap_clnt.h: Likewise.
2675 * include/rpc/pmap_prot.h: Likewise.
2676 * include/rpc/pmap_rmt.h: Likewise.
2677 * include/rpc/rpc_msg.h: Likewise.
2678 * include/rpc/svc.h: Likewise.
2679 * include/rpc/svc_auth.h: Likewise.
2680 * include/rpc/xdr.h: Likewise.
2681 * nis/Makefile: Link all DSOs against linkobj/libc.so.
2682 * nss/Makefile: Likewise.
2683 * sunrpc/Makefile: Don't install headers. Build library with normal
2684 entry points. Don't build rpcinfo. Link RPC tests appropriately.
2685 * sunrpc/auth_des.c: Hide exported symbols by default, export some
2686 for the compat linking library. Remove use of INTDEF/INTUSE.
2687 * sunrpc/auth_none.c: Likewise.
2688 * sunrpc/auth_unix.c: Likewise.
2689 * sunrpc/authdes_prot.c: Likewise.
2690 * sunrpc/authuxprot.c: Likewise.
2691 * sunrpc/clnt_gen.c: Likewise.
2692 * sunrpc/clnt_perr.c: Likewise.
2693 * sunrpc/clnt_raw.c: Likewise.
2694 * sunrpc/clnt_simp.c: Likewise.
2695 * sunrpc/clnt_tcp.c: Likewise.
2696 * sunrpc/clnt_udp.c: Likewise.
2697 * sunrpc/clnt_unix.c: Likewise.
2698 * sunrpc/des_crypt.c: Likewise.
2699 * sunrpc/des_soft.c: Likewise.
2700 * sunrpc/get_myaddr.c: Likewise.
2701 * sunrpc/key_call.c: Likewise.
2702 * sunrpc/key_prot.c: Likewise.
2703 * sunrpc/netname.c: Likewise.
2704 * sunrpc/pm_getmaps.c: Likewise.
2705 * sunrpc/pm_getport.c: Likewise.
2706 * sunrpc/pmap_clnt.c: Likewise.
2707 * sunrpc/pmap_prot.c: Likewise.
2708 * sunrpc/pmap_prot2.c: Likewise.
2709 * sunrpc/pmap_rmt.c: Likewise.
2710 * sunrpc/publickey.c: Likewise.
2711 * sunrpc/rpc_cmsg.c: Likewise.
2712 * sunrpc/rpc_common.c: Likewise.
2713 * sunrpc/rpc_dtable.c: Likewise.
2714 * sunrpc/rpc_prot.c: Likewise.
2715 * sunrpc/rpc_thread.c: Likewise.
2716 * sunrpc/rtime.c: Likewise.
2717 * sunrpc/svc.c: Likewise.
2718 * sunrpc/svc_auth.c: Likewise.
2719 * sunrpc/svc_authux.c: Likewise.
2720 * sunrpc/svc_raw.c: Likewise.
2721 * sunrpc/svc_run.c: Likewise.
2722 * sunrpc/svc_simple.c: Likewise.
2723 * sunrpc/svc_tcp.c: Likewise.
2724 * sunrpc/svc_udp.c: Likewise.
2725 * sunrpc/svc_unix.c: Likewise.
2726 * sunrpc/svcauth_des.c: Likewise.
2727 * sunrpc/xcrypt.c: Likewise.
2728 * sunrpc/xdr.c: Likewise.
2729 * sunrpc/xdr_array.c: Likewise.
2730 * sunrpc/xdr_float.c: Likewise.
2731 * sunrpc/xdr_intXX_t.c: Likewise.
2732 * sunrpc/xdr_mem.c: Likewise.
2733 * sunrpc/xdr_rec.c: Likewise.
2734 * sunrpc/xdr_ref.c: Likewise.
2735 * sunrpc/xdr_sizeof.c: Likewise.
2736 * sunrpc/xdr_stdio.c: Likewise.
2737
e6c61494
UD
27382011-04-10 Ulrich Drepper <drepper@gmail.com>
2739
2740 [BZ #12650]
2741 * sysdeps/i386/dl-tls.h: Define TLS_DTV_UNALLOCATED.
2742 * sysdeps/ia64/dl-tls.h: Likewise.
2743 * sysdeps/powerpc/dl-tls.h: Likewise.
2744 * sysdeps/s390/dl-tls.h: Likewise.
2745 * sysdeps/sh/dl-tls.h: Likewise.
2746 * sysdeps/sparc/dl-tls.h: Likewise.
2747 * sysdeps/x86_64/dl-tls.h: Likewise.
2748 * elf/dl-tls.c: Don't define TLS_DTV_UNALLOCATED here.
2749
34fe483e
AS
27502011-03-14 Andreas Schwab <schwab@redhat.com>
2751
2752 * elf/dl-load.c (_dl_dst_substitute): When skipping the first
2753 rpath element also skip the following colon.
2754 (expand_dynamic_string_token): Add is_path parameter and pass
2755 down to DL_DST_REQUIRED and _dl_dst_substitute.
2756 (decompose_rpath): Call expand_dynamic_string_token with
2757 non-zero is_path. Ignore empty rpaths.
2758 (_dl_map_object_from_fd): Call expand_dynamic_string_token
2759 with zero is_path.
2760
f12a32e6
AS
27612011-04-08 Andreas Schwab <schwab@linux-m68k.org>
2762
2763 * sysdeps/unix/sysv/linux/powerpc/powerpc64/sync_file_range.c:
2764 Make cancelable.
2765
38a7d692
UD
27662011-04-09 Ulrich Drepper <drepper@gmail.com>
2767
2768 [BZ #12655]
2769 * sysdeps/unix/sysv/linux/sys/syscall.h: Fix comment.
2770 Patch by Filipe David Manana <fdmanana@apache.org>.
2771
e451d22b
AS
27722011-04-07 Andreas Schwab <schwab@redhat.com>
2773
2774 * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S (CALL_FAIL):
2775 Maintain aligned stack.
2776 (CHECK_RSP): Remove unused macro.
2777
dedc7c7b
UD
27782011-04-03 Ulrich Drepper <drepper@gmail.com>
2779
2780 * sysdeps/x86_64/cacheinfo.c (intel_02_known): Fix typo in table.
2781 * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_02_known): Likewise.
2782
94521213
UD
27832011-04-02 Ulrich Drepper <drepper@gmail.com>
2784
2785 * sysdeps/unix/sysv/linux/bits/time.h (CLOCK_BOOTTIME): Define.
2786
8cb700c0 2787 * include/features.h: Mention __USE_XOPEN2K8 in comment.
81489b2e 2788
0354e355
L
27892011-03-26 H.J. Lu <hongjiu.lu@intel.com>
2790
2791 [BZ #12518]
2792 * sysdeps/x86_64/Versions: Add memcpy to GLIBC_2.14.
2793 * sysdeps/x86_64/memcpy.S: Provide GLIBC_2_14 memcpy.
2794 * sysdeps/x86_64/memmove.c: New file.
2795 * sysdeps/x86_64/multiarch/memcpy.S: Include <shlib-compat.h>.
2796 (memcpy): Renamed to ...
2797 (__new_memcpy): This.
2798 (memcpy): Provide GLIBC_2_14 memcpy.
2799 * sysdeps/x86_64/multiarch/memmove.c: Include <shlib-compat.h>.
2800 (memcpy): Provide GLIBC_2_2_5 memcpy.
2801
8593482f
UD
28022011-04-01 Ulrich Drepper <drepper@gmail.com>
2803
2804 [BZ #12631]
2805 * wcsmbs/wchar.h: Make wcpcpy and wcpncpy visible for __USE_XOPEN2K8.
2806
81a5726b
AS
28072011-03-30 Andreas Schwab <schwab@redhat.com>
2808
2809 * misc/syncfs.c: New file.
2810 * misc/Makefile (routines): Add syncfs.
2811 * posix/unistd.h: Declare syncfs.
2812 * sysdeps/unix/syscalls.list: Add syncfs.
2813
00e5419f
AS
28142011-04-01 Andreas Schwab <schwab@redhat.com>
2815
2816 * sysdeps/unix/sysv/linux/Versions: Rename open_by_handle to
2817 open_by_handle_at.
2818 * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
2819 * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
2820 * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
2821 * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
2822 * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
2823 * sysdeps/unix/sysv/linux/syscalls.list: Likewise.
2824 * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
2825
748876bf
UD
28262011-04-01 Ulrich Drepper <drepper@gmail.com>
2827
658e451d
UD
2828 * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define O_PATH.
2829 * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
2830 * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
2831 * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
2832 * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
2833 * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
2834 * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
2835
748876bf
UD
2836 * io/Makefile: Compile fallocate.c, fallocate64.c, and
2837 sync_file_range.c with -fexceptions.
2838 * sysdeps/unix/sysv/linux/fallocate.c: Make cancelable.
2839 * sysdeps/unix/sysv/linux/fallocate64.c: Likewise.
2840 * sysdeps/unix/sysv/linux/i386/fallocate.c: Likewise.
2841 * sysdeps/unix/sysv/linux/i386/fallocate64.c: Likewise.
2842 * sysdeps/unix/sysv/linux/wordsize-64/fallocate.c: Likewise.
2843 * sysdeps/unix/sysv/linux/sync_file_range.c: Likewise.
2844 * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Mark
3167dad0
UD
2845 sync_file_range as cancellation point
2846 * sysdeps/unix/sysv/linux/i386/sync_file_range.c: New file. This is
2847 now a wrapper around __call_sync_file_range with cancellation handling.
2848 * sysdeps/unix/sysv/linux/i386/sync_file_range.S: Renamed to ...
2849 * sysdeps/unix/sysv/linux/i386/call_sync_file_range.S: ...this. Change
2850 function name to __call_sync_file_range.
2851 * sysdeps/unix/sysv/linux/i386/Makefile [subdir=io] (sysdep_routines):
2852 Add call_sync_file_range.
748876bf 2853
6e63d5e1
AS
28542011-04-01 Andreas Schwab <schwab@redhat.com>
2855
2856 * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
748876bf 2857 bits/timex.h.
6e63d5e1 2858
46998f74
UD
28592011-04-01 Ulrich Drepper <drepper@gmail.com>
2860
4c1423ed
UD
2861 * iconv/iconv.h: Fix typo in comment.
2862 * io/fcntl.h: Likewise.
2863 * libio/stdio.h: Likewise.
2864 * posix/spawn.h: Likewise.
2865 * posix/unistd.h: Likewise.
2866 * stdlib/stdlib.h: Likewise.
2867 * time/time.h: Likewise.
2868 * wcsmbs/wchar.h: Likewise.
2869
158648c0
UD
2870 * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14] (name_to_handle_at,
2871 open_by_handle): Add.
2872 * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define struct file_handle
2873 and MAX_HANDLE_SZ. Declare name_to_handle_at and open_by_handle.
2874 Augment a few comments.
2875 * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
2876 * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
2877 * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
2878 * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
2879 * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
2880 * sysdeps/unix/sysv/linux/syscalls.list: Add name_to_handle_at and
2881 open_by_handle.
2882
46998f74
UD
2883 * io/fcntl.h (AT_EMPTY_PATH): Define.
2884
83fe108b
UD
28852011-03-30 Ulrich Drepper <drepper@gmail.com>
2886
2887 * sysdeps/unix/sysv/linux/syscalls.list: Add clock_adjtime.
2888 * sysdeps/unix/sysv/linux/bits/time.h: New file.
2889 * sysdeps/unix/sysv/linux/sys/timex.h: Move struct timex definition
2890 to...
2891 * sysdeps/unix/sysv/linux/bits/timex.h: ...here. New file.
034c4e15
UD
2892 * Versions.def: Add GLIBC_2.14.
2893 * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14] (clock_adjtime):
2894 Export.
83fe108b 2895
bb242059
UD
28962011-03-22 Ulrich Drepper <drepper@gmail.com>
2897
2898 * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word): Increment
2899 round counter.
2900 * sysdeps/x86_64/cacheinfo.c (intel_check_word): Likewise.
2901
c97a1282
L
29022011-03-20 H.J. Lu <hongjiu.lu@intel.com>
2903
2904 [BZ #12597]
2905 * string/test-strncmp.c (do_page_test): New function.
2906 (check2): Likewise.
2907 (test_main): Call check2.
2908 * sysdeps/x86_64/multiarch/strcmp.S: Properly cross page boundary.
2909
2a115601
UD
29102011-03-20 Ulrich Drepper <drepper@gmail.com>
2911
2912 [BZ #12587]
2913 * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word):
2914 Handle cache information in CPU leaf 4.
2915 * sysdeps/x86_64/cacheinfo.c (intel_check_word): Likewise.
2916
8126d904
UD
29172011-03-18 Ulrich Drepper <drepper@gmail.com>
2918
042c49c6 2919 [BZ #12583]
8126d904
UD
2920 * posix/fnmatch.c (fnmatch): Check size of pattern in wide
2921 character representation.
2922 Partly based on a patch by Tomas Hoger <thoger@redhat.com>.
2923
ccfe366e
RA
29242011-03-16 Ryan S. Arnold <rsa@us.ibm.com>
2925
2926 * sysdeps/powerpc/powerpc32/power6/fpu/s_isnanf.S (isnanf): Fix
2927 END(__isnan) to END(__isnanf) to match function entry point/label
2928 EALIGN(__isnanf,...).
2929
c6e13027
JJ
29302011-03-10 Jakub Jelinek <jakub@redhat.com>
2931
2932 * wcsmbs/wchar.h (wmemcmp): Remove __restrict qualifiers.
2933
33f85a3f
UD
29342011-03-10 Ulrich Drepper <drepper@gmail.com>
2935
028478fa
UD
2936 [BZ #12510]
2937 * elf/dl-lookup.c (do_lookup_x): For copy relocations of unique objects
2938 copy from the symbol referenced in the relocation to initialize the
2939 used variable.
2940 Patch by Piotr Bury <pbury@goahead.com>.
2941 * elf/Makefile: Add rules to build and tst-unique3.
2942 * include/bits/dlfcn.h: Remove _dl_mcount_wrapper_check declaration.
2943 * elf/tst-unique3.cc: New file.
2944 * elf/tst-unique3.h: New file.
2945 * elf/tst-unique3lib.cc: New file.
2946 * elf/tst-unique3lib2.cc: New file.
2947
33f85a3f
UD
2948 * elf/Makefile: Don't run tst-execstack* tests of SELinux is enabled.
2949
03592fc7
MF
29502011-03-10 Mike Frysinger <vapier@gentoo.org>
2951
2952 * sysdeps/sparc/sparc64/elf/configure.in (libc_cv_sparc64_tls): Add
2953 $LDFLAGS and -nostdlib -nostartfiles to linking step. Change main
2954 to _start.
03592fc7 2955
6a5ee102
UD
29562011-03-06 Ulrich Drepper <drepper@gmail.com>
2957
2958 * elf/dl-load.c (_dl_map_object): If we are looking for the first
2959 to-be-loaded object along a path to loader is ld.so.
2960
7e4ba49c
HJ
29612011-03-02 Harsha Jagasia <harsha.jagasia@amd.com>
2962 Ulrich Drepper <drepper@gmail.com>
2963
2964 * sysdeps/x86_64/memset.S: After aligning destination, code
2965 branches to different locations depending on the value of
2966 misalignment, when multiarch is enabled. Fix this.
2967
29682011-03-02 Harsha Jagasia <harsha.jagasia@amd.com>
2969
2970 * sysdeps/x86_64/cacheinfo.c (init_cacheinfo):
2971 Set _x86_64_preferred_memory_instruction for AMD processsors.
2972 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
2973 Set bit_Prefer_SSE_for_memop for AMD processors.
2974
13a804de
UD
29752011-03-04 Ulrich Drepper <drepper@gmail.com>
2976
2977 * libio/fmemopen.c (fmemopen): Optimize a bit.
2978
9d25c392
AS
29792011-03-03 Andreas Schwab <schwab@redhat.com>
2980
2981 * libio/fmemopen.c (fmemopen): Don't read past end of buffer.
2982
a5543c6a
RM
29832011-03-03 Roland McGrath <roland@redhat.com>
2984
2985 * setjmp/bits/setjmp2.h: Canonicalize comment formatting.
2986
012d35f7
DM
29872011-02-28 Aurelien Jarno <aurelien@aurel32.net>
2988
7e4ba49c 2989 * sysdeps/sparc/sparc64/multiarch/memset.S(__bzero): Call
012d35f7
DM
2990 __bzero_ultra1 instead of __memset_ultra1.
2991
4bff6e01
AS
29922011-02-23 Andreas Schwab <schwab@redhat.com>
2993 Ulrich Drepper <drepper@gmail.com>
2994
2995 [BZ #12509]
2996 * include/link.h (struct link_map): Add l_orig_initfini.
2997 * elf/dl-load.c (_dl_map_object_from_fd): Free realname before
2998 returning unsuccessfully.
2999 * elf/dl-close.c (_dl_close_worker): If this is the last explicit
3000 close of a file loaded at startup, restore the original l_initfini
3001 list.
3002 * elf/dl-deps.c (_dl_map_object_deps): Don't free old l_initfini
3003 list, store the pointer.
3004 * elf/Makefile ($(objpfx)noload-mem): New rule.
3005 (noload-ENV): Define.
3006 (tests): Add $(objpfx)noload-mem.
3007 * elf/noload.c: Include <memcheck.h>.
3008 (main): Call mtrace. Close all opened handles.
3009
f2092faf
AS
30102011-02-17 Andreas Schwab <schwab@redhat.com>
3011
3012 [BZ #12454]
3013 * elf/dl-deps.c (_dl_map_object_deps): Signal error early when
3014 dependencies are missing.
3015
6c8a2e88
ST
30162011-02-22 Samuel Thibault <samuel.thibault@ens-lyon.org>
3017
f2092faf 3018 Fix __if_freereq crash: Unlike the generic version which uses free,
6c8a2e88
ST
3019 Hurd needs munmap.
3020 * sysdeps/mach/hurd/ifreq.h: New file.
3021
84a42118
PB
30222011-01-27 Petr Baudis <pasky@suse.cz>
3023 Ulrich Drepper <drepper@gmail.com>
3024
071f805e 3025 [BZ 12445]#
84a42118
PB
3026 * stdio-common/vfprintf.c (vfprintf): Pass correct newlen
3027 to extend_alloca().
3028 * stdio-common/bug23.c: New file.
3029 * stdio-common/Makefile (tests): Add bug23.
3030
e23fe25b
AS
30312010-09-28 Andreas Schwab <schwab@redhat.com>
3032 Ulrich Drepper <drepper@gmail.com>
3033
3034 [BZ #12489]
3035 * elf/rtld.c (dl_main): Move setting of GLRO(dl_init_all_dirs)
3036 before performing relro protection. At old place add assertion
3037 to make sure nothing changed.
3038
d3f02e10
NS
30392011-02-17 Nathan Sidwell <nathan@codesourcery.com>
3040 Glauber de Oliveira Costa <glommer@gmail.com>
3041
3042 * elf/elf.h: Add new ARM TLS relocs.
3043
d55fd7a5
RA
30442011-02-16 Ryan S. Arnold <rsa@us.ibm.com>
3045
3046 * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h:
3047 (INTERNAL_VSYSCALL_NCS INTERNAL_SYSCALL_NCS): Remove erroneous (int)
3048 cast from r3.
3049 * sysdeps/wordsize-64/Makefile: New file. Add tst-writev to
3050 'tests' variable.
3051 * sysdeps/wordsize-64/tst-writev.c: New file.
3052
2206397e
RA
30532011-02-15 Ryan S. Arnold <rsa@us.ibm.com>
3054
3055 * sysdeps/powerpc/powerpc64/power7/Makefile: New file which adds
3056 -mno-vsx to the CFLAGS-rtld.c variable to avoid using VSX registers and
3057 insns in _dl_start to prevent a TOC reference before relocs are
3058 resolved.
3059
e9433893
UD
30602011-02-15 Ulrich Drepper <drepper@gmail.com>
3061
3062 [BZ #12469]
3063 * Makeconfig: Remove RANLIB definition.
3064 * Makerules: Don't use RANLIB.
3065 * aclocal.m4: Remove ranlib test.
3066 * configure.in: No need to check for ranlib.
3067 * elf/rtld-Rules: Don't use RANLIB.
3068
f75286c6
ST
30692011-02-16 Samuel Thibault <samuel.thibault@ens-lyon.org>
3070
8e31c82d
ST
3071 * sysdeps/mach/i386/sysdep.h: Add _MACH_I386_SYSDEP_H inclusion
3072 protection macro.
3073 * sysdeps/mach/i386/thread_state.h: Add _MACH_I386_THREAD_STATE_H
3074 inclusion protection macro.
3075
f75286c6
ST
3076 * stdio-common/psiginfo.c (psiginfo): Check pinfo->si_signo against
3077 SIGRTMIN and SIGRTMAX and print information in that case only when
3078 SIGRTMIN is defined.
3079
c1d0e639
JJ
30802011-02-11 Jakub Jelinek <jakub@redhat.com>
3081
3082 * stdio-common/printf-parsemb.c (__parse_one_specmb): Handle
3083 arginfo fn returning -1.
3084
3085 * stdio-common/_i18n_number.h (_i18n_number_rewrite): Ensure decimal
3086 and thousands string is zero terminated.
3087
edf9294e
AS
30882011-02-03 Andreas Schwab <schwab@redhat.com>
3089
3090 * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Sync with
3091 sysdeps/unix/sysv/linux/bits/socket.h.
3092
2b7e92df
ST
30932011-01-30 Samuel Thibault <samuel.thibault@ens-lyon.org>
3094
edf9294e
AS
3095 * bits/sched.h (__CPU_ZERO, __CPU_SET, __CPU_CLR, __CPU_ISSET)
3096 (__CPU_COUNT): Remove old macros.
3097 (__CPU_ZERO_S, __CPU_SET_S, __CPU_CLR_S, __CPU_ISSET_S)
3098 (__CPU_COUNT, __CPU_EQUAL_S, __CPU_OP_S, __CPU_ALLOC_SIZE)
3099 (__CPU_ALLOC, __CPU_FREE): Add macros.
2b7e92df
ST
3100 (__sched_cpualloc, __sched_cpufree): Add declarations.
3101
a4c7ea7b
UD
31022011-02-05 Ulrich Drepper <drepper@gmail.com>
3103
3104 * nscd/nscd-client.h: Define MAX_TIMEOUT_VALUE.
3105 (struct datahead): Reuse 32 bits of the alignment for a TTL field.
3106 * nscd/aicache.c (addhstaiX): Return timeout of added value.
3107 (readdhstai): Return value of addhstaiX call.
3108 * nscd/grpcache.c (cache_addgr): Return timeout of added value.
3109 (addgrbyX): Return value returned by cache_addgr.
3110 (readdgrbyname): Return value returned by addgrbyX.
3111 (readdgrbygid): Likewise.
3112 * nscd/pwdcache.c (cache_addpw): Return timeout of added value.
3113 (addpwbyX): Return value returned by cache_addpw.
3114 (readdpwbyname): Return value returned by addhstbyX.
3115 (readdpwbyuid): Likewise.
3116 * nscd/servicescache.c (cache_addserv): Return timeout of added value.
3117 (addservbyX): Return value returned by cache_addserv.
3118 (readdservbyname): Return value returned by addservbyX:
3119 (readdservbyport): Likewise.
3120 * nscd/hstcache.c (cache_addhst): Return timeout of added value.
3121 (addhstbyX): Return value returned by cache_addhst.
3122 (readdhstbyname): Return value returned by addhstbyX.
3123 (readdhstbyaddr): Likewise.
3124 (readdhstbynamev6): Likewise.
3125 (readdhstbyaddrv6): Likewise.
3126 * nscd/initgrcache.c (addinitgroupsX): Return timeout of added value.
3127 (readdinitgroups): Return value returned by addinitgroupsX.
3128 * nscd/cache.c (readdfcts): Change return value of functions to time_t.
3129 (prune_cache): Keep track of timeout value of re-added entries.
3130 * nscd/connections.c (nscd_run_prune): Use MAX_TIMEOUT_VALUE.
3131 * nscd/nscd.h: Adjust prototypes of readd* functions.
3132
a0bf67cc
RM
31332011-02-04 Roland McGrath <roland@redhat.com>
3134
3135 * nis/nis_server.c (nis_servstate): Use the right name for 0.
3136 (nis_stats): Likewise.
3137 * nis/nis_modify.c (nis_modify): Likewise.
3138 * nis/nis_remove.c (nis_remove): Likewise.
3139 * nis/nis_add.c (nis_add): Likewise.
3140
3141 * elf/dl-object.c (_dl_new_object): Remove unused variable L.
3142
3143 * posix/fnmatch_loop.c: Add some consts.
3144
3145 * sysdeps/x86_64/multiarch/memset-x86-64.S: Add an #undef.
3146
435b95eb
L
31472011-02-02 H.J. Lu <hongjiu.lu@intel.com>
3148
3149 [BZ #12460]
3150 * config.make.in (config-cflags-novzeroupper): Define.
3151 * configure.in: Substitute libc_cv_cc_novzeroupper.
3152 * elf/Makefile (AVX-CFLAGS): Define.
3153 (CFLAGS-tst-audit4.c): Replace -mavx with $(AVX-CFLAGS).
3154 (CFLAGS-tst-auditmod4a.c): Likewise.
3155 (CFLAGS-tst-auditmod4b.c): Likewise.
3156 (CFLAGS-tst-auditmod6b.c): Likewise.
3157 (CFLAGS-tst-auditmod6c.c): Likewise.
3158 (CFLAGS-tst-auditmod7b.c): Likewise.
3159 * sysdeps/i386/configure.in: Check -mno-vzeroupper.
3160
8517b15e
UD
31612011-02-02 Ulrich Drepper <drepper@gmail.com>
3162
3163 * elf/dl-runtime.c (_dl_call_pltexit): Pass correct address of the
3164 function to the callback.
3165 Patch partly by Jiri Olsa <jolsa@redhat.com>.
3166
10a656fe
AS
31672011-02-02 Andreas Schwab <schwab@redhat.com>
3168
3169 * shadow/sgetspent.c: Check return value of __sgetspent_r instead
3170 of errno.
3171
968dad0a
UD
31722011-01-19 Ulrich Drepper <drepper@gmail.com>
3173
9f94d2ea 3174 [BZ #11724]
968dad0a
UD
3175 * elf/dl-deps.c (_dl_map_object_deps): Rewrite sorting determining order
3176 of constructors.
3177 * elf/dl-fini.c (_dl_sort_fini): Rewrite sorting determining order
3178 of destructors.
3179 (_dl_fini): Don't call _dl_sort_fini if there is only one object.
3180
3181 [BZ #11724]
3182 * elf/Makefile: Add rules to build and run new test.
3183 * elf/tst-initorder.c: New file.
3184 * elf/tst-initorder.exp: New file.
3185 * elf/tst-initordera1.c: New file.
3186 * elf/tst-initordera2.c: New file.
3187 * elf/tst-initordera3.c: New file.
3188 * elf/tst-initordera4.c: New file.
3189 * elf/tst-initorderb1.c: New file.
3190 * elf/tst-initorderb2.c: New file.
3191 * elf/tst-order-a1.c: New file.
3192 * elf/tst-order-a2.c: New file.
3193 * elf/tst-order-a3.c: New file.
3194 * elf/tst-order-a4.c: New file.
3195 * elf/tst-order-b1.c: New file.
3196 * elf/tst-order-b2.c: New file.
3197 * elf/tst-order-main.c: New file.
3198 New test case by George Gensure <werkt0@gmail.com>.
3199
86e92359
UD
32002010-10-01 Andreas Schwab <schwab@redhat.com>
3201
3202 * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't discard result of
3203 decoding ACE if AI_CANONIDN.
3204
5d5732b0
UD
32052011-01-18 Ulrich Drepper <drepper@gmail.com>
3206
3207 * elf/Makefile: Build IFUNC tests unless multi-arch = no.
3208
a77e8cbc
UD
32092011-01-17 Ulrich Drepper <drepper@gmail.com>
3210
6392473f
UD
3211 * version.h (RELEASE): Bump for 2.13 release.
3212 * include/features.h: (__GLIBC_MINOR__): Bump to 13.
3213
620a0529
UD
3214 * io/fcntl.h: Define AT_NO_AUTOMOUNT.
3215
18ba70a5
UD
3216 * sysdeps/unix/sysv/linux/i386/bits/mman.h: Define MADV_HUGEPAGE and
3217 MADV_NOHUGEPAGE.
32465c3e
UD
3218 * sysdeps/unix/sysv/linux/ia64/bits/mman.h: Likewise.
3219 * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Likewise.
3220 * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
3221 * sysdeps/unix/sysv/linux/sh/bits/mman.h: Likewise.
3222 * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
3223 * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Likewise.
3224
c0dafcf1
UD
3225 * posix/getconf.c: Update copyright year.
3226 * catgets/gencat.c: Likewise.
3227 * csu/version.c: Likewise.
3228 * debug/catchsegv.sh: Likewise.
3229 * debug/xtrace.sh: Likewise.
3230 * elf/ldconfig.c: Likewise.
3231 * elf/ldd.bash.in: Likewise.
3232 * elf/sprof.c (print_version): Likewise.
3233 * iconv/iconv_prog.c: Likewise.
3234 * iconv/iconvconfig.c: Likewise.
3235 * locale/programs/locale.c: Likewise.
3236 * locale/programs/localedef.c: Likewise.
3237 * malloc/memusage.sh: Likewise.
3238 * malloc/mtrace.pl: Likewise.
3239 * nscd/nscd.c (print_version): Likewise.
3240 * nss/getent.c: Likewise.
3241
a77e8cbc
UD
3242 * sysdeps/unix/sysv/linux/bits/socket.h: Define AF_CAIF, AF_ALG,
3243 PF_CAIF, and PF_ALG.
3244 * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
3245
77e8bddf
AS
32462011-01-16 Andreas Schwab <schwab@linux-m68k.org>
3247
1f20b93a
AS
3248 * elf/Makefile (tlsmod17a-modules, tlsmod18a-modules): Define.
3249 (modules-names): Use them.
3250 (ifunc-test-modules, ifunc-pie-tests): Define.
3251 (extra-test-objs): Add tlsmod17a-modules, tlsmod18a-modules,
3252 tst-pie1, ifunc-test-modules and ifunc-pie-tests objects.
3253 (test-extras): Likewise.
3254 ($(patsubst %,$(objpfx)%.os,$(tlsmod17a-modules))): Use
3255 $(compile-command.c).
3256 ($(patsubst %,$(objpfx)%.os,$(tlsmod18a-modules))): Likewise.
3257 (all-built-dso): Define.
3258 (check-textrel.out, check-execstack.out): Depend on it.
3259
77e8bddf
AS
3260 * configure.in: Don't override --enable-multi-arch.
3261
bc425b33
UD
32622011-01-15 Ulrich Drepper <drepper@gmail.com>
3263
3264 [BZ #6812]
3265 * nscd/hstcache.c (tryagain): Define.
3266 (cache_addhst): Return tryagain not notfound for temporary errors.
3267 (addhstbyX): Also set h_errno to TRY_AGAIN when memory allocation
3268 failed.
3269
794c3ad3
UD
32702011-01-14 Ulrich Drepper <drepper@gmail.com>
3271
70181fdd
UD
3272 [BZ #10563]
3273 * sysdeps/unix/sysv/linux/i386/setgroups.c: Use INLINE_SETXID_SYSCALL
3274 to make the syscall.
3275 * sysdeps/unix/sysv/linux/setgroups.c: New file.
3276
794c3ad3
UD
3277 [BZ #12378]
3278 * posix/fnmatch_loop.c (FCT): When matching '[' keep track of beginning
3279 and fall back to matching as normal character if the string ends before
3280 the matching ']' is found. This is what POSIX requires.
3281 * posix/testfnm.c: Adjust test result.
3282 * posix/globtest.sh: Adjust test result. Add new test.
3283 * posix/tst-fnmatch.input: Likewise.
3284 * posix/tst-fnmatch2.c: Add new test.
3285
68dc9497
AS
32862010-12-28 Andreas Schwab <schwab@linux-m68k.org>
3287
3288 * elf/Makefile (check-execstack): Revert last change. Depend on
3289 check-execstack.h.
3290 (check-execstack.h): New target.
3291 (generated): Add check-execstack.h.
3292 * elf/check-execstack.c: Include "check-execstack.h".
3293 (main): Revert last change.
3294 (handle_file): Return zero if GNU_STACK is absent and
3295 DEFAULT_STACK_PERMS doesn't include PF_X.
3296
451f001b
UD
32972011-01-13 Ulrich Drepper <drepper@gmail.com>
3298
cfa28e56
UD
3299 * sysdeps/posix/spawni.c (__spawni): Don't fail if close file action
3300 in child fails because the descriptor is already closed.
8cf8ce17
UD
3301 * include/sys/resource.h: Add libc_hidden_proto for getrlimit64.
3302 * sysdeps/unix/sysv/linux/getrlimit64.c: Add libc_hidden_def.
3303 * sysdeps/unix/sysv/linux/i386/getrlimit64.c: Likewise.
cfa28e56 3304
1086d70d
UD
3305 [BZ #12397]
3306 * sysdeps/unix/sysv/linux/mkdirat.c (mkdirat): Fix handling of missing
3307 syscall.
3308
451f001b
UD
3309 [BZ #10484]
3310 * nss/nss_files/files-hosts.c (HOST_DB_LOOKUP): Handle overflows of
3311 temporary buffer used to handle multi lookups locally.
a85b5cb4 3312 * include/alloca.h: Add libc_hidden_proto for __libc_alloca_cutoff.
451f001b 3313
08769175
UD
33142011-01-12 Ulrich Drepper <drepper@gmail.com>
3315
3316 * elf/dl-dst.h (DL_DST_REQUIRED): Allow l_origin to be NULL when
3317 loader is ld.so.
3318
5e49c52e
UD
33192011-01-10 Paul Pluzhnikov <ppluzhnikov@google.com>
3320
3321 * sysdeps/i386/Makefile: stdlib/cxa_finalize.c needs 16-byte stack
3322 alignment for SSE2.
3323
60522a5f
UD
33242011-01-12 Ulrich Drepper <drepper@gmail.com>
3325
3326 [BZ #12394]
3327 * stdio-common/printf_fp.c (__printf_fp): Add more room for grouping
3328 characters. When rounding increased number of integer digits recompute
3329 number of groups.
3330 * stdio-common/tst-grouping.c: New file.
3331 * stdio-common/Makefile: Add rules to build and run tst-grouping.
3332
f257bbd7
UD
33332011-01-09 Ulrich Drepper <drepper@gmail.com>
3334
3335 * sysdeps/i386/bits/select.h: Don't use asm code for __FD_SET,
3336 __FD_CLR, and __FS_ISSET. gcc generates better code on its own.
3337
3338 * sysdeps/x86_64/bits/select.h: Mark value of __FD_SET and __FD_CLR as
3339 void.
3340 * bits/select.h: Likewise.
3341
fa9c15cb
UD
33422011-01-08 Ulrich Drepper <drepper@gmail.com>
3343
3344 * po/ja.po: Update from translation team.
3345
16c2895f
DM
33462011-01-04 David S. Miller <davem@sunset.davemloft.net>
3347
3348 [BZ #11155]
3349 * sysdeps/unix/sysv/linux/sparc/sparc64/fxstat.c: Use i386's
3350 implementation just like for lxstat, fxstatat, et al.
3351
2543fef2
JM
33522010-12-27 Jim Meyering <meyering@redhat.com>
3353
3354 [BZ #12348]
3355 * posix/regexec.c (build_trtable): Return failure indication upon
3356 calloc failure. Otherwise, re_search_internal could infloop on OOM.
3357
98727dbe
UD
33582010-12-25 Ulrich Drepper <drepper@gmail.com>
3359
5bd6dc5c
UD
3360 [BZ #12201]
3361 * sysdeps/unix/sysv/linux/getrlimit64.c: New file.
3362 * sysdeps/unix/sysv/linux/setrlimit64.c: New file.
3363 * sysdeps/unix/sysv/linux/i386/getrlimit64.c: Use ../getrlimit64.c.
3364 * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_PRLIMIT64.
3365
97983464
UD
3366 [BZ #12207]
3367 * malloc/malloc.c (do_check_malloc_state): Use fastbin macro.
3368
98727dbe
UD
3369 [BZ #12204]
3370 * string/xpg-strerror.c (__xpg_strerror_r): Return error code, not -1.
3371 * sysdeps/mach/xpg-strerror.c (__xpg_strerror_r): Likewise.
3372
4a531bb0
L
33732010-12-15 H.J. Lu <hongjiu.lu@intel.com>
3374
3375 * config.h.in (NO_CTORS_DTORS_SECTIONS): Define.
3376 * configure.in: Define NO_CTORS_DTORS_SECTIONS if linker
3377 script has SORT_BY_INIT_PRIORITY.
3378 * elf/sofini.c: Remove `.ctors' and `.dtors' sections if
3379 NO_CTORS_DTORS_SECTIONS is defined.
3380 * elf/soinit.c: Likewise.
3381 * sysdeps/i386/init-first.c: Don't call __libc_global_ctors if
3382 NO_CTORS_DTORS_SECTIONS is defined.
3383 * sysdeps/mach/hurd/i386/init-first.c: Likewise.
3384 * sysdeps/mach/hurd/powerpc/init-first.c: Likewise.
3385 * sysdeps/sh/init-first.c: Likewise.
3386 * sysdeps/unix/sysv/linux/init-first.c: Likewise.
3387
07eb4b71
UD
33882010-12-24 Ulrich Drepper <drepper@gmail.com>
3389
3390 * stdio-common/vfprintf.c (vfprintf): If printf handlers are installed
3391 always use the slow path.
3392
30950a5f
RA
33932010-12-15 Ryan S. Arnold <rsa@us.ibm.com>
3394
3395 * elf/Makefile: (check-execstack): Replace $(native-compile) with a
3396 similar rule which adds the sysdep directories to the header search in
3397 order to pick up the correct platform stackinfo.h.
3398 * elf/check-execstack.c (main): Check DEFAULT_STACK_PERMS for PF_X and
3399 perform test if it is, otherwise return successfully without testing.
3400 * elf/dl-load.c (_dl_map_object_from_fd): Source stack_flags from
3401 DEFAULT_STACK_PERMS define in stackinfo.h.
3402 * elf/dl-support.c (_dl_stack_flags): Source from DEFAULT_STACK_PERMS
3403 defined in stackinfo.h.
3404 * elf/rtld.c (_dl_starting_up): Source ._dl_stack_flags from
3405 DEFAULT_STACK_PERMS defined in stackinfo.h.
3406 * sysdeps/i386/stackinfo.h: Define DEFAULT_STACK_PERMS with PF_X.
3407 * sysdeps/ia64/stackinfo.h: Likewise.
3408 * sysdeps/s390/stackinfo.h: Likewise.
3409 * sysdeps/sh/stackinfo.h: Likewise.
3410 * sysdeps/sparc/stackinfo.h: Likewise.
3411 * sysdeps/x86_64/stackinfo.h: Likewise.
3412 * sysdeps/powerpc/stackinfo.h: Define DEFAULT_STACK_PERMS without
3413 PF_X for powerpc64. Retain PF_X for powerpc32.
3414
db753e2c
UD
34152010-12-19 Ulrich Drepper <drepper@gmail.com>
3416
14b697f7
UD
3417 * sysdeps/unix/readdir_r.c (__READDIR_R): Compute reclen more
3418 accurately.
db753e2c
UD
3419 * sysdeps/unix/sysv/linux/wordsize-64/readdir_r.c: Define
3420 GETDENTS_64BIT_ALIGNED.
3421
28300719
UD
34222010-12-14 Ulrich Drepper <dreper@gmail.com>
3423
14b697f7 3424 * sysdeps/i386/i686/multiarch/strcmp.S: Undo accidental checkin.
28300719 3425
4f197237
AS
34262010-12-10 Andreas Schwab <schwab@redhat.com>
3427
dbb0472f
AS
3428 * wcsmbs/wchar.h (wcpcpy, wcpncpy): Only declare under
3429 _GNU_SOURCE.
3430
4f197237
AS
3431 * wcsmbs/wchar.h (wcpcpy, wcpncpy): Add __restrict.
3432 * wcsmbs/bits/wchar2.h (__wmemmove_chk_warn, wmemmove, wmemset):
3433 Remove __restrict.
3434 (wcscpy, __wcpcpy_chk, __wcpcpy_alias, wcpcpy, wcsncpy, wcpncpy)
3435 (wcscat, wcsncat, __wcrtomb_chk, wcrtomb): Add __restrict.
3436
fb88ac72
UD
34372010-12-09 Ulrich Drepper <drepper@gmail.com>
3438
3439 [BZ #11655]
3440 * stdlib/msort.c (qsort_r): Make sure both phys_pages and pagesize
3441 are initialized.
3442
42acbb92
JJ
34432010-12-09 Jakub Jelinek <jakub@redhat.com>
3444
3445 * string/bits/string3.h (memmove, bcopy): Remove __restrict.
3446
c038d98d
UD
34472010-12-03 Ulrich Drepper <drepper@gmail.com>
3448
3449 * po/it.po: Update from translation team.
3450
3a4a2499
L
34512010-12-01 H.J. Lu <hongjiu.lu@intel.com>
3452
3453 * sysdeps/i386/i686/multiarch/strcmp-ssse3.S (STRCMP): Remove
3454 unused codes.
3455
1e24cf6e
UD
34562010-11-30 Ulrich Drepper <drepper@gmail.com>
3457
3458 * sysdeps/i386/fpu/libm-test-ulps: Relax ynf(10,0.75) test expectations.
3459
a7690819
AS
34602010-11-24 Andreas Schwab <schwab@redhat.com>
3461
3462 * resolv/nss_dns/dns-host.c (getanswer_r): Don't handle ttl == 0
3463 specially.
3464 (gaih_getanswer_slice): Likewise.
3465
3bf8d1b1
JJ
34662010-10-20 Jakub Jelinek <jakub@redhat.com>
3467
3468 * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Fix up inline asm.
3469
6db52fbb
PB
34702010-05-31 Petr Baudis <pasky@suse.cz>
3471
3472 [BZ #11149]
3473 * elf/ldconfig.c (main): Allow aux_cache_file open()ing to fail
3474 silently even in the chroot mode.
3475
eaca7569
UD
34762010-11-22 Ulrich Drepper <drepper@gmail.com>
3477
3478 * nis/nss_compat/compat-initgroups.c (internal_getgrent_r): Optimize
3479 last patch a bit. Pretty printing
3480
3056dcdb
UD
34812010-05-31 Petr Baudis <pasky@suse.cz>
3482
3483 [BZ #10085]
3484 * nis/nss_compat/compat-initgroups.c (internal_getgrent_r): Fix
3485 initialization of skip_initgroups_dyn.
3486
cf7c9078
UD
34872010-11-19 Ulrich Drepper <drepper@gmail.com>
3488
3489 * sysdeps/unix/sysv/linux/i386/bits/mman.h: Define MAP_HUGETLB.
3490 * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Likewise.
3491
a1fb5e3e
UD
34922010-11-16 Ulrich Drepper <drepper@gmail.com>
3493
3494 * sysdeps/unix/sysv/linux/sys/swap.h (SWAP_FLAG_DISCARD): Define.
3495
3540d66b
AS
34962010-11-11 Andreas Schwab <schwab@redhat.com>
3497
3498 * posix/fnmatch_loop.c (NEW_PATTERN): Fix use of alloca.
3499 * posix/Makefile (tests): Add $(objpfx)tst-fnmatch-mem.
3500 (tst-fnmatch-ENV): Set MALLOC_TRACE.
3501 ($(objpfx)tst-fnmatch-mem): New rule.
3502 (generated): Add tst-fnmatch-mem and tst-fnmatch.mtrace.
3503 * posix/tst-fnmatch.c (main): Call mtrace.
3504
13b69574
L
35052010-11-11 H.J. Lu <hongjiu.lu@intel.com>
3506
3507 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
3508 Support Intel processor model 6 and model 0x2c.
3509
da93d214
LM
35102010-11-10 Luis Machado <luisgpm@br.ibm.com>
3511
3512 * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c (__ieee754_sqrtl): Force
3513 signed comparison.
3514
8ca52c6e
L
35152010-11-09 H.J. Lu <hongjiu.lu@intel.com>
3516
3517 [BZ #12205]
3518 * string/test-strncasecmp.c (check_result): New function.
3519 (do_one_test): Use it.
3520 (check1): New function.
3521 (test_main): Use it.
3522 * sysdeps/i386/i686/multiarch/strcmp.S (nibble_ashr_use_sse4_2_exit):
3523 Support strcasecmp and strncasecmp.
3524
69da074d
UD
35252010-11-08 Ulrich Drepper <drepper@gmail.com>
3526
3527 [BZ #12194]
3528 * sysdeps/i386/bits/byteswap.h: Avoid warning in __bswap_16.
3529 * sysdeps/x86_64/bits/byteswap.h: Likewise.
3530
ff02d528
L
35312010-11-07 H.J. Lu <hongjiu.lu@intel.com>
3532
3533 * sysdeps/x86_64/memset.S: Check USE_MULTIARCH and USE_SSE2 for
3534 IFUNC support.
3535 * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
3536 memset-x86-64.
3537 * sysdeps/x86_64/multiarch/bzero.S: New file.
3538 * sysdeps/x86_64/multiarch/cacheinfo.c: New file.
3539 * sysdeps/x86_64/multiarch/memset-x86-64.S: New file.
3540 * sysdeps/x86_64/multiarch/memset.S: New file.
3541 * sysdeps/x86_64/multiarch/memset_chk.S: New file.
3542 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
3543 Set bit_Prefer_SSE_for_memop for Intel processors.
3544 * sysdeps/x86_64/multiarch/init-arch.h (bit_Prefer_SSE_for_memop):
3545 Define.
3546 (index_Prefer_SSE_for_memop): Define.
3547 (HAS_PREFER_SSE_FOR_MEMOP): Define.
3548
344d0b54
LM
35492010-11-04 Luis Machado <luisgpm@br.ibm.com>
3550
3551 * sysdeps/powerpc/powerpc32/power7/mempcpy.S: New file.
3552 * sysdeps/powerpc/powerpc64/power7/mempcpy.S: New file.
3553
c0dde15b
UD
35542010-11-03 H.J. Lu <hongjiu.lu@intel.com>
3555
3556 [BZ #12191]
3557 * sysdeps/i386/i686/cacheinfo.c (__x86_64_raw_data_cache_size): New.
3558 (__x86_64_raw_data_cache_size_half): Likewise.
3559 (__x86_64_raw_shared_cache_size): Likewise.
3560 (__x86_64_raw_shared_cache_size_half): Likewise.
3561
3562 * sysdeps/x86_64/cacheinfo.c (__x86_64_raw_data_cache_size): New.
3563 (__x86_64_raw_data_cache_size_half): Likewise.
3564 (__x86_64_raw_shared_cache_size): Likewise.
3565 (__x86_64_raw_shared_cache_size_half): Likewise.
3566 (init_cacheinfo): Set __x86_64_raw_data_cache_size,
3567 __x86_64_raw_data_cache_size_half, __x86_64_raw_shared_cache_size
3568 and __x86_64_raw_shared_cache_size_half. Round
3569 __x86_64_data_cache_size_half, __x86_64_data_cache_size
3570 __x86_64_shared_cache_size_half and __x86_64_shared_cache_size,
3571 to multiple of 256 bytes.
3572
0e516e0e
MS
35732010-11-03 Ulrich Drepper <drepper@gmail.com>
3574
3575 [BZ #12167]
3576 * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Recognize new mangling
3577 of inacessible symlinks. Verify result of symlink before returning it.
3578 * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r): Likewise.
3579 Patch mostly by Miklos Szeredi <miklos@szeredi.hu>.
3580
0e012e87
ER
35812010-10-28 Erich Ritz <erichritz@gmail.com>
3582
3583 * math/math.h (isinf): Fix typo in comment.
3584
de0ff7bc
UD
35852010-11-01 Ulrich Drepper <drepper@gmail.com>
3586
3587 * po/da.po: Update from translation team.
3588
fa41c84d
UD
35892010-10-26 Ulrich Drepper <drepper@gmail.com>
3590
3591 * elf/rtld.c (dl_main): Move assertion after the point where rtld map
3592 is added to the list.
3593
f0967738
AK
35942010-10-20 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
3595 Ulrich Drepper <drepper@gmail.com>
3596
3597 * elf/dl-object.c (_dl_new_object): Don't append the new object to
3598 the global list here. Move code to...
3599 (_dl_add_to_namespace_list): ...here. New function.
3600 * elf/rtld.c (dl_main): Invoke _dl_add_to_namespace_list.
3601 * sysdeps/generic/ldsodefs.h (_dl_add_to_namespace_list): Declare.
3602 * elf/dl-load.c (lose): Don't remove the element from the list.
3603 (_dl_map_object_from_fd): Invoke _dl_add_to_namespace_list.
3604 (_dl_map_object): Likewise.
3605
36062010-10-25 Ulrich Drepper <drepper@gmail.com>
dbf3a069
RL
3607
3608 [BZ #12159]
3609 * sysdeps/x86_64/multiarch/strchr.S: Fix propagation of search byte
3610 into all bytes of SSE register.
3611 Patch by Richard Li <richardpku@gmail.com>.
3612
f0967738 36132010-10-24 Ulrich Drepper <drepper@gmail.com>
fdc0f374
UD
3614
3615 [BZ #12140]
3616 * malloc/malloc.c (_int_free): Fill correct number of bytes when
3617 perturbing.
3618
d0b9e94f
MB
36192010-10-20 Michael B. Brutman <brutman@us.ibm.com>
3620
3621 * sysdeps/powerpc/dl-procinfo.c: Add support for ppca2 platform
3622 * sysdeps/powerpc/dl-procinfo.h: Add support for ppca2 platform
3623 * sysdeps/powerpc/powerpc32/a2/memcpy.S: New file.
3624 * sysdeps/powerpc/powerpc64/a2/memcpy.S: Likewise.
3625 * sysdeps/unix/sysv/linux/powerpc/powerpc32/a2/Implies: New
3626 submachine.
3627 * sysdeps/unix/sysv/linux/powerpc/powerpc64/a2/Implies: Likewise.
3628
8e9f92e9
AS
36292010-10-22 Andreas Schwab <schwab@redhat.com>
3630
3631 * include/dlfcn.h (__RTLD_SECURE): Define.
3632 * elf/dl-load.c (_dl_map_object): Remove preloaded parameter. Use
3633 mode & __RTLD_SECURE instead.
3634 (open_path): Rename preloaded parameter to secure.
3635 * sysdeps/generic/ldsodefs.h (_dl_map_object): Adjust declaration.
3636 * elf/dl-open.c (dl_open_worker): Adjust call to _dl_map_object.
3637 * elf/dl-deps.c (openaux): Likewise.
3638 * elf/rtld.c (struct map_args): Remove is_preloaded.
3639 (map_doit): Don't use it.
3640 (dl_main): Likewise.
3641 (do_preload): Use __RTLD_SECURE instead of is_preloaded.
3642 (dlmopen_doit): Add __RTLD_SECURE to mode bits.
3643
bc96fbda
AS
36442010-09-09 Andreas Schwab <schwab@redhat.com>
3645
3646 * Makeconfig (sysd-rules-patterns): Add rtld-%:rtld-%.
3647 (sysd-rules-targets): Remove duplicates.
3648 * elf/rtld-Rules ($(objpfx)rtld-%.os): Add pattern rules with
3649 rtld-%.$o dependency.
3650
22cd1c9b
AS
36512010-10-18 Andreas Schwab <schwab@redhat.com>
3652
3653 * elf/dl-open.c (dl_open_worker): Don't expand DST here, let
3654 _dl_map_object do it.
3655
18edac48
UD
36562010-10-19 Ulrich Drepper <drepper@gmail.com>
3657
3658 * sysdeps/i386/bits/mathdef.h (FP_FAST_FMA): If the GCC 4.6 port has
3659 fast fma builtins, define the macros in the C99 standard.
3660 (FP_FAST_FMAF): Likewise.
3661 (FP_FAST_FMAL): Likewise.
3662 * sysdeps/x86_64/bits/mathdef.h: Likewise.
3663
3664 * bits/mathdef.h: Update copyright year.
3665 * sysdeps/powerpc/bits/mathdef.h: Likewise.
3666
d2050124
MM
36672010-10-19 Michael Meissner <meissner@linux.vnet.ibm.com>
3668
3669 * bits/mathdef.h (FP_FAST_FMA): If the GCC 4.6 port has fast fma
3670 builtins, define the macros in the C99 standard.
3671 (FP_FAST_FMAF): Likewise.
3672 (FP_FAST_FMAL): Likewise.
3673 * sysdeps/powerpc/bits/mathdef.h (FP_FAST_FMA): Define, ppc as
3674 multiply/add.
3675 (FP_FAST_FMAF): Likewise.
3676
475facd1
JJ
36772010-10-15 Jakub Jelinek <jakub@redhat.com>
3678
3679 [BZ #3268]
3680 * math/libm-test.inc (fma_test): Some new testcases.
3681 * sysdeps/ieee754/ldbl-128/s_fmal.c: New file.
3682 * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Fix fma with finite x and
3683 y and infinite z. Do multiplication by C already in long double.
3684 * sysdeps/ieee754/ldbl-96/s_fmal.c: New file.
3685 * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Fix fma with finite x and
3686 y and infinite z. Do bitwise or of inexact bit into u.d.
3687 * sysdeps/ieee754/ldbl-64-128/s_fmal.c: New file.
3688 * sysdeps/i386/fpu/s_fmaf.S: Removed.
3689 * sysdeps/i386/fpu/s_fma.S: Removed.
3690 * sysdeps/i386/fpu/s_fmal.S: Removed.
3691
7c08a05c
JJ
36922010-10-16 Jakub Jelinek <jakub@redhat.com>
3693
3694 [BZ #3268]
3695 * math/libm-test.inc (fma_test): Add IEEE quad long double fmal tests.
3696 * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Ensure a1 + u.d
3697 computation is not scheduled after fetestexcept. Fix value
3698 of minimum denormal long double.
3699
f3f7372d
JJ
37002010-10-14 Jakub Jelinek <jakub@redhat.com>
3701
3702 [BZ #3268]
3703 * math/libm-test.inc (fma_test): Add some more tests.
3704 * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Handle underflows
3705 correctly.
3706
14d43591
AS
37072010-10-15 Andreas Schwab <schwab@redhat.com>
3708
3709 * scripts/data/localplt-s390-linux-gnu.data: New file.
3710 * scripts/data/localplt-s390x-linux-gnu.data: New file.
3711
5e908464
JJ
37122010-10-13 Jakub Jelinek <jakub@redhat.com>
3713
3714 [BZ #3268]
3715 * math/libm-test.inc (fma_test): Some more fmaf and fma tests.
3716 * sysdeps/i386/i686/multiarch/s_fma.c: Include ldbl-96 version
3717 instead of dbl-64.
3718 * sysdeps/i386/fpu/bits/mathinline.h (fma, fmaf, fmal): Remove
3719 inlines.
3720 * sysdeps/ieee754/ldbl-96/s_fma.c: New file.
3721 * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Fix exponent adjustment
3722 if one of x and y is very large and the other is subnormal.
3723 * sysdeps/s390/fpu/s_fmaf.c: New file.
3724 * sysdeps/s390/fpu/s_fma.c: New file.
3725 * sysdeps/powerpc/fpu/s_fmaf.S: New file.
3726 * sysdeps/powerpc/fpu/s_fma.S: New file.
3727 * sysdeps/powerpc/powerpc32/fpu/s_fma.S: New file.
3728 * sysdeps/powerpc/powerpc64/fpu/s_fma.S: New file.
3729 * sysdeps/unix/sysv/linux/s390/fpu/s_fma.c: New file.
3730
37312010-10-12 Jakub Jelinek <jakub@redhat.com>
3732
3733 [BZ #3268]
3734 * math/libm-test.inc (fma_test): Add some more fmaf tests, add
3735 fma tests.
3736 * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Fix Inf/Nan check.
3737 * sysdeps/ieee754/dbl-64/s_fma.c: New file.
3738 * sysdeps/i386/i686/multiarch/s_fma.c: Include
3739 sysdeps/ieee754/dbl-64/s_fma.c instead of math/s_fma.c.
3740 * sysdeps/x86_64/multiarch/s_fma.c: Likewise.
3741 * sysdeps/ieee754/ldbl-opt/s_fma.c: Likewise.
3742 * sysdeps/ieee754/ldbl-128/s_fma.c: New file.
3743
b833d51f
UD
37442010-10-12 Ulrich Drepper <drepper@redhat.com>
3745
3746 [BZ #12078]
3747 * posix/regcomp.c (parse_branch): One more memory leak plugged.
3748 * posix/bug-regex31.input: Add test case.
3749
1751705d
UD
37502010-10-11 Ulrich Drepper <drepper@gmail.com>
3751
e9b9cbf5
UD
3752 * posix/bug-regex31.c: Rewrite to run multiple tests from stdin.
3753 * posix/bug-regex31.input: New file.
3754
3755 [BZ #12078]
3756 * posix/regcomp.c (parse_branch): Free memory when allocation failed.
3757 (parse_sub_exp): Fix last change, use postorder.
3758
ef06edbe
UD
3759 * posix/bug-regex31.c: New file.
3760 * posix/Makefile: Add rules to build and run bug-regex31.
3761
a129c80d
UD
3762 * posix/regcomp.c (parse_bracket_exp): Add missing re_free calls.
3763
3764 [BZ #12078]
3765 * posix/regcomp.c (parse_sub_exp): Free tree data when it is not used.
3766
b76b818e
UD
3767 [BZ #12108]
3768 * stdio-common/psiginfo.c (psiginfo): Don't expext SIGRTMIN..SIGRTMAX
3769 to have entries in sys_siglist.
3770
1751705d
UD
3771 [BZ #12093]
3772 * sysdeps/unix/sysv/linux/check_pf.c (__check_pf): ->ifa_addr might
3773 be NULL.
3774
9ff8d36f
JJ
37752010-10-07 Jakub Jelinek <jakub@redhat.com>
3776
3777 [BZ #3268]
3778 * math/libm-test.inc (fma_test): Add 2 fmaf tests.
3779 * sysdeps/ieee754/dbl-64/s_fmaf.c: New file.
3780 * sysdeps/i386/i686/multiarch/s_fmaf.c: Include
3781 sysdeps/ieee754/dbl-64/s_fmaf.c instead of math/s_fmaf.c.
3782 * sysdeps/x86_64/multiarch/s_fmaf.c: Likewise.
3783 * include/fenv.h (feupdateenv, fetestexcept): Add libm_hidden_proto.
3784 * math/feupdateenv.c (feupdateenv): Add libm_hidden_ver.
3785 * sysdeps/i386/fpu/feupdateenv.c (feupdateenv): Likewise.
3786 * sysdeps/powerpc/fpu/feupdateenv.c (feupdateenv): Likewise.
3787 * sysdeps/x86_64/fpu/feupdateenv.c (feupdateenv): Likewise.
3788 * sysdeps/sparc/fpu/feupdateenv.c (feupdateenv): Likewise.
3789 * sysdeps/ia64/fpu/feupdateenv.c (feupdateenv): Add libm_hidden_def.
3790 * sysdeps/s390/fpu/feupdateenv.c (feupdateenv): Likewise.
3791 * math/ftestexcept.c (fetestexcept): Likewise.
3792 * sysdeps/ia64/fpu/ftestexcept.c (fetestexcept): Likewise.
3793 * sysdeps/i386/fpu/ftestexcept.c (fetestexcept): Likewise.
3794 * sysdeps/s390/fpu/ftestexcept.c (fetestexcept): Likewise.
3795 * sysdeps/powerpc/fpu/ftestexcept.c (fetestexcept): Likewise.
3796 * sysdeps/x86_64/fpu/ftestexcept.c (fetestexcept): Likewise.
3797 * sysdeps/sparc/fpu/ftestexcept.c (fetestexcept): Likewise.
3798 * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
3799
af325969
UD
38002010-10-11 Ulrich Drepper <drepper@gmail.com>
3801
c579b202 3802 [BZ #12107]
af325969
UD
3803 * stdio-common/psiginfo.c (psiginfo): Terminate all strings with
3804 newline.
3805
67a67b95
UD
38062010-10-06 Ulrich Drepper <drepper@gmail.com>
3807
3808 * string/bug-strstr1.c: New file.
3809 * string/Makefile: Add rules to build and run bug-strstr1.
3810
5fb308bc
EB
38112010-10-05 Eric Blake <eblake@redhat.com>
3812
3813 [BZ #12092]
3814 * string/str-two-way.h (two_way_long_needle): Always clear memory
3815 when skipping input due to the shift table.
3816
45db99c7
UD
38172010-10-03 Ulrich Drepper <drepper@gmail.com>
3818
3b111893
UD
3819 [BZ #12005]
3820 * malloc/mcheck.c: Handle large requests.
3821
45db99c7
UD
3822 [BZ #12077]
3823 * sysdeps/x86_64/strcmp.S: Fix handling of remaining bytes in buffer
3824 for strncmp and strncasecmp.
3825 * string/stratcliff.c: Add tests for strcmp and strncmp.
3826 * wcsmbs/wcsatcliff.c: Adjust for stratcliff change.
3827
cf7a1eb8
NI
38282010-09-28 Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
3829
3830 * sysdeps/sh/sh4/fpu/fpu_control.h: Add 'extern "C"' protection to
3831 __set_fpscr.
3832
6484ba5e
AJ
38332010-09-30 Andreas Jaeger <aj@suse.de>
3834
3835 * sysdeps/unix/sysv/linux_fsinfo.h (BTRFS_SUPER_MAGIC): Define.
3836 (CGROUP_SUPER_MAGIC): Define.
3837 * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
3838 Handle btrfs and cgroup file systems.
3839 * sysdeps/unix/sysv/linux/pathconf.c (__statfs_filesize_max):
3840 Likewise.
3841
91c42559
LM
38422010-09-27 Luis Machado <luisgpm@br.ibm.com>
3843
3844 * sysdeps/powerpc/powerpc32/rtld-memset.c: New file.
3845 * sysdeps/powerpc/powerpc64/rtld-memset.c: New file.
3846
87a97932
AK
38472010-09-29 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
3848
3849 [BZ #12067]
3850 * sysdeps/s390/s390-32/elf/start.S: Fix address calculation when
3851 trying to locate the ELF header.
3852
c21cc9bc
AS
38532010-09-27 Andreas Schwab <schwab@redhat.com>
3854
3855 [BZ #11611]
3856 * sysdeps/unix/sysv/linux/internal_statvfs.c (INTERNAL_STATVFS):
3857 Mask out sign-bit copies when constructing f_fsid.
3858
315970f6
PB
38592010-09-24 Petr Baudis <pasky@suse.cz>
3860
3861 * debug/stack_chk_fail_local.c: Add missing licence exception.
3862 * debug/warning-nop.c: Likewise.
3863
1ac7a2c7
JM
38642010-09-15 Joseph Myers <joseph@codesourcery.com>
3865
3866 * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS): When
3867 implementing getdents64 using getdents syscall, set d_type if
3868 __ASSUME_GETDENTS32_D_TYPE.
3869
56801c50
AS
38702010-09-16 Andreas Schwab <schwab@redhat.com>
3871
3872 * elf/dl-close.c (free_slotinfo, free_mem): Move to...
3873 * elf/dl-libc.c (free_slotinfo, free_mem): ... here.
3874
dda51327
UD
38752010-09-21 Ulrich Drepper <drepper@redhat.com>
3876
3877 [BZ #12037]
3878 * posix/unistd.h: Undo change of feature selection for ftruncate from
3879 2010-01-11.
3880
8ffcee4a
UD
38812010-09-20 Ulrich Drepper <drepper@redhat.com>
3882
a545ecd9 3883 * sysdeps/x86_64/strcmp.S: Fix another typo in x86-64 strncasecmp limit
8ffcee4a
UD
3884 detection.
3885
e24f0a8b
AS
38862010-09-20 Andreas Schwab <schwab@redhat.com>
3887
3888 * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list: Add
3889 fanotify_mark.
3890 * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Likewise.
3891
7291c56f
AS
38922010-09-14 Andreas Schwab <schwab@redhat.com>
3893
3894 * sysdeps/s390/s390-32/__longjmp.c (__longjmp): Define register
3895 variables after CHECK_SP call.
3896 * sysdeps/s390/s390-64/__longjmp.c (__longjmp): Likewise.
3897
bc5fb037
AS
38982010-09-13 Andreas Schwab <schwab@redhat.com>
3899 Ulrich Drepper <drepper@redhat.com>
3900
3901 * elf/rtld.c (dl_main): Set GLRO(dl_init_all_dirs) just before
3902 re-relocationg ld.so.
3903 * elf/dl-support.c (_dl_non_dynamic_init): And here after the
3904 _dl_init_paths call.
3905 * elf/dl-load.c (_dl_init_paths). Don't set GLRO(dl_init_all_dirs)
3906 here anymore.
3907
e66e7419
UD
39082010-09-14 Ulrich Drepper <drepper@redhat.com>
3909
3910 * resolv/res_init.c (__res_vinit): Count the default server we added.
3911
c044aa75
CLT
39122010-09-08 Chung-Lin Tang <cltang@codesourcery.com>
3913 Ulrich Drepper <drepper@redhat.com>
3914
3915 [BZ #11968]
3916 * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S
3917 (____longjmp_chk): Use %ebx for saving value across system call.
3918 Add unwind info.
3919
32cf4069
AS
39202010-09-06 Andreas Schwab <schwab@redhat.com>
3921
3922 * manual/Makefile: Don't mix pattern rules with normal rules.
3923
817328ee
AS
39242010-09-05 Andreas Schwab <schwab@linux-m68k.org>
3925
3926 * debug/vdprintf_chk.c (__vdprintf_chk): Remove undefined
3927 operation.
3928 * libio/iofdopen.c (_IO_new_fdopen): Likewise.
3929 * libio/iofopncook.c (_IO_cookie_init): Likewise.
3930 * libio/iovdprintf.c (_IO_vdprintf): Likewise.
3931 * libio/oldiofdopen.c (_IO_old_fdopen): Likewise.
3932 * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
3933 Likewise.
3934
29fddf61
UD
39352010-09-04 Ulrich Drepper <drepper@redhat.com>
3936
3937 [BZ #11979]
3938 * iconvdata/gconv-modules: Remove EBCDIC-CP-AR2 alias from
3939 IBM-930, IBM-933, IBM-935, IBM-937, and IBM-939.
3940
0959ffc9
UD
39412010-09-02 Ulrich Drepper <drepper@redhat.com>
3942
3943 * sysdeps/x86_64/add_n.S: Update from GMP 5.0.1.
3944 * sysdeps/x86_64/addmul_1.S: Likewise.
3945 * sysdeps/x86_64/lshift.S: Likewise.
3946 * sysdeps/x86_64/mul_1.S: Likewise.
3947 * sysdeps/x86_64/rshift.S: Likewise.
3948 * sysdeps/x86_64/sub_n.S: Likewise.
3949 * sysdeps/x86_64/submul_1.S: Likewise.
3950
ece29840
ST
39512010-09-01 Samuel Thibault <samuel.thibault@ens-lyon.org>
3952
0959ffc9
UD
3953 This aligns bits/sched.h onto sysdeps/unix/sysv/linux/bits/sched.h:
3954 Define __sched_param instead of SCHED_* and sched_param when
ece29840 3955 <bits/sched.h> is included with __need_schedparam defined.
0959ffc9 3956 * bits/sched.h [__need_schedparam]
ece29840 3957 (SCHED_OTHER, SCHED_FIFO, SCHED_RR, sched_param): Do not define.
0959ffc9
UD
3958 [!__defined_schedparam && (__need_schedparam || _SCHED_H)]
3959 (__defined_schedparam): Define to 1.
ece29840
ST
3960 (__sched_param): New structure, identical to sched_param.
3961 (__need_schedparam): Undefine.
3962
e53a31fe
MF
39632010-08-31 Mike Frysinger <vapier@gentoo.org>
3964
fdc0c10d
MF
3965 * sysdeps/unix/sysv/linux/sparc/sys/epoll.h (epoll_create2): Delete.
3966 (epoll_create1): Declare.
3967
e53a31fe
MF
3968 * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Fix typo.
3969
a726d796
AS
39702010-08-31 Andreas Schwab <schwab@redhat.com>
3971
3972 [BZ #7066]
3973 * stdlib/strtod_l.c (____STRTOF_INTERNAL): Fix array overflow when
3974 shifting retval into place.
3975
2f3e3dc7
UD
39762010-09-01 Ulrich Drepper <drepper@redhat.com>
3977
f2933da9
UD
3978 * nis/rpcsvc/nis.h: Update copyright notice.
3979 * nis/rpcsvc/nis.x: Likewise.
3980 * nis/rpcsvc/nis_callback.h: Likewise.
3981 * nis/rpcsvc/nis_callback.x: Likewise.
3982 * nis/rpcsvc/nis_object.x: Likewise.
3983 * nis/rpcsvc/nis_tags.h: Likewise.
3984 * nis/rpcsvc/yp.h: Likewise.
3985 * nis/rpcsvc/yp.x: Likewise.
3986 * nis/rpcsvc/ypupd.h: Likewise.
3987 * nis/yp_xdr.c: Likewise.
3988 * nis/ypupdate_xdr.c: Likewise.
3989
2f3e3dc7
UD
3990 * sunrpc/pm_getport.c (__libc_rpc_getport): New function. This is
3991 mainly the body of pmap_getport. Add parameters to specify timeouts.
3992 (pmap_getport): Use __libc_rpc_getport.
3993 * sunrpc/Versions: Export __libc_rpc_getport with GLIBC_PRIVATE.
3994 * include/rpc/pmap_clnt.h: Declare __libc_rpc_getport.
3995 * nis/nis_findserv.c: Remove pmap_getport copy. Use __libc_rpc_getport.
3996
f3dcc2f9
AS
39972010-08-31 Andreas Schwab <schwab@linux-m68k.org>
3998
3999 * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list: Add
4000 fanotify_mark.
4001
6d34eb5b
RM
40022010-08-27 Roland McGrath <roland@redhat.com>
4003
4004 * sysdeps/i386/i686/multiarch/Makefile
4005 (CFLAGS-varshift.c): New variable.
4006
9ea3de11
UD
40072010-08-27 Ulrich Drepper <drepper@redhat.com>
4008
c96d23fc
UD
4009 * sysdeps/i386/i686/multiarch/varshift.S: File removed.
4010 * sysdeps/i386/i686/multiarch/varshift.c: New file.
4011
9ea3de11
UD
4012 * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Move to .text.slow section.
4013
4014 * sysdeps/x86_64/strlen.S: Minimal code improvement.
4015
623aac7f
L
40162010-08-26 H.J. Lu <hongjiu.lu@intel.com>
4017
4018 * sysdeps/x86_64/strlen.S: Unroll the loop.
4019 * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
4020 strlen-sse2 strlen-sse2-bsf.
4021 * sysdeps/x86_64/multiarch/strlen.S ((strlen): Return
4022 __strlen_no_bsf if bit_Slow_BSF is set.
4023 (__strlen_sse42): Removed.
4024 * sysdeps/x86_64/multiarch/strlen-no-bsf.S: New file.
4025 * sysdeps/x86_64/multiarch/strlen-sse4.S: New file.
4026
8b2b7715
RM
40272010-08-25 Roland McGrath <roland@redhat.com>
4028
4029 * sysdeps/x86_64/multiarch/varshift.S: File removed.
4030 * sysdeps/x86_64/multiarch/varshift.c: New file.
4031 * sysdeps/x86_64/multiarch/Makefile (CFLAGS-varshift.c): New variable.
4032 * sysdeps/x86_64/multiarch/varshift.h: Clean up decls, fix a cast.
4033 * sysdeps/x86_64/multiarch/memmove.c: Move decls around.
4034 * sysdeps/x86_64/multiarch/memmove_chk.c: Likewise.
4035
e73015f2
L
40362010-08-25 H.J. Lu <hongjiu.lu@intel.com>
4037
4038 * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
4039 strlen-sse2 strlen-sse2-bsf.
4040 * sysdeps/i386/i686/multiarch/strlen.S (strlen): Return
4041 __strlen_sse2_bsf if bit_Slow_BSF is unset.
4042 (__strlen_sse2): Removed.
4043 * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: New file.
4044 * sysdeps/i386/i686/multiarch/strlen-sse2.S: New file.
4045 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Set
4046 bit_Slow_BSF for Atom.
4047 * sysdeps/x86_64/multiarch/init-arch.h (bit_Slow_BSF): Define.
4048 (index_Slow_BSF): Define.
4049 (HAS_SLOW_BSF): Define.
4050
df24a73e
UD
40512010-08-25 Ulrich Drepper <drepper@redhat.com>
4052
4053 [BZ #10851]
4054 * resolv/res_init.c (__res_vinit): When no server address at all
4055 is given default to loopback.
4056
f2ac4868
RM
40572010-08-24 Roland McGrath <roland@redhat.com>
4058
09055553
RM
4059 * configure.in: Remove config-name.h generation.
4060 * configure: Regenerated.
4061 * config-name.in: File removed.
4062 * scripts/config-uname.sh: New file.
4063 * posix/Makefile (uname.c): Depend on $(objdir)config-name.h.
4064 ($(objdir)config-name.h): New target.
4065
f2ac4868
RM
4066 * sunrpc/rpc_parse.h: Avoid nested comment.
4067
73f27d5e
RH
40682010-08-24 Richard Henderson <rth@redhat.com>
4069 Ulrich Drepper <drepper@redhat.com>
4070 H.J. Lu <hongjiu.lu@intel.com>
4071
4072 * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add varshift.
4073 * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Likewise.
4074 * sysdeps/x86_64/multiarch/strcspn-c.c: Include "varshift.h".
4075 Replace _mm_srli_si128 with __m128i_shift_right. Replace
4076 _mm_alignr_epi8 with _mm_loadu_si128.
4077 * sysdeps/x86_64/multiarch/strspn-c.c: Likewise.
4078 * sysdeps/x86_64/multiarch/strstr.c: Include "varshift.h".
4079 (__m128i_shift_right): Removed.
4080 * sysdeps/i386/i686/multiarch/varshift.h: New file.
4081 * sysdeps/i386/i686/multiarch/varshift.S: New file.
4082 * sysdeps/x86_64/multiarch/varshift.h: New file.
4083 * sysdeps/x86_64/multiarch/varshift.S: New file.
4084
84b9230c
MF
40852010-08-21 Mike Frysinger <vapier@gentoo.org>
4086
4087 * configure.in: Move assembler checks to before sysdep dir checking.
4088
9bbd0ddc
PB
40892010-08-20 Petr Baudis <pasky@suse.cz>
4090
4091 * LICENSES: Sync the sunrpc license.
4092
9da4bb31
UD
40932010-08-19 Ulrich Drepper <drepper@redhat.com>
4094
a7ab6ec8
UD
4095 * sunrpc/auth_des.c: Update copyright notice once again.
4096 * sunrpc/auth_none.c: Likewise.
4097 * sunrpc/auth_unix.c: Likewise.
4098 * sunrpc/authdes_prot.c: Likewise.
4099 * sunrpc/authuxprot.c: Likewise.
4100 * sunrpc/bindrsvprt.c: Likewise.
4101 * sunrpc/clnt_gen.c: Likewise.
4102 * sunrpc/clnt_perr.c: Likewise.
4103 * sunrpc/clnt_raw.c: Likewise.
4104 * sunrpc/clnt_simp.c: Likewise.
4105 * sunrpc/clnt_tcp.c: Likewise.
4106 * sunrpc/clnt_udp.c: Likewise.
4107 * sunrpc/clnt_unix.c: Likewise.
4108 * sunrpc/des_crypt.c: Likewise.
4109 * sunrpc/des_soft.c: Likewise.
4110 * sunrpc/get_myaddr.c: Likewise.
4111 * sunrpc/getrpcport.c: Likewise.
4112 * sunrpc/key_call.c: Likewise.
4113 * sunrpc/key_prot.c: Likewise.
4114 * sunrpc/openchild.c: Likewise.
4115 * sunrpc/pm_getmaps.c: Likewise.
4116 * sunrpc/pm_getport.c: Likewise.
4117 * sunrpc/pmap_clnt.c: Likewise.
4118 * sunrpc/pmap_prot.c: Likewise.
4119 * sunrpc/pmap_prot2.c: Likewise.
4120 * sunrpc/pmap_rmt.c: Likewise.
4121 * sunrpc/rpc/auth.h: Likewise.
4122 * sunrpc/rpc/auth_unix.h: Likewise.
4123 * sunrpc/rpc/clnt.h: Likewise.
4124 * sunrpc/rpc/des_crypt.h: Likewise.
4125 * sunrpc/rpc/key_prot.h: Likewise.
4126 * sunrpc/rpc/netdb.h: Likewise.
4127 * sunrpc/rpc/pmap_clnt.h: Likewise.
4128 * sunrpc/rpc/pmap_prot.h: Likewise.
4129 * sunrpc/rpc/pmap_rmt.h: Likewise.
4130 * sunrpc/rpc/rpc.h: Likewise.
4131 * sunrpc/rpc/rpc_des.h: Likewise.
4132 * sunrpc/rpc/rpc_msg.h: Likewise.
4133 * sunrpc/rpc/svc.h: Likewise.
4134 * sunrpc/rpc/svc_auth.h: Likewise.
4135 * sunrpc/rpc/types.h: Likewise.
4136 * sunrpc/rpc/xdr.h: Likewise.
4137 * sunrpc/rpc_clntout.c: Likewise.
4138 * sunrpc/rpc_cmsg.c: Likewise.
4139 * sunrpc/rpc_common.c: Likewise.
4140 * sunrpc/rpc_cout.c: Likewise.
4141 * sunrpc/rpc_dtable.c: Likewise.
4142 * sunrpc/rpc_hout.c: Likewise.
4143 * sunrpc/rpc_main.c: Likewise.
4144 * sunrpc/rpc_parse.c: Likewise.
4145 * sunrpc/rpc_parse.h: Likewise.
4146 * sunrpc/rpc_prot.c: Likewise.
4147 * sunrpc/rpc_sample.c: Likewise.
4148 * sunrpc/rpc_scan.c: Likewise.
4149 * sunrpc/rpc_scan.h: Likewise.
4150 * sunrpc/rpc_svcout.c: Likewise.
4151 * sunrpc/rpc_tblout.c: Likewise.
4152 * sunrpc/rpc_util.c: Likewise.
4153 * sunrpc/rpc_util.h: Likewise.
4154 * sunrpc/rpcinfo.c: Likewise.
4155 * sunrpc/rpcsvc/bootparam_prot.x: Likewise.
4156 * sunrpc/rpcsvc/key_prot.x: Likewise.
4157 * sunrpc/rpcsvc/klm_prot.x: Likewise.
4158 * sunrpc/rpcsvc/mount.x: Likewise.
4159 * sunrpc/rpcsvc/nfs_prot.x: Likewise.
4160 * sunrpc/rpcsvc/nlm_prot.x: Likewise.
4161 * sunrpc/rpcsvc/rex.x: Likewise.
4162 * sunrpc/rpcsvc/rstat.x: Likewise.
4163 * sunrpc/rpcsvc/rusers.x: Likewise.
4164 * sunrpc/rpcsvc/sm_inter.x: Likewise.
4165 * sunrpc/rpcsvc/spray.x: Likewise.
4166 * sunrpc/rpcsvc/yppasswd.x: Likewise.
4167 * sunrpc/rtime.c: Likewise.
4168 * sunrpc/svc.c: Likewise.
4169 * sunrpc/svc_auth.c: Likewise.
4170 * sunrpc/svc_authux.c: Likewise.
4171 * sunrpc/svc_raw.c: Likewise.
4172 * sunrpc/svc_run.c: Likewise.
4173 * sunrpc/svc_simple.c: Likewise.
4174 * sunrpc/svc_tcp.c: Likewise.
4175 * sunrpc/svc_udp.c: Likewise.
4176 * sunrpc/svc_unix.c: Likewise.
4177 * sunrpc/svcauth_des.c: Likewise.
4178 * sunrpc/xcrypt.c: Likewise.
4179 * sunrpc/xdr.c: Likewise.
4180 * sunrpc/xdr_array.c: Likewise.
4181 * sunrpc/xdr_float.c: Likewise.
4182 * sunrpc/xdr_mem.c: Likewise.
4183 * sunrpc/xdr_rec.c: Likewise.
4184 * sunrpc/xdr_ref.c: Likewise.
4185 * sunrpc/xdr_sizeof.c: Likewise.
4186 * sunrpc/xdr_stdio.c: Likewise.
4187
9da4bb31
UD
4188 * sysdeps/x86_64/multiarch/strcmp.S: Fix two typos in strncasecmp
4189 handling.
4190
bdaa77bc
AS
41912010-08-19 Andreas Schwab <schwab@redhat.com>
4192
4193 * sysdeps/i386/i686/multiarch/strspn.S [!SHARED]: Fix SSE4.2 check.
4194
fe2f79db
LM
41952010-08-19 Luis Machado <luisgpm@br.ibm.com>
4196
4197 * sysdeps/powerpc/powerpc32/power7/memchr.S: New file.
4198 * sysdeps/powerpc/powerpc32/power7/memrchr.S: New file.
4199 * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: New file.
4200 * sysdeps/powerpc/powerpc32/power7/strchr.S: New file.
4201 * sysdeps/powerpc/powerpc32/power7/strchrnul.S: New file.
4202 * sysdeps/powerpc/powerpc32/power7/strlen.S: New file.
4203 * sysdeps/powerpc/powerpc32/power7/strnlen.S: New file.
4204 * sysdeps/powerpc/powerpc64/power7/memchr.S: New file.
4205 * sysdeps/powerpc/powerpc64/power7/memrchr.S: New file.
4206 * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: New file.
4207 * sysdeps/powerpc/powerpc64/power7/strchr.S: New file.
4208 * sysdeps/powerpc/powerpc64/power7/strchrnul.S: New file.
4209 * sysdeps/powerpc/powerpc64/power7/strlen.S: New file.
4210 * sysdeps/powerpc/powerpc64/power7/strnlen.S: New file.
4211
b9b42ee0
AB
42122010-07-26 Anton Blanchard <anton@samba.org>
4213
4214 * malloc/malloc.c (sYSTRIm): Replace divide and multiply with mask.
4215 * malloc/arena.c (heap_trim): Likewise.
4216
1c06ba31
UD
42172010-08-16 Ulrich Drepper <drepper@redhat.com>
4218
4219 * sysdeps/unix/sysv/linux/syscalls.list: Add entry for fanotify_init
4220 here. Not...
4221 * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: ...here...
4222 * sysdeps/unix/sysv/linux/i386/syscalls.list: ... orhere.
4223
f8392f40
L
42242010-08-12 H.J. Lu <hongjiu.lu@intel.com>
4225
4226 * sysdeps/i386/elf/Makefile: New file.
4227
3162f12e
AS
42282010-08-14 Andreas Schwab <schwab@linux-m68k.org>
4229
4230 * sysdeps/unix/sysv/linux/sys/fanotify.h: Remove third argument
4231 from fanotify_init.
4232 * sysdeps/unix/sysv/linux/i386/syscalls.list: Likewise.
4233 * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.
4234
28c90b2c
UD
42352010-08-15 Ulrich Drepper <drepper@redhat.com>
4236
4237 * sysdeps/x86_64/strcmp.S: Use correct register for fourth parameter
4238 of strncasecmp_l.
1feccb6c 4239 * sysdeps/multiarch/strcmp.S: Likewise.
28c90b2c 4240
ca6bb004
UD
42412010-08-14 Ulrich Drepper <drepper@redhat.com>
4242
e9f82e0d
UD
4243 * sysdeps/x86_64/Makefile [subdir=string] (sysdep_routines): Add
4244 strncase_l-nonascii.
4245 * sysdeps/x86_64/multiarch/Makefile [subdir=string] (sysdep_routines):
4246 Add strncase_l-ssse3.
4247 * sysdeps/x86_64/multiarch/strcmp.S: Prepare for use as strncasecmp.
4248 * sysdeps/x86_64/strcmp.S: Likewise.
4249 * sysdeps/x86_64/multiarch/strncase_l-ssse3.S: New file.
4250 * sysdeps/x86_64/multiarch/strncase_l.S: New file.
4251 * sysdeps/x86_64/strncase.S: New file.
4252 * sysdeps/x86_64/strncase_l-nonascii.c: New file.
4253 * sysdeps/x86_64/strncase_l.S: New file.
4254 * string/Makefile (strop-tests): Add strncasecmp.
4255 * string/test-strncasecmp.c: New file.
4256
4257 * sysdeps/x86_64/strcasecmp_l-nonascii.c: Add prototype to avoid
4258 warning.
4259
ca6bb004
UD
4260 * sysdeps/x86_64/strcmp.S: Move definition of NO_NOLOCALE_ALIAS to...
4261 * sysdeps/x86_64/multiarch/strcasecmp_l-ssse3.S: ... here.
4262
052fa7b3
AS
42632010-08-14 Andreas Schwab <schwab@linux-m68k.org>
4264
4265 * sysdeps/unix/sysv/linux/prlimit.c: Make it compile.
4266
962dba78
UD
42672010-08-12 Ulrich Drepper <drepper@redhat.com>
4268
4269 * sysdeps/unix/sysv/linux/bits/termios.h: Define EXTPROC.
4270 * sysdeps/unix/sysv/linux/powerpc/bits/termios.h: Likewise.
4271 * sysdeps/unix/sysv/linux/sparc/bits/termios.h: Likewise.
4272
bebff237
AM
42732010-05-01 Alan Modra <amodra@gmail.com>
4274
4275 * sysdeps/powerpc/powerpc32/power4/memcmp.S: Correct cfi for r24.
4276 * sysdeps/powerpc/powerpc64/bsd-_setjmp.S: Move contents..
4277 * sysdeps/powerpc/powerpc64/bsd-setjmp.S: ..and these too..
4278 * sysdeps/powerpc/powerpc64/setjmp.S: ..to here..
4279 * sysdeps/powerpc/powerpc64/setjmp-common.S: ..and here, with some
4280 tidying. Don't tail-call __sigjmp_save for static lib.
4281 * sysdeps/powerpc/powerpc64/sysdep.h (SAVE_ARG, REST_ARG): Correct
4282 save location.
4283 (CFI_SAVE_ARG, CFI_REST_ARG): New macros.
4284 (CALL_MCOUNT): Add eh info, and nop after bl.
4285 (TAIL_CALL_SYSCALL_ERROR): New macro.
4286 (PSEUDO_RET): Use it.
4287 * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve):
4288 Correct save location of integer regs and cr.
4289 (_dl_profile_resolve): Correct cr save location. Delete nops
4290 after bl when SHARED. Reduce cfi size a little by better
4291 placement of cfi directives.
4292 * sysdeps/powerpc/powerpc64/fpu/s_copysign.S (__copysign): Don't
4293 make a stack frame. Instead use parm save area as a temp.
4294 * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S (__brk): Don't
4295 make a stack frame. Use TAIL_CALL_SYSCALL_ERROR.
4296 * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (__clone):
4297 Don't make a stack frame for parent, use parm save area.
4298 Increase child stack frame to 112 bytes. Don't save unused reg,
4299 and adjust reg usage. Set up cfi on error recovery and
4300 epilogue of parent, and use TAIL_CALL_SYSCALL_ERROR, PSEUDO_RET.
4301 * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
4302 (__makecontext): Add dummy nop after jump to exit.
4303 * sysdeps/unix/sysv/linux/powerpc/powerpc64/socket.S (__socket):
4304 Use correct parm save area and cr save, reduce stack frame.
4305 Correct cfi for possible PSEUDO_RET frame setup.
4306 * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S (__vfork):
4307 Branch to local label emitted by PSEUDO_RET rather than
4308 __syscall_error.
4309
02637374
AS
43102010-08-12 Andreas Schwab <schwab@redhat.com>
4311
4312 [BZ #11904]
4313 * locale/programs/locale.c (print_assignment): New function.
4314 (show_locale_vars): Use it.
4315
c3e2f19b
UD
43162010-08-11 Ulrich Drepper <drepper@redhat.com>
4317
3cdaa6ad
UD
4318 * sysdeps/unix/sysv/linux/bits/statfs.h (struct statfs): Add f_flags
4319 field.
4320 (struct statfs64): Likewise.
4321 (_STATFS_F_FLAGS): Define.
4322 * sysdeps/unix/sysv/linux/s390/bits/statfs.h: Likewise.
4323 * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
4324 Don't define if __ASSUME_STATFS_F_FLAGS is defined.
4325 (ST_VALID): Define locally.
4326 (INTERNAL_STATVFS): If f_flags has ST_VALID set don't call
4327 __statvfs_getflags, use the provided value.
4328 * sysdeps/unix/sysv/linux/kernel-features.h: Define
4329 __ASSUME_STATFS_F_FLAGS.
4330
754f7da3
UD
4331 * sysdeps/unix/sysv/linux/sys/inotify.h (IN_EXCL_UNLINK): Define.
4332
10b3bedc
UD
4333 * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_headers):
4334 Add sys/fanotify.h.
4335 * sysdeps/unix/sysv/linux/Versions [libc]: Export fanotify_init and
4336 fanotify_mask for GLIBC_2.13.
4337 * sysdeps/unix/sysv/linux/i386/syscalls.list: Add entries for
4338 fanotify_init and fanotify_mark.
4339 * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.
4340 * sysdeps/unix/sysv/linux/sys/fanotify.h: New file.
4341
c08fb0d7
UD
4342 * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_routines):
4343 Add prlimit.
4344 * sysdeps/unix/sysv/linux/Versions [libc]: Export prlimit and
4345 prlimit64 for GLIBC_2.13.
4346 * sysdeps/unix/sysv/linux/bits/resource.h: Declare prlimit and
4347 prlimit64.
4348 * sysdeps/unix/sysv/linux/i386/syscalls.list: Add entry for prlimit64
4349 syscall.
4350 * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list: Likewise.
4351 * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Likewise.
4352 * sysdeps/unix/sysv/linux/sh/syscalls.list: Likewise.
4353 * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.lis: Likewise.
4354 * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise. Also
4355 add prlimit alias.
4356 * sysdeps/unix/sysv/linux/prlimit.c: New file.
4357
15bac72b
UD
4358 [BZ #11903]
4359 * sysdeps/generic/netinet/ip.h (IPTOS_CLASS): Fix definition.
4360 Patch by Evgeni Bikov <bikovevg@iitp.ru>.
4361
c3e2f19b
UD
4362 * nss/Makefile: Add rules to build and run tst-nss-test1.
4363 * shlib-versions: Add entry for libnss_test1.
4364 * nss/nss_test1.c: New file.
4365 * nss/tst-nss-test1.c: New file.
4366
4367 * nss/nsswitch.c (__nss_database_custom): Define new variable.
4368 (__nss_configure_lookup): Set appropriate entry in
4369 __nss_configure_lookup to true.
4370 * nss/nsswitch.h: Define enum with indeces of databases in
4371 databases and __nss_database_custom arrays. Declare
4372 __nss_database_custom.
4373 * grp/initgroups.c (internal_getgrouplist): Use __nss_database_custom
4374 to avoid using nscd when custom rules are installed.
4375 * nss/getXXbyYY_r.c: Likewise.
4376 * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
4377
4378 * nss/nss_files/files-parse.c: Whitespace fixes.
4379
f15ce4d8
UD
43802010-08-09 Ulrich Drepper <drepper@redhat.com>
4381
4382 [BZ #11883]
4383 * posix/fnmatch.c: Keep track of alloca use and fall back on malloc.
4384 * posix/fnmatch_loop.c: Likewise.
4385
d22e4cc9
AK
43862010-07-17 Andi Kleen <ak@linux.intel.com>
4387
4388 * sysdeps/i386/i386-mcount.S (__fentry__): Define.
4389 * sysdeps/x86_64/_mcount.S (__fentry__): Define.
4390 * stdlib/Versions (__fentry__): Add for GLIBC 2.13
4391 * Versions.def [GLIBC_2.13]: Add.
4392
805bc17d
UD
43932010-08-06 Ulrich Drepper <drepper@redhat.com>
4394
4395 * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid):
4396 Also fail if tpwd after pwuid call is NULL.
4397
5a42321d
ST
43982010-07-31 Samuel Thibault <samuel.thibault@ens-lyon.org>
4399
4400 * hurd/hurdselect.c (_hurd_select): Round timeout up instead of down
4401 when converting to ms.
4402
fd3ebeda
ST
44032010-06-06 Samuel Thibault <samuel.thibault@ens-lyon.org>
4404
4405 * sysdeps/mach/hurd/ttyname.c (ttyname): Replace MIG_BAD_ID and
4406 EOPNOTSUPP errors with ENOTTY.
4407 * sysdeps/mach/hurd/ttyname_r.c (__ttyname_r): Replace MIG_BAD_ID and
4408 EOPNOTSUPP errors with ENOTTY.
4409
73507d3a
UD
44102010-07-31 Ulrich Drepper <drepper@redhat.com>
4411
4412 * sysdeps/x86_64/multiarch/Makefile [subdir=string] (sysdep_routines):
4413 Add strcasecmp_l-ssse3.
4414 * sysdeps/x86_64/multiarch/strcmp.S: Add support to compile for
4415 strcasecmp.
4416 * sysdeps/x86_64/strcmp.S: Allow more flexible compiling of strcasecmp.
4417 * sysdeps/x86_64/multiarch/strcasecmp_l.S: New file.
4418 * sysdeps/x86_64/multiarch/strcasecmp_l-ssse3.S: New file.
4419
fe36dd02
UD
44202010-07-30 Ulrich Drepper <drepper@redhat.com>
4421
66f6765a
UD
4422 * sysdeps/x86_64/multiarch/strcmp.S: Pretty printing.
4423
42e08a54
UD
4424 * string/Makefile (strop-tests): Add strcasecmp.
4425 * sysdeps/x86_64/Makefile [subdir=string] (sysdep_routines): Add
4426 strcasecmp_l-nonascii.
4427 (gen-as-const-headers): Add locale-defines.sym.
4428 * sysdeps/x86_64/strcmp.S: Add support for strcasecmp implementation.
4429 * sysdeps/x86_64/strcasecmp.S: New file.
4430 * sysdeps/x86_64/strcasecmp_l.S: New file.
4431 * sysdeps/x86_64/strcasecmp_l-nonascii.c: New file.
4432 * sysdeps/x86_64/locale-defines.sym: New file.
4433 * string/test-strcasecmp.c: New file.
4434
fe36dd02
UD
4435 * string/test-strcasestr.c: Test both ends of the range of characters.
4436 * sysdeps/x86_64/multiarch/strstr.c: Fix UCHIGH definition.
4437
48cbc0d6
RM
44382010-07-29 Roland McGrath <roland@redhat.com>
4439
76e6d6bc 4440 [BZ #11856]
48cbc0d6
RM
4441 * manual/locale.texi (Yes-or-No Questions): Fix example code.
4442
880113d9
UD
44432010-07-27 Ulrich Drepper <drepper@redhat.com>
4444
4445 * sysdeps/x86_64/multiarch/strcmp-ssse3.S: Avoid compiling the file
4446 for ld.so.
4447
deb9cabb
AS
44482010-07-27 Andreas Schwab <schwab@redhat.com>
4449
4450 * manual/memory.texi (Malloc Tunable Parameters): Document
4451 M_PERTURB.
4452
1c7570ff
RM
44532010-07-26 Roland McGrath <roland@redhat.com>
4454
4455 [BZ #11840]
4456 * configure.in (-fgnu89-inline check): Set and substitute
4457 gnu89_inline, not libc_cv_gnu89_inline.
4458 * configure: Regenerated.
4459 * config.make.in (gnu89-inline-CFLAGS): Use @gnu89_inline@.
4460
24fb0f88
UD
44612010-07-26 Ulrich Drepper <drepper@redhat.com>
4462
4463 * string/test-strnlen.c: New file.
4464 * string/Makefile (strop-tests): Add strnlen.
4465 * string/tester.c (test_strnlen): Add a few more test cases.
4466 * string/tst-strlen.c: Better error reporting.
4467
4468 * sysdeps/x86_64/strnlen.S: New file.
4469
8e96b93a
UD
44702010-07-24 Ulrich Drepper <drepper@redhat.com>
4471
4472 * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu_tolower): Use
4473 lower-latency instructions.
4474
dbc676d4
UD
44752010-07-23 Ulrich Drepper <drepper@redhat.com>
4476
4477 * string/test-strcasestr.c: New file.
4478 * string/test-strstr.c: New file.
4479 * string/Makefile (strop-tests): Add strstr and strcasestr.
4480 * string/str-two-way.h: Don't undefine MAX.
4481 * string/strcasestr.c: Don't define alias if NO_ALIAS is defined.
4482
f6a31e0e
AS
44832010-07-21 Andreas Schwab <schwab@redhat.com>
4484
4485 * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
4486 strcasestr-nonascii.
4487 (CFLAGS-strcasestr-nonascii.c): Define.
4488 * sysdeps/i386/i686/multiarch/strcasestr-nonascii.c: New file.
4489 * sysdeps/x86_64/multiarch/strcasestr-nonascii.c (STRSTR_SSE42):
4490 Remove unused attribute.
4491
5dbc3b6c
RM
44922010-07-20 Roland McGrath <roland@redhat.com>
4493
4494 * elf/dl-sysdep.c (_dl_important_hwcaps): Add dsocaps mask to
4495 dl_hwcap_mask as well as dl_hwcap. Without this, dsocaps matching in
4496 ld.so.cache was broken. With it, there is no way to disable dsocaps
4497 like LD_HWCAP_MASK can disable hwcaps.
4498
23d101d8
EPM
44992010-06-02 Emilio Pozuelo Monfort <pochu27@gmail.com>
4500
4501 * sysdeps/mach/hurd/sendmsg.c (__libc_sendmsg): Fix memory leaks.
4502
cc9f2e47
UD
45032010-07-16 Ulrich Drepper <drepper@redhat.com>
4504
4505 * sysdeps/x86_64/multiarch/strstr.c: Rewrite to avoid indirect function
4506 call in strcasestr.
4507 * sysdeps/x86_64/multiarch/strcasestr.c: Declare
4508 __strcasestr_sse42_nonascii.
4509 * sysdeps/x86_64/multiarch/Makefile: Add rules to build
4510 strcasestr-nonascii.c.
4511 * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: New file.
4512
77c1b069
LM
45132010-06-15 Luis Machado <luisgpm@br.ibm.com>
4514
4515 * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: New file.
4516 * sysdeps/powerpc/powerpc32/power6/fpu/s_copysignf.S: New file.
4517 * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: New file.
4518 * sysdeps/powerpc/powerpc64/power6/fpu/s_copysignf.S: New file.
4519
440566c3
UD
45202010-07-09 Ulrich Drepper <drepper@redhat.com>
4521
4522 * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Use __fcntl not
4523 fcntl.
4524
5be9d05d
AS
45252010-07-06 Andreas Schwab <schwab@redhat.com>
4526
c30b7ee2 4527 [BZ #11577]
5be9d05d
AS
4528 * elf/dl-version.c (match_symbol): Don't pass NULL occation to
4529 dl_signal_cerror.
4530
8a492a67
UD
45312010-07-06 Ulrich Drepper <drepper@redhat.com>
4532
4533 * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Implement
4534 _PC_PIPE_BUF using F_GETPIPE_SZ.
4535
713df3d5
RM
45362010-07-05 Roland McGrath <roland@redhat.com>
4537
4538 * manual/arith.texi (Rounding Functions): Fix rint description
4539 implicit in round description.
4540
702e8f14
UD
45412010-07-02 Ulrich Drepper <drepper@redhat.com>
4542
4543 * elf/Makefile: Fix linking for a few tests to make recent linker
4544 happy.
4545
52ed8be9
AS
45462010-06-30 Andreas Schwab <schwab@redhat.com>
4547
4548 * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Readd
4549 $(common-objpfx)libc_nonshared.a.
4550
f47c9a11
LM
45512010-06-21 Luis Machado <luisgpm@br.ibm.com>
4552
4553 * sysdeps/powerpc/powerpc32/970/fpu/Implies: Remove.
4554 * sysdeps/powerpc/powerpc32/power5/fpu/Implies: Remove.
4555 * sysdeps/powerpc/powerpc32/power5+/fpu/Implies: Remove.
4556 * sysdeps/powerpc/powerpc32/power6x/fpu/Implies: Remove.
4557 * sysdeps/powerpc/powerpc64/970/fpu/Implies: Remove.
4558 * sysdeps/powerpc/powerpc64/power5/fpu/Implies: Remove.
4559 * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: Remove.
4560 * sysdeps/powerpc/powerpc64/power6x/fpu/Implies: Remove.
4561 * sysdeps/unix/sysv/linux/powerpc/powerpc32/970/fpu/Implies: Remove.
4562 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/fpu/Implies: Remove.
4563 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/fpu/Implies: Remove.
4564 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5+/fpu/Implies: Remove.
4565 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/fpu/Implies: Remove.
4566 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/fpu/Implies: Remove.
4567 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/fpu/Implies: Remove.
4568 * sysdeps/unix/sysv/linux/powerpc/powerpc64/970/fpu/Implies: Remove.
4569 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/fpu/Implies: Remove.
4570 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/fpu/Implies: Remove.
4571 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5+/fpu/Implies: Remove.
4572 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/fpu/Implies: Remove.
4573 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/fpu/Implies: Remove.
4574 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/fpu/Implies: Remove.
4575 * sysdeps/powerpc/powerpc32/970/Implies: Point to power4.
4576 * sysdeps/powerpc/powerpc32/power5/Implies: Point to power4.
4577 * sysdeps/powerpc/powerpc32/power5+/Implies: Point to power5.
4578 * sysdeps/powerpc/powerpc32/power6/Implies: Point to power5+.
4579 * sysdeps/powerpc/powerpc32/power6x/Implies: Point to power6.
4580 * sysdeps/powerpc/powerpc64/970/Implies: Point to power4.
4581 * sysdeps/powerpc/powerpc64/power5/Implies: Point to power4.
4582 * sysdeps/powerpc/powerpc64/power5+/Implies: Point to power5.
4583 * sysdeps/powerpc/powerpc64/power6/Implies: Point to power5+.
4584 * sysdeps/powerpc/powerpc64/power6x/Implies: Point to power6.
4585 * sysdeps/powerpc/powerpc32/power7/Implies: New file.
4586 * sysdeps/powerpc/powerpc64/power7/Implies: New file.
4587 * sysdeps/unix/sysv/linux/powerpc/powerpc32/970/Implies: New file.
4588 * sysdeps/unix/sysv/linux/powerpc/powerpc32/cell/Implies: New file.
4589 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/Implies: New file.
4590 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/Implies: New file.
4591 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/Implies: New file.
4592 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/Implies: New file.
4593 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/Implies: New file.
4594 * sysdeps/unix/sysv/linux/powerpc/powerpc64/970/Implies: New file.
4595 * sysdeps/unix/sysv/linux/powerpc/powerpc64/cell/Implies: New file.
4596 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/Implies: New file.
4597 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/Implies: New file.
4598 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/Implies: New file.
4599 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/Implies: New file.
4600 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/Implies: New file.
4601
6fb8cbcb
L
46022010-06-25 H.J. Lu <hongjiu.lu@intel.com>
4603
4604 * debug/memmove_chk.c (__memmove_chk): Renamed to ...
4605 (MEMMOVE_CHK): ...this. Default to __memmove_chk.
4606 * string/memmove.c (memmove): Renamed to ...
4607 (MEMMOVE): ...this. Default to memmove.
4608 * sysdeps/x86_64/memcpy.S: Use ENTRY_CHK and END_CHK.
4609 * sysdeps/x86_64/sysdep.h (ENTRY_CHK): Define.
4610 (END_CHK): Define.
4611 * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
4612 memcpy-ssse3 mempcpy-ssse3 memmove-ssse3 memcpy-ssse3-back
4613 mempcpy-ssse3-back memmove-ssse3-back.
4614 * sysdeps/x86_64/multiarch/bcopy.S: New file .
4615 * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: New file.
4616 * sysdeps/x86_64/multiarch/memcpy-ssse3.S: New file.
4617 * sysdeps/x86_64/multiarch/memcpy.S: New file.
4618 * sysdeps/x86_64/multiarch/memcpy_chk.S: New file.
4619 * sysdeps/x86_64/multiarch/memmove-ssse3-back.S: New file.
4620 * sysdeps/x86_64/multiarch/memmove-ssse3.S: New file.
4621 * sysdeps/x86_64/multiarch/memmove.c: New file.
4622 * sysdeps/x86_64/multiarch/memmove_chk.c: New file.
4623 * sysdeps/x86_64/multiarch/mempcpy-ssse3-back.S: New file.
4624 * sysdeps/x86_64/multiarch/mempcpy-ssse3.S: New file.
4625 * sysdeps/x86_64/multiarch/mempcpy.S: New file.
4626 * sysdeps/x86_64/multiarch/mempcpy_chk.S: New file.
4627 * sysdeps/x86_64/multiarch/init-arch.h (bit_Fast_Copy_Backward):
4628 Define.
4629 (index_Fast_Copy_Backward): Define.
4630 (HAS_ARCH_FEATURE): Define.
4631 (HAS_FAST_REP_STRING): Define.
4632 (HAS_FAST_COPY_BACKWARD): Define.
4633
4e733bac 46342010-06-21 Andreas Schwab <schwab@redhat.com>
e35fcef8
AS
4635
4636 * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid):
4637 Restore proper fallback handling.
4638
63c4ed22
UD
46392010-06-19 Ulrich Drepper <drepper@redhat.com>
4640
ac2b484c
UD
4641 [BZ #11701]
4642 * posix/group_member.c (__group_member): Correct checking loop.
4643
63c4ed22
UD
4644 * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid): Handle
4645 OOM in getpwuid_r correctly. Return error number when the caller
4646 should return, otherwise -1.
4647 (getlogin_r): Adjust to return also for result of __getlogin_r_loginuid
4648 call returning > 0 value.
4649 * sysdeps/unix/sysv/linux/getlogin.c (getlogin): Likewise.
4650
765ade4b
AS
46512010-06-07 Andreas Schwab <schwab@redhat.com>
4652
4653 * dlfcn/Makefile: Remove explicit dependencies on libc.so and
4654 libc_nonshared.a from targets in modules-names.
4655
80da2e09
KS
46562010-06-02 Kirill A. Shutemov <kirill@shutemov.name>
4657
4658 * elf/dl-reloc.c: Flush cache after solving TEXTRELs if arch
4659 requires it.
4660
158db122
LM
46612010-06-10 Luis Machado <luisgpm@br.ibm.com>
4662
4663 * sysdeps/powerpc/powerpc32/power7/memcmp.S: New file
4664 * sysdeps/powerpc/powerpc64/power7/memcmp.S: New file.
4665 * sysdeps/powerpc/powerpc32/power7/strncmp.S: New file.
4666 * sysdeps/powerpc/powerpc64/power7/strncmp.S: New file.
4667
caa78cf8
AS
46682010-06-02 Andreas Schwab <schwab@redhat.com>
4669
4670 * nis/nss_nis/nis-initgroups.c (get_uid): Properly resize buffer.
4671
b2ef2c01
UD
46722010-06-14 Ulrich Drepper <drepper@redhat.com>
4673
4674 * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Define F_SETPIPE_SZ
4675 and F_GETPIPE_SZ.
4676 * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
4677 * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
4678 * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
4679 * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
4680 * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
4681 * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise
4682
fbd643b6
RM
46832010-06-14 Roland McGrath <roland@redhat.com>
4684
4685 * manual/libc.texinfo (@copying): Change to GFDL v1.3.
4686
f32f2869
JJ
46872010-06-07 Jakub Jelinek <jakub@redhat.com>
4688
4689 * libio/stdio.h (sscanf, vsscanf): Use __REDIRECT_NTH instead of
4690 __REDIRECT followed by __THROW.
4691 * wcsmbs/wchar.h (swscanf, vswscanf): Likewise.
4692 * posix/getopt.h (getopt): Likewise.
4693
2a50c078
EPM
46942010-06-02 Emilio Pozuelo Monfort <pochu27@gmail.com>
4695
4696 * hurd/lookup-at.c (__file_name_lookup_at): Accept
4697 AT_SYMLINK_FOLLOW in AT_FLAGS. Fail with EINVAL if both
4698 AT_SYMLINK_FOLLOW and AT_SYMLINK_NOFOLLOW are present
4699 in AT_FLAGS.
4700 * hurd/hurd/fd.h (__file_name_lookup_at): Update comment.
4701 * sysdeps/mach/hurd/linkat.c (linkat): Pass O_NOLINK in FLAGS.
4702
eb5ad2eb
LM
47032010-05-28 Luis Machado <luisgpm@br.ibm.com>
4704
4705 * sysdeps/powerpc/powerpc32/power7/memcpy.S: Exchange srdi for srwi.
4706
3c88fe1e
L
47072010-05-26 H.J. Lu <hongjiu.lu@intel.com>
4708
4709 [BZ #11640]
4710 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
4711 Properly check family and model.
4712
d2f73151
TY
47132010-05-26 Takashi Yoshii <takashi.yoshii.zj@renesas.com>
4714
4715 * sysdeps/unix/sysv/linux/sh/sh4/register-dump.h: Fix iov[] size.
4716
ebd2e13d
LM
47172010-05-24 Luis Machado <luisgpm@br.ibm.com>
4718
4719 * sysdeps/powerpc/powerpc32/power7/memset.S: POWER7 32-bit memset fix.
4720
b32b8b45
UD
47212010-05-21 Ulrich Drepper <drepper@redhat.com>
4722
4723 * elf/dl-runtime.c (_dl_profile_fixup): Don't crash on unresolved weak
4724 symbol reference.
4725
9acbe24d
AS
47262010-05-19 Andreas Schwab <schwab@redhat.com>
4727
4728 * elf/dl-runtime.c (_dl_fixup): Don't crash on unresolved weak
4729 symbol reference.
4730
f0ccf6ea
AS
47312010-05-21 Andreas Schwab <schwab@redhat.com>
4732
3d04ff3a
AS
4733 * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Add recvmmsg
4734 and internal_recvmmsg.
4735 * sysdeps/unix/sysv/linux/recvmmsg.c: New file.
4736 * sysdeps/unix/sysv/linux/internal_recvmmsg.S: New file.
4737 * sysdeps/unix/sysv/linux/socketcall.h (SOCKOP_recvmmsg): Define.
4738 * sysdeps/unix/sysv/linux/syscalls.list (recvmmsg): Remove.
4739
f0ccf6ea
AS
4740 * sunrpc/clnt_tcp.c (clnttcp_control): Add missing break.
4741 * sunrpc/clnt_udp.c (clntudp_control): Likewise.
4742 * sunrpc/clnt_unix.c (clntunix_control): Likewise.
4743
5b08ac57
AS
47442010-05-20 Andreas Schwab <schwab@redhat.com>
4745
4746 * sysdeps/unix/sysv/linux/sys/timex.h: Use __REDIRECT_NTH.
4747
4828935d
LM
47482010-05-17 Luis Machado <luisgpm@br.ibm.com>
4749
4750 POWER7 optimizations.
4751 * sysdeps/powerpc/powerpc64/power7/memset.S: New file.
4752 * sysdeps/powerpc/powerpc32/power7/memset.S: New file.
4753
373d545e
UD
47542010-05-19 Ulrich Drepper <drepper@redhat.com>
4755
4756 * version.h: Update for 2.13 development version.
4757
21a2b1ae
AS
47582010-05-12 Andrew Stubbs <ams@codesourcery.com>
4759
4760 * sysdeps/sh/sh4/fpu/feholdexcpt.c (feholdexcept): Really disable all
4761 exceptions. Return 0.
4762
3f7dcb2b
RM
47632010-05-07 Roland McGrath <roland@redhat.com>
4764
4765 * elf/ldconfig.c (main): Add a const.
4766
5f24d53a 47672010-05-06 Ulrich Drepper <drepper@redhat.com>
70c9476e 4768
a160f8d8
UD
4769 * nss/getent.c (idn_flags): Default to AI_IDN|AI_CANONIDN.
4770 (args_options): Add no-idn option.
4771 (ahosts_keys_int): Add idn_flags to ai_flags.
4772 (parse_option): Handle 'i' option to clear idn_flags.
4773
5f24d53a
UD
4774 * malloc/malloc.c (_int_free): Possible race in the most recently
4775 added check. Only act on the data if no current modification
4776 happened.
265bb1ce
UD
4777
4778See ChangeLog.17 for earlier changes.