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