]> git.ipfire.org Git - thirdparty/glibc.git/blame - ChangeLog
Small optimization of generic ELF hash function
[thirdparty/glibc.git] / ChangeLog
CommitLineData
4efbd5cb
UD
12011-12-04 Ulrich Drepper <drepper@gmail.com>
2
52ff5dd0 3 * sysdeps/generic/dl-hash.h (_dl_elf_hash): Fix attribute.
52ad36a2 4 Minor optimizations.
52ff5dd0 5
4efbd5cb
UD
6 * sunrpc/clnt_unix.c (clntunix_control): Fix aliasing issues.
7 * sunrpc/clnt_tcp.c (clnttcp_control): Likewise.
8 * sunrpc/clnt_udp.c (clntudp_call): Likewise.
9
8a426e12
UD
102011-12-03 Ulrich Drepper <drepper@gmail.com>
11
aff2453d
UD
12 * inet/netinet/in.h: Provide versions of IN6_IS_ADDR_UNSPECIFIED,
13 IN6_IS_ADDR_LOOPBACK, IN6_IS_ADDR_LINKLOCAL, IN6_IS_ADDR_SITELOCAL,
14 IN6_IS_ADDR_V4MAPPED, IN6_IS_ADDR_V4COMPAT, and IN6_ARE_ADDR_EQUAL
15 for gcc to avoid warnings.
16 * inet/Makefile (tests): Add tst-checks.
17 * inet/tst-checks.c: New file.
18
19 * sysdeps/generic/dl-hash.h (_dl_elf_hash): Add attribute to avoid
20 warning.
21
22 * sysdeps/x86_64/multiarch/wmemcmp-c.c: Provide prototype for
23 __wmemcmp_sse2.
24
25 * sysdeps/x86_64/fpu/s_scalbln.c: Removed.
26 * sysdeps/x86_64/fpu/s_scalbn.c: Removed.
27
8a426e12
UD
28 * malloc/mcheck.h: Fix use of incorrect encoding in comment.
29
9bea3473
UD
302011-12-02 Ulrich Drepper <drepper@gmail.com>
31
3a965496
UD
32 * nis/nis_findserv.c (__nis_findfastest_with_timeout): Avoid aliasing
33 problem.
34
9bea3473
UD
35 * nscd/aicache.c (addhstaiX): Avoid unused variable warning.
36
f101631b
UD
372011-11-29 Joseph Myers <joseph@codesourcery.com>
38
39 * sysdeps/unix/sysv/linux/sh/bits/atomic.h (rNOSP): Define
40 conditional on GCC version.
41 (__arch_compare_and_exchange_val_8_acq)
42 (__arch_compare_and_exchange_val_16_acq)
43 (__arch_compare_and_exchange_val_32_acq, atomic_exchange_and_add)
44 (atomic_add, atomic_add_negative, atomic_add_zero, atomic_bit_set)
45 (atomic_bit_test_set): Use rNOSP instead of "r" constraints.
46
a98275aa
UD
472011-12-02 Joseph Myers <joseph@codesourcery.com>
48
49 * sysdeps/sh/backtrace.c: New file.
50
d4cc29a2
AS
512011-12-02 Andreas Schwab <schwab@redhat.com>
52
53 * misc/bits/select2.h (__FD_ELT): Mark as extension. Add
54 parenthesis.
55
6257af2d
AS
562011-12-01 Andreas Schwab <schwab@redhat.com>
57
58 * sysdeps/unix/sysv/linux/futimes.c: Truncate time values when
59 falling back to utime.
60
b5f44c1a
AS
612011-11-30 Andreas Schwab <schwab@redhat.com>
62
63 * sysdeps/s390/fpu/libm-test-ulps: Relax cpow (2 + 3 i, 4 + 0 i)
64 expectations for float.
65
f3a6cc0a
AS
662011-11-29 Andreas Schwab <schwab@redhat.com>
67
68 * locale/weight.h (findidx): Add parameter len.
69 * locale/weightwc.h (findidx): Likewise.
70 * posix/fnmatch_loop.c (FCT): Adjust caller.
71 * posix/regcomp.c (build_equiv_class): Likewise.
72 * posix/regex_internal.h (re_string_elem_size_at): Likewise.
73 * posix/regexec.c (check_node_accept_bytes): Likewise.
74 * string/strcoll_l.c (STRCOLL): Likewise.
75 * string/strxfrm_l.c (STRXFRM): Likewise.
76
9d65ea3a
UD
772011-11-17 Ulrich Drepper <drepper@gmail.com>
78
79 * Makefile.in: Remove CVSOPT handling.
80 * configure.in: Remove use of AC_REVISION.
81 * iconvdata/Makefile (distribute): No need to filter out CVS.
82 * scripts/list-sources.sh: Remove CVS, subversion and monotone
83 handling.
84
5583a086
AS
852011-11-16 Andreas Schwab <schwab@redhat.com>
86
87 * sysdeps/i386/i686/multiarch/strcmp-ssse3.S
88 [USE_AS_STRCASECMP_L]: Fix argument offsets for non-PIC.
89 [USE_AS_STRNCASECMP_L]: Likewise.
90 (__strcasecmp_ssse3, __strncasecmp_ssse3): Handle
91 NO_TLS_DIRECT_SEG_REFS.
92 * sysdeps/i386/i686/multiarch/strcmp-sse4.S [USE_AS_STRCASECMP_L]:
93 Fix argument offsets for non-PIC.
94 [USE_AS_STRNCASECMP_L]: Likewise.
95 (__strcasecmp_sse4_2, __strncasecmp_sse4_2): Handle
96 NO_TLS_DIRECT_SEG_REFS.
97
d62a8200
UD
982011-11-15 Ulrich Drepper <drepper@gmail.com>
99
9d65ea3a 100 * locale/loadarchive.c (_nl_load_locale_from_archive): Open files with
d62a8200
UD
101 O_CLOEXEC.
102 * locale/loadlocale.c (_nl_load_locale): Likewise.
103
09f93bd3
AS
1042011-11-15 Andreas Schwab <schwab@redhat.com>
105
446514f9
AS
106 * sysdeps/unix/sysv/linux/clock_gettime.c (SYSDEP_GETTIME_CPU)
107 [__ASSUME_POSIX_CPU_TIMERS > 0]: Assign to retval and break.
108 * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c
109 (SYSCALL_GETTIME): Set errno on error.
110
09f93bd3
AS
111 * sysdeps/unix/sysv/linux/check_pf.c (make_request): Properly
112 count references to noai6ai_cached.
113
312be3f9
UD
1142011-11-15 Ulrich Drepper <drepper@gmail.com>
115
116 * time/getdate.c (__getdate_r): Set FD_CLOEXEC for given file.
117
118 * sysdeps/unix/sysv/linux/readonly-area.c (__readonly_area): Set
119 FD_CLOEXEC for /proc/self/maps.
120
121 * sysdeps/unix/sysv/linux/getsysstats.c (phys_pages_info): Set
122 FD_CLOEXEC for /proc/meminfo.
123
124 * sysdeps/posix/getaddrinfo.c (gaiconf_init): Set FD_CLOEXEC for
125 gai.conf.
126
127 * resolv/res_query.c (res_hostalias): Don't allow cancellation and set
128 FD_CLOEXEC for given file.
129
130 * resolv/res_hconf.c (do_init): Set FD_CLOEXEC for host.conf.
131
132 * resolv/gethnamaddr.c (_sethtent): Don't allow cancellation and set
133 FD_CLOEXEC for /etc/hosts.
134 (_gethtent): Likewise.
135
136 * nss/nsswitch.c (nss_parse_file): Set FD_CLOEXEC.
137
138 * nss/nss_files/files-netgrp.c (_nss_files_setnetgrent): Don't allow
139 cancellation and set FD_CLOEXEC for /etc/netgroup.
140
141 * nss/nss_files/files-key.c (search): Don't allow cancellation when
142 reading /etc/publickey.
143
144 * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Don't
145 allow cancellation when reading /etc/group.
146
147 * nss/nss_files/files-alias.c (internal_setent): Don't allow
148 cancellation.
149 (get_next_alias): Likewise for included file. Also set FD_CLOEXEC.
150
151 * nss/nss_files/files-XXX.c (internal_setent): Don't allow cancellation
152 when using data file.
153
154 * nis/nss-default.c (init): Set FD_CLOEXEC for /etc/default/nss.
155
156 * nis/nis_file.c (read_nis_obj): Set FD_CLOEXEC.
157 (write_nis_obj): Use "c" and "e" in fopen.
158
159 * misc/mntent_r.c (__setmntent): Also append e to fopen format.
160
161 * misc/getusershell.c (initshells): Set FD_CLOEXEC for /etc/shells.
162
163 * misc/getttyent.c (setttyent): Set FD_CLOEXEC.
164
165 * misc/getpass.c (getpass): Set FD_CLOEXEC for /dev/tty.
166
167 * intl/localealias.c (read_alias_file): Set FD_CLOEXEC for
168 locale.alias.
169
170 * inet/ruserpass.c (ruserpass): Set FD_CLOEXEC for .netrc.
171
172 * inet/rcmd.c (iruserfopen): Set FD_CLOEXEC for hosts.equiv.
173
174 * iconv/gconv_conf.c (read_conf_file): Set FD_CLOEXEC for config file.
175
176 * hesiod/hesiod.c (parse_config_file): Prevent cancellation in config
177 file parsing and set FD_CLOEXEC.
178
82af0fa8
UD
1792011-11-14 Ulrich Drepper <drepper@gmail.com>
180
181 * time/tzfile.c (__tzfile_read): Use "e" in fopen call.
182
a5fb313c
AS
1832011-11-14 Andreas Schwab <schwab@redhat.com>
184
185 * malloc/arena.c (arena_get2): Don't call reused_arena when
186 _int_new_arena failed.
187
6abf3465
UD
1882011-11-14 Ulrich Drepper <drepper@gmail.com>
189
190 * sysdeps/i386/i686/multiarch/Makefile [subdir=string]
191 (sysdep_routines): Add strcasecmp_l-sse4 and strncase_l-sse4.
192 * sysdeps/i386/i686/multiarch/strcasecmp.S: Re-enable SSE4.2 code.
193 * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
194 * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
195 * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Change to allow reuse
196 to compile strcasecmp and strncasecmp.
197 * sysdeps/i386/i686/multiarch/strcasecmp_l-sse4.S: New file.
198 * sysdeps/i386/i686/multiarch/strncase_l-sse4.S: New file.
199
200 * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Use L macro consistently.
201
76e3966e
UD
2022011-11-13 Ulrich Drepper <drepper@gmail.com>
203
204 * sysdeps/i386/i686/multiarch/Makefile [subdir=string]: Add
205 locale-defines.sym to gen-as-const-headers.
206 (sysdep_routines): Add strcasecmp_l-c, strcasecmp-c,
207 strcasecmp_l-ssse3, strncase_l-c, strncase-c, and strncase_l-ssse3.
208 * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Change to allow reuse
209 to compile strcasecmp and strncasecmp.
210 * sysdeps/i386/i686/multiarch/strcmp.S: Allow to use for
211 strcasecmp_l and strncasecmp_l.
212 * sysdeps/i386/i686/multiarch/locale-defines.sym: New file.
213 * sysdeps/i386/i686/multiarch/strcasecmp-c.c: New file.
214 * sysdeps/i386/i686/multiarch/strcasecmp.S: New file.
215 * sysdeps/i386/i686/multiarch/strcasecmp_l-c.c: New file.
216 * sysdeps/i386/i686/multiarch/strcasecmp_l-ssse3.S: New file.
217 * sysdeps/i386/i686/multiarch/strcasecmp_l.S: New file.
218 * sysdeps/i386/i686/multiarch/strncase-c.c: New file.
219 * sysdeps/i386/i686/multiarch/strncase.S: New file.
220 * sysdeps/i386/i686/multiarch/strncase_l-c.c: New file.
221 * sysdeps/i386/i686/multiarch/strncase_l-ssse3.S: New file.
222 * sysdeps/i386/i686/multiarch/strncase_l.S: New file.
223
ab26144e
UD
2242011-11-12 Ulrich Drepper <drepper@gmail.com>
225
7edb22ef
UD
226 * sysdeps/unix/clock_gettime.c (clock_gettime): No need to assign
227 result of SYSDEP_GETTIME_CPU to retval.
228 * sysdeps/unix/sysv/linux/clock_gettime.c (SYSDEP_GETTIME_CPU): Add
229 parameter list to macro. Remove trailing semicolon. Adjust users.
230
9694fc44
UD
231 * resolv/getaddrinfo_a.c (getaddrinfo_a): Avoid warning about unused
232 variable.
233
8ad89ef8
UD
234 * sysdeps/ieee754/ldbl-96/e_j0l.c (__ieee754_j0l): Avoid storing
235 mantissa words.
236 * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_j1l): Likewise.
237
0c822ef9
UD
238 * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Avoid warning
239 from unused variable.
240
874e0564
UD
241 * sysdeps/generic/sysdep.h: Clean up, pretty print, use dwarf2.h for
242 DWARF definitions.
243 * sysdeps/generic/dwarf2.h: Don't define enums when using the file
244 for assembling.
245
3a2edc79
UD
246 * elf/dl-iteratephdr.c [!SHARED] (__dl_iterate_phdr): Don't iterate
247 over namespaces.
248
f3c2577f
UD
249 * sunrpc/rpc_prot.c (rejected): Fix case value.
250
294ce126
UD
251 * sysdeps/unix/sysv/linux/internal_statvfs.c (INTERNAL_STATVFS): Use
252 unsigned long long int to avoid warnings in shift.
253
5e2b63c6
UD
254 * posix/regex_internal.c (re_string_reconstruct): Actually use result
255 of use of trans.
256 * posix/regex_internal.h (re_string_wchar_at): Remove temporary
257 variable tmp.
258
e7f4b08e
UD
259 * sysdeps/i386/i686/multiarch/wcscmp-c.c: Avoid warning.
260 * sysdeps/i386/i686/multiarch/wcslen-c.c: Likewise.
261 * sysdeps/i386/i686/multiarch/wmemcmp-c.c: Likewise.
262
ab26144e
UD
263 * nis/nis_table.c (nis_list): Use variable of correct type for
264 result of __follow_path call.
265
8a6d5255
AZ
2662011-11-07 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
267
268 * sysdeps/powerpc/fpu/math_private.h: Using inline assembly version
269 of math functions ceil, trunc, floor, round, and sqrt, when
270 avaliable on the platform.
271 * sysdeps/powerpc/fpu/e_sqrt.c: Undefine __ieee754_sqrt to avoid
272 name clash.
273 * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
274 * sysdeps/powerpc/powerpc64/fpu/e_sqrt.c: Likewise.
275 * sysdeps/powerpc/powerpc64/fpu/e_sqrtf.c: Likewise.
276
aaddc98c
MP
2772011-10-30 Marek Polacek <mpolacek@redhat.com>
278
279 * libio/wfileops.c (_IO_wfile_underflow_mmap): Remove unused variable.
280 * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Likewise.
281
95b7042b
RM
2822011-11-11 Roland McGrath <roland@hack.frob.com>
283
284 * include/unistd.h: Fix __readlink return type.
285 Reported by Chris Metcalf <cmetcalf@tilera.com>.
286
57769839
UD
2872011-11-11 Ulrich Drepper <drepper@gmail.com>
288
289 * stdlib/ucontext.h: Undo last change for makecontext.
290
edc5984d
AS
2912011-11-11 Andreas Schwab <schwab@redhat.com>
292
98591e58
AS
293 * nss/db-Makefile ($(VAR_DB)/group.db): Fix typo in awk script.
294
edc5984d
AS
295 * misc/sys/cdefs.h (__REDIRECT_NTHNL): Define.
296 * setjmp/setjmp.h: Mark functions as non-leaf.
297 * setjmp/bits/setjmp2.h: Likewise.
298 * stdlib/ucontext.h: Likewise.
299
77cdc054
AS
3002011-11-10 Andreas Schwab <schwab@redhat.com>
301
302 * malloc/arena.c (_int_new_arena): Don't increment narenas.
303 (reused_arena): Don't check arena limit.
304 (arena_get2): Atomically check arena limit.
305
fe72eebd
UD
3062011-11-08 Ulrich Drepper <drepper@gmail.com>
307
5f078c32
UD
308 * locale/findlocale.c (_nl_find_locale): Use __strcasecmp_l.
309 * intl/localealias.c (strcasecmp): Define using __strcasecmp_l.
310
fe72eebd
UD
311 * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Remove unnecessary
312 instructions.
313
ae1bc2fa
AS
3142011-11-07 Andreas Schwab <schwab@redhat.com>
315
7583a88d
AS
316 * libio/genops.c (_IO_flush_all_lockp): Only register cleanup
317 handler when locking.
318
ae1bc2fa
AS
319 * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn):
320 Fix size of allocated buffer.
321
10fb0bfa
AS
3222011-11-04 Andreas Schwab <schwab@redhat.com>
323
998832a4
AS
324 [BZ #10103]
325 * math/math.h [__NO_LONG_DOUBLE_MATH && !_LIBC]: Provide
326 declarations for long double functions.
327 * math/complex.h [__NO_LONG_DOUBLE_MATH && !_LIBC]: Likewise.
328
10fb0bfa
AS
329 * elf/sprof.c (load_shobj): Fix off-by-one when reading link name.
330
3d7ba52b
AS
3312011-11-03 Andreas Schwab <schwab@redhat.com>
332
a9ae54a1
AS
333 * nscd/nscd.c (main): Don't start AVC thread until credentials are
334 installed.
335
3d7ba52b
AS
336 * nss/makedb.c (set_file_creation_context): Do nothing if SELinux
337 is disabled.
338
bc8db248
ST
3392011-11-02 Samuel Thibault <samuel.thibault@ens-lyon.org>
340
341 * bits/ioctl-types.h (_IOT_sgttyb): Set number of chars to 4.
342
45b96dd6
AS
3432011-11-01 Andreas Schwab <schwab@linux-m68k.org>
344
647776f6
AS
345 * include/alloca.h (stackinfo_alloca_round): Define.
346 (extend_alloca): Use it.
347 [_STACK_GROWS_UP]: Correct check for adjacent allocation.
348 * elf/dl-deps.c (_dl_map_object_deps): Don't round alloca size
349 here.
350
d91a8b93
AS
351 * scripts/check-local-headers.sh: Ignore libaudit.h.
352
45b96dd6
AS
353 * nscd/Makefile (extra-objs): Make recursively expanded.
354
432d41ce
UD
3552011-11-01 Ulrich Drepper <drepper@gmail.com>
356
34372fc6
UD
357 * sysdeps/x86_64/strcmp.S: Fix test for non-ASCII locales.
358 * sysdeps/x86_64/multiarch/strcmp-sse42.S: Likewise.
359
fadb59f8
UD
360 * posix/tst-rfc3484.c: Add missing __free_in6ai dummy function.
361 * posix/tst-rfc3484-2.c: Likewise.
362 * posix/tst-rfc3484-3.c: Likewise.
363
78239589
UD
364 * sysdeps/unix/sysv/linux/bits/uio.h: Declare process_vm_readv and
365 process_vm_writev.
366 * sysdeps/unix/sysv/linux/syscalls.list: Add process_vm_readv and
367 process_vm_writev.
368 * sysdeps/unix/sysv/linux/Versions: Export process_vm_readv and
369 process_vm_writev from libc using GLIBC_2.15 version.
370
432d41ce
UD
371 * nscd/connections.c: Use kernel headers instead of <netlink/netlink.h>.
372
02f9c6cf
PP
3732011-10-31 Paul Pluzhnikov <ppluzhnikov@google.com>
374
375 * elf/dl-deps.c (_dl_map_object_deps): Reuse alloca space to reduce
376 stack usage.
377
3a2c0242
UD
3782011-10-31 Ulrich Drepper <drepper@gmail.com>
379
f4ec4833
UD
380 [BZ #13367]
381 * nss/getent.c (initgroups_keys): Show error message in case no group
382 names are given.
383
3a2c0242
UD
384 * include/ifaddrs.h: Declare __free_in6ai and __bump_nl_timestamp.
385 * inet/check_pf.c: Provide dummy versions of __free_in6ai and
386 __bump_nl_timestamp.
387 * nscd/connections (nscd_init): When host database is served open
388 netlink socket and request notification about configuration changes.
389 (main_loop_poll): Track netlink file descriptor and bump timestamp
390 in case data becomes available.
391 (main_loop_epoll): Likewise.
392 * nscd/nscd-client.h (DB_VERSION): Bump to 2.
393 (database_pers_head): Add extra_data fileds.
394 Declare __nscd_get_mapping and __nscd_get_nl_timestamp.
395 * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp): New function.
396 * nscd/nscd_helper.c (__nscd_get_mapping): Renamed from get_mapping.
397 Adjust caller.
398 * sysdeps/posix/getaddrinfo.c (getaddrinfo): Don't call free on
399 in6ai data, call __free_in6ai.
400 * sysdeps/unix/sysv/linux/Makefile [subdir=nscd] (sysdep-CFLAGS):
401 Add -DHAVE_NETLINK.
402 * sysdeps/unix/sysv/linux/check_pf.c: Major rewrite. Cache the
403 interface information. Reuse previous data if netlink timestamp
404 is not changed.
405 (__bump_nl_timestamp): New function.
406 (__free_in6ai): New function.
407
636064eb
UD
4082011-10-30 Ulrich Drepper <drepper@gmail.com>
409
410 * sysdeps/unix/sysv/linux/check_pf.c (make_request): Don't call
411 close_not_cancel_no_status here.
412 (__check_pf): Reorganize code a bit to not call close twice if OOM.
413
9beb2334
UD
4142011-10-29 Ulrich Drepper <drepper@gmail.com>
415
6ef76f3b
UD
416 [BZ #13276]
417 * malloc/malloc.c (munmap_chunk): Don't use assertion to check munmap
418 return value.
419
0ffc4f3e 420 * posix/sys/wait.h: Mark wait3 and wait4 with __THROWNL.
9beb2334
UD
421 * libio/stdio.h: Mark sprintf, vsprintf snprintf, vsnprintf, vasprintf,
422 asprintf, __asprintf, obstack_printf, obstack_vprintf with __THROWNL.
423
cb95113e
UD
4242011-07-03 Andreas Jaeger <aj@suse.de>
425
426 [BZ #10709]
427 * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Fix incorrect rounding
428 of sin. Patch suggested by Paul Zimmermann <zimmerma+gcc@loria.fr>.
429 * math/libm-test.inc (sin_test): Add test case.
430
a1b560ff
UD
4312011-10-29 Ulrich Drepper <drepper@gmail.com>
432
c9aaface
UD
433 [BZ #13337]
434 * elf/sprof.c (load_shobj): Correctly NUL-terminate link name.
435 Patch by Thomas Jarosch <thomas.jarosch@intra2net.com>.
436
d272e7f1
UD
437 * elf/chroot_canon.c (chroot_canon): Cleanups.
438
1bc33071
UD
439 * elf/dl-lookup.c (_dl_setup_hash): Avoid warning.
440
1760874d
TJ
441 [BZ #13335]
442 * elf/chroot_canon.c (chroot_canon): Fix readlink call.
443 Patch by Thomas Jarosch <thomas.jarosch@intra2net.com>.
444
51d91b18
UD
445 * string/test-strchr.c: Make usable for strchrnul testing.
446 * string/test-strchrnul.c: New file.
447 * string/Makefile (strop-tests): Add strchrnul.
448
a1b560ff 449 * po/it.po: Update from translation team.
b611fb81 450 * po/es.po: Likewise.
a1b560ff 451
a5b81e1f
UD
4522011-10-28 Ulrich Drepper <drepper@gmail.com>
453
fd52bc6d
UD
454 * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu_tolower): Take
455 the three constants needed as parameters. Drop the others.
456 (strcasestr_sse42): Load uclow, uchigh, and lcqword and pass to
457 __m128i_strloadu_tolower.
52e4b9eb
UD
458 Create and initialize variable zero and use it in all the places
459 where _mm_setzero_si128 was used.
fd52bc6d 460
a5b81e1f
UD
461 * sysdeps/x86_64/fpu/multiarch/Makefile: Don't build brandred-avx.c,
462 doasin-avx.c, dosincos-avx.c, e_asin-avx.c, mpatan-avx.c,
463 mpatan2-avx.c, mpsqrt-avx.c, mptan-avx.c, sincos32-avx.c.
464 * sysdeps/x86_64/fpu/multiarch/e_asin.c: There are no _avx variants
465 anymore.
466 * sysdeps/x86_64/fpu/multiarch/e_atan2-avx.c: Don't redirect __mpatan2.
467 * sysdeps/x86_64/fpu/multiarch/s_atan-avx.c: Don't redirect __mpatan.
468 * sysdeps/x86_64/fpu/multiarch/s_sin-avx.c: Don't redirect __branred,
469 __docos, __dubsin, __mpcos, __mpcos1, __mpsin, __mpsin1.
470 * sysdeps/x86_64/fpu/multiarch/s_tan-avx.c: Don't redirect __branred,
471 __mpranred, __mptan.
472 * sysdeps/x86_64/fpu/multiarch/brandred-avx.c: Removed.
473 * sysdeps/x86_64/fpu/multiarch/doasin-avx.c: Removed.
474 * sysdeps/x86_64/fpu/multiarch/dosincos-avx.c: Removed.
475 * sysdeps/x86_64/fpu/multiarch/e_asin-avx.c: Removed.
476 * sysdeps/x86_64/fpu/multiarch/mpatan-avx.c: Removed.
477 * sysdeps/x86_64/fpu/multiarch/mpatan2-avx.c: Removed.
478 * sysdeps/x86_64/fpu/multiarch/mpsqrt-avx.c: Removed.
479 * sysdeps/x86_64/fpu/multiarch/mptan-avx.c: Removed.
480 * sysdeps/x86_64/fpu/multiarch/sincos32-avx.c: Removed.
481
b4343346
AS
4822011-10-28 Andreas Schwab <schwab@redhat.com>
483
0c92d8a8
AS
484 * sysdeps/i386/i686/multiarch/strnlen-c.c (libc_hidden_def): Only
485 redefine if SHARED.
486 * sysdeps/i386/i686/multiarch/wcscmp-c.c (libc_hidden_def): Likewise.
487
b4343346
AS
488 * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Move
489 wide char related routines to wcsmbs subdir.
490
3871f58f
AS
4912011-10-27 Andreas Schwab <schwab@redhat.com>
492
493 [BZ #13344]
494 * misc/sys/cdefs.h (__THROWNL): Define.
495 * posix/unistd.h: Use __THREADNL instead of __THREAD
496 for memory synchronization functions.
497
94d44d9f
RM
4982011-10-26 Roland McGrath <roland@hack.frob.com>
499
21b64b15 500 [BZ #13349]
94d44d9f
RM
501 * libio/Versions (GLIBC_2.0): Remove open_obstack_stream, which
502 doesn't exist.
503 * manual/stdio.texi (Obstack Streams): Node removed.
504
f6ce9294
AS
5052011-10-26 Andreas Schwab <schwab@redhat.com>
506
80479147
AS
507 * sysdeps/ieee754/flt-32/e_j0f.c: Fix use of math_force_eval.
508 * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
509 * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
510
f6ce9294
AS
511 * math/math_private.h (math_force_eval): Allow non-addressable
512 arguments.
513 * sysdeps/i386/fpu/math_private.h (math_force_eval): Likewise.
514
618280a1
UD
5152011-10-25 Ulrich Drepper <drepper@gmail.com>
516
e0016b11
UD
517 * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Comment everything out, the
518 file is not needed.
519
520 * sysdeps/x86_64/fpu/multiarch/e_asin.c: Support AVX variants.
521 * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Likewise.
522 * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
523 * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
524 * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
525 * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
526 * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
527 * sysdeps/x86_64/fpu/multiarch/Makefile: Fix some CFLAGS-* variables.
528 Add AVX variants.
529 * sysdeps/x86_64/fpu/multiarch/brandred-avx.c: New file.
530 * sysdeps/x86_64/fpu/multiarch/doasin-avx.c: New file.
531 * sysdeps/x86_64/fpu/multiarch/dosincos-avx.c: New file.
532 * sysdeps/x86_64/fpu/multiarch/e_asin-avx.c: New file.
533 * sysdeps/x86_64/fpu/multiarch/e_atan2-avx.c: New file.
534 * sysdeps/x86_64/fpu/multiarch/e_exp-avx.c: New file.
535 * sysdeps/x86_64/fpu/multiarch/e_log-avx.c: New file.
536 * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: New file.
537 * sysdeps/x86_64/fpu/multiarch/mpatan-avx.c: New file.
538 * sysdeps/x86_64/fpu/multiarch/mpatan2-avx.c: New file.
539 * sysdeps/x86_64/fpu/multiarch/mpexp-avx.c: New file.
540 * sysdeps/x86_64/fpu/multiarch/mplog-avx.c: New file.
541 * sysdeps/x86_64/fpu/multiarch/mpsqrt-avx.c: New file.
542 * sysdeps/x86_64/fpu/multiarch/mptan-avx.c: New file.
543 * sysdeps/x86_64/fpu/multiarch/s_atan-avx.c: New file.
544 * sysdeps/x86_64/fpu/multiarch/s_sin-avx.c: New file.
545 * sysdeps/x86_64/fpu/multiarch/s_tan-avx.c: New file.
546 * sysdeps/x86_64/fpu/multiarch/sincos32-avx.c: New file.
547 * sysdeps/x86_64/fpu/multiarch/slowexp-avx.c: New file.
548
549 * sysdeps/x86_64/multiarch/init-arch.h: Make bit_* macros available
550 all the time. Define bit_AVX. Define HAS_* macros using bit_* macros.
551
618280a1
UD
552 * sysdeps/x86_64/multiarch/strcmp-sse42.S: Move common code to earlier
553 place. Use VEX encoding when compiling for AVX.
554
37822576
AS
5552011-10-25 Andreas Schwab <schwab@redhat.com>
556
1f1e1947
AS
557 * wcsmbs/wcscmp.c (WCSCMP): Compare as wchar_t, not wint_t.
558 * wcsmbs/wmemcmp.c (WMEMCMP): Likewise.
559
37822576
AS
560 * string/test-strchr.c (do_test): Don't generate NUL bytes.
561
31ea014d
UD
5622011-10-25 Ulrich Drepper <drepper@gmail.com>
563
d7826aa1 564 * sysdeps/ieee754/dbl-64/e_atanh.c: Use math_force_eval instead of a
ffb124cc 565 useless if() expression.
d7826aa1
UD
566 * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
567 * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
568 * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
569 * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
570 * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
571 * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
572 * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
573 * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
574 * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
575 * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
576 * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
577 * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
578 * sysdeps/ieee754/flt-32/s_expm1f.c: Likewise.
579 * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
580 * sysdeps/ieee754/flt-32/s_log1pf.c: Likewise.
581 * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
582 * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
583 * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
584 * sysdeps/ieee754/ldbl-96/s_roundl.c: Likewise.
585
31ea014d
UD
586 * sysdeps/x86_64/fpu/math_private.h: Use VEX encoding when possible.
587
16437fec
AS
5882011-10-25 Andreas Schwab <schwab@redhat.com>
589
590 * elf/dl-deps.c (_dl_map_object_deps): Remove always true
591 condition.
592 * elf/dl-fini.c (_dl_sort_fini): Likewise.
593
31d3cc00
UD
5942011-10-25 Ulrich Drepper <drepper@gmail.com>
595
596 * sysdeps/ieee754/dbl-64/branred.c: Move FMA4 code into separate
597 .text section. Avoid duplicate constants.
598 * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
599 * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
600 * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
601 * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
602 * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
603 * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
604 * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
605 * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
606 * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
607 * sysdeps/ieee754/dbl-64/mpa.h: Likewise.
608 * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
609 * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
610 * sysdeps/ieee754/dbl-64/mpatan2.c: Likewise.
611 * sysdeps/ieee754/dbl-64/mpexp.c: Likewise.
612 * sysdeps/ieee754/dbl-64/mpexp.h: Likewise.
613 * sysdeps/ieee754/dbl-64/mpsqrt.c: Likewise.
614 * sysdeps/ieee754/dbl-64/mpsqrt.h: Likewise.
615 * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
616 * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
617 * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
618 * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
619 * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
620 * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
621 * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: Likewise.
622 * sysdeps/x86_64/fpu/multiarch/doasin-fma4.c: Likewise.
623 * sysdeps/x86_64/fpu/multiarch/dosincos-fma4.c: Likewise.
624 * sysdeps/x86_64/fpu/multiarch/e_asin-fma4.c: Likewise.
625 * sysdeps/x86_64/fpu/multiarch/e_atan2-fma4.c: Likewise.
626 * sysdeps/x86_64/fpu/multiarch/e_exp-fma4.c: Likewise.
627 * sysdeps/x86_64/fpu/multiarch/e_log-fma4.c: Likewise.
628 * sysdeps/x86_64/fpu/multiarch/e_pow-fma4.c: Likewise.
629 * sysdeps/x86_64/fpu/multiarch/halfulp-fma4.c: Likewise.
630 * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
631 * sysdeps/x86_64/fpu/multiarch/mpatan-fma4.c: Likewise.
632 * sysdeps/x86_64/fpu/multiarch/mpatan2-fma4.c: Likewise.
633 * sysdeps/x86_64/fpu/multiarch/mpexp-fma4.c: Likewise.
634 * sysdeps/x86_64/fpu/multiarch/mplog-fma4.c: Likewise.
635 * sysdeps/x86_64/fpu/multiarch/mpsqrt-fma4.c: Likewise.
636 * sysdeps/x86_64/fpu/multiarch/mptan-fma4.c: Likewise.
637 * sysdeps/x86_64/fpu/multiarch/s_atan-fma4.c: Likewise.
638 * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c: Likewise.
639 * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c: Likewise.
640 * sysdeps/x86_64/fpu/multiarch/sincos32-fma4.c: Likewise.
641 * sysdeps/x86_64/fpu/multiarch/slowexp-fma4.c: Likewise.
642 * sysdeps/x86_64/fpu/multiarch/slowpow-fma4.c: Likewise.
643
58985aa9
UD
6442011-10-24 Ulrich Drepper <drepper@gmail.com>
645
202c9deb
UD
646 * sysdeps/x86_64/dla.h: Move to ...
647 * sysdeps/x86_64/fpu/dla.h: ...here.
648 (DLA_FMS): Some compilers fail to inline __builtin_fma in some
649 situations. Use __builtin_fma only for gcc 4.6 and up.
a0cf1edd 650
af968f62
UD
651 * config.make.in: Add have-mfma4 entry.
652 * configure.in: Substitute libc_cv_cc_fma4.
653 * math/Makefile (dbl-only-routines): Add sincostab.
654 * sysdeps/ieee754/dbl-64/dosincos.c: Don't include sincos.tbl.
655 Use __sincostab not sincos.
656 * sysdeps/ieee754/dbl-64/e_asin.c: Don't define aliases when function
657 name is a macro.
658 * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
659 * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
660 * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
661 * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise. Define singArctan2
662 using __copysign.
663 * sysdeps/ieee754/dbl-64/mpa.c: Don't export __acr. Don't define
664 __cr and __cpymn. Define __cpy unless NO___CPY is defined. Define
665 norm, denorm, and __mp_dbl unless NO___MP_DBL is defined.
666 * sysdeps/ieee754/dbl-64/mpa.h: Don't declare __acr, __cr, __cpymn,
667 and __inv.
668 * sysdeps/ieee754/dbl-64/mpsqrt.c: Make fastiroot static.
669 * sysdeps/ieee754/dbl-64/s_atan.c: Define __signArctan using
670 __copysign.
671 * sysdeps/ieee754/dbl-64/s_sin.c: Use __sincostab not sincos. Don't
672 define aliases when function name is a macro.
673 * sysdeps/ieee754/dbl-64/sincostab.c: Renamed from
674 sysdeps/ieee754/dbl-64/sincos.tbl.
675 * sysdeps/x86_64/fpu/multiarch/Makefile: Add entries to build
676 fma4-enabled routines.
677 * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: New file.
678 * sysdeps/x86_64/fpu/multiarch/doasin-fma4.c: New file.
679 * sysdeps/x86_64/fpu/multiarch/dosincos-fma4.c: New file.
680 * sysdeps/x86_64/fpu/multiarch/e_asin-fma4.c: New file.
681 * sysdeps/x86_64/fpu/multiarch/e_asin.c: New file.
682 * sysdeps/x86_64/fpu/multiarch/e_atan2-fma4.c: New file.
683 * sysdeps/x86_64/fpu/multiarch/e_atan2.c: New file.
684 * sysdeps/x86_64/fpu/multiarch/e_exp-fma4.c: New file.
685 * sysdeps/x86_64/fpu/multiarch/e_exp.c: New file.
686 * sysdeps/x86_64/fpu/multiarch/e_log-fma4.c: New file.
687 * sysdeps/x86_64/fpu/multiarch/e_log.c: New file.
688 * sysdeps/x86_64/fpu/multiarch/e_pow-fma4.c: New file.
689 * sysdeps/x86_64/fpu/multiarch/e_pow.c: New file.
690 * sysdeps/x86_64/fpu/multiarch/halfulp-fma4.c: New file.
691 * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: New file.
692 * sysdeps/x86_64/fpu/multiarch/mpatan-fma4.c: New file.
693 * sysdeps/x86_64/fpu/multiarch/mpatan2-fma4.c: New file.
694 * sysdeps/x86_64/fpu/multiarch/mpexp-fma4.c: New file.
695 * sysdeps/x86_64/fpu/multiarch/mplog-fma4.c: New file.
696 * sysdeps/x86_64/fpu/multiarch/mpsqrt-fma4.c: New file.
697 * sysdeps/x86_64/fpu/multiarch/mptan-fma4.c: New file.
698 * sysdeps/x86_64/fpu/multiarch/s_atan-fma4.c: New file.
699 * sysdeps/x86_64/fpu/multiarch/s_atan.c: New file.
700 * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c: New file.
701 * sysdeps/x86_64/fpu/multiarch/s_sin.c: New file.
702 * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c: New file.
703 * sysdeps/x86_64/fpu/multiarch/s_tan.c: New file.
704 * sysdeps/x86_64/fpu/multiarch/sincos32-fma4.c: New file.
705 * sysdeps/x86_64/fpu/multiarch/slowexp-fma4.c: New file.
706 * sysdeps/x86_64/fpu/multiarch/slowpow-fma4.c: New file.
707
58985aa9
UD
708 * sysdeps/ieee754/dbl-64/doasin.c: Adjust for DLA_FMA -> DLA_FMS
709 rename.
710 * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
711 * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
712 * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
713 * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
714 * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
715 * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
716 * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
717 * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
718
a201fbcf
AS
7192011-10-24 Andreas Schwab <schwab@redhat.com>
720
721 * wcsmbs/wcslen.c: Don't define WCSLEN, reverse logic.
722
fc2ee42a
LD
7232011-10-23 Ulrich Drepper <drepper@gmail.com>
724
bb3129bd
UD
725 * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: New file.
726
0275fff8
UD
727 * sysdeps/ieee754/dbl-64/e_fmod.c (__ieee754_fmod): Add some branch
728 prediction.
729 * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: New file.
730
2fa2ae85
UD
731 * string/strnlen.c: Don't define STRNLEN, reverse logic.
732 Remove unused variable magic_bits.
733 * sysdeps/i386/i686/multiarch/rtld-strnlen.c: New file.
734
fc2ee42a
LD
735 * string/strnlen.c: Define and use STRNLEN macro.
736 * sysdeps/i386/i686/multiarch/Makefile [string] (sysdep_routines):
737 Add strnlen-sse2, strnlen-c, wcslen-sse2, and wcslen-c.
738 * sysdeps/i386/i686/multiarch/strlen-sse2.S: Add support for strnlen.
739 * wcsmbs/wcslen.c: Define and use WCSLEN.
740 * sysdeps/i386/i686/multiarch/strnlen-c.c: New file.
741 * sysdeps/i386/i686/multiarch/strnlen-sse2.S: New file.
742 * sysdeps/i386/i686/multiarch/strnlen.S: New file.
743 * sysdeps/i386/i686/multiarch/wcslen-c.c: New file.
744 * sysdeps/i386/i686/multiarch/wcslen-sse2.S: New file.
745 * sysdeps/i386/i686/multiarch/wcslen.S: New file.
746 Patch by Liubov Dmitrieva <liubov.dmitrieva@gmail.com>.
747
ce7dd29f
LD
7482011-10-20 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
749
750 * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
751 strnlen-sse2-no-bsf.
752 Rename strlen-no-bsf to strlen-sse2-no-bsf.
753 * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Rename to
754 * sysdeps/x86_64/multiarch/strlen-sse2-no-bsf.S:
755 Add strnlen support.
756 (USE_AS_STRNLEN): New macro.
757 * sysdeps/x86_64/multiarch/strnlen-sse2-no-bsf.S: New file.
758 * sysdeps/x86_64/multiarch/strcat-ssse3.S: Update.
759 Rename strlen-no-bsf.S to strlen-sse2-no-bsf.S
760 * sysdeps/x86_64/wcslen.S: New file.
761
979c70a3
MZ
7622011-10-20 Michael Zolotukhin <michael.v.zolotukhin@gmail.com>
763
764 * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Update.
765 XMM-moves are used for copying on small sizes.
766
2d09f82f
LD
7672011-10-19 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
768
769 * wcsmbs/Makefile (strop-tests): Add wcschr.
770 * wcsmbs/test-wcschr.c: New file.
771 * string/test-strchr.c: Update.
772 Add wcschr support.
773 (WIDE): New macro.
774
619fccca
LD
7752011-10-18 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
776
2d09f82f 777 * wcsmbs/Makefile (strop-tests): Add wcslen.
619fccca
LD
778 * wcsmbs/test-wcslen.c: New file.
779 * string/test-strlen.c: Update.
780 Add wcslen support.
781 (WIDE): New macro.
782
09f699ea
UD
7832011-10-23 Ulrich Drepper <drepper@gmail.com>
784
785 * po/it.po: Update from translation team.
786
95584d3b
LD
7872011-09-22 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
788
789 * sysdeps/x86_64/wcscmp.S: Update.
790 Fix wrong comparison semantics.
791 wcscmp shall use signed comparison not unsigned.
792 Don't use substraction to avoid overflow bug.
793 * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: Likewise.
794 * wcsmbc/wcscmp.c: Likewise.
795 * string/test-strcmp.c: Likewise.
796 Add new tests to check cases with negative values.
797
c8b3296b
UD
7982011-10-23 Ulrich Drepper <drepper@gmail.com>
799
800 * sysdeps/ieee754/dbl-64/dla.h: Move DLA_FMA definition to...
801 * sysdeps/x86_64/dla.h: ...here. New file.
802 * sysdeps/ieee754/dbl-64/doasin.c: Use <dla.h> not "dla.h".
803 * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
804 * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
805 * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
806 * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
807 * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
808 * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
809 * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
810 * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
811
246ad57a
AS
8122011-10-23 Andreas Schwab <schwab@linux-m68k.org>
813
814 * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Add __jnl_finite and
815 __ynl_finite aliases.
816
a1a87169
UD
8172011-10-22 Ulrich Drepper <drepper@gmail.com>
818
0d355eb7
UD
819 * sysdeps/x86_64/fpu/libm-test-ulps: Update.
820
a1a87169
UD
821 * sysdeps/ieee754/dbl-64/dla.h: When compiling with FMA4 support
822 define DLA_FMA.
823 [DLA_FMA] (EMULV): Use DLA_FMA.
824 [DLA_FMA] (MUL12): Use EMULV.
825 * sysdeps/ieee754/dbl-64/doasin.c [DLA_FMA]: Don't define variables
826 that are not needed.
827 * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
828 * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
829 * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
830 * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
831 * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
832 * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
833 * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
834
ee2aafe0
AS
8352011-10-22 Andreas Schwab <schwab@linux-m68k.org>
836
837 * math/s_nan.c: Undef __nan.
838 * math/s_nanf.c: Undef __nanf.
839 * math/s_nanl.c: Undef __nanl.
840 * sysdeps/ieee754/ldbl-128ibm/s_atanl.c: Include <math.h> before
841 "math_private.h".
842
bc62c2fb
UD
8432011-10-22 Ulrich Drepper <drepper@gmail.com>
844
77425c63
UD
845 * math/s_catan.c: Add branch predictions.
846 * math/s_catanf.c: Likewise.
847 * math/s_catanh.c: Likewise.
848 * math/s_catanhf.c: Likewise.
849 * math/s_catanhl.c: Likewise.
850 * math/s_catanl.c: Likewise.
851 * math/s_cexp.c: Likewise.
852 * math/s_cexpf.c: Likewise.
853 * math/s_cexpl.c: Likewise.
854 * math/s_clog.c: Likewise.
855 * math/s_clog10.c: Likewise.
856 * math/s_clog10f.c: Likewise.
857 * math/s_clog10l.c: Likewise.
858 * math/s_clogf.c: Likewise.
859 * math/s_clogl.c: Likewise.
860 * math/s_csqrt.c: Likewise.
861 * math/s_csqrtf.c: Likewise.
862 * math/s_csqrtl.c: Likewise.
863 * math/s_ctanf.c: Likewise.
864 * math/s_ctanh.c: Likewise.
865 * math/s_ctanhf.c: Likewise.
866 * math/s_ctanhl.c: Likewise.
867 * math/s_ctanl.c: Likewise.
868
bc62c2fb
UD
869 * math/math_private.h: Define __nan, __nanf, __nanl.
870 * math/s_cacosh.c: Include <math_private.h>.
871 * math/s_cacoshl.c: Likewise.
872 * math/s_casinh.c: Likewise.
873 * math/s_casinhf.c: Likewise.
874 * math/s_casinhl.c: Likewise.
875 * math/s_ccos.c: Rely entire on ccosh.
876 * math/s_ccosf.c: Rely entire on ccoshf.
877 * math/s_ccosl.c: Rely entirely on ccoshl.
878 * math/s_ccosh.c: Add branch predicion helpers. Add branch prediction.
879 Remove tests for FE_INVALID.
880 * math/s_ccoshf.c: Likewise.
881 * math/s_ccoshl.c: Likewise.
882 * math/s_csin.c: Likewise.
883 * math/s_csinf.c: Likewise.
884 * math/s_csinh.c Likewise.
885 * math/s_csinhf.c: Likewise.
886 * math/s_csinhl.c: Likewise.
887 * math/s_csinl.c: Likewise.
888 * math/s_ctan.c: Likewise.
889 * sysdeps/ieee754/dbl-64/e_acosh.c: Use __ieee754_sqrt.
890 * sysdeps/ieee754/flt-32/e_acoshf.c: Use __ieee754_sqrtf.
891 * sysdeps/ieee754/ldbl-96/e_acoshl.c: Use __ieee754_sqrtl.
892
8ec250a4
UD
8932011-10-21 Ulrich Drepper <drepper@gmail.com>
894
c196fed8
UD
895 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Fix
896 compilation problems.
897
8ec250a4
UD
898 * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Add a few more
899 __builtin_expect.
900
8d4f46c6
UD
9012011-10-20 Ulrich Drepper <drepper@gmail.com>
902
ed72b654
UD
903 * sysdeps/i386/configure.in: Test for -mfma4 option.
904 * config.h.in: Add HAVE_FMA4_SUPPORT entry.
905 * sysdeps/x86_64/multiarch/init-arch.h: Define HAS_FMA4 and
906 COMMON_CPUID_INDEX_80000001.
907 * sysdeps/x86_64/multiarch/init-arch.c: Read 80000001 leaf for AMD.
908 * sysdeps/x86_64/fpu/multiarch/s_fma.c: Test for FMA4 support and
909 use it if FMA3 is not supported.
910 * sysdeps/x86_64/fpu/multiarch/s_fmaf.c: Likewise.
911
8d4f46c6
UD
912 * sysdeps/x86_64/multiarch/s_fma.c: Moved to ../fpu/multiarch.
913 * sysdeps/x86_64/multiarch/s_fmaf.c: Likewise.
914
d45c60c2
AS
9152011-10-20 Andreas Schwab <schwab@redhat.com>
916
917 [BZ #12892]
918 * elf/dl-fini.c (_dl_sort_fini): Ignore relocation dependency if
919 it would create a cycle with a link time dependency.
920
d9a4d2ab
UD
9212011-10-19 Ulrich Drepper <drepper@gmail.com>
922
855d1560
UD
923 * sysdeps/x86_64/multiarch/rawmemchr.S: Small optimization to safe an
924 instruction.
925 * string/Makefile (strop-tests): Add rawmemchr.
926 * string/test-rawmemchr.c: New file.
927
d9a4d2ab
UD
928 * sysdeps/x86_64/multiarch/init-arch.h: Define bit_AVX and index_AVX.
929 * sysdeps/x86_64/multiarch/strcmp-sse42.S: New file. Split out from...
930 * sysdeps/x86_64/multiarch/strcmp.S: ...here. Include strcmp-sse42.S
931 when compiling str{,n}casecmp and when AVX is available. Hook up
932 new optimized code in initializers.
933
8f3b1ffe
AS
9342011-10-19 Andreas Schwab <schwab@redhat.com>
935
936 * sysdeps/x86_64/fpu/math_private.h (libc_feupdateenv): Use
937 __feraiseexcept instead of feraiseexcept.
938
d38f1dba
UD
9392011-10-18 Ulrich Drepper <drepper@gmail.com>
940
d9a8d0ab
UD
941 * math/math_private.h: Define defaults for libc_fetestexcept and
942 libc_feupdateenv.
943 * sysdeps/ieee754/dbl-64/s_fma.c: Use libc_fe* interfaces.
944 * sysdeps/ieee754/dbl-64/s_fmaf.c: Likewise.
945 * sysdeps/ieee754/flt-32/e_exp2f.c: Likewise.
946 * sysdeps/ieee754/flt-32/e_expf.c: Likewise.
947 * sysdeps/ieee754/flt-32/s_nearbyintf.c: Likewise.
948 * sysdeps/x86_64/fpu/math_private.h: Define special versions of
949 libc_fetestexcept and libc_feupdateenv.
950
4855e3dd
UD
951 * math/math_private.h: Define defaults for libc_feholdexcept_setround,
952 libc_feholdexcept_setroundf, libc_feholdexcept_setroundl.
953 * sysdeps/ieee754/dbl-64/e_exp2.c: Use libc_feholdexcept_setround.
954 * sysdeps/x86_64/fpu/math_private.h: Define special version of
955 libc_feholdexcept_setround.
956
581d30e3
UD
957 * sysdeps/x86_64/fpu/multiarch/Makefile [math] (libm-sysdep-routines):
958 Add s_nearbyint-c and s_nearbyintf-c.
959 * sysdeps/x86_64/fpu/bits/mathinline.h: Define nearbyint and
960 nearbyintf inlines.
961 * sysdeps/x86_64/fpu/multiarch/s_nearbyint-c.c: New file.
962 * sysdeps/x86_64/fpu/multiarch/s_nearbyint.S: New file.
963 * sysdeps/x86_64/fpu/multiarch/s_nearbyintf-c.c: New file.
964 * sysdeps/x86_64/fpu/multiarch/s_nearbyintf.S: New file.
965
d38f1dba
UD
966 * math/math_private.h: Define defaults for libc_fegetround,
967 libc_fegetroundf, libc_fegetroundl, libc_fesetround, libc_fesetroundf,
968 libc_fesetroundl, libc_feholdexcept, libc_feholdexceptf,
969 libc_feholdexceptl, libc_fesetenv, libc_fesetenvf, libc_fesetenvl.
970 * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c: Use
971 libc_feholdexcept, libc_fesetround, libc_fesetenv instead of the
972 standard functions.
973 * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
974 Remove comments and hacks for old compiler versions.
975 * sysdeps/x86_64/fpu/math_private.h: Define special versions of
976 libc_fegetround, libc_fesetround, libc_feholdexcept, and
977 libc_feholdexceptl.
978
caa6c9d8
AS
9792011-10-18 Andreas Schwab <schwab@redhat.com>
980
981 * sysdeps/x86_64/fpu/bits/fenv.h: Add C linkage markers.
83c7615c
AS
982 (__feraiseexcept_renamed): Add __NTH.
983 (feraiseexcept): Add __NTH. Rename local variables to fix
caa6c9d8
AS
984 namespace violations.
985
97c066e6
UD
9862011-10-17 Ulrich Drepper <drepper@gmail.com>
987
99ce7b04
UD
988 * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Small optimization.
989
1004d182
UD
990 * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c: New file.
991
228a984d
UD
992 * sysdeps/x86_64/fpu/math_private.h: Relax asm requirements for
993 recently added interfaces.
994 * sysdeps/x86_64/fpu/bits/mathinline.h: Likewise.
995
c8553a6a
UD
996 * sysdeps/x86_64/fpu/math_private.h: Add some parenthesis to be safe
997 about macro parameter expansion.
998
ed22dcf6
UD
999 * sysdeps/x86_64/fpu/bits/mathinline.h: Don't define inlines if
1000 __NO_MATH_INLINES is defined. Cleanups.
1001
1002 * sysdeps/x86_64/fpu/math_private.h: Define __rint, __rintf, __floor,
1003 and __floorf is target has SSE4.1.
1004 * sysdeps/x86_64/fpu/multiarch/s_floor-c.c: Undef first.
1005 * sysdeps/x86_64/fpu/multiarch/s_floorf-c.: Likewise.
1006 * sysdeps/x86_64/fpu/multiarch/s_rint-c.c: Likewise.
1007 * sysdeps/x86_64/fpu/multiarch/s_rintf-c.c: Likewise.
1008
b171c137
UD
1009 * sysdeps/x86_64/fpu/bits/mathinline.h (floor): Use correct function
1010 name.
1011 (floorf): Likewise.
1012
97c066e6
UD
1013 * nscd/netgroupcache.c (addgetnetgrentX): Fix #ifdef nesting.
1014
629f62ef
AS
10152011-10-17 Andreas Schwab <schwab@redhat.com>
1016
49a43d80
AS
1017 * misc/sys/cdefs.h: Fix last change.
1018
629f62ef
AS
1019 * grp/initgroups.c (internal_getgrouplist): Fix initgroups
1020 database lookup.
1021
e453f6cd
UD
10222011-10-16 Ulrich Drepper <drepper@gmail.com>
1023
aa78043a
UD
1024 * misc/sys/cdefs.h: Use leaf function attribute in __THROW.
1025
ad0f5cad
UD
1026 * sysdeps/ieee754/dbl-64/s_ceil.c: Avoid alias renamed.
1027 * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
1028 * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
1029 * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
1030 * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
1031 * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c: Likewise.
1032 * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
1033 * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
1034 * sysdeps/ieee754/flt-32/s_rintf.c: Likewise.
1035 * sysdeps/x86_64/fpu/multiarch/Makefile: New file.
1036 * sysdeps/x86_64/fpu/multiarch/s_ceil-c.c: New file.
1037 * sysdeps/x86_64/fpu/multiarch/s_ceil.S: New file.
1038 * sysdeps/x86_64/fpu/multiarch/s_ceilf-c.c: New file.
1039 * sysdeps/x86_64/fpu/multiarch/s_ceilf.S: New file.
1040 * sysdeps/x86_64/fpu/multiarch/s_floor-c.c: New file.
1041 * sysdeps/x86_64/fpu/multiarch/s_floor.S: New file.
1042 * sysdeps/x86_64/fpu/multiarch/s_floorf-c.c: New file.
1043 * sysdeps/x86_64/fpu/multiarch/s_floorf.S: New file.
1044 * sysdeps/x86_64/fpu/multiarch/s_rint-c.c: New file.
1045 * sysdeps/x86_64/fpu/multiarch/s_rint.S: New file.
1046 * sysdeps/x86_64/fpu/multiarch/s_rintf-c.c: New file.
1047 * sysdeps/x86_64/fpu/multiarch/s_rintf.S: New file.
1048
1049 * sysdeps/x86_64/fpu/bits/mathinline.h: Add inlines for rint, rintf,
1050 ceil, ceilf, floor, floorf.
1051
1052 * elf/do-rel.h (elf_dynamic_do_Rel): Work around linker problem.
1053 Perform IRELATIVE relocations last.
1054
e453f6cd
UD
1055 * elf/do-rel.h: Add another parameter nrelative, replacing the
1056 local variable with the same name. Change name of the function
1057 to end in Rel or Rela (uppercase).
1058 * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Add new element
1059 nrelative to ranges. Only nonzero for DT_REL/DT_RELA. Pass to the
1060 elf_dynamic_do_##reloc function.
1061
fd5bdc09
UD
10622011-10-15 Ulrich Drepper <drepper@gmail.com>
1063
79b195b5
UD
1064 * sysdeps/i386/i686/fpu/e_log.S: No need for the fyl2xp1 use, fyl2x
1065 is sufficient, at least on modern CPUs.
1066
d4a28569
UD
1067 * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: New file.
1068
b61099b5
UD
1069 * sysdeps/ieee754/dbl-64/e_cosh.c: Cleanup.
1070 * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c: New file.
1071
bcf01e6d
UD
1072 * math/Versions [libm] (GLIBC_2.15): Add __exp_finite, __expf_finite,
1073 __expl_finite.
1074 * math/bits/math-finite.h: Add entries for exp.
1075 * math/e_expl.c: Add __*_finite alias.
1076 * sysdeps/i386/fpu/e_exp.S: Likewise.
1077 * sysdeps/i386/fpu/e_expf.S: Likewise.
1078 * sysdeps/i386/fpu/e_expl.c: Likewise.
1079 * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
1080 * sysdeps/ieee754/flt-32/e_expf.c: Likewise.
1081 * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
1082 * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
1083 * sysdeps/ieee754/dbl-64/w_exp.c: Complete rewrite.
1084 * sysdeps/ieee754/flt-32/w_expf.c: Likewise.
1085 * sysdeps/ieee754/ldbl-96/w_expl.c: Likewise.
1086
ba1a0d59
UD
1087 * sysdeps/i386/i686/fpu/e_logf.S: No need for the fyl2xp1 use, fyl2x
1088 is sufficient, at least on modern CPUs.
1089
fd5bdc09
UD
1090 * ctype/ctype-info.c (__ctype_init): Define.
1091 * include/ctype.h (__ctype_init): Declare.
1092 (__ctype_b_loc): The variable is always initialized.
1093 (__ctype_toupper_loc): Likewise.
1094 (__ctype_tolower_loc): Likewise.
1095 * ctype/Versions: Export __ctype_init for GLIBC_PRIVATE.
1096 * sysdeps/unix/sysv/linux/init-first.c (_init): Call __ctype_init.
1097
7872cfb0
AS
10982011-10-15 Andreas Schwab <schwab@linux-m68k.org>
1099
b468825a
AS
1100 * wcsmbs/wmemcmp.c (WMEMCMP): Define.
1101
7872cfb0
AS
1102 * configure.in: Also look in $cxxmachine/include for C++ system
1103 headers.
1104
be13f7bf
LD
11052011-09-27 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
1106
1107 * sysdeps/x86_64/multiarch/Makefile: (sysdep_routines): Add
1108 memcmp-ssse3 wmemcmp-sse4 wmemcmp-ssse3 wmemcmp-c
1109 * sysdeps/x86_64/multiarch/memcmp-ssse3: New file.
1110 * sysdeps/x86_64/multiarch/memcmp.S: Update. Add __memcmp_ssse3.
1111 * sysdeps/x86_64/multiarch/memcmp-sse4.S: Update.
1112 (USE_AS_WMEMCMP): New macro.
1113 Fixing indents.
1114 * sysdeps/x86_64/multiarch/wmemcmp.S: New file.
1115 * sysdeps/x86_64/multiarch/wmemcmp-ssse3.S: New file.
1116 * sysdeps/x86_64/multiarch/wmemcmp-sse4.S: New file.
1117 * sysdeps/x86_64/multiarch/wmemcmp-c.S: New file.
1118 * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
1119 wmemcmp-ssse3 wmemcmp-sse4 wmemcmp-c
1120 * sysdeps/i386/i686/multiarch/wmemcmp.S: New file.
1121 * sysdeps/i386/i686/multiarch/wmemcmp-c.c: New file.
1122 * sysdeps/i386/i686/multiarch/wmemcmp-ssse3.S: New file.
1123 * sysdeps/i386/i686/multiarch/wmemcmp-sse4.S: New file.
1124 * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Update.
1125 (USE_AS_WMEMCMP): New macro.
1126 * sysdeps/i386/i686/multiarch/memcmp-ssse3: Likewise.
1127 * sysdeps/string/test-memcmp.c: Update.
1128 Fix simple_wmemcmp.
1129 Add new tests.
1130 * wcsmbs/wmemcmp.c: Update.
1131 (WMEMCMP): New macro.
1132 Fix overflow bug.
1133
556a2007
AJ
11342011-10-12 Andreas Jaeger <aj@suse.de>
1135
1136 [BZ #13268]
1137 * math/bits/mathcalls.h: Mark argument 2 of modf as non-null.
1138
538faaa7
UD
11392011-10-15 Ulrich Drepper <drepper@gmail.com>
1140
ab6737ff
UD
1141 * libio/iofwide.c (do_length): Avoid warning.
1142
538faaa7
UD
1143 * ctype/ctype.h (__isctype_f): Add missing __THROW.
1144
396a21b1
UD
11452011-10-14 Ulrich Drepper <drepper@gmail.com>
1146
cdf2901f
UD
1147 * elf/pldd-xx.c (find_maps): Remove leftover debug message.
1148
38ad40ce
UD
1149 * sysdeps/i386/fpu/e_log.S: Add real definition of __log_finite.
1150 * sysdeps/i386/fpu/e_logf.S: Add real definition of __logf_finite.
1151 * sysdeps/i386/fpu/e_logl.S: Add real definition of __logl_finite.
1152 * sysdeps/i386/i686/fpu/e_log.S: New file.
1153 * sysdeps/i386/i686/fpu/e_logf.S: New file.
1154 * sysdeps/i386/i686/fpu/e_logl.S: New file.
1155
396a21b1
UD
1156 * ctype/ctype.h: Add support for inlined isXXX functions when
1157 compiling C++ code.
1158
6b1f68c9
AS
11592011-10-14 Andreas Schwab <schwab@redhat.com>
1160
349290c0
AS
1161 * sysdeps/s390/fpu/libm-test-ulps: Adjust ULPs for jn tests.
1162
6b1f68c9
AS
1163 * sysdeps/x86_64/fpu/fraiseexcpt.c: Fix last change.
1164
f2282d42
RM
11652011-10-13 Roland McGrath <roland@hack.frob.com>
1166
1167 [BZ #13291]
1168 * manual/string.texi (String/Array Comparison): Typo fix in strverscmp.
1169
5298ffa8
AS
11702011-10-13 Andreas Schwab <schwab@redhat.com>
1171
714fad23
AS
1172 * sysdeps/x86_64/fpu/fraiseexcpt.c: Add __feraiseexcept alias.
1173 * sysdeps/x86_64/fpu/feupdateenv.c: Use __feraiseexcept instead of
1174 feraiseexcept.
1175
81dcc7fb
AS
1176 * sysdeps/x86_64/memrchr.S: Check for zero size.
1177
5298ffa8
AS
1178 * string/stratcliff.c: Add memrchr tests.
1179
951fbcec
LD
11802011-10-12 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
1181
1182 * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
1183 memchr-sse2 memchr-sse2-bsf memrchr-sse2 memrchr-sse2-bsf memrchr-c
1184 rawmemchr-sse2 rawmemchr-sse2-bsf.
1185 * sysdeps/i386/i686/multiarch/memchr.S: New file.
1186 * sysdeps/i386/i686/multiarch/memchr-sse2.S: New file.
1187 * sysdeps/i386/i686/multiarch/memchr-sse2-bsf.S: New file.
1188 * sysdeps/i386/i686/multiarch/memrchr.S: New file.
1189 * sysdeps/i386/i686/multiarch/memrchr-c.c: New file.
1190 * sysdeps/i386/i686/multiarch/memrchr-sse2.S: New file.
1191 * sysdeps/i386/i686/multiarch/memrchr-sse2-bsf.S: New file.
1192 * sysdeps/i386/i686/multiarch/rawmemchr.S: New file.
1193 * sysdeps/i386/i686/multiarch/rawmemchr-sse2.S: New file.
1194 * sysdeps/i386/i686/multiarch/rawmemchr-sse2-bsf.S: New file.
1195 * string/memrchr.c (MEMRCHR): New macro.
1196
0ac5ae23
UD
11972011-10-12 Ulrich Drepper <drepper@gmail.com>
1198
1199 Add integration with gcc's -ffinite-math-only and optimize wrapper
1200 functions in libm.
1201 * Versions.def: Define GLIBC_2.15 version for libm.
1202 * math/Makefile (headers): Add bits/math-finite.h.
1203 * math/bits/math-finite.h: New file.
1204 * sysdeps/ia64/fpu/bits/math-finite.h: New file.
1205 * math/Versions [libm] (GLIBC_2.15): Export __*_finite symbols.
1206 * math/e_acoshl.c: Add __*_finite alias.
1207 * math/e_acosl.c: Likewise.
1208 * math/e_asinl.c: Likewise.
1209 * math/e_atan2l.c: Likewise.
1210 * math/e_atanhl.c: Likewise.
1211 * math/e_coshl.c: Likewise.
1212 * math/e_exp10.c: Likewise.
1213 * math/e_exp10f.c: Likewise.
1214 * math/e_exp10l.c: Likewise.
1215 * math/e_exp2l.c: Likewise.
1216 * math/e_fmodl.c: Likewise.
1217 * math/e_gammal_r.c: Likewise.
1218 * math/e_hypotl.c: Likewise.
1219 * math/e_j0l.c: Likewise.
1220 * math/e_j1l.c: Likewise.
1221 * math/e_jnl.c: Likewise.
1222 * math/e_lgammal_r.c: Likewise.
1223 * math/e_log10l.c: Likewise.
1224 * math/e_log2l.c: Likewise.
1225 * math/e_logl.c: Likewise.
1226 * math/e_powl.c: Likewise.
1227 * math/e_sinhl.c: Likewise.
1228 * math/e_sqrtl.c: Likewise.
1229 * math/e_scalb.c: Completely rewritten and optimized.
1230 * math/e_scalbf.c: Likewise.
1231 * math/e_scalbl.c: Likewise.
1232 * math/w_acos.c: Likewise.
1233 * math/w_acosf.c: Likewise.
1234 * math/w_acosl.c: Likewise.
1235 * math/w_acosh.c: Likewise.
1236 * math/w_acoshf.c: Likewise.
1237 * math/w_acoshl.c: Likewise.
1238 * math/w_asin.c: Likewise.
1239 * math/w_asinf.c: Likewise.
1240 * math/w_asinl.c: Likewise.
1241 * math/w_atan2.c: Likewise.
1242 * math/w_atan2f.c: Likewise.
1243 * math/w_atan2l.c: Likewise.
1244 * math/w_atanh.c: Likewise.
1245 * math/w_atanhf.c: Likewise.
1246 * math/w_atanhl.c: Likewise.
1247 * math/w_exp10.c: Likewise.
1248 * math/w_exp10f.c: Likewise.
1249 * math/w_exp10l.c: Likewise.
1250 * math/w_fmod.c: Likewise.
1251 * math/w_fmodf.c: Likewise.
1252 * math/w_fmodl.c: Likewise.
1253 * math/w_j0.c: Likewise.
1254 * math/w_j0f.c: Likewise.
1255 * math/w_j0l.c: Likewise.
1256 * math/w_j1.c: Likewise.
1257 * math/w_j1f.c: Likewise.
1258 * math/w_j1l.c: Likewise.
1259 * math/w_jn.c: Likewise.
1260 * math/w_jnf.c: Likewise.
1261 * math/w_log.c: Likewise.
1262 * math/w_logf.c: Likewise.
1263 * math/w_logl.c: Likewise.
1264 * math/w_log10.c: Likewise.
1265 * math/w_log10f.c: Likewise.
1266 * math/w_log10l.c: Likewise.
1267 * math/w_log2.c: Likewise.
1268 * math/w_log2f.c: Likewise.
1269 * math/w_log2l.c: Likewise.
1270 * math/w_pow.c: Likewise.
1271 * math/w_powf.c: Likewise.
1272 * math/w_powl.c: Likewise.
1273 * math/w_remainder.c: Likewise.
1274 * math/w_remainderf.c: Likewise.
1275 * math/w_remainderl.c: Likewise.
1276 * math/w_scalb.c: Likewise.
1277 * math/w_scalbf.c: Likewise.
1278 * math/w_scalbl.c: Likewise.
1279 * math/w_sqrt.c: Likewise.
1280 * math/w_sqrtf.c: Likewise.
1281 * math/w_sqrtl.c: Likewise.
1282 * math/math.h: Define __MATH_DECLARE_LDOUBLE if long double functions
1283 are declared. Include <bits/math-finite.h> if -ffinite-math-only is
1284 used.
1285 * math/math_private.h: Declare __kernel_standard_f.
1286 * math/w_cosh.c: Remove cruft and optimize a bit.
1287 * math/w_coshf.c: Likewise.
1288 * math/w_coshl.c: Likewise.
1289 * math/w_exp2.c: Likewise.
1290 * math/w_exp2f.c: Likewise.
1291 * math/w_exp2l.c: Likewise.
1292 * math/w_hypot.c: Likewise.
1293 * math/w_hypotf.c: Likewise.
1294 * math/w_hypotl.c: Likewise.
1295 * math/w_lgamma.c: Likewise.
1296 * math/w_lgamma_r.c: Likewise.
1297 * math/w_lgammaf.c: Likewise.
1298 * math/w_lgammaf_r.c: Likewise.
1299 * math/w_lgammal.c: Likewise.
1300 * math/w_lgammal_r.c: Likewise.
1301 * math/w_sinh.c: Likewise.
1302 * math/w_sinhf.c: Likewise.
1303 * math/w_sinhl.c: Likewise.
1304 * math/w_tgamma.c: Likewise.
1305 * math/w_tgammaf.c: Likewise.
1306 * math/w_tgammal.c: Likewise.
1307 * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
1308 * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
1309 * sysdeps/i386/fpu/e_acos.S: Add __*_finite alias.
1310 Minor optimizations. Pretty printing. Remove cruft.
1311 * sysdeps/i386/fpu/e_acosf.S: Likewise.
1312 * sysdeps/i386/fpu/e_acosh.S: Likewise.
1313 * sysdeps/i386/fpu/e_acoshf.S: Likewise.
1314 * sysdeps/i386/fpu/e_acoshl.S: Likewise.
1315 * sysdeps/i386/fpu/e_acosl.c: Likewise.
1316 * sysdeps/i386/fpu/e_asin.S: Likewise.
1317 * sysdeps/i386/fpu/e_asinf.S: Likewise.
1318 * sysdeps/i386/fpu/e_atan2.S: Likewise.
1319 * sysdeps/i386/fpu/e_atan2f.S: Likewise.
1320 * sysdeps/i386/fpu/e_atan2l.c: Likewise.
1321 * sysdeps/i386/fpu/e_atanh.S: Likewise.
1322 * sysdeps/i386/fpu/e_atanhf.S: Likewise.
1323 * sysdeps/i386/fpu/e_atanhl.S: Likewise.
1324 * sysdeps/i386/fpu/e_exp10.S: Likewise.
1325 * sysdeps/i386/fpu/e_exp10f.S: Likewise.
1326 * sysdeps/i386/fpu/e_exp10l.S: Likewise.
1327 * sysdeps/i386/fpu/e_exp2.S: Likewise.
1328 * sysdeps/i386/fpu/e_exp2f.S: Likewise.
1329 * sysdeps/i386/fpu/e_exp2l.S: Likewise.
1330 * sysdeps/i386/fpu/e_fmod.S: Likewise.
1331 * sysdeps/i386/fpu/e_fmodf.S: Likewise.
1332 * sysdeps/i386/fpu/e_fmodl.c: Likewise.
1333 * sysdeps/i386/fpu/e_hypot.S: Likewise.
1334 * sysdeps/i386/fpu/e_hypotf.S: Likewise.
1335 * sysdeps/i386/fpu/e_log.S: Likewise.
1336 * sysdeps/i386/fpu/e_log10.S: Likewise.
1337 * sysdeps/i386/fpu/e_log10f.S: Likewise.
1338 * sysdeps/i386/fpu/e_log10l.S: Likewise.
1339 * sysdeps/i386/fpu/e_log2.S: Likewise.
1340 * sysdeps/i386/fpu/e_log2f.S: Likewise.
1341 * sysdeps/i386/fpu/e_log2l.S: Likewise.
1342 * sysdeps/i386/fpu/e_logf.S: Likewise.
1343 * sysdeps/i386/fpu/e_logl.S: Likewise.
1344 * sysdeps/i386/fpu/e_pow.S: Likewise.
1345 * sysdeps/i386/fpu/e_powf.S: Likewise.
1346 * sysdeps/i386/fpu/e_powl.S: Likewise.
1347 * sysdeps/i386/fpu/e_remainder.S: Likewise.
1348 * sysdeps/i386/fpu/e_remainderf.S: Likewise.
1349 * sysdeps/i386/fpu/e_remainderl.S: Likewise.
1350 * sysdeps/i386/fpu/e_scalb.S: Likewise.
1351 * sysdeps/i386/fpu/e_scalbf.S: Likewise.
1352 * sysdeps/i386/fpu/e_scalbl.S: Likewise.
1353 * sysdeps/i386/fpu/e_sqrt.S: Likewise.
1354 * sysdeps/i386/fpu/e_sqrtf.S: Likewise.
1355 * sysdeps/i386/fpu/e_sqrtl.c: Likewise.
1356 * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
1357 * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
1358 * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
1359 * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
1360 * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
1361 * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
1362 * sysdeps/ieee754/dbl-64/e_gamma_r.c: Likewise.
1363 * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
1364 * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
1365 * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
1366 * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
1367 * sysdeps/ieee754/dbl-64/e_lgamma_r.c: Likewise.
1368 * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
1369 * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
1370 * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
1371 * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
1372 * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
1373 * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
1374 * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
1375 * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
1376 * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
1377 * sysdeps/ieee754/flt-32/e_acosf.c: Likewise.
1378 * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
1379 * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
1380 * sysdeps/ieee754/flt-32/e_atan2f.c: Likewise.
1381 * sysdeps/ieee754/flt-32/e_coshf.c: Likewise.
1382 * sysdeps/ieee754/flt-32/e_exp2f.c: Likewise.
1383 * sysdeps/ieee754/flt-32/e_fmodf.c: Likewise.
1384 * sysdeps/ieee754/flt-32/e_gammaf_r.c: Likewise.
1385 * sysdeps/ieee754/flt-32/e_hypotf.c: Likewise.
1386 * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
1387 * sysdeps/ieee754/flt-32/e_j1f.c: Likewise.
1388 * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
1389 * sysdeps/ieee754/flt-32/e_lgammaf_r.c: Likewise.
1390 * sysdeps/ieee754/flt-32/e_log10f.c: Likewise.
1391 * sysdeps/ieee754/flt-32/e_log2f.c: Likewise.
1392 * sysdeps/ieee754/flt-32/e_logf.c: Likewise.
1393 * sysdeps/ieee754/flt-32/e_powf.c: Likewise.
1394 * sysdeps/ieee754/flt-32/e_remainderf.c: Likewise.
1395 * sysdeps/ieee754/flt-32/e_sinhf.c: Likewise.
1396 * sysdeps/ieee754/flt-32/e_sqrtf.c: Likewise.
1397 * sysdeps/ieee754/flt-32/s_asinhf.c: Likewise.
1398 * sysdeps/ieee754/ldbl-128/e_acoshl.c: Likewise.
1399 * sysdeps/ieee754/ldbl-128/e_acosl.c: Likewise.
1400 * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
1401 * sysdeps/ieee754/ldbl-128/e_atan2l.c: Likewise.
1402 * sysdeps/ieee754/ldbl-128/e_atanhl.c: Likewise.
1403 * sysdeps/ieee754/ldbl-128/e_coshl.c: Likewise.
1404 * sysdeps/ieee754/ldbl-128/e_fmodl.c: Likewise.
1405 * sysdeps/ieee754/ldbl-128/e_gammal_r.c: Likewise.
1406 * sysdeps/ieee754/ldbl-128/e_hypotl.c: Likewise.
1407 * sysdeps/ieee754/ldbl-128/e_j0l.c: Likewise.
1408 * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
1409 * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
1410 * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Likewise.
1411 * sysdeps/ieee754/ldbl-128/e_log10l.c: Likewise.
1412 * sysdeps/ieee754/ldbl-128/e_log2l.c: Likewise.
1413 * sysdeps/ieee754/ldbl-128/e_logl.c: Likewise.
1414 * sysdeps/ieee754/ldbl-128/e_powl.c: Likewise.
1415 * sysdeps/ieee754/ldbl-128/e_remainderl.c: Likewise.
1416 * sysdeps/ieee754/ldbl-128/e_sinhl.c: Likewise.
1417 * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c: Likewise.
1418 * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
1419 * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
1420 * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c: Likewise.
1421 * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c: Likewise.
1422 * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Likewise.
1423 * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Likewise.
1424 * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c: Likewise.
1425 * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c: Likewise.
1426 * sysdeps/ieee754/ldbl-128ibm/e_log10l.c: Likewise.
1427 * sysdeps/ieee754/ldbl-128ibm/e_log2l.c: Likewise.
1428 * sysdeps/ieee754/ldbl-128ibm/e_logl.c: Likewise.
1429 * sysdeps/ieee754/ldbl-128ibm/e_powl.c: Likewise.
1430 * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c: Likewise.
1431 * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
1432 * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c: Likewise.
1433 * sysdeps/ieee754/ldbl-96/e_acoshl.c: Likewise.
1434 * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
1435 * sysdeps/ieee754/ldbl-96/e_atan2l.c: Likewise.
1436 * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
1437 * sysdeps/ieee754/ldbl-96/e_coshl.c: Likewise.
1438 * sysdeps/ieee754/ldbl-96/e_gammal_r.c: Likewise.
1439 * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
1440 * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
1441 * sysdeps/ieee754/ldbl-96/e_j1l.c: Likewise.
1442 * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
1443 * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Likewise.
1444 * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
1445 * sysdeps/ieee754/ldbl-96/e_sinhl.c: Likewise.
1446 * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
1447 * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
1448 * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
1449 * sysdeps/powerpc/fpu/e_sqrt.c: Likewise.
1450 * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
1451 * sysdeps/powerpc/powerpc64/fpu/e_sqrt.c: Likewise.
1452 * sysdeps/powerpc/powerpc64/fpu/e_sqrtf.c: Likewise.
1453 * sysdeps/s390/fpu/e_sqrt.c: Likewise.
1454 * sysdeps/s390/fpu/e_sqrtf.c: Likewise.
1455 * sysdeps/s390/fpu/e_sqrtl.c: Likewise.
1456 * sysdeps/sparc/sparc32/e_sqrt.c: Likewise.
1457 * sysdeps/sparc/sparc64/fpu/e_sqrtl.c: Likewise.
1458 * sysdeps/x86_64/fpu/e_exp2l.S: Likewise.
1459 * sysdeps/x86_64/fpu/e_fmodl.S: Likewise.
1460 * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
1461 * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
1462 * sysdeps/x86_64/fpu/e_logl.S: Likewise.
1463 * sysdeps/x86_64/fpu/e_powl.S: Likewise.
1464 * sysdeps/x86_64/fpu/e_remainderl.S: Likewise.
1465 * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
1466 * sysdeps/x86_64/fpu/e_sqrt.c: Likewise. Fix parameter order
1467 * sysdeps/x86_64/fpu/e_sqrtf.c: Likewise.
1468 * sysdeps/x86_64/fpu/math_private.h (__isnan): Cast d parameter.
1469 (__isnanf): Likewise.
1470 (__isinf_ns): Likewise.
1471 (__isinf_nsf): Likewise.
1472 (__finite): Likewise.
1473 (__finitef): Likewise.
1474 (__ieee754_sqrt): Define as macro.
1475 (__ieee754_sqrtf): Define as macro.
1476 (__ieee754_sqrtl): Define as macro.
1477 * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Add partially
1478 inlined copy.
1479 * sysdeps/x86_64/fpu/bits/mathinline.h: Make use of
1480 __FINITE_MATH_ONLY__ consistent.
1481 * sysdeps/ieee754/k_standard.c (__kernel_standard_f): New function.
1482
12cc2fcd
AS
14832011-10-10 Andreas Schwab <schwab@linux-m68k.org>
1484
a843a204
AS
1485 * inet/getnetgrent_r.c (nscd_getnetgrent): Use __rawmemchr instead
1486 of rawmemchr.
1487
12cc2fcd
AS
1488 * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c: New file.
1489
c853acd5
UD
14902011-10-09 Ulrich Drepper <drepper@gmail.com>
1491
1492 * po/ja.po: Update from translation team.
1493
c658d255
RM
14942011-10-08 Roland McGrath <roland@hack.frob.com>
1495
110946e4
RM
1496 * locale/programs/locarchive.c (prepare_address_space): New function.
1497 (create_archive, enlarge_archive, open_archive): Use it.
1498
50604220
RM
1499 * sysdeps/unix/sysv/linux/x86_64/time.c: Move #include <dl-vdso.h>
1500 inside [SHARED], where it is used.
1501
c658d255
RM
1502 * nscd/nscd_proto.h: Declare __nscd_setnetgrent.
1503
1504 * nss/getent.c (netgroup_keys): Remove unused variable.
1505 * sysdeps/ieee754/flt-32/s_isinf_nsf.c: Likewise.
1506
6a621eb7
UD
15072011-10-08 Ulrich Drepper <drepper@gmail.com>
1508
7edb55ce
UD
1509 * include/math.h: Declare __isinf_ns, __isinf_nsf, __isinf_nsl.
1510 * sysdeps/ieee754/dbl-64/s_isinf_ns.c: New file.
1511 * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf_ns.c: New file.
1512 * sysdeps/ieee754/flt-32/s_isinf_nsf.c: New file.
1513 * sysdeps/ieee754/ldbl-128/s_isinf_nsl.c: New file.
1514 * sysdeps/ieee754/ldbl-96/s_isinf_nsl.c: New file.
1515 * math/Makefile (libm-calls): Add s_isinf_ns.
1516 * math/divtc3.c: Use __isinf_nsl instead of isinf.
1517 * math/multc3.c: Likewise.
1518 * math/s_casin.c: Likewise.
1519 * math/s_casinf.c: Likewise.
1520 * math/s_casinl.c: Likewise.
1521 * math/s_ccos.c: Likewise.
1522 * math/s_ccosf.c: Likewise.
1523 * math/s_ccosl.c: Likewise.
1524 * math/s_ctan.c: Likewise.
1525 * math/s_ctanf.c: Likewise.
1526 * math/s_ctanh.c: Likewise.
1527 * math/s_ctanhf.c: Likewise.
1528 * math/s_ctanhl.c: Likewise.
1529 * math/s_ctanl.c: Likewise.
1530 * math/w_fmod.c: Likewise.
1531 * math/w_fmodf.c: Likewise.
1532 * math/w_fmodl.c: Likewise.
1533 * math/w_remainder.c: Likewise.
1534 * math/w_remainderf.c: Likewise.
1535 * math/w_remainderl.c: Likewise.
1536 * sysdeps/ieee754/dbl-64/s_finite.c: Undefine __finite.
1537 * sysdeps/ieee754/dbl-64/s_isnan.c: Undefine __isnan.
1538 * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Undefine __finite.
1539 * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Undefine __nan.
1540 * sysdeps/ieee754/flt-32/s_finitef.c: Undefine __finitef.
1541 * sysdeps/ieee754/flt-32/s_isnanf.c: Undefine __nan.
1542 * sysdeps/x86_64/fpu/math_private.h: Add optimized versions of __isnsn,
1543 __isnanf, __isinf_ns, __isinf_nsf, __finite, and __finitef.
1544
187da0ae
UD
1545 * stdio-common/printf_fp.c: Use the fact that isinf returns the sign
1546 of the number.
1547 * stdio-common/printf_fphex.c: Likewise.
1548 * stdio-common/printf_size.c: Likewise.
1549
9277c064
UD
1550 * math/e_exp10.c: Include math_private.h using <...> not "...".
1551 * math/e_exp10f.c: Likewise.
1552 * math/e_exp10l.c: Likewise.
1553 * math/e_exp2l.c: Likewise.
1554 * math/e_j0l.c: Likewise.
1555 * math/e_j1l.c: Likewise.
1556 * math/e_jnl.c: Likewise.
1557 * math/e_lgammal_r.c: Likewise.
1558 * math/e_rem_pio2l.c: Likewise.
1559 * math/e_scalb.c: Likewise.
1560 * math/e_scalbf.c: Likewise.
1561 * math/e_scalbl.c: Likewise.
1562 * math/k_cosl.c: Likewise.
1563 * math/k_sinl.c: Likewise.
1564 * math/k_tanl.c: Likewise.
1565 * math/s_cacoshf.c: Likewise.
1566 * math/s_catan.c: Likewise.
1567 * math/s_catanf.c: Likewise.
1568 * math/s_catanh.c: Likewise.
1569 * math/s_catanhf.c: Likewise.
1570 * math/s_catanhl.c: Likewise.
1571 * math/s_catanl.c: Likewise.
1572 * math/s_ccosh.c: Likewise.
1573 * math/s_ccoshf.c: Likewise.
1574 * math/s_ccoshl.c: Likewise.
1575 * math/s_cexp.c: Likewise.
1576 * math/s_cexpf.c: Likewise.
1577 * math/s_cexpl.c: Likewise.
1578 * math/s_clog.c: Likewise.
1579 * math/s_clog10.c: Likewise.
1580 * math/s_clog10f.c: Likewise.
1581 * math/s_clog10l.c: Likewise.
1582 * math/s_clogf.c: Likewise.
1583 * math/s_clogl.c: Likewise.
1584 * math/s_csin.c: Likewise.
1585 * math/s_csinf.c: Likewise.
1586 * math/s_csinh.c: Likewise.
1587 * math/s_csinhf.c: Likewise.
1588 * math/s_csinhl.c: Likewise.
1589 * math/s_csinl.c: Likewise.
1590 * math/s_csqrt.c: Likewise.
1591 * math/s_csqrtf.c: Likewise.
1592 * math/s_csqrtl.c: Likewise.
1593 * math/s_ctan.c: Likewise.
1594 * math/s_ctanf.c: Likewise.
1595 * math/s_ctanh.c: Likewise.
1596 * math/s_ctanhf.c: Likewise.
1597 * math/s_ctanhl.c: Likewise.
1598 * math/s_ctanl.c: Likewise.
1599 * math/s_ldexp.c: Likewise.
1600 * math/s_ldexpf.c: Likewise.
1601 * math/s_ldexpl.c: Likewise.
1602 * math/s_significand.c: Likewise.
1603 * math/s_significandf.c: Likewise.
1604 * math/s_significandl.c: Likewise.
1605 * math/w_acos.c: Likewise.
1606 * math/w_acosf.c: Likewise.
1607 * math/w_acosh.c: Likewise.
1608 * math/w_acoshf.c: Likewise.
1609 * math/w_acoshl.c: Likewise.
1610 * math/w_acosl.c: Likewise.
1611 * math/w_asin.c: Likewise.
1612 * math/w_asinf.c: Likewise.
1613 * math/w_asinl.c: Likewise.
1614 * math/w_atan2.c: Likewise.
1615 * math/w_atan2f.c: Likewise.
1616 * math/w_atan2l.c: Likewise.
1617 * math/w_atanh.c: Likewise.
1618 * math/w_atanhf.c: Likewise.
1619 * math/w_atanhl.c: Likewise.
1620 * math/w_cosh.c: Likewise.
1621 * math/w_coshf.c: Likewise.
1622 * math/w_coshl.c: Likewise.
1623 * math/w_dremf.c: Likewise.
1624 * math/w_exp10.c: Likewise.
1625 * math/w_exp10f.c: Likewise.
1626 * math/w_exp10l.c: Likewise.
1627 * math/w_exp2.c: Likewise.
1628 * math/w_exp2f.c: Likewise.
1629 * math/w_fmod.c: Likewise.
1630 * math/w_fmodf.c: Likewise.
1631 * math/w_fmodl.c: Likewise.
1632 * math/w_hypot.c: Likewise.
1633 * math/w_hypotf.c: Likewise.
1634 * math/w_hypotl.c: Likewise.
1635 * math/w_j0.c: Likewise.
1636 * math/w_j0f.c: Likewise.
1637 * math/w_j0l.c: Likewise.
1638 * math/w_j1.c: Likewise.
1639 * math/w_j1f.c: Likewise.
1640 * math/w_j1l.c: Likewise.
1641 * math/w_jn.c: Likewise.
1642 * math/w_jnf.c: Likewise.
1643 * math/w_jnl.c: Likewise.
1644 * math/w_lgamma.c: Likewise.
1645 * math/w_lgamma_r.c: Likewise.
1646 * math/w_lgammaf.c: Likewise.
1647 * math/w_lgammaf_r.c: Likewise.
1648 * math/w_lgammal.c: Likewise.
1649 * math/w_lgammal_r.c: Likewise.
1650 * math/w_log.c: Likewise.
1651 * math/w_log10.c: Likewise.
1652 * math/w_log10f.c: Likewise.
1653 * math/w_log10l.c: Likewise.
1654 * math/w_log2.c: Likewise.
1655 * math/w_log2f.c: Likewise.
1656 * math/w_log2l.c: Likewise.
1657 * math/w_logf.c: Likewise.
1658 * math/w_logl.c: Likewise.
1659 * math/w_pow.c: Likewise.
1660 * math/w_powf.c: Likewise.
1661 * math/w_powl.c: Likewise.
1662 * math/w_remainder.c: Likewise.
1663 * math/w_remainderf.c: Likewise.
1664 * math/w_remainderl.c: Likewise.
1665 * math/w_scalb.c: Likewise.
1666 * math/w_scalbf.c: Likewise.
1667 * math/w_scalbl.c: Likewise.
1668 * math/w_sinh.c: Likewise.
1669 * math/w_sinhf.c: Likewise.
1670 * math/w_sinhl.c: Likewise.
1671 * math/w_sqrt.c: Likewise.
1672 * math/w_sqrtf.c: Likewise.
1673 * math/w_sqrtl.c: Likewise.
1674 * math/w_tgamma.c: Likewise.
1675 * math/w_tgammaf.c: Likewise.
1676 * math/w_tgammal.c: Likewise.
1677
6a621eb7
UD
1678 * po/ja.po: Update from translation team.
1679
bf582445
AJ
16802011-09-29 Andreas Jaeger <aj@suse.de>
1681
f9efbf3a
AJ
1682 [BZ #13179]
1683 * sunrpc/netname.c (netname2host): Fix logic.
1684
bf582445
AJ
1685 [BZ #6779]
1686 [BZ #6783]
1687 * math/w_remainderl.c (__remainderl): Handle (NaN, 0) and (Inf,y)
1688 correctly.
1689 * math/w_remainder.c (__remainder): Likewise.
1690 * math/w_remainderf.c (__remainderf): Likewise.
1691 * math/libm-test.inc (remainder_test): Add test cases.
1692
48693bea
AK
16932011-10-04 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
1694
1695 * stdlib/longlong.h: Update from GCC. Fix zarch smul_ppmm and
1696 sdiv_qrnnd.
1697
42622229
LD
16982011-10-07 Ulrich Drepper <drepper@gmail.com>
1699
1700 * string/test-memcmp.c: Avoid unncessary #defines.
1701 Patch by Liubov Dmitrieva <liubov.dmitrieva@gmail.com>.
1702
093ecf92
LD
17032011-08-31 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
1704
1705 * sysdeps/x86_64/multiarch/rawmemchr.S: Update.
1706 Use new sse2 version for core i3 - i7 as it's faster
1707 than sse42 version.
1708 (bit_Prefer_PMINUB_for_stringop): New.
1709 * sysdeps/x86_64/rawmemchr.S: Update.
1710 Replace with faster SSE2 version.
1711 * sysdeps/x86_64/memrchr.S: New file.
1712 * sysdeps/x86_64/memchr.S: Update.
1713 Replace with faster SSE2 version.
1714
fde56e5c
MP
17152011-09-12 Marek Polacek <mpolacek@redhat.com>
1716
1717 * elf/dl-load.c (lose): Add cast to avoid warning.
1718
21fd49a9
UD
17192011-10-07 Ulrich Drepper <drepper@gmail.com>
1720
5a06e643
UD
1721 * po/ca.po: Update from translation team.
1722
684ae515
UD
1723 * inet/getnetgrent_r.c: Hook up nscd.
1724 * nscd/Makefile (routines): Add nscd_netgroup.
1725 (nscd-modules): Add netgroupcache.
1726 (CFLAGS-netgroupcache.c): Define.
1727 * nscd/cache.c (readdfcts): Add entries for GETNETGRENT and INNETGR.
1728 (cache_search): Add const to second parameter.
1729 * nscd/connections.c (serv2str): Add entries for GETNETGRENT and
1730 INNETGR.
1731 (dbs): Add netgrdb entry.
1732 (reqinfo): Add entries for GETNETGRENT, INNETGR, and GETFDNETGR.
1733 (verify_persistent_db): Handle netgrdb.
1734 (handle_request): Handle GETNETGRENT, INNETGR, and GETFDNETGR.
1735 * nscd/nscd-client.h (request_type): Add GETNETGRENT, INNETGR, and
1736 GETFDNETGR.
1737 (netgroup_response_header): Define.
1738 (innetgroup_response_header): Define.
1739 (datahead): Add netgroup_response_header and innetgroup_response_header
1740 elements.
1741 * nscd/nscd.conf: Add entries for netgroup cache.
1742 * nscd/nscd.h (dbtype): Add netgrdb.
1743 (_PATH_NSCD_NETGROUP_DB): Define.
1744 (netgroup_iov_disabled): Declare.
1745 (xmalloc, xcalloc, xrealloc): Move declarations here.
1746 (cache_search): Adjust prototype.
1747 Add netgroup-related prototypes.
1748 * nscd/nscd_conf.c (dbnames): Add netgrdb entry.
1749 * nscd/nscd_proto.h (__nss_not_use_nscd_netgroup): Declare.
1750 (__nscd_innetgr): Declare.
1751 * nscd/selinux.c (perms): Use access_vector_t as element type and
1752 add netgroup-related initializers.
1753 * nscd/netgroupcache.c: New file.
1754 * nscd/nscd_netgroup.c: New file.
1755 * nss/Versions [libc] (GLIBC_PRIVATE): Export __nss_lookup.
1756 * nss/getent.c (netgroup_keys): Use setnetgrent only for one parameter.
1757 For four parameters use innetgr.
1758 * nss/nss_files/files-init.c: Add definition and callback for netgr.
1759 * nss/nsswitch.c (__nss_lookup): Add libc_hidden_def.
1760 (__nss_disable_nscd): Set __nss_not_use_nscd_netgroup.
1761 * nss/nsswitch.h (__nss_lookup): Add libc_hidden_proto.
1762
21fd49a9
UD
1763 * nscd/connections.c (register_traced_file): Don't register file
1764 for disabled databases.
1765
054c0457
UD
17662011-10-06 Ulrich Drepper <drepper@gmail.com>
1767
32b63198
UD
1768 * nscd/grpcache.c (cache_addgr): Initialize written in all cases.
1769
054c0457
UD
1770 * nss/nsswitch.c (__nss_lookup_function): Fix order of deleting
1771 from tree and freeing node.
1772
64031225
JO
17732011-09-25 Jiri Olsa <jolsa@redhat.com>
1774
1775 * nss/nsswitch.c (__nss_database_lookup): Handle
1776 nss_parse_service_list out of memory case.
1777
0490345c
JO
17782011-09-15 Jiri Olsa <jolsa@redhat.com>
1779
1780 * nss/nsswitch.c (__nss_lookup_function): Handle __tsearch
1781 out of memory case.
1782
3a62d00d
AS
17832011-10-04 Andreas Schwab <schwab@redhat.com>
1784
1785 * include/dlfcn.h (__RTLD_NOIFUNC): Define.
1786 * elf/do-rel.h (elf_dynamic_do_rel): Add parameter skip_ifunc and
1787 pass it down.
1788 * elf/dynamic-link.h: Adjust prototypes of elf_machine_rel,
1789 elf_machine_rela, elf_machine_lazy_rel.
1790 (_ELF_DYNAMIC_DO_RELOC): Add parameter skip_ifunc and pass it down.
1791 (ELF_DYNAMIC_DO_REL): Likewise.
1792 (ELF_DYNAMIC_DO_RELA): Likewise.
1793 (ELF_DYNAMIC_RELOCATE): Likewise.
1794 * elf/dl-reloc.c (_dl_relocate_object): Pass __RTLD_NOIFUNC down
1795 to ELF_DYNAMIC_DO_REL.
1796 * elf/rtld.c (_dl_start): Adjust use of ELF_DYNAMIC_RELOCATE.
1797 (dl_main): In trace mode always set __RTLD_NOIFUNC.
1798 * elf/dl-conflict.c (_dl_resolve_conflicts): Adjust call to
1799 elf_machine_rela.
1800 * sysdeps/i386/dl-machine.h (elf_machine_rel): Add parameter
1801 skip_ifunc, don't call ifunc function if non-zero.
1802 (elf_machine_rela): Likewise.
1803 (elf_machine_lazy_rel): Likewise.
1804 (elf_machine_lazy_rela): Likewise.
1805 * sysdeps/ia64/dl-machine.h (elf_machine_rela): Likewise.
1806 (elf_machine_lazy_rel): Likewise.
1807 * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_rela):
1808 Likewise.
1809 (elf_machine_lazy_rel): Likewise.
1810 * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
1811 Likewise.
1812 (elf_machine_lazy_rel): Likewise.
1813 * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela): Likewise.
1814 (elf_machine_lazy_rel): Likewise.
1815 * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela): Likewise.
1816 (elf_machine_lazy_rel): Likewise.
1817 * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
1818 (elf_machine_lazy_rel): Likewise.
1819 * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Likewise.
1820 (elf_machine_lazy_rel): Likewise.
1821 * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Likewise.
1822 (elf_machine_lazy_rel): Likewise.
1823 * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Likewise.
1824 (elf_machine_lazy_rel): Likewise.
1825
68577918
UD
18262011-09-28 Ulrich Drepper <drepper@gmail.com>
1827
1828 * nss/nss_files/files-init.c (_nss_files_init): Use static
1829 initialization for all the *_traced_file variables.
1830
68822d74
AS
18312011-09-28 Andreas Schwab <schwab@redhat.com>
1832
1833 * sysdeps/powerpc/fpu/libm-test-ulps: Adjust ULPs for jn tests.
1834
2056100b
RM
18352011-09-27 Roland McGrath <roland@hack.frob.com>
1836
1837 [BZ #13226]
1838 * manual/signal.texi (Longjmp in Handler): Grammar fixes.
1839
32c76b63
AS
18402011-09-27 Andreas Schwab <schwab@redhat.com>
1841
1842 * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn):
1843 Reread the line before reparsing it.
1844
bf972c9d
AS
18452011-09-26 Andreas Schwab <schwab@redhat.com>
1846
1847 * sysdeps/x86_64/fpu/bits/mathinline.h: Use __asm instead of asm.
1848
e057a1b5
JM
18492011-09-21 Chung-Lin Tang <cltang@codesourcery.com>
1850 Maxim Kuvyrkov <maxim@codesourcery.com>
1851 Joseph Myers <joseph@codesourcery.com>
1852
1853 * resolv/Makefile (LDLIBS-resolv.so): Link in $(elfobjdir)/ld.so
1854 if needed for __stack_chk_guard.
1855
bc7e1c36
RM
18562011-09-19 Roland McGrath <roland@hack.frob.com>
1857
ecb1482f
RM
1858 * sysdeps/posix/spawni.c (script_execute): Always define it.
1859 It will be optimized away if unused.
1860 (maybe_script_execute): New function.
1861 (__spawni): Call it.
1862
bc7e1c36
RM
1863 * Makerules: Don't include tls.make.
1864 (config-tls): Always set to thread.
1865 * tls.make.c: File removed.
1866
1c3b002b
MF
18672011-09-19 Mike Frysinger <vapier@gentoo.org>
1868
1869 * Makeconfig (CPPFLAGS): Prepend $(CPPFLAGS-config).
1870 * config.make.in (CPPFLAGS-config): New substituted variable.
1871
2840865d
UD
18722011-09-15 Ulrich Drepper <drepper@gmail.com>
1873
88738eb6
UD
1874 * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: New file.
1875
cbf645a6 1876 [BZ #13192]
2840865d
UD
1877 * sysdeps/unix/sysv/linux/bits/in.h (IP_MULTICAST_ALL): Define.
1878 Patch mostly by Neil Horman <nhorman@tuxdriver.com>.
1879
b402e91a
RM
18802011-09-15 Roland McGrath <roland@hack.frob.com>
1881
1882 * sysdeps/unix/sysv/linux/i386/____longjmp_chk.S
1883 (CALL_FAIL): Use HIDDEN_JUMPTARGET for __fortify_fail.
1884 * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S
1885 (CALL_FAIL): Likewise.
1886 * sysdeps/unix/sysv/linux/ia64/____longjmp_chk.S (CHECK_RSP): Likewise.
1887 (CALL_FAIL): Macro removed.
1888 Patch mostly by Mike Frysinger <vapier@gentoo.org>.
1889
4c1a1f71
UD
18902011-09-15 Ulrich Drepper <drepper@gmail.com>
1891
1892 * sysdeps/x86_64/fpu/bits/mathinline.h: Add fmax and fmin optimizations
1893 for __FINITE_MATH_ONLY__ == 1.
1894
edc121be
AS
18952011-09-15 Andreas Schwab <schwab@redhat.com>
1896
1897 * sysdeps/powerpc/fpu/e_hypot.c (__ieee754_hypot): Use
1898 __ieee754_sqrt instead of sqrt.
1899 * sysdeps/powerpc/fpu/e_hypotf.c (__ieee754_hypotf): Use
1900 __ieee754_sqrtf instead of sqrtf.
1901 * sysdeps/powerpc/fpu/e_rem_pio2f.c (__ieee754_rem_pio2f): Use
1902 __floorf instead of floorf.
1903 * sysdeps/powerpc/fpu/k_rem_pio2f.c (__fp_kernel_rem_pio2f): Use
1904 __floorf, __truncf instead of floorf, truncf.
1905
cd205654
UD
19062011-09-14 Ulrich Drepper <drepper@gmail.com>
1907
ee4d0315
UD
1908 * sysdeps/x86_64/fpu/s_copysign.S [ELF]: Use correct section.
1909
cd205654
UD
1910 * sysdeps/x86_64/fpu/bits/mathinline.h (__MATH_INLINE): Use
1911 __extern_always_inline.
1912 Define lrint{f,} and llrint{f,} for 64-bit and in some situations for
1913 32-bit.
1914
48b67d71
AS
19152011-09-14 Andreas Schwab <schwab@redhat.com>
1916
1917 * elf/rtld.c (dl_main): Also relocate in dependency order when
1918 doing symbol dependency testing.
1919
1ae12c75
AS
19202011-09-13 Andreas Schwab <schwab@linux-m68k.org>
1921
1922 * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
1923 Always define `refsym'.
1924
995a80df
AS
19252011-09-13 Andreas Schwab <schwab@redhat.com>
1926
e529793b
AS
1927 * misc/sys/select.h (__FD_MASK): Renamed from __FDMASK.
1928 (__FD_ELT): Renamed from __FDELT.
1929 * misc/bits/select2.h (__FD_ELT): Likewise.
1930 * bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET): Use __FD_ELT,
1931 __FD_MASK instead of __FDELT, __FDMASK.
1932 * sysdeps/i386/bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET):
1933 Likewise.
1934 * sysdeps/x86_64/bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET):
1935 Likewise.
1936
52d4fef8
AS
1937 * elf/Makefile (gen-ldd): Fix pattern.
1938
995a80df
AS
1939 * elf/rtld.c (dl_main): Only use USE___THREAD when defined.
1940 (init_tls): Likewise.
1941
8682f8b0
UD
19422011-09-12 Ulrich Drepper <drepper@gmail.com>
1943
1944 * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c: New file.
1945
de82006d
AS
19462011-09-12 Andreas Schwab <schwab@redhat.com>
1947
a7c8e6a1
AS
1948 * sysdeps/unix/sysv/linux/bits/socket.h (__cmsg_nxthdr): Cast to
1949 `struct cmsghdr *' instead of `void *'.
1950 * sysdeps/unix/sysv/linux/sparc/bits/socket.h (__cmsg_nxthdr):
1951 Likewise.
1952
0f31fe77
AS
19532011-09-11 Andreas Schwab <schwab@linux-m68k.org>
1954
1955 * elf/Makefile (gen-ldd): Prepend $(..) to $(ldd-rewrite-script)
1956 if non-absolute.
1957 * sysdeps/unix/sysv/linux/configure.in: Remove leading ../ from
1958 ldd_rewrite_script.
0f31fe77 1959
32b4c839
UD
19602011-09-11 Ulrich Drepper <drepper@gmail.com>
1961
83cd1420
UD
1962 * configure.in: Remove --with-tls option.
1963 * config.h.in: Remove HAVE_TLS_SUPPORT entry.
1964 * sysdeps/i386/elf/configure.in: Always test for TLS support and err
1965 out in case it is missing.
1966 * sysdeps/ia64/elf/configure.in: Likewise.
1967 * sysdeps/powerpc/powerpc32/elf/configure.in: Likewise.
1968 * sysdeps/powerpc/powerpc64/elf/configure.in: Likewise.
1969 * sysdeps/s390/s390-32/elf/configure.in: Likewise.
1970 * sysdeps/s390/s390-64/elf/configure.in: Likewise.
1971 * sysdeps/sh/elf/configure.in: Likewise.
1972 * sysdeps/sparc/sparc32/elf/configure.in: Likewise.
1973 * sysdeps/sparc/sparc64/elf/configure.in: Likewise.
1974 * sysdeps/x86_64/elf/configure.in: Likewise.
1975 * sysdeps/mach/hurd/i386/tls.h: Remove test for HAVE_TLS_SUPPORT.
1976 * sysdeps/mach/hurd/tls.h: Likewise.
1977
633f745d
UD
1978 [BZ #13067]
1979 * malloc/obstack.h [!GNUC] (obstack_free): Avoid cast to int.
1980
f318beb8
UD
1981 [BZ #13090]
1982 * configure.in: Fix use of AC_INIT.
1983
32b4c839
UD
1984 * elf/dl-support.c (_dl_pagesize): Initialize to EXEC_PAGESIZE.
1985
3ce1f295
UD
19862011-09-10 Ulrich Drepper <drepper@gmail.com>
1987
bb016596
UD
1988 * malloc/malloc.c: Replace MALLOC_FAILURE_ACTION with use of
1989 __set_errno.
8e58439c
UD
1990 * malloc/hooks.c: Likewise.
1991
02d46fc4
UD
1992 * malloc/arena.c (ptmalloc_init_minimal): Removed. Initialize all
1993 variables statically.
1994 (narenas): Initialize.
1995 (list_lock): Initialize.
bb016596
UD
1996 (ptmalloc_init): Don't call ptmalloc_init_minimal. Remove
1997 initializtion of main_arena and list_lock. Small cleanups.
02d46fc4
UD
1998 Replace all uses of malloc_getpagesize with GLRO(dl_pagesize).
1999 * malloc/malloc.c: Remove malloc_getpagesize. Include <ldsodefs.h>.
2000 Add initializers to main_arena and mp_.
2001 (malloc_state): Remove pagesize member. Change all users to use
2002 GLRO(dl_pagesize).
2003
2004 * elf/rtld.c (rtld_global_ro): Initialize _dl_pagesize.
2005 * sysdeps/unix/sysv/linux/getpagesize.c: Simplify. GLRO(dl_pagesize)
2006 is always initialized.
2007
22a89187
UD
2008 * malloc/malloc.c: Removed unused configurations and dead code.
2009 * malloc/arena.c: Likewise.
2010 * malloc/hooks.c: Likewise.
02d46fc4 2011 * malloc/Makefile (CPPFLAGS-malloc.c): Don't add -DATOMIC_FASTBINS.
22a89187 2012
d063d164
UD
2013 * include/tls.h: Removed. USE___THREAD must always be defined.
2014 * bits/libc-tsd.h: Don't handle !USE___THREAD.
2015 * elf/dl-libc.c: Likewise.
2016 * elf/dl-tsd.c: Likewise.
2017 * include/errno.h: Likewise.
2018 * include/netdb.h: Likewise.
2019 * include/resolv.h: Likewise.
2020 * inet/herrno-loc.c: Likewise.
2021 * inet/herrno.c: Likewise.
2022 * malloc/arena.c: Likewise.
2023 * malloc/hooks.c: Likewise.
2024 * malloc/malloc.c: Likewise.
2025 * resolv/res-state.c: Likewise.
2026 * resolv/res_libc.c: Likewise.
2027 * sysdeps/i386/dl-machine.h: Likewise.
2028 * sysdeps/ia64/dl-machine.h: Likewise.
2029 * sysdeps/powerpc/powerpc32/dl-machine.h: Likewise.
2030 * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
2031 * sysdeps/s390/s390-32/dl-machine.h: Likewise.
2032 * sysdeps/s390/s390-64/dl-machine.h: Likewise.
2033 * sysdeps/sh/dl-machine.h: Likewise.
2034 * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
2035 * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
2036 * sysdeps/unix/i386/sysdep.S: Likewise.
2037 * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
2038 * sysdeps/unix/sysv/linux/ia64/sysdep.S: Likewise.
2039 * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.S: Likewise.
2040 * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
2041 * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.S: Likewise.
2042 * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
2043 * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
2044 * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
2045 * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
2046 * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
2047 * sysdeps/unix/x86_64/sysdep.S: Likewise.
2048 * sysdeps/x86_64/dl-machine.h: Likewise.
2049 * tls.make.c: Likewise.
2050
3ce1f295
UD
2051 * configure.in: Remove --with-__thread option. Make tests for
2052 --no-whole-archive, __builtin_expect, symbol redirection, __thread,
2053 tls_model attribute fail if no support is available. Remove
2054 USE_IN_LIBIO.
2055 * Makeconfig: Adjust for dropped configure option. All features are
2056 now mandatory.
2057 * Makerules: Likewise.
2058 * Versions.def: Likewise.
2059 * argp/argp-fmtstream.c: Likewise.
2060 * argp/argp-fmtstream.h: Likewise.
2061 * argp/argp-help.c: Likewise.
2062 * assert/assert.c: Likewise.
2063 * config.h.in: Likewise.
2064 * config.make.in: Likewise.
2065 * configure: Likewise.
2066 * configure.in: Likewise.
2067 * csu/Versions: Likewise.
2068 * csu/init.c: Likewise.
2069 * elf/tst-audit2.c: Likewise.
2070 * elf/tst-tls10.c: Likewise.
2071 * elf/tst-tls10.h: Likewise.
2072 * elf/tst-tls11.c: Likewise.
2073 * elf/tst-tls12.c: Likewise.
2074 * elf/tst-tls14.c: Likewise.
2075 * elf/tst-tlsmod11.c: Likewise.
2076 * elf/tst-tlsmod12.c: Likewise.
2077 * elf/tst-tlsmod13.c: Likewise.
2078 * elf/tst-tlsmod13a.c: Likewise.
2079 * elf/tst-tlsmod14a.c: Likewise.
2080 * elf/tst-tlsmod15b.c: Likewise.
2081 * elf/tst-tlsmod16a.c: Likewise.
2082 * elf/tst-tlsmod16b.c: Likewise.
2083 * elf/tst-tlsmod7.c: Likewise.
2084 * elf/tst-tlsmod8.c: Likewise.
2085 * elf/tst-tlsmod9.c: Likewise.
2086 * gmon/gmon.c: Likewise.
2087 * grp/fgetgrent_r.c: Likewise.
2088 * grp/putgrent.c: Likewise.
2089 * hurd/fopenport.c: Likewise.
2090 * include/libc-symbols.h: Likewise.
2091 * include/tls.h: Likewise.
2092 * intl/gettextP.h: Likewise.
2093 * intl/loadinfo.h: Likewise.
2094 * locale/global-locale.c: Likewise.
2095 * locale/localeinfo.h: Likewise.
2096 * mach/devstream.c: Likewise.
2097 * malloc/arena.c: Likewise.
2098 * malloc/set-freeres.c: Likewise.
2099 * misc/err.c: Likewise.
2100 * misc/getttyent.c: Likewise.
2101 * misc/mntent_r.c: Likewise.
2102 * posix/getopt.c: Likewise.
2103 * posix/wordexp.c: Likewise.
2104 * pwd/fgetpwent_r.c: Likewise.
2105 * resolv/Versions: Likewise.
2106 * resolv/res_hconf.c: Likewise.
2107 * shadow/fgetspent_r.c: Likewise.
2108 * shadow/putspent.c: Likewise.
2109 * stdio-common/printf_fphex.c: Likewise.
2110 * stdio-common/tmpfile.c: Likewise.
2111 * stdlib/abort.c: Likewise.
2112 * stdlib/fmtmsg.c: Likewise.
2113 * sunrpc/auth_unix.c: Likewise.
2114 * sunrpc/clnt_perr.c: Likewise.
2115 * sunrpc/clnt_tcp.c: Likewise.
2116 * sunrpc/clnt_udp.c: Likewise.
2117 * sunrpc/clnt_unix.c: Likewise.
2118 * sunrpc/openchild.c: Likewise.
2119 * sunrpc/svc_simple.c: Likewise.
2120 * sunrpc/svc_tcp.c: Likewise.
2121 * sunrpc/svc_udp.c: Likewise.
2122 * sunrpc/svc_unix.c: Likewise.
2123 * sunrpc/xdr.c: Likewise.
2124 * sunrpc/xdr_array.c: Likewise.
2125 * sunrpc/xdr_rec.c: Likewise.
2126 * sunrpc/xdr_ref.c: Likewise.
2127 * sunrpc/xdr_stdio.c: Likewise.
2128
1248c1c4
PB
21292011-09-09 Ulrich Drepper <drepper@gmail.com>
2130
2131 * sysdeps/i386/fpu/libm-test-ulps: Adjust ULPs for jn tests.
2132
21332011-07-03 Andreas Jaeger <aj@suse.de>
2134
2135 * math/libm-test.inc (jn_test): Add tests for BZ#11589.
2136 * sysdeps/x86_64/fpu/libm-test-ulps: Add new ULPs for jn_test,
2137 regenerate with gen-libm-tests.pl.
2138
21392010-05-12 Petr Baudis <pasky@suse.cz>
2140
2141 [BZ #11589]
2142 * sysdeps/ieee754/dbl-64/e_jn.c: Compensate major precision loss
2143 around j0() zero points by switching to j1().
2144 * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
2145 * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
2146 * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
2147 * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
2148
f22e1074
UD
21492011-09-09 Ulrich Drepper <drepper@gmail.com>
2150
f19009c1
UD
2151 * sysdeps/unix/bsd/bsd4.4/bits/socket.h (__cmsg_nxthdr): Use NULL
2152 instead of 0.
2153 * sysdeps/unix/sysv/linux/bits/socket.h (__cmsg_nxthdr): Use (void*)0
2154 instead of 0. .
2155 * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
2156 Patch in part by Pavel Roskin <proski@gnu.org>.
2157
3f8cc204
UD
2158 [BZ #13138]
2159 * stdio-common/vfscanf.c (ADDW): Allocate large memory block with
2160 realloc.
2161 (_IO_vfscanf_internal): Remove reteof. Use errout after setting done.
2162 Free memory block if necessary.
2163
f22e1074
UD
2164 [BZ #12847]
2165 * libio/genops.c (INTDEF): For string streams the _lock pointer can
2166 be NULL. Don't lock in this case.
2167
0a2349f9
RM
21682011-09-09 Roland McGrath <roland@hack.frob.com>
2169
2170 * elf/elf.h (ELFOSABI_GNU): New macro.
2171 (ELFOSABI_LINUX): Define to that.
2172
f3cdd467
DZ
21732011-07-29 Denis Zaitceff <zaitceff@gmail.com>
2174
2175 * string/strncat.c (strncat): Undef the symbol in case it has been
2176 defined in bits/string.h.
2177
74718d13
UD
21782011-09-09 Ulrich Drepper <drepper@gmail.com>
2179
633e9e0f
UD
2180 * elf/sotruss.ksh: Clean up, fix, and complete help messages.
2181
0a2349f9 2182 * elf/dl-iteratephdr.c (__dl_iterate_phdr): Fill in data from the real
74718d13
UD
2183 link map.
2184
f9924780
AJ
21852011-08-17 Andreas Jaeger <aj@suse.de>
2186
2187 * elf/sprof.c (load_shobj): Remove unused variable log_hashfraction.
2188
7f5517aa
PP
21892011-08-18 Paul Pluzhnikov <ppluzhnikov@google.com>
2190 Ian Lance Taylor <iant@google.com>
2191
2192 * math/libm-test.inc (lround_test): New testcase.
2193 * sysdeps/ieee754/dbl-64/s_lround.c (__lround): Don't lose precision.
2194
762011fe
UD
21952011-09-08 Ulrich Drepper <drepper@gmail.com>
2196
92963737
UD
2197 * Makefile: Remove support for automatic cvs check-ins.
2198 * Makerules: Likewise.
2199 * config.make.in: Likewise.
2200 * configure.in: Likewise.
2201 * intl/Makefile: Likewise.
2202 * locale/Makefile: Likewise.
2203 * po/Makefile: Likewise.
2204 * posix/Makefile: Likewise.
2205 * sysdeps/gnu/Makefile: Likewise.
2206 * sysdeps/mach/hurd/Makefile: Likewise.
2207 * sysdeps/sparc/sparc32/Makefile: Likewise.
2208
b0727fd8
JS
2209 [BZ #13118]
2210 * posix/Makefile (bug-regex32-ENV): Define.
2211 Patch by John Stanley <jpsinthemix@verizon.net>.
2212
a0f33f99
UD
2213 * misc/Makefile (headers): Add bits/select2.h.
2214 * misc/sys/select.h: Include bits/select2.h for _FORTIFY_SOURCE.
2215 * misc/bits/select2.h: New file.
2216 * include/bits/select2.h: New file.
2217 * debug/Makefile (routines): Add fdelt_chk.
2218 * debug/Versions: Export __fdelt_chk and __fdelt_warn for GLIBC_2.15.
2219 * debug/tst-chk1.c (do_test): Add tests for FD_SET, FD_CLR, and
2220 FD_ISSET.
2221 * debug/fdelt_chk.c: New file.
2222
762011fe
UD
2223 * wcsmbs/test-wcscmp.c: Moved from string/*. Adjust.
2224 * wcsmbs/test-wmemcmp.c: Likewise.
2225 * string/Makefile (strop-tests): Remove wcscmp and wmemcmp.
a0f33f99 2226 * wcsmbs/Makefile (strop-tests): Add wcscmp and wmemcmp.
762011fe
UD
2227
22282011-09-08 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
2229
2230 * string/Makefile (strop-tests): Add memcmp.
2231 * string/test-wmemcmp.c: New file.
2232 * string/test-memcmp.c: Add wmemcmp support.
2233
7f513ec8
RM
22342011-09-08 Roland McGrath <roland@hack.frob.com>
2235
0442afb4
RM
2236 [BZ #13153]
2237 * manual/libc.texinfo (EDITION, VERSION, UPDATED): Update for
2238 2011-07-19 change.
2239
7f513ec8
RM
2240 * sysdeps/mach/hurd/fork.c (__fork): Initialize REFS so we don't use a
2241 garbage value in a __mach_port_mod_refs call in the cases of the
2242 task-self and thread-self ports.
2243
a12b2239
ST
22442011-09-06 Samuel Thibault <samuel.thibault@ens-lyon.org>
2245
2246 * sysdeps/mach/hurd/sys/param.h (DEV_BSIZE): New macro.
2247
610f9ab4
AS
22482011-09-08 Andreas Schwab <schwab@redhat.com>
2249
7f513ec8 2250 * elf/dl-load.c (lose): Check for non-null L.
610f9ab4 2251
48882a1a
LD
22522011-09-07 Ulrich Drepper <drepper@gmail.com>
2253
b49865be
UD
2254 * elf/dl-load.c (open_verify): Use O_CLOEXEC.
2255
fdc86bc9
UD
2256 * elf/dl-libc.c (dlerror_run): Pass back error code from
2257 dl_catch_error.
2258
c966526a
UD
2259 [BZ #13123]
2260 * elf/dl-load.c (lose): Free l_origin if it is valid.
2261
48882a1a
LD
2262 * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Fix mixup in section
2263 names.
2264 * sysdeps/i386/i686/multiarch/strchr-sse2.S: Likewise.
2265 * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
2266 * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
2267 * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
2268 * sysdeps/i386/i686/multiarch/strrchr-sse2.S: Likewise.
2269 Patch by Liubov Dmitrieva <liubov.dmitrieva@intel.com>.
2270
77a2a8b4
AZ
22712011-08-01 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
2272
2273 * sysdeps/powerpc/fpu/e_hypot.c: New file.
2274 * sysdeps/powerpc/fpu/e_hypotf.c: New file.
2275 * sysdeps/powerpc/fpu/e_rem_pio2f.c: New file.
2276 * sysdeps/powerpc/fpu/k_rem_pio2f.c: New file.
2277 * sysdeps/powerpc/fpu/k_cosf.c: New file.
2278 * sysdeps/powerpc/fpu/k_sinf.c: New file.
2279 * sysdeps/powerpc/fpu/s_cosf.c: New file.
2280 * sysdeps/powerpc/fpu/s_sinf.c: New file.
2281 * sysdeps/powerpc/fpu/s_scalbnf.c: New file.
2282 * sysdeps/powerpc/fpu/s_float_bitwise.h: New file.
2283
24f579d8
AM
22842011-08-15 Alan Modra <amodra@gmail.com>
2285
2286 [BZ #13092]
2287 * sysdeps/powerpc/Makefile (gmon): Move sysdep_routines to..
2288 * sysdeps/powerpc/powerpc64/Makefile (gmon): ..here..
2289 * sysdeps/powerpc/powerpc32/Makefile (gmon): ..and here. Add
2290 ppc_mcount to static-only-routines.
2291 * sysdeps/powerpc/powerpc32/Versions: Export GLIBC_PRIVATE
2292 __mcount_internal.
2293 * sysdeps/powerpc/powerpc32/ppc-mcount.S (_mcount): Call
2294 __mcount_internal with usual JUMPTARGET. Remove useless nop.
2295
3d4837df
UD
22962011-08-18 David Flaherty <flaherty@linux.vnet.ibm.com>
2297
2298 * sysdeps/ieee754/ldbl-128ibm/s_fmal.c: New file which checks
2299 for finite and infinity parameters.
2300
22700377
WS
23012011-08-04 Will Schmidt <will_schmidt@vnet.ibm.com>
2302
2303 * sysdeps/powerpc/powerpc32/power7/strncmp.S: Adjust the alignment
2304 and add nop instructions for throughput optimization.
2305 * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
2306
5025581e
WS
23072011-07-28 Will Schmidt <will_schmidt@vnet.ibm.com>
2308
2309 * sysdeps/powerpc/powerpc32/power7/memcpy.S: Optimize the
2310 aligned copy for power7 with vector-scalar instructions.
2311 * sysdeps/powerpc/powerpc64/power7/memcpy.S: Likewise.
2312
08a300c9
L
23132011-07-24 H.J. Lu <hongjiu.lu@intel.com>
2314
2315 * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Simplify
2316 AVX check.
2317
59178ef9
AS
23182011-09-07 Andreas Schwab <schwab@redhat.com>
2319
2320 [BZ #13144]
2321 * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semdid_ds): Revert
2322 last change.
2323
e38ba7ab
UD
23242011-09-07 Ulrich Drepper <drepper@gmail.com>
2325
2326 * sysdeps/unix/sysv/linux/x86_64/init-first.c
2327 (_libc_vdso_platform_setup): If vDSO is not present store pointer to
2328 syscall wrapper around clock_gettime in __vdso_clock_gettime.
2329 * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Add entry for
2330 clock_gettime.
2331
d53a73ac
UD
23322011-09-06 Ulrich Drepper <drepper@gmail.com>
2333
fc8bffcc
UD
2334 * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c (INTERNAL_GETTIME):
2335 Forgot to demangle the pointer.
2336
ceaa0c5d
UD
2337 * sysdeps/i386/sysdep.h: Define atom_text_section.
2338 * sysdeps/x86_64/sysdep.h: Likewise.
2339 * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Place function in
2340 section with atom_text_section.
2341 * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
2342 * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
2343 * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: Likewise.
2344 * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Likewise.
2345 * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S: Likewise.
2346
a77d3c17
UD
2347 * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c: New file.
2348 * sysdeps/unix/sysv/linux/clock_gettime.c (SYSCALL_GETTIME): Allow
2349 already be defined. Change to take two parameters and don't assign
2350 result to variable. Adjust all users.
2351 Define INTERNAL_GETTIME if not already defined.
2352 Use INTERNAL_GETTIME instead of INTERNAL_VSYSCALL got clock_gettime
2353 call.
2354 * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Don't define
2355 HAVE_CLOCK_GETTIME_VSYSCALL.
2356 * sysdeps/unix/clock_gettime.c: Adjust use of SYSDEP_GETTIME_CPU.
2357
d53a73ac
UD
2358 * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Don't use
2359 gettimeofday vsyscall, just use time.
2360
a8f84144
AS
23612011-09-06 Andreas Schwab <schwab@redhat.com>
2362
2363 * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c [!SHARED]: Include
2364 <errno.h>.
2365
ef606249
UD
23662011-09-06 Ulrich Drepper <drepper@gmail.com>
2367
2368 * sysdeps/unix/sysv/linux/kernel-features.h: Add entry for getcpu
2369 syscall on x86-64.
2370 * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c [!SHARED]: Use real
2371 syscall.
2372 * sysdeps/unix/sysv/linux/x86_64/time.c: Likewise.
2373 * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S [!SHARED]: Use real
2374 syscall if possible.
2375
6585cb60
UD
23762011-09-05 Ulrich Drepper <drepper@gmail.com>
2377
2378 * elf/pldd.c (get_process_info): Don't read whole ELF header, just
2379 e_ident. Don't pass to find_mapsXX.
2380 * elf/pldd-xx.c (find_mapsXX): Remove second parameter.
2381
a5f524e4
LD
23822011-07-20 Liubov Dmitrieva <liubov.dmitrieva@intel.com>
2383
2384 * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
2385 strchr-sse2-no-bsf strrchr-sse2-no-bsf
2386 * sysdeps/x86_64/multiarch/strchr.S: Update.
2387 Check bit_slow_BSF bit.
2388 * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
2389 * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: New file.
2390 * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S: New file.
2391
554881ef
UD
23922011-09-05 Ulrich Drepper <drepper@gmail.com>
2393
d96de963
UD
2394 [BZ #13134]
2395 * sysdeps/posix/spawni.c (script_execute): Define only for compatibility
2396 before glibc 2.15.
2397 (tryshell): Define.
2398 (__spawni): Change last parameter to be flag. Test
2399 SPAWN_XFLAGS_USE_PATH flag to use path or not.
2400 Don't try to use shell unless SPAWN_XFLAGS_TRY_SHELL is set.
2401 * sysdeps/mach/hurd/spawni.c: Change last parameter and adjust user.
2402 * posix/spawni.c: Likewise.
2403 * posix/spawn.c: Add compat version which passed SPAWN_XFLAGS_TRY_SHELL.
2404 * posix/spawnp.c: Likewise. Change normal version to use
2405 SPAWN_XFLAGS_USE_PATH.
2406 * posix/spawn_int.c: Define SPAWN_XFLAGS_USE_PATH and
2407 SPAWN_XFLAGS_TRY_SHELL.
2408
d48e5868
UD
2409 [BZ #13150]
2410 * posix/glob.h: Remove gcc 1.x support.
2411
554881ef
UD
2412 [BZ #13068]
2413 * elf/dl-misc.c (_dl_sysdep_read_whole_file): Use O_CLOEXEC.
2414
693fb948
LD
24152011-07-20 Liubov Dmitrieva <liubov.dmitrieva@intel.com>
2416
2417 * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
2418 strchr-sse2 strrchr-sse2 strchr-sse2-bsf
2419 strrchr-sse2-bsf
2420 * sysdeps/i386/i686/multiarch/strchr.S: New file.
2421 * sysdeps/i386/i686/multiarch/strrchr.S: New file.
2422 * sysdeps/i386/i686/multiarch/strchr-sse2.S: New file.
2423 * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: New file.
2424 * sysdeps/i386/i686/multiarch/strrchr-sse2.S: New file.
2425 * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: New file.
2426
1b48c537
UD
24272011-08-29 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
2428
49d42c37
UD
2429 * sysdeps/x86_64/wcscmp.S: New file.
2430
1b48c537
UD
2431 * sysdeps/i386/i686/multiarch/Makefile: (sysdep_routines): Add
2432 wcscmp-c wcscmp-sse2
2433 * sysdeps/i386/i686/multiarch/wcscmp-c.c: New file.
2434 * sysdeps/i386/i686/multiarch/wcscmp.S: New file.
2435 * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: New file.
2436 * wcsmbs/wcscmp.c: Allow renaming.
2437
15c95c5d
DM
24382011-09-05 David S. Miller <davem@davemloft.net>
2439
2440 * sysdeps/sparc/sparc32/fpu/s_fabsf.S: Use first argument
2441 stack slot, rather than the struct return pointer slot.
2442 * sysdeps/sparc/sparc32/fpu/s_fabs.c: Delete.
2443 * sysdeps/sparc/sparc32/fpu/s_fabs.S: New file.
2444 * sysdeps/sparc/sparc32/sparcv9/fpu/s_fabs.S: Likewise.
2445 * sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/fpu/Implies: Likewise.
2446
2f0ad8f3
UD
24472011-09-05 Ulrich Drepper <drepper@gmail.com>
2448
d88ae418
UD
2449 * po/ja.po: Update from translation team.
2450
2f0ad8f3
UD
2451 [BZ #13144]
2452 * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semdid_ds): Fix to match
2453 kernel in 64-bit binaries.
2454
5f4318d1
DM
24552011-09-01 David S. Miller <davem@davemloft.net>
2456
2457 * elf/elf.h (HWCAP_SPARC_*): Move to..
2458 * sysdeps/sparc/sysdep.h: this new file and add new values.
2459 * sysdeps/unix/sparc/sysdep.h: Include sysdeps/sparc/sysdep.h
2460 * sysdeps/sparc/dl-procinfo.h: Include sysdep.h and increase
2461 _DL_HWCAP_COUNT to 24.
2462 * sysdeps/sparc/dl-procinfo.c (_dl_sparc_cap_flags): Add new
2463 entries.
2464 * sysdeps/sparc/sparc32/bits/atomic.h: Don't use magic local
2465 __ATOMIC_HWCAP_SPARC_V9 define, use sysdep.h one instead.
2466 * sysdeps/sparc/sparc32/dl-machine.h: Include sysdep.h
2467 * sysdeps/sparc/sparc64/multiarch/memcpy.S: Use HWCAP_SPARC_*
2468 instead of magic constants.
2469 * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
2470
3ba57516
DM
24712011-08-31 David S. Miller <davem@davemloft.net>
2472
2473 * sysdeps/unix/sparc/sysdep.h (SETUP_PIC_REG): Define.
2474 * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h (PSEUDO):
2475 Reimplement to do errno handling inline.
2476 (SYSCALL_ERROR_HANDLER): New macro.
2477 (__SYSCALL_STRING): Do not do errno handling in asm.
2478 (__CLONE_SYSCALL_STRING): Delete.
2479 (__INTERNAL_SYSCALL_STRING): Delete.
2480 * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Include
2481 sysdeps/unix/sparc/sysdep.h instead of sysdeps/unix/sysdep.h
2482 (PSEUDO): Reimplement to do errno handling inline.
2483 (ret, ret_NOERRNO, ret_ERRVAL, r0, r1, MOVE): Don't redefine.
2484 (SYSCALL_ERROR_HANDLER): New macro.
2485 (__SYSCALL_STRING): Do not do errno handling in asm.
2486 (__CLONE_SYSCALL_STRING): Delete.
2487 (__INTERNAL_SYSCALL_STRING): Delete.
2488 * sysdeps/unix/sysv/linux/sparc/sysdep.h (INLINE_SYSCALL):
2489 Implement in terms of INTERNAL_SYSCALL and __set_errno, just like
2490 i386.
2491 (INTERNAL_SYSCALL_DECL): Declare %g1 var for err state.
2492 (inline_syscall*): Add 'err' argument.
2493 (INTERNAL_SYSCALL, INTERNAL_SYSCALL_NCS,
2494 INTERNAL_SYSCALL_ERROR_P): Likewise and pass it down.
2495 (INLINE_CLONE_SYSCALL): Reimplement in terms of __SYSCALL_STRING,
2496 INTERNAL_SYSCALL_ERRNO, and INTERNAL_SYSCALL_ERROR_P.
2497
2498 * scripts/data/localplt-sparc-linux-gnu.data: Remove 'ffs'.
2499 * scripts/data/localplt-sparc64-linux-gnu.data: Likewise.
2500
2bc17433
AS
25012011-08-30 Andreas Schwab <schwab@redhat.com>
2502
2503 * elf/rtld.c (dl_main): Relocate objects in dependency order.
2504
fbeb5f4d
JO
25052011-08-29 Jiri Olsa <jolsa@redhat.com>
2506
2507 * sysdeps/i386/dl-trampoline.S (_dl_runtime_profile): Fix cfi
2508 directive.
2509
ad69cc26
DM
25102011-08-24 David S. Miller <davem@davemloft.net>
2511
2512 * sysdeps/sparc/sparc64/strcmp.S: Rewrite.
2513
39dd69df
AS
25142011-08-24 Andreas Schwab <schwab@redhat.com>
2515
2516 * elf/Makefile: Add rules to build and run unload8 test.
2517 * elf/unload8.c: New file.
2518 * elf/unload8mod1.c: New file.
2519 * elf/unload8mod1x.c: New file.
2520 * elf/unload8mod2.c: New file.
2521 * elf/unload8mod3.c: New file.
2522
2523 * elf/dl-close.c (_dl_close_worker): Reset private search list if
2524 it wasn't used.
2525
2c0b250a
DM
25262011-08-23 David S. Miller <davem@davemloft.net>
2527
2528 * sysdeps/sparc/sparc64/dl-machine.h (DL_STACK_END): Do not
2529 subtract stack bias.
2530 * sysdeps/sparc/sparc64/jmpbuf-unwind.h (_JMPBUF_UNWINDS): Use
2531 %sp not %fp in calculations.
2532 (_JMPBUF_UNWINDS_ADJ): Likewise.
2533
22044b48
DM
2534 * sysdeps/pthread/aio_suspend.c (do_aio_misc_wait): New function.
2535 (aio_suspend): Call it to force an exception region around the
2536 AIO_MISC_WAIT() invocation.
2537
2cae4995
AS
25382011-08-23 Andreas Schwab <schwab@redhat.com>
2539
2540 * sysdeps/i386/i686/multiarch/strspn.S (ENTRY): Add missing
2541 backslash.
2542
873a772e
AJ
25432011-07-04 Aurelien Jarno <aurelien@aurel32.net>
2544
2545 * sysdeps/powerpc/dl-tls.h: Add _PPC_DL_TLS_H inclusion
2546 protection macro.
2547 * sysdeps/powerpc/powerpc64/dl-irel.h: Include <ldsodefs.h>
2548 and <dl-machine.h>.
2549 (Elf64_FuncDesc): Remove.
2550
25ad0df1
DM
25512011-08-22 David S. Miller <davem@davemloft.net>
2552
2553 * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Fix
2554 sigaltstack check, add missing cfi directives.
2555 * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Add
2556 missing cfi directives, and sigaltstack handling.
2557
e888bcbe
AS
25582011-08-16 Andreas Schwab <schwab@redhat.com>
2559
2560 [BZ #11724]
2561 * elf/dl-deps.c (_dl_map_object_deps): Only assume cycle when
2562 object is seen twice.
2563 * elf/dl-fini.c (_dl_sort_fini): Likewise.
2564
2565 * elf/Makefile (distribute): Add tst-initorder2.c.
2566 (tests): Add tst-initorder2.
2567 (modules-names): Add tst-initorder2a tst-initorder2b
2568 tst-initorder2c tst-initorder2d. Add rules to build them.
2569 ($(objpfx)tst-initorder2.out): New rule.
2570 * elf/tst-initorder2.c: New file.
2571 * elf/tst-initorder2.exp: New file.
2572
87162f46
AS
25732011-08-22 Andreas Schwab <schwab@redhat.com>
2574
70538b7f
AS
2575 * sysdeps/unix/sysv/linux/i386/scandir64.c: Include <string.h>.
2576
f55ffe58
AS
2577 * elf/dl-deps.c (_dl_map_object_deps): Move check for missing
2578 dependencies back to end of function.
2579
87162f46
AS
2580 * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Readd
2581 $(elfobjdir)/ld.so.
2582
91b392a4
UD
25832011-08-21 Ulrich Drepper <drepper@gmail.com>
2584
2585 * sysdeps/unix/sysv/linux/x86_64/gettimeofday.S: Removed.
2586 * sysdeps/unix/sysv/linux/x86_64/time.S: Removed.
2587 * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c: New file.
2588 * sysdeps/unix/sysv/linux/x86_64/time.c: New file.
2589 * sysdeps/unix/sysv/linux/x86_64/bits/libc-vdso.h: Remove declaration
2590 of __vdso_gettimeofday.
2591 * sysdeps/unix/sysv/linux/x86_64/init-first.c: Remove definition of
2592 __vdso_gettimeofday and __vdso_time. Define __vdso_getcpu with
2593 attribute_hidden.
2594 (_libc_vdso_platform_setup): Remove initialization of
2595 __vdso_gettimeofday and __vdso_time.
2596
5c43483f
UD
25972011-08-20 Ulrich Drepper <drepper@gmail.com>
2598
775a77e7
UD
2599 * nss/nss_files/files-alias.c (get_next_alias): Use feof_unlocked
2600 and fgetc_unlocked.
2601 * nss/nss_files/files-key.c (search): Use fgets_unlocked and
2602 getc_unlocked.
89f447ed 2603
49c74ba9
UD
2604 * elf/dl-open.c (add_to_global): Report additions to the global scope
2605 for LD_DEBUG=scopes.
2606 (dl_open_worker): Also print scope of newly loaded dependencies.
001f0a6c 2607 (_dl_show_scope): Indicate if there is no scope.
49c74ba9 2608
5c43483f
UD
2609 [BZ #13114]
2610 * stdio-common/Makefile (tests): Add bug24.
2611 * stdio-common/bug24.c: New file.
2612
a101b025
AJ
26132011-08-19 Andreas Jaeger <aj@suse.de>
2614
2615 [BZ #13114]
2616 * libio/fileops.c (_IO_new_file_fopen): Fix handling of
2617 non-existant file when using close-on-exec mode.
2618
c88f1766
UD
26192011-08-20 Ulrich Drepper <drepper@gmail.com>
2620
0276a718
UD
2621 * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_resolve): Fix CFI for
2622 the very first instruction.
2623
c88f1766
UD
2624 * sysdeps/x86_64/dl-trampoline.h: If MORE_CODE is defined, restore
2625 the CFI state in the end.
2626 * sysdeps/x86_64/dl-trampoline.S: Define MORE_CODE before first
2627 inclusion of dl-trampoline.h.
2628 Based on a patch by Jiri Olsa <jolsa@redhat.com>.
2629
51ccffa0
AS
26302011-08-19 Andreas Schwab <schwab@redhat.com>
2631
94d7165f
AS
2632 * sysdeps/powerpc/fpu/libm-test-ulps: Relax ctan (0.75 + 1.25 i)
2633 expectations for long double.
2634
51ccffa0
AS
2635 * sysdeps/unix/sysv/linux/powerpc/powerpc32/scandir64.c: Renamed
2636 from sysdeps/unix/sysv/linux/powerpc/scandir64.c.
2637
fd708658 26382011-08-14 David S. Miller <davem@davemloft.net>
c27714f1
DM
2639
2640 * sysdeps/unix/sysv/linux/Makefile (CFLAGS-tst-writev.c): The
2641 artificual limit depends upon the system page size.
2642
44f0a71e
UD
26432011-08-17 Ulrich Drepper <drepper@gmail.com>
2644
2645 * Makeconfig (override CFLAGS): Add library-specific CFLAGS.
2646 * resolv/Makefile: Define CFLAGS-libresolv.
2647
8de79a24
AS
26482011-08-17 Andreas Schwab <schwab@redhat.com>
2649
2650 * nss/makedb.c (compute_tables): Make variables used in nested
2651 function static.
2652
27724598
UD
26532011-08-17 Ulrich Drepper <drepper@gmail.com>
2654
c5305d88
UD
2655 * elf/pldd-xx.c (r_debug): Explicitly add padding when needed.
2656 * elf/pldd.c (get_process_info): Use pread to re-read auxiliary vector
2657 if buffer was too small.
2658
27724598
UD
2659 * elf/pldd.c (main): Attach to all threads in the process.
2660 Rewrite /proc handling to use *at functions.
2661
076fe015
UD
26622011-08-16 Ulrich Drepper <drepper@gmail.com>
2663
174baab3
UD
2664 * elf/dl-open.c (_dl_show_scope): Take additional parameter which
2665 specifies first scope to show.
2666 (dl_open_worker): Update callers. Move printing scope of new
2667 object to before the relocation.
44f0a71e 2668 * elf/rtld.c (dl_main): Update _dl_show_scope call.
174baab3
UD
2669 * sysdeps/generic/ldsodefs.h: Update declaration.
2670
076fe015
UD
2671 * elf/dl-open.c (_dl_show_scope): Use _dl_debug_printf to generate the
2672 string for the scope number.
2673
a60df2c3
UD
26742011-08-14 Ulrich Drepper <drepper@gmail.com>
2675
2676 * nscd/servicescache.c (cache_addserv): Make sure written is always
2677 initialized.
2678
5e4287d1
RM
26792011-08-14 Roland McGrath <roland@hack.frob.com>
2680
85ae0589
RM
2681 * sysdeps/i386/i486/bits/atomic.h
2682 (__arch_compare_and_exchange_val_64_acq): Use RET alone at end of
2683 statement expression, so as to suppress "set but not used" warning.
2684 (__arch_c_compare_and_exchange_val_64_acq): Likewise.
2685
69f63097
RM
2686 * string/strncat.c (STRNCAT): Use prototype definition.
2687
675456ef
RM
2688 * locale/Makefile (locale-CPPFLAGS): Renamed CPPFLAGS-locale-programs.
2689 (locale-CPPFLAGS): New variable; put LOCALEDIR, LOCALE_ALIAS_PATH and
2690 -Iprograms here.
2691 (cppflags-iterator.mk sequence): Use locale-programs in place of nonlib.
2692 (localedef-modules): Add localedef.
2693 (locale-modules): Add locale.
2694
5e4287d1
RM
2695 * sysdeps/generic/ldsodefs.h (struct unique_sym): Add a const.
2696 * elf/rtld.c (dl_main): Invert order of assignment in last change,
2697 to avoid a warning.
2698
9c96ff23
DM
26992011-08-14 David S. Miller <davem@davemloft.net>
2700
2701 * sysdeps/unix/sysv/linux/sparc/bits/resource.h (RLIM_INFINITY,
2702 RLIM64_INFINITY): Fix 64-bit values for 32-bit sparc.
2703
f9ddf089
UD
27042011-08-13 Ulrich Drepper <drepper@gmail.com>
2705
44f0a71e 2706 * elf/dl-open.c: Rename show_scope to _dl_show_scope and export.
73d7af4f
UD
2707 (dl_open_worker): Call _dl_show_scope when DL_DEBUG_SCOPES is set.
2708 * elf/rtld.c (dl_main): Set l_name of vDSO.
2709 Call _dl_show_scope when DL_DEBUG_SCOPES.
2710 (process_dl_debug): Recognize scopes flag and also set it for all.
2711 * sysdeps/generic/ldsodefs.h: Define DL_DEBUG_SCOPES.
2712 Declare _dl_show_scope.
2713
1dc27704
UD
2714 * elf/dl-libc.c (do_dlopen_args): Add caller_dlopen.
2715 (do_dlopen): Pass caller_dlopen to dl_open.
2716 (__libc_dlopen_mode): Initialize caller_dlopen.
2717
f9ddf089
UD
2718 * intl/l10nflist.c (_nl_normalize_codeset): Make it compile outside
2719 of libc. Make tolower call locale-independent. Optimize a bit by
2720 using isdigit instead of isalnum.
2721 * locale/Makefile (locale-CPPFLAGS): Add -DNOT_IN_libc.
2722
9ac533d3
UD
27232011-08-12 Ulrich Drepper <drepper@gmail.com>
2724
2725 * elf/dl-load.c (_dl_map_object): Show in debug output whether a DSO
2726 was a dependency or dynamically loaded.
2727
89edf2e9
UD
27282011-08-11 Ulrich Drepper <drepper@gmail.com>
2729
8e999d29
UD
2730 * intl/l10nflist.c: Allow architecture-specific pop function.
2731 * sysdeps/x86_64/l10nflist.c: New file.
2732
89edf2e9
UD
2733 * intl/l10nflist.c (_nl_make_l10nflist): Use locale-independent
2734 classification.
2735
14d96785
AS
27362011-08-10 Andreas Schwab <schwab@redhat.com>
2737
2738 * include/dirent.h: Add libc_hidden_proto for scandirat and
2739 scandirat64. Don't declare __scandirat64.
2740 * dirent/scandirat.c: Add libc_hidden_def.
2741 * dirent/scandirat64.c (SCANDIRAT): Remove underscores.
2742 * sysdeps/unix/sysv/linux/i386/scandir64.c (SCANDIRAT): Likewise.
2743
6761ac04
DM
27442011-08-10 David S. Miller <davem@davemloft.net>
2745
2746 * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h: Add missing comma in
2747 enum.
2748 * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
2749 * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
2750 * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
2751
c55fbd1e
UD
27522011-08-09 Ulrich Drepper <drepper@gmail.com>
2753
2754 * Versions.def [libc]: Add GLIBC_2.15.
2755 * dirent/Makefile (routines): Add scandirat and scandirat64.
2756 * dirent/Versions [libc]: Export scandirat and scandirat64 for
2757 GLIBC_2.15.
2758 * dirent/dirent.h: Declare scandirat and scandirat64.
2759 * dirent/scandirat.c: New file.
2760 * dirent/scandirat64.c: New file.
2761 * sysdeps/wordsize-64/scandirat.c: New file.
2762 * sysdeps/wordsize-64/scandirat64.c: New file.
2763 * dirent/opendir.c: Define opendirat.
2764 * dirent/scandir.c: Move code to scandirat.c. Implement scandir
2765 using scandirat.
2766 * dirent/scandir64.c: Adjust for scandir.c change.
2767 * include/dirent.h: Define scandir_cancel_struct. Declare __opendirat,
2768 __scandirat64, and __scandir_cancel_handler.
2769 * sysdeps/unix/opendir.c: Rename __opendir to __opendirat. Take
2770 additional parameter and use openat instead of open (outside of ld.so).
2771 Add new __opendir as wrapper around __opendirat.
2772 * sysdeps/unix/sysv/linux/i386/scandir64.c: Reimplement __old_scandir64
2773 here without requiring old scandirat implementation.
2774
879165f2
UD
27752011-08-08 Ulrich Drepper <drepper@gmail.com>
2776
2777 * dirent/scandir.c (cancel_handler): Renamed to
2778 __scandir_cancel_handler. Do not define if SKIP_SCANDIR_CANCEL is
2779 defined. Adjust users.
2780 * dirent/scandir64.c: Define SKIP_SCANDIR_CANCEL.
2781 * sysdeps/unix/sysv/linux/i386/scandir64.c: Likewise.
2782
cb7e923b
UD
27832011-08-04 Ulrich Drepper <drepper@gmail.com>
2784
16292edd
UD
2785 * string/test-string.h (IMPL): Use __STRING to expand name and then
2786 stringify it.
2787
cb7e923b
UD
2788 * string/test-strcmp.c: Unify most of the WIDE and !WIDE code. Lots
2789 of cleanups.
2790
cff82933
LD
27912011-07-22 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
2792
2793 * string/Makefile: Update.
2794 (strop-tests): Append strncat.
2795 * string/test-wcscmp.c: New file.
2796 New comprehensive test for wcscmp.
2797 * string/test-strcmp.c: Update.
2798 (WIDE): New define.
2799
9be9bfcc
AS
28002011-07-22 Andreas Schwab <schwab@redhat.com>
2801
2802 * resolv/res_init.c (__res_vinit): Properly tokenize nameserver
2803 line.
2804
2e96f1c7
AS
28052011-07-26 Andreas Schwab <schwab@redhat.com>
2806
2807 * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't discard result of
2808 encoding to ACE if AI_IDN.
2809
85188888
JJ
28102011-08-01 Jakub Jelinek <jakub@redhat.com>
2811
2812 * sysdeps/ieee754/dbl-64/k_rem_pio2.c (__kernel_rem_pio2): Fix up fq
2813 to y conversion for prec 3 and __FLT_EVAL_METHOD__ != 0.
2814
5fa16e9b
LD
28152011-07-22 Liubov Dmitrieva <liubov.dmitrieva@intel.com>
2816
2817 * sysdeps/i386/i686/multiarch/strcat-sse2.S: Update.
2818 Fix overflow bug in strncat.
2819 * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Likewise.
2820
2821 * string/test-strncat.c: Update.
2822 Add new tests for checking overflow bugs.
2823
28242011-07-15 Liubov Dmitrieva <liubov.dmitrieva@intel.com>
2825
2826 * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
2827 strcat-ssse3 strcat-sse2 strncat-ssse3 strncat-sse2 strncat-c.
2828 * sysdeps/i386/i686/multiarch/strcat.S: New file.
2829 * sysdeps/i386/i686/multiarch/strcat-c.c: New file.
2830 * sysdeps/i386/i686/multiarch/strcat-sse2.S: New file.
2831 * sysdeps/i386/i686/multiarch/strcat-ssse3.S: New file.
2832 * sysdeps/i386/i686/multiarch/strncat.S: New file.
2833 * sysdeps/i386/i686/multiarch/strncat-sse2.S: New file.
2834 * sysdeps/i386/i686/multiarch/strncat-ssse3.S: New file.
2835
2836 * sysdeps/i386/i686/multiarch/strcpy-ssse3.S
2837 (USE_AS_STRCAT): Define.
2838 Add strcat and strncat support.
2839 * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
2840
8c1a459f
AS
28412011-07-25 Andreas Schwab <schwab@redhat.com>
2842
2843 * sysdeps/i386/i486/bits/string.h (__strncat_g): Correctly handle
2844 __n bigger than INT_MAX+1.
2845 (__strncmp_g): Likewise.
2846
bba33c28
UD
28472011-07-23 Ulrich Drepper <drepper@gmail.com>
2848
798be72d
UD
2849 * posix/unistd.h: Define SEEK_DATA and SEEK_HOLE.
2850 * libio/stido.h: Likewise.
2851
8accd4dc
UD
2852 * sysdeps/unix/sysv/linux/bits/socket.h (PF_NFC): Define.
2853 (AF_NFC): Define.
2854 * sysdeps/unix/sysv/linux/sparc/bits/socket.h (PF_NFC): Define.
2855 (AF_NFC): Define.
2856
cbff0d96
UD
2857 * sysdeps/unix/sysv/linux/sys/ptrace.h: Add new constants.
2858 * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
2859 * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
2860 * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h: Likewise.
2861 * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
2862
9191c04a
UD
2863 [BZ #13021]
2864 * scripts/test-installation.pl: Don't expect libnss_test1 to be
2865 installed.
2866
bba33c28
UD
2867 * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix one more
2868 typo.
2869 (_dl_x86_64_save_sse): Likewise.
2870
90f139dd
UD
28712011-07-22 Ulrich Drepper <drepper@gmail.com>
2872
1aae088a
UD
2873 * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix test for
2874 OSXSAVE.
2875 (_dl_x86_64_save_sse): Likewise.
2876
8e2045f5
UD
2877 * crypt/crypt_util.c (__init_des_r): Optimize memset calls.
2878
90f139dd
UD
2879 * crypt/crypt_util.c (__init_des_r): Add read barrier as well.
2880
1d002f25
AS
28812011-07-21 Andreas Schwab <schwab@redhat.com>
2882
2883 * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix last
2884 change.
2885 (_dl_x86_64_save_sse): Use correct AVX check.
2886
21137f89
UD
28872011-07-21 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
2888
2889 * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Fix overfow
2890 bug in strncpy/strncat.
2891 * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Likewise.
2892
a65c0b7a
UD
28932011-07-21 Ulrich Drepper <drepper@gmail.com>
2894
2895 * string/tester.c (test_strcat): Add tests for different alignments
2896 of source and destination.
2897 (test_strncat): Likewise.
2898
6986b98a
UD
28992011-07-20 Ulrich Drepper <drepper@gmail.com>
2900
90bb2039
UD
2901 [BZ #12852]
2902 * posix/glob.c (glob): Check passed in values before using them in
2903 expressions to avoid some overflows.
2904 (glob_in_dir): Likewise.
2905
5644ef54
UD
2906 [BZ #13007]
2907 * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): More complete
2908 check for AVX enablement so that we don't crash with old kernels and
2909 new hardware.
2910 * elf/tst-audit4.c: Add same checks here.
2911 * elf/tst-audit6.c: Likewise.
2912
2913 * sysdeps/x86_64/bits/link.h (La_x86_64_ymm): Force 16-byte alignment.
6986b98a 2914
bfc9dc9b
AS
29152011-07-09 Andreas Schwab <schwab@linux-m68k.org>
2916
2917 * sysdeps/unix/sysv/linux/pathconf.c: Include <string.h>.
2918
702e64bb
UD
29192011-07-20 Ulrich Drepper <drepper@gmail.com>
2920
2921 * po/cs.po: Update from translation team.
2922 * po/bg.po: Likewise.
2923
295e904f
MP
29242011-07-12 Marek Polacek <mpolacek@redhat.com>
2925
2926 * misc/sys/cdefs.h: Add support for const attribute.
2927 * sysdeps/unix/sysv/linux/sys/sysmacros.h: Add __attribute_const__
2928 to gnu_dev_{major,minor,makedev} functions.
2929
3ff94596
MP
29302011-07-20 Marek Polacek <mpolacek@redhat.com>
2931
2932 * intl/dcigettext.c (get_output_charset): Add missing bracket.
2933
28b59fca
AS
29342011-07-20 Andreas Schwab <schwab@redhat.com>
2935
2936 * resolv/res_query.c (__libc_res_nquerydomain): Use size_t for
2937 strlen results.
2938
19df733e
AK
29392011-07-13 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
2940
2941 * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h
2942 (INTERNAL_VSYSCALL_NCS): Use r10 for backing up the return address
2943 register in order to avoid conflicts with the soft frame pointer
2944 being held in r11 when necessary.
2945 * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h
2946 (INTERNAL_VSYSCALL_NCS): Likewise.
2947
c8835729
MP
29482011-07-14 Marek Polacek <mpolacek@redhat.com>
2949
2950 * elf/dl-fini.c (_dl_sort_fini): Remove unused link_map *l argument,
2951 * elf/dl-fini.c (_dl_fini): Adjust caller.
2952 * elf/dl-close.c (_dl_close_worker): Likewise.
2953 * sysdeps/generic/ldsodefs.h: Adjust declaration.
2954
b902330c
MP
29552011-07-15 Marek Polacek <mpolacek@redhat.com>
2956
8991e135
MP
2957 * elf/cache.c (load_aux_cache): Remove unnecessary condition of
2958 "aux_cache->nlibs < 0".
2959
b902330c
MP
2960 * nscd/nscd_conf.c (nscd_parse_file): Remove unnecessary condition
2961 in the reload-count case.
2962
99710781
LD
29632011-07-15 Liubov Dmitrieva <liubov.dmitrieva@intel.com>
2964
2965 * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
2966 strcat-ssse3 strcat-sse2-unaligned strncat-ssse3
2967 strncat-sse2-unaligned strncat-c strlen-sse2-pminub
2968 * sysdeps/x86_64/multiarch/strcat-sse2-unaligned.S: New file.
2969 * sysdeps/x86_64/multiarch/strcat.S: New file.
2970 * sysdeps/x86_64/multiarch/strncat.S: New file.
2971 * sysdeps/x86_64/multiarch/strncat-c.c: New file.
2972 * sysdeps/x86_64/multiarch/strcat-ssse3.S: New file.
2973 * sysdeps/x86_64/multiarch/strncat-sse2-unaligned.S: New file.
2974 * sysdeps/x86_64/multiarch/strncat-ssse3.S: New file.
2975 * sysdeps/x86_64/multiarch/strcpy-ssse3.S
2976 (USE_AS_STRCAT): Define.
2977 Add strcat and strncat support.
2978 * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Likewise.
2979 * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Likewise.
2980 * sysdeps/x86_64/multiarch/strlen-sse2-pminub.S: New file.
2981 * string/strncat.c: Update.
2982 (USE_AS_STRNCAT): Define.
2983 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
2984 Turn on bit_Prefer_PMINUB_for_stringop for Intel Core i3, i5
2985 and i7.
2986 * sysdeps/x86_64/multiarch/init-arch.h
2987 (bit_Prefer_PMINUB_for_stringop): New.
2988 (index_Prefer_PMINUB_for_stringop): Likewise.
2989 * sysdeps/x86_64/multiarch/strlen.S (strlen): Check
2990 bit_Prefer_PMINUB_for_stringop.
2991
7dc6bd90
UD
29922011-07-19 Ulrich Drepper <drepper@gmail.com>
2993
2994 * crypt/sha512.h (struct sha512_ctx): Move buffer into union and add
2995 buffer64.
2996 * crypt/sha512.c (__sha512_finish_ctx): Use buffer64 for writes instead
2997 of casting of buffer.
2998 * crypt/sha256.h (struct sha256_ctx): Move buffer into union and add
2999 buffer32 and buffer64.
3000 * crypt/sha256.c (__sha256_finish_ctx): Use buffer32 or buffer64 for
3001 writes instead of casting of buffer.
3002 * crypt/md5.h (struct md5_ctx): Move buffer into union and add
3003 buffer32.
3004 * crypt/md5.c (md5_finish_ctx): Use buffer32 for writes instead of
3005 casting of buffer.
3006
e0e72284
AS
30072011-07-19 Andreas Schwab <schwab@redhat.com>
3008
3009 * string/strxfrm_l.c (STRXFRM): Fix alloca accounting.
3010
feb1eb0b
UD
30112011-07-19 Ulrich Drepper <drepper@gmail.com>
3012
3013 * nscd/nscd.c (termination_handler): Don't do anything for a database
3014 if it has not yet been initialized.
3015
298711ff
UD
30162011-07-18 Ulrich Drepper <drepper@gmail.com>
3017
3018 * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_EQUAL_S): Fix a typo.
3019
30202011-07-15 Marek Polacek <mpolacek@redhat.com>
3021
3022 * bits/sched.h (__CPU_EQUAL_S): Fix a typo.
3023
f9d68389
UD
30242011-07-18 Ulrich Drepper <drepper@gmail.com>
3025
3026 * po/nl.po: Update from translation team.
3027 * po/sv.po: Likewise.
3028
db290cf5
RM
30292011-07-16 Roland McGrath <roland@hack.frob.com>
3030
3031 * sysdeps/i386/Makefile: Never use -mpreferred-stack-boundary=2,
3032 now disallowed by GCC.
5c550700 3033
fd5e21c7
RM
3034 * configure.in (use-default-link): Default to yes if a test -shared
3035 link meets our qualifications.
3036 * configure: Regenerated.
3037
5c550700
RM
3038 * config.make.in (output-format): New variable.
3039 * configure.in: Check for ld --print-output-format support.
3040 * configure: Regenerated.
3041 * Makerules ($(common-objpfx)format.lds)
3042 [$(output-format) != unknown]: Just use $(output-format),
3043 instead of the linker-script munging.
3044
9fa2c032
RM
30452011-07-14 Roland McGrath <roland@hack.frob.com>
3046
a6928d51
RM
3047 * Makefile ($(common-objpfx)linkobj/libc.so): Use $(shlib-lds) instead
3048 of $(common-objpfx)shlib.lds.
3049 * elf/Makefile ($(objpfx)sotruss-lib.so): Likewise.
3050
661607b3
RM
3051 * sysdeps/i386/i686/multiarch/strstr-c.c (libc_hidden_builtin_def):
3052 Conditionalize redefinition on [SHARED && DO_VERSIONING && !NO_HIDDEN].
3053
9fa2c032
RM
3054 * configure.in (-z relro check): Adjust test code to add a large
3055 writable data section after it.
3056 * configure: Regenerated.
3057
defe9061
RM
30582011-07-11 Roland McGrath <roland@hack.frob.com>
3059
3060 * configure.in (-z relro check): Fix test code to make the variable
3061 truly const.
3062 * configure: Regenerated.
3063
319b9ad4
UD
30642011-07-11 Ulrich Drepper <drepper@gmail.com>
3065
3066 * nscd/nscd.h (struct traced_file): Define.
3067 (struct database_dyn): Remove inotify_descr, reset_res, and filename
3068 elements. Add traced_files.
3069 (inotify_fd): Declare.
3070 (register_traced_file): Declare.
3071 * nscd/connections.c (dbs): Remove reset_res and filename initializers.
3072 (inotify_fd): Export.
3073 (resolv_conf_descr): Remove.
3074 (nscd_init): Move inotify descriptor creation to main.
3075 Don't register files for notification here.
3076 (register_traced_file): New function.
3077 (invalidate_cache): Don't use reset_res to determine whether to call
3078 res_init, go through the list of registered files.
3079 (main_loop_poll): The inotify descriptors are now stored in the
3080 structures for the traced files.
3081 (main_loop_epoll): Likewise
3082 * nscd/nscd.c (main): Create inotify socket here. Pass extra argument
3083 to __nss_disable_nscd.
3084 * nscd/cache.c (prune_cache): There is no single inotify descriptor
3085 for a database anymore. Check the records for all the registered
3086 files instead.
3087 * nss/Makefile (libnss_files-routines): Add files-init.
3088 (libnss_db-routines): Add db-init.
3089 * nss/Versions [libnss_files] (GLIBC_PRIVATE): Add _nss_files_init.
3090 [libnss_db] (GLIBC_PRIVATE): Add _nss_db_init.
3091 * nss/nss_db/db-init.c: New file.
3092 * nss/nss_files/files-init.c: New file.
3093 * nss/nsswitch.c (nss_load_library): New function. Broken out of
3094 __nss_lookup_function.
3095 (__nss_lookup_function): Call nss_load_library.
3096 (nss_load_all_libraries): New function.
3097 (__nss_disable_nscd): Take parameter with callback function for files
3098 to register. Set is_nscd. Load all the DSOs for the NSS modules
3099 used for the cached services.
3100 * nss/nsswitch.h (__nss_disable_nscd): Adjust prototype.
3101 * sysdeps/unix/sysv/linux/Makefile [subdir=nscd]: Pass the various -D
3102 options for features to all the files in nscd.
3103
3104 * nss/nsswitch.c (nss_parse_file): Add missing fclose.
3105
23bee3e8
RM
31062011-07-10 Roland McGrath <roland@hack.frob.com>
3107
3108 * csu/elf-init.c (__libc_csu_init): Comment typo.
3109
46a5b7f0
UD
31102011-07-09 Ulrich Drepper <drepper@gmail.com>
3111
3112 * po/pl.po: Update from translation team.
3113 * po/ja.po: Likewise.
3114 * po/ru.po: Likewise.
3115 * po/ko.po: Likewise.
3116 * po/fr.po: Likewise.
3117
d30cf5bb
RM
31182011-07-09 Roland McGrath <roland@hack.frob.com>
3119
113ddea4
RM
3120 * configure.in (.ctors/.dtors header and trailer check):
3121 Use an empirical test on a built program.
3122 * configure: Regenerated.
3123
574920b4
RM
3124 * configure.in (-z relro check): Use an empirical test on a built DSO.
3125 Detect, but do not require, on ia64.
3126 * configure: Regenerated.
3127
d30cf5bb
RM
3128 * configure.in (READELF): Find it with AC_CHECK_TOOL.
3129 Update tests that use readelf to use $READELF instead.
3130 * configure: Regenerated.
3131
8538fdb3
UD
31322011-07-08 Ulrich Drepper <drepper@gmail.com>
3133
3134 * malloc/hooks.c (memalign_check): Avoid using checked_request2size
3135 if the result is not used.
3136
04d08991
AJ
31372011-07-05 Andreas Jaeger <aj@suse.de>
3138
3139 [BZ#9696]
3140 * stdlib/tst-strtod.c: Add testcase.
3141
de283087
AD
31422011-07-07 Ulrich Drepper <drepper@gmail.com>
3143
4e5f31c8 3144 * sysdeps/unix/sysv/linux/pathconf.c (distinguish_extX): New function.
46a5b7f0 3145 (__statfs_link_max): Use it to distinguish between ext2/3 and ext4.
4e5f31c8
UD
3146 The latter has a higher limit. Take additional parameter to pass to
3147 the new function.
3148 (__pathconf): Pass file to __statfs_link_max.
3149 * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Pass fd to
3150 __statfs_link_max.
3151 * sysdeps/unix/sysv/linux/pathconf.h: Adjust prototype of
3152 __statfs_link_max.
3153
de283087
AD
3154 [BZ #12868]
3155 * sysdeps/unix/sysv/linux/linux_fsinfo.h: Define Lustre constants.
3156 * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
3157 Handle Lustre.
3158 * sysdeps/unix/sysv/linux/pathconf.c (__statfs_link_max): Likewise.
3159 (__statfs_filesize_max): Likewise.
3160 Patch mostly by Andreas Dilger <adilger@whamcloud.com>.
3161
c75fa153
AJ
31622011-07-05 Andreas Jaeger <aj@suse.de>
3163
3164 * resolv/res_comp.c (dn_skipname): Remove unused variable.
3165
1a544854
UD
31662011-07-06 Marek Polacek <mpolacek@redhat.com>
3167
3168 * nis/nss_nisplus/nisplus-spwd.c (_nss_nisplus_setspent): Honour the
3169 `status' variable.
3170 * nis/nss_nisplus/nisplus-ethers.c (_nss_nisplus_setetherent):
3171 Likewise.
3172
6f0eec67
UD
31732011-07-04 H.J. Lu <hongjiu.lu@intel.com>
3174
3175 * Makefile (strop-tests): Add strncat.
3176 * string/test-strncat.c: New file.
3177
aae30307
UD
31782011-06-30 Marek Polacek <mpolacek@redhat.com>
3179
3180 * iconvdata/johab.c: Don't inline `johab_sym_hanja_to_ucs' function.
3181
c0cfb5eb
UD
31822011-06-21 Andreas Jaeger <aj@suse.de>
3183
3184 * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules):
3185 Copy rule from iconvdata/Makefile.
3186
01636b21
UD
31872011-07-06 Ulrich Drepper <drepper@gmail.com>
3188
3189 [BZ #12922]
3190 * posix/getopt.c (_getopt_internal_r): When "W;" is in short options
3191 but no long options are defined, just return 'W'.
3192
9895c8bc
UD
31932011-06-22 Marek Polacek <mpolacek@redhat.com>
3194
3195 [BZ #9696]
3196 * stdlib/strtod_l.c (round_and_return): Set ERANGE instead of EDOM.
3197
5d4cf042
UD
31982011-07-06 Ulrich Drepper <drepper@gmail.com>
3199
3200 * inet/getnetgrent_r.c (internal_getnetgrent_r): Fix check for known
3201 netgroups to read.
960e5535 3202 (innetgr): Likewise.
5d4cf042 3203
751eb97e
RM
32042011-07-05 Roland McGrath <roland@hack.frob.com>
3205
3206 * config.make.in (install_root): Default to $(DESTDIR).
3207
f15f1e45
UD
32082011-07-05 Ulrich Drepper <drepper@gmail.com>
3209
3210 * nscd/nscd_getserv_r.c (nscd_getserv_r): Add cast to avoid warning.
3211
4e34ac6a
RM
32122011-07-02 Roland McGrath <roland@hack.frob.com>
3213
5e9b6af4
RM
3214 * Makerules ($(common-objpfx)format.lds): Fail if result is empty.
3215
84f9ea0f
RM
3216 * Makefile ($(common-objpfx)testrun.sh): Generate to work relative to
3217 containing directory rather than embedding absolute directory names.
3218
ea5ee9f7
RM
3219 * scripts/check-local-headers.sh: Rewritten using awk.
3220 Match by word, not by line. Print error messages for matches.
3221 * Makefile ($(objpfx)check-local-headers.out): Pass AWK in to it.
3222
1b74661a
RM
3223 * Makerules [shlib-lds-flags empty]:
3224 ($(common-objpfx)libc_pic.opts): New target.
3225 ($(common-objpfx)libc_pic.os.clean): New target.
3226 ($(common-objpfx)libc.so): Link it instead of libc_pic.os.
3227
3228 * config.make.in (OBJCOPY): New variable.
3229 * aclocal.m4 (LIBC_PROG_BINUTILS): Substitute OBJCOPY too.
3230 * configure: Regenerated.
3231
f781ef40
RM
3232 * config.make.in (use-default-link): New variable.
3233 * configure.in (use_default_link): Grok --with-default-link to set it.
3234 * configure: Regenerated.
3235 * Makerules [$(elf) = yes] [$(use-default-link) = yes]:
3236 (shlib-lds, shlib-lds-flags): Define to empty.
3237
2d4fa81e
RM
3238 * Makerules (shlib-lds): New variable.
3239 (shlib-lds-flags): New variable.
3240 (build-shlib, build-moduile, build-module-asneeded): Use it.
3241 ($(common-objpfx)libc.so): Use $(shlib-lds).
3242 ($(extra-modules-build:%=$(objpfx)%.so)): Likewise.
3243 * iconvdata/extra-module.mk ($(objpfx)$(mod).so): Likewise.
3244
31fffa6b
RM
3245 * elf/dynamic-link.h (elf_get_dynamic_info): Make asserts accept
3246 DT_FLAGS/DT_FLAGS_1 with zero flags.
3247
4e34ac6a
RM
3248 * elf/Makefile ($(objpfx)ld.so): Use -defsym=_begin=0 instead of
3249 linker script munging.
3250
fcfc776b
UD
32512011-07-02 Ulrich Drepper <drepper@gmail.com>
3252
3253 * crypt/sha512.h (struct sha512_ctx): Add union to access total also
3254 as 128-bit value.
3255 * crypt/sha512.c (sha512_process_block): Perform total addition using
3256 128-bit if possible.
3257 (__sha512_finish_ctx): Likewise.
3258 * crypt/sha256.h (struct sha256_ctx): Add union to access total also
3259 as 64-bit value.
3260 * crypt/sha256.c (SWAP64): Define.
3261 (sha256_process_block): Perform total addition using 64-bit if
3262 possible.
3263 (__sha256_finish_ctx): Likewise.
3264
99231d9a
UD
32652011-07-01 Ulrich Drepper <drepper@gmail.com>
3266
3267 * nscd/pwdcache.c (cache_addpw): Cleanup. Add branch prediction.
3268 * nscd/initgrcache.c (addinitgroupsX): Likewise.
3269 * nscd/hstcache.c (cache_addhst): Likewise.
3270 * nscd/grpcache.c (cache_addgr): Likewise.
3271 * nscd/aicache.c (addhstaiX): Likewise
3272 * nscd/servicescache.c (cache_addserv): Handle zero negtimeout.
3273
445b4a53
TK
32742011-07-01 Thorsten Kukuk <kukuk@suse.de>
3275
3276 * nscd/pwdcache.c (cache_addpw): Handle zero negtimeout.
3277 * nscd/initgrcache.c (addinitgroupsX): Likewise.
3278 * nscd/hstcache.c (cache_addhst): Likewise.
3279 * nscd/grpcache.c (cache_addgr): Likewise.
3280 * nscd/aicache.c (addhstaiX): Likewise
3281
6d4d8e8e
AS
32822011-07-01 Andreas Schwab <schwab@redhat.com>
3283
3284 * nis/nss_compat/compat-pwd.c (getpwent_next_nss_netgr): Query NIS
3285 domain only when needed.
3286
89f654c5
AS
32872011-06-30 Andreas Schwab <schwab@redhat.com>
3288
3289 * sysdeps/posix/getaddrinfo.c (gaih_inet): Make sure RES_USE_INET6
3290 is always restored.
3291
cf3b23ff
UD
32922011-06-29 Ulrich Drepper <drepper@gmail.com>
3293
3294 * nscd/grpcache.c (cache_addgr): Don't write notfound reply if we
3295 are re-adding the entry.
3296 * nscd/servicescache.c (cache_addserv): Likewise.
3297
751626f9
AJ
32982011-06-30 Aurelien Jarno <aurelien@aurel32.net>
3299
3300 * sysdeps/generic/dl-irel.h: fix protection against multiple
3301 inclusions.
3302 * sysdeps/generic/dl-irel.h (elf_ifunc_invoke): New.
3303
9113ea1f
UD
33042011-06-28 Ulrich Drepper <drepper@gmail.com>
3305
5c0b8d90
UD
3306 [BZ #12935]
3307 * malloc/memusage.sh: Fix quoting in message.
3308 * debug/xtrace.sh: Likewise.
3309
9113ea1f
UD
3310 * configure.in: Remove support for --experimental-malloc option, make
3311 it the default.
3312 * config.make.in: Likewise.
3313 * malloc/Makefile: Likewise.
3314
a4172181
AS
33152011-06-27 Andreas Schwab <schwab@redhat.com>
3316
3317 * iconvdata/gb18030.c (BODY for TO_LOOP): Fix encoding of non-BMP
3318 two-byte characters.
3319
78a7eee7
RM
33202011-06-27 Roland McGrath <roland@hack.frob.com>
3321
62bede13
RM
3322 * configure.in (NO_CTORS_DTORS_SECTIONS): Give this check its own
3323 AC_CACHE_CHECK invocation.
3324 * configure: Regenerated.
3325
78a7eee7
RM
3326 * elf/soinit.c (__CTOR_LIST__, __DTOR_LIST__): Add used attribute.
3327
5ce33a62
UD
33282011-06-27 Ulrich Drepper <drepper@gmail.com>
3329
034807a9
UD
3330 [BZ #12350]
3331 * nscd/aicache.c (addhstaiX): Restore only RES_USE_INET6
3332 bit from old_res_options.
3333
4902da17
UD
3334 * sysdeps/unix/sysv/linux/Makefile (CFLAGS-servicescache.c): Define.
3335
5ce33a62
UD
3336 * inet/getnetgrent_r.c (innetgr): Minimal cleanup, use correct return
3337 value type for setfct.
3338
c2344f56
L
33392011-06-23 H.J. Lu <hongjiu.lu@intel.com>
3340
3341 * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Use
3342 __gettimeofday instead of gettimeofday.
3343
68468076
UD
33442011-06-26 Ulrich Drepper <drepper@gmail.com>
3345
3346 * elf/Makefile (all-built-dso): No need to check linkobj/libc.so.
3347
acb0d739
L
33482011-06-24 H.J. Lu <hongjiu.lu@intel.com>
3349
3350 * sysdeps/i386/i686/multiarch/strcpy-sse2.S (RETURN): Fix a typo.
3351
3352 * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Correct unwind
3353 info.
3354
8912479f
L
33552011-06-22 H.J. Lu <hongjiu.lu@intel.com>
3356
3357 * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
3358 strcpy-ssse3 strncpy-ssse3 stpcpy-ssse3 stpncpy-ssse3
3359 strcpy-sse2-unaligned strncpy-sse2-unaligned
3360 stpcpy-sse2-unaligned stpncpy-sse2-unaligned.
3361 * sysdeps/x86_64/multiarch/stpcpy-sse2-unaligned.S: New file.
3362 * sysdeps/x86_64/multiarch/stpcpy-ssse3.S: New file.
3363 * sysdeps/x86_64/multiarch/stpncpy-sse2-unaligned.S: New file.
3364 * sysdeps/x86_64/multiarch/stpncpy-ssse3.S: New file.
3365 * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: New file.
3366 * sysdeps/x86_64/multiarch/strcpy-ssse3.S: New file.
3367 * sysdeps/x86_64/multiarch/strncpy-sse2-unaligned.S: New file.
3368 * sysdeps/x86_64/multiarch/strncpy-ssse3.S: New file.
3369 * sysdeps/x86_64/multiarch/strcpy.S: Remove strcpy with SSSE3.
3370 (STRCPY): Support SSE2 and SSSE3 versions.
3371
d5495a11
UD
33722011-06-24 Ulrich Drepper <drepper@gmail.com>
3373
3374 [BZ #12874]
3375 * sysdeps/unix/sysv/linux/Makefile (CFLAGS-tst-writev.c): Define.
3376 * sysdeps/wordsize-64/tst-writev.c: Work around problem with 2.6.38+
3377 kernels which artificially limit size of requests.
3378
0b1cbaae
L
33792011-06-22 H.J. Lu <hongjiu.lu@intel.com>
3380
3381 * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
3382 strncpy-c strcpy-ssse3 strncpy-ssse3 stpcpy-ssse3 stpncpy-ssse3
3383 strcpy-sse2 strncpy-sse2 stpcpy-sse2 stpncpy-sse2.
3384 * sysdeps/i386/i686/multiarch/stpcpy-sse2.S: New file.
3385 * sysdeps/i386/i686/multiarch/stpcpy-ssse3.S: New file.
3386 * sysdeps/i386/i686/multiarch/stpncpy-sse2.S: New file.
3387 * sysdeps/i386/i686/multiarch/stpncpy-ssse3.S: New file.
3388 * sysdeps/i386/i686/multiarch/stpncpy.S : New file.
3389 * sysdeps/i386/i686/multiarch/strcpy-sse2.S : New file.
3390 * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: New file.
3391 * sysdeps/i386/i686/multiarch/strcpy.S: New file.
3392 * sysdeps/i386/i686/multiarch/strncpy-c.c: New file.
3393 * sysdeps/i386/i686/multiarch/strncpy-sse2.S: New file.
3394 * sysdeps/i386/i686/multiarch/strncpy-ssse3.S: New file.
3395 * sysdeps/i386/i686/multiarch/strncpy.S: New file.
3396 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
3397 Enable unaligned load optimization for Intel Core i3, i5 and i7
3398 processors.
3399 * sysdeps/x86_64/multiarch/init-arch.h (bit_Fast_Unaligned_Load):
3400 Define.
3401 (index_Fast_Unaligned_Load): Define.
3402 (HAS_FAST_UNALIGNED_LOAD): Define.
3403
07f494a0
MP
34042011-06-23 Marek Polacek <mpolacek@redhat.com>
3405
3406 * nss/nss_db/db-open.c: Include <unistd.h> for read declaration.
3407
fa3fc0fe
UD
34082011-06-22 Ulrich Drepper <drepper@gmail.com>
3409
3410 [BZ #12907]
3411 * sysdeps/posix/getaddrinfo.c (getaddrinfo): Avoid calling __check_pf
3412 until it is clear that the information is realy needed.
3413 Patch mostly by David Hanisch <david.hanisch@nsn.com>.
3414
e12df166
AS
34152011-06-22 Andreas Schwab <schwab@redhat.com>
3416
3417 * sysdeps/posix/getaddrinfo.c (gaih_inet): Fix last change.
3418
852eb34d
UD
34192011-06-22 Ulrich Drepper <drepper@gmail.com>
3420
84e2a551
UD
3421 * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Use
3422 /sys/devices/system/cpu/online if it is usable.
3423
852eb34d
UD
3424 * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Rate limit
3425 reading the information from the /proc filesystem to once a second.
3426
6e502e19
UD
34272011-06-21 Andreas Jaeger <aj@suse.de>
3428
3429 * sysdeps/unix/sysv/linux/bits/sigcontext.h: Fix definition of
3430 NULL after inclusion of kernel headers.
3431
75d39ff2
UD
34322011-06-21 Ulrich Drepper <drepper@gmail.com>
3433
51f9aa6a
UD
3434 * nss/nss_db/db-XXX.c (nss_db_setENT): Only set entidx for successful
3435 calls to internal_setent.
3436
c0244a9d
UD
3437 [BZ #12885]
3438 * sysdeps/posix/getaddrinfo.c (gaih_inet): When looking up only IPv6
3439 addresses using gethostbyname4_r ignore IPv4 addresses.
3440
c5e3c2ae
UD
3441 * sysdeps/posix/getaddrinfo.c (gaih_inet): After the last change the
3442 branch using gethostbyname2 is only for AF_INET. Optimize accordingly.
3443
75d39ff2
UD
3444 * inet/getnetgrent_r.c: Use DL_CALL_FCT in several places.
3445
42675c6f
DM
34462011-06-20 David S. Miller <davem@davemloft.net>
3447
3448 * sysdeps/sparc/sparc32/dl-plt.h: Protect against multiple
3449 inclusions.
3450 * sysdeps/sparc/sparc64/dl-plt.h: Likewise.
3451
3452 * sysdeps/i386/dl-irel.h (elf_ifunc_invoke): New.
3453 (elf_irel): Use it.
3454 * sysdeps/powerpc/powerpc32/dl-irel.h: Likewise.
3455 * sysdeps/powerpc/powerpc64/dl-irel.h: Likewise.
3456 * sysdeps/sparc/sparc32/dl-irel.h: Likewise.
3457 * sysdeps/sparc/sparc64/dl-irel.h: Likewise.
3458 * sysdeps/x86_64/dl-irel.h: Likewise.
3459
3460 * elf/dl-runtime.c: Use elf_ifunc_invoke.
3461 * elf/dl-sym.c: Likewise.
3462
57912a71
UD
34632011-06-15 Ulrich Drepper <drepper@gmail.com>
3464
3465 * resolv/res_send.c (__libc_res_nsend): Fix typos in last patch. We
3466 need to dereference resplen2.
3467
ee22793d
AS
34682011-06-14 Andreas Schwab <schwab@redhat.com>
3469
3470 * sysdeps/unix/sysv/linux/wordsize-64/dl-fxstatat64.c: New file.
3471
a9e836b0
UD
34722011-06-15 Ulrich Drepper <drepper@gmail.com>
3473
77fb9117
UD
3474 * Makeconfig: Define vardbdir and inst_vardbdir.
3475 * nss/Makefile: Add rules to install db-Makefile.
3476
40c1b22c
UD
3477 * nss/nss_db/db-XXX.c: Cleanup.
3478
9f2da732
UD
3479 * nss/Makefile (libnss_db-dbs): Add db-initgroups.
3480 * nss/Versions [libnss_db]: Add _nss_db_initgroups_dyn for
3481 GLIBC_PRIVATE.
3482 * nss/db-Makefile (groups.db): Emit entries for initgroups lookups.
3483 * nss/makedb.c: Implement -g option to specify that value strings
3484 are generated and should not be added to table iterated over for
3485 get*ent calls.
3486 * nss/nss_db/db-initgroups.c: New file.
3487
82e9a1f7
UD
3488 * nss/getent.c: Add support for initgroups lookups through getgrouplist
3489 interface.
3490
c41af17e
UD
3491 * grp/initgroups.c (__nss_initgroups_database): Renamed and exported.
3492 (internal_getgrouplist): Adjust to name change.
3493 Update use_initgroups_entry if this is not the first call.
3494 * nss/databases.def: Add initgroups entry.
3495
a9e836b0
UD
3496 * nss/makedb.c (compute_tables): Check result of multiple hash table
3497 sizes to minimize maximum chain length.
3498
2666d441
UD
34992011-06-14 Ulrich Drepper <drepper@gmail.com>
3500
3501 * Versions.def: Add entry for libnss_db.
3502 * shlib-versions: Likewise.
3503 * nss/Makefile: Add rules to build libnss_db.
3504 * nss/Versions: Add libnss_db information. Organize libnss_files
3505 entries better.
3506 * nss/db-Makefile: Add gshadow support. Change rules for the new
3507 makedb progra. Some minor improvements to generate smaller files.
3508 * nss/nss_db/nss_db.h: Move NSS database header data structures to
3509 here from...
3510 * nss/makedb.c: ...here.
3511 Improve database format to be smaller and require less memory at
3512 runtime.
3513 * nss/nss_db/db-XXX.x: Adjust for new database format. Don't use
3514 db anymore.
3515 * nss/nss_db/db-netgrp.c: Likewise.
3516 * nss/nss_db/db-open.c: Likewise.
3517 * nss/nss_files/flies-XXX.x: Adjust comments.
3518 * nss/nss_files/files-ethers.c: Adjust for new DB_LOOKUP definition.
3519 * nss/nss_files/files-grp.c: Likewise.
3520 * nss/nss_files/files-hosts.c: Likewise.
3521 * nss/nss_files/files-network.c: Likewise.
3522 * nss/nss_files/files-proto.c: Likewise.
3523 * nss/nss_files/files-pwd.c: Likewise.
3524 * nss/nss_files/files-rpc.c: Likewise.
3525 * nss/nss_files/files-service.c: Likewise.
3526 * nss/nss_files/files-sgrp.c: Likewise.
3527 * nss/nss_files/files-spwd.c: Likewise.
3528 * nss/nss_db/db-alias.c: Removed.
3529 * nss/nss_db/dummy-db.h: Removed.
3530
9ee76b5a
UD
35312011-06-02 Ulrich Drepper <drepper@gmail.com>
3532
3533 * nss/makedb.c: Rewritten to not use database library.
3534 * nss/Makefile: Update to build new makedb program.
3535
c71ca1f8
AJ
35362011-06-14 Andreas Jaeger <aj@suse.de>
3537
3538 * sysdeps/unix/sysv/linux/check_native.c: Include <string.h> for
3539 memset declaration.
3540
3154bfb8
UD
35412011-06-10 Andreas Schwab <schwab@redhat.com>
3542
3543 * sysdeps/posix/getaddrinfo.c (gaih_inet): Fix logic allocating
3544 tmpbuf.
3545
b350afab
RM
35462011-06-10 Roland McGrath <roland@hack.frob.com>
3547
decd4e50
RM
3548 * Makerules (shlib.lds): Fail if the linker script comes out empty.
3549 * elf/Makefile ($(objpfx)ld.so): Likewise.
3550
5615eaf2
RM
3551 * Makefile ($(common-objpfx)linkobj/libc.so): Break long lines with \.
3552 Don't list ld.so twice in dependencies.
3553
3554 * posix/bug-regex31.c: Include <stdlib.h>.
3555
3556 * nscd/hstcache.c (cache_addhst): Remove unused variable.
3557
3558 * nis/nss_compat/compat-spwd.c
3559 (getspent_next_nss_netgr): Remove unused variable.
3560 * nis/nss_compat/compat-pwd.c (getpwent_next_nss_netgr): Likewise.
3561
3562 * nis/nis_print_group_entry.c (nis_print_group_entry): Fix "Implicit
3563 nonmembers" output to use the right array.
3564
3565 * resolv/nss_dns/dns-network.c (getanswer_r): Remove unused variable.
3566
3567 * elf/dl-open.c (_dl_open): Quash warnings when DL_NNS==1.
3568
3569 * locale/programs/ld-ctype.c (ctype_read): Remove unused variable.
3570 * locale/programs/ld-collate.c (add_to_tablewc): Likewise.
3571 * catgets/gencat.c (read_input_file): Likewise.
3572 * locale/programs/locarchive.c (enlarge_archive): Likewise.
3573
3574 * sunrpc/clnt_udp.c (__libc_clntudp_bufcreate): Move DONTBLOCK
3575 variable definition inside #if's controlling its use.
3576
3577 * inet/getnetgrent_r.c (innetgr): Remove unused variable.
3578
3579 * resolv/res_hconf.c (_res_hconf_reorder_addrs): Fix errno restoration.
3580
3581 * misc/syslog.c (__vsyslog_chk): Remove unused variable.
3582
3583 * io/fts.c (fts_build): Use if (0 && ...) rather than #if 0 for
3584 unreachable code.
3585
3586 * stdio-common/printf_fp.c (___printf_fp): Remove unused variable.
3587
b68e08db
RM
3588 * configure.in (nss-crypt check): Use AC_LANG_PROGRAM.
3589 * configure: Regenerated.
3590
b350afab
RM
3591 * Makerules: Revert last change.
3592 * elf/Makefile: Likewise.
3593
28368601
RM
35942011-06-09 Roland McGrath <roland@hack.frob.com>
3595
3596 * Makerules ($(common-objpfx)libc_pic.os): Use -Wl, before -r.
3597 * elf/Makefile ($(objpfx)librtld.os): Likewise.
3598 (reloc-link): Likewise.
3599
11988f8f
UD
36002011-06-09 Ulrich Drepper <drepper@gmail.com>
3601
3602 * elf/Makefile: Add rules to build pldd.
3603 * elf/pldd.c: New file.
3604 * elf/pldd-xx.c: New file.
3605
e80fab37
UD
36062011-06-07 Ulrich Drepper <drepper@gmail.com>
3607
3608 * version.h: Update for 2.15 development version.
3609
9b849836
DM
36102011-06-07 David S. Miller <davem@davemloft.net>
3611
3612 * sysdeps/sparc/sparc32/dl-irel.h (elf_irela): Pass dl_hwcap to
3613 ifuncs.
3614 * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela,
3615 elf_machine_lazy_rel): Likewise.
3616 * sysdeps/sparc/sparc64/dl-irel.h (elf_irela): Likewise.
3617 * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela,
3618 elf_machine_lazy_rel): Likewise.
3619 * sysdeps/sparc/sparc64/multiarch/memcpy.S (memcpy): Fetch
3620 dl_hwcap via passed in argument.
3621 * sysdeps/sparc/sparc64/multiarch/memset.S (memset, bzero):
3622 Likewise.
3623
5a31b283
AK
36242011-06-06 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
3625
3626 * stdlib/longlong.h: Update from GCC. Fix smul_ppmm for S/390.
3627
069e52f8
RM
36282011-06-06 Roland McGrath <roland@hack.frob.com>
3629
3630 [BZ #12849]
3631 * manual/fdl-1.1.texi: New file, verbatim from:
3632 http://www.gnu.org/licenses/old-licenses/fdl-1.1.texi
3633 * manual/lgpl-2.1.texi: New file, verbatim from:
3634 http://www.gnu.org/licenses/old-licenses/lgpl-2.1.texi
3635 * manual/Makefile (licenses): New variable, list those new file names.
3636 (texis): Use it.
3637 (chapters.% top-menu.%): Include $(licenses) with $(appendices).
3638
3639 * manual/fdl.texi: File removed.
3640 * manual/lesser.texi: File removed.
3641 * manual/libc.texinfo (Copying, Documentation License):
3642 Use new @include file names, put @appendix directive before @include.
3643
f16846a5
JJ
36442011-06-04 Jakub Jelinek <jakub@redhat.com>
3645
3646 [BZ #12841]
3647 * rt/bits/mqueue2.h (__mq_open_2): Add __THROW.
3648 (__mq_open_alias): Use __REDIRECT_NTH instead of __REDIRECT.
3649 (mq_open): Add __NTH.
3650
3d29045b
L
36512011-06-02 H.J. Lu <hongjiu.lu@intel.com>
3652
3653 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
3654 Assume Intel Core i3/i5/i7 processor if AVX is available.
3655
8c297311
UD
36562011-05-31 Ulrich Drepper <drepper@gmail.com>
3657
3658 * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard): Fix
3659 typo.
3660
c8fc0c91
UD
36612011-05-31 Andreas Schwab <schwab@redhat.com>
3662
3663 * nscd/nscd_getserv_r.c (nscd_getserv_r): Don't free non-malloced
3664 memory. Use alloca_account. Fix memory leak when retrying.
3665
5b27a807
UD
36662011-05-31 Ulrich Drepper <drepper@gmail.com>
3667
356f8bc6
UD
3668 * version.h (RELEASE): Bump for 2.14 release.
3669 * include/features.h (__GLIBC_MINOR__): Bump to 14.
3670
5b27a807
UD
3671 * config.make.in (RANLIB): Remove entry.
3672
01f16ab0
UD
36732011-05-30 Ulrich Drepper <drepper@gmail.com>
3674
41fce8bd
UD
3675 * po/Makefile (po-sed-cmd): Add ksh to extensions.
3676 (libc.pot): Work around missing support for .ksh extension in xgettext.
3677
4769ae77
UD
3678 [BZ #12684]
3679 * resolv/res_send.c (__libc_res_nsend): Only go to the next name server
3680 if both request failed.
3681 (send_dg): In case of server errors clear resplen or *resplen2.
3682
6b1e7d19
UD
3683 [BZ #12454]
3684 * elf/dl-deps.c (_dl_map_object_deps): Run initializer sorting only
3685 when there are multiple maps.
3686 * elf/dl-fini.c (_dl_sort_fini): Check for list of one.
3687 (_dl_fini): Remove test here.
3688
01f16ab0
UD
3689 * elf/rtld.c (dl_main): Don't allow the loader to load itself.
3690
b1ebd700
UD
36912011-05-29 Ulrich Drepper <drepper@gmail.com>
3692
7ae22829
UD
3693 [BZ #12350]
3694 * sysdeps/posix/getaddrinfo.c (gethosts): Restore only RES_USE_IENT6
3695 bit from old_res_options.
3696 (gaih_inet): Likewise.
3697
553149f6 3698 [BZ #11099]
18a84741 3699 * shadow/sgetspent_r.c (LINE_PARSER): Interpret numeric field values
873ca504
UD
3700 as signed.
3701
652ffab1
UD
3702 * resolv/res_init.c (res_setoptions): Make the code more compact.
3703
16985fd0
UD
3704 [BZ #11558]
3705 * resolv/res_init.c (res_setoptions): Recognize use-vc option and
3706 set RES_USEVC.
3707
0464f746
UD
3708 [BZ #11634]
3709 * elf/Makefile (tests): Don't add tst-audit[67] without working -mavx.
3710
7d17596c
UD
3711 * malloc/malloc.h: Mark malloc hook variables as deprecated.
3712
cf6bbbd7
UD
3713 [BZ #11781]
3714 * malloc/malloc.h: Declare malloc hook variables as volatile.
3715
13f1ab36
UD
3716 * locale/programs/locarchive.c (add_locale_to_archive): Fix typo
3717 in last patch.
3718
b1ebd700
UD
3719 [BZ #11799]
3720 * sysdeps/unix/sysv/linux/bits/siginfo.h (SI_USER): Don't mention
4997db74 3721 raise in the comment.
80e2212d
UD
3722 * sysdeps/unix/sysv/linux/s390/bits/siginfo.h: Likewise.
3723 * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
3724 * sysdeps/unix/sysv/linux/ia64/bits/siginfo.h: Likewise.
b1ebd700 3725
ce67228d
UD
37262011-05-28 Ulrich Drepper <drepper@gmail.com>
3727
8887a920
UD
3728 [BZ #12811]
3729 * posix/regex_internal.c (build_wcs_buffer): Don't signal we have to
3730 grow the buffers more if it already has to be sufficient.
3731 (build_wcs_upper_buffer): Likewise.
3732 * posix/regexec.c (check_matching): Likewise.
3733 (clean_state_log_if_needed): Likewise.
3734 (extend_buffers): Don't enlarge buffers beyond size of the input
3735 buffer.
3736 Patches mostly by Emil Wojak <emil@wojak.eu>.
3737 * posix/bug-regex32.c: New file.
3738 * posix/Makefile (tests): Add bug-regex32.
3739
4f031072
UD
3740 * locale/findlocale.c (_nl_find_locale): Return right away if
3741 _nl_explode_name failed.
3742 * locale/programs/locarchive.c (add_locale_to_archive): Likewise.
3743
d0478f0c
UD
3744 * sysdeps/unix/sysv/linux/socketcall.h (SOCKOP_sendmmsg): Define.
3745
de81b246
UD
3746 * debug/xtrace.sh: Unify messages.
3747 * malloc/memusage.sh: Likewise.
3748
c738465a
UD
3749 [BZ #12813]
3750 * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_time): Retrieve
3751 time symbol from vDSO. Substitute with vsyscall if not available.
3752 * sysdeps/unix/sysv/linux/x86_64/time.S [SHARED]: Use
3753 __vdso_time.
3754
f1f929d7
UD
3755 * sysdeps/unix/sysv/linux/internal_sendmmsg.S: New file.
3756 * sysdeps/unix/sysv/linux/sendmmsg.c: New file.
3757 * sysdeps/unix/sysv/linux/Makefile [subdir=socket] (sysdep_routines):
3758 Add sendmmsg and internal_sendmmsg.
3759 * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14]: Add sendmmsg.
3760 * sysdeps/unix/sysv/linux/bits/socket.h: Declare sendmmsg.
3761 * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_SENDMMSG.
3762
ce67228d
UD
3763 * sysdeps/unix/sysv/linux/syscalls.list: Add setns entry.
3764 * sysdeps/unix/sysv/linux/bits/sched.h: Declare setns.
3765 * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14]: Add setns.
3766
e57420c6
UD
37672011-05-27 Ulrich Drepper <drepper@gmail.com>
3768
a8509ca5
UD
3769 [BZ #12813]
3770 * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_getcpu):
3771 Retrieve getcpu symbol from vDSO. Substitute with vsyscall if not
3772 available.
3773 * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S [SHARED]: Use
3774 __vdso_getcpu.
3775
e57420c6
UD
3776 [BZ #12814]
3777 * iconvdata/Makefile (tests): Add bug-iconv9.
3778 * iconvdata/bug-iconv9.c: New file.
3779
4d07db15
AS
37802011-05-27 Andreas Schwab <schwab@redhat.com>
3781
3782 [BZ #12814]
3783 * iconvdata/iso-2022-jp.c (BODY): Fix invalid variable shadowing.
3784
ea486f69
JJ
37852011-05-25 Jakub Jelinek <jakub@redhat.com>
3786
3787 * sysdeps/unix/sysv/linux/x86_64/sys/user.h
3788 (struct user_regs_struct): Change intcs field back to cs.
3789
6f038433
UD
37902011-05-25 Ulrich Drepper <drepper@gmail.com>
3791
3792 * po/ja.po: Update from translation team.
3793
67f86a25
UD
37942011-05-23 Ulrich Drepper <drepper@gmail.com>
3795
3796 [BZ #12795]
3797 * sysdeps/unix/sysv/linux/bits/resource.h (RLIMIT_RTTIME): Define.
3798 * sysdeps/unix/sysv/linux/sparc/bits/resource.h: Likewise.
3799
def7fbd6
AS
38002011-05-20 Andreas Schwab <schwab@redhat.com>
3801
3802 * stdlib/longlong.h: Update from GCC.
3803
f50ef8f1
AS
38042011-05-23 Andreas Schwab <schwab@redhat.com>
3805
3806 * sysdeps/unix/sysv/linux/ia64/sysconf.c (HAS_CPUCLOCK): Add
3807 parameter name.
3808 * sysdeps/unix/sysv/linux/sysconf.c (has_cpuclock, HAS_CPUCLOCK):
3809 Add parameter name.
3810 (__sysconf): Pass it down.
3811
de7ce8f1
UD
38122011-05-22 Ulrich Drepper <drepper@gmail.com>
3813
f2962a71
UD
3814 [BZ #12671]
3815 * nis/nss_nis/nis-alias.c (_nss_nis_getaliasbyname_r): Use malloc in
3816 some situations.
3817 * nscd/nscd_getserv_r.c (nscd_getserv_r): Likewise.
3818 * posix/glob.c (glob_in_dir): Take additional parameter alloca_used.
3819 add in in __libc_use_alloca calls. Adjust callers.
3820 (glob): Use malloc in some situations.
3821
de7ce8f1
UD
3822 * elf/dl-runtime.c (_dl_profile_fixup): Also store LA_SYMB_NOPLTENTER
3823 and LA_SYMB_NOPLTEXIT in flags which are passed to pltenter and
3824 pltexit.
3825
aec84f53
UD
38262011-05-21 Ulrich Drepper <drepper@gmail.com>
3827
05bb4a68
UD
3828 * sysdeps/unix/sysv/linux/bits/time.h: Define CLOCK_REALTIME_ALARM
3829 and CLOCK_BOOTTIME_ALARM.
3830
7ea72f99
UD
3831 [BZ #12782]
3832 * string/xpg-strerror.c (__xpg_strerror_r): Fill buffer even if error
3833 is returned.
3834
7e4afad5
UD
3835 * string/_strerror.c (__strerror_r): Print negative errors as signed
3836 numbers.
3837
8e211fec
UD
3838 [BZ #12777]
3839 * iconvdata/cp1258.c (comp_table_data): Remove entry 0x00A5 0xEC.
3840 (decomp_table): Change U0385 entry to emit 0xA5 0xEC.
3841 * iconvdata/CP1258.irreversible: Adjust entry 0xA8EC.
3842
f7d82dc9
UD
3843 * configure.in: Fix typo in redirection and correct removal of test
3844 files in two cases.
3845
cc9e536d
UD
3846 [BZ #12788]
3847 * locale/setlocale.c (new_composite_name): Fix test to check for
3848 identical name of all categories.
3849
aec84f53
UD
3850 [BZ #12792]
3851 * libio/filedoalloc.c (local_isatty): New function.
3852 (_IO_file_doallocate): Use local_isatty.
3853 * stdio-common/perror.c (perror): In case a new stream is used
3854 forward the stream error.
3855 * stdio-common/vfprintf.c (ARGCHECK): For read-only streams also set
3856 error flag.
3857
78e64fdc
RT
38582011-05-20 Ulrich Drepper <drepper@gmail.com>
3859
34a9094f
UD
3860 [BZ #11869]
3861 * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't unconditionally use
3862 alloca.
3863 * include/alloca.h (extend_alloca_account): Define.
3864
78e64fdc
RT
3865 [BZ #11857]
3866 * posix/regex.h: Fix comments with documentation of user-accessible
3867 fields after compilation and describe correct free'ing of pattern
3868 after re_compile_pattern.
3869 Patch by Reuben Thomas <rrt@sc3d.org>.
3870
457bddfc
RA
38712011-05-18 Ryan S. Arnold <rsa@us.ibm.com>
3872
3873 * sysdeps/powerpc/powerpc64/Makefile (no-special-regs): Add -mno-vsx
3874 and -mno-altivec to prevent the compiler from using Altivec and/or
3875 VSX instructions when the corresponding registers are not available.
3876
a4527b51
AS
38772011-05-19 Andreas Schwab <schwab@redhat.com>
3878
3879 * grp/compat-initgroups.c (__libc_use_alloca): Don't define.
3880
ed690b2f
UD
38812011-05-19 Ulrich Drepper <drepper@gmail.com>
3882
3883 * libio/freopen.c (freopen): Use __dup2, not dup2.
3884 * libio/freopen64.c (freopen64): Likewise.
3885
8db73634
L
38862011-05-17 H.J. Lu <hongjiu.lu@intel.com>
3887
3888 [BZ #12775]
3889 * sysdeps/x86_64/fpu/e_powl.S: Fix a typo.
3890 * math/Makefile (tests): Add test-powl.
3891 (CFLAGS-test-powl.c): Define.
3892 * math/test-powl.c: New file.
3893
0a197a9d
L
38942011-05-16 H.J. Lu <hongjiu.lu@intel.com>
3895
3896 * fileops.c (_IO_new_file_fopen): Get fd from _IO_fileno.
3897
ee30c380
UD
38982011-05-17 Ulrich Drepper <drepper@gmail.com>
3899
3900 [BZ #11837]
3901 * iconvdata/gb18030.c: Update to GB18020-2005.
3902
6ce75379
UD
39032011-05-16 Ulrich Drepper <drepper@gmail.com>
3904
a4b89fd8
AR
3905 * posix/regex.h (RE_SYNTAX_AWK, RE_SYNTAX_GNU_AWK,
3906 RE_SYNTAX_POSIX_AWK): Update to match recent development.
3907 Patch by Aharon Robbins <arnold@skeeve.com>.
3908
ea389b12
UD
3909 [BZ #11892]
3910 * stdlib/putenv.c (putenv): Don't always create copy of the variable
3911 on the stack.
3912
68a3f91f
UD
3913 [BZ #11895]
3914 * misc/pselect.c (__pselect): Handle timeout value errors hidden
3915 through underflows.
3916
15cc7dd1
UD
3917 [BZ #12766]
3918 * misc/error.c (error_at_line): Ensure file_name and old_file_name
3919 point to strings before performing equality test for error_one_per_line
3920 mode.
3921
f3799213
UD
3922 [BZ #11697]
3923 * login/programs/pt_chown.c (do_pt_chown): Always call chown.
3924
d79a9c94
UD
3925 [BZ #11820]
3926 * sysdeps/unix/sysv/linux/x86_64/sys/user.h
3927 (struct user_fpregs_struct): Avoid __uint*_t types.
3928
56e5eb46
UD
3929 [BZ #6420]
3930 * malloc/mtrace.c (tr_where): Add additional parameter to point to
3931 symbol info. Use it instead of calling _dl_addr locally.
3932 (lock_and_info): New function.
3933 (tr_freehook): Call lock_and_info and pass symbol info as additional
3934 parameter to tr_where.
3935 (tr_mallochook): Likewise.
3936 (tr_reallochook): Likewise.
3937 (tr_memalignhook): Likewise.
3938
6ce75379
UD
3939 * malloc/mtrace.c: Remove support for USE_MTRACE_FILE. It is not
3940 used and couldn't be at all thread-safe.
3941
f8a3b5bf
UD
39422011-05-15 Ulrich Drepper <drepper@gmail.com>
3943
94b7cc37
UD
3944 * libio/freopen.c (freopen): Don't close old file descriptor
3945 before the new one is opened. Instead dup the new file descriptor
3946 to the old one after the new stream is created.
3947 * libio/freopen64.c (freopen64): Likewise.
3948 * libio/libio.h: Define _IO_FLAGS2_NOCLOSE and _IO_FLAGS2_CLOEXEC.
3949 * libio/fileops.c (_IO_new_file_close_it): Handle new
3950 _IO_FLAGS2_NOCLOSE flag.
3951 (_IO_new_file_fopen): Set _IO_FLAGS2_CLOEXEC for "e" mode.
3952 If _IO_file_open didn't set FD_CLOEXEC do it after the call.
3953 * libio/oldfileops.c (_IO_old_file_close_it): Handle new
3954 _IO_FLAGS2_NOCLOSE flag.
3955 * include/unistd.h: Add hidden_proto for dup3.
3956 Define __have_dup3.
3957 * io/dup3.c: Define hidden symbol.
3958 * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_DUP3.
3959
bd25564e
UD
3960 [BZ #7101]
3961 * posix/getopt.c (_getopt_internal_r): List all ambigious possibilities
3962 when an incomplete long option is used.
3963 * posix/tst-getopt_long1.c: New file.
3964 * posix/Makefile (tests): Add tst-getopt_long1.
3965
c84cfef4
UD
3966 [BZ #10138]
3967 * scripts/config.guess: Update from autoconf-2.68.
3968 * scripts/config.sub: Likewise.
3969
3b85df27
UD
3970 [BZ #10157]
3971 * sysdeps/unix/sysv/linux/sysconf.c (__sysconf): Split out CPUTIME
3972 tests into ...
3973 (has_cpuclock): ...this. New function.
3974 * sysdeps/unix/sysv/linux/ia64/sysconf.c: Just define HAS_CPUCLOCK
3975 macro here based on has_cpuclock code.
3976
15a856b1
UD
3977 [BZ #10149]
3978 * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
3979 First byte (not low byte) is now always NUL.
3980 * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Likewise.
3981
05f399e6
UD
3982 * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
3983 Use non-cancelable interfaces.
3984
10a52685 3985 [BZ #9809]
94ecc67d
UD
3986 * locale/iso-639.def: Add entry for Sorani.
3987
f8a3b5bf
UD
3988 [BZ #11901]
3989 * include/stdlib.h: Move include protection to the right place.
3990 Define abort_msg_s. Declare __abort_msg with it.
3991 * stdlib/abort.c (__abort_msg): Adjust type.
3992 * assert/assert.c (__assert_fail_base): New function. Majority
3993 of code from __assert_fail. Allocate memory for __abort_msg with
3994 mmap.
3995 (__assert_fail): Now call __assert_fail_base.
3996 * assert/assert-perr.c: Remove bulk of implementation. Use
3997 __assert_fail_base.
3998 * include/assert.hL Declare __assert_fail_base.
3999 * sysdeps/posix/libc_fatal.c: Allocate memory for __abort_msg with
4000 mmap.
4001 * sysdeps/unix/sysv/linux/libc_fatal.c: Likewise.
4002
1af4e298
UD
40032011-05-14 Ulrich Drepper <drepper@gmail.com>
4004
f8a3b5bf 4005 [BZ #11952]
d26dfc60
MG
4006 [BZ #12453]
4007 * elf/dl-open.c (dl_open_worker): Delay calls to _dl_update_slotinfo
4008 until all modules are registered in the DTV.
4009 * elf/Makefile: Add rules to build and run tst-tls19.
4010 * elf/tst-tls19.c: New file.
4011 * elf/tst-tls19mod1.c: New file.
4012 * elf/tst-tls19mod2.c: New file.
4013 * elf/tst-tls19mod3.c: New file.
4014 Patch mostly by Martin von Gagern <Martin.vGagern@gmx.net>.
4015
2fc54d6f
UD
4016 [BZ #12083]
4017 * sysdeps/pthread/aio_misc.c (__aio_init): Compute optim.aio_num
4018 correctly.
4019
98d76b46
UD
4020 [BZ #12601]
4021 * iconvdata/cp932.c (BODY to UCS4): Fix incrementing inptr in case of
4022 two-byte sequence errors.
4023 * iconvdata/Makefile (tests): Add bug-iconv8.
4024 * iconvdata/bug-iconv8.c: New file.
4025
da3c19ef
UD
4026 [BZ #12626]
4027 * sysdeps/generic/elf/backtracesymsfd.c (__backtrace_symbols_fd): Move
4028 buf2 definition.
4029
ca408c15
UD
4030 * libio/fileops.c (_IO_new_file_close_it): Initialize write_status.
4031
d6f67f7d
UD
4032 [BZ #12432]
4033 * sysdeps/ia64/backtrace.c (struct trace_reg): Add cfa element.
4034 (dummy_getcfa): New function.
4035 (init): Get _Unwind_GetCFA address, use dummy if not found.
4036 (backtrace_helper): In recursion check, also check whether CFA changes.
4037 (__backtrace): Completely initialize arg.
4038
1af4e298 4039 * iconv/loop.c (SINGLE) [STORE_REST]: Add input bytes to bytebuf before
0656e90e
UD
4040 storing incomplete byte sequence in state object. Avoid testing for
4041 guaranteed too small input if we know there is enough data available.
1af4e298 4042
da62f81b
AS
40432011-05-11 Andreas Schwab <schwab@redhat.com>
4044
4045 * Makeconfig (+link-pie): Indent.
4046 * Rules (binaries-pie): Define if $(have-fpie) and
4047 $(build-shared).
4048 (binaries-shared): Also filter out $(binaries-pie).
4049 ($(addprefix $(objpfx),$(binaries-pie))): New rule.
4050 * nscd/Makefile (others-pie): Add nscd.
4051 (LDFLAGS-nscd): Set this instead of relro-LDFLAGS.
4052 ($(objpfx)nscd): Remove command override.
4053 * login/Makefile (others-pie): Add pt_chown.
4054 ($(objpfx)pt_chown): Remove command override.
4055 * elf/Makefile: Add PIE tests to tests and tests-pie variables and
4056 remove command overrides.
4057
fcabc0f8
UD
40582011-05-13 Ulrich Drepper <drepper@gmail.com>
4059
20030ae6
UD
4060 * libio/tst_putwc.c: Fix error messages.
4061
fcabc0f8
UD
4062 [BZ #12724]
4063 * libio/fileops.c (_IO_new_file_close_it): Always flush when
4064 currently writing and seek to current position when not.
4065 * libio/Makefile (tests): Add bug-fclose1.
4066 * libio/bug-fclose1.c: New file.
4067
320a5dc0
PB
40682011-05-12 Ulrich Drepper <drepper@gmail.com>
4069
4070 [BZ #12511]
4071 * elf/dl-lookup.c (enter): Don't test for copy relocation here and
4072 don't set DF_1_NODELETE here.
4073 (do_lookup_x): When entering new entry test for copy relocation
4074 and if necessary set DF_1_NODELETE flag.
4075 * elf/tst-unique4.cc: New file.
4076 * elf/tst-unique4.h: New file.
4077 * elf/tst-unique4lib.cc: New file.
4078 * elf/Makefile: Add rules to build and run tst-unique4.
4079 Patch by Piotr Bury <pbury@goahead.com>.
4080
22836f52
UD
40812011-05-11 Ulrich Drepper <drepper@gmail.com>
4082
f574184a
UD
4083 [BZ #12052]
4084 * sysdeps/posix/spawni.c (__spawni): Fix sched_setscheduler call.
4085
e1fb097f
UD
4086 [BZ #12625]
4087 * misc/mntent_r.c (addmntent): Flush the stream after the output
4088
22836f52
UD
4089 [BZ #12393]
4090 * elf/dl-load.c (is_trusted_path): Remove unnecessary test.
4091 (is_trusted_path_normalize): Skip initial colon. Append slash
4092 to empty buffer. Duplicate is_trusted_path code but allow
4093 constructed patch to be prefix.
4094 (is_dst): Allow $ORIGIN followed by /.
4095 (_dl_dst_substitute): Correct clearing of check_for_trusted.
4096 Correct testing of result of is_trusted_path_normalize
4097 (decompose_rpath): Fix warning.
4098
7b3b0b2a
UD
40992011-05-10 Ulrich Drepper <drepper@gmail.com>
4100
4101 [BZ #11257]
4102 * grp/initgroups.c (internal_getgrouplist): When we found the service
4103 list through the initgroups entry in nsswitch.conf do not always
4104 continue on a successful lookup. Don't always use the
eac80ce2 4105 __nss_group_database value if it is set.
7b3b0b2a
UD
4106 * nss/nsswitch.conf (initgroups): Change action for successful db
4107 lookup to continue for compatibility.
4108
2a81eaa5
UD
41092011-05-09 Ulrich Drepper <drepper@gmail.com>
4110
be97a69e
UD
4111 [BZ #11532]
4112 * iconvdata/Makefile: Add rules to build CP770, CP771, CP772, CP773,
4113 and CP774 modules.
4114 * iconvdata/gconv-modules: Add entries for CP770, CP771, CP772, CP773,
4115 and CP774 modules.
4116 * iconvdata/tst-tables.sh: Likewise.
4117 * iconvdata/cp770.c: New file.
4118 * iconvdata/cp771.c: New file.
4119 * iconvdata/cp772.c: New file.
4120 * iconvdata/cp773.c: New file.
4121 * iconvdata/cp774.c: New file.
4122 * iconvdata/testdata/CP770: New file.
4123 * iconvdata/testdata/CP770..UTF8: New file.
4124 * iconvdata/testdata/CP771: New file.
4125 * iconvdata/testdata/CP771..UTF8: New file.
4126 * iconvdata/testdata/CP772: New file.
4127 * iconvdata/testdata/CP772..UTF8: New file.
4128 * iconvdata/testdata/CP773: New file.
4129 * iconvdata/testdata/CP773..UTF8: New file.
4130 * iconvdata/testdata/CP774: New file.
4131 * iconvdata/testdata/CP774..UTF8: New file.
4132
4133 * iconvdata/gen-8bit-gap-1.sh: End reading of charmap file at
4134 END CHARMAP line.
4135 * iconvdata/gen-8bit-gap.sh: Likewise.
4136 * iconvdata/gen-8bit.sh: Likewise.
4137
c1e9e399
UD
4138 * locale/iso-639.def: Add ary entry.
4139
24c55fb3 4140 [BZ #11258]
96b4b1b0
UD
4141 * locale/C-translit.h.in: Add U20A1 transliteration.
4142
bdc2f971
KB
4143 [BZ #12178]
4144 * locale/iso-639.def: Add wae entry.
4145 Patch by Kevin Bortis <bortis@translate-wae.ch>.
4146
2952b117
UD
4147 [BZ #12545]
4148 * locale/programs/localedef.c (construct_output_path): Use ssize_t
4149 for n.
4150
2a81eaa5
UD
4151 [BZ #12711]
4152 * locale/C-translit.h.in: Add entry for U20B9.
4153 Patch by pravin.d.s@gmail.com.
4154
28377d1b
UD
41552011-05-08 Ulrich Drepper <drepper@gmail.com>
4156
7fb90fb8
UD
4157 [BZ #12713]
4158 * sysdeps/unix/sysv/linux/getcwd.c: If getcwd syscall report
4159 ENAMETOOLONG use generic getcwd.
6fb2dde3
UD
4160 * sysdeps/posix/getcwd.c: Add support to use openat. Make usable
4161 in rtld. Use *stat64.
7fb90fb8 4162 * sysdeps/unix/sysv/linux/Makefile [subdir=elf] (sysdep-rtld-routines):
6fb2dde3 4163 Add dl-getcwd, dl-openat64, dl-opendir, dl-fxstatat64.
7fb90fb8 4164 * sysdeps/unix/sysv/linux/dl-getcwd.c: New file.
6fb2dde3
UD
4165 * sysdeps/unix/sysv/linux/dl-openat64.c: New file.
4166 * sysdeps/unix/sysv/linux/dl-opendir.c: New file.
4167 * sysdeps/unix/sysv/linux/dl-fxstat64.c: New file.
4168 * include/sys/stat.h: Define __fstatat, __lstat64, __fstat64, and
4169 __fstatat64 macros.
7fb90fb8
UD
4170 * include/dirent.h: Add libc_hidden_proto for rewinddir.
4171 * dirent/rewinddir.c: Add libc_hidden_def.
4172 * sysdeps/mach/hurd/rewinddir.c: Likewise.
6fb2dde3 4173 * sysdeps/unix/rewinddir.c: Likewise. Don't do locking outside libc.
7fb90fb8 4174
28377d1b
UD
4175 * include/dirent.h (__alloc_dir): Add flags parameter.
4176 * sysdeps/unix/fdopendir.c (__fdopendir): Pass flags to __alloc_dir.
4177 * sysdeps/unix/opendir.c (__opendir): Pass 0 in new parameter to
4178 __alloc_dir.
4179 (__alloc_dir): Take new parameter. Don't call fcntl for invocations
4180 from fdopendir if O_CLOEXEC is already set.
4181
66bdbaa4
AM
41822011-03-15 Alan Modra <amodra@gmail.com>
4183
4184 * elf/dl-reloc.c (_dl_try_allocate_static_tls <TLS_DTV_AT_TP>): Handle
4185 l_tls_firstbyte_offset non-zero. Save padding offset in
4186 l_tls_firstbyte_offset for later use.
4187 * elf/dl-close.c (_dl_close_worker <TLS_DTV_AT_TP>): Correct code
4188 freeing static tls block.
4189
95721191
JN
41902011-03-05 Jonathan Nieder <jrnieder@gmail.com>
4191
4192 * sysdeps/unix/sysv/linux/sys/param.h: Fix an #ifndef __undef_ARG_MAX
4193 where #ifdef was intended. The intent is to prevent ARG_MAX from
4194 being defined by the kernel headers.
4195
f87dfb1f
UD
41962011-05-07 Ulrich Drepper <drepper@gmail.com>
4197
4198 [BZ #12734]
4199 * resolv/resolv.h: Define RES_NOTLDQUERY.
4200 * resolv/res_init.c (res_setoptions): Recognize no_tld_query and
4201 no-tld-query and set RES_NOTLDQUERY.
4202 * resolv/res_debug.c (p_option): Handle RES_NOTLDQUERY.
4203 * resolv/res_query.c (__libc_res_nsearch): Backport changes from
4204 modern BIND to search name as TLD unless forbidden.
4205
47c3cd7a
UD
42062011-05-07 Petr Baudis <pasky@suse.cz>
4207 Ulrich Drepper <drepper@gmail.com>
4208
4209 [BZ #12393]
4210 * elf/dl-load.c (fillin_rpath): Move trusted path check...
4211 (is_trusted_path): ...to here.
c1e9ea35 4212 (is_trusted_path_normalize): Wrapper for /../ and /./ normalization.
47c3cd7a 4213 (_dl_dst_substitute): Verify expanded $ORIGIN path elements
c1e9ea35 4214 using is_trusted_path_normalize() in setuid scripts.
47c3cd7a 4215
8a35c912
PP
42162011-05-06 Paul Pluzhnikov <ppluzhnikov@google.com>
4217
4218 * sysdeps/unix/sysv/linux/sys/sysmacros.h: Add missing
4219 __BEGIN/__END_DECLS.
4220
acd41f47
UD
42212011-05-06 Ulrich Drepper <drepper@gmail.com>
4222
4223 * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Return
4224 NSS_STATUS_NOTFOUND if no record was found.
4225
597df647
AS
42262011-05-05 Andreas Schwab <schwab@redhat.com>
4227
4228 * sunrpc/Makefile (headers): Add rpc/netdb.h.
4229 (headers-not-in-tirpc): Remove rpc/netdb.h
4230 * resolv/netdb.h: Revert last change.
4231
b9af1301
PP
42322011-05-05 Paul Pluzhnikov <ppluzhnikov@google.com>
4233
4234 * Makeconfig (link-libc-static): Use --{start,end}-group to handle
4235 circular dependency between libgcc.a and libc.a.
4236
4e34d5f5
AS
42372011-05-05 Andreas Schwab <schwab@redhat.com>
4238
4239 * resolv/netdb.h: Don't include <rpc/netdb.h>.
4240 * nis/Makefile: Don't install rpcsvc/*.
4241 * inet/protocols/timed.h: Include <sys/types.h> and <sys/time.h>
4242 instead of <rpc/types.h>.
4243 (MAXHOSTNAMELEN): Define.
4244
00ee369c
AS
42452011-05-03 Andreas Schwab <schwab@redhat.com>
4246
4247 * elf/ldconfig.c (add_dir): Don't crash on empty path.
4248
0b592a30
MB
42492011-04-28 Maciej Babinski <mbabinski@google.com>
4250
4251 [BZ #12714]
4252 * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't bypass
4253 gethostbyname4_r when IPv6 results are possible.
4254
6e04cbbe
UD
42552011-05-02 Ulrich Drepper <drepper@gmail.com>
4256
4257 [BZ #12723]
4258 * sysdeps/unix/sysv/linux/pathconf.c (__pathconf): Implement
4259 _PC_PIPE_BUF handling.
4260
e4ecafe0
BH
42612011-04-30 Bruno Haible <bruno@clisp.org>
4262
4263 [BZ #12717]
4264 * conform/data/netdb.h-data (getnameinfo): Make POSIX compliant.
4265 * resolv/netdb.h (getnameinfo): Change type of flags parameter
4266 to 'int'.
4267 * inet/getnameinfo.c (getnameinfo): Likewise.
4268
125ee683
UD
42692011-04-29 Ulrich Drepper <drepper@gmail.com>
4270
4271 * grp/initgroups.c (internal_getgrouplist): Prefer initgroups setting
4272 to groups setting in database lookup.
4273 * nss/nsswitch.conf: Add initgroups entry.
4274
b722481a
EB
42752011-04-22 Ulrich Drepper <drepper@gmail.com>
4276
4277 [BZ #12685]
4278 * libio/fileops.c (_IO_new_file_fopen): Scan up to 7 bytes of the
4279 mode string.
4280 Patch by Eric Blake <eblake@redhat.com>.
4281
4df46dbd
L
42822011-04-20 H.J. Lu <hongjiu.lu@intel.com>
4283
4284 * sunrpc/Makefile (need-export-routines): Add svc_run.
4285 (routines): Remove svc_run.
4286 ($(objpfx)thrsvc): Add $(common-objpfx)linkobj/libc.so.
4287 * sunrpc/clnt_perr.c (clnt_perrno): Export.
4288 * sunrpc/svc_run.c (svc_run): Likewise.
4289 * sunrpc/svc_udp.c (svcudp_create): Likewise.
4290
e84142d2
UD
42912011-04-21 Ulrich Drepper <drepper@gmail.com>
4292
4293 * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Fix
4294 problem in reallocation in last patch.
4295
877175d8
UD
42962011-04-20 Ulrich Drepper <drepper@gmail.com>
4297
4298 * sunrpc/Makefile: Move inclusion of Rules.
4299
ab8eed78
UD
43002011-04-19 Ulrich Drepper <drepper@gmail.com>
4301
4302 * nss/nss_files/files-initgroups.c: New file.
4303 * nss/Makefile (libnss_files-routines): Add files-initgroups.
4304 * nss/Versions (libnss_files) [GLIBC_PRIVATE]: Export
4305 _nss_files_initgroups_dyn.
4306
e3d8f584
RS
43072011-03-31 Richard Sandiford <richard.sandiford@linaro.org>
4308
4309 * elf/elf.h (R_ARM_IRELATIVE): Define.
4310
af190f45
UD
43112011-04-19 Ulrich Drepper <drepper@gmail.com>
4312
4313 * po/ru.po: Update from translation team.
4314
53cf59ef
UD
43152011-04-17 Ulrich Drepper <drepper@gmail.com>
4316
4317 * sunrpc/Makefile ($(rpc-compat-routines.os)): Add before-compile to
4318 dependencies.
4319
4c559bcd
MF
43202011-02-06 Mike Frysinger <vapier@gentoo.org>
4321
4322 [BZ #12653]
4323 * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Only protect
4324 MEMCPY_CHK with USE_AS_BCOPY ifdef check.
4325 * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
4326 * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
4327 * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
4328
4420675c
AS
43292011-03-28 Andreas Schwab <schwab@linux-m68k.org>
4330
4331 * sysdeps/powerpc/powerpc32/power4/strncmp.S: Don't read past
4332 differing bytes.
4333 * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
4334 * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
4335 * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
4336
75ea32ab
UD
43372011-04-17 Ulrich Drepper <drepper@gmail.com>
4338
4339 [BZ #12420]
4340 * sysdeps/unix/sysv/linux/x86_64/getcontext.S: Reload context after
4341 storing it.
4342 * stdlib/bug-getcontext.c: New file.
4343 * stdlib/Makefile: Add rules to build and run bug-getcontext.
4344
27390476
AK
43452011-04-13 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
4346
4347 * sysdeps/s390/s390-64/utf16-utf32-z9.c: Wrap the z9-109
4348 instructions into .machine "z9-109".
4349 * sysdeps/s390/s390-64/utf8-utf16-z9.c: Likewise.
4350 * sysdeps/s390/s390-64/utf8-utf32-z9.c: Likewise.
4351
10442705
AK
43522011-04-11 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
4353
4354 * sysdeps/s390/s390-32/elf/start.S (_start): Skip extra zeroes
4355 between environment variables and auxiliary vector.
4356
7b57bfe5
UD
43572011-04-16 Ulrich Drepper <drepper@gmail.com>
4358
4359 * Makefile: Add rules to build linkobj/libc.so.
4360 * include/libc-symbols.h: Define libc_hidden_nolink.
4361 * include/rpc/auth.h: Mark functions which are to be hidden.
4362 * include/rpc/auth_des.h: Likewise.
4363 * include/rpc/auth_unix.h: Likewise.
4364 * include/rpc/clnt.h: Likewise.
4365 * include/rpc/des_crypt.h: Likewise.
4366 * include/rpc/key_prot.h: Likewise.
4367 * include/rpc/pmap_clnt.h: Likewise.
4368 * include/rpc/pmap_prot.h: Likewise.
4369 * include/rpc/pmap_rmt.h: Likewise.
4370 * include/rpc/rpc_msg.h: Likewise.
4371 * include/rpc/svc.h: Likewise.
4372 * include/rpc/svc_auth.h: Likewise.
4373 * include/rpc/xdr.h: Likewise.
4374 * nis/Makefile: Link all DSOs against linkobj/libc.so.
4375 * nss/Makefile: Likewise.
4376 * sunrpc/Makefile: Don't install headers. Build library with normal
4377 entry points. Don't build rpcinfo. Link RPC tests appropriately.
4378 * sunrpc/auth_des.c: Hide exported symbols by default, export some
4379 for the compat linking library. Remove use of INTDEF/INTUSE.
4380 * sunrpc/auth_none.c: Likewise.
4381 * sunrpc/auth_unix.c: Likewise.
4382 * sunrpc/authdes_prot.c: Likewise.
4383 * sunrpc/authuxprot.c: Likewise.
4384 * sunrpc/clnt_gen.c: Likewise.
4385 * sunrpc/clnt_perr.c: Likewise.
4386 * sunrpc/clnt_raw.c: Likewise.
4387 * sunrpc/clnt_simp.c: Likewise.
4388 * sunrpc/clnt_tcp.c: Likewise.
4389 * sunrpc/clnt_udp.c: Likewise.
4390 * sunrpc/clnt_unix.c: Likewise.
4391 * sunrpc/des_crypt.c: Likewise.
4392 * sunrpc/des_soft.c: Likewise.
4393 * sunrpc/get_myaddr.c: Likewise.
4394 * sunrpc/key_call.c: Likewise.
4395 * sunrpc/key_prot.c: Likewise.
4396 * sunrpc/netname.c: Likewise.
4397 * sunrpc/pm_getmaps.c: Likewise.
4398 * sunrpc/pm_getport.c: Likewise.
4399 * sunrpc/pmap_clnt.c: Likewise.
4400 * sunrpc/pmap_prot.c: Likewise.
4401 * sunrpc/pmap_prot2.c: Likewise.
4402 * sunrpc/pmap_rmt.c: Likewise.
4403 * sunrpc/publickey.c: Likewise.
4404 * sunrpc/rpc_cmsg.c: Likewise.
4405 * sunrpc/rpc_common.c: Likewise.
4406 * sunrpc/rpc_dtable.c: Likewise.
4407 * sunrpc/rpc_prot.c: Likewise.
4408 * sunrpc/rpc_thread.c: Likewise.
4409 * sunrpc/rtime.c: Likewise.
4410 * sunrpc/svc.c: Likewise.
4411 * sunrpc/svc_auth.c: Likewise.
4412 * sunrpc/svc_authux.c: Likewise.
4413 * sunrpc/svc_raw.c: Likewise.
4414 * sunrpc/svc_run.c: Likewise.
4415 * sunrpc/svc_simple.c: Likewise.
4416 * sunrpc/svc_tcp.c: Likewise.
4417 * sunrpc/svc_udp.c: Likewise.
4418 * sunrpc/svc_unix.c: Likewise.
4419 * sunrpc/svcauth_des.c: Likewise.
4420 * sunrpc/xcrypt.c: Likewise.
4421 * sunrpc/xdr.c: Likewise.
4422 * sunrpc/xdr_array.c: Likewise.
4423 * sunrpc/xdr_float.c: Likewise.
4424 * sunrpc/xdr_intXX_t.c: Likewise.
4425 * sunrpc/xdr_mem.c: Likewise.
4426 * sunrpc/xdr_rec.c: Likewise.
4427 * sunrpc/xdr_ref.c: Likewise.
4428 * sunrpc/xdr_sizeof.c: Likewise.
4429 * sunrpc/xdr_stdio.c: Likewise.
4430
e6c61494
UD
44312011-04-10 Ulrich Drepper <drepper@gmail.com>
4432
4433 [BZ #12650]
4434 * sysdeps/i386/dl-tls.h: Define TLS_DTV_UNALLOCATED.
4435 * sysdeps/ia64/dl-tls.h: Likewise.
4436 * sysdeps/powerpc/dl-tls.h: Likewise.
4437 * sysdeps/s390/dl-tls.h: Likewise.
4438 * sysdeps/sh/dl-tls.h: Likewise.
4439 * sysdeps/sparc/dl-tls.h: Likewise.
4440 * sysdeps/x86_64/dl-tls.h: Likewise.
4441 * elf/dl-tls.c: Don't define TLS_DTV_UNALLOCATED here.
4442
34fe483e
AS
44432011-03-14 Andreas Schwab <schwab@redhat.com>
4444
4445 * elf/dl-load.c (_dl_dst_substitute): When skipping the first
4446 rpath element also skip the following colon.
4447 (expand_dynamic_string_token): Add is_path parameter and pass
4448 down to DL_DST_REQUIRED and _dl_dst_substitute.
4449 (decompose_rpath): Call expand_dynamic_string_token with
4450 non-zero is_path. Ignore empty rpaths.
4451 (_dl_map_object_from_fd): Call expand_dynamic_string_token
4452 with zero is_path.
4453
f12a32e6
AS
44542011-04-08 Andreas Schwab <schwab@linux-m68k.org>
4455
4456 * sysdeps/unix/sysv/linux/powerpc/powerpc64/sync_file_range.c:
4457 Make cancelable.
4458
38a7d692
UD
44592011-04-09 Ulrich Drepper <drepper@gmail.com>
4460
4461 [BZ #12655]
4462 * sysdeps/unix/sysv/linux/sys/syscall.h: Fix comment.
4463 Patch by Filipe David Manana <fdmanana@apache.org>.
4464
e451d22b
AS
44652011-04-07 Andreas Schwab <schwab@redhat.com>
4466
4467 * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S (CALL_FAIL):
4468 Maintain aligned stack.
4469 (CHECK_RSP): Remove unused macro.
4470
dedc7c7b
UD
44712011-04-03 Ulrich Drepper <drepper@gmail.com>
4472
4473 * sysdeps/x86_64/cacheinfo.c (intel_02_known): Fix typo in table.
4474 * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_02_known): Likewise.
4475
94521213
UD
44762011-04-02 Ulrich Drepper <drepper@gmail.com>
4477
4478 * sysdeps/unix/sysv/linux/bits/time.h (CLOCK_BOOTTIME): Define.
4479
8cb700c0 4480 * include/features.h: Mention __USE_XOPEN2K8 in comment.
81489b2e 4481
0354e355
L
44822011-03-26 H.J. Lu <hongjiu.lu@intel.com>
4483
4484 [BZ #12518]
4485 * sysdeps/x86_64/Versions: Add memcpy to GLIBC_2.14.
4486 * sysdeps/x86_64/memcpy.S: Provide GLIBC_2_14 memcpy.
4487 * sysdeps/x86_64/memmove.c: New file.
4488 * sysdeps/x86_64/multiarch/memcpy.S: Include <shlib-compat.h>.
4489 (memcpy): Renamed to ...
4490 (__new_memcpy): This.
4491 (memcpy): Provide GLIBC_2_14 memcpy.
4492 * sysdeps/x86_64/multiarch/memmove.c: Include <shlib-compat.h>.
4493 (memcpy): Provide GLIBC_2_2_5 memcpy.
4494
8593482f
UD
44952011-04-01 Ulrich Drepper <drepper@gmail.com>
4496
4497 [BZ #12631]
4498 * wcsmbs/wchar.h: Make wcpcpy and wcpncpy visible for __USE_XOPEN2K8.
4499
81a5726b
AS
45002011-03-30 Andreas Schwab <schwab@redhat.com>
4501
4502 * misc/syncfs.c: New file.
4503 * misc/Makefile (routines): Add syncfs.
4504 * posix/unistd.h: Declare syncfs.
4505 * sysdeps/unix/syscalls.list: Add syncfs.
4506
00e5419f
AS
45072011-04-01 Andreas Schwab <schwab@redhat.com>
4508
4509 * sysdeps/unix/sysv/linux/Versions: Rename open_by_handle to
4510 open_by_handle_at.
4511 * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
4512 * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
4513 * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
4514 * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
4515 * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
4516 * sysdeps/unix/sysv/linux/syscalls.list: Likewise.
4517 * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
4518
748876bf
UD
45192011-04-01 Ulrich Drepper <drepper@gmail.com>
4520
658e451d
UD
4521 * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define O_PATH.
4522 * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
4523 * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
4524 * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
4525 * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
4526 * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
4527 * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
4528
748876bf
UD
4529 * io/Makefile: Compile fallocate.c, fallocate64.c, and
4530 sync_file_range.c with -fexceptions.
4531 * sysdeps/unix/sysv/linux/fallocate.c: Make cancelable.
4532 * sysdeps/unix/sysv/linux/fallocate64.c: Likewise.
4533 * sysdeps/unix/sysv/linux/i386/fallocate.c: Likewise.
4534 * sysdeps/unix/sysv/linux/i386/fallocate64.c: Likewise.
4535 * sysdeps/unix/sysv/linux/wordsize-64/fallocate.c: Likewise.
4536 * sysdeps/unix/sysv/linux/sync_file_range.c: Likewise.
4537 * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Mark
3167dad0
UD
4538 sync_file_range as cancellation point
4539 * sysdeps/unix/sysv/linux/i386/sync_file_range.c: New file. This is
4540 now a wrapper around __call_sync_file_range with cancellation handling.
4541 * sysdeps/unix/sysv/linux/i386/sync_file_range.S: Renamed to ...
4542 * sysdeps/unix/sysv/linux/i386/call_sync_file_range.S: ...this. Change
4543 function name to __call_sync_file_range.
4544 * sysdeps/unix/sysv/linux/i386/Makefile [subdir=io] (sysdep_routines):
4545 Add call_sync_file_range.
748876bf 4546
6e63d5e1
AS
45472011-04-01 Andreas Schwab <schwab@redhat.com>
4548
4549 * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
748876bf 4550 bits/timex.h.
6e63d5e1 4551
46998f74
UD
45522011-04-01 Ulrich Drepper <drepper@gmail.com>
4553
4c1423ed
UD
4554 * iconv/iconv.h: Fix typo in comment.
4555 * io/fcntl.h: Likewise.
4556 * libio/stdio.h: Likewise.
4557 * posix/spawn.h: Likewise.
4558 * posix/unistd.h: Likewise.
4559 * stdlib/stdlib.h: Likewise.
4560 * time/time.h: Likewise.
4561 * wcsmbs/wchar.h: Likewise.
4562
158648c0
UD
4563 * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14] (name_to_handle_at,
4564 open_by_handle): Add.
4565 * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define struct file_handle
4566 and MAX_HANDLE_SZ. Declare name_to_handle_at and open_by_handle.
4567 Augment a few comments.
4568 * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
4569 * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
4570 * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
4571 * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
4572 * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
4573 * sysdeps/unix/sysv/linux/syscalls.list: Add name_to_handle_at and
4574 open_by_handle.
4575
46998f74
UD
4576 * io/fcntl.h (AT_EMPTY_PATH): Define.
4577
83fe108b
UD
45782011-03-30 Ulrich Drepper <drepper@gmail.com>
4579
4580 * sysdeps/unix/sysv/linux/syscalls.list: Add clock_adjtime.
4581 * sysdeps/unix/sysv/linux/bits/time.h: New file.
4582 * sysdeps/unix/sysv/linux/sys/timex.h: Move struct timex definition
4583 to...
4584 * sysdeps/unix/sysv/linux/bits/timex.h: ...here. New file.
034c4e15
UD
4585 * Versions.def: Add GLIBC_2.14.
4586 * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14] (clock_adjtime):
4587 Export.
83fe108b 4588
bb242059
UD
45892011-03-22 Ulrich Drepper <drepper@gmail.com>
4590
4591 * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word): Increment
4592 round counter.
4593 * sysdeps/x86_64/cacheinfo.c (intel_check_word): Likewise.
4594
c97a1282
L
45952011-03-20 H.J. Lu <hongjiu.lu@intel.com>
4596
4597 [BZ #12597]
4598 * string/test-strncmp.c (do_page_test): New function.
4599 (check2): Likewise.
4600 (test_main): Call check2.
4601 * sysdeps/x86_64/multiarch/strcmp.S: Properly cross page boundary.
4602
2a115601
UD
46032011-03-20 Ulrich Drepper <drepper@gmail.com>
4604
4605 [BZ #12587]
4606 * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word):
4607 Handle cache information in CPU leaf 4.
4608 * sysdeps/x86_64/cacheinfo.c (intel_check_word): Likewise.
4609
8126d904
UD
46102011-03-18 Ulrich Drepper <drepper@gmail.com>
4611
042c49c6 4612 [BZ #12583]
8126d904
UD
4613 * posix/fnmatch.c (fnmatch): Check size of pattern in wide
4614 character representation.
4615 Partly based on a patch by Tomas Hoger <thoger@redhat.com>.
4616
ccfe366e
RA
46172011-03-16 Ryan S. Arnold <rsa@us.ibm.com>
4618
4619 * sysdeps/powerpc/powerpc32/power6/fpu/s_isnanf.S (isnanf): Fix
4620 END(__isnan) to END(__isnanf) to match function entry point/label
4621 EALIGN(__isnanf,...).
4622
c6e13027
JJ
46232011-03-10 Jakub Jelinek <jakub@redhat.com>
4624
4625 * wcsmbs/wchar.h (wmemcmp): Remove __restrict qualifiers.
4626
33f85a3f
UD
46272011-03-10 Ulrich Drepper <drepper@gmail.com>
4628
028478fa
UD
4629 [BZ #12510]
4630 * elf/dl-lookup.c (do_lookup_x): For copy relocations of unique objects
4631 copy from the symbol referenced in the relocation to initialize the
4632 used variable.
4633 Patch by Piotr Bury <pbury@goahead.com>.
4634 * elf/Makefile: Add rules to build and tst-unique3.
4635 * include/bits/dlfcn.h: Remove _dl_mcount_wrapper_check declaration.
4636 * elf/tst-unique3.cc: New file.
4637 * elf/tst-unique3.h: New file.
4638 * elf/tst-unique3lib.cc: New file.
4639 * elf/tst-unique3lib2.cc: New file.
4640
33f85a3f
UD
4641 * elf/Makefile: Don't run tst-execstack* tests of SELinux is enabled.
4642
03592fc7
MF
46432011-03-10 Mike Frysinger <vapier@gentoo.org>
4644
4645 * sysdeps/sparc/sparc64/elf/configure.in (libc_cv_sparc64_tls): Add
4646 $LDFLAGS and -nostdlib -nostartfiles to linking step. Change main
4647 to _start.
03592fc7 4648
6a5ee102
UD
46492011-03-06 Ulrich Drepper <drepper@gmail.com>
4650
4651 * elf/dl-load.c (_dl_map_object): If we are looking for the first
4652 to-be-loaded object along a path to loader is ld.so.
4653
7e4ba49c
HJ
46542011-03-02 Harsha Jagasia <harsha.jagasia@amd.com>
4655 Ulrich Drepper <drepper@gmail.com>
4656
4657 * sysdeps/x86_64/memset.S: After aligning destination, code
4658 branches to different locations depending on the value of
4659 misalignment, when multiarch is enabled. Fix this.
4660
46612011-03-02 Harsha Jagasia <harsha.jagasia@amd.com>
4662
4663 * sysdeps/x86_64/cacheinfo.c (init_cacheinfo):
4664 Set _x86_64_preferred_memory_instruction for AMD processsors.
4665 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
4666 Set bit_Prefer_SSE_for_memop for AMD processors.
4667
13a804de
UD
46682011-03-04 Ulrich Drepper <drepper@gmail.com>
4669
4670 * libio/fmemopen.c (fmemopen): Optimize a bit.
4671
9d25c392
AS
46722011-03-03 Andreas Schwab <schwab@redhat.com>
4673
4674 * libio/fmemopen.c (fmemopen): Don't read past end of buffer.
4675
a5543c6a
RM
46762011-03-03 Roland McGrath <roland@redhat.com>
4677
4678 * setjmp/bits/setjmp2.h: Canonicalize comment formatting.
4679
012d35f7
DM
46802011-02-28 Aurelien Jarno <aurelien@aurel32.net>
4681
7e4ba49c 4682 * sysdeps/sparc/sparc64/multiarch/memset.S(__bzero): Call
012d35f7
DM
4683 __bzero_ultra1 instead of __memset_ultra1.
4684
4bff6e01
AS
46852011-02-23 Andreas Schwab <schwab@redhat.com>
4686 Ulrich Drepper <drepper@gmail.com>
4687
4688 [BZ #12509]
4689 * include/link.h (struct link_map): Add l_orig_initfini.
4690 * elf/dl-load.c (_dl_map_object_from_fd): Free realname before
4691 returning unsuccessfully.
4692 * elf/dl-close.c (_dl_close_worker): If this is the last explicit
4693 close of a file loaded at startup, restore the original l_initfini
4694 list.
4695 * elf/dl-deps.c (_dl_map_object_deps): Don't free old l_initfini
4696 list, store the pointer.
4697 * elf/Makefile ($(objpfx)noload-mem): New rule.
4698 (noload-ENV): Define.
4699 (tests): Add $(objpfx)noload-mem.
4700 * elf/noload.c: Include <memcheck.h>.
4701 (main): Call mtrace. Close all opened handles.
4702
f2092faf
AS
47032011-02-17 Andreas Schwab <schwab@redhat.com>
4704
4705 [BZ #12454]
4706 * elf/dl-deps.c (_dl_map_object_deps): Signal error early when
4707 dependencies are missing.
4708
6c8a2e88
ST
47092011-02-22 Samuel Thibault <samuel.thibault@ens-lyon.org>
4710
f2092faf 4711 Fix __if_freereq crash: Unlike the generic version which uses free,
6c8a2e88
ST
4712 Hurd needs munmap.
4713 * sysdeps/mach/hurd/ifreq.h: New file.
4714
84a42118
PB
47152011-01-27 Petr Baudis <pasky@suse.cz>
4716 Ulrich Drepper <drepper@gmail.com>
4717
071f805e 4718 [BZ 12445]#
84a42118
PB
4719 * stdio-common/vfprintf.c (vfprintf): Pass correct newlen
4720 to extend_alloca().
4721 * stdio-common/bug23.c: New file.
4722 * stdio-common/Makefile (tests): Add bug23.
4723
e23fe25b
AS
47242010-09-28 Andreas Schwab <schwab@redhat.com>
4725 Ulrich Drepper <drepper@gmail.com>
4726
4727 [BZ #12489]
4728 * elf/rtld.c (dl_main): Move setting of GLRO(dl_init_all_dirs)
4729 before performing relro protection. At old place add assertion
4730 to make sure nothing changed.
4731
d3f02e10
NS
47322011-02-17 Nathan Sidwell <nathan@codesourcery.com>
4733 Glauber de Oliveira Costa <glommer@gmail.com>
4734
4735 * elf/elf.h: Add new ARM TLS relocs.
4736
d55fd7a5
RA
47372011-02-16 Ryan S. Arnold <rsa@us.ibm.com>
4738
4739 * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h:
4740 (INTERNAL_VSYSCALL_NCS INTERNAL_SYSCALL_NCS): Remove erroneous (int)
4741 cast from r3.
4742 * sysdeps/wordsize-64/Makefile: New file. Add tst-writev to
4743 'tests' variable.
4744 * sysdeps/wordsize-64/tst-writev.c: New file.
4745
2206397e
RA
47462011-02-15 Ryan S. Arnold <rsa@us.ibm.com>
4747
4748 * sysdeps/powerpc/powerpc64/power7/Makefile: New file which adds
4749 -mno-vsx to the CFLAGS-rtld.c variable to avoid using VSX registers and
4750 insns in _dl_start to prevent a TOC reference before relocs are
4751 resolved.
4752
e9433893
UD
47532011-02-15 Ulrich Drepper <drepper@gmail.com>
4754
4755 [BZ #12469]
4756 * Makeconfig: Remove RANLIB definition.
4757 * Makerules: Don't use RANLIB.
4758 * aclocal.m4: Remove ranlib test.
4759 * configure.in: No need to check for ranlib.
4760 * elf/rtld-Rules: Don't use RANLIB.
4761
f75286c6
ST
47622011-02-16 Samuel Thibault <samuel.thibault@ens-lyon.org>
4763
8e31c82d
ST
4764 * sysdeps/mach/i386/sysdep.h: Add _MACH_I386_SYSDEP_H inclusion
4765 protection macro.
4766 * sysdeps/mach/i386/thread_state.h: Add _MACH_I386_THREAD_STATE_H
4767 inclusion protection macro.
4768
f75286c6
ST
4769 * stdio-common/psiginfo.c (psiginfo): Check pinfo->si_signo against
4770 SIGRTMIN and SIGRTMAX and print information in that case only when
4771 SIGRTMIN is defined.
4772
c1d0e639
JJ
47732011-02-11 Jakub Jelinek <jakub@redhat.com>
4774
4775 * stdio-common/printf-parsemb.c (__parse_one_specmb): Handle
4776 arginfo fn returning -1.
4777
4778 * stdio-common/_i18n_number.h (_i18n_number_rewrite): Ensure decimal
4779 and thousands string is zero terminated.
4780
edf9294e
AS
47812011-02-03 Andreas Schwab <schwab@redhat.com>
4782
4783 * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Sync with
4784 sysdeps/unix/sysv/linux/bits/socket.h.
4785
2b7e92df
ST
47862011-01-30 Samuel Thibault <samuel.thibault@ens-lyon.org>
4787
edf9294e
AS
4788 * bits/sched.h (__CPU_ZERO, __CPU_SET, __CPU_CLR, __CPU_ISSET)
4789 (__CPU_COUNT): Remove old macros.
4790 (__CPU_ZERO_S, __CPU_SET_S, __CPU_CLR_S, __CPU_ISSET_S)
4791 (__CPU_COUNT, __CPU_EQUAL_S, __CPU_OP_S, __CPU_ALLOC_SIZE)
4792 (__CPU_ALLOC, __CPU_FREE): Add macros.
2b7e92df
ST
4793 (__sched_cpualloc, __sched_cpufree): Add declarations.
4794
a4c7ea7b
UD
47952011-02-05 Ulrich Drepper <drepper@gmail.com>
4796
4797 * nscd/nscd-client.h: Define MAX_TIMEOUT_VALUE.
4798 (struct datahead): Reuse 32 bits of the alignment for a TTL field.
4799 * nscd/aicache.c (addhstaiX): Return timeout of added value.
4800 (readdhstai): Return value of addhstaiX call.
4801 * nscd/grpcache.c (cache_addgr): Return timeout of added value.
4802 (addgrbyX): Return value returned by cache_addgr.
4803 (readdgrbyname): Return value returned by addgrbyX.
4804 (readdgrbygid): Likewise.
4805 * nscd/pwdcache.c (cache_addpw): Return timeout of added value.
4806 (addpwbyX): Return value returned by cache_addpw.
4807 (readdpwbyname): Return value returned by addhstbyX.
4808 (readdpwbyuid): Likewise.
4809 * nscd/servicescache.c (cache_addserv): Return timeout of added value.
4810 (addservbyX): Return value returned by cache_addserv.
4811 (readdservbyname): Return value returned by addservbyX:
4812 (readdservbyport): Likewise.
4813 * nscd/hstcache.c (cache_addhst): Return timeout of added value.
4814 (addhstbyX): Return value returned by cache_addhst.
4815 (readdhstbyname): Return value returned by addhstbyX.
4816 (readdhstbyaddr): Likewise.
4817 (readdhstbynamev6): Likewise.
4818 (readdhstbyaddrv6): Likewise.
4819 * nscd/initgrcache.c (addinitgroupsX): Return timeout of added value.
4820 (readdinitgroups): Return value returned by addinitgroupsX.
4821 * nscd/cache.c (readdfcts): Change return value of functions to time_t.
4822 (prune_cache): Keep track of timeout value of re-added entries.
4823 * nscd/connections.c (nscd_run_prune): Use MAX_TIMEOUT_VALUE.
4824 * nscd/nscd.h: Adjust prototypes of readd* functions.
4825
a0bf67cc
RM
48262011-02-04 Roland McGrath <roland@redhat.com>
4827
4828 * nis/nis_server.c (nis_servstate): Use the right name for 0.
4829 (nis_stats): Likewise.
4830 * nis/nis_modify.c (nis_modify): Likewise.
4831 * nis/nis_remove.c (nis_remove): Likewise.
4832 * nis/nis_add.c (nis_add): Likewise.
4833
4834 * elf/dl-object.c (_dl_new_object): Remove unused variable L.
4835
4836 * posix/fnmatch_loop.c: Add some consts.
4837
4838 * sysdeps/x86_64/multiarch/memset-x86-64.S: Add an #undef.
4839
435b95eb
L
48402011-02-02 H.J. Lu <hongjiu.lu@intel.com>
4841
4842 [BZ #12460]
4843 * config.make.in (config-cflags-novzeroupper): Define.
4844 * configure.in: Substitute libc_cv_cc_novzeroupper.
4845 * elf/Makefile (AVX-CFLAGS): Define.
4846 (CFLAGS-tst-audit4.c): Replace -mavx with $(AVX-CFLAGS).
4847 (CFLAGS-tst-auditmod4a.c): Likewise.
4848 (CFLAGS-tst-auditmod4b.c): Likewise.
4849 (CFLAGS-tst-auditmod6b.c): Likewise.
4850 (CFLAGS-tst-auditmod6c.c): Likewise.
4851 (CFLAGS-tst-auditmod7b.c): Likewise.
4852 * sysdeps/i386/configure.in: Check -mno-vzeroupper.
4853
8517b15e
UD
48542011-02-02 Ulrich Drepper <drepper@gmail.com>
4855
4856 * elf/dl-runtime.c (_dl_call_pltexit): Pass correct address of the
4857 function to the callback.
4858 Patch partly by Jiri Olsa <jolsa@redhat.com>.
4859
10a656fe
AS
48602011-02-02 Andreas Schwab <schwab@redhat.com>
4861
4862 * shadow/sgetspent.c: Check return value of __sgetspent_r instead
4863 of errno.
4864
968dad0a
UD
48652011-01-19 Ulrich Drepper <drepper@gmail.com>
4866
9f94d2ea 4867 [BZ #11724]
968dad0a
UD
4868 * elf/dl-deps.c (_dl_map_object_deps): Rewrite sorting determining order
4869 of constructors.
4870 * elf/dl-fini.c (_dl_sort_fini): Rewrite sorting determining order
4871 of destructors.
4872 (_dl_fini): Don't call _dl_sort_fini if there is only one object.
4873
4874 [BZ #11724]
4875 * elf/Makefile: Add rules to build and run new test.
4876 * elf/tst-initorder.c: New file.
4877 * elf/tst-initorder.exp: New file.
4878 * elf/tst-initordera1.c: New file.
4879 * elf/tst-initordera2.c: New file.
4880 * elf/tst-initordera3.c: New file.
4881 * elf/tst-initordera4.c: New file.
4882 * elf/tst-initorderb1.c: New file.
4883 * elf/tst-initorderb2.c: New file.
4884 * elf/tst-order-a1.c: New file.
4885 * elf/tst-order-a2.c: New file.
4886 * elf/tst-order-a3.c: New file.
4887 * elf/tst-order-a4.c: New file.
4888 * elf/tst-order-b1.c: New file.
4889 * elf/tst-order-b2.c: New file.
4890 * elf/tst-order-main.c: New file.
4891 New test case by George Gensure <werkt0@gmail.com>.
4892
86e92359
UD
48932010-10-01 Andreas Schwab <schwab@redhat.com>
4894
4895 * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't discard result of
4896 decoding ACE if AI_CANONIDN.
4897
5d5732b0
UD
48982011-01-18 Ulrich Drepper <drepper@gmail.com>
4899
4900 * elf/Makefile: Build IFUNC tests unless multi-arch = no.
4901
a77e8cbc
UD
49022011-01-17 Ulrich Drepper <drepper@gmail.com>
4903
6392473f
UD
4904 * version.h (RELEASE): Bump for 2.13 release.
4905 * include/features.h: (__GLIBC_MINOR__): Bump to 13.
4906
620a0529
UD
4907 * io/fcntl.h: Define AT_NO_AUTOMOUNT.
4908
18ba70a5
UD
4909 * sysdeps/unix/sysv/linux/i386/bits/mman.h: Define MADV_HUGEPAGE and
4910 MADV_NOHUGEPAGE.
32465c3e
UD
4911 * sysdeps/unix/sysv/linux/ia64/bits/mman.h: Likewise.
4912 * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Likewise.
4913 * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
4914 * sysdeps/unix/sysv/linux/sh/bits/mman.h: Likewise.
4915 * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
4916 * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Likewise.
4917
c0dafcf1
UD
4918 * posix/getconf.c: Update copyright year.
4919 * catgets/gencat.c: Likewise.
4920 * csu/version.c: Likewise.
4921 * debug/catchsegv.sh: Likewise.
4922 * debug/xtrace.sh: Likewise.
4923 * elf/ldconfig.c: Likewise.
4924 * elf/ldd.bash.in: Likewise.
4925 * elf/sprof.c (print_version): Likewise.
4926 * iconv/iconv_prog.c: Likewise.
4927 * iconv/iconvconfig.c: Likewise.
4928 * locale/programs/locale.c: Likewise.
4929 * locale/programs/localedef.c: Likewise.
4930 * malloc/memusage.sh: Likewise.
4931 * malloc/mtrace.pl: Likewise.
4932 * nscd/nscd.c (print_version): Likewise.
4933 * nss/getent.c: Likewise.
4934
a77e8cbc
UD
4935 * sysdeps/unix/sysv/linux/bits/socket.h: Define AF_CAIF, AF_ALG,
4936 PF_CAIF, and PF_ALG.
4937 * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
4938
77e8bddf
AS
49392011-01-16 Andreas Schwab <schwab@linux-m68k.org>
4940
1f20b93a
AS
4941 * elf/Makefile (tlsmod17a-modules, tlsmod18a-modules): Define.
4942 (modules-names): Use them.
4943 (ifunc-test-modules, ifunc-pie-tests): Define.
4944 (extra-test-objs): Add tlsmod17a-modules, tlsmod18a-modules,
4945 tst-pie1, ifunc-test-modules and ifunc-pie-tests objects.
4946 (test-extras): Likewise.
4947 ($(patsubst %,$(objpfx)%.os,$(tlsmod17a-modules))): Use
4948 $(compile-command.c).
4949 ($(patsubst %,$(objpfx)%.os,$(tlsmod18a-modules))): Likewise.
4950 (all-built-dso): Define.
4951 (check-textrel.out, check-execstack.out): Depend on it.
4952
77e8bddf
AS
4953 * configure.in: Don't override --enable-multi-arch.
4954
bc425b33
UD
49552011-01-15 Ulrich Drepper <drepper@gmail.com>
4956
4957 [BZ #6812]
4958 * nscd/hstcache.c (tryagain): Define.
4959 (cache_addhst): Return tryagain not notfound for temporary errors.
4960 (addhstbyX): Also set h_errno to TRY_AGAIN when memory allocation
4961 failed.
4962
794c3ad3
UD
49632011-01-14 Ulrich Drepper <drepper@gmail.com>
4964
70181fdd
UD
4965 [BZ #10563]
4966 * sysdeps/unix/sysv/linux/i386/setgroups.c: Use INLINE_SETXID_SYSCALL
4967 to make the syscall.
4968 * sysdeps/unix/sysv/linux/setgroups.c: New file.
4969
794c3ad3
UD
4970 [BZ #12378]
4971 * posix/fnmatch_loop.c (FCT): When matching '[' keep track of beginning
4972 and fall back to matching as normal character if the string ends before
4973 the matching ']' is found. This is what POSIX requires.
4974 * posix/testfnm.c: Adjust test result.
4975 * posix/globtest.sh: Adjust test result. Add new test.
4976 * posix/tst-fnmatch.input: Likewise.
4977 * posix/tst-fnmatch2.c: Add new test.
4978
68dc9497
AS
49792010-12-28 Andreas Schwab <schwab@linux-m68k.org>
4980
4981 * elf/Makefile (check-execstack): Revert last change. Depend on
4982 check-execstack.h.
4983 (check-execstack.h): New target.
4984 (generated): Add check-execstack.h.
4985 * elf/check-execstack.c: Include "check-execstack.h".
4986 (main): Revert last change.
4987 (handle_file): Return zero if GNU_STACK is absent and
4988 DEFAULT_STACK_PERMS doesn't include PF_X.
4989
451f001b
UD
49902011-01-13 Ulrich Drepper <drepper@gmail.com>
4991
cfa28e56
UD
4992 * sysdeps/posix/spawni.c (__spawni): Don't fail if close file action
4993 in child fails because the descriptor is already closed.
8cf8ce17
UD
4994 * include/sys/resource.h: Add libc_hidden_proto for getrlimit64.
4995 * sysdeps/unix/sysv/linux/getrlimit64.c: Add libc_hidden_def.
4996 * sysdeps/unix/sysv/linux/i386/getrlimit64.c: Likewise.
cfa28e56 4997
1086d70d
UD
4998 [BZ #12397]
4999 * sysdeps/unix/sysv/linux/mkdirat.c (mkdirat): Fix handling of missing
5000 syscall.
5001
451f001b
UD
5002 [BZ #10484]
5003 * nss/nss_files/files-hosts.c (HOST_DB_LOOKUP): Handle overflows of
5004 temporary buffer used to handle multi lookups locally.
a85b5cb4 5005 * include/alloca.h: Add libc_hidden_proto for __libc_alloca_cutoff.
451f001b 5006
08769175
UD
50072011-01-12 Ulrich Drepper <drepper@gmail.com>
5008
5009 * elf/dl-dst.h (DL_DST_REQUIRED): Allow l_origin to be NULL when
5010 loader is ld.so.
5011
5e49c52e
UD
50122011-01-10 Paul Pluzhnikov <ppluzhnikov@google.com>
5013
5014 * sysdeps/i386/Makefile: stdlib/cxa_finalize.c needs 16-byte stack
5015 alignment for SSE2.
5016
60522a5f
UD
50172011-01-12 Ulrich Drepper <drepper@gmail.com>
5018
5019 [BZ #12394]
5020 * stdio-common/printf_fp.c (__printf_fp): Add more room for grouping
5021 characters. When rounding increased number of integer digits recompute
5022 number of groups.
5023 * stdio-common/tst-grouping.c: New file.
5024 * stdio-common/Makefile: Add rules to build and run tst-grouping.
5025
f257bbd7
UD
50262011-01-09 Ulrich Drepper <drepper@gmail.com>
5027
5028 * sysdeps/i386/bits/select.h: Don't use asm code for __FD_SET,
5029 __FD_CLR, and __FS_ISSET. gcc generates better code on its own.
5030
5031 * sysdeps/x86_64/bits/select.h: Mark value of __FD_SET and __FD_CLR as
5032 void.
5033 * bits/select.h: Likewise.
5034
fa9c15cb
UD
50352011-01-08 Ulrich Drepper <drepper@gmail.com>
5036
5037 * po/ja.po: Update from translation team.
5038
16c2895f
DM
50392011-01-04 David S. Miller <davem@sunset.davemloft.net>
5040
5041 [BZ #11155]
5042 * sysdeps/unix/sysv/linux/sparc/sparc64/fxstat.c: Use i386's
5043 implementation just like for lxstat, fxstatat, et al.
5044
2543fef2
JM
50452010-12-27 Jim Meyering <meyering@redhat.com>
5046
5047 [BZ #12348]
5048 * posix/regexec.c (build_trtable): Return failure indication upon
5049 calloc failure. Otherwise, re_search_internal could infloop on OOM.
5050
98727dbe
UD
50512010-12-25 Ulrich Drepper <drepper@gmail.com>
5052
5bd6dc5c
UD
5053 [BZ #12201]
5054 * sysdeps/unix/sysv/linux/getrlimit64.c: New file.
5055 * sysdeps/unix/sysv/linux/setrlimit64.c: New file.
5056 * sysdeps/unix/sysv/linux/i386/getrlimit64.c: Use ../getrlimit64.c.
5057 * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_PRLIMIT64.
5058
97983464
UD
5059 [BZ #12207]
5060 * malloc/malloc.c (do_check_malloc_state): Use fastbin macro.
5061
98727dbe
UD
5062 [BZ #12204]
5063 * string/xpg-strerror.c (__xpg_strerror_r): Return error code, not -1.
5064 * sysdeps/mach/xpg-strerror.c (__xpg_strerror_r): Likewise.
5065
4a531bb0
L
50662010-12-15 H.J. Lu <hongjiu.lu@intel.com>
5067
5068 * config.h.in (NO_CTORS_DTORS_SECTIONS): Define.
5069 * configure.in: Define NO_CTORS_DTORS_SECTIONS if linker
5070 script has SORT_BY_INIT_PRIORITY.
5071 * elf/sofini.c: Remove `.ctors' and `.dtors' sections if
5072 NO_CTORS_DTORS_SECTIONS is defined.
5073 * elf/soinit.c: Likewise.
5074 * sysdeps/i386/init-first.c: Don't call __libc_global_ctors if
5075 NO_CTORS_DTORS_SECTIONS is defined.
5076 * sysdeps/mach/hurd/i386/init-first.c: Likewise.
5077 * sysdeps/mach/hurd/powerpc/init-first.c: Likewise.
5078 * sysdeps/sh/init-first.c: Likewise.
5079 * sysdeps/unix/sysv/linux/init-first.c: Likewise.
5080
07eb4b71
UD
50812010-12-24 Ulrich Drepper <drepper@gmail.com>
5082
5083 * stdio-common/vfprintf.c (vfprintf): If printf handlers are installed
5084 always use the slow path.
5085
30950a5f
RA
50862010-12-15 Ryan S. Arnold <rsa@us.ibm.com>
5087
5088 * elf/Makefile: (check-execstack): Replace $(native-compile) with a
5089 similar rule which adds the sysdep directories to the header search in
5090 order to pick up the correct platform stackinfo.h.
5091 * elf/check-execstack.c (main): Check DEFAULT_STACK_PERMS for PF_X and
5092 perform test if it is, otherwise return successfully without testing.
5093 * elf/dl-load.c (_dl_map_object_from_fd): Source stack_flags from
5094 DEFAULT_STACK_PERMS define in stackinfo.h.
5095 * elf/dl-support.c (_dl_stack_flags): Source from DEFAULT_STACK_PERMS
5096 defined in stackinfo.h.
5097 * elf/rtld.c (_dl_starting_up): Source ._dl_stack_flags from
5098 DEFAULT_STACK_PERMS defined in stackinfo.h.
5099 * sysdeps/i386/stackinfo.h: Define DEFAULT_STACK_PERMS with PF_X.
5100 * sysdeps/ia64/stackinfo.h: Likewise.
5101 * sysdeps/s390/stackinfo.h: Likewise.
5102 * sysdeps/sh/stackinfo.h: Likewise.
5103 * sysdeps/sparc/stackinfo.h: Likewise.
5104 * sysdeps/x86_64/stackinfo.h: Likewise.
5105 * sysdeps/powerpc/stackinfo.h: Define DEFAULT_STACK_PERMS without
5106 PF_X for powerpc64. Retain PF_X for powerpc32.
5107
db753e2c
UD
51082010-12-19 Ulrich Drepper <drepper@gmail.com>
5109
14b697f7
UD
5110 * sysdeps/unix/readdir_r.c (__READDIR_R): Compute reclen more
5111 accurately.
db753e2c
UD
5112 * sysdeps/unix/sysv/linux/wordsize-64/readdir_r.c: Define
5113 GETDENTS_64BIT_ALIGNED.
5114
28300719
UD
51152010-12-14 Ulrich Drepper <dreper@gmail.com>
5116
14b697f7 5117 * sysdeps/i386/i686/multiarch/strcmp.S: Undo accidental checkin.
28300719 5118
4f197237
AS
51192010-12-10 Andreas Schwab <schwab@redhat.com>
5120
dbb0472f
AS
5121 * wcsmbs/wchar.h (wcpcpy, wcpncpy): Only declare under
5122 _GNU_SOURCE.
5123
4f197237
AS
5124 * wcsmbs/wchar.h (wcpcpy, wcpncpy): Add __restrict.
5125 * wcsmbs/bits/wchar2.h (__wmemmove_chk_warn, wmemmove, wmemset):
5126 Remove __restrict.
5127 (wcscpy, __wcpcpy_chk, __wcpcpy_alias, wcpcpy, wcsncpy, wcpncpy)
5128 (wcscat, wcsncat, __wcrtomb_chk, wcrtomb): Add __restrict.
5129
fb88ac72
UD
51302010-12-09 Ulrich Drepper <drepper@gmail.com>
5131
5132 [BZ #11655]
5133 * stdlib/msort.c (qsort_r): Make sure both phys_pages and pagesize
5134 are initialized.
5135
42acbb92
JJ
51362010-12-09 Jakub Jelinek <jakub@redhat.com>
5137
5138 * string/bits/string3.h (memmove, bcopy): Remove __restrict.
5139
c038d98d
UD
51402010-12-03 Ulrich Drepper <drepper@gmail.com>
5141
5142 * po/it.po: Update from translation team.
5143
3a4a2499
L
51442010-12-01 H.J. Lu <hongjiu.lu@intel.com>
5145
5146 * sysdeps/i386/i686/multiarch/strcmp-ssse3.S (STRCMP): Remove
5147 unused codes.
5148
1e24cf6e
UD
51492010-11-30 Ulrich Drepper <drepper@gmail.com>
5150
5151 * sysdeps/i386/fpu/libm-test-ulps: Relax ynf(10,0.75) test expectations.
5152
a7690819
AS
51532010-11-24 Andreas Schwab <schwab@redhat.com>
5154
5155 * resolv/nss_dns/dns-host.c (getanswer_r): Don't handle ttl == 0
5156 specially.
5157 (gaih_getanswer_slice): Likewise.
5158
3bf8d1b1
JJ
51592010-10-20 Jakub Jelinek <jakub@redhat.com>
5160
5161 * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Fix up inline asm.
5162
6db52fbb
PB
51632010-05-31 Petr Baudis <pasky@suse.cz>
5164
5165 [BZ #11149]
5166 * elf/ldconfig.c (main): Allow aux_cache_file open()ing to fail
5167 silently even in the chroot mode.
5168
eaca7569
UD
51692010-11-22 Ulrich Drepper <drepper@gmail.com>
5170
5171 * nis/nss_compat/compat-initgroups.c (internal_getgrent_r): Optimize
5172 last patch a bit. Pretty printing
5173
3056dcdb
UD
51742010-05-31 Petr Baudis <pasky@suse.cz>
5175
5176 [BZ #10085]
5177 * nis/nss_compat/compat-initgroups.c (internal_getgrent_r): Fix
5178 initialization of skip_initgroups_dyn.
5179
cf7c9078
UD
51802010-11-19 Ulrich Drepper <drepper@gmail.com>
5181
5182 * sysdeps/unix/sysv/linux/i386/bits/mman.h: Define MAP_HUGETLB.
5183 * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Likewise.
5184
a1fb5e3e
UD
51852010-11-16 Ulrich Drepper <drepper@gmail.com>
5186
5187 * sysdeps/unix/sysv/linux/sys/swap.h (SWAP_FLAG_DISCARD): Define.
5188
3540d66b
AS
51892010-11-11 Andreas Schwab <schwab@redhat.com>
5190
5191 * posix/fnmatch_loop.c (NEW_PATTERN): Fix use of alloca.
5192 * posix/Makefile (tests): Add $(objpfx)tst-fnmatch-mem.
5193 (tst-fnmatch-ENV): Set MALLOC_TRACE.
5194 ($(objpfx)tst-fnmatch-mem): New rule.
5195 (generated): Add tst-fnmatch-mem and tst-fnmatch.mtrace.
5196 * posix/tst-fnmatch.c (main): Call mtrace.
5197
13b69574
L
51982010-11-11 H.J. Lu <hongjiu.lu@intel.com>
5199
5200 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
5201 Support Intel processor model 6 and model 0x2c.
5202
da93d214
LM
52032010-11-10 Luis Machado <luisgpm@br.ibm.com>
5204
5205 * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c (__ieee754_sqrtl): Force
5206 signed comparison.
5207
8ca52c6e
L
52082010-11-09 H.J. Lu <hongjiu.lu@intel.com>
5209
5210 [BZ #12205]
5211 * string/test-strncasecmp.c (check_result): New function.
5212 (do_one_test): Use it.
5213 (check1): New function.
5214 (test_main): Use it.
5215 * sysdeps/i386/i686/multiarch/strcmp.S (nibble_ashr_use_sse4_2_exit):
5216 Support strcasecmp and strncasecmp.
5217
69da074d
UD
52182010-11-08 Ulrich Drepper <drepper@gmail.com>
5219
5220 [BZ #12194]
5221 * sysdeps/i386/bits/byteswap.h: Avoid warning in __bswap_16.
5222 * sysdeps/x86_64/bits/byteswap.h: Likewise.
5223
ff02d528
L
52242010-11-07 H.J. Lu <hongjiu.lu@intel.com>
5225
5226 * sysdeps/x86_64/memset.S: Check USE_MULTIARCH and USE_SSE2 for
5227 IFUNC support.
5228 * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
5229 memset-x86-64.
5230 * sysdeps/x86_64/multiarch/bzero.S: New file.
5231 * sysdeps/x86_64/multiarch/cacheinfo.c: New file.
5232 * sysdeps/x86_64/multiarch/memset-x86-64.S: New file.
5233 * sysdeps/x86_64/multiarch/memset.S: New file.
5234 * sysdeps/x86_64/multiarch/memset_chk.S: New file.
5235 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
5236 Set bit_Prefer_SSE_for_memop for Intel processors.
5237 * sysdeps/x86_64/multiarch/init-arch.h (bit_Prefer_SSE_for_memop):
5238 Define.
5239 (index_Prefer_SSE_for_memop): Define.
5240 (HAS_PREFER_SSE_FOR_MEMOP): Define.
5241
344d0b54
LM
52422010-11-04 Luis Machado <luisgpm@br.ibm.com>
5243
5244 * sysdeps/powerpc/powerpc32/power7/mempcpy.S: New file.
5245 * sysdeps/powerpc/powerpc64/power7/mempcpy.S: New file.
5246
c0dde15b
UD
52472010-11-03 H.J. Lu <hongjiu.lu@intel.com>
5248
5249 [BZ #12191]
5250 * sysdeps/i386/i686/cacheinfo.c (__x86_64_raw_data_cache_size): New.
5251 (__x86_64_raw_data_cache_size_half): Likewise.
5252 (__x86_64_raw_shared_cache_size): Likewise.
5253 (__x86_64_raw_shared_cache_size_half): Likewise.
5254
5255 * sysdeps/x86_64/cacheinfo.c (__x86_64_raw_data_cache_size): New.
5256 (__x86_64_raw_data_cache_size_half): Likewise.
5257 (__x86_64_raw_shared_cache_size): Likewise.
5258 (__x86_64_raw_shared_cache_size_half): Likewise.
5259 (init_cacheinfo): Set __x86_64_raw_data_cache_size,
5260 __x86_64_raw_data_cache_size_half, __x86_64_raw_shared_cache_size
5261 and __x86_64_raw_shared_cache_size_half. Round
5262 __x86_64_data_cache_size_half, __x86_64_data_cache_size
5263 __x86_64_shared_cache_size_half and __x86_64_shared_cache_size,
5264 to multiple of 256 bytes.
5265
0e516e0e
MS
52662010-11-03 Ulrich Drepper <drepper@gmail.com>
5267
5268 [BZ #12167]
5269 * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Recognize new mangling
5270 of inacessible symlinks. Verify result of symlink before returning it.
5271 * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r): Likewise.
5272 Patch mostly by Miklos Szeredi <miklos@szeredi.hu>.
5273
0e012e87
ER
52742010-10-28 Erich Ritz <erichritz@gmail.com>
5275
5276 * math/math.h (isinf): Fix typo in comment.
5277
de0ff7bc
UD
52782010-11-01 Ulrich Drepper <drepper@gmail.com>
5279
5280 * po/da.po: Update from translation team.
5281
fa41c84d
UD
52822010-10-26 Ulrich Drepper <drepper@gmail.com>
5283
5284 * elf/rtld.c (dl_main): Move assertion after the point where rtld map
5285 is added to the list.
5286
f0967738
AK
52872010-10-20 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
5288 Ulrich Drepper <drepper@gmail.com>
5289
5290 * elf/dl-object.c (_dl_new_object): Don't append the new object to
5291 the global list here. Move code to...
5292 (_dl_add_to_namespace_list): ...here. New function.
5293 * elf/rtld.c (dl_main): Invoke _dl_add_to_namespace_list.
5294 * sysdeps/generic/ldsodefs.h (_dl_add_to_namespace_list): Declare.
5295 * elf/dl-load.c (lose): Don't remove the element from the list.
5296 (_dl_map_object_from_fd): Invoke _dl_add_to_namespace_list.
5297 (_dl_map_object): Likewise.
5298
52992010-10-25 Ulrich Drepper <drepper@gmail.com>
dbf3a069
RL
5300
5301 [BZ #12159]
5302 * sysdeps/x86_64/multiarch/strchr.S: Fix propagation of search byte
5303 into all bytes of SSE register.
5304 Patch by Richard Li <richardpku@gmail.com>.
5305
f0967738 53062010-10-24 Ulrich Drepper <drepper@gmail.com>
fdc0f374
UD
5307
5308 [BZ #12140]
5309 * malloc/malloc.c (_int_free): Fill correct number of bytes when
5310 perturbing.
5311
d0b9e94f
MB
53122010-10-20 Michael B. Brutman <brutman@us.ibm.com>
5313
5314 * sysdeps/powerpc/dl-procinfo.c: Add support for ppca2 platform
5315 * sysdeps/powerpc/dl-procinfo.h: Add support for ppca2 platform
5316 * sysdeps/powerpc/powerpc32/a2/memcpy.S: New file.
5317 * sysdeps/powerpc/powerpc64/a2/memcpy.S: Likewise.
5318 * sysdeps/unix/sysv/linux/powerpc/powerpc32/a2/Implies: New
5319 submachine.
5320 * sysdeps/unix/sysv/linux/powerpc/powerpc64/a2/Implies: Likewise.
5321
8e9f92e9
AS
53222010-10-22 Andreas Schwab <schwab@redhat.com>
5323
5324 * include/dlfcn.h (__RTLD_SECURE): Define.
5325 * elf/dl-load.c (_dl_map_object): Remove preloaded parameter. Use
5326 mode & __RTLD_SECURE instead.
5327 (open_path): Rename preloaded parameter to secure.
5328 * sysdeps/generic/ldsodefs.h (_dl_map_object): Adjust declaration.
5329 * elf/dl-open.c (dl_open_worker): Adjust call to _dl_map_object.
5330 * elf/dl-deps.c (openaux): Likewise.
5331 * elf/rtld.c (struct map_args): Remove is_preloaded.
5332 (map_doit): Don't use it.
5333 (dl_main): Likewise.
5334 (do_preload): Use __RTLD_SECURE instead of is_preloaded.
5335 (dlmopen_doit): Add __RTLD_SECURE to mode bits.
5336
bc96fbda
AS
53372010-09-09 Andreas Schwab <schwab@redhat.com>
5338
5339 * Makeconfig (sysd-rules-patterns): Add rtld-%:rtld-%.
5340 (sysd-rules-targets): Remove duplicates.
5341 * elf/rtld-Rules ($(objpfx)rtld-%.os): Add pattern rules with
5342 rtld-%.$o dependency.
5343
22cd1c9b
AS
53442010-10-18 Andreas Schwab <schwab@redhat.com>
5345
5346 * elf/dl-open.c (dl_open_worker): Don't expand DST here, let
5347 _dl_map_object do it.
5348
18edac48
UD
53492010-10-19 Ulrich Drepper <drepper@gmail.com>
5350
5351 * sysdeps/i386/bits/mathdef.h (FP_FAST_FMA): If the GCC 4.6 port has
5352 fast fma builtins, define the macros in the C99 standard.
5353 (FP_FAST_FMAF): Likewise.
5354 (FP_FAST_FMAL): Likewise.
5355 * sysdeps/x86_64/bits/mathdef.h: Likewise.
5356
5357 * bits/mathdef.h: Update copyright year.
5358 * sysdeps/powerpc/bits/mathdef.h: Likewise.
5359
d2050124
MM
53602010-10-19 Michael Meissner <meissner@linux.vnet.ibm.com>
5361
5362 * bits/mathdef.h (FP_FAST_FMA): If the GCC 4.6 port has fast fma
5363 builtins, define the macros in the C99 standard.
5364 (FP_FAST_FMAF): Likewise.
5365 (FP_FAST_FMAL): Likewise.
5366 * sysdeps/powerpc/bits/mathdef.h (FP_FAST_FMA): Define, ppc as
5367 multiply/add.
5368 (FP_FAST_FMAF): Likewise.
5369
475facd1
JJ
53702010-10-15 Jakub Jelinek <jakub@redhat.com>
5371
5372 [BZ #3268]
5373 * math/libm-test.inc (fma_test): Some new testcases.
5374 * sysdeps/ieee754/ldbl-128/s_fmal.c: New file.
5375 * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Fix fma with finite x and
5376 y and infinite z. Do multiplication by C already in long double.
5377 * sysdeps/ieee754/ldbl-96/s_fmal.c: New file.
5378 * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Fix fma with finite x and
5379 y and infinite z. Do bitwise or of inexact bit into u.d.
5380 * sysdeps/ieee754/ldbl-64-128/s_fmal.c: New file.
5381 * sysdeps/i386/fpu/s_fmaf.S: Removed.
5382 * sysdeps/i386/fpu/s_fma.S: Removed.
5383 * sysdeps/i386/fpu/s_fmal.S: Removed.
5384
7c08a05c
JJ
53852010-10-16 Jakub Jelinek <jakub@redhat.com>
5386
5387 [BZ #3268]
5388 * math/libm-test.inc (fma_test): Add IEEE quad long double fmal tests.
5389 * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Ensure a1 + u.d
5390 computation is not scheduled after fetestexcept. Fix value
5391 of minimum denormal long double.
5392
f3f7372d
JJ
53932010-10-14 Jakub Jelinek <jakub@redhat.com>
5394
5395 [BZ #3268]
5396 * math/libm-test.inc (fma_test): Add some more tests.
5397 * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Handle underflows
5398 correctly.
5399
14d43591
AS
54002010-10-15 Andreas Schwab <schwab@redhat.com>
5401
5402 * scripts/data/localplt-s390-linux-gnu.data: New file.
5403 * scripts/data/localplt-s390x-linux-gnu.data: New file.
5404
5e908464
JJ
54052010-10-13 Jakub Jelinek <jakub@redhat.com>
5406
5407 [BZ #3268]
5408 * math/libm-test.inc (fma_test): Some more fmaf and fma tests.
5409 * sysdeps/i386/i686/multiarch/s_fma.c: Include ldbl-96 version
5410 instead of dbl-64.
5411 * sysdeps/i386/fpu/bits/mathinline.h (fma, fmaf, fmal): Remove
5412 inlines.
5413 * sysdeps/ieee754/ldbl-96/s_fma.c: New file.
5414 * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Fix exponent adjustment
5415 if one of x and y is very large and the other is subnormal.
5416 * sysdeps/s390/fpu/s_fmaf.c: New file.
5417 * sysdeps/s390/fpu/s_fma.c: New file.
5418 * sysdeps/powerpc/fpu/s_fmaf.S: New file.
5419 * sysdeps/powerpc/fpu/s_fma.S: New file.
5420 * sysdeps/powerpc/powerpc32/fpu/s_fma.S: New file.
5421 * sysdeps/powerpc/powerpc64/fpu/s_fma.S: New file.
5422 * sysdeps/unix/sysv/linux/s390/fpu/s_fma.c: New file.
5423
54242010-10-12 Jakub Jelinek <jakub@redhat.com>
5425
5426 [BZ #3268]
5427 * math/libm-test.inc (fma_test): Add some more fmaf tests, add
5428 fma tests.
5429 * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Fix Inf/Nan check.
5430 * sysdeps/ieee754/dbl-64/s_fma.c: New file.
5431 * sysdeps/i386/i686/multiarch/s_fma.c: Include
5432 sysdeps/ieee754/dbl-64/s_fma.c instead of math/s_fma.c.
5433 * sysdeps/x86_64/multiarch/s_fma.c: Likewise.
5434 * sysdeps/ieee754/ldbl-opt/s_fma.c: Likewise.
5435 * sysdeps/ieee754/ldbl-128/s_fma.c: New file.
5436
b833d51f
UD
54372010-10-12 Ulrich Drepper <drepper@redhat.com>
5438
5439 [BZ #12078]
5440 * posix/regcomp.c (parse_branch): One more memory leak plugged.
5441 * posix/bug-regex31.input: Add test case.
5442
1751705d
UD
54432010-10-11 Ulrich Drepper <drepper@gmail.com>
5444
e9b9cbf5
UD
5445 * posix/bug-regex31.c: Rewrite to run multiple tests from stdin.
5446 * posix/bug-regex31.input: New file.
5447
5448 [BZ #12078]
5449 * posix/regcomp.c (parse_branch): Free memory when allocation failed.
5450 (parse_sub_exp): Fix last change, use postorder.
5451
ef06edbe
UD
5452 * posix/bug-regex31.c: New file.
5453 * posix/Makefile: Add rules to build and run bug-regex31.
5454
a129c80d
UD
5455 * posix/regcomp.c (parse_bracket_exp): Add missing re_free calls.
5456
5457 [BZ #12078]
5458 * posix/regcomp.c (parse_sub_exp): Free tree data when it is not used.
5459
b76b818e
UD
5460 [BZ #12108]
5461 * stdio-common/psiginfo.c (psiginfo): Don't expext SIGRTMIN..SIGRTMAX
5462 to have entries in sys_siglist.
5463
1751705d
UD
5464 [BZ #12093]
5465 * sysdeps/unix/sysv/linux/check_pf.c (__check_pf): ->ifa_addr might
5466 be NULL.
5467
9ff8d36f
JJ
54682010-10-07 Jakub Jelinek <jakub@redhat.com>
5469
5470 [BZ #3268]
5471 * math/libm-test.inc (fma_test): Add 2 fmaf tests.
5472 * sysdeps/ieee754/dbl-64/s_fmaf.c: New file.
5473 * sysdeps/i386/i686/multiarch/s_fmaf.c: Include
5474 sysdeps/ieee754/dbl-64/s_fmaf.c instead of math/s_fmaf.c.
5475 * sysdeps/x86_64/multiarch/s_fmaf.c: Likewise.
5476 * include/fenv.h (feupdateenv, fetestexcept): Add libm_hidden_proto.
5477 * math/feupdateenv.c (feupdateenv): Add libm_hidden_ver.
5478 * sysdeps/i386/fpu/feupdateenv.c (feupdateenv): Likewise.
5479 * sysdeps/powerpc/fpu/feupdateenv.c (feupdateenv): Likewise.
5480 * sysdeps/x86_64/fpu/feupdateenv.c (feupdateenv): Likewise.
5481 * sysdeps/sparc/fpu/feupdateenv.c (feupdateenv): Likewise.
5482 * sysdeps/ia64/fpu/feupdateenv.c (feupdateenv): Add libm_hidden_def.
5483 * sysdeps/s390/fpu/feupdateenv.c (feupdateenv): Likewise.
5484 * math/ftestexcept.c (fetestexcept): Likewise.
5485 * sysdeps/ia64/fpu/ftestexcept.c (fetestexcept): Likewise.
5486 * sysdeps/i386/fpu/ftestexcept.c (fetestexcept): Likewise.
5487 * sysdeps/s390/fpu/ftestexcept.c (fetestexcept): Likewise.
5488 * sysdeps/powerpc/fpu/ftestexcept.c (fetestexcept): Likewise.
5489 * sysdeps/x86_64/fpu/ftestexcept.c (fetestexcept): Likewise.
5490 * sysdeps/sparc/fpu/ftestexcept.c (fetestexcept): Likewise.
5491 * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
5492
af325969
UD
54932010-10-11 Ulrich Drepper <drepper@gmail.com>
5494
c579b202 5495 [BZ #12107]
af325969
UD
5496 * stdio-common/psiginfo.c (psiginfo): Terminate all strings with
5497 newline.
5498
67a67b95
UD
54992010-10-06 Ulrich Drepper <drepper@gmail.com>
5500
5501 * string/bug-strstr1.c: New file.
5502 * string/Makefile: Add rules to build and run bug-strstr1.
5503
5fb308bc
EB
55042010-10-05 Eric Blake <eblake@redhat.com>
5505
5506 [BZ #12092]
5507 * string/str-two-way.h (two_way_long_needle): Always clear memory
5508 when skipping input due to the shift table.
5509
45db99c7
UD
55102010-10-03 Ulrich Drepper <drepper@gmail.com>
5511
3b111893
UD
5512 [BZ #12005]
5513 * malloc/mcheck.c: Handle large requests.
5514
45db99c7
UD
5515 [BZ #12077]
5516 * sysdeps/x86_64/strcmp.S: Fix handling of remaining bytes in buffer
5517 for strncmp and strncasecmp.
5518 * string/stratcliff.c: Add tests for strcmp and strncmp.
5519 * wcsmbs/wcsatcliff.c: Adjust for stratcliff change.
5520
cf7a1eb8
NI
55212010-09-28 Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
5522
5523 * sysdeps/sh/sh4/fpu/fpu_control.h: Add 'extern "C"' protection to
5524 __set_fpscr.
5525
6484ba5e
AJ
55262010-09-30 Andreas Jaeger <aj@suse.de>
5527
5528 * sysdeps/unix/sysv/linux_fsinfo.h (BTRFS_SUPER_MAGIC): Define.
5529 (CGROUP_SUPER_MAGIC): Define.
5530 * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
5531 Handle btrfs and cgroup file systems.
5532 * sysdeps/unix/sysv/linux/pathconf.c (__statfs_filesize_max):
5533 Likewise.
5534
91c42559
LM
55352010-09-27 Luis Machado <luisgpm@br.ibm.com>
5536
5537 * sysdeps/powerpc/powerpc32/rtld-memset.c: New file.
5538 * sysdeps/powerpc/powerpc64/rtld-memset.c: New file.
5539
87a97932
AK
55402010-09-29 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
5541
5542 [BZ #12067]
5543 * sysdeps/s390/s390-32/elf/start.S: Fix address calculation when
5544 trying to locate the ELF header.
5545
c21cc9bc
AS
55462010-09-27 Andreas Schwab <schwab@redhat.com>
5547
5548 [BZ #11611]
5549 * sysdeps/unix/sysv/linux/internal_statvfs.c (INTERNAL_STATVFS):
5550 Mask out sign-bit copies when constructing f_fsid.
5551
315970f6
PB
55522010-09-24 Petr Baudis <pasky@suse.cz>
5553
5554 * debug/stack_chk_fail_local.c: Add missing licence exception.
5555 * debug/warning-nop.c: Likewise.
5556
1ac7a2c7
JM
55572010-09-15 Joseph Myers <joseph@codesourcery.com>
5558
5559 * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS): When
5560 implementing getdents64 using getdents syscall, set d_type if
5561 __ASSUME_GETDENTS32_D_TYPE.
5562
56801c50
AS
55632010-09-16 Andreas Schwab <schwab@redhat.com>
5564
5565 * elf/dl-close.c (free_slotinfo, free_mem): Move to...
5566 * elf/dl-libc.c (free_slotinfo, free_mem): ... here.
5567
dda51327
UD
55682010-09-21 Ulrich Drepper <drepper@redhat.com>
5569
5570 [BZ #12037]
5571 * posix/unistd.h: Undo change of feature selection for ftruncate from
5572 2010-01-11.
5573
8ffcee4a
UD
55742010-09-20 Ulrich Drepper <drepper@redhat.com>
5575
a545ecd9 5576 * sysdeps/x86_64/strcmp.S: Fix another typo in x86-64 strncasecmp limit
8ffcee4a
UD
5577 detection.
5578
e24f0a8b
AS
55792010-09-20 Andreas Schwab <schwab@redhat.com>
5580
5581 * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list: Add
5582 fanotify_mark.
5583 * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Likewise.
5584
7291c56f
AS
55852010-09-14 Andreas Schwab <schwab@redhat.com>
5586
5587 * sysdeps/s390/s390-32/__longjmp.c (__longjmp): Define register
5588 variables after CHECK_SP call.
5589 * sysdeps/s390/s390-64/__longjmp.c (__longjmp): Likewise.
5590
bc5fb037
AS
55912010-09-13 Andreas Schwab <schwab@redhat.com>
5592 Ulrich Drepper <drepper@redhat.com>
5593
5594 * elf/rtld.c (dl_main): Set GLRO(dl_init_all_dirs) just before
5595 re-relocationg ld.so.
5596 * elf/dl-support.c (_dl_non_dynamic_init): And here after the
5597 _dl_init_paths call.
5598 * elf/dl-load.c (_dl_init_paths). Don't set GLRO(dl_init_all_dirs)
5599 here anymore.
5600
e66e7419
UD
56012010-09-14 Ulrich Drepper <drepper@redhat.com>
5602
5603 * resolv/res_init.c (__res_vinit): Count the default server we added.
5604
c044aa75
CLT
56052010-09-08 Chung-Lin Tang <cltang@codesourcery.com>
5606 Ulrich Drepper <drepper@redhat.com>
5607
5608 [BZ #11968]
5609 * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S
5610 (____longjmp_chk): Use %ebx for saving value across system call.
5611 Add unwind info.
5612
32cf4069
AS
56132010-09-06 Andreas Schwab <schwab@redhat.com>
5614
5615 * manual/Makefile: Don't mix pattern rules with normal rules.
5616
817328ee
AS
56172010-09-05 Andreas Schwab <schwab@linux-m68k.org>
5618
5619 * debug/vdprintf_chk.c (__vdprintf_chk): Remove undefined
5620 operation.
5621 * libio/iofdopen.c (_IO_new_fdopen): Likewise.
5622 * libio/iofopncook.c (_IO_cookie_init): Likewise.
5623 * libio/iovdprintf.c (_IO_vdprintf): Likewise.
5624 * libio/oldiofdopen.c (_IO_old_fdopen): Likewise.
5625 * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
5626 Likewise.
5627
29fddf61
UD
56282010-09-04 Ulrich Drepper <drepper@redhat.com>
5629
5630 [BZ #11979]
5631 * iconvdata/gconv-modules: Remove EBCDIC-CP-AR2 alias from
5632 IBM-930, IBM-933, IBM-935, IBM-937, and IBM-939.
5633
0959ffc9
UD
56342010-09-02 Ulrich Drepper <drepper@redhat.com>
5635
5636 * sysdeps/x86_64/add_n.S: Update from GMP 5.0.1.
5637 * sysdeps/x86_64/addmul_1.S: Likewise.
5638 * sysdeps/x86_64/lshift.S: Likewise.
5639 * sysdeps/x86_64/mul_1.S: Likewise.
5640 * sysdeps/x86_64/rshift.S: Likewise.
5641 * sysdeps/x86_64/sub_n.S: Likewise.
5642 * sysdeps/x86_64/submul_1.S: Likewise.
5643
ece29840
ST
56442010-09-01 Samuel Thibault <samuel.thibault@ens-lyon.org>
5645
0959ffc9
UD
5646 This aligns bits/sched.h onto sysdeps/unix/sysv/linux/bits/sched.h:
5647 Define __sched_param instead of SCHED_* and sched_param when
ece29840 5648 <bits/sched.h> is included with __need_schedparam defined.
0959ffc9 5649 * bits/sched.h [__need_schedparam]
ece29840 5650 (SCHED_OTHER, SCHED_FIFO, SCHED_RR, sched_param): Do not define.
0959ffc9
UD
5651 [!__defined_schedparam && (__need_schedparam || _SCHED_H)]
5652 (__defined_schedparam): Define to 1.
ece29840
ST
5653 (__sched_param): New structure, identical to sched_param.
5654 (__need_schedparam): Undefine.
5655
e53a31fe
MF
56562010-08-31 Mike Frysinger <vapier@gentoo.org>
5657
fdc0c10d
MF
5658 * sysdeps/unix/sysv/linux/sparc/sys/epoll.h (epoll_create2): Delete.
5659 (epoll_create1): Declare.
5660
e53a31fe
MF
5661 * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Fix typo.
5662
a726d796
AS
56632010-08-31 Andreas Schwab <schwab@redhat.com>
5664
5665 [BZ #7066]
5666 * stdlib/strtod_l.c (____STRTOF_INTERNAL): Fix array overflow when
5667 shifting retval into place.
5668
2f3e3dc7
UD
56692010-09-01 Ulrich Drepper <drepper@redhat.com>
5670
f2933da9
UD
5671 * nis/rpcsvc/nis.h: Update copyright notice.
5672 * nis/rpcsvc/nis.x: Likewise.
5673 * nis/rpcsvc/nis_callback.h: Likewise.
5674 * nis/rpcsvc/nis_callback.x: Likewise.
5675 * nis/rpcsvc/nis_object.x: Likewise.
5676 * nis/rpcsvc/nis_tags.h: Likewise.
5677 * nis/rpcsvc/yp.h: Likewise.
5678 * nis/rpcsvc/yp.x: Likewise.
5679 * nis/rpcsvc/ypupd.h: Likewise.
5680 * nis/yp_xdr.c: Likewise.
5681 * nis/ypupdate_xdr.c: Likewise.
5682
2f3e3dc7
UD
5683 * sunrpc/pm_getport.c (__libc_rpc_getport): New function. This is
5684 mainly the body of pmap_getport. Add parameters to specify timeouts.
5685 (pmap_getport): Use __libc_rpc_getport.
5686 * sunrpc/Versions: Export __libc_rpc_getport with GLIBC_PRIVATE.
5687 * include/rpc/pmap_clnt.h: Declare __libc_rpc_getport.
5688 * nis/nis_findserv.c: Remove pmap_getport copy. Use __libc_rpc_getport.
5689
f3dcc2f9
AS
56902010-08-31 Andreas Schwab <schwab@linux-m68k.org>
5691
5692 * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list: Add
5693 fanotify_mark.
5694
6d34eb5b
RM
56952010-08-27 Roland McGrath <roland@redhat.com>
5696
5697 * sysdeps/i386/i686/multiarch/Makefile
5698 (CFLAGS-varshift.c): New variable.
5699
9ea3de11
UD
57002010-08-27 Ulrich Drepper <drepper@redhat.com>
5701
c96d23fc
UD
5702 * sysdeps/i386/i686/multiarch/varshift.S: File removed.
5703 * sysdeps/i386/i686/multiarch/varshift.c: New file.
5704
9ea3de11
UD
5705 * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Move to .text.slow section.
5706
5707 * sysdeps/x86_64/strlen.S: Minimal code improvement.
5708
623aac7f
L
57092010-08-26 H.J. Lu <hongjiu.lu@intel.com>
5710
5711 * sysdeps/x86_64/strlen.S: Unroll the loop.
5712 * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
5713 strlen-sse2 strlen-sse2-bsf.
5714 * sysdeps/x86_64/multiarch/strlen.S ((strlen): Return
5715 __strlen_no_bsf if bit_Slow_BSF is set.
5716 (__strlen_sse42): Removed.
5717 * sysdeps/x86_64/multiarch/strlen-no-bsf.S: New file.
5718 * sysdeps/x86_64/multiarch/strlen-sse4.S: New file.
5719
8b2b7715
RM
57202010-08-25 Roland McGrath <roland@redhat.com>
5721
5722 * sysdeps/x86_64/multiarch/varshift.S: File removed.
5723 * sysdeps/x86_64/multiarch/varshift.c: New file.
5724 * sysdeps/x86_64/multiarch/Makefile (CFLAGS-varshift.c): New variable.
5725 * sysdeps/x86_64/multiarch/varshift.h: Clean up decls, fix a cast.
5726 * sysdeps/x86_64/multiarch/memmove.c: Move decls around.
5727 * sysdeps/x86_64/multiarch/memmove_chk.c: Likewise.
5728
e73015f2
L
57292010-08-25 H.J. Lu <hongjiu.lu@intel.com>
5730
5731 * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
5732 strlen-sse2 strlen-sse2-bsf.
5733 * sysdeps/i386/i686/multiarch/strlen.S (strlen): Return
5734 __strlen_sse2_bsf if bit_Slow_BSF is unset.
5735 (__strlen_sse2): Removed.
5736 * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: New file.
5737 * sysdeps/i386/i686/multiarch/strlen-sse2.S: New file.
5738 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Set
5739 bit_Slow_BSF for Atom.
5740 * sysdeps/x86_64/multiarch/init-arch.h (bit_Slow_BSF): Define.
5741 (index_Slow_BSF): Define.
5742 (HAS_SLOW_BSF): Define.
5743
df24a73e
UD
57442010-08-25 Ulrich Drepper <drepper@redhat.com>
5745
5746 [BZ #10851]
5747 * resolv/res_init.c (__res_vinit): When no server address at all
5748 is given default to loopback.
5749
f2ac4868
RM
57502010-08-24 Roland McGrath <roland@redhat.com>
5751
09055553
RM
5752 * configure.in: Remove config-name.h generation.
5753 * configure: Regenerated.
5754 * config-name.in: File removed.
5755 * scripts/config-uname.sh: New file.
5756 * posix/Makefile (uname.c): Depend on $(objdir)config-name.h.
5757 ($(objdir)config-name.h): New target.
5758
f2ac4868
RM
5759 * sunrpc/rpc_parse.h: Avoid nested comment.
5760
73f27d5e
RH
57612010-08-24 Richard Henderson <rth@redhat.com>
5762 Ulrich Drepper <drepper@redhat.com>
5763 H.J. Lu <hongjiu.lu@intel.com>
5764
5765 * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add varshift.
5766 * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Likewise.
5767 * sysdeps/x86_64/multiarch/strcspn-c.c: Include "varshift.h".
5768 Replace _mm_srli_si128 with __m128i_shift_right. Replace
5769 _mm_alignr_epi8 with _mm_loadu_si128.
5770 * sysdeps/x86_64/multiarch/strspn-c.c: Likewise.
5771 * sysdeps/x86_64/multiarch/strstr.c: Include "varshift.h".
5772 (__m128i_shift_right): Removed.
5773 * sysdeps/i386/i686/multiarch/varshift.h: New file.
5774 * sysdeps/i386/i686/multiarch/varshift.S: New file.
5775 * sysdeps/x86_64/multiarch/varshift.h: New file.
5776 * sysdeps/x86_64/multiarch/varshift.S: New file.
5777
84b9230c
MF
57782010-08-21 Mike Frysinger <vapier@gentoo.org>
5779
5780 * configure.in: Move assembler checks to before sysdep dir checking.
5781
9bbd0ddc
PB
57822010-08-20 Petr Baudis <pasky@suse.cz>
5783
5784 * LICENSES: Sync the sunrpc license.
5785
9da4bb31
UD
57862010-08-19 Ulrich Drepper <drepper@redhat.com>
5787
a7ab6ec8
UD
5788 * sunrpc/auth_des.c: Update copyright notice once again.
5789 * sunrpc/auth_none.c: Likewise.
5790 * sunrpc/auth_unix.c: Likewise.
5791 * sunrpc/authdes_prot.c: Likewise.
5792 * sunrpc/authuxprot.c: Likewise.
5793 * sunrpc/bindrsvprt.c: Likewise.
5794 * sunrpc/clnt_gen.c: Likewise.
5795 * sunrpc/clnt_perr.c: Likewise.
5796 * sunrpc/clnt_raw.c: Likewise.
5797 * sunrpc/clnt_simp.c: Likewise.
5798 * sunrpc/clnt_tcp.c: Likewise.
5799 * sunrpc/clnt_udp.c: Likewise.
5800 * sunrpc/clnt_unix.c: Likewise.
5801 * sunrpc/des_crypt.c: Likewise.
5802 * sunrpc/des_soft.c: Likewise.
5803 * sunrpc/get_myaddr.c: Likewise.
5804 * sunrpc/getrpcport.c: Likewise.
5805 * sunrpc/key_call.c: Likewise.
5806 * sunrpc/key_prot.c: Likewise.
5807 * sunrpc/openchild.c: Likewise.
5808 * sunrpc/pm_getmaps.c: Likewise.
5809 * sunrpc/pm_getport.c: Likewise.
5810 * sunrpc/pmap_clnt.c: Likewise.
5811 * sunrpc/pmap_prot.c: Likewise.
5812 * sunrpc/pmap_prot2.c: Likewise.
5813 * sunrpc/pmap_rmt.c: Likewise.
5814 * sunrpc/rpc/auth.h: Likewise.
5815 * sunrpc/rpc/auth_unix.h: Likewise.
5816 * sunrpc/rpc/clnt.h: Likewise.
5817 * sunrpc/rpc/des_crypt.h: Likewise.
5818 * sunrpc/rpc/key_prot.h: Likewise.
5819 * sunrpc/rpc/netdb.h: Likewise.
5820 * sunrpc/rpc/pmap_clnt.h: Likewise.
5821 * sunrpc/rpc/pmap_prot.h: Likewise.
5822 * sunrpc/rpc/pmap_rmt.h: Likewise.
5823 * sunrpc/rpc/rpc.h: Likewise.
5824 * sunrpc/rpc/rpc_des.h: Likewise.
5825 * sunrpc/rpc/rpc_msg.h: Likewise.
5826 * sunrpc/rpc/svc.h: Likewise.
5827 * sunrpc/rpc/svc_auth.h: Likewise.
5828 * sunrpc/rpc/types.h: Likewise.
5829 * sunrpc/rpc/xdr.h: Likewise.
5830 * sunrpc/rpc_clntout.c: Likewise.
5831 * sunrpc/rpc_cmsg.c: Likewise.
5832 * sunrpc/rpc_common.c: Likewise.
5833 * sunrpc/rpc_cout.c: Likewise.
5834 * sunrpc/rpc_dtable.c: Likewise.
5835 * sunrpc/rpc_hout.c: Likewise.
5836 * sunrpc/rpc_main.c: Likewise.
5837 * sunrpc/rpc_parse.c: Likewise.
5838 * sunrpc/rpc_parse.h: Likewise.
5839 * sunrpc/rpc_prot.c: Likewise.
5840 * sunrpc/rpc_sample.c: Likewise.
5841 * sunrpc/rpc_scan.c: Likewise.
5842 * sunrpc/rpc_scan.h: Likewise.
5843 * sunrpc/rpc_svcout.c: Likewise.
5844 * sunrpc/rpc_tblout.c: Likewise.
5845 * sunrpc/rpc_util.c: Likewise.
5846 * sunrpc/rpc_util.h: Likewise.
5847 * sunrpc/rpcinfo.c: Likewise.
5848 * sunrpc/rpcsvc/bootparam_prot.x: Likewise.
5849 * sunrpc/rpcsvc/key_prot.x: Likewise.
5850 * sunrpc/rpcsvc/klm_prot.x: Likewise.
5851 * sunrpc/rpcsvc/mount.x: Likewise.
5852 * sunrpc/rpcsvc/nfs_prot.x: Likewise.
5853 * sunrpc/rpcsvc/nlm_prot.x: Likewise.
5854 * sunrpc/rpcsvc/rex.x: Likewise.
5855 * sunrpc/rpcsvc/rstat.x: Likewise.
5856 * sunrpc/rpcsvc/rusers.x: Likewise.
5857 * sunrpc/rpcsvc/sm_inter.x: Likewise.
5858 * sunrpc/rpcsvc/spray.x: Likewise.
5859 * sunrpc/rpcsvc/yppasswd.x: Likewise.
5860 * sunrpc/rtime.c: Likewise.
5861 * sunrpc/svc.c: Likewise.
5862 * sunrpc/svc_auth.c: Likewise.
5863 * sunrpc/svc_authux.c: Likewise.
5864 * sunrpc/svc_raw.c: Likewise.
5865 * sunrpc/svc_run.c: Likewise.
5866 * sunrpc/svc_simple.c: Likewise.
5867 * sunrpc/svc_tcp.c: Likewise.
5868 * sunrpc/svc_udp.c: Likewise.
5869 * sunrpc/svc_unix.c: Likewise.
5870 * sunrpc/svcauth_des.c: Likewise.
5871 * sunrpc/xcrypt.c: Likewise.
5872 * sunrpc/xdr.c: Likewise.
5873 * sunrpc/xdr_array.c: Likewise.
5874 * sunrpc/xdr_float.c: Likewise.
5875 * sunrpc/xdr_mem.c: Likewise.
5876 * sunrpc/xdr_rec.c: Likewise.
5877 * sunrpc/xdr_ref.c: Likewise.
5878 * sunrpc/xdr_sizeof.c: Likewise.
5879 * sunrpc/xdr_stdio.c: Likewise.
5880
9da4bb31
UD
5881 * sysdeps/x86_64/multiarch/strcmp.S: Fix two typos in strncasecmp
5882 handling.
5883
bdaa77bc
AS
58842010-08-19 Andreas Schwab <schwab@redhat.com>
5885
5886 * sysdeps/i386/i686/multiarch/strspn.S [!SHARED]: Fix SSE4.2 check.
5887
fe2f79db
LM
58882010-08-19 Luis Machado <luisgpm@br.ibm.com>
5889
5890 * sysdeps/powerpc/powerpc32/power7/memchr.S: New file.
5891 * sysdeps/powerpc/powerpc32/power7/memrchr.S: New file.
5892 * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: New file.
5893 * sysdeps/powerpc/powerpc32/power7/strchr.S: New file.
5894 * sysdeps/powerpc/powerpc32/power7/strchrnul.S: New file.
5895 * sysdeps/powerpc/powerpc32/power7/strlen.S: New file.
5896 * sysdeps/powerpc/powerpc32/power7/strnlen.S: New file.
5897 * sysdeps/powerpc/powerpc64/power7/memchr.S: New file.
5898 * sysdeps/powerpc/powerpc64/power7/memrchr.S: New file.
5899 * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: New file.
5900 * sysdeps/powerpc/powerpc64/power7/strchr.S: New file.
5901 * sysdeps/powerpc/powerpc64/power7/strchrnul.S: New file.
5902 * sysdeps/powerpc/powerpc64/power7/strlen.S: New file.
5903 * sysdeps/powerpc/powerpc64/power7/strnlen.S: New file.
5904
b9b42ee0
AB
59052010-07-26 Anton Blanchard <anton@samba.org>
5906
5907 * malloc/malloc.c (sYSTRIm): Replace divide and multiply with mask.
5908 * malloc/arena.c (heap_trim): Likewise.
5909
1c06ba31
UD
59102010-08-16 Ulrich Drepper <drepper@redhat.com>
5911
5912 * sysdeps/unix/sysv/linux/syscalls.list: Add entry for fanotify_init
5913 here. Not...
5914 * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: ...here...
5915 * sysdeps/unix/sysv/linux/i386/syscalls.list: ... orhere.
5916
f8392f40
L
59172010-08-12 H.J. Lu <hongjiu.lu@intel.com>
5918
5919 * sysdeps/i386/elf/Makefile: New file.
5920
3162f12e
AS
59212010-08-14 Andreas Schwab <schwab@linux-m68k.org>
5922
5923 * sysdeps/unix/sysv/linux/sys/fanotify.h: Remove third argument
5924 from fanotify_init.
5925 * sysdeps/unix/sysv/linux/i386/syscalls.list: Likewise.
5926 * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.
5927
28c90b2c
UD
59282010-08-15 Ulrich Drepper <drepper@redhat.com>
5929
5930 * sysdeps/x86_64/strcmp.S: Use correct register for fourth parameter
5931 of strncasecmp_l.
1feccb6c 5932 * sysdeps/multiarch/strcmp.S: Likewise.
28c90b2c 5933
ca6bb004
UD
59342010-08-14 Ulrich Drepper <drepper@redhat.com>
5935
e9f82e0d
UD
5936 * sysdeps/x86_64/Makefile [subdir=string] (sysdep_routines): Add
5937 strncase_l-nonascii.
5938 * sysdeps/x86_64/multiarch/Makefile [subdir=string] (sysdep_routines):
5939 Add strncase_l-ssse3.
5940 * sysdeps/x86_64/multiarch/strcmp.S: Prepare for use as strncasecmp.
5941 * sysdeps/x86_64/strcmp.S: Likewise.
5942 * sysdeps/x86_64/multiarch/strncase_l-ssse3.S: New file.
5943 * sysdeps/x86_64/multiarch/strncase_l.S: New file.
5944 * sysdeps/x86_64/strncase.S: New file.
5945 * sysdeps/x86_64/strncase_l-nonascii.c: New file.
5946 * sysdeps/x86_64/strncase_l.S: New file.
5947 * string/Makefile (strop-tests): Add strncasecmp.
5948 * string/test-strncasecmp.c: New file.
5949
5950 * sysdeps/x86_64/strcasecmp_l-nonascii.c: Add prototype to avoid
5951 warning.
5952
ca6bb004
UD
5953 * sysdeps/x86_64/strcmp.S: Move definition of NO_NOLOCALE_ALIAS to...
5954 * sysdeps/x86_64/multiarch/strcasecmp_l-ssse3.S: ... here.
5955
052fa7b3
AS
59562010-08-14 Andreas Schwab <schwab@linux-m68k.org>
5957
5958 * sysdeps/unix/sysv/linux/prlimit.c: Make it compile.
5959
962dba78
UD
59602010-08-12 Ulrich Drepper <drepper@redhat.com>
5961
5962 * sysdeps/unix/sysv/linux/bits/termios.h: Define EXTPROC.
5963 * sysdeps/unix/sysv/linux/powerpc/bits/termios.h: Likewise.
5964 * sysdeps/unix/sysv/linux/sparc/bits/termios.h: Likewise.
5965
bebff237
AM
59662010-05-01 Alan Modra <amodra@gmail.com>
5967
5968 * sysdeps/powerpc/powerpc32/power4/memcmp.S: Correct cfi for r24.
5969 * sysdeps/powerpc/powerpc64/bsd-_setjmp.S: Move contents..
5970 * sysdeps/powerpc/powerpc64/bsd-setjmp.S: ..and these too..
5971 * sysdeps/powerpc/powerpc64/setjmp.S: ..to here..
5972 * sysdeps/powerpc/powerpc64/setjmp-common.S: ..and here, with some
5973 tidying. Don't tail-call __sigjmp_save for static lib.
5974 * sysdeps/powerpc/powerpc64/sysdep.h (SAVE_ARG, REST_ARG): Correct
5975 save location.
5976 (CFI_SAVE_ARG, CFI_REST_ARG): New macros.
5977 (CALL_MCOUNT): Add eh info, and nop after bl.
5978 (TAIL_CALL_SYSCALL_ERROR): New macro.
5979 (PSEUDO_RET): Use it.
5980 * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve):
5981 Correct save location of integer regs and cr.
5982 (_dl_profile_resolve): Correct cr save location. Delete nops
5983 after bl when SHARED. Reduce cfi size a little by better
5984 placement of cfi directives.
5985 * sysdeps/powerpc/powerpc64/fpu/s_copysign.S (__copysign): Don't
5986 make a stack frame. Instead use parm save area as a temp.
5987 * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S (__brk): Don't
5988 make a stack frame. Use TAIL_CALL_SYSCALL_ERROR.
5989 * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (__clone):
5990 Don't make a stack frame for parent, use parm save area.
5991 Increase child stack frame to 112 bytes. Don't save unused reg,
5992 and adjust reg usage. Set up cfi on error recovery and
5993 epilogue of parent, and use TAIL_CALL_SYSCALL_ERROR, PSEUDO_RET.
5994 * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
5995 (__makecontext): Add dummy nop after jump to exit.
5996 * sysdeps/unix/sysv/linux/powerpc/powerpc64/socket.S (__socket):
5997 Use correct parm save area and cr save, reduce stack frame.
5998 Correct cfi for possible PSEUDO_RET frame setup.
5999 * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S (__vfork):
6000 Branch to local label emitted by PSEUDO_RET rather than
6001 __syscall_error.
6002
02637374
AS
60032010-08-12 Andreas Schwab <schwab@redhat.com>
6004
6005 [BZ #11904]
6006 * locale/programs/locale.c (print_assignment): New function.
6007 (show_locale_vars): Use it.
6008
c3e2f19b
UD
60092010-08-11 Ulrich Drepper <drepper@redhat.com>
6010
3cdaa6ad
UD
6011 * sysdeps/unix/sysv/linux/bits/statfs.h (struct statfs): Add f_flags
6012 field.
6013 (struct statfs64): Likewise.
6014 (_STATFS_F_FLAGS): Define.
6015 * sysdeps/unix/sysv/linux/s390/bits/statfs.h: Likewise.
6016 * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
6017 Don't define if __ASSUME_STATFS_F_FLAGS is defined.
6018 (ST_VALID): Define locally.
6019 (INTERNAL_STATVFS): If f_flags has ST_VALID set don't call
6020 __statvfs_getflags, use the provided value.
6021 * sysdeps/unix/sysv/linux/kernel-features.h: Define
6022 __ASSUME_STATFS_F_FLAGS.
6023
754f7da3
UD
6024 * sysdeps/unix/sysv/linux/sys/inotify.h (IN_EXCL_UNLINK): Define.
6025
10b3bedc
UD
6026 * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_headers):
6027 Add sys/fanotify.h.
6028 * sysdeps/unix/sysv/linux/Versions [libc]: Export fanotify_init and
6029 fanotify_mask for GLIBC_2.13.
6030 * sysdeps/unix/sysv/linux/i386/syscalls.list: Add entries for
6031 fanotify_init and fanotify_mark.
6032 * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.
6033 * sysdeps/unix/sysv/linux/sys/fanotify.h: New file.
6034
c08fb0d7
UD
6035 * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_routines):
6036 Add prlimit.
6037 * sysdeps/unix/sysv/linux/Versions [libc]: Export prlimit and
6038 prlimit64 for GLIBC_2.13.
6039 * sysdeps/unix/sysv/linux/bits/resource.h: Declare prlimit and
6040 prlimit64.
6041 * sysdeps/unix/sysv/linux/i386/syscalls.list: Add entry for prlimit64
6042 syscall.
6043 * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list: Likewise.
6044 * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Likewise.
6045 * sysdeps/unix/sysv/linux/sh/syscalls.list: Likewise.
6046 * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.lis: Likewise.
6047 * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise. Also
6048 add prlimit alias.
6049 * sysdeps/unix/sysv/linux/prlimit.c: New file.
6050
15bac72b
UD
6051 [BZ #11903]
6052 * sysdeps/generic/netinet/ip.h (IPTOS_CLASS): Fix definition.
6053 Patch by Evgeni Bikov <bikovevg@iitp.ru>.
6054
c3e2f19b
UD
6055 * nss/Makefile: Add rules to build and run tst-nss-test1.
6056 * shlib-versions: Add entry for libnss_test1.
6057 * nss/nss_test1.c: New file.
6058 * nss/tst-nss-test1.c: New file.
6059
6060 * nss/nsswitch.c (__nss_database_custom): Define new variable.
6061 (__nss_configure_lookup): Set appropriate entry in
6062 __nss_configure_lookup to true.
6063 * nss/nsswitch.h: Define enum with indeces of databases in
6064 databases and __nss_database_custom arrays. Declare
6065 __nss_database_custom.
6066 * grp/initgroups.c (internal_getgrouplist): Use __nss_database_custom
6067 to avoid using nscd when custom rules are installed.
6068 * nss/getXXbyYY_r.c: Likewise.
6069 * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
6070
6071 * nss/nss_files/files-parse.c: Whitespace fixes.
6072
f15ce4d8
UD
60732010-08-09 Ulrich Drepper <drepper@redhat.com>
6074
6075 [BZ #11883]
6076 * posix/fnmatch.c: Keep track of alloca use and fall back on malloc.
6077 * posix/fnmatch_loop.c: Likewise.
6078
d22e4cc9
AK
60792010-07-17 Andi Kleen <ak@linux.intel.com>
6080
6081 * sysdeps/i386/i386-mcount.S (__fentry__): Define.
6082 * sysdeps/x86_64/_mcount.S (__fentry__): Define.
6083 * stdlib/Versions (__fentry__): Add for GLIBC 2.13
6084 * Versions.def [GLIBC_2.13]: Add.
6085
805bc17d
UD
60862010-08-06 Ulrich Drepper <drepper@redhat.com>
6087
6088 * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid):
6089 Also fail if tpwd after pwuid call is NULL.
6090
5a42321d
ST
60912010-07-31 Samuel Thibault <samuel.thibault@ens-lyon.org>
6092
6093 * hurd/hurdselect.c (_hurd_select): Round timeout up instead of down
6094 when converting to ms.
6095
fd3ebeda
ST
60962010-06-06 Samuel Thibault <samuel.thibault@ens-lyon.org>
6097
6098 * sysdeps/mach/hurd/ttyname.c (ttyname): Replace MIG_BAD_ID and
6099 EOPNOTSUPP errors with ENOTTY.
6100 * sysdeps/mach/hurd/ttyname_r.c (__ttyname_r): Replace MIG_BAD_ID and
6101 EOPNOTSUPP errors with ENOTTY.
6102
73507d3a
UD
61032010-07-31 Ulrich Drepper <drepper@redhat.com>
6104
6105 * sysdeps/x86_64/multiarch/Makefile [subdir=string] (sysdep_routines):
6106 Add strcasecmp_l-ssse3.
6107 * sysdeps/x86_64/multiarch/strcmp.S: Add support to compile for
6108 strcasecmp.
6109 * sysdeps/x86_64/strcmp.S: Allow more flexible compiling of strcasecmp.
6110 * sysdeps/x86_64/multiarch/strcasecmp_l.S: New file.
6111 * sysdeps/x86_64/multiarch/strcasecmp_l-ssse3.S: New file.
6112
fe36dd02
UD
61132010-07-30 Ulrich Drepper <drepper@redhat.com>
6114
66f6765a
UD
6115 * sysdeps/x86_64/multiarch/strcmp.S: Pretty printing.
6116
42e08a54
UD
6117 * string/Makefile (strop-tests): Add strcasecmp.
6118 * sysdeps/x86_64/Makefile [subdir=string] (sysdep_routines): Add
6119 strcasecmp_l-nonascii.
6120 (gen-as-const-headers): Add locale-defines.sym.
6121 * sysdeps/x86_64/strcmp.S: Add support for strcasecmp implementation.
6122 * sysdeps/x86_64/strcasecmp.S: New file.
6123 * sysdeps/x86_64/strcasecmp_l.S: New file.
6124 * sysdeps/x86_64/strcasecmp_l-nonascii.c: New file.
6125 * sysdeps/x86_64/locale-defines.sym: New file.
6126 * string/test-strcasecmp.c: New file.
6127
fe36dd02
UD
6128 * string/test-strcasestr.c: Test both ends of the range of characters.
6129 * sysdeps/x86_64/multiarch/strstr.c: Fix UCHIGH definition.
6130
48cbc0d6
RM
61312010-07-29 Roland McGrath <roland@redhat.com>
6132
76e6d6bc 6133 [BZ #11856]
48cbc0d6
RM
6134 * manual/locale.texi (Yes-or-No Questions): Fix example code.
6135
880113d9
UD
61362010-07-27 Ulrich Drepper <drepper@redhat.com>
6137
6138 * sysdeps/x86_64/multiarch/strcmp-ssse3.S: Avoid compiling the file
6139 for ld.so.
6140
deb9cabb
AS
61412010-07-27 Andreas Schwab <schwab@redhat.com>
6142
6143 * manual/memory.texi (Malloc Tunable Parameters): Document
6144 M_PERTURB.
6145
1c7570ff
RM
61462010-07-26 Roland McGrath <roland@redhat.com>
6147
6148 [BZ #11840]
6149 * configure.in (-fgnu89-inline check): Set and substitute
6150 gnu89_inline, not libc_cv_gnu89_inline.
6151 * configure: Regenerated.
6152 * config.make.in (gnu89-inline-CFLAGS): Use @gnu89_inline@.
6153
24fb0f88
UD
61542010-07-26 Ulrich Drepper <drepper@redhat.com>
6155
6156 * string/test-strnlen.c: New file.
6157 * string/Makefile (strop-tests): Add strnlen.
6158 * string/tester.c (test_strnlen): Add a few more test cases.
6159 * string/tst-strlen.c: Better error reporting.
6160
6161 * sysdeps/x86_64/strnlen.S: New file.
6162
8e96b93a
UD
61632010-07-24 Ulrich Drepper <drepper@redhat.com>
6164
6165 * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu_tolower): Use
6166 lower-latency instructions.
6167
dbc676d4
UD
61682010-07-23 Ulrich Drepper <drepper@redhat.com>
6169
6170 * string/test-strcasestr.c: New file.
6171 * string/test-strstr.c: New file.
6172 * string/Makefile (strop-tests): Add strstr and strcasestr.
6173 * string/str-two-way.h: Don't undefine MAX.
6174 * string/strcasestr.c: Don't define alias if NO_ALIAS is defined.
6175
f6a31e0e
AS
61762010-07-21 Andreas Schwab <schwab@redhat.com>
6177
6178 * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
6179 strcasestr-nonascii.
6180 (CFLAGS-strcasestr-nonascii.c): Define.
6181 * sysdeps/i386/i686/multiarch/strcasestr-nonascii.c: New file.
6182 * sysdeps/x86_64/multiarch/strcasestr-nonascii.c (STRSTR_SSE42):
6183 Remove unused attribute.
6184
5dbc3b6c
RM
61852010-07-20 Roland McGrath <roland@redhat.com>
6186
6187 * elf/dl-sysdep.c (_dl_important_hwcaps): Add dsocaps mask to
6188 dl_hwcap_mask as well as dl_hwcap. Without this, dsocaps matching in
6189 ld.so.cache was broken. With it, there is no way to disable dsocaps
6190 like LD_HWCAP_MASK can disable hwcaps.
6191
23d101d8
EPM
61922010-06-02 Emilio Pozuelo Monfort <pochu27@gmail.com>
6193
6194 * sysdeps/mach/hurd/sendmsg.c (__libc_sendmsg): Fix memory leaks.
6195
cc9f2e47
UD
61962010-07-16 Ulrich Drepper <drepper@redhat.com>
6197
6198 * sysdeps/x86_64/multiarch/strstr.c: Rewrite to avoid indirect function
6199 call in strcasestr.
6200 * sysdeps/x86_64/multiarch/strcasestr.c: Declare
6201 __strcasestr_sse42_nonascii.
6202 * sysdeps/x86_64/multiarch/Makefile: Add rules to build
6203 strcasestr-nonascii.c.
6204 * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: New file.
6205
77c1b069
LM
62062010-06-15 Luis Machado <luisgpm@br.ibm.com>
6207
6208 * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: New file.
6209 * sysdeps/powerpc/powerpc32/power6/fpu/s_copysignf.S: New file.
6210 * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: New file.
6211 * sysdeps/powerpc/powerpc64/power6/fpu/s_copysignf.S: New file.
6212
440566c3
UD
62132010-07-09 Ulrich Drepper <drepper@redhat.com>
6214
6215 * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Use __fcntl not
6216 fcntl.
6217
5be9d05d
AS
62182010-07-06 Andreas Schwab <schwab@redhat.com>
6219
c30b7ee2 6220 [BZ #11577]
5be9d05d
AS
6221 * elf/dl-version.c (match_symbol): Don't pass NULL occation to
6222 dl_signal_cerror.
6223
8a492a67
UD
62242010-07-06 Ulrich Drepper <drepper@redhat.com>
6225
6226 * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Implement
6227 _PC_PIPE_BUF using F_GETPIPE_SZ.
6228
713df3d5
RM
62292010-07-05 Roland McGrath <roland@redhat.com>
6230
6231 * manual/arith.texi (Rounding Functions): Fix rint description
6232 implicit in round description.
6233
702e8f14
UD
62342010-07-02 Ulrich Drepper <drepper@redhat.com>
6235
6236 * elf/Makefile: Fix linking for a few tests to make recent linker
6237 happy.
6238
52ed8be9
AS
62392010-06-30 Andreas Schwab <schwab@redhat.com>
6240
6241 * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Readd
6242 $(common-objpfx)libc_nonshared.a.
6243
f47c9a11
LM
62442010-06-21 Luis Machado <luisgpm@br.ibm.com>
6245
6246 * sysdeps/powerpc/powerpc32/970/fpu/Implies: Remove.
6247 * sysdeps/powerpc/powerpc32/power5/fpu/Implies: Remove.
6248 * sysdeps/powerpc/powerpc32/power5+/fpu/Implies: Remove.
6249 * sysdeps/powerpc/powerpc32/power6x/fpu/Implies: Remove.
6250 * sysdeps/powerpc/powerpc64/970/fpu/Implies: Remove.
6251 * sysdeps/powerpc/powerpc64/power5/fpu/Implies: Remove.
6252 * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: Remove.
6253 * sysdeps/powerpc/powerpc64/power6x/fpu/Implies: Remove.
6254 * sysdeps/unix/sysv/linux/powerpc/powerpc32/970/fpu/Implies: Remove.
6255 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/fpu/Implies: Remove.
6256 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/fpu/Implies: Remove.
6257 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5+/fpu/Implies: Remove.
6258 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/fpu/Implies: Remove.
6259 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/fpu/Implies: Remove.
6260 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/fpu/Implies: Remove.
6261 * sysdeps/unix/sysv/linux/powerpc/powerpc64/970/fpu/Implies: Remove.
6262 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/fpu/Implies: Remove.
6263 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/fpu/Implies: Remove.
6264 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5+/fpu/Implies: Remove.
6265 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/fpu/Implies: Remove.
6266 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/fpu/Implies: Remove.
6267 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/fpu/Implies: Remove.
6268 * sysdeps/powerpc/powerpc32/970/Implies: Point to power4.
6269 * sysdeps/powerpc/powerpc32/power5/Implies: Point to power4.
6270 * sysdeps/powerpc/powerpc32/power5+/Implies: Point to power5.
6271 * sysdeps/powerpc/powerpc32/power6/Implies: Point to power5+.
6272 * sysdeps/powerpc/powerpc32/power6x/Implies: Point to power6.
6273 * sysdeps/powerpc/powerpc64/970/Implies: Point to power4.
6274 * sysdeps/powerpc/powerpc64/power5/Implies: Point to power4.
6275 * sysdeps/powerpc/powerpc64/power5+/Implies: Point to power5.
6276 * sysdeps/powerpc/powerpc64/power6/Implies: Point to power5+.
6277 * sysdeps/powerpc/powerpc64/power6x/Implies: Point to power6.
6278 * sysdeps/powerpc/powerpc32/power7/Implies: New file.
6279 * sysdeps/powerpc/powerpc64/power7/Implies: New file.
6280 * sysdeps/unix/sysv/linux/powerpc/powerpc32/970/Implies: New file.
6281 * sysdeps/unix/sysv/linux/powerpc/powerpc32/cell/Implies: New file.
6282 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/Implies: New file.
6283 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/Implies: New file.
6284 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/Implies: New file.
6285 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/Implies: New file.
6286 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/Implies: New file.
6287 * sysdeps/unix/sysv/linux/powerpc/powerpc64/970/Implies: New file.
6288 * sysdeps/unix/sysv/linux/powerpc/powerpc64/cell/Implies: New file.
6289 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/Implies: New file.
6290 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/Implies: New file.
6291 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/Implies: New file.
6292 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/Implies: New file.
6293 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/Implies: New file.
6294
6fb8cbcb
L
62952010-06-25 H.J. Lu <hongjiu.lu@intel.com>
6296
6297 * debug/memmove_chk.c (__memmove_chk): Renamed to ...
6298 (MEMMOVE_CHK): ...this. Default to __memmove_chk.
6299 * string/memmove.c (memmove): Renamed to ...
6300 (MEMMOVE): ...this. Default to memmove.
6301 * sysdeps/x86_64/memcpy.S: Use ENTRY_CHK and END_CHK.
6302 * sysdeps/x86_64/sysdep.h (ENTRY_CHK): Define.
6303 (END_CHK): Define.
6304 * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
6305 memcpy-ssse3 mempcpy-ssse3 memmove-ssse3 memcpy-ssse3-back
6306 mempcpy-ssse3-back memmove-ssse3-back.
6307 * sysdeps/x86_64/multiarch/bcopy.S: New file .
6308 * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: New file.
6309 * sysdeps/x86_64/multiarch/memcpy-ssse3.S: New file.
6310 * sysdeps/x86_64/multiarch/memcpy.S: New file.
6311 * sysdeps/x86_64/multiarch/memcpy_chk.S: New file.
6312 * sysdeps/x86_64/multiarch/memmove-ssse3-back.S: New file.
6313 * sysdeps/x86_64/multiarch/memmove-ssse3.S: New file.
6314 * sysdeps/x86_64/multiarch/memmove.c: New file.
6315 * sysdeps/x86_64/multiarch/memmove_chk.c: New file.
6316 * sysdeps/x86_64/multiarch/mempcpy-ssse3-back.S: New file.
6317 * sysdeps/x86_64/multiarch/mempcpy-ssse3.S: New file.
6318 * sysdeps/x86_64/multiarch/mempcpy.S: New file.
6319 * sysdeps/x86_64/multiarch/mempcpy_chk.S: New file.
6320 * sysdeps/x86_64/multiarch/init-arch.h (bit_Fast_Copy_Backward):
6321 Define.
6322 (index_Fast_Copy_Backward): Define.
6323 (HAS_ARCH_FEATURE): Define.
6324 (HAS_FAST_REP_STRING): Define.
6325 (HAS_FAST_COPY_BACKWARD): Define.
6326
4e733bac 63272010-06-21 Andreas Schwab <schwab@redhat.com>
e35fcef8
AS
6328
6329 * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid):
6330 Restore proper fallback handling.
6331
63c4ed22
UD
63322010-06-19 Ulrich Drepper <drepper@redhat.com>
6333
ac2b484c
UD
6334 [BZ #11701]
6335 * posix/group_member.c (__group_member): Correct checking loop.
6336
63c4ed22
UD
6337 * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid): Handle
6338 OOM in getpwuid_r correctly. Return error number when the caller
6339 should return, otherwise -1.
6340 (getlogin_r): Adjust to return also for result of __getlogin_r_loginuid
6341 call returning > 0 value.
6342 * sysdeps/unix/sysv/linux/getlogin.c (getlogin): Likewise.
6343
765ade4b
AS
63442010-06-07 Andreas Schwab <schwab@redhat.com>
6345
6346 * dlfcn/Makefile: Remove explicit dependencies on libc.so and
6347 libc_nonshared.a from targets in modules-names.
6348
80da2e09
KS
63492010-06-02 Kirill A. Shutemov <kirill@shutemov.name>
6350
6351 * elf/dl-reloc.c: Flush cache after solving TEXTRELs if arch
6352 requires it.
6353
158db122
LM
63542010-06-10 Luis Machado <luisgpm@br.ibm.com>
6355
6356 * sysdeps/powerpc/powerpc32/power7/memcmp.S: New file
6357 * sysdeps/powerpc/powerpc64/power7/memcmp.S: New file.
6358 * sysdeps/powerpc/powerpc32/power7/strncmp.S: New file.
6359 * sysdeps/powerpc/powerpc64/power7/strncmp.S: New file.
6360
caa78cf8
AS
63612010-06-02 Andreas Schwab <schwab@redhat.com>
6362
6363 * nis/nss_nis/nis-initgroups.c (get_uid): Properly resize buffer.
6364
b2ef2c01
UD
63652010-06-14 Ulrich Drepper <drepper@redhat.com>
6366
6367 * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Define F_SETPIPE_SZ
6368 and F_GETPIPE_SZ.
6369 * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
6370 * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
6371 * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
6372 * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
6373 * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
6374 * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise
6375
fbd643b6
RM
63762010-06-14 Roland McGrath <roland@redhat.com>
6377
6378 * manual/libc.texinfo (@copying): Change to GFDL v1.3.
6379
f32f2869
JJ
63802010-06-07 Jakub Jelinek <jakub@redhat.com>
6381
6382 * libio/stdio.h (sscanf, vsscanf): Use __REDIRECT_NTH instead of
6383 __REDIRECT followed by __THROW.
6384 * wcsmbs/wchar.h (swscanf, vswscanf): Likewise.
6385 * posix/getopt.h (getopt): Likewise.
6386
2a50c078
EPM
63872010-06-02 Emilio Pozuelo Monfort <pochu27@gmail.com>
6388
6389 * hurd/lookup-at.c (__file_name_lookup_at): Accept
6390 AT_SYMLINK_FOLLOW in AT_FLAGS. Fail with EINVAL if both
6391 AT_SYMLINK_FOLLOW and AT_SYMLINK_NOFOLLOW are present
6392 in AT_FLAGS.
6393 * hurd/hurd/fd.h (__file_name_lookup_at): Update comment.
6394 * sysdeps/mach/hurd/linkat.c (linkat): Pass O_NOLINK in FLAGS.
6395
eb5ad2eb
LM
63962010-05-28 Luis Machado <luisgpm@br.ibm.com>
6397
6398 * sysdeps/powerpc/powerpc32/power7/memcpy.S: Exchange srdi for srwi.
6399
3c88fe1e
L
64002010-05-26 H.J. Lu <hongjiu.lu@intel.com>
6401
6402 [BZ #11640]
6403 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
6404 Properly check family and model.
6405
d2f73151
TY
64062010-05-26 Takashi Yoshii <takashi.yoshii.zj@renesas.com>
6407
6408 * sysdeps/unix/sysv/linux/sh/sh4/register-dump.h: Fix iov[] size.
6409
ebd2e13d
LM
64102010-05-24 Luis Machado <luisgpm@br.ibm.com>
6411
6412 * sysdeps/powerpc/powerpc32/power7/memset.S: POWER7 32-bit memset fix.
6413
b32b8b45
UD
64142010-05-21 Ulrich Drepper <drepper@redhat.com>
6415
6416 * elf/dl-runtime.c (_dl_profile_fixup): Don't crash on unresolved weak
6417 symbol reference.
6418
9acbe24d
AS
64192010-05-19 Andreas Schwab <schwab@redhat.com>
6420
6421 * elf/dl-runtime.c (_dl_fixup): Don't crash on unresolved weak
6422 symbol reference.
6423
f0ccf6ea
AS
64242010-05-21 Andreas Schwab <schwab@redhat.com>
6425
3d04ff3a
AS
6426 * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Add recvmmsg
6427 and internal_recvmmsg.
6428 * sysdeps/unix/sysv/linux/recvmmsg.c: New file.
6429 * sysdeps/unix/sysv/linux/internal_recvmmsg.S: New file.
6430 * sysdeps/unix/sysv/linux/socketcall.h (SOCKOP_recvmmsg): Define.
6431 * sysdeps/unix/sysv/linux/syscalls.list (recvmmsg): Remove.
6432
f0ccf6ea
AS
6433 * sunrpc/clnt_tcp.c (clnttcp_control): Add missing break.
6434 * sunrpc/clnt_udp.c (clntudp_control): Likewise.
6435 * sunrpc/clnt_unix.c (clntunix_control): Likewise.
6436
5b08ac57
AS
64372010-05-20 Andreas Schwab <schwab@redhat.com>
6438
6439 * sysdeps/unix/sysv/linux/sys/timex.h: Use __REDIRECT_NTH.
6440
4828935d
LM
64412010-05-17 Luis Machado <luisgpm@br.ibm.com>
6442
6443 POWER7 optimizations.
6444 * sysdeps/powerpc/powerpc64/power7/memset.S: New file.
6445 * sysdeps/powerpc/powerpc32/power7/memset.S: New file.
6446
373d545e
UD
64472010-05-19 Ulrich Drepper <drepper@redhat.com>
6448
6449 * version.h: Update for 2.13 development version.
6450
21a2b1ae
AS
64512010-05-12 Andrew Stubbs <ams@codesourcery.com>
6452
6453 * sysdeps/sh/sh4/fpu/feholdexcpt.c (feholdexcept): Really disable all
6454 exceptions. Return 0.
6455
3f7dcb2b
RM
64562010-05-07 Roland McGrath <roland@redhat.com>
6457
6458 * elf/ldconfig.c (main): Add a const.
6459
5f24d53a 64602010-05-06 Ulrich Drepper <drepper@redhat.com>
70c9476e 6461
a160f8d8
UD
6462 * nss/getent.c (idn_flags): Default to AI_IDN|AI_CANONIDN.
6463 (args_options): Add no-idn option.
6464 (ahosts_keys_int): Add idn_flags to ai_flags.
6465 (parse_option): Handle 'i' option to clear idn_flags.
6466
5f24d53a
UD
6467 * malloc/malloc.c (_int_free): Possible race in the most recently
6468 added check. Only act on the data if no current modification
6469 happened.
265bb1ce
UD
6470
6471See ChangeLog.17 for earlier changes.