]> sourceware.org Git - glibc.git/blame - ChangeLog
Fix error messages in test.
[glibc.git] / ChangeLog
CommitLineData
fcabc0f8
UD
12011-05-13 Ulrich Drepper <drepper@gmail.com>
2
20030ae6
UD
3 * libio/tst_putwc.c: Fix error messages.
4
fcabc0f8
UD
5 [BZ #12724]
6 * libio/fileops.c (_IO_new_file_close_it): Always flush when
7 currently writing and seek to current position when not.
8 * libio/Makefile (tests): Add bug-fclose1.
9 * libio/bug-fclose1.c: New file.
10
320a5dc0
PB
112011-05-12 Ulrich Drepper <drepper@gmail.com>
12
13 [BZ #12511]
14 * elf/dl-lookup.c (enter): Don't test for copy relocation here and
15 don't set DF_1_NODELETE here.
16 (do_lookup_x): When entering new entry test for copy relocation
17 and if necessary set DF_1_NODELETE flag.
18 * elf/tst-unique4.cc: New file.
19 * elf/tst-unique4.h: New file.
20 * elf/tst-unique4lib.cc: New file.
21 * elf/Makefile: Add rules to build and run tst-unique4.
22 Patch by Piotr Bury <pbury@goahead.com>.
23
22836f52
UD
242011-05-11 Ulrich Drepper <drepper@gmail.com>
25
f574184a
UD
26 [BZ #12052]
27 * sysdeps/posix/spawni.c (__spawni): Fix sched_setscheduler call.
28
e1fb097f
UD
29 [BZ #12625]
30 * misc/mntent_r.c (addmntent): Flush the stream after the output
31
22836f52
UD
32 [BZ #12393]
33 * elf/dl-load.c (is_trusted_path): Remove unnecessary test.
34 (is_trusted_path_normalize): Skip initial colon. Append slash
35 to empty buffer. Duplicate is_trusted_path code but allow
36 constructed patch to be prefix.
37 (is_dst): Allow $ORIGIN followed by /.
38 (_dl_dst_substitute): Correct clearing of check_for_trusted.
39 Correct testing of result of is_trusted_path_normalize
40 (decompose_rpath): Fix warning.
41
7b3b0b2a
UD
422011-05-10 Ulrich Drepper <drepper@gmail.com>
43
44 [BZ #11257]
45 * grp/initgroups.c (internal_getgrouplist): When we found the service
46 list through the initgroups entry in nsswitch.conf do not always
47 continue on a successful lookup. Don't always use the
eac80ce2 48 __nss_group_database value if it is set.
7b3b0b2a
UD
49 * nss/nsswitch.conf (initgroups): Change action for successful db
50 lookup to continue for compatibility.
51
2a81eaa5
UD
522011-05-09 Ulrich Drepper <drepper@gmail.com>
53
be97a69e
UD
54 [BZ #11532]
55 * iconvdata/Makefile: Add rules to build CP770, CP771, CP772, CP773,
56 and CP774 modules.
57 * iconvdata/gconv-modules: Add entries for CP770, CP771, CP772, CP773,
58 and CP774 modules.
59 * iconvdata/tst-tables.sh: Likewise.
60 * iconvdata/cp770.c: New file.
61 * iconvdata/cp771.c: New file.
62 * iconvdata/cp772.c: New file.
63 * iconvdata/cp773.c: New file.
64 * iconvdata/cp774.c: New file.
65 * iconvdata/testdata/CP770: New file.
66 * iconvdata/testdata/CP770..UTF8: New file.
67 * iconvdata/testdata/CP771: New file.
68 * iconvdata/testdata/CP771..UTF8: New file.
69 * iconvdata/testdata/CP772: New file.
70 * iconvdata/testdata/CP772..UTF8: New file.
71 * iconvdata/testdata/CP773: New file.
72 * iconvdata/testdata/CP773..UTF8: New file.
73 * iconvdata/testdata/CP774: New file.
74 * iconvdata/testdata/CP774..UTF8: New file.
75
76 * iconvdata/gen-8bit-gap-1.sh: End reading of charmap file at
77 END CHARMAP line.
78 * iconvdata/gen-8bit-gap.sh: Likewise.
79 * iconvdata/gen-8bit.sh: Likewise.
80
c1e9e399
UD
81 * locale/iso-639.def: Add ary entry.
82
24c55fb3 83 [BZ #11258]
96b4b1b0
UD
84 * locale/C-translit.h.in: Add U20A1 transliteration.
85
bdc2f971
KB
86 [BZ #12178]
87 * locale/iso-639.def: Add wae entry.
88 Patch by Kevin Bortis <bortis@translate-wae.ch>.
89
2952b117
UD
90 [BZ #12545]
91 * locale/programs/localedef.c (construct_output_path): Use ssize_t
92 for n.
93
2a81eaa5
UD
94 [BZ #12711]
95 * locale/C-translit.h.in: Add entry for U20B9.
96 Patch by pravin.d.s@gmail.com.
97
28377d1b
UD
982011-05-08 Ulrich Drepper <drepper@gmail.com>
99
7fb90fb8
UD
100 [BZ #12713]
101 * sysdeps/unix/sysv/linux/getcwd.c: If getcwd syscall report
102 ENAMETOOLONG use generic getcwd.
6fb2dde3
UD
103 * sysdeps/posix/getcwd.c: Add support to use openat. Make usable
104 in rtld. Use *stat64.
7fb90fb8 105 * sysdeps/unix/sysv/linux/Makefile [subdir=elf] (sysdep-rtld-routines):
6fb2dde3 106 Add dl-getcwd, dl-openat64, dl-opendir, dl-fxstatat64.
7fb90fb8 107 * sysdeps/unix/sysv/linux/dl-getcwd.c: New file.
6fb2dde3
UD
108 * sysdeps/unix/sysv/linux/dl-openat64.c: New file.
109 * sysdeps/unix/sysv/linux/dl-opendir.c: New file.
110 * sysdeps/unix/sysv/linux/dl-fxstat64.c: New file.
111 * include/sys/stat.h: Define __fstatat, __lstat64, __fstat64, and
112 __fstatat64 macros.
7fb90fb8
UD
113 * include/dirent.h: Add libc_hidden_proto for rewinddir.
114 * dirent/rewinddir.c: Add libc_hidden_def.
115 * sysdeps/mach/hurd/rewinddir.c: Likewise.
6fb2dde3 116 * sysdeps/unix/rewinddir.c: Likewise. Don't do locking outside libc.
7fb90fb8 117
28377d1b
UD
118 * include/dirent.h (__alloc_dir): Add flags parameter.
119 * sysdeps/unix/fdopendir.c (__fdopendir): Pass flags to __alloc_dir.
120 * sysdeps/unix/opendir.c (__opendir): Pass 0 in new parameter to
121 __alloc_dir.
122 (__alloc_dir): Take new parameter. Don't call fcntl for invocations
123 from fdopendir if O_CLOEXEC is already set.
124
66bdbaa4
AM
1252011-03-15 Alan Modra <amodra@gmail.com>
126
127 * elf/dl-reloc.c (_dl_try_allocate_static_tls <TLS_DTV_AT_TP>): Handle
128 l_tls_firstbyte_offset non-zero. Save padding offset in
129 l_tls_firstbyte_offset for later use.
130 * elf/dl-close.c (_dl_close_worker <TLS_DTV_AT_TP>): Correct code
131 freeing static tls block.
132
95721191
JN
1332011-03-05 Jonathan Nieder <jrnieder@gmail.com>
134
135 * sysdeps/unix/sysv/linux/sys/param.h: Fix an #ifndef __undef_ARG_MAX
136 where #ifdef was intended. The intent is to prevent ARG_MAX from
137 being defined by the kernel headers.
138
f87dfb1f
UD
1392011-05-07 Ulrich Drepper <drepper@gmail.com>
140
141 [BZ #12734]
142 * resolv/resolv.h: Define RES_NOTLDQUERY.
143 * resolv/res_init.c (res_setoptions): Recognize no_tld_query and
144 no-tld-query and set RES_NOTLDQUERY.
145 * resolv/res_debug.c (p_option): Handle RES_NOTLDQUERY.
146 * resolv/res_query.c (__libc_res_nsearch): Backport changes from
147 modern BIND to search name as TLD unless forbidden.
148
47c3cd7a
UD
1492011-05-07 Petr Baudis <pasky@suse.cz>
150 Ulrich Drepper <drepper@gmail.com>
151
152 [BZ #12393]
153 * elf/dl-load.c (fillin_rpath): Move trusted path check...
154 (is_trusted_path): ...to here.
c1e9ea35 155 (is_trusted_path_normalize): Wrapper for /../ and /./ normalization.
47c3cd7a 156 (_dl_dst_substitute): Verify expanded $ORIGIN path elements
c1e9ea35 157 using is_trusted_path_normalize() in setuid scripts.
47c3cd7a 158
8a35c912
PP
1592011-05-06 Paul Pluzhnikov <ppluzhnikov@google.com>
160
161 * sysdeps/unix/sysv/linux/sys/sysmacros.h: Add missing
162 __BEGIN/__END_DECLS.
163
acd41f47
UD
1642011-05-06 Ulrich Drepper <drepper@gmail.com>
165
166 * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Return
167 NSS_STATUS_NOTFOUND if no record was found.
168
597df647
AS
1692011-05-05 Andreas Schwab <schwab@redhat.com>
170
171 * sunrpc/Makefile (headers): Add rpc/netdb.h.
172 (headers-not-in-tirpc): Remove rpc/netdb.h
173 * resolv/netdb.h: Revert last change.
174
b9af1301
PP
1752011-05-05 Paul Pluzhnikov <ppluzhnikov@google.com>
176
177 * Makeconfig (link-libc-static): Use --{start,end}-group to handle
178 circular dependency between libgcc.a and libc.a.
179
4e34d5f5
AS
1802011-05-05 Andreas Schwab <schwab@redhat.com>
181
182 * resolv/netdb.h: Don't include <rpc/netdb.h>.
183 * nis/Makefile: Don't install rpcsvc/*.
184 * inet/protocols/timed.h: Include <sys/types.h> and <sys/time.h>
185 instead of <rpc/types.h>.
186 (MAXHOSTNAMELEN): Define.
187
00ee369c
AS
1882011-05-03 Andreas Schwab <schwab@redhat.com>
189
190 * elf/ldconfig.c (add_dir): Don't crash on empty path.
191
0b592a30
MB
1922011-04-28 Maciej Babinski <mbabinski@google.com>
193
194 [BZ #12714]
195 * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't bypass
196 gethostbyname4_r when IPv6 results are possible.
197
6e04cbbe
UD
1982011-05-02 Ulrich Drepper <drepper@gmail.com>
199
200 [BZ #12723]
201 * sysdeps/unix/sysv/linux/pathconf.c (__pathconf): Implement
202 _PC_PIPE_BUF handling.
203
e4ecafe0
BH
2042011-04-30 Bruno Haible <bruno@clisp.org>
205
206 [BZ #12717]
207 * conform/data/netdb.h-data (getnameinfo): Make POSIX compliant.
208 * resolv/netdb.h (getnameinfo): Change type of flags parameter
209 to 'int'.
210 * inet/getnameinfo.c (getnameinfo): Likewise.
211
125ee683
UD
2122011-04-29 Ulrich Drepper <drepper@gmail.com>
213
214 * grp/initgroups.c (internal_getgrouplist): Prefer initgroups setting
215 to groups setting in database lookup.
216 * nss/nsswitch.conf: Add initgroups entry.
217
b722481a
EB
2182011-04-22 Ulrich Drepper <drepper@gmail.com>
219
220 [BZ #12685]
221 * libio/fileops.c (_IO_new_file_fopen): Scan up to 7 bytes of the
222 mode string.
223 Patch by Eric Blake <eblake@redhat.com>.
224
4df46dbd
L
2252011-04-20 H.J. Lu <hongjiu.lu@intel.com>
226
227 * sunrpc/Makefile (need-export-routines): Add svc_run.
228 (routines): Remove svc_run.
229 ($(objpfx)thrsvc): Add $(common-objpfx)linkobj/libc.so.
230 * sunrpc/clnt_perr.c (clnt_perrno): Export.
231 * sunrpc/svc_run.c (svc_run): Likewise.
232 * sunrpc/svc_udp.c (svcudp_create): Likewise.
233
e84142d2
UD
2342011-04-21 Ulrich Drepper <drepper@gmail.com>
235
236 * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Fix
237 problem in reallocation in last patch.
238
877175d8
UD
2392011-04-20 Ulrich Drepper <drepper@gmail.com>
240
241 * sunrpc/Makefile: Move inclusion of Rules.
242
ab8eed78
UD
2432011-04-19 Ulrich Drepper <drepper@gmail.com>
244
245 * nss/nss_files/files-initgroups.c: New file.
246 * nss/Makefile (libnss_files-routines): Add files-initgroups.
247 * nss/Versions (libnss_files) [GLIBC_PRIVATE]: Export
248 _nss_files_initgroups_dyn.
249
e3d8f584
RS
2502011-03-31 Richard Sandiford <richard.sandiford@linaro.org>
251
252 * elf/elf.h (R_ARM_IRELATIVE): Define.
253
af190f45
UD
2542011-04-19 Ulrich Drepper <drepper@gmail.com>
255
256 * po/ru.po: Update from translation team.
257
53cf59ef
UD
2582011-04-17 Ulrich Drepper <drepper@gmail.com>
259
260 * sunrpc/Makefile ($(rpc-compat-routines.os)): Add before-compile to
261 dependencies.
262
4c559bcd
MF
2632011-02-06 Mike Frysinger <vapier@gentoo.org>
264
265 [BZ #12653]
266 * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Only protect
267 MEMCPY_CHK with USE_AS_BCOPY ifdef check.
268 * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
269 * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
270 * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
271
4420675c
AS
2722011-03-28 Andreas Schwab <schwab@linux-m68k.org>
273
274 * sysdeps/powerpc/powerpc32/power4/strncmp.S: Don't read past
275 differing bytes.
276 * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
277 * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
278 * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
279
75ea32ab
UD
2802011-04-17 Ulrich Drepper <drepper@gmail.com>
281
282 [BZ #12420]
283 * sysdeps/unix/sysv/linux/x86_64/getcontext.S: Reload context after
284 storing it.
285 * stdlib/bug-getcontext.c: New file.
286 * stdlib/Makefile: Add rules to build and run bug-getcontext.
287
27390476
AK
2882011-04-13 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
289
290 * sysdeps/s390/s390-64/utf16-utf32-z9.c: Wrap the z9-109
291 instructions into .machine "z9-109".
292 * sysdeps/s390/s390-64/utf8-utf16-z9.c: Likewise.
293 * sysdeps/s390/s390-64/utf8-utf32-z9.c: Likewise.
294
10442705
AK
2952011-04-11 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
296
297 * sysdeps/s390/s390-32/elf/start.S (_start): Skip extra zeroes
298 between environment variables and auxiliary vector.
299
7b57bfe5
UD
3002011-04-16 Ulrich Drepper <drepper@gmail.com>
301
302 * Makefile: Add rules to build linkobj/libc.so.
303 * include/libc-symbols.h: Define libc_hidden_nolink.
304 * include/rpc/auth.h: Mark functions which are to be hidden.
305 * include/rpc/auth_des.h: Likewise.
306 * include/rpc/auth_unix.h: Likewise.
307 * include/rpc/clnt.h: Likewise.
308 * include/rpc/des_crypt.h: Likewise.
309 * include/rpc/key_prot.h: Likewise.
310 * include/rpc/pmap_clnt.h: Likewise.
311 * include/rpc/pmap_prot.h: Likewise.
312 * include/rpc/pmap_rmt.h: Likewise.
313 * include/rpc/rpc_msg.h: Likewise.
314 * include/rpc/svc.h: Likewise.
315 * include/rpc/svc_auth.h: Likewise.
316 * include/rpc/xdr.h: Likewise.
317 * nis/Makefile: Link all DSOs against linkobj/libc.so.
318 * nss/Makefile: Likewise.
319 * sunrpc/Makefile: Don't install headers. Build library with normal
320 entry points. Don't build rpcinfo. Link RPC tests appropriately.
321 * sunrpc/auth_des.c: Hide exported symbols by default, export some
322 for the compat linking library. Remove use of INTDEF/INTUSE.
323 * sunrpc/auth_none.c: Likewise.
324 * sunrpc/auth_unix.c: Likewise.
325 * sunrpc/authdes_prot.c: Likewise.
326 * sunrpc/authuxprot.c: Likewise.
327 * sunrpc/clnt_gen.c: Likewise.
328 * sunrpc/clnt_perr.c: Likewise.
329 * sunrpc/clnt_raw.c: Likewise.
330 * sunrpc/clnt_simp.c: Likewise.
331 * sunrpc/clnt_tcp.c: Likewise.
332 * sunrpc/clnt_udp.c: Likewise.
333 * sunrpc/clnt_unix.c: Likewise.
334 * sunrpc/des_crypt.c: Likewise.
335 * sunrpc/des_soft.c: Likewise.
336 * sunrpc/get_myaddr.c: Likewise.
337 * sunrpc/key_call.c: Likewise.
338 * sunrpc/key_prot.c: Likewise.
339 * sunrpc/netname.c: Likewise.
340 * sunrpc/pm_getmaps.c: Likewise.
341 * sunrpc/pm_getport.c: Likewise.
342 * sunrpc/pmap_clnt.c: Likewise.
343 * sunrpc/pmap_prot.c: Likewise.
344 * sunrpc/pmap_prot2.c: Likewise.
345 * sunrpc/pmap_rmt.c: Likewise.
346 * sunrpc/publickey.c: Likewise.
347 * sunrpc/rpc_cmsg.c: Likewise.
348 * sunrpc/rpc_common.c: Likewise.
349 * sunrpc/rpc_dtable.c: Likewise.
350 * sunrpc/rpc_prot.c: Likewise.
351 * sunrpc/rpc_thread.c: Likewise.
352 * sunrpc/rtime.c: Likewise.
353 * sunrpc/svc.c: Likewise.
354 * sunrpc/svc_auth.c: Likewise.
355 * sunrpc/svc_authux.c: Likewise.
356 * sunrpc/svc_raw.c: Likewise.
357 * sunrpc/svc_run.c: Likewise.
358 * sunrpc/svc_simple.c: Likewise.
359 * sunrpc/svc_tcp.c: Likewise.
360 * sunrpc/svc_udp.c: Likewise.
361 * sunrpc/svc_unix.c: Likewise.
362 * sunrpc/svcauth_des.c: Likewise.
363 * sunrpc/xcrypt.c: Likewise.
364 * sunrpc/xdr.c: Likewise.
365 * sunrpc/xdr_array.c: Likewise.
366 * sunrpc/xdr_float.c: Likewise.
367 * sunrpc/xdr_intXX_t.c: Likewise.
368 * sunrpc/xdr_mem.c: Likewise.
369 * sunrpc/xdr_rec.c: Likewise.
370 * sunrpc/xdr_ref.c: Likewise.
371 * sunrpc/xdr_sizeof.c: Likewise.
372 * sunrpc/xdr_stdio.c: Likewise.
373
e6c61494
UD
3742011-04-10 Ulrich Drepper <drepper@gmail.com>
375
376 [BZ #12650]
377 * sysdeps/i386/dl-tls.h: Define TLS_DTV_UNALLOCATED.
378 * sysdeps/ia64/dl-tls.h: Likewise.
379 * sysdeps/powerpc/dl-tls.h: Likewise.
380 * sysdeps/s390/dl-tls.h: Likewise.
381 * sysdeps/sh/dl-tls.h: Likewise.
382 * sysdeps/sparc/dl-tls.h: Likewise.
383 * sysdeps/x86_64/dl-tls.h: Likewise.
384 * elf/dl-tls.c: Don't define TLS_DTV_UNALLOCATED here.
385
34fe483e
AS
3862011-03-14 Andreas Schwab <schwab@redhat.com>
387
388 * elf/dl-load.c (_dl_dst_substitute): When skipping the first
389 rpath element also skip the following colon.
390 (expand_dynamic_string_token): Add is_path parameter and pass
391 down to DL_DST_REQUIRED and _dl_dst_substitute.
392 (decompose_rpath): Call expand_dynamic_string_token with
393 non-zero is_path. Ignore empty rpaths.
394 (_dl_map_object_from_fd): Call expand_dynamic_string_token
395 with zero is_path.
396
f12a32e6
AS
3972011-04-08 Andreas Schwab <schwab@linux-m68k.org>
398
399 * sysdeps/unix/sysv/linux/powerpc/powerpc64/sync_file_range.c:
400 Make cancelable.
401
38a7d692
UD
4022011-04-09 Ulrich Drepper <drepper@gmail.com>
403
404 [BZ #12655]
405 * sysdeps/unix/sysv/linux/sys/syscall.h: Fix comment.
406 Patch by Filipe David Manana <fdmanana@apache.org>.
407
e451d22b
AS
4082011-04-07 Andreas Schwab <schwab@redhat.com>
409
410 * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S (CALL_FAIL):
411 Maintain aligned stack.
412 (CHECK_RSP): Remove unused macro.
413
dedc7c7b
UD
4142011-04-03 Ulrich Drepper <drepper@gmail.com>
415
416 * sysdeps/x86_64/cacheinfo.c (intel_02_known): Fix typo in table.
417 * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_02_known): Likewise.
418
94521213
UD
4192011-04-02 Ulrich Drepper <drepper@gmail.com>
420
421 * sysdeps/unix/sysv/linux/bits/time.h (CLOCK_BOOTTIME): Define.
422
8cb700c0 423 * include/features.h: Mention __USE_XOPEN2K8 in comment.
81489b2e 424
0354e355
L
4252011-03-26 H.J. Lu <hongjiu.lu@intel.com>
426
427 [BZ #12518]
428 * sysdeps/x86_64/Versions: Add memcpy to GLIBC_2.14.
429 * sysdeps/x86_64/memcpy.S: Provide GLIBC_2_14 memcpy.
430 * sysdeps/x86_64/memmove.c: New file.
431 * sysdeps/x86_64/multiarch/memcpy.S: Include <shlib-compat.h>.
432 (memcpy): Renamed to ...
433 (__new_memcpy): This.
434 (memcpy): Provide GLIBC_2_14 memcpy.
435 * sysdeps/x86_64/multiarch/memmove.c: Include <shlib-compat.h>.
436 (memcpy): Provide GLIBC_2_2_5 memcpy.
437
8593482f
UD
4382011-04-01 Ulrich Drepper <drepper@gmail.com>
439
440 [BZ #12631]
441 * wcsmbs/wchar.h: Make wcpcpy and wcpncpy visible for __USE_XOPEN2K8.
442
81a5726b
AS
4432011-03-30 Andreas Schwab <schwab@redhat.com>
444
445 * misc/syncfs.c: New file.
446 * misc/Makefile (routines): Add syncfs.
447 * posix/unistd.h: Declare syncfs.
448 * sysdeps/unix/syscalls.list: Add syncfs.
449
00e5419f
AS
4502011-04-01 Andreas Schwab <schwab@redhat.com>
451
452 * sysdeps/unix/sysv/linux/Versions: Rename open_by_handle to
453 open_by_handle_at.
454 * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
455 * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
456 * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
457 * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
458 * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
459 * sysdeps/unix/sysv/linux/syscalls.list: Likewise.
460 * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
461
748876bf
UD
4622011-04-01 Ulrich Drepper <drepper@gmail.com>
463
658e451d
UD
464 * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define O_PATH.
465 * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
466 * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
467 * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
468 * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
469 * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
470 * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
471
748876bf
UD
472 * io/Makefile: Compile fallocate.c, fallocate64.c, and
473 sync_file_range.c with -fexceptions.
474 * sysdeps/unix/sysv/linux/fallocate.c: Make cancelable.
475 * sysdeps/unix/sysv/linux/fallocate64.c: Likewise.
476 * sysdeps/unix/sysv/linux/i386/fallocate.c: Likewise.
477 * sysdeps/unix/sysv/linux/i386/fallocate64.c: Likewise.
478 * sysdeps/unix/sysv/linux/wordsize-64/fallocate.c: Likewise.
479 * sysdeps/unix/sysv/linux/sync_file_range.c: Likewise.
480 * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Mark
3167dad0
UD
481 sync_file_range as cancellation point
482 * sysdeps/unix/sysv/linux/i386/sync_file_range.c: New file. This is
483 now a wrapper around __call_sync_file_range with cancellation handling.
484 * sysdeps/unix/sysv/linux/i386/sync_file_range.S: Renamed to ...
485 * sysdeps/unix/sysv/linux/i386/call_sync_file_range.S: ...this. Change
486 function name to __call_sync_file_range.
487 * sysdeps/unix/sysv/linux/i386/Makefile [subdir=io] (sysdep_routines):
488 Add call_sync_file_range.
748876bf 489
6e63d5e1
AS
4902011-04-01 Andreas Schwab <schwab@redhat.com>
491
492 * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
748876bf 493 bits/timex.h.
6e63d5e1 494
46998f74
UD
4952011-04-01 Ulrich Drepper <drepper@gmail.com>
496
4c1423ed
UD
497 * iconv/iconv.h: Fix typo in comment.
498 * io/fcntl.h: Likewise.
499 * libio/stdio.h: Likewise.
500 * posix/spawn.h: Likewise.
501 * posix/unistd.h: Likewise.
502 * stdlib/stdlib.h: Likewise.
503 * time/time.h: Likewise.
504 * wcsmbs/wchar.h: Likewise.
505
158648c0
UD
506 * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14] (name_to_handle_at,
507 open_by_handle): Add.
508 * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define struct file_handle
509 and MAX_HANDLE_SZ. Declare name_to_handle_at and open_by_handle.
510 Augment a few comments.
511 * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
512 * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
513 * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
514 * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
515 * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
516 * sysdeps/unix/sysv/linux/syscalls.list: Add name_to_handle_at and
517 open_by_handle.
518
46998f74
UD
519 * io/fcntl.h (AT_EMPTY_PATH): Define.
520
83fe108b
UD
5212011-03-30 Ulrich Drepper <drepper@gmail.com>
522
523 * sysdeps/unix/sysv/linux/syscalls.list: Add clock_adjtime.
524 * sysdeps/unix/sysv/linux/bits/time.h: New file.
525 * sysdeps/unix/sysv/linux/sys/timex.h: Move struct timex definition
526 to...
527 * sysdeps/unix/sysv/linux/bits/timex.h: ...here. New file.
034c4e15
UD
528 * Versions.def: Add GLIBC_2.14.
529 * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14] (clock_adjtime):
530 Export.
83fe108b 531
bb242059
UD
5322011-03-22 Ulrich Drepper <drepper@gmail.com>
533
534 * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word): Increment
535 round counter.
536 * sysdeps/x86_64/cacheinfo.c (intel_check_word): Likewise.
537
c97a1282
L
5382011-03-20 H.J. Lu <hongjiu.lu@intel.com>
539
540 [BZ #12597]
541 * string/test-strncmp.c (do_page_test): New function.
542 (check2): Likewise.
543 (test_main): Call check2.
544 * sysdeps/x86_64/multiarch/strcmp.S: Properly cross page boundary.
545
2a115601
UD
5462011-03-20 Ulrich Drepper <drepper@gmail.com>
547
548 [BZ #12587]
549 * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word):
550 Handle cache information in CPU leaf 4.
551 * sysdeps/x86_64/cacheinfo.c (intel_check_word): Likewise.
552
8126d904
UD
5532011-03-18 Ulrich Drepper <drepper@gmail.com>
554
042c49c6 555 [BZ #12583]
8126d904
UD
556 * posix/fnmatch.c (fnmatch): Check size of pattern in wide
557 character representation.
558 Partly based on a patch by Tomas Hoger <thoger@redhat.com>.
559
ccfe366e
RA
5602011-03-16 Ryan S. Arnold <rsa@us.ibm.com>
561
562 * sysdeps/powerpc/powerpc32/power6/fpu/s_isnanf.S (isnanf): Fix
563 END(__isnan) to END(__isnanf) to match function entry point/label
564 EALIGN(__isnanf,...).
565
c6e13027
JJ
5662011-03-10 Jakub Jelinek <jakub@redhat.com>
567
568 * wcsmbs/wchar.h (wmemcmp): Remove __restrict qualifiers.
569
33f85a3f
UD
5702011-03-10 Ulrich Drepper <drepper@gmail.com>
571
028478fa
UD
572 [BZ #12510]
573 * elf/dl-lookup.c (do_lookup_x): For copy relocations of unique objects
574 copy from the symbol referenced in the relocation to initialize the
575 used variable.
576 Patch by Piotr Bury <pbury@goahead.com>.
577 * elf/Makefile: Add rules to build and tst-unique3.
578 * include/bits/dlfcn.h: Remove _dl_mcount_wrapper_check declaration.
579 * elf/tst-unique3.cc: New file.
580 * elf/tst-unique3.h: New file.
581 * elf/tst-unique3lib.cc: New file.
582 * elf/tst-unique3lib2.cc: New file.
583
33f85a3f
UD
584 * elf/Makefile: Don't run tst-execstack* tests of SELinux is enabled.
585
03592fc7
MF
5862011-03-10 Mike Frysinger <vapier@gentoo.org>
587
588 * sysdeps/sparc/sparc64/elf/configure.in (libc_cv_sparc64_tls): Add
589 $LDFLAGS and -nostdlib -nostartfiles to linking step. Change main
590 to _start.
03592fc7 591
6a5ee102
UD
5922011-03-06 Ulrich Drepper <drepper@gmail.com>
593
594 * elf/dl-load.c (_dl_map_object): If we are looking for the first
595 to-be-loaded object along a path to loader is ld.so.
596
7e4ba49c
HJ
5972011-03-02 Harsha Jagasia <harsha.jagasia@amd.com>
598 Ulrich Drepper <drepper@gmail.com>
599
600 * sysdeps/x86_64/memset.S: After aligning destination, code
601 branches to different locations depending on the value of
602 misalignment, when multiarch is enabled. Fix this.
603
6042011-03-02 Harsha Jagasia <harsha.jagasia@amd.com>
605
606 * sysdeps/x86_64/cacheinfo.c (init_cacheinfo):
607 Set _x86_64_preferred_memory_instruction for AMD processsors.
608 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
609 Set bit_Prefer_SSE_for_memop for AMD processors.
610
13a804de
UD
6112011-03-04 Ulrich Drepper <drepper@gmail.com>
612
613 * libio/fmemopen.c (fmemopen): Optimize a bit.
614
9d25c392
AS
6152011-03-03 Andreas Schwab <schwab@redhat.com>
616
617 * libio/fmemopen.c (fmemopen): Don't read past end of buffer.
618
a5543c6a
RM
6192011-03-03 Roland McGrath <roland@redhat.com>
620
621 * setjmp/bits/setjmp2.h: Canonicalize comment formatting.
622
012d35f7
DM
6232011-02-28 Aurelien Jarno <aurelien@aurel32.net>
624
7e4ba49c 625 * sysdeps/sparc/sparc64/multiarch/memset.S(__bzero): Call
012d35f7
DM
626 __bzero_ultra1 instead of __memset_ultra1.
627
4bff6e01
AS
6282011-02-23 Andreas Schwab <schwab@redhat.com>
629 Ulrich Drepper <drepper@gmail.com>
630
631 [BZ #12509]
632 * include/link.h (struct link_map): Add l_orig_initfini.
633 * elf/dl-load.c (_dl_map_object_from_fd): Free realname before
634 returning unsuccessfully.
635 * elf/dl-close.c (_dl_close_worker): If this is the last explicit
636 close of a file loaded at startup, restore the original l_initfini
637 list.
638 * elf/dl-deps.c (_dl_map_object_deps): Don't free old l_initfini
639 list, store the pointer.
640 * elf/Makefile ($(objpfx)noload-mem): New rule.
641 (noload-ENV): Define.
642 (tests): Add $(objpfx)noload-mem.
643 * elf/noload.c: Include <memcheck.h>.
644 (main): Call mtrace. Close all opened handles.
645
f2092faf
AS
6462011-02-17 Andreas Schwab <schwab@redhat.com>
647
648 [BZ #12454]
649 * elf/dl-deps.c (_dl_map_object_deps): Signal error early when
650 dependencies are missing.
651
6c8a2e88
ST
6522011-02-22 Samuel Thibault <samuel.thibault@ens-lyon.org>
653
f2092faf 654 Fix __if_freereq crash: Unlike the generic version which uses free,
6c8a2e88
ST
655 Hurd needs munmap.
656 * sysdeps/mach/hurd/ifreq.h: New file.
657
84a42118
PB
6582011-01-27 Petr Baudis <pasky@suse.cz>
659 Ulrich Drepper <drepper@gmail.com>
660
071f805e 661 [BZ 12445]#
84a42118
PB
662 * stdio-common/vfprintf.c (vfprintf): Pass correct newlen
663 to extend_alloca().
664 * stdio-common/bug23.c: New file.
665 * stdio-common/Makefile (tests): Add bug23.
666
e23fe25b
AS
6672010-09-28 Andreas Schwab <schwab@redhat.com>
668 Ulrich Drepper <drepper@gmail.com>
669
670 [BZ #12489]
671 * elf/rtld.c (dl_main): Move setting of GLRO(dl_init_all_dirs)
672 before performing relro protection. At old place add assertion
673 to make sure nothing changed.
674
d3f02e10
NS
6752011-02-17 Nathan Sidwell <nathan@codesourcery.com>
676 Glauber de Oliveira Costa <glommer@gmail.com>
677
678 * elf/elf.h: Add new ARM TLS relocs.
679
d55fd7a5
RA
6802011-02-16 Ryan S. Arnold <rsa@us.ibm.com>
681
682 * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h:
683 (INTERNAL_VSYSCALL_NCS INTERNAL_SYSCALL_NCS): Remove erroneous (int)
684 cast from r3.
685 * sysdeps/wordsize-64/Makefile: New file. Add tst-writev to
686 'tests' variable.
687 * sysdeps/wordsize-64/tst-writev.c: New file.
688
2206397e
RA
6892011-02-15 Ryan S. Arnold <rsa@us.ibm.com>
690
691 * sysdeps/powerpc/powerpc64/power7/Makefile: New file which adds
692 -mno-vsx to the CFLAGS-rtld.c variable to avoid using VSX registers and
693 insns in _dl_start to prevent a TOC reference before relocs are
694 resolved.
695
e9433893
UD
6962011-02-15 Ulrich Drepper <drepper@gmail.com>
697
698 [BZ #12469]
699 * Makeconfig: Remove RANLIB definition.
700 * Makerules: Don't use RANLIB.
701 * aclocal.m4: Remove ranlib test.
702 * configure.in: No need to check for ranlib.
703 * elf/rtld-Rules: Don't use RANLIB.
704
f75286c6
ST
7052011-02-16 Samuel Thibault <samuel.thibault@ens-lyon.org>
706
8e31c82d
ST
707 * sysdeps/mach/i386/sysdep.h: Add _MACH_I386_SYSDEP_H inclusion
708 protection macro.
709 * sysdeps/mach/i386/thread_state.h: Add _MACH_I386_THREAD_STATE_H
710 inclusion protection macro.
711
f75286c6
ST
712 * stdio-common/psiginfo.c (psiginfo): Check pinfo->si_signo against
713 SIGRTMIN and SIGRTMAX and print information in that case only when
714 SIGRTMIN is defined.
715
c1d0e639
JJ
7162011-02-11 Jakub Jelinek <jakub@redhat.com>
717
718 * stdio-common/printf-parsemb.c (__parse_one_specmb): Handle
719 arginfo fn returning -1.
720
721 * stdio-common/_i18n_number.h (_i18n_number_rewrite): Ensure decimal
722 and thousands string is zero terminated.
723
edf9294e
AS
7242011-02-03 Andreas Schwab <schwab@redhat.com>
725
726 * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Sync with
727 sysdeps/unix/sysv/linux/bits/socket.h.
728
2b7e92df
ST
7292011-01-30 Samuel Thibault <samuel.thibault@ens-lyon.org>
730
edf9294e
AS
731 * bits/sched.h (__CPU_ZERO, __CPU_SET, __CPU_CLR, __CPU_ISSET)
732 (__CPU_COUNT): Remove old macros.
733 (__CPU_ZERO_S, __CPU_SET_S, __CPU_CLR_S, __CPU_ISSET_S)
734 (__CPU_COUNT, __CPU_EQUAL_S, __CPU_OP_S, __CPU_ALLOC_SIZE)
735 (__CPU_ALLOC, __CPU_FREE): Add macros.
2b7e92df
ST
736 (__sched_cpualloc, __sched_cpufree): Add declarations.
737
a4c7ea7b
UD
7382011-02-05 Ulrich Drepper <drepper@gmail.com>
739
740 * nscd/nscd-client.h: Define MAX_TIMEOUT_VALUE.
741 (struct datahead): Reuse 32 bits of the alignment for a TTL field.
742 * nscd/aicache.c (addhstaiX): Return timeout of added value.
743 (readdhstai): Return value of addhstaiX call.
744 * nscd/grpcache.c (cache_addgr): Return timeout of added value.
745 (addgrbyX): Return value returned by cache_addgr.
746 (readdgrbyname): Return value returned by addgrbyX.
747 (readdgrbygid): Likewise.
748 * nscd/pwdcache.c (cache_addpw): Return timeout of added value.
749 (addpwbyX): Return value returned by cache_addpw.
750 (readdpwbyname): Return value returned by addhstbyX.
751 (readdpwbyuid): Likewise.
752 * nscd/servicescache.c (cache_addserv): Return timeout of added value.
753 (addservbyX): Return value returned by cache_addserv.
754 (readdservbyname): Return value returned by addservbyX:
755 (readdservbyport): Likewise.
756 * nscd/hstcache.c (cache_addhst): Return timeout of added value.
757 (addhstbyX): Return value returned by cache_addhst.
758 (readdhstbyname): Return value returned by addhstbyX.
759 (readdhstbyaddr): Likewise.
760 (readdhstbynamev6): Likewise.
761 (readdhstbyaddrv6): Likewise.
762 * nscd/initgrcache.c (addinitgroupsX): Return timeout of added value.
763 (readdinitgroups): Return value returned by addinitgroupsX.
764 * nscd/cache.c (readdfcts): Change return value of functions to time_t.
765 (prune_cache): Keep track of timeout value of re-added entries.
766 * nscd/connections.c (nscd_run_prune): Use MAX_TIMEOUT_VALUE.
767 * nscd/nscd.h: Adjust prototypes of readd* functions.
768
a0bf67cc
RM
7692011-02-04 Roland McGrath <roland@redhat.com>
770
771 * nis/nis_server.c (nis_servstate): Use the right name for 0.
772 (nis_stats): Likewise.
773 * nis/nis_modify.c (nis_modify): Likewise.
774 * nis/nis_remove.c (nis_remove): Likewise.
775 * nis/nis_add.c (nis_add): Likewise.
776
777 * elf/dl-object.c (_dl_new_object): Remove unused variable L.
778
779 * posix/fnmatch_loop.c: Add some consts.
780
781 * sysdeps/x86_64/multiarch/memset-x86-64.S: Add an #undef.
782
435b95eb
L
7832011-02-02 H.J. Lu <hongjiu.lu@intel.com>
784
785 [BZ #12460]
786 * config.make.in (config-cflags-novzeroupper): Define.
787 * configure.in: Substitute libc_cv_cc_novzeroupper.
788 * elf/Makefile (AVX-CFLAGS): Define.
789 (CFLAGS-tst-audit4.c): Replace -mavx with $(AVX-CFLAGS).
790 (CFLAGS-tst-auditmod4a.c): Likewise.
791 (CFLAGS-tst-auditmod4b.c): Likewise.
792 (CFLAGS-tst-auditmod6b.c): Likewise.
793 (CFLAGS-tst-auditmod6c.c): Likewise.
794 (CFLAGS-tst-auditmod7b.c): Likewise.
795 * sysdeps/i386/configure.in: Check -mno-vzeroupper.
796
8517b15e
UD
7972011-02-02 Ulrich Drepper <drepper@gmail.com>
798
799 * elf/dl-runtime.c (_dl_call_pltexit): Pass correct address of the
800 function to the callback.
801 Patch partly by Jiri Olsa <jolsa@redhat.com>.
802
10a656fe
AS
8032011-02-02 Andreas Schwab <schwab@redhat.com>
804
805 * shadow/sgetspent.c: Check return value of __sgetspent_r instead
806 of errno.
807
968dad0a
UD
8082011-01-19 Ulrich Drepper <drepper@gmail.com>
809
9f94d2ea 810 [BZ #11724]
968dad0a
UD
811 * elf/dl-deps.c (_dl_map_object_deps): Rewrite sorting determining order
812 of constructors.
813 * elf/dl-fini.c (_dl_sort_fini): Rewrite sorting determining order
814 of destructors.
815 (_dl_fini): Don't call _dl_sort_fini if there is only one object.
816
817 [BZ #11724]
818 * elf/Makefile: Add rules to build and run new test.
819 * elf/tst-initorder.c: New file.
820 * elf/tst-initorder.exp: New file.
821 * elf/tst-initordera1.c: New file.
822 * elf/tst-initordera2.c: New file.
823 * elf/tst-initordera3.c: New file.
824 * elf/tst-initordera4.c: New file.
825 * elf/tst-initorderb1.c: New file.
826 * elf/tst-initorderb2.c: New file.
827 * elf/tst-order-a1.c: New file.
828 * elf/tst-order-a2.c: New file.
829 * elf/tst-order-a3.c: New file.
830 * elf/tst-order-a4.c: New file.
831 * elf/tst-order-b1.c: New file.
832 * elf/tst-order-b2.c: New file.
833 * elf/tst-order-main.c: New file.
834 New test case by George Gensure <werkt0@gmail.com>.
835
86e92359
UD
8362010-10-01 Andreas Schwab <schwab@redhat.com>
837
838 * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't discard result of
839 decoding ACE if AI_CANONIDN.
840
5d5732b0
UD
8412011-01-18 Ulrich Drepper <drepper@gmail.com>
842
843 * elf/Makefile: Build IFUNC tests unless multi-arch = no.
844
a77e8cbc
UD
8452011-01-17 Ulrich Drepper <drepper@gmail.com>
846
6392473f
UD
847 * version.h (RELEASE): Bump for 2.13 release.
848 * include/features.h: (__GLIBC_MINOR__): Bump to 13.
849
620a0529
UD
850 * io/fcntl.h: Define AT_NO_AUTOMOUNT.
851
18ba70a5
UD
852 * sysdeps/unix/sysv/linux/i386/bits/mman.h: Define MADV_HUGEPAGE and
853 MADV_NOHUGEPAGE.
32465c3e
UD
854 * sysdeps/unix/sysv/linux/ia64/bits/mman.h: Likewise.
855 * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Likewise.
856 * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
857 * sysdeps/unix/sysv/linux/sh/bits/mman.h: Likewise.
858 * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
859 * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Likewise.
860
c0dafcf1
UD
861 * posix/getconf.c: Update copyright year.
862 * catgets/gencat.c: Likewise.
863 * csu/version.c: Likewise.
864 * debug/catchsegv.sh: Likewise.
865 * debug/xtrace.sh: Likewise.
866 * elf/ldconfig.c: Likewise.
867 * elf/ldd.bash.in: Likewise.
868 * elf/sprof.c (print_version): Likewise.
869 * iconv/iconv_prog.c: Likewise.
870 * iconv/iconvconfig.c: Likewise.
871 * locale/programs/locale.c: Likewise.
872 * locale/programs/localedef.c: Likewise.
873 * malloc/memusage.sh: Likewise.
874 * malloc/mtrace.pl: Likewise.
875 * nscd/nscd.c (print_version): Likewise.
876 * nss/getent.c: Likewise.
877
a77e8cbc
UD
878 * sysdeps/unix/sysv/linux/bits/socket.h: Define AF_CAIF, AF_ALG,
879 PF_CAIF, and PF_ALG.
880 * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
881
77e8bddf
AS
8822011-01-16 Andreas Schwab <schwab@linux-m68k.org>
883
1f20b93a
AS
884 * elf/Makefile (tlsmod17a-modules, tlsmod18a-modules): Define.
885 (modules-names): Use them.
886 (ifunc-test-modules, ifunc-pie-tests): Define.
887 (extra-test-objs): Add tlsmod17a-modules, tlsmod18a-modules,
888 tst-pie1, ifunc-test-modules and ifunc-pie-tests objects.
889 (test-extras): Likewise.
890 ($(patsubst %,$(objpfx)%.os,$(tlsmod17a-modules))): Use
891 $(compile-command.c).
892 ($(patsubst %,$(objpfx)%.os,$(tlsmod18a-modules))): Likewise.
893 (all-built-dso): Define.
894 (check-textrel.out, check-execstack.out): Depend on it.
895
77e8bddf
AS
896 * configure.in: Don't override --enable-multi-arch.
897
bc425b33
UD
8982011-01-15 Ulrich Drepper <drepper@gmail.com>
899
900 [BZ #6812]
901 * nscd/hstcache.c (tryagain): Define.
902 (cache_addhst): Return tryagain not notfound for temporary errors.
903 (addhstbyX): Also set h_errno to TRY_AGAIN when memory allocation
904 failed.
905
794c3ad3
UD
9062011-01-14 Ulrich Drepper <drepper@gmail.com>
907
70181fdd
UD
908 [BZ #10563]
909 * sysdeps/unix/sysv/linux/i386/setgroups.c: Use INLINE_SETXID_SYSCALL
910 to make the syscall.
911 * sysdeps/unix/sysv/linux/setgroups.c: New file.
912
794c3ad3
UD
913 [BZ #12378]
914 * posix/fnmatch_loop.c (FCT): When matching '[' keep track of beginning
915 and fall back to matching as normal character if the string ends before
916 the matching ']' is found. This is what POSIX requires.
917 * posix/testfnm.c: Adjust test result.
918 * posix/globtest.sh: Adjust test result. Add new test.
919 * posix/tst-fnmatch.input: Likewise.
920 * posix/tst-fnmatch2.c: Add new test.
921
68dc9497
AS
9222010-12-28 Andreas Schwab <schwab@linux-m68k.org>
923
924 * elf/Makefile (check-execstack): Revert last change. Depend on
925 check-execstack.h.
926 (check-execstack.h): New target.
927 (generated): Add check-execstack.h.
928 * elf/check-execstack.c: Include "check-execstack.h".
929 (main): Revert last change.
930 (handle_file): Return zero if GNU_STACK is absent and
931 DEFAULT_STACK_PERMS doesn't include PF_X.
932
451f001b
UD
9332011-01-13 Ulrich Drepper <drepper@gmail.com>
934
cfa28e56
UD
935 * sysdeps/posix/spawni.c (__spawni): Don't fail if close file action
936 in child fails because the descriptor is already closed.
8cf8ce17
UD
937 * include/sys/resource.h: Add libc_hidden_proto for getrlimit64.
938 * sysdeps/unix/sysv/linux/getrlimit64.c: Add libc_hidden_def.
939 * sysdeps/unix/sysv/linux/i386/getrlimit64.c: Likewise.
cfa28e56 940
1086d70d
UD
941 [BZ #12397]
942 * sysdeps/unix/sysv/linux/mkdirat.c (mkdirat): Fix handling of missing
943 syscall.
944
451f001b
UD
945 [BZ #10484]
946 * nss/nss_files/files-hosts.c (HOST_DB_LOOKUP): Handle overflows of
947 temporary buffer used to handle multi lookups locally.
a85b5cb4 948 * include/alloca.h: Add libc_hidden_proto for __libc_alloca_cutoff.
451f001b 949
08769175
UD
9502011-01-12 Ulrich Drepper <drepper@gmail.com>
951
952 * elf/dl-dst.h (DL_DST_REQUIRED): Allow l_origin to be NULL when
953 loader is ld.so.
954
5e49c52e
UD
9552011-01-10 Paul Pluzhnikov <ppluzhnikov@google.com>
956
957 * sysdeps/i386/Makefile: stdlib/cxa_finalize.c needs 16-byte stack
958 alignment for SSE2.
959
60522a5f
UD
9602011-01-12 Ulrich Drepper <drepper@gmail.com>
961
962 [BZ #12394]
963 * stdio-common/printf_fp.c (__printf_fp): Add more room for grouping
964 characters. When rounding increased number of integer digits recompute
965 number of groups.
966 * stdio-common/tst-grouping.c: New file.
967 * stdio-common/Makefile: Add rules to build and run tst-grouping.
968
f257bbd7
UD
9692011-01-09 Ulrich Drepper <drepper@gmail.com>
970
971 * sysdeps/i386/bits/select.h: Don't use asm code for __FD_SET,
972 __FD_CLR, and __FS_ISSET. gcc generates better code on its own.
973
974 * sysdeps/x86_64/bits/select.h: Mark value of __FD_SET and __FD_CLR as
975 void.
976 * bits/select.h: Likewise.
977
fa9c15cb
UD
9782011-01-08 Ulrich Drepper <drepper@gmail.com>
979
980 * po/ja.po: Update from translation team.
981
16c2895f
DM
9822011-01-04 David S. Miller <davem@sunset.davemloft.net>
983
984 [BZ #11155]
985 * sysdeps/unix/sysv/linux/sparc/sparc64/fxstat.c: Use i386's
986 implementation just like for lxstat, fxstatat, et al.
987
2543fef2
JM
9882010-12-27 Jim Meyering <meyering@redhat.com>
989
990 [BZ #12348]
991 * posix/regexec.c (build_trtable): Return failure indication upon
992 calloc failure. Otherwise, re_search_internal could infloop on OOM.
993
98727dbe
UD
9942010-12-25 Ulrich Drepper <drepper@gmail.com>
995
5bd6dc5c
UD
996 [BZ #12201]
997 * sysdeps/unix/sysv/linux/getrlimit64.c: New file.
998 * sysdeps/unix/sysv/linux/setrlimit64.c: New file.
999 * sysdeps/unix/sysv/linux/i386/getrlimit64.c: Use ../getrlimit64.c.
1000 * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_PRLIMIT64.
1001
97983464
UD
1002 [BZ #12207]
1003 * malloc/malloc.c (do_check_malloc_state): Use fastbin macro.
1004
98727dbe
UD
1005 [BZ #12204]
1006 * string/xpg-strerror.c (__xpg_strerror_r): Return error code, not -1.
1007 * sysdeps/mach/xpg-strerror.c (__xpg_strerror_r): Likewise.
1008
4a531bb0
L
10092010-12-15 H.J. Lu <hongjiu.lu@intel.com>
1010
1011 * config.h.in (NO_CTORS_DTORS_SECTIONS): Define.
1012 * configure.in: Define NO_CTORS_DTORS_SECTIONS if linker
1013 script has SORT_BY_INIT_PRIORITY.
1014 * elf/sofini.c: Remove `.ctors' and `.dtors' sections if
1015 NO_CTORS_DTORS_SECTIONS is defined.
1016 * elf/soinit.c: Likewise.
1017 * sysdeps/i386/init-first.c: Don't call __libc_global_ctors if
1018 NO_CTORS_DTORS_SECTIONS is defined.
1019 * sysdeps/mach/hurd/i386/init-first.c: Likewise.
1020 * sysdeps/mach/hurd/powerpc/init-first.c: Likewise.
1021 * sysdeps/sh/init-first.c: Likewise.
1022 * sysdeps/unix/sysv/linux/init-first.c: Likewise.
1023
07eb4b71
UD
10242010-12-24 Ulrich Drepper <drepper@gmail.com>
1025
1026 * stdio-common/vfprintf.c (vfprintf): If printf handlers are installed
1027 always use the slow path.
1028
30950a5f
RA
10292010-12-15 Ryan S. Arnold <rsa@us.ibm.com>
1030
1031 * elf/Makefile: (check-execstack): Replace $(native-compile) with a
1032 similar rule which adds the sysdep directories to the header search in
1033 order to pick up the correct platform stackinfo.h.
1034 * elf/check-execstack.c (main): Check DEFAULT_STACK_PERMS for PF_X and
1035 perform test if it is, otherwise return successfully without testing.
1036 * elf/dl-load.c (_dl_map_object_from_fd): Source stack_flags from
1037 DEFAULT_STACK_PERMS define in stackinfo.h.
1038 * elf/dl-support.c (_dl_stack_flags): Source from DEFAULT_STACK_PERMS
1039 defined in stackinfo.h.
1040 * elf/rtld.c (_dl_starting_up): Source ._dl_stack_flags from
1041 DEFAULT_STACK_PERMS defined in stackinfo.h.
1042 * sysdeps/i386/stackinfo.h: Define DEFAULT_STACK_PERMS with PF_X.
1043 * sysdeps/ia64/stackinfo.h: Likewise.
1044 * sysdeps/s390/stackinfo.h: Likewise.
1045 * sysdeps/sh/stackinfo.h: Likewise.
1046 * sysdeps/sparc/stackinfo.h: Likewise.
1047 * sysdeps/x86_64/stackinfo.h: Likewise.
1048 * sysdeps/powerpc/stackinfo.h: Define DEFAULT_STACK_PERMS without
1049 PF_X for powerpc64. Retain PF_X for powerpc32.
1050
db753e2c
UD
10512010-12-19 Ulrich Drepper <drepper@gmail.com>
1052
14b697f7
UD
1053 * sysdeps/unix/readdir_r.c (__READDIR_R): Compute reclen more
1054 accurately.
db753e2c
UD
1055 * sysdeps/unix/sysv/linux/wordsize-64/readdir_r.c: Define
1056 GETDENTS_64BIT_ALIGNED.
1057
28300719
UD
10582010-12-14 Ulrich Drepper <dreper@gmail.com>
1059
14b697f7 1060 * sysdeps/i386/i686/multiarch/strcmp.S: Undo accidental checkin.
28300719 1061
4f197237
AS
10622010-12-10 Andreas Schwab <schwab@redhat.com>
1063
dbb0472f
AS
1064 * wcsmbs/wchar.h (wcpcpy, wcpncpy): Only declare under
1065 _GNU_SOURCE.
1066
4f197237
AS
1067 * wcsmbs/wchar.h (wcpcpy, wcpncpy): Add __restrict.
1068 * wcsmbs/bits/wchar2.h (__wmemmove_chk_warn, wmemmove, wmemset):
1069 Remove __restrict.
1070 (wcscpy, __wcpcpy_chk, __wcpcpy_alias, wcpcpy, wcsncpy, wcpncpy)
1071 (wcscat, wcsncat, __wcrtomb_chk, wcrtomb): Add __restrict.
1072
fb88ac72
UD
10732010-12-09 Ulrich Drepper <drepper@gmail.com>
1074
1075 [BZ #11655]
1076 * stdlib/msort.c (qsort_r): Make sure both phys_pages and pagesize
1077 are initialized.
1078
42acbb92
JJ
10792010-12-09 Jakub Jelinek <jakub@redhat.com>
1080
1081 * string/bits/string3.h (memmove, bcopy): Remove __restrict.
1082
c038d98d
UD
10832010-12-03 Ulrich Drepper <drepper@gmail.com>
1084
1085 * po/it.po: Update from translation team.
1086
3a4a2499
L
10872010-12-01 H.J. Lu <hongjiu.lu@intel.com>
1088
1089 * sysdeps/i386/i686/multiarch/strcmp-ssse3.S (STRCMP): Remove
1090 unused codes.
1091
1e24cf6e
UD
10922010-11-30 Ulrich Drepper <drepper@gmail.com>
1093
1094 * sysdeps/i386/fpu/libm-test-ulps: Relax ynf(10,0.75) test expectations.
1095
a7690819
AS
10962010-11-24 Andreas Schwab <schwab@redhat.com>
1097
1098 * resolv/nss_dns/dns-host.c (getanswer_r): Don't handle ttl == 0
1099 specially.
1100 (gaih_getanswer_slice): Likewise.
1101
3bf8d1b1
JJ
11022010-10-20 Jakub Jelinek <jakub@redhat.com>
1103
1104 * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Fix up inline asm.
1105
6db52fbb
PB
11062010-05-31 Petr Baudis <pasky@suse.cz>
1107
1108 [BZ #11149]
1109 * elf/ldconfig.c (main): Allow aux_cache_file open()ing to fail
1110 silently even in the chroot mode.
1111
eaca7569
UD
11122010-11-22 Ulrich Drepper <drepper@gmail.com>
1113
1114 * nis/nss_compat/compat-initgroups.c (internal_getgrent_r): Optimize
1115 last patch a bit. Pretty printing
1116
3056dcdb
UD
11172010-05-31 Petr Baudis <pasky@suse.cz>
1118
1119 [BZ #10085]
1120 * nis/nss_compat/compat-initgroups.c (internal_getgrent_r): Fix
1121 initialization of skip_initgroups_dyn.
1122
cf7c9078
UD
11232010-11-19 Ulrich Drepper <drepper@gmail.com>
1124
1125 * sysdeps/unix/sysv/linux/i386/bits/mman.h: Define MAP_HUGETLB.
1126 * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Likewise.
1127
a1fb5e3e
UD
11282010-11-16 Ulrich Drepper <drepper@gmail.com>
1129
1130 * sysdeps/unix/sysv/linux/sys/swap.h (SWAP_FLAG_DISCARD): Define.
1131
3540d66b
AS
11322010-11-11 Andreas Schwab <schwab@redhat.com>
1133
1134 * posix/fnmatch_loop.c (NEW_PATTERN): Fix use of alloca.
1135 * posix/Makefile (tests): Add $(objpfx)tst-fnmatch-mem.
1136 (tst-fnmatch-ENV): Set MALLOC_TRACE.
1137 ($(objpfx)tst-fnmatch-mem): New rule.
1138 (generated): Add tst-fnmatch-mem and tst-fnmatch.mtrace.
1139 * posix/tst-fnmatch.c (main): Call mtrace.
1140
13b69574
L
11412010-11-11 H.J. Lu <hongjiu.lu@intel.com>
1142
1143 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
1144 Support Intel processor model 6 and model 0x2c.
1145
da93d214
LM
11462010-11-10 Luis Machado <luisgpm@br.ibm.com>
1147
1148 * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c (__ieee754_sqrtl): Force
1149 signed comparison.
1150
8ca52c6e
L
11512010-11-09 H.J. Lu <hongjiu.lu@intel.com>
1152
1153 [BZ #12205]
1154 * string/test-strncasecmp.c (check_result): New function.
1155 (do_one_test): Use it.
1156 (check1): New function.
1157 (test_main): Use it.
1158 * sysdeps/i386/i686/multiarch/strcmp.S (nibble_ashr_use_sse4_2_exit):
1159 Support strcasecmp and strncasecmp.
1160
69da074d
UD
11612010-11-08 Ulrich Drepper <drepper@gmail.com>
1162
1163 [BZ #12194]
1164 * sysdeps/i386/bits/byteswap.h: Avoid warning in __bswap_16.
1165 * sysdeps/x86_64/bits/byteswap.h: Likewise.
1166
ff02d528
L
11672010-11-07 H.J. Lu <hongjiu.lu@intel.com>
1168
1169 * sysdeps/x86_64/memset.S: Check USE_MULTIARCH and USE_SSE2 for
1170 IFUNC support.
1171 * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
1172 memset-x86-64.
1173 * sysdeps/x86_64/multiarch/bzero.S: New file.
1174 * sysdeps/x86_64/multiarch/cacheinfo.c: New file.
1175 * sysdeps/x86_64/multiarch/memset-x86-64.S: New file.
1176 * sysdeps/x86_64/multiarch/memset.S: New file.
1177 * sysdeps/x86_64/multiarch/memset_chk.S: New file.
1178 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
1179 Set bit_Prefer_SSE_for_memop for Intel processors.
1180 * sysdeps/x86_64/multiarch/init-arch.h (bit_Prefer_SSE_for_memop):
1181 Define.
1182 (index_Prefer_SSE_for_memop): Define.
1183 (HAS_PREFER_SSE_FOR_MEMOP): Define.
1184
344d0b54
LM
11852010-11-04 Luis Machado <luisgpm@br.ibm.com>
1186
1187 * sysdeps/powerpc/powerpc32/power7/mempcpy.S: New file.
1188 * sysdeps/powerpc/powerpc64/power7/mempcpy.S: New file.
1189
c0dde15b
UD
11902010-11-03 H.J. Lu <hongjiu.lu@intel.com>
1191
1192 [BZ #12191]
1193 * sysdeps/i386/i686/cacheinfo.c (__x86_64_raw_data_cache_size): New.
1194 (__x86_64_raw_data_cache_size_half): Likewise.
1195 (__x86_64_raw_shared_cache_size): Likewise.
1196 (__x86_64_raw_shared_cache_size_half): Likewise.
1197
1198 * sysdeps/x86_64/cacheinfo.c (__x86_64_raw_data_cache_size): New.
1199 (__x86_64_raw_data_cache_size_half): Likewise.
1200 (__x86_64_raw_shared_cache_size): Likewise.
1201 (__x86_64_raw_shared_cache_size_half): Likewise.
1202 (init_cacheinfo): Set __x86_64_raw_data_cache_size,
1203 __x86_64_raw_data_cache_size_half, __x86_64_raw_shared_cache_size
1204 and __x86_64_raw_shared_cache_size_half. Round
1205 __x86_64_data_cache_size_half, __x86_64_data_cache_size
1206 __x86_64_shared_cache_size_half and __x86_64_shared_cache_size,
1207 to multiple of 256 bytes.
1208
0e516e0e
MS
12092010-11-03 Ulrich Drepper <drepper@gmail.com>
1210
1211 [BZ #12167]
1212 * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Recognize new mangling
1213 of inacessible symlinks. Verify result of symlink before returning it.
1214 * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r): Likewise.
1215 Patch mostly by Miklos Szeredi <miklos@szeredi.hu>.
1216
0e012e87
ER
12172010-10-28 Erich Ritz <erichritz@gmail.com>
1218
1219 * math/math.h (isinf): Fix typo in comment.
1220
de0ff7bc
UD
12212010-11-01 Ulrich Drepper <drepper@gmail.com>
1222
1223 * po/da.po: Update from translation team.
1224
fa41c84d
UD
12252010-10-26 Ulrich Drepper <drepper@gmail.com>
1226
1227 * elf/rtld.c (dl_main): Move assertion after the point where rtld map
1228 is added to the list.
1229
f0967738
AK
12302010-10-20 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
1231 Ulrich Drepper <drepper@gmail.com>
1232
1233 * elf/dl-object.c (_dl_new_object): Don't append the new object to
1234 the global list here. Move code to...
1235 (_dl_add_to_namespace_list): ...here. New function.
1236 * elf/rtld.c (dl_main): Invoke _dl_add_to_namespace_list.
1237 * sysdeps/generic/ldsodefs.h (_dl_add_to_namespace_list): Declare.
1238 * elf/dl-load.c (lose): Don't remove the element from the list.
1239 (_dl_map_object_from_fd): Invoke _dl_add_to_namespace_list.
1240 (_dl_map_object): Likewise.
1241
12422010-10-25 Ulrich Drepper <drepper@gmail.com>
dbf3a069
RL
1243
1244 [BZ #12159]
1245 * sysdeps/x86_64/multiarch/strchr.S: Fix propagation of search byte
1246 into all bytes of SSE register.
1247 Patch by Richard Li <richardpku@gmail.com>.
1248
f0967738 12492010-10-24 Ulrich Drepper <drepper@gmail.com>
fdc0f374
UD
1250
1251 [BZ #12140]
1252 * malloc/malloc.c (_int_free): Fill correct number of bytes when
1253 perturbing.
1254
d0b9e94f
MB
12552010-10-20 Michael B. Brutman <brutman@us.ibm.com>
1256
1257 * sysdeps/powerpc/dl-procinfo.c: Add support for ppca2 platform
1258 * sysdeps/powerpc/dl-procinfo.h: Add support for ppca2 platform
1259 * sysdeps/powerpc/powerpc32/a2/memcpy.S: New file.
1260 * sysdeps/powerpc/powerpc64/a2/memcpy.S: Likewise.
1261 * sysdeps/unix/sysv/linux/powerpc/powerpc32/a2/Implies: New
1262 submachine.
1263 * sysdeps/unix/sysv/linux/powerpc/powerpc64/a2/Implies: Likewise.
1264
8e9f92e9
AS
12652010-10-22 Andreas Schwab <schwab@redhat.com>
1266
1267 * include/dlfcn.h (__RTLD_SECURE): Define.
1268 * elf/dl-load.c (_dl_map_object): Remove preloaded parameter. Use
1269 mode & __RTLD_SECURE instead.
1270 (open_path): Rename preloaded parameter to secure.
1271 * sysdeps/generic/ldsodefs.h (_dl_map_object): Adjust declaration.
1272 * elf/dl-open.c (dl_open_worker): Adjust call to _dl_map_object.
1273 * elf/dl-deps.c (openaux): Likewise.
1274 * elf/rtld.c (struct map_args): Remove is_preloaded.
1275 (map_doit): Don't use it.
1276 (dl_main): Likewise.
1277 (do_preload): Use __RTLD_SECURE instead of is_preloaded.
1278 (dlmopen_doit): Add __RTLD_SECURE to mode bits.
1279
bc96fbda
AS
12802010-09-09 Andreas Schwab <schwab@redhat.com>
1281
1282 * Makeconfig (sysd-rules-patterns): Add rtld-%:rtld-%.
1283 (sysd-rules-targets): Remove duplicates.
1284 * elf/rtld-Rules ($(objpfx)rtld-%.os): Add pattern rules with
1285 rtld-%.$o dependency.
1286
22cd1c9b
AS
12872010-10-18 Andreas Schwab <schwab@redhat.com>
1288
1289 * elf/dl-open.c (dl_open_worker): Don't expand DST here, let
1290 _dl_map_object do it.
1291
18edac48
UD
12922010-10-19 Ulrich Drepper <drepper@gmail.com>
1293
1294 * sysdeps/i386/bits/mathdef.h (FP_FAST_FMA): If the GCC 4.6 port has
1295 fast fma builtins, define the macros in the C99 standard.
1296 (FP_FAST_FMAF): Likewise.
1297 (FP_FAST_FMAL): Likewise.
1298 * sysdeps/x86_64/bits/mathdef.h: Likewise.
1299
1300 * bits/mathdef.h: Update copyright year.
1301 * sysdeps/powerpc/bits/mathdef.h: Likewise.
1302
d2050124
MM
13032010-10-19 Michael Meissner <meissner@linux.vnet.ibm.com>
1304
1305 * bits/mathdef.h (FP_FAST_FMA): If the GCC 4.6 port has fast fma
1306 builtins, define the macros in the C99 standard.
1307 (FP_FAST_FMAF): Likewise.
1308 (FP_FAST_FMAL): Likewise.
1309 * sysdeps/powerpc/bits/mathdef.h (FP_FAST_FMA): Define, ppc as
1310 multiply/add.
1311 (FP_FAST_FMAF): Likewise.
1312
475facd1
JJ
13132010-10-15 Jakub Jelinek <jakub@redhat.com>
1314
1315 [BZ #3268]
1316 * math/libm-test.inc (fma_test): Some new testcases.
1317 * sysdeps/ieee754/ldbl-128/s_fmal.c: New file.
1318 * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Fix fma with finite x and
1319 y and infinite z. Do multiplication by C already in long double.
1320 * sysdeps/ieee754/ldbl-96/s_fmal.c: New file.
1321 * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Fix fma with finite x and
1322 y and infinite z. Do bitwise or of inexact bit into u.d.
1323 * sysdeps/ieee754/ldbl-64-128/s_fmal.c: New file.
1324 * sysdeps/i386/fpu/s_fmaf.S: Removed.
1325 * sysdeps/i386/fpu/s_fma.S: Removed.
1326 * sysdeps/i386/fpu/s_fmal.S: Removed.
1327
7c08a05c
JJ
13282010-10-16 Jakub Jelinek <jakub@redhat.com>
1329
1330 [BZ #3268]
1331 * math/libm-test.inc (fma_test): Add IEEE quad long double fmal tests.
1332 * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Ensure a1 + u.d
1333 computation is not scheduled after fetestexcept. Fix value
1334 of minimum denormal long double.
1335
f3f7372d
JJ
13362010-10-14 Jakub Jelinek <jakub@redhat.com>
1337
1338 [BZ #3268]
1339 * math/libm-test.inc (fma_test): Add some more tests.
1340 * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Handle underflows
1341 correctly.
1342
14d43591
AS
13432010-10-15 Andreas Schwab <schwab@redhat.com>
1344
1345 * scripts/data/localplt-s390-linux-gnu.data: New file.
1346 * scripts/data/localplt-s390x-linux-gnu.data: New file.
1347
5e908464
JJ
13482010-10-13 Jakub Jelinek <jakub@redhat.com>
1349
1350 [BZ #3268]
1351 * math/libm-test.inc (fma_test): Some more fmaf and fma tests.
1352 * sysdeps/i386/i686/multiarch/s_fma.c: Include ldbl-96 version
1353 instead of dbl-64.
1354 * sysdeps/i386/fpu/bits/mathinline.h (fma, fmaf, fmal): Remove
1355 inlines.
1356 * sysdeps/ieee754/ldbl-96/s_fma.c: New file.
1357 * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Fix exponent adjustment
1358 if one of x and y is very large and the other is subnormal.
1359 * sysdeps/s390/fpu/s_fmaf.c: New file.
1360 * sysdeps/s390/fpu/s_fma.c: New file.
1361 * sysdeps/powerpc/fpu/s_fmaf.S: New file.
1362 * sysdeps/powerpc/fpu/s_fma.S: New file.
1363 * sysdeps/powerpc/powerpc32/fpu/s_fma.S: New file.
1364 * sysdeps/powerpc/powerpc64/fpu/s_fma.S: New file.
1365 * sysdeps/unix/sysv/linux/s390/fpu/s_fma.c: New file.
1366
13672010-10-12 Jakub Jelinek <jakub@redhat.com>
1368
1369 [BZ #3268]
1370 * math/libm-test.inc (fma_test): Add some more fmaf tests, add
1371 fma tests.
1372 * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Fix Inf/Nan check.
1373 * sysdeps/ieee754/dbl-64/s_fma.c: New file.
1374 * sysdeps/i386/i686/multiarch/s_fma.c: Include
1375 sysdeps/ieee754/dbl-64/s_fma.c instead of math/s_fma.c.
1376 * sysdeps/x86_64/multiarch/s_fma.c: Likewise.
1377 * sysdeps/ieee754/ldbl-opt/s_fma.c: Likewise.
1378 * sysdeps/ieee754/ldbl-128/s_fma.c: New file.
1379
b833d51f
UD
13802010-10-12 Ulrich Drepper <drepper@redhat.com>
1381
1382 [BZ #12078]
1383 * posix/regcomp.c (parse_branch): One more memory leak plugged.
1384 * posix/bug-regex31.input: Add test case.
1385
1751705d
UD
13862010-10-11 Ulrich Drepper <drepper@gmail.com>
1387
e9b9cbf5
UD
1388 * posix/bug-regex31.c: Rewrite to run multiple tests from stdin.
1389 * posix/bug-regex31.input: New file.
1390
1391 [BZ #12078]
1392 * posix/regcomp.c (parse_branch): Free memory when allocation failed.
1393 (parse_sub_exp): Fix last change, use postorder.
1394
ef06edbe
UD
1395 * posix/bug-regex31.c: New file.
1396 * posix/Makefile: Add rules to build and run bug-regex31.
1397
a129c80d
UD
1398 * posix/regcomp.c (parse_bracket_exp): Add missing re_free calls.
1399
1400 [BZ #12078]
1401 * posix/regcomp.c (parse_sub_exp): Free tree data when it is not used.
1402
b76b818e
UD
1403 [BZ #12108]
1404 * stdio-common/psiginfo.c (psiginfo): Don't expext SIGRTMIN..SIGRTMAX
1405 to have entries in sys_siglist.
1406
1751705d
UD
1407 [BZ #12093]
1408 * sysdeps/unix/sysv/linux/check_pf.c (__check_pf): ->ifa_addr might
1409 be NULL.
1410
9ff8d36f
JJ
14112010-10-07 Jakub Jelinek <jakub@redhat.com>
1412
1413 [BZ #3268]
1414 * math/libm-test.inc (fma_test): Add 2 fmaf tests.
1415 * sysdeps/ieee754/dbl-64/s_fmaf.c: New file.
1416 * sysdeps/i386/i686/multiarch/s_fmaf.c: Include
1417 sysdeps/ieee754/dbl-64/s_fmaf.c instead of math/s_fmaf.c.
1418 * sysdeps/x86_64/multiarch/s_fmaf.c: Likewise.
1419 * include/fenv.h (feupdateenv, fetestexcept): Add libm_hidden_proto.
1420 * math/feupdateenv.c (feupdateenv): Add libm_hidden_ver.
1421 * sysdeps/i386/fpu/feupdateenv.c (feupdateenv): Likewise.
1422 * sysdeps/powerpc/fpu/feupdateenv.c (feupdateenv): Likewise.
1423 * sysdeps/x86_64/fpu/feupdateenv.c (feupdateenv): Likewise.
1424 * sysdeps/sparc/fpu/feupdateenv.c (feupdateenv): Likewise.
1425 * sysdeps/ia64/fpu/feupdateenv.c (feupdateenv): Add libm_hidden_def.
1426 * sysdeps/s390/fpu/feupdateenv.c (feupdateenv): Likewise.
1427 * math/ftestexcept.c (fetestexcept): Likewise.
1428 * sysdeps/ia64/fpu/ftestexcept.c (fetestexcept): Likewise.
1429 * sysdeps/i386/fpu/ftestexcept.c (fetestexcept): Likewise.
1430 * sysdeps/s390/fpu/ftestexcept.c (fetestexcept): Likewise.
1431 * sysdeps/powerpc/fpu/ftestexcept.c (fetestexcept): Likewise.
1432 * sysdeps/x86_64/fpu/ftestexcept.c (fetestexcept): Likewise.
1433 * sysdeps/sparc/fpu/ftestexcept.c (fetestexcept): Likewise.
1434 * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
1435
af325969
UD
14362010-10-11 Ulrich Drepper <drepper@gmail.com>
1437
c579b202 1438 [BZ #12107]
af325969
UD
1439 * stdio-common/psiginfo.c (psiginfo): Terminate all strings with
1440 newline.
1441
67a67b95
UD
14422010-10-06 Ulrich Drepper <drepper@gmail.com>
1443
1444 * string/bug-strstr1.c: New file.
1445 * string/Makefile: Add rules to build and run bug-strstr1.
1446
5fb308bc
EB
14472010-10-05 Eric Blake <eblake@redhat.com>
1448
1449 [BZ #12092]
1450 * string/str-two-way.h (two_way_long_needle): Always clear memory
1451 when skipping input due to the shift table.
1452
45db99c7
UD
14532010-10-03 Ulrich Drepper <drepper@gmail.com>
1454
3b111893
UD
1455 [BZ #12005]
1456 * malloc/mcheck.c: Handle large requests.
1457
45db99c7
UD
1458 [BZ #12077]
1459 * sysdeps/x86_64/strcmp.S: Fix handling of remaining bytes in buffer
1460 for strncmp and strncasecmp.
1461 * string/stratcliff.c: Add tests for strcmp and strncmp.
1462 * wcsmbs/wcsatcliff.c: Adjust for stratcliff change.
1463
cf7a1eb8
NI
14642010-09-28 Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
1465
1466 * sysdeps/sh/sh4/fpu/fpu_control.h: Add 'extern "C"' protection to
1467 __set_fpscr.
1468
6484ba5e
AJ
14692010-09-30 Andreas Jaeger <aj@suse.de>
1470
1471 * sysdeps/unix/sysv/linux_fsinfo.h (BTRFS_SUPER_MAGIC): Define.
1472 (CGROUP_SUPER_MAGIC): Define.
1473 * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
1474 Handle btrfs and cgroup file systems.
1475 * sysdeps/unix/sysv/linux/pathconf.c (__statfs_filesize_max):
1476 Likewise.
1477
91c42559
LM
14782010-09-27 Luis Machado <luisgpm@br.ibm.com>
1479
1480 * sysdeps/powerpc/powerpc32/rtld-memset.c: New file.
1481 * sysdeps/powerpc/powerpc64/rtld-memset.c: New file.
1482
87a97932
AK
14832010-09-29 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
1484
1485 [BZ #12067]
1486 * sysdeps/s390/s390-32/elf/start.S: Fix address calculation when
1487 trying to locate the ELF header.
1488
c21cc9bc
AS
14892010-09-27 Andreas Schwab <schwab@redhat.com>
1490
1491 [BZ #11611]
1492 * sysdeps/unix/sysv/linux/internal_statvfs.c (INTERNAL_STATVFS):
1493 Mask out sign-bit copies when constructing f_fsid.
1494
315970f6
PB
14952010-09-24 Petr Baudis <pasky@suse.cz>
1496
1497 * debug/stack_chk_fail_local.c: Add missing licence exception.
1498 * debug/warning-nop.c: Likewise.
1499
1ac7a2c7
JM
15002010-09-15 Joseph Myers <joseph@codesourcery.com>
1501
1502 * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS): When
1503 implementing getdents64 using getdents syscall, set d_type if
1504 __ASSUME_GETDENTS32_D_TYPE.
1505
56801c50
AS
15062010-09-16 Andreas Schwab <schwab@redhat.com>
1507
1508 * elf/dl-close.c (free_slotinfo, free_mem): Move to...
1509 * elf/dl-libc.c (free_slotinfo, free_mem): ... here.
1510
dda51327
UD
15112010-09-21 Ulrich Drepper <drepper@redhat.com>
1512
1513 [BZ #12037]
1514 * posix/unistd.h: Undo change of feature selection for ftruncate from
1515 2010-01-11.
1516
8ffcee4a
UD
15172010-09-20 Ulrich Drepper <drepper@redhat.com>
1518
a545ecd9 1519 * sysdeps/x86_64/strcmp.S: Fix another typo in x86-64 strncasecmp limit
8ffcee4a
UD
1520 detection.
1521
e24f0a8b
AS
15222010-09-20 Andreas Schwab <schwab@redhat.com>
1523
1524 * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list: Add
1525 fanotify_mark.
1526 * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Likewise.
1527
7291c56f
AS
15282010-09-14 Andreas Schwab <schwab@redhat.com>
1529
1530 * sysdeps/s390/s390-32/__longjmp.c (__longjmp): Define register
1531 variables after CHECK_SP call.
1532 * sysdeps/s390/s390-64/__longjmp.c (__longjmp): Likewise.
1533
bc5fb037
AS
15342010-09-13 Andreas Schwab <schwab@redhat.com>
1535 Ulrich Drepper <drepper@redhat.com>
1536
1537 * elf/rtld.c (dl_main): Set GLRO(dl_init_all_dirs) just before
1538 re-relocationg ld.so.
1539 * elf/dl-support.c (_dl_non_dynamic_init): And here after the
1540 _dl_init_paths call.
1541 * elf/dl-load.c (_dl_init_paths). Don't set GLRO(dl_init_all_dirs)
1542 here anymore.
1543
e66e7419
UD
15442010-09-14 Ulrich Drepper <drepper@redhat.com>
1545
1546 * resolv/res_init.c (__res_vinit): Count the default server we added.
1547
c044aa75
CLT
15482010-09-08 Chung-Lin Tang <cltang@codesourcery.com>
1549 Ulrich Drepper <drepper@redhat.com>
1550
1551 [BZ #11968]
1552 * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S
1553 (____longjmp_chk): Use %ebx for saving value across system call.
1554 Add unwind info.
1555
32cf4069
AS
15562010-09-06 Andreas Schwab <schwab@redhat.com>
1557
1558 * manual/Makefile: Don't mix pattern rules with normal rules.
1559
817328ee
AS
15602010-09-05 Andreas Schwab <schwab@linux-m68k.org>
1561
1562 * debug/vdprintf_chk.c (__vdprintf_chk): Remove undefined
1563 operation.
1564 * libio/iofdopen.c (_IO_new_fdopen): Likewise.
1565 * libio/iofopncook.c (_IO_cookie_init): Likewise.
1566 * libio/iovdprintf.c (_IO_vdprintf): Likewise.
1567 * libio/oldiofdopen.c (_IO_old_fdopen): Likewise.
1568 * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
1569 Likewise.
1570
29fddf61
UD
15712010-09-04 Ulrich Drepper <drepper@redhat.com>
1572
1573 [BZ #11979]
1574 * iconvdata/gconv-modules: Remove EBCDIC-CP-AR2 alias from
1575 IBM-930, IBM-933, IBM-935, IBM-937, and IBM-939.
1576
0959ffc9
UD
15772010-09-02 Ulrich Drepper <drepper@redhat.com>
1578
1579 * sysdeps/x86_64/add_n.S: Update from GMP 5.0.1.
1580 * sysdeps/x86_64/addmul_1.S: Likewise.
1581 * sysdeps/x86_64/lshift.S: Likewise.
1582 * sysdeps/x86_64/mul_1.S: Likewise.
1583 * sysdeps/x86_64/rshift.S: Likewise.
1584 * sysdeps/x86_64/sub_n.S: Likewise.
1585 * sysdeps/x86_64/submul_1.S: Likewise.
1586
ece29840
ST
15872010-09-01 Samuel Thibault <samuel.thibault@ens-lyon.org>
1588
0959ffc9
UD
1589 This aligns bits/sched.h onto sysdeps/unix/sysv/linux/bits/sched.h:
1590 Define __sched_param instead of SCHED_* and sched_param when
ece29840 1591 <bits/sched.h> is included with __need_schedparam defined.
0959ffc9 1592 * bits/sched.h [__need_schedparam]
ece29840 1593 (SCHED_OTHER, SCHED_FIFO, SCHED_RR, sched_param): Do not define.
0959ffc9
UD
1594 [!__defined_schedparam && (__need_schedparam || _SCHED_H)]
1595 (__defined_schedparam): Define to 1.
ece29840
ST
1596 (__sched_param): New structure, identical to sched_param.
1597 (__need_schedparam): Undefine.
1598
e53a31fe
MF
15992010-08-31 Mike Frysinger <vapier@gentoo.org>
1600
fdc0c10d
MF
1601 * sysdeps/unix/sysv/linux/sparc/sys/epoll.h (epoll_create2): Delete.
1602 (epoll_create1): Declare.
1603
e53a31fe
MF
1604 * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Fix typo.
1605
a726d796
AS
16062010-08-31 Andreas Schwab <schwab@redhat.com>
1607
1608 [BZ #7066]
1609 * stdlib/strtod_l.c (____STRTOF_INTERNAL): Fix array overflow when
1610 shifting retval into place.
1611
2f3e3dc7
UD
16122010-09-01 Ulrich Drepper <drepper@redhat.com>
1613
f2933da9
UD
1614 * nis/rpcsvc/nis.h: Update copyright notice.
1615 * nis/rpcsvc/nis.x: Likewise.
1616 * nis/rpcsvc/nis_callback.h: Likewise.
1617 * nis/rpcsvc/nis_callback.x: Likewise.
1618 * nis/rpcsvc/nis_object.x: Likewise.
1619 * nis/rpcsvc/nis_tags.h: Likewise.
1620 * nis/rpcsvc/yp.h: Likewise.
1621 * nis/rpcsvc/yp.x: Likewise.
1622 * nis/rpcsvc/ypupd.h: Likewise.
1623 * nis/yp_xdr.c: Likewise.
1624 * nis/ypupdate_xdr.c: Likewise.
1625
2f3e3dc7
UD
1626 * sunrpc/pm_getport.c (__libc_rpc_getport): New function. This is
1627 mainly the body of pmap_getport. Add parameters to specify timeouts.
1628 (pmap_getport): Use __libc_rpc_getport.
1629 * sunrpc/Versions: Export __libc_rpc_getport with GLIBC_PRIVATE.
1630 * include/rpc/pmap_clnt.h: Declare __libc_rpc_getport.
1631 * nis/nis_findserv.c: Remove pmap_getport copy. Use __libc_rpc_getport.
1632
f3dcc2f9
AS
16332010-08-31 Andreas Schwab <schwab@linux-m68k.org>
1634
1635 * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list: Add
1636 fanotify_mark.
1637
6d34eb5b
RM
16382010-08-27 Roland McGrath <roland@redhat.com>
1639
1640 * sysdeps/i386/i686/multiarch/Makefile
1641 (CFLAGS-varshift.c): New variable.
1642
9ea3de11
UD
16432010-08-27 Ulrich Drepper <drepper@redhat.com>
1644
c96d23fc
UD
1645 * sysdeps/i386/i686/multiarch/varshift.S: File removed.
1646 * sysdeps/i386/i686/multiarch/varshift.c: New file.
1647
9ea3de11
UD
1648 * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Move to .text.slow section.
1649
1650 * sysdeps/x86_64/strlen.S: Minimal code improvement.
1651
623aac7f
L
16522010-08-26 H.J. Lu <hongjiu.lu@intel.com>
1653
1654 * sysdeps/x86_64/strlen.S: Unroll the loop.
1655 * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
1656 strlen-sse2 strlen-sse2-bsf.
1657 * sysdeps/x86_64/multiarch/strlen.S ((strlen): Return
1658 __strlen_no_bsf if bit_Slow_BSF is set.
1659 (__strlen_sse42): Removed.
1660 * sysdeps/x86_64/multiarch/strlen-no-bsf.S: New file.
1661 * sysdeps/x86_64/multiarch/strlen-sse4.S: New file.
1662
8b2b7715
RM
16632010-08-25 Roland McGrath <roland@redhat.com>
1664
1665 * sysdeps/x86_64/multiarch/varshift.S: File removed.
1666 * sysdeps/x86_64/multiarch/varshift.c: New file.
1667 * sysdeps/x86_64/multiarch/Makefile (CFLAGS-varshift.c): New variable.
1668 * sysdeps/x86_64/multiarch/varshift.h: Clean up decls, fix a cast.
1669 * sysdeps/x86_64/multiarch/memmove.c: Move decls around.
1670 * sysdeps/x86_64/multiarch/memmove_chk.c: Likewise.
1671
e73015f2
L
16722010-08-25 H.J. Lu <hongjiu.lu@intel.com>
1673
1674 * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
1675 strlen-sse2 strlen-sse2-bsf.
1676 * sysdeps/i386/i686/multiarch/strlen.S (strlen): Return
1677 __strlen_sse2_bsf if bit_Slow_BSF is unset.
1678 (__strlen_sse2): Removed.
1679 * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: New file.
1680 * sysdeps/i386/i686/multiarch/strlen-sse2.S: New file.
1681 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Set
1682 bit_Slow_BSF for Atom.
1683 * sysdeps/x86_64/multiarch/init-arch.h (bit_Slow_BSF): Define.
1684 (index_Slow_BSF): Define.
1685 (HAS_SLOW_BSF): Define.
1686
df24a73e
UD
16872010-08-25 Ulrich Drepper <drepper@redhat.com>
1688
1689 [BZ #10851]
1690 * resolv/res_init.c (__res_vinit): When no server address at all
1691 is given default to loopback.
1692
f2ac4868
RM
16932010-08-24 Roland McGrath <roland@redhat.com>
1694
09055553
RM
1695 * configure.in: Remove config-name.h generation.
1696 * configure: Regenerated.
1697 * config-name.in: File removed.
1698 * scripts/config-uname.sh: New file.
1699 * posix/Makefile (uname.c): Depend on $(objdir)config-name.h.
1700 ($(objdir)config-name.h): New target.
1701
f2ac4868
RM
1702 * sunrpc/rpc_parse.h: Avoid nested comment.
1703
73f27d5e
RH
17042010-08-24 Richard Henderson <rth@redhat.com>
1705 Ulrich Drepper <drepper@redhat.com>
1706 H.J. Lu <hongjiu.lu@intel.com>
1707
1708 * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add varshift.
1709 * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Likewise.
1710 * sysdeps/x86_64/multiarch/strcspn-c.c: Include "varshift.h".
1711 Replace _mm_srli_si128 with __m128i_shift_right. Replace
1712 _mm_alignr_epi8 with _mm_loadu_si128.
1713 * sysdeps/x86_64/multiarch/strspn-c.c: Likewise.
1714 * sysdeps/x86_64/multiarch/strstr.c: Include "varshift.h".
1715 (__m128i_shift_right): Removed.
1716 * sysdeps/i386/i686/multiarch/varshift.h: New file.
1717 * sysdeps/i386/i686/multiarch/varshift.S: New file.
1718 * sysdeps/x86_64/multiarch/varshift.h: New file.
1719 * sysdeps/x86_64/multiarch/varshift.S: New file.
1720
84b9230c
MF
17212010-08-21 Mike Frysinger <vapier@gentoo.org>
1722
1723 * configure.in: Move assembler checks to before sysdep dir checking.
1724
9bbd0ddc
PB
17252010-08-20 Petr Baudis <pasky@suse.cz>
1726
1727 * LICENSES: Sync the sunrpc license.
1728
9da4bb31
UD
17292010-08-19 Ulrich Drepper <drepper@redhat.com>
1730
a7ab6ec8
UD
1731 * sunrpc/auth_des.c: Update copyright notice once again.
1732 * sunrpc/auth_none.c: Likewise.
1733 * sunrpc/auth_unix.c: Likewise.
1734 * sunrpc/authdes_prot.c: Likewise.
1735 * sunrpc/authuxprot.c: Likewise.
1736 * sunrpc/bindrsvprt.c: Likewise.
1737 * sunrpc/clnt_gen.c: Likewise.
1738 * sunrpc/clnt_perr.c: Likewise.
1739 * sunrpc/clnt_raw.c: Likewise.
1740 * sunrpc/clnt_simp.c: Likewise.
1741 * sunrpc/clnt_tcp.c: Likewise.
1742 * sunrpc/clnt_udp.c: Likewise.
1743 * sunrpc/clnt_unix.c: Likewise.
1744 * sunrpc/des_crypt.c: Likewise.
1745 * sunrpc/des_soft.c: Likewise.
1746 * sunrpc/get_myaddr.c: Likewise.
1747 * sunrpc/getrpcport.c: Likewise.
1748 * sunrpc/key_call.c: Likewise.
1749 * sunrpc/key_prot.c: Likewise.
1750 * sunrpc/openchild.c: Likewise.
1751 * sunrpc/pm_getmaps.c: Likewise.
1752 * sunrpc/pm_getport.c: Likewise.
1753 * sunrpc/pmap_clnt.c: Likewise.
1754 * sunrpc/pmap_prot.c: Likewise.
1755 * sunrpc/pmap_prot2.c: Likewise.
1756 * sunrpc/pmap_rmt.c: Likewise.
1757 * sunrpc/rpc/auth.h: Likewise.
1758 * sunrpc/rpc/auth_unix.h: Likewise.
1759 * sunrpc/rpc/clnt.h: Likewise.
1760 * sunrpc/rpc/des_crypt.h: Likewise.
1761 * sunrpc/rpc/key_prot.h: Likewise.
1762 * sunrpc/rpc/netdb.h: Likewise.
1763 * sunrpc/rpc/pmap_clnt.h: Likewise.
1764 * sunrpc/rpc/pmap_prot.h: Likewise.
1765 * sunrpc/rpc/pmap_rmt.h: Likewise.
1766 * sunrpc/rpc/rpc.h: Likewise.
1767 * sunrpc/rpc/rpc_des.h: Likewise.
1768 * sunrpc/rpc/rpc_msg.h: Likewise.
1769 * sunrpc/rpc/svc.h: Likewise.
1770 * sunrpc/rpc/svc_auth.h: Likewise.
1771 * sunrpc/rpc/types.h: Likewise.
1772 * sunrpc/rpc/xdr.h: Likewise.
1773 * sunrpc/rpc_clntout.c: Likewise.
1774 * sunrpc/rpc_cmsg.c: Likewise.
1775 * sunrpc/rpc_common.c: Likewise.
1776 * sunrpc/rpc_cout.c: Likewise.
1777 * sunrpc/rpc_dtable.c: Likewise.
1778 * sunrpc/rpc_hout.c: Likewise.
1779 * sunrpc/rpc_main.c: Likewise.
1780 * sunrpc/rpc_parse.c: Likewise.
1781 * sunrpc/rpc_parse.h: Likewise.
1782 * sunrpc/rpc_prot.c: Likewise.
1783 * sunrpc/rpc_sample.c: Likewise.
1784 * sunrpc/rpc_scan.c: Likewise.
1785 * sunrpc/rpc_scan.h: Likewise.
1786 * sunrpc/rpc_svcout.c: Likewise.
1787 * sunrpc/rpc_tblout.c: Likewise.
1788 * sunrpc/rpc_util.c: Likewise.
1789 * sunrpc/rpc_util.h: Likewise.
1790 * sunrpc/rpcinfo.c: Likewise.
1791 * sunrpc/rpcsvc/bootparam_prot.x: Likewise.
1792 * sunrpc/rpcsvc/key_prot.x: Likewise.
1793 * sunrpc/rpcsvc/klm_prot.x: Likewise.
1794 * sunrpc/rpcsvc/mount.x: Likewise.
1795 * sunrpc/rpcsvc/nfs_prot.x: Likewise.
1796 * sunrpc/rpcsvc/nlm_prot.x: Likewise.
1797 * sunrpc/rpcsvc/rex.x: Likewise.
1798 * sunrpc/rpcsvc/rstat.x: Likewise.
1799 * sunrpc/rpcsvc/rusers.x: Likewise.
1800 * sunrpc/rpcsvc/sm_inter.x: Likewise.
1801 * sunrpc/rpcsvc/spray.x: Likewise.
1802 * sunrpc/rpcsvc/yppasswd.x: Likewise.
1803 * sunrpc/rtime.c: Likewise.
1804 * sunrpc/svc.c: Likewise.
1805 * sunrpc/svc_auth.c: Likewise.
1806 * sunrpc/svc_authux.c: Likewise.
1807 * sunrpc/svc_raw.c: Likewise.
1808 * sunrpc/svc_run.c: Likewise.
1809 * sunrpc/svc_simple.c: Likewise.
1810 * sunrpc/svc_tcp.c: Likewise.
1811 * sunrpc/svc_udp.c: Likewise.
1812 * sunrpc/svc_unix.c: Likewise.
1813 * sunrpc/svcauth_des.c: Likewise.
1814 * sunrpc/xcrypt.c: Likewise.
1815 * sunrpc/xdr.c: Likewise.
1816 * sunrpc/xdr_array.c: Likewise.
1817 * sunrpc/xdr_float.c: Likewise.
1818 * sunrpc/xdr_mem.c: Likewise.
1819 * sunrpc/xdr_rec.c: Likewise.
1820 * sunrpc/xdr_ref.c: Likewise.
1821 * sunrpc/xdr_sizeof.c: Likewise.
1822 * sunrpc/xdr_stdio.c: Likewise.
1823
9da4bb31
UD
1824 * sysdeps/x86_64/multiarch/strcmp.S: Fix two typos in strncasecmp
1825 handling.
1826
bdaa77bc
AS
18272010-08-19 Andreas Schwab <schwab@redhat.com>
1828
1829 * sysdeps/i386/i686/multiarch/strspn.S [!SHARED]: Fix SSE4.2 check.
1830
fe2f79db
LM
18312010-08-19 Luis Machado <luisgpm@br.ibm.com>
1832
1833 * sysdeps/powerpc/powerpc32/power7/memchr.S: New file.
1834 * sysdeps/powerpc/powerpc32/power7/memrchr.S: New file.
1835 * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: New file.
1836 * sysdeps/powerpc/powerpc32/power7/strchr.S: New file.
1837 * sysdeps/powerpc/powerpc32/power7/strchrnul.S: New file.
1838 * sysdeps/powerpc/powerpc32/power7/strlen.S: New file.
1839 * sysdeps/powerpc/powerpc32/power7/strnlen.S: New file.
1840 * sysdeps/powerpc/powerpc64/power7/memchr.S: New file.
1841 * sysdeps/powerpc/powerpc64/power7/memrchr.S: New file.
1842 * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: New file.
1843 * sysdeps/powerpc/powerpc64/power7/strchr.S: New file.
1844 * sysdeps/powerpc/powerpc64/power7/strchrnul.S: New file.
1845 * sysdeps/powerpc/powerpc64/power7/strlen.S: New file.
1846 * sysdeps/powerpc/powerpc64/power7/strnlen.S: New file.
1847
b9b42ee0
AB
18482010-07-26 Anton Blanchard <anton@samba.org>
1849
1850 * malloc/malloc.c (sYSTRIm): Replace divide and multiply with mask.
1851 * malloc/arena.c (heap_trim): Likewise.
1852
1c06ba31
UD
18532010-08-16 Ulrich Drepper <drepper@redhat.com>
1854
1855 * sysdeps/unix/sysv/linux/syscalls.list: Add entry for fanotify_init
1856 here. Not...
1857 * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: ...here...
1858 * sysdeps/unix/sysv/linux/i386/syscalls.list: ... orhere.
1859
f8392f40
L
18602010-08-12 H.J. Lu <hongjiu.lu@intel.com>
1861
1862 * sysdeps/i386/elf/Makefile: New file.
1863
3162f12e
AS
18642010-08-14 Andreas Schwab <schwab@linux-m68k.org>
1865
1866 * sysdeps/unix/sysv/linux/sys/fanotify.h: Remove third argument
1867 from fanotify_init.
1868 * sysdeps/unix/sysv/linux/i386/syscalls.list: Likewise.
1869 * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.
1870
28c90b2c
UD
18712010-08-15 Ulrich Drepper <drepper@redhat.com>
1872
1873 * sysdeps/x86_64/strcmp.S: Use correct register for fourth parameter
1874 of strncasecmp_l.
1feccb6c 1875 * sysdeps/multiarch/strcmp.S: Likewise.
28c90b2c 1876
ca6bb004
UD
18772010-08-14 Ulrich Drepper <drepper@redhat.com>
1878
e9f82e0d
UD
1879 * sysdeps/x86_64/Makefile [subdir=string] (sysdep_routines): Add
1880 strncase_l-nonascii.
1881 * sysdeps/x86_64/multiarch/Makefile [subdir=string] (sysdep_routines):
1882 Add strncase_l-ssse3.
1883 * sysdeps/x86_64/multiarch/strcmp.S: Prepare for use as strncasecmp.
1884 * sysdeps/x86_64/strcmp.S: Likewise.
1885 * sysdeps/x86_64/multiarch/strncase_l-ssse3.S: New file.
1886 * sysdeps/x86_64/multiarch/strncase_l.S: New file.
1887 * sysdeps/x86_64/strncase.S: New file.
1888 * sysdeps/x86_64/strncase_l-nonascii.c: New file.
1889 * sysdeps/x86_64/strncase_l.S: New file.
1890 * string/Makefile (strop-tests): Add strncasecmp.
1891 * string/test-strncasecmp.c: New file.
1892
1893 * sysdeps/x86_64/strcasecmp_l-nonascii.c: Add prototype to avoid
1894 warning.
1895
ca6bb004
UD
1896 * sysdeps/x86_64/strcmp.S: Move definition of NO_NOLOCALE_ALIAS to...
1897 * sysdeps/x86_64/multiarch/strcasecmp_l-ssse3.S: ... here.
1898
052fa7b3
AS
18992010-08-14 Andreas Schwab <schwab@linux-m68k.org>
1900
1901 * sysdeps/unix/sysv/linux/prlimit.c: Make it compile.
1902
962dba78
UD
19032010-08-12 Ulrich Drepper <drepper@redhat.com>
1904
1905 * sysdeps/unix/sysv/linux/bits/termios.h: Define EXTPROC.
1906 * sysdeps/unix/sysv/linux/powerpc/bits/termios.h: Likewise.
1907 * sysdeps/unix/sysv/linux/sparc/bits/termios.h: Likewise.
1908
bebff237
AM
19092010-05-01 Alan Modra <amodra@gmail.com>
1910
1911 * sysdeps/powerpc/powerpc32/power4/memcmp.S: Correct cfi for r24.
1912 * sysdeps/powerpc/powerpc64/bsd-_setjmp.S: Move contents..
1913 * sysdeps/powerpc/powerpc64/bsd-setjmp.S: ..and these too..
1914 * sysdeps/powerpc/powerpc64/setjmp.S: ..to here..
1915 * sysdeps/powerpc/powerpc64/setjmp-common.S: ..and here, with some
1916 tidying. Don't tail-call __sigjmp_save for static lib.
1917 * sysdeps/powerpc/powerpc64/sysdep.h (SAVE_ARG, REST_ARG): Correct
1918 save location.
1919 (CFI_SAVE_ARG, CFI_REST_ARG): New macros.
1920 (CALL_MCOUNT): Add eh info, and nop after bl.
1921 (TAIL_CALL_SYSCALL_ERROR): New macro.
1922 (PSEUDO_RET): Use it.
1923 * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve):
1924 Correct save location of integer regs and cr.
1925 (_dl_profile_resolve): Correct cr save location. Delete nops
1926 after bl when SHARED. Reduce cfi size a little by better
1927 placement of cfi directives.
1928 * sysdeps/powerpc/powerpc64/fpu/s_copysign.S (__copysign): Don't
1929 make a stack frame. Instead use parm save area as a temp.
1930 * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S (__brk): Don't
1931 make a stack frame. Use TAIL_CALL_SYSCALL_ERROR.
1932 * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (__clone):
1933 Don't make a stack frame for parent, use parm save area.
1934 Increase child stack frame to 112 bytes. Don't save unused reg,
1935 and adjust reg usage. Set up cfi on error recovery and
1936 epilogue of parent, and use TAIL_CALL_SYSCALL_ERROR, PSEUDO_RET.
1937 * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
1938 (__makecontext): Add dummy nop after jump to exit.
1939 * sysdeps/unix/sysv/linux/powerpc/powerpc64/socket.S (__socket):
1940 Use correct parm save area and cr save, reduce stack frame.
1941 Correct cfi for possible PSEUDO_RET frame setup.
1942 * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S (__vfork):
1943 Branch to local label emitted by PSEUDO_RET rather than
1944 __syscall_error.
1945
02637374
AS
19462010-08-12 Andreas Schwab <schwab@redhat.com>
1947
1948 [BZ #11904]
1949 * locale/programs/locale.c (print_assignment): New function.
1950 (show_locale_vars): Use it.
1951
c3e2f19b
UD
19522010-08-11 Ulrich Drepper <drepper@redhat.com>
1953
3cdaa6ad
UD
1954 * sysdeps/unix/sysv/linux/bits/statfs.h (struct statfs): Add f_flags
1955 field.
1956 (struct statfs64): Likewise.
1957 (_STATFS_F_FLAGS): Define.
1958 * sysdeps/unix/sysv/linux/s390/bits/statfs.h: Likewise.
1959 * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
1960 Don't define if __ASSUME_STATFS_F_FLAGS is defined.
1961 (ST_VALID): Define locally.
1962 (INTERNAL_STATVFS): If f_flags has ST_VALID set don't call
1963 __statvfs_getflags, use the provided value.
1964 * sysdeps/unix/sysv/linux/kernel-features.h: Define
1965 __ASSUME_STATFS_F_FLAGS.
1966
754f7da3
UD
1967 * sysdeps/unix/sysv/linux/sys/inotify.h (IN_EXCL_UNLINK): Define.
1968
10b3bedc
UD
1969 * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_headers):
1970 Add sys/fanotify.h.
1971 * sysdeps/unix/sysv/linux/Versions [libc]: Export fanotify_init and
1972 fanotify_mask for GLIBC_2.13.
1973 * sysdeps/unix/sysv/linux/i386/syscalls.list: Add entries for
1974 fanotify_init and fanotify_mark.
1975 * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.
1976 * sysdeps/unix/sysv/linux/sys/fanotify.h: New file.
1977
c08fb0d7
UD
1978 * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_routines):
1979 Add prlimit.
1980 * sysdeps/unix/sysv/linux/Versions [libc]: Export prlimit and
1981 prlimit64 for GLIBC_2.13.
1982 * sysdeps/unix/sysv/linux/bits/resource.h: Declare prlimit and
1983 prlimit64.
1984 * sysdeps/unix/sysv/linux/i386/syscalls.list: Add entry for prlimit64
1985 syscall.
1986 * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list: Likewise.
1987 * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Likewise.
1988 * sysdeps/unix/sysv/linux/sh/syscalls.list: Likewise.
1989 * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.lis: Likewise.
1990 * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise. Also
1991 add prlimit alias.
1992 * sysdeps/unix/sysv/linux/prlimit.c: New file.
1993
15bac72b
UD
1994 [BZ #11903]
1995 * sysdeps/generic/netinet/ip.h (IPTOS_CLASS): Fix definition.
1996 Patch by Evgeni Bikov <bikovevg@iitp.ru>.
1997
c3e2f19b
UD
1998 * nss/Makefile: Add rules to build and run tst-nss-test1.
1999 * shlib-versions: Add entry for libnss_test1.
2000 * nss/nss_test1.c: New file.
2001 * nss/tst-nss-test1.c: New file.
2002
2003 * nss/nsswitch.c (__nss_database_custom): Define new variable.
2004 (__nss_configure_lookup): Set appropriate entry in
2005 __nss_configure_lookup to true.
2006 * nss/nsswitch.h: Define enum with indeces of databases in
2007 databases and __nss_database_custom arrays. Declare
2008 __nss_database_custom.
2009 * grp/initgroups.c (internal_getgrouplist): Use __nss_database_custom
2010 to avoid using nscd when custom rules are installed.
2011 * nss/getXXbyYY_r.c: Likewise.
2012 * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
2013
2014 * nss/nss_files/files-parse.c: Whitespace fixes.
2015
f15ce4d8
UD
20162010-08-09 Ulrich Drepper <drepper@redhat.com>
2017
2018 [BZ #11883]
2019 * posix/fnmatch.c: Keep track of alloca use and fall back on malloc.
2020 * posix/fnmatch_loop.c: Likewise.
2021
d22e4cc9
AK
20222010-07-17 Andi Kleen <ak@linux.intel.com>
2023
2024 * sysdeps/i386/i386-mcount.S (__fentry__): Define.
2025 * sysdeps/x86_64/_mcount.S (__fentry__): Define.
2026 * stdlib/Versions (__fentry__): Add for GLIBC 2.13
2027 * Versions.def [GLIBC_2.13]: Add.
2028
805bc17d
UD
20292010-08-06 Ulrich Drepper <drepper@redhat.com>
2030
2031 * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid):
2032 Also fail if tpwd after pwuid call is NULL.
2033
5a42321d
ST
20342010-07-31 Samuel Thibault <samuel.thibault@ens-lyon.org>
2035
2036 * hurd/hurdselect.c (_hurd_select): Round timeout up instead of down
2037 when converting to ms.
2038
fd3ebeda
ST
20392010-06-06 Samuel Thibault <samuel.thibault@ens-lyon.org>
2040
2041 * sysdeps/mach/hurd/ttyname.c (ttyname): Replace MIG_BAD_ID and
2042 EOPNOTSUPP errors with ENOTTY.
2043 * sysdeps/mach/hurd/ttyname_r.c (__ttyname_r): Replace MIG_BAD_ID and
2044 EOPNOTSUPP errors with ENOTTY.
2045
73507d3a
UD
20462010-07-31 Ulrich Drepper <drepper@redhat.com>
2047
2048 * sysdeps/x86_64/multiarch/Makefile [subdir=string] (sysdep_routines):
2049 Add strcasecmp_l-ssse3.
2050 * sysdeps/x86_64/multiarch/strcmp.S: Add support to compile for
2051 strcasecmp.
2052 * sysdeps/x86_64/strcmp.S: Allow more flexible compiling of strcasecmp.
2053 * sysdeps/x86_64/multiarch/strcasecmp_l.S: New file.
2054 * sysdeps/x86_64/multiarch/strcasecmp_l-ssse3.S: New file.
2055
fe36dd02
UD
20562010-07-30 Ulrich Drepper <drepper@redhat.com>
2057
66f6765a
UD
2058 * sysdeps/x86_64/multiarch/strcmp.S: Pretty printing.
2059
42e08a54
UD
2060 * string/Makefile (strop-tests): Add strcasecmp.
2061 * sysdeps/x86_64/Makefile [subdir=string] (sysdep_routines): Add
2062 strcasecmp_l-nonascii.
2063 (gen-as-const-headers): Add locale-defines.sym.
2064 * sysdeps/x86_64/strcmp.S: Add support for strcasecmp implementation.
2065 * sysdeps/x86_64/strcasecmp.S: New file.
2066 * sysdeps/x86_64/strcasecmp_l.S: New file.
2067 * sysdeps/x86_64/strcasecmp_l-nonascii.c: New file.
2068 * sysdeps/x86_64/locale-defines.sym: New file.
2069 * string/test-strcasecmp.c: New file.
2070
fe36dd02
UD
2071 * string/test-strcasestr.c: Test both ends of the range of characters.
2072 * sysdeps/x86_64/multiarch/strstr.c: Fix UCHIGH definition.
2073
48cbc0d6
RM
20742010-07-29 Roland McGrath <roland@redhat.com>
2075
76e6d6bc 2076 [BZ #11856]
48cbc0d6
RM
2077 * manual/locale.texi (Yes-or-No Questions): Fix example code.
2078
880113d9
UD
20792010-07-27 Ulrich Drepper <drepper@redhat.com>
2080
2081 * sysdeps/x86_64/multiarch/strcmp-ssse3.S: Avoid compiling the file
2082 for ld.so.
2083
deb9cabb
AS
20842010-07-27 Andreas Schwab <schwab@redhat.com>
2085
2086 * manual/memory.texi (Malloc Tunable Parameters): Document
2087 M_PERTURB.
2088
1c7570ff
RM
20892010-07-26 Roland McGrath <roland@redhat.com>
2090
2091 [BZ #11840]
2092 * configure.in (-fgnu89-inline check): Set and substitute
2093 gnu89_inline, not libc_cv_gnu89_inline.
2094 * configure: Regenerated.
2095 * config.make.in (gnu89-inline-CFLAGS): Use @gnu89_inline@.
2096
24fb0f88
UD
20972010-07-26 Ulrich Drepper <drepper@redhat.com>
2098
2099 * string/test-strnlen.c: New file.
2100 * string/Makefile (strop-tests): Add strnlen.
2101 * string/tester.c (test_strnlen): Add a few more test cases.
2102 * string/tst-strlen.c: Better error reporting.
2103
2104 * sysdeps/x86_64/strnlen.S: New file.
2105
8e96b93a
UD
21062010-07-24 Ulrich Drepper <drepper@redhat.com>
2107
2108 * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu_tolower): Use
2109 lower-latency instructions.
2110
dbc676d4
UD
21112010-07-23 Ulrich Drepper <drepper@redhat.com>
2112
2113 * string/test-strcasestr.c: New file.
2114 * string/test-strstr.c: New file.
2115 * string/Makefile (strop-tests): Add strstr and strcasestr.
2116 * string/str-two-way.h: Don't undefine MAX.
2117 * string/strcasestr.c: Don't define alias if NO_ALIAS is defined.
2118
f6a31e0e
AS
21192010-07-21 Andreas Schwab <schwab@redhat.com>
2120
2121 * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
2122 strcasestr-nonascii.
2123 (CFLAGS-strcasestr-nonascii.c): Define.
2124 * sysdeps/i386/i686/multiarch/strcasestr-nonascii.c: New file.
2125 * sysdeps/x86_64/multiarch/strcasestr-nonascii.c (STRSTR_SSE42):
2126 Remove unused attribute.
2127
5dbc3b6c
RM
21282010-07-20 Roland McGrath <roland@redhat.com>
2129
2130 * elf/dl-sysdep.c (_dl_important_hwcaps): Add dsocaps mask to
2131 dl_hwcap_mask as well as dl_hwcap. Without this, dsocaps matching in
2132 ld.so.cache was broken. With it, there is no way to disable dsocaps
2133 like LD_HWCAP_MASK can disable hwcaps.
2134
23d101d8
EPM
21352010-06-02 Emilio Pozuelo Monfort <pochu27@gmail.com>
2136
2137 * sysdeps/mach/hurd/sendmsg.c (__libc_sendmsg): Fix memory leaks.
2138
cc9f2e47
UD
21392010-07-16 Ulrich Drepper <drepper@redhat.com>
2140
2141 * sysdeps/x86_64/multiarch/strstr.c: Rewrite to avoid indirect function
2142 call in strcasestr.
2143 * sysdeps/x86_64/multiarch/strcasestr.c: Declare
2144 __strcasestr_sse42_nonascii.
2145 * sysdeps/x86_64/multiarch/Makefile: Add rules to build
2146 strcasestr-nonascii.c.
2147 * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: New file.
2148
77c1b069
LM
21492010-06-15 Luis Machado <luisgpm@br.ibm.com>
2150
2151 * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: New file.
2152 * sysdeps/powerpc/powerpc32/power6/fpu/s_copysignf.S: New file.
2153 * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: New file.
2154 * sysdeps/powerpc/powerpc64/power6/fpu/s_copysignf.S: New file.
2155
440566c3
UD
21562010-07-09 Ulrich Drepper <drepper@redhat.com>
2157
2158 * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Use __fcntl not
2159 fcntl.
2160
5be9d05d
AS
21612010-07-06 Andreas Schwab <schwab@redhat.com>
2162
2163 * elf/dl-version.c (match_symbol): Don't pass NULL occation to
2164 dl_signal_cerror.
2165
8a492a67
UD
21662010-07-06 Ulrich Drepper <drepper@redhat.com>
2167
2168 * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Implement
2169 _PC_PIPE_BUF using F_GETPIPE_SZ.
2170
713df3d5
RM
21712010-07-05 Roland McGrath <roland@redhat.com>
2172
2173 * manual/arith.texi (Rounding Functions): Fix rint description
2174 implicit in round description.
2175
702e8f14
UD
21762010-07-02 Ulrich Drepper <drepper@redhat.com>
2177
2178 * elf/Makefile: Fix linking for a few tests to make recent linker
2179 happy.
2180
52ed8be9
AS
21812010-06-30 Andreas Schwab <schwab@redhat.com>
2182
2183 * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Readd
2184 $(common-objpfx)libc_nonshared.a.
2185
f47c9a11
LM
21862010-06-21 Luis Machado <luisgpm@br.ibm.com>
2187
2188 * sysdeps/powerpc/powerpc32/970/fpu/Implies: Remove.
2189 * sysdeps/powerpc/powerpc32/power5/fpu/Implies: Remove.
2190 * sysdeps/powerpc/powerpc32/power5+/fpu/Implies: Remove.
2191 * sysdeps/powerpc/powerpc32/power6x/fpu/Implies: Remove.
2192 * sysdeps/powerpc/powerpc64/970/fpu/Implies: Remove.
2193 * sysdeps/powerpc/powerpc64/power5/fpu/Implies: Remove.
2194 * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: Remove.
2195 * sysdeps/powerpc/powerpc64/power6x/fpu/Implies: Remove.
2196 * sysdeps/unix/sysv/linux/powerpc/powerpc32/970/fpu/Implies: Remove.
2197 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/fpu/Implies: Remove.
2198 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/fpu/Implies: Remove.
2199 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5+/fpu/Implies: Remove.
2200 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/fpu/Implies: Remove.
2201 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/fpu/Implies: Remove.
2202 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/fpu/Implies: Remove.
2203 * sysdeps/unix/sysv/linux/powerpc/powerpc64/970/fpu/Implies: Remove.
2204 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/fpu/Implies: Remove.
2205 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/fpu/Implies: Remove.
2206 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5+/fpu/Implies: Remove.
2207 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/fpu/Implies: Remove.
2208 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/fpu/Implies: Remove.
2209 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/fpu/Implies: Remove.
2210 * sysdeps/powerpc/powerpc32/970/Implies: Point to power4.
2211 * sysdeps/powerpc/powerpc32/power5/Implies: Point to power4.
2212 * sysdeps/powerpc/powerpc32/power5+/Implies: Point to power5.
2213 * sysdeps/powerpc/powerpc32/power6/Implies: Point to power5+.
2214 * sysdeps/powerpc/powerpc32/power6x/Implies: Point to power6.
2215 * sysdeps/powerpc/powerpc64/970/Implies: Point to power4.
2216 * sysdeps/powerpc/powerpc64/power5/Implies: Point to power4.
2217 * sysdeps/powerpc/powerpc64/power5+/Implies: Point to power5.
2218 * sysdeps/powerpc/powerpc64/power6/Implies: Point to power5+.
2219 * sysdeps/powerpc/powerpc64/power6x/Implies: Point to power6.
2220 * sysdeps/powerpc/powerpc32/power7/Implies: New file.
2221 * sysdeps/powerpc/powerpc64/power7/Implies: New file.
2222 * sysdeps/unix/sysv/linux/powerpc/powerpc32/970/Implies: New file.
2223 * sysdeps/unix/sysv/linux/powerpc/powerpc32/cell/Implies: New file.
2224 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/Implies: New file.
2225 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/Implies: New file.
2226 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/Implies: New file.
2227 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/Implies: New file.
2228 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/Implies: New file.
2229 * sysdeps/unix/sysv/linux/powerpc/powerpc64/970/Implies: New file.
2230 * sysdeps/unix/sysv/linux/powerpc/powerpc64/cell/Implies: New file.
2231 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/Implies: New file.
2232 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/Implies: New file.
2233 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/Implies: New file.
2234 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/Implies: New file.
2235 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/Implies: New file.
2236
6fb8cbcb
L
22372010-06-25 H.J. Lu <hongjiu.lu@intel.com>
2238
2239 * debug/memmove_chk.c (__memmove_chk): Renamed to ...
2240 (MEMMOVE_CHK): ...this. Default to __memmove_chk.
2241 * string/memmove.c (memmove): Renamed to ...
2242 (MEMMOVE): ...this. Default to memmove.
2243 * sysdeps/x86_64/memcpy.S: Use ENTRY_CHK and END_CHK.
2244 * sysdeps/x86_64/sysdep.h (ENTRY_CHK): Define.
2245 (END_CHK): Define.
2246 * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
2247 memcpy-ssse3 mempcpy-ssse3 memmove-ssse3 memcpy-ssse3-back
2248 mempcpy-ssse3-back memmove-ssse3-back.
2249 * sysdeps/x86_64/multiarch/bcopy.S: New file .
2250 * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: New file.
2251 * sysdeps/x86_64/multiarch/memcpy-ssse3.S: New file.
2252 * sysdeps/x86_64/multiarch/memcpy.S: New file.
2253 * sysdeps/x86_64/multiarch/memcpy_chk.S: New file.
2254 * sysdeps/x86_64/multiarch/memmove-ssse3-back.S: New file.
2255 * sysdeps/x86_64/multiarch/memmove-ssse3.S: New file.
2256 * sysdeps/x86_64/multiarch/memmove.c: New file.
2257 * sysdeps/x86_64/multiarch/memmove_chk.c: New file.
2258 * sysdeps/x86_64/multiarch/mempcpy-ssse3-back.S: New file.
2259 * sysdeps/x86_64/multiarch/mempcpy-ssse3.S: New file.
2260 * sysdeps/x86_64/multiarch/mempcpy.S: New file.
2261 * sysdeps/x86_64/multiarch/mempcpy_chk.S: New file.
2262 * sysdeps/x86_64/multiarch/init-arch.h (bit_Fast_Copy_Backward):
2263 Define.
2264 (index_Fast_Copy_Backward): Define.
2265 (HAS_ARCH_FEATURE): Define.
2266 (HAS_FAST_REP_STRING): Define.
2267 (HAS_FAST_COPY_BACKWARD): Define.
2268
4e733bac 22692010-06-21 Andreas Schwab <schwab@redhat.com>
e35fcef8
AS
2270
2271 * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid):
2272 Restore proper fallback handling.
2273
63c4ed22
UD
22742010-06-19 Ulrich Drepper <drepper@redhat.com>
2275
ac2b484c
UD
2276 [BZ #11701]
2277 * posix/group_member.c (__group_member): Correct checking loop.
2278
63c4ed22
UD
2279 * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid): Handle
2280 OOM in getpwuid_r correctly. Return error number when the caller
2281 should return, otherwise -1.
2282 (getlogin_r): Adjust to return also for result of __getlogin_r_loginuid
2283 call returning > 0 value.
2284 * sysdeps/unix/sysv/linux/getlogin.c (getlogin): Likewise.
2285
765ade4b
AS
22862010-06-07 Andreas Schwab <schwab@redhat.com>
2287
2288 * dlfcn/Makefile: Remove explicit dependencies on libc.so and
2289 libc_nonshared.a from targets in modules-names.
2290
80da2e09
KS
22912010-06-02 Kirill A. Shutemov <kirill@shutemov.name>
2292
2293 * elf/dl-reloc.c: Flush cache after solving TEXTRELs if arch
2294 requires it.
2295
158db122
LM
22962010-06-10 Luis Machado <luisgpm@br.ibm.com>
2297
2298 * sysdeps/powerpc/powerpc32/power7/memcmp.S: New file
2299 * sysdeps/powerpc/powerpc64/power7/memcmp.S: New file.
2300 * sysdeps/powerpc/powerpc32/power7/strncmp.S: New file.
2301 * sysdeps/powerpc/powerpc64/power7/strncmp.S: New file.
2302
caa78cf8
AS
23032010-06-02 Andreas Schwab <schwab@redhat.com>
2304
2305 * nis/nss_nis/nis-initgroups.c (get_uid): Properly resize buffer.
2306
b2ef2c01
UD
23072010-06-14 Ulrich Drepper <drepper@redhat.com>
2308
2309 * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Define F_SETPIPE_SZ
2310 and F_GETPIPE_SZ.
2311 * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
2312 * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
2313 * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
2314 * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
2315 * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
2316 * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise
2317
fbd643b6
RM
23182010-06-14 Roland McGrath <roland@redhat.com>
2319
2320 * manual/libc.texinfo (@copying): Change to GFDL v1.3.
2321
f32f2869
JJ
23222010-06-07 Jakub Jelinek <jakub@redhat.com>
2323
2324 * libio/stdio.h (sscanf, vsscanf): Use __REDIRECT_NTH instead of
2325 __REDIRECT followed by __THROW.
2326 * wcsmbs/wchar.h (swscanf, vswscanf): Likewise.
2327 * posix/getopt.h (getopt): Likewise.
2328
2a50c078
EPM
23292010-06-02 Emilio Pozuelo Monfort <pochu27@gmail.com>
2330
2331 * hurd/lookup-at.c (__file_name_lookup_at): Accept
2332 AT_SYMLINK_FOLLOW in AT_FLAGS. Fail with EINVAL if both
2333 AT_SYMLINK_FOLLOW and AT_SYMLINK_NOFOLLOW are present
2334 in AT_FLAGS.
2335 * hurd/hurd/fd.h (__file_name_lookup_at): Update comment.
2336 * sysdeps/mach/hurd/linkat.c (linkat): Pass O_NOLINK in FLAGS.
2337
eb5ad2eb
LM
23382010-05-28 Luis Machado <luisgpm@br.ibm.com>
2339
2340 * sysdeps/powerpc/powerpc32/power7/memcpy.S: Exchange srdi for srwi.
2341
3c88fe1e
L
23422010-05-26 H.J. Lu <hongjiu.lu@intel.com>
2343
2344 [BZ #11640]
2345 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
2346 Properly check family and model.
2347
d2f73151
TY
23482010-05-26 Takashi Yoshii <takashi.yoshii.zj@renesas.com>
2349
2350 * sysdeps/unix/sysv/linux/sh/sh4/register-dump.h: Fix iov[] size.
2351
ebd2e13d
LM
23522010-05-24 Luis Machado <luisgpm@br.ibm.com>
2353
2354 * sysdeps/powerpc/powerpc32/power7/memset.S: POWER7 32-bit memset fix.
2355
b32b8b45
UD
23562010-05-21 Ulrich Drepper <drepper@redhat.com>
2357
2358 * elf/dl-runtime.c (_dl_profile_fixup): Don't crash on unresolved weak
2359 symbol reference.
2360
9acbe24d
AS
23612010-05-19 Andreas Schwab <schwab@redhat.com>
2362
2363 * elf/dl-runtime.c (_dl_fixup): Don't crash on unresolved weak
2364 symbol reference.
2365
f0ccf6ea
AS
23662010-05-21 Andreas Schwab <schwab@redhat.com>
2367
3d04ff3a
AS
2368 * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Add recvmmsg
2369 and internal_recvmmsg.
2370 * sysdeps/unix/sysv/linux/recvmmsg.c: New file.
2371 * sysdeps/unix/sysv/linux/internal_recvmmsg.S: New file.
2372 * sysdeps/unix/sysv/linux/socketcall.h (SOCKOP_recvmmsg): Define.
2373 * sysdeps/unix/sysv/linux/syscalls.list (recvmmsg): Remove.
2374
f0ccf6ea
AS
2375 * sunrpc/clnt_tcp.c (clnttcp_control): Add missing break.
2376 * sunrpc/clnt_udp.c (clntudp_control): Likewise.
2377 * sunrpc/clnt_unix.c (clntunix_control): Likewise.
2378
5b08ac57
AS
23792010-05-20 Andreas Schwab <schwab@redhat.com>
2380
2381 * sysdeps/unix/sysv/linux/sys/timex.h: Use __REDIRECT_NTH.
2382
4828935d
LM
23832010-05-17 Luis Machado <luisgpm@br.ibm.com>
2384
2385 POWER7 optimizations.
2386 * sysdeps/powerpc/powerpc64/power7/memset.S: New file.
2387 * sysdeps/powerpc/powerpc32/power7/memset.S: New file.
2388
373d545e
UD
23892010-05-19 Ulrich Drepper <drepper@redhat.com>
2390
2391 * version.h: Update for 2.13 development version.
2392
21a2b1ae
AS
23932010-05-12 Andrew Stubbs <ams@codesourcery.com>
2394
2395 * sysdeps/sh/sh4/fpu/feholdexcpt.c (feholdexcept): Really disable all
2396 exceptions. Return 0.
2397
3f7dcb2b
RM
23982010-05-07 Roland McGrath <roland@redhat.com>
2399
2400 * elf/ldconfig.c (main): Add a const.
2401
5f24d53a 24022010-05-06 Ulrich Drepper <drepper@redhat.com>
70c9476e 2403
a160f8d8
UD
2404 * nss/getent.c (idn_flags): Default to AI_IDN|AI_CANONIDN.
2405 (args_options): Add no-idn option.
2406 (ahosts_keys_int): Add idn_flags to ai_flags.
2407 (parse_option): Handle 'i' option to clear idn_flags.
2408
5f24d53a
UD
2409 * malloc/malloc.c (_int_free): Possible race in the most recently
2410 added check. Only act on the data if no current modification
2411 happened.
265bb1ce
UD
2412
2413See ChangeLog.17 for earlier changes.
This page took 0.311017 seconds and 5 git commands to generate.