]> git.ipfire.org Git - thirdparty/glibc.git/blame - ChangeLog
Add const attribute to pthread_equal
[thirdparty/glibc.git] / ChangeLog
CommitLineData
a0bfc9c7
MP
12012-01-10 Marek Polacek <polacek@redhat.com>
2
3 * locale/programs/localedef.h (show_archive_content): Add noreturn
4 attribute.
5
d6e97a1d
UD
62012-01-09 Ulrich Drepper <drepper@gmail.com>
7
8 * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Add branch prediction.
9
d5835c26
UD
102012-01-08 Ulrich Drepper <drepper@gmail.com>
11
e5f484c6
UD
12 * io/bits/poll2.h: Add __BEGIN/__END_DECLS.
13
d5835c26
UD
14 * io/Makefile (headers): Add bits/poll2.h.
15
d1f741e9
WS
162011-01-05 Will Schmidt <will_schmidt@vnet.ibm.com>
17
18 * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S: Fix a
19 typo #include statement.
20
ec09c1c4
UD
212012-01-08 Ulrich Drepper <drepper@gmail.com>
22
23 * include/sys/cdefs.h: Define __attribute_alloc_size.
24 * catgets/gencat.c: Add alloc_size attribute and apply consistently
25 the malloc attribute to xmalloc, xcalloc, xrealloc, and xstrdup.
26 * elf/pldd.c: Likewise.
27 * iconv/iconv_charmap.c: Likewise.
28 * iconv/iconvconfig.c: Likewise.
29 * iconv/strtab.c: Likewise.
30 * locale/programs/locale.c: Likewise.
31 * locale/programs/localedef.h: Likewise.
32 * locale/programs/simple-hash.c: Likewise.
33 * nscd/nscd.h: Likewise.
34 * nss/makedb.c: Likewise.
35 * sysdeps/generic/ldconfig.h: Likewise.
36 * locale/programs/localedef.c: Remove xmalloc prototype.
37 * nscd/mem.c: Remove xmalloc and xcalloc prototypes.
38
20b38e03
PP
392012-01-05 Paul Pluzhnikov <ppluzhnikov@google.com>
40
41 * stdio-common/vfscanf.c (_IO_vfscanf_internal): Use alloca when
42 appropriate.
43
a0da5fe1
UD
442012-01-08 Ulrich Drepper <drepper@gmail.com>
45
1d5a644a 46 * math/Makefile (tests): Add tst-CMPLX.
669704fd 47 * math/tst-CMPLX.c: New file.
1d5a644a 48
8784a6db
UD
49 * math/complex.h (CMPLXL): Fix typo.
50
d9a216c0
UD
51 * debug/Makefile (routines): Add poll_chk and ppoll_chk.
52 * debug/Versions: Export __pool_chk and __ppoll_chk from libc for
53 GLIBC_2.16.
54 * debug/tst-chk1.c: Add poll and ppoll tests.
55 * io/sys/poll.h: Include bits/poll2.h for _FORTIFY_SOURCE.
56 * include/sys/poll.h: Add hidden proto for ppoll.
57 * sysdeps/unix/sysv/linux/ppoll.c: Add hidden def.
58 * sysdeps/mach/hurd/ppoll.c: Likewise.
59 * io/ppoll.c: Likewise.
60 * debug/poll_chk.c: New file.
61 * debug/ppoll_chk.c: New file.
62 * include/bits/poll2.h: New file.
63 * io/bits/poll2.h: New file.
64
ac097f5c
UD
65 [BZ #1350]
66 * math/complex.h (CMPLX, CMPLXF, CMPLXL): Define.
67
2119dcfa
UD
68 * configure.in: static is always set to yes. Remove.
69 * config.make.in: Don't set build-static.
70 * Makeconfig: Remove use of build-static.
71 * dlfcn/Makefile: Likewise.
72 * elf/Makefile: Likewise.
73 * math/Makefile: Likewise.
74 * misc/Makefile: Likewise.
75 * nptl/Makefile: Likewise.
76 * sysdeps/mach/hurd/Makefile: Likewise.
77
121766a9
UD
78 * configure.in: PWD_P is not used anymore.
79 * config.make.in: Remove PWD_P entry.
80
51a1d39c 81 * configure.in: Remove last remnants of RANLIB.
8720d066 82 No need to check for signed size_t anymore.
215f4bdc
UD
83 Don't set libc_commonpagesize and libc_relro_required here for Alpha
84 and IA-64.
3857022a 85 Remove __builtin_expect test because we require at least gcc 3.4.
51a1d39c
UD
86 * aclocal.m4: Likewise.
87
d3ed7225
UD
88 * wcsmbs/mbrtoc16.c: Implement using towc function.
89 * wcsmbs/wcsmbsload.h: No need for toc16 and fromc16 functions.
90 * wcsmbs/wcsmbsload.c: Likewise.
91 * iconv/gconv_simple.c: Likewise.
92 * iconv/gconv_int.h: Likewise.
93 * iconv/gconv_builtin.h: Likewise.
94 * iconv/iconv_prog.c: Remove CHAR16 handling.
95
96 * wcsmbs/c16rtomb.c: Remove #if 0'ed code.
97
98 * wcsmbs/mbrtowc.c: Better check for invalid inputs.
99
a0da5fe1
UD
100 * configure.in: Remove --with-elf and --enable-bounded options.
101 Dont set base_machine for ia64. More non-ELF conditions removed.
102 Remove testing and setting of leading underscore information.
103 * config.make.in (build-bounded): Set to no.
104 * config.h.in: Remove NO_UNDERSCORES entry.
105 * include/libc-symbols.h: Don't define HAVE_WEAK_SYMBOLS. ELF has
106 them.
107 * csu/start.c: Remove !NO_UNDERSCORE code.
108 * locale/localeinfo.h: Likewise.
109 * sysdeps/generic/machine-gmon.h: Likewise.
110 * sysdeps/generic/sysdep.h: Likewise.
111 * sysdeps/i386/sysdep.h: Likewise.
112 * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Likewise.
113 * sysdeps/mach/sysdep.h: Likewise.
114 * sysdeps/s390/s390-32/sysdep.h: Likewise.
115 * sysdeps/s390/s390-64/sysdep.h: Likewise.
116 * sysdeps/sh/sysdep.h: Likewise.
117 * sysdeps/sparc/sparc32/alloca.S: Likewise.
118 * sysdeps/unix/i386/sysdep.S: Likewise.
119 * sysdeps/unix/sparc/start.c: Likewise.
120 * sysdeps/unix/sparc/sysdep.S: Likewise.
121 * sysdeps/unix/sparc/sysdep.h: Likewise.
122 * sysdeps/unix/start.c: Likewise.
123 * sysdeps/unix/x86_64/sysdep.S: Likewise.
124 * sysdeps/x86_64/sysdep.h: Likewise.
125
df78418a
UD
1262012-01-07 Ulrich Drepper <drepper@gmail.com>
127
a784e502
UD
128 [BZ #13553]
129 * misc/sys/cdefs.h: Remove __const, __signed, and __volatile definition
130 for non-gcc.
131 * argp/argp-fmtstream.h: Use const instead __const.
132 * argp/argp.h: Likewise.
133 * assert/assert.h: Likewise.
134 * bits/fenv.h: Likewise.
135 * bits/sched.h: Likewise.
136 * bits/sigset.h: Likewise.
137 * bits/sigthread.h: Likewise.
138 * catgets/nl_types.h: Likewise.
139 * conform/data/pthread.h-data: Likewise.
140 * crypt/crypt-private.h: Likewise.
141 * crypt/crypt.h: Likewise.
142 * crypt/crypt_util.c: Likewise.
143 * ctype/ctype.h: Likewise.
144 * debug/execinfo.h: Likewise.
145 * debug/mbsnrtowcs_chk.c: Likewise.
146 * debug/mbsrtowcs_chk.c: Likewise.
147 * debug/wcsnrtombs_chk.c: Likewise.
148 * debug/wcsrtombs_chk.c: Likewise.
149 * debug/wcstombs_chk.c: Likewise.
150 * dirent/dirent.h: Likewise.
151 * dlfcn/dlfcn.h: Likewise.
152 * elf/neededtest4.c: Likewise.
153 * grp/grp.h: Likewise.
154 * gshadow/gshadow.h: Likewise.
155 * iconv/gconv.h: Likewise.
156 * iconv/gconv_int.h: Likewise.
157 * iconv/gconv_simple.c: Likewise.
158 * iconv/iconv.h: Likewise.
159 * iconv/loop.c: Likewise.
160 * iconv/skeleton.c: Likewise.
161 * include/aio.h: Likewise.
162 * include/aliases.h: Likewise.
163 * include/argz.h: Likewise.
164 * include/arpa/inet.h: Likewise.
165 * include/assert.h: Likewise.
166 * include/dirent.h: Likewise.
167 * include/dlfcn.h: Likewise.
168 * include/execinfo.h: Likewise.
169 * include/fcntl.h: Likewise.
170 * include/fenv.h: Likewise.
171 * include/glob.h: Likewise.
172 * include/grp.h: Likewise.
173 * include/libintl.h: Likewise.
174 * include/mntent.h: Likewise.
175 * include/netdb.h: Likewise.
176 * include/pwd.h: Likewise.
177 * include/rpc/netdb.h: Likewise.
178 * include/sched.h: Likewise.
179 * include/search.h: Likewise.
180 * include/shadow.h: Likewise.
181 * include/signal.h: Likewise.
182 * include/stdio.h: Likewise.
183 * include/stdlib.h: Likewise.
184 * include/string.h: Likewise.
185 * include/sys/socket.h: Likewise.
186 * include/sys/stat.h: Likewise.
187 * include/sys/statfs.h: Likewise.
188 * include/sys/statvfs.h: Likewise.
189 * include/sys/syslog.h: Likewise.
190 * include/sys/time.h: Likewise.
191 * include/sys/uio.h: Likewise.
192 * include/time.h: Likewise.
193 * include/unistd.h: Likewise.
194 * include/utmp.h: Likewise.
195 * include/wchar.h: Likewise.
196 * include/wctype.h: Likewise.
197 * inet/aliases.h: Likewise.
198 * inet/arpa/inet.h: Likewise.
199 * inet/netinet/ether.h: Likewise.
200 * inet/netinet/in.h: Likewise.
201 * intl/libintl.h: Likewise.
202 * io/bits/fcntl2.h: Likewise.
203 * io/fcntl.h: Likewise.
204 * io/ftw.h: Likewise.
205 * io/sys/poll.h: Likewise.
206 * io/sys/stat.h: Likewise.
207 * io/sys/statfs.h: Likewise.
208 * io/sys/statvfs.h: Likewise.
209 * io/utime.h: Likewise.
210 * libio/bits/stdio.h: Likewise.
211 * libio/bits/stdio2.h: Likewise.
212 * libio/libio.h: Likewise.
213 * libio/libioP.h: Likewise.
214 * libio/stdio.h: Likewise.
215 * locale/lc-ctype.c: Likewise.
216 * locale/locale.h: Likewise.
217 * login/utmp.h: Likewise.
218 * malloc/arena.c: Likewise.
219 * malloc/malloc.c: Likewise.
220 * malloc/malloc.h: Likewise.
221 * malloc/mcheck.c: Likewise.
222 * malloc/mtrace.c: Likewise.
223 * math/bits/mathcalls.h: Likewise.
224 * math/fenv.h: Likewise.
225 * math/math_private.h: Likewise.
226 * misc/bits/error.h: Likewise.
227 * misc/bits/syslog.h: Likewise.
228 * misc/err.h: Likewise.
229 * misc/error.h: Likewise.
230 * misc/fstab.h: Likewise.
231 * misc/mntent.h: Likewise.
232 * misc/regexp.h: Likewise.
233 * misc/search.h: Likewise.
234 * misc/sgtty.h: Likewise.
235 * misc/sys/mman.h: Likewise.
236 * misc/sys/syslog.h: Likewise.
237 * misc/sys/uio.h: Likewise.
238 * misc/sys/xattr.h: Likewise.
239 * misc/ttyent.h: Likewise.
240 * nis/rpcsvc/ypclnt.h: Likewise.
241 * nss/nss.h: Likewise.
242 * posix/bits/unistd.h: Likewise.
243 * posix/fnmatch.h: Likewise.
244 * posix/glob.h: Likewise.
245 * posix/sched.h: Likewise.
246 * posix/spawn.h: Likewise.
247 * posix/sys/wait.h: Likewise.
248 * posix/unistd.h: Likewise.
249 * posix/wordexp.h: Likewise.
250 * pwd/pwd.h: Likewise.
251 * resolv/netdb.h: Likewise.
252 * resource/sys/resource.h: Likewise.
253 * rt/aio.h: Likewise.
254 * rt/bits/mqueue2.h: Likewise.
255 * rt/mqueue.h: Likewise.
256 * shadow/shadow.h: Likewise.
257 * signal/signal.h: Likewise.
258 * socket/send.c: Likewise.
259 * socket/sendto.c: Likewise.
260 * socket/sys/socket.h: Likewise.
261 * stdio-common/printf.h: Likewise.
262 * stdlib/bits/stdlib.h: Likewise.
263 * stdlib/fmtmsg.h: Likewise.
264 * stdlib/monetary.h: Likewise.
265 * stdlib/stdlib.h: Likewise.
266 * stdlib/ucontext.h: Likewise.
267 * streams/stropts.h: Likewise.
268 * string/argz.h: Likewise.
269 * string/bits/string2.h: Likewise.
270 * string/string.h: Likewise.
271 * string/strings.h: Likewise.
272 * sunrpc/rpc/auth.h: Likewise.
273 * sunrpc/rpc/auth_des.h: Likewise.
274 * sunrpc/rpc/clnt.h: Likewise.
275 * sunrpc/rpc/netdb.h: Likewise.
276 * sunrpc/rpc/pmap_clnt.h: Likewise.
277 * sunrpc/rpc/xdr.h: Likewise.
278 * sysdeps/generic/inttypes.h: Likewise.
279 * sysdeps/generic/net/if.h: Likewise.
280 * sysdeps/generic/sys/swap.h: Likewise.
281 * sysdeps/gnu/net/if.h: Likewise.
282 * sysdeps/gnu/utmpx.h: Likewise.
283 * sysdeps/i386/fpu/bits/fenv.h: Likewise.
284 * sysdeps/i386/i486/bits/string.h: Likewise.
285 * sysdeps/ieee754/ldbl-opt/nldbl-strtold_l.c: Likewise.
286 * sysdeps/s390/bits/string.h: Likewise.
287 * sysdeps/s390/fpu/bits/fenv.h: Likewise.
288 * sysdeps/sparc/fpu/bits/fenv.h: Likewise.
289 * sysdeps/sparc/fpu/bits/mathinline.h: Likewise.
290 * sysdeps/unix/sysv/linux/bits/resource.h: Likewise.
291 * sysdeps/unix/sysv/linux/bits/sched.h: Likewise.
292 * sysdeps/unix/sysv/linux/bits/sigset.h: Likewise.
293 * sysdeps/unix/sysv/linux/bits/socket.h: Likewise.
294 * sysdeps/unix/sysv/linux/bits/sys_errlist.h: Likewise.
295 * sysdeps/unix/sysv/linux/bits/uio.h: Likewise.
296 * sysdeps/unix/sysv/linux/i386/glob64.c: Likewise.
297 * sysdeps/unix/sysv/linux/i386/olddirent.h: Likewise.
298 * sysdeps/unix/sysv/linux/preadv.c: Likewise.
299 * sysdeps/unix/sysv/linux/prlimit.c: Likewise.
300 * sysdeps/unix/sysv/linux/pwritev.c: Likewise.
301 * sysdeps/unix/sysv/linux/readv.c: Likewise.
302 * sysdeps/unix/sysv/linux/s390/s390-32/utmp-convert.h: Likewise.
303 * sysdeps/unix/sysv/linux/s390/s390-32/utmpx32.h: Likewise.
304 * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
305 * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c: Likewise.
306 * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c: Likewise.
307 * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Likewise.
308 * sysdeps/unix/sysv/linux/sparc/sys/timerfd.h: Likewise.
309 * sysdeps/unix/sysv/linux/sys/acct.h: Likewise.
310 * sysdeps/unix/sysv/linux/sys/epoll.h: Likewise.
311 * sysdeps/unix/sysv/linux/sys/mount.h: Likewise.
312 * sysdeps/unix/sysv/linux/sys/swap.h: Likewise.
313 * sysdeps/unix/sysv/linux/sys/timerfd.h: Likewise.
314 * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
315 * sysdeps/x86_64/fpu/bits/fenv.h: Likewise.
316 * sysdeps/x86_64/strcasecmp_l-nonascii.c: Likewise.
317 * sysdeps/x86_64/strncase_l-nonascii.c: Likewise.
318 * sysvipc/sys/ipc.h: Likewise.
319 * sysvipc/sys/msg.h: Likewise.
320 * sysvipc/sys/sem.h: Likewise.
321 * sysvipc/sys/shm.h: Likewise.
322 * termios/termios.h: Likewise.
323 * time/sys/time.h: Likewise.
324 * time/time.h: Likewise.
325 * wcsmbs/bits/wchar2.h: Likewise.
326 * wcsmbs/uchar.h: Likewise.
327 * wcsmbs/wchar.h: Likewise.
328 * wctype/wctype.h: Likewise.
329
0269750c
UD
330 [BZ #13551]
331 * Makeconfig: Remove all but ELF support including AIX support.
332 * Makerules: Likewise.
333 * config.h.in: Likewise.
334 * config.make.in: Likewise.
335 * configure: Likewise.
336 * configure.in: Likewise.
337 * csu/Makefile: Likewise.
338 * csu/version.c: Likewise.
339 * debug/Makefile: Likewise.
340 * dlfcn/Makefile: Likewise.
341 * elf/Makefile: Likewise.
342 * extra-lib.mk: Likewise.
343 * iconv/Makefile: Likewise.
344 * include/libc-symbols.h: Likewise.
345 * include/shlib-compat.h: Likewise.
346 * resolv/Makefile: Likewise.
347 * resolv/res_libc.c: Likewise.
348 * rt/Makefile: Likewise.
349 * sysdeps/i386/asm-syntax.h: Likewise.
350 * sysdeps/i386/sysdep.h: Likewise.
351 * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Likewise.
352 * sysdeps/mach/sysdep.h: Likewise.
353 * sysdeps/powerpc/powerpc32/Makefile: Likewise.
354 * sysdeps/powerpc/powerpc64/Makefile: Likewise.
355 * sysdeps/s390/asm-syntax.h: Likewise.
356 * sysdeps/s390/s390-32/sysdep.h: Likewise.
357 * sysdeps/s390/s390-64/sysdep.h: Likewise.
358 * sysdeps/sh/sysdep.h: Likewise.
359 * sysdeps/unix/sparc/sysdep.h: Likewise.
360 * sysdeps/wordsize-32/divdi3.c: Likewise.
361 * sysdeps/x86_64/sysdep.h: Likewise.
362
00bbd29b
UD
363 * argp/Versions: Remove _argp_unlock_xxx.
364
365 [BZ #13559]
366 * abilist/ld.abilist: Update. Adjust for removal of tls option.
367 * abilist/libBrokenLocale.abilist: Likewise.
368 * abilist/libanl.abilist: Likewise.
369 * abilist/libc.abilist: Likewise.
370 * abilist/libcrypt.abilist: Likewise.
371 * abilist/libdl.abilist: Likewise.
372 * abilist/libm.abilist: Likewise.
373 * abilist/libnsl.abilist: Likewise.
374 * abilist/libpthread.abilist: Likewise.
375 * abilist/libresolv.abilist: Likewise.
376 * abilist/librt.abilist: Likewise.
377 * abilist/libthread_db.abilist: Likewise.
378 * abilist/libutil.abilist: Likewise.
379 * abilist/libnss_db.abilist: New file.
380
381 * scripts/abilist.awk: Add support for indirect functions.
382
a2693a0e
UD
383 * sysdeps/unix/sysv/linux/configure.in: Remove m68k support.
384
3f05895f
UD
385 * sysdeps/generic/ldsodefs.h: Remove Alpha support.
386
ecb6fb48
UD
387 * shlib-versions: Remove entries for ports architectures.
388
664f8cb9
UD
389 * elf/tls-macros.h: Remove support for Alpha and IA-64. Should be in
390 files in ports.
391 * elf/stackguard-macros.h: Remove support for IA-64.
392 * elf/tst-auditmod1.c: Likewise.
393 * sysdeps/generic/ldsodefs.h: Likewise.
394
7ae81d88
UD
395 * sysdeps/unix/sysv/linux/configure.in: Ports should define
396 libc_cv_gcc_unwind_find_fde and arch_minimum_kernel in their
397 configure files.
398
bdeba135
UD
399 [BZ #13552]
400 * configure.in: Remove --enable-omitfp support.
401 * FAQ.in: Adjust.
402 * config.make.in: Likewise.
403 * Makeconfig: Likewise.
404 * manual/install.texi: Likewise.
405
d75a0a62
UD
406 In case anyone cares, the IA-64 architecture could move to ports.
407 * sysdeps/ia64/*: Removed.
408 * sysdeps/unix/sysv/linux/ia64/*: Removed.
b13b9885 409 * sysdeps/unix/sysv/linux/kernel-features.h: Remove IA-64 support.
d75a0a62 410
dcc9756b
UD
411 [BZ #13555]
412 * configure.in: Remove entries for unsupported architectures.
413
d3761ebc 414 [BZ #13533]
9954432e
UD
415 * iconv/gconv_builtin.h: Use CHAR16 for the char16_t conversions.
416 * iconv/gconv_simple.c: Rename char16_t routines. Add char16_t<->utf8
417 routines.
418 * iconv/gconv_int.h: Adjust prototypes for char16_t routines.
419 * iconv/iconv_prog.c: Recognize CHAR16 as internal name.
420 * wcsmbs/c16rtomb.c: Fix a few problems. Disable all the code and
421 fall back to using wcrtomb.
422 * wcsmbs/mbrtoc16.: Fix implementation to handle real conversions.
423 * wcsmbs/wcsmbsload.c: Make char16 routines optional. Adjust for
424 renaming.
425 * wcsmbs/Makefile (tests): Add tst-c16c32-1:
426 * wcsmbs/tst-c16c32-1.c: New file.
427
428 * wcsmbs/wcrtomb.c: Use MB_LEN_MAX instead of MB_CUR_MAX for sizing
429 local variable.
430
c3a87236
UD
431 * libio/stdio.h: Do not declare gets at all for _GNU_SOURCE.
432
28926a1b
UD
433 * elf/tst-unique3.cc: Add explicit declaration of gets.
434 * elf/tst-unique3lib.cc: Likewise.
435 * elf/tst-unique3lib2.cc: Likewise.
436 * elf/tst-unique4.cc: Likewise.
437
df78418a
UD
438 * string/test-strcpy.c (do_one_test): Fix format string for WIDE use.
439
8ecd6b2a
JM
4402012-01-06 Joseph Myers <joseph@codesourcery.com>
441
442 [BZ #13566]
443 * assert/assert.h (static_assert): Don't define for C++.
444 * libio/stdio.h (gets): Do declare for C++ <= C++11.
445 * wcsmbs/uchar.h (char16_t, char32_t): Don't typedef for C++11.
446
9f115170
UD
4472012-01-03 Ulrich Drepper <drepper@gmail.com>
448
5e0d0300
UD
449 * iconv/loop.c (single loop): Fix assertion in storing of
450 remaining bytes.
451
9f115170
UD
452 * posix/regcomp.c (init_word_char): Optimize a bit for sane encodings.
453
81fb02b0
UD
4542012-01-01 Ulrich Drepper <drepper@gmail.com>
455
456 * posix/getconf.c: Update copyright year.
457 * nss/getent.c: Likewise.
a316c1f6 458 * nss/makedb.c: Likewise.
81fb02b0
UD
459 * iconv/iconvconfig.c: Likewise.
460 * iconv/iconv_prog.c: Likewise.
461 * elf/ldconfig.c: Likewise.
a316c1f6
UD
462 * elf/pldd.c: Likewise.
463 * elf/sotruss.ksh: Likewise.
81fb02b0
UD
464 * catgets/gencat.c: Likewise.
465 * csu/version.c: Likewise.
466 * elf/ldd.bash.in: Likewise.
467 * elf/sprof.c (print_version): Likewise.
468 * locale/programs/locale.c: Likewise.
469 * locale/programs/localedef.c: Likewise.
a316c1f6 470 * login/programs/pt_chown.c: Likewise.
81fb02b0
UD
471 * nscd/nscd.c (print_version): Likewise.
472 * debug/xtrace.sh: Likewise.
473 * malloc/memusage.sh: Likewise.
474 * malloc/mtrace.pl: Likewise.
475 * debug/catchsegv.sh: Likewise.
476
2ba92745
JJ
4772011-12-30 Jakub Jelinek <jakub@redhat.com>
478
479 * posix/regex_internal.c (re_string_fetch_byte_case): Remove
480 pure attribute.
481
dadebdae
UD
4822011-12-24 Ulrich Drepper <drepper@gmail.com>
483
d3761ebc 484 [BZ #13533]
db6af3eb
UD
485 * iconv/gconv_simple.c: Add ASCII<->UTF-16 transformations.
486 * iconv/gconv_builtin.h: Add entries for internal ASCII<->UTF-16
487 transformations.
488 * iconv/gconv_int.h: Likewise.
489 * wcsmbs/Makefile (routines): Add mbrtoc16 and c16rtomb.
490 * wcsmbs/Versions: Export mbrtoc16, c16rtomb, mbrtoc32, c32rtomb
491 from libc for GLIBC_2.16.
492 * wcsmbs/mbrtowc.c: Define mbrtoc32 alias.
493 * wcsmbs/wcrtomb.c: Define c32rtomb alias.
494 * wcsmbs/uchar.h: Really define mbstate_t.
495 * wcsmbs/wchar.h: Allow defining mbstate_t in uchar.h.
496 * wcsmbs/c16rtomb.c: New file.
497 * wcsmbs/mbrtoc16.c: New file.
498 * wcsmbs/wcsmbsload.c: Add static definitions for c16 conversions
499 for C/POSIX locale.
500 (__wcsmbs_load_conv): Do not fill in c16 routines yet.
501 * wcsmbs/wcsmbsload.h (gconv_fcts): Add entries for c16 routines.
502
dadebdae
UD
503 * wcsmbs/wchar.h: Add missing __restrict.
504
67371b56
UD
5052011-12-23 Ulrich Drepper <drepper@gmail.com>
506
74033a25
UD
507 [BZ #13532]
508 * time/Makefile (routines): Add timespec_get.
509 * time/Versions: Export timespec_get from libc for GLIBC_2.16.
510 * time/time.h: Define TIME_UTC and declare timespec_get. Define
511 timespec for ISO C11.
512 * time/timespec_get.c: New file.
513 * sysdeps/unix/sysv/linux/timespec_get.c: New file.
514 * sysdeps/unix/sysv/linux/x86_64/timespec_get.c: New file.
515
380d7e87
UD
516 [BZ #13531]
517 * malloc/malloc.c: Define alias aligned_alloc for public_mEMALIGn.
518 * stdlib/stdlib.h: Declare aligned_alloc.
519 * Versions.def: Add GLIBC_2.16 for libc.
520 * malloc/Versions: Export aligned_alloc from libc for GLIBC_2.16.
521
4e9e7a35
UD
522 [BZ 13527]
523 * stdlib/stdlib.h: Make at_quick_exit and quick_exit available for
524 ISO C11.
525
380d7e87 526 * include/features.h: Define __USE_ISOCXX11 when compiling ISO C++11
8fd8ff3b
UD
527 code.
528
03a71829
UD
529 [BZ #13528]
530 * libio/stdio.h: Do not declare gets for ISO C11 and _GNU_SOURCE.
531
839e283e
UD
532 [BZ #13529]
533 * assert/assert.h (static_assert): Define.
534
ce5294e2 535 * version.h: Update for 2.16 development version.
90fa7312 536
8d44e150 537 [BZ #13526]
d7809905
UD
538 * include/features.h: Handle __STDC_VERSION__ >= 201112 and
539 _ISOC11_SOURCE.
540
c0da14cd
UD
541 * version.h (RELEASE): Bump for 2.15 release.
542 * include/features.h (__GLIBC_MINOR__): Bump to 15.
543
530a3249
MP
544 * sysdeps/x86_64/dl-machine.h: Fix typos in comments.
545 Patch by Marek Polacek <mpolacek@redhat.com>.
546
67371b56
UD
547 * bits/byteswap.h: Protect long long constants with __extension__.
548 * sysdeps/i386/bits/byteswap.h: Likewise.
549 * sysdeps/ia64/bits/byteswap.h: Likewise.
550 * sysdeps/s390/bits/byteswap.h: Likewise.
551 * sysdeps/x86_64/bits/byteswap.h: Likewise.
552
15db4de1
LD
5532011-12-23 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
554
555 [BZ #13540]
bbe315ea
LD
556 * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Fix overrun in
557 destination buffer.
15db4de1
LD
558 * sysdeps/x86_64/multiarch/wcscpy-ssse3.S: Likewise.
559
2b2596b1
MP
5602011-12-23 Marek Polacek <polacek@redhat.com>
561
562 * elf/dl-addr.c (determine_info): Add inline keyword.
563 * elf/tst-auditmod4b.c (check_avx): Likewise.
564 * elf/tst-auditmod6b.c (check_avx): Likewise.
565 * elf/tst-auditmod6c.c (check_avx): Likewise.
566 * elf/tst-auditmod7b.c (check_avx): Likewise.
567
70c6c246
UD
5682011-12-23 Ulrich Drepper <drepper@gmail.com>
569
570 * sysdeps/i386/fpu/bits/fenv.h (feraiseexcept): Also enable for
571 !__SSE_MATH__.
572
c044cf14
LD
5732011-12-23 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
574
15db4de1 575 [BZ #13540]
c044cf14
LD
576 * sysdeps/i386/i686/multiarch/wcscpy-ssse3.S: Fix wrong copying
577 processing for last bytes.
578
6b13d9d9
BH
5792011-08-06 Bruno Haible <bruno@clisp.org>
580
d455f537
BH
581 [BZ #13061]
582 * iconvdata/cp1258.c (comp_table_data): Combine U+00A8 U+0301 to
583 U+0385, not to U+1FEE.
584
6b13d9d9
BH
585 [BZ #13062]
586 * iconvdata/tcvn5712-1.c (comp_table_data): Remove useless and wrong
587 entry for U+00A5 U+0301.
588
db910efd
UD
5892011-12-22 Ulrich Drepper <drepper@gmail.com>
590
27deeafc
UD
591 [BZ #13166]
592 * inet/getnameinfo.c (getnameinfo): Return EAI_OVERFLOW if the
593 buffer for the output is too small.
594
aed9d171
UD
595 * sysdeps/i386/fpu/bits/fenv.h [__SSE_MATH__]: Add feraiseexcept
596 optimization.
597
db910efd
UD
598 [BZ #13185]
599 * sysdeps/i386/fpu/fgetexcptflg.c (__fegetexceptflag): Also return
600 SSE flags if possible.
601
2bd779ae
LD
6022011-12-22 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
603
e7f9dac3 604 [BZ #13540]
2bd779ae
LD
605 * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Fix wrong copying
606 processing for last bytes.
607
154bfc16
JM
6082011-12-22 Joseph Myers <joseph@codesourcery.com>
609
610 * sysdeps/unix/sysv/linux/Makefile (syscall-list-variants)
611 (syscall-list-default-options, syscall-list-default-condition)
612 (syscall-list-includes): Define.
613 ($(objpfx)syscall-%.h $(objpfx)syscall-%.d): Support arbitrary
614 list of ABIs and options and #if conditions for each ABI. Do not
615 handle common syscalls between ABIs specially.
616 * sysdeps/unix/sysv/linux/powerpc/Makefile (64bit-predefine):
617 Remove.
618 (syscall-list-variants, syscall-list-32bit-options)
619 (syscall-list-32bit-condition, syscall-list-64bit-options)
620 (syscall-list-64bit-condition): Define.
621 * sysdeps/unix/sysv/linux/s390/Makefile (64bit-predefine): Remove.
622 (syscall-list-variants, syscall-list-32bit-options)
623 (syscall-list-32bit-condition, syscall-list-64bit-options)
624 (syscall-list-64bit-condition): Define.
625 * sysdeps/unix/sysv/linux/sparc/Makefile (64bit-predefine):
626 Remove.
627 (syscall-list-variants, syscall-list-32bit-options)
628 (syscall-list-32bit-condition, syscall-list-64bit-options)
629 (syscall-list-64bit-condition): Define.
630 * sysdeps/unix/sysv/linux/x86_64/Makefile (64bit-predefine):
631 Remove.
632 (syscall-list-variants, syscall-list-32bit-options)
633 (syscall-list-32bit-condition, syscall-list-64bit-options)
634 (syscall-list-64bit-condition): Define.
635
21eaf3a5
UD
6362011-12-22 Ulrich Drepper <drepper@gmail.com>
637
16c6f992
UD
638 * locale/iso-639.def: Add brx entry.
639
41043168
UD
640 [BZ #13328]
641 * malloc/mtrace.c (tr_freehook): Avoid unnecessary unlock/lock.
642 Proposed by Mariusz_Cukr <marcukr@op.pl>.
643
21eaf3a5
UD
644 * sysdeps/x86_64/fpu/bits/fenv.h: Use __REDIRECT_NTH for
645 __feraiseexcept_renamed.
646
e3a851a2
UD
6472011-12-21 Ulrich Drepper <drepper@gmail.com>
648
4920765e
UD
649 [BZ #13538]
650 * sysdeps/unix/sysv/linux/sys/epoll.h: Initialize EPOLLONESHOT and
651 EPOLLET with unsigned values.
652 * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
653 * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Likewise.
654
e3a851a2
UD
655 * math/s_cacosh.c: Use Kahan's formula if the subtraction could lead
656 to large cancellation.
657 * math/s_cacoshf.c: Likewise.
658 * math/s_cacoshl.c: Likewise.
659
b27e24b8
RK
6602011-11-18 Richard B. Kreckel <kreckel@ginac.de>
661
662 [BZ #13305]
aebefeee 663 [BZ #12786]
b27e24b8
RK
664 * math/s_cacosh.c: Fix rare miscomputation in cacosh().
665 * math/s_cacoshf.c: Likewise.
666 * math/s_cacoshl.c: Likewise.
667
ee190f67
UD
6682011-12-21 Ulrich Drepper <drepper@gmail.com>
669
670 [BZ #13439]
671 * iconv/gconv.h: Define __GCONV_SWAP.
672 * iconvdata/unicode.c: The swap bit must be stored in __flags.
673 * iconvdata/utf-16.c: Likewise.
674 * iconvdata/utf-32.c: Likewise.
675
707f25df
AS
6762011-12-21 Andreas Schwab <schwab@linux-m68k.org>
677
678 [BZ #13524]
679 * stdlib/strtod_l.c (____STRTOF_INTERNAL): Clear lowest limb of
680 numerator after shifting it by one limb.
681
d2daaa1e
RÁE
6822011-12-19 Rafael Ávila de Espíndola <rafael.espindola@gmail.com>
683
684 * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Define it only
685 under [__USE_EXTERN_INLINES].
686
a4647e72
UD
6872011-12-17 Ulrich Drepper <drepper@gmail.com>
688
689 [BZ #13446]
690 * stdio-common/vfprintf.c (vfprintf): Fix extension of specs array.
691
f0b264f1
AZ
6922011-11-22 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
693
694 * sysdeps/powerpc/Makefile: Added locale-defines.sym generation.
695 * sysdeps/powerpc/locale-defines.sym: Locale definitions for strcasecmp
696 optimized code.
697 * sysdeps/powerpc/powerpc32/power7/Makefile: New file.
698 * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: New file.
699 * sysdeps/powerpc/powerpc32/power7/strcasecmp_l.S: New file.
700 * sysdeps/powerpc/powerpc64/power7/Makefile: Added unroll-loop option
701 for strncasecmp/strncasecmp_l compilation.
702 * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: New file.
703 * sysdeps/powerpc/powerpc64/power7/strcasecmp_l.S: New file.
704
8ef4f244
MP
7052011-12-08 Marek Polacek <mpolacek@redhat.com>
706
707 [BZ #13484]
708 * math/bits/math-finite.h: Use __REDIRECT_NTH and __NTH instead
709 of __asm__.
710
97ac2654
UD
7112011-12-17 Ulrich Drepper <drepper@gmail.com>
712
713 [BZ #13506]
714 * time/tzfile.c (__tzfile_read): Check values from file header.
715
91d2a845
WS
7162011-11-21 Will Schmidt <will_schmidt@vnet.ibm.com>
717
718 * powerpc/powerpc32/sysdep.h: Define SETUP_GOT_ACCESS() macro.
719 * powerpc/powerpc32/a2/memcpy.S: Use SETUP_GOT_ACCESS() macro.
720 * powerpc/powerpc32/dl-start.S: Likewise.
721 * powerpc/powerpc32/elf/start.S: Likewise.
722 * powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
723 * powerpc/powerpc32/fpu/s_ceil.S: Likewise.
724 * powerpc/powerpc32/fpu/s_ceilf.S: Likewise.
725 * powerpc/powerpc32/fpu/s_floor.S: Likewise.
726 * powerpc/powerpc32/fpu/s_floorf.S: Likewise.
727 * powerpc/powerpc32/fpu/s_lround.S: Likewise.
728 * powerpc/powerpc32/fpu/s_rint.S: Likewise.
729 * powerpc/powerpc32/fpu/s_rintf.S: Likewise.
730 * powerpc/powerpc32/fpu/s_round.S: Likewise.
731 * powerpc/powerpc32/fpu/s_roundf.S: Likewise.
732 * powerpc/powerpc32/fpu/s_trunc.S: Likewise.
733 * powerpc/powerpc32/fpu/s_truncf.S: Likewise.
734 * powerpc/powerpc32/fpu/setjmp-common.S: Likewise.
735 * powerpc/powerpc32/memset.S: Likewise.
736 * powerpc/powerpc32/power4/fpu/s_llround.S: Likewise.
737 * powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
738 * powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
739 * powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
740 * powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
741 * powerpc/powerpc32/power7/fpu/s_finite.S: Likewise.
742 * powerpc/powerpc32/power7/fpu/s_isinf.S: Likewise.
743 * powerpc/powerpc32/power7/fpu/s_isnan.S: Likewise.
744 * unix/sysv/linux/powerpc/powerpc32/____longjmp_chk.S: Likewise.
745 * unix/sysv/linux/powerpc/powerpc32/brk.S: Likewise.
746 * unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Likewise.
747 * unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Likewise.
748 * unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Likewise.
749
a1267ba1
AZ
7502011-11-18 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
751
752 * math/libm-test.inc: Added more nearbyint tests.
753 * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S: New file.
754 * sysdeps/powerpc/powerpc32/fpu/s_nearbyintf.S: New file.
755 * sysdeps/powerpc/powerpc64/fpu/s_nearbyint.S: New file.
756 * sysdeps/powerpc/powerpc64/fpu/s_nearbyintf.S: New file.
757
ad8ac1bd
RL
7582011-11-21 Ross Lagerwall <rosslagerwall@gmail.com>
759
760 * resolv/res_init.c (__res_vinit): Open /etc/resolv.conf with
761 FD_CLOEXEC.
762
1d3e4b61
UD
7632011-11-14 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
764
765 * sysdeps/x86_64/multiarch/Makefile [subdir=wcsmbs] (sysdep_routines):
766 Add wcscpy-ssse3 wcscpy-c.
767 * sysdeps/x86_64/multiarch/wcscpy-ssse3.S: New file.
768 * sysdeps/x86_64/multiarch/wcscpy-c.c: New file.
769 * sysdeps/x86_64/multiarch/wcscpy.S: New file.
770 * sysdeps/x86_64/wcschr.S: New file.
771 * sysdeps/x86_64/wcsrchr.S: New file.
772 * string/test-strcmp.c: Remove checking of wcscmp function for
773 wrong alignments.
774 * sysdeps/i386/i686/multiarch/Makefile [subdir=wcsmbs]
775 (sysdep_routines): Add wcscpy-ssse3 wcscpy-c wcschr-sse2 wcschr-c
776 wcsrchr-sse2 wcsrchr-c.
777 * sysdeps/i386/i686/multiarch/wcschr.S: New file.
778 * sysdeps/i386/i686/multiarch/wcschr-c.c: New file.
779 * sysdeps/i386/i686/multiarch/wcschr-sse2.S: New file.
780 * sysdeps/i386/i686/multiarch/wcsrchr.S: New file.
781 * sysdeps/i386/i686/multiarch/wcsrchr-c.c: New file.
782 * sysdeps/i386/i686/multiarch/wcsrchr-sse2.S: New file.
783 * sysdeps/i386/i686/multiarch/wcscpy.S: New file.
784 * sysdeps/i386/i686/multiarch/wcscpy-c.c: New file.
785 * sysdeps/i386/i686/multiarch/wcscpy-ssse3.S: New file.
786 * wcsmbc/wcschr.c (WCSCHR): New macro.
787
5b330a2d
UD
7882011-11-17 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
789
790 * wcsmbs/Makefile (strop-tests): Add wcsrchr wcscpy.
791 * wcsmbs/test-wcsrchr.c: New file.
792 * string/test-strrchr.c: Add wcsrchr support.
793 (WIDE): New macro.
794 * wcsmbs/test-wcscpy.c: New file.
795 * string/test-strcpy.c: Add wcscpy support.
796 (WIDE): New macro.
26428b7c 797
f039c043
UD
7982011-12-10 Ulrich Drepper <drepper@gmail.com>
799
800 * sysdeps/generic/dl-hash.h (_dl_elf_hash): Lift one operation out of
801 the inner loop.
802
850fb039
AS
8032011-12-06 Andreas Schwab <schwab@linux-m68k.org>
804
805 [BZ #13472]
806 * sysdeps/powerpc/fpu/e_hypot.c (twoM600): Correct value.
807
4efbd5cb
UD
8082011-12-04 Ulrich Drepper <drepper@gmail.com>
809
52ff5dd0 810 * sysdeps/generic/dl-hash.h (_dl_elf_hash): Fix attribute.
52ad36a2 811 Minor optimizations.
52ff5dd0 812
4efbd5cb
UD
813 * sunrpc/clnt_unix.c (clntunix_control): Fix aliasing issues.
814 * sunrpc/clnt_tcp.c (clnttcp_control): Likewise.
815 * sunrpc/clnt_udp.c (clntudp_call): Likewise.
816
8a426e12
UD
8172011-12-03 Ulrich Drepper <drepper@gmail.com>
818
aff2453d
UD
819 * inet/netinet/in.h: Provide versions of IN6_IS_ADDR_UNSPECIFIED,
820 IN6_IS_ADDR_LOOPBACK, IN6_IS_ADDR_LINKLOCAL, IN6_IS_ADDR_SITELOCAL,
821 IN6_IS_ADDR_V4MAPPED, IN6_IS_ADDR_V4COMPAT, and IN6_ARE_ADDR_EQUAL
822 for gcc to avoid warnings.
823 * inet/Makefile (tests): Add tst-checks.
824 * inet/tst-checks.c: New file.
825
826 * sysdeps/generic/dl-hash.h (_dl_elf_hash): Add attribute to avoid
827 warning.
828
829 * sysdeps/x86_64/multiarch/wmemcmp-c.c: Provide prototype for
830 __wmemcmp_sse2.
831
832 * sysdeps/x86_64/fpu/s_scalbln.c: Removed.
833 * sysdeps/x86_64/fpu/s_scalbn.c: Removed.
834
8a426e12
UD
835 * malloc/mcheck.h: Fix use of incorrect encoding in comment.
836
9bea3473
UD
8372011-12-02 Ulrich Drepper <drepper@gmail.com>
838
3a965496
UD
839 * nis/nis_findserv.c (__nis_findfastest_with_timeout): Avoid aliasing
840 problem.
841
9bea3473
UD
842 * nscd/aicache.c (addhstaiX): Avoid unused variable warning.
843
f101631b
UD
8442011-11-29 Joseph Myers <joseph@codesourcery.com>
845
846 * sysdeps/unix/sysv/linux/sh/bits/atomic.h (rNOSP): Define
847 conditional on GCC version.
848 (__arch_compare_and_exchange_val_8_acq)
849 (__arch_compare_and_exchange_val_16_acq)
850 (__arch_compare_and_exchange_val_32_acq, atomic_exchange_and_add)
851 (atomic_add, atomic_add_negative, atomic_add_zero, atomic_bit_set)
852 (atomic_bit_test_set): Use rNOSP instead of "r" constraints.
853
a98275aa
UD
8542011-12-02 Joseph Myers <joseph@codesourcery.com>
855
856 * sysdeps/sh/backtrace.c: New file.
857
d4cc29a2
AS
8582011-12-02 Andreas Schwab <schwab@redhat.com>
859
860 * misc/bits/select2.h (__FD_ELT): Mark as extension. Add
861 parenthesis.
862
6257af2d
AS
8632011-12-01 Andreas Schwab <schwab@redhat.com>
864
865 * sysdeps/unix/sysv/linux/futimes.c: Truncate time values when
866 falling back to utime.
867
b5f44c1a
AS
8682011-11-30 Andreas Schwab <schwab@redhat.com>
869
870 * sysdeps/s390/fpu/libm-test-ulps: Relax cpow (2 + 3 i, 4 + 0 i)
871 expectations for float.
872
f3a6cc0a
AS
8732011-11-29 Andreas Schwab <schwab@redhat.com>
874
875 * locale/weight.h (findidx): Add parameter len.
876 * locale/weightwc.h (findidx): Likewise.
877 * posix/fnmatch_loop.c (FCT): Adjust caller.
878 * posix/regcomp.c (build_equiv_class): Likewise.
879 * posix/regex_internal.h (re_string_elem_size_at): Likewise.
880 * posix/regexec.c (check_node_accept_bytes): Likewise.
881 * string/strcoll_l.c (STRCOLL): Likewise.
882 * string/strxfrm_l.c (STRXFRM): Likewise.
883
9d65ea3a
UD
8842011-11-17 Ulrich Drepper <drepper@gmail.com>
885
886 * Makefile.in: Remove CVSOPT handling.
887 * configure.in: Remove use of AC_REVISION.
888 * iconvdata/Makefile (distribute): No need to filter out CVS.
889 * scripts/list-sources.sh: Remove CVS, subversion and monotone
890 handling.
891
5583a086
AS
8922011-11-16 Andreas Schwab <schwab@redhat.com>
893
894 * sysdeps/i386/i686/multiarch/strcmp-ssse3.S
895 [USE_AS_STRCASECMP_L]: Fix argument offsets for non-PIC.
896 [USE_AS_STRNCASECMP_L]: Likewise.
897 (__strcasecmp_ssse3, __strncasecmp_ssse3): Handle
898 NO_TLS_DIRECT_SEG_REFS.
899 * sysdeps/i386/i686/multiarch/strcmp-sse4.S [USE_AS_STRCASECMP_L]:
900 Fix argument offsets for non-PIC.
901 [USE_AS_STRNCASECMP_L]: Likewise.
902 (__strcasecmp_sse4_2, __strncasecmp_sse4_2): Handle
903 NO_TLS_DIRECT_SEG_REFS.
904
d62a8200
UD
9052011-11-15 Ulrich Drepper <drepper@gmail.com>
906
9d65ea3a 907 * locale/loadarchive.c (_nl_load_locale_from_archive): Open files with
d62a8200
UD
908 O_CLOEXEC.
909 * locale/loadlocale.c (_nl_load_locale): Likewise.
910
09f93bd3
AS
9112011-11-15 Andreas Schwab <schwab@redhat.com>
912
446514f9
AS
913 * sysdeps/unix/sysv/linux/clock_gettime.c (SYSDEP_GETTIME_CPU)
914 [__ASSUME_POSIX_CPU_TIMERS > 0]: Assign to retval and break.
915 * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c
916 (SYSCALL_GETTIME): Set errno on error.
917
09f93bd3
AS
918 * sysdeps/unix/sysv/linux/check_pf.c (make_request): Properly
919 count references to noai6ai_cached.
920
312be3f9
UD
9212011-11-15 Ulrich Drepper <drepper@gmail.com>
922
923 * time/getdate.c (__getdate_r): Set FD_CLOEXEC for given file.
924
925 * sysdeps/unix/sysv/linux/readonly-area.c (__readonly_area): Set
926 FD_CLOEXEC for /proc/self/maps.
927
928 * sysdeps/unix/sysv/linux/getsysstats.c (phys_pages_info): Set
929 FD_CLOEXEC for /proc/meminfo.
930
931 * sysdeps/posix/getaddrinfo.c (gaiconf_init): Set FD_CLOEXEC for
932 gai.conf.
933
934 * resolv/res_query.c (res_hostalias): Don't allow cancellation and set
935 FD_CLOEXEC for given file.
936
937 * resolv/res_hconf.c (do_init): Set FD_CLOEXEC for host.conf.
938
939 * resolv/gethnamaddr.c (_sethtent): Don't allow cancellation and set
940 FD_CLOEXEC for /etc/hosts.
941 (_gethtent): Likewise.
942
943 * nss/nsswitch.c (nss_parse_file): Set FD_CLOEXEC.
944
945 * nss/nss_files/files-netgrp.c (_nss_files_setnetgrent): Don't allow
946 cancellation and set FD_CLOEXEC for /etc/netgroup.
947
948 * nss/nss_files/files-key.c (search): Don't allow cancellation when
949 reading /etc/publickey.
950
951 * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Don't
952 allow cancellation when reading /etc/group.
953
954 * nss/nss_files/files-alias.c (internal_setent): Don't allow
955 cancellation.
956 (get_next_alias): Likewise for included file. Also set FD_CLOEXEC.
957
958 * nss/nss_files/files-XXX.c (internal_setent): Don't allow cancellation
959 when using data file.
960
961 * nis/nss-default.c (init): Set FD_CLOEXEC for /etc/default/nss.
962
963 * nis/nis_file.c (read_nis_obj): Set FD_CLOEXEC.
964 (write_nis_obj): Use "c" and "e" in fopen.
965
966 * misc/mntent_r.c (__setmntent): Also append e to fopen format.
967
968 * misc/getusershell.c (initshells): Set FD_CLOEXEC for /etc/shells.
969
970 * misc/getttyent.c (setttyent): Set FD_CLOEXEC.
971
972 * misc/getpass.c (getpass): Set FD_CLOEXEC for /dev/tty.
973
974 * intl/localealias.c (read_alias_file): Set FD_CLOEXEC for
975 locale.alias.
976
977 * inet/ruserpass.c (ruserpass): Set FD_CLOEXEC for .netrc.
978
979 * inet/rcmd.c (iruserfopen): Set FD_CLOEXEC for hosts.equiv.
980
981 * iconv/gconv_conf.c (read_conf_file): Set FD_CLOEXEC for config file.
982
983 * hesiod/hesiod.c (parse_config_file): Prevent cancellation in config
984 file parsing and set FD_CLOEXEC.
985
82af0fa8
UD
9862011-11-14 Ulrich Drepper <drepper@gmail.com>
987
988 * time/tzfile.c (__tzfile_read): Use "e" in fopen call.
989
a5fb313c
AS
9902011-11-14 Andreas Schwab <schwab@redhat.com>
991
992 * malloc/arena.c (arena_get2): Don't call reused_arena when
993 _int_new_arena failed.
994
6abf3465
UD
9952011-11-14 Ulrich Drepper <drepper@gmail.com>
996
997 * sysdeps/i386/i686/multiarch/Makefile [subdir=string]
998 (sysdep_routines): Add strcasecmp_l-sse4 and strncase_l-sse4.
999 * sysdeps/i386/i686/multiarch/strcasecmp.S: Re-enable SSE4.2 code.
1000 * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
1001 * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
1002 * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Change to allow reuse
1003 to compile strcasecmp and strncasecmp.
1004 * sysdeps/i386/i686/multiarch/strcasecmp_l-sse4.S: New file.
1005 * sysdeps/i386/i686/multiarch/strncase_l-sse4.S: New file.
1006
1007 * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Use L macro consistently.
1008
76e3966e
UD
10092011-11-13 Ulrich Drepper <drepper@gmail.com>
1010
1011 * sysdeps/i386/i686/multiarch/Makefile [subdir=string]: Add
1012 locale-defines.sym to gen-as-const-headers.
1013 (sysdep_routines): Add strcasecmp_l-c, strcasecmp-c,
1014 strcasecmp_l-ssse3, strncase_l-c, strncase-c, and strncase_l-ssse3.
1015 * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Change to allow reuse
1016 to compile strcasecmp and strncasecmp.
1017 * sysdeps/i386/i686/multiarch/strcmp.S: Allow to use for
1018 strcasecmp_l and strncasecmp_l.
1019 * sysdeps/i386/i686/multiarch/locale-defines.sym: New file.
1020 * sysdeps/i386/i686/multiarch/strcasecmp-c.c: New file.
1021 * sysdeps/i386/i686/multiarch/strcasecmp.S: New file.
1022 * sysdeps/i386/i686/multiarch/strcasecmp_l-c.c: New file.
1023 * sysdeps/i386/i686/multiarch/strcasecmp_l-ssse3.S: New file.
1024 * sysdeps/i386/i686/multiarch/strcasecmp_l.S: New file.
1025 * sysdeps/i386/i686/multiarch/strncase-c.c: New file.
1026 * sysdeps/i386/i686/multiarch/strncase.S: New file.
1027 * sysdeps/i386/i686/multiarch/strncase_l-c.c: New file.
1028 * sysdeps/i386/i686/multiarch/strncase_l-ssse3.S: New file.
1029 * sysdeps/i386/i686/multiarch/strncase_l.S: New file.
1030
ab26144e
UD
10312011-11-12 Ulrich Drepper <drepper@gmail.com>
1032
7edb22ef
UD
1033 * sysdeps/unix/clock_gettime.c (clock_gettime): No need to assign
1034 result of SYSDEP_GETTIME_CPU to retval.
1035 * sysdeps/unix/sysv/linux/clock_gettime.c (SYSDEP_GETTIME_CPU): Add
1036 parameter list to macro. Remove trailing semicolon. Adjust users.
1037
9694fc44
UD
1038 * resolv/getaddrinfo_a.c (getaddrinfo_a): Avoid warning about unused
1039 variable.
1040
8ad89ef8
UD
1041 * sysdeps/ieee754/ldbl-96/e_j0l.c (__ieee754_j0l): Avoid storing
1042 mantissa words.
1043 * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_j1l): Likewise.
1044
0c822ef9
UD
1045 * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Avoid warning
1046 from unused variable.
1047
874e0564
UD
1048 * sysdeps/generic/sysdep.h: Clean up, pretty print, use dwarf2.h for
1049 DWARF definitions.
1050 * sysdeps/generic/dwarf2.h: Don't define enums when using the file
1051 for assembling.
1052
3a2edc79
UD
1053 * elf/dl-iteratephdr.c [!SHARED] (__dl_iterate_phdr): Don't iterate
1054 over namespaces.
1055
f3c2577f
UD
1056 * sunrpc/rpc_prot.c (rejected): Fix case value.
1057
294ce126
UD
1058 * sysdeps/unix/sysv/linux/internal_statvfs.c (INTERNAL_STATVFS): Use
1059 unsigned long long int to avoid warnings in shift.
1060
5e2b63c6
UD
1061 * posix/regex_internal.c (re_string_reconstruct): Actually use result
1062 of use of trans.
1063 * posix/regex_internal.h (re_string_wchar_at): Remove temporary
1064 variable tmp.
1065
e7f4b08e
UD
1066 * sysdeps/i386/i686/multiarch/wcscmp-c.c: Avoid warning.
1067 * sysdeps/i386/i686/multiarch/wcslen-c.c: Likewise.
1068 * sysdeps/i386/i686/multiarch/wmemcmp-c.c: Likewise.
1069
ab26144e
UD
1070 * nis/nis_table.c (nis_list): Use variable of correct type for
1071 result of __follow_path call.
1072
8a6d5255
AZ
10732011-11-07 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
1074
1075 * sysdeps/powerpc/fpu/math_private.h: Using inline assembly version
1076 of math functions ceil, trunc, floor, round, and sqrt, when
1077 avaliable on the platform.
1078 * sysdeps/powerpc/fpu/e_sqrt.c: Undefine __ieee754_sqrt to avoid
1079 name clash.
1080 * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
1081 * sysdeps/powerpc/powerpc64/fpu/e_sqrt.c: Likewise.
1082 * sysdeps/powerpc/powerpc64/fpu/e_sqrtf.c: Likewise.
1083
aaddc98c
MP
10842011-10-30 Marek Polacek <mpolacek@redhat.com>
1085
1086 * libio/wfileops.c (_IO_wfile_underflow_mmap): Remove unused variable.
1087 * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Likewise.
1088
95b7042b
RM
10892011-11-11 Roland McGrath <roland@hack.frob.com>
1090
1091 * include/unistd.h: Fix __readlink return type.
1092 Reported by Chris Metcalf <cmetcalf@tilera.com>.
1093
57769839
UD
10942011-11-11 Ulrich Drepper <drepper@gmail.com>
1095
1096 * stdlib/ucontext.h: Undo last change for makecontext.
1097
edc5984d
AS
10982011-11-11 Andreas Schwab <schwab@redhat.com>
1099
98591e58
AS
1100 * nss/db-Makefile ($(VAR_DB)/group.db): Fix typo in awk script.
1101
edc5984d
AS
1102 * misc/sys/cdefs.h (__REDIRECT_NTHNL): Define.
1103 * setjmp/setjmp.h: Mark functions as non-leaf.
1104 * setjmp/bits/setjmp2.h: Likewise.
1105 * stdlib/ucontext.h: Likewise.
1106
77cdc054
AS
11072011-11-10 Andreas Schwab <schwab@redhat.com>
1108
1109 * malloc/arena.c (_int_new_arena): Don't increment narenas.
1110 (reused_arena): Don't check arena limit.
1111 (arena_get2): Atomically check arena limit.
1112
fe72eebd
UD
11132011-11-08 Ulrich Drepper <drepper@gmail.com>
1114
5f078c32
UD
1115 * locale/findlocale.c (_nl_find_locale): Use __strcasecmp_l.
1116 * intl/localealias.c (strcasecmp): Define using __strcasecmp_l.
1117
fe72eebd
UD
1118 * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Remove unnecessary
1119 instructions.
1120
ae1bc2fa
AS
11212011-11-07 Andreas Schwab <schwab@redhat.com>
1122
7583a88d
AS
1123 * libio/genops.c (_IO_flush_all_lockp): Only register cleanup
1124 handler when locking.
1125
ae1bc2fa
AS
1126 * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn):
1127 Fix size of allocated buffer.
1128
10fb0bfa
AS
11292011-11-04 Andreas Schwab <schwab@redhat.com>
1130
998832a4
AS
1131 [BZ #10103]
1132 * math/math.h [__NO_LONG_DOUBLE_MATH && !_LIBC]: Provide
1133 declarations for long double functions.
1134 * math/complex.h [__NO_LONG_DOUBLE_MATH && !_LIBC]: Likewise.
1135
10fb0bfa
AS
1136 * elf/sprof.c (load_shobj): Fix off-by-one when reading link name.
1137
3d7ba52b
AS
11382011-11-03 Andreas Schwab <schwab@redhat.com>
1139
a9ae54a1
AS
1140 * nscd/nscd.c (main): Don't start AVC thread until credentials are
1141 installed.
1142
3d7ba52b
AS
1143 * nss/makedb.c (set_file_creation_context): Do nothing if SELinux
1144 is disabled.
1145
bc8db248
ST
11462011-11-02 Samuel Thibault <samuel.thibault@ens-lyon.org>
1147
1148 * bits/ioctl-types.h (_IOT_sgttyb): Set number of chars to 4.
1149
45b96dd6
AS
11502011-11-01 Andreas Schwab <schwab@linux-m68k.org>
1151
647776f6
AS
1152 * include/alloca.h (stackinfo_alloca_round): Define.
1153 (extend_alloca): Use it.
1154 [_STACK_GROWS_UP]: Correct check for adjacent allocation.
1155 * elf/dl-deps.c (_dl_map_object_deps): Don't round alloca size
1156 here.
1157
d91a8b93
AS
1158 * scripts/check-local-headers.sh: Ignore libaudit.h.
1159
45b96dd6
AS
1160 * nscd/Makefile (extra-objs): Make recursively expanded.
1161
432d41ce
UD
11622011-11-01 Ulrich Drepper <drepper@gmail.com>
1163
34372fc6
UD
1164 * sysdeps/x86_64/strcmp.S: Fix test for non-ASCII locales.
1165 * sysdeps/x86_64/multiarch/strcmp-sse42.S: Likewise.
1166
fadb59f8
UD
1167 * posix/tst-rfc3484.c: Add missing __free_in6ai dummy function.
1168 * posix/tst-rfc3484-2.c: Likewise.
1169 * posix/tst-rfc3484-3.c: Likewise.
1170
78239589
UD
1171 * sysdeps/unix/sysv/linux/bits/uio.h: Declare process_vm_readv and
1172 process_vm_writev.
1173 * sysdeps/unix/sysv/linux/syscalls.list: Add process_vm_readv and
1174 process_vm_writev.
1175 * sysdeps/unix/sysv/linux/Versions: Export process_vm_readv and
1176 process_vm_writev from libc using GLIBC_2.15 version.
1177
432d41ce
UD
1178 * nscd/connections.c: Use kernel headers instead of <netlink/netlink.h>.
1179
02f9c6cf
PP
11802011-10-31 Paul Pluzhnikov <ppluzhnikov@google.com>
1181
1182 * elf/dl-deps.c (_dl_map_object_deps): Reuse alloca space to reduce
1183 stack usage.
1184
3a2c0242
UD
11852011-10-31 Ulrich Drepper <drepper@gmail.com>
1186
f4ec4833
UD
1187 [BZ #13367]
1188 * nss/getent.c (initgroups_keys): Show error message in case no group
1189 names are given.
1190
3a2c0242
UD
1191 * include/ifaddrs.h: Declare __free_in6ai and __bump_nl_timestamp.
1192 * inet/check_pf.c: Provide dummy versions of __free_in6ai and
1193 __bump_nl_timestamp.
1194 * nscd/connections (nscd_init): When host database is served open
1195 netlink socket and request notification about configuration changes.
1196 (main_loop_poll): Track netlink file descriptor and bump timestamp
1197 in case data becomes available.
1198 (main_loop_epoll): Likewise.
1199 * nscd/nscd-client.h (DB_VERSION): Bump to 2.
1200 (database_pers_head): Add extra_data fileds.
1201 Declare __nscd_get_mapping and __nscd_get_nl_timestamp.
1202 * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp): New function.
1203 * nscd/nscd_helper.c (__nscd_get_mapping): Renamed from get_mapping.
1204 Adjust caller.
1205 * sysdeps/posix/getaddrinfo.c (getaddrinfo): Don't call free on
1206 in6ai data, call __free_in6ai.
1207 * sysdeps/unix/sysv/linux/Makefile [subdir=nscd] (sysdep-CFLAGS):
1208 Add -DHAVE_NETLINK.
1209 * sysdeps/unix/sysv/linux/check_pf.c: Major rewrite. Cache the
1210 interface information. Reuse previous data if netlink timestamp
1211 is not changed.
1212 (__bump_nl_timestamp): New function.
1213 (__free_in6ai): New function.
1214
636064eb
UD
12152011-10-30 Ulrich Drepper <drepper@gmail.com>
1216
1217 * sysdeps/unix/sysv/linux/check_pf.c (make_request): Don't call
1218 close_not_cancel_no_status here.
1219 (__check_pf): Reorganize code a bit to not call close twice if OOM.
1220
9beb2334
UD
12212011-10-29 Ulrich Drepper <drepper@gmail.com>
1222
6ef76f3b
UD
1223 [BZ #13276]
1224 * malloc/malloc.c (munmap_chunk): Don't use assertion to check munmap
1225 return value.
1226
0ffc4f3e 1227 * posix/sys/wait.h: Mark wait3 and wait4 with __THROWNL.
9beb2334
UD
1228 * libio/stdio.h: Mark sprintf, vsprintf snprintf, vsnprintf, vasprintf,
1229 asprintf, __asprintf, obstack_printf, obstack_vprintf with __THROWNL.
1230
cb95113e
UD
12312011-07-03 Andreas Jaeger <aj@suse.de>
1232
1233 [BZ #10709]
1234 * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Fix incorrect rounding
1235 of sin. Patch suggested by Paul Zimmermann <zimmerma+gcc@loria.fr>.
1236 * math/libm-test.inc (sin_test): Add test case.
1237
a1b560ff
UD
12382011-10-29 Ulrich Drepper <drepper@gmail.com>
1239
c9aaface
UD
1240 [BZ #13337]
1241 * elf/sprof.c (load_shobj): Correctly NUL-terminate link name.
1242 Patch by Thomas Jarosch <thomas.jarosch@intra2net.com>.
1243
d272e7f1
UD
1244 * elf/chroot_canon.c (chroot_canon): Cleanups.
1245
1bc33071
UD
1246 * elf/dl-lookup.c (_dl_setup_hash): Avoid warning.
1247
1760874d
TJ
1248 [BZ #13335]
1249 * elf/chroot_canon.c (chroot_canon): Fix readlink call.
1250 Patch by Thomas Jarosch <thomas.jarosch@intra2net.com>.
1251
51d91b18
UD
1252 * string/test-strchr.c: Make usable for strchrnul testing.
1253 * string/test-strchrnul.c: New file.
1254 * string/Makefile (strop-tests): Add strchrnul.
1255
a1b560ff 1256 * po/it.po: Update from translation team.
b611fb81 1257 * po/es.po: Likewise.
a1b560ff 1258
a5b81e1f
UD
12592011-10-28 Ulrich Drepper <drepper@gmail.com>
1260
fd52bc6d
UD
1261 * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu_tolower): Take
1262 the three constants needed as parameters. Drop the others.
1263 (strcasestr_sse42): Load uclow, uchigh, and lcqword and pass to
1264 __m128i_strloadu_tolower.
52e4b9eb
UD
1265 Create and initialize variable zero and use it in all the places
1266 where _mm_setzero_si128 was used.
fd52bc6d 1267
a5b81e1f
UD
1268 * sysdeps/x86_64/fpu/multiarch/Makefile: Don't build brandred-avx.c,
1269 doasin-avx.c, dosincos-avx.c, e_asin-avx.c, mpatan-avx.c,
1270 mpatan2-avx.c, mpsqrt-avx.c, mptan-avx.c, sincos32-avx.c.
1271 * sysdeps/x86_64/fpu/multiarch/e_asin.c: There are no _avx variants
1272 anymore.
1273 * sysdeps/x86_64/fpu/multiarch/e_atan2-avx.c: Don't redirect __mpatan2.
1274 * sysdeps/x86_64/fpu/multiarch/s_atan-avx.c: Don't redirect __mpatan.
1275 * sysdeps/x86_64/fpu/multiarch/s_sin-avx.c: Don't redirect __branred,
1276 __docos, __dubsin, __mpcos, __mpcos1, __mpsin, __mpsin1.
1277 * sysdeps/x86_64/fpu/multiarch/s_tan-avx.c: Don't redirect __branred,
1278 __mpranred, __mptan.
1279 * sysdeps/x86_64/fpu/multiarch/brandred-avx.c: Removed.
1280 * sysdeps/x86_64/fpu/multiarch/doasin-avx.c: Removed.
1281 * sysdeps/x86_64/fpu/multiarch/dosincos-avx.c: Removed.
1282 * sysdeps/x86_64/fpu/multiarch/e_asin-avx.c: Removed.
1283 * sysdeps/x86_64/fpu/multiarch/mpatan-avx.c: Removed.
1284 * sysdeps/x86_64/fpu/multiarch/mpatan2-avx.c: Removed.
1285 * sysdeps/x86_64/fpu/multiarch/mpsqrt-avx.c: Removed.
1286 * sysdeps/x86_64/fpu/multiarch/mptan-avx.c: Removed.
1287 * sysdeps/x86_64/fpu/multiarch/sincos32-avx.c: Removed.
1288
b4343346
AS
12892011-10-28 Andreas Schwab <schwab@redhat.com>
1290
0c92d8a8
AS
1291 * sysdeps/i386/i686/multiarch/strnlen-c.c (libc_hidden_def): Only
1292 redefine if SHARED.
1293 * sysdeps/i386/i686/multiarch/wcscmp-c.c (libc_hidden_def): Likewise.
1294
b4343346
AS
1295 * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Move
1296 wide char related routines to wcsmbs subdir.
1297
3871f58f
AS
12982011-10-27 Andreas Schwab <schwab@redhat.com>
1299
1300 [BZ #13344]
1301 * misc/sys/cdefs.h (__THROWNL): Define.
1302 * posix/unistd.h: Use __THREADNL instead of __THREAD
1303 for memory synchronization functions.
1304
94d44d9f
RM
13052011-10-26 Roland McGrath <roland@hack.frob.com>
1306
21b64b15 1307 [BZ #13349]
94d44d9f
RM
1308 * libio/Versions (GLIBC_2.0): Remove open_obstack_stream, which
1309 doesn't exist.
1310 * manual/stdio.texi (Obstack Streams): Node removed.
1311
f6ce9294
AS
13122011-10-26 Andreas Schwab <schwab@redhat.com>
1313
80479147
AS
1314 * sysdeps/ieee754/flt-32/e_j0f.c: Fix use of math_force_eval.
1315 * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
1316 * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
1317
f6ce9294
AS
1318 * math/math_private.h (math_force_eval): Allow non-addressable
1319 arguments.
1320 * sysdeps/i386/fpu/math_private.h (math_force_eval): Likewise.
1321
618280a1
UD
13222011-10-25 Ulrich Drepper <drepper@gmail.com>
1323
e0016b11
UD
1324 * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Comment everything out, the
1325 file is not needed.
1326
1327 * sysdeps/x86_64/fpu/multiarch/e_asin.c: Support AVX variants.
1328 * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Likewise.
1329 * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
1330 * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
1331 * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
1332 * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
1333 * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
1334 * sysdeps/x86_64/fpu/multiarch/Makefile: Fix some CFLAGS-* variables.
1335 Add AVX variants.
1336 * sysdeps/x86_64/fpu/multiarch/brandred-avx.c: New file.
1337 * sysdeps/x86_64/fpu/multiarch/doasin-avx.c: New file.
1338 * sysdeps/x86_64/fpu/multiarch/dosincos-avx.c: New file.
1339 * sysdeps/x86_64/fpu/multiarch/e_asin-avx.c: New file.
1340 * sysdeps/x86_64/fpu/multiarch/e_atan2-avx.c: New file.
1341 * sysdeps/x86_64/fpu/multiarch/e_exp-avx.c: New file.
1342 * sysdeps/x86_64/fpu/multiarch/e_log-avx.c: New file.
1343 * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: New file.
1344 * sysdeps/x86_64/fpu/multiarch/mpatan-avx.c: New file.
1345 * sysdeps/x86_64/fpu/multiarch/mpatan2-avx.c: New file.
1346 * sysdeps/x86_64/fpu/multiarch/mpexp-avx.c: New file.
1347 * sysdeps/x86_64/fpu/multiarch/mplog-avx.c: New file.
1348 * sysdeps/x86_64/fpu/multiarch/mpsqrt-avx.c: New file.
1349 * sysdeps/x86_64/fpu/multiarch/mptan-avx.c: New file.
1350 * sysdeps/x86_64/fpu/multiarch/s_atan-avx.c: New file.
1351 * sysdeps/x86_64/fpu/multiarch/s_sin-avx.c: New file.
1352 * sysdeps/x86_64/fpu/multiarch/s_tan-avx.c: New file.
1353 * sysdeps/x86_64/fpu/multiarch/sincos32-avx.c: New file.
1354 * sysdeps/x86_64/fpu/multiarch/slowexp-avx.c: New file.
1355
1356 * sysdeps/x86_64/multiarch/init-arch.h: Make bit_* macros available
1357 all the time. Define bit_AVX. Define HAS_* macros using bit_* macros.
1358
618280a1
UD
1359 * sysdeps/x86_64/multiarch/strcmp-sse42.S: Move common code to earlier
1360 place. Use VEX encoding when compiling for AVX.
1361
37822576
AS
13622011-10-25 Andreas Schwab <schwab@redhat.com>
1363
1f1e1947
AS
1364 * wcsmbs/wcscmp.c (WCSCMP): Compare as wchar_t, not wint_t.
1365 * wcsmbs/wmemcmp.c (WMEMCMP): Likewise.
1366
37822576
AS
1367 * string/test-strchr.c (do_test): Don't generate NUL bytes.
1368
31ea014d
UD
13692011-10-25 Ulrich Drepper <drepper@gmail.com>
1370
d7826aa1 1371 * sysdeps/ieee754/dbl-64/e_atanh.c: Use math_force_eval instead of a
ffb124cc 1372 useless if() expression.
d7826aa1
UD
1373 * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
1374 * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
1375 * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
1376 * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
1377 * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
1378 * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
1379 * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
1380 * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
1381 * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
1382 * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
1383 * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
1384 * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
1385 * sysdeps/ieee754/flt-32/s_expm1f.c: Likewise.
1386 * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
1387 * sysdeps/ieee754/flt-32/s_log1pf.c: Likewise.
1388 * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
1389 * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
1390 * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
1391 * sysdeps/ieee754/ldbl-96/s_roundl.c: Likewise.
1392
31ea014d
UD
1393 * sysdeps/x86_64/fpu/math_private.h: Use VEX encoding when possible.
1394
16437fec
AS
13952011-10-25 Andreas Schwab <schwab@redhat.com>
1396
1397 * elf/dl-deps.c (_dl_map_object_deps): Remove always true
1398 condition.
1399 * elf/dl-fini.c (_dl_sort_fini): Likewise.
1400
31d3cc00
UD
14012011-10-25 Ulrich Drepper <drepper@gmail.com>
1402
1403 * sysdeps/ieee754/dbl-64/branred.c: Move FMA4 code into separate
1404 .text section. Avoid duplicate constants.
1405 * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
1406 * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
1407 * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
1408 * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
1409 * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
1410 * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
1411 * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
1412 * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
1413 * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
1414 * sysdeps/ieee754/dbl-64/mpa.h: Likewise.
1415 * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
1416 * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
1417 * sysdeps/ieee754/dbl-64/mpatan2.c: Likewise.
1418 * sysdeps/ieee754/dbl-64/mpexp.c: Likewise.
1419 * sysdeps/ieee754/dbl-64/mpexp.h: Likewise.
1420 * sysdeps/ieee754/dbl-64/mpsqrt.c: Likewise.
1421 * sysdeps/ieee754/dbl-64/mpsqrt.h: Likewise.
1422 * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
1423 * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
1424 * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
1425 * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
1426 * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
1427 * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
1428 * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: Likewise.
1429 * sysdeps/x86_64/fpu/multiarch/doasin-fma4.c: Likewise.
1430 * sysdeps/x86_64/fpu/multiarch/dosincos-fma4.c: Likewise.
1431 * sysdeps/x86_64/fpu/multiarch/e_asin-fma4.c: Likewise.
1432 * sysdeps/x86_64/fpu/multiarch/e_atan2-fma4.c: Likewise.
1433 * sysdeps/x86_64/fpu/multiarch/e_exp-fma4.c: Likewise.
1434 * sysdeps/x86_64/fpu/multiarch/e_log-fma4.c: Likewise.
1435 * sysdeps/x86_64/fpu/multiarch/e_pow-fma4.c: Likewise.
1436 * sysdeps/x86_64/fpu/multiarch/halfulp-fma4.c: Likewise.
1437 * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
1438 * sysdeps/x86_64/fpu/multiarch/mpatan-fma4.c: Likewise.
1439 * sysdeps/x86_64/fpu/multiarch/mpatan2-fma4.c: Likewise.
1440 * sysdeps/x86_64/fpu/multiarch/mpexp-fma4.c: Likewise.
1441 * sysdeps/x86_64/fpu/multiarch/mplog-fma4.c: Likewise.
1442 * sysdeps/x86_64/fpu/multiarch/mpsqrt-fma4.c: Likewise.
1443 * sysdeps/x86_64/fpu/multiarch/mptan-fma4.c: Likewise.
1444 * sysdeps/x86_64/fpu/multiarch/s_atan-fma4.c: Likewise.
1445 * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c: Likewise.
1446 * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c: Likewise.
1447 * sysdeps/x86_64/fpu/multiarch/sincos32-fma4.c: Likewise.
1448 * sysdeps/x86_64/fpu/multiarch/slowexp-fma4.c: Likewise.
1449 * sysdeps/x86_64/fpu/multiarch/slowpow-fma4.c: Likewise.
1450
58985aa9
UD
14512011-10-24 Ulrich Drepper <drepper@gmail.com>
1452
202c9deb
UD
1453 * sysdeps/x86_64/dla.h: Move to ...
1454 * sysdeps/x86_64/fpu/dla.h: ...here.
1455 (DLA_FMS): Some compilers fail to inline __builtin_fma in some
1456 situations. Use __builtin_fma only for gcc 4.6 and up.
a0cf1edd 1457
af968f62
UD
1458 * config.make.in: Add have-mfma4 entry.
1459 * configure.in: Substitute libc_cv_cc_fma4.
1460 * math/Makefile (dbl-only-routines): Add sincostab.
1461 * sysdeps/ieee754/dbl-64/dosincos.c: Don't include sincos.tbl.
1462 Use __sincostab not sincos.
1463 * sysdeps/ieee754/dbl-64/e_asin.c: Don't define aliases when function
1464 name is a macro.
1465 * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
1466 * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
1467 * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
1468 * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise. Define singArctan2
1469 using __copysign.
1470 * sysdeps/ieee754/dbl-64/mpa.c: Don't export __acr. Don't define
1471 __cr and __cpymn. Define __cpy unless NO___CPY is defined. Define
1472 norm, denorm, and __mp_dbl unless NO___MP_DBL is defined.
1473 * sysdeps/ieee754/dbl-64/mpa.h: Don't declare __acr, __cr, __cpymn,
1474 and __inv.
1475 * sysdeps/ieee754/dbl-64/mpsqrt.c: Make fastiroot static.
1476 * sysdeps/ieee754/dbl-64/s_atan.c: Define __signArctan using
1477 __copysign.
1478 * sysdeps/ieee754/dbl-64/s_sin.c: Use __sincostab not sincos. Don't
1479 define aliases when function name is a macro.
1480 * sysdeps/ieee754/dbl-64/sincostab.c: Renamed from
1481 sysdeps/ieee754/dbl-64/sincos.tbl.
1482 * sysdeps/x86_64/fpu/multiarch/Makefile: Add entries to build
1483 fma4-enabled routines.
1484 * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: New file.
1485 * sysdeps/x86_64/fpu/multiarch/doasin-fma4.c: New file.
1486 * sysdeps/x86_64/fpu/multiarch/dosincos-fma4.c: New file.
1487 * sysdeps/x86_64/fpu/multiarch/e_asin-fma4.c: New file.
1488 * sysdeps/x86_64/fpu/multiarch/e_asin.c: New file.
1489 * sysdeps/x86_64/fpu/multiarch/e_atan2-fma4.c: New file.
1490 * sysdeps/x86_64/fpu/multiarch/e_atan2.c: New file.
1491 * sysdeps/x86_64/fpu/multiarch/e_exp-fma4.c: New file.
1492 * sysdeps/x86_64/fpu/multiarch/e_exp.c: New file.
1493 * sysdeps/x86_64/fpu/multiarch/e_log-fma4.c: New file.
1494 * sysdeps/x86_64/fpu/multiarch/e_log.c: New file.
1495 * sysdeps/x86_64/fpu/multiarch/e_pow-fma4.c: New file.
1496 * sysdeps/x86_64/fpu/multiarch/e_pow.c: New file.
1497 * sysdeps/x86_64/fpu/multiarch/halfulp-fma4.c: New file.
1498 * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: New file.
1499 * sysdeps/x86_64/fpu/multiarch/mpatan-fma4.c: New file.
1500 * sysdeps/x86_64/fpu/multiarch/mpatan2-fma4.c: New file.
1501 * sysdeps/x86_64/fpu/multiarch/mpexp-fma4.c: New file.
1502 * sysdeps/x86_64/fpu/multiarch/mplog-fma4.c: New file.
1503 * sysdeps/x86_64/fpu/multiarch/mpsqrt-fma4.c: New file.
1504 * sysdeps/x86_64/fpu/multiarch/mptan-fma4.c: New file.
1505 * sysdeps/x86_64/fpu/multiarch/s_atan-fma4.c: New file.
1506 * sysdeps/x86_64/fpu/multiarch/s_atan.c: New file.
1507 * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c: New file.
1508 * sysdeps/x86_64/fpu/multiarch/s_sin.c: New file.
1509 * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c: New file.
1510 * sysdeps/x86_64/fpu/multiarch/s_tan.c: New file.
1511 * sysdeps/x86_64/fpu/multiarch/sincos32-fma4.c: New file.
1512 * sysdeps/x86_64/fpu/multiarch/slowexp-fma4.c: New file.
1513 * sysdeps/x86_64/fpu/multiarch/slowpow-fma4.c: New file.
1514
58985aa9
UD
1515 * sysdeps/ieee754/dbl-64/doasin.c: Adjust for DLA_FMA -> DLA_FMS
1516 rename.
1517 * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
1518 * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
1519 * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
1520 * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
1521 * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
1522 * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
1523 * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
1524 * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
1525
a201fbcf
AS
15262011-10-24 Andreas Schwab <schwab@redhat.com>
1527
1528 * wcsmbs/wcslen.c: Don't define WCSLEN, reverse logic.
1529
fc2ee42a
LD
15302011-10-23 Ulrich Drepper <drepper@gmail.com>
1531
bb3129bd
UD
1532 * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: New file.
1533
0275fff8
UD
1534 * sysdeps/ieee754/dbl-64/e_fmod.c (__ieee754_fmod): Add some branch
1535 prediction.
1536 * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: New file.
1537
2fa2ae85
UD
1538 * string/strnlen.c: Don't define STRNLEN, reverse logic.
1539 Remove unused variable magic_bits.
1540 * sysdeps/i386/i686/multiarch/rtld-strnlen.c: New file.
1541
fc2ee42a
LD
1542 * string/strnlen.c: Define and use STRNLEN macro.
1543 * sysdeps/i386/i686/multiarch/Makefile [string] (sysdep_routines):
1544 Add strnlen-sse2, strnlen-c, wcslen-sse2, and wcslen-c.
1545 * sysdeps/i386/i686/multiarch/strlen-sse2.S: Add support for strnlen.
1546 * wcsmbs/wcslen.c: Define and use WCSLEN.
1547 * sysdeps/i386/i686/multiarch/strnlen-c.c: New file.
1548 * sysdeps/i386/i686/multiarch/strnlen-sse2.S: New file.
1549 * sysdeps/i386/i686/multiarch/strnlen.S: New file.
1550 * sysdeps/i386/i686/multiarch/wcslen-c.c: New file.
1551 * sysdeps/i386/i686/multiarch/wcslen-sse2.S: New file.
1552 * sysdeps/i386/i686/multiarch/wcslen.S: New file.
1553 Patch by Liubov Dmitrieva <liubov.dmitrieva@gmail.com>.
1554
ce7dd29f
LD
15552011-10-20 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
1556
1557 * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
1558 strnlen-sse2-no-bsf.
1559 Rename strlen-no-bsf to strlen-sse2-no-bsf.
1560 * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Rename to
1561 * sysdeps/x86_64/multiarch/strlen-sse2-no-bsf.S:
1562 Add strnlen support.
1563 (USE_AS_STRNLEN): New macro.
1564 * sysdeps/x86_64/multiarch/strnlen-sse2-no-bsf.S: New file.
1565 * sysdeps/x86_64/multiarch/strcat-ssse3.S: Update.
1566 Rename strlen-no-bsf.S to strlen-sse2-no-bsf.S
1567 * sysdeps/x86_64/wcslen.S: New file.
1568
979c70a3
MZ
15692011-10-20 Michael Zolotukhin <michael.v.zolotukhin@gmail.com>
1570
1571 * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Update.
1572 XMM-moves are used for copying on small sizes.
1573
2d09f82f
LD
15742011-10-19 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
1575
1576 * wcsmbs/Makefile (strop-tests): Add wcschr.
1577 * wcsmbs/test-wcschr.c: New file.
1578 * string/test-strchr.c: Update.
1579 Add wcschr support.
1580 (WIDE): New macro.
1581
619fccca
LD
15822011-10-18 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
1583
2d09f82f 1584 * wcsmbs/Makefile (strop-tests): Add wcslen.
619fccca
LD
1585 * wcsmbs/test-wcslen.c: New file.
1586 * string/test-strlen.c: Update.
1587 Add wcslen support.
1588 (WIDE): New macro.
1589
09f699ea
UD
15902011-10-23 Ulrich Drepper <drepper@gmail.com>
1591
1592 * po/it.po: Update from translation team.
1593
95584d3b
LD
15942011-09-22 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
1595
1596 * sysdeps/x86_64/wcscmp.S: Update.
1597 Fix wrong comparison semantics.
1598 wcscmp shall use signed comparison not unsigned.
1599 Don't use substraction to avoid overflow bug.
1600 * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: Likewise.
1601 * wcsmbc/wcscmp.c: Likewise.
1602 * string/test-strcmp.c: Likewise.
1603 Add new tests to check cases with negative values.
1604
c8b3296b
UD
16052011-10-23 Ulrich Drepper <drepper@gmail.com>
1606
1607 * sysdeps/ieee754/dbl-64/dla.h: Move DLA_FMA definition to...
1608 * sysdeps/x86_64/dla.h: ...here. New file.
1609 * sysdeps/ieee754/dbl-64/doasin.c: Use <dla.h> not "dla.h".
1610 * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
1611 * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
1612 * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
1613 * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
1614 * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
1615 * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
1616 * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
1617 * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
1618
246ad57a
AS
16192011-10-23 Andreas Schwab <schwab@linux-m68k.org>
1620
1621 * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Add __jnl_finite and
1622 __ynl_finite aliases.
1623
a1a87169
UD
16242011-10-22 Ulrich Drepper <drepper@gmail.com>
1625
0d355eb7
UD
1626 * sysdeps/x86_64/fpu/libm-test-ulps: Update.
1627
a1a87169
UD
1628 * sysdeps/ieee754/dbl-64/dla.h: When compiling with FMA4 support
1629 define DLA_FMA.
1630 [DLA_FMA] (EMULV): Use DLA_FMA.
1631 [DLA_FMA] (MUL12): Use EMULV.
1632 * sysdeps/ieee754/dbl-64/doasin.c [DLA_FMA]: Don't define variables
1633 that are not needed.
1634 * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
1635 * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
1636 * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
1637 * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
1638 * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
1639 * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
1640 * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
1641
ee2aafe0
AS
16422011-10-22 Andreas Schwab <schwab@linux-m68k.org>
1643
1644 * math/s_nan.c: Undef __nan.
1645 * math/s_nanf.c: Undef __nanf.
1646 * math/s_nanl.c: Undef __nanl.
1647 * sysdeps/ieee754/ldbl-128ibm/s_atanl.c: Include <math.h> before
1648 "math_private.h".
1649
bc62c2fb
UD
16502011-10-22 Ulrich Drepper <drepper@gmail.com>
1651
77425c63
UD
1652 * math/s_catan.c: Add branch predictions.
1653 * math/s_catanf.c: Likewise.
1654 * math/s_catanh.c: Likewise.
1655 * math/s_catanhf.c: Likewise.
1656 * math/s_catanhl.c: Likewise.
1657 * math/s_catanl.c: Likewise.
1658 * math/s_cexp.c: Likewise.
1659 * math/s_cexpf.c: Likewise.
1660 * math/s_cexpl.c: Likewise.
1661 * math/s_clog.c: Likewise.
1662 * math/s_clog10.c: Likewise.
1663 * math/s_clog10f.c: Likewise.
1664 * math/s_clog10l.c: Likewise.
1665 * math/s_clogf.c: Likewise.
1666 * math/s_clogl.c: Likewise.
1667 * math/s_csqrt.c: Likewise.
1668 * math/s_csqrtf.c: Likewise.
1669 * math/s_csqrtl.c: Likewise.
1670 * math/s_ctanf.c: Likewise.
1671 * math/s_ctanh.c: Likewise.
1672 * math/s_ctanhf.c: Likewise.
1673 * math/s_ctanhl.c: Likewise.
1674 * math/s_ctanl.c: Likewise.
1675
bc62c2fb
UD
1676 * math/math_private.h: Define __nan, __nanf, __nanl.
1677 * math/s_cacosh.c: Include <math_private.h>.
1678 * math/s_cacoshl.c: Likewise.
1679 * math/s_casinh.c: Likewise.
1680 * math/s_casinhf.c: Likewise.
1681 * math/s_casinhl.c: Likewise.
1682 * math/s_ccos.c: Rely entire on ccosh.
1683 * math/s_ccosf.c: Rely entire on ccoshf.
1684 * math/s_ccosl.c: Rely entirely on ccoshl.
1685 * math/s_ccosh.c: Add branch predicion helpers. Add branch prediction.
1686 Remove tests for FE_INVALID.
1687 * math/s_ccoshf.c: Likewise.
1688 * math/s_ccoshl.c: Likewise.
1689 * math/s_csin.c: Likewise.
1690 * math/s_csinf.c: Likewise.
1691 * math/s_csinh.c Likewise.
1692 * math/s_csinhf.c: Likewise.
1693 * math/s_csinhl.c: Likewise.
1694 * math/s_csinl.c: Likewise.
1695 * math/s_ctan.c: Likewise.
1696 * sysdeps/ieee754/dbl-64/e_acosh.c: Use __ieee754_sqrt.
1697 * sysdeps/ieee754/flt-32/e_acoshf.c: Use __ieee754_sqrtf.
1698 * sysdeps/ieee754/ldbl-96/e_acoshl.c: Use __ieee754_sqrtl.
1699
8ec250a4
UD
17002011-10-21 Ulrich Drepper <drepper@gmail.com>
1701
c196fed8
UD
1702 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Fix
1703 compilation problems.
1704
8ec250a4
UD
1705 * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Add a few more
1706 __builtin_expect.
1707
8d4f46c6
UD
17082011-10-20 Ulrich Drepper <drepper@gmail.com>
1709
ed72b654
UD
1710 * sysdeps/i386/configure.in: Test for -mfma4 option.
1711 * config.h.in: Add HAVE_FMA4_SUPPORT entry.
1712 * sysdeps/x86_64/multiarch/init-arch.h: Define HAS_FMA4 and
1713 COMMON_CPUID_INDEX_80000001.
1714 * sysdeps/x86_64/multiarch/init-arch.c: Read 80000001 leaf for AMD.
1715 * sysdeps/x86_64/fpu/multiarch/s_fma.c: Test for FMA4 support and
1716 use it if FMA3 is not supported.
1717 * sysdeps/x86_64/fpu/multiarch/s_fmaf.c: Likewise.
1718
8d4f46c6
UD
1719 * sysdeps/x86_64/multiarch/s_fma.c: Moved to ../fpu/multiarch.
1720 * sysdeps/x86_64/multiarch/s_fmaf.c: Likewise.
1721
d45c60c2
AS
17222011-10-20 Andreas Schwab <schwab@redhat.com>
1723
1724 [BZ #12892]
1725 * elf/dl-fini.c (_dl_sort_fini): Ignore relocation dependency if
1726 it would create a cycle with a link time dependency.
1727
d9a4d2ab
UD
17282011-10-19 Ulrich Drepper <drepper@gmail.com>
1729
855d1560
UD
1730 * sysdeps/x86_64/multiarch/rawmemchr.S: Small optimization to safe an
1731 instruction.
1732 * string/Makefile (strop-tests): Add rawmemchr.
1733 * string/test-rawmemchr.c: New file.
1734
d9a4d2ab
UD
1735 * sysdeps/x86_64/multiarch/init-arch.h: Define bit_AVX and index_AVX.
1736 * sysdeps/x86_64/multiarch/strcmp-sse42.S: New file. Split out from...
1737 * sysdeps/x86_64/multiarch/strcmp.S: ...here. Include strcmp-sse42.S
1738 when compiling str{,n}casecmp and when AVX is available. Hook up
1739 new optimized code in initializers.
1740
8f3b1ffe
AS
17412011-10-19 Andreas Schwab <schwab@redhat.com>
1742
1743 * sysdeps/x86_64/fpu/math_private.h (libc_feupdateenv): Use
1744 __feraiseexcept instead of feraiseexcept.
1745
d38f1dba
UD
17462011-10-18 Ulrich Drepper <drepper@gmail.com>
1747
d9a8d0ab
UD
1748 * math/math_private.h: Define defaults for libc_fetestexcept and
1749 libc_feupdateenv.
1750 * sysdeps/ieee754/dbl-64/s_fma.c: Use libc_fe* interfaces.
1751 * sysdeps/ieee754/dbl-64/s_fmaf.c: Likewise.
1752 * sysdeps/ieee754/flt-32/e_exp2f.c: Likewise.
1753 * sysdeps/ieee754/flt-32/e_expf.c: Likewise.
1754 * sysdeps/ieee754/flt-32/s_nearbyintf.c: Likewise.
1755 * sysdeps/x86_64/fpu/math_private.h: Define special versions of
1756 libc_fetestexcept and libc_feupdateenv.
1757
4855e3dd
UD
1758 * math/math_private.h: Define defaults for libc_feholdexcept_setround,
1759 libc_feholdexcept_setroundf, libc_feholdexcept_setroundl.
1760 * sysdeps/ieee754/dbl-64/e_exp2.c: Use libc_feholdexcept_setround.
1761 * sysdeps/x86_64/fpu/math_private.h: Define special version of
1762 libc_feholdexcept_setround.
1763
581d30e3
UD
1764 * sysdeps/x86_64/fpu/multiarch/Makefile [math] (libm-sysdep-routines):
1765 Add s_nearbyint-c and s_nearbyintf-c.
1766 * sysdeps/x86_64/fpu/bits/mathinline.h: Define nearbyint and
1767 nearbyintf inlines.
1768 * sysdeps/x86_64/fpu/multiarch/s_nearbyint-c.c: New file.
1769 * sysdeps/x86_64/fpu/multiarch/s_nearbyint.S: New file.
1770 * sysdeps/x86_64/fpu/multiarch/s_nearbyintf-c.c: New file.
1771 * sysdeps/x86_64/fpu/multiarch/s_nearbyintf.S: New file.
1772
d38f1dba
UD
1773 * math/math_private.h: Define defaults for libc_fegetround,
1774 libc_fegetroundf, libc_fegetroundl, libc_fesetround, libc_fesetroundf,
1775 libc_fesetroundl, libc_feholdexcept, libc_feholdexceptf,
1776 libc_feholdexceptl, libc_fesetenv, libc_fesetenvf, libc_fesetenvl.
1777 * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c: Use
1778 libc_feholdexcept, libc_fesetround, libc_fesetenv instead of the
1779 standard functions.
1780 * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
1781 Remove comments and hacks for old compiler versions.
1782 * sysdeps/x86_64/fpu/math_private.h: Define special versions of
1783 libc_fegetround, libc_fesetround, libc_feholdexcept, and
1784 libc_feholdexceptl.
1785
caa6c9d8
AS
17862011-10-18 Andreas Schwab <schwab@redhat.com>
1787
1788 * sysdeps/x86_64/fpu/bits/fenv.h: Add C linkage markers.
83c7615c
AS
1789 (__feraiseexcept_renamed): Add __NTH.
1790 (feraiseexcept): Add __NTH. Rename local variables to fix
caa6c9d8
AS
1791 namespace violations.
1792
97c066e6
UD
17932011-10-17 Ulrich Drepper <drepper@gmail.com>
1794
99ce7b04
UD
1795 * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Small optimization.
1796
1004d182
UD
1797 * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c: New file.
1798
228a984d
UD
1799 * sysdeps/x86_64/fpu/math_private.h: Relax asm requirements for
1800 recently added interfaces.
1801 * sysdeps/x86_64/fpu/bits/mathinline.h: Likewise.
1802
c8553a6a
UD
1803 * sysdeps/x86_64/fpu/math_private.h: Add some parenthesis to be safe
1804 about macro parameter expansion.
1805
ed22dcf6
UD
1806 * sysdeps/x86_64/fpu/bits/mathinline.h: Don't define inlines if
1807 __NO_MATH_INLINES is defined. Cleanups.
1808
1809 * sysdeps/x86_64/fpu/math_private.h: Define __rint, __rintf, __floor,
1810 and __floorf is target has SSE4.1.
1811 * sysdeps/x86_64/fpu/multiarch/s_floor-c.c: Undef first.
1812 * sysdeps/x86_64/fpu/multiarch/s_floorf-c.: Likewise.
1813 * sysdeps/x86_64/fpu/multiarch/s_rint-c.c: Likewise.
1814 * sysdeps/x86_64/fpu/multiarch/s_rintf-c.c: Likewise.
1815
b171c137
UD
1816 * sysdeps/x86_64/fpu/bits/mathinline.h (floor): Use correct function
1817 name.
1818 (floorf): Likewise.
1819
97c066e6
UD
1820 * nscd/netgroupcache.c (addgetnetgrentX): Fix #ifdef nesting.
1821
629f62ef
AS
18222011-10-17 Andreas Schwab <schwab@redhat.com>
1823
49a43d80
AS
1824 * misc/sys/cdefs.h: Fix last change.
1825
629f62ef
AS
1826 * grp/initgroups.c (internal_getgrouplist): Fix initgroups
1827 database lookup.
1828
e453f6cd
UD
18292011-10-16 Ulrich Drepper <drepper@gmail.com>
1830
aa78043a
UD
1831 * misc/sys/cdefs.h: Use leaf function attribute in __THROW.
1832
ad0f5cad
UD
1833 * sysdeps/ieee754/dbl-64/s_ceil.c: Avoid alias renamed.
1834 * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
1835 * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
1836 * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
1837 * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
1838 * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c: Likewise.
1839 * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
1840 * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
1841 * sysdeps/ieee754/flt-32/s_rintf.c: Likewise.
1842 * sysdeps/x86_64/fpu/multiarch/Makefile: New file.
1843 * sysdeps/x86_64/fpu/multiarch/s_ceil-c.c: New file.
1844 * sysdeps/x86_64/fpu/multiarch/s_ceil.S: New file.
1845 * sysdeps/x86_64/fpu/multiarch/s_ceilf-c.c: New file.
1846 * sysdeps/x86_64/fpu/multiarch/s_ceilf.S: New file.
1847 * sysdeps/x86_64/fpu/multiarch/s_floor-c.c: New file.
1848 * sysdeps/x86_64/fpu/multiarch/s_floor.S: New file.
1849 * sysdeps/x86_64/fpu/multiarch/s_floorf-c.c: New file.
1850 * sysdeps/x86_64/fpu/multiarch/s_floorf.S: New file.
1851 * sysdeps/x86_64/fpu/multiarch/s_rint-c.c: New file.
1852 * sysdeps/x86_64/fpu/multiarch/s_rint.S: New file.
1853 * sysdeps/x86_64/fpu/multiarch/s_rintf-c.c: New file.
1854 * sysdeps/x86_64/fpu/multiarch/s_rintf.S: New file.
1855
1856 * sysdeps/x86_64/fpu/bits/mathinline.h: Add inlines for rint, rintf,
1857 ceil, ceilf, floor, floorf.
1858
1859 * elf/do-rel.h (elf_dynamic_do_Rel): Work around linker problem.
1860 Perform IRELATIVE relocations last.
1861
e453f6cd
UD
1862 * elf/do-rel.h: Add another parameter nrelative, replacing the
1863 local variable with the same name. Change name of the function
1864 to end in Rel or Rela (uppercase).
1865 * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Add new element
1866 nrelative to ranges. Only nonzero for DT_REL/DT_RELA. Pass to the
1867 elf_dynamic_do_##reloc function.
1868
fd5bdc09
UD
18692011-10-15 Ulrich Drepper <drepper@gmail.com>
1870
79b195b5
UD
1871 * sysdeps/i386/i686/fpu/e_log.S: No need for the fyl2xp1 use, fyl2x
1872 is sufficient, at least on modern CPUs.
1873
d4a28569
UD
1874 * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: New file.
1875
b61099b5
UD
1876 * sysdeps/ieee754/dbl-64/e_cosh.c: Cleanup.
1877 * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c: New file.
1878
bcf01e6d
UD
1879 * math/Versions [libm] (GLIBC_2.15): Add __exp_finite, __expf_finite,
1880 __expl_finite.
1881 * math/bits/math-finite.h: Add entries for exp.
1882 * math/e_expl.c: Add __*_finite alias.
1883 * sysdeps/i386/fpu/e_exp.S: Likewise.
1884 * sysdeps/i386/fpu/e_expf.S: Likewise.
1885 * sysdeps/i386/fpu/e_expl.c: Likewise.
1886 * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
1887 * sysdeps/ieee754/flt-32/e_expf.c: Likewise.
1888 * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
1889 * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
1890 * sysdeps/ieee754/dbl-64/w_exp.c: Complete rewrite.
1891 * sysdeps/ieee754/flt-32/w_expf.c: Likewise.
1892 * sysdeps/ieee754/ldbl-96/w_expl.c: Likewise.
1893
ba1a0d59
UD
1894 * sysdeps/i386/i686/fpu/e_logf.S: No need for the fyl2xp1 use, fyl2x
1895 is sufficient, at least on modern CPUs.
1896
fd5bdc09
UD
1897 * ctype/ctype-info.c (__ctype_init): Define.
1898 * include/ctype.h (__ctype_init): Declare.
1899 (__ctype_b_loc): The variable is always initialized.
1900 (__ctype_toupper_loc): Likewise.
1901 (__ctype_tolower_loc): Likewise.
1902 * ctype/Versions: Export __ctype_init for GLIBC_PRIVATE.
1903 * sysdeps/unix/sysv/linux/init-first.c (_init): Call __ctype_init.
1904
7872cfb0
AS
19052011-10-15 Andreas Schwab <schwab@linux-m68k.org>
1906
b468825a
AS
1907 * wcsmbs/wmemcmp.c (WMEMCMP): Define.
1908
7872cfb0
AS
1909 * configure.in: Also look in $cxxmachine/include for C++ system
1910 headers.
1911
be13f7bf
LD
19122011-09-27 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
1913
1914 * sysdeps/x86_64/multiarch/Makefile: (sysdep_routines): Add
1915 memcmp-ssse3 wmemcmp-sse4 wmemcmp-ssse3 wmemcmp-c
1916 * sysdeps/x86_64/multiarch/memcmp-ssse3: New file.
1917 * sysdeps/x86_64/multiarch/memcmp.S: Update. Add __memcmp_ssse3.
1918 * sysdeps/x86_64/multiarch/memcmp-sse4.S: Update.
1919 (USE_AS_WMEMCMP): New macro.
1920 Fixing indents.
1921 * sysdeps/x86_64/multiarch/wmemcmp.S: New file.
1922 * sysdeps/x86_64/multiarch/wmemcmp-ssse3.S: New file.
1923 * sysdeps/x86_64/multiarch/wmemcmp-sse4.S: New file.
1924 * sysdeps/x86_64/multiarch/wmemcmp-c.S: New file.
1925 * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
1926 wmemcmp-ssse3 wmemcmp-sse4 wmemcmp-c
1927 * sysdeps/i386/i686/multiarch/wmemcmp.S: New file.
1928 * sysdeps/i386/i686/multiarch/wmemcmp-c.c: New file.
1929 * sysdeps/i386/i686/multiarch/wmemcmp-ssse3.S: New file.
1930 * sysdeps/i386/i686/multiarch/wmemcmp-sse4.S: New file.
1931 * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Update.
1932 (USE_AS_WMEMCMP): New macro.
1933 * sysdeps/i386/i686/multiarch/memcmp-ssse3: Likewise.
1934 * sysdeps/string/test-memcmp.c: Update.
1935 Fix simple_wmemcmp.
1936 Add new tests.
1937 * wcsmbs/wmemcmp.c: Update.
1938 (WMEMCMP): New macro.
1939 Fix overflow bug.
1940
556a2007
AJ
19412011-10-12 Andreas Jaeger <aj@suse.de>
1942
1943 [BZ #13268]
1944 * math/bits/mathcalls.h: Mark argument 2 of modf as non-null.
1945
538faaa7
UD
19462011-10-15 Ulrich Drepper <drepper@gmail.com>
1947
ab6737ff
UD
1948 * libio/iofwide.c (do_length): Avoid warning.
1949
538faaa7
UD
1950 * ctype/ctype.h (__isctype_f): Add missing __THROW.
1951
396a21b1
UD
19522011-10-14 Ulrich Drepper <drepper@gmail.com>
1953
cdf2901f
UD
1954 * elf/pldd-xx.c (find_maps): Remove leftover debug message.
1955
38ad40ce
UD
1956 * sysdeps/i386/fpu/e_log.S: Add real definition of __log_finite.
1957 * sysdeps/i386/fpu/e_logf.S: Add real definition of __logf_finite.
1958 * sysdeps/i386/fpu/e_logl.S: Add real definition of __logl_finite.
1959 * sysdeps/i386/i686/fpu/e_log.S: New file.
1960 * sysdeps/i386/i686/fpu/e_logf.S: New file.
1961 * sysdeps/i386/i686/fpu/e_logl.S: New file.
1962
396a21b1
UD
1963 * ctype/ctype.h: Add support for inlined isXXX functions when
1964 compiling C++ code.
1965
6b1f68c9
AS
19662011-10-14 Andreas Schwab <schwab@redhat.com>
1967
349290c0
AS
1968 * sysdeps/s390/fpu/libm-test-ulps: Adjust ULPs for jn tests.
1969
6b1f68c9
AS
1970 * sysdeps/x86_64/fpu/fraiseexcpt.c: Fix last change.
1971
f2282d42
RM
19722011-10-13 Roland McGrath <roland@hack.frob.com>
1973
1974 [BZ #13291]
1975 * manual/string.texi (String/Array Comparison): Typo fix in strverscmp.
1976
5298ffa8
AS
19772011-10-13 Andreas Schwab <schwab@redhat.com>
1978
714fad23
AS
1979 * sysdeps/x86_64/fpu/fraiseexcpt.c: Add __feraiseexcept alias.
1980 * sysdeps/x86_64/fpu/feupdateenv.c: Use __feraiseexcept instead of
1981 feraiseexcept.
1982
81dcc7fb
AS
1983 * sysdeps/x86_64/memrchr.S: Check for zero size.
1984
5298ffa8
AS
1985 * string/stratcliff.c: Add memrchr tests.
1986
951fbcec
LD
19872011-10-12 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
1988
1989 * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
1990 memchr-sse2 memchr-sse2-bsf memrchr-sse2 memrchr-sse2-bsf memrchr-c
1991 rawmemchr-sse2 rawmemchr-sse2-bsf.
1992 * sysdeps/i386/i686/multiarch/memchr.S: New file.
1993 * sysdeps/i386/i686/multiarch/memchr-sse2.S: New file.
1994 * sysdeps/i386/i686/multiarch/memchr-sse2-bsf.S: New file.
1995 * sysdeps/i386/i686/multiarch/memrchr.S: New file.
1996 * sysdeps/i386/i686/multiarch/memrchr-c.c: New file.
1997 * sysdeps/i386/i686/multiarch/memrchr-sse2.S: New file.
1998 * sysdeps/i386/i686/multiarch/memrchr-sse2-bsf.S: New file.
1999 * sysdeps/i386/i686/multiarch/rawmemchr.S: New file.
2000 * sysdeps/i386/i686/multiarch/rawmemchr-sse2.S: New file.
2001 * sysdeps/i386/i686/multiarch/rawmemchr-sse2-bsf.S: New file.
2002 * string/memrchr.c (MEMRCHR): New macro.
2003
0ac5ae23
UD
20042011-10-12 Ulrich Drepper <drepper@gmail.com>
2005
2006 Add integration with gcc's -ffinite-math-only and optimize wrapper
2007 functions in libm.
2008 * Versions.def: Define GLIBC_2.15 version for libm.
2009 * math/Makefile (headers): Add bits/math-finite.h.
2010 * math/bits/math-finite.h: New file.
2011 * sysdeps/ia64/fpu/bits/math-finite.h: New file.
2012 * math/Versions [libm] (GLIBC_2.15): Export __*_finite symbols.
2013 * math/e_acoshl.c: Add __*_finite alias.
2014 * math/e_acosl.c: Likewise.
2015 * math/e_asinl.c: Likewise.
2016 * math/e_atan2l.c: Likewise.
2017 * math/e_atanhl.c: Likewise.
2018 * math/e_coshl.c: Likewise.
2019 * math/e_exp10.c: Likewise.
2020 * math/e_exp10f.c: Likewise.
2021 * math/e_exp10l.c: Likewise.
2022 * math/e_exp2l.c: Likewise.
2023 * math/e_fmodl.c: Likewise.
2024 * math/e_gammal_r.c: Likewise.
2025 * math/e_hypotl.c: Likewise.
2026 * math/e_j0l.c: Likewise.
2027 * math/e_j1l.c: Likewise.
2028 * math/e_jnl.c: Likewise.
2029 * math/e_lgammal_r.c: Likewise.
2030 * math/e_log10l.c: Likewise.
2031 * math/e_log2l.c: Likewise.
2032 * math/e_logl.c: Likewise.
2033 * math/e_powl.c: Likewise.
2034 * math/e_sinhl.c: Likewise.
2035 * math/e_sqrtl.c: Likewise.
2036 * math/e_scalb.c: Completely rewritten and optimized.
2037 * math/e_scalbf.c: Likewise.
2038 * math/e_scalbl.c: Likewise.
2039 * math/w_acos.c: Likewise.
2040 * math/w_acosf.c: Likewise.
2041 * math/w_acosl.c: Likewise.
2042 * math/w_acosh.c: Likewise.
2043 * math/w_acoshf.c: Likewise.
2044 * math/w_acoshl.c: Likewise.
2045 * math/w_asin.c: Likewise.
2046 * math/w_asinf.c: Likewise.
2047 * math/w_asinl.c: Likewise.
2048 * math/w_atan2.c: Likewise.
2049 * math/w_atan2f.c: Likewise.
2050 * math/w_atan2l.c: Likewise.
2051 * math/w_atanh.c: Likewise.
2052 * math/w_atanhf.c: Likewise.
2053 * math/w_atanhl.c: Likewise.
2054 * math/w_exp10.c: Likewise.
2055 * math/w_exp10f.c: Likewise.
2056 * math/w_exp10l.c: Likewise.
2057 * math/w_fmod.c: Likewise.
2058 * math/w_fmodf.c: Likewise.
2059 * math/w_fmodl.c: Likewise.
2060 * math/w_j0.c: Likewise.
2061 * math/w_j0f.c: Likewise.
2062 * math/w_j0l.c: Likewise.
2063 * math/w_j1.c: Likewise.
2064 * math/w_j1f.c: Likewise.
2065 * math/w_j1l.c: Likewise.
2066 * math/w_jn.c: Likewise.
2067 * math/w_jnf.c: Likewise.
2068 * math/w_log.c: Likewise.
2069 * math/w_logf.c: Likewise.
2070 * math/w_logl.c: Likewise.
2071 * math/w_log10.c: Likewise.
2072 * math/w_log10f.c: Likewise.
2073 * math/w_log10l.c: Likewise.
2074 * math/w_log2.c: Likewise.
2075 * math/w_log2f.c: Likewise.
2076 * math/w_log2l.c: Likewise.
2077 * math/w_pow.c: Likewise.
2078 * math/w_powf.c: Likewise.
2079 * math/w_powl.c: Likewise.
2080 * math/w_remainder.c: Likewise.
2081 * math/w_remainderf.c: Likewise.
2082 * math/w_remainderl.c: Likewise.
2083 * math/w_scalb.c: Likewise.
2084 * math/w_scalbf.c: Likewise.
2085 * math/w_scalbl.c: Likewise.
2086 * math/w_sqrt.c: Likewise.
2087 * math/w_sqrtf.c: Likewise.
2088 * math/w_sqrtl.c: Likewise.
2089 * math/math.h: Define __MATH_DECLARE_LDOUBLE if long double functions
2090 are declared. Include <bits/math-finite.h> if -ffinite-math-only is
2091 used.
2092 * math/math_private.h: Declare __kernel_standard_f.
2093 * math/w_cosh.c: Remove cruft and optimize a bit.
2094 * math/w_coshf.c: Likewise.
2095 * math/w_coshl.c: Likewise.
2096 * math/w_exp2.c: Likewise.
2097 * math/w_exp2f.c: Likewise.
2098 * math/w_exp2l.c: Likewise.
2099 * math/w_hypot.c: Likewise.
2100 * math/w_hypotf.c: Likewise.
2101 * math/w_hypotl.c: Likewise.
2102 * math/w_lgamma.c: Likewise.
2103 * math/w_lgamma_r.c: Likewise.
2104 * math/w_lgammaf.c: Likewise.
2105 * math/w_lgammaf_r.c: Likewise.
2106 * math/w_lgammal.c: Likewise.
2107 * math/w_lgammal_r.c: Likewise.
2108 * math/w_sinh.c: Likewise.
2109 * math/w_sinhf.c: Likewise.
2110 * math/w_sinhl.c: Likewise.
2111 * math/w_tgamma.c: Likewise.
2112 * math/w_tgammaf.c: Likewise.
2113 * math/w_tgammal.c: Likewise.
2114 * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
2115 * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
2116 * sysdeps/i386/fpu/e_acos.S: Add __*_finite alias.
2117 Minor optimizations. Pretty printing. Remove cruft.
2118 * sysdeps/i386/fpu/e_acosf.S: Likewise.
2119 * sysdeps/i386/fpu/e_acosh.S: Likewise.
2120 * sysdeps/i386/fpu/e_acoshf.S: Likewise.
2121 * sysdeps/i386/fpu/e_acoshl.S: Likewise.
2122 * sysdeps/i386/fpu/e_acosl.c: Likewise.
2123 * sysdeps/i386/fpu/e_asin.S: Likewise.
2124 * sysdeps/i386/fpu/e_asinf.S: Likewise.
2125 * sysdeps/i386/fpu/e_atan2.S: Likewise.
2126 * sysdeps/i386/fpu/e_atan2f.S: Likewise.
2127 * sysdeps/i386/fpu/e_atan2l.c: Likewise.
2128 * sysdeps/i386/fpu/e_atanh.S: Likewise.
2129 * sysdeps/i386/fpu/e_atanhf.S: Likewise.
2130 * sysdeps/i386/fpu/e_atanhl.S: Likewise.
2131 * sysdeps/i386/fpu/e_exp10.S: Likewise.
2132 * sysdeps/i386/fpu/e_exp10f.S: Likewise.
2133 * sysdeps/i386/fpu/e_exp10l.S: Likewise.
2134 * sysdeps/i386/fpu/e_exp2.S: Likewise.
2135 * sysdeps/i386/fpu/e_exp2f.S: Likewise.
2136 * sysdeps/i386/fpu/e_exp2l.S: Likewise.
2137 * sysdeps/i386/fpu/e_fmod.S: Likewise.
2138 * sysdeps/i386/fpu/e_fmodf.S: Likewise.
2139 * sysdeps/i386/fpu/e_fmodl.c: Likewise.
2140 * sysdeps/i386/fpu/e_hypot.S: Likewise.
2141 * sysdeps/i386/fpu/e_hypotf.S: Likewise.
2142 * sysdeps/i386/fpu/e_log.S: Likewise.
2143 * sysdeps/i386/fpu/e_log10.S: Likewise.
2144 * sysdeps/i386/fpu/e_log10f.S: Likewise.
2145 * sysdeps/i386/fpu/e_log10l.S: Likewise.
2146 * sysdeps/i386/fpu/e_log2.S: Likewise.
2147 * sysdeps/i386/fpu/e_log2f.S: Likewise.
2148 * sysdeps/i386/fpu/e_log2l.S: Likewise.
2149 * sysdeps/i386/fpu/e_logf.S: Likewise.
2150 * sysdeps/i386/fpu/e_logl.S: Likewise.
2151 * sysdeps/i386/fpu/e_pow.S: Likewise.
2152 * sysdeps/i386/fpu/e_powf.S: Likewise.
2153 * sysdeps/i386/fpu/e_powl.S: Likewise.
2154 * sysdeps/i386/fpu/e_remainder.S: Likewise.
2155 * sysdeps/i386/fpu/e_remainderf.S: Likewise.
2156 * sysdeps/i386/fpu/e_remainderl.S: Likewise.
2157 * sysdeps/i386/fpu/e_scalb.S: Likewise.
2158 * sysdeps/i386/fpu/e_scalbf.S: Likewise.
2159 * sysdeps/i386/fpu/e_scalbl.S: Likewise.
2160 * sysdeps/i386/fpu/e_sqrt.S: Likewise.
2161 * sysdeps/i386/fpu/e_sqrtf.S: Likewise.
2162 * sysdeps/i386/fpu/e_sqrtl.c: Likewise.
2163 * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
2164 * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
2165 * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
2166 * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
2167 * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
2168 * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
2169 * sysdeps/ieee754/dbl-64/e_gamma_r.c: Likewise.
2170 * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
2171 * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
2172 * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
2173 * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
2174 * sysdeps/ieee754/dbl-64/e_lgamma_r.c: Likewise.
2175 * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
2176 * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
2177 * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
2178 * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
2179 * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
2180 * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
2181 * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
2182 * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
2183 * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
2184 * sysdeps/ieee754/flt-32/e_acosf.c: Likewise.
2185 * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
2186 * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
2187 * sysdeps/ieee754/flt-32/e_atan2f.c: Likewise.
2188 * sysdeps/ieee754/flt-32/e_coshf.c: Likewise.
2189 * sysdeps/ieee754/flt-32/e_exp2f.c: Likewise.
2190 * sysdeps/ieee754/flt-32/e_fmodf.c: Likewise.
2191 * sysdeps/ieee754/flt-32/e_gammaf_r.c: Likewise.
2192 * sysdeps/ieee754/flt-32/e_hypotf.c: Likewise.
2193 * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
2194 * sysdeps/ieee754/flt-32/e_j1f.c: Likewise.
2195 * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
2196 * sysdeps/ieee754/flt-32/e_lgammaf_r.c: Likewise.
2197 * sysdeps/ieee754/flt-32/e_log10f.c: Likewise.
2198 * sysdeps/ieee754/flt-32/e_log2f.c: Likewise.
2199 * sysdeps/ieee754/flt-32/e_logf.c: Likewise.
2200 * sysdeps/ieee754/flt-32/e_powf.c: Likewise.
2201 * sysdeps/ieee754/flt-32/e_remainderf.c: Likewise.
2202 * sysdeps/ieee754/flt-32/e_sinhf.c: Likewise.
2203 * sysdeps/ieee754/flt-32/e_sqrtf.c: Likewise.
2204 * sysdeps/ieee754/flt-32/s_asinhf.c: Likewise.
2205 * sysdeps/ieee754/ldbl-128/e_acoshl.c: Likewise.
2206 * sysdeps/ieee754/ldbl-128/e_acosl.c: Likewise.
2207 * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
2208 * sysdeps/ieee754/ldbl-128/e_atan2l.c: Likewise.
2209 * sysdeps/ieee754/ldbl-128/e_atanhl.c: Likewise.
2210 * sysdeps/ieee754/ldbl-128/e_coshl.c: Likewise.
2211 * sysdeps/ieee754/ldbl-128/e_fmodl.c: Likewise.
2212 * sysdeps/ieee754/ldbl-128/e_gammal_r.c: Likewise.
2213 * sysdeps/ieee754/ldbl-128/e_hypotl.c: Likewise.
2214 * sysdeps/ieee754/ldbl-128/e_j0l.c: Likewise.
2215 * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
2216 * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
2217 * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Likewise.
2218 * sysdeps/ieee754/ldbl-128/e_log10l.c: Likewise.
2219 * sysdeps/ieee754/ldbl-128/e_log2l.c: Likewise.
2220 * sysdeps/ieee754/ldbl-128/e_logl.c: Likewise.
2221 * sysdeps/ieee754/ldbl-128/e_powl.c: Likewise.
2222 * sysdeps/ieee754/ldbl-128/e_remainderl.c: Likewise.
2223 * sysdeps/ieee754/ldbl-128/e_sinhl.c: Likewise.
2224 * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c: Likewise.
2225 * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
2226 * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
2227 * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c: Likewise.
2228 * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c: Likewise.
2229 * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Likewise.
2230 * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Likewise.
2231 * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c: Likewise.
2232 * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c: Likewise.
2233 * sysdeps/ieee754/ldbl-128ibm/e_log10l.c: Likewise.
2234 * sysdeps/ieee754/ldbl-128ibm/e_log2l.c: Likewise.
2235 * sysdeps/ieee754/ldbl-128ibm/e_logl.c: Likewise.
2236 * sysdeps/ieee754/ldbl-128ibm/e_powl.c: Likewise.
2237 * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c: Likewise.
2238 * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
2239 * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c: Likewise.
2240 * sysdeps/ieee754/ldbl-96/e_acoshl.c: Likewise.
2241 * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
2242 * sysdeps/ieee754/ldbl-96/e_atan2l.c: Likewise.
2243 * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
2244 * sysdeps/ieee754/ldbl-96/e_coshl.c: Likewise.
2245 * sysdeps/ieee754/ldbl-96/e_gammal_r.c: Likewise.
2246 * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
2247 * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
2248 * sysdeps/ieee754/ldbl-96/e_j1l.c: Likewise.
2249 * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
2250 * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Likewise.
2251 * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
2252 * sysdeps/ieee754/ldbl-96/e_sinhl.c: Likewise.
2253 * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
2254 * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
2255 * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
2256 * sysdeps/powerpc/fpu/e_sqrt.c: Likewise.
2257 * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
2258 * sysdeps/powerpc/powerpc64/fpu/e_sqrt.c: Likewise.
2259 * sysdeps/powerpc/powerpc64/fpu/e_sqrtf.c: Likewise.
2260 * sysdeps/s390/fpu/e_sqrt.c: Likewise.
2261 * sysdeps/s390/fpu/e_sqrtf.c: Likewise.
2262 * sysdeps/s390/fpu/e_sqrtl.c: Likewise.
2263 * sysdeps/sparc/sparc32/e_sqrt.c: Likewise.
2264 * sysdeps/sparc/sparc64/fpu/e_sqrtl.c: Likewise.
2265 * sysdeps/x86_64/fpu/e_exp2l.S: Likewise.
2266 * sysdeps/x86_64/fpu/e_fmodl.S: Likewise.
2267 * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
2268 * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
2269 * sysdeps/x86_64/fpu/e_logl.S: Likewise.
2270 * sysdeps/x86_64/fpu/e_powl.S: Likewise.
2271 * sysdeps/x86_64/fpu/e_remainderl.S: Likewise.
2272 * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
2273 * sysdeps/x86_64/fpu/e_sqrt.c: Likewise. Fix parameter order
2274 * sysdeps/x86_64/fpu/e_sqrtf.c: Likewise.
2275 * sysdeps/x86_64/fpu/math_private.h (__isnan): Cast d parameter.
2276 (__isnanf): Likewise.
2277 (__isinf_ns): Likewise.
2278 (__isinf_nsf): Likewise.
2279 (__finite): Likewise.
2280 (__finitef): Likewise.
2281 (__ieee754_sqrt): Define as macro.
2282 (__ieee754_sqrtf): Define as macro.
2283 (__ieee754_sqrtl): Define as macro.
2284 * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Add partially
2285 inlined copy.
2286 * sysdeps/x86_64/fpu/bits/mathinline.h: Make use of
2287 __FINITE_MATH_ONLY__ consistent.
2288 * sysdeps/ieee754/k_standard.c (__kernel_standard_f): New function.
2289
12cc2fcd
AS
22902011-10-10 Andreas Schwab <schwab@linux-m68k.org>
2291
a843a204
AS
2292 * inet/getnetgrent_r.c (nscd_getnetgrent): Use __rawmemchr instead
2293 of rawmemchr.
2294
12cc2fcd
AS
2295 * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c: New file.
2296
c853acd5
UD
22972011-10-09 Ulrich Drepper <drepper@gmail.com>
2298
2299 * po/ja.po: Update from translation team.
2300
c658d255
RM
23012011-10-08 Roland McGrath <roland@hack.frob.com>
2302
110946e4
RM
2303 * locale/programs/locarchive.c (prepare_address_space): New function.
2304 (create_archive, enlarge_archive, open_archive): Use it.
2305
50604220
RM
2306 * sysdeps/unix/sysv/linux/x86_64/time.c: Move #include <dl-vdso.h>
2307 inside [SHARED], where it is used.
2308
c658d255
RM
2309 * nscd/nscd_proto.h: Declare __nscd_setnetgrent.
2310
2311 * nss/getent.c (netgroup_keys): Remove unused variable.
2312 * sysdeps/ieee754/flt-32/s_isinf_nsf.c: Likewise.
2313
6a621eb7
UD
23142011-10-08 Ulrich Drepper <drepper@gmail.com>
2315
7edb55ce
UD
2316 * include/math.h: Declare __isinf_ns, __isinf_nsf, __isinf_nsl.
2317 * sysdeps/ieee754/dbl-64/s_isinf_ns.c: New file.
2318 * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf_ns.c: New file.
2319 * sysdeps/ieee754/flt-32/s_isinf_nsf.c: New file.
2320 * sysdeps/ieee754/ldbl-128/s_isinf_nsl.c: New file.
2321 * sysdeps/ieee754/ldbl-96/s_isinf_nsl.c: New file.
2322 * math/Makefile (libm-calls): Add s_isinf_ns.
2323 * math/divtc3.c: Use __isinf_nsl instead of isinf.
2324 * math/multc3.c: Likewise.
2325 * math/s_casin.c: Likewise.
2326 * math/s_casinf.c: Likewise.
2327 * math/s_casinl.c: Likewise.
2328 * math/s_ccos.c: Likewise.
2329 * math/s_ccosf.c: Likewise.
2330 * math/s_ccosl.c: Likewise.
2331 * math/s_ctan.c: Likewise.
2332 * math/s_ctanf.c: Likewise.
2333 * math/s_ctanh.c: Likewise.
2334 * math/s_ctanhf.c: Likewise.
2335 * math/s_ctanhl.c: Likewise.
2336 * math/s_ctanl.c: Likewise.
2337 * math/w_fmod.c: Likewise.
2338 * math/w_fmodf.c: Likewise.
2339 * math/w_fmodl.c: Likewise.
2340 * math/w_remainder.c: Likewise.
2341 * math/w_remainderf.c: Likewise.
2342 * math/w_remainderl.c: Likewise.
2343 * sysdeps/ieee754/dbl-64/s_finite.c: Undefine __finite.
2344 * sysdeps/ieee754/dbl-64/s_isnan.c: Undefine __isnan.
2345 * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Undefine __finite.
2346 * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Undefine __nan.
2347 * sysdeps/ieee754/flt-32/s_finitef.c: Undefine __finitef.
2348 * sysdeps/ieee754/flt-32/s_isnanf.c: Undefine __nan.
2349 * sysdeps/x86_64/fpu/math_private.h: Add optimized versions of __isnsn,
2350 __isnanf, __isinf_ns, __isinf_nsf, __finite, and __finitef.
2351
187da0ae
UD
2352 * stdio-common/printf_fp.c: Use the fact that isinf returns the sign
2353 of the number.
2354 * stdio-common/printf_fphex.c: Likewise.
2355 * stdio-common/printf_size.c: Likewise.
2356
9277c064
UD
2357 * math/e_exp10.c: Include math_private.h using <...> not "...".
2358 * math/e_exp10f.c: Likewise.
2359 * math/e_exp10l.c: Likewise.
2360 * math/e_exp2l.c: Likewise.
2361 * math/e_j0l.c: Likewise.
2362 * math/e_j1l.c: Likewise.
2363 * math/e_jnl.c: Likewise.
2364 * math/e_lgammal_r.c: Likewise.
2365 * math/e_rem_pio2l.c: Likewise.
2366 * math/e_scalb.c: Likewise.
2367 * math/e_scalbf.c: Likewise.
2368 * math/e_scalbl.c: Likewise.
2369 * math/k_cosl.c: Likewise.
2370 * math/k_sinl.c: Likewise.
2371 * math/k_tanl.c: Likewise.
2372 * math/s_cacoshf.c: Likewise.
2373 * math/s_catan.c: Likewise.
2374 * math/s_catanf.c: Likewise.
2375 * math/s_catanh.c: Likewise.
2376 * math/s_catanhf.c: Likewise.
2377 * math/s_catanhl.c: Likewise.
2378 * math/s_catanl.c: Likewise.
2379 * math/s_ccosh.c: Likewise.
2380 * math/s_ccoshf.c: Likewise.
2381 * math/s_ccoshl.c: Likewise.
2382 * math/s_cexp.c: Likewise.
2383 * math/s_cexpf.c: Likewise.
2384 * math/s_cexpl.c: Likewise.
2385 * math/s_clog.c: Likewise.
2386 * math/s_clog10.c: Likewise.
2387 * math/s_clog10f.c: Likewise.
2388 * math/s_clog10l.c: Likewise.
2389 * math/s_clogf.c: Likewise.
2390 * math/s_clogl.c: Likewise.
2391 * math/s_csin.c: Likewise.
2392 * math/s_csinf.c: Likewise.
2393 * math/s_csinh.c: Likewise.
2394 * math/s_csinhf.c: Likewise.
2395 * math/s_csinhl.c: Likewise.
2396 * math/s_csinl.c: Likewise.
2397 * math/s_csqrt.c: Likewise.
2398 * math/s_csqrtf.c: Likewise.
2399 * math/s_csqrtl.c: Likewise.
2400 * math/s_ctan.c: Likewise.
2401 * math/s_ctanf.c: Likewise.
2402 * math/s_ctanh.c: Likewise.
2403 * math/s_ctanhf.c: Likewise.
2404 * math/s_ctanhl.c: Likewise.
2405 * math/s_ctanl.c: Likewise.
2406 * math/s_ldexp.c: Likewise.
2407 * math/s_ldexpf.c: Likewise.
2408 * math/s_ldexpl.c: Likewise.
2409 * math/s_significand.c: Likewise.
2410 * math/s_significandf.c: Likewise.
2411 * math/s_significandl.c: Likewise.
2412 * math/w_acos.c: Likewise.
2413 * math/w_acosf.c: Likewise.
2414 * math/w_acosh.c: Likewise.
2415 * math/w_acoshf.c: Likewise.
2416 * math/w_acoshl.c: Likewise.
2417 * math/w_acosl.c: Likewise.
2418 * math/w_asin.c: Likewise.
2419 * math/w_asinf.c: Likewise.
2420 * math/w_asinl.c: Likewise.
2421 * math/w_atan2.c: Likewise.
2422 * math/w_atan2f.c: Likewise.
2423 * math/w_atan2l.c: Likewise.
2424 * math/w_atanh.c: Likewise.
2425 * math/w_atanhf.c: Likewise.
2426 * math/w_atanhl.c: Likewise.
2427 * math/w_cosh.c: Likewise.
2428 * math/w_coshf.c: Likewise.
2429 * math/w_coshl.c: Likewise.
2430 * math/w_dremf.c: Likewise.
2431 * math/w_exp10.c: Likewise.
2432 * math/w_exp10f.c: Likewise.
2433 * math/w_exp10l.c: Likewise.
2434 * math/w_exp2.c: Likewise.
2435 * math/w_exp2f.c: Likewise.
2436 * math/w_fmod.c: Likewise.
2437 * math/w_fmodf.c: Likewise.
2438 * math/w_fmodl.c: Likewise.
2439 * math/w_hypot.c: Likewise.
2440 * math/w_hypotf.c: Likewise.
2441 * math/w_hypotl.c: Likewise.
2442 * math/w_j0.c: Likewise.
2443 * math/w_j0f.c: Likewise.
2444 * math/w_j0l.c: Likewise.
2445 * math/w_j1.c: Likewise.
2446 * math/w_j1f.c: Likewise.
2447 * math/w_j1l.c: Likewise.
2448 * math/w_jn.c: Likewise.
2449 * math/w_jnf.c: Likewise.
2450 * math/w_jnl.c: Likewise.
2451 * math/w_lgamma.c: Likewise.
2452 * math/w_lgamma_r.c: Likewise.
2453 * math/w_lgammaf.c: Likewise.
2454 * math/w_lgammaf_r.c: Likewise.
2455 * math/w_lgammal.c: Likewise.
2456 * math/w_lgammal_r.c: Likewise.
2457 * math/w_log.c: Likewise.
2458 * math/w_log10.c: Likewise.
2459 * math/w_log10f.c: Likewise.
2460 * math/w_log10l.c: Likewise.
2461 * math/w_log2.c: Likewise.
2462 * math/w_log2f.c: Likewise.
2463 * math/w_log2l.c: Likewise.
2464 * math/w_logf.c: Likewise.
2465 * math/w_logl.c: Likewise.
2466 * math/w_pow.c: Likewise.
2467 * math/w_powf.c: Likewise.
2468 * math/w_powl.c: Likewise.
2469 * math/w_remainder.c: Likewise.
2470 * math/w_remainderf.c: Likewise.
2471 * math/w_remainderl.c: Likewise.
2472 * math/w_scalb.c: Likewise.
2473 * math/w_scalbf.c: Likewise.
2474 * math/w_scalbl.c: Likewise.
2475 * math/w_sinh.c: Likewise.
2476 * math/w_sinhf.c: Likewise.
2477 * math/w_sinhl.c: Likewise.
2478 * math/w_sqrt.c: Likewise.
2479 * math/w_sqrtf.c: Likewise.
2480 * math/w_sqrtl.c: Likewise.
2481 * math/w_tgamma.c: Likewise.
2482 * math/w_tgammaf.c: Likewise.
2483 * math/w_tgammal.c: Likewise.
2484
6a621eb7
UD
2485 * po/ja.po: Update from translation team.
2486
bf582445
AJ
24872011-09-29 Andreas Jaeger <aj@suse.de>
2488
f9efbf3a
AJ
2489 [BZ #13179]
2490 * sunrpc/netname.c (netname2host): Fix logic.
2491
bf582445
AJ
2492 [BZ #6779]
2493 [BZ #6783]
2494 * math/w_remainderl.c (__remainderl): Handle (NaN, 0) and (Inf,y)
2495 correctly.
2496 * math/w_remainder.c (__remainder): Likewise.
2497 * math/w_remainderf.c (__remainderf): Likewise.
2498 * math/libm-test.inc (remainder_test): Add test cases.
2499
48693bea
AK
25002011-10-04 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
2501
2502 * stdlib/longlong.h: Update from GCC. Fix zarch smul_ppmm and
2503 sdiv_qrnnd.
2504
42622229
LD
25052011-10-07 Ulrich Drepper <drepper@gmail.com>
2506
2507 * string/test-memcmp.c: Avoid unncessary #defines.
2508 Patch by Liubov Dmitrieva <liubov.dmitrieva@gmail.com>.
2509
093ecf92
LD
25102011-08-31 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
2511
2512 * sysdeps/x86_64/multiarch/rawmemchr.S: Update.
2513 Use new sse2 version for core i3 - i7 as it's faster
2514 than sse42 version.
2515 (bit_Prefer_PMINUB_for_stringop): New.
2516 * sysdeps/x86_64/rawmemchr.S: Update.
2517 Replace with faster SSE2 version.
2518 * sysdeps/x86_64/memrchr.S: New file.
2519 * sysdeps/x86_64/memchr.S: Update.
2520 Replace with faster SSE2 version.
2521
fde56e5c
MP
25222011-09-12 Marek Polacek <mpolacek@redhat.com>
2523
2524 * elf/dl-load.c (lose): Add cast to avoid warning.
2525
21fd49a9
UD
25262011-10-07 Ulrich Drepper <drepper@gmail.com>
2527
5a06e643
UD
2528 * po/ca.po: Update from translation team.
2529
684ae515
UD
2530 * inet/getnetgrent_r.c: Hook up nscd.
2531 * nscd/Makefile (routines): Add nscd_netgroup.
2532 (nscd-modules): Add netgroupcache.
2533 (CFLAGS-netgroupcache.c): Define.
2534 * nscd/cache.c (readdfcts): Add entries for GETNETGRENT and INNETGR.
2535 (cache_search): Add const to second parameter.
2536 * nscd/connections.c (serv2str): Add entries for GETNETGRENT and
2537 INNETGR.
2538 (dbs): Add netgrdb entry.
2539 (reqinfo): Add entries for GETNETGRENT, INNETGR, and GETFDNETGR.
2540 (verify_persistent_db): Handle netgrdb.
2541 (handle_request): Handle GETNETGRENT, INNETGR, and GETFDNETGR.
2542 * nscd/nscd-client.h (request_type): Add GETNETGRENT, INNETGR, and
2543 GETFDNETGR.
2544 (netgroup_response_header): Define.
2545 (innetgroup_response_header): Define.
2546 (datahead): Add netgroup_response_header and innetgroup_response_header
2547 elements.
2548 * nscd/nscd.conf: Add entries for netgroup cache.
2549 * nscd/nscd.h (dbtype): Add netgrdb.
2550 (_PATH_NSCD_NETGROUP_DB): Define.
2551 (netgroup_iov_disabled): Declare.
2552 (xmalloc, xcalloc, xrealloc): Move declarations here.
2553 (cache_search): Adjust prototype.
2554 Add netgroup-related prototypes.
2555 * nscd/nscd_conf.c (dbnames): Add netgrdb entry.
2556 * nscd/nscd_proto.h (__nss_not_use_nscd_netgroup): Declare.
2557 (__nscd_innetgr): Declare.
2558 * nscd/selinux.c (perms): Use access_vector_t as element type and
2559 add netgroup-related initializers.
2560 * nscd/netgroupcache.c: New file.
2561 * nscd/nscd_netgroup.c: New file.
2562 * nss/Versions [libc] (GLIBC_PRIVATE): Export __nss_lookup.
2563 * nss/getent.c (netgroup_keys): Use setnetgrent only for one parameter.
2564 For four parameters use innetgr.
2565 * nss/nss_files/files-init.c: Add definition and callback for netgr.
2566 * nss/nsswitch.c (__nss_lookup): Add libc_hidden_def.
2567 (__nss_disable_nscd): Set __nss_not_use_nscd_netgroup.
2568 * nss/nsswitch.h (__nss_lookup): Add libc_hidden_proto.
2569
21fd49a9
UD
2570 * nscd/connections.c (register_traced_file): Don't register file
2571 for disabled databases.
2572
054c0457
UD
25732011-10-06 Ulrich Drepper <drepper@gmail.com>
2574
32b63198
UD
2575 * nscd/grpcache.c (cache_addgr): Initialize written in all cases.
2576
054c0457
UD
2577 * nss/nsswitch.c (__nss_lookup_function): Fix order of deleting
2578 from tree and freeing node.
2579
64031225
JO
25802011-09-25 Jiri Olsa <jolsa@redhat.com>
2581
2582 * nss/nsswitch.c (__nss_database_lookup): Handle
2583 nss_parse_service_list out of memory case.
2584
0490345c
JO
25852011-09-15 Jiri Olsa <jolsa@redhat.com>
2586
2587 * nss/nsswitch.c (__nss_lookup_function): Handle __tsearch
2588 out of memory case.
2589
3a62d00d
AS
25902011-10-04 Andreas Schwab <schwab@redhat.com>
2591
2592 * include/dlfcn.h (__RTLD_NOIFUNC): Define.
2593 * elf/do-rel.h (elf_dynamic_do_rel): Add parameter skip_ifunc and
2594 pass it down.
2595 * elf/dynamic-link.h: Adjust prototypes of elf_machine_rel,
2596 elf_machine_rela, elf_machine_lazy_rel.
2597 (_ELF_DYNAMIC_DO_RELOC): Add parameter skip_ifunc and pass it down.
2598 (ELF_DYNAMIC_DO_REL): Likewise.
2599 (ELF_DYNAMIC_DO_RELA): Likewise.
2600 (ELF_DYNAMIC_RELOCATE): Likewise.
2601 * elf/dl-reloc.c (_dl_relocate_object): Pass __RTLD_NOIFUNC down
2602 to ELF_DYNAMIC_DO_REL.
2603 * elf/rtld.c (_dl_start): Adjust use of ELF_DYNAMIC_RELOCATE.
2604 (dl_main): In trace mode always set __RTLD_NOIFUNC.
2605 * elf/dl-conflict.c (_dl_resolve_conflicts): Adjust call to
2606 elf_machine_rela.
2607 * sysdeps/i386/dl-machine.h (elf_machine_rel): Add parameter
2608 skip_ifunc, don't call ifunc function if non-zero.
2609 (elf_machine_rela): Likewise.
2610 (elf_machine_lazy_rel): Likewise.
2611 (elf_machine_lazy_rela): Likewise.
2612 * sysdeps/ia64/dl-machine.h (elf_machine_rela): Likewise.
2613 (elf_machine_lazy_rel): Likewise.
2614 * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_rela):
2615 Likewise.
2616 (elf_machine_lazy_rel): Likewise.
2617 * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
2618 Likewise.
2619 (elf_machine_lazy_rel): Likewise.
2620 * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela): Likewise.
2621 (elf_machine_lazy_rel): Likewise.
2622 * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela): Likewise.
2623 (elf_machine_lazy_rel): Likewise.
2624 * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
2625 (elf_machine_lazy_rel): Likewise.
2626 * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Likewise.
2627 (elf_machine_lazy_rel): Likewise.
2628 * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Likewise.
2629 (elf_machine_lazy_rel): Likewise.
2630 * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Likewise.
2631 (elf_machine_lazy_rel): Likewise.
2632
68577918
UD
26332011-09-28 Ulrich Drepper <drepper@gmail.com>
2634
2635 * nss/nss_files/files-init.c (_nss_files_init): Use static
2636 initialization for all the *_traced_file variables.
2637
68822d74
AS
26382011-09-28 Andreas Schwab <schwab@redhat.com>
2639
2640 * sysdeps/powerpc/fpu/libm-test-ulps: Adjust ULPs for jn tests.
2641
2056100b
RM
26422011-09-27 Roland McGrath <roland@hack.frob.com>
2643
2644 [BZ #13226]
2645 * manual/signal.texi (Longjmp in Handler): Grammar fixes.
2646
32c76b63
AS
26472011-09-27 Andreas Schwab <schwab@redhat.com>
2648
2649 * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn):
2650 Reread the line before reparsing it.
2651
bf972c9d
AS
26522011-09-26 Andreas Schwab <schwab@redhat.com>
2653
2654 * sysdeps/x86_64/fpu/bits/mathinline.h: Use __asm instead of asm.
2655
e057a1b5
JM
26562011-09-21 Chung-Lin Tang <cltang@codesourcery.com>
2657 Maxim Kuvyrkov <maxim@codesourcery.com>
2658 Joseph Myers <joseph@codesourcery.com>
2659
2660 * resolv/Makefile (LDLIBS-resolv.so): Link in $(elfobjdir)/ld.so
2661 if needed for __stack_chk_guard.
2662
bc7e1c36
RM
26632011-09-19 Roland McGrath <roland@hack.frob.com>
2664
ecb1482f
RM
2665 * sysdeps/posix/spawni.c (script_execute): Always define it.
2666 It will be optimized away if unused.
2667 (maybe_script_execute): New function.
2668 (__spawni): Call it.
2669
bc7e1c36
RM
2670 * Makerules: Don't include tls.make.
2671 (config-tls): Always set to thread.
2672 * tls.make.c: File removed.
2673
1c3b002b
MF
26742011-09-19 Mike Frysinger <vapier@gentoo.org>
2675
2676 * Makeconfig (CPPFLAGS): Prepend $(CPPFLAGS-config).
2677 * config.make.in (CPPFLAGS-config): New substituted variable.
2678
2840865d
UD
26792011-09-15 Ulrich Drepper <drepper@gmail.com>
2680
88738eb6
UD
2681 * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: New file.
2682
cbf645a6 2683 [BZ #13192]
2840865d
UD
2684 * sysdeps/unix/sysv/linux/bits/in.h (IP_MULTICAST_ALL): Define.
2685 Patch mostly by Neil Horman <nhorman@tuxdriver.com>.
2686
b402e91a
RM
26872011-09-15 Roland McGrath <roland@hack.frob.com>
2688
2689 * sysdeps/unix/sysv/linux/i386/____longjmp_chk.S
2690 (CALL_FAIL): Use HIDDEN_JUMPTARGET for __fortify_fail.
2691 * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S
2692 (CALL_FAIL): Likewise.
2693 * sysdeps/unix/sysv/linux/ia64/____longjmp_chk.S (CHECK_RSP): Likewise.
2694 (CALL_FAIL): Macro removed.
2695 Patch mostly by Mike Frysinger <vapier@gentoo.org>.
2696
4c1a1f71
UD
26972011-09-15 Ulrich Drepper <drepper@gmail.com>
2698
2699 * sysdeps/x86_64/fpu/bits/mathinline.h: Add fmax and fmin optimizations
2700 for __FINITE_MATH_ONLY__ == 1.
2701
edc121be
AS
27022011-09-15 Andreas Schwab <schwab@redhat.com>
2703
2704 * sysdeps/powerpc/fpu/e_hypot.c (__ieee754_hypot): Use
2705 __ieee754_sqrt instead of sqrt.
2706 * sysdeps/powerpc/fpu/e_hypotf.c (__ieee754_hypotf): Use
2707 __ieee754_sqrtf instead of sqrtf.
2708 * sysdeps/powerpc/fpu/e_rem_pio2f.c (__ieee754_rem_pio2f): Use
2709 __floorf instead of floorf.
2710 * sysdeps/powerpc/fpu/k_rem_pio2f.c (__fp_kernel_rem_pio2f): Use
2711 __floorf, __truncf instead of floorf, truncf.
2712
cd205654
UD
27132011-09-14 Ulrich Drepper <drepper@gmail.com>
2714
ee4d0315
UD
2715 * sysdeps/x86_64/fpu/s_copysign.S [ELF]: Use correct section.
2716
cd205654
UD
2717 * sysdeps/x86_64/fpu/bits/mathinline.h (__MATH_INLINE): Use
2718 __extern_always_inline.
2719 Define lrint{f,} and llrint{f,} for 64-bit and in some situations for
2720 32-bit.
2721
48b67d71
AS
27222011-09-14 Andreas Schwab <schwab@redhat.com>
2723
2724 * elf/rtld.c (dl_main): Also relocate in dependency order when
2725 doing symbol dependency testing.
2726
1ae12c75
AS
27272011-09-13 Andreas Schwab <schwab@linux-m68k.org>
2728
2729 * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
2730 Always define `refsym'.
2731
995a80df
AS
27322011-09-13 Andreas Schwab <schwab@redhat.com>
2733
e529793b
AS
2734 * misc/sys/select.h (__FD_MASK): Renamed from __FDMASK.
2735 (__FD_ELT): Renamed from __FDELT.
2736 * misc/bits/select2.h (__FD_ELT): Likewise.
2737 * bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET): Use __FD_ELT,
2738 __FD_MASK instead of __FDELT, __FDMASK.
2739 * sysdeps/i386/bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET):
2740 Likewise.
2741 * sysdeps/x86_64/bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET):
2742 Likewise.
2743
52d4fef8
AS
2744 * elf/Makefile (gen-ldd): Fix pattern.
2745
995a80df
AS
2746 * elf/rtld.c (dl_main): Only use USE___THREAD when defined.
2747 (init_tls): Likewise.
2748
8682f8b0
UD
27492011-09-12 Ulrich Drepper <drepper@gmail.com>
2750
2751 * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c: New file.
2752
de82006d
AS
27532011-09-12 Andreas Schwab <schwab@redhat.com>
2754
a7c8e6a1
AS
2755 * sysdeps/unix/sysv/linux/bits/socket.h (__cmsg_nxthdr): Cast to
2756 `struct cmsghdr *' instead of `void *'.
2757 * sysdeps/unix/sysv/linux/sparc/bits/socket.h (__cmsg_nxthdr):
2758 Likewise.
2759
0f31fe77
AS
27602011-09-11 Andreas Schwab <schwab@linux-m68k.org>
2761
2762 * elf/Makefile (gen-ldd): Prepend $(..) to $(ldd-rewrite-script)
2763 if non-absolute.
2764 * sysdeps/unix/sysv/linux/configure.in: Remove leading ../ from
2765 ldd_rewrite_script.
0f31fe77 2766
32b4c839
UD
27672011-09-11 Ulrich Drepper <drepper@gmail.com>
2768
83cd1420
UD
2769 * configure.in: Remove --with-tls option.
2770 * config.h.in: Remove HAVE_TLS_SUPPORT entry.
2771 * sysdeps/i386/elf/configure.in: Always test for TLS support and err
2772 out in case it is missing.
2773 * sysdeps/ia64/elf/configure.in: Likewise.
2774 * sysdeps/powerpc/powerpc32/elf/configure.in: Likewise.
2775 * sysdeps/powerpc/powerpc64/elf/configure.in: Likewise.
2776 * sysdeps/s390/s390-32/elf/configure.in: Likewise.
2777 * sysdeps/s390/s390-64/elf/configure.in: Likewise.
2778 * sysdeps/sh/elf/configure.in: Likewise.
2779 * sysdeps/sparc/sparc32/elf/configure.in: Likewise.
2780 * sysdeps/sparc/sparc64/elf/configure.in: Likewise.
2781 * sysdeps/x86_64/elf/configure.in: Likewise.
2782 * sysdeps/mach/hurd/i386/tls.h: Remove test for HAVE_TLS_SUPPORT.
2783 * sysdeps/mach/hurd/tls.h: Likewise.
2784
633f745d
UD
2785 [BZ #13067]
2786 * malloc/obstack.h [!GNUC] (obstack_free): Avoid cast to int.
2787
f318beb8
UD
2788 [BZ #13090]
2789 * configure.in: Fix use of AC_INIT.
2790
32b4c839
UD
2791 * elf/dl-support.c (_dl_pagesize): Initialize to EXEC_PAGESIZE.
2792
3ce1f295
UD
27932011-09-10 Ulrich Drepper <drepper@gmail.com>
2794
bb016596
UD
2795 * malloc/malloc.c: Replace MALLOC_FAILURE_ACTION with use of
2796 __set_errno.
8e58439c
UD
2797 * malloc/hooks.c: Likewise.
2798
aebae053 2799 [BZ #11929]
02d46fc4
UD
2800 * malloc/arena.c (ptmalloc_init_minimal): Removed. Initialize all
2801 variables statically.
2802 (narenas): Initialize.
2803 (list_lock): Initialize.
bb016596
UD
2804 (ptmalloc_init): Don't call ptmalloc_init_minimal. Remove
2805 initializtion of main_arena and list_lock. Small cleanups.
02d46fc4
UD
2806 Replace all uses of malloc_getpagesize with GLRO(dl_pagesize).
2807 * malloc/malloc.c: Remove malloc_getpagesize. Include <ldsodefs.h>.
2808 Add initializers to main_arena and mp_.
2809 (malloc_state): Remove pagesize member. Change all users to use
2810 GLRO(dl_pagesize).
2811
2812 * elf/rtld.c (rtld_global_ro): Initialize _dl_pagesize.
2813 * sysdeps/unix/sysv/linux/getpagesize.c: Simplify. GLRO(dl_pagesize)
2814 is always initialized.
2815
22a89187
UD
2816 * malloc/malloc.c: Removed unused configurations and dead code.
2817 * malloc/arena.c: Likewise.
2818 * malloc/hooks.c: Likewise.
02d46fc4 2819 * malloc/Makefile (CPPFLAGS-malloc.c): Don't add -DATOMIC_FASTBINS.
22a89187 2820
d063d164
UD
2821 * include/tls.h: Removed. USE___THREAD must always be defined.
2822 * bits/libc-tsd.h: Don't handle !USE___THREAD.
2823 * elf/dl-libc.c: Likewise.
2824 * elf/dl-tsd.c: Likewise.
2825 * include/errno.h: Likewise.
2826 * include/netdb.h: Likewise.
2827 * include/resolv.h: Likewise.
2828 * inet/herrno-loc.c: Likewise.
2829 * inet/herrno.c: Likewise.
2830 * malloc/arena.c: Likewise.
2831 * malloc/hooks.c: Likewise.
2832 * malloc/malloc.c: Likewise.
2833 * resolv/res-state.c: Likewise.
2834 * resolv/res_libc.c: Likewise.
2835 * sysdeps/i386/dl-machine.h: Likewise.
2836 * sysdeps/ia64/dl-machine.h: Likewise.
2837 * sysdeps/powerpc/powerpc32/dl-machine.h: Likewise.
2838 * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
2839 * sysdeps/s390/s390-32/dl-machine.h: Likewise.
2840 * sysdeps/s390/s390-64/dl-machine.h: Likewise.
2841 * sysdeps/sh/dl-machine.h: Likewise.
2842 * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
2843 * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
2844 * sysdeps/unix/i386/sysdep.S: Likewise.
2845 * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
2846 * sysdeps/unix/sysv/linux/ia64/sysdep.S: Likewise.
2847 * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.S: Likewise.
2848 * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
2849 * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.S: Likewise.
2850 * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
2851 * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
2852 * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
2853 * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
2854 * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
2855 * sysdeps/unix/x86_64/sysdep.S: Likewise.
2856 * sysdeps/x86_64/dl-machine.h: Likewise.
2857 * tls.make.c: Likewise.
2858
3ce1f295
UD
2859 * configure.in: Remove --with-__thread option. Make tests for
2860 --no-whole-archive, __builtin_expect, symbol redirection, __thread,
2861 tls_model attribute fail if no support is available. Remove
2862 USE_IN_LIBIO.
2863 * Makeconfig: Adjust for dropped configure option. All features are
2864 now mandatory.
2865 * Makerules: Likewise.
2866 * Versions.def: Likewise.
2867 * argp/argp-fmtstream.c: Likewise.
2868 * argp/argp-fmtstream.h: Likewise.
2869 * argp/argp-help.c: Likewise.
2870 * assert/assert.c: Likewise.
2871 * config.h.in: Likewise.
2872 * config.make.in: Likewise.
2873 * configure: Likewise.
2874 * configure.in: Likewise.
2875 * csu/Versions: Likewise.
2876 * csu/init.c: Likewise.
2877 * elf/tst-audit2.c: Likewise.
2878 * elf/tst-tls10.c: Likewise.
2879 * elf/tst-tls10.h: Likewise.
2880 * elf/tst-tls11.c: Likewise.
2881 * elf/tst-tls12.c: Likewise.
2882 * elf/tst-tls14.c: Likewise.
2883 * elf/tst-tlsmod11.c: Likewise.
2884 * elf/tst-tlsmod12.c: Likewise.
2885 * elf/tst-tlsmod13.c: Likewise.
2886 * elf/tst-tlsmod13a.c: Likewise.
2887 * elf/tst-tlsmod14a.c: Likewise.
2888 * elf/tst-tlsmod15b.c: Likewise.
2889 * elf/tst-tlsmod16a.c: Likewise.
2890 * elf/tst-tlsmod16b.c: Likewise.
2891 * elf/tst-tlsmod7.c: Likewise.
2892 * elf/tst-tlsmod8.c: Likewise.
2893 * elf/tst-tlsmod9.c: Likewise.
2894 * gmon/gmon.c: Likewise.
2895 * grp/fgetgrent_r.c: Likewise.
2896 * grp/putgrent.c: Likewise.
2897 * hurd/fopenport.c: Likewise.
2898 * include/libc-symbols.h: Likewise.
2899 * include/tls.h: Likewise.
2900 * intl/gettextP.h: Likewise.
2901 * intl/loadinfo.h: Likewise.
2902 * locale/global-locale.c: Likewise.
2903 * locale/localeinfo.h: Likewise.
2904 * mach/devstream.c: Likewise.
2905 * malloc/arena.c: Likewise.
2906 * malloc/set-freeres.c: Likewise.
2907 * misc/err.c: Likewise.
2908 * misc/getttyent.c: Likewise.
2909 * misc/mntent_r.c: Likewise.
2910 * posix/getopt.c: Likewise.
2911 * posix/wordexp.c: Likewise.
2912 * pwd/fgetpwent_r.c: Likewise.
2913 * resolv/Versions: Likewise.
2914 * resolv/res_hconf.c: Likewise.
2915 * shadow/fgetspent_r.c: Likewise.
2916 * shadow/putspent.c: Likewise.
2917 * stdio-common/printf_fphex.c: Likewise.
2918 * stdio-common/tmpfile.c: Likewise.
2919 * stdlib/abort.c: Likewise.
2920 * stdlib/fmtmsg.c: Likewise.
2921 * sunrpc/auth_unix.c: Likewise.
2922 * sunrpc/clnt_perr.c: Likewise.
2923 * sunrpc/clnt_tcp.c: Likewise.
2924 * sunrpc/clnt_udp.c: Likewise.
2925 * sunrpc/clnt_unix.c: Likewise.
2926 * sunrpc/openchild.c: Likewise.
2927 * sunrpc/svc_simple.c: Likewise.
2928 * sunrpc/svc_tcp.c: Likewise.
2929 * sunrpc/svc_udp.c: Likewise.
2930 * sunrpc/svc_unix.c: Likewise.
2931 * sunrpc/xdr.c: Likewise.
2932 * sunrpc/xdr_array.c: Likewise.
2933 * sunrpc/xdr_rec.c: Likewise.
2934 * sunrpc/xdr_ref.c: Likewise.
2935 * sunrpc/xdr_stdio.c: Likewise.
2936
1248c1c4
PB
29372011-09-09 Ulrich Drepper <drepper@gmail.com>
2938
2939 * sysdeps/i386/fpu/libm-test-ulps: Adjust ULPs for jn tests.
2940
29412011-07-03 Andreas Jaeger <aj@suse.de>
2942
2943 * math/libm-test.inc (jn_test): Add tests for BZ#11589.
2944 * sysdeps/x86_64/fpu/libm-test-ulps: Add new ULPs for jn_test,
2945 regenerate with gen-libm-tests.pl.
2946
29472010-05-12 Petr Baudis <pasky@suse.cz>
2948
2949 [BZ #11589]
2950 * sysdeps/ieee754/dbl-64/e_jn.c: Compensate major precision loss
2951 around j0() zero points by switching to j1().
2952 * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
2953 * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
2954 * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
2955 * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
2956
f22e1074
UD
29572011-09-09 Ulrich Drepper <drepper@gmail.com>
2958
f19009c1
UD
2959 * sysdeps/unix/bsd/bsd4.4/bits/socket.h (__cmsg_nxthdr): Use NULL
2960 instead of 0.
2961 * sysdeps/unix/sysv/linux/bits/socket.h (__cmsg_nxthdr): Use (void*)0
2962 instead of 0. .
2963 * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
2964 Patch in part by Pavel Roskin <proski@gnu.org>.
2965
3f8cc204
UD
2966 [BZ #13138]
2967 * stdio-common/vfscanf.c (ADDW): Allocate large memory block with
2968 realloc.
2969 (_IO_vfscanf_internal): Remove reteof. Use errout after setting done.
2970 Free memory block if necessary.
2971
f22e1074
UD
2972 [BZ #12847]
2973 * libio/genops.c (INTDEF): For string streams the _lock pointer can
2974 be NULL. Don't lock in this case.
2975
0a2349f9
RM
29762011-09-09 Roland McGrath <roland@hack.frob.com>
2977
2978 * elf/elf.h (ELFOSABI_GNU): New macro.
2979 (ELFOSABI_LINUX): Define to that.
2980
f3cdd467
DZ
29812011-07-29 Denis Zaitceff <zaitceff@gmail.com>
2982
2983 * string/strncat.c (strncat): Undef the symbol in case it has been
2984 defined in bits/string.h.
2985
74718d13
UD
29862011-09-09 Ulrich Drepper <drepper@gmail.com>
2987
633e9e0f
UD
2988 * elf/sotruss.ksh: Clean up, fix, and complete help messages.
2989
0a2349f9 2990 * elf/dl-iteratephdr.c (__dl_iterate_phdr): Fill in data from the real
74718d13
UD
2991 link map.
2992
f9924780
AJ
29932011-08-17 Andreas Jaeger <aj@suse.de>
2994
2995 * elf/sprof.c (load_shobj): Remove unused variable log_hashfraction.
2996
7f5517aa
PP
29972011-08-18 Paul Pluzhnikov <ppluzhnikov@google.com>
2998 Ian Lance Taylor <iant@google.com>
2999
3000 * math/libm-test.inc (lround_test): New testcase.
3001 * sysdeps/ieee754/dbl-64/s_lround.c (__lround): Don't lose precision.
3002
762011fe
UD
30032011-09-08 Ulrich Drepper <drepper@gmail.com>
3004
92963737
UD
3005 * Makefile: Remove support for automatic cvs check-ins.
3006 * Makerules: Likewise.
3007 * config.make.in: Likewise.
3008 * configure.in: Likewise.
3009 * intl/Makefile: Likewise.
3010 * locale/Makefile: Likewise.
3011 * po/Makefile: Likewise.
3012 * posix/Makefile: Likewise.
3013 * sysdeps/gnu/Makefile: Likewise.
3014 * sysdeps/mach/hurd/Makefile: Likewise.
3015 * sysdeps/sparc/sparc32/Makefile: Likewise.
3016
b0727fd8
JS
3017 [BZ #13118]
3018 * posix/Makefile (bug-regex32-ENV): Define.
3019 Patch by John Stanley <jpsinthemix@verizon.net>.
3020
a0f33f99
UD
3021 * misc/Makefile (headers): Add bits/select2.h.
3022 * misc/sys/select.h: Include bits/select2.h for _FORTIFY_SOURCE.
3023 * misc/bits/select2.h: New file.
3024 * include/bits/select2.h: New file.
3025 * debug/Makefile (routines): Add fdelt_chk.
3026 * debug/Versions: Export __fdelt_chk and __fdelt_warn for GLIBC_2.15.
3027 * debug/tst-chk1.c (do_test): Add tests for FD_SET, FD_CLR, and
3028 FD_ISSET.
3029 * debug/fdelt_chk.c: New file.
3030
762011fe
UD
3031 * wcsmbs/test-wcscmp.c: Moved from string/*. Adjust.
3032 * wcsmbs/test-wmemcmp.c: Likewise.
3033 * string/Makefile (strop-tests): Remove wcscmp and wmemcmp.
a0f33f99 3034 * wcsmbs/Makefile (strop-tests): Add wcscmp and wmemcmp.
762011fe
UD
3035
30362011-09-08 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
3037
3038 * string/Makefile (strop-tests): Add memcmp.
3039 * string/test-wmemcmp.c: New file.
3040 * string/test-memcmp.c: Add wmemcmp support.
3041
7f513ec8
RM
30422011-09-08 Roland McGrath <roland@hack.frob.com>
3043
0442afb4
RM
3044 [BZ #13153]
3045 * manual/libc.texinfo (EDITION, VERSION, UPDATED): Update for
3046 2011-07-19 change.
3047
7f513ec8
RM
3048 * sysdeps/mach/hurd/fork.c (__fork): Initialize REFS so we don't use a
3049 garbage value in a __mach_port_mod_refs call in the cases of the
3050 task-self and thread-self ports.
3051
a12b2239
ST
30522011-09-06 Samuel Thibault <samuel.thibault@ens-lyon.org>
3053
3054 * sysdeps/mach/hurd/sys/param.h (DEV_BSIZE): New macro.
3055
610f9ab4
AS
30562011-09-08 Andreas Schwab <schwab@redhat.com>
3057
7f513ec8 3058 * elf/dl-load.c (lose): Check for non-null L.
610f9ab4 3059
48882a1a
LD
30602011-09-07 Ulrich Drepper <drepper@gmail.com>
3061
b49865be
UD
3062 * elf/dl-load.c (open_verify): Use O_CLOEXEC.
3063
fdc86bc9
UD
3064 * elf/dl-libc.c (dlerror_run): Pass back error code from
3065 dl_catch_error.
3066
c966526a
UD
3067 [BZ #13123]
3068 * elf/dl-load.c (lose): Free l_origin if it is valid.
3069
48882a1a
LD
3070 * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Fix mixup in section
3071 names.
3072 * sysdeps/i386/i686/multiarch/strchr-sse2.S: Likewise.
3073 * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
3074 * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
3075 * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
3076 * sysdeps/i386/i686/multiarch/strrchr-sse2.S: Likewise.
3077 Patch by Liubov Dmitrieva <liubov.dmitrieva@intel.com>.
3078
77a2a8b4
AZ
30792011-08-01 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
3080
3081 * sysdeps/powerpc/fpu/e_hypot.c: New file.
3082 * sysdeps/powerpc/fpu/e_hypotf.c: New file.
3083 * sysdeps/powerpc/fpu/e_rem_pio2f.c: New file.
3084 * sysdeps/powerpc/fpu/k_rem_pio2f.c: New file.
3085 * sysdeps/powerpc/fpu/k_cosf.c: New file.
3086 * sysdeps/powerpc/fpu/k_sinf.c: New file.
3087 * sysdeps/powerpc/fpu/s_cosf.c: New file.
3088 * sysdeps/powerpc/fpu/s_sinf.c: New file.
3089 * sysdeps/powerpc/fpu/s_scalbnf.c: New file.
3090 * sysdeps/powerpc/fpu/s_float_bitwise.h: New file.
3091
24f579d8
AM
30922011-08-15 Alan Modra <amodra@gmail.com>
3093
3094 [BZ #13092]
3095 * sysdeps/powerpc/Makefile (gmon): Move sysdep_routines to..
3096 * sysdeps/powerpc/powerpc64/Makefile (gmon): ..here..
3097 * sysdeps/powerpc/powerpc32/Makefile (gmon): ..and here. Add
3098 ppc_mcount to static-only-routines.
3099 * sysdeps/powerpc/powerpc32/Versions: Export GLIBC_PRIVATE
3100 __mcount_internal.
3101 * sysdeps/powerpc/powerpc32/ppc-mcount.S (_mcount): Call
3102 __mcount_internal with usual JUMPTARGET. Remove useless nop.
3103
3d4837df
UD
31042011-08-18 David Flaherty <flaherty@linux.vnet.ibm.com>
3105
3106 * sysdeps/ieee754/ldbl-128ibm/s_fmal.c: New file which checks
3107 for finite and infinity parameters.
3108
22700377
WS
31092011-08-04 Will Schmidt <will_schmidt@vnet.ibm.com>
3110
3111 * sysdeps/powerpc/powerpc32/power7/strncmp.S: Adjust the alignment
3112 and add nop instructions for throughput optimization.
3113 * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
3114
5025581e
WS
31152011-07-28 Will Schmidt <will_schmidt@vnet.ibm.com>
3116
3117 * sysdeps/powerpc/powerpc32/power7/memcpy.S: Optimize the
3118 aligned copy for power7 with vector-scalar instructions.
3119 * sysdeps/powerpc/powerpc64/power7/memcpy.S: Likewise.
3120
08a300c9
L
31212011-07-24 H.J. Lu <hongjiu.lu@intel.com>
3122
3123 * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Simplify
3124 AVX check.
3125
59178ef9
AS
31262011-09-07 Andreas Schwab <schwab@redhat.com>
3127
3128 [BZ #13144]
3129 * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semdid_ds): Revert
3130 last change.
3131
e38ba7ab
UD
31322011-09-07 Ulrich Drepper <drepper@gmail.com>
3133
3134 * sysdeps/unix/sysv/linux/x86_64/init-first.c
3135 (_libc_vdso_platform_setup): If vDSO is not present store pointer to
3136 syscall wrapper around clock_gettime in __vdso_clock_gettime.
3137 * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Add entry for
3138 clock_gettime.
3139
d53a73ac
UD
31402011-09-06 Ulrich Drepper <drepper@gmail.com>
3141
fc8bffcc
UD
3142 * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c (INTERNAL_GETTIME):
3143 Forgot to demangle the pointer.
3144
ceaa0c5d
UD
3145 * sysdeps/i386/sysdep.h: Define atom_text_section.
3146 * sysdeps/x86_64/sysdep.h: Likewise.
3147 * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Place function in
3148 section with atom_text_section.
3149 * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
3150 * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
3151 * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: Likewise.
3152 * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Likewise.
3153 * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S: Likewise.
3154
a77d3c17
UD
3155 * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c: New file.
3156 * sysdeps/unix/sysv/linux/clock_gettime.c (SYSCALL_GETTIME): Allow
3157 already be defined. Change to take two parameters and don't assign
3158 result to variable. Adjust all users.
3159 Define INTERNAL_GETTIME if not already defined.
3160 Use INTERNAL_GETTIME instead of INTERNAL_VSYSCALL got clock_gettime
3161 call.
3162 * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Don't define
3163 HAVE_CLOCK_GETTIME_VSYSCALL.
3164 * sysdeps/unix/clock_gettime.c: Adjust use of SYSDEP_GETTIME_CPU.
3165
d53a73ac
UD
3166 * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Don't use
3167 gettimeofday vsyscall, just use time.
3168
a8f84144
AS
31692011-09-06 Andreas Schwab <schwab@redhat.com>
3170
3171 * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c [!SHARED]: Include
3172 <errno.h>.
3173
ef606249
UD
31742011-09-06 Ulrich Drepper <drepper@gmail.com>
3175
3176 * sysdeps/unix/sysv/linux/kernel-features.h: Add entry for getcpu
3177 syscall on x86-64.
3178 * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c [!SHARED]: Use real
3179 syscall.
3180 * sysdeps/unix/sysv/linux/x86_64/time.c: Likewise.
3181 * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S [!SHARED]: Use real
3182 syscall if possible.
3183
6585cb60
UD
31842011-09-05 Ulrich Drepper <drepper@gmail.com>
3185
3186 * elf/pldd.c (get_process_info): Don't read whole ELF header, just
3187 e_ident. Don't pass to find_mapsXX.
3188 * elf/pldd-xx.c (find_mapsXX): Remove second parameter.
3189
a5f524e4
LD
31902011-07-20 Liubov Dmitrieva <liubov.dmitrieva@intel.com>
3191
3192 * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
3193 strchr-sse2-no-bsf strrchr-sse2-no-bsf
3194 * sysdeps/x86_64/multiarch/strchr.S: Update.
3195 Check bit_slow_BSF bit.
3196 * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
3197 * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: New file.
3198 * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S: New file.
3199
554881ef
UD
32002011-09-05 Ulrich Drepper <drepper@gmail.com>
3201
d96de963
UD
3202 [BZ #13134]
3203 * sysdeps/posix/spawni.c (script_execute): Define only for compatibility
3204 before glibc 2.15.
3205 (tryshell): Define.
3206 (__spawni): Change last parameter to be flag. Test
3207 SPAWN_XFLAGS_USE_PATH flag to use path or not.
3208 Don't try to use shell unless SPAWN_XFLAGS_TRY_SHELL is set.
3209 * sysdeps/mach/hurd/spawni.c: Change last parameter and adjust user.
3210 * posix/spawni.c: Likewise.
3211 * posix/spawn.c: Add compat version which passed SPAWN_XFLAGS_TRY_SHELL.
3212 * posix/spawnp.c: Likewise. Change normal version to use
3213 SPAWN_XFLAGS_USE_PATH.
3214 * posix/spawn_int.c: Define SPAWN_XFLAGS_USE_PATH and
3215 SPAWN_XFLAGS_TRY_SHELL.
3216
d48e5868
UD
3217 [BZ #13150]
3218 * posix/glob.h: Remove gcc 1.x support.
3219
554881ef
UD
3220 [BZ #13068]
3221 * elf/dl-misc.c (_dl_sysdep_read_whole_file): Use O_CLOEXEC.
3222
693fb948
LD
32232011-07-20 Liubov Dmitrieva <liubov.dmitrieva@intel.com>
3224
3225 * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
3226 strchr-sse2 strrchr-sse2 strchr-sse2-bsf
3227 strrchr-sse2-bsf
3228 * sysdeps/i386/i686/multiarch/strchr.S: New file.
3229 * sysdeps/i386/i686/multiarch/strrchr.S: New file.
3230 * sysdeps/i386/i686/multiarch/strchr-sse2.S: New file.
3231 * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: New file.
3232 * sysdeps/i386/i686/multiarch/strrchr-sse2.S: New file.
3233 * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: New file.
3234
1b48c537
UD
32352011-08-29 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
3236
49d42c37
UD
3237 * sysdeps/x86_64/wcscmp.S: New file.
3238
1b48c537
UD
3239 * sysdeps/i386/i686/multiarch/Makefile: (sysdep_routines): Add
3240 wcscmp-c wcscmp-sse2
3241 * sysdeps/i386/i686/multiarch/wcscmp-c.c: New file.
3242 * sysdeps/i386/i686/multiarch/wcscmp.S: New file.
3243 * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: New file.
3244 * wcsmbs/wcscmp.c: Allow renaming.
3245
15c95c5d
DM
32462011-09-05 David S. Miller <davem@davemloft.net>
3247
3248 * sysdeps/sparc/sparc32/fpu/s_fabsf.S: Use first argument
3249 stack slot, rather than the struct return pointer slot.
3250 * sysdeps/sparc/sparc32/fpu/s_fabs.c: Delete.
3251 * sysdeps/sparc/sparc32/fpu/s_fabs.S: New file.
3252 * sysdeps/sparc/sparc32/sparcv9/fpu/s_fabs.S: Likewise.
3253 * sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/fpu/Implies: Likewise.
3254
2f0ad8f3
UD
32552011-09-05 Ulrich Drepper <drepper@gmail.com>
3256
d88ae418
UD
3257 * po/ja.po: Update from translation team.
3258
2f0ad8f3
UD
3259 [BZ #13144]
3260 * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semdid_ds): Fix to match
3261 kernel in 64-bit binaries.
3262
5f4318d1
DM
32632011-09-01 David S. Miller <davem@davemloft.net>
3264
3265 * elf/elf.h (HWCAP_SPARC_*): Move to..
3266 * sysdeps/sparc/sysdep.h: this new file and add new values.
3267 * sysdeps/unix/sparc/sysdep.h: Include sysdeps/sparc/sysdep.h
3268 * sysdeps/sparc/dl-procinfo.h: Include sysdep.h and increase
3269 _DL_HWCAP_COUNT to 24.
3270 * sysdeps/sparc/dl-procinfo.c (_dl_sparc_cap_flags): Add new
3271 entries.
3272 * sysdeps/sparc/sparc32/bits/atomic.h: Don't use magic local
3273 __ATOMIC_HWCAP_SPARC_V9 define, use sysdep.h one instead.
3274 * sysdeps/sparc/sparc32/dl-machine.h: Include sysdep.h
3275 * sysdeps/sparc/sparc64/multiarch/memcpy.S: Use HWCAP_SPARC_*
3276 instead of magic constants.
3277 * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
3278
3ba57516
DM
32792011-08-31 David S. Miller <davem@davemloft.net>
3280
3281 * sysdeps/unix/sparc/sysdep.h (SETUP_PIC_REG): Define.
3282 * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h (PSEUDO):
3283 Reimplement to do errno handling inline.
3284 (SYSCALL_ERROR_HANDLER): New macro.
3285 (__SYSCALL_STRING): Do not do errno handling in asm.
3286 (__CLONE_SYSCALL_STRING): Delete.
3287 (__INTERNAL_SYSCALL_STRING): Delete.
3288 * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Include
3289 sysdeps/unix/sparc/sysdep.h instead of sysdeps/unix/sysdep.h
3290 (PSEUDO): Reimplement to do errno handling inline.
3291 (ret, ret_NOERRNO, ret_ERRVAL, r0, r1, MOVE): Don't redefine.
3292 (SYSCALL_ERROR_HANDLER): New macro.
3293 (__SYSCALL_STRING): Do not do errno handling in asm.
3294 (__CLONE_SYSCALL_STRING): Delete.
3295 (__INTERNAL_SYSCALL_STRING): Delete.
3296 * sysdeps/unix/sysv/linux/sparc/sysdep.h (INLINE_SYSCALL):
3297 Implement in terms of INTERNAL_SYSCALL and __set_errno, just like
3298 i386.
3299 (INTERNAL_SYSCALL_DECL): Declare %g1 var for err state.
3300 (inline_syscall*): Add 'err' argument.
3301 (INTERNAL_SYSCALL, INTERNAL_SYSCALL_NCS,
3302 INTERNAL_SYSCALL_ERROR_P): Likewise and pass it down.
3303 (INLINE_CLONE_SYSCALL): Reimplement in terms of __SYSCALL_STRING,
3304 INTERNAL_SYSCALL_ERRNO, and INTERNAL_SYSCALL_ERROR_P.
3305
3306 * scripts/data/localplt-sparc-linux-gnu.data: Remove 'ffs'.
3307 * scripts/data/localplt-sparc64-linux-gnu.data: Likewise.
3308
2bc17433
AS
33092011-08-30 Andreas Schwab <schwab@redhat.com>
3310
3311 * elf/rtld.c (dl_main): Relocate objects in dependency order.
3312
fbeb5f4d
JO
33132011-08-29 Jiri Olsa <jolsa@redhat.com>
3314
3315 * sysdeps/i386/dl-trampoline.S (_dl_runtime_profile): Fix cfi
3316 directive.
3317
ad69cc26
DM
33182011-08-24 David S. Miller <davem@davemloft.net>
3319
3320 * sysdeps/sparc/sparc64/strcmp.S: Rewrite.
3321
39dd69df
AS
33222011-08-24 Andreas Schwab <schwab@redhat.com>
3323
3324 * elf/Makefile: Add rules to build and run unload8 test.
3325 * elf/unload8.c: New file.
3326 * elf/unload8mod1.c: New file.
3327 * elf/unload8mod1x.c: New file.
3328 * elf/unload8mod2.c: New file.
3329 * elf/unload8mod3.c: New file.
3330
3331 * elf/dl-close.c (_dl_close_worker): Reset private search list if
3332 it wasn't used.
3333
2c0b250a
DM
33342011-08-23 David S. Miller <davem@davemloft.net>
3335
3336 * sysdeps/sparc/sparc64/dl-machine.h (DL_STACK_END): Do not
3337 subtract stack bias.
3338 * sysdeps/sparc/sparc64/jmpbuf-unwind.h (_JMPBUF_UNWINDS): Use
3339 %sp not %fp in calculations.
3340 (_JMPBUF_UNWINDS_ADJ): Likewise.
3341
22044b48
DM
3342 * sysdeps/pthread/aio_suspend.c (do_aio_misc_wait): New function.
3343 (aio_suspend): Call it to force an exception region around the
3344 AIO_MISC_WAIT() invocation.
3345
2cae4995
AS
33462011-08-23 Andreas Schwab <schwab@redhat.com>
3347
3348 * sysdeps/i386/i686/multiarch/strspn.S (ENTRY): Add missing
3349 backslash.
3350
873a772e
AJ
33512011-07-04 Aurelien Jarno <aurelien@aurel32.net>
3352
3353 * sysdeps/powerpc/dl-tls.h: Add _PPC_DL_TLS_H inclusion
3354 protection macro.
3355 * sysdeps/powerpc/powerpc64/dl-irel.h: Include <ldsodefs.h>
3356 and <dl-machine.h>.
3357 (Elf64_FuncDesc): Remove.
3358
25ad0df1
DM
33592011-08-22 David S. Miller <davem@davemloft.net>
3360
3361 * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Fix
3362 sigaltstack check, add missing cfi directives.
3363 * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Add
3364 missing cfi directives, and sigaltstack handling.
3365
e888bcbe
AS
33662011-08-16 Andreas Schwab <schwab@redhat.com>
3367
3368 [BZ #11724]
3369 * elf/dl-deps.c (_dl_map_object_deps): Only assume cycle when
3370 object is seen twice.
3371 * elf/dl-fini.c (_dl_sort_fini): Likewise.
3372
3373 * elf/Makefile (distribute): Add tst-initorder2.c.
3374 (tests): Add tst-initorder2.
3375 (modules-names): Add tst-initorder2a tst-initorder2b
3376 tst-initorder2c tst-initorder2d. Add rules to build them.
3377 ($(objpfx)tst-initorder2.out): New rule.
3378 * elf/tst-initorder2.c: New file.
3379 * elf/tst-initorder2.exp: New file.
3380
87162f46
AS
33812011-08-22 Andreas Schwab <schwab@redhat.com>
3382
70538b7f
AS
3383 * sysdeps/unix/sysv/linux/i386/scandir64.c: Include <string.h>.
3384
f55ffe58
AS
3385 * elf/dl-deps.c (_dl_map_object_deps): Move check for missing
3386 dependencies back to end of function.
3387
87162f46
AS
3388 * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Readd
3389 $(elfobjdir)/ld.so.
3390
91b392a4
UD
33912011-08-21 Ulrich Drepper <drepper@gmail.com>
3392
3393 * sysdeps/unix/sysv/linux/x86_64/gettimeofday.S: Removed.
3394 * sysdeps/unix/sysv/linux/x86_64/time.S: Removed.
3395 * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c: New file.
3396 * sysdeps/unix/sysv/linux/x86_64/time.c: New file.
3397 * sysdeps/unix/sysv/linux/x86_64/bits/libc-vdso.h: Remove declaration
3398 of __vdso_gettimeofday.
3399 * sysdeps/unix/sysv/linux/x86_64/init-first.c: Remove definition of
3400 __vdso_gettimeofday and __vdso_time. Define __vdso_getcpu with
3401 attribute_hidden.
3402 (_libc_vdso_platform_setup): Remove initialization of
3403 __vdso_gettimeofday and __vdso_time.
3404
5c43483f
UD
34052011-08-20 Ulrich Drepper <drepper@gmail.com>
3406
775a77e7
UD
3407 * nss/nss_files/files-alias.c (get_next_alias): Use feof_unlocked
3408 and fgetc_unlocked.
3409 * nss/nss_files/files-key.c (search): Use fgets_unlocked and
3410 getc_unlocked.
89f447ed 3411
49c74ba9
UD
3412 * elf/dl-open.c (add_to_global): Report additions to the global scope
3413 for LD_DEBUG=scopes.
3414 (dl_open_worker): Also print scope of newly loaded dependencies.
001f0a6c 3415 (_dl_show_scope): Indicate if there is no scope.
49c74ba9 3416
5c43483f
UD
3417 [BZ #13114]
3418 * stdio-common/Makefile (tests): Add bug24.
3419 * stdio-common/bug24.c: New file.
3420
a101b025
AJ
34212011-08-19 Andreas Jaeger <aj@suse.de>
3422
3423 [BZ #13114]
3424 * libio/fileops.c (_IO_new_file_fopen): Fix handling of
3425 non-existant file when using close-on-exec mode.
3426
c88f1766
UD
34272011-08-20 Ulrich Drepper <drepper@gmail.com>
3428
0276a718
UD
3429 * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_resolve): Fix CFI for
3430 the very first instruction.
3431
c88f1766
UD
3432 * sysdeps/x86_64/dl-trampoline.h: If MORE_CODE is defined, restore
3433 the CFI state in the end.
3434 * sysdeps/x86_64/dl-trampoline.S: Define MORE_CODE before first
3435 inclusion of dl-trampoline.h.
3436 Based on a patch by Jiri Olsa <jolsa@redhat.com>.
3437
51ccffa0
AS
34382011-08-19 Andreas Schwab <schwab@redhat.com>
3439
94d7165f
AS
3440 * sysdeps/powerpc/fpu/libm-test-ulps: Relax ctan (0.75 + 1.25 i)
3441 expectations for long double.
3442
51ccffa0
AS
3443 * sysdeps/unix/sysv/linux/powerpc/powerpc32/scandir64.c: Renamed
3444 from sysdeps/unix/sysv/linux/powerpc/scandir64.c.
3445
fd708658 34462011-08-14 David S. Miller <davem@davemloft.net>
c27714f1
DM
3447
3448 * sysdeps/unix/sysv/linux/Makefile (CFLAGS-tst-writev.c): The
3449 artificual limit depends upon the system page size.
3450
44f0a71e
UD
34512011-08-17 Ulrich Drepper <drepper@gmail.com>
3452
3453 * Makeconfig (override CFLAGS): Add library-specific CFLAGS.
3454 * resolv/Makefile: Define CFLAGS-libresolv.
3455
8de79a24
AS
34562011-08-17 Andreas Schwab <schwab@redhat.com>
3457
3458 * nss/makedb.c (compute_tables): Make variables used in nested
3459 function static.
3460
27724598
UD
34612011-08-17 Ulrich Drepper <drepper@gmail.com>
3462
c5305d88
UD
3463 * elf/pldd-xx.c (r_debug): Explicitly add padding when needed.
3464 * elf/pldd.c (get_process_info): Use pread to re-read auxiliary vector
3465 if buffer was too small.
3466
27724598
UD
3467 * elf/pldd.c (main): Attach to all threads in the process.
3468 Rewrite /proc handling to use *at functions.
3469
076fe015
UD
34702011-08-16 Ulrich Drepper <drepper@gmail.com>
3471
174baab3
UD
3472 * elf/dl-open.c (_dl_show_scope): Take additional parameter which
3473 specifies first scope to show.
3474 (dl_open_worker): Update callers. Move printing scope of new
3475 object to before the relocation.
44f0a71e 3476 * elf/rtld.c (dl_main): Update _dl_show_scope call.
174baab3
UD
3477 * sysdeps/generic/ldsodefs.h: Update declaration.
3478
076fe015
UD
3479 * elf/dl-open.c (_dl_show_scope): Use _dl_debug_printf to generate the
3480 string for the scope number.
3481
a60df2c3
UD
34822011-08-14 Ulrich Drepper <drepper@gmail.com>
3483
3484 * nscd/servicescache.c (cache_addserv): Make sure written is always
3485 initialized.
3486
5e4287d1
RM
34872011-08-14 Roland McGrath <roland@hack.frob.com>
3488
85ae0589
RM
3489 * sysdeps/i386/i486/bits/atomic.h
3490 (__arch_compare_and_exchange_val_64_acq): Use RET alone at end of
3491 statement expression, so as to suppress "set but not used" warning.
3492 (__arch_c_compare_and_exchange_val_64_acq): Likewise.
3493
69f63097
RM
3494 * string/strncat.c (STRNCAT): Use prototype definition.
3495
675456ef
RM
3496 * locale/Makefile (locale-CPPFLAGS): Renamed CPPFLAGS-locale-programs.
3497 (locale-CPPFLAGS): New variable; put LOCALEDIR, LOCALE_ALIAS_PATH and
3498 -Iprograms here.
3499 (cppflags-iterator.mk sequence): Use locale-programs in place of nonlib.
3500 (localedef-modules): Add localedef.
3501 (locale-modules): Add locale.
3502
5e4287d1
RM
3503 * sysdeps/generic/ldsodefs.h (struct unique_sym): Add a const.
3504 * elf/rtld.c (dl_main): Invert order of assignment in last change,
3505 to avoid a warning.
3506
9c96ff23
DM
35072011-08-14 David S. Miller <davem@davemloft.net>
3508
3509 * sysdeps/unix/sysv/linux/sparc/bits/resource.h (RLIM_INFINITY,
3510 RLIM64_INFINITY): Fix 64-bit values for 32-bit sparc.
3511
f9ddf089
UD
35122011-08-13 Ulrich Drepper <drepper@gmail.com>
3513
44f0a71e 3514 * elf/dl-open.c: Rename show_scope to _dl_show_scope and export.
73d7af4f
UD
3515 (dl_open_worker): Call _dl_show_scope when DL_DEBUG_SCOPES is set.
3516 * elf/rtld.c (dl_main): Set l_name of vDSO.
3517 Call _dl_show_scope when DL_DEBUG_SCOPES.
3518 (process_dl_debug): Recognize scopes flag and also set it for all.
3519 * sysdeps/generic/ldsodefs.h: Define DL_DEBUG_SCOPES.
3520 Declare _dl_show_scope.
3521
1dc27704
UD
3522 * elf/dl-libc.c (do_dlopen_args): Add caller_dlopen.
3523 (do_dlopen): Pass caller_dlopen to dl_open.
3524 (__libc_dlopen_mode): Initialize caller_dlopen.
3525
f9ddf089
UD
3526 * intl/l10nflist.c (_nl_normalize_codeset): Make it compile outside
3527 of libc. Make tolower call locale-independent. Optimize a bit by
3528 using isdigit instead of isalnum.
3529 * locale/Makefile (locale-CPPFLAGS): Add -DNOT_IN_libc.
3530
9ac533d3
UD
35312011-08-12 Ulrich Drepper <drepper@gmail.com>
3532
3533 * elf/dl-load.c (_dl_map_object): Show in debug output whether a DSO
3534 was a dependency or dynamically loaded.
3535
89edf2e9
UD
35362011-08-11 Ulrich Drepper <drepper@gmail.com>
3537
8e999d29
UD
3538 * intl/l10nflist.c: Allow architecture-specific pop function.
3539 * sysdeps/x86_64/l10nflist.c: New file.
3540
89edf2e9
UD
3541 * intl/l10nflist.c (_nl_make_l10nflist): Use locale-independent
3542 classification.
3543
14d96785
AS
35442011-08-10 Andreas Schwab <schwab@redhat.com>
3545
3546 * include/dirent.h: Add libc_hidden_proto for scandirat and
3547 scandirat64. Don't declare __scandirat64.
3548 * dirent/scandirat.c: Add libc_hidden_def.
3549 * dirent/scandirat64.c (SCANDIRAT): Remove underscores.
3550 * sysdeps/unix/sysv/linux/i386/scandir64.c (SCANDIRAT): Likewise.
3551
6761ac04
DM
35522011-08-10 David S. Miller <davem@davemloft.net>
3553
3554 * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h: Add missing comma in
3555 enum.
3556 * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
3557 * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
3558 * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
3559
c55fbd1e
UD
35602011-08-09 Ulrich Drepper <drepper@gmail.com>
3561
3562 * Versions.def [libc]: Add GLIBC_2.15.
3563 * dirent/Makefile (routines): Add scandirat and scandirat64.
3564 * dirent/Versions [libc]: Export scandirat and scandirat64 for
3565 GLIBC_2.15.
3566 * dirent/dirent.h: Declare scandirat and scandirat64.
3567 * dirent/scandirat.c: New file.
3568 * dirent/scandirat64.c: New file.
3569 * sysdeps/wordsize-64/scandirat.c: New file.
3570 * sysdeps/wordsize-64/scandirat64.c: New file.
3571 * dirent/opendir.c: Define opendirat.
3572 * dirent/scandir.c: Move code to scandirat.c. Implement scandir
3573 using scandirat.
3574 * dirent/scandir64.c: Adjust for scandir.c change.
3575 * include/dirent.h: Define scandir_cancel_struct. Declare __opendirat,
3576 __scandirat64, and __scandir_cancel_handler.
3577 * sysdeps/unix/opendir.c: Rename __opendir to __opendirat. Take
3578 additional parameter and use openat instead of open (outside of ld.so).
3579 Add new __opendir as wrapper around __opendirat.
3580 * sysdeps/unix/sysv/linux/i386/scandir64.c: Reimplement __old_scandir64
3581 here without requiring old scandirat implementation.
3582
879165f2
UD
35832011-08-08 Ulrich Drepper <drepper@gmail.com>
3584
3585 * dirent/scandir.c (cancel_handler): Renamed to
3586 __scandir_cancel_handler. Do not define if SKIP_SCANDIR_CANCEL is
3587 defined. Adjust users.
3588 * dirent/scandir64.c: Define SKIP_SCANDIR_CANCEL.
3589 * sysdeps/unix/sysv/linux/i386/scandir64.c: Likewise.
3590
cb7e923b
UD
35912011-08-04 Ulrich Drepper <drepper@gmail.com>
3592
16292edd
UD
3593 * string/test-string.h (IMPL): Use __STRING to expand name and then
3594 stringify it.
3595
cb7e923b
UD
3596 * string/test-strcmp.c: Unify most of the WIDE and !WIDE code. Lots
3597 of cleanups.
3598
cff82933
LD
35992011-07-22 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
3600
3601 * string/Makefile: Update.
3602 (strop-tests): Append strncat.
3603 * string/test-wcscmp.c: New file.
3604 New comprehensive test for wcscmp.
3605 * string/test-strcmp.c: Update.
3606 (WIDE): New define.
3607
9be9bfcc
AS
36082011-07-22 Andreas Schwab <schwab@redhat.com>
3609
3610 * resolv/res_init.c (__res_vinit): Properly tokenize nameserver
3611 line.
3612
2e96f1c7
AS
36132011-07-26 Andreas Schwab <schwab@redhat.com>
3614
3615 * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't discard result of
3616 encoding to ACE if AI_IDN.
3617
85188888
JJ
36182011-08-01 Jakub Jelinek <jakub@redhat.com>
3619
3620 * sysdeps/ieee754/dbl-64/k_rem_pio2.c (__kernel_rem_pio2): Fix up fq
3621 to y conversion for prec 3 and __FLT_EVAL_METHOD__ != 0.
3622
5fa16e9b
LD
36232011-07-22 Liubov Dmitrieva <liubov.dmitrieva@intel.com>
3624
3625 * sysdeps/i386/i686/multiarch/strcat-sse2.S: Update.
3626 Fix overflow bug in strncat.
3627 * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Likewise.
3628
3629 * string/test-strncat.c: Update.
3630 Add new tests for checking overflow bugs.
3631
36322011-07-15 Liubov Dmitrieva <liubov.dmitrieva@intel.com>
3633
3634 * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
3635 strcat-ssse3 strcat-sse2 strncat-ssse3 strncat-sse2 strncat-c.
3636 * sysdeps/i386/i686/multiarch/strcat.S: New file.
3637 * sysdeps/i386/i686/multiarch/strcat-c.c: New file.
3638 * sysdeps/i386/i686/multiarch/strcat-sse2.S: New file.
3639 * sysdeps/i386/i686/multiarch/strcat-ssse3.S: New file.
3640 * sysdeps/i386/i686/multiarch/strncat.S: New file.
3641 * sysdeps/i386/i686/multiarch/strncat-sse2.S: New file.
3642 * sysdeps/i386/i686/multiarch/strncat-ssse3.S: New file.
3643
3644 * sysdeps/i386/i686/multiarch/strcpy-ssse3.S
3645 (USE_AS_STRCAT): Define.
3646 Add strcat and strncat support.
3647 * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
3648
8c1a459f
AS
36492011-07-25 Andreas Schwab <schwab@redhat.com>
3650
3651 * sysdeps/i386/i486/bits/string.h (__strncat_g): Correctly handle
3652 __n bigger than INT_MAX+1.
3653 (__strncmp_g): Likewise.
3654
bba33c28
UD
36552011-07-23 Ulrich Drepper <drepper@gmail.com>
3656
798be72d
UD
3657 * posix/unistd.h: Define SEEK_DATA and SEEK_HOLE.
3658 * libio/stido.h: Likewise.
3659
8accd4dc
UD
3660 * sysdeps/unix/sysv/linux/bits/socket.h (PF_NFC): Define.
3661 (AF_NFC): Define.
3662 * sysdeps/unix/sysv/linux/sparc/bits/socket.h (PF_NFC): Define.
3663 (AF_NFC): Define.
3664
cbff0d96
UD
3665 * sysdeps/unix/sysv/linux/sys/ptrace.h: Add new constants.
3666 * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
3667 * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
3668 * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h: Likewise.
3669 * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
3670
9191c04a
UD
3671 [BZ #13021]
3672 * scripts/test-installation.pl: Don't expect libnss_test1 to be
3673 installed.
3674
bba33c28
UD
3675 * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix one more
3676 typo.
3677 (_dl_x86_64_save_sse): Likewise.
3678
90f139dd
UD
36792011-07-22 Ulrich Drepper <drepper@gmail.com>
3680
1aae088a
UD
3681 * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix test for
3682 OSXSAVE.
3683 (_dl_x86_64_save_sse): Likewise.
3684
8e2045f5
UD
3685 * crypt/crypt_util.c (__init_des_r): Optimize memset calls.
3686
90f139dd
UD
3687 * crypt/crypt_util.c (__init_des_r): Add read barrier as well.
3688
1d002f25
AS
36892011-07-21 Andreas Schwab <schwab@redhat.com>
3690
3691 * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix last
3692 change.
3693 (_dl_x86_64_save_sse): Use correct AVX check.
3694
21137f89
UD
36952011-07-21 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
3696
3697 * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Fix overfow
3698 bug in strncpy/strncat.
3699 * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Likewise.
3700
a65c0b7a
UD
37012011-07-21 Ulrich Drepper <drepper@gmail.com>
3702
3703 * string/tester.c (test_strcat): Add tests for different alignments
3704 of source and destination.
3705 (test_strncat): Likewise.
3706
6986b98a
UD
37072011-07-20 Ulrich Drepper <drepper@gmail.com>
3708
90bb2039
UD
3709 [BZ #12852]
3710 * posix/glob.c (glob): Check passed in values before using them in
3711 expressions to avoid some overflows.
3712 (glob_in_dir): Likewise.
3713
5644ef54
UD
3714 [BZ #13007]
3715 * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): More complete
3716 check for AVX enablement so that we don't crash with old kernels and
3717 new hardware.
3718 * elf/tst-audit4.c: Add same checks here.
3719 * elf/tst-audit6.c: Likewise.
3720
3721 * sysdeps/x86_64/bits/link.h (La_x86_64_ymm): Force 16-byte alignment.
6986b98a 3722
bfc9dc9b
AS
37232011-07-09 Andreas Schwab <schwab@linux-m68k.org>
3724
3725 * sysdeps/unix/sysv/linux/pathconf.c: Include <string.h>.
3726
702e64bb
UD
37272011-07-20 Ulrich Drepper <drepper@gmail.com>
3728
3729 * po/cs.po: Update from translation team.
3730 * po/bg.po: Likewise.
3731
295e904f
MP
37322011-07-12 Marek Polacek <mpolacek@redhat.com>
3733
3734 * misc/sys/cdefs.h: Add support for const attribute.
3735 * sysdeps/unix/sysv/linux/sys/sysmacros.h: Add __attribute_const__
3736 to gnu_dev_{major,minor,makedev} functions.
3737
3ff94596
MP
37382011-07-20 Marek Polacek <mpolacek@redhat.com>
3739
3740 * intl/dcigettext.c (get_output_charset): Add missing bracket.
3741
28b59fca
AS
37422011-07-20 Andreas Schwab <schwab@redhat.com>
3743
3744 * resolv/res_query.c (__libc_res_nquerydomain): Use size_t for
3745 strlen results.
3746
19df733e
AK
37472011-07-13 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
3748
3749 * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h
3750 (INTERNAL_VSYSCALL_NCS): Use r10 for backing up the return address
3751 register in order to avoid conflicts with the soft frame pointer
3752 being held in r11 when necessary.
3753 * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h
3754 (INTERNAL_VSYSCALL_NCS): Likewise.
3755
c8835729
MP
37562011-07-14 Marek Polacek <mpolacek@redhat.com>
3757
3758 * elf/dl-fini.c (_dl_sort_fini): Remove unused link_map *l argument,
3759 * elf/dl-fini.c (_dl_fini): Adjust caller.
3760 * elf/dl-close.c (_dl_close_worker): Likewise.
3761 * sysdeps/generic/ldsodefs.h: Adjust declaration.
3762
b902330c
MP
37632011-07-15 Marek Polacek <mpolacek@redhat.com>
3764
8991e135
MP
3765 * elf/cache.c (load_aux_cache): Remove unnecessary condition of
3766 "aux_cache->nlibs < 0".
3767
b902330c
MP
3768 * nscd/nscd_conf.c (nscd_parse_file): Remove unnecessary condition
3769 in the reload-count case.
3770
99710781
LD
37712011-07-15 Liubov Dmitrieva <liubov.dmitrieva@intel.com>
3772
3773 * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
3774 strcat-ssse3 strcat-sse2-unaligned strncat-ssse3
3775 strncat-sse2-unaligned strncat-c strlen-sse2-pminub
3776 * sysdeps/x86_64/multiarch/strcat-sse2-unaligned.S: New file.
3777 * sysdeps/x86_64/multiarch/strcat.S: New file.
3778 * sysdeps/x86_64/multiarch/strncat.S: New file.
3779 * sysdeps/x86_64/multiarch/strncat-c.c: New file.
3780 * sysdeps/x86_64/multiarch/strcat-ssse3.S: New file.
3781 * sysdeps/x86_64/multiarch/strncat-sse2-unaligned.S: New file.
3782 * sysdeps/x86_64/multiarch/strncat-ssse3.S: New file.
3783 * sysdeps/x86_64/multiarch/strcpy-ssse3.S
3784 (USE_AS_STRCAT): Define.
3785 Add strcat and strncat support.
3786 * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Likewise.
3787 * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Likewise.
3788 * sysdeps/x86_64/multiarch/strlen-sse2-pminub.S: New file.
3789 * string/strncat.c: Update.
3790 (USE_AS_STRNCAT): Define.
3791 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
3792 Turn on bit_Prefer_PMINUB_for_stringop for Intel Core i3, i5
3793 and i7.
3794 * sysdeps/x86_64/multiarch/init-arch.h
3795 (bit_Prefer_PMINUB_for_stringop): New.
3796 (index_Prefer_PMINUB_for_stringop): Likewise.
3797 * sysdeps/x86_64/multiarch/strlen.S (strlen): Check
3798 bit_Prefer_PMINUB_for_stringop.
3799
7dc6bd90
UD
38002011-07-19 Ulrich Drepper <drepper@gmail.com>
3801
3802 * crypt/sha512.h (struct sha512_ctx): Move buffer into union and add
3803 buffer64.
3804 * crypt/sha512.c (__sha512_finish_ctx): Use buffer64 for writes instead
3805 of casting of buffer.
3806 * crypt/sha256.h (struct sha256_ctx): Move buffer into union and add
3807 buffer32 and buffer64.
3808 * crypt/sha256.c (__sha256_finish_ctx): Use buffer32 or buffer64 for
3809 writes instead of casting of buffer.
3810 * crypt/md5.h (struct md5_ctx): Move buffer into union and add
3811 buffer32.
3812 * crypt/md5.c (md5_finish_ctx): Use buffer32 for writes instead of
3813 casting of buffer.
3814
e0e72284
AS
38152011-07-19 Andreas Schwab <schwab@redhat.com>
3816
3817 * string/strxfrm_l.c (STRXFRM): Fix alloca accounting.
3818
feb1eb0b
UD
38192011-07-19 Ulrich Drepper <drepper@gmail.com>
3820
3821 * nscd/nscd.c (termination_handler): Don't do anything for a database
3822 if it has not yet been initialized.
3823
298711ff
UD
38242011-07-18 Ulrich Drepper <drepper@gmail.com>
3825
3826 * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_EQUAL_S): Fix a typo.
3827
38282011-07-15 Marek Polacek <mpolacek@redhat.com>
3829
3830 * bits/sched.h (__CPU_EQUAL_S): Fix a typo.
3831
f9d68389
UD
38322011-07-18 Ulrich Drepper <drepper@gmail.com>
3833
3834 * po/nl.po: Update from translation team.
3835 * po/sv.po: Likewise.
3836
db290cf5
RM
38372011-07-16 Roland McGrath <roland@hack.frob.com>
3838
3839 * sysdeps/i386/Makefile: Never use -mpreferred-stack-boundary=2,
3840 now disallowed by GCC.
5c550700 3841
fd5e21c7
RM
3842 * configure.in (use-default-link): Default to yes if a test -shared
3843 link meets our qualifications.
3844 * configure: Regenerated.
3845
5c550700
RM
3846 * config.make.in (output-format): New variable.
3847 * configure.in: Check for ld --print-output-format support.
3848 * configure: Regenerated.
3849 * Makerules ($(common-objpfx)format.lds)
3850 [$(output-format) != unknown]: Just use $(output-format),
3851 instead of the linker-script munging.
3852
9fa2c032
RM
38532011-07-14 Roland McGrath <roland@hack.frob.com>
3854
a6928d51
RM
3855 * Makefile ($(common-objpfx)linkobj/libc.so): Use $(shlib-lds) instead
3856 of $(common-objpfx)shlib.lds.
3857 * elf/Makefile ($(objpfx)sotruss-lib.so): Likewise.
3858
661607b3
RM
3859 * sysdeps/i386/i686/multiarch/strstr-c.c (libc_hidden_builtin_def):
3860 Conditionalize redefinition on [SHARED && DO_VERSIONING && !NO_HIDDEN].
3861
9fa2c032
RM
3862 * configure.in (-z relro check): Adjust test code to add a large
3863 writable data section after it.
3864 * configure: Regenerated.
3865
defe9061
RM
38662011-07-11 Roland McGrath <roland@hack.frob.com>
3867
3868 * configure.in (-z relro check): Fix test code to make the variable
3869 truly const.
3870 * configure: Regenerated.
3871
319b9ad4
UD
38722011-07-11 Ulrich Drepper <drepper@gmail.com>
3873
3874 * nscd/nscd.h (struct traced_file): Define.
3875 (struct database_dyn): Remove inotify_descr, reset_res, and filename
3876 elements. Add traced_files.
3877 (inotify_fd): Declare.
3878 (register_traced_file): Declare.
3879 * nscd/connections.c (dbs): Remove reset_res and filename initializers.
3880 (inotify_fd): Export.
3881 (resolv_conf_descr): Remove.
3882 (nscd_init): Move inotify descriptor creation to main.
3883 Don't register files for notification here.
3884 (register_traced_file): New function.
3885 (invalidate_cache): Don't use reset_res to determine whether to call
3886 res_init, go through the list of registered files.
3887 (main_loop_poll): The inotify descriptors are now stored in the
3888 structures for the traced files.
3889 (main_loop_epoll): Likewise
3890 * nscd/nscd.c (main): Create inotify socket here. Pass extra argument
3891 to __nss_disable_nscd.
3892 * nscd/cache.c (prune_cache): There is no single inotify descriptor
3893 for a database anymore. Check the records for all the registered
3894 files instead.
3895 * nss/Makefile (libnss_files-routines): Add files-init.
3896 (libnss_db-routines): Add db-init.
3897 * nss/Versions [libnss_files] (GLIBC_PRIVATE): Add _nss_files_init.
3898 [libnss_db] (GLIBC_PRIVATE): Add _nss_db_init.
3899 * nss/nss_db/db-init.c: New file.
3900 * nss/nss_files/files-init.c: New file.
3901 * nss/nsswitch.c (nss_load_library): New function. Broken out of
3902 __nss_lookup_function.
3903 (__nss_lookup_function): Call nss_load_library.
3904 (nss_load_all_libraries): New function.
3905 (__nss_disable_nscd): Take parameter with callback function for files
3906 to register. Set is_nscd. Load all the DSOs for the NSS modules
3907 used for the cached services.
3908 * nss/nsswitch.h (__nss_disable_nscd): Adjust prototype.
3909 * sysdeps/unix/sysv/linux/Makefile [subdir=nscd]: Pass the various -D
3910 options for features to all the files in nscd.
3911
3912 * nss/nsswitch.c (nss_parse_file): Add missing fclose.
3913
23bee3e8
RM
39142011-07-10 Roland McGrath <roland@hack.frob.com>
3915
3916 * csu/elf-init.c (__libc_csu_init): Comment typo.
3917
46a5b7f0
UD
39182011-07-09 Ulrich Drepper <drepper@gmail.com>
3919
3920 * po/pl.po: Update from translation team.
3921 * po/ja.po: Likewise.
3922 * po/ru.po: Likewise.
3923 * po/ko.po: Likewise.
3924 * po/fr.po: Likewise.
3925
d30cf5bb
RM
39262011-07-09 Roland McGrath <roland@hack.frob.com>
3927
113ddea4
RM
3928 * configure.in (.ctors/.dtors header and trailer check):
3929 Use an empirical test on a built program.
3930 * configure: Regenerated.
3931
574920b4
RM
3932 * configure.in (-z relro check): Use an empirical test on a built DSO.
3933 Detect, but do not require, on ia64.
3934 * configure: Regenerated.
3935
d30cf5bb
RM
3936 * configure.in (READELF): Find it with AC_CHECK_TOOL.
3937 Update tests that use readelf to use $READELF instead.
3938 * configure: Regenerated.
3939
8538fdb3
UD
39402011-07-08 Ulrich Drepper <drepper@gmail.com>
3941
3942 * malloc/hooks.c (memalign_check): Avoid using checked_request2size
3943 if the result is not used.
3944
04d08991
AJ
39452011-07-05 Andreas Jaeger <aj@suse.de>
3946
3947 [BZ#9696]
3948 * stdlib/tst-strtod.c: Add testcase.
3949
de283087
AD
39502011-07-07 Ulrich Drepper <drepper@gmail.com>
3951
4e5f31c8 3952 * sysdeps/unix/sysv/linux/pathconf.c (distinguish_extX): New function.
46a5b7f0 3953 (__statfs_link_max): Use it to distinguish between ext2/3 and ext4.
4e5f31c8
UD
3954 The latter has a higher limit. Take additional parameter to pass to
3955 the new function.
3956 (__pathconf): Pass file to __statfs_link_max.
3957 * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Pass fd to
3958 __statfs_link_max.
3959 * sysdeps/unix/sysv/linux/pathconf.h: Adjust prototype of
3960 __statfs_link_max.
3961
de283087
AD
3962 [BZ #12868]
3963 * sysdeps/unix/sysv/linux/linux_fsinfo.h: Define Lustre constants.
3964 * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
3965 Handle Lustre.
3966 * sysdeps/unix/sysv/linux/pathconf.c (__statfs_link_max): Likewise.
3967 (__statfs_filesize_max): Likewise.
3968 Patch mostly by Andreas Dilger <adilger@whamcloud.com>.
3969
c75fa153
AJ
39702011-07-05 Andreas Jaeger <aj@suse.de>
3971
3972 * resolv/res_comp.c (dn_skipname): Remove unused variable.
3973
1a544854
UD
39742011-07-06 Marek Polacek <mpolacek@redhat.com>
3975
3976 * nis/nss_nisplus/nisplus-spwd.c (_nss_nisplus_setspent): Honour the
3977 `status' variable.
3978 * nis/nss_nisplus/nisplus-ethers.c (_nss_nisplus_setetherent):
3979 Likewise.
3980
6f0eec67
UD
39812011-07-04 H.J. Lu <hongjiu.lu@intel.com>
3982
3983 * Makefile (strop-tests): Add strncat.
3984 * string/test-strncat.c: New file.
3985
aae30307
UD
39862011-06-30 Marek Polacek <mpolacek@redhat.com>
3987
3988 * iconvdata/johab.c: Don't inline `johab_sym_hanja_to_ucs' function.
3989
c0cfb5eb
UD
39902011-06-21 Andreas Jaeger <aj@suse.de>
3991
3992 * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules):
3993 Copy rule from iconvdata/Makefile.
3994
01636b21
UD
39952011-07-06 Ulrich Drepper <drepper@gmail.com>
3996
3997 [BZ #12922]
3998 * posix/getopt.c (_getopt_internal_r): When "W;" is in short options
3999 but no long options are defined, just return 'W'.
4000
9895c8bc
UD
40012011-06-22 Marek Polacek <mpolacek@redhat.com>
4002
4003 [BZ #9696]
4004 * stdlib/strtod_l.c (round_and_return): Set ERANGE instead of EDOM.
4005
5d4cf042
UD
40062011-07-06 Ulrich Drepper <drepper@gmail.com>
4007
4008 * inet/getnetgrent_r.c (internal_getnetgrent_r): Fix check for known
4009 netgroups to read.
960e5535 4010 (innetgr): Likewise.
5d4cf042 4011
751eb97e
RM
40122011-07-05 Roland McGrath <roland@hack.frob.com>
4013
4014 * config.make.in (install_root): Default to $(DESTDIR).
4015
f15f1e45
UD
40162011-07-05 Ulrich Drepper <drepper@gmail.com>
4017
4018 * nscd/nscd_getserv_r.c (nscd_getserv_r): Add cast to avoid warning.
4019
4e34ac6a
RM
40202011-07-02 Roland McGrath <roland@hack.frob.com>
4021
5e9b6af4
RM
4022 * Makerules ($(common-objpfx)format.lds): Fail if result is empty.
4023
84f9ea0f
RM
4024 * Makefile ($(common-objpfx)testrun.sh): Generate to work relative to
4025 containing directory rather than embedding absolute directory names.
4026
ea5ee9f7
RM
4027 * scripts/check-local-headers.sh: Rewritten using awk.
4028 Match by word, not by line. Print error messages for matches.
4029 * Makefile ($(objpfx)check-local-headers.out): Pass AWK in to it.
4030
1b74661a
RM
4031 * Makerules [shlib-lds-flags empty]:
4032 ($(common-objpfx)libc_pic.opts): New target.
4033 ($(common-objpfx)libc_pic.os.clean): New target.
4034 ($(common-objpfx)libc.so): Link it instead of libc_pic.os.
4035
4036 * config.make.in (OBJCOPY): New variable.
4037 * aclocal.m4 (LIBC_PROG_BINUTILS): Substitute OBJCOPY too.
4038 * configure: Regenerated.
4039
f781ef40
RM
4040 * config.make.in (use-default-link): New variable.
4041 * configure.in (use_default_link): Grok --with-default-link to set it.
4042 * configure: Regenerated.
4043 * Makerules [$(elf) = yes] [$(use-default-link) = yes]:
4044 (shlib-lds, shlib-lds-flags): Define to empty.
4045
2d4fa81e
RM
4046 * Makerules (shlib-lds): New variable.
4047 (shlib-lds-flags): New variable.
4048 (build-shlib, build-moduile, build-module-asneeded): Use it.
4049 ($(common-objpfx)libc.so): Use $(shlib-lds).
4050 ($(extra-modules-build:%=$(objpfx)%.so)): Likewise.
4051 * iconvdata/extra-module.mk ($(objpfx)$(mod).so): Likewise.
4052
31fffa6b
RM
4053 * elf/dynamic-link.h (elf_get_dynamic_info): Make asserts accept
4054 DT_FLAGS/DT_FLAGS_1 with zero flags.
4055
4e34ac6a
RM
4056 * elf/Makefile ($(objpfx)ld.so): Use -defsym=_begin=0 instead of
4057 linker script munging.
4058
fcfc776b
UD
40592011-07-02 Ulrich Drepper <drepper@gmail.com>
4060
4061 * crypt/sha512.h (struct sha512_ctx): Add union to access total also
4062 as 128-bit value.
4063 * crypt/sha512.c (sha512_process_block): Perform total addition using
4064 128-bit if possible.
4065 (__sha512_finish_ctx): Likewise.
4066 * crypt/sha256.h (struct sha256_ctx): Add union to access total also
4067 as 64-bit value.
4068 * crypt/sha256.c (SWAP64): Define.
4069 (sha256_process_block): Perform total addition using 64-bit if
4070 possible.
4071 (__sha256_finish_ctx): Likewise.
4072
99231d9a
UD
40732011-07-01 Ulrich Drepper <drepper@gmail.com>
4074
4075 * nscd/pwdcache.c (cache_addpw): Cleanup. Add branch prediction.
4076 * nscd/initgrcache.c (addinitgroupsX): Likewise.
4077 * nscd/hstcache.c (cache_addhst): Likewise.
4078 * nscd/grpcache.c (cache_addgr): Likewise.
4079 * nscd/aicache.c (addhstaiX): Likewise
4080 * nscd/servicescache.c (cache_addserv): Handle zero negtimeout.
4081
445b4a53
TK
40822011-07-01 Thorsten Kukuk <kukuk@suse.de>
4083
4084 * nscd/pwdcache.c (cache_addpw): Handle zero negtimeout.
4085 * nscd/initgrcache.c (addinitgroupsX): Likewise.
4086 * nscd/hstcache.c (cache_addhst): Likewise.
4087 * nscd/grpcache.c (cache_addgr): Likewise.
4088 * nscd/aicache.c (addhstaiX): Likewise
4089
6d4d8e8e
AS
40902011-07-01 Andreas Schwab <schwab@redhat.com>
4091
4092 * nis/nss_compat/compat-pwd.c (getpwent_next_nss_netgr): Query NIS
4093 domain only when needed.
4094
89f654c5
AS
40952011-06-30 Andreas Schwab <schwab@redhat.com>
4096
4097 * sysdeps/posix/getaddrinfo.c (gaih_inet): Make sure RES_USE_INET6
4098 is always restored.
4099
cf3b23ff
UD
41002011-06-29 Ulrich Drepper <drepper@gmail.com>
4101
4102 * nscd/grpcache.c (cache_addgr): Don't write notfound reply if we
4103 are re-adding the entry.
4104 * nscd/servicescache.c (cache_addserv): Likewise.
4105
751626f9
AJ
41062011-06-30 Aurelien Jarno <aurelien@aurel32.net>
4107
4108 * sysdeps/generic/dl-irel.h: fix protection against multiple
4109 inclusions.
4110 * sysdeps/generic/dl-irel.h (elf_ifunc_invoke): New.
4111
9113ea1f
UD
41122011-06-28 Ulrich Drepper <drepper@gmail.com>
4113
5c0b8d90
UD
4114 [BZ #12935]
4115 * malloc/memusage.sh: Fix quoting in message.
4116 * debug/xtrace.sh: Likewise.
4117
9113ea1f
UD
4118 * configure.in: Remove support for --experimental-malloc option, make
4119 it the default.
4120 * config.make.in: Likewise.
4121 * malloc/Makefile: Likewise.
4122
a4172181
AS
41232011-06-27 Andreas Schwab <schwab@redhat.com>
4124
4125 * iconvdata/gb18030.c (BODY for TO_LOOP): Fix encoding of non-BMP
4126 two-byte characters.
4127
78a7eee7
RM
41282011-06-27 Roland McGrath <roland@hack.frob.com>
4129
62bede13
RM
4130 * configure.in (NO_CTORS_DTORS_SECTIONS): Give this check its own
4131 AC_CACHE_CHECK invocation.
4132 * configure: Regenerated.
4133
78a7eee7
RM
4134 * elf/soinit.c (__CTOR_LIST__, __DTOR_LIST__): Add used attribute.
4135
5ce33a62
UD
41362011-06-27 Ulrich Drepper <drepper@gmail.com>
4137
034807a9
UD
4138 [BZ #12350]
4139 * nscd/aicache.c (addhstaiX): Restore only RES_USE_INET6
4140 bit from old_res_options.
4141
4902da17
UD
4142 * sysdeps/unix/sysv/linux/Makefile (CFLAGS-servicescache.c): Define.
4143
5ce33a62
UD
4144 * inet/getnetgrent_r.c (innetgr): Minimal cleanup, use correct return
4145 value type for setfct.
4146
c2344f56
L
41472011-06-23 H.J. Lu <hongjiu.lu@intel.com>
4148
4149 * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Use
4150 __gettimeofday instead of gettimeofday.
4151
68468076
UD
41522011-06-26 Ulrich Drepper <drepper@gmail.com>
4153
4154 * elf/Makefile (all-built-dso): No need to check linkobj/libc.so.
4155
acb0d739
L
41562011-06-24 H.J. Lu <hongjiu.lu@intel.com>
4157
4158 * sysdeps/i386/i686/multiarch/strcpy-sse2.S (RETURN): Fix a typo.
4159
4160 * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Correct unwind
4161 info.
4162
8912479f
L
41632011-06-22 H.J. Lu <hongjiu.lu@intel.com>
4164
4165 * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
4166 strcpy-ssse3 strncpy-ssse3 stpcpy-ssse3 stpncpy-ssse3
4167 strcpy-sse2-unaligned strncpy-sse2-unaligned
4168 stpcpy-sse2-unaligned stpncpy-sse2-unaligned.
4169 * sysdeps/x86_64/multiarch/stpcpy-sse2-unaligned.S: New file.
4170 * sysdeps/x86_64/multiarch/stpcpy-ssse3.S: New file.
4171 * sysdeps/x86_64/multiarch/stpncpy-sse2-unaligned.S: New file.
4172 * sysdeps/x86_64/multiarch/stpncpy-ssse3.S: New file.
4173 * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: New file.
4174 * sysdeps/x86_64/multiarch/strcpy-ssse3.S: New file.
4175 * sysdeps/x86_64/multiarch/strncpy-sse2-unaligned.S: New file.
4176 * sysdeps/x86_64/multiarch/strncpy-ssse3.S: New file.
4177 * sysdeps/x86_64/multiarch/strcpy.S: Remove strcpy with SSSE3.
4178 (STRCPY): Support SSE2 and SSSE3 versions.
4179
d5495a11
UD
41802011-06-24 Ulrich Drepper <drepper@gmail.com>
4181
4182 [BZ #12874]
4183 * sysdeps/unix/sysv/linux/Makefile (CFLAGS-tst-writev.c): Define.
4184 * sysdeps/wordsize-64/tst-writev.c: Work around problem with 2.6.38+
4185 kernels which artificially limit size of requests.
4186
0b1cbaae
L
41872011-06-22 H.J. Lu <hongjiu.lu@intel.com>
4188
4189 * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
4190 strncpy-c strcpy-ssse3 strncpy-ssse3 stpcpy-ssse3 stpncpy-ssse3
4191 strcpy-sse2 strncpy-sse2 stpcpy-sse2 stpncpy-sse2.
4192 * sysdeps/i386/i686/multiarch/stpcpy-sse2.S: New file.
4193 * sysdeps/i386/i686/multiarch/stpcpy-ssse3.S: New file.
4194 * sysdeps/i386/i686/multiarch/stpncpy-sse2.S: New file.
4195 * sysdeps/i386/i686/multiarch/stpncpy-ssse3.S: New file.
4196 * sysdeps/i386/i686/multiarch/stpncpy.S : New file.
4197 * sysdeps/i386/i686/multiarch/strcpy-sse2.S : New file.
4198 * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: New file.
4199 * sysdeps/i386/i686/multiarch/strcpy.S: New file.
4200 * sysdeps/i386/i686/multiarch/strncpy-c.c: New file.
4201 * sysdeps/i386/i686/multiarch/strncpy-sse2.S: New file.
4202 * sysdeps/i386/i686/multiarch/strncpy-ssse3.S: New file.
4203 * sysdeps/i386/i686/multiarch/strncpy.S: New file.
4204 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
4205 Enable unaligned load optimization for Intel Core i3, i5 and i7
4206 processors.
4207 * sysdeps/x86_64/multiarch/init-arch.h (bit_Fast_Unaligned_Load):
4208 Define.
4209 (index_Fast_Unaligned_Load): Define.
4210 (HAS_FAST_UNALIGNED_LOAD): Define.
4211
07f494a0
MP
42122011-06-23 Marek Polacek <mpolacek@redhat.com>
4213
4214 * nss/nss_db/db-open.c: Include <unistd.h> for read declaration.
4215
fa3fc0fe
UD
42162011-06-22 Ulrich Drepper <drepper@gmail.com>
4217
4218 [BZ #12907]
4219 * sysdeps/posix/getaddrinfo.c (getaddrinfo): Avoid calling __check_pf
4220 until it is clear that the information is realy needed.
4221 Patch mostly by David Hanisch <david.hanisch@nsn.com>.
4222
e12df166
AS
42232011-06-22 Andreas Schwab <schwab@redhat.com>
4224
4225 * sysdeps/posix/getaddrinfo.c (gaih_inet): Fix last change.
4226
852eb34d
UD
42272011-06-22 Ulrich Drepper <drepper@gmail.com>
4228
84e2a551
UD
4229 * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Use
4230 /sys/devices/system/cpu/online if it is usable.
4231
852eb34d
UD
4232 * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Rate limit
4233 reading the information from the /proc filesystem to once a second.
4234
6e502e19
UD
42352011-06-21 Andreas Jaeger <aj@suse.de>
4236
4237 * sysdeps/unix/sysv/linux/bits/sigcontext.h: Fix definition of
4238 NULL after inclusion of kernel headers.
4239
75d39ff2
UD
42402011-06-21 Ulrich Drepper <drepper@gmail.com>
4241
51f9aa6a
UD
4242 * nss/nss_db/db-XXX.c (nss_db_setENT): Only set entidx for successful
4243 calls to internal_setent.
4244
c0244a9d
UD
4245 [BZ #12885]
4246 * sysdeps/posix/getaddrinfo.c (gaih_inet): When looking up only IPv6
4247 addresses using gethostbyname4_r ignore IPv4 addresses.
4248
c5e3c2ae
UD
4249 * sysdeps/posix/getaddrinfo.c (gaih_inet): After the last change the
4250 branch using gethostbyname2 is only for AF_INET. Optimize accordingly.
4251
75d39ff2
UD
4252 * inet/getnetgrent_r.c: Use DL_CALL_FCT in several places.
4253
42675c6f
DM
42542011-06-20 David S. Miller <davem@davemloft.net>
4255
4256 * sysdeps/sparc/sparc32/dl-plt.h: Protect against multiple
4257 inclusions.
4258 * sysdeps/sparc/sparc64/dl-plt.h: Likewise.
4259
4260 * sysdeps/i386/dl-irel.h (elf_ifunc_invoke): New.
4261 (elf_irel): Use it.
4262 * sysdeps/powerpc/powerpc32/dl-irel.h: Likewise.
4263 * sysdeps/powerpc/powerpc64/dl-irel.h: Likewise.
4264 * sysdeps/sparc/sparc32/dl-irel.h: Likewise.
4265 * sysdeps/sparc/sparc64/dl-irel.h: Likewise.
4266 * sysdeps/x86_64/dl-irel.h: Likewise.
4267
4268 * elf/dl-runtime.c: Use elf_ifunc_invoke.
4269 * elf/dl-sym.c: Likewise.
4270
57912a71
UD
42712011-06-15 Ulrich Drepper <drepper@gmail.com>
4272
4273 * resolv/res_send.c (__libc_res_nsend): Fix typos in last patch. We
4274 need to dereference resplen2.
4275
ee22793d
AS
42762011-06-14 Andreas Schwab <schwab@redhat.com>
4277
4278 * sysdeps/unix/sysv/linux/wordsize-64/dl-fxstatat64.c: New file.
4279
a9e836b0
UD
42802011-06-15 Ulrich Drepper <drepper@gmail.com>
4281
77fb9117
UD
4282 * Makeconfig: Define vardbdir and inst_vardbdir.
4283 * nss/Makefile: Add rules to install db-Makefile.
4284
40c1b22c
UD
4285 * nss/nss_db/db-XXX.c: Cleanup.
4286
9f2da732
UD
4287 * nss/Makefile (libnss_db-dbs): Add db-initgroups.
4288 * nss/Versions [libnss_db]: Add _nss_db_initgroups_dyn for
4289 GLIBC_PRIVATE.
4290 * nss/db-Makefile (groups.db): Emit entries for initgroups lookups.
4291 * nss/makedb.c: Implement -g option to specify that value strings
4292 are generated and should not be added to table iterated over for
4293 get*ent calls.
4294 * nss/nss_db/db-initgroups.c: New file.
4295
82e9a1f7
UD
4296 * nss/getent.c: Add support for initgroups lookups through getgrouplist
4297 interface.
4298
c41af17e
UD
4299 * grp/initgroups.c (__nss_initgroups_database): Renamed and exported.
4300 (internal_getgrouplist): Adjust to name change.
4301 Update use_initgroups_entry if this is not the first call.
4302 * nss/databases.def: Add initgroups entry.
4303
a9e836b0
UD
4304 * nss/makedb.c (compute_tables): Check result of multiple hash table
4305 sizes to minimize maximum chain length.
4306
2666d441
UD
43072011-06-14 Ulrich Drepper <drepper@gmail.com>
4308
4309 * Versions.def: Add entry for libnss_db.
4310 * shlib-versions: Likewise.
4311 * nss/Makefile: Add rules to build libnss_db.
4312 * nss/Versions: Add libnss_db information. Organize libnss_files
4313 entries better.
4314 * nss/db-Makefile: Add gshadow support. Change rules for the new
4315 makedb progra. Some minor improvements to generate smaller files.
4316 * nss/nss_db/nss_db.h: Move NSS database header data structures to
4317 here from...
4318 * nss/makedb.c: ...here.
4319 Improve database format to be smaller and require less memory at
4320 runtime.
4321 * nss/nss_db/db-XXX.x: Adjust for new database format. Don't use
4322 db anymore.
4323 * nss/nss_db/db-netgrp.c: Likewise.
4324 * nss/nss_db/db-open.c: Likewise.
4325 * nss/nss_files/flies-XXX.x: Adjust comments.
4326 * nss/nss_files/files-ethers.c: Adjust for new DB_LOOKUP definition.
4327 * nss/nss_files/files-grp.c: Likewise.
4328 * nss/nss_files/files-hosts.c: Likewise.
4329 * nss/nss_files/files-network.c: Likewise.
4330 * nss/nss_files/files-proto.c: Likewise.
4331 * nss/nss_files/files-pwd.c: Likewise.
4332 * nss/nss_files/files-rpc.c: Likewise.
4333 * nss/nss_files/files-service.c: Likewise.
4334 * nss/nss_files/files-sgrp.c: Likewise.
4335 * nss/nss_files/files-spwd.c: Likewise.
4336 * nss/nss_db/db-alias.c: Removed.
4337 * nss/nss_db/dummy-db.h: Removed.
4338
9ee76b5a
UD
43392011-06-02 Ulrich Drepper <drepper@gmail.com>
4340
4341 * nss/makedb.c: Rewritten to not use database library.
4342 * nss/Makefile: Update to build new makedb program.
4343
c71ca1f8
AJ
43442011-06-14 Andreas Jaeger <aj@suse.de>
4345
4346 * sysdeps/unix/sysv/linux/check_native.c: Include <string.h> for
4347 memset declaration.
4348
3154bfb8
UD
43492011-06-10 Andreas Schwab <schwab@redhat.com>
4350
4351 * sysdeps/posix/getaddrinfo.c (gaih_inet): Fix logic allocating
4352 tmpbuf.
4353
b350afab
RM
43542011-06-10 Roland McGrath <roland@hack.frob.com>
4355
decd4e50
RM
4356 * Makerules (shlib.lds): Fail if the linker script comes out empty.
4357 * elf/Makefile ($(objpfx)ld.so): Likewise.
4358
5615eaf2
RM
4359 * Makefile ($(common-objpfx)linkobj/libc.so): Break long lines with \.
4360 Don't list ld.so twice in dependencies.
4361
4362 * posix/bug-regex31.c: Include <stdlib.h>.
4363
4364 * nscd/hstcache.c (cache_addhst): Remove unused variable.
4365
4366 * nis/nss_compat/compat-spwd.c
4367 (getspent_next_nss_netgr): Remove unused variable.
4368 * nis/nss_compat/compat-pwd.c (getpwent_next_nss_netgr): Likewise.
4369
4370 * nis/nis_print_group_entry.c (nis_print_group_entry): Fix "Implicit
4371 nonmembers" output to use the right array.
4372
4373 * resolv/nss_dns/dns-network.c (getanswer_r): Remove unused variable.
4374
4375 * elf/dl-open.c (_dl_open): Quash warnings when DL_NNS==1.
4376
4377 * locale/programs/ld-ctype.c (ctype_read): Remove unused variable.
4378 * locale/programs/ld-collate.c (add_to_tablewc): Likewise.
4379 * catgets/gencat.c (read_input_file): Likewise.
4380 * locale/programs/locarchive.c (enlarge_archive): Likewise.
4381
4382 * sunrpc/clnt_udp.c (__libc_clntudp_bufcreate): Move DONTBLOCK
4383 variable definition inside #if's controlling its use.
4384
4385 * inet/getnetgrent_r.c (innetgr): Remove unused variable.
4386
4387 * resolv/res_hconf.c (_res_hconf_reorder_addrs): Fix errno restoration.
4388
4389 * misc/syslog.c (__vsyslog_chk): Remove unused variable.
4390
4391 * io/fts.c (fts_build): Use if (0 && ...) rather than #if 0 for
4392 unreachable code.
4393
4394 * stdio-common/printf_fp.c (___printf_fp): Remove unused variable.
4395
b68e08db
RM
4396 * configure.in (nss-crypt check): Use AC_LANG_PROGRAM.
4397 * configure: Regenerated.
4398
b350afab
RM
4399 * Makerules: Revert last change.
4400 * elf/Makefile: Likewise.
4401
28368601
RM
44022011-06-09 Roland McGrath <roland@hack.frob.com>
4403
4404 * Makerules ($(common-objpfx)libc_pic.os): Use -Wl, before -r.
4405 * elf/Makefile ($(objpfx)librtld.os): Likewise.
4406 (reloc-link): Likewise.
4407
11988f8f
UD
44082011-06-09 Ulrich Drepper <drepper@gmail.com>
4409
4410 * elf/Makefile: Add rules to build pldd.
4411 * elf/pldd.c: New file.
4412 * elf/pldd-xx.c: New file.
4413
e80fab37
UD
44142011-06-07 Ulrich Drepper <drepper@gmail.com>
4415
4416 * version.h: Update for 2.15 development version.
4417
9b849836
DM
44182011-06-07 David S. Miller <davem@davemloft.net>
4419
4420 * sysdeps/sparc/sparc32/dl-irel.h (elf_irela): Pass dl_hwcap to
4421 ifuncs.
4422 * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela,
4423 elf_machine_lazy_rel): Likewise.
4424 * sysdeps/sparc/sparc64/dl-irel.h (elf_irela): Likewise.
4425 * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela,
4426 elf_machine_lazy_rel): Likewise.
4427 * sysdeps/sparc/sparc64/multiarch/memcpy.S (memcpy): Fetch
4428 dl_hwcap via passed in argument.
4429 * sysdeps/sparc/sparc64/multiarch/memset.S (memset, bzero):
4430 Likewise.
4431
5a31b283
AK
44322011-06-06 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
4433
4434 * stdlib/longlong.h: Update from GCC. Fix smul_ppmm for S/390.
4435
069e52f8
RM
44362011-06-06 Roland McGrath <roland@hack.frob.com>
4437
4438 [BZ #12849]
4439 * manual/fdl-1.1.texi: New file, verbatim from:
4440 http://www.gnu.org/licenses/old-licenses/fdl-1.1.texi
4441 * manual/lgpl-2.1.texi: New file, verbatim from:
4442 http://www.gnu.org/licenses/old-licenses/lgpl-2.1.texi
4443 * manual/Makefile (licenses): New variable, list those new file names.
4444 (texis): Use it.
4445 (chapters.% top-menu.%): Include $(licenses) with $(appendices).
4446
4447 * manual/fdl.texi: File removed.
4448 * manual/lesser.texi: File removed.
4449 * manual/libc.texinfo (Copying, Documentation License):
4450 Use new @include file names, put @appendix directive before @include.
4451
f16846a5
JJ
44522011-06-04 Jakub Jelinek <jakub@redhat.com>
4453
4454 [BZ #12841]
4455 * rt/bits/mqueue2.h (__mq_open_2): Add __THROW.
4456 (__mq_open_alias): Use __REDIRECT_NTH instead of __REDIRECT.
4457 (mq_open): Add __NTH.
4458
3d29045b
L
44592011-06-02 H.J. Lu <hongjiu.lu@intel.com>
4460
4461 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
4462 Assume Intel Core i3/i5/i7 processor if AVX is available.
4463
8c297311
UD
44642011-05-31 Ulrich Drepper <drepper@gmail.com>
4465
4466 * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard): Fix
4467 typo.
4468
c8fc0c91
UD
44692011-05-31 Andreas Schwab <schwab@redhat.com>
4470
4471 * nscd/nscd_getserv_r.c (nscd_getserv_r): Don't free non-malloced
4472 memory. Use alloca_account. Fix memory leak when retrying.
4473
5b27a807
UD
44742011-05-31 Ulrich Drepper <drepper@gmail.com>
4475
356f8bc6
UD
4476 * version.h (RELEASE): Bump for 2.14 release.
4477 * include/features.h (__GLIBC_MINOR__): Bump to 14.
4478
5b27a807
UD
4479 * config.make.in (RANLIB): Remove entry.
4480
01f16ab0
UD
44812011-05-30 Ulrich Drepper <drepper@gmail.com>
4482
41fce8bd
UD
4483 * po/Makefile (po-sed-cmd): Add ksh to extensions.
4484 (libc.pot): Work around missing support for .ksh extension in xgettext.
4485
4769ae77
UD
4486 [BZ #12684]
4487 * resolv/res_send.c (__libc_res_nsend): Only go to the next name server
4488 if both request failed.
4489 (send_dg): In case of server errors clear resplen or *resplen2.
4490
6b1e7d19
UD
4491 [BZ #12454]
4492 * elf/dl-deps.c (_dl_map_object_deps): Run initializer sorting only
4493 when there are multiple maps.
4494 * elf/dl-fini.c (_dl_sort_fini): Check for list of one.
4495 (_dl_fini): Remove test here.
4496
01f16ab0
UD
4497 * elf/rtld.c (dl_main): Don't allow the loader to load itself.
4498
b1ebd700
UD
44992011-05-29 Ulrich Drepper <drepper@gmail.com>
4500
7ae22829
UD
4501 [BZ #12350]
4502 * sysdeps/posix/getaddrinfo.c (gethosts): Restore only RES_USE_IENT6
4503 bit from old_res_options.
4504 (gaih_inet): Likewise.
4505
553149f6 4506 [BZ #11099]
18a84741 4507 * shadow/sgetspent_r.c (LINE_PARSER): Interpret numeric field values
873ca504
UD
4508 as signed.
4509
652ffab1
UD
4510 * resolv/res_init.c (res_setoptions): Make the code more compact.
4511
16985fd0
UD
4512 [BZ #11558]
4513 * resolv/res_init.c (res_setoptions): Recognize use-vc option and
4514 set RES_USEVC.
4515
0464f746
UD
4516 [BZ #11634]
4517 * elf/Makefile (tests): Don't add tst-audit[67] without working -mavx.
4518
7d17596c
UD
4519 * malloc/malloc.h: Mark malloc hook variables as deprecated.
4520
cf6bbbd7
UD
4521 [BZ #11781]
4522 * malloc/malloc.h: Declare malloc hook variables as volatile.
4523
13f1ab36
UD
4524 * locale/programs/locarchive.c (add_locale_to_archive): Fix typo
4525 in last patch.
4526
b1ebd700
UD
4527 [BZ #11799]
4528 * sysdeps/unix/sysv/linux/bits/siginfo.h (SI_USER): Don't mention
4997db74 4529 raise in the comment.
80e2212d
UD
4530 * sysdeps/unix/sysv/linux/s390/bits/siginfo.h: Likewise.
4531 * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
4532 * sysdeps/unix/sysv/linux/ia64/bits/siginfo.h: Likewise.
b1ebd700 4533
ce67228d
UD
45342011-05-28 Ulrich Drepper <drepper@gmail.com>
4535
8887a920
UD
4536 [BZ #12811]
4537 * posix/regex_internal.c (build_wcs_buffer): Don't signal we have to
4538 grow the buffers more if it already has to be sufficient.
4539 (build_wcs_upper_buffer): Likewise.
4540 * posix/regexec.c (check_matching): Likewise.
4541 (clean_state_log_if_needed): Likewise.
4542 (extend_buffers): Don't enlarge buffers beyond size of the input
4543 buffer.
4544 Patches mostly by Emil Wojak <emil@wojak.eu>.
4545 * posix/bug-regex32.c: New file.
4546 * posix/Makefile (tests): Add bug-regex32.
4547
4f031072
UD
4548 * locale/findlocale.c (_nl_find_locale): Return right away if
4549 _nl_explode_name failed.
4550 * locale/programs/locarchive.c (add_locale_to_archive): Likewise.
4551
d0478f0c
UD
4552 * sysdeps/unix/sysv/linux/socketcall.h (SOCKOP_sendmmsg): Define.
4553
de81b246
UD
4554 * debug/xtrace.sh: Unify messages.
4555 * malloc/memusage.sh: Likewise.
4556
c738465a
UD
4557 [BZ #12813]
4558 * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_time): Retrieve
4559 time symbol from vDSO. Substitute with vsyscall if not available.
4560 * sysdeps/unix/sysv/linux/x86_64/time.S [SHARED]: Use
4561 __vdso_time.
4562
f1f929d7
UD
4563 * sysdeps/unix/sysv/linux/internal_sendmmsg.S: New file.
4564 * sysdeps/unix/sysv/linux/sendmmsg.c: New file.
4565 * sysdeps/unix/sysv/linux/Makefile [subdir=socket] (sysdep_routines):
4566 Add sendmmsg and internal_sendmmsg.
4567 * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14]: Add sendmmsg.
4568 * sysdeps/unix/sysv/linux/bits/socket.h: Declare sendmmsg.
4569 * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_SENDMMSG.
4570
ce67228d
UD
4571 * sysdeps/unix/sysv/linux/syscalls.list: Add setns entry.
4572 * sysdeps/unix/sysv/linux/bits/sched.h: Declare setns.
4573 * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14]: Add setns.
4574
e57420c6
UD
45752011-05-27 Ulrich Drepper <drepper@gmail.com>
4576
a8509ca5
UD
4577 [BZ #12813]
4578 * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_getcpu):
4579 Retrieve getcpu symbol from vDSO. Substitute with vsyscall if not
4580 available.
4581 * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S [SHARED]: Use
4582 __vdso_getcpu.
4583
e57420c6
UD
4584 [BZ #12814]
4585 * iconvdata/Makefile (tests): Add bug-iconv9.
4586 * iconvdata/bug-iconv9.c: New file.
4587
4d07db15
AS
45882011-05-27 Andreas Schwab <schwab@redhat.com>
4589
4590 [BZ #12814]
4591 * iconvdata/iso-2022-jp.c (BODY): Fix invalid variable shadowing.
4592
ea486f69
JJ
45932011-05-25 Jakub Jelinek <jakub@redhat.com>
4594
4595 * sysdeps/unix/sysv/linux/x86_64/sys/user.h
4596 (struct user_regs_struct): Change intcs field back to cs.
4597
6f038433
UD
45982011-05-25 Ulrich Drepper <drepper@gmail.com>
4599
4600 * po/ja.po: Update from translation team.
4601
67f86a25
UD
46022011-05-23 Ulrich Drepper <drepper@gmail.com>
4603
4604 [BZ #12795]
4605 * sysdeps/unix/sysv/linux/bits/resource.h (RLIMIT_RTTIME): Define.
4606 * sysdeps/unix/sysv/linux/sparc/bits/resource.h: Likewise.
4607
def7fbd6
AS
46082011-05-20 Andreas Schwab <schwab@redhat.com>
4609
4610 * stdlib/longlong.h: Update from GCC.
4611
f50ef8f1
AS
46122011-05-23 Andreas Schwab <schwab@redhat.com>
4613
4614 * sysdeps/unix/sysv/linux/ia64/sysconf.c (HAS_CPUCLOCK): Add
4615 parameter name.
4616 * sysdeps/unix/sysv/linux/sysconf.c (has_cpuclock, HAS_CPUCLOCK):
4617 Add parameter name.
4618 (__sysconf): Pass it down.
4619
de7ce8f1
UD
46202011-05-22 Ulrich Drepper <drepper@gmail.com>
4621
f2962a71
UD
4622 [BZ #12671]
4623 * nis/nss_nis/nis-alias.c (_nss_nis_getaliasbyname_r): Use malloc in
4624 some situations.
4625 * nscd/nscd_getserv_r.c (nscd_getserv_r): Likewise.
4626 * posix/glob.c (glob_in_dir): Take additional parameter alloca_used.
4627 add in in __libc_use_alloca calls. Adjust callers.
4628 (glob): Use malloc in some situations.
4629
de7ce8f1
UD
4630 * elf/dl-runtime.c (_dl_profile_fixup): Also store LA_SYMB_NOPLTENTER
4631 and LA_SYMB_NOPLTEXIT in flags which are passed to pltenter and
4632 pltexit.
4633
aec84f53
UD
46342011-05-21 Ulrich Drepper <drepper@gmail.com>
4635
05bb4a68
UD
4636 * sysdeps/unix/sysv/linux/bits/time.h: Define CLOCK_REALTIME_ALARM
4637 and CLOCK_BOOTTIME_ALARM.
4638
7ea72f99
UD
4639 [BZ #12782]
4640 * string/xpg-strerror.c (__xpg_strerror_r): Fill buffer even if error
4641 is returned.
4642
7e4afad5
UD
4643 * string/_strerror.c (__strerror_r): Print negative errors as signed
4644 numbers.
4645
8e211fec
UD
4646 [BZ #12777]
4647 * iconvdata/cp1258.c (comp_table_data): Remove entry 0x00A5 0xEC.
4648 (decomp_table): Change U0385 entry to emit 0xA5 0xEC.
4649 * iconvdata/CP1258.irreversible: Adjust entry 0xA8EC.
4650
f7d82dc9
UD
4651 * configure.in: Fix typo in redirection and correct removal of test
4652 files in two cases.
4653
cc9e536d
UD
4654 [BZ #12788]
4655 * locale/setlocale.c (new_composite_name): Fix test to check for
4656 identical name of all categories.
4657
aec84f53
UD
4658 [BZ #12792]
4659 * libio/filedoalloc.c (local_isatty): New function.
4660 (_IO_file_doallocate): Use local_isatty.
4661 * stdio-common/perror.c (perror): In case a new stream is used
4662 forward the stream error.
4663 * stdio-common/vfprintf.c (ARGCHECK): For read-only streams also set
4664 error flag.
4665
78e64fdc
RT
46662011-05-20 Ulrich Drepper <drepper@gmail.com>
4667
34a9094f
UD
4668 [BZ #11869]
4669 * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't unconditionally use
4670 alloca.
4671 * include/alloca.h (extend_alloca_account): Define.
4672
78e64fdc
RT
4673 [BZ #11857]
4674 * posix/regex.h: Fix comments with documentation of user-accessible
4675 fields after compilation and describe correct free'ing of pattern
4676 after re_compile_pattern.
4677 Patch by Reuben Thomas <rrt@sc3d.org>.
4678
457bddfc
RA
46792011-05-18 Ryan S. Arnold <rsa@us.ibm.com>
4680
4681 * sysdeps/powerpc/powerpc64/Makefile (no-special-regs): Add -mno-vsx
4682 and -mno-altivec to prevent the compiler from using Altivec and/or
4683 VSX instructions when the corresponding registers are not available.
4684
a4527b51
AS
46852011-05-19 Andreas Schwab <schwab@redhat.com>
4686
4687 * grp/compat-initgroups.c (__libc_use_alloca): Don't define.
4688
ed690b2f
UD
46892011-05-19 Ulrich Drepper <drepper@gmail.com>
4690
4691 * libio/freopen.c (freopen): Use __dup2, not dup2.
4692 * libio/freopen64.c (freopen64): Likewise.
4693
8db73634
L
46942011-05-17 H.J. Lu <hongjiu.lu@intel.com>
4695
4696 [BZ #12775]
4697 * sysdeps/x86_64/fpu/e_powl.S: Fix a typo.
4698 * math/Makefile (tests): Add test-powl.
4699 (CFLAGS-test-powl.c): Define.
4700 * math/test-powl.c: New file.
4701
0a197a9d
L
47022011-05-16 H.J. Lu <hongjiu.lu@intel.com>
4703
4704 * fileops.c (_IO_new_file_fopen): Get fd from _IO_fileno.
4705
ee30c380
UD
47062011-05-17 Ulrich Drepper <drepper@gmail.com>
4707
4708 [BZ #11837]
4709 * iconvdata/gb18030.c: Update to GB18020-2005.
4710
6ce75379
UD
47112011-05-16 Ulrich Drepper <drepper@gmail.com>
4712
a4b89fd8
AR
4713 * posix/regex.h (RE_SYNTAX_AWK, RE_SYNTAX_GNU_AWK,
4714 RE_SYNTAX_POSIX_AWK): Update to match recent development.
4715 Patch by Aharon Robbins <arnold@skeeve.com>.
4716
ea389b12
UD
4717 [BZ #11892]
4718 * stdlib/putenv.c (putenv): Don't always create copy of the variable
4719 on the stack.
4720
68a3f91f
UD
4721 [BZ #11895]
4722 * misc/pselect.c (__pselect): Handle timeout value errors hidden
4723 through underflows.
4724
15cc7dd1
UD
4725 [BZ #12766]
4726 * misc/error.c (error_at_line): Ensure file_name and old_file_name
4727 point to strings before performing equality test for error_one_per_line
4728 mode.
4729
f3799213
UD
4730 [BZ #11697]
4731 * login/programs/pt_chown.c (do_pt_chown): Always call chown.
4732
d79a9c94
UD
4733 [BZ #11820]
4734 * sysdeps/unix/sysv/linux/x86_64/sys/user.h
4735 (struct user_fpregs_struct): Avoid __uint*_t types.
4736
56e5eb46
UD
4737 [BZ #6420]
4738 * malloc/mtrace.c (tr_where): Add additional parameter to point to
4739 symbol info. Use it instead of calling _dl_addr locally.
4740 (lock_and_info): New function.
4741 (tr_freehook): Call lock_and_info and pass symbol info as additional
4742 parameter to tr_where.
4743 (tr_mallochook): Likewise.
4744 (tr_reallochook): Likewise.
4745 (tr_memalignhook): Likewise.
4746
6ce75379
UD
4747 * malloc/mtrace.c: Remove support for USE_MTRACE_FILE. It is not
4748 used and couldn't be at all thread-safe.
4749
f8a3b5bf
UD
47502011-05-15 Ulrich Drepper <drepper@gmail.com>
4751
94b7cc37
UD
4752 * libio/freopen.c (freopen): Don't close old file descriptor
4753 before the new one is opened. Instead dup the new file descriptor
4754 to the old one after the new stream is created.
4755 * libio/freopen64.c (freopen64): Likewise.
4756 * libio/libio.h: Define _IO_FLAGS2_NOCLOSE and _IO_FLAGS2_CLOEXEC.
4757 * libio/fileops.c (_IO_new_file_close_it): Handle new
4758 _IO_FLAGS2_NOCLOSE flag.
4759 (_IO_new_file_fopen): Set _IO_FLAGS2_CLOEXEC for "e" mode.
4760 If _IO_file_open didn't set FD_CLOEXEC do it after the call.
4761 * libio/oldfileops.c (_IO_old_file_close_it): Handle new
4762 _IO_FLAGS2_NOCLOSE flag.
4763 * include/unistd.h: Add hidden_proto for dup3.
4764 Define __have_dup3.
4765 * io/dup3.c: Define hidden symbol.
4766 * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_DUP3.
4767
bd25564e
UD
4768 [BZ #7101]
4769 * posix/getopt.c (_getopt_internal_r): List all ambigious possibilities
4770 when an incomplete long option is used.
4771 * posix/tst-getopt_long1.c: New file.
4772 * posix/Makefile (tests): Add tst-getopt_long1.
4773
c84cfef4
UD
4774 [BZ #10138]
4775 * scripts/config.guess: Update from autoconf-2.68.
4776 * scripts/config.sub: Likewise.
4777
3b85df27
UD
4778 [BZ #10157]
4779 * sysdeps/unix/sysv/linux/sysconf.c (__sysconf): Split out CPUTIME
4780 tests into ...
4781 (has_cpuclock): ...this. New function.
4782 * sysdeps/unix/sysv/linux/ia64/sysconf.c: Just define HAS_CPUCLOCK
4783 macro here based on has_cpuclock code.
4784
15a856b1
UD
4785 [BZ #10149]
4786 * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
4787 First byte (not low byte) is now always NUL.
4788 * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Likewise.
4789
05f399e6
UD
4790 * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
4791 Use non-cancelable interfaces.
4792
10a52685 4793 [BZ #9809]
94ecc67d
UD
4794 * locale/iso-639.def: Add entry for Sorani.
4795
f8a3b5bf
UD
4796 [BZ #11901]
4797 * include/stdlib.h: Move include protection to the right place.
4798 Define abort_msg_s. Declare __abort_msg with it.
4799 * stdlib/abort.c (__abort_msg): Adjust type.
4800 * assert/assert.c (__assert_fail_base): New function. Majority
4801 of code from __assert_fail. Allocate memory for __abort_msg with
4802 mmap.
4803 (__assert_fail): Now call __assert_fail_base.
4804 * assert/assert-perr.c: Remove bulk of implementation. Use
4805 __assert_fail_base.
4806 * include/assert.hL Declare __assert_fail_base.
4807 * sysdeps/posix/libc_fatal.c: Allocate memory for __abort_msg with
4808 mmap.
4809 * sysdeps/unix/sysv/linux/libc_fatal.c: Likewise.
4810
1af4e298
UD
48112011-05-14 Ulrich Drepper <drepper@gmail.com>
4812
f8a3b5bf 4813 [BZ #11952]
d26dfc60
MG
4814 [BZ #12453]
4815 * elf/dl-open.c (dl_open_worker): Delay calls to _dl_update_slotinfo
4816 until all modules are registered in the DTV.
4817 * elf/Makefile: Add rules to build and run tst-tls19.
4818 * elf/tst-tls19.c: New file.
4819 * elf/tst-tls19mod1.c: New file.
4820 * elf/tst-tls19mod2.c: New file.
4821 * elf/tst-tls19mod3.c: New file.
4822 Patch mostly by Martin von Gagern <Martin.vGagern@gmx.net>.
4823
2fc54d6f
UD
4824 [BZ #12083]
4825 * sysdeps/pthread/aio_misc.c (__aio_init): Compute optim.aio_num
4826 correctly.
4827
98d76b46
UD
4828 [BZ #12601]
4829 * iconvdata/cp932.c (BODY to UCS4): Fix incrementing inptr in case of
4830 two-byte sequence errors.
4831 * iconvdata/Makefile (tests): Add bug-iconv8.
4832 * iconvdata/bug-iconv8.c: New file.
4833
da3c19ef
UD
4834 [BZ #12626]
4835 * sysdeps/generic/elf/backtracesymsfd.c (__backtrace_symbols_fd): Move
4836 buf2 definition.
4837
ca408c15
UD
4838 * libio/fileops.c (_IO_new_file_close_it): Initialize write_status.
4839
d6f67f7d
UD
4840 [BZ #12432]
4841 * sysdeps/ia64/backtrace.c (struct trace_reg): Add cfa element.
4842 (dummy_getcfa): New function.
4843 (init): Get _Unwind_GetCFA address, use dummy if not found.
4844 (backtrace_helper): In recursion check, also check whether CFA changes.
4845 (__backtrace): Completely initialize arg.
4846
1af4e298 4847 * iconv/loop.c (SINGLE) [STORE_REST]: Add input bytes to bytebuf before
0656e90e
UD
4848 storing incomplete byte sequence in state object. Avoid testing for
4849 guaranteed too small input if we know there is enough data available.
1af4e298 4850
da62f81b
AS
48512011-05-11 Andreas Schwab <schwab@redhat.com>
4852
4853 * Makeconfig (+link-pie): Indent.
4854 * Rules (binaries-pie): Define if $(have-fpie) and
4855 $(build-shared).
4856 (binaries-shared): Also filter out $(binaries-pie).
4857 ($(addprefix $(objpfx),$(binaries-pie))): New rule.
4858 * nscd/Makefile (others-pie): Add nscd.
4859 (LDFLAGS-nscd): Set this instead of relro-LDFLAGS.
4860 ($(objpfx)nscd): Remove command override.
4861 * login/Makefile (others-pie): Add pt_chown.
4862 ($(objpfx)pt_chown): Remove command override.
4863 * elf/Makefile: Add PIE tests to tests and tests-pie variables and
4864 remove command overrides.
4865
fcabc0f8
UD
48662011-05-13 Ulrich Drepper <drepper@gmail.com>
4867
20030ae6
UD
4868 * libio/tst_putwc.c: Fix error messages.
4869
fcabc0f8
UD
4870 [BZ #12724]
4871 * libio/fileops.c (_IO_new_file_close_it): Always flush when
4872 currently writing and seek to current position when not.
4873 * libio/Makefile (tests): Add bug-fclose1.
4874 * libio/bug-fclose1.c: New file.
4875
320a5dc0
PB
48762011-05-12 Ulrich Drepper <drepper@gmail.com>
4877
4878 [BZ #12511]
4879 * elf/dl-lookup.c (enter): Don't test for copy relocation here and
4880 don't set DF_1_NODELETE here.
4881 (do_lookup_x): When entering new entry test for copy relocation
4882 and if necessary set DF_1_NODELETE flag.
4883 * elf/tst-unique4.cc: New file.
4884 * elf/tst-unique4.h: New file.
4885 * elf/tst-unique4lib.cc: New file.
4886 * elf/Makefile: Add rules to build and run tst-unique4.
4887 Patch by Piotr Bury <pbury@goahead.com>.
4888
22836f52
UD
48892011-05-11 Ulrich Drepper <drepper@gmail.com>
4890
f574184a
UD
4891 [BZ #12052]
4892 * sysdeps/posix/spawni.c (__spawni): Fix sched_setscheduler call.
4893
e1fb097f
UD
4894 [BZ #12625]
4895 * misc/mntent_r.c (addmntent): Flush the stream after the output
4896
22836f52
UD
4897 [BZ #12393]
4898 * elf/dl-load.c (is_trusted_path): Remove unnecessary test.
4899 (is_trusted_path_normalize): Skip initial colon. Append slash
4900 to empty buffer. Duplicate is_trusted_path code but allow
4901 constructed patch to be prefix.
4902 (is_dst): Allow $ORIGIN followed by /.
4903 (_dl_dst_substitute): Correct clearing of check_for_trusted.
4904 Correct testing of result of is_trusted_path_normalize
4905 (decompose_rpath): Fix warning.
4906
7b3b0b2a
UD
49072011-05-10 Ulrich Drepper <drepper@gmail.com>
4908
4909 [BZ #11257]
4910 * grp/initgroups.c (internal_getgrouplist): When we found the service
4911 list through the initgroups entry in nsswitch.conf do not always
4912 continue on a successful lookup. Don't always use the
eac80ce2 4913 __nss_group_database value if it is set.
7b3b0b2a
UD
4914 * nss/nsswitch.conf (initgroups): Change action for successful db
4915 lookup to continue for compatibility.
4916
2a81eaa5
UD
49172011-05-09 Ulrich Drepper <drepper@gmail.com>
4918
be97a69e
UD
4919 [BZ #11532]
4920 * iconvdata/Makefile: Add rules to build CP770, CP771, CP772, CP773,
4921 and CP774 modules.
4922 * iconvdata/gconv-modules: Add entries for CP770, CP771, CP772, CP773,
4923 and CP774 modules.
4924 * iconvdata/tst-tables.sh: Likewise.
4925 * iconvdata/cp770.c: New file.
4926 * iconvdata/cp771.c: New file.
4927 * iconvdata/cp772.c: New file.
4928 * iconvdata/cp773.c: New file.
4929 * iconvdata/cp774.c: New file.
4930 * iconvdata/testdata/CP770: New file.
4931 * iconvdata/testdata/CP770..UTF8: New file.
4932 * iconvdata/testdata/CP771: New file.
4933 * iconvdata/testdata/CP771..UTF8: New file.
4934 * iconvdata/testdata/CP772: New file.
4935 * iconvdata/testdata/CP772..UTF8: New file.
4936 * iconvdata/testdata/CP773: New file.
4937 * iconvdata/testdata/CP773..UTF8: New file.
4938 * iconvdata/testdata/CP774: New file.
4939 * iconvdata/testdata/CP774..UTF8: New file.
4940
4941 * iconvdata/gen-8bit-gap-1.sh: End reading of charmap file at
4942 END CHARMAP line.
4943 * iconvdata/gen-8bit-gap.sh: Likewise.
4944 * iconvdata/gen-8bit.sh: Likewise.
4945
c1e9e399
UD
4946 * locale/iso-639.def: Add ary entry.
4947
24c55fb3 4948 [BZ #11258]
96b4b1b0
UD
4949 * locale/C-translit.h.in: Add U20A1 transliteration.
4950
bdc2f971
KB
4951 [BZ #12178]
4952 * locale/iso-639.def: Add wae entry.
4953 Patch by Kevin Bortis <bortis@translate-wae.ch>.
4954
2952b117
UD
4955 [BZ #12545]
4956 * locale/programs/localedef.c (construct_output_path): Use ssize_t
4957 for n.
4958
2a81eaa5
UD
4959 [BZ #12711]
4960 * locale/C-translit.h.in: Add entry for U20B9.
4961 Patch by pravin.d.s@gmail.com.
4962
28377d1b
UD
49632011-05-08 Ulrich Drepper <drepper@gmail.com>
4964
7fb90fb8
UD
4965 [BZ #12713]
4966 * sysdeps/unix/sysv/linux/getcwd.c: If getcwd syscall report
4967 ENAMETOOLONG use generic getcwd.
6fb2dde3
UD
4968 * sysdeps/posix/getcwd.c: Add support to use openat. Make usable
4969 in rtld. Use *stat64.
7fb90fb8 4970 * sysdeps/unix/sysv/linux/Makefile [subdir=elf] (sysdep-rtld-routines):
6fb2dde3 4971 Add dl-getcwd, dl-openat64, dl-opendir, dl-fxstatat64.
7fb90fb8 4972 * sysdeps/unix/sysv/linux/dl-getcwd.c: New file.
6fb2dde3
UD
4973 * sysdeps/unix/sysv/linux/dl-openat64.c: New file.
4974 * sysdeps/unix/sysv/linux/dl-opendir.c: New file.
4975 * sysdeps/unix/sysv/linux/dl-fxstat64.c: New file.
4976 * include/sys/stat.h: Define __fstatat, __lstat64, __fstat64, and
4977 __fstatat64 macros.
7fb90fb8
UD
4978 * include/dirent.h: Add libc_hidden_proto for rewinddir.
4979 * dirent/rewinddir.c: Add libc_hidden_def.
4980 * sysdeps/mach/hurd/rewinddir.c: Likewise.
6fb2dde3 4981 * sysdeps/unix/rewinddir.c: Likewise. Don't do locking outside libc.
7fb90fb8 4982
28377d1b
UD
4983 * include/dirent.h (__alloc_dir): Add flags parameter.
4984 * sysdeps/unix/fdopendir.c (__fdopendir): Pass flags to __alloc_dir.
4985 * sysdeps/unix/opendir.c (__opendir): Pass 0 in new parameter to
4986 __alloc_dir.
4987 (__alloc_dir): Take new parameter. Don't call fcntl for invocations
4988 from fdopendir if O_CLOEXEC is already set.
4989
66bdbaa4
AM
49902011-03-15 Alan Modra <amodra@gmail.com>
4991
4992 * elf/dl-reloc.c (_dl_try_allocate_static_tls <TLS_DTV_AT_TP>): Handle
4993 l_tls_firstbyte_offset non-zero. Save padding offset in
4994 l_tls_firstbyte_offset for later use.
4995 * elf/dl-close.c (_dl_close_worker <TLS_DTV_AT_TP>): Correct code
4996 freeing static tls block.
4997
95721191
JN
49982011-03-05 Jonathan Nieder <jrnieder@gmail.com>
4999
5000 * sysdeps/unix/sysv/linux/sys/param.h: Fix an #ifndef __undef_ARG_MAX
5001 where #ifdef was intended. The intent is to prevent ARG_MAX from
5002 being defined by the kernel headers.
5003
f87dfb1f
UD
50042011-05-07 Ulrich Drepper <drepper@gmail.com>
5005
5006 [BZ #12734]
5007 * resolv/resolv.h: Define RES_NOTLDQUERY.
5008 * resolv/res_init.c (res_setoptions): Recognize no_tld_query and
5009 no-tld-query and set RES_NOTLDQUERY.
5010 * resolv/res_debug.c (p_option): Handle RES_NOTLDQUERY.
5011 * resolv/res_query.c (__libc_res_nsearch): Backport changes from
5012 modern BIND to search name as TLD unless forbidden.
5013
47c3cd7a
UD
50142011-05-07 Petr Baudis <pasky@suse.cz>
5015 Ulrich Drepper <drepper@gmail.com>
5016
5017 [BZ #12393]
5018 * elf/dl-load.c (fillin_rpath): Move trusted path check...
5019 (is_trusted_path): ...to here.
c1e9ea35 5020 (is_trusted_path_normalize): Wrapper for /../ and /./ normalization.
47c3cd7a 5021 (_dl_dst_substitute): Verify expanded $ORIGIN path elements
c1e9ea35 5022 using is_trusted_path_normalize() in setuid scripts.
47c3cd7a 5023
8a35c912
PP
50242011-05-06 Paul Pluzhnikov <ppluzhnikov@google.com>
5025
5026 * sysdeps/unix/sysv/linux/sys/sysmacros.h: Add missing
5027 __BEGIN/__END_DECLS.
5028
acd41f47
UD
50292011-05-06 Ulrich Drepper <drepper@gmail.com>
5030
5031 * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Return
5032 NSS_STATUS_NOTFOUND if no record was found.
5033
597df647
AS
50342011-05-05 Andreas Schwab <schwab@redhat.com>
5035
5036 * sunrpc/Makefile (headers): Add rpc/netdb.h.
5037 (headers-not-in-tirpc): Remove rpc/netdb.h
5038 * resolv/netdb.h: Revert last change.
5039
b9af1301
PP
50402011-05-05 Paul Pluzhnikov <ppluzhnikov@google.com>
5041
5042 * Makeconfig (link-libc-static): Use --{start,end}-group to handle
5043 circular dependency between libgcc.a and libc.a.
5044
4e34d5f5
AS
50452011-05-05 Andreas Schwab <schwab@redhat.com>
5046
5047 * resolv/netdb.h: Don't include <rpc/netdb.h>.
5048 * nis/Makefile: Don't install rpcsvc/*.
5049 * inet/protocols/timed.h: Include <sys/types.h> and <sys/time.h>
5050 instead of <rpc/types.h>.
5051 (MAXHOSTNAMELEN): Define.
5052
00ee369c
AS
50532011-05-03 Andreas Schwab <schwab@redhat.com>
5054
5055 * elf/ldconfig.c (add_dir): Don't crash on empty path.
5056
0b592a30
MB
50572011-04-28 Maciej Babinski <mbabinski@google.com>
5058
5059 [BZ #12714]
5060 * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't bypass
5061 gethostbyname4_r when IPv6 results are possible.
5062
6e04cbbe
UD
50632011-05-02 Ulrich Drepper <drepper@gmail.com>
5064
5065 [BZ #12723]
5066 * sysdeps/unix/sysv/linux/pathconf.c (__pathconf): Implement
5067 _PC_PIPE_BUF handling.
5068
e4ecafe0
BH
50692011-04-30 Bruno Haible <bruno@clisp.org>
5070
5071 [BZ #12717]
5072 * conform/data/netdb.h-data (getnameinfo): Make POSIX compliant.
5073 * resolv/netdb.h (getnameinfo): Change type of flags parameter
5074 to 'int'.
5075 * inet/getnameinfo.c (getnameinfo): Likewise.
5076
125ee683
UD
50772011-04-29 Ulrich Drepper <drepper@gmail.com>
5078
5079 * grp/initgroups.c (internal_getgrouplist): Prefer initgroups setting
5080 to groups setting in database lookup.
5081 * nss/nsswitch.conf: Add initgroups entry.
5082
b722481a
EB
50832011-04-22 Ulrich Drepper <drepper@gmail.com>
5084
5085 [BZ #12685]
5086 * libio/fileops.c (_IO_new_file_fopen): Scan up to 7 bytes of the
5087 mode string.
5088 Patch by Eric Blake <eblake@redhat.com>.
5089
4df46dbd
L
50902011-04-20 H.J. Lu <hongjiu.lu@intel.com>
5091
5092 * sunrpc/Makefile (need-export-routines): Add svc_run.
5093 (routines): Remove svc_run.
5094 ($(objpfx)thrsvc): Add $(common-objpfx)linkobj/libc.so.
5095 * sunrpc/clnt_perr.c (clnt_perrno): Export.
5096 * sunrpc/svc_run.c (svc_run): Likewise.
5097 * sunrpc/svc_udp.c (svcudp_create): Likewise.
5098
e84142d2
UD
50992011-04-21 Ulrich Drepper <drepper@gmail.com>
5100
5101 * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Fix
5102 problem in reallocation in last patch.
5103
877175d8
UD
51042011-04-20 Ulrich Drepper <drepper@gmail.com>
5105
5106 * sunrpc/Makefile: Move inclusion of Rules.
5107
ab8eed78
UD
51082011-04-19 Ulrich Drepper <drepper@gmail.com>
5109
5110 * nss/nss_files/files-initgroups.c: New file.
5111 * nss/Makefile (libnss_files-routines): Add files-initgroups.
5112 * nss/Versions (libnss_files) [GLIBC_PRIVATE]: Export
5113 _nss_files_initgroups_dyn.
5114
e3d8f584
RS
51152011-03-31 Richard Sandiford <richard.sandiford@linaro.org>
5116
5117 * elf/elf.h (R_ARM_IRELATIVE): Define.
5118
af190f45
UD
51192011-04-19 Ulrich Drepper <drepper@gmail.com>
5120
5121 * po/ru.po: Update from translation team.
5122
53cf59ef
UD
51232011-04-17 Ulrich Drepper <drepper@gmail.com>
5124
5125 * sunrpc/Makefile ($(rpc-compat-routines.os)): Add before-compile to
5126 dependencies.
5127
4c559bcd
MF
51282011-02-06 Mike Frysinger <vapier@gentoo.org>
5129
5130 [BZ #12653]
5131 * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Only protect
5132 MEMCPY_CHK with USE_AS_BCOPY ifdef check.
5133 * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
5134 * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
5135 * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
5136
4420675c
AS
51372011-03-28 Andreas Schwab <schwab@linux-m68k.org>
5138
5139 * sysdeps/powerpc/powerpc32/power4/strncmp.S: Don't read past
5140 differing bytes.
5141 * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
5142 * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
5143 * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
5144
75ea32ab
UD
51452011-04-17 Ulrich Drepper <drepper@gmail.com>
5146
5147 [BZ #12420]
5148 * sysdeps/unix/sysv/linux/x86_64/getcontext.S: Reload context after
5149 storing it.
5150 * stdlib/bug-getcontext.c: New file.
5151 * stdlib/Makefile: Add rules to build and run bug-getcontext.
5152
27390476
AK
51532011-04-13 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
5154
5155 * sysdeps/s390/s390-64/utf16-utf32-z9.c: Wrap the z9-109
5156 instructions into .machine "z9-109".
5157 * sysdeps/s390/s390-64/utf8-utf16-z9.c: Likewise.
5158 * sysdeps/s390/s390-64/utf8-utf32-z9.c: Likewise.
5159
10442705
AK
51602011-04-11 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
5161
5162 * sysdeps/s390/s390-32/elf/start.S (_start): Skip extra zeroes
5163 between environment variables and auxiliary vector.
5164
7b57bfe5
UD
51652011-04-16 Ulrich Drepper <drepper@gmail.com>
5166
5167 * Makefile: Add rules to build linkobj/libc.so.
5168 * include/libc-symbols.h: Define libc_hidden_nolink.
5169 * include/rpc/auth.h: Mark functions which are to be hidden.
5170 * include/rpc/auth_des.h: Likewise.
5171 * include/rpc/auth_unix.h: Likewise.
5172 * include/rpc/clnt.h: Likewise.
5173 * include/rpc/des_crypt.h: Likewise.
5174 * include/rpc/key_prot.h: Likewise.
5175 * include/rpc/pmap_clnt.h: Likewise.
5176 * include/rpc/pmap_prot.h: Likewise.
5177 * include/rpc/pmap_rmt.h: Likewise.
5178 * include/rpc/rpc_msg.h: Likewise.
5179 * include/rpc/svc.h: Likewise.
5180 * include/rpc/svc_auth.h: Likewise.
5181 * include/rpc/xdr.h: Likewise.
5182 * nis/Makefile: Link all DSOs against linkobj/libc.so.
5183 * nss/Makefile: Likewise.
5184 * sunrpc/Makefile: Don't install headers. Build library with normal
5185 entry points. Don't build rpcinfo. Link RPC tests appropriately.
5186 * sunrpc/auth_des.c: Hide exported symbols by default, export some
5187 for the compat linking library. Remove use of INTDEF/INTUSE.
5188 * sunrpc/auth_none.c: Likewise.
5189 * sunrpc/auth_unix.c: Likewise.
5190 * sunrpc/authdes_prot.c: Likewise.
5191 * sunrpc/authuxprot.c: Likewise.
5192 * sunrpc/clnt_gen.c: Likewise.
5193 * sunrpc/clnt_perr.c: Likewise.
5194 * sunrpc/clnt_raw.c: Likewise.
5195 * sunrpc/clnt_simp.c: Likewise.
5196 * sunrpc/clnt_tcp.c: Likewise.
5197 * sunrpc/clnt_udp.c: Likewise.
5198 * sunrpc/clnt_unix.c: Likewise.
5199 * sunrpc/des_crypt.c: Likewise.
5200 * sunrpc/des_soft.c: Likewise.
5201 * sunrpc/get_myaddr.c: Likewise.
5202 * sunrpc/key_call.c: Likewise.
5203 * sunrpc/key_prot.c: Likewise.
5204 * sunrpc/netname.c: Likewise.
5205 * sunrpc/pm_getmaps.c: Likewise.
5206 * sunrpc/pm_getport.c: Likewise.
5207 * sunrpc/pmap_clnt.c: Likewise.
5208 * sunrpc/pmap_prot.c: Likewise.
5209 * sunrpc/pmap_prot2.c: Likewise.
5210 * sunrpc/pmap_rmt.c: Likewise.
5211 * sunrpc/publickey.c: Likewise.
5212 * sunrpc/rpc_cmsg.c: Likewise.
5213 * sunrpc/rpc_common.c: Likewise.
5214 * sunrpc/rpc_dtable.c: Likewise.
5215 * sunrpc/rpc_prot.c: Likewise.
5216 * sunrpc/rpc_thread.c: Likewise.
5217 * sunrpc/rtime.c: Likewise.
5218 * sunrpc/svc.c: Likewise.
5219 * sunrpc/svc_auth.c: Likewise.
5220 * sunrpc/svc_authux.c: Likewise.
5221 * sunrpc/svc_raw.c: Likewise.
5222 * sunrpc/svc_run.c: Likewise.
5223 * sunrpc/svc_simple.c: Likewise.
5224 * sunrpc/svc_tcp.c: Likewise.
5225 * sunrpc/svc_udp.c: Likewise.
5226 * sunrpc/svc_unix.c: Likewise.
5227 * sunrpc/svcauth_des.c: Likewise.
5228 * sunrpc/xcrypt.c: Likewise.
5229 * sunrpc/xdr.c: Likewise.
5230 * sunrpc/xdr_array.c: Likewise.
5231 * sunrpc/xdr_float.c: Likewise.
5232 * sunrpc/xdr_intXX_t.c: Likewise.
5233 * sunrpc/xdr_mem.c: Likewise.
5234 * sunrpc/xdr_rec.c: Likewise.
5235 * sunrpc/xdr_ref.c: Likewise.
5236 * sunrpc/xdr_sizeof.c: Likewise.
5237 * sunrpc/xdr_stdio.c: Likewise.
5238
e6c61494
UD
52392011-04-10 Ulrich Drepper <drepper@gmail.com>
5240
5241 [BZ #12650]
5242 * sysdeps/i386/dl-tls.h: Define TLS_DTV_UNALLOCATED.
5243 * sysdeps/ia64/dl-tls.h: Likewise.
5244 * sysdeps/powerpc/dl-tls.h: Likewise.
5245 * sysdeps/s390/dl-tls.h: Likewise.
5246 * sysdeps/sh/dl-tls.h: Likewise.
5247 * sysdeps/sparc/dl-tls.h: Likewise.
5248 * sysdeps/x86_64/dl-tls.h: Likewise.
5249 * elf/dl-tls.c: Don't define TLS_DTV_UNALLOCATED here.
5250
34fe483e
AS
52512011-03-14 Andreas Schwab <schwab@redhat.com>
5252
5253 * elf/dl-load.c (_dl_dst_substitute): When skipping the first
5254 rpath element also skip the following colon.
5255 (expand_dynamic_string_token): Add is_path parameter and pass
5256 down to DL_DST_REQUIRED and _dl_dst_substitute.
5257 (decompose_rpath): Call expand_dynamic_string_token with
5258 non-zero is_path. Ignore empty rpaths.
5259 (_dl_map_object_from_fd): Call expand_dynamic_string_token
5260 with zero is_path.
5261
f12a32e6
AS
52622011-04-08 Andreas Schwab <schwab@linux-m68k.org>
5263
5264 * sysdeps/unix/sysv/linux/powerpc/powerpc64/sync_file_range.c:
5265 Make cancelable.
5266
38a7d692
UD
52672011-04-09 Ulrich Drepper <drepper@gmail.com>
5268
5269 [BZ #12655]
5270 * sysdeps/unix/sysv/linux/sys/syscall.h: Fix comment.
5271 Patch by Filipe David Manana <fdmanana@apache.org>.
5272
e451d22b
AS
52732011-04-07 Andreas Schwab <schwab@redhat.com>
5274
5275 * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S (CALL_FAIL):
5276 Maintain aligned stack.
5277 (CHECK_RSP): Remove unused macro.
5278
dedc7c7b
UD
52792011-04-03 Ulrich Drepper <drepper@gmail.com>
5280
5281 * sysdeps/x86_64/cacheinfo.c (intel_02_known): Fix typo in table.
5282 * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_02_known): Likewise.
5283
94521213
UD
52842011-04-02 Ulrich Drepper <drepper@gmail.com>
5285
5286 * sysdeps/unix/sysv/linux/bits/time.h (CLOCK_BOOTTIME): Define.
5287
8cb700c0 5288 * include/features.h: Mention __USE_XOPEN2K8 in comment.
81489b2e 5289
0354e355
L
52902011-03-26 H.J. Lu <hongjiu.lu@intel.com>
5291
5292 [BZ #12518]
5293 * sysdeps/x86_64/Versions: Add memcpy to GLIBC_2.14.
5294 * sysdeps/x86_64/memcpy.S: Provide GLIBC_2_14 memcpy.
5295 * sysdeps/x86_64/memmove.c: New file.
5296 * sysdeps/x86_64/multiarch/memcpy.S: Include <shlib-compat.h>.
5297 (memcpy): Renamed to ...
5298 (__new_memcpy): This.
5299 (memcpy): Provide GLIBC_2_14 memcpy.
5300 * sysdeps/x86_64/multiarch/memmove.c: Include <shlib-compat.h>.
5301 (memcpy): Provide GLIBC_2_2_5 memcpy.
5302
8593482f
UD
53032011-04-01 Ulrich Drepper <drepper@gmail.com>
5304
5305 [BZ #12631]
5306 * wcsmbs/wchar.h: Make wcpcpy and wcpncpy visible for __USE_XOPEN2K8.
5307
81a5726b
AS
53082011-03-30 Andreas Schwab <schwab@redhat.com>
5309
5310 * misc/syncfs.c: New file.
5311 * misc/Makefile (routines): Add syncfs.
5312 * posix/unistd.h: Declare syncfs.
5313 * sysdeps/unix/syscalls.list: Add syncfs.
5314
00e5419f
AS
53152011-04-01 Andreas Schwab <schwab@redhat.com>
5316
5317 * sysdeps/unix/sysv/linux/Versions: Rename open_by_handle to
5318 open_by_handle_at.
5319 * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
5320 * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
5321 * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
5322 * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
5323 * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
5324 * sysdeps/unix/sysv/linux/syscalls.list: Likewise.
5325 * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
5326
748876bf
UD
53272011-04-01 Ulrich Drepper <drepper@gmail.com>
5328
658e451d
UD
5329 * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define O_PATH.
5330 * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
5331 * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
5332 * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
5333 * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
5334 * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
5335 * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
5336
748876bf
UD
5337 * io/Makefile: Compile fallocate.c, fallocate64.c, and
5338 sync_file_range.c with -fexceptions.
5339 * sysdeps/unix/sysv/linux/fallocate.c: Make cancelable.
5340 * sysdeps/unix/sysv/linux/fallocate64.c: Likewise.
5341 * sysdeps/unix/sysv/linux/i386/fallocate.c: Likewise.
5342 * sysdeps/unix/sysv/linux/i386/fallocate64.c: Likewise.
5343 * sysdeps/unix/sysv/linux/wordsize-64/fallocate.c: Likewise.
5344 * sysdeps/unix/sysv/linux/sync_file_range.c: Likewise.
5345 * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Mark
3167dad0
UD
5346 sync_file_range as cancellation point
5347 * sysdeps/unix/sysv/linux/i386/sync_file_range.c: New file. This is
5348 now a wrapper around __call_sync_file_range with cancellation handling.
5349 * sysdeps/unix/sysv/linux/i386/sync_file_range.S: Renamed to ...
5350 * sysdeps/unix/sysv/linux/i386/call_sync_file_range.S: ...this. Change
5351 function name to __call_sync_file_range.
5352 * sysdeps/unix/sysv/linux/i386/Makefile [subdir=io] (sysdep_routines):
5353 Add call_sync_file_range.
748876bf 5354
6e63d5e1
AS
53552011-04-01 Andreas Schwab <schwab@redhat.com>
5356
5357 * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
748876bf 5358 bits/timex.h.
6e63d5e1 5359
46998f74
UD
53602011-04-01 Ulrich Drepper <drepper@gmail.com>
5361
4c1423ed
UD
5362 * iconv/iconv.h: Fix typo in comment.
5363 * io/fcntl.h: Likewise.
5364 * libio/stdio.h: Likewise.
5365 * posix/spawn.h: Likewise.
5366 * posix/unistd.h: Likewise.
5367 * stdlib/stdlib.h: Likewise.
5368 * time/time.h: Likewise.
5369 * wcsmbs/wchar.h: Likewise.
5370
158648c0
UD
5371 * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14] (name_to_handle_at,
5372 open_by_handle): Add.
5373 * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define struct file_handle
5374 and MAX_HANDLE_SZ. Declare name_to_handle_at and open_by_handle.
5375 Augment a few comments.
5376 * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
5377 * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
5378 * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
5379 * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
5380 * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
5381 * sysdeps/unix/sysv/linux/syscalls.list: Add name_to_handle_at and
5382 open_by_handle.
5383
46998f74
UD
5384 * io/fcntl.h (AT_EMPTY_PATH): Define.
5385
83fe108b
UD
53862011-03-30 Ulrich Drepper <drepper@gmail.com>
5387
5388 * sysdeps/unix/sysv/linux/syscalls.list: Add clock_adjtime.
5389 * sysdeps/unix/sysv/linux/bits/time.h: New file.
5390 * sysdeps/unix/sysv/linux/sys/timex.h: Move struct timex definition
5391 to...
5392 * sysdeps/unix/sysv/linux/bits/timex.h: ...here. New file.
034c4e15
UD
5393 * Versions.def: Add GLIBC_2.14.
5394 * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14] (clock_adjtime):
5395 Export.
83fe108b 5396
bb242059
UD
53972011-03-22 Ulrich Drepper <drepper@gmail.com>
5398
5399 * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word): Increment
5400 round counter.
5401 * sysdeps/x86_64/cacheinfo.c (intel_check_word): Likewise.
5402
c97a1282
L
54032011-03-20 H.J. Lu <hongjiu.lu@intel.com>
5404
5405 [BZ #12597]
5406 * string/test-strncmp.c (do_page_test): New function.
5407 (check2): Likewise.
5408 (test_main): Call check2.
5409 * sysdeps/x86_64/multiarch/strcmp.S: Properly cross page boundary.
5410
2a115601
UD
54112011-03-20 Ulrich Drepper <drepper@gmail.com>
5412
5413 [BZ #12587]
5414 * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word):
5415 Handle cache information in CPU leaf 4.
5416 * sysdeps/x86_64/cacheinfo.c (intel_check_word): Likewise.
5417
8126d904
UD
54182011-03-18 Ulrich Drepper <drepper@gmail.com>
5419
042c49c6 5420 [BZ #12583]
8126d904
UD
5421 * posix/fnmatch.c (fnmatch): Check size of pattern in wide
5422 character representation.
5423 Partly based on a patch by Tomas Hoger <thoger@redhat.com>.
5424
ccfe366e
RA
54252011-03-16 Ryan S. Arnold <rsa@us.ibm.com>
5426
5427 * sysdeps/powerpc/powerpc32/power6/fpu/s_isnanf.S (isnanf): Fix
5428 END(__isnan) to END(__isnanf) to match function entry point/label
5429 EALIGN(__isnanf,...).
5430
c6e13027
JJ
54312011-03-10 Jakub Jelinek <jakub@redhat.com>
5432
5433 * wcsmbs/wchar.h (wmemcmp): Remove __restrict qualifiers.
5434
33f85a3f
UD
54352011-03-10 Ulrich Drepper <drepper@gmail.com>
5436
028478fa
UD
5437 [BZ #12510]
5438 * elf/dl-lookup.c (do_lookup_x): For copy relocations of unique objects
5439 copy from the symbol referenced in the relocation to initialize the
5440 used variable.
5441 Patch by Piotr Bury <pbury@goahead.com>.
5442 * elf/Makefile: Add rules to build and tst-unique3.
5443 * include/bits/dlfcn.h: Remove _dl_mcount_wrapper_check declaration.
5444 * elf/tst-unique3.cc: New file.
5445 * elf/tst-unique3.h: New file.
5446 * elf/tst-unique3lib.cc: New file.
5447 * elf/tst-unique3lib2.cc: New file.
5448
33f85a3f
UD
5449 * elf/Makefile: Don't run tst-execstack* tests of SELinux is enabled.
5450
03592fc7
MF
54512011-03-10 Mike Frysinger <vapier@gentoo.org>
5452
5453 * sysdeps/sparc/sparc64/elf/configure.in (libc_cv_sparc64_tls): Add
5454 $LDFLAGS and -nostdlib -nostartfiles to linking step. Change main
5455 to _start.
03592fc7 5456
6a5ee102
UD
54572011-03-06 Ulrich Drepper <drepper@gmail.com>
5458
5459 * elf/dl-load.c (_dl_map_object): If we are looking for the first
5460 to-be-loaded object along a path to loader is ld.so.
5461
7e4ba49c
HJ
54622011-03-02 Harsha Jagasia <harsha.jagasia@amd.com>
5463 Ulrich Drepper <drepper@gmail.com>
5464
5465 * sysdeps/x86_64/memset.S: After aligning destination, code
5466 branches to different locations depending on the value of
5467 misalignment, when multiarch is enabled. Fix this.
5468
54692011-03-02 Harsha Jagasia <harsha.jagasia@amd.com>
5470
5471 * sysdeps/x86_64/cacheinfo.c (init_cacheinfo):
5472 Set _x86_64_preferred_memory_instruction for AMD processsors.
5473 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
5474 Set bit_Prefer_SSE_for_memop for AMD processors.
5475
13a804de
UD
54762011-03-04 Ulrich Drepper <drepper@gmail.com>
5477
5478 * libio/fmemopen.c (fmemopen): Optimize a bit.
5479
9d25c392
AS
54802011-03-03 Andreas Schwab <schwab@redhat.com>
5481
5482 * libio/fmemopen.c (fmemopen): Don't read past end of buffer.
5483
a5543c6a
RM
54842011-03-03 Roland McGrath <roland@redhat.com>
5485
5486 * setjmp/bits/setjmp2.h: Canonicalize comment formatting.
5487
012d35f7
DM
54882011-02-28 Aurelien Jarno <aurelien@aurel32.net>
5489
7e4ba49c 5490 * sysdeps/sparc/sparc64/multiarch/memset.S(__bzero): Call
012d35f7
DM
5491 __bzero_ultra1 instead of __memset_ultra1.
5492
4bff6e01
AS
54932011-02-23 Andreas Schwab <schwab@redhat.com>
5494 Ulrich Drepper <drepper@gmail.com>
5495
5496 [BZ #12509]
5497 * include/link.h (struct link_map): Add l_orig_initfini.
5498 * elf/dl-load.c (_dl_map_object_from_fd): Free realname before
5499 returning unsuccessfully.
5500 * elf/dl-close.c (_dl_close_worker): If this is the last explicit
5501 close of a file loaded at startup, restore the original l_initfini
5502 list.
5503 * elf/dl-deps.c (_dl_map_object_deps): Don't free old l_initfini
5504 list, store the pointer.
5505 * elf/Makefile ($(objpfx)noload-mem): New rule.
5506 (noload-ENV): Define.
5507 (tests): Add $(objpfx)noload-mem.
5508 * elf/noload.c: Include <memcheck.h>.
5509 (main): Call mtrace. Close all opened handles.
5510
f2092faf
AS
55112011-02-17 Andreas Schwab <schwab@redhat.com>
5512
5513 [BZ #12454]
5514 * elf/dl-deps.c (_dl_map_object_deps): Signal error early when
5515 dependencies are missing.
5516
6c8a2e88
ST
55172011-02-22 Samuel Thibault <samuel.thibault@ens-lyon.org>
5518
f2092faf 5519 Fix __if_freereq crash: Unlike the generic version which uses free,
6c8a2e88
ST
5520 Hurd needs munmap.
5521 * sysdeps/mach/hurd/ifreq.h: New file.
5522
84a42118
PB
55232011-01-27 Petr Baudis <pasky@suse.cz>
5524 Ulrich Drepper <drepper@gmail.com>
5525
071f805e 5526 [BZ 12445]#
84a42118
PB
5527 * stdio-common/vfprintf.c (vfprintf): Pass correct newlen
5528 to extend_alloca().
5529 * stdio-common/bug23.c: New file.
5530 * stdio-common/Makefile (tests): Add bug23.
5531
e23fe25b
AS
55322010-09-28 Andreas Schwab <schwab@redhat.com>
5533 Ulrich Drepper <drepper@gmail.com>
5534
5535 [BZ #12489]
5536 * elf/rtld.c (dl_main): Move setting of GLRO(dl_init_all_dirs)
5537 before performing relro protection. At old place add assertion
5538 to make sure nothing changed.
5539
d3f02e10
NS
55402011-02-17 Nathan Sidwell <nathan@codesourcery.com>
5541 Glauber de Oliveira Costa <glommer@gmail.com>
5542
5543 * elf/elf.h: Add new ARM TLS relocs.
5544
d55fd7a5
RA
55452011-02-16 Ryan S. Arnold <rsa@us.ibm.com>
5546
5547 * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h:
5548 (INTERNAL_VSYSCALL_NCS INTERNAL_SYSCALL_NCS): Remove erroneous (int)
5549 cast from r3.
5550 * sysdeps/wordsize-64/Makefile: New file. Add tst-writev to
5551 'tests' variable.
5552 * sysdeps/wordsize-64/tst-writev.c: New file.
5553
2206397e
RA
55542011-02-15 Ryan S. Arnold <rsa@us.ibm.com>
5555
5556 * sysdeps/powerpc/powerpc64/power7/Makefile: New file which adds
5557 -mno-vsx to the CFLAGS-rtld.c variable to avoid using VSX registers and
5558 insns in _dl_start to prevent a TOC reference before relocs are
5559 resolved.
5560
e9433893
UD
55612011-02-15 Ulrich Drepper <drepper@gmail.com>
5562
5563 [BZ #12469]
5564 * Makeconfig: Remove RANLIB definition.
5565 * Makerules: Don't use RANLIB.
5566 * aclocal.m4: Remove ranlib test.
5567 * configure.in: No need to check for ranlib.
5568 * elf/rtld-Rules: Don't use RANLIB.
5569
f75286c6
ST
55702011-02-16 Samuel Thibault <samuel.thibault@ens-lyon.org>
5571
8e31c82d
ST
5572 * sysdeps/mach/i386/sysdep.h: Add _MACH_I386_SYSDEP_H inclusion
5573 protection macro.
5574 * sysdeps/mach/i386/thread_state.h: Add _MACH_I386_THREAD_STATE_H
5575 inclusion protection macro.
5576
f75286c6
ST
5577 * stdio-common/psiginfo.c (psiginfo): Check pinfo->si_signo against
5578 SIGRTMIN and SIGRTMAX and print information in that case only when
5579 SIGRTMIN is defined.
5580
c1d0e639
JJ
55812011-02-11 Jakub Jelinek <jakub@redhat.com>
5582
5583 * stdio-common/printf-parsemb.c (__parse_one_specmb): Handle
5584 arginfo fn returning -1.
5585
5586 * stdio-common/_i18n_number.h (_i18n_number_rewrite): Ensure decimal
5587 and thousands string is zero terminated.
5588
edf9294e
AS
55892011-02-03 Andreas Schwab <schwab@redhat.com>
5590
5591 * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Sync with
5592 sysdeps/unix/sysv/linux/bits/socket.h.
5593
2b7e92df
ST
55942011-01-30 Samuel Thibault <samuel.thibault@ens-lyon.org>
5595
edf9294e
AS
5596 * bits/sched.h (__CPU_ZERO, __CPU_SET, __CPU_CLR, __CPU_ISSET)
5597 (__CPU_COUNT): Remove old macros.
5598 (__CPU_ZERO_S, __CPU_SET_S, __CPU_CLR_S, __CPU_ISSET_S)
5599 (__CPU_COUNT, __CPU_EQUAL_S, __CPU_OP_S, __CPU_ALLOC_SIZE)
5600 (__CPU_ALLOC, __CPU_FREE): Add macros.
2b7e92df
ST
5601 (__sched_cpualloc, __sched_cpufree): Add declarations.
5602
a4c7ea7b
UD
56032011-02-05 Ulrich Drepper <drepper@gmail.com>
5604
5605 * nscd/nscd-client.h: Define MAX_TIMEOUT_VALUE.
5606 (struct datahead): Reuse 32 bits of the alignment for a TTL field.
5607 * nscd/aicache.c (addhstaiX): Return timeout of added value.
5608 (readdhstai): Return value of addhstaiX call.
5609 * nscd/grpcache.c (cache_addgr): Return timeout of added value.
5610 (addgrbyX): Return value returned by cache_addgr.
5611 (readdgrbyname): Return value returned by addgrbyX.
5612 (readdgrbygid): Likewise.
5613 * nscd/pwdcache.c (cache_addpw): Return timeout of added value.
5614 (addpwbyX): Return value returned by cache_addpw.
5615 (readdpwbyname): Return value returned by addhstbyX.
5616 (readdpwbyuid): Likewise.
5617 * nscd/servicescache.c (cache_addserv): Return timeout of added value.
5618 (addservbyX): Return value returned by cache_addserv.
5619 (readdservbyname): Return value returned by addservbyX:
5620 (readdservbyport): Likewise.
5621 * nscd/hstcache.c (cache_addhst): Return timeout of added value.
5622 (addhstbyX): Return value returned by cache_addhst.
5623 (readdhstbyname): Return value returned by addhstbyX.
5624 (readdhstbyaddr): Likewise.
5625 (readdhstbynamev6): Likewise.
5626 (readdhstbyaddrv6): Likewise.
5627 * nscd/initgrcache.c (addinitgroupsX): Return timeout of added value.
5628 (readdinitgroups): Return value returned by addinitgroupsX.
5629 * nscd/cache.c (readdfcts): Change return value of functions to time_t.
5630 (prune_cache): Keep track of timeout value of re-added entries.
5631 * nscd/connections.c (nscd_run_prune): Use MAX_TIMEOUT_VALUE.
5632 * nscd/nscd.h: Adjust prototypes of readd* functions.
5633
a0bf67cc
RM
56342011-02-04 Roland McGrath <roland@redhat.com>
5635
5636 * nis/nis_server.c (nis_servstate): Use the right name for 0.
5637 (nis_stats): Likewise.
5638 * nis/nis_modify.c (nis_modify): Likewise.
5639 * nis/nis_remove.c (nis_remove): Likewise.
5640 * nis/nis_add.c (nis_add): Likewise.
5641
5642 * elf/dl-object.c (_dl_new_object): Remove unused variable L.
5643
5644 * posix/fnmatch_loop.c: Add some consts.
5645
5646 * sysdeps/x86_64/multiarch/memset-x86-64.S: Add an #undef.
5647
435b95eb
L
56482011-02-02 H.J. Lu <hongjiu.lu@intel.com>
5649
5650 [BZ #12460]
5651 * config.make.in (config-cflags-novzeroupper): Define.
5652 * configure.in: Substitute libc_cv_cc_novzeroupper.
5653 * elf/Makefile (AVX-CFLAGS): Define.
5654 (CFLAGS-tst-audit4.c): Replace -mavx with $(AVX-CFLAGS).
5655 (CFLAGS-tst-auditmod4a.c): Likewise.
5656 (CFLAGS-tst-auditmod4b.c): Likewise.
5657 (CFLAGS-tst-auditmod6b.c): Likewise.
5658 (CFLAGS-tst-auditmod6c.c): Likewise.
5659 (CFLAGS-tst-auditmod7b.c): Likewise.
5660 * sysdeps/i386/configure.in: Check -mno-vzeroupper.
5661
8517b15e
UD
56622011-02-02 Ulrich Drepper <drepper@gmail.com>
5663
5664 * elf/dl-runtime.c (_dl_call_pltexit): Pass correct address of the
5665 function to the callback.
5666 Patch partly by Jiri Olsa <jolsa@redhat.com>.
5667
10a656fe
AS
56682011-02-02 Andreas Schwab <schwab@redhat.com>
5669
5670 * shadow/sgetspent.c: Check return value of __sgetspent_r instead
5671 of errno.
5672
968dad0a
UD
56732011-01-19 Ulrich Drepper <drepper@gmail.com>
5674
9f94d2ea 5675 [BZ #11724]
968dad0a
UD
5676 * elf/dl-deps.c (_dl_map_object_deps): Rewrite sorting determining order
5677 of constructors.
5678 * elf/dl-fini.c (_dl_sort_fini): Rewrite sorting determining order
5679 of destructors.
5680 (_dl_fini): Don't call _dl_sort_fini if there is only one object.
5681
5682 [BZ #11724]
5683 * elf/Makefile: Add rules to build and run new test.
5684 * elf/tst-initorder.c: New file.
5685 * elf/tst-initorder.exp: New file.
5686 * elf/tst-initordera1.c: New file.
5687 * elf/tst-initordera2.c: New file.
5688 * elf/tst-initordera3.c: New file.
5689 * elf/tst-initordera4.c: New file.
5690 * elf/tst-initorderb1.c: New file.
5691 * elf/tst-initorderb2.c: New file.
5692 * elf/tst-order-a1.c: New file.
5693 * elf/tst-order-a2.c: New file.
5694 * elf/tst-order-a3.c: New file.
5695 * elf/tst-order-a4.c: New file.
5696 * elf/tst-order-b1.c: New file.
5697 * elf/tst-order-b2.c: New file.
5698 * elf/tst-order-main.c: New file.
5699 New test case by George Gensure <werkt0@gmail.com>.
5700
86e92359
UD
57012010-10-01 Andreas Schwab <schwab@redhat.com>
5702
5703 * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't discard result of
5704 decoding ACE if AI_CANONIDN.
5705
5d5732b0
UD
57062011-01-18 Ulrich Drepper <drepper@gmail.com>
5707
5708 * elf/Makefile: Build IFUNC tests unless multi-arch = no.
5709
a77e8cbc
UD
57102011-01-17 Ulrich Drepper <drepper@gmail.com>
5711
6392473f
UD
5712 * version.h (RELEASE): Bump for 2.13 release.
5713 * include/features.h: (__GLIBC_MINOR__): Bump to 13.
5714
620a0529
UD
5715 * io/fcntl.h: Define AT_NO_AUTOMOUNT.
5716
18ba70a5
UD
5717 * sysdeps/unix/sysv/linux/i386/bits/mman.h: Define MADV_HUGEPAGE and
5718 MADV_NOHUGEPAGE.
32465c3e
UD
5719 * sysdeps/unix/sysv/linux/ia64/bits/mman.h: Likewise.
5720 * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Likewise.
5721 * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
5722 * sysdeps/unix/sysv/linux/sh/bits/mman.h: Likewise.
5723 * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
5724 * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Likewise.
5725
c0dafcf1
UD
5726 * posix/getconf.c: Update copyright year.
5727 * catgets/gencat.c: Likewise.
5728 * csu/version.c: Likewise.
5729 * debug/catchsegv.sh: Likewise.
5730 * debug/xtrace.sh: Likewise.
5731 * elf/ldconfig.c: Likewise.
5732 * elf/ldd.bash.in: Likewise.
5733 * elf/sprof.c (print_version): Likewise.
5734 * iconv/iconv_prog.c: Likewise.
5735 * iconv/iconvconfig.c: Likewise.
5736 * locale/programs/locale.c: Likewise.
5737 * locale/programs/localedef.c: Likewise.
5738 * malloc/memusage.sh: Likewise.
5739 * malloc/mtrace.pl: Likewise.
5740 * nscd/nscd.c (print_version): Likewise.
5741 * nss/getent.c: Likewise.
5742
a77e8cbc
UD
5743 * sysdeps/unix/sysv/linux/bits/socket.h: Define AF_CAIF, AF_ALG,
5744 PF_CAIF, and PF_ALG.
5745 * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
5746
77e8bddf
AS
57472011-01-16 Andreas Schwab <schwab@linux-m68k.org>
5748
1f20b93a
AS
5749 * elf/Makefile (tlsmod17a-modules, tlsmod18a-modules): Define.
5750 (modules-names): Use them.
5751 (ifunc-test-modules, ifunc-pie-tests): Define.
5752 (extra-test-objs): Add tlsmod17a-modules, tlsmod18a-modules,
5753 tst-pie1, ifunc-test-modules and ifunc-pie-tests objects.
5754 (test-extras): Likewise.
5755 ($(patsubst %,$(objpfx)%.os,$(tlsmod17a-modules))): Use
5756 $(compile-command.c).
5757 ($(patsubst %,$(objpfx)%.os,$(tlsmod18a-modules))): Likewise.
5758 (all-built-dso): Define.
5759 (check-textrel.out, check-execstack.out): Depend on it.
5760
77e8bddf
AS
5761 * configure.in: Don't override --enable-multi-arch.
5762
bc425b33
UD
57632011-01-15 Ulrich Drepper <drepper@gmail.com>
5764
5765 [BZ #6812]
5766 * nscd/hstcache.c (tryagain): Define.
5767 (cache_addhst): Return tryagain not notfound for temporary errors.
5768 (addhstbyX): Also set h_errno to TRY_AGAIN when memory allocation
5769 failed.
5770
794c3ad3
UD
57712011-01-14 Ulrich Drepper <drepper@gmail.com>
5772
70181fdd
UD
5773 [BZ #10563]
5774 * sysdeps/unix/sysv/linux/i386/setgroups.c: Use INLINE_SETXID_SYSCALL
5775 to make the syscall.
5776 * sysdeps/unix/sysv/linux/setgroups.c: New file.
5777
794c3ad3
UD
5778 [BZ #12378]
5779 * posix/fnmatch_loop.c (FCT): When matching '[' keep track of beginning
5780 and fall back to matching as normal character if the string ends before
5781 the matching ']' is found. This is what POSIX requires.
5782 * posix/testfnm.c: Adjust test result.
5783 * posix/globtest.sh: Adjust test result. Add new test.
5784 * posix/tst-fnmatch.input: Likewise.
5785 * posix/tst-fnmatch2.c: Add new test.
5786
68dc9497
AS
57872010-12-28 Andreas Schwab <schwab@linux-m68k.org>
5788
5789 * elf/Makefile (check-execstack): Revert last change. Depend on
5790 check-execstack.h.
5791 (check-execstack.h): New target.
5792 (generated): Add check-execstack.h.
5793 * elf/check-execstack.c: Include "check-execstack.h".
5794 (main): Revert last change.
5795 (handle_file): Return zero if GNU_STACK is absent and
5796 DEFAULT_STACK_PERMS doesn't include PF_X.
5797
451f001b
UD
57982011-01-13 Ulrich Drepper <drepper@gmail.com>
5799
cfa28e56
UD
5800 * sysdeps/posix/spawni.c (__spawni): Don't fail if close file action
5801 in child fails because the descriptor is already closed.
8cf8ce17
UD
5802 * include/sys/resource.h: Add libc_hidden_proto for getrlimit64.
5803 * sysdeps/unix/sysv/linux/getrlimit64.c: Add libc_hidden_def.
5804 * sysdeps/unix/sysv/linux/i386/getrlimit64.c: Likewise.
cfa28e56 5805
1086d70d
UD
5806 [BZ #12397]
5807 * sysdeps/unix/sysv/linux/mkdirat.c (mkdirat): Fix handling of missing
5808 syscall.
5809
451f001b
UD
5810 [BZ #10484]
5811 * nss/nss_files/files-hosts.c (HOST_DB_LOOKUP): Handle overflows of
5812 temporary buffer used to handle multi lookups locally.
a85b5cb4 5813 * include/alloca.h: Add libc_hidden_proto for __libc_alloca_cutoff.
451f001b 5814
08769175
UD
58152011-01-12 Ulrich Drepper <drepper@gmail.com>
5816
5817 * elf/dl-dst.h (DL_DST_REQUIRED): Allow l_origin to be NULL when
5818 loader is ld.so.
5819
5e49c52e
UD
58202011-01-10 Paul Pluzhnikov <ppluzhnikov@google.com>
5821
5822 * sysdeps/i386/Makefile: stdlib/cxa_finalize.c needs 16-byte stack
5823 alignment for SSE2.
5824
60522a5f
UD
58252011-01-12 Ulrich Drepper <drepper@gmail.com>
5826
5827 [BZ #12394]
5828 * stdio-common/printf_fp.c (__printf_fp): Add more room for grouping
5829 characters. When rounding increased number of integer digits recompute
5830 number of groups.
5831 * stdio-common/tst-grouping.c: New file.
5832 * stdio-common/Makefile: Add rules to build and run tst-grouping.
5833
f257bbd7
UD
58342011-01-09 Ulrich Drepper <drepper@gmail.com>
5835
5836 * sysdeps/i386/bits/select.h: Don't use asm code for __FD_SET,
5837 __FD_CLR, and __FS_ISSET. gcc generates better code on its own.
5838
5839 * sysdeps/x86_64/bits/select.h: Mark value of __FD_SET and __FD_CLR as
5840 void.
5841 * bits/select.h: Likewise.
5842
fa9c15cb
UD
58432011-01-08 Ulrich Drepper <drepper@gmail.com>
5844
5845 * po/ja.po: Update from translation team.
5846
16c2895f
DM
58472011-01-04 David S. Miller <davem@sunset.davemloft.net>
5848
5849 [BZ #11155]
5850 * sysdeps/unix/sysv/linux/sparc/sparc64/fxstat.c: Use i386's
5851 implementation just like for lxstat, fxstatat, et al.
5852
2543fef2
JM
58532010-12-27 Jim Meyering <meyering@redhat.com>
5854
5855 [BZ #12348]
5856 * posix/regexec.c (build_trtable): Return failure indication upon
5857 calloc failure. Otherwise, re_search_internal could infloop on OOM.
5858
98727dbe
UD
58592010-12-25 Ulrich Drepper <drepper@gmail.com>
5860
5bd6dc5c
UD
5861 [BZ #12201]
5862 * sysdeps/unix/sysv/linux/getrlimit64.c: New file.
5863 * sysdeps/unix/sysv/linux/setrlimit64.c: New file.
5864 * sysdeps/unix/sysv/linux/i386/getrlimit64.c: Use ../getrlimit64.c.
5865 * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_PRLIMIT64.
5866
97983464
UD
5867 [BZ #12207]
5868 * malloc/malloc.c (do_check_malloc_state): Use fastbin macro.
5869
98727dbe
UD
5870 [BZ #12204]
5871 * string/xpg-strerror.c (__xpg_strerror_r): Return error code, not -1.
5872 * sysdeps/mach/xpg-strerror.c (__xpg_strerror_r): Likewise.
5873
4a531bb0
L
58742010-12-15 H.J. Lu <hongjiu.lu@intel.com>
5875
5876 * config.h.in (NO_CTORS_DTORS_SECTIONS): Define.
5877 * configure.in: Define NO_CTORS_DTORS_SECTIONS if linker
5878 script has SORT_BY_INIT_PRIORITY.
5879 * elf/sofini.c: Remove `.ctors' and `.dtors' sections if
5880 NO_CTORS_DTORS_SECTIONS is defined.
5881 * elf/soinit.c: Likewise.
5882 * sysdeps/i386/init-first.c: Don't call __libc_global_ctors if
5883 NO_CTORS_DTORS_SECTIONS is defined.
5884 * sysdeps/mach/hurd/i386/init-first.c: Likewise.
5885 * sysdeps/mach/hurd/powerpc/init-first.c: Likewise.
5886 * sysdeps/sh/init-first.c: Likewise.
5887 * sysdeps/unix/sysv/linux/init-first.c: Likewise.
5888
07eb4b71
UD
58892010-12-24 Ulrich Drepper <drepper@gmail.com>
5890
5891 * stdio-common/vfprintf.c (vfprintf): If printf handlers are installed
5892 always use the slow path.
5893
30950a5f
RA
58942010-12-15 Ryan S. Arnold <rsa@us.ibm.com>
5895
5896 * elf/Makefile: (check-execstack): Replace $(native-compile) with a
5897 similar rule which adds the sysdep directories to the header search in
5898 order to pick up the correct platform stackinfo.h.
5899 * elf/check-execstack.c (main): Check DEFAULT_STACK_PERMS for PF_X and
5900 perform test if it is, otherwise return successfully without testing.
5901 * elf/dl-load.c (_dl_map_object_from_fd): Source stack_flags from
5902 DEFAULT_STACK_PERMS define in stackinfo.h.
5903 * elf/dl-support.c (_dl_stack_flags): Source from DEFAULT_STACK_PERMS
5904 defined in stackinfo.h.
5905 * elf/rtld.c (_dl_starting_up): Source ._dl_stack_flags from
5906 DEFAULT_STACK_PERMS defined in stackinfo.h.
5907 * sysdeps/i386/stackinfo.h: Define DEFAULT_STACK_PERMS with PF_X.
5908 * sysdeps/ia64/stackinfo.h: Likewise.
5909 * sysdeps/s390/stackinfo.h: Likewise.
5910 * sysdeps/sh/stackinfo.h: Likewise.
5911 * sysdeps/sparc/stackinfo.h: Likewise.
5912 * sysdeps/x86_64/stackinfo.h: Likewise.
5913 * sysdeps/powerpc/stackinfo.h: Define DEFAULT_STACK_PERMS without
5914 PF_X for powerpc64. Retain PF_X for powerpc32.
5915
db753e2c
UD
59162010-12-19 Ulrich Drepper <drepper@gmail.com>
5917
14b697f7
UD
5918 * sysdeps/unix/readdir_r.c (__READDIR_R): Compute reclen more
5919 accurately.
db753e2c
UD
5920 * sysdeps/unix/sysv/linux/wordsize-64/readdir_r.c: Define
5921 GETDENTS_64BIT_ALIGNED.
5922
28300719
UD
59232010-12-14 Ulrich Drepper <dreper@gmail.com>
5924
14b697f7 5925 * sysdeps/i386/i686/multiarch/strcmp.S: Undo accidental checkin.
28300719 5926
4f197237
AS
59272010-12-10 Andreas Schwab <schwab@redhat.com>
5928
dbb0472f
AS
5929 * wcsmbs/wchar.h (wcpcpy, wcpncpy): Only declare under
5930 _GNU_SOURCE.
5931
4f197237
AS
5932 * wcsmbs/wchar.h (wcpcpy, wcpncpy): Add __restrict.
5933 * wcsmbs/bits/wchar2.h (__wmemmove_chk_warn, wmemmove, wmemset):
5934 Remove __restrict.
5935 (wcscpy, __wcpcpy_chk, __wcpcpy_alias, wcpcpy, wcsncpy, wcpncpy)
5936 (wcscat, wcsncat, __wcrtomb_chk, wcrtomb): Add __restrict.
5937
fb88ac72
UD
59382010-12-09 Ulrich Drepper <drepper@gmail.com>
5939
5940 [BZ #11655]
5941 * stdlib/msort.c (qsort_r): Make sure both phys_pages and pagesize
5942 are initialized.
5943
42acbb92
JJ
59442010-12-09 Jakub Jelinek <jakub@redhat.com>
5945
5946 * string/bits/string3.h (memmove, bcopy): Remove __restrict.
5947
c038d98d
UD
59482010-12-03 Ulrich Drepper <drepper@gmail.com>
5949
5950 * po/it.po: Update from translation team.
5951
3a4a2499
L
59522010-12-01 H.J. Lu <hongjiu.lu@intel.com>
5953
5954 * sysdeps/i386/i686/multiarch/strcmp-ssse3.S (STRCMP): Remove
5955 unused codes.
5956
1e24cf6e
UD
59572010-11-30 Ulrich Drepper <drepper@gmail.com>
5958
5959 * sysdeps/i386/fpu/libm-test-ulps: Relax ynf(10,0.75) test expectations.
5960
a7690819
AS
59612010-11-24 Andreas Schwab <schwab@redhat.com>
5962
5963 * resolv/nss_dns/dns-host.c (getanswer_r): Don't handle ttl == 0
5964 specially.
5965 (gaih_getanswer_slice): Likewise.
5966
3bf8d1b1
JJ
59672010-10-20 Jakub Jelinek <jakub@redhat.com>
5968
5969 * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Fix up inline asm.
5970
6db52fbb
PB
59712010-05-31 Petr Baudis <pasky@suse.cz>
5972
5973 [BZ #11149]
5974 * elf/ldconfig.c (main): Allow aux_cache_file open()ing to fail
5975 silently even in the chroot mode.
5976
eaca7569
UD
59772010-11-22 Ulrich Drepper <drepper@gmail.com>
5978
5979 * nis/nss_compat/compat-initgroups.c (internal_getgrent_r): Optimize
5980 last patch a bit. Pretty printing
5981
3056dcdb
UD
59822010-05-31 Petr Baudis <pasky@suse.cz>
5983
5984 [BZ #10085]
5985 * nis/nss_compat/compat-initgroups.c (internal_getgrent_r): Fix
5986 initialization of skip_initgroups_dyn.
5987
cf7c9078
UD
59882010-11-19 Ulrich Drepper <drepper@gmail.com>
5989
5990 * sysdeps/unix/sysv/linux/i386/bits/mman.h: Define MAP_HUGETLB.
5991 * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Likewise.
5992
a1fb5e3e
UD
59932010-11-16 Ulrich Drepper <drepper@gmail.com>
5994
5995 * sysdeps/unix/sysv/linux/sys/swap.h (SWAP_FLAG_DISCARD): Define.
5996
3540d66b
AS
59972010-11-11 Andreas Schwab <schwab@redhat.com>
5998
5999 * posix/fnmatch_loop.c (NEW_PATTERN): Fix use of alloca.
6000 * posix/Makefile (tests): Add $(objpfx)tst-fnmatch-mem.
6001 (tst-fnmatch-ENV): Set MALLOC_TRACE.
6002 ($(objpfx)tst-fnmatch-mem): New rule.
6003 (generated): Add tst-fnmatch-mem and tst-fnmatch.mtrace.
6004 * posix/tst-fnmatch.c (main): Call mtrace.
6005
13b69574
L
60062010-11-11 H.J. Lu <hongjiu.lu@intel.com>
6007
6008 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
6009 Support Intel processor model 6 and model 0x2c.
6010
da93d214
LM
60112010-11-10 Luis Machado <luisgpm@br.ibm.com>
6012
6013 * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c (__ieee754_sqrtl): Force
6014 signed comparison.
6015
8ca52c6e
L
60162010-11-09 H.J. Lu <hongjiu.lu@intel.com>
6017
6018 [BZ #12205]
6019 * string/test-strncasecmp.c (check_result): New function.
6020 (do_one_test): Use it.
6021 (check1): New function.
6022 (test_main): Use it.
6023 * sysdeps/i386/i686/multiarch/strcmp.S (nibble_ashr_use_sse4_2_exit):
6024 Support strcasecmp and strncasecmp.
6025
69da074d
UD
60262010-11-08 Ulrich Drepper <drepper@gmail.com>
6027
6028 [BZ #12194]
6029 * sysdeps/i386/bits/byteswap.h: Avoid warning in __bswap_16.
6030 * sysdeps/x86_64/bits/byteswap.h: Likewise.
6031
ff02d528
L
60322010-11-07 H.J. Lu <hongjiu.lu@intel.com>
6033
6034 * sysdeps/x86_64/memset.S: Check USE_MULTIARCH and USE_SSE2 for
6035 IFUNC support.
6036 * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
6037 memset-x86-64.
6038 * sysdeps/x86_64/multiarch/bzero.S: New file.
6039 * sysdeps/x86_64/multiarch/cacheinfo.c: New file.
6040 * sysdeps/x86_64/multiarch/memset-x86-64.S: New file.
6041 * sysdeps/x86_64/multiarch/memset.S: New file.
6042 * sysdeps/x86_64/multiarch/memset_chk.S: New file.
6043 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
6044 Set bit_Prefer_SSE_for_memop for Intel processors.
6045 * sysdeps/x86_64/multiarch/init-arch.h (bit_Prefer_SSE_for_memop):
6046 Define.
6047 (index_Prefer_SSE_for_memop): Define.
6048 (HAS_PREFER_SSE_FOR_MEMOP): Define.
6049
344d0b54
LM
60502010-11-04 Luis Machado <luisgpm@br.ibm.com>
6051
6052 * sysdeps/powerpc/powerpc32/power7/mempcpy.S: New file.
6053 * sysdeps/powerpc/powerpc64/power7/mempcpy.S: New file.
6054
c0dde15b
UD
60552010-11-03 H.J. Lu <hongjiu.lu@intel.com>
6056
6057 [BZ #12191]
6058 * sysdeps/i386/i686/cacheinfo.c (__x86_64_raw_data_cache_size): New.
6059 (__x86_64_raw_data_cache_size_half): Likewise.
6060 (__x86_64_raw_shared_cache_size): Likewise.
6061 (__x86_64_raw_shared_cache_size_half): Likewise.
6062
6063 * sysdeps/x86_64/cacheinfo.c (__x86_64_raw_data_cache_size): New.
6064 (__x86_64_raw_data_cache_size_half): Likewise.
6065 (__x86_64_raw_shared_cache_size): Likewise.
6066 (__x86_64_raw_shared_cache_size_half): Likewise.
6067 (init_cacheinfo): Set __x86_64_raw_data_cache_size,
6068 __x86_64_raw_data_cache_size_half, __x86_64_raw_shared_cache_size
6069 and __x86_64_raw_shared_cache_size_half. Round
6070 __x86_64_data_cache_size_half, __x86_64_data_cache_size
6071 __x86_64_shared_cache_size_half and __x86_64_shared_cache_size,
6072 to multiple of 256 bytes.
6073
0e516e0e
MS
60742010-11-03 Ulrich Drepper <drepper@gmail.com>
6075
6076 [BZ #12167]
6077 * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Recognize new mangling
6078 of inacessible symlinks. Verify result of symlink before returning it.
6079 * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r): Likewise.
6080 Patch mostly by Miklos Szeredi <miklos@szeredi.hu>.
6081
0e012e87
ER
60822010-10-28 Erich Ritz <erichritz@gmail.com>
6083
6084 * math/math.h (isinf): Fix typo in comment.
6085
de0ff7bc
UD
60862010-11-01 Ulrich Drepper <drepper@gmail.com>
6087
6088 * po/da.po: Update from translation team.
6089
fa41c84d
UD
60902010-10-26 Ulrich Drepper <drepper@gmail.com>
6091
6092 * elf/rtld.c (dl_main): Move assertion after the point where rtld map
6093 is added to the list.
6094
f0967738
AK
60952010-10-20 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
6096 Ulrich Drepper <drepper@gmail.com>
6097
6098 * elf/dl-object.c (_dl_new_object): Don't append the new object to
6099 the global list here. Move code to...
6100 (_dl_add_to_namespace_list): ...here. New function.
6101 * elf/rtld.c (dl_main): Invoke _dl_add_to_namespace_list.
6102 * sysdeps/generic/ldsodefs.h (_dl_add_to_namespace_list): Declare.
6103 * elf/dl-load.c (lose): Don't remove the element from the list.
6104 (_dl_map_object_from_fd): Invoke _dl_add_to_namespace_list.
6105 (_dl_map_object): Likewise.
6106
61072010-10-25 Ulrich Drepper <drepper@gmail.com>
dbf3a069
RL
6108
6109 [BZ #12159]
6110 * sysdeps/x86_64/multiarch/strchr.S: Fix propagation of search byte
6111 into all bytes of SSE register.
6112 Patch by Richard Li <richardpku@gmail.com>.
6113
f0967738 61142010-10-24 Ulrich Drepper <drepper@gmail.com>
fdc0f374
UD
6115
6116 [BZ #12140]
6117 * malloc/malloc.c (_int_free): Fill correct number of bytes when
6118 perturbing.
6119
d0b9e94f
MB
61202010-10-20 Michael B. Brutman <brutman@us.ibm.com>
6121
6122 * sysdeps/powerpc/dl-procinfo.c: Add support for ppca2 platform
6123 * sysdeps/powerpc/dl-procinfo.h: Add support for ppca2 platform
6124 * sysdeps/powerpc/powerpc32/a2/memcpy.S: New file.
6125 * sysdeps/powerpc/powerpc64/a2/memcpy.S: Likewise.
6126 * sysdeps/unix/sysv/linux/powerpc/powerpc32/a2/Implies: New
6127 submachine.
6128 * sysdeps/unix/sysv/linux/powerpc/powerpc64/a2/Implies: Likewise.
6129
8e9f92e9
AS
61302010-10-22 Andreas Schwab <schwab@redhat.com>
6131
6132 * include/dlfcn.h (__RTLD_SECURE): Define.
6133 * elf/dl-load.c (_dl_map_object): Remove preloaded parameter. Use
6134 mode & __RTLD_SECURE instead.
6135 (open_path): Rename preloaded parameter to secure.
6136 * sysdeps/generic/ldsodefs.h (_dl_map_object): Adjust declaration.
6137 * elf/dl-open.c (dl_open_worker): Adjust call to _dl_map_object.
6138 * elf/dl-deps.c (openaux): Likewise.
6139 * elf/rtld.c (struct map_args): Remove is_preloaded.
6140 (map_doit): Don't use it.
6141 (dl_main): Likewise.
6142 (do_preload): Use __RTLD_SECURE instead of is_preloaded.
6143 (dlmopen_doit): Add __RTLD_SECURE to mode bits.
6144
bc96fbda
AS
61452010-09-09 Andreas Schwab <schwab@redhat.com>
6146
6147 * Makeconfig (sysd-rules-patterns): Add rtld-%:rtld-%.
6148 (sysd-rules-targets): Remove duplicates.
6149 * elf/rtld-Rules ($(objpfx)rtld-%.os): Add pattern rules with
6150 rtld-%.$o dependency.
6151
22cd1c9b
AS
61522010-10-18 Andreas Schwab <schwab@redhat.com>
6153
6154 * elf/dl-open.c (dl_open_worker): Don't expand DST here, let
6155 _dl_map_object do it.
6156
18edac48
UD
61572010-10-19 Ulrich Drepper <drepper@gmail.com>
6158
6159 * sysdeps/i386/bits/mathdef.h (FP_FAST_FMA): If the GCC 4.6 port has
6160 fast fma builtins, define the macros in the C99 standard.
6161 (FP_FAST_FMAF): Likewise.
6162 (FP_FAST_FMAL): Likewise.
6163 * sysdeps/x86_64/bits/mathdef.h: Likewise.
6164
6165 * bits/mathdef.h: Update copyright year.
6166 * sysdeps/powerpc/bits/mathdef.h: Likewise.
6167
d2050124
MM
61682010-10-19 Michael Meissner <meissner@linux.vnet.ibm.com>
6169
6170 * bits/mathdef.h (FP_FAST_FMA): If the GCC 4.6 port has fast fma
6171 builtins, define the macros in the C99 standard.
6172 (FP_FAST_FMAF): Likewise.
6173 (FP_FAST_FMAL): Likewise.
6174 * sysdeps/powerpc/bits/mathdef.h (FP_FAST_FMA): Define, ppc as
6175 multiply/add.
6176 (FP_FAST_FMAF): Likewise.
6177
475facd1
JJ
61782010-10-15 Jakub Jelinek <jakub@redhat.com>
6179
6180 [BZ #3268]
6181 * math/libm-test.inc (fma_test): Some new testcases.
6182 * sysdeps/ieee754/ldbl-128/s_fmal.c: New file.
6183 * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Fix fma with finite x and
6184 y and infinite z. Do multiplication by C already in long double.
6185 * sysdeps/ieee754/ldbl-96/s_fmal.c: New file.
6186 * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Fix fma with finite x and
6187 y and infinite z. Do bitwise or of inexact bit into u.d.
6188 * sysdeps/ieee754/ldbl-64-128/s_fmal.c: New file.
6189 * sysdeps/i386/fpu/s_fmaf.S: Removed.
6190 * sysdeps/i386/fpu/s_fma.S: Removed.
6191 * sysdeps/i386/fpu/s_fmal.S: Removed.
6192
7c08a05c
JJ
61932010-10-16 Jakub Jelinek <jakub@redhat.com>
6194
6195 [BZ #3268]
6196 * math/libm-test.inc (fma_test): Add IEEE quad long double fmal tests.
6197 * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Ensure a1 + u.d
6198 computation is not scheduled after fetestexcept. Fix value
6199 of minimum denormal long double.
6200
f3f7372d
JJ
62012010-10-14 Jakub Jelinek <jakub@redhat.com>
6202
6203 [BZ #3268]
6204 * math/libm-test.inc (fma_test): Add some more tests.
6205 * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Handle underflows
6206 correctly.
6207
14d43591
AS
62082010-10-15 Andreas Schwab <schwab@redhat.com>
6209
6210 * scripts/data/localplt-s390-linux-gnu.data: New file.
6211 * scripts/data/localplt-s390x-linux-gnu.data: New file.
6212
5e908464
JJ
62132010-10-13 Jakub Jelinek <jakub@redhat.com>
6214
6215 [BZ #3268]
6216 * math/libm-test.inc (fma_test): Some more fmaf and fma tests.
6217 * sysdeps/i386/i686/multiarch/s_fma.c: Include ldbl-96 version
6218 instead of dbl-64.
6219 * sysdeps/i386/fpu/bits/mathinline.h (fma, fmaf, fmal): Remove
6220 inlines.
6221 * sysdeps/ieee754/ldbl-96/s_fma.c: New file.
6222 * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Fix exponent adjustment
6223 if one of x and y is very large and the other is subnormal.
6224 * sysdeps/s390/fpu/s_fmaf.c: New file.
6225 * sysdeps/s390/fpu/s_fma.c: New file.
6226 * sysdeps/powerpc/fpu/s_fmaf.S: New file.
6227 * sysdeps/powerpc/fpu/s_fma.S: New file.
6228 * sysdeps/powerpc/powerpc32/fpu/s_fma.S: New file.
6229 * sysdeps/powerpc/powerpc64/fpu/s_fma.S: New file.
6230 * sysdeps/unix/sysv/linux/s390/fpu/s_fma.c: New file.
6231
62322010-10-12 Jakub Jelinek <jakub@redhat.com>
6233
6234 [BZ #3268]
6235 * math/libm-test.inc (fma_test): Add some more fmaf tests, add
6236 fma tests.
6237 * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Fix Inf/Nan check.
6238 * sysdeps/ieee754/dbl-64/s_fma.c: New file.
6239 * sysdeps/i386/i686/multiarch/s_fma.c: Include
6240 sysdeps/ieee754/dbl-64/s_fma.c instead of math/s_fma.c.
6241 * sysdeps/x86_64/multiarch/s_fma.c: Likewise.
6242 * sysdeps/ieee754/ldbl-opt/s_fma.c: Likewise.
6243 * sysdeps/ieee754/ldbl-128/s_fma.c: New file.
6244
b833d51f
UD
62452010-10-12 Ulrich Drepper <drepper@redhat.com>
6246
6247 [BZ #12078]
6248 * posix/regcomp.c (parse_branch): One more memory leak plugged.
6249 * posix/bug-regex31.input: Add test case.
6250
1751705d
UD
62512010-10-11 Ulrich Drepper <drepper@gmail.com>
6252
e9b9cbf5
UD
6253 * posix/bug-regex31.c: Rewrite to run multiple tests from stdin.
6254 * posix/bug-regex31.input: New file.
6255
6256 [BZ #12078]
6257 * posix/regcomp.c (parse_branch): Free memory when allocation failed.
6258 (parse_sub_exp): Fix last change, use postorder.
6259
ef06edbe
UD
6260 * posix/bug-regex31.c: New file.
6261 * posix/Makefile: Add rules to build and run bug-regex31.
6262
a129c80d
UD
6263 * posix/regcomp.c (parse_bracket_exp): Add missing re_free calls.
6264
6265 [BZ #12078]
6266 * posix/regcomp.c (parse_sub_exp): Free tree data when it is not used.
6267
b76b818e
UD
6268 [BZ #12108]
6269 * stdio-common/psiginfo.c (psiginfo): Don't expext SIGRTMIN..SIGRTMAX
6270 to have entries in sys_siglist.
6271
1751705d
UD
6272 [BZ #12093]
6273 * sysdeps/unix/sysv/linux/check_pf.c (__check_pf): ->ifa_addr might
6274 be NULL.
6275
9ff8d36f
JJ
62762010-10-07 Jakub Jelinek <jakub@redhat.com>
6277
6278 [BZ #3268]
6279 * math/libm-test.inc (fma_test): Add 2 fmaf tests.
6280 * sysdeps/ieee754/dbl-64/s_fmaf.c: New file.
6281 * sysdeps/i386/i686/multiarch/s_fmaf.c: Include
6282 sysdeps/ieee754/dbl-64/s_fmaf.c instead of math/s_fmaf.c.
6283 * sysdeps/x86_64/multiarch/s_fmaf.c: Likewise.
6284 * include/fenv.h (feupdateenv, fetestexcept): Add libm_hidden_proto.
6285 * math/feupdateenv.c (feupdateenv): Add libm_hidden_ver.
6286 * sysdeps/i386/fpu/feupdateenv.c (feupdateenv): Likewise.
6287 * sysdeps/powerpc/fpu/feupdateenv.c (feupdateenv): Likewise.
6288 * sysdeps/x86_64/fpu/feupdateenv.c (feupdateenv): Likewise.
6289 * sysdeps/sparc/fpu/feupdateenv.c (feupdateenv): Likewise.
6290 * sysdeps/ia64/fpu/feupdateenv.c (feupdateenv): Add libm_hidden_def.
6291 * sysdeps/s390/fpu/feupdateenv.c (feupdateenv): Likewise.
6292 * math/ftestexcept.c (fetestexcept): Likewise.
6293 * sysdeps/ia64/fpu/ftestexcept.c (fetestexcept): Likewise.
6294 * sysdeps/i386/fpu/ftestexcept.c (fetestexcept): Likewise.
6295 * sysdeps/s390/fpu/ftestexcept.c (fetestexcept): Likewise.
6296 * sysdeps/powerpc/fpu/ftestexcept.c (fetestexcept): Likewise.
6297 * sysdeps/x86_64/fpu/ftestexcept.c (fetestexcept): Likewise.
6298 * sysdeps/sparc/fpu/ftestexcept.c (fetestexcept): Likewise.
6299 * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
6300
af325969
UD
63012010-10-11 Ulrich Drepper <drepper@gmail.com>
6302
c579b202 6303 [BZ #12107]
af325969
UD
6304 * stdio-common/psiginfo.c (psiginfo): Terminate all strings with
6305 newline.
6306
67a67b95
UD
63072010-10-06 Ulrich Drepper <drepper@gmail.com>
6308
6309 * string/bug-strstr1.c: New file.
6310 * string/Makefile: Add rules to build and run bug-strstr1.
6311
5fb308bc
EB
63122010-10-05 Eric Blake <eblake@redhat.com>
6313
6314 [BZ #12092]
6315 * string/str-two-way.h (two_way_long_needle): Always clear memory
6316 when skipping input due to the shift table.
6317
45db99c7
UD
63182010-10-03 Ulrich Drepper <drepper@gmail.com>
6319
3b111893
UD
6320 [BZ #12005]
6321 * malloc/mcheck.c: Handle large requests.
6322
45db99c7
UD
6323 [BZ #12077]
6324 * sysdeps/x86_64/strcmp.S: Fix handling of remaining bytes in buffer
6325 for strncmp and strncasecmp.
6326 * string/stratcliff.c: Add tests for strcmp and strncmp.
6327 * wcsmbs/wcsatcliff.c: Adjust for stratcliff change.
6328
cf7a1eb8
NI
63292010-09-28 Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
6330
6331 * sysdeps/sh/sh4/fpu/fpu_control.h: Add 'extern "C"' protection to
6332 __set_fpscr.
6333
6484ba5e
AJ
63342010-09-30 Andreas Jaeger <aj@suse.de>
6335
6336 * sysdeps/unix/sysv/linux_fsinfo.h (BTRFS_SUPER_MAGIC): Define.
6337 (CGROUP_SUPER_MAGIC): Define.
6338 * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
6339 Handle btrfs and cgroup file systems.
6340 * sysdeps/unix/sysv/linux/pathconf.c (__statfs_filesize_max):
6341 Likewise.
6342
91c42559
LM
63432010-09-27 Luis Machado <luisgpm@br.ibm.com>
6344
6345 * sysdeps/powerpc/powerpc32/rtld-memset.c: New file.
6346 * sysdeps/powerpc/powerpc64/rtld-memset.c: New file.
6347
87a97932
AK
63482010-09-29 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
6349
6350 [BZ #12067]
6351 * sysdeps/s390/s390-32/elf/start.S: Fix address calculation when
6352 trying to locate the ELF header.
6353
c21cc9bc
AS
63542010-09-27 Andreas Schwab <schwab@redhat.com>
6355
6356 [BZ #11611]
6357 * sysdeps/unix/sysv/linux/internal_statvfs.c (INTERNAL_STATVFS):
6358 Mask out sign-bit copies when constructing f_fsid.
6359
315970f6
PB
63602010-09-24 Petr Baudis <pasky@suse.cz>
6361
6362 * debug/stack_chk_fail_local.c: Add missing licence exception.
6363 * debug/warning-nop.c: Likewise.
6364
1ac7a2c7
JM
63652010-09-15 Joseph Myers <joseph@codesourcery.com>
6366
6367 * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS): When
6368 implementing getdents64 using getdents syscall, set d_type if
6369 __ASSUME_GETDENTS32_D_TYPE.
6370
56801c50
AS
63712010-09-16 Andreas Schwab <schwab@redhat.com>
6372
6373 * elf/dl-close.c (free_slotinfo, free_mem): Move to...
6374 * elf/dl-libc.c (free_slotinfo, free_mem): ... here.
6375
dda51327
UD
63762010-09-21 Ulrich Drepper <drepper@redhat.com>
6377
6378 [BZ #12037]
6379 * posix/unistd.h: Undo change of feature selection for ftruncate from
6380 2010-01-11.
6381
8ffcee4a
UD
63822010-09-20 Ulrich Drepper <drepper@redhat.com>
6383
a545ecd9 6384 * sysdeps/x86_64/strcmp.S: Fix another typo in x86-64 strncasecmp limit
8ffcee4a
UD
6385 detection.
6386
e24f0a8b
AS
63872010-09-20 Andreas Schwab <schwab@redhat.com>
6388
6389 * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list: Add
6390 fanotify_mark.
6391 * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Likewise.
6392
7291c56f
AS
63932010-09-14 Andreas Schwab <schwab@redhat.com>
6394
6395 * sysdeps/s390/s390-32/__longjmp.c (__longjmp): Define register
6396 variables after CHECK_SP call.
6397 * sysdeps/s390/s390-64/__longjmp.c (__longjmp): Likewise.
6398
bc5fb037
AS
63992010-09-13 Andreas Schwab <schwab@redhat.com>
6400 Ulrich Drepper <drepper@redhat.com>
6401
6402 * elf/rtld.c (dl_main): Set GLRO(dl_init_all_dirs) just before
6403 re-relocationg ld.so.
6404 * elf/dl-support.c (_dl_non_dynamic_init): And here after the
6405 _dl_init_paths call.
6406 * elf/dl-load.c (_dl_init_paths). Don't set GLRO(dl_init_all_dirs)
6407 here anymore.
6408
e66e7419
UD
64092010-09-14 Ulrich Drepper <drepper@redhat.com>
6410
6411 * resolv/res_init.c (__res_vinit): Count the default server we added.
6412
c044aa75
CLT
64132010-09-08 Chung-Lin Tang <cltang@codesourcery.com>
6414 Ulrich Drepper <drepper@redhat.com>
6415
6416 [BZ #11968]
6417 * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S
6418 (____longjmp_chk): Use %ebx for saving value across system call.
6419 Add unwind info.
6420
32cf4069
AS
64212010-09-06 Andreas Schwab <schwab@redhat.com>
6422
6423 * manual/Makefile: Don't mix pattern rules with normal rules.
6424
817328ee
AS
64252010-09-05 Andreas Schwab <schwab@linux-m68k.org>
6426
6427 * debug/vdprintf_chk.c (__vdprintf_chk): Remove undefined
6428 operation.
6429 * libio/iofdopen.c (_IO_new_fdopen): Likewise.
6430 * libio/iofopncook.c (_IO_cookie_init): Likewise.
6431 * libio/iovdprintf.c (_IO_vdprintf): Likewise.
6432 * libio/oldiofdopen.c (_IO_old_fdopen): Likewise.
6433 * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
6434 Likewise.
6435
29fddf61
UD
64362010-09-04 Ulrich Drepper <drepper@redhat.com>
6437
6438 [BZ #11979]
6439 * iconvdata/gconv-modules: Remove EBCDIC-CP-AR2 alias from
6440 IBM-930, IBM-933, IBM-935, IBM-937, and IBM-939.
6441
0959ffc9
UD
64422010-09-02 Ulrich Drepper <drepper@redhat.com>
6443
6444 * sysdeps/x86_64/add_n.S: Update from GMP 5.0.1.
6445 * sysdeps/x86_64/addmul_1.S: Likewise.
6446 * sysdeps/x86_64/lshift.S: Likewise.
6447 * sysdeps/x86_64/mul_1.S: Likewise.
6448 * sysdeps/x86_64/rshift.S: Likewise.
6449 * sysdeps/x86_64/sub_n.S: Likewise.
6450 * sysdeps/x86_64/submul_1.S: Likewise.
6451
ece29840
ST
64522010-09-01 Samuel Thibault <samuel.thibault@ens-lyon.org>
6453
0959ffc9
UD
6454 This aligns bits/sched.h onto sysdeps/unix/sysv/linux/bits/sched.h:
6455 Define __sched_param instead of SCHED_* and sched_param when
ece29840 6456 <bits/sched.h> is included with __need_schedparam defined.
0959ffc9 6457 * bits/sched.h [__need_schedparam]
ece29840 6458 (SCHED_OTHER, SCHED_FIFO, SCHED_RR, sched_param): Do not define.
0959ffc9
UD
6459 [!__defined_schedparam && (__need_schedparam || _SCHED_H)]
6460 (__defined_schedparam): Define to 1.
ece29840
ST
6461 (__sched_param): New structure, identical to sched_param.
6462 (__need_schedparam): Undefine.
6463
e53a31fe
MF
64642010-08-31 Mike Frysinger <vapier@gentoo.org>
6465
fdc0c10d
MF
6466 * sysdeps/unix/sysv/linux/sparc/sys/epoll.h (epoll_create2): Delete.
6467 (epoll_create1): Declare.
6468
e53a31fe
MF
6469 * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Fix typo.
6470
a726d796
AS
64712010-08-31 Andreas Schwab <schwab@redhat.com>
6472
6473 [BZ #7066]
6474 * stdlib/strtod_l.c (____STRTOF_INTERNAL): Fix array overflow when
6475 shifting retval into place.
6476
2f3e3dc7
UD
64772010-09-01 Ulrich Drepper <drepper@redhat.com>
6478
f2933da9
UD
6479 * nis/rpcsvc/nis.h: Update copyright notice.
6480 * nis/rpcsvc/nis.x: Likewise.
6481 * nis/rpcsvc/nis_callback.h: Likewise.
6482 * nis/rpcsvc/nis_callback.x: Likewise.
6483 * nis/rpcsvc/nis_object.x: Likewise.
6484 * nis/rpcsvc/nis_tags.h: Likewise.
6485 * nis/rpcsvc/yp.h: Likewise.
6486 * nis/rpcsvc/yp.x: Likewise.
6487 * nis/rpcsvc/ypupd.h: Likewise.
6488 * nis/yp_xdr.c: Likewise.
6489 * nis/ypupdate_xdr.c: Likewise.
6490
2f3e3dc7
UD
6491 * sunrpc/pm_getport.c (__libc_rpc_getport): New function. This is
6492 mainly the body of pmap_getport. Add parameters to specify timeouts.
6493 (pmap_getport): Use __libc_rpc_getport.
6494 * sunrpc/Versions: Export __libc_rpc_getport with GLIBC_PRIVATE.
6495 * include/rpc/pmap_clnt.h: Declare __libc_rpc_getport.
6496 * nis/nis_findserv.c: Remove pmap_getport copy. Use __libc_rpc_getport.
6497
f3dcc2f9
AS
64982010-08-31 Andreas Schwab <schwab@linux-m68k.org>
6499
6500 * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list: Add
6501 fanotify_mark.
6502
6d34eb5b
RM
65032010-08-27 Roland McGrath <roland@redhat.com>
6504
6505 * sysdeps/i386/i686/multiarch/Makefile
6506 (CFLAGS-varshift.c): New variable.
6507
9ea3de11
UD
65082010-08-27 Ulrich Drepper <drepper@redhat.com>
6509
c96d23fc
UD
6510 * sysdeps/i386/i686/multiarch/varshift.S: File removed.
6511 * sysdeps/i386/i686/multiarch/varshift.c: New file.
6512
9ea3de11
UD
6513 * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Move to .text.slow section.
6514
6515 * sysdeps/x86_64/strlen.S: Minimal code improvement.
6516
623aac7f
L
65172010-08-26 H.J. Lu <hongjiu.lu@intel.com>
6518
6519 * sysdeps/x86_64/strlen.S: Unroll the loop.
6520 * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
6521 strlen-sse2 strlen-sse2-bsf.
6522 * sysdeps/x86_64/multiarch/strlen.S ((strlen): Return
6523 __strlen_no_bsf if bit_Slow_BSF is set.
6524 (__strlen_sse42): Removed.
6525 * sysdeps/x86_64/multiarch/strlen-no-bsf.S: New file.
6526 * sysdeps/x86_64/multiarch/strlen-sse4.S: New file.
6527
8b2b7715
RM
65282010-08-25 Roland McGrath <roland@redhat.com>
6529
6530 * sysdeps/x86_64/multiarch/varshift.S: File removed.
6531 * sysdeps/x86_64/multiarch/varshift.c: New file.
6532 * sysdeps/x86_64/multiarch/Makefile (CFLAGS-varshift.c): New variable.
6533 * sysdeps/x86_64/multiarch/varshift.h: Clean up decls, fix a cast.
6534 * sysdeps/x86_64/multiarch/memmove.c: Move decls around.
6535 * sysdeps/x86_64/multiarch/memmove_chk.c: Likewise.
6536
e73015f2
L
65372010-08-25 H.J. Lu <hongjiu.lu@intel.com>
6538
6539 * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
6540 strlen-sse2 strlen-sse2-bsf.
6541 * sysdeps/i386/i686/multiarch/strlen.S (strlen): Return
6542 __strlen_sse2_bsf if bit_Slow_BSF is unset.
6543 (__strlen_sse2): Removed.
6544 * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: New file.
6545 * sysdeps/i386/i686/multiarch/strlen-sse2.S: New file.
6546 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Set
6547 bit_Slow_BSF for Atom.
6548 * sysdeps/x86_64/multiarch/init-arch.h (bit_Slow_BSF): Define.
6549 (index_Slow_BSF): Define.
6550 (HAS_SLOW_BSF): Define.
6551
df24a73e
UD
65522010-08-25 Ulrich Drepper <drepper@redhat.com>
6553
6554 [BZ #10851]
6555 * resolv/res_init.c (__res_vinit): When no server address at all
6556 is given default to loopback.
6557
f2ac4868
RM
65582010-08-24 Roland McGrath <roland@redhat.com>
6559
09055553
RM
6560 * configure.in: Remove config-name.h generation.
6561 * configure: Regenerated.
6562 * config-name.in: File removed.
6563 * scripts/config-uname.sh: New file.
6564 * posix/Makefile (uname.c): Depend on $(objdir)config-name.h.
6565 ($(objdir)config-name.h): New target.
6566
f2ac4868
RM
6567 * sunrpc/rpc_parse.h: Avoid nested comment.
6568
73f27d5e
RH
65692010-08-24 Richard Henderson <rth@redhat.com>
6570 Ulrich Drepper <drepper@redhat.com>
6571 H.J. Lu <hongjiu.lu@intel.com>
6572
6573 * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add varshift.
6574 * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Likewise.
6575 * sysdeps/x86_64/multiarch/strcspn-c.c: Include "varshift.h".
6576 Replace _mm_srli_si128 with __m128i_shift_right. Replace
6577 _mm_alignr_epi8 with _mm_loadu_si128.
6578 * sysdeps/x86_64/multiarch/strspn-c.c: Likewise.
6579 * sysdeps/x86_64/multiarch/strstr.c: Include "varshift.h".
6580 (__m128i_shift_right): Removed.
6581 * sysdeps/i386/i686/multiarch/varshift.h: New file.
6582 * sysdeps/i386/i686/multiarch/varshift.S: New file.
6583 * sysdeps/x86_64/multiarch/varshift.h: New file.
6584 * sysdeps/x86_64/multiarch/varshift.S: New file.
6585
84b9230c
MF
65862010-08-21 Mike Frysinger <vapier@gentoo.org>
6587
6588 * configure.in: Move assembler checks to before sysdep dir checking.
6589
9bbd0ddc
PB
65902010-08-20 Petr Baudis <pasky@suse.cz>
6591
6592 * LICENSES: Sync the sunrpc license.
6593
9da4bb31
UD
65942010-08-19 Ulrich Drepper <drepper@redhat.com>
6595
a7ab6ec8
UD
6596 * sunrpc/auth_des.c: Update copyright notice once again.
6597 * sunrpc/auth_none.c: Likewise.
6598 * sunrpc/auth_unix.c: Likewise.
6599 * sunrpc/authdes_prot.c: Likewise.
6600 * sunrpc/authuxprot.c: Likewise.
6601 * sunrpc/bindrsvprt.c: Likewise.
6602 * sunrpc/clnt_gen.c: Likewise.
6603 * sunrpc/clnt_perr.c: Likewise.
6604 * sunrpc/clnt_raw.c: Likewise.
6605 * sunrpc/clnt_simp.c: Likewise.
6606 * sunrpc/clnt_tcp.c: Likewise.
6607 * sunrpc/clnt_udp.c: Likewise.
6608 * sunrpc/clnt_unix.c: Likewise.
6609 * sunrpc/des_crypt.c: Likewise.
6610 * sunrpc/des_soft.c: Likewise.
6611 * sunrpc/get_myaddr.c: Likewise.
6612 * sunrpc/getrpcport.c: Likewise.
6613 * sunrpc/key_call.c: Likewise.
6614 * sunrpc/key_prot.c: Likewise.
6615 * sunrpc/openchild.c: Likewise.
6616 * sunrpc/pm_getmaps.c: Likewise.
6617 * sunrpc/pm_getport.c: Likewise.
6618 * sunrpc/pmap_clnt.c: Likewise.
6619 * sunrpc/pmap_prot.c: Likewise.
6620 * sunrpc/pmap_prot2.c: Likewise.
6621 * sunrpc/pmap_rmt.c: Likewise.
6622 * sunrpc/rpc/auth.h: Likewise.
6623 * sunrpc/rpc/auth_unix.h: Likewise.
6624 * sunrpc/rpc/clnt.h: Likewise.
6625 * sunrpc/rpc/des_crypt.h: Likewise.
6626 * sunrpc/rpc/key_prot.h: Likewise.
6627 * sunrpc/rpc/netdb.h: Likewise.
6628 * sunrpc/rpc/pmap_clnt.h: Likewise.
6629 * sunrpc/rpc/pmap_prot.h: Likewise.
6630 * sunrpc/rpc/pmap_rmt.h: Likewise.
6631 * sunrpc/rpc/rpc.h: Likewise.
6632 * sunrpc/rpc/rpc_des.h: Likewise.
6633 * sunrpc/rpc/rpc_msg.h: Likewise.
6634 * sunrpc/rpc/svc.h: Likewise.
6635 * sunrpc/rpc/svc_auth.h: Likewise.
6636 * sunrpc/rpc/types.h: Likewise.
6637 * sunrpc/rpc/xdr.h: Likewise.
6638 * sunrpc/rpc_clntout.c: Likewise.
6639 * sunrpc/rpc_cmsg.c: Likewise.
6640 * sunrpc/rpc_common.c: Likewise.
6641 * sunrpc/rpc_cout.c: Likewise.
6642 * sunrpc/rpc_dtable.c: Likewise.
6643 * sunrpc/rpc_hout.c: Likewise.
6644 * sunrpc/rpc_main.c: Likewise.
6645 * sunrpc/rpc_parse.c: Likewise.
6646 * sunrpc/rpc_parse.h: Likewise.
6647 * sunrpc/rpc_prot.c: Likewise.
6648 * sunrpc/rpc_sample.c: Likewise.
6649 * sunrpc/rpc_scan.c: Likewise.
6650 * sunrpc/rpc_scan.h: Likewise.
6651 * sunrpc/rpc_svcout.c: Likewise.
6652 * sunrpc/rpc_tblout.c: Likewise.
6653 * sunrpc/rpc_util.c: Likewise.
6654 * sunrpc/rpc_util.h: Likewise.
6655 * sunrpc/rpcinfo.c: Likewise.
6656 * sunrpc/rpcsvc/bootparam_prot.x: Likewise.
6657 * sunrpc/rpcsvc/key_prot.x: Likewise.
6658 * sunrpc/rpcsvc/klm_prot.x: Likewise.
6659 * sunrpc/rpcsvc/mount.x: Likewise.
6660 * sunrpc/rpcsvc/nfs_prot.x: Likewise.
6661 * sunrpc/rpcsvc/nlm_prot.x: Likewise.
6662 * sunrpc/rpcsvc/rex.x: Likewise.
6663 * sunrpc/rpcsvc/rstat.x: Likewise.
6664 * sunrpc/rpcsvc/rusers.x: Likewise.
6665 * sunrpc/rpcsvc/sm_inter.x: Likewise.
6666 * sunrpc/rpcsvc/spray.x: Likewise.
6667 * sunrpc/rpcsvc/yppasswd.x: Likewise.
6668 * sunrpc/rtime.c: Likewise.
6669 * sunrpc/svc.c: Likewise.
6670 * sunrpc/svc_auth.c: Likewise.
6671 * sunrpc/svc_authux.c: Likewise.
6672 * sunrpc/svc_raw.c: Likewise.
6673 * sunrpc/svc_run.c: Likewise.
6674 * sunrpc/svc_simple.c: Likewise.
6675 * sunrpc/svc_tcp.c: Likewise.
6676 * sunrpc/svc_udp.c: Likewise.
6677 * sunrpc/svc_unix.c: Likewise.
6678 * sunrpc/svcauth_des.c: Likewise.
6679 * sunrpc/xcrypt.c: Likewise.
6680 * sunrpc/xdr.c: Likewise.
6681 * sunrpc/xdr_array.c: Likewise.
6682 * sunrpc/xdr_float.c: Likewise.
6683 * sunrpc/xdr_mem.c: Likewise.
6684 * sunrpc/xdr_rec.c: Likewise.
6685 * sunrpc/xdr_ref.c: Likewise.
6686 * sunrpc/xdr_sizeof.c: Likewise.
6687 * sunrpc/xdr_stdio.c: Likewise.
6688
9da4bb31
UD
6689 * sysdeps/x86_64/multiarch/strcmp.S: Fix two typos in strncasecmp
6690 handling.
6691
bdaa77bc
AS
66922010-08-19 Andreas Schwab <schwab@redhat.com>
6693
6694 * sysdeps/i386/i686/multiarch/strspn.S [!SHARED]: Fix SSE4.2 check.
6695
fe2f79db
LM
66962010-08-19 Luis Machado <luisgpm@br.ibm.com>
6697
6698 * sysdeps/powerpc/powerpc32/power7/memchr.S: New file.
6699 * sysdeps/powerpc/powerpc32/power7/memrchr.S: New file.
6700 * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: New file.
6701 * sysdeps/powerpc/powerpc32/power7/strchr.S: New file.
6702 * sysdeps/powerpc/powerpc32/power7/strchrnul.S: New file.
6703 * sysdeps/powerpc/powerpc32/power7/strlen.S: New file.
6704 * sysdeps/powerpc/powerpc32/power7/strnlen.S: New file.
6705 * sysdeps/powerpc/powerpc64/power7/memchr.S: New file.
6706 * sysdeps/powerpc/powerpc64/power7/memrchr.S: New file.
6707 * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: New file.
6708 * sysdeps/powerpc/powerpc64/power7/strchr.S: New file.
6709 * sysdeps/powerpc/powerpc64/power7/strchrnul.S: New file.
6710 * sysdeps/powerpc/powerpc64/power7/strlen.S: New file.
6711 * sysdeps/powerpc/powerpc64/power7/strnlen.S: New file.
6712
b9b42ee0
AB
67132010-07-26 Anton Blanchard <anton@samba.org>
6714
6715 * malloc/malloc.c (sYSTRIm): Replace divide and multiply with mask.
6716 * malloc/arena.c (heap_trim): Likewise.
6717
1c06ba31
UD
67182010-08-16 Ulrich Drepper <drepper@redhat.com>
6719
6720 * sysdeps/unix/sysv/linux/syscalls.list: Add entry for fanotify_init
6721 here. Not...
6722 * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: ...here...
6723 * sysdeps/unix/sysv/linux/i386/syscalls.list: ... orhere.
6724
f8392f40
L
67252010-08-12 H.J. Lu <hongjiu.lu@intel.com>
6726
6727 * sysdeps/i386/elf/Makefile: New file.
6728
3162f12e
AS
67292010-08-14 Andreas Schwab <schwab@linux-m68k.org>
6730
6731 * sysdeps/unix/sysv/linux/sys/fanotify.h: Remove third argument
6732 from fanotify_init.
6733 * sysdeps/unix/sysv/linux/i386/syscalls.list: Likewise.
6734 * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.
6735
28c90b2c
UD
67362010-08-15 Ulrich Drepper <drepper@redhat.com>
6737
6738 * sysdeps/x86_64/strcmp.S: Use correct register for fourth parameter
6739 of strncasecmp_l.
1feccb6c 6740 * sysdeps/multiarch/strcmp.S: Likewise.
28c90b2c 6741
ca6bb004
UD
67422010-08-14 Ulrich Drepper <drepper@redhat.com>
6743
e9f82e0d
UD
6744 * sysdeps/x86_64/Makefile [subdir=string] (sysdep_routines): Add
6745 strncase_l-nonascii.
6746 * sysdeps/x86_64/multiarch/Makefile [subdir=string] (sysdep_routines):
6747 Add strncase_l-ssse3.
6748 * sysdeps/x86_64/multiarch/strcmp.S: Prepare for use as strncasecmp.
6749 * sysdeps/x86_64/strcmp.S: Likewise.
6750 * sysdeps/x86_64/multiarch/strncase_l-ssse3.S: New file.
6751 * sysdeps/x86_64/multiarch/strncase_l.S: New file.
6752 * sysdeps/x86_64/strncase.S: New file.
6753 * sysdeps/x86_64/strncase_l-nonascii.c: New file.
6754 * sysdeps/x86_64/strncase_l.S: New file.
6755 * string/Makefile (strop-tests): Add strncasecmp.
6756 * string/test-strncasecmp.c: New file.
6757
6758 * sysdeps/x86_64/strcasecmp_l-nonascii.c: Add prototype to avoid
6759 warning.
6760
ca6bb004
UD
6761 * sysdeps/x86_64/strcmp.S: Move definition of NO_NOLOCALE_ALIAS to...
6762 * sysdeps/x86_64/multiarch/strcasecmp_l-ssse3.S: ... here.
6763
052fa7b3
AS
67642010-08-14 Andreas Schwab <schwab@linux-m68k.org>
6765
6766 * sysdeps/unix/sysv/linux/prlimit.c: Make it compile.
6767
962dba78
UD
67682010-08-12 Ulrich Drepper <drepper@redhat.com>
6769
6770 * sysdeps/unix/sysv/linux/bits/termios.h: Define EXTPROC.
6771 * sysdeps/unix/sysv/linux/powerpc/bits/termios.h: Likewise.
6772 * sysdeps/unix/sysv/linux/sparc/bits/termios.h: Likewise.
6773
bebff237
AM
67742010-05-01 Alan Modra <amodra@gmail.com>
6775
6776 * sysdeps/powerpc/powerpc32/power4/memcmp.S: Correct cfi for r24.
6777 * sysdeps/powerpc/powerpc64/bsd-_setjmp.S: Move contents..
6778 * sysdeps/powerpc/powerpc64/bsd-setjmp.S: ..and these too..
6779 * sysdeps/powerpc/powerpc64/setjmp.S: ..to here..
6780 * sysdeps/powerpc/powerpc64/setjmp-common.S: ..and here, with some
6781 tidying. Don't tail-call __sigjmp_save for static lib.
6782 * sysdeps/powerpc/powerpc64/sysdep.h (SAVE_ARG, REST_ARG): Correct
6783 save location.
6784 (CFI_SAVE_ARG, CFI_REST_ARG): New macros.
6785 (CALL_MCOUNT): Add eh info, and nop after bl.
6786 (TAIL_CALL_SYSCALL_ERROR): New macro.
6787 (PSEUDO_RET): Use it.
6788 * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve):
6789 Correct save location of integer regs and cr.
6790 (_dl_profile_resolve): Correct cr save location. Delete nops
6791 after bl when SHARED. Reduce cfi size a little by better
6792 placement of cfi directives.
6793 * sysdeps/powerpc/powerpc64/fpu/s_copysign.S (__copysign): Don't
6794 make a stack frame. Instead use parm save area as a temp.
6795 * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S (__brk): Don't
6796 make a stack frame. Use TAIL_CALL_SYSCALL_ERROR.
6797 * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (__clone):
6798 Don't make a stack frame for parent, use parm save area.
6799 Increase child stack frame to 112 bytes. Don't save unused reg,
6800 and adjust reg usage. Set up cfi on error recovery and
6801 epilogue of parent, and use TAIL_CALL_SYSCALL_ERROR, PSEUDO_RET.
6802 * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
6803 (__makecontext): Add dummy nop after jump to exit.
6804 * sysdeps/unix/sysv/linux/powerpc/powerpc64/socket.S (__socket):
6805 Use correct parm save area and cr save, reduce stack frame.
6806 Correct cfi for possible PSEUDO_RET frame setup.
6807 * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S (__vfork):
6808 Branch to local label emitted by PSEUDO_RET rather than
6809 __syscall_error.
6810
02637374
AS
68112010-08-12 Andreas Schwab <schwab@redhat.com>
6812
6813 [BZ #11904]
6814 * locale/programs/locale.c (print_assignment): New function.
6815 (show_locale_vars): Use it.
6816
c3e2f19b
UD
68172010-08-11 Ulrich Drepper <drepper@redhat.com>
6818
3cdaa6ad
UD
6819 * sysdeps/unix/sysv/linux/bits/statfs.h (struct statfs): Add f_flags
6820 field.
6821 (struct statfs64): Likewise.
6822 (_STATFS_F_FLAGS): Define.
6823 * sysdeps/unix/sysv/linux/s390/bits/statfs.h: Likewise.
6824 * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
6825 Don't define if __ASSUME_STATFS_F_FLAGS is defined.
6826 (ST_VALID): Define locally.
6827 (INTERNAL_STATVFS): If f_flags has ST_VALID set don't call
6828 __statvfs_getflags, use the provided value.
6829 * sysdeps/unix/sysv/linux/kernel-features.h: Define
6830 __ASSUME_STATFS_F_FLAGS.
6831
754f7da3
UD
6832 * sysdeps/unix/sysv/linux/sys/inotify.h (IN_EXCL_UNLINK): Define.
6833
10b3bedc
UD
6834 * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_headers):
6835 Add sys/fanotify.h.
6836 * sysdeps/unix/sysv/linux/Versions [libc]: Export fanotify_init and
6837 fanotify_mask for GLIBC_2.13.
6838 * sysdeps/unix/sysv/linux/i386/syscalls.list: Add entries for
6839 fanotify_init and fanotify_mark.
6840 * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.
6841 * sysdeps/unix/sysv/linux/sys/fanotify.h: New file.
6842
c08fb0d7
UD
6843 * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_routines):
6844 Add prlimit.
6845 * sysdeps/unix/sysv/linux/Versions [libc]: Export prlimit and
6846 prlimit64 for GLIBC_2.13.
6847 * sysdeps/unix/sysv/linux/bits/resource.h: Declare prlimit and
6848 prlimit64.
6849 * sysdeps/unix/sysv/linux/i386/syscalls.list: Add entry for prlimit64
6850 syscall.
6851 * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list: Likewise.
6852 * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Likewise.
6853 * sysdeps/unix/sysv/linux/sh/syscalls.list: Likewise.
6854 * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.lis: Likewise.
6855 * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise. Also
6856 add prlimit alias.
6857 * sysdeps/unix/sysv/linux/prlimit.c: New file.
6858
15bac72b
UD
6859 [BZ #11903]
6860 * sysdeps/generic/netinet/ip.h (IPTOS_CLASS): Fix definition.
6861 Patch by Evgeni Bikov <bikovevg@iitp.ru>.
6862
c3e2f19b
UD
6863 * nss/Makefile: Add rules to build and run tst-nss-test1.
6864 * shlib-versions: Add entry for libnss_test1.
6865 * nss/nss_test1.c: New file.
6866 * nss/tst-nss-test1.c: New file.
6867
6868 * nss/nsswitch.c (__nss_database_custom): Define new variable.
6869 (__nss_configure_lookup): Set appropriate entry in
6870 __nss_configure_lookup to true.
6871 * nss/nsswitch.h: Define enum with indeces of databases in
6872 databases and __nss_database_custom arrays. Declare
6873 __nss_database_custom.
6874 * grp/initgroups.c (internal_getgrouplist): Use __nss_database_custom
6875 to avoid using nscd when custom rules are installed.
6876 * nss/getXXbyYY_r.c: Likewise.
6877 * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
6878
6879 * nss/nss_files/files-parse.c: Whitespace fixes.
6880
f15ce4d8
UD
68812010-08-09 Ulrich Drepper <drepper@redhat.com>
6882
6883 [BZ #11883]
6884 * posix/fnmatch.c: Keep track of alloca use and fall back on malloc.
6885 * posix/fnmatch_loop.c: Likewise.
6886
d22e4cc9
AK
68872010-07-17 Andi Kleen <ak@linux.intel.com>
6888
6889 * sysdeps/i386/i386-mcount.S (__fentry__): Define.
6890 * sysdeps/x86_64/_mcount.S (__fentry__): Define.
6891 * stdlib/Versions (__fentry__): Add for GLIBC 2.13
6892 * Versions.def [GLIBC_2.13]: Add.
6893
805bc17d
UD
68942010-08-06 Ulrich Drepper <drepper@redhat.com>
6895
6896 * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid):
6897 Also fail if tpwd after pwuid call is NULL.
6898
5a42321d
ST
68992010-07-31 Samuel Thibault <samuel.thibault@ens-lyon.org>
6900
6901 * hurd/hurdselect.c (_hurd_select): Round timeout up instead of down
6902 when converting to ms.
6903
fd3ebeda
ST
69042010-06-06 Samuel Thibault <samuel.thibault@ens-lyon.org>
6905
6906 * sysdeps/mach/hurd/ttyname.c (ttyname): Replace MIG_BAD_ID and
6907 EOPNOTSUPP errors with ENOTTY.
6908 * sysdeps/mach/hurd/ttyname_r.c (__ttyname_r): Replace MIG_BAD_ID and
6909 EOPNOTSUPP errors with ENOTTY.
6910
73507d3a
UD
69112010-07-31 Ulrich Drepper <drepper@redhat.com>
6912
6913 * sysdeps/x86_64/multiarch/Makefile [subdir=string] (sysdep_routines):
6914 Add strcasecmp_l-ssse3.
6915 * sysdeps/x86_64/multiarch/strcmp.S: Add support to compile for
6916 strcasecmp.
6917 * sysdeps/x86_64/strcmp.S: Allow more flexible compiling of strcasecmp.
6918 * sysdeps/x86_64/multiarch/strcasecmp_l.S: New file.
6919 * sysdeps/x86_64/multiarch/strcasecmp_l-ssse3.S: New file.
6920
fe36dd02
UD
69212010-07-30 Ulrich Drepper <drepper@redhat.com>
6922
66f6765a
UD
6923 * sysdeps/x86_64/multiarch/strcmp.S: Pretty printing.
6924
42e08a54
UD
6925 * string/Makefile (strop-tests): Add strcasecmp.
6926 * sysdeps/x86_64/Makefile [subdir=string] (sysdep_routines): Add
6927 strcasecmp_l-nonascii.
6928 (gen-as-const-headers): Add locale-defines.sym.
6929 * sysdeps/x86_64/strcmp.S: Add support for strcasecmp implementation.
6930 * sysdeps/x86_64/strcasecmp.S: New file.
6931 * sysdeps/x86_64/strcasecmp_l.S: New file.
6932 * sysdeps/x86_64/strcasecmp_l-nonascii.c: New file.
6933 * sysdeps/x86_64/locale-defines.sym: New file.
6934 * string/test-strcasecmp.c: New file.
6935
fe36dd02
UD
6936 * string/test-strcasestr.c: Test both ends of the range of characters.
6937 * sysdeps/x86_64/multiarch/strstr.c: Fix UCHIGH definition.
6938
48cbc0d6
RM
69392010-07-29 Roland McGrath <roland@redhat.com>
6940
76e6d6bc 6941 [BZ #11856]
48cbc0d6
RM
6942 * manual/locale.texi (Yes-or-No Questions): Fix example code.
6943
880113d9
UD
69442010-07-27 Ulrich Drepper <drepper@redhat.com>
6945
6946 * sysdeps/x86_64/multiarch/strcmp-ssse3.S: Avoid compiling the file
6947 for ld.so.
6948
deb9cabb
AS
69492010-07-27 Andreas Schwab <schwab@redhat.com>
6950
6951 * manual/memory.texi (Malloc Tunable Parameters): Document
6952 M_PERTURB.
6953
1c7570ff
RM
69542010-07-26 Roland McGrath <roland@redhat.com>
6955
6956 [BZ #11840]
6957 * configure.in (-fgnu89-inline check): Set and substitute
6958 gnu89_inline, not libc_cv_gnu89_inline.
6959 * configure: Regenerated.
6960 * config.make.in (gnu89-inline-CFLAGS): Use @gnu89_inline@.
6961
24fb0f88
UD
69622010-07-26 Ulrich Drepper <drepper@redhat.com>
6963
6964 * string/test-strnlen.c: New file.
6965 * string/Makefile (strop-tests): Add strnlen.
6966 * string/tester.c (test_strnlen): Add a few more test cases.
6967 * string/tst-strlen.c: Better error reporting.
6968
6969 * sysdeps/x86_64/strnlen.S: New file.
6970
8e96b93a
UD
69712010-07-24 Ulrich Drepper <drepper@redhat.com>
6972
6973 * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu_tolower): Use
6974 lower-latency instructions.
6975
dbc676d4
UD
69762010-07-23 Ulrich Drepper <drepper@redhat.com>
6977
6978 * string/test-strcasestr.c: New file.
6979 * string/test-strstr.c: New file.
6980 * string/Makefile (strop-tests): Add strstr and strcasestr.
6981 * string/str-two-way.h: Don't undefine MAX.
6982 * string/strcasestr.c: Don't define alias if NO_ALIAS is defined.
6983
f6a31e0e
AS
69842010-07-21 Andreas Schwab <schwab@redhat.com>
6985
6986 * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
6987 strcasestr-nonascii.
6988 (CFLAGS-strcasestr-nonascii.c): Define.
6989 * sysdeps/i386/i686/multiarch/strcasestr-nonascii.c: New file.
6990 * sysdeps/x86_64/multiarch/strcasestr-nonascii.c (STRSTR_SSE42):
6991 Remove unused attribute.
6992
5dbc3b6c
RM
69932010-07-20 Roland McGrath <roland@redhat.com>
6994
6995 * elf/dl-sysdep.c (_dl_important_hwcaps): Add dsocaps mask to
6996 dl_hwcap_mask as well as dl_hwcap. Without this, dsocaps matching in
6997 ld.so.cache was broken. With it, there is no way to disable dsocaps
6998 like LD_HWCAP_MASK can disable hwcaps.
6999
23d101d8
EPM
70002010-06-02 Emilio Pozuelo Monfort <pochu27@gmail.com>
7001
7002 * sysdeps/mach/hurd/sendmsg.c (__libc_sendmsg): Fix memory leaks.
7003
cc9f2e47
UD
70042010-07-16 Ulrich Drepper <drepper@redhat.com>
7005
7006 * sysdeps/x86_64/multiarch/strstr.c: Rewrite to avoid indirect function
7007 call in strcasestr.
7008 * sysdeps/x86_64/multiarch/strcasestr.c: Declare
7009 __strcasestr_sse42_nonascii.
7010 * sysdeps/x86_64/multiarch/Makefile: Add rules to build
7011 strcasestr-nonascii.c.
7012 * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: New file.
7013
77c1b069
LM
70142010-06-15 Luis Machado <luisgpm@br.ibm.com>
7015
7016 * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: New file.
7017 * sysdeps/powerpc/powerpc32/power6/fpu/s_copysignf.S: New file.
7018 * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: New file.
7019 * sysdeps/powerpc/powerpc64/power6/fpu/s_copysignf.S: New file.
7020
440566c3
UD
70212010-07-09 Ulrich Drepper <drepper@redhat.com>
7022
7023 * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Use __fcntl not
7024 fcntl.
7025
5be9d05d
AS
70262010-07-06 Andreas Schwab <schwab@redhat.com>
7027
c30b7ee2 7028 [BZ #11577]
5be9d05d
AS
7029 * elf/dl-version.c (match_symbol): Don't pass NULL occation to
7030 dl_signal_cerror.
7031
8a492a67
UD
70322010-07-06 Ulrich Drepper <drepper@redhat.com>
7033
7034 * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Implement
7035 _PC_PIPE_BUF using F_GETPIPE_SZ.
7036
713df3d5
RM
70372010-07-05 Roland McGrath <roland@redhat.com>
7038
7039 * manual/arith.texi (Rounding Functions): Fix rint description
7040 implicit in round description.
7041
702e8f14
UD
70422010-07-02 Ulrich Drepper <drepper@redhat.com>
7043
7044 * elf/Makefile: Fix linking for a few tests to make recent linker
7045 happy.
7046
52ed8be9
AS
70472010-06-30 Andreas Schwab <schwab@redhat.com>
7048
7049 * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Readd
7050 $(common-objpfx)libc_nonshared.a.
7051
f47c9a11
LM
70522010-06-21 Luis Machado <luisgpm@br.ibm.com>
7053
7054 * sysdeps/powerpc/powerpc32/970/fpu/Implies: Remove.
7055 * sysdeps/powerpc/powerpc32/power5/fpu/Implies: Remove.
7056 * sysdeps/powerpc/powerpc32/power5+/fpu/Implies: Remove.
7057 * sysdeps/powerpc/powerpc32/power6x/fpu/Implies: Remove.
7058 * sysdeps/powerpc/powerpc64/970/fpu/Implies: Remove.
7059 * sysdeps/powerpc/powerpc64/power5/fpu/Implies: Remove.
7060 * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: Remove.
7061 * sysdeps/powerpc/powerpc64/power6x/fpu/Implies: Remove.
7062 * sysdeps/unix/sysv/linux/powerpc/powerpc32/970/fpu/Implies: Remove.
7063 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/fpu/Implies: Remove.
7064 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/fpu/Implies: Remove.
7065 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5+/fpu/Implies: Remove.
7066 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/fpu/Implies: Remove.
7067 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/fpu/Implies: Remove.
7068 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/fpu/Implies: Remove.
7069 * sysdeps/unix/sysv/linux/powerpc/powerpc64/970/fpu/Implies: Remove.
7070 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/fpu/Implies: Remove.
7071 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/fpu/Implies: Remove.
7072 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5+/fpu/Implies: Remove.
7073 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/fpu/Implies: Remove.
7074 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/fpu/Implies: Remove.
7075 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/fpu/Implies: Remove.
7076 * sysdeps/powerpc/powerpc32/970/Implies: Point to power4.
7077 * sysdeps/powerpc/powerpc32/power5/Implies: Point to power4.
7078 * sysdeps/powerpc/powerpc32/power5+/Implies: Point to power5.
7079 * sysdeps/powerpc/powerpc32/power6/Implies: Point to power5+.
7080 * sysdeps/powerpc/powerpc32/power6x/Implies: Point to power6.
7081 * sysdeps/powerpc/powerpc64/970/Implies: Point to power4.
7082 * sysdeps/powerpc/powerpc64/power5/Implies: Point to power4.
7083 * sysdeps/powerpc/powerpc64/power5+/Implies: Point to power5.
7084 * sysdeps/powerpc/powerpc64/power6/Implies: Point to power5+.
7085 * sysdeps/powerpc/powerpc64/power6x/Implies: Point to power6.
7086 * sysdeps/powerpc/powerpc32/power7/Implies: New file.
7087 * sysdeps/powerpc/powerpc64/power7/Implies: New file.
7088 * sysdeps/unix/sysv/linux/powerpc/powerpc32/970/Implies: New file.
7089 * sysdeps/unix/sysv/linux/powerpc/powerpc32/cell/Implies: New file.
7090 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/Implies: New file.
7091 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/Implies: New file.
7092 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/Implies: New file.
7093 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/Implies: New file.
7094 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/Implies: New file.
7095 * sysdeps/unix/sysv/linux/powerpc/powerpc64/970/Implies: New file.
7096 * sysdeps/unix/sysv/linux/powerpc/powerpc64/cell/Implies: New file.
7097 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/Implies: New file.
7098 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/Implies: New file.
7099 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/Implies: New file.
7100 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/Implies: New file.
7101 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/Implies: New file.
7102
6fb8cbcb
L
71032010-06-25 H.J. Lu <hongjiu.lu@intel.com>
7104
7105 * debug/memmove_chk.c (__memmove_chk): Renamed to ...
7106 (MEMMOVE_CHK): ...this. Default to __memmove_chk.
7107 * string/memmove.c (memmove): Renamed to ...
7108 (MEMMOVE): ...this. Default to memmove.
7109 * sysdeps/x86_64/memcpy.S: Use ENTRY_CHK and END_CHK.
7110 * sysdeps/x86_64/sysdep.h (ENTRY_CHK): Define.
7111 (END_CHK): Define.
7112 * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
7113 memcpy-ssse3 mempcpy-ssse3 memmove-ssse3 memcpy-ssse3-back
7114 mempcpy-ssse3-back memmove-ssse3-back.
7115 * sysdeps/x86_64/multiarch/bcopy.S: New file .
7116 * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: New file.
7117 * sysdeps/x86_64/multiarch/memcpy-ssse3.S: New file.
7118 * sysdeps/x86_64/multiarch/memcpy.S: New file.
7119 * sysdeps/x86_64/multiarch/memcpy_chk.S: New file.
7120 * sysdeps/x86_64/multiarch/memmove-ssse3-back.S: New file.
7121 * sysdeps/x86_64/multiarch/memmove-ssse3.S: New file.
7122 * sysdeps/x86_64/multiarch/memmove.c: New file.
7123 * sysdeps/x86_64/multiarch/memmove_chk.c: New file.
7124 * sysdeps/x86_64/multiarch/mempcpy-ssse3-back.S: New file.
7125 * sysdeps/x86_64/multiarch/mempcpy-ssse3.S: New file.
7126 * sysdeps/x86_64/multiarch/mempcpy.S: New file.
7127 * sysdeps/x86_64/multiarch/mempcpy_chk.S: New file.
7128 * sysdeps/x86_64/multiarch/init-arch.h (bit_Fast_Copy_Backward):
7129 Define.
7130 (index_Fast_Copy_Backward): Define.
7131 (HAS_ARCH_FEATURE): Define.
7132 (HAS_FAST_REP_STRING): Define.
7133 (HAS_FAST_COPY_BACKWARD): Define.
7134
4e733bac 71352010-06-21 Andreas Schwab <schwab@redhat.com>
e35fcef8
AS
7136
7137 * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid):
7138 Restore proper fallback handling.
7139
63c4ed22
UD
71402010-06-19 Ulrich Drepper <drepper@redhat.com>
7141
ac2b484c
UD
7142 [BZ #11701]
7143 * posix/group_member.c (__group_member): Correct checking loop.
7144
63c4ed22
UD
7145 * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid): Handle
7146 OOM in getpwuid_r correctly. Return error number when the caller
7147 should return, otherwise -1.
7148 (getlogin_r): Adjust to return also for result of __getlogin_r_loginuid
7149 call returning > 0 value.
7150 * sysdeps/unix/sysv/linux/getlogin.c (getlogin): Likewise.
7151
765ade4b
AS
71522010-06-07 Andreas Schwab <schwab@redhat.com>
7153
7154 * dlfcn/Makefile: Remove explicit dependencies on libc.so and
7155 libc_nonshared.a from targets in modules-names.
7156
80da2e09
KS
71572010-06-02 Kirill A. Shutemov <kirill@shutemov.name>
7158
7159 * elf/dl-reloc.c: Flush cache after solving TEXTRELs if arch
7160 requires it.
7161
158db122
LM
71622010-06-10 Luis Machado <luisgpm@br.ibm.com>
7163
7164 * sysdeps/powerpc/powerpc32/power7/memcmp.S: New file
7165 * sysdeps/powerpc/powerpc64/power7/memcmp.S: New file.
7166 * sysdeps/powerpc/powerpc32/power7/strncmp.S: New file.
7167 * sysdeps/powerpc/powerpc64/power7/strncmp.S: New file.
7168
caa78cf8
AS
71692010-06-02 Andreas Schwab <schwab@redhat.com>
7170
7171 * nis/nss_nis/nis-initgroups.c (get_uid): Properly resize buffer.
7172
b2ef2c01
UD
71732010-06-14 Ulrich Drepper <drepper@redhat.com>
7174
7175 * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Define F_SETPIPE_SZ
7176 and F_GETPIPE_SZ.
7177 * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
7178 * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
7179 * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
7180 * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
7181 * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
7182 * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise
7183
fbd643b6
RM
71842010-06-14 Roland McGrath <roland@redhat.com>
7185
7186 * manual/libc.texinfo (@copying): Change to GFDL v1.3.
7187
f32f2869
JJ
71882010-06-07 Jakub Jelinek <jakub@redhat.com>
7189
7190 * libio/stdio.h (sscanf, vsscanf): Use __REDIRECT_NTH instead of
7191 __REDIRECT followed by __THROW.
7192 * wcsmbs/wchar.h (swscanf, vswscanf): Likewise.
7193 * posix/getopt.h (getopt): Likewise.
7194
2a50c078
EPM
71952010-06-02 Emilio Pozuelo Monfort <pochu27@gmail.com>
7196
7197 * hurd/lookup-at.c (__file_name_lookup_at): Accept
7198 AT_SYMLINK_FOLLOW in AT_FLAGS. Fail with EINVAL if both
7199 AT_SYMLINK_FOLLOW and AT_SYMLINK_NOFOLLOW are present
7200 in AT_FLAGS.
7201 * hurd/hurd/fd.h (__file_name_lookup_at): Update comment.
7202 * sysdeps/mach/hurd/linkat.c (linkat): Pass O_NOLINK in FLAGS.
7203
eb5ad2eb
LM
72042010-05-28 Luis Machado <luisgpm@br.ibm.com>
7205
7206 * sysdeps/powerpc/powerpc32/power7/memcpy.S: Exchange srdi for srwi.
7207
3c88fe1e
L
72082010-05-26 H.J. Lu <hongjiu.lu@intel.com>
7209
7210 [BZ #11640]
7211 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
7212 Properly check family and model.
7213
d2f73151
TY
72142010-05-26 Takashi Yoshii <takashi.yoshii.zj@renesas.com>
7215
7216 * sysdeps/unix/sysv/linux/sh/sh4/register-dump.h: Fix iov[] size.
7217
ebd2e13d
LM
72182010-05-24 Luis Machado <luisgpm@br.ibm.com>
7219
7220 * sysdeps/powerpc/powerpc32/power7/memset.S: POWER7 32-bit memset fix.
7221
b32b8b45
UD
72222010-05-21 Ulrich Drepper <drepper@redhat.com>
7223
7224 * elf/dl-runtime.c (_dl_profile_fixup): Don't crash on unresolved weak
7225 symbol reference.
7226
9acbe24d
AS
72272010-05-19 Andreas Schwab <schwab@redhat.com>
7228
7229 * elf/dl-runtime.c (_dl_fixup): Don't crash on unresolved weak
7230 symbol reference.
7231
f0ccf6ea
AS
72322010-05-21 Andreas Schwab <schwab@redhat.com>
7233
3d04ff3a
AS
7234 * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Add recvmmsg
7235 and internal_recvmmsg.
7236 * sysdeps/unix/sysv/linux/recvmmsg.c: New file.
7237 * sysdeps/unix/sysv/linux/internal_recvmmsg.S: New file.
7238 * sysdeps/unix/sysv/linux/socketcall.h (SOCKOP_recvmmsg): Define.
7239 * sysdeps/unix/sysv/linux/syscalls.list (recvmmsg): Remove.
7240
f0ccf6ea
AS
7241 * sunrpc/clnt_tcp.c (clnttcp_control): Add missing break.
7242 * sunrpc/clnt_udp.c (clntudp_control): Likewise.
7243 * sunrpc/clnt_unix.c (clntunix_control): Likewise.
7244
5b08ac57
AS
72452010-05-20 Andreas Schwab <schwab@redhat.com>
7246
7247 * sysdeps/unix/sysv/linux/sys/timex.h: Use __REDIRECT_NTH.
7248
4828935d
LM
72492010-05-17 Luis Machado <luisgpm@br.ibm.com>
7250
7251 POWER7 optimizations.
7252 * sysdeps/powerpc/powerpc64/power7/memset.S: New file.
7253 * sysdeps/powerpc/powerpc32/power7/memset.S: New file.
7254
373d545e
UD
72552010-05-19 Ulrich Drepper <drepper@redhat.com>
7256
7257 * version.h: Update for 2.13 development version.
7258
21a2b1ae
AS
72592010-05-12 Andrew Stubbs <ams@codesourcery.com>
7260
7261 * sysdeps/sh/sh4/fpu/feholdexcpt.c (feholdexcept): Really disable all
7262 exceptions. Return 0.
7263
3f7dcb2b
RM
72642010-05-07 Roland McGrath <roland@redhat.com>
7265
7266 * elf/ldconfig.c (main): Add a const.
7267
5f24d53a 72682010-05-06 Ulrich Drepper <drepper@redhat.com>
70c9476e 7269
a160f8d8
UD
7270 * nss/getent.c (idn_flags): Default to AI_IDN|AI_CANONIDN.
7271 (args_options): Add no-idn option.
7272 (ahosts_keys_int): Add idn_flags to ai_flags.
7273 (parse_option): Handle 'i' option to clear idn_flags.
7274
5f24d53a
UD
7275 * malloc/malloc.c (_int_free): Possible race in the most recently
7276 added check. Only act on the data if no current modification
7277 happened.
265bb1ce
UD
7278
7279See ChangeLog.17 for earlier changes.