]> sourceware.org Git - glibc.git/blob - ChangeLog
Fix some more dbl-64/s_fma.c issue
[glibc.git] / ChangeLog
1 2010-10-14 Jakub Jelinek <jakub@redhat.com>
2
3 [BZ #3268]
4 * math/libm-test.inc (fma_test): Add some more tests.
5 * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Handle underflows
6 correctly.
7
8 2010-10-15 Andreas Schwab <schwab@redhat.com>
9
10 * scripts/data/localplt-s390-linux-gnu.data: New file.
11 * scripts/data/localplt-s390x-linux-gnu.data: New file.
12
13 2010-10-13 Jakub Jelinek <jakub@redhat.com>
14
15 [BZ #3268]
16 * math/libm-test.inc (fma_test): Some more fmaf and fma tests.
17 * sysdeps/i386/i686/multiarch/s_fma.c: Include ldbl-96 version
18 instead of dbl-64.
19 * sysdeps/i386/fpu/bits/mathinline.h (fma, fmaf, fmal): Remove
20 inlines.
21 * sysdeps/ieee754/ldbl-96/s_fma.c: New file.
22 * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Fix exponent adjustment
23 if one of x and y is very large and the other is subnormal.
24 * sysdeps/s390/fpu/s_fmaf.c: New file.
25 * sysdeps/s390/fpu/s_fma.c: New file.
26 * sysdeps/powerpc/fpu/s_fmaf.S: New file.
27 * sysdeps/powerpc/fpu/s_fma.S: New file.
28 * sysdeps/powerpc/powerpc32/fpu/s_fma.S: New file.
29 * sysdeps/powerpc/powerpc64/fpu/s_fma.S: New file.
30 * sysdeps/unix/sysv/linux/s390/fpu/s_fma.c: New file.
31
32 2010-10-12 Jakub Jelinek <jakub@redhat.com>
33
34 [BZ #3268]
35 * math/libm-test.inc (fma_test): Add some more fmaf tests, add
36 fma tests.
37 * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Fix Inf/Nan check.
38 * sysdeps/ieee754/dbl-64/s_fma.c: New file.
39 * sysdeps/i386/i686/multiarch/s_fma.c: Include
40 sysdeps/ieee754/dbl-64/s_fma.c instead of math/s_fma.c.
41 * sysdeps/x86_64/multiarch/s_fma.c: Likewise.
42 * sysdeps/ieee754/ldbl-opt/s_fma.c: Likewise.
43 * sysdeps/ieee754/ldbl-128/s_fma.c: New file.
44
45 2010-10-12 Ulrich Drepper <drepper@redhat.com>
46
47 [BZ #12078]
48 * posix/regcomp.c (parse_branch): One more memory leak plugged.
49 * posix/bug-regex31.input: Add test case.
50
51 2010-10-11 Ulrich Drepper <drepper@gmail.com>
52
53 * posix/bug-regex31.c: Rewrite to run multiple tests from stdin.
54 * posix/bug-regex31.input: New file.
55
56 [BZ #12078]
57 * posix/regcomp.c (parse_branch): Free memory when allocation failed.
58 (parse_sub_exp): Fix last change, use postorder.
59
60 * posix/bug-regex31.c: New file.
61 * posix/Makefile: Add rules to build and run bug-regex31.
62
63 * posix/regcomp.c (parse_bracket_exp): Add missing re_free calls.
64
65 [BZ #12078]
66 * posix/regcomp.c (parse_sub_exp): Free tree data when it is not used.
67
68 [BZ #12108]
69 * stdio-common/psiginfo.c (psiginfo): Don't expext SIGRTMIN..SIGRTMAX
70 to have entries in sys_siglist.
71
72 [BZ #12093]
73 * sysdeps/unix/sysv/linux/check_pf.c (__check_pf): ->ifa_addr might
74 be NULL.
75
76 2010-10-07 Jakub Jelinek <jakub@redhat.com>
77
78 [BZ #3268]
79 * math/libm-test.inc (fma_test): Add 2 fmaf tests.
80 * sysdeps/ieee754/dbl-64/s_fmaf.c: New file.
81 * sysdeps/i386/i686/multiarch/s_fmaf.c: Include
82 sysdeps/ieee754/dbl-64/s_fmaf.c instead of math/s_fmaf.c.
83 * sysdeps/x86_64/multiarch/s_fmaf.c: Likewise.
84 * include/fenv.h (feupdateenv, fetestexcept): Add libm_hidden_proto.
85 * math/feupdateenv.c (feupdateenv): Add libm_hidden_ver.
86 * sysdeps/i386/fpu/feupdateenv.c (feupdateenv): Likewise.
87 * sysdeps/powerpc/fpu/feupdateenv.c (feupdateenv): Likewise.
88 * sysdeps/x86_64/fpu/feupdateenv.c (feupdateenv): Likewise.
89 * sysdeps/sparc/fpu/feupdateenv.c (feupdateenv): Likewise.
90 * sysdeps/ia64/fpu/feupdateenv.c (feupdateenv): Add libm_hidden_def.
91 * sysdeps/s390/fpu/feupdateenv.c (feupdateenv): Likewise.
92 * math/ftestexcept.c (fetestexcept): Likewise.
93 * sysdeps/ia64/fpu/ftestexcept.c (fetestexcept): Likewise.
94 * sysdeps/i386/fpu/ftestexcept.c (fetestexcept): Likewise.
95 * sysdeps/s390/fpu/ftestexcept.c (fetestexcept): Likewise.
96 * sysdeps/powerpc/fpu/ftestexcept.c (fetestexcept): Likewise.
97 * sysdeps/x86_64/fpu/ftestexcept.c (fetestexcept): Likewise.
98 * sysdeps/sparc/fpu/ftestexcept.c (fetestexcept): Likewise.
99 * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
100
101 2010-10-11 Ulrich Drepper <drepper@gmail.com>
102
103 [BZ #12107]
104 * stdio-common/psiginfo.c (psiginfo): Terminate all strings with
105 newline.
106
107 2010-10-06 Ulrich Drepper <drepper@gmail.com>
108
109 * string/bug-strstr1.c: New file.
110 * string/Makefile: Add rules to build and run bug-strstr1.
111
112 2010-10-05 Eric Blake <eblake@redhat.com>
113
114 [BZ #12092]
115 * string/str-two-way.h (two_way_long_needle): Always clear memory
116 when skipping input due to the shift table.
117
118 2010-10-03 Ulrich Drepper <drepper@gmail.com>
119
120 [BZ #12005]
121 * malloc/mcheck.c: Handle large requests.
122
123 [BZ #12077]
124 * sysdeps/x86_64/strcmp.S: Fix handling of remaining bytes in buffer
125 for strncmp and strncasecmp.
126 * string/stratcliff.c: Add tests for strcmp and strncmp.
127 * wcsmbs/wcsatcliff.c: Adjust for stratcliff change.
128
129 2010-09-28 Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
130
131 * sysdeps/sh/sh4/fpu/fpu_control.h: Add 'extern "C"' protection to
132 __set_fpscr.
133
134 2010-09-30 Andreas Jaeger <aj@suse.de>
135
136 * sysdeps/unix/sysv/linux_fsinfo.h (BTRFS_SUPER_MAGIC): Define.
137 (CGROUP_SUPER_MAGIC): Define.
138 * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
139 Handle btrfs and cgroup file systems.
140 * sysdeps/unix/sysv/linux/pathconf.c (__statfs_filesize_max):
141 Likewise.
142
143 2010-09-27 Luis Machado <luisgpm@br.ibm.com>
144
145 * sysdeps/powerpc/powerpc32/rtld-memset.c: New file.
146 * sysdeps/powerpc/powerpc64/rtld-memset.c: New file.
147
148 2010-09-29 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
149
150 [BZ #12067]
151 * sysdeps/s390/s390-32/elf/start.S: Fix address calculation when
152 trying to locate the ELF header.
153
154 2010-09-27 Andreas Schwab <schwab@redhat.com>
155
156 [BZ #11611]
157 * sysdeps/unix/sysv/linux/internal_statvfs.c (INTERNAL_STATVFS):
158 Mask out sign-bit copies when constructing f_fsid.
159
160 2010-09-24 Petr Baudis <pasky@suse.cz>
161
162 * debug/stack_chk_fail_local.c: Add missing licence exception.
163 * debug/warning-nop.c: Likewise.
164
165 2010-09-15 Joseph Myers <joseph@codesourcery.com>
166
167 * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS): When
168 implementing getdents64 using getdents syscall, set d_type if
169 __ASSUME_GETDENTS32_D_TYPE.
170
171 2010-09-16 Andreas Schwab <schwab@redhat.com>
172
173 * elf/dl-close.c (free_slotinfo, free_mem): Move to...
174 * elf/dl-libc.c (free_slotinfo, free_mem): ... here.
175
176 2010-09-21 Ulrich Drepper <drepper@redhat.com>
177
178 [BZ #12037]
179 * posix/unistd.h: Undo change of feature selection for ftruncate from
180 2010-01-11.
181
182 2010-09-20 Ulrich Drepper <drepper@redhat.com>
183
184 * sysdeps/x86_64/strcmp.S: Fix another typo in x86-64 strncasecmp limit
185 detection.
186
187 2010-09-20 Andreas Schwab <schwab@redhat.com>
188
189 * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list: Add
190 fanotify_mark.
191 * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Likewise.
192
193 2010-09-14 Andreas Schwab <schwab@redhat.com>
194
195 * sysdeps/s390/s390-32/__longjmp.c (__longjmp): Define register
196 variables after CHECK_SP call.
197 * sysdeps/s390/s390-64/__longjmp.c (__longjmp): Likewise.
198
199 2010-09-13 Andreas Schwab <schwab@redhat.com>
200 Ulrich Drepper <drepper@redhat.com>
201
202 * elf/rtld.c (dl_main): Set GLRO(dl_init_all_dirs) just before
203 re-relocationg ld.so.
204 * elf/dl-support.c (_dl_non_dynamic_init): And here after the
205 _dl_init_paths call.
206 * elf/dl-load.c (_dl_init_paths). Don't set GLRO(dl_init_all_dirs)
207 here anymore.
208
209 2010-09-14 Ulrich Drepper <drepper@redhat.com>
210
211 * resolv/res_init.c (__res_vinit): Count the default server we added.
212
213 2010-09-08 Chung-Lin Tang <cltang@codesourcery.com>
214 Ulrich Drepper <drepper@redhat.com>
215
216 [BZ #11968]
217 * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S
218 (____longjmp_chk): Use %ebx for saving value across system call.
219 Add unwind info.
220
221 2010-09-06 Andreas Schwab <schwab@redhat.com>
222
223 * manual/Makefile: Don't mix pattern rules with normal rules.
224
225 2010-09-05 Andreas Schwab <schwab@linux-m68k.org>
226
227 * debug/vdprintf_chk.c (__vdprintf_chk): Remove undefined
228 operation.
229 * libio/iofdopen.c (_IO_new_fdopen): Likewise.
230 * libio/iofopncook.c (_IO_cookie_init): Likewise.
231 * libio/iovdprintf.c (_IO_vdprintf): Likewise.
232 * libio/oldiofdopen.c (_IO_old_fdopen): Likewise.
233 * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
234 Likewise.
235
236 2010-09-04 Ulrich Drepper <drepper@redhat.com>
237
238 [BZ #11979]
239 * iconvdata/gconv-modules: Remove EBCDIC-CP-AR2 alias from
240 IBM-930, IBM-933, IBM-935, IBM-937, and IBM-939.
241
242 2010-09-02 Ulrich Drepper <drepper@redhat.com>
243
244 * sysdeps/x86_64/add_n.S: Update from GMP 5.0.1.
245 * sysdeps/x86_64/addmul_1.S: Likewise.
246 * sysdeps/x86_64/lshift.S: Likewise.
247 * sysdeps/x86_64/mul_1.S: Likewise.
248 * sysdeps/x86_64/rshift.S: Likewise.
249 * sysdeps/x86_64/sub_n.S: Likewise.
250 * sysdeps/x86_64/submul_1.S: Likewise.
251
252 2010-09-01 Samuel Thibault <samuel.thibault@ens-lyon.org>
253
254 This aligns bits/sched.h onto sysdeps/unix/sysv/linux/bits/sched.h:
255 Define __sched_param instead of SCHED_* and sched_param when
256 <bits/sched.h> is included with __need_schedparam defined.
257 * bits/sched.h [__need_schedparam]
258 (SCHED_OTHER, SCHED_FIFO, SCHED_RR, sched_param): Do not define.
259 [!__defined_schedparam && (__need_schedparam || _SCHED_H)]
260 (__defined_schedparam): Define to 1.
261 (__sched_param): New structure, identical to sched_param.
262 (__need_schedparam): Undefine.
263
264 2010-08-31 Mike Frysinger <vapier@gentoo.org>
265
266 * sysdeps/unix/sysv/linux/sparc/sys/epoll.h (epoll_create2): Delete.
267 (epoll_create1): Declare.
268
269 * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Fix typo.
270
271 2010-08-31 Andreas Schwab <schwab@redhat.com>
272
273 [BZ #7066]
274 * stdlib/strtod_l.c (____STRTOF_INTERNAL): Fix array overflow when
275 shifting retval into place.
276
277 2010-09-01 Ulrich Drepper <drepper@redhat.com>
278
279 * nis/rpcsvc/nis.h: Update copyright notice.
280 * nis/rpcsvc/nis.x: Likewise.
281 * nis/rpcsvc/nis_callback.h: Likewise.
282 * nis/rpcsvc/nis_callback.x: Likewise.
283 * nis/rpcsvc/nis_object.x: Likewise.
284 * nis/rpcsvc/nis_tags.h: Likewise.
285 * nis/rpcsvc/yp.h: Likewise.
286 * nis/rpcsvc/yp.x: Likewise.
287 * nis/rpcsvc/ypupd.h: Likewise.
288 * nis/yp_xdr.c: Likewise.
289 * nis/ypupdate_xdr.c: Likewise.
290
291 * sunrpc/pm_getport.c (__libc_rpc_getport): New function. This is
292 mainly the body of pmap_getport. Add parameters to specify timeouts.
293 (pmap_getport): Use __libc_rpc_getport.
294 * sunrpc/Versions: Export __libc_rpc_getport with GLIBC_PRIVATE.
295 * include/rpc/pmap_clnt.h: Declare __libc_rpc_getport.
296 * nis/nis_findserv.c: Remove pmap_getport copy. Use __libc_rpc_getport.
297
298 2010-08-31 Andreas Schwab <schwab@linux-m68k.org>
299
300 * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list: Add
301 fanotify_mark.
302
303 2010-08-27 Roland McGrath <roland@redhat.com>
304
305 * sysdeps/i386/i686/multiarch/Makefile
306 (CFLAGS-varshift.c): New variable.
307
308 2010-08-27 Ulrich Drepper <drepper@redhat.com>
309
310 * sysdeps/i386/i686/multiarch/varshift.S: File removed.
311 * sysdeps/i386/i686/multiarch/varshift.c: New file.
312
313 * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Move to .text.slow section.
314
315 * sysdeps/x86_64/strlen.S: Minimal code improvement.
316
317 2010-08-26 H.J. Lu <hongjiu.lu@intel.com>
318
319 * sysdeps/x86_64/strlen.S: Unroll the loop.
320 * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
321 strlen-sse2 strlen-sse2-bsf.
322 * sysdeps/x86_64/multiarch/strlen.S ((strlen): Return
323 __strlen_no_bsf if bit_Slow_BSF is set.
324 (__strlen_sse42): Removed.
325 * sysdeps/x86_64/multiarch/strlen-no-bsf.S: New file.
326 * sysdeps/x86_64/multiarch/strlen-sse4.S: New file.
327
328 2010-08-25 Roland McGrath <roland@redhat.com>
329
330 * sysdeps/x86_64/multiarch/varshift.S: File removed.
331 * sysdeps/x86_64/multiarch/varshift.c: New file.
332 * sysdeps/x86_64/multiarch/Makefile (CFLAGS-varshift.c): New variable.
333 * sysdeps/x86_64/multiarch/varshift.h: Clean up decls, fix a cast.
334 * sysdeps/x86_64/multiarch/memmove.c: Move decls around.
335 * sysdeps/x86_64/multiarch/memmove_chk.c: Likewise.
336
337 2010-08-25 H.J. Lu <hongjiu.lu@intel.com>
338
339 * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
340 strlen-sse2 strlen-sse2-bsf.
341 * sysdeps/i386/i686/multiarch/strlen.S (strlen): Return
342 __strlen_sse2_bsf if bit_Slow_BSF is unset.
343 (__strlen_sse2): Removed.
344 * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: New file.
345 * sysdeps/i386/i686/multiarch/strlen-sse2.S: New file.
346 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Set
347 bit_Slow_BSF for Atom.
348 * sysdeps/x86_64/multiarch/init-arch.h (bit_Slow_BSF): Define.
349 (index_Slow_BSF): Define.
350 (HAS_SLOW_BSF): Define.
351
352 2010-08-25 Ulrich Drepper <drepper@redhat.com>
353
354 [BZ #10851]
355 * resolv/res_init.c (__res_vinit): When no server address at all
356 is given default to loopback.
357
358 2010-08-24 Roland McGrath <roland@redhat.com>
359
360 * configure.in: Remove config-name.h generation.
361 * configure: Regenerated.
362 * config-name.in: File removed.
363 * scripts/config-uname.sh: New file.
364 * posix/Makefile (uname.c): Depend on $(objdir)config-name.h.
365 ($(objdir)config-name.h): New target.
366
367 * sunrpc/rpc_parse.h: Avoid nested comment.
368
369 2010-08-24 Richard Henderson <rth@redhat.com>
370 Ulrich Drepper <drepper@redhat.com>
371 H.J. Lu <hongjiu.lu@intel.com>
372
373 * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add varshift.
374 * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Likewise.
375 * sysdeps/x86_64/multiarch/strcspn-c.c: Include "varshift.h".
376 Replace _mm_srli_si128 with __m128i_shift_right. Replace
377 _mm_alignr_epi8 with _mm_loadu_si128.
378 * sysdeps/x86_64/multiarch/strspn-c.c: Likewise.
379 * sysdeps/x86_64/multiarch/strstr.c: Include "varshift.h".
380 (__m128i_shift_right): Removed.
381 * sysdeps/i386/i686/multiarch/varshift.h: New file.
382 * sysdeps/i386/i686/multiarch/varshift.S: New file.
383 * sysdeps/x86_64/multiarch/varshift.h: New file.
384 * sysdeps/x86_64/multiarch/varshift.S: New file.
385
386 2010-08-21 Mike Frysinger <vapier@gentoo.org>
387
388 * configure.in: Move assembler checks to before sysdep dir checking.
389
390 2010-08-20 Petr Baudis <pasky@suse.cz>
391
392 * LICENSES: Sync the sunrpc license.
393
394 2010-08-19 Ulrich Drepper <drepper@redhat.com>
395
396 * sunrpc/auth_des.c: Update copyright notice once again.
397 * sunrpc/auth_none.c: Likewise.
398 * sunrpc/auth_unix.c: Likewise.
399 * sunrpc/authdes_prot.c: Likewise.
400 * sunrpc/authuxprot.c: Likewise.
401 * sunrpc/bindrsvprt.c: Likewise.
402 * sunrpc/clnt_gen.c: Likewise.
403 * sunrpc/clnt_perr.c: Likewise.
404 * sunrpc/clnt_raw.c: Likewise.
405 * sunrpc/clnt_simp.c: Likewise.
406 * sunrpc/clnt_tcp.c: Likewise.
407 * sunrpc/clnt_udp.c: Likewise.
408 * sunrpc/clnt_unix.c: Likewise.
409 * sunrpc/des_crypt.c: Likewise.
410 * sunrpc/des_soft.c: Likewise.
411 * sunrpc/get_myaddr.c: Likewise.
412 * sunrpc/getrpcport.c: Likewise.
413 * sunrpc/key_call.c: Likewise.
414 * sunrpc/key_prot.c: Likewise.
415 * sunrpc/openchild.c: Likewise.
416 * sunrpc/pm_getmaps.c: Likewise.
417 * sunrpc/pm_getport.c: Likewise.
418 * sunrpc/pmap_clnt.c: Likewise.
419 * sunrpc/pmap_prot.c: Likewise.
420 * sunrpc/pmap_prot2.c: Likewise.
421 * sunrpc/pmap_rmt.c: Likewise.
422 * sunrpc/rpc/auth.h: Likewise.
423 * sunrpc/rpc/auth_unix.h: Likewise.
424 * sunrpc/rpc/clnt.h: Likewise.
425 * sunrpc/rpc/des_crypt.h: Likewise.
426 * sunrpc/rpc/key_prot.h: Likewise.
427 * sunrpc/rpc/netdb.h: Likewise.
428 * sunrpc/rpc/pmap_clnt.h: Likewise.
429 * sunrpc/rpc/pmap_prot.h: Likewise.
430 * sunrpc/rpc/pmap_rmt.h: Likewise.
431 * sunrpc/rpc/rpc.h: Likewise.
432 * sunrpc/rpc/rpc_des.h: Likewise.
433 * sunrpc/rpc/rpc_msg.h: Likewise.
434 * sunrpc/rpc/svc.h: Likewise.
435 * sunrpc/rpc/svc_auth.h: Likewise.
436 * sunrpc/rpc/types.h: Likewise.
437 * sunrpc/rpc/xdr.h: Likewise.
438 * sunrpc/rpc_clntout.c: Likewise.
439 * sunrpc/rpc_cmsg.c: Likewise.
440 * sunrpc/rpc_common.c: Likewise.
441 * sunrpc/rpc_cout.c: Likewise.
442 * sunrpc/rpc_dtable.c: Likewise.
443 * sunrpc/rpc_hout.c: Likewise.
444 * sunrpc/rpc_main.c: Likewise.
445 * sunrpc/rpc_parse.c: Likewise.
446 * sunrpc/rpc_parse.h: Likewise.
447 * sunrpc/rpc_prot.c: Likewise.
448 * sunrpc/rpc_sample.c: Likewise.
449 * sunrpc/rpc_scan.c: Likewise.
450 * sunrpc/rpc_scan.h: Likewise.
451 * sunrpc/rpc_svcout.c: Likewise.
452 * sunrpc/rpc_tblout.c: Likewise.
453 * sunrpc/rpc_util.c: Likewise.
454 * sunrpc/rpc_util.h: Likewise.
455 * sunrpc/rpcinfo.c: Likewise.
456 * sunrpc/rpcsvc/bootparam_prot.x: Likewise.
457 * sunrpc/rpcsvc/key_prot.x: Likewise.
458 * sunrpc/rpcsvc/klm_prot.x: Likewise.
459 * sunrpc/rpcsvc/mount.x: Likewise.
460 * sunrpc/rpcsvc/nfs_prot.x: Likewise.
461 * sunrpc/rpcsvc/nlm_prot.x: Likewise.
462 * sunrpc/rpcsvc/rex.x: Likewise.
463 * sunrpc/rpcsvc/rstat.x: Likewise.
464 * sunrpc/rpcsvc/rusers.x: Likewise.
465 * sunrpc/rpcsvc/sm_inter.x: Likewise.
466 * sunrpc/rpcsvc/spray.x: Likewise.
467 * sunrpc/rpcsvc/yppasswd.x: Likewise.
468 * sunrpc/rtime.c: Likewise.
469 * sunrpc/svc.c: Likewise.
470 * sunrpc/svc_auth.c: Likewise.
471 * sunrpc/svc_authux.c: Likewise.
472 * sunrpc/svc_raw.c: Likewise.
473 * sunrpc/svc_run.c: Likewise.
474 * sunrpc/svc_simple.c: Likewise.
475 * sunrpc/svc_tcp.c: Likewise.
476 * sunrpc/svc_udp.c: Likewise.
477 * sunrpc/svc_unix.c: Likewise.
478 * sunrpc/svcauth_des.c: Likewise.
479 * sunrpc/xcrypt.c: Likewise.
480 * sunrpc/xdr.c: Likewise.
481 * sunrpc/xdr_array.c: Likewise.
482 * sunrpc/xdr_float.c: Likewise.
483 * sunrpc/xdr_mem.c: Likewise.
484 * sunrpc/xdr_rec.c: Likewise.
485 * sunrpc/xdr_ref.c: Likewise.
486 * sunrpc/xdr_sizeof.c: Likewise.
487 * sunrpc/xdr_stdio.c: Likewise.
488
489 * sysdeps/x86_64/multiarch/strcmp.S: Fix two typos in strncasecmp
490 handling.
491
492 2010-08-19 Andreas Schwab <schwab@redhat.com>
493
494 * sysdeps/i386/i686/multiarch/strspn.S [!SHARED]: Fix SSE4.2 check.
495
496 2010-08-19 Luis Machado <luisgpm@br.ibm.com>
497
498 * sysdeps/powerpc/powerpc32/power7/memchr.S: New file.
499 * sysdeps/powerpc/powerpc32/power7/memrchr.S: New file.
500 * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: New file.
501 * sysdeps/powerpc/powerpc32/power7/strchr.S: New file.
502 * sysdeps/powerpc/powerpc32/power7/strchrnul.S: New file.
503 * sysdeps/powerpc/powerpc32/power7/strlen.S: New file.
504 * sysdeps/powerpc/powerpc32/power7/strnlen.S: New file.
505 * sysdeps/powerpc/powerpc64/power7/memchr.S: New file.
506 * sysdeps/powerpc/powerpc64/power7/memrchr.S: New file.
507 * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: New file.
508 * sysdeps/powerpc/powerpc64/power7/strchr.S: New file.
509 * sysdeps/powerpc/powerpc64/power7/strchrnul.S: New file.
510 * sysdeps/powerpc/powerpc64/power7/strlen.S: New file.
511 * sysdeps/powerpc/powerpc64/power7/strnlen.S: New file.
512
513 2010-07-26 Anton Blanchard <anton@samba.org>
514
515 * malloc/malloc.c (sYSTRIm): Replace divide and multiply with mask.
516 * malloc/arena.c (heap_trim): Likewise.
517
518 2010-08-16 Ulrich Drepper <drepper@redhat.com>
519
520 * sysdeps/unix/sysv/linux/syscalls.list: Add entry for fanotify_init
521 here. Not...
522 * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: ...here...
523 * sysdeps/unix/sysv/linux/i386/syscalls.list: ... orhere.
524
525 2010-08-12 H.J. Lu <hongjiu.lu@intel.com>
526
527 * sysdeps/i386/elf/Makefile: New file.
528
529 2010-08-14 Andreas Schwab <schwab@linux-m68k.org>
530
531 * sysdeps/unix/sysv/linux/sys/fanotify.h: Remove third argument
532 from fanotify_init.
533 * sysdeps/unix/sysv/linux/i386/syscalls.list: Likewise.
534 * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.
535
536 2010-08-15 Ulrich Drepper <drepper@redhat.com>
537
538 * sysdeps/x86_64/strcmp.S: Use correct register for fourth parameter
539 of strncasecmp_l.
540 * sysdeps/multiarch/strcmp.S: Likewise.
541
542 2010-08-14 Ulrich Drepper <drepper@redhat.com>
543
544 * sysdeps/x86_64/Makefile [subdir=string] (sysdep_routines): Add
545 strncase_l-nonascii.
546 * sysdeps/x86_64/multiarch/Makefile [subdir=string] (sysdep_routines):
547 Add strncase_l-ssse3.
548 * sysdeps/x86_64/multiarch/strcmp.S: Prepare for use as strncasecmp.
549 * sysdeps/x86_64/strcmp.S: Likewise.
550 * sysdeps/x86_64/multiarch/strncase_l-ssse3.S: New file.
551 * sysdeps/x86_64/multiarch/strncase_l.S: New file.
552 * sysdeps/x86_64/strncase.S: New file.
553 * sysdeps/x86_64/strncase_l-nonascii.c: New file.
554 * sysdeps/x86_64/strncase_l.S: New file.
555 * string/Makefile (strop-tests): Add strncasecmp.
556 * string/test-strncasecmp.c: New file.
557
558 * sysdeps/x86_64/strcasecmp_l-nonascii.c: Add prototype to avoid
559 warning.
560
561 * sysdeps/x86_64/strcmp.S: Move definition of NO_NOLOCALE_ALIAS to...
562 * sysdeps/x86_64/multiarch/strcasecmp_l-ssse3.S: ... here.
563
564 2010-08-14 Andreas Schwab <schwab@linux-m68k.org>
565
566 * sysdeps/unix/sysv/linux/prlimit.c: Make it compile.
567
568 2010-08-12 Ulrich Drepper <drepper@redhat.com>
569
570 * sysdeps/unix/sysv/linux/bits/termios.h: Define EXTPROC.
571 * sysdeps/unix/sysv/linux/powerpc/bits/termios.h: Likewise.
572 * sysdeps/unix/sysv/linux/sparc/bits/termios.h: Likewise.
573
574 2010-05-01 Alan Modra <amodra@gmail.com>
575
576 * sysdeps/powerpc/powerpc32/power4/memcmp.S: Correct cfi for r24.
577 * sysdeps/powerpc/powerpc64/bsd-_setjmp.S: Move contents..
578 * sysdeps/powerpc/powerpc64/bsd-setjmp.S: ..and these too..
579 * sysdeps/powerpc/powerpc64/setjmp.S: ..to here..
580 * sysdeps/powerpc/powerpc64/setjmp-common.S: ..and here, with some
581 tidying. Don't tail-call __sigjmp_save for static lib.
582 * sysdeps/powerpc/powerpc64/sysdep.h (SAVE_ARG, REST_ARG): Correct
583 save location.
584 (CFI_SAVE_ARG, CFI_REST_ARG): New macros.
585 (CALL_MCOUNT): Add eh info, and nop after bl.
586 (TAIL_CALL_SYSCALL_ERROR): New macro.
587 (PSEUDO_RET): Use it.
588 * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve):
589 Correct save location of integer regs and cr.
590 (_dl_profile_resolve): Correct cr save location. Delete nops
591 after bl when SHARED. Reduce cfi size a little by better
592 placement of cfi directives.
593 * sysdeps/powerpc/powerpc64/fpu/s_copysign.S (__copysign): Don't
594 make a stack frame. Instead use parm save area as a temp.
595 * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S (__brk): Don't
596 make a stack frame. Use TAIL_CALL_SYSCALL_ERROR.
597 * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (__clone):
598 Don't make a stack frame for parent, use parm save area.
599 Increase child stack frame to 112 bytes. Don't save unused reg,
600 and adjust reg usage. Set up cfi on error recovery and
601 epilogue of parent, and use TAIL_CALL_SYSCALL_ERROR, PSEUDO_RET.
602 * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
603 (__makecontext): Add dummy nop after jump to exit.
604 * sysdeps/unix/sysv/linux/powerpc/powerpc64/socket.S (__socket):
605 Use correct parm save area and cr save, reduce stack frame.
606 Correct cfi for possible PSEUDO_RET frame setup.
607 * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S (__vfork):
608 Branch to local label emitted by PSEUDO_RET rather than
609 __syscall_error.
610
611 2010-08-12 Andreas Schwab <schwab@redhat.com>
612
613 [BZ #11904]
614 * locale/programs/locale.c (print_assignment): New function.
615 (show_locale_vars): Use it.
616
617 2010-08-11 Ulrich Drepper <drepper@redhat.com>
618
619 * sysdeps/unix/sysv/linux/bits/statfs.h (struct statfs): Add f_flags
620 field.
621 (struct statfs64): Likewise.
622 (_STATFS_F_FLAGS): Define.
623 * sysdeps/unix/sysv/linux/s390/bits/statfs.h: Likewise.
624 * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
625 Don't define if __ASSUME_STATFS_F_FLAGS is defined.
626 (ST_VALID): Define locally.
627 (INTERNAL_STATVFS): If f_flags has ST_VALID set don't call
628 __statvfs_getflags, use the provided value.
629 * sysdeps/unix/sysv/linux/kernel-features.h: Define
630 __ASSUME_STATFS_F_FLAGS.
631
632 * sysdeps/unix/sysv/linux/sys/inotify.h (IN_EXCL_UNLINK): Define.
633
634 * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_headers):
635 Add sys/fanotify.h.
636 * sysdeps/unix/sysv/linux/Versions [libc]: Export fanotify_init and
637 fanotify_mask for GLIBC_2.13.
638 * sysdeps/unix/sysv/linux/i386/syscalls.list: Add entries for
639 fanotify_init and fanotify_mark.
640 * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.
641 * sysdeps/unix/sysv/linux/sys/fanotify.h: New file.
642
643 * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_routines):
644 Add prlimit.
645 * sysdeps/unix/sysv/linux/Versions [libc]: Export prlimit and
646 prlimit64 for GLIBC_2.13.
647 * sysdeps/unix/sysv/linux/bits/resource.h: Declare prlimit and
648 prlimit64.
649 * sysdeps/unix/sysv/linux/i386/syscalls.list: Add entry for prlimit64
650 syscall.
651 * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list: Likewise.
652 * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Likewise.
653 * sysdeps/unix/sysv/linux/sh/syscalls.list: Likewise.
654 * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.lis: Likewise.
655 * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise. Also
656 add prlimit alias.
657 * sysdeps/unix/sysv/linux/prlimit.c: New file.
658
659 [BZ #11903]
660 * sysdeps/generic/netinet/ip.h (IPTOS_CLASS): Fix definition.
661 Patch by Evgeni Bikov <bikovevg@iitp.ru>.
662
663 * nss/Makefile: Add rules to build and run tst-nss-test1.
664 * shlib-versions: Add entry for libnss_test1.
665 * nss/nss_test1.c: New file.
666 * nss/tst-nss-test1.c: New file.
667
668 * nss/nsswitch.c (__nss_database_custom): Define new variable.
669 (__nss_configure_lookup): Set appropriate entry in
670 __nss_configure_lookup to true.
671 * nss/nsswitch.h: Define enum with indeces of databases in
672 databases and __nss_database_custom arrays. Declare
673 __nss_database_custom.
674 * grp/initgroups.c (internal_getgrouplist): Use __nss_database_custom
675 to avoid using nscd when custom rules are installed.
676 * nss/getXXbyYY_r.c: Likewise.
677 * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
678
679 * nss/nss_files/files-parse.c: Whitespace fixes.
680
681 2010-08-09 Ulrich Drepper <drepper@redhat.com>
682
683 [BZ #11883]
684 * posix/fnmatch.c: Keep track of alloca use and fall back on malloc.
685 * posix/fnmatch_loop.c: Likewise.
686
687 2010-07-17 Andi Kleen <ak@linux.intel.com>
688
689 * sysdeps/i386/i386-mcount.S (__fentry__): Define.
690 * sysdeps/x86_64/_mcount.S (__fentry__): Define.
691 * stdlib/Versions (__fentry__): Add for GLIBC 2.13
692 * Versions.def [GLIBC_2.13]: Add.
693
694 2010-08-06 Ulrich Drepper <drepper@redhat.com>
695
696 * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid):
697 Also fail if tpwd after pwuid call is NULL.
698
699 2010-07-31 Samuel Thibault <samuel.thibault@ens-lyon.org>
700
701 * hurd/hurdselect.c (_hurd_select): Round timeout up instead of down
702 when converting to ms.
703
704 2010-06-06 Samuel Thibault <samuel.thibault@ens-lyon.org>
705
706 * sysdeps/mach/hurd/ttyname.c (ttyname): Replace MIG_BAD_ID and
707 EOPNOTSUPP errors with ENOTTY.
708 * sysdeps/mach/hurd/ttyname_r.c (__ttyname_r): Replace MIG_BAD_ID and
709 EOPNOTSUPP errors with ENOTTY.
710
711 2010-07-31 Ulrich Drepper <drepper@redhat.com>
712
713 * sysdeps/x86_64/multiarch/Makefile [subdir=string] (sysdep_routines):
714 Add strcasecmp_l-ssse3.
715 * sysdeps/x86_64/multiarch/strcmp.S: Add support to compile for
716 strcasecmp.
717 * sysdeps/x86_64/strcmp.S: Allow more flexible compiling of strcasecmp.
718 * sysdeps/x86_64/multiarch/strcasecmp_l.S: New file.
719 * sysdeps/x86_64/multiarch/strcasecmp_l-ssse3.S: New file.
720
721 2010-07-30 Ulrich Drepper <drepper@redhat.com>
722
723 * sysdeps/x86_64/multiarch/strcmp.S: Pretty printing.
724
725 * string/Makefile (strop-tests): Add strcasecmp.
726 * sysdeps/x86_64/Makefile [subdir=string] (sysdep_routines): Add
727 strcasecmp_l-nonascii.
728 (gen-as-const-headers): Add locale-defines.sym.
729 * sysdeps/x86_64/strcmp.S: Add support for strcasecmp implementation.
730 * sysdeps/x86_64/strcasecmp.S: New file.
731 * sysdeps/x86_64/strcasecmp_l.S: New file.
732 * sysdeps/x86_64/strcasecmp_l-nonascii.c: New file.
733 * sysdeps/x86_64/locale-defines.sym: New file.
734 * string/test-strcasecmp.c: New file.
735
736 * string/test-strcasestr.c: Test both ends of the range of characters.
737 * sysdeps/x86_64/multiarch/strstr.c: Fix UCHIGH definition.
738
739 2010-07-29 Roland McGrath <roland@redhat.com>
740
741 [BZ #11856]
742 * manual/locale.texi (Yes-or-No Questions): Fix example code.
743
744 2010-07-27 Ulrich Drepper <drepper@redhat.com>
745
746 * sysdeps/x86_64/multiarch/strcmp-ssse3.S: Avoid compiling the file
747 for ld.so.
748
749 2010-07-27 Andreas Schwab <schwab@redhat.com>
750
751 * manual/memory.texi (Malloc Tunable Parameters): Document
752 M_PERTURB.
753
754 2010-07-26 Roland McGrath <roland@redhat.com>
755
756 [BZ #11840]
757 * configure.in (-fgnu89-inline check): Set and substitute
758 gnu89_inline, not libc_cv_gnu89_inline.
759 * configure: Regenerated.
760 * config.make.in (gnu89-inline-CFLAGS): Use @gnu89_inline@.
761
762 2010-07-26 Ulrich Drepper <drepper@redhat.com>
763
764 * string/test-strnlen.c: New file.
765 * string/Makefile (strop-tests): Add strnlen.
766 * string/tester.c (test_strnlen): Add a few more test cases.
767 * string/tst-strlen.c: Better error reporting.
768
769 * sysdeps/x86_64/strnlen.S: New file.
770
771 2010-07-24 Ulrich Drepper <drepper@redhat.com>
772
773 * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu_tolower): Use
774 lower-latency instructions.
775
776 2010-07-23 Ulrich Drepper <drepper@redhat.com>
777
778 * string/test-strcasestr.c: New file.
779 * string/test-strstr.c: New file.
780 * string/Makefile (strop-tests): Add strstr and strcasestr.
781 * string/str-two-way.h: Don't undefine MAX.
782 * string/strcasestr.c: Don't define alias if NO_ALIAS is defined.
783
784 2010-07-21 Andreas Schwab <schwab@redhat.com>
785
786 * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
787 strcasestr-nonascii.
788 (CFLAGS-strcasestr-nonascii.c): Define.
789 * sysdeps/i386/i686/multiarch/strcasestr-nonascii.c: New file.
790 * sysdeps/x86_64/multiarch/strcasestr-nonascii.c (STRSTR_SSE42):
791 Remove unused attribute.
792
793 2010-07-20 Roland McGrath <roland@redhat.com>
794
795 * elf/dl-sysdep.c (_dl_important_hwcaps): Add dsocaps mask to
796 dl_hwcap_mask as well as dl_hwcap. Without this, dsocaps matching in
797 ld.so.cache was broken. With it, there is no way to disable dsocaps
798 like LD_HWCAP_MASK can disable hwcaps.
799
800 2010-06-02 Emilio Pozuelo Monfort <pochu27@gmail.com>
801
802 * sysdeps/mach/hurd/sendmsg.c (__libc_sendmsg): Fix memory leaks.
803
804 2010-07-16 Ulrich Drepper <drepper@redhat.com>
805
806 * sysdeps/x86_64/multiarch/strstr.c: Rewrite to avoid indirect function
807 call in strcasestr.
808 * sysdeps/x86_64/multiarch/strcasestr.c: Declare
809 __strcasestr_sse42_nonascii.
810 * sysdeps/x86_64/multiarch/Makefile: Add rules to build
811 strcasestr-nonascii.c.
812 * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: New file.
813
814 2010-06-15 Luis Machado <luisgpm@br.ibm.com>
815
816 * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: New file.
817 * sysdeps/powerpc/powerpc32/power6/fpu/s_copysignf.S: New file.
818 * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: New file.
819 * sysdeps/powerpc/powerpc64/power6/fpu/s_copysignf.S: New file.
820
821 2010-07-09 Ulrich Drepper <drepper@redhat.com>
822
823 * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Use __fcntl not
824 fcntl.
825
826 2010-07-06 Andreas Schwab <schwab@redhat.com>
827
828 * elf/dl-version.c (match_symbol): Don't pass NULL occation to
829 dl_signal_cerror.
830
831 2010-07-06 Ulrich Drepper <drepper@redhat.com>
832
833 * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Implement
834 _PC_PIPE_BUF using F_GETPIPE_SZ.
835
836 2010-07-05 Roland McGrath <roland@redhat.com>
837
838 * manual/arith.texi (Rounding Functions): Fix rint description
839 implicit in round description.
840
841 2010-07-02 Ulrich Drepper <drepper@redhat.com>
842
843 * elf/Makefile: Fix linking for a few tests to make recent linker
844 happy.
845
846 2010-06-30 Andreas Schwab <schwab@redhat.com>
847
848 * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Readd
849 $(common-objpfx)libc_nonshared.a.
850
851 2010-06-21 Luis Machado <luisgpm@br.ibm.com>
852
853 * sysdeps/powerpc/powerpc32/970/fpu/Implies: Remove.
854 * sysdeps/powerpc/powerpc32/power5/fpu/Implies: Remove.
855 * sysdeps/powerpc/powerpc32/power5+/fpu/Implies: Remove.
856 * sysdeps/powerpc/powerpc32/power6x/fpu/Implies: Remove.
857 * sysdeps/powerpc/powerpc64/970/fpu/Implies: Remove.
858 * sysdeps/powerpc/powerpc64/power5/fpu/Implies: Remove.
859 * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: Remove.
860 * sysdeps/powerpc/powerpc64/power6x/fpu/Implies: Remove.
861 * sysdeps/unix/sysv/linux/powerpc/powerpc32/970/fpu/Implies: Remove.
862 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/fpu/Implies: Remove.
863 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/fpu/Implies: Remove.
864 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5+/fpu/Implies: Remove.
865 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/fpu/Implies: Remove.
866 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/fpu/Implies: Remove.
867 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/fpu/Implies: Remove.
868 * sysdeps/unix/sysv/linux/powerpc/powerpc64/970/fpu/Implies: Remove.
869 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/fpu/Implies: Remove.
870 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/fpu/Implies: Remove.
871 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5+/fpu/Implies: Remove.
872 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/fpu/Implies: Remove.
873 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/fpu/Implies: Remove.
874 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/fpu/Implies: Remove.
875 * sysdeps/powerpc/powerpc32/970/Implies: Point to power4.
876 * sysdeps/powerpc/powerpc32/power5/Implies: Point to power4.
877 * sysdeps/powerpc/powerpc32/power5+/Implies: Point to power5.
878 * sysdeps/powerpc/powerpc32/power6/Implies: Point to power5+.
879 * sysdeps/powerpc/powerpc32/power6x/Implies: Point to power6.
880 * sysdeps/powerpc/powerpc64/970/Implies: Point to power4.
881 * sysdeps/powerpc/powerpc64/power5/Implies: Point to power4.
882 * sysdeps/powerpc/powerpc64/power5+/Implies: Point to power5.
883 * sysdeps/powerpc/powerpc64/power6/Implies: Point to power5+.
884 * sysdeps/powerpc/powerpc64/power6x/Implies: Point to power6.
885 * sysdeps/powerpc/powerpc32/power7/Implies: New file.
886 * sysdeps/powerpc/powerpc64/power7/Implies: New file.
887 * sysdeps/unix/sysv/linux/powerpc/powerpc32/970/Implies: New file.
888 * sysdeps/unix/sysv/linux/powerpc/powerpc32/cell/Implies: New file.
889 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/Implies: New file.
890 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/Implies: New file.
891 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/Implies: New file.
892 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/Implies: New file.
893 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/Implies: New file.
894 * sysdeps/unix/sysv/linux/powerpc/powerpc64/970/Implies: New file.
895 * sysdeps/unix/sysv/linux/powerpc/powerpc64/cell/Implies: New file.
896 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/Implies: New file.
897 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/Implies: New file.
898 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/Implies: New file.
899 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/Implies: New file.
900 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/Implies: New file.
901
902 2010-06-25 H.J. Lu <hongjiu.lu@intel.com>
903
904 * debug/memmove_chk.c (__memmove_chk): Renamed to ...
905 (MEMMOVE_CHK): ...this. Default to __memmove_chk.
906 * string/memmove.c (memmove): Renamed to ...
907 (MEMMOVE): ...this. Default to memmove.
908 * sysdeps/x86_64/memcpy.S: Use ENTRY_CHK and END_CHK.
909 * sysdeps/x86_64/sysdep.h (ENTRY_CHK): Define.
910 (END_CHK): Define.
911 * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
912 memcpy-ssse3 mempcpy-ssse3 memmove-ssse3 memcpy-ssse3-back
913 mempcpy-ssse3-back memmove-ssse3-back.
914 * sysdeps/x86_64/multiarch/bcopy.S: New file .
915 * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: New file.
916 * sysdeps/x86_64/multiarch/memcpy-ssse3.S: New file.
917 * sysdeps/x86_64/multiarch/memcpy.S: New file.
918 * sysdeps/x86_64/multiarch/memcpy_chk.S: New file.
919 * sysdeps/x86_64/multiarch/memmove-ssse3-back.S: New file.
920 * sysdeps/x86_64/multiarch/memmove-ssse3.S: New file.
921 * sysdeps/x86_64/multiarch/memmove.c: New file.
922 * sysdeps/x86_64/multiarch/memmove_chk.c: New file.
923 * sysdeps/x86_64/multiarch/mempcpy-ssse3-back.S: New file.
924 * sysdeps/x86_64/multiarch/mempcpy-ssse3.S: New file.
925 * sysdeps/x86_64/multiarch/mempcpy.S: New file.
926 * sysdeps/x86_64/multiarch/mempcpy_chk.S: New file.
927 * sysdeps/x86_64/multiarch/init-arch.h (bit_Fast_Copy_Backward):
928 Define.
929 (index_Fast_Copy_Backward): Define.
930 (HAS_ARCH_FEATURE): Define.
931 (HAS_FAST_REP_STRING): Define.
932 (HAS_FAST_COPY_BACKWARD): Define.
933
934 2010-06-21 Andreas Schwab <schwab@redhat.com>
935
936 * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid):
937 Restore proper fallback handling.
938
939 2010-06-19 Ulrich Drepper <drepper@redhat.com>
940
941 [BZ #11701]
942 * posix/group_member.c (__group_member): Correct checking loop.
943
944 * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid): Handle
945 OOM in getpwuid_r correctly. Return error number when the caller
946 should return, otherwise -1.
947 (getlogin_r): Adjust to return also for result of __getlogin_r_loginuid
948 call returning > 0 value.
949 * sysdeps/unix/sysv/linux/getlogin.c (getlogin): Likewise.
950
951 2010-06-07 Andreas Schwab <schwab@redhat.com>
952
953 * dlfcn/Makefile: Remove explicit dependencies on libc.so and
954 libc_nonshared.a from targets in modules-names.
955
956 2010-06-02 Kirill A. Shutemov <kirill@shutemov.name>
957
958 * elf/dl-reloc.c: Flush cache after solving TEXTRELs if arch
959 requires it.
960
961 2010-06-10 Luis Machado <luisgpm@br.ibm.com>
962
963 * sysdeps/powerpc/powerpc32/power7/memcmp.S: New file
964 * sysdeps/powerpc/powerpc64/power7/memcmp.S: New file.
965 * sysdeps/powerpc/powerpc32/power7/strncmp.S: New file.
966 * sysdeps/powerpc/powerpc64/power7/strncmp.S: New file.
967
968 2010-06-02 Andreas Schwab <schwab@redhat.com>
969
970 * nis/nss_nis/nis-initgroups.c (get_uid): Properly resize buffer.
971
972 2010-06-14 Ulrich Drepper <drepper@redhat.com>
973
974 * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Define F_SETPIPE_SZ
975 and F_GETPIPE_SZ.
976 * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
977 * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
978 * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
979 * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
980 * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
981 * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise
982
983 2010-06-14 Roland McGrath <roland@redhat.com>
984
985 * manual/libc.texinfo (@copying): Change to GFDL v1.3.
986
987 2010-06-07 Jakub Jelinek <jakub@redhat.com>
988
989 * libio/stdio.h (sscanf, vsscanf): Use __REDIRECT_NTH instead of
990 __REDIRECT followed by __THROW.
991 * wcsmbs/wchar.h (swscanf, vswscanf): Likewise.
992 * posix/getopt.h (getopt): Likewise.
993
994 2010-06-02 Emilio Pozuelo Monfort <pochu27@gmail.com>
995
996 * hurd/lookup-at.c (__file_name_lookup_at): Accept
997 AT_SYMLINK_FOLLOW in AT_FLAGS. Fail with EINVAL if both
998 AT_SYMLINK_FOLLOW and AT_SYMLINK_NOFOLLOW are present
999 in AT_FLAGS.
1000 * hurd/hurd/fd.h (__file_name_lookup_at): Update comment.
1001 * sysdeps/mach/hurd/linkat.c (linkat): Pass O_NOLINK in FLAGS.
1002
1003 2010-05-28 Luis Machado <luisgpm@br.ibm.com>
1004
1005 * sysdeps/powerpc/powerpc32/power7/memcpy.S: Exchange srdi for srwi.
1006
1007 2010-05-26 H.J. Lu <hongjiu.lu@intel.com>
1008
1009 [BZ #11640]
1010 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
1011 Properly check family and model.
1012
1013 2010-05-26 Takashi Yoshii <takashi.yoshii.zj@renesas.com>
1014
1015 * sysdeps/unix/sysv/linux/sh/sh4/register-dump.h: Fix iov[] size.
1016
1017 2010-05-24 Luis Machado <luisgpm@br.ibm.com>
1018
1019 * sysdeps/powerpc/powerpc32/power7/memset.S: POWER7 32-bit memset fix.
1020
1021 2010-05-21 Ulrich Drepper <drepper@redhat.com>
1022
1023 * elf/dl-runtime.c (_dl_profile_fixup): Don't crash on unresolved weak
1024 symbol reference.
1025
1026 2010-05-19 Andreas Schwab <schwab@redhat.com>
1027
1028 * elf/dl-runtime.c (_dl_fixup): Don't crash on unresolved weak
1029 symbol reference.
1030
1031 2010-05-21 Andreas Schwab <schwab@redhat.com>
1032
1033 * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Add recvmmsg
1034 and internal_recvmmsg.
1035 * sysdeps/unix/sysv/linux/recvmmsg.c: New file.
1036 * sysdeps/unix/sysv/linux/internal_recvmmsg.S: New file.
1037 * sysdeps/unix/sysv/linux/socketcall.h (SOCKOP_recvmmsg): Define.
1038 * sysdeps/unix/sysv/linux/syscalls.list (recvmmsg): Remove.
1039
1040 * sunrpc/clnt_tcp.c (clnttcp_control): Add missing break.
1041 * sunrpc/clnt_udp.c (clntudp_control): Likewise.
1042 * sunrpc/clnt_unix.c (clntunix_control): Likewise.
1043
1044 2010-05-20 Andreas Schwab <schwab@redhat.com>
1045
1046 * sysdeps/unix/sysv/linux/sys/timex.h: Use __REDIRECT_NTH.
1047
1048 2010-05-17 Luis Machado <luisgpm@br.ibm.com>
1049
1050 POWER7 optimizations.
1051 * sysdeps/powerpc/powerpc64/power7/memset.S: New file.
1052 * sysdeps/powerpc/powerpc32/power7/memset.S: New file.
1053
1054 2010-05-19 Ulrich Drepper <drepper@redhat.com>
1055
1056 * version.h: Update for 2.13 development version.
1057
1058 2010-05-12 Andrew Stubbs <ams@codesourcery.com>
1059
1060 * sysdeps/sh/sh4/fpu/feholdexcpt.c (feholdexcept): Really disable all
1061 exceptions. Return 0.
1062
1063 2010-05-07 Roland McGrath <roland@redhat.com>
1064
1065 * elf/ldconfig.c (main): Add a const.
1066
1067 2010-05-06 Ulrich Drepper <drepper@redhat.com>
1068
1069 * nss/getent.c (idn_flags): Default to AI_IDN|AI_CANONIDN.
1070 (args_options): Add no-idn option.
1071 (ahosts_keys_int): Add idn_flags to ai_flags.
1072 (parse_option): Handle 'i' option to clear idn_flags.
1073
1074 * malloc/malloc.c (_int_free): Possible race in the most recently
1075 added check. Only act on the data if no current modification
1076 happened.
1077
1078 See ChangeLog.17 for earlier changes.
This page took 0.086494 seconds and 5 git commands to generate.