]> git.ipfire.org Git - thirdparty/glibc.git/blame - ChangeLog
f_flags in Linux statfs implementation.
[thirdparty/glibc.git] / ChangeLog
CommitLineData
c3e2f19b
UD
12010-08-11 Ulrich Drepper <drepper@redhat.com>
2
3cdaa6ad
UD
3 * sysdeps/unix/sysv/linux/bits/statfs.h (struct statfs): Add f_flags
4 field.
5 (struct statfs64): Likewise.
6 (_STATFS_F_FLAGS): Define.
7 * sysdeps/unix/sysv/linux/s390/bits/statfs.h: Likewise.
8 * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
9 Don't define if __ASSUME_STATFS_F_FLAGS is defined.
10 (ST_VALID): Define locally.
11 (INTERNAL_STATVFS): If f_flags has ST_VALID set don't call
12 __statvfs_getflags, use the provided value.
13 * sysdeps/unix/sysv/linux/kernel-features.h: Define
14 __ASSUME_STATFS_F_FLAGS.
15
754f7da3
UD
16 * sysdeps/unix/sysv/linux/sys/inotify.h (IN_EXCL_UNLINK): Define.
17
10b3bedc
UD
18 * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_headers):
19 Add sys/fanotify.h.
20 * sysdeps/unix/sysv/linux/Versions [libc]: Export fanotify_init and
21 fanotify_mask for GLIBC_2.13.
22 * sysdeps/unix/sysv/linux/i386/syscalls.list: Add entries for
23 fanotify_init and fanotify_mark.
24 * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.
25 * sysdeps/unix/sysv/linux/sys/fanotify.h: New file.
26
c08fb0d7
UD
27 * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_routines):
28 Add prlimit.
29 * sysdeps/unix/sysv/linux/Versions [libc]: Export prlimit and
30 prlimit64 for GLIBC_2.13.
31 * sysdeps/unix/sysv/linux/bits/resource.h: Declare prlimit and
32 prlimit64.
33 * sysdeps/unix/sysv/linux/i386/syscalls.list: Add entry for prlimit64
34 syscall.
35 * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list: Likewise.
36 * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Likewise.
37 * sysdeps/unix/sysv/linux/sh/syscalls.list: Likewise.
38 * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.lis: Likewise.
39 * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise. Also
40 add prlimit alias.
41 * sysdeps/unix/sysv/linux/prlimit.c: New file.
42
15bac72b
UD
43 [BZ #11903]
44 * sysdeps/generic/netinet/ip.h (IPTOS_CLASS): Fix definition.
45 Patch by Evgeni Bikov <bikovevg@iitp.ru>.
46
c3e2f19b
UD
47 * nss/Makefile: Add rules to build and run tst-nss-test1.
48 * shlib-versions: Add entry for libnss_test1.
49 * nss/nss_test1.c: New file.
50 * nss/tst-nss-test1.c: New file.
51
52 * nss/nsswitch.c (__nss_database_custom): Define new variable.
53 (__nss_configure_lookup): Set appropriate entry in
54 __nss_configure_lookup to true.
55 * nss/nsswitch.h: Define enum with indeces of databases in
56 databases and __nss_database_custom arrays. Declare
57 __nss_database_custom.
58 * grp/initgroups.c (internal_getgrouplist): Use __nss_database_custom
59 to avoid using nscd when custom rules are installed.
60 * nss/getXXbyYY_r.c: Likewise.
61 * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
62
63 * nss/nss_files/files-parse.c: Whitespace fixes.
64
f15ce4d8
UD
652010-08-09 Ulrich Drepper <drepper@redhat.com>
66
67 [BZ #11883]
68 * posix/fnmatch.c: Keep track of alloca use and fall back on malloc.
69 * posix/fnmatch_loop.c: Likewise.
70
d22e4cc9
AK
712010-07-17 Andi Kleen <ak@linux.intel.com>
72
73 * sysdeps/i386/i386-mcount.S (__fentry__): Define.
74 * sysdeps/x86_64/_mcount.S (__fentry__): Define.
75 * stdlib/Versions (__fentry__): Add for GLIBC 2.13
76 * Versions.def [GLIBC_2.13]: Add.
77
805bc17d
UD
782010-08-06 Ulrich Drepper <drepper@redhat.com>
79
80 * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid):
81 Also fail if tpwd after pwuid call is NULL.
82
5a42321d
ST
832010-07-31 Samuel Thibault <samuel.thibault@ens-lyon.org>
84
85 * hurd/hurdselect.c (_hurd_select): Round timeout up instead of down
86 when converting to ms.
87
fd3ebeda
ST
882010-06-06 Samuel Thibault <samuel.thibault@ens-lyon.org>
89
90 * sysdeps/mach/hurd/ttyname.c (ttyname): Replace MIG_BAD_ID and
91 EOPNOTSUPP errors with ENOTTY.
92 * sysdeps/mach/hurd/ttyname_r.c (__ttyname_r): Replace MIG_BAD_ID and
93 EOPNOTSUPP errors with ENOTTY.
94
73507d3a
UD
952010-07-31 Ulrich Drepper <drepper@redhat.com>
96
97 * sysdeps/x86_64/multiarch/Makefile [subdir=string] (sysdep_routines):
98 Add strcasecmp_l-ssse3.
99 * sysdeps/x86_64/multiarch/strcmp.S: Add support to compile for
100 strcasecmp.
101 * sysdeps/x86_64/strcmp.S: Allow more flexible compiling of strcasecmp.
102 * sysdeps/x86_64/multiarch/strcasecmp_l.S: New file.
103 * sysdeps/x86_64/multiarch/strcasecmp_l-ssse3.S: New file.
104
fe36dd02
UD
1052010-07-30 Ulrich Drepper <drepper@redhat.com>
106
66f6765a
UD
107 * sysdeps/x86_64/multiarch/strcmp.S: Pretty printing.
108
42e08a54
UD
109 * string/Makefile (strop-tests): Add strcasecmp.
110 * sysdeps/x86_64/Makefile [subdir=string] (sysdep_routines): Add
111 strcasecmp_l-nonascii.
112 (gen-as-const-headers): Add locale-defines.sym.
113 * sysdeps/x86_64/strcmp.S: Add support for strcasecmp implementation.
114 * sysdeps/x86_64/strcasecmp.S: New file.
115 * sysdeps/x86_64/strcasecmp_l.S: New file.
116 * sysdeps/x86_64/strcasecmp_l-nonascii.c: New file.
117 * sysdeps/x86_64/locale-defines.sym: New file.
118 * string/test-strcasecmp.c: New file.
119
fe36dd02
UD
120 * string/test-strcasestr.c: Test both ends of the range of characters.
121 * sysdeps/x86_64/multiarch/strstr.c: Fix UCHIGH definition.
122
48cbc0d6
RM
1232010-07-29 Roland McGrath <roland@redhat.com>
124
76e6d6bc 125 [BZ #11856]
48cbc0d6
RM
126 * manual/locale.texi (Yes-or-No Questions): Fix example code.
127
880113d9
UD
1282010-07-27 Ulrich Drepper <drepper@redhat.com>
129
130 * sysdeps/x86_64/multiarch/strcmp-ssse3.S: Avoid compiling the file
131 for ld.so.
132
deb9cabb
AS
1332010-07-27 Andreas Schwab <schwab@redhat.com>
134
135 * manual/memory.texi (Malloc Tunable Parameters): Document
136 M_PERTURB.
137
1c7570ff
RM
1382010-07-26 Roland McGrath <roland@redhat.com>
139
140 [BZ #11840]
141 * configure.in (-fgnu89-inline check): Set and substitute
142 gnu89_inline, not libc_cv_gnu89_inline.
143 * configure: Regenerated.
144 * config.make.in (gnu89-inline-CFLAGS): Use @gnu89_inline@.
145
24fb0f88
UD
1462010-07-26 Ulrich Drepper <drepper@redhat.com>
147
148 * string/test-strnlen.c: New file.
149 * string/Makefile (strop-tests): Add strnlen.
150 * string/tester.c (test_strnlen): Add a few more test cases.
151 * string/tst-strlen.c: Better error reporting.
152
153 * sysdeps/x86_64/strnlen.S: New file.
154
8e96b93a
UD
1552010-07-24 Ulrich Drepper <drepper@redhat.com>
156
157 * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu_tolower): Use
158 lower-latency instructions.
159
dbc676d4
UD
1602010-07-23 Ulrich Drepper <drepper@redhat.com>
161
162 * string/test-strcasestr.c: New file.
163 * string/test-strstr.c: New file.
164 * string/Makefile (strop-tests): Add strstr and strcasestr.
165 * string/str-two-way.h: Don't undefine MAX.
166 * string/strcasestr.c: Don't define alias if NO_ALIAS is defined.
167
f6a31e0e
AS
1682010-07-21 Andreas Schwab <schwab@redhat.com>
169
170 * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
171 strcasestr-nonascii.
172 (CFLAGS-strcasestr-nonascii.c): Define.
173 * sysdeps/i386/i686/multiarch/strcasestr-nonascii.c: New file.
174 * sysdeps/x86_64/multiarch/strcasestr-nonascii.c (STRSTR_SSE42):
175 Remove unused attribute.
176
5dbc3b6c
RM
1772010-07-20 Roland McGrath <roland@redhat.com>
178
179 * elf/dl-sysdep.c (_dl_important_hwcaps): Add dsocaps mask to
180 dl_hwcap_mask as well as dl_hwcap. Without this, dsocaps matching in
181 ld.so.cache was broken. With it, there is no way to disable dsocaps
182 like LD_HWCAP_MASK can disable hwcaps.
183
23d101d8
EPM
1842010-06-02 Emilio Pozuelo Monfort <pochu27@gmail.com>
185
186 * sysdeps/mach/hurd/sendmsg.c (__libc_sendmsg): Fix memory leaks.
187
cc9f2e47
UD
1882010-07-16 Ulrich Drepper <drepper@redhat.com>
189
190 * sysdeps/x86_64/multiarch/strstr.c: Rewrite to avoid indirect function
191 call in strcasestr.
192 * sysdeps/x86_64/multiarch/strcasestr.c: Declare
193 __strcasestr_sse42_nonascii.
194 * sysdeps/x86_64/multiarch/Makefile: Add rules to build
195 strcasestr-nonascii.c.
196 * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: New file.
197
77c1b069
LM
1982010-06-15 Luis Machado <luisgpm@br.ibm.com>
199
200 * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: New file.
201 * sysdeps/powerpc/powerpc32/power6/fpu/s_copysignf.S: New file.
202 * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: New file.
203 * sysdeps/powerpc/powerpc64/power6/fpu/s_copysignf.S: New file.
204
440566c3
UD
2052010-07-09 Ulrich Drepper <drepper@redhat.com>
206
207 * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Use __fcntl not
208 fcntl.
209
5be9d05d
AS
2102010-07-06 Andreas Schwab <schwab@redhat.com>
211
212 * elf/dl-version.c (match_symbol): Don't pass NULL occation to
213 dl_signal_cerror.
214
8a492a67
UD
2152010-07-06 Ulrich Drepper <drepper@redhat.com>
216
217 * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Implement
218 _PC_PIPE_BUF using F_GETPIPE_SZ.
219
713df3d5
RM
2202010-07-05 Roland McGrath <roland@redhat.com>
221
222 * manual/arith.texi (Rounding Functions): Fix rint description
223 implicit in round description.
224
702e8f14
UD
2252010-07-02 Ulrich Drepper <drepper@redhat.com>
226
227 * elf/Makefile: Fix linking for a few tests to make recent linker
228 happy.
229
52ed8be9
AS
2302010-06-30 Andreas Schwab <schwab@redhat.com>
231
232 * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Readd
233 $(common-objpfx)libc_nonshared.a.
234
f47c9a11
LM
2352010-06-21 Luis Machado <luisgpm@br.ibm.com>
236
237 * sysdeps/powerpc/powerpc32/970/fpu/Implies: Remove.
238 * sysdeps/powerpc/powerpc32/power5/fpu/Implies: Remove.
239 * sysdeps/powerpc/powerpc32/power5+/fpu/Implies: Remove.
240 * sysdeps/powerpc/powerpc32/power6x/fpu/Implies: Remove.
241 * sysdeps/powerpc/powerpc64/970/fpu/Implies: Remove.
242 * sysdeps/powerpc/powerpc64/power5/fpu/Implies: Remove.
243 * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: Remove.
244 * sysdeps/powerpc/powerpc64/power6x/fpu/Implies: Remove.
245 * sysdeps/unix/sysv/linux/powerpc/powerpc32/970/fpu/Implies: Remove.
246 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/fpu/Implies: Remove.
247 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/fpu/Implies: Remove.
248 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5+/fpu/Implies: Remove.
249 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/fpu/Implies: Remove.
250 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/fpu/Implies: Remove.
251 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/fpu/Implies: Remove.
252 * sysdeps/unix/sysv/linux/powerpc/powerpc64/970/fpu/Implies: Remove.
253 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/fpu/Implies: Remove.
254 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/fpu/Implies: Remove.
255 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5+/fpu/Implies: Remove.
256 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/fpu/Implies: Remove.
257 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/fpu/Implies: Remove.
258 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/fpu/Implies: Remove.
259 * sysdeps/powerpc/powerpc32/970/Implies: Point to power4.
260 * sysdeps/powerpc/powerpc32/power5/Implies: Point to power4.
261 * sysdeps/powerpc/powerpc32/power5+/Implies: Point to power5.
262 * sysdeps/powerpc/powerpc32/power6/Implies: Point to power5+.
263 * sysdeps/powerpc/powerpc32/power6x/Implies: Point to power6.
264 * sysdeps/powerpc/powerpc64/970/Implies: Point to power4.
265 * sysdeps/powerpc/powerpc64/power5/Implies: Point to power4.
266 * sysdeps/powerpc/powerpc64/power5+/Implies: Point to power5.
267 * sysdeps/powerpc/powerpc64/power6/Implies: Point to power5+.
268 * sysdeps/powerpc/powerpc64/power6x/Implies: Point to power6.
269 * sysdeps/powerpc/powerpc32/power7/Implies: New file.
270 * sysdeps/powerpc/powerpc64/power7/Implies: New file.
271 * sysdeps/unix/sysv/linux/powerpc/powerpc32/970/Implies: New file.
272 * sysdeps/unix/sysv/linux/powerpc/powerpc32/cell/Implies: New file.
273 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/Implies: New file.
274 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/Implies: New file.
275 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/Implies: New file.
276 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/Implies: New file.
277 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/Implies: New file.
278 * sysdeps/unix/sysv/linux/powerpc/powerpc64/970/Implies: New file.
279 * sysdeps/unix/sysv/linux/powerpc/powerpc64/cell/Implies: New file.
280 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/Implies: New file.
281 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/Implies: New file.
282 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/Implies: New file.
283 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/Implies: New file.
284 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/Implies: New file.
285
6fb8cbcb
L
2862010-06-25 H.J. Lu <hongjiu.lu@intel.com>
287
288 * debug/memmove_chk.c (__memmove_chk): Renamed to ...
289 (MEMMOVE_CHK): ...this. Default to __memmove_chk.
290 * string/memmove.c (memmove): Renamed to ...
291 (MEMMOVE): ...this. Default to memmove.
292 * sysdeps/x86_64/memcpy.S: Use ENTRY_CHK and END_CHK.
293 * sysdeps/x86_64/sysdep.h (ENTRY_CHK): Define.
294 (END_CHK): Define.
295 * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
296 memcpy-ssse3 mempcpy-ssse3 memmove-ssse3 memcpy-ssse3-back
297 mempcpy-ssse3-back memmove-ssse3-back.
298 * sysdeps/x86_64/multiarch/bcopy.S: New file .
299 * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: New file.
300 * sysdeps/x86_64/multiarch/memcpy-ssse3.S: New file.
301 * sysdeps/x86_64/multiarch/memcpy.S: New file.
302 * sysdeps/x86_64/multiarch/memcpy_chk.S: New file.
303 * sysdeps/x86_64/multiarch/memmove-ssse3-back.S: New file.
304 * sysdeps/x86_64/multiarch/memmove-ssse3.S: New file.
305 * sysdeps/x86_64/multiarch/memmove.c: New file.
306 * sysdeps/x86_64/multiarch/memmove_chk.c: New file.
307 * sysdeps/x86_64/multiarch/mempcpy-ssse3-back.S: New file.
308 * sysdeps/x86_64/multiarch/mempcpy-ssse3.S: New file.
309 * sysdeps/x86_64/multiarch/mempcpy.S: New file.
310 * sysdeps/x86_64/multiarch/mempcpy_chk.S: New file.
311 * sysdeps/x86_64/multiarch/init-arch.h (bit_Fast_Copy_Backward):
312 Define.
313 (index_Fast_Copy_Backward): Define.
314 (HAS_ARCH_FEATURE): Define.
315 (HAS_FAST_REP_STRING): Define.
316 (HAS_FAST_COPY_BACKWARD): Define.
317
4e733bac 3182010-06-21 Andreas Schwab <schwab@redhat.com>
e35fcef8
AS
319
320 * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid):
321 Restore proper fallback handling.
322
63c4ed22
UD
3232010-06-19 Ulrich Drepper <drepper@redhat.com>
324
ac2b484c
UD
325 [BZ #11701]
326 * posix/group_member.c (__group_member): Correct checking loop.
327
63c4ed22
UD
328 * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid): Handle
329 OOM in getpwuid_r correctly. Return error number when the caller
330 should return, otherwise -1.
331 (getlogin_r): Adjust to return also for result of __getlogin_r_loginuid
332 call returning > 0 value.
333 * sysdeps/unix/sysv/linux/getlogin.c (getlogin): Likewise.
334
765ade4b
AS
3352010-06-07 Andreas Schwab <schwab@redhat.com>
336
337 * dlfcn/Makefile: Remove explicit dependencies on libc.so and
338 libc_nonshared.a from targets in modules-names.
339
80da2e09
KS
3402010-06-02 Kirill A. Shutemov <kirill@shutemov.name>
341
342 * elf/dl-reloc.c: Flush cache after solving TEXTRELs if arch
343 requires it.
344
158db122
LM
3452010-06-10 Luis Machado <luisgpm@br.ibm.com>
346
347 * sysdeps/powerpc/powerpc32/power7/memcmp.S: New file
348 * sysdeps/powerpc/powerpc64/power7/memcmp.S: New file.
349 * sysdeps/powerpc/powerpc32/power7/strncmp.S: New file.
350 * sysdeps/powerpc/powerpc64/power7/strncmp.S: New file.
351
caa78cf8
AS
3522010-06-02 Andreas Schwab <schwab@redhat.com>
353
354 * nis/nss_nis/nis-initgroups.c (get_uid): Properly resize buffer.
355
b2ef2c01
UD
3562010-06-14 Ulrich Drepper <drepper@redhat.com>
357
358 * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Define F_SETPIPE_SZ
359 and F_GETPIPE_SZ.
360 * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
361 * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
362 * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
363 * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
364 * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
365 * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise
366
fbd643b6
RM
3672010-06-14 Roland McGrath <roland@redhat.com>
368
369 * manual/libc.texinfo (@copying): Change to GFDL v1.3.
370
f32f2869
JJ
3712010-06-07 Jakub Jelinek <jakub@redhat.com>
372
373 * libio/stdio.h (sscanf, vsscanf): Use __REDIRECT_NTH instead of
374 __REDIRECT followed by __THROW.
375 * wcsmbs/wchar.h (swscanf, vswscanf): Likewise.
376 * posix/getopt.h (getopt): Likewise.
377
2a50c078
EPM
3782010-06-02 Emilio Pozuelo Monfort <pochu27@gmail.com>
379
380 * hurd/lookup-at.c (__file_name_lookup_at): Accept
381 AT_SYMLINK_FOLLOW in AT_FLAGS. Fail with EINVAL if both
382 AT_SYMLINK_FOLLOW and AT_SYMLINK_NOFOLLOW are present
383 in AT_FLAGS.
384 * hurd/hurd/fd.h (__file_name_lookup_at): Update comment.
385 * sysdeps/mach/hurd/linkat.c (linkat): Pass O_NOLINK in FLAGS.
386
eb5ad2eb
LM
3872010-05-28 Luis Machado <luisgpm@br.ibm.com>
388
389 * sysdeps/powerpc/powerpc32/power7/memcpy.S: Exchange srdi for srwi.
390
3c88fe1e
L
3912010-05-26 H.J. Lu <hongjiu.lu@intel.com>
392
393 [BZ #11640]
394 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
395 Properly check family and model.
396
d2f73151
TY
3972010-05-26 Takashi Yoshii <takashi.yoshii.zj@renesas.com>
398
399 * sysdeps/unix/sysv/linux/sh/sh4/register-dump.h: Fix iov[] size.
400
ebd2e13d
LM
4012010-05-24 Luis Machado <luisgpm@br.ibm.com>
402
403 * sysdeps/powerpc/powerpc32/power7/memset.S: POWER7 32-bit memset fix.
404
b32b8b45
UD
4052010-05-21 Ulrich Drepper <drepper@redhat.com>
406
407 * elf/dl-runtime.c (_dl_profile_fixup): Don't crash on unresolved weak
408 symbol reference.
409
9acbe24d
AS
4102010-05-19 Andreas Schwab <schwab@redhat.com>
411
412 * elf/dl-runtime.c (_dl_fixup): Don't crash on unresolved weak
413 symbol reference.
414
f0ccf6ea
AS
4152010-05-21 Andreas Schwab <schwab@redhat.com>
416
3d04ff3a
AS
417 * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Add recvmmsg
418 and internal_recvmmsg.
419 * sysdeps/unix/sysv/linux/recvmmsg.c: New file.
420 * sysdeps/unix/sysv/linux/internal_recvmmsg.S: New file.
421 * sysdeps/unix/sysv/linux/socketcall.h (SOCKOP_recvmmsg): Define.
422 * sysdeps/unix/sysv/linux/syscalls.list (recvmmsg): Remove.
423
f0ccf6ea
AS
424 * sunrpc/clnt_tcp.c (clnttcp_control): Add missing break.
425 * sunrpc/clnt_udp.c (clntudp_control): Likewise.
426 * sunrpc/clnt_unix.c (clntunix_control): Likewise.
427
5b08ac57
AS
4282010-05-20 Andreas Schwab <schwab@redhat.com>
429
430 * sysdeps/unix/sysv/linux/sys/timex.h: Use __REDIRECT_NTH.
431
4828935d
LM
4322010-05-17 Luis Machado <luisgpm@br.ibm.com>
433
434 POWER7 optimizations.
435 * sysdeps/powerpc/powerpc64/power7/memset.S: New file.
436 * sysdeps/powerpc/powerpc32/power7/memset.S: New file.
437
373d545e
UD
4382010-05-19 Ulrich Drepper <drepper@redhat.com>
439
440 * version.h: Update for 2.13 development version.
441
21a2b1ae
AS
4422010-05-12 Andrew Stubbs <ams@codesourcery.com>
443
444 * sysdeps/sh/sh4/fpu/feholdexcpt.c (feholdexcept): Really disable all
445 exceptions. Return 0.
446
3f7dcb2b
RM
4472010-05-07 Roland McGrath <roland@redhat.com>
448
449 * elf/ldconfig.c (main): Add a const.
450
5f24d53a 4512010-05-06 Ulrich Drepper <drepper@redhat.com>
70c9476e 452
a160f8d8
UD
453 * nss/getent.c (idn_flags): Default to AI_IDN|AI_CANONIDN.
454 (args_options): Add no-idn option.
455 (ahosts_keys_int): Add idn_flags to ai_flags.
456 (parse_option): Handle 'i' option to clear idn_flags.
457
5f24d53a
UD
458 * malloc/malloc.c (_int_free): Possible race in the most recently
459 added check. Only act on the data if no current modification
460 happened.
265bb1ce
UD
461
462See ChangeLog.17 for earlier changes.