]> sourceware.org Git - glibc.git/blame - ChangeLog
Fix "make xcheck" in sunrpc.
[glibc.git] / ChangeLog
CommitLineData
4df46dbd
L
12011-04-20 H.J. Lu <hongjiu.lu@intel.com>
2
3 * sunrpc/Makefile (need-export-routines): Add svc_run.
4 (routines): Remove svc_run.
5 ($(objpfx)thrsvc): Add $(common-objpfx)linkobj/libc.so.
6 * sunrpc/clnt_perr.c (clnt_perrno): Export.
7 * sunrpc/svc_run.c (svc_run): Likewise.
8 * sunrpc/svc_udp.c (svcudp_create): Likewise.
9
e84142d2
UD
102011-04-21 Ulrich Drepper <drepper@gmail.com>
11
12 * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Fix
13 problem in reallocation in last patch.
14
877175d8
UD
152011-04-20 Ulrich Drepper <drepper@gmail.com>
16
17 * sunrpc/Makefile: Move inclusion of Rules.
18
ab8eed78
UD
192011-04-19 Ulrich Drepper <drepper@gmail.com>
20
21 * nss/nss_files/files-initgroups.c: New file.
22 * nss/Makefile (libnss_files-routines): Add files-initgroups.
23 * nss/Versions (libnss_files) [GLIBC_PRIVATE]: Export
24 _nss_files_initgroups_dyn.
25
e3d8f584
RS
262011-03-31 Richard Sandiford <richard.sandiford@linaro.org>
27
28 * elf/elf.h (R_ARM_IRELATIVE): Define.
29
af190f45
UD
302011-04-19 Ulrich Drepper <drepper@gmail.com>
31
32 * po/ru.po: Update from translation team.
33
53cf59ef
UD
342011-04-17 Ulrich Drepper <drepper@gmail.com>
35
36 * sunrpc/Makefile ($(rpc-compat-routines.os)): Add before-compile to
37 dependencies.
38
4c559bcd
MF
392011-02-06 Mike Frysinger <vapier@gentoo.org>
40
41 [BZ #12653]
42 * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Only protect
43 MEMCPY_CHK with USE_AS_BCOPY ifdef check.
44 * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
45 * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
46 * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
47
4420675c
AS
482011-03-28 Andreas Schwab <schwab@linux-m68k.org>
49
50 * sysdeps/powerpc/powerpc32/power4/strncmp.S: Don't read past
51 differing bytes.
52 * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
53 * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
54 * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
55
75ea32ab
UD
562011-04-17 Ulrich Drepper <drepper@gmail.com>
57
58 [BZ #12420]
59 * sysdeps/unix/sysv/linux/x86_64/getcontext.S: Reload context after
60 storing it.
61 * stdlib/bug-getcontext.c: New file.
62 * stdlib/Makefile: Add rules to build and run bug-getcontext.
63
27390476
AK
642011-04-13 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
65
66 * sysdeps/s390/s390-64/utf16-utf32-z9.c: Wrap the z9-109
67 instructions into .machine "z9-109".
68 * sysdeps/s390/s390-64/utf8-utf16-z9.c: Likewise.
69 * sysdeps/s390/s390-64/utf8-utf32-z9.c: Likewise.
70
10442705
AK
712011-04-11 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
72
73 * sysdeps/s390/s390-32/elf/start.S (_start): Skip extra zeroes
74 between environment variables and auxiliary vector.
75
7b57bfe5
UD
762011-04-16 Ulrich Drepper <drepper@gmail.com>
77
78 * Makefile: Add rules to build linkobj/libc.so.
79 * include/libc-symbols.h: Define libc_hidden_nolink.
80 * include/rpc/auth.h: Mark functions which are to be hidden.
81 * include/rpc/auth_des.h: Likewise.
82 * include/rpc/auth_unix.h: Likewise.
83 * include/rpc/clnt.h: Likewise.
84 * include/rpc/des_crypt.h: Likewise.
85 * include/rpc/key_prot.h: Likewise.
86 * include/rpc/pmap_clnt.h: Likewise.
87 * include/rpc/pmap_prot.h: Likewise.
88 * include/rpc/pmap_rmt.h: Likewise.
89 * include/rpc/rpc_msg.h: Likewise.
90 * include/rpc/svc.h: Likewise.
91 * include/rpc/svc_auth.h: Likewise.
92 * include/rpc/xdr.h: Likewise.
93 * nis/Makefile: Link all DSOs against linkobj/libc.so.
94 * nss/Makefile: Likewise.
95 * sunrpc/Makefile: Don't install headers. Build library with normal
96 entry points. Don't build rpcinfo. Link RPC tests appropriately.
97 * sunrpc/auth_des.c: Hide exported symbols by default, export some
98 for the compat linking library. Remove use of INTDEF/INTUSE.
99 * sunrpc/auth_none.c: Likewise.
100 * sunrpc/auth_unix.c: Likewise.
101 * sunrpc/authdes_prot.c: Likewise.
102 * sunrpc/authuxprot.c: Likewise.
103 * sunrpc/clnt_gen.c: Likewise.
104 * sunrpc/clnt_perr.c: Likewise.
105 * sunrpc/clnt_raw.c: Likewise.
106 * sunrpc/clnt_simp.c: Likewise.
107 * sunrpc/clnt_tcp.c: Likewise.
108 * sunrpc/clnt_udp.c: Likewise.
109 * sunrpc/clnt_unix.c: Likewise.
110 * sunrpc/des_crypt.c: Likewise.
111 * sunrpc/des_soft.c: Likewise.
112 * sunrpc/get_myaddr.c: Likewise.
113 * sunrpc/key_call.c: Likewise.
114 * sunrpc/key_prot.c: Likewise.
115 * sunrpc/netname.c: Likewise.
116 * sunrpc/pm_getmaps.c: Likewise.
117 * sunrpc/pm_getport.c: Likewise.
118 * sunrpc/pmap_clnt.c: Likewise.
119 * sunrpc/pmap_prot.c: Likewise.
120 * sunrpc/pmap_prot2.c: Likewise.
121 * sunrpc/pmap_rmt.c: Likewise.
122 * sunrpc/publickey.c: Likewise.
123 * sunrpc/rpc_cmsg.c: Likewise.
124 * sunrpc/rpc_common.c: Likewise.
125 * sunrpc/rpc_dtable.c: Likewise.
126 * sunrpc/rpc_prot.c: Likewise.
127 * sunrpc/rpc_thread.c: Likewise.
128 * sunrpc/rtime.c: Likewise.
129 * sunrpc/svc.c: Likewise.
130 * sunrpc/svc_auth.c: Likewise.
131 * sunrpc/svc_authux.c: Likewise.
132 * sunrpc/svc_raw.c: Likewise.
133 * sunrpc/svc_run.c: Likewise.
134 * sunrpc/svc_simple.c: Likewise.
135 * sunrpc/svc_tcp.c: Likewise.
136 * sunrpc/svc_udp.c: Likewise.
137 * sunrpc/svc_unix.c: Likewise.
138 * sunrpc/svcauth_des.c: Likewise.
139 * sunrpc/xcrypt.c: Likewise.
140 * sunrpc/xdr.c: Likewise.
141 * sunrpc/xdr_array.c: Likewise.
142 * sunrpc/xdr_float.c: Likewise.
143 * sunrpc/xdr_intXX_t.c: Likewise.
144 * sunrpc/xdr_mem.c: Likewise.
145 * sunrpc/xdr_rec.c: Likewise.
146 * sunrpc/xdr_ref.c: Likewise.
147 * sunrpc/xdr_sizeof.c: Likewise.
148 * sunrpc/xdr_stdio.c: Likewise.
149
e6c61494
UD
1502011-04-10 Ulrich Drepper <drepper@gmail.com>
151
152 [BZ #12650]
153 * sysdeps/i386/dl-tls.h: Define TLS_DTV_UNALLOCATED.
154 * sysdeps/ia64/dl-tls.h: Likewise.
155 * sysdeps/powerpc/dl-tls.h: Likewise.
156 * sysdeps/s390/dl-tls.h: Likewise.
157 * sysdeps/sh/dl-tls.h: Likewise.
158 * sysdeps/sparc/dl-tls.h: Likewise.
159 * sysdeps/x86_64/dl-tls.h: Likewise.
160 * elf/dl-tls.c: Don't define TLS_DTV_UNALLOCATED here.
161
34fe483e
AS
1622011-03-14 Andreas Schwab <schwab@redhat.com>
163
164 * elf/dl-load.c (_dl_dst_substitute): When skipping the first
165 rpath element also skip the following colon.
166 (expand_dynamic_string_token): Add is_path parameter and pass
167 down to DL_DST_REQUIRED and _dl_dst_substitute.
168 (decompose_rpath): Call expand_dynamic_string_token with
169 non-zero is_path. Ignore empty rpaths.
170 (_dl_map_object_from_fd): Call expand_dynamic_string_token
171 with zero is_path.
172
f12a32e6
AS
1732011-04-08 Andreas Schwab <schwab@linux-m68k.org>
174
175 * sysdeps/unix/sysv/linux/powerpc/powerpc64/sync_file_range.c:
176 Make cancelable.
177
38a7d692
UD
1782011-04-09 Ulrich Drepper <drepper@gmail.com>
179
180 [BZ #12655]
181 * sysdeps/unix/sysv/linux/sys/syscall.h: Fix comment.
182 Patch by Filipe David Manana <fdmanana@apache.org>.
183
e451d22b
AS
1842011-04-07 Andreas Schwab <schwab@redhat.com>
185
186 * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S (CALL_FAIL):
187 Maintain aligned stack.
188 (CHECK_RSP): Remove unused macro.
189
dedc7c7b
UD
1902011-04-03 Ulrich Drepper <drepper@gmail.com>
191
192 * sysdeps/x86_64/cacheinfo.c (intel_02_known): Fix typo in table.
193 * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_02_known): Likewise.
194
94521213
UD
1952011-04-02 Ulrich Drepper <drepper@gmail.com>
196
197 * sysdeps/unix/sysv/linux/bits/time.h (CLOCK_BOOTTIME): Define.
198
8cb700c0 199 * include/features.h: Mention __USE_XOPEN2K8 in comment.
81489b2e 200
0354e355
L
2012011-03-26 H.J. Lu <hongjiu.lu@intel.com>
202
203 [BZ #12518]
204 * sysdeps/x86_64/Versions: Add memcpy to GLIBC_2.14.
205 * sysdeps/x86_64/memcpy.S: Provide GLIBC_2_14 memcpy.
206 * sysdeps/x86_64/memmove.c: New file.
207 * sysdeps/x86_64/multiarch/memcpy.S: Include <shlib-compat.h>.
208 (memcpy): Renamed to ...
209 (__new_memcpy): This.
210 (memcpy): Provide GLIBC_2_14 memcpy.
211 * sysdeps/x86_64/multiarch/memmove.c: Include <shlib-compat.h>.
212 (memcpy): Provide GLIBC_2_2_5 memcpy.
213
8593482f
UD
2142011-04-01 Ulrich Drepper <drepper@gmail.com>
215
216 [BZ #12631]
217 * wcsmbs/wchar.h: Make wcpcpy and wcpncpy visible for __USE_XOPEN2K8.
218
81a5726b
AS
2192011-03-30 Andreas Schwab <schwab@redhat.com>
220
221 * misc/syncfs.c: New file.
222 * misc/Makefile (routines): Add syncfs.
223 * posix/unistd.h: Declare syncfs.
224 * sysdeps/unix/syscalls.list: Add syncfs.
225
00e5419f
AS
2262011-04-01 Andreas Schwab <schwab@redhat.com>
227
228 * sysdeps/unix/sysv/linux/Versions: Rename open_by_handle to
229 open_by_handle_at.
230 * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
231 * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
232 * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
233 * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
234 * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
235 * sysdeps/unix/sysv/linux/syscalls.list: Likewise.
236 * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
237
748876bf
UD
2382011-04-01 Ulrich Drepper <drepper@gmail.com>
239
658e451d
UD
240 * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define O_PATH.
241 * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
242 * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
243 * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
244 * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
245 * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
246 * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
247
748876bf
UD
248 * io/Makefile: Compile fallocate.c, fallocate64.c, and
249 sync_file_range.c with -fexceptions.
250 * sysdeps/unix/sysv/linux/fallocate.c: Make cancelable.
251 * sysdeps/unix/sysv/linux/fallocate64.c: Likewise.
252 * sysdeps/unix/sysv/linux/i386/fallocate.c: Likewise.
253 * sysdeps/unix/sysv/linux/i386/fallocate64.c: Likewise.
254 * sysdeps/unix/sysv/linux/wordsize-64/fallocate.c: Likewise.
255 * sysdeps/unix/sysv/linux/sync_file_range.c: Likewise.
256 * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Mark
3167dad0
UD
257 sync_file_range as cancellation point
258 * sysdeps/unix/sysv/linux/i386/sync_file_range.c: New file. This is
259 now a wrapper around __call_sync_file_range with cancellation handling.
260 * sysdeps/unix/sysv/linux/i386/sync_file_range.S: Renamed to ...
261 * sysdeps/unix/sysv/linux/i386/call_sync_file_range.S: ...this. Change
262 function name to __call_sync_file_range.
263 * sysdeps/unix/sysv/linux/i386/Makefile [subdir=io] (sysdep_routines):
264 Add call_sync_file_range.
748876bf 265
6e63d5e1
AS
2662011-04-01 Andreas Schwab <schwab@redhat.com>
267
268 * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
748876bf 269 bits/timex.h.
6e63d5e1 270
46998f74
UD
2712011-04-01 Ulrich Drepper <drepper@gmail.com>
272
4c1423ed
UD
273 * iconv/iconv.h: Fix typo in comment.
274 * io/fcntl.h: Likewise.
275 * libio/stdio.h: Likewise.
276 * posix/spawn.h: Likewise.
277 * posix/unistd.h: Likewise.
278 * stdlib/stdlib.h: Likewise.
279 * time/time.h: Likewise.
280 * wcsmbs/wchar.h: Likewise.
281
158648c0
UD
282 * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14] (name_to_handle_at,
283 open_by_handle): Add.
284 * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define struct file_handle
285 and MAX_HANDLE_SZ. Declare name_to_handle_at and open_by_handle.
286 Augment a few comments.
287 * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
288 * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
289 * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
290 * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
291 * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
292 * sysdeps/unix/sysv/linux/syscalls.list: Add name_to_handle_at and
293 open_by_handle.
294
46998f74
UD
295 * io/fcntl.h (AT_EMPTY_PATH): Define.
296
83fe108b
UD
2972011-03-30 Ulrich Drepper <drepper@gmail.com>
298
299 * sysdeps/unix/sysv/linux/syscalls.list: Add clock_adjtime.
300 * sysdeps/unix/sysv/linux/bits/time.h: New file.
301 * sysdeps/unix/sysv/linux/sys/timex.h: Move struct timex definition
302 to...
303 * sysdeps/unix/sysv/linux/bits/timex.h: ...here. New file.
034c4e15
UD
304 * Versions.def: Add GLIBC_2.14.
305 * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14] (clock_adjtime):
306 Export.
83fe108b 307
bb242059
UD
3082011-03-22 Ulrich Drepper <drepper@gmail.com>
309
310 * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word): Increment
311 round counter.
312 * sysdeps/x86_64/cacheinfo.c (intel_check_word): Likewise.
313
c97a1282
L
3142011-03-20 H.J. Lu <hongjiu.lu@intel.com>
315
316 [BZ #12597]
317 * string/test-strncmp.c (do_page_test): New function.
318 (check2): Likewise.
319 (test_main): Call check2.
320 * sysdeps/x86_64/multiarch/strcmp.S: Properly cross page boundary.
321
2a115601
UD
3222011-03-20 Ulrich Drepper <drepper@gmail.com>
323
324 [BZ #12587]
325 * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word):
326 Handle cache information in CPU leaf 4.
327 * sysdeps/x86_64/cacheinfo.c (intel_check_word): Likewise.
328
8126d904
UD
3292011-03-18 Ulrich Drepper <drepper@gmail.com>
330
042c49c6 331 [BZ #12583]
8126d904
UD
332 * posix/fnmatch.c (fnmatch): Check size of pattern in wide
333 character representation.
334 Partly based on a patch by Tomas Hoger <thoger@redhat.com>.
335
ccfe366e
RA
3362011-03-16 Ryan S. Arnold <rsa@us.ibm.com>
337
338 * sysdeps/powerpc/powerpc32/power6/fpu/s_isnanf.S (isnanf): Fix
339 END(__isnan) to END(__isnanf) to match function entry point/label
340 EALIGN(__isnanf,...).
341
c6e13027
JJ
3422011-03-10 Jakub Jelinek <jakub@redhat.com>
343
344 * wcsmbs/wchar.h (wmemcmp): Remove __restrict qualifiers.
345
33f85a3f
UD
3462011-03-10 Ulrich Drepper <drepper@gmail.com>
347
028478fa
UD
348 [BZ #12510]
349 * elf/dl-lookup.c (do_lookup_x): For copy relocations of unique objects
350 copy from the symbol referenced in the relocation to initialize the
351 used variable.
352 Patch by Piotr Bury <pbury@goahead.com>.
353 * elf/Makefile: Add rules to build and tst-unique3.
354 * include/bits/dlfcn.h: Remove _dl_mcount_wrapper_check declaration.
355 * elf/tst-unique3.cc: New file.
356 * elf/tst-unique3.h: New file.
357 * elf/tst-unique3lib.cc: New file.
358 * elf/tst-unique3lib2.cc: New file.
359
33f85a3f
UD
360 * elf/Makefile: Don't run tst-execstack* tests of SELinux is enabled.
361
03592fc7
MF
3622011-03-10 Mike Frysinger <vapier@gentoo.org>
363
364 * sysdeps/sparc/sparc64/elf/configure.in (libc_cv_sparc64_tls): Add
365 $LDFLAGS and -nostdlib -nostartfiles to linking step. Change main
366 to _start.
03592fc7 367
6a5ee102
UD
3682011-03-06 Ulrich Drepper <drepper@gmail.com>
369
370 * elf/dl-load.c (_dl_map_object): If we are looking for the first
371 to-be-loaded object along a path to loader is ld.so.
372
7e4ba49c
HJ
3732011-03-02 Harsha Jagasia <harsha.jagasia@amd.com>
374 Ulrich Drepper <drepper@gmail.com>
375
376 * sysdeps/x86_64/memset.S: After aligning destination, code
377 branches to different locations depending on the value of
378 misalignment, when multiarch is enabled. Fix this.
379
3802011-03-02 Harsha Jagasia <harsha.jagasia@amd.com>
381
382 * sysdeps/x86_64/cacheinfo.c (init_cacheinfo):
383 Set _x86_64_preferred_memory_instruction for AMD processsors.
384 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
385 Set bit_Prefer_SSE_for_memop for AMD processors.
386
13a804de
UD
3872011-03-04 Ulrich Drepper <drepper@gmail.com>
388
389 * libio/fmemopen.c (fmemopen): Optimize a bit.
390
9d25c392
AS
3912011-03-03 Andreas Schwab <schwab@redhat.com>
392
393 * libio/fmemopen.c (fmemopen): Don't read past end of buffer.
394
a5543c6a
RM
3952011-03-03 Roland McGrath <roland@redhat.com>
396
397 * setjmp/bits/setjmp2.h: Canonicalize comment formatting.
398
012d35f7
DM
3992011-02-28 Aurelien Jarno <aurelien@aurel32.net>
400
7e4ba49c 401 * sysdeps/sparc/sparc64/multiarch/memset.S(__bzero): Call
012d35f7
DM
402 __bzero_ultra1 instead of __memset_ultra1.
403
4bff6e01
AS
4042011-02-23 Andreas Schwab <schwab@redhat.com>
405 Ulrich Drepper <drepper@gmail.com>
406
407 [BZ #12509]
408 * include/link.h (struct link_map): Add l_orig_initfini.
409 * elf/dl-load.c (_dl_map_object_from_fd): Free realname before
410 returning unsuccessfully.
411 * elf/dl-close.c (_dl_close_worker): If this is the last explicit
412 close of a file loaded at startup, restore the original l_initfini
413 list.
414 * elf/dl-deps.c (_dl_map_object_deps): Don't free old l_initfini
415 list, store the pointer.
416 * elf/Makefile ($(objpfx)noload-mem): New rule.
417 (noload-ENV): Define.
418 (tests): Add $(objpfx)noload-mem.
419 * elf/noload.c: Include <memcheck.h>.
420 (main): Call mtrace. Close all opened handles.
421
f2092faf
AS
4222011-02-17 Andreas Schwab <schwab@redhat.com>
423
424 [BZ #12454]
425 * elf/dl-deps.c (_dl_map_object_deps): Signal error early when
426 dependencies are missing.
427
6c8a2e88
ST
4282011-02-22 Samuel Thibault <samuel.thibault@ens-lyon.org>
429
f2092faf 430 Fix __if_freereq crash: Unlike the generic version which uses free,
6c8a2e88
ST
431 Hurd needs munmap.
432 * sysdeps/mach/hurd/ifreq.h: New file.
433
84a42118
PB
4342011-01-27 Petr Baudis <pasky@suse.cz>
435 Ulrich Drepper <drepper@gmail.com>
436
071f805e 437 [BZ 12445]#
84a42118
PB
438 * stdio-common/vfprintf.c (vfprintf): Pass correct newlen
439 to extend_alloca().
440 * stdio-common/bug23.c: New file.
441 * stdio-common/Makefile (tests): Add bug23.
442
e23fe25b
AS
4432010-09-28 Andreas Schwab <schwab@redhat.com>
444 Ulrich Drepper <drepper@gmail.com>
445
446 [BZ #12489]
447 * elf/rtld.c (dl_main): Move setting of GLRO(dl_init_all_dirs)
448 before performing relro protection. At old place add assertion
449 to make sure nothing changed.
450
d3f02e10
NS
4512011-02-17 Nathan Sidwell <nathan@codesourcery.com>
452 Glauber de Oliveira Costa <glommer@gmail.com>
453
454 * elf/elf.h: Add new ARM TLS relocs.
455
d55fd7a5
RA
4562011-02-16 Ryan S. Arnold <rsa@us.ibm.com>
457
458 * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h:
459 (INTERNAL_VSYSCALL_NCS INTERNAL_SYSCALL_NCS): Remove erroneous (int)
460 cast from r3.
461 * sysdeps/wordsize-64/Makefile: New file. Add tst-writev to
462 'tests' variable.
463 * sysdeps/wordsize-64/tst-writev.c: New file.
464
2206397e
RA
4652011-02-15 Ryan S. Arnold <rsa@us.ibm.com>
466
467 * sysdeps/powerpc/powerpc64/power7/Makefile: New file which adds
468 -mno-vsx to the CFLAGS-rtld.c variable to avoid using VSX registers and
469 insns in _dl_start to prevent a TOC reference before relocs are
470 resolved.
471
e9433893
UD
4722011-02-15 Ulrich Drepper <drepper@gmail.com>
473
474 [BZ #12469]
475 * Makeconfig: Remove RANLIB definition.
476 * Makerules: Don't use RANLIB.
477 * aclocal.m4: Remove ranlib test.
478 * configure.in: No need to check for ranlib.
479 * elf/rtld-Rules: Don't use RANLIB.
480
f75286c6
ST
4812011-02-16 Samuel Thibault <samuel.thibault@ens-lyon.org>
482
8e31c82d
ST
483 * sysdeps/mach/i386/sysdep.h: Add _MACH_I386_SYSDEP_H inclusion
484 protection macro.
485 * sysdeps/mach/i386/thread_state.h: Add _MACH_I386_THREAD_STATE_H
486 inclusion protection macro.
487
f75286c6
ST
488 * stdio-common/psiginfo.c (psiginfo): Check pinfo->si_signo against
489 SIGRTMIN and SIGRTMAX and print information in that case only when
490 SIGRTMIN is defined.
491
c1d0e639
JJ
4922011-02-11 Jakub Jelinek <jakub@redhat.com>
493
494 * stdio-common/printf-parsemb.c (__parse_one_specmb): Handle
495 arginfo fn returning -1.
496
497 * stdio-common/_i18n_number.h (_i18n_number_rewrite): Ensure decimal
498 and thousands string is zero terminated.
499
edf9294e
AS
5002011-02-03 Andreas Schwab <schwab@redhat.com>
501
502 * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Sync with
503 sysdeps/unix/sysv/linux/bits/socket.h.
504
2b7e92df
ST
5052011-01-30 Samuel Thibault <samuel.thibault@ens-lyon.org>
506
edf9294e
AS
507 * bits/sched.h (__CPU_ZERO, __CPU_SET, __CPU_CLR, __CPU_ISSET)
508 (__CPU_COUNT): Remove old macros.
509 (__CPU_ZERO_S, __CPU_SET_S, __CPU_CLR_S, __CPU_ISSET_S)
510 (__CPU_COUNT, __CPU_EQUAL_S, __CPU_OP_S, __CPU_ALLOC_SIZE)
511 (__CPU_ALLOC, __CPU_FREE): Add macros.
2b7e92df
ST
512 (__sched_cpualloc, __sched_cpufree): Add declarations.
513
a4c7ea7b
UD
5142011-02-05 Ulrich Drepper <drepper@gmail.com>
515
516 * nscd/nscd-client.h: Define MAX_TIMEOUT_VALUE.
517 (struct datahead): Reuse 32 bits of the alignment for a TTL field.
518 * nscd/aicache.c (addhstaiX): Return timeout of added value.
519 (readdhstai): Return value of addhstaiX call.
520 * nscd/grpcache.c (cache_addgr): Return timeout of added value.
521 (addgrbyX): Return value returned by cache_addgr.
522 (readdgrbyname): Return value returned by addgrbyX.
523 (readdgrbygid): Likewise.
524 * nscd/pwdcache.c (cache_addpw): Return timeout of added value.
525 (addpwbyX): Return value returned by cache_addpw.
526 (readdpwbyname): Return value returned by addhstbyX.
527 (readdpwbyuid): Likewise.
528 * nscd/servicescache.c (cache_addserv): Return timeout of added value.
529 (addservbyX): Return value returned by cache_addserv.
530 (readdservbyname): Return value returned by addservbyX:
531 (readdservbyport): Likewise.
532 * nscd/hstcache.c (cache_addhst): Return timeout of added value.
533 (addhstbyX): Return value returned by cache_addhst.
534 (readdhstbyname): Return value returned by addhstbyX.
535 (readdhstbyaddr): Likewise.
536 (readdhstbynamev6): Likewise.
537 (readdhstbyaddrv6): Likewise.
538 * nscd/initgrcache.c (addinitgroupsX): Return timeout of added value.
539 (readdinitgroups): Return value returned by addinitgroupsX.
540 * nscd/cache.c (readdfcts): Change return value of functions to time_t.
541 (prune_cache): Keep track of timeout value of re-added entries.
542 * nscd/connections.c (nscd_run_prune): Use MAX_TIMEOUT_VALUE.
543 * nscd/nscd.h: Adjust prototypes of readd* functions.
544
a0bf67cc
RM
5452011-02-04 Roland McGrath <roland@redhat.com>
546
547 * nis/nis_server.c (nis_servstate): Use the right name for 0.
548 (nis_stats): Likewise.
549 * nis/nis_modify.c (nis_modify): Likewise.
550 * nis/nis_remove.c (nis_remove): Likewise.
551 * nis/nis_add.c (nis_add): Likewise.
552
553 * elf/dl-object.c (_dl_new_object): Remove unused variable L.
554
555 * posix/fnmatch_loop.c: Add some consts.
556
557 * sysdeps/x86_64/multiarch/memset-x86-64.S: Add an #undef.
558
435b95eb
L
5592011-02-02 H.J. Lu <hongjiu.lu@intel.com>
560
561 [BZ #12460]
562 * config.make.in (config-cflags-novzeroupper): Define.
563 * configure.in: Substitute libc_cv_cc_novzeroupper.
564 * elf/Makefile (AVX-CFLAGS): Define.
565 (CFLAGS-tst-audit4.c): Replace -mavx with $(AVX-CFLAGS).
566 (CFLAGS-tst-auditmod4a.c): Likewise.
567 (CFLAGS-tst-auditmod4b.c): Likewise.
568 (CFLAGS-tst-auditmod6b.c): Likewise.
569 (CFLAGS-tst-auditmod6c.c): Likewise.
570 (CFLAGS-tst-auditmod7b.c): Likewise.
571 * sysdeps/i386/configure.in: Check -mno-vzeroupper.
572
8517b15e
UD
5732011-02-02 Ulrich Drepper <drepper@gmail.com>
574
575 * elf/dl-runtime.c (_dl_call_pltexit): Pass correct address of the
576 function to the callback.
577 Patch partly by Jiri Olsa <jolsa@redhat.com>.
578
10a656fe
AS
5792011-02-02 Andreas Schwab <schwab@redhat.com>
580
581 * shadow/sgetspent.c: Check return value of __sgetspent_r instead
582 of errno.
583
968dad0a
UD
5842011-01-19 Ulrich Drepper <drepper@gmail.com>
585
9f94d2ea 586 [BZ #11724]
968dad0a
UD
587 * elf/dl-deps.c (_dl_map_object_deps): Rewrite sorting determining order
588 of constructors.
589 * elf/dl-fini.c (_dl_sort_fini): Rewrite sorting determining order
590 of destructors.
591 (_dl_fini): Don't call _dl_sort_fini if there is only one object.
592
593 [BZ #11724]
594 * elf/Makefile: Add rules to build and run new test.
595 * elf/tst-initorder.c: New file.
596 * elf/tst-initorder.exp: New file.
597 * elf/tst-initordera1.c: New file.
598 * elf/tst-initordera2.c: New file.
599 * elf/tst-initordera3.c: New file.
600 * elf/tst-initordera4.c: New file.
601 * elf/tst-initorderb1.c: New file.
602 * elf/tst-initorderb2.c: New file.
603 * elf/tst-order-a1.c: New file.
604 * elf/tst-order-a2.c: New file.
605 * elf/tst-order-a3.c: New file.
606 * elf/tst-order-a4.c: New file.
607 * elf/tst-order-b1.c: New file.
608 * elf/tst-order-b2.c: New file.
609 * elf/tst-order-main.c: New file.
610 New test case by George Gensure <werkt0@gmail.com>.
611
86e92359
UD
6122010-10-01 Andreas Schwab <schwab@redhat.com>
613
614 * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't discard result of
615 decoding ACE if AI_CANONIDN.
616
5d5732b0
UD
6172011-01-18 Ulrich Drepper <drepper@gmail.com>
618
619 * elf/Makefile: Build IFUNC tests unless multi-arch = no.
620
a77e8cbc
UD
6212011-01-17 Ulrich Drepper <drepper@gmail.com>
622
6392473f
UD
623 * version.h (RELEASE): Bump for 2.13 release.
624 * include/features.h: (__GLIBC_MINOR__): Bump to 13.
625
620a0529
UD
626 * io/fcntl.h: Define AT_NO_AUTOMOUNT.
627
18ba70a5
UD
628 * sysdeps/unix/sysv/linux/i386/bits/mman.h: Define MADV_HUGEPAGE and
629 MADV_NOHUGEPAGE.
32465c3e
UD
630 * sysdeps/unix/sysv/linux/ia64/bits/mman.h: Likewise.
631 * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Likewise.
632 * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
633 * sysdeps/unix/sysv/linux/sh/bits/mman.h: Likewise.
634 * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
635 * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Likewise.
636
c0dafcf1
UD
637 * posix/getconf.c: Update copyright year.
638 * catgets/gencat.c: Likewise.
639 * csu/version.c: Likewise.
640 * debug/catchsegv.sh: Likewise.
641 * debug/xtrace.sh: Likewise.
642 * elf/ldconfig.c: Likewise.
643 * elf/ldd.bash.in: Likewise.
644 * elf/sprof.c (print_version): Likewise.
645 * iconv/iconv_prog.c: Likewise.
646 * iconv/iconvconfig.c: Likewise.
647 * locale/programs/locale.c: Likewise.
648 * locale/programs/localedef.c: Likewise.
649 * malloc/memusage.sh: Likewise.
650 * malloc/mtrace.pl: Likewise.
651 * nscd/nscd.c (print_version): Likewise.
652 * nss/getent.c: Likewise.
653
a77e8cbc
UD
654 * sysdeps/unix/sysv/linux/bits/socket.h: Define AF_CAIF, AF_ALG,
655 PF_CAIF, and PF_ALG.
656 * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
657
77e8bddf
AS
6582011-01-16 Andreas Schwab <schwab@linux-m68k.org>
659
1f20b93a
AS
660 * elf/Makefile (tlsmod17a-modules, tlsmod18a-modules): Define.
661 (modules-names): Use them.
662 (ifunc-test-modules, ifunc-pie-tests): Define.
663 (extra-test-objs): Add tlsmod17a-modules, tlsmod18a-modules,
664 tst-pie1, ifunc-test-modules and ifunc-pie-tests objects.
665 (test-extras): Likewise.
666 ($(patsubst %,$(objpfx)%.os,$(tlsmod17a-modules))): Use
667 $(compile-command.c).
668 ($(patsubst %,$(objpfx)%.os,$(tlsmod18a-modules))): Likewise.
669 (all-built-dso): Define.
670 (check-textrel.out, check-execstack.out): Depend on it.
671
77e8bddf
AS
672 * configure.in: Don't override --enable-multi-arch.
673
bc425b33
UD
6742011-01-15 Ulrich Drepper <drepper@gmail.com>
675
676 [BZ #6812]
677 * nscd/hstcache.c (tryagain): Define.
678 (cache_addhst): Return tryagain not notfound for temporary errors.
679 (addhstbyX): Also set h_errno to TRY_AGAIN when memory allocation
680 failed.
681
794c3ad3
UD
6822011-01-14 Ulrich Drepper <drepper@gmail.com>
683
70181fdd
UD
684 [BZ #10563]
685 * sysdeps/unix/sysv/linux/i386/setgroups.c: Use INLINE_SETXID_SYSCALL
686 to make the syscall.
687 * sysdeps/unix/sysv/linux/setgroups.c: New file.
688
794c3ad3
UD
689 [BZ #12378]
690 * posix/fnmatch_loop.c (FCT): When matching '[' keep track of beginning
691 and fall back to matching as normal character if the string ends before
692 the matching ']' is found. This is what POSIX requires.
693 * posix/testfnm.c: Adjust test result.
694 * posix/globtest.sh: Adjust test result. Add new test.
695 * posix/tst-fnmatch.input: Likewise.
696 * posix/tst-fnmatch2.c: Add new test.
697
68dc9497
AS
6982010-12-28 Andreas Schwab <schwab@linux-m68k.org>
699
700 * elf/Makefile (check-execstack): Revert last change. Depend on
701 check-execstack.h.
702 (check-execstack.h): New target.
703 (generated): Add check-execstack.h.
704 * elf/check-execstack.c: Include "check-execstack.h".
705 (main): Revert last change.
706 (handle_file): Return zero if GNU_STACK is absent and
707 DEFAULT_STACK_PERMS doesn't include PF_X.
708
451f001b
UD
7092011-01-13 Ulrich Drepper <drepper@gmail.com>
710
cfa28e56
UD
711 * sysdeps/posix/spawni.c (__spawni): Don't fail if close file action
712 in child fails because the descriptor is already closed.
8cf8ce17
UD
713 * include/sys/resource.h: Add libc_hidden_proto for getrlimit64.
714 * sysdeps/unix/sysv/linux/getrlimit64.c: Add libc_hidden_def.
715 * sysdeps/unix/sysv/linux/i386/getrlimit64.c: Likewise.
cfa28e56 716
1086d70d
UD
717 [BZ #12397]
718 * sysdeps/unix/sysv/linux/mkdirat.c (mkdirat): Fix handling of missing
719 syscall.
720
451f001b
UD
721 [BZ #10484]
722 * nss/nss_files/files-hosts.c (HOST_DB_LOOKUP): Handle overflows of
723 temporary buffer used to handle multi lookups locally.
a85b5cb4 724 * include/alloca.h: Add libc_hidden_proto for __libc_alloca_cutoff.
451f001b 725
08769175
UD
7262011-01-12 Ulrich Drepper <drepper@gmail.com>
727
728 * elf/dl-dst.h (DL_DST_REQUIRED): Allow l_origin to be NULL when
729 loader is ld.so.
730
5e49c52e
UD
7312011-01-10 Paul Pluzhnikov <ppluzhnikov@google.com>
732
733 * sysdeps/i386/Makefile: stdlib/cxa_finalize.c needs 16-byte stack
734 alignment for SSE2.
735
60522a5f
UD
7362011-01-12 Ulrich Drepper <drepper@gmail.com>
737
738 [BZ #12394]
739 * stdio-common/printf_fp.c (__printf_fp): Add more room for grouping
740 characters. When rounding increased number of integer digits recompute
741 number of groups.
742 * stdio-common/tst-grouping.c: New file.
743 * stdio-common/Makefile: Add rules to build and run tst-grouping.
744
f257bbd7
UD
7452011-01-09 Ulrich Drepper <drepper@gmail.com>
746
747 * sysdeps/i386/bits/select.h: Don't use asm code for __FD_SET,
748 __FD_CLR, and __FS_ISSET. gcc generates better code on its own.
749
750 * sysdeps/x86_64/bits/select.h: Mark value of __FD_SET and __FD_CLR as
751 void.
752 * bits/select.h: Likewise.
753
fa9c15cb
UD
7542011-01-08 Ulrich Drepper <drepper@gmail.com>
755
756 * po/ja.po: Update from translation team.
757
16c2895f
DM
7582011-01-04 David S. Miller <davem@sunset.davemloft.net>
759
760 [BZ #11155]
761 * sysdeps/unix/sysv/linux/sparc/sparc64/fxstat.c: Use i386's
762 implementation just like for lxstat, fxstatat, et al.
763
2543fef2
JM
7642010-12-27 Jim Meyering <meyering@redhat.com>
765
766 [BZ #12348]
767 * posix/regexec.c (build_trtable): Return failure indication upon
768 calloc failure. Otherwise, re_search_internal could infloop on OOM.
769
98727dbe
UD
7702010-12-25 Ulrich Drepper <drepper@gmail.com>
771
5bd6dc5c
UD
772 [BZ #12201]
773 * sysdeps/unix/sysv/linux/getrlimit64.c: New file.
774 * sysdeps/unix/sysv/linux/setrlimit64.c: New file.
775 * sysdeps/unix/sysv/linux/i386/getrlimit64.c: Use ../getrlimit64.c.
776 * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_PRLIMIT64.
777
97983464
UD
778 [BZ #12207]
779 * malloc/malloc.c (do_check_malloc_state): Use fastbin macro.
780
98727dbe
UD
781 [BZ #12204]
782 * string/xpg-strerror.c (__xpg_strerror_r): Return error code, not -1.
783 * sysdeps/mach/xpg-strerror.c (__xpg_strerror_r): Likewise.
784
4a531bb0
L
7852010-12-15 H.J. Lu <hongjiu.lu@intel.com>
786
787 * config.h.in (NO_CTORS_DTORS_SECTIONS): Define.
788 * configure.in: Define NO_CTORS_DTORS_SECTIONS if linker
789 script has SORT_BY_INIT_PRIORITY.
790 * elf/sofini.c: Remove `.ctors' and `.dtors' sections if
791 NO_CTORS_DTORS_SECTIONS is defined.
792 * elf/soinit.c: Likewise.
793 * sysdeps/i386/init-first.c: Don't call __libc_global_ctors if
794 NO_CTORS_DTORS_SECTIONS is defined.
795 * sysdeps/mach/hurd/i386/init-first.c: Likewise.
796 * sysdeps/mach/hurd/powerpc/init-first.c: Likewise.
797 * sysdeps/sh/init-first.c: Likewise.
798 * sysdeps/unix/sysv/linux/init-first.c: Likewise.
799
07eb4b71
UD
8002010-12-24 Ulrich Drepper <drepper@gmail.com>
801
802 * stdio-common/vfprintf.c (vfprintf): If printf handlers are installed
803 always use the slow path.
804
30950a5f
RA
8052010-12-15 Ryan S. Arnold <rsa@us.ibm.com>
806
807 * elf/Makefile: (check-execstack): Replace $(native-compile) with a
808 similar rule which adds the sysdep directories to the header search in
809 order to pick up the correct platform stackinfo.h.
810 * elf/check-execstack.c (main): Check DEFAULT_STACK_PERMS for PF_X and
811 perform test if it is, otherwise return successfully without testing.
812 * elf/dl-load.c (_dl_map_object_from_fd): Source stack_flags from
813 DEFAULT_STACK_PERMS define in stackinfo.h.
814 * elf/dl-support.c (_dl_stack_flags): Source from DEFAULT_STACK_PERMS
815 defined in stackinfo.h.
816 * elf/rtld.c (_dl_starting_up): Source ._dl_stack_flags from
817 DEFAULT_STACK_PERMS defined in stackinfo.h.
818 * sysdeps/i386/stackinfo.h: Define DEFAULT_STACK_PERMS with PF_X.
819 * sysdeps/ia64/stackinfo.h: Likewise.
820 * sysdeps/s390/stackinfo.h: Likewise.
821 * sysdeps/sh/stackinfo.h: Likewise.
822 * sysdeps/sparc/stackinfo.h: Likewise.
823 * sysdeps/x86_64/stackinfo.h: Likewise.
824 * sysdeps/powerpc/stackinfo.h: Define DEFAULT_STACK_PERMS without
825 PF_X for powerpc64. Retain PF_X for powerpc32.
826
db753e2c
UD
8272010-12-19 Ulrich Drepper <drepper@gmail.com>
828
14b697f7
UD
829 * sysdeps/unix/readdir_r.c (__READDIR_R): Compute reclen more
830 accurately.
db753e2c
UD
831 * sysdeps/unix/sysv/linux/wordsize-64/readdir_r.c: Define
832 GETDENTS_64BIT_ALIGNED.
833
28300719
UD
8342010-12-14 Ulrich Drepper <dreper@gmail.com>
835
14b697f7 836 * sysdeps/i386/i686/multiarch/strcmp.S: Undo accidental checkin.
28300719 837
4f197237
AS
8382010-12-10 Andreas Schwab <schwab@redhat.com>
839
dbb0472f
AS
840 * wcsmbs/wchar.h (wcpcpy, wcpncpy): Only declare under
841 _GNU_SOURCE.
842
4f197237
AS
843 * wcsmbs/wchar.h (wcpcpy, wcpncpy): Add __restrict.
844 * wcsmbs/bits/wchar2.h (__wmemmove_chk_warn, wmemmove, wmemset):
845 Remove __restrict.
846 (wcscpy, __wcpcpy_chk, __wcpcpy_alias, wcpcpy, wcsncpy, wcpncpy)
847 (wcscat, wcsncat, __wcrtomb_chk, wcrtomb): Add __restrict.
848
fb88ac72
UD
8492010-12-09 Ulrich Drepper <drepper@gmail.com>
850
851 [BZ #11655]
852 * stdlib/msort.c (qsort_r): Make sure both phys_pages and pagesize
853 are initialized.
854
42acbb92
JJ
8552010-12-09 Jakub Jelinek <jakub@redhat.com>
856
857 * string/bits/string3.h (memmove, bcopy): Remove __restrict.
858
c038d98d
UD
8592010-12-03 Ulrich Drepper <drepper@gmail.com>
860
861 * po/it.po: Update from translation team.
862
3a4a2499
L
8632010-12-01 H.J. Lu <hongjiu.lu@intel.com>
864
865 * sysdeps/i386/i686/multiarch/strcmp-ssse3.S (STRCMP): Remove
866 unused codes.
867
1e24cf6e
UD
8682010-11-30 Ulrich Drepper <drepper@gmail.com>
869
870 * sysdeps/i386/fpu/libm-test-ulps: Relax ynf(10,0.75) test expectations.
871
a7690819
AS
8722010-11-24 Andreas Schwab <schwab@redhat.com>
873
874 * resolv/nss_dns/dns-host.c (getanswer_r): Don't handle ttl == 0
875 specially.
876 (gaih_getanswer_slice): Likewise.
877
3bf8d1b1
JJ
8782010-10-20 Jakub Jelinek <jakub@redhat.com>
879
880 * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Fix up inline asm.
881
6db52fbb
PB
8822010-05-31 Petr Baudis <pasky@suse.cz>
883
884 [BZ #11149]
885 * elf/ldconfig.c (main): Allow aux_cache_file open()ing to fail
886 silently even in the chroot mode.
887
eaca7569
UD
8882010-11-22 Ulrich Drepper <drepper@gmail.com>
889
890 * nis/nss_compat/compat-initgroups.c (internal_getgrent_r): Optimize
891 last patch a bit. Pretty printing
892
3056dcdb
UD
8932010-05-31 Petr Baudis <pasky@suse.cz>
894
895 [BZ #10085]
896 * nis/nss_compat/compat-initgroups.c (internal_getgrent_r): Fix
897 initialization of skip_initgroups_dyn.
898
cf7c9078
UD
8992010-11-19 Ulrich Drepper <drepper@gmail.com>
900
901 * sysdeps/unix/sysv/linux/i386/bits/mman.h: Define MAP_HUGETLB.
902 * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Likewise.
903
a1fb5e3e
UD
9042010-11-16 Ulrich Drepper <drepper@gmail.com>
905
906 * sysdeps/unix/sysv/linux/sys/swap.h (SWAP_FLAG_DISCARD): Define.
907
3540d66b
AS
9082010-11-11 Andreas Schwab <schwab@redhat.com>
909
910 * posix/fnmatch_loop.c (NEW_PATTERN): Fix use of alloca.
911 * posix/Makefile (tests): Add $(objpfx)tst-fnmatch-mem.
912 (tst-fnmatch-ENV): Set MALLOC_TRACE.
913 ($(objpfx)tst-fnmatch-mem): New rule.
914 (generated): Add tst-fnmatch-mem and tst-fnmatch.mtrace.
915 * posix/tst-fnmatch.c (main): Call mtrace.
916
13b69574
L
9172010-11-11 H.J. Lu <hongjiu.lu@intel.com>
918
919 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
920 Support Intel processor model 6 and model 0x2c.
921
da93d214
LM
9222010-11-10 Luis Machado <luisgpm@br.ibm.com>
923
924 * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c (__ieee754_sqrtl): Force
925 signed comparison.
926
8ca52c6e
L
9272010-11-09 H.J. Lu <hongjiu.lu@intel.com>
928
929 [BZ #12205]
930 * string/test-strncasecmp.c (check_result): New function.
931 (do_one_test): Use it.
932 (check1): New function.
933 (test_main): Use it.
934 * sysdeps/i386/i686/multiarch/strcmp.S (nibble_ashr_use_sse4_2_exit):
935 Support strcasecmp and strncasecmp.
936
69da074d
UD
9372010-11-08 Ulrich Drepper <drepper@gmail.com>
938
939 [BZ #12194]
940 * sysdeps/i386/bits/byteswap.h: Avoid warning in __bswap_16.
941 * sysdeps/x86_64/bits/byteswap.h: Likewise.
942
ff02d528
L
9432010-11-07 H.J. Lu <hongjiu.lu@intel.com>
944
945 * sysdeps/x86_64/memset.S: Check USE_MULTIARCH and USE_SSE2 for
946 IFUNC support.
947 * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
948 memset-x86-64.
949 * sysdeps/x86_64/multiarch/bzero.S: New file.
950 * sysdeps/x86_64/multiarch/cacheinfo.c: New file.
951 * sysdeps/x86_64/multiarch/memset-x86-64.S: New file.
952 * sysdeps/x86_64/multiarch/memset.S: New file.
953 * sysdeps/x86_64/multiarch/memset_chk.S: New file.
954 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
955 Set bit_Prefer_SSE_for_memop for Intel processors.
956 * sysdeps/x86_64/multiarch/init-arch.h (bit_Prefer_SSE_for_memop):
957 Define.
958 (index_Prefer_SSE_for_memop): Define.
959 (HAS_PREFER_SSE_FOR_MEMOP): Define.
960
344d0b54
LM
9612010-11-04 Luis Machado <luisgpm@br.ibm.com>
962
963 * sysdeps/powerpc/powerpc32/power7/mempcpy.S: New file.
964 * sysdeps/powerpc/powerpc64/power7/mempcpy.S: New file.
965
c0dde15b
UD
9662010-11-03 H.J. Lu <hongjiu.lu@intel.com>
967
968 [BZ #12191]
969 * sysdeps/i386/i686/cacheinfo.c (__x86_64_raw_data_cache_size): New.
970 (__x86_64_raw_data_cache_size_half): Likewise.
971 (__x86_64_raw_shared_cache_size): Likewise.
972 (__x86_64_raw_shared_cache_size_half): Likewise.
973
974 * sysdeps/x86_64/cacheinfo.c (__x86_64_raw_data_cache_size): New.
975 (__x86_64_raw_data_cache_size_half): Likewise.
976 (__x86_64_raw_shared_cache_size): Likewise.
977 (__x86_64_raw_shared_cache_size_half): Likewise.
978 (init_cacheinfo): Set __x86_64_raw_data_cache_size,
979 __x86_64_raw_data_cache_size_half, __x86_64_raw_shared_cache_size
980 and __x86_64_raw_shared_cache_size_half. Round
981 __x86_64_data_cache_size_half, __x86_64_data_cache_size
982 __x86_64_shared_cache_size_half and __x86_64_shared_cache_size,
983 to multiple of 256 bytes.
984
0e516e0e
MS
9852010-11-03 Ulrich Drepper <drepper@gmail.com>
986
987 [BZ #12167]
988 * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Recognize new mangling
989 of inacessible symlinks. Verify result of symlink before returning it.
990 * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r): Likewise.
991 Patch mostly by Miklos Szeredi <miklos@szeredi.hu>.
992
0e012e87
ER
9932010-10-28 Erich Ritz <erichritz@gmail.com>
994
995 * math/math.h (isinf): Fix typo in comment.
996
de0ff7bc
UD
9972010-11-01 Ulrich Drepper <drepper@gmail.com>
998
999 * po/da.po: Update from translation team.
1000
fa41c84d
UD
10012010-10-26 Ulrich Drepper <drepper@gmail.com>
1002
1003 * elf/rtld.c (dl_main): Move assertion after the point where rtld map
1004 is added to the list.
1005
f0967738
AK
10062010-10-20 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
1007 Ulrich Drepper <drepper@gmail.com>
1008
1009 * elf/dl-object.c (_dl_new_object): Don't append the new object to
1010 the global list here. Move code to...
1011 (_dl_add_to_namespace_list): ...here. New function.
1012 * elf/rtld.c (dl_main): Invoke _dl_add_to_namespace_list.
1013 * sysdeps/generic/ldsodefs.h (_dl_add_to_namespace_list): Declare.
1014 * elf/dl-load.c (lose): Don't remove the element from the list.
1015 (_dl_map_object_from_fd): Invoke _dl_add_to_namespace_list.
1016 (_dl_map_object): Likewise.
1017
10182010-10-25 Ulrich Drepper <drepper@gmail.com>
dbf3a069
RL
1019
1020 [BZ #12159]
1021 * sysdeps/x86_64/multiarch/strchr.S: Fix propagation of search byte
1022 into all bytes of SSE register.
1023 Patch by Richard Li <richardpku@gmail.com>.
1024
f0967738 10252010-10-24 Ulrich Drepper <drepper@gmail.com>
fdc0f374
UD
1026
1027 [BZ #12140]
1028 * malloc/malloc.c (_int_free): Fill correct number of bytes when
1029 perturbing.
1030
d0b9e94f
MB
10312010-10-20 Michael B. Brutman <brutman@us.ibm.com>
1032
1033 * sysdeps/powerpc/dl-procinfo.c: Add support for ppca2 platform
1034 * sysdeps/powerpc/dl-procinfo.h: Add support for ppca2 platform
1035 * sysdeps/powerpc/powerpc32/a2/memcpy.S: New file.
1036 * sysdeps/powerpc/powerpc64/a2/memcpy.S: Likewise.
1037 * sysdeps/unix/sysv/linux/powerpc/powerpc32/a2/Implies: New
1038 submachine.
1039 * sysdeps/unix/sysv/linux/powerpc/powerpc64/a2/Implies: Likewise.
1040
8e9f92e9
AS
10412010-10-22 Andreas Schwab <schwab@redhat.com>
1042
1043 * include/dlfcn.h (__RTLD_SECURE): Define.
1044 * elf/dl-load.c (_dl_map_object): Remove preloaded parameter. Use
1045 mode & __RTLD_SECURE instead.
1046 (open_path): Rename preloaded parameter to secure.
1047 * sysdeps/generic/ldsodefs.h (_dl_map_object): Adjust declaration.
1048 * elf/dl-open.c (dl_open_worker): Adjust call to _dl_map_object.
1049 * elf/dl-deps.c (openaux): Likewise.
1050 * elf/rtld.c (struct map_args): Remove is_preloaded.
1051 (map_doit): Don't use it.
1052 (dl_main): Likewise.
1053 (do_preload): Use __RTLD_SECURE instead of is_preloaded.
1054 (dlmopen_doit): Add __RTLD_SECURE to mode bits.
1055
bc96fbda
AS
10562010-09-09 Andreas Schwab <schwab@redhat.com>
1057
1058 * Makeconfig (sysd-rules-patterns): Add rtld-%:rtld-%.
1059 (sysd-rules-targets): Remove duplicates.
1060 * elf/rtld-Rules ($(objpfx)rtld-%.os): Add pattern rules with
1061 rtld-%.$o dependency.
1062
22cd1c9b
AS
10632010-10-18 Andreas Schwab <schwab@redhat.com>
1064
1065 * elf/dl-open.c (dl_open_worker): Don't expand DST here, let
1066 _dl_map_object do it.
1067
18edac48
UD
10682010-10-19 Ulrich Drepper <drepper@gmail.com>
1069
1070 * sysdeps/i386/bits/mathdef.h (FP_FAST_FMA): If the GCC 4.6 port has
1071 fast fma builtins, define the macros in the C99 standard.
1072 (FP_FAST_FMAF): Likewise.
1073 (FP_FAST_FMAL): Likewise.
1074 * sysdeps/x86_64/bits/mathdef.h: Likewise.
1075
1076 * bits/mathdef.h: Update copyright year.
1077 * sysdeps/powerpc/bits/mathdef.h: Likewise.
1078
d2050124
MM
10792010-10-19 Michael Meissner <meissner@linux.vnet.ibm.com>
1080
1081 * bits/mathdef.h (FP_FAST_FMA): If the GCC 4.6 port has fast fma
1082 builtins, define the macros in the C99 standard.
1083 (FP_FAST_FMAF): Likewise.
1084 (FP_FAST_FMAL): Likewise.
1085 * sysdeps/powerpc/bits/mathdef.h (FP_FAST_FMA): Define, ppc as
1086 multiply/add.
1087 (FP_FAST_FMAF): Likewise.
1088
475facd1
JJ
10892010-10-15 Jakub Jelinek <jakub@redhat.com>
1090
1091 [BZ #3268]
1092 * math/libm-test.inc (fma_test): Some new testcases.
1093 * sysdeps/ieee754/ldbl-128/s_fmal.c: New file.
1094 * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Fix fma with finite x and
1095 y and infinite z. Do multiplication by C already in long double.
1096 * sysdeps/ieee754/ldbl-96/s_fmal.c: New file.
1097 * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Fix fma with finite x and
1098 y and infinite z. Do bitwise or of inexact bit into u.d.
1099 * sysdeps/ieee754/ldbl-64-128/s_fmal.c: New file.
1100 * sysdeps/i386/fpu/s_fmaf.S: Removed.
1101 * sysdeps/i386/fpu/s_fma.S: Removed.
1102 * sysdeps/i386/fpu/s_fmal.S: Removed.
1103
7c08a05c
JJ
11042010-10-16 Jakub Jelinek <jakub@redhat.com>
1105
1106 [BZ #3268]
1107 * math/libm-test.inc (fma_test): Add IEEE quad long double fmal tests.
1108 * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Ensure a1 + u.d
1109 computation is not scheduled after fetestexcept. Fix value
1110 of minimum denormal long double.
1111
f3f7372d
JJ
11122010-10-14 Jakub Jelinek <jakub@redhat.com>
1113
1114 [BZ #3268]
1115 * math/libm-test.inc (fma_test): Add some more tests.
1116 * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Handle underflows
1117 correctly.
1118
14d43591
AS
11192010-10-15 Andreas Schwab <schwab@redhat.com>
1120
1121 * scripts/data/localplt-s390-linux-gnu.data: New file.
1122 * scripts/data/localplt-s390x-linux-gnu.data: New file.
1123
5e908464
JJ
11242010-10-13 Jakub Jelinek <jakub@redhat.com>
1125
1126 [BZ #3268]
1127 * math/libm-test.inc (fma_test): Some more fmaf and fma tests.
1128 * sysdeps/i386/i686/multiarch/s_fma.c: Include ldbl-96 version
1129 instead of dbl-64.
1130 * sysdeps/i386/fpu/bits/mathinline.h (fma, fmaf, fmal): Remove
1131 inlines.
1132 * sysdeps/ieee754/ldbl-96/s_fma.c: New file.
1133 * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Fix exponent adjustment
1134 if one of x and y is very large and the other is subnormal.
1135 * sysdeps/s390/fpu/s_fmaf.c: New file.
1136 * sysdeps/s390/fpu/s_fma.c: New file.
1137 * sysdeps/powerpc/fpu/s_fmaf.S: New file.
1138 * sysdeps/powerpc/fpu/s_fma.S: New file.
1139 * sysdeps/powerpc/powerpc32/fpu/s_fma.S: New file.
1140 * sysdeps/powerpc/powerpc64/fpu/s_fma.S: New file.
1141 * sysdeps/unix/sysv/linux/s390/fpu/s_fma.c: New file.
1142
11432010-10-12 Jakub Jelinek <jakub@redhat.com>
1144
1145 [BZ #3268]
1146 * math/libm-test.inc (fma_test): Add some more fmaf tests, add
1147 fma tests.
1148 * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Fix Inf/Nan check.
1149 * sysdeps/ieee754/dbl-64/s_fma.c: New file.
1150 * sysdeps/i386/i686/multiarch/s_fma.c: Include
1151 sysdeps/ieee754/dbl-64/s_fma.c instead of math/s_fma.c.
1152 * sysdeps/x86_64/multiarch/s_fma.c: Likewise.
1153 * sysdeps/ieee754/ldbl-opt/s_fma.c: Likewise.
1154 * sysdeps/ieee754/ldbl-128/s_fma.c: New file.
1155
b833d51f
UD
11562010-10-12 Ulrich Drepper <drepper@redhat.com>
1157
1158 [BZ #12078]
1159 * posix/regcomp.c (parse_branch): One more memory leak plugged.
1160 * posix/bug-regex31.input: Add test case.
1161
1751705d
UD
11622010-10-11 Ulrich Drepper <drepper@gmail.com>
1163
e9b9cbf5
UD
1164 * posix/bug-regex31.c: Rewrite to run multiple tests from stdin.
1165 * posix/bug-regex31.input: New file.
1166
1167 [BZ #12078]
1168 * posix/regcomp.c (parse_branch): Free memory when allocation failed.
1169 (parse_sub_exp): Fix last change, use postorder.
1170
ef06edbe
UD
1171 * posix/bug-regex31.c: New file.
1172 * posix/Makefile: Add rules to build and run bug-regex31.
1173
a129c80d
UD
1174 * posix/regcomp.c (parse_bracket_exp): Add missing re_free calls.
1175
1176 [BZ #12078]
1177 * posix/regcomp.c (parse_sub_exp): Free tree data when it is not used.
1178
b76b818e
UD
1179 [BZ #12108]
1180 * stdio-common/psiginfo.c (psiginfo): Don't expext SIGRTMIN..SIGRTMAX
1181 to have entries in sys_siglist.
1182
1751705d
UD
1183 [BZ #12093]
1184 * sysdeps/unix/sysv/linux/check_pf.c (__check_pf): ->ifa_addr might
1185 be NULL.
1186
9ff8d36f
JJ
11872010-10-07 Jakub Jelinek <jakub@redhat.com>
1188
1189 [BZ #3268]
1190 * math/libm-test.inc (fma_test): Add 2 fmaf tests.
1191 * sysdeps/ieee754/dbl-64/s_fmaf.c: New file.
1192 * sysdeps/i386/i686/multiarch/s_fmaf.c: Include
1193 sysdeps/ieee754/dbl-64/s_fmaf.c instead of math/s_fmaf.c.
1194 * sysdeps/x86_64/multiarch/s_fmaf.c: Likewise.
1195 * include/fenv.h (feupdateenv, fetestexcept): Add libm_hidden_proto.
1196 * math/feupdateenv.c (feupdateenv): Add libm_hidden_ver.
1197 * sysdeps/i386/fpu/feupdateenv.c (feupdateenv): Likewise.
1198 * sysdeps/powerpc/fpu/feupdateenv.c (feupdateenv): Likewise.
1199 * sysdeps/x86_64/fpu/feupdateenv.c (feupdateenv): Likewise.
1200 * sysdeps/sparc/fpu/feupdateenv.c (feupdateenv): Likewise.
1201 * sysdeps/ia64/fpu/feupdateenv.c (feupdateenv): Add libm_hidden_def.
1202 * sysdeps/s390/fpu/feupdateenv.c (feupdateenv): Likewise.
1203 * math/ftestexcept.c (fetestexcept): Likewise.
1204 * sysdeps/ia64/fpu/ftestexcept.c (fetestexcept): Likewise.
1205 * sysdeps/i386/fpu/ftestexcept.c (fetestexcept): Likewise.
1206 * sysdeps/s390/fpu/ftestexcept.c (fetestexcept): Likewise.
1207 * sysdeps/powerpc/fpu/ftestexcept.c (fetestexcept): Likewise.
1208 * sysdeps/x86_64/fpu/ftestexcept.c (fetestexcept): Likewise.
1209 * sysdeps/sparc/fpu/ftestexcept.c (fetestexcept): Likewise.
1210 * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
1211
af325969
UD
12122010-10-11 Ulrich Drepper <drepper@gmail.com>
1213
c579b202 1214 [BZ #12107]
af325969
UD
1215 * stdio-common/psiginfo.c (psiginfo): Terminate all strings with
1216 newline.
1217
67a67b95
UD
12182010-10-06 Ulrich Drepper <drepper@gmail.com>
1219
1220 * string/bug-strstr1.c: New file.
1221 * string/Makefile: Add rules to build and run bug-strstr1.
1222
5fb308bc
EB
12232010-10-05 Eric Blake <eblake@redhat.com>
1224
1225 [BZ #12092]
1226 * string/str-two-way.h (two_way_long_needle): Always clear memory
1227 when skipping input due to the shift table.
1228
45db99c7
UD
12292010-10-03 Ulrich Drepper <drepper@gmail.com>
1230
3b111893
UD
1231 [BZ #12005]
1232 * malloc/mcheck.c: Handle large requests.
1233
45db99c7
UD
1234 [BZ #12077]
1235 * sysdeps/x86_64/strcmp.S: Fix handling of remaining bytes in buffer
1236 for strncmp and strncasecmp.
1237 * string/stratcliff.c: Add tests for strcmp and strncmp.
1238 * wcsmbs/wcsatcliff.c: Adjust for stratcliff change.
1239
cf7a1eb8
NI
12402010-09-28 Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
1241
1242 * sysdeps/sh/sh4/fpu/fpu_control.h: Add 'extern "C"' protection to
1243 __set_fpscr.
1244
6484ba5e
AJ
12452010-09-30 Andreas Jaeger <aj@suse.de>
1246
1247 * sysdeps/unix/sysv/linux_fsinfo.h (BTRFS_SUPER_MAGIC): Define.
1248 (CGROUP_SUPER_MAGIC): Define.
1249 * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
1250 Handle btrfs and cgroup file systems.
1251 * sysdeps/unix/sysv/linux/pathconf.c (__statfs_filesize_max):
1252 Likewise.
1253
91c42559
LM
12542010-09-27 Luis Machado <luisgpm@br.ibm.com>
1255
1256 * sysdeps/powerpc/powerpc32/rtld-memset.c: New file.
1257 * sysdeps/powerpc/powerpc64/rtld-memset.c: New file.
1258
87a97932
AK
12592010-09-29 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
1260
1261 [BZ #12067]
1262 * sysdeps/s390/s390-32/elf/start.S: Fix address calculation when
1263 trying to locate the ELF header.
1264
c21cc9bc
AS
12652010-09-27 Andreas Schwab <schwab@redhat.com>
1266
1267 [BZ #11611]
1268 * sysdeps/unix/sysv/linux/internal_statvfs.c (INTERNAL_STATVFS):
1269 Mask out sign-bit copies when constructing f_fsid.
1270
315970f6
PB
12712010-09-24 Petr Baudis <pasky@suse.cz>
1272
1273 * debug/stack_chk_fail_local.c: Add missing licence exception.
1274 * debug/warning-nop.c: Likewise.
1275
1ac7a2c7
JM
12762010-09-15 Joseph Myers <joseph@codesourcery.com>
1277
1278 * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS): When
1279 implementing getdents64 using getdents syscall, set d_type if
1280 __ASSUME_GETDENTS32_D_TYPE.
1281
56801c50
AS
12822010-09-16 Andreas Schwab <schwab@redhat.com>
1283
1284 * elf/dl-close.c (free_slotinfo, free_mem): Move to...
1285 * elf/dl-libc.c (free_slotinfo, free_mem): ... here.
1286
dda51327
UD
12872010-09-21 Ulrich Drepper <drepper@redhat.com>
1288
1289 [BZ #12037]
1290 * posix/unistd.h: Undo change of feature selection for ftruncate from
1291 2010-01-11.
1292
8ffcee4a
UD
12932010-09-20 Ulrich Drepper <drepper@redhat.com>
1294
a545ecd9 1295 * sysdeps/x86_64/strcmp.S: Fix another typo in x86-64 strncasecmp limit
8ffcee4a
UD
1296 detection.
1297
e24f0a8b
AS
12982010-09-20 Andreas Schwab <schwab@redhat.com>
1299
1300 * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list: Add
1301 fanotify_mark.
1302 * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Likewise.
1303
7291c56f
AS
13042010-09-14 Andreas Schwab <schwab@redhat.com>
1305
1306 * sysdeps/s390/s390-32/__longjmp.c (__longjmp): Define register
1307 variables after CHECK_SP call.
1308 * sysdeps/s390/s390-64/__longjmp.c (__longjmp): Likewise.
1309
bc5fb037
AS
13102010-09-13 Andreas Schwab <schwab@redhat.com>
1311 Ulrich Drepper <drepper@redhat.com>
1312
1313 * elf/rtld.c (dl_main): Set GLRO(dl_init_all_dirs) just before
1314 re-relocationg ld.so.
1315 * elf/dl-support.c (_dl_non_dynamic_init): And here after the
1316 _dl_init_paths call.
1317 * elf/dl-load.c (_dl_init_paths). Don't set GLRO(dl_init_all_dirs)
1318 here anymore.
1319
e66e7419
UD
13202010-09-14 Ulrich Drepper <drepper@redhat.com>
1321
1322 * resolv/res_init.c (__res_vinit): Count the default server we added.
1323
c044aa75
CLT
13242010-09-08 Chung-Lin Tang <cltang@codesourcery.com>
1325 Ulrich Drepper <drepper@redhat.com>
1326
1327 [BZ #11968]
1328 * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S
1329 (____longjmp_chk): Use %ebx for saving value across system call.
1330 Add unwind info.
1331
32cf4069
AS
13322010-09-06 Andreas Schwab <schwab@redhat.com>
1333
1334 * manual/Makefile: Don't mix pattern rules with normal rules.
1335
817328ee
AS
13362010-09-05 Andreas Schwab <schwab@linux-m68k.org>
1337
1338 * debug/vdprintf_chk.c (__vdprintf_chk): Remove undefined
1339 operation.
1340 * libio/iofdopen.c (_IO_new_fdopen): Likewise.
1341 * libio/iofopncook.c (_IO_cookie_init): Likewise.
1342 * libio/iovdprintf.c (_IO_vdprintf): Likewise.
1343 * libio/oldiofdopen.c (_IO_old_fdopen): Likewise.
1344 * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
1345 Likewise.
1346
29fddf61
UD
13472010-09-04 Ulrich Drepper <drepper@redhat.com>
1348
1349 [BZ #11979]
1350 * iconvdata/gconv-modules: Remove EBCDIC-CP-AR2 alias from
1351 IBM-930, IBM-933, IBM-935, IBM-937, and IBM-939.
1352
0959ffc9
UD
13532010-09-02 Ulrich Drepper <drepper@redhat.com>
1354
1355 * sysdeps/x86_64/add_n.S: Update from GMP 5.0.1.
1356 * sysdeps/x86_64/addmul_1.S: Likewise.
1357 * sysdeps/x86_64/lshift.S: Likewise.
1358 * sysdeps/x86_64/mul_1.S: Likewise.
1359 * sysdeps/x86_64/rshift.S: Likewise.
1360 * sysdeps/x86_64/sub_n.S: Likewise.
1361 * sysdeps/x86_64/submul_1.S: Likewise.
1362
ece29840
ST
13632010-09-01 Samuel Thibault <samuel.thibault@ens-lyon.org>
1364
0959ffc9
UD
1365 This aligns bits/sched.h onto sysdeps/unix/sysv/linux/bits/sched.h:
1366 Define __sched_param instead of SCHED_* and sched_param when
ece29840 1367 <bits/sched.h> is included with __need_schedparam defined.
0959ffc9 1368 * bits/sched.h [__need_schedparam]
ece29840 1369 (SCHED_OTHER, SCHED_FIFO, SCHED_RR, sched_param): Do not define.
0959ffc9
UD
1370 [!__defined_schedparam && (__need_schedparam || _SCHED_H)]
1371 (__defined_schedparam): Define to 1.
ece29840
ST
1372 (__sched_param): New structure, identical to sched_param.
1373 (__need_schedparam): Undefine.
1374
e53a31fe
MF
13752010-08-31 Mike Frysinger <vapier@gentoo.org>
1376
fdc0c10d
MF
1377 * sysdeps/unix/sysv/linux/sparc/sys/epoll.h (epoll_create2): Delete.
1378 (epoll_create1): Declare.
1379
e53a31fe
MF
1380 * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Fix typo.
1381
a726d796
AS
13822010-08-31 Andreas Schwab <schwab@redhat.com>
1383
1384 [BZ #7066]
1385 * stdlib/strtod_l.c (____STRTOF_INTERNAL): Fix array overflow when
1386 shifting retval into place.
1387
2f3e3dc7
UD
13882010-09-01 Ulrich Drepper <drepper@redhat.com>
1389
f2933da9
UD
1390 * nis/rpcsvc/nis.h: Update copyright notice.
1391 * nis/rpcsvc/nis.x: Likewise.
1392 * nis/rpcsvc/nis_callback.h: Likewise.
1393 * nis/rpcsvc/nis_callback.x: Likewise.
1394 * nis/rpcsvc/nis_object.x: Likewise.
1395 * nis/rpcsvc/nis_tags.h: Likewise.
1396 * nis/rpcsvc/yp.h: Likewise.
1397 * nis/rpcsvc/yp.x: Likewise.
1398 * nis/rpcsvc/ypupd.h: Likewise.
1399 * nis/yp_xdr.c: Likewise.
1400 * nis/ypupdate_xdr.c: Likewise.
1401
2f3e3dc7
UD
1402 * sunrpc/pm_getport.c (__libc_rpc_getport): New function. This is
1403 mainly the body of pmap_getport. Add parameters to specify timeouts.
1404 (pmap_getport): Use __libc_rpc_getport.
1405 * sunrpc/Versions: Export __libc_rpc_getport with GLIBC_PRIVATE.
1406 * include/rpc/pmap_clnt.h: Declare __libc_rpc_getport.
1407 * nis/nis_findserv.c: Remove pmap_getport copy. Use __libc_rpc_getport.
1408
f3dcc2f9
AS
14092010-08-31 Andreas Schwab <schwab@linux-m68k.org>
1410
1411 * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list: Add
1412 fanotify_mark.
1413
6d34eb5b
RM
14142010-08-27 Roland McGrath <roland@redhat.com>
1415
1416 * sysdeps/i386/i686/multiarch/Makefile
1417 (CFLAGS-varshift.c): New variable.
1418
9ea3de11
UD
14192010-08-27 Ulrich Drepper <drepper@redhat.com>
1420
c96d23fc
UD
1421 * sysdeps/i386/i686/multiarch/varshift.S: File removed.
1422 * sysdeps/i386/i686/multiarch/varshift.c: New file.
1423
9ea3de11
UD
1424 * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Move to .text.slow section.
1425
1426 * sysdeps/x86_64/strlen.S: Minimal code improvement.
1427
623aac7f
L
14282010-08-26 H.J. Lu <hongjiu.lu@intel.com>
1429
1430 * sysdeps/x86_64/strlen.S: Unroll the loop.
1431 * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
1432 strlen-sse2 strlen-sse2-bsf.
1433 * sysdeps/x86_64/multiarch/strlen.S ((strlen): Return
1434 __strlen_no_bsf if bit_Slow_BSF is set.
1435 (__strlen_sse42): Removed.
1436 * sysdeps/x86_64/multiarch/strlen-no-bsf.S: New file.
1437 * sysdeps/x86_64/multiarch/strlen-sse4.S: New file.
1438
8b2b7715
RM
14392010-08-25 Roland McGrath <roland@redhat.com>
1440
1441 * sysdeps/x86_64/multiarch/varshift.S: File removed.
1442 * sysdeps/x86_64/multiarch/varshift.c: New file.
1443 * sysdeps/x86_64/multiarch/Makefile (CFLAGS-varshift.c): New variable.
1444 * sysdeps/x86_64/multiarch/varshift.h: Clean up decls, fix a cast.
1445 * sysdeps/x86_64/multiarch/memmove.c: Move decls around.
1446 * sysdeps/x86_64/multiarch/memmove_chk.c: Likewise.
1447
e73015f2
L
14482010-08-25 H.J. Lu <hongjiu.lu@intel.com>
1449
1450 * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
1451 strlen-sse2 strlen-sse2-bsf.
1452 * sysdeps/i386/i686/multiarch/strlen.S (strlen): Return
1453 __strlen_sse2_bsf if bit_Slow_BSF is unset.
1454 (__strlen_sse2): Removed.
1455 * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: New file.
1456 * sysdeps/i386/i686/multiarch/strlen-sse2.S: New file.
1457 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Set
1458 bit_Slow_BSF for Atom.
1459 * sysdeps/x86_64/multiarch/init-arch.h (bit_Slow_BSF): Define.
1460 (index_Slow_BSF): Define.
1461 (HAS_SLOW_BSF): Define.
1462
df24a73e
UD
14632010-08-25 Ulrich Drepper <drepper@redhat.com>
1464
1465 [BZ #10851]
1466 * resolv/res_init.c (__res_vinit): When no server address at all
1467 is given default to loopback.
1468
f2ac4868
RM
14692010-08-24 Roland McGrath <roland@redhat.com>
1470
09055553
RM
1471 * configure.in: Remove config-name.h generation.
1472 * configure: Regenerated.
1473 * config-name.in: File removed.
1474 * scripts/config-uname.sh: New file.
1475 * posix/Makefile (uname.c): Depend on $(objdir)config-name.h.
1476 ($(objdir)config-name.h): New target.
1477
f2ac4868
RM
1478 * sunrpc/rpc_parse.h: Avoid nested comment.
1479
73f27d5e
RH
14802010-08-24 Richard Henderson <rth@redhat.com>
1481 Ulrich Drepper <drepper@redhat.com>
1482 H.J. Lu <hongjiu.lu@intel.com>
1483
1484 * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add varshift.
1485 * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Likewise.
1486 * sysdeps/x86_64/multiarch/strcspn-c.c: Include "varshift.h".
1487 Replace _mm_srli_si128 with __m128i_shift_right. Replace
1488 _mm_alignr_epi8 with _mm_loadu_si128.
1489 * sysdeps/x86_64/multiarch/strspn-c.c: Likewise.
1490 * sysdeps/x86_64/multiarch/strstr.c: Include "varshift.h".
1491 (__m128i_shift_right): Removed.
1492 * sysdeps/i386/i686/multiarch/varshift.h: New file.
1493 * sysdeps/i386/i686/multiarch/varshift.S: New file.
1494 * sysdeps/x86_64/multiarch/varshift.h: New file.
1495 * sysdeps/x86_64/multiarch/varshift.S: New file.
1496
84b9230c
MF
14972010-08-21 Mike Frysinger <vapier@gentoo.org>
1498
1499 * configure.in: Move assembler checks to before sysdep dir checking.
1500
9bbd0ddc
PB
15012010-08-20 Petr Baudis <pasky@suse.cz>
1502
1503 * LICENSES: Sync the sunrpc license.
1504
9da4bb31
UD
15052010-08-19 Ulrich Drepper <drepper@redhat.com>
1506
a7ab6ec8
UD
1507 * sunrpc/auth_des.c: Update copyright notice once again.
1508 * sunrpc/auth_none.c: Likewise.
1509 * sunrpc/auth_unix.c: Likewise.
1510 * sunrpc/authdes_prot.c: Likewise.
1511 * sunrpc/authuxprot.c: Likewise.
1512 * sunrpc/bindrsvprt.c: Likewise.
1513 * sunrpc/clnt_gen.c: Likewise.
1514 * sunrpc/clnt_perr.c: Likewise.
1515 * sunrpc/clnt_raw.c: Likewise.
1516 * sunrpc/clnt_simp.c: Likewise.
1517 * sunrpc/clnt_tcp.c: Likewise.
1518 * sunrpc/clnt_udp.c: Likewise.
1519 * sunrpc/clnt_unix.c: Likewise.
1520 * sunrpc/des_crypt.c: Likewise.
1521 * sunrpc/des_soft.c: Likewise.
1522 * sunrpc/get_myaddr.c: Likewise.
1523 * sunrpc/getrpcport.c: Likewise.
1524 * sunrpc/key_call.c: Likewise.
1525 * sunrpc/key_prot.c: Likewise.
1526 * sunrpc/openchild.c: Likewise.
1527 * sunrpc/pm_getmaps.c: Likewise.
1528 * sunrpc/pm_getport.c: Likewise.
1529 * sunrpc/pmap_clnt.c: Likewise.
1530 * sunrpc/pmap_prot.c: Likewise.
1531 * sunrpc/pmap_prot2.c: Likewise.
1532 * sunrpc/pmap_rmt.c: Likewise.
1533 * sunrpc/rpc/auth.h: Likewise.
1534 * sunrpc/rpc/auth_unix.h: Likewise.
1535 * sunrpc/rpc/clnt.h: Likewise.
1536 * sunrpc/rpc/des_crypt.h: Likewise.
1537 * sunrpc/rpc/key_prot.h: Likewise.
1538 * sunrpc/rpc/netdb.h: Likewise.
1539 * sunrpc/rpc/pmap_clnt.h: Likewise.
1540 * sunrpc/rpc/pmap_prot.h: Likewise.
1541 * sunrpc/rpc/pmap_rmt.h: Likewise.
1542 * sunrpc/rpc/rpc.h: Likewise.
1543 * sunrpc/rpc/rpc_des.h: Likewise.
1544 * sunrpc/rpc/rpc_msg.h: Likewise.
1545 * sunrpc/rpc/svc.h: Likewise.
1546 * sunrpc/rpc/svc_auth.h: Likewise.
1547 * sunrpc/rpc/types.h: Likewise.
1548 * sunrpc/rpc/xdr.h: Likewise.
1549 * sunrpc/rpc_clntout.c: Likewise.
1550 * sunrpc/rpc_cmsg.c: Likewise.
1551 * sunrpc/rpc_common.c: Likewise.
1552 * sunrpc/rpc_cout.c: Likewise.
1553 * sunrpc/rpc_dtable.c: Likewise.
1554 * sunrpc/rpc_hout.c: Likewise.
1555 * sunrpc/rpc_main.c: Likewise.
1556 * sunrpc/rpc_parse.c: Likewise.
1557 * sunrpc/rpc_parse.h: Likewise.
1558 * sunrpc/rpc_prot.c: Likewise.
1559 * sunrpc/rpc_sample.c: Likewise.
1560 * sunrpc/rpc_scan.c: Likewise.
1561 * sunrpc/rpc_scan.h: Likewise.
1562 * sunrpc/rpc_svcout.c: Likewise.
1563 * sunrpc/rpc_tblout.c: Likewise.
1564 * sunrpc/rpc_util.c: Likewise.
1565 * sunrpc/rpc_util.h: Likewise.
1566 * sunrpc/rpcinfo.c: Likewise.
1567 * sunrpc/rpcsvc/bootparam_prot.x: Likewise.
1568 * sunrpc/rpcsvc/key_prot.x: Likewise.
1569 * sunrpc/rpcsvc/klm_prot.x: Likewise.
1570 * sunrpc/rpcsvc/mount.x: Likewise.
1571 * sunrpc/rpcsvc/nfs_prot.x: Likewise.
1572 * sunrpc/rpcsvc/nlm_prot.x: Likewise.
1573 * sunrpc/rpcsvc/rex.x: Likewise.
1574 * sunrpc/rpcsvc/rstat.x: Likewise.
1575 * sunrpc/rpcsvc/rusers.x: Likewise.
1576 * sunrpc/rpcsvc/sm_inter.x: Likewise.
1577 * sunrpc/rpcsvc/spray.x: Likewise.
1578 * sunrpc/rpcsvc/yppasswd.x: Likewise.
1579 * sunrpc/rtime.c: Likewise.
1580 * sunrpc/svc.c: Likewise.
1581 * sunrpc/svc_auth.c: Likewise.
1582 * sunrpc/svc_authux.c: Likewise.
1583 * sunrpc/svc_raw.c: Likewise.
1584 * sunrpc/svc_run.c: Likewise.
1585 * sunrpc/svc_simple.c: Likewise.
1586 * sunrpc/svc_tcp.c: Likewise.
1587 * sunrpc/svc_udp.c: Likewise.
1588 * sunrpc/svc_unix.c: Likewise.
1589 * sunrpc/svcauth_des.c: Likewise.
1590 * sunrpc/xcrypt.c: Likewise.
1591 * sunrpc/xdr.c: Likewise.
1592 * sunrpc/xdr_array.c: Likewise.
1593 * sunrpc/xdr_float.c: Likewise.
1594 * sunrpc/xdr_mem.c: Likewise.
1595 * sunrpc/xdr_rec.c: Likewise.
1596 * sunrpc/xdr_ref.c: Likewise.
1597 * sunrpc/xdr_sizeof.c: Likewise.
1598 * sunrpc/xdr_stdio.c: Likewise.
1599
9da4bb31
UD
1600 * sysdeps/x86_64/multiarch/strcmp.S: Fix two typos in strncasecmp
1601 handling.
1602
bdaa77bc
AS
16032010-08-19 Andreas Schwab <schwab@redhat.com>
1604
1605 * sysdeps/i386/i686/multiarch/strspn.S [!SHARED]: Fix SSE4.2 check.
1606
fe2f79db
LM
16072010-08-19 Luis Machado <luisgpm@br.ibm.com>
1608
1609 * sysdeps/powerpc/powerpc32/power7/memchr.S: New file.
1610 * sysdeps/powerpc/powerpc32/power7/memrchr.S: New file.
1611 * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: New file.
1612 * sysdeps/powerpc/powerpc32/power7/strchr.S: New file.
1613 * sysdeps/powerpc/powerpc32/power7/strchrnul.S: New file.
1614 * sysdeps/powerpc/powerpc32/power7/strlen.S: New file.
1615 * sysdeps/powerpc/powerpc32/power7/strnlen.S: New file.
1616 * sysdeps/powerpc/powerpc64/power7/memchr.S: New file.
1617 * sysdeps/powerpc/powerpc64/power7/memrchr.S: New file.
1618 * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: New file.
1619 * sysdeps/powerpc/powerpc64/power7/strchr.S: New file.
1620 * sysdeps/powerpc/powerpc64/power7/strchrnul.S: New file.
1621 * sysdeps/powerpc/powerpc64/power7/strlen.S: New file.
1622 * sysdeps/powerpc/powerpc64/power7/strnlen.S: New file.
1623
b9b42ee0
AB
16242010-07-26 Anton Blanchard <anton@samba.org>
1625
1626 * malloc/malloc.c (sYSTRIm): Replace divide and multiply with mask.
1627 * malloc/arena.c (heap_trim): Likewise.
1628
1c06ba31
UD
16292010-08-16 Ulrich Drepper <drepper@redhat.com>
1630
1631 * sysdeps/unix/sysv/linux/syscalls.list: Add entry for fanotify_init
1632 here. Not...
1633 * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: ...here...
1634 * sysdeps/unix/sysv/linux/i386/syscalls.list: ... orhere.
1635
f8392f40
L
16362010-08-12 H.J. Lu <hongjiu.lu@intel.com>
1637
1638 * sysdeps/i386/elf/Makefile: New file.
1639
3162f12e
AS
16402010-08-14 Andreas Schwab <schwab@linux-m68k.org>
1641
1642 * sysdeps/unix/sysv/linux/sys/fanotify.h: Remove third argument
1643 from fanotify_init.
1644 * sysdeps/unix/sysv/linux/i386/syscalls.list: Likewise.
1645 * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.
1646
28c90b2c
UD
16472010-08-15 Ulrich Drepper <drepper@redhat.com>
1648
1649 * sysdeps/x86_64/strcmp.S: Use correct register for fourth parameter
1650 of strncasecmp_l.
1feccb6c 1651 * sysdeps/multiarch/strcmp.S: Likewise.
28c90b2c 1652
ca6bb004
UD
16532010-08-14 Ulrich Drepper <drepper@redhat.com>
1654
e9f82e0d
UD
1655 * sysdeps/x86_64/Makefile [subdir=string] (sysdep_routines): Add
1656 strncase_l-nonascii.
1657 * sysdeps/x86_64/multiarch/Makefile [subdir=string] (sysdep_routines):
1658 Add strncase_l-ssse3.
1659 * sysdeps/x86_64/multiarch/strcmp.S: Prepare for use as strncasecmp.
1660 * sysdeps/x86_64/strcmp.S: Likewise.
1661 * sysdeps/x86_64/multiarch/strncase_l-ssse3.S: New file.
1662 * sysdeps/x86_64/multiarch/strncase_l.S: New file.
1663 * sysdeps/x86_64/strncase.S: New file.
1664 * sysdeps/x86_64/strncase_l-nonascii.c: New file.
1665 * sysdeps/x86_64/strncase_l.S: New file.
1666 * string/Makefile (strop-tests): Add strncasecmp.
1667 * string/test-strncasecmp.c: New file.
1668
1669 * sysdeps/x86_64/strcasecmp_l-nonascii.c: Add prototype to avoid
1670 warning.
1671
ca6bb004
UD
1672 * sysdeps/x86_64/strcmp.S: Move definition of NO_NOLOCALE_ALIAS to...
1673 * sysdeps/x86_64/multiarch/strcasecmp_l-ssse3.S: ... here.
1674
052fa7b3
AS
16752010-08-14 Andreas Schwab <schwab@linux-m68k.org>
1676
1677 * sysdeps/unix/sysv/linux/prlimit.c: Make it compile.
1678
962dba78
UD
16792010-08-12 Ulrich Drepper <drepper@redhat.com>
1680
1681 * sysdeps/unix/sysv/linux/bits/termios.h: Define EXTPROC.
1682 * sysdeps/unix/sysv/linux/powerpc/bits/termios.h: Likewise.
1683 * sysdeps/unix/sysv/linux/sparc/bits/termios.h: Likewise.
1684
bebff237
AM
16852010-05-01 Alan Modra <amodra@gmail.com>
1686
1687 * sysdeps/powerpc/powerpc32/power4/memcmp.S: Correct cfi for r24.
1688 * sysdeps/powerpc/powerpc64/bsd-_setjmp.S: Move contents..
1689 * sysdeps/powerpc/powerpc64/bsd-setjmp.S: ..and these too..
1690 * sysdeps/powerpc/powerpc64/setjmp.S: ..to here..
1691 * sysdeps/powerpc/powerpc64/setjmp-common.S: ..and here, with some
1692 tidying. Don't tail-call __sigjmp_save for static lib.
1693 * sysdeps/powerpc/powerpc64/sysdep.h (SAVE_ARG, REST_ARG): Correct
1694 save location.
1695 (CFI_SAVE_ARG, CFI_REST_ARG): New macros.
1696 (CALL_MCOUNT): Add eh info, and nop after bl.
1697 (TAIL_CALL_SYSCALL_ERROR): New macro.
1698 (PSEUDO_RET): Use it.
1699 * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve):
1700 Correct save location of integer regs and cr.
1701 (_dl_profile_resolve): Correct cr save location. Delete nops
1702 after bl when SHARED. Reduce cfi size a little by better
1703 placement of cfi directives.
1704 * sysdeps/powerpc/powerpc64/fpu/s_copysign.S (__copysign): Don't
1705 make a stack frame. Instead use parm save area as a temp.
1706 * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S (__brk): Don't
1707 make a stack frame. Use TAIL_CALL_SYSCALL_ERROR.
1708 * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (__clone):
1709 Don't make a stack frame for parent, use parm save area.
1710 Increase child stack frame to 112 bytes. Don't save unused reg,
1711 and adjust reg usage. Set up cfi on error recovery and
1712 epilogue of parent, and use TAIL_CALL_SYSCALL_ERROR, PSEUDO_RET.
1713 * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
1714 (__makecontext): Add dummy nop after jump to exit.
1715 * sysdeps/unix/sysv/linux/powerpc/powerpc64/socket.S (__socket):
1716 Use correct parm save area and cr save, reduce stack frame.
1717 Correct cfi for possible PSEUDO_RET frame setup.
1718 * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S (__vfork):
1719 Branch to local label emitted by PSEUDO_RET rather than
1720 __syscall_error.
1721
02637374
AS
17222010-08-12 Andreas Schwab <schwab@redhat.com>
1723
1724 [BZ #11904]
1725 * locale/programs/locale.c (print_assignment): New function.
1726 (show_locale_vars): Use it.
1727
c3e2f19b
UD
17282010-08-11 Ulrich Drepper <drepper@redhat.com>
1729
3cdaa6ad
UD
1730 * sysdeps/unix/sysv/linux/bits/statfs.h (struct statfs): Add f_flags
1731 field.
1732 (struct statfs64): Likewise.
1733 (_STATFS_F_FLAGS): Define.
1734 * sysdeps/unix/sysv/linux/s390/bits/statfs.h: Likewise.
1735 * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
1736 Don't define if __ASSUME_STATFS_F_FLAGS is defined.
1737 (ST_VALID): Define locally.
1738 (INTERNAL_STATVFS): If f_flags has ST_VALID set don't call
1739 __statvfs_getflags, use the provided value.
1740 * sysdeps/unix/sysv/linux/kernel-features.h: Define
1741 __ASSUME_STATFS_F_FLAGS.
1742
754f7da3
UD
1743 * sysdeps/unix/sysv/linux/sys/inotify.h (IN_EXCL_UNLINK): Define.
1744
10b3bedc
UD
1745 * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_headers):
1746 Add sys/fanotify.h.
1747 * sysdeps/unix/sysv/linux/Versions [libc]: Export fanotify_init and
1748 fanotify_mask for GLIBC_2.13.
1749 * sysdeps/unix/sysv/linux/i386/syscalls.list: Add entries for
1750 fanotify_init and fanotify_mark.
1751 * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.
1752 * sysdeps/unix/sysv/linux/sys/fanotify.h: New file.
1753
c08fb0d7
UD
1754 * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_routines):
1755 Add prlimit.
1756 * sysdeps/unix/sysv/linux/Versions [libc]: Export prlimit and
1757 prlimit64 for GLIBC_2.13.
1758 * sysdeps/unix/sysv/linux/bits/resource.h: Declare prlimit and
1759 prlimit64.
1760 * sysdeps/unix/sysv/linux/i386/syscalls.list: Add entry for prlimit64
1761 syscall.
1762 * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list: Likewise.
1763 * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Likewise.
1764 * sysdeps/unix/sysv/linux/sh/syscalls.list: Likewise.
1765 * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.lis: Likewise.
1766 * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise. Also
1767 add prlimit alias.
1768 * sysdeps/unix/sysv/linux/prlimit.c: New file.
1769
15bac72b
UD
1770 [BZ #11903]
1771 * sysdeps/generic/netinet/ip.h (IPTOS_CLASS): Fix definition.
1772 Patch by Evgeni Bikov <bikovevg@iitp.ru>.
1773
c3e2f19b
UD
1774 * nss/Makefile: Add rules to build and run tst-nss-test1.
1775 * shlib-versions: Add entry for libnss_test1.
1776 * nss/nss_test1.c: New file.
1777 * nss/tst-nss-test1.c: New file.
1778
1779 * nss/nsswitch.c (__nss_database_custom): Define new variable.
1780 (__nss_configure_lookup): Set appropriate entry in
1781 __nss_configure_lookup to true.
1782 * nss/nsswitch.h: Define enum with indeces of databases in
1783 databases and __nss_database_custom arrays. Declare
1784 __nss_database_custom.
1785 * grp/initgroups.c (internal_getgrouplist): Use __nss_database_custom
1786 to avoid using nscd when custom rules are installed.
1787 * nss/getXXbyYY_r.c: Likewise.
1788 * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
1789
1790 * nss/nss_files/files-parse.c: Whitespace fixes.
1791
f15ce4d8
UD
17922010-08-09 Ulrich Drepper <drepper@redhat.com>
1793
1794 [BZ #11883]
1795 * posix/fnmatch.c: Keep track of alloca use and fall back on malloc.
1796 * posix/fnmatch_loop.c: Likewise.
1797
d22e4cc9
AK
17982010-07-17 Andi Kleen <ak@linux.intel.com>
1799
1800 * sysdeps/i386/i386-mcount.S (__fentry__): Define.
1801 * sysdeps/x86_64/_mcount.S (__fentry__): Define.
1802 * stdlib/Versions (__fentry__): Add for GLIBC 2.13
1803 * Versions.def [GLIBC_2.13]: Add.
1804
805bc17d
UD
18052010-08-06 Ulrich Drepper <drepper@redhat.com>
1806
1807 * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid):
1808 Also fail if tpwd after pwuid call is NULL.
1809
5a42321d
ST
18102010-07-31 Samuel Thibault <samuel.thibault@ens-lyon.org>
1811
1812 * hurd/hurdselect.c (_hurd_select): Round timeout up instead of down
1813 when converting to ms.
1814
fd3ebeda
ST
18152010-06-06 Samuel Thibault <samuel.thibault@ens-lyon.org>
1816
1817 * sysdeps/mach/hurd/ttyname.c (ttyname): Replace MIG_BAD_ID and
1818 EOPNOTSUPP errors with ENOTTY.
1819 * sysdeps/mach/hurd/ttyname_r.c (__ttyname_r): Replace MIG_BAD_ID and
1820 EOPNOTSUPP errors with ENOTTY.
1821
73507d3a
UD
18222010-07-31 Ulrich Drepper <drepper@redhat.com>
1823
1824 * sysdeps/x86_64/multiarch/Makefile [subdir=string] (sysdep_routines):
1825 Add strcasecmp_l-ssse3.
1826 * sysdeps/x86_64/multiarch/strcmp.S: Add support to compile for
1827 strcasecmp.
1828 * sysdeps/x86_64/strcmp.S: Allow more flexible compiling of strcasecmp.
1829 * sysdeps/x86_64/multiarch/strcasecmp_l.S: New file.
1830 * sysdeps/x86_64/multiarch/strcasecmp_l-ssse3.S: New file.
1831
fe36dd02
UD
18322010-07-30 Ulrich Drepper <drepper@redhat.com>
1833
66f6765a
UD
1834 * sysdeps/x86_64/multiarch/strcmp.S: Pretty printing.
1835
42e08a54
UD
1836 * string/Makefile (strop-tests): Add strcasecmp.
1837 * sysdeps/x86_64/Makefile [subdir=string] (sysdep_routines): Add
1838 strcasecmp_l-nonascii.
1839 (gen-as-const-headers): Add locale-defines.sym.
1840 * sysdeps/x86_64/strcmp.S: Add support for strcasecmp implementation.
1841 * sysdeps/x86_64/strcasecmp.S: New file.
1842 * sysdeps/x86_64/strcasecmp_l.S: New file.
1843 * sysdeps/x86_64/strcasecmp_l-nonascii.c: New file.
1844 * sysdeps/x86_64/locale-defines.sym: New file.
1845 * string/test-strcasecmp.c: New file.
1846
fe36dd02
UD
1847 * string/test-strcasestr.c: Test both ends of the range of characters.
1848 * sysdeps/x86_64/multiarch/strstr.c: Fix UCHIGH definition.
1849
48cbc0d6
RM
18502010-07-29 Roland McGrath <roland@redhat.com>
1851
76e6d6bc 1852 [BZ #11856]
48cbc0d6
RM
1853 * manual/locale.texi (Yes-or-No Questions): Fix example code.
1854
880113d9
UD
18552010-07-27 Ulrich Drepper <drepper@redhat.com>
1856
1857 * sysdeps/x86_64/multiarch/strcmp-ssse3.S: Avoid compiling the file
1858 for ld.so.
1859
deb9cabb
AS
18602010-07-27 Andreas Schwab <schwab@redhat.com>
1861
1862 * manual/memory.texi (Malloc Tunable Parameters): Document
1863 M_PERTURB.
1864
1c7570ff
RM
18652010-07-26 Roland McGrath <roland@redhat.com>
1866
1867 [BZ #11840]
1868 * configure.in (-fgnu89-inline check): Set and substitute
1869 gnu89_inline, not libc_cv_gnu89_inline.
1870 * configure: Regenerated.
1871 * config.make.in (gnu89-inline-CFLAGS): Use @gnu89_inline@.
1872
24fb0f88
UD
18732010-07-26 Ulrich Drepper <drepper@redhat.com>
1874
1875 * string/test-strnlen.c: New file.
1876 * string/Makefile (strop-tests): Add strnlen.
1877 * string/tester.c (test_strnlen): Add a few more test cases.
1878 * string/tst-strlen.c: Better error reporting.
1879
1880 * sysdeps/x86_64/strnlen.S: New file.
1881
8e96b93a
UD
18822010-07-24 Ulrich Drepper <drepper@redhat.com>
1883
1884 * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu_tolower): Use
1885 lower-latency instructions.
1886
dbc676d4
UD
18872010-07-23 Ulrich Drepper <drepper@redhat.com>
1888
1889 * string/test-strcasestr.c: New file.
1890 * string/test-strstr.c: New file.
1891 * string/Makefile (strop-tests): Add strstr and strcasestr.
1892 * string/str-two-way.h: Don't undefine MAX.
1893 * string/strcasestr.c: Don't define alias if NO_ALIAS is defined.
1894
f6a31e0e
AS
18952010-07-21 Andreas Schwab <schwab@redhat.com>
1896
1897 * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
1898 strcasestr-nonascii.
1899 (CFLAGS-strcasestr-nonascii.c): Define.
1900 * sysdeps/i386/i686/multiarch/strcasestr-nonascii.c: New file.
1901 * sysdeps/x86_64/multiarch/strcasestr-nonascii.c (STRSTR_SSE42):
1902 Remove unused attribute.
1903
5dbc3b6c
RM
19042010-07-20 Roland McGrath <roland@redhat.com>
1905
1906 * elf/dl-sysdep.c (_dl_important_hwcaps): Add dsocaps mask to
1907 dl_hwcap_mask as well as dl_hwcap. Without this, dsocaps matching in
1908 ld.so.cache was broken. With it, there is no way to disable dsocaps
1909 like LD_HWCAP_MASK can disable hwcaps.
1910
23d101d8
EPM
19112010-06-02 Emilio Pozuelo Monfort <pochu27@gmail.com>
1912
1913 * sysdeps/mach/hurd/sendmsg.c (__libc_sendmsg): Fix memory leaks.
1914
cc9f2e47
UD
19152010-07-16 Ulrich Drepper <drepper@redhat.com>
1916
1917 * sysdeps/x86_64/multiarch/strstr.c: Rewrite to avoid indirect function
1918 call in strcasestr.
1919 * sysdeps/x86_64/multiarch/strcasestr.c: Declare
1920 __strcasestr_sse42_nonascii.
1921 * sysdeps/x86_64/multiarch/Makefile: Add rules to build
1922 strcasestr-nonascii.c.
1923 * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: New file.
1924
77c1b069
LM
19252010-06-15 Luis Machado <luisgpm@br.ibm.com>
1926
1927 * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: New file.
1928 * sysdeps/powerpc/powerpc32/power6/fpu/s_copysignf.S: New file.
1929 * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: New file.
1930 * sysdeps/powerpc/powerpc64/power6/fpu/s_copysignf.S: New file.
1931
440566c3
UD
19322010-07-09 Ulrich Drepper <drepper@redhat.com>
1933
1934 * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Use __fcntl not
1935 fcntl.
1936
5be9d05d
AS
19372010-07-06 Andreas Schwab <schwab@redhat.com>
1938
1939 * elf/dl-version.c (match_symbol): Don't pass NULL occation to
1940 dl_signal_cerror.
1941
8a492a67
UD
19422010-07-06 Ulrich Drepper <drepper@redhat.com>
1943
1944 * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Implement
1945 _PC_PIPE_BUF using F_GETPIPE_SZ.
1946
713df3d5
RM
19472010-07-05 Roland McGrath <roland@redhat.com>
1948
1949 * manual/arith.texi (Rounding Functions): Fix rint description
1950 implicit in round description.
1951
702e8f14
UD
19522010-07-02 Ulrich Drepper <drepper@redhat.com>
1953
1954 * elf/Makefile: Fix linking for a few tests to make recent linker
1955 happy.
1956
52ed8be9
AS
19572010-06-30 Andreas Schwab <schwab@redhat.com>
1958
1959 * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Readd
1960 $(common-objpfx)libc_nonshared.a.
1961
f47c9a11
LM
19622010-06-21 Luis Machado <luisgpm@br.ibm.com>
1963
1964 * sysdeps/powerpc/powerpc32/970/fpu/Implies: Remove.
1965 * sysdeps/powerpc/powerpc32/power5/fpu/Implies: Remove.
1966 * sysdeps/powerpc/powerpc32/power5+/fpu/Implies: Remove.
1967 * sysdeps/powerpc/powerpc32/power6x/fpu/Implies: Remove.
1968 * sysdeps/powerpc/powerpc64/970/fpu/Implies: Remove.
1969 * sysdeps/powerpc/powerpc64/power5/fpu/Implies: Remove.
1970 * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: Remove.
1971 * sysdeps/powerpc/powerpc64/power6x/fpu/Implies: Remove.
1972 * sysdeps/unix/sysv/linux/powerpc/powerpc32/970/fpu/Implies: Remove.
1973 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/fpu/Implies: Remove.
1974 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/fpu/Implies: Remove.
1975 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5+/fpu/Implies: Remove.
1976 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/fpu/Implies: Remove.
1977 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/fpu/Implies: Remove.
1978 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/fpu/Implies: Remove.
1979 * sysdeps/unix/sysv/linux/powerpc/powerpc64/970/fpu/Implies: Remove.
1980 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/fpu/Implies: Remove.
1981 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/fpu/Implies: Remove.
1982 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5+/fpu/Implies: Remove.
1983 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/fpu/Implies: Remove.
1984 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/fpu/Implies: Remove.
1985 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/fpu/Implies: Remove.
1986 * sysdeps/powerpc/powerpc32/970/Implies: Point to power4.
1987 * sysdeps/powerpc/powerpc32/power5/Implies: Point to power4.
1988 * sysdeps/powerpc/powerpc32/power5+/Implies: Point to power5.
1989 * sysdeps/powerpc/powerpc32/power6/Implies: Point to power5+.
1990 * sysdeps/powerpc/powerpc32/power6x/Implies: Point to power6.
1991 * sysdeps/powerpc/powerpc64/970/Implies: Point to power4.
1992 * sysdeps/powerpc/powerpc64/power5/Implies: Point to power4.
1993 * sysdeps/powerpc/powerpc64/power5+/Implies: Point to power5.
1994 * sysdeps/powerpc/powerpc64/power6/Implies: Point to power5+.
1995 * sysdeps/powerpc/powerpc64/power6x/Implies: Point to power6.
1996 * sysdeps/powerpc/powerpc32/power7/Implies: New file.
1997 * sysdeps/powerpc/powerpc64/power7/Implies: New file.
1998 * sysdeps/unix/sysv/linux/powerpc/powerpc32/970/Implies: New file.
1999 * sysdeps/unix/sysv/linux/powerpc/powerpc32/cell/Implies: New file.
2000 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/Implies: New file.
2001 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/Implies: New file.
2002 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/Implies: New file.
2003 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/Implies: New file.
2004 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/Implies: New file.
2005 * sysdeps/unix/sysv/linux/powerpc/powerpc64/970/Implies: New file.
2006 * sysdeps/unix/sysv/linux/powerpc/powerpc64/cell/Implies: New file.
2007 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/Implies: New file.
2008 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/Implies: New file.
2009 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/Implies: New file.
2010 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/Implies: New file.
2011 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/Implies: New file.
2012
6fb8cbcb
L
20132010-06-25 H.J. Lu <hongjiu.lu@intel.com>
2014
2015 * debug/memmove_chk.c (__memmove_chk): Renamed to ...
2016 (MEMMOVE_CHK): ...this. Default to __memmove_chk.
2017 * string/memmove.c (memmove): Renamed to ...
2018 (MEMMOVE): ...this. Default to memmove.
2019 * sysdeps/x86_64/memcpy.S: Use ENTRY_CHK and END_CHK.
2020 * sysdeps/x86_64/sysdep.h (ENTRY_CHK): Define.
2021 (END_CHK): Define.
2022 * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
2023 memcpy-ssse3 mempcpy-ssse3 memmove-ssse3 memcpy-ssse3-back
2024 mempcpy-ssse3-back memmove-ssse3-back.
2025 * sysdeps/x86_64/multiarch/bcopy.S: New file .
2026 * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: New file.
2027 * sysdeps/x86_64/multiarch/memcpy-ssse3.S: New file.
2028 * sysdeps/x86_64/multiarch/memcpy.S: New file.
2029 * sysdeps/x86_64/multiarch/memcpy_chk.S: New file.
2030 * sysdeps/x86_64/multiarch/memmove-ssse3-back.S: New file.
2031 * sysdeps/x86_64/multiarch/memmove-ssse3.S: New file.
2032 * sysdeps/x86_64/multiarch/memmove.c: New file.
2033 * sysdeps/x86_64/multiarch/memmove_chk.c: New file.
2034 * sysdeps/x86_64/multiarch/mempcpy-ssse3-back.S: New file.
2035 * sysdeps/x86_64/multiarch/mempcpy-ssse3.S: New file.
2036 * sysdeps/x86_64/multiarch/mempcpy.S: New file.
2037 * sysdeps/x86_64/multiarch/mempcpy_chk.S: New file.
2038 * sysdeps/x86_64/multiarch/init-arch.h (bit_Fast_Copy_Backward):
2039 Define.
2040 (index_Fast_Copy_Backward): Define.
2041 (HAS_ARCH_FEATURE): Define.
2042 (HAS_FAST_REP_STRING): Define.
2043 (HAS_FAST_COPY_BACKWARD): Define.
2044
4e733bac 20452010-06-21 Andreas Schwab <schwab@redhat.com>
e35fcef8
AS
2046
2047 * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid):
2048 Restore proper fallback handling.
2049
63c4ed22
UD
20502010-06-19 Ulrich Drepper <drepper@redhat.com>
2051
ac2b484c
UD
2052 [BZ #11701]
2053 * posix/group_member.c (__group_member): Correct checking loop.
2054
63c4ed22
UD
2055 * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid): Handle
2056 OOM in getpwuid_r correctly. Return error number when the caller
2057 should return, otherwise -1.
2058 (getlogin_r): Adjust to return also for result of __getlogin_r_loginuid
2059 call returning > 0 value.
2060 * sysdeps/unix/sysv/linux/getlogin.c (getlogin): Likewise.
2061
765ade4b
AS
20622010-06-07 Andreas Schwab <schwab@redhat.com>
2063
2064 * dlfcn/Makefile: Remove explicit dependencies on libc.so and
2065 libc_nonshared.a from targets in modules-names.
2066
80da2e09
KS
20672010-06-02 Kirill A. Shutemov <kirill@shutemov.name>
2068
2069 * elf/dl-reloc.c: Flush cache after solving TEXTRELs if arch
2070 requires it.
2071
158db122
LM
20722010-06-10 Luis Machado <luisgpm@br.ibm.com>
2073
2074 * sysdeps/powerpc/powerpc32/power7/memcmp.S: New file
2075 * sysdeps/powerpc/powerpc64/power7/memcmp.S: New file.
2076 * sysdeps/powerpc/powerpc32/power7/strncmp.S: New file.
2077 * sysdeps/powerpc/powerpc64/power7/strncmp.S: New file.
2078
caa78cf8
AS
20792010-06-02 Andreas Schwab <schwab@redhat.com>
2080
2081 * nis/nss_nis/nis-initgroups.c (get_uid): Properly resize buffer.
2082
b2ef2c01
UD
20832010-06-14 Ulrich Drepper <drepper@redhat.com>
2084
2085 * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Define F_SETPIPE_SZ
2086 and F_GETPIPE_SZ.
2087 * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
2088 * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
2089 * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
2090 * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
2091 * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
2092 * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise
2093
fbd643b6
RM
20942010-06-14 Roland McGrath <roland@redhat.com>
2095
2096 * manual/libc.texinfo (@copying): Change to GFDL v1.3.
2097
f32f2869
JJ
20982010-06-07 Jakub Jelinek <jakub@redhat.com>
2099
2100 * libio/stdio.h (sscanf, vsscanf): Use __REDIRECT_NTH instead of
2101 __REDIRECT followed by __THROW.
2102 * wcsmbs/wchar.h (swscanf, vswscanf): Likewise.
2103 * posix/getopt.h (getopt): Likewise.
2104
2a50c078
EPM
21052010-06-02 Emilio Pozuelo Monfort <pochu27@gmail.com>
2106
2107 * hurd/lookup-at.c (__file_name_lookup_at): Accept
2108 AT_SYMLINK_FOLLOW in AT_FLAGS. Fail with EINVAL if both
2109 AT_SYMLINK_FOLLOW and AT_SYMLINK_NOFOLLOW are present
2110 in AT_FLAGS.
2111 * hurd/hurd/fd.h (__file_name_lookup_at): Update comment.
2112 * sysdeps/mach/hurd/linkat.c (linkat): Pass O_NOLINK in FLAGS.
2113
eb5ad2eb
LM
21142010-05-28 Luis Machado <luisgpm@br.ibm.com>
2115
2116 * sysdeps/powerpc/powerpc32/power7/memcpy.S: Exchange srdi for srwi.
2117
3c88fe1e
L
21182010-05-26 H.J. Lu <hongjiu.lu@intel.com>
2119
2120 [BZ #11640]
2121 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
2122 Properly check family and model.
2123
d2f73151
TY
21242010-05-26 Takashi Yoshii <takashi.yoshii.zj@renesas.com>
2125
2126 * sysdeps/unix/sysv/linux/sh/sh4/register-dump.h: Fix iov[] size.
2127
ebd2e13d
LM
21282010-05-24 Luis Machado <luisgpm@br.ibm.com>
2129
2130 * sysdeps/powerpc/powerpc32/power7/memset.S: POWER7 32-bit memset fix.
2131
b32b8b45
UD
21322010-05-21 Ulrich Drepper <drepper@redhat.com>
2133
2134 * elf/dl-runtime.c (_dl_profile_fixup): Don't crash on unresolved weak
2135 symbol reference.
2136
9acbe24d
AS
21372010-05-19 Andreas Schwab <schwab@redhat.com>
2138
2139 * elf/dl-runtime.c (_dl_fixup): Don't crash on unresolved weak
2140 symbol reference.
2141
f0ccf6ea
AS
21422010-05-21 Andreas Schwab <schwab@redhat.com>
2143
3d04ff3a
AS
2144 * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Add recvmmsg
2145 and internal_recvmmsg.
2146 * sysdeps/unix/sysv/linux/recvmmsg.c: New file.
2147 * sysdeps/unix/sysv/linux/internal_recvmmsg.S: New file.
2148 * sysdeps/unix/sysv/linux/socketcall.h (SOCKOP_recvmmsg): Define.
2149 * sysdeps/unix/sysv/linux/syscalls.list (recvmmsg): Remove.
2150
f0ccf6ea
AS
2151 * sunrpc/clnt_tcp.c (clnttcp_control): Add missing break.
2152 * sunrpc/clnt_udp.c (clntudp_control): Likewise.
2153 * sunrpc/clnt_unix.c (clntunix_control): Likewise.
2154
5b08ac57
AS
21552010-05-20 Andreas Schwab <schwab@redhat.com>
2156
2157 * sysdeps/unix/sysv/linux/sys/timex.h: Use __REDIRECT_NTH.
2158
4828935d
LM
21592010-05-17 Luis Machado <luisgpm@br.ibm.com>
2160
2161 POWER7 optimizations.
2162 * sysdeps/powerpc/powerpc64/power7/memset.S: New file.
2163 * sysdeps/powerpc/powerpc32/power7/memset.S: New file.
2164
373d545e
UD
21652010-05-19 Ulrich Drepper <drepper@redhat.com>
2166
2167 * version.h: Update for 2.13 development version.
2168
21a2b1ae
AS
21692010-05-12 Andrew Stubbs <ams@codesourcery.com>
2170
2171 * sysdeps/sh/sh4/fpu/feholdexcpt.c (feholdexcept): Really disable all
2172 exceptions. Return 0.
2173
3f7dcb2b
RM
21742010-05-07 Roland McGrath <roland@redhat.com>
2175
2176 * elf/ldconfig.c (main): Add a const.
2177
5f24d53a 21782010-05-06 Ulrich Drepper <drepper@redhat.com>
70c9476e 2179
a160f8d8
UD
2180 * nss/getent.c (idn_flags): Default to AI_IDN|AI_CANONIDN.
2181 (args_options): Add no-idn option.
2182 (ahosts_keys_int): Add idn_flags to ai_flags.
2183 (parse_option): Handle 'i' option to clear idn_flags.
2184
5f24d53a
UD
2185 * malloc/malloc.c (_int_free): Possible race in the most recently
2186 added check. Only act on the data if no current modification
2187 happened.
265bb1ce
UD
2188
2189See ChangeLog.17 for earlier changes.
This page took 0.289058 seconds and 5 git commands to generate.