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