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