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