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