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