]> git.ipfire.org Git - thirdparty/glibc.git/blob - ChangeLog
Fix typos in comments.
[thirdparty/glibc.git] / ChangeLog
1 2011-04-01 Ulrich Drepper <drepper@gmail.com>
2
3 * iconv/iconv.h: Fix typo in comment.
4 * io/fcntl.h: Likewise.
5 * libio/stdio.h: Likewise.
6 * posix/spawn.h: Likewise.
7 * posix/unistd.h: Likewise.
8 * stdlib/stdlib.h: Likewise.
9 * time/time.h: Likewise.
10 * wcsmbs/wchar.h: Likewise.
11
12 * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14] (name_to_handle_at,
13 open_by_handle): Add.
14 * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define struct file_handle
15 and MAX_HANDLE_SZ. Declare name_to_handle_at and open_by_handle.
16 Augment a few comments.
17 * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
18 * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
19 * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
20 * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
21 * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
22 * sysdeps/unix/sysv/linux/syscalls.list: Add name_to_handle_at and
23 open_by_handle.
24
25 * io/fcntl.h (AT_EMPTY_PATH): Define.
26
27 2011-03-30 Ulrich Drepper <drepper@gmail.com>
28
29 * sysdeps/unix/sysv/linux/syscalls.list: Add clock_adjtime.
30 * sysdeps/unix/sysv/linux/bits/time.h: New file.
31 * sysdeps/unix/sysv/linux/sys/timex.h: Move struct timex definition
32 to...
33 * sysdeps/unix/sysv/linux/bits/timex.h: ...here. New file.
34 * Versions.def: Add GLIBC_2.14.
35 * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14] (clock_adjtime):
36 Export.
37
38 2011-03-22 Ulrich Drepper <drepper@gmail.com>
39
40 * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word): Increment
41 round counter.
42 * sysdeps/x86_64/cacheinfo.c (intel_check_word): Likewise.
43
44 2011-03-20 H.J. Lu <hongjiu.lu@intel.com>
45
46 [BZ #12597]
47 * string/test-strncmp.c (do_page_test): New function.
48 (check2): Likewise.
49 (test_main): Call check2.
50 * sysdeps/x86_64/multiarch/strcmp.S: Properly cross page boundary.
51
52 2011-03-20 Ulrich Drepper <drepper@gmail.com>
53
54 [BZ #12587]
55 * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word):
56 Handle cache information in CPU leaf 4.
57 * sysdeps/x86_64/cacheinfo.c (intel_check_word): Likewise.
58
59 2011-03-18 Ulrich Drepper <drepper@gmail.com>
60
61 [BZ #12583]
62 * posix/fnmatch.c (fnmatch): Check size of pattern in wide
63 character representation.
64 Partly based on a patch by Tomas Hoger <thoger@redhat.com>.
65
66 2011-03-16 Ryan S. Arnold <rsa@us.ibm.com>
67
68 * sysdeps/powerpc/powerpc32/power6/fpu/s_isnanf.S (isnanf): Fix
69 END(__isnan) to END(__isnanf) to match function entry point/label
70 EALIGN(__isnanf,...).
71
72 2011-03-10 Jakub Jelinek <jakub@redhat.com>
73
74 * wcsmbs/wchar.h (wmemcmp): Remove __restrict qualifiers.
75
76 2011-03-10 Ulrich Drepper <drepper@gmail.com>
77
78 [BZ #12510]
79 * elf/dl-lookup.c (do_lookup_x): For copy relocations of unique objects
80 copy from the symbol referenced in the relocation to initialize the
81 used variable.
82 Patch by Piotr Bury <pbury@goahead.com>.
83 * elf/Makefile: Add rules to build and tst-unique3.
84 * include/bits/dlfcn.h: Remove _dl_mcount_wrapper_check declaration.
85 * elf/tst-unique3.cc: New file.
86 * elf/tst-unique3.h: New file.
87 * elf/tst-unique3lib.cc: New file.
88 * elf/tst-unique3lib2.cc: New file.
89
90 * elf/Makefile: Don't run tst-execstack* tests of SELinux is enabled.
91
92 2011-03-10 Mike Frysinger <vapier@gentoo.org>
93
94 * sysdeps/sparc/sparc64/elf/configure.in (libc_cv_sparc64_tls): Add
95 $LDFLAGS and -nostdlib -nostartfiles to linking step. Change main
96 to _start.
97
98 2011-03-06 Ulrich Drepper <drepper@gmail.com>
99
100 * elf/dl-load.c (_dl_map_object): If we are looking for the first
101 to-be-loaded object along a path to loader is ld.so.
102
103 2011-03-02 Harsha Jagasia <harsha.jagasia@amd.com>
104 Ulrich Drepper <drepper@gmail.com>
105
106 * sysdeps/x86_64/memset.S: After aligning destination, code
107 branches to different locations depending on the value of
108 misalignment, when multiarch is enabled. Fix this.
109
110 2011-03-02 Harsha Jagasia <harsha.jagasia@amd.com>
111
112 * sysdeps/x86_64/cacheinfo.c (init_cacheinfo):
113 Set _x86_64_preferred_memory_instruction for AMD processsors.
114 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
115 Set bit_Prefer_SSE_for_memop for AMD processors.
116
117 2011-03-04 Ulrich Drepper <drepper@gmail.com>
118
119 * libio/fmemopen.c (fmemopen): Optimize a bit.
120
121 2011-03-03 Andreas Schwab <schwab@redhat.com>
122
123 * libio/fmemopen.c (fmemopen): Don't read past end of buffer.
124
125 2011-03-03 Roland McGrath <roland@redhat.com>
126
127 * setjmp/bits/setjmp2.h: Canonicalize comment formatting.
128
129 2011-02-28 Aurelien Jarno <aurelien@aurel32.net>
130
131 * sysdeps/sparc/sparc64/multiarch/memset.S(__bzero): Call
132 __bzero_ultra1 instead of __memset_ultra1.
133
134 2011-02-23 Andreas Schwab <schwab@redhat.com>
135 Ulrich Drepper <drepper@gmail.com>
136
137 [BZ #12509]
138 * include/link.h (struct link_map): Add l_orig_initfini.
139 * elf/dl-load.c (_dl_map_object_from_fd): Free realname before
140 returning unsuccessfully.
141 * elf/dl-close.c (_dl_close_worker): If this is the last explicit
142 close of a file loaded at startup, restore the original l_initfini
143 list.
144 * elf/dl-deps.c (_dl_map_object_deps): Don't free old l_initfini
145 list, store the pointer.
146 * elf/Makefile ($(objpfx)noload-mem): New rule.
147 (noload-ENV): Define.
148 (tests): Add $(objpfx)noload-mem.
149 * elf/noload.c: Include <memcheck.h>.
150 (main): Call mtrace. Close all opened handles.
151
152 2011-02-17 Andreas Schwab <schwab@redhat.com>
153
154 [BZ #12454]
155 * elf/dl-deps.c (_dl_map_object_deps): Signal error early when
156 dependencies are missing.
157
158 2011-02-22 Samuel Thibault <samuel.thibault@ens-lyon.org>
159
160 Fix __if_freereq crash: Unlike the generic version which uses free,
161 Hurd needs munmap.
162 * sysdeps/mach/hurd/ifreq.h: New file.
163
164 2011-01-27 Petr Baudis <pasky@suse.cz>
165 Ulrich Drepper <drepper@gmail.com>
166
167 [BZ 12445]#
168 * stdio-common/vfprintf.c (vfprintf): Pass correct newlen
169 to extend_alloca().
170 * stdio-common/bug23.c: New file.
171 * stdio-common/Makefile (tests): Add bug23.
172
173 2010-09-28 Andreas Schwab <schwab@redhat.com>
174 Ulrich Drepper <drepper@gmail.com>
175
176 [BZ #12489]
177 * elf/rtld.c (dl_main): Move setting of GLRO(dl_init_all_dirs)
178 before performing relro protection. At old place add assertion
179 to make sure nothing changed.
180
181 2011-02-17 Nathan Sidwell <nathan@codesourcery.com>
182 Glauber de Oliveira Costa <glommer@gmail.com>
183
184 * elf/elf.h: Add new ARM TLS relocs.
185
186 2011-02-16 Ryan S. Arnold <rsa@us.ibm.com>
187
188 * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h:
189 (INTERNAL_VSYSCALL_NCS INTERNAL_SYSCALL_NCS): Remove erroneous (int)
190 cast from r3.
191 * sysdeps/wordsize-64/Makefile: New file. Add tst-writev to
192 'tests' variable.
193 * sysdeps/wordsize-64/tst-writev.c: New file.
194
195 2011-02-15 Ryan S. Arnold <rsa@us.ibm.com>
196
197 * sysdeps/powerpc/powerpc64/power7/Makefile: New file which adds
198 -mno-vsx to the CFLAGS-rtld.c variable to avoid using VSX registers and
199 insns in _dl_start to prevent a TOC reference before relocs are
200 resolved.
201
202 2011-02-15 Ulrich Drepper <drepper@gmail.com>
203
204 [BZ #12469]
205 * Makeconfig: Remove RANLIB definition.
206 * Makerules: Don't use RANLIB.
207 * aclocal.m4: Remove ranlib test.
208 * configure.in: No need to check for ranlib.
209 * elf/rtld-Rules: Don't use RANLIB.
210
211 2011-02-16 Samuel Thibault <samuel.thibault@ens-lyon.org>
212
213 * sysdeps/mach/i386/sysdep.h: Add _MACH_I386_SYSDEP_H inclusion
214 protection macro.
215 * sysdeps/mach/i386/thread_state.h: Add _MACH_I386_THREAD_STATE_H
216 inclusion protection macro.
217
218 * stdio-common/psiginfo.c (psiginfo): Check pinfo->si_signo against
219 SIGRTMIN and SIGRTMAX and print information in that case only when
220 SIGRTMIN is defined.
221
222 2011-02-11 Jakub Jelinek <jakub@redhat.com>
223
224 * stdio-common/printf-parsemb.c (__parse_one_specmb): Handle
225 arginfo fn returning -1.
226
227 * stdio-common/_i18n_number.h (_i18n_number_rewrite): Ensure decimal
228 and thousands string is zero terminated.
229
230 2011-02-03 Andreas Schwab <schwab@redhat.com>
231
232 * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Sync with
233 sysdeps/unix/sysv/linux/bits/socket.h.
234
235 2011-01-30 Samuel Thibault <samuel.thibault@ens-lyon.org>
236
237 * bits/sched.h (__CPU_ZERO, __CPU_SET, __CPU_CLR, __CPU_ISSET)
238 (__CPU_COUNT): Remove old macros.
239 (__CPU_ZERO_S, __CPU_SET_S, __CPU_CLR_S, __CPU_ISSET_S)
240 (__CPU_COUNT, __CPU_EQUAL_S, __CPU_OP_S, __CPU_ALLOC_SIZE)
241 (__CPU_ALLOC, __CPU_FREE): Add macros.
242 (__sched_cpualloc, __sched_cpufree): Add declarations.
243
244 2011-02-05 Ulrich Drepper <drepper@gmail.com>
245
246 * nscd/nscd-client.h: Define MAX_TIMEOUT_VALUE.
247 (struct datahead): Reuse 32 bits of the alignment for a TTL field.
248 * nscd/aicache.c (addhstaiX): Return timeout of added value.
249 (readdhstai): Return value of addhstaiX call.
250 * nscd/grpcache.c (cache_addgr): Return timeout of added value.
251 (addgrbyX): Return value returned by cache_addgr.
252 (readdgrbyname): Return value returned by addgrbyX.
253 (readdgrbygid): Likewise.
254 * nscd/pwdcache.c (cache_addpw): Return timeout of added value.
255 (addpwbyX): Return value returned by cache_addpw.
256 (readdpwbyname): Return value returned by addhstbyX.
257 (readdpwbyuid): Likewise.
258 * nscd/servicescache.c (cache_addserv): Return timeout of added value.
259 (addservbyX): Return value returned by cache_addserv.
260 (readdservbyname): Return value returned by addservbyX:
261 (readdservbyport): Likewise.
262 * nscd/hstcache.c (cache_addhst): Return timeout of added value.
263 (addhstbyX): Return value returned by cache_addhst.
264 (readdhstbyname): Return value returned by addhstbyX.
265 (readdhstbyaddr): Likewise.
266 (readdhstbynamev6): Likewise.
267 (readdhstbyaddrv6): Likewise.
268 * nscd/initgrcache.c (addinitgroupsX): Return timeout of added value.
269 (readdinitgroups): Return value returned by addinitgroupsX.
270 * nscd/cache.c (readdfcts): Change return value of functions to time_t.
271 (prune_cache): Keep track of timeout value of re-added entries.
272 * nscd/connections.c (nscd_run_prune): Use MAX_TIMEOUT_VALUE.
273 * nscd/nscd.h: Adjust prototypes of readd* functions.
274
275 2011-02-04 Roland McGrath <roland@redhat.com>
276
277 * nis/nis_server.c (nis_servstate): Use the right name for 0.
278 (nis_stats): Likewise.
279 * nis/nis_modify.c (nis_modify): Likewise.
280 * nis/nis_remove.c (nis_remove): Likewise.
281 * nis/nis_add.c (nis_add): Likewise.
282
283 * elf/dl-object.c (_dl_new_object): Remove unused variable L.
284
285 * posix/fnmatch_loop.c: Add some consts.
286
287 * sysdeps/x86_64/multiarch/memset-x86-64.S: Add an #undef.
288
289 2011-02-02 H.J. Lu <hongjiu.lu@intel.com>
290
291 [BZ #12460]
292 * config.make.in (config-cflags-novzeroupper): Define.
293 * configure.in: Substitute libc_cv_cc_novzeroupper.
294 * elf/Makefile (AVX-CFLAGS): Define.
295 (CFLAGS-tst-audit4.c): Replace -mavx with $(AVX-CFLAGS).
296 (CFLAGS-tst-auditmod4a.c): Likewise.
297 (CFLAGS-tst-auditmod4b.c): Likewise.
298 (CFLAGS-tst-auditmod6b.c): Likewise.
299 (CFLAGS-tst-auditmod6c.c): Likewise.
300 (CFLAGS-tst-auditmod7b.c): Likewise.
301 * sysdeps/i386/configure.in: Check -mno-vzeroupper.
302
303 2011-02-02 Ulrich Drepper <drepper@gmail.com>
304
305 * elf/dl-runtime.c (_dl_call_pltexit): Pass correct address of the
306 function to the callback.
307 Patch partly by Jiri Olsa <jolsa@redhat.com>.
308
309 2011-02-02 Andreas Schwab <schwab@redhat.com>
310
311 * shadow/sgetspent.c: Check return value of __sgetspent_r instead
312 of errno.
313
314 2011-01-19 Ulrich Drepper <drepper@gmail.com>
315
316 [BZ #11724]
317 * elf/dl-deps.c (_dl_map_object_deps): Rewrite sorting determining order
318 of constructors.
319 * elf/dl-fini.c (_dl_sort_fini): Rewrite sorting determining order
320 of destructors.
321 (_dl_fini): Don't call _dl_sort_fini if there is only one object.
322
323 [BZ #11724]
324 * elf/Makefile: Add rules to build and run new test.
325 * elf/tst-initorder.c: New file.
326 * elf/tst-initorder.exp: New file.
327 * elf/tst-initordera1.c: New file.
328 * elf/tst-initordera2.c: New file.
329 * elf/tst-initordera3.c: New file.
330 * elf/tst-initordera4.c: New file.
331 * elf/tst-initorderb1.c: New file.
332 * elf/tst-initorderb2.c: New file.
333 * elf/tst-order-a1.c: New file.
334 * elf/tst-order-a2.c: New file.
335 * elf/tst-order-a3.c: New file.
336 * elf/tst-order-a4.c: New file.
337 * elf/tst-order-b1.c: New file.
338 * elf/tst-order-b2.c: New file.
339 * elf/tst-order-main.c: New file.
340 New test case by George Gensure <werkt0@gmail.com>.
341
342 2010-10-01 Andreas Schwab <schwab@redhat.com>
343
344 * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't discard result of
345 decoding ACE if AI_CANONIDN.
346
347 2011-01-18 Ulrich Drepper <drepper@gmail.com>
348
349 * elf/Makefile: Build IFUNC tests unless multi-arch = no.
350
351 2011-01-17 Ulrich Drepper <drepper@gmail.com>
352
353 * version.h (RELEASE): Bump for 2.13 release.
354 * include/features.h: (__GLIBC_MINOR__): Bump to 13.
355
356 * io/fcntl.h: Define AT_NO_AUTOMOUNT.
357
358 * sysdeps/unix/sysv/linux/i386/bits/mman.h: Define MADV_HUGEPAGE and
359 MADV_NOHUGEPAGE.
360 * sysdeps/unix/sysv/linux/ia64/bits/mman.h: Likewise.
361 * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Likewise.
362 * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
363 * sysdeps/unix/sysv/linux/sh/bits/mman.h: Likewise.
364 * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
365 * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Likewise.
366
367 * posix/getconf.c: Update copyright year.
368 * catgets/gencat.c: Likewise.
369 * csu/version.c: Likewise.
370 * debug/catchsegv.sh: Likewise.
371 * debug/xtrace.sh: Likewise.
372 * elf/ldconfig.c: Likewise.
373 * elf/ldd.bash.in: Likewise.
374 * elf/sprof.c (print_version): Likewise.
375 * iconv/iconv_prog.c: Likewise.
376 * iconv/iconvconfig.c: Likewise.
377 * locale/programs/locale.c: Likewise.
378 * locale/programs/localedef.c: Likewise.
379 * malloc/memusage.sh: Likewise.
380 * malloc/mtrace.pl: Likewise.
381 * nscd/nscd.c (print_version): Likewise.
382 * nss/getent.c: Likewise.
383
384 * sysdeps/unix/sysv/linux/bits/socket.h: Define AF_CAIF, AF_ALG,
385 PF_CAIF, and PF_ALG.
386 * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
387
388 2011-01-16 Andreas Schwab <schwab@linux-m68k.org>
389
390 * elf/Makefile (tlsmod17a-modules, tlsmod18a-modules): Define.
391 (modules-names): Use them.
392 (ifunc-test-modules, ifunc-pie-tests): Define.
393 (extra-test-objs): Add tlsmod17a-modules, tlsmod18a-modules,
394 tst-pie1, ifunc-test-modules and ifunc-pie-tests objects.
395 (test-extras): Likewise.
396 ($(patsubst %,$(objpfx)%.os,$(tlsmod17a-modules))): Use
397 $(compile-command.c).
398 ($(patsubst %,$(objpfx)%.os,$(tlsmod18a-modules))): Likewise.
399 (all-built-dso): Define.
400 (check-textrel.out, check-execstack.out): Depend on it.
401
402 * configure.in: Don't override --enable-multi-arch.
403
404 2011-01-15 Ulrich Drepper <drepper@gmail.com>
405
406 [BZ #6812]
407 * nscd/hstcache.c (tryagain): Define.
408 (cache_addhst): Return tryagain not notfound for temporary errors.
409 (addhstbyX): Also set h_errno to TRY_AGAIN when memory allocation
410 failed.
411
412 2011-01-14 Ulrich Drepper <drepper@gmail.com>
413
414 [BZ #10563]
415 * sysdeps/unix/sysv/linux/i386/setgroups.c: Use INLINE_SETXID_SYSCALL
416 to make the syscall.
417 * sysdeps/unix/sysv/linux/setgroups.c: New file.
418
419 [BZ #12378]
420 * posix/fnmatch_loop.c (FCT): When matching '[' keep track of beginning
421 and fall back to matching as normal character if the string ends before
422 the matching ']' is found. This is what POSIX requires.
423 * posix/testfnm.c: Adjust test result.
424 * posix/globtest.sh: Adjust test result. Add new test.
425 * posix/tst-fnmatch.input: Likewise.
426 * posix/tst-fnmatch2.c: Add new test.
427
428 2010-12-28 Andreas Schwab <schwab@linux-m68k.org>
429
430 * elf/Makefile (check-execstack): Revert last change. Depend on
431 check-execstack.h.
432 (check-execstack.h): New target.
433 (generated): Add check-execstack.h.
434 * elf/check-execstack.c: Include "check-execstack.h".
435 (main): Revert last change.
436 (handle_file): Return zero if GNU_STACK is absent and
437 DEFAULT_STACK_PERMS doesn't include PF_X.
438
439 2011-01-13 Ulrich Drepper <drepper@gmail.com>
440
441 * sysdeps/posix/spawni.c (__spawni): Don't fail if close file action
442 in child fails because the descriptor is already closed.
443 * include/sys/resource.h: Add libc_hidden_proto for getrlimit64.
444 * sysdeps/unix/sysv/linux/getrlimit64.c: Add libc_hidden_def.
445 * sysdeps/unix/sysv/linux/i386/getrlimit64.c: Likewise.
446
447 [BZ #12397]
448 * sysdeps/unix/sysv/linux/mkdirat.c (mkdirat): Fix handling of missing
449 syscall.
450
451 [BZ #10484]
452 * nss/nss_files/files-hosts.c (HOST_DB_LOOKUP): Handle overflows of
453 temporary buffer used to handle multi lookups locally.
454 * include/alloca.h: Add libc_hidden_proto for __libc_alloca_cutoff.
455
456 2011-01-12 Ulrich Drepper <drepper@gmail.com>
457
458 * elf/dl-dst.h (DL_DST_REQUIRED): Allow l_origin to be NULL when
459 loader is ld.so.
460
461 2011-01-10 Paul Pluzhnikov <ppluzhnikov@google.com>
462
463 * sysdeps/i386/Makefile: stdlib/cxa_finalize.c needs 16-byte stack
464 alignment for SSE2.
465
466 2011-01-12 Ulrich Drepper <drepper@gmail.com>
467
468 [BZ #12394]
469 * stdio-common/printf_fp.c (__printf_fp): Add more room for grouping
470 characters. When rounding increased number of integer digits recompute
471 number of groups.
472 * stdio-common/tst-grouping.c: New file.
473 * stdio-common/Makefile: Add rules to build and run tst-grouping.
474
475 2011-01-09 Ulrich Drepper <drepper@gmail.com>
476
477 * sysdeps/i386/bits/select.h: Don't use asm code for __FD_SET,
478 __FD_CLR, and __FS_ISSET. gcc generates better code on its own.
479
480 * sysdeps/x86_64/bits/select.h: Mark value of __FD_SET and __FD_CLR as
481 void.
482 * bits/select.h: Likewise.
483
484 2011-01-08 Ulrich Drepper <drepper@gmail.com>
485
486 * po/ja.po: Update from translation team.
487
488 2011-01-04 David S. Miller <davem@sunset.davemloft.net>
489
490 [BZ #11155]
491 * sysdeps/unix/sysv/linux/sparc/sparc64/fxstat.c: Use i386's
492 implementation just like for lxstat, fxstatat, et al.
493
494 2010-12-27 Jim Meyering <meyering@redhat.com>
495
496 [BZ #12348]
497 * posix/regexec.c (build_trtable): Return failure indication upon
498 calloc failure. Otherwise, re_search_internal could infloop on OOM.
499
500 2010-12-25 Ulrich Drepper <drepper@gmail.com>
501
502 [BZ #12201]
503 * sysdeps/unix/sysv/linux/getrlimit64.c: New file.
504 * sysdeps/unix/sysv/linux/setrlimit64.c: New file.
505 * sysdeps/unix/sysv/linux/i386/getrlimit64.c: Use ../getrlimit64.c.
506 * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_PRLIMIT64.
507
508 [BZ #12207]
509 * malloc/malloc.c (do_check_malloc_state): Use fastbin macro.
510
511 [BZ #12204]
512 * string/xpg-strerror.c (__xpg_strerror_r): Return error code, not -1.
513 * sysdeps/mach/xpg-strerror.c (__xpg_strerror_r): Likewise.
514
515 2010-12-15 H.J. Lu <hongjiu.lu@intel.com>
516
517 * config.h.in (NO_CTORS_DTORS_SECTIONS): Define.
518 * configure.in: Define NO_CTORS_DTORS_SECTIONS if linker
519 script has SORT_BY_INIT_PRIORITY.
520 * elf/sofini.c: Remove `.ctors' and `.dtors' sections if
521 NO_CTORS_DTORS_SECTIONS is defined.
522 * elf/soinit.c: Likewise.
523 * sysdeps/i386/init-first.c: Don't call __libc_global_ctors if
524 NO_CTORS_DTORS_SECTIONS is defined.
525 * sysdeps/mach/hurd/i386/init-first.c: Likewise.
526 * sysdeps/mach/hurd/powerpc/init-first.c: Likewise.
527 * sysdeps/sh/init-first.c: Likewise.
528 * sysdeps/unix/sysv/linux/init-first.c: Likewise.
529
530 2010-12-24 Ulrich Drepper <drepper@gmail.com>
531
532 * stdio-common/vfprintf.c (vfprintf): If printf handlers are installed
533 always use the slow path.
534
535 2010-12-15 Ryan S. Arnold <rsa@us.ibm.com>
536
537 * elf/Makefile: (check-execstack): Replace $(native-compile) with a
538 similar rule which adds the sysdep directories to the header search in
539 order to pick up the correct platform stackinfo.h.
540 * elf/check-execstack.c (main): Check DEFAULT_STACK_PERMS for PF_X and
541 perform test if it is, otherwise return successfully without testing.
542 * elf/dl-load.c (_dl_map_object_from_fd): Source stack_flags from
543 DEFAULT_STACK_PERMS define in stackinfo.h.
544 * elf/dl-support.c (_dl_stack_flags): Source from DEFAULT_STACK_PERMS
545 defined in stackinfo.h.
546 * elf/rtld.c (_dl_starting_up): Source ._dl_stack_flags from
547 DEFAULT_STACK_PERMS defined in stackinfo.h.
548 * sysdeps/i386/stackinfo.h: Define DEFAULT_STACK_PERMS with PF_X.
549 * sysdeps/ia64/stackinfo.h: Likewise.
550 * sysdeps/s390/stackinfo.h: Likewise.
551 * sysdeps/sh/stackinfo.h: Likewise.
552 * sysdeps/sparc/stackinfo.h: Likewise.
553 * sysdeps/x86_64/stackinfo.h: Likewise.
554 * sysdeps/powerpc/stackinfo.h: Define DEFAULT_STACK_PERMS without
555 PF_X for powerpc64. Retain PF_X for powerpc32.
556
557 2010-12-19 Ulrich Drepper <drepper@gmail.com>
558
559 * sysdeps/unix/readdir_r.c (__READDIR_R): Compute reclen more
560 accurately.
561 * sysdeps/unix/sysv/linux/wordsize-64/readdir_r.c: Define
562 GETDENTS_64BIT_ALIGNED.
563
564 2010-12-14 Ulrich Drepper <dreper@gmail.com>
565
566 * sysdeps/i386/i686/multiarch/strcmp.S: Undo accidental checkin.
567
568 2010-12-10 Andreas Schwab <schwab@redhat.com>
569
570 * wcsmbs/wchar.h (wcpcpy, wcpncpy): Only declare under
571 _GNU_SOURCE.
572
573 * wcsmbs/wchar.h (wcpcpy, wcpncpy): Add __restrict.
574 * wcsmbs/bits/wchar2.h (__wmemmove_chk_warn, wmemmove, wmemset):
575 Remove __restrict.
576 (wcscpy, __wcpcpy_chk, __wcpcpy_alias, wcpcpy, wcsncpy, wcpncpy)
577 (wcscat, wcsncat, __wcrtomb_chk, wcrtomb): Add __restrict.
578
579 2010-12-09 Ulrich Drepper <drepper@gmail.com>
580
581 [BZ #11655]
582 * stdlib/msort.c (qsort_r): Make sure both phys_pages and pagesize
583 are initialized.
584
585 2010-12-09 Jakub Jelinek <jakub@redhat.com>
586
587 * string/bits/string3.h (memmove, bcopy): Remove __restrict.
588
589 2010-12-03 Ulrich Drepper <drepper@gmail.com>
590
591 * po/it.po: Update from translation team.
592
593 2010-12-01 H.J. Lu <hongjiu.lu@intel.com>
594
595 * sysdeps/i386/i686/multiarch/strcmp-ssse3.S (STRCMP): Remove
596 unused codes.
597
598 2010-11-30 Ulrich Drepper <drepper@gmail.com>
599
600 * sysdeps/i386/fpu/libm-test-ulps: Relax ynf(10,0.75) test expectations.
601
602 2010-11-24 Andreas Schwab <schwab@redhat.com>
603
604 * resolv/nss_dns/dns-host.c (getanswer_r): Don't handle ttl == 0
605 specially.
606 (gaih_getanswer_slice): Likewise.
607
608 2010-10-20 Jakub Jelinek <jakub@redhat.com>
609
610 * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Fix up inline asm.
611
612 2010-05-31 Petr Baudis <pasky@suse.cz>
613
614 [BZ #11149]
615 * elf/ldconfig.c (main): Allow aux_cache_file open()ing to fail
616 silently even in the chroot mode.
617
618 2010-11-22 Ulrich Drepper <drepper@gmail.com>
619
620 * nis/nss_compat/compat-initgroups.c (internal_getgrent_r): Optimize
621 last patch a bit. Pretty printing
622
623 2010-05-31 Petr Baudis <pasky@suse.cz>
624
625 [BZ #10085]
626 * nis/nss_compat/compat-initgroups.c (internal_getgrent_r): Fix
627 initialization of skip_initgroups_dyn.
628
629 2010-11-19 Ulrich Drepper <drepper@gmail.com>
630
631 * sysdeps/unix/sysv/linux/i386/bits/mman.h: Define MAP_HUGETLB.
632 * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Likewise.
633
634 2010-11-16 Ulrich Drepper <drepper@gmail.com>
635
636 * sysdeps/unix/sysv/linux/sys/swap.h (SWAP_FLAG_DISCARD): Define.
637
638 2010-11-11 Andreas Schwab <schwab@redhat.com>
639
640 * posix/fnmatch_loop.c (NEW_PATTERN): Fix use of alloca.
641 * posix/Makefile (tests): Add $(objpfx)tst-fnmatch-mem.
642 (tst-fnmatch-ENV): Set MALLOC_TRACE.
643 ($(objpfx)tst-fnmatch-mem): New rule.
644 (generated): Add tst-fnmatch-mem and tst-fnmatch.mtrace.
645 * posix/tst-fnmatch.c (main): Call mtrace.
646
647 2010-11-11 H.J. Lu <hongjiu.lu@intel.com>
648
649 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
650 Support Intel processor model 6 and model 0x2c.
651
652 2010-11-10 Luis Machado <luisgpm@br.ibm.com>
653
654 * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c (__ieee754_sqrtl): Force
655 signed comparison.
656
657 2010-11-09 H.J. Lu <hongjiu.lu@intel.com>
658
659 [BZ #12205]
660 * string/test-strncasecmp.c (check_result): New function.
661 (do_one_test): Use it.
662 (check1): New function.
663 (test_main): Use it.
664 * sysdeps/i386/i686/multiarch/strcmp.S (nibble_ashr_use_sse4_2_exit):
665 Support strcasecmp and strncasecmp.
666
667 2010-11-08 Ulrich Drepper <drepper@gmail.com>
668
669 [BZ #12194]
670 * sysdeps/i386/bits/byteswap.h: Avoid warning in __bswap_16.
671 * sysdeps/x86_64/bits/byteswap.h: Likewise.
672
673 2010-11-07 H.J. Lu <hongjiu.lu@intel.com>
674
675 * sysdeps/x86_64/memset.S: Check USE_MULTIARCH and USE_SSE2 for
676 IFUNC support.
677 * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
678 memset-x86-64.
679 * sysdeps/x86_64/multiarch/bzero.S: New file.
680 * sysdeps/x86_64/multiarch/cacheinfo.c: New file.
681 * sysdeps/x86_64/multiarch/memset-x86-64.S: New file.
682 * sysdeps/x86_64/multiarch/memset.S: New file.
683 * sysdeps/x86_64/multiarch/memset_chk.S: New file.
684 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
685 Set bit_Prefer_SSE_for_memop for Intel processors.
686 * sysdeps/x86_64/multiarch/init-arch.h (bit_Prefer_SSE_for_memop):
687 Define.
688 (index_Prefer_SSE_for_memop): Define.
689 (HAS_PREFER_SSE_FOR_MEMOP): Define.
690
691 2010-11-04 Luis Machado <luisgpm@br.ibm.com>
692
693 * sysdeps/powerpc/powerpc32/power7/mempcpy.S: New file.
694 * sysdeps/powerpc/powerpc64/power7/mempcpy.S: New file.
695
696 2010-11-03 H.J. Lu <hongjiu.lu@intel.com>
697
698 [BZ #12191]
699 * sysdeps/i386/i686/cacheinfo.c (__x86_64_raw_data_cache_size): New.
700 (__x86_64_raw_data_cache_size_half): Likewise.
701 (__x86_64_raw_shared_cache_size): Likewise.
702 (__x86_64_raw_shared_cache_size_half): Likewise.
703
704 * sysdeps/x86_64/cacheinfo.c (__x86_64_raw_data_cache_size): New.
705 (__x86_64_raw_data_cache_size_half): Likewise.
706 (__x86_64_raw_shared_cache_size): Likewise.
707 (__x86_64_raw_shared_cache_size_half): Likewise.
708 (init_cacheinfo): Set __x86_64_raw_data_cache_size,
709 __x86_64_raw_data_cache_size_half, __x86_64_raw_shared_cache_size
710 and __x86_64_raw_shared_cache_size_half. Round
711 __x86_64_data_cache_size_half, __x86_64_data_cache_size
712 __x86_64_shared_cache_size_half and __x86_64_shared_cache_size,
713 to multiple of 256 bytes.
714
715 2010-11-03 Ulrich Drepper <drepper@gmail.com>
716
717 [BZ #12167]
718 * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Recognize new mangling
719 of inacessible symlinks. Verify result of symlink before returning it.
720 * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r): Likewise.
721 Patch mostly by Miklos Szeredi <miklos@szeredi.hu>.
722
723 2010-10-28 Erich Ritz <erichritz@gmail.com>
724
725 * math/math.h (isinf): Fix typo in comment.
726
727 2010-11-01 Ulrich Drepper <drepper@gmail.com>
728
729 * po/da.po: Update from translation team.
730
731 2010-10-26 Ulrich Drepper <drepper@gmail.com>
732
733 * elf/rtld.c (dl_main): Move assertion after the point where rtld map
734 is added to the list.
735
736 2010-10-20 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
737 Ulrich Drepper <drepper@gmail.com>
738
739 * elf/dl-object.c (_dl_new_object): Don't append the new object to
740 the global list here. Move code to...
741 (_dl_add_to_namespace_list): ...here. New function.
742 * elf/rtld.c (dl_main): Invoke _dl_add_to_namespace_list.
743 * sysdeps/generic/ldsodefs.h (_dl_add_to_namespace_list): Declare.
744 * elf/dl-load.c (lose): Don't remove the element from the list.
745 (_dl_map_object_from_fd): Invoke _dl_add_to_namespace_list.
746 (_dl_map_object): Likewise.
747
748 2010-10-25 Ulrich Drepper <drepper@gmail.com>
749
750 [BZ #12159]
751 * sysdeps/x86_64/multiarch/strchr.S: Fix propagation of search byte
752 into all bytes of SSE register.
753 Patch by Richard Li <richardpku@gmail.com>.
754
755 2010-10-24 Ulrich Drepper <drepper@gmail.com>
756
757 [BZ #12140]
758 * malloc/malloc.c (_int_free): Fill correct number of bytes when
759 perturbing.
760
761 2010-10-20 Michael B. Brutman <brutman@us.ibm.com>
762
763 * sysdeps/powerpc/dl-procinfo.c: Add support for ppca2 platform
764 * sysdeps/powerpc/dl-procinfo.h: Add support for ppca2 platform
765 * sysdeps/powerpc/powerpc32/a2/memcpy.S: New file.
766 * sysdeps/powerpc/powerpc64/a2/memcpy.S: Likewise.
767 * sysdeps/unix/sysv/linux/powerpc/powerpc32/a2/Implies: New
768 submachine.
769 * sysdeps/unix/sysv/linux/powerpc/powerpc64/a2/Implies: Likewise.
770
771 2010-10-22 Andreas Schwab <schwab@redhat.com>
772
773 * include/dlfcn.h (__RTLD_SECURE): Define.
774 * elf/dl-load.c (_dl_map_object): Remove preloaded parameter. Use
775 mode & __RTLD_SECURE instead.
776 (open_path): Rename preloaded parameter to secure.
777 * sysdeps/generic/ldsodefs.h (_dl_map_object): Adjust declaration.
778 * elf/dl-open.c (dl_open_worker): Adjust call to _dl_map_object.
779 * elf/dl-deps.c (openaux): Likewise.
780 * elf/rtld.c (struct map_args): Remove is_preloaded.
781 (map_doit): Don't use it.
782 (dl_main): Likewise.
783 (do_preload): Use __RTLD_SECURE instead of is_preloaded.
784 (dlmopen_doit): Add __RTLD_SECURE to mode bits.
785
786 2010-09-09 Andreas Schwab <schwab@redhat.com>
787
788 * Makeconfig (sysd-rules-patterns): Add rtld-%:rtld-%.
789 (sysd-rules-targets): Remove duplicates.
790 * elf/rtld-Rules ($(objpfx)rtld-%.os): Add pattern rules with
791 rtld-%.$o dependency.
792
793 2010-10-18 Andreas Schwab <schwab@redhat.com>
794
795 * elf/dl-open.c (dl_open_worker): Don't expand DST here, let
796 _dl_map_object do it.
797
798 2010-10-19 Ulrich Drepper <drepper@gmail.com>
799
800 * sysdeps/i386/bits/mathdef.h (FP_FAST_FMA): If the GCC 4.6 port has
801 fast fma builtins, define the macros in the C99 standard.
802 (FP_FAST_FMAF): Likewise.
803 (FP_FAST_FMAL): Likewise.
804 * sysdeps/x86_64/bits/mathdef.h: Likewise.
805
806 * bits/mathdef.h: Update copyright year.
807 * sysdeps/powerpc/bits/mathdef.h: Likewise.
808
809 2010-10-19 Michael Meissner <meissner@linux.vnet.ibm.com>
810
811 * bits/mathdef.h (FP_FAST_FMA): If the GCC 4.6 port has fast fma
812 builtins, define the macros in the C99 standard.
813 (FP_FAST_FMAF): Likewise.
814 (FP_FAST_FMAL): Likewise.
815 * sysdeps/powerpc/bits/mathdef.h (FP_FAST_FMA): Define, ppc as
816 multiply/add.
817 (FP_FAST_FMAF): Likewise.
818
819 2010-10-15 Jakub Jelinek <jakub@redhat.com>
820
821 [BZ #3268]
822 * math/libm-test.inc (fma_test): Some new testcases.
823 * sysdeps/ieee754/ldbl-128/s_fmal.c: New file.
824 * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Fix fma with finite x and
825 y and infinite z. Do multiplication by C already in long double.
826 * sysdeps/ieee754/ldbl-96/s_fmal.c: New file.
827 * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Fix fma with finite x and
828 y and infinite z. Do bitwise or of inexact bit into u.d.
829 * sysdeps/ieee754/ldbl-64-128/s_fmal.c: New file.
830 * sysdeps/i386/fpu/s_fmaf.S: Removed.
831 * sysdeps/i386/fpu/s_fma.S: Removed.
832 * sysdeps/i386/fpu/s_fmal.S: Removed.
833
834 2010-10-16 Jakub Jelinek <jakub@redhat.com>
835
836 [BZ #3268]
837 * math/libm-test.inc (fma_test): Add IEEE quad long double fmal tests.
838 * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Ensure a1 + u.d
839 computation is not scheduled after fetestexcept. Fix value
840 of minimum denormal long double.
841
842 2010-10-14 Jakub Jelinek <jakub@redhat.com>
843
844 [BZ #3268]
845 * math/libm-test.inc (fma_test): Add some more tests.
846 * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Handle underflows
847 correctly.
848
849 2010-10-15 Andreas Schwab <schwab@redhat.com>
850
851 * scripts/data/localplt-s390-linux-gnu.data: New file.
852 * scripts/data/localplt-s390x-linux-gnu.data: New file.
853
854 2010-10-13 Jakub Jelinek <jakub@redhat.com>
855
856 [BZ #3268]
857 * math/libm-test.inc (fma_test): Some more fmaf and fma tests.
858 * sysdeps/i386/i686/multiarch/s_fma.c: Include ldbl-96 version
859 instead of dbl-64.
860 * sysdeps/i386/fpu/bits/mathinline.h (fma, fmaf, fmal): Remove
861 inlines.
862 * sysdeps/ieee754/ldbl-96/s_fma.c: New file.
863 * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Fix exponent adjustment
864 if one of x and y is very large and the other is subnormal.
865 * sysdeps/s390/fpu/s_fmaf.c: New file.
866 * sysdeps/s390/fpu/s_fma.c: New file.
867 * sysdeps/powerpc/fpu/s_fmaf.S: New file.
868 * sysdeps/powerpc/fpu/s_fma.S: New file.
869 * sysdeps/powerpc/powerpc32/fpu/s_fma.S: New file.
870 * sysdeps/powerpc/powerpc64/fpu/s_fma.S: New file.
871 * sysdeps/unix/sysv/linux/s390/fpu/s_fma.c: New file.
872
873 2010-10-12 Jakub Jelinek <jakub@redhat.com>
874
875 [BZ #3268]
876 * math/libm-test.inc (fma_test): Add some more fmaf tests, add
877 fma tests.
878 * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Fix Inf/Nan check.
879 * sysdeps/ieee754/dbl-64/s_fma.c: New file.
880 * sysdeps/i386/i686/multiarch/s_fma.c: Include
881 sysdeps/ieee754/dbl-64/s_fma.c instead of math/s_fma.c.
882 * sysdeps/x86_64/multiarch/s_fma.c: Likewise.
883 * sysdeps/ieee754/ldbl-opt/s_fma.c: Likewise.
884 * sysdeps/ieee754/ldbl-128/s_fma.c: New file.
885
886 2010-10-12 Ulrich Drepper <drepper@redhat.com>
887
888 [BZ #12078]
889 * posix/regcomp.c (parse_branch): One more memory leak plugged.
890 * posix/bug-regex31.input: Add test case.
891
892 2010-10-11 Ulrich Drepper <drepper@gmail.com>
893
894 * posix/bug-regex31.c: Rewrite to run multiple tests from stdin.
895 * posix/bug-regex31.input: New file.
896
897 [BZ #12078]
898 * posix/regcomp.c (parse_branch): Free memory when allocation failed.
899 (parse_sub_exp): Fix last change, use postorder.
900
901 * posix/bug-regex31.c: New file.
902 * posix/Makefile: Add rules to build and run bug-regex31.
903
904 * posix/regcomp.c (parse_bracket_exp): Add missing re_free calls.
905
906 [BZ #12078]
907 * posix/regcomp.c (parse_sub_exp): Free tree data when it is not used.
908
909 [BZ #12108]
910 * stdio-common/psiginfo.c (psiginfo): Don't expext SIGRTMIN..SIGRTMAX
911 to have entries in sys_siglist.
912
913 [BZ #12093]
914 * sysdeps/unix/sysv/linux/check_pf.c (__check_pf): ->ifa_addr might
915 be NULL.
916
917 2010-10-07 Jakub Jelinek <jakub@redhat.com>
918
919 [BZ #3268]
920 * math/libm-test.inc (fma_test): Add 2 fmaf tests.
921 * sysdeps/ieee754/dbl-64/s_fmaf.c: New file.
922 * sysdeps/i386/i686/multiarch/s_fmaf.c: Include
923 sysdeps/ieee754/dbl-64/s_fmaf.c instead of math/s_fmaf.c.
924 * sysdeps/x86_64/multiarch/s_fmaf.c: Likewise.
925 * include/fenv.h (feupdateenv, fetestexcept): Add libm_hidden_proto.
926 * math/feupdateenv.c (feupdateenv): Add libm_hidden_ver.
927 * sysdeps/i386/fpu/feupdateenv.c (feupdateenv): Likewise.
928 * sysdeps/powerpc/fpu/feupdateenv.c (feupdateenv): Likewise.
929 * sysdeps/x86_64/fpu/feupdateenv.c (feupdateenv): Likewise.
930 * sysdeps/sparc/fpu/feupdateenv.c (feupdateenv): Likewise.
931 * sysdeps/ia64/fpu/feupdateenv.c (feupdateenv): Add libm_hidden_def.
932 * sysdeps/s390/fpu/feupdateenv.c (feupdateenv): Likewise.
933 * math/ftestexcept.c (fetestexcept): Likewise.
934 * sysdeps/ia64/fpu/ftestexcept.c (fetestexcept): Likewise.
935 * sysdeps/i386/fpu/ftestexcept.c (fetestexcept): Likewise.
936 * sysdeps/s390/fpu/ftestexcept.c (fetestexcept): Likewise.
937 * sysdeps/powerpc/fpu/ftestexcept.c (fetestexcept): Likewise.
938 * sysdeps/x86_64/fpu/ftestexcept.c (fetestexcept): Likewise.
939 * sysdeps/sparc/fpu/ftestexcept.c (fetestexcept): Likewise.
940 * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
941
942 2010-10-11 Ulrich Drepper <drepper@gmail.com>
943
944 [BZ #12107]
945 * stdio-common/psiginfo.c (psiginfo): Terminate all strings with
946 newline.
947
948 2010-10-06 Ulrich Drepper <drepper@gmail.com>
949
950 * string/bug-strstr1.c: New file.
951 * string/Makefile: Add rules to build and run bug-strstr1.
952
953 2010-10-05 Eric Blake <eblake@redhat.com>
954
955 [BZ #12092]
956 * string/str-two-way.h (two_way_long_needle): Always clear memory
957 when skipping input due to the shift table.
958
959 2010-10-03 Ulrich Drepper <drepper@gmail.com>
960
961 [BZ #12005]
962 * malloc/mcheck.c: Handle large requests.
963
964 [BZ #12077]
965 * sysdeps/x86_64/strcmp.S: Fix handling of remaining bytes in buffer
966 for strncmp and strncasecmp.
967 * string/stratcliff.c: Add tests for strcmp and strncmp.
968 * wcsmbs/wcsatcliff.c: Adjust for stratcliff change.
969
970 2010-09-28 Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
971
972 * sysdeps/sh/sh4/fpu/fpu_control.h: Add 'extern "C"' protection to
973 __set_fpscr.
974
975 2010-09-30 Andreas Jaeger <aj@suse.de>
976
977 * sysdeps/unix/sysv/linux_fsinfo.h (BTRFS_SUPER_MAGIC): Define.
978 (CGROUP_SUPER_MAGIC): Define.
979 * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
980 Handle btrfs and cgroup file systems.
981 * sysdeps/unix/sysv/linux/pathconf.c (__statfs_filesize_max):
982 Likewise.
983
984 2010-09-27 Luis Machado <luisgpm@br.ibm.com>
985
986 * sysdeps/powerpc/powerpc32/rtld-memset.c: New file.
987 * sysdeps/powerpc/powerpc64/rtld-memset.c: New file.
988
989 2010-09-29 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
990
991 [BZ #12067]
992 * sysdeps/s390/s390-32/elf/start.S: Fix address calculation when
993 trying to locate the ELF header.
994
995 2010-09-27 Andreas Schwab <schwab@redhat.com>
996
997 [BZ #11611]
998 * sysdeps/unix/sysv/linux/internal_statvfs.c (INTERNAL_STATVFS):
999 Mask out sign-bit copies when constructing f_fsid.
1000
1001 2010-09-24 Petr Baudis <pasky@suse.cz>
1002
1003 * debug/stack_chk_fail_local.c: Add missing licence exception.
1004 * debug/warning-nop.c: Likewise.
1005
1006 2010-09-15 Joseph Myers <joseph@codesourcery.com>
1007
1008 * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS): When
1009 implementing getdents64 using getdents syscall, set d_type if
1010 __ASSUME_GETDENTS32_D_TYPE.
1011
1012 2010-09-16 Andreas Schwab <schwab@redhat.com>
1013
1014 * elf/dl-close.c (free_slotinfo, free_mem): Move to...
1015 * elf/dl-libc.c (free_slotinfo, free_mem): ... here.
1016
1017 2010-09-21 Ulrich Drepper <drepper@redhat.com>
1018
1019 [BZ #12037]
1020 * posix/unistd.h: Undo change of feature selection for ftruncate from
1021 2010-01-11.
1022
1023 2010-09-20 Ulrich Drepper <drepper@redhat.com>
1024
1025 * sysdeps/x86_64/strcmp.S: Fix another typo in x86-64 strncasecmp limit
1026 detection.
1027
1028 2010-09-20 Andreas Schwab <schwab@redhat.com>
1029
1030 * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list: Add
1031 fanotify_mark.
1032 * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Likewise.
1033
1034 2010-09-14 Andreas Schwab <schwab@redhat.com>
1035
1036 * sysdeps/s390/s390-32/__longjmp.c (__longjmp): Define register
1037 variables after CHECK_SP call.
1038 * sysdeps/s390/s390-64/__longjmp.c (__longjmp): Likewise.
1039
1040 2010-09-13 Andreas Schwab <schwab@redhat.com>
1041 Ulrich Drepper <drepper@redhat.com>
1042
1043 * elf/rtld.c (dl_main): Set GLRO(dl_init_all_dirs) just before
1044 re-relocationg ld.so.
1045 * elf/dl-support.c (_dl_non_dynamic_init): And here after the
1046 _dl_init_paths call.
1047 * elf/dl-load.c (_dl_init_paths). Don't set GLRO(dl_init_all_dirs)
1048 here anymore.
1049
1050 2010-09-14 Ulrich Drepper <drepper@redhat.com>
1051
1052 * resolv/res_init.c (__res_vinit): Count the default server we added.
1053
1054 2010-09-08 Chung-Lin Tang <cltang@codesourcery.com>
1055 Ulrich Drepper <drepper@redhat.com>
1056
1057 [BZ #11968]
1058 * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S
1059 (____longjmp_chk): Use %ebx for saving value across system call.
1060 Add unwind info.
1061
1062 2010-09-06 Andreas Schwab <schwab@redhat.com>
1063
1064 * manual/Makefile: Don't mix pattern rules with normal rules.
1065
1066 2010-09-05 Andreas Schwab <schwab@linux-m68k.org>
1067
1068 * debug/vdprintf_chk.c (__vdprintf_chk): Remove undefined
1069 operation.
1070 * libio/iofdopen.c (_IO_new_fdopen): Likewise.
1071 * libio/iofopncook.c (_IO_cookie_init): Likewise.
1072 * libio/iovdprintf.c (_IO_vdprintf): Likewise.
1073 * libio/oldiofdopen.c (_IO_old_fdopen): Likewise.
1074 * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
1075 Likewise.
1076
1077 2010-09-04 Ulrich Drepper <drepper@redhat.com>
1078
1079 [BZ #11979]
1080 * iconvdata/gconv-modules: Remove EBCDIC-CP-AR2 alias from
1081 IBM-930, IBM-933, IBM-935, IBM-937, and IBM-939.
1082
1083 2010-09-02 Ulrich Drepper <drepper@redhat.com>
1084
1085 * sysdeps/x86_64/add_n.S: Update from GMP 5.0.1.
1086 * sysdeps/x86_64/addmul_1.S: Likewise.
1087 * sysdeps/x86_64/lshift.S: Likewise.
1088 * sysdeps/x86_64/mul_1.S: Likewise.
1089 * sysdeps/x86_64/rshift.S: Likewise.
1090 * sysdeps/x86_64/sub_n.S: Likewise.
1091 * sysdeps/x86_64/submul_1.S: Likewise.
1092
1093 2010-09-01 Samuel Thibault <samuel.thibault@ens-lyon.org>
1094
1095 This aligns bits/sched.h onto sysdeps/unix/sysv/linux/bits/sched.h:
1096 Define __sched_param instead of SCHED_* and sched_param when
1097 <bits/sched.h> is included with __need_schedparam defined.
1098 * bits/sched.h [__need_schedparam]
1099 (SCHED_OTHER, SCHED_FIFO, SCHED_RR, sched_param): Do not define.
1100 [!__defined_schedparam && (__need_schedparam || _SCHED_H)]
1101 (__defined_schedparam): Define to 1.
1102 (__sched_param): New structure, identical to sched_param.
1103 (__need_schedparam): Undefine.
1104
1105 2010-08-31 Mike Frysinger <vapier@gentoo.org>
1106
1107 * sysdeps/unix/sysv/linux/sparc/sys/epoll.h (epoll_create2): Delete.
1108 (epoll_create1): Declare.
1109
1110 * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Fix typo.
1111
1112 2010-08-31 Andreas Schwab <schwab@redhat.com>
1113
1114 [BZ #7066]
1115 * stdlib/strtod_l.c (____STRTOF_INTERNAL): Fix array overflow when
1116 shifting retval into place.
1117
1118 2010-09-01 Ulrich Drepper <drepper@redhat.com>
1119
1120 * nis/rpcsvc/nis.h: Update copyright notice.
1121 * nis/rpcsvc/nis.x: Likewise.
1122 * nis/rpcsvc/nis_callback.h: Likewise.
1123 * nis/rpcsvc/nis_callback.x: Likewise.
1124 * nis/rpcsvc/nis_object.x: Likewise.
1125 * nis/rpcsvc/nis_tags.h: Likewise.
1126 * nis/rpcsvc/yp.h: Likewise.
1127 * nis/rpcsvc/yp.x: Likewise.
1128 * nis/rpcsvc/ypupd.h: Likewise.
1129 * nis/yp_xdr.c: Likewise.
1130 * nis/ypupdate_xdr.c: Likewise.
1131
1132 * sunrpc/pm_getport.c (__libc_rpc_getport): New function. This is
1133 mainly the body of pmap_getport. Add parameters to specify timeouts.
1134 (pmap_getport): Use __libc_rpc_getport.
1135 * sunrpc/Versions: Export __libc_rpc_getport with GLIBC_PRIVATE.
1136 * include/rpc/pmap_clnt.h: Declare __libc_rpc_getport.
1137 * nis/nis_findserv.c: Remove pmap_getport copy. Use __libc_rpc_getport.
1138
1139 2010-08-31 Andreas Schwab <schwab@linux-m68k.org>
1140
1141 * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list: Add
1142 fanotify_mark.
1143
1144 2010-08-27 Roland McGrath <roland@redhat.com>
1145
1146 * sysdeps/i386/i686/multiarch/Makefile
1147 (CFLAGS-varshift.c): New variable.
1148
1149 2010-08-27 Ulrich Drepper <drepper@redhat.com>
1150
1151 * sysdeps/i386/i686/multiarch/varshift.S: File removed.
1152 * sysdeps/i386/i686/multiarch/varshift.c: New file.
1153
1154 * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Move to .text.slow section.
1155
1156 * sysdeps/x86_64/strlen.S: Minimal code improvement.
1157
1158 2010-08-26 H.J. Lu <hongjiu.lu@intel.com>
1159
1160 * sysdeps/x86_64/strlen.S: Unroll the loop.
1161 * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
1162 strlen-sse2 strlen-sse2-bsf.
1163 * sysdeps/x86_64/multiarch/strlen.S ((strlen): Return
1164 __strlen_no_bsf if bit_Slow_BSF is set.
1165 (__strlen_sse42): Removed.
1166 * sysdeps/x86_64/multiarch/strlen-no-bsf.S: New file.
1167 * sysdeps/x86_64/multiarch/strlen-sse4.S: New file.
1168
1169 2010-08-25 Roland McGrath <roland@redhat.com>
1170
1171 * sysdeps/x86_64/multiarch/varshift.S: File removed.
1172 * sysdeps/x86_64/multiarch/varshift.c: New file.
1173 * sysdeps/x86_64/multiarch/Makefile (CFLAGS-varshift.c): New variable.
1174 * sysdeps/x86_64/multiarch/varshift.h: Clean up decls, fix a cast.
1175 * sysdeps/x86_64/multiarch/memmove.c: Move decls around.
1176 * sysdeps/x86_64/multiarch/memmove_chk.c: Likewise.
1177
1178 2010-08-25 H.J. Lu <hongjiu.lu@intel.com>
1179
1180 * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
1181 strlen-sse2 strlen-sse2-bsf.
1182 * sysdeps/i386/i686/multiarch/strlen.S (strlen): Return
1183 __strlen_sse2_bsf if bit_Slow_BSF is unset.
1184 (__strlen_sse2): Removed.
1185 * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: New file.
1186 * sysdeps/i386/i686/multiarch/strlen-sse2.S: New file.
1187 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Set
1188 bit_Slow_BSF for Atom.
1189 * sysdeps/x86_64/multiarch/init-arch.h (bit_Slow_BSF): Define.
1190 (index_Slow_BSF): Define.
1191 (HAS_SLOW_BSF): Define.
1192
1193 2010-08-25 Ulrich Drepper <drepper@redhat.com>
1194
1195 [BZ #10851]
1196 * resolv/res_init.c (__res_vinit): When no server address at all
1197 is given default to loopback.
1198
1199 2010-08-24 Roland McGrath <roland@redhat.com>
1200
1201 * configure.in: Remove config-name.h generation.
1202 * configure: Regenerated.
1203 * config-name.in: File removed.
1204 * scripts/config-uname.sh: New file.
1205 * posix/Makefile (uname.c): Depend on $(objdir)config-name.h.
1206 ($(objdir)config-name.h): New target.
1207
1208 * sunrpc/rpc_parse.h: Avoid nested comment.
1209
1210 2010-08-24 Richard Henderson <rth@redhat.com>
1211 Ulrich Drepper <drepper@redhat.com>
1212 H.J. Lu <hongjiu.lu@intel.com>
1213
1214 * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add varshift.
1215 * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Likewise.
1216 * sysdeps/x86_64/multiarch/strcspn-c.c: Include "varshift.h".
1217 Replace _mm_srli_si128 with __m128i_shift_right. Replace
1218 _mm_alignr_epi8 with _mm_loadu_si128.
1219 * sysdeps/x86_64/multiarch/strspn-c.c: Likewise.
1220 * sysdeps/x86_64/multiarch/strstr.c: Include "varshift.h".
1221 (__m128i_shift_right): Removed.
1222 * sysdeps/i386/i686/multiarch/varshift.h: New file.
1223 * sysdeps/i386/i686/multiarch/varshift.S: New file.
1224 * sysdeps/x86_64/multiarch/varshift.h: New file.
1225 * sysdeps/x86_64/multiarch/varshift.S: New file.
1226
1227 2010-08-21 Mike Frysinger <vapier@gentoo.org>
1228
1229 * configure.in: Move assembler checks to before sysdep dir checking.
1230
1231 2010-08-20 Petr Baudis <pasky@suse.cz>
1232
1233 * LICENSES: Sync the sunrpc license.
1234
1235 2010-08-19 Ulrich Drepper <drepper@redhat.com>
1236
1237 * sunrpc/auth_des.c: Update copyright notice once again.
1238 * sunrpc/auth_none.c: Likewise.
1239 * sunrpc/auth_unix.c: Likewise.
1240 * sunrpc/authdes_prot.c: Likewise.
1241 * sunrpc/authuxprot.c: Likewise.
1242 * sunrpc/bindrsvprt.c: Likewise.
1243 * sunrpc/clnt_gen.c: Likewise.
1244 * sunrpc/clnt_perr.c: Likewise.
1245 * sunrpc/clnt_raw.c: Likewise.
1246 * sunrpc/clnt_simp.c: Likewise.
1247 * sunrpc/clnt_tcp.c: Likewise.
1248 * sunrpc/clnt_udp.c: Likewise.
1249 * sunrpc/clnt_unix.c: Likewise.
1250 * sunrpc/des_crypt.c: Likewise.
1251 * sunrpc/des_soft.c: Likewise.
1252 * sunrpc/get_myaddr.c: Likewise.
1253 * sunrpc/getrpcport.c: Likewise.
1254 * sunrpc/key_call.c: Likewise.
1255 * sunrpc/key_prot.c: Likewise.
1256 * sunrpc/openchild.c: Likewise.
1257 * sunrpc/pm_getmaps.c: Likewise.
1258 * sunrpc/pm_getport.c: Likewise.
1259 * sunrpc/pmap_clnt.c: Likewise.
1260 * sunrpc/pmap_prot.c: Likewise.
1261 * sunrpc/pmap_prot2.c: Likewise.
1262 * sunrpc/pmap_rmt.c: Likewise.
1263 * sunrpc/rpc/auth.h: Likewise.
1264 * sunrpc/rpc/auth_unix.h: Likewise.
1265 * sunrpc/rpc/clnt.h: Likewise.
1266 * sunrpc/rpc/des_crypt.h: Likewise.
1267 * sunrpc/rpc/key_prot.h: Likewise.
1268 * sunrpc/rpc/netdb.h: Likewise.
1269 * sunrpc/rpc/pmap_clnt.h: Likewise.
1270 * sunrpc/rpc/pmap_prot.h: Likewise.
1271 * sunrpc/rpc/pmap_rmt.h: Likewise.
1272 * sunrpc/rpc/rpc.h: Likewise.
1273 * sunrpc/rpc/rpc_des.h: Likewise.
1274 * sunrpc/rpc/rpc_msg.h: Likewise.
1275 * sunrpc/rpc/svc.h: Likewise.
1276 * sunrpc/rpc/svc_auth.h: Likewise.
1277 * sunrpc/rpc/types.h: Likewise.
1278 * sunrpc/rpc/xdr.h: Likewise.
1279 * sunrpc/rpc_clntout.c: Likewise.
1280 * sunrpc/rpc_cmsg.c: Likewise.
1281 * sunrpc/rpc_common.c: Likewise.
1282 * sunrpc/rpc_cout.c: Likewise.
1283 * sunrpc/rpc_dtable.c: Likewise.
1284 * sunrpc/rpc_hout.c: Likewise.
1285 * sunrpc/rpc_main.c: Likewise.
1286 * sunrpc/rpc_parse.c: Likewise.
1287 * sunrpc/rpc_parse.h: Likewise.
1288 * sunrpc/rpc_prot.c: Likewise.
1289 * sunrpc/rpc_sample.c: Likewise.
1290 * sunrpc/rpc_scan.c: Likewise.
1291 * sunrpc/rpc_scan.h: Likewise.
1292 * sunrpc/rpc_svcout.c: Likewise.
1293 * sunrpc/rpc_tblout.c: Likewise.
1294 * sunrpc/rpc_util.c: Likewise.
1295 * sunrpc/rpc_util.h: Likewise.
1296 * sunrpc/rpcinfo.c: Likewise.
1297 * sunrpc/rpcsvc/bootparam_prot.x: Likewise.
1298 * sunrpc/rpcsvc/key_prot.x: Likewise.
1299 * sunrpc/rpcsvc/klm_prot.x: Likewise.
1300 * sunrpc/rpcsvc/mount.x: Likewise.
1301 * sunrpc/rpcsvc/nfs_prot.x: Likewise.
1302 * sunrpc/rpcsvc/nlm_prot.x: Likewise.
1303 * sunrpc/rpcsvc/rex.x: Likewise.
1304 * sunrpc/rpcsvc/rstat.x: Likewise.
1305 * sunrpc/rpcsvc/rusers.x: Likewise.
1306 * sunrpc/rpcsvc/sm_inter.x: Likewise.
1307 * sunrpc/rpcsvc/spray.x: Likewise.
1308 * sunrpc/rpcsvc/yppasswd.x: Likewise.
1309 * sunrpc/rtime.c: Likewise.
1310 * sunrpc/svc.c: Likewise.
1311 * sunrpc/svc_auth.c: Likewise.
1312 * sunrpc/svc_authux.c: Likewise.
1313 * sunrpc/svc_raw.c: Likewise.
1314 * sunrpc/svc_run.c: Likewise.
1315 * sunrpc/svc_simple.c: Likewise.
1316 * sunrpc/svc_tcp.c: Likewise.
1317 * sunrpc/svc_udp.c: Likewise.
1318 * sunrpc/svc_unix.c: Likewise.
1319 * sunrpc/svcauth_des.c: Likewise.
1320 * sunrpc/xcrypt.c: Likewise.
1321 * sunrpc/xdr.c: Likewise.
1322 * sunrpc/xdr_array.c: Likewise.
1323 * sunrpc/xdr_float.c: Likewise.
1324 * sunrpc/xdr_mem.c: Likewise.
1325 * sunrpc/xdr_rec.c: Likewise.
1326 * sunrpc/xdr_ref.c: Likewise.
1327 * sunrpc/xdr_sizeof.c: Likewise.
1328 * sunrpc/xdr_stdio.c: Likewise.
1329
1330 * sysdeps/x86_64/multiarch/strcmp.S: Fix two typos in strncasecmp
1331 handling.
1332
1333 2010-08-19 Andreas Schwab <schwab@redhat.com>
1334
1335 * sysdeps/i386/i686/multiarch/strspn.S [!SHARED]: Fix SSE4.2 check.
1336
1337 2010-08-19 Luis Machado <luisgpm@br.ibm.com>
1338
1339 * sysdeps/powerpc/powerpc32/power7/memchr.S: New file.
1340 * sysdeps/powerpc/powerpc32/power7/memrchr.S: New file.
1341 * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: New file.
1342 * sysdeps/powerpc/powerpc32/power7/strchr.S: New file.
1343 * sysdeps/powerpc/powerpc32/power7/strchrnul.S: New file.
1344 * sysdeps/powerpc/powerpc32/power7/strlen.S: New file.
1345 * sysdeps/powerpc/powerpc32/power7/strnlen.S: New file.
1346 * sysdeps/powerpc/powerpc64/power7/memchr.S: New file.
1347 * sysdeps/powerpc/powerpc64/power7/memrchr.S: New file.
1348 * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: New file.
1349 * sysdeps/powerpc/powerpc64/power7/strchr.S: New file.
1350 * sysdeps/powerpc/powerpc64/power7/strchrnul.S: New file.
1351 * sysdeps/powerpc/powerpc64/power7/strlen.S: New file.
1352 * sysdeps/powerpc/powerpc64/power7/strnlen.S: New file.
1353
1354 2010-07-26 Anton Blanchard <anton@samba.org>
1355
1356 * malloc/malloc.c (sYSTRIm): Replace divide and multiply with mask.
1357 * malloc/arena.c (heap_trim): Likewise.
1358
1359 2010-08-16 Ulrich Drepper <drepper@redhat.com>
1360
1361 * sysdeps/unix/sysv/linux/syscalls.list: Add entry for fanotify_init
1362 here. Not...
1363 * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: ...here...
1364 * sysdeps/unix/sysv/linux/i386/syscalls.list: ... orhere.
1365
1366 2010-08-12 H.J. Lu <hongjiu.lu@intel.com>
1367
1368 * sysdeps/i386/elf/Makefile: New file.
1369
1370 2010-08-14 Andreas Schwab <schwab@linux-m68k.org>
1371
1372 * sysdeps/unix/sysv/linux/sys/fanotify.h: Remove third argument
1373 from fanotify_init.
1374 * sysdeps/unix/sysv/linux/i386/syscalls.list: Likewise.
1375 * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.
1376
1377 2010-08-15 Ulrich Drepper <drepper@redhat.com>
1378
1379 * sysdeps/x86_64/strcmp.S: Use correct register for fourth parameter
1380 of strncasecmp_l.
1381 * sysdeps/multiarch/strcmp.S: Likewise.
1382
1383 2010-08-14 Ulrich Drepper <drepper@redhat.com>
1384
1385 * sysdeps/x86_64/Makefile [subdir=string] (sysdep_routines): Add
1386 strncase_l-nonascii.
1387 * sysdeps/x86_64/multiarch/Makefile [subdir=string] (sysdep_routines):
1388 Add strncase_l-ssse3.
1389 * sysdeps/x86_64/multiarch/strcmp.S: Prepare for use as strncasecmp.
1390 * sysdeps/x86_64/strcmp.S: Likewise.
1391 * sysdeps/x86_64/multiarch/strncase_l-ssse3.S: New file.
1392 * sysdeps/x86_64/multiarch/strncase_l.S: New file.
1393 * sysdeps/x86_64/strncase.S: New file.
1394 * sysdeps/x86_64/strncase_l-nonascii.c: New file.
1395 * sysdeps/x86_64/strncase_l.S: New file.
1396 * string/Makefile (strop-tests): Add strncasecmp.
1397 * string/test-strncasecmp.c: New file.
1398
1399 * sysdeps/x86_64/strcasecmp_l-nonascii.c: Add prototype to avoid
1400 warning.
1401
1402 * sysdeps/x86_64/strcmp.S: Move definition of NO_NOLOCALE_ALIAS to...
1403 * sysdeps/x86_64/multiarch/strcasecmp_l-ssse3.S: ... here.
1404
1405 2010-08-14 Andreas Schwab <schwab@linux-m68k.org>
1406
1407 * sysdeps/unix/sysv/linux/prlimit.c: Make it compile.
1408
1409 2010-08-12 Ulrich Drepper <drepper@redhat.com>
1410
1411 * sysdeps/unix/sysv/linux/bits/termios.h: Define EXTPROC.
1412 * sysdeps/unix/sysv/linux/powerpc/bits/termios.h: Likewise.
1413 * sysdeps/unix/sysv/linux/sparc/bits/termios.h: Likewise.
1414
1415 2010-05-01 Alan Modra <amodra@gmail.com>
1416
1417 * sysdeps/powerpc/powerpc32/power4/memcmp.S: Correct cfi for r24.
1418 * sysdeps/powerpc/powerpc64/bsd-_setjmp.S: Move contents..
1419 * sysdeps/powerpc/powerpc64/bsd-setjmp.S: ..and these too..
1420 * sysdeps/powerpc/powerpc64/setjmp.S: ..to here..
1421 * sysdeps/powerpc/powerpc64/setjmp-common.S: ..and here, with some
1422 tidying. Don't tail-call __sigjmp_save for static lib.
1423 * sysdeps/powerpc/powerpc64/sysdep.h (SAVE_ARG, REST_ARG): Correct
1424 save location.
1425 (CFI_SAVE_ARG, CFI_REST_ARG): New macros.
1426 (CALL_MCOUNT): Add eh info, and nop after bl.
1427 (TAIL_CALL_SYSCALL_ERROR): New macro.
1428 (PSEUDO_RET): Use it.
1429 * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve):
1430 Correct save location of integer regs and cr.
1431 (_dl_profile_resolve): Correct cr save location. Delete nops
1432 after bl when SHARED. Reduce cfi size a little by better
1433 placement of cfi directives.
1434 * sysdeps/powerpc/powerpc64/fpu/s_copysign.S (__copysign): Don't
1435 make a stack frame. Instead use parm save area as a temp.
1436 * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S (__brk): Don't
1437 make a stack frame. Use TAIL_CALL_SYSCALL_ERROR.
1438 * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (__clone):
1439 Don't make a stack frame for parent, use parm save area.
1440 Increase child stack frame to 112 bytes. Don't save unused reg,
1441 and adjust reg usage. Set up cfi on error recovery and
1442 epilogue of parent, and use TAIL_CALL_SYSCALL_ERROR, PSEUDO_RET.
1443 * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
1444 (__makecontext): Add dummy nop after jump to exit.
1445 * sysdeps/unix/sysv/linux/powerpc/powerpc64/socket.S (__socket):
1446 Use correct parm save area and cr save, reduce stack frame.
1447 Correct cfi for possible PSEUDO_RET frame setup.
1448 * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S (__vfork):
1449 Branch to local label emitted by PSEUDO_RET rather than
1450 __syscall_error.
1451
1452 2010-08-12 Andreas Schwab <schwab@redhat.com>
1453
1454 [BZ #11904]
1455 * locale/programs/locale.c (print_assignment): New function.
1456 (show_locale_vars): Use it.
1457
1458 2010-08-11 Ulrich Drepper <drepper@redhat.com>
1459
1460 * sysdeps/unix/sysv/linux/bits/statfs.h (struct statfs): Add f_flags
1461 field.
1462 (struct statfs64): Likewise.
1463 (_STATFS_F_FLAGS): Define.
1464 * sysdeps/unix/sysv/linux/s390/bits/statfs.h: Likewise.
1465 * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
1466 Don't define if __ASSUME_STATFS_F_FLAGS is defined.
1467 (ST_VALID): Define locally.
1468 (INTERNAL_STATVFS): If f_flags has ST_VALID set don't call
1469 __statvfs_getflags, use the provided value.
1470 * sysdeps/unix/sysv/linux/kernel-features.h: Define
1471 __ASSUME_STATFS_F_FLAGS.
1472
1473 * sysdeps/unix/sysv/linux/sys/inotify.h (IN_EXCL_UNLINK): Define.
1474
1475 * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_headers):
1476 Add sys/fanotify.h.
1477 * sysdeps/unix/sysv/linux/Versions [libc]: Export fanotify_init and
1478 fanotify_mask for GLIBC_2.13.
1479 * sysdeps/unix/sysv/linux/i386/syscalls.list: Add entries for
1480 fanotify_init and fanotify_mark.
1481 * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.
1482 * sysdeps/unix/sysv/linux/sys/fanotify.h: New file.
1483
1484 * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_routines):
1485 Add prlimit.
1486 * sysdeps/unix/sysv/linux/Versions [libc]: Export prlimit and
1487 prlimit64 for GLIBC_2.13.
1488 * sysdeps/unix/sysv/linux/bits/resource.h: Declare prlimit and
1489 prlimit64.
1490 * sysdeps/unix/sysv/linux/i386/syscalls.list: Add entry for prlimit64
1491 syscall.
1492 * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list: Likewise.
1493 * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Likewise.
1494 * sysdeps/unix/sysv/linux/sh/syscalls.list: Likewise.
1495 * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.lis: Likewise.
1496 * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise. Also
1497 add prlimit alias.
1498 * sysdeps/unix/sysv/linux/prlimit.c: New file.
1499
1500 [BZ #11903]
1501 * sysdeps/generic/netinet/ip.h (IPTOS_CLASS): Fix definition.
1502 Patch by Evgeni Bikov <bikovevg@iitp.ru>.
1503
1504 * nss/Makefile: Add rules to build and run tst-nss-test1.
1505 * shlib-versions: Add entry for libnss_test1.
1506 * nss/nss_test1.c: New file.
1507 * nss/tst-nss-test1.c: New file.
1508
1509 * nss/nsswitch.c (__nss_database_custom): Define new variable.
1510 (__nss_configure_lookup): Set appropriate entry in
1511 __nss_configure_lookup to true.
1512 * nss/nsswitch.h: Define enum with indeces of databases in
1513 databases and __nss_database_custom arrays. Declare
1514 __nss_database_custom.
1515 * grp/initgroups.c (internal_getgrouplist): Use __nss_database_custom
1516 to avoid using nscd when custom rules are installed.
1517 * nss/getXXbyYY_r.c: Likewise.
1518 * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
1519
1520 * nss/nss_files/files-parse.c: Whitespace fixes.
1521
1522 2010-08-09 Ulrich Drepper <drepper@redhat.com>
1523
1524 [BZ #11883]
1525 * posix/fnmatch.c: Keep track of alloca use and fall back on malloc.
1526 * posix/fnmatch_loop.c: Likewise.
1527
1528 2010-07-17 Andi Kleen <ak@linux.intel.com>
1529
1530 * sysdeps/i386/i386-mcount.S (__fentry__): Define.
1531 * sysdeps/x86_64/_mcount.S (__fentry__): Define.
1532 * stdlib/Versions (__fentry__): Add for GLIBC 2.13
1533 * Versions.def [GLIBC_2.13]: Add.
1534
1535 2010-08-06 Ulrich Drepper <drepper@redhat.com>
1536
1537 * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid):
1538 Also fail if tpwd after pwuid call is NULL.
1539
1540 2010-07-31 Samuel Thibault <samuel.thibault@ens-lyon.org>
1541
1542 * hurd/hurdselect.c (_hurd_select): Round timeout up instead of down
1543 when converting to ms.
1544
1545 2010-06-06 Samuel Thibault <samuel.thibault@ens-lyon.org>
1546
1547 * sysdeps/mach/hurd/ttyname.c (ttyname): Replace MIG_BAD_ID and
1548 EOPNOTSUPP errors with ENOTTY.
1549 * sysdeps/mach/hurd/ttyname_r.c (__ttyname_r): Replace MIG_BAD_ID and
1550 EOPNOTSUPP errors with ENOTTY.
1551
1552 2010-07-31 Ulrich Drepper <drepper@redhat.com>
1553
1554 * sysdeps/x86_64/multiarch/Makefile [subdir=string] (sysdep_routines):
1555 Add strcasecmp_l-ssse3.
1556 * sysdeps/x86_64/multiarch/strcmp.S: Add support to compile for
1557 strcasecmp.
1558 * sysdeps/x86_64/strcmp.S: Allow more flexible compiling of strcasecmp.
1559 * sysdeps/x86_64/multiarch/strcasecmp_l.S: New file.
1560 * sysdeps/x86_64/multiarch/strcasecmp_l-ssse3.S: New file.
1561
1562 2010-07-30 Ulrich Drepper <drepper@redhat.com>
1563
1564 * sysdeps/x86_64/multiarch/strcmp.S: Pretty printing.
1565
1566 * string/Makefile (strop-tests): Add strcasecmp.
1567 * sysdeps/x86_64/Makefile [subdir=string] (sysdep_routines): Add
1568 strcasecmp_l-nonascii.
1569 (gen-as-const-headers): Add locale-defines.sym.
1570 * sysdeps/x86_64/strcmp.S: Add support for strcasecmp implementation.
1571 * sysdeps/x86_64/strcasecmp.S: New file.
1572 * sysdeps/x86_64/strcasecmp_l.S: New file.
1573 * sysdeps/x86_64/strcasecmp_l-nonascii.c: New file.
1574 * sysdeps/x86_64/locale-defines.sym: New file.
1575 * string/test-strcasecmp.c: New file.
1576
1577 * string/test-strcasestr.c: Test both ends of the range of characters.
1578 * sysdeps/x86_64/multiarch/strstr.c: Fix UCHIGH definition.
1579
1580 2010-07-29 Roland McGrath <roland@redhat.com>
1581
1582 [BZ #11856]
1583 * manual/locale.texi (Yes-or-No Questions): Fix example code.
1584
1585 2010-07-27 Ulrich Drepper <drepper@redhat.com>
1586
1587 * sysdeps/x86_64/multiarch/strcmp-ssse3.S: Avoid compiling the file
1588 for ld.so.
1589
1590 2010-07-27 Andreas Schwab <schwab@redhat.com>
1591
1592 * manual/memory.texi (Malloc Tunable Parameters): Document
1593 M_PERTURB.
1594
1595 2010-07-26 Roland McGrath <roland@redhat.com>
1596
1597 [BZ #11840]
1598 * configure.in (-fgnu89-inline check): Set and substitute
1599 gnu89_inline, not libc_cv_gnu89_inline.
1600 * configure: Regenerated.
1601 * config.make.in (gnu89-inline-CFLAGS): Use @gnu89_inline@.
1602
1603 2010-07-26 Ulrich Drepper <drepper@redhat.com>
1604
1605 * string/test-strnlen.c: New file.
1606 * string/Makefile (strop-tests): Add strnlen.
1607 * string/tester.c (test_strnlen): Add a few more test cases.
1608 * string/tst-strlen.c: Better error reporting.
1609
1610 * sysdeps/x86_64/strnlen.S: New file.
1611
1612 2010-07-24 Ulrich Drepper <drepper@redhat.com>
1613
1614 * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu_tolower): Use
1615 lower-latency instructions.
1616
1617 2010-07-23 Ulrich Drepper <drepper@redhat.com>
1618
1619 * string/test-strcasestr.c: New file.
1620 * string/test-strstr.c: New file.
1621 * string/Makefile (strop-tests): Add strstr and strcasestr.
1622 * string/str-two-way.h: Don't undefine MAX.
1623 * string/strcasestr.c: Don't define alias if NO_ALIAS is defined.
1624
1625 2010-07-21 Andreas Schwab <schwab@redhat.com>
1626
1627 * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
1628 strcasestr-nonascii.
1629 (CFLAGS-strcasestr-nonascii.c): Define.
1630 * sysdeps/i386/i686/multiarch/strcasestr-nonascii.c: New file.
1631 * sysdeps/x86_64/multiarch/strcasestr-nonascii.c (STRSTR_SSE42):
1632 Remove unused attribute.
1633
1634 2010-07-20 Roland McGrath <roland@redhat.com>
1635
1636 * elf/dl-sysdep.c (_dl_important_hwcaps): Add dsocaps mask to
1637 dl_hwcap_mask as well as dl_hwcap. Without this, dsocaps matching in
1638 ld.so.cache was broken. With it, there is no way to disable dsocaps
1639 like LD_HWCAP_MASK can disable hwcaps.
1640
1641 2010-06-02 Emilio Pozuelo Monfort <pochu27@gmail.com>
1642
1643 * sysdeps/mach/hurd/sendmsg.c (__libc_sendmsg): Fix memory leaks.
1644
1645 2010-07-16 Ulrich Drepper <drepper@redhat.com>
1646
1647 * sysdeps/x86_64/multiarch/strstr.c: Rewrite to avoid indirect function
1648 call in strcasestr.
1649 * sysdeps/x86_64/multiarch/strcasestr.c: Declare
1650 __strcasestr_sse42_nonascii.
1651 * sysdeps/x86_64/multiarch/Makefile: Add rules to build
1652 strcasestr-nonascii.c.
1653 * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: New file.
1654
1655 2010-06-15 Luis Machado <luisgpm@br.ibm.com>
1656
1657 * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: New file.
1658 * sysdeps/powerpc/powerpc32/power6/fpu/s_copysignf.S: New file.
1659 * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: New file.
1660 * sysdeps/powerpc/powerpc64/power6/fpu/s_copysignf.S: New file.
1661
1662 2010-07-09 Ulrich Drepper <drepper@redhat.com>
1663
1664 * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Use __fcntl not
1665 fcntl.
1666
1667 2010-07-06 Andreas Schwab <schwab@redhat.com>
1668
1669 * elf/dl-version.c (match_symbol): Don't pass NULL occation to
1670 dl_signal_cerror.
1671
1672 2010-07-06 Ulrich Drepper <drepper@redhat.com>
1673
1674 * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Implement
1675 _PC_PIPE_BUF using F_GETPIPE_SZ.
1676
1677 2010-07-05 Roland McGrath <roland@redhat.com>
1678
1679 * manual/arith.texi (Rounding Functions): Fix rint description
1680 implicit in round description.
1681
1682 2010-07-02 Ulrich Drepper <drepper@redhat.com>
1683
1684 * elf/Makefile: Fix linking for a few tests to make recent linker
1685 happy.
1686
1687 2010-06-30 Andreas Schwab <schwab@redhat.com>
1688
1689 * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Readd
1690 $(common-objpfx)libc_nonshared.a.
1691
1692 2010-06-21 Luis Machado <luisgpm@br.ibm.com>
1693
1694 * sysdeps/powerpc/powerpc32/970/fpu/Implies: Remove.
1695 * sysdeps/powerpc/powerpc32/power5/fpu/Implies: Remove.
1696 * sysdeps/powerpc/powerpc32/power5+/fpu/Implies: Remove.
1697 * sysdeps/powerpc/powerpc32/power6x/fpu/Implies: Remove.
1698 * sysdeps/powerpc/powerpc64/970/fpu/Implies: Remove.
1699 * sysdeps/powerpc/powerpc64/power5/fpu/Implies: Remove.
1700 * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: Remove.
1701 * sysdeps/powerpc/powerpc64/power6x/fpu/Implies: Remove.
1702 * sysdeps/unix/sysv/linux/powerpc/powerpc32/970/fpu/Implies: Remove.
1703 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/fpu/Implies: Remove.
1704 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/fpu/Implies: Remove.
1705 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5+/fpu/Implies: Remove.
1706 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/fpu/Implies: Remove.
1707 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/fpu/Implies: Remove.
1708 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/fpu/Implies: Remove.
1709 * sysdeps/unix/sysv/linux/powerpc/powerpc64/970/fpu/Implies: Remove.
1710 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/fpu/Implies: Remove.
1711 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/fpu/Implies: Remove.
1712 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5+/fpu/Implies: Remove.
1713 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/fpu/Implies: Remove.
1714 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/fpu/Implies: Remove.
1715 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/fpu/Implies: Remove.
1716 * sysdeps/powerpc/powerpc32/970/Implies: Point to power4.
1717 * sysdeps/powerpc/powerpc32/power5/Implies: Point to power4.
1718 * sysdeps/powerpc/powerpc32/power5+/Implies: Point to power5.
1719 * sysdeps/powerpc/powerpc32/power6/Implies: Point to power5+.
1720 * sysdeps/powerpc/powerpc32/power6x/Implies: Point to power6.
1721 * sysdeps/powerpc/powerpc64/970/Implies: Point to power4.
1722 * sysdeps/powerpc/powerpc64/power5/Implies: Point to power4.
1723 * sysdeps/powerpc/powerpc64/power5+/Implies: Point to power5.
1724 * sysdeps/powerpc/powerpc64/power6/Implies: Point to power5+.
1725 * sysdeps/powerpc/powerpc64/power6x/Implies: Point to power6.
1726 * sysdeps/powerpc/powerpc32/power7/Implies: New file.
1727 * sysdeps/powerpc/powerpc64/power7/Implies: New file.
1728 * sysdeps/unix/sysv/linux/powerpc/powerpc32/970/Implies: New file.
1729 * sysdeps/unix/sysv/linux/powerpc/powerpc32/cell/Implies: New file.
1730 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/Implies: New file.
1731 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/Implies: New file.
1732 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/Implies: New file.
1733 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/Implies: New file.
1734 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/Implies: New file.
1735 * sysdeps/unix/sysv/linux/powerpc/powerpc64/970/Implies: New file.
1736 * sysdeps/unix/sysv/linux/powerpc/powerpc64/cell/Implies: New file.
1737 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/Implies: New file.
1738 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/Implies: New file.
1739 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/Implies: New file.
1740 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/Implies: New file.
1741 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/Implies: New file.
1742
1743 2010-06-25 H.J. Lu <hongjiu.lu@intel.com>
1744
1745 * debug/memmove_chk.c (__memmove_chk): Renamed to ...
1746 (MEMMOVE_CHK): ...this. Default to __memmove_chk.
1747 * string/memmove.c (memmove): Renamed to ...
1748 (MEMMOVE): ...this. Default to memmove.
1749 * sysdeps/x86_64/memcpy.S: Use ENTRY_CHK and END_CHK.
1750 * sysdeps/x86_64/sysdep.h (ENTRY_CHK): Define.
1751 (END_CHK): Define.
1752 * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
1753 memcpy-ssse3 mempcpy-ssse3 memmove-ssse3 memcpy-ssse3-back
1754 mempcpy-ssse3-back memmove-ssse3-back.
1755 * sysdeps/x86_64/multiarch/bcopy.S: New file .
1756 * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: New file.
1757 * sysdeps/x86_64/multiarch/memcpy-ssse3.S: New file.
1758 * sysdeps/x86_64/multiarch/memcpy.S: New file.
1759 * sysdeps/x86_64/multiarch/memcpy_chk.S: New file.
1760 * sysdeps/x86_64/multiarch/memmove-ssse3-back.S: New file.
1761 * sysdeps/x86_64/multiarch/memmove-ssse3.S: New file.
1762 * sysdeps/x86_64/multiarch/memmove.c: New file.
1763 * sysdeps/x86_64/multiarch/memmove_chk.c: New file.
1764 * sysdeps/x86_64/multiarch/mempcpy-ssse3-back.S: New file.
1765 * sysdeps/x86_64/multiarch/mempcpy-ssse3.S: New file.
1766 * sysdeps/x86_64/multiarch/mempcpy.S: New file.
1767 * sysdeps/x86_64/multiarch/mempcpy_chk.S: New file.
1768 * sysdeps/x86_64/multiarch/init-arch.h (bit_Fast_Copy_Backward):
1769 Define.
1770 (index_Fast_Copy_Backward): Define.
1771 (HAS_ARCH_FEATURE): Define.
1772 (HAS_FAST_REP_STRING): Define.
1773 (HAS_FAST_COPY_BACKWARD): Define.
1774
1775 2010-06-21 Andreas Schwab <schwab@redhat.com>
1776
1777 * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid):
1778 Restore proper fallback handling.
1779
1780 2010-06-19 Ulrich Drepper <drepper@redhat.com>
1781
1782 [BZ #11701]
1783 * posix/group_member.c (__group_member): Correct checking loop.
1784
1785 * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid): Handle
1786 OOM in getpwuid_r correctly. Return error number when the caller
1787 should return, otherwise -1.
1788 (getlogin_r): Adjust to return also for result of __getlogin_r_loginuid
1789 call returning > 0 value.
1790 * sysdeps/unix/sysv/linux/getlogin.c (getlogin): Likewise.
1791
1792 2010-06-07 Andreas Schwab <schwab@redhat.com>
1793
1794 * dlfcn/Makefile: Remove explicit dependencies on libc.so and
1795 libc_nonshared.a from targets in modules-names.
1796
1797 2010-06-02 Kirill A. Shutemov <kirill@shutemov.name>
1798
1799 * elf/dl-reloc.c: Flush cache after solving TEXTRELs if arch
1800 requires it.
1801
1802 2010-06-10 Luis Machado <luisgpm@br.ibm.com>
1803
1804 * sysdeps/powerpc/powerpc32/power7/memcmp.S: New file
1805 * sysdeps/powerpc/powerpc64/power7/memcmp.S: New file.
1806 * sysdeps/powerpc/powerpc32/power7/strncmp.S: New file.
1807 * sysdeps/powerpc/powerpc64/power7/strncmp.S: New file.
1808
1809 2010-06-02 Andreas Schwab <schwab@redhat.com>
1810
1811 * nis/nss_nis/nis-initgroups.c (get_uid): Properly resize buffer.
1812
1813 2010-06-14 Ulrich Drepper <drepper@redhat.com>
1814
1815 * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Define F_SETPIPE_SZ
1816 and F_GETPIPE_SZ.
1817 * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
1818 * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
1819 * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
1820 * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
1821 * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
1822 * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise
1823
1824 2010-06-14 Roland McGrath <roland@redhat.com>
1825
1826 * manual/libc.texinfo (@copying): Change to GFDL v1.3.
1827
1828 2010-06-07 Jakub Jelinek <jakub@redhat.com>
1829
1830 * libio/stdio.h (sscanf, vsscanf): Use __REDIRECT_NTH instead of
1831 __REDIRECT followed by __THROW.
1832 * wcsmbs/wchar.h (swscanf, vswscanf): Likewise.
1833 * posix/getopt.h (getopt): Likewise.
1834
1835 2010-06-02 Emilio Pozuelo Monfort <pochu27@gmail.com>
1836
1837 * hurd/lookup-at.c (__file_name_lookup_at): Accept
1838 AT_SYMLINK_FOLLOW in AT_FLAGS. Fail with EINVAL if both
1839 AT_SYMLINK_FOLLOW and AT_SYMLINK_NOFOLLOW are present
1840 in AT_FLAGS.
1841 * hurd/hurd/fd.h (__file_name_lookup_at): Update comment.
1842 * sysdeps/mach/hurd/linkat.c (linkat): Pass O_NOLINK in FLAGS.
1843
1844 2010-05-28 Luis Machado <luisgpm@br.ibm.com>
1845
1846 * sysdeps/powerpc/powerpc32/power7/memcpy.S: Exchange srdi for srwi.
1847
1848 2010-05-26 H.J. Lu <hongjiu.lu@intel.com>
1849
1850 [BZ #11640]
1851 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
1852 Properly check family and model.
1853
1854 2010-05-26 Takashi Yoshii <takashi.yoshii.zj@renesas.com>
1855
1856 * sysdeps/unix/sysv/linux/sh/sh4/register-dump.h: Fix iov[] size.
1857
1858 2010-05-24 Luis Machado <luisgpm@br.ibm.com>
1859
1860 * sysdeps/powerpc/powerpc32/power7/memset.S: POWER7 32-bit memset fix.
1861
1862 2010-05-21 Ulrich Drepper <drepper@redhat.com>
1863
1864 * elf/dl-runtime.c (_dl_profile_fixup): Don't crash on unresolved weak
1865 symbol reference.
1866
1867 2010-05-19 Andreas Schwab <schwab@redhat.com>
1868
1869 * elf/dl-runtime.c (_dl_fixup): Don't crash on unresolved weak
1870 symbol reference.
1871
1872 2010-05-21 Andreas Schwab <schwab@redhat.com>
1873
1874 * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Add recvmmsg
1875 and internal_recvmmsg.
1876 * sysdeps/unix/sysv/linux/recvmmsg.c: New file.
1877 * sysdeps/unix/sysv/linux/internal_recvmmsg.S: New file.
1878 * sysdeps/unix/sysv/linux/socketcall.h (SOCKOP_recvmmsg): Define.
1879 * sysdeps/unix/sysv/linux/syscalls.list (recvmmsg): Remove.
1880
1881 * sunrpc/clnt_tcp.c (clnttcp_control): Add missing break.
1882 * sunrpc/clnt_udp.c (clntudp_control): Likewise.
1883 * sunrpc/clnt_unix.c (clntunix_control): Likewise.
1884
1885 2010-05-20 Andreas Schwab <schwab@redhat.com>
1886
1887 * sysdeps/unix/sysv/linux/sys/timex.h: Use __REDIRECT_NTH.
1888
1889 2010-05-17 Luis Machado <luisgpm@br.ibm.com>
1890
1891 POWER7 optimizations.
1892 * sysdeps/powerpc/powerpc64/power7/memset.S: New file.
1893 * sysdeps/powerpc/powerpc32/power7/memset.S: New file.
1894
1895 2010-05-19 Ulrich Drepper <drepper@redhat.com>
1896
1897 * version.h: Update for 2.13 development version.
1898
1899 2010-05-12 Andrew Stubbs <ams@codesourcery.com>
1900
1901 * sysdeps/sh/sh4/fpu/feholdexcpt.c (feholdexcept): Really disable all
1902 exceptions. Return 0.
1903
1904 2010-05-07 Roland McGrath <roland@redhat.com>
1905
1906 * elf/ldconfig.c (main): Add a const.
1907
1908 2010-05-06 Ulrich Drepper <drepper@redhat.com>
1909
1910 * nss/getent.c (idn_flags): Default to AI_IDN|AI_CANONIDN.
1911 (args_options): Add no-idn option.
1912 (ahosts_keys_int): Add idn_flags to ai_flags.
1913 (parse_option): Handle 'i' option to clear idn_flags.
1914
1915 * malloc/malloc.c (_int_free): Possible race in the most recently
1916 added check. Only act on the data if no current modification
1917 happened.
1918
1919 See ChangeLog.17 for earlier changes.