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