]> git.ipfire.org Git - thirdparty/glibc.git/blame - ChangeLog
Define MAP_HUGETLB.
[thirdparty/glibc.git] / ChangeLog
CommitLineData
cf7c9078
UD
12010-11-19 Ulrich Drepper <drepper@gmail.com>
2
3 * sysdeps/unix/sysv/linux/i386/bits/mman.h: Define MAP_HUGETLB.
4 * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Likewise.
5
a1fb5e3e
UD
62010-11-16 Ulrich Drepper <drepper@gmail.com>
7
8 * sysdeps/unix/sysv/linux/sys/swap.h (SWAP_FLAG_DISCARD): Define.
9
3540d66b
AS
102010-11-11 Andreas Schwab <schwab@redhat.com>
11
12 * posix/fnmatch_loop.c (NEW_PATTERN): Fix use of alloca.
13 * posix/Makefile (tests): Add $(objpfx)tst-fnmatch-mem.
14 (tst-fnmatch-ENV): Set MALLOC_TRACE.
15 ($(objpfx)tst-fnmatch-mem): New rule.
16 (generated): Add tst-fnmatch-mem and tst-fnmatch.mtrace.
17 * posix/tst-fnmatch.c (main): Call mtrace.
18
13b69574
L
192010-11-11 H.J. Lu <hongjiu.lu@intel.com>
20
21 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
22 Support Intel processor model 6 and model 0x2c.
23
da93d214
LM
242010-11-10 Luis Machado <luisgpm@br.ibm.com>
25
26 * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c (__ieee754_sqrtl): Force
27 signed comparison.
28
8ca52c6e
L
292010-11-09 H.J. Lu <hongjiu.lu@intel.com>
30
31 [BZ #12205]
32 * string/test-strncasecmp.c (check_result): New function.
33 (do_one_test): Use it.
34 (check1): New function.
35 (test_main): Use it.
36 * sysdeps/i386/i686/multiarch/strcmp.S (nibble_ashr_use_sse4_2_exit):
37 Support strcasecmp and strncasecmp.
38
69da074d
UD
392010-11-08 Ulrich Drepper <drepper@gmail.com>
40
41 [BZ #12194]
42 * sysdeps/i386/bits/byteswap.h: Avoid warning in __bswap_16.
43 * sysdeps/x86_64/bits/byteswap.h: Likewise.
44
ff02d528
L
452010-11-07 H.J. Lu <hongjiu.lu@intel.com>
46
47 * sysdeps/x86_64/memset.S: Check USE_MULTIARCH and USE_SSE2 for
48 IFUNC support.
49 * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
50 memset-x86-64.
51 * sysdeps/x86_64/multiarch/bzero.S: New file.
52 * sysdeps/x86_64/multiarch/cacheinfo.c: New file.
53 * sysdeps/x86_64/multiarch/memset-x86-64.S: New file.
54 * sysdeps/x86_64/multiarch/memset.S: New file.
55 * sysdeps/x86_64/multiarch/memset_chk.S: New file.
56 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
57 Set bit_Prefer_SSE_for_memop for Intel processors.
58 * sysdeps/x86_64/multiarch/init-arch.h (bit_Prefer_SSE_for_memop):
59 Define.
60 (index_Prefer_SSE_for_memop): Define.
61 (HAS_PREFER_SSE_FOR_MEMOP): Define.
62
344d0b54
LM
632010-11-04 Luis Machado <luisgpm@br.ibm.com>
64
65 * sysdeps/powerpc/powerpc32/power7/mempcpy.S: New file.
66 * sysdeps/powerpc/powerpc64/power7/mempcpy.S: New file.
67
c0dde15b
UD
682010-11-03 H.J. Lu <hongjiu.lu@intel.com>
69
70 [BZ #12191]
71 * sysdeps/i386/i686/cacheinfo.c (__x86_64_raw_data_cache_size): New.
72 (__x86_64_raw_data_cache_size_half): Likewise.
73 (__x86_64_raw_shared_cache_size): Likewise.
74 (__x86_64_raw_shared_cache_size_half): Likewise.
75
76 * sysdeps/x86_64/cacheinfo.c (__x86_64_raw_data_cache_size): New.
77 (__x86_64_raw_data_cache_size_half): Likewise.
78 (__x86_64_raw_shared_cache_size): Likewise.
79 (__x86_64_raw_shared_cache_size_half): Likewise.
80 (init_cacheinfo): Set __x86_64_raw_data_cache_size,
81 __x86_64_raw_data_cache_size_half, __x86_64_raw_shared_cache_size
82 and __x86_64_raw_shared_cache_size_half. Round
83 __x86_64_data_cache_size_half, __x86_64_data_cache_size
84 __x86_64_shared_cache_size_half and __x86_64_shared_cache_size,
85 to multiple of 256 bytes.
86
0e516e0e
MS
872010-11-03 Ulrich Drepper <drepper@gmail.com>
88
89 [BZ #12167]
90 * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Recognize new mangling
91 of inacessible symlinks. Verify result of symlink before returning it.
92 * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r): Likewise.
93 Patch mostly by Miklos Szeredi <miklos@szeredi.hu>.
94
0e012e87
ER
952010-10-28 Erich Ritz <erichritz@gmail.com>
96
97 * math/math.h (isinf): Fix typo in comment.
98
de0ff7bc
UD
992010-11-01 Ulrich Drepper <drepper@gmail.com>
100
101 * po/da.po: Update from translation team.
102
fa41c84d
UD
1032010-10-26 Ulrich Drepper <drepper@gmail.com>
104
105 * elf/rtld.c (dl_main): Move assertion after the point where rtld map
106 is added to the list.
107
f0967738
AK
1082010-10-20 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
109 Ulrich Drepper <drepper@gmail.com>
110
111 * elf/dl-object.c (_dl_new_object): Don't append the new object to
112 the global list here. Move code to...
113 (_dl_add_to_namespace_list): ...here. New function.
114 * elf/rtld.c (dl_main): Invoke _dl_add_to_namespace_list.
115 * sysdeps/generic/ldsodefs.h (_dl_add_to_namespace_list): Declare.
116 * elf/dl-load.c (lose): Don't remove the element from the list.
117 (_dl_map_object_from_fd): Invoke _dl_add_to_namespace_list.
118 (_dl_map_object): Likewise.
119
1202010-10-25 Ulrich Drepper <drepper@gmail.com>
dbf3a069
RL
121
122 [BZ #12159]
123 * sysdeps/x86_64/multiarch/strchr.S: Fix propagation of search byte
124 into all bytes of SSE register.
125 Patch by Richard Li <richardpku@gmail.com>.
126
f0967738 1272010-10-24 Ulrich Drepper <drepper@gmail.com>
fdc0f374
UD
128
129 [BZ #12140]
130 * malloc/malloc.c (_int_free): Fill correct number of bytes when
131 perturbing.
132
d0b9e94f
MB
1332010-10-20 Michael B. Brutman <brutman@us.ibm.com>
134
135 * sysdeps/powerpc/dl-procinfo.c: Add support for ppca2 platform
136 * sysdeps/powerpc/dl-procinfo.h: Add support for ppca2 platform
137 * sysdeps/powerpc/powerpc32/a2/memcpy.S: New file.
138 * sysdeps/powerpc/powerpc64/a2/memcpy.S: Likewise.
139 * sysdeps/unix/sysv/linux/powerpc/powerpc32/a2/Implies: New
140 submachine.
141 * sysdeps/unix/sysv/linux/powerpc/powerpc64/a2/Implies: Likewise.
142
8e9f92e9
AS
1432010-10-22 Andreas Schwab <schwab@redhat.com>
144
145 * include/dlfcn.h (__RTLD_SECURE): Define.
146 * elf/dl-load.c (_dl_map_object): Remove preloaded parameter. Use
147 mode & __RTLD_SECURE instead.
148 (open_path): Rename preloaded parameter to secure.
149 * sysdeps/generic/ldsodefs.h (_dl_map_object): Adjust declaration.
150 * elf/dl-open.c (dl_open_worker): Adjust call to _dl_map_object.
151 * elf/dl-deps.c (openaux): Likewise.
152 * elf/rtld.c (struct map_args): Remove is_preloaded.
153 (map_doit): Don't use it.
154 (dl_main): Likewise.
155 (do_preload): Use __RTLD_SECURE instead of is_preloaded.
156 (dlmopen_doit): Add __RTLD_SECURE to mode bits.
157
bc96fbda
AS
1582010-09-09 Andreas Schwab <schwab@redhat.com>
159
160 * Makeconfig (sysd-rules-patterns): Add rtld-%:rtld-%.
161 (sysd-rules-targets): Remove duplicates.
162 * elf/rtld-Rules ($(objpfx)rtld-%.os): Add pattern rules with
163 rtld-%.$o dependency.
164
22cd1c9b
AS
1652010-10-18 Andreas Schwab <schwab@redhat.com>
166
167 * elf/dl-open.c (dl_open_worker): Don't expand DST here, let
168 _dl_map_object do it.
169
18edac48
UD
1702010-10-19 Ulrich Drepper <drepper@gmail.com>
171
172 * sysdeps/i386/bits/mathdef.h (FP_FAST_FMA): If the GCC 4.6 port has
173 fast fma builtins, define the macros in the C99 standard.
174 (FP_FAST_FMAF): Likewise.
175 (FP_FAST_FMAL): Likewise.
176 * sysdeps/x86_64/bits/mathdef.h: Likewise.
177
178 * bits/mathdef.h: Update copyright year.
179 * sysdeps/powerpc/bits/mathdef.h: Likewise.
180
d2050124
MM
1812010-10-19 Michael Meissner <meissner@linux.vnet.ibm.com>
182
183 * bits/mathdef.h (FP_FAST_FMA): If the GCC 4.6 port has fast fma
184 builtins, define the macros in the C99 standard.
185 (FP_FAST_FMAF): Likewise.
186 (FP_FAST_FMAL): Likewise.
187 * sysdeps/powerpc/bits/mathdef.h (FP_FAST_FMA): Define, ppc as
188 multiply/add.
189 (FP_FAST_FMAF): Likewise.
190
475facd1
JJ
1912010-10-15 Jakub Jelinek <jakub@redhat.com>
192
193 [BZ #3268]
194 * math/libm-test.inc (fma_test): Some new testcases.
195 * sysdeps/ieee754/ldbl-128/s_fmal.c: New file.
196 * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Fix fma with finite x and
197 y and infinite z. Do multiplication by C already in long double.
198 * sysdeps/ieee754/ldbl-96/s_fmal.c: New file.
199 * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Fix fma with finite x and
200 y and infinite z. Do bitwise or of inexact bit into u.d.
201 * sysdeps/ieee754/ldbl-64-128/s_fmal.c: New file.
202 * sysdeps/i386/fpu/s_fmaf.S: Removed.
203 * sysdeps/i386/fpu/s_fma.S: Removed.
204 * sysdeps/i386/fpu/s_fmal.S: Removed.
205
7c08a05c
JJ
2062010-10-16 Jakub Jelinek <jakub@redhat.com>
207
208 [BZ #3268]
209 * math/libm-test.inc (fma_test): Add IEEE quad long double fmal tests.
210 * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Ensure a1 + u.d
211 computation is not scheduled after fetestexcept. Fix value
212 of minimum denormal long double.
213
f3f7372d
JJ
2142010-10-14 Jakub Jelinek <jakub@redhat.com>
215
216 [BZ #3268]
217 * math/libm-test.inc (fma_test): Add some more tests.
218 * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Handle underflows
219 correctly.
220
14d43591
AS
2212010-10-15 Andreas Schwab <schwab@redhat.com>
222
223 * scripts/data/localplt-s390-linux-gnu.data: New file.
224 * scripts/data/localplt-s390x-linux-gnu.data: New file.
225
5e908464
JJ
2262010-10-13 Jakub Jelinek <jakub@redhat.com>
227
228 [BZ #3268]
229 * math/libm-test.inc (fma_test): Some more fmaf and fma tests.
230 * sysdeps/i386/i686/multiarch/s_fma.c: Include ldbl-96 version
231 instead of dbl-64.
232 * sysdeps/i386/fpu/bits/mathinline.h (fma, fmaf, fmal): Remove
233 inlines.
234 * sysdeps/ieee754/ldbl-96/s_fma.c: New file.
235 * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Fix exponent adjustment
236 if one of x and y is very large and the other is subnormal.
237 * sysdeps/s390/fpu/s_fmaf.c: New file.
238 * sysdeps/s390/fpu/s_fma.c: New file.
239 * sysdeps/powerpc/fpu/s_fmaf.S: New file.
240 * sysdeps/powerpc/fpu/s_fma.S: New file.
241 * sysdeps/powerpc/powerpc32/fpu/s_fma.S: New file.
242 * sysdeps/powerpc/powerpc64/fpu/s_fma.S: New file.
243 * sysdeps/unix/sysv/linux/s390/fpu/s_fma.c: New file.
244
2452010-10-12 Jakub Jelinek <jakub@redhat.com>
246
247 [BZ #3268]
248 * math/libm-test.inc (fma_test): Add some more fmaf tests, add
249 fma tests.
250 * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Fix Inf/Nan check.
251 * sysdeps/ieee754/dbl-64/s_fma.c: New file.
252 * sysdeps/i386/i686/multiarch/s_fma.c: Include
253 sysdeps/ieee754/dbl-64/s_fma.c instead of math/s_fma.c.
254 * sysdeps/x86_64/multiarch/s_fma.c: Likewise.
255 * sysdeps/ieee754/ldbl-opt/s_fma.c: Likewise.
256 * sysdeps/ieee754/ldbl-128/s_fma.c: New file.
257
b833d51f
UD
2582010-10-12 Ulrich Drepper <drepper@redhat.com>
259
260 [BZ #12078]
261 * posix/regcomp.c (parse_branch): One more memory leak plugged.
262 * posix/bug-regex31.input: Add test case.
263
1751705d
UD
2642010-10-11 Ulrich Drepper <drepper@gmail.com>
265
e9b9cbf5
UD
266 * posix/bug-regex31.c: Rewrite to run multiple tests from stdin.
267 * posix/bug-regex31.input: New file.
268
269 [BZ #12078]
270 * posix/regcomp.c (parse_branch): Free memory when allocation failed.
271 (parse_sub_exp): Fix last change, use postorder.
272
ef06edbe
UD
273 * posix/bug-regex31.c: New file.
274 * posix/Makefile: Add rules to build and run bug-regex31.
275
a129c80d
UD
276 * posix/regcomp.c (parse_bracket_exp): Add missing re_free calls.
277
278 [BZ #12078]
279 * posix/regcomp.c (parse_sub_exp): Free tree data when it is not used.
280
b76b818e
UD
281 [BZ #12108]
282 * stdio-common/psiginfo.c (psiginfo): Don't expext SIGRTMIN..SIGRTMAX
283 to have entries in sys_siglist.
284
1751705d
UD
285 [BZ #12093]
286 * sysdeps/unix/sysv/linux/check_pf.c (__check_pf): ->ifa_addr might
287 be NULL.
288
9ff8d36f
JJ
2892010-10-07 Jakub Jelinek <jakub@redhat.com>
290
291 [BZ #3268]
292 * math/libm-test.inc (fma_test): Add 2 fmaf tests.
293 * sysdeps/ieee754/dbl-64/s_fmaf.c: New file.
294 * sysdeps/i386/i686/multiarch/s_fmaf.c: Include
295 sysdeps/ieee754/dbl-64/s_fmaf.c instead of math/s_fmaf.c.
296 * sysdeps/x86_64/multiarch/s_fmaf.c: Likewise.
297 * include/fenv.h (feupdateenv, fetestexcept): Add libm_hidden_proto.
298 * math/feupdateenv.c (feupdateenv): Add libm_hidden_ver.
299 * sysdeps/i386/fpu/feupdateenv.c (feupdateenv): Likewise.
300 * sysdeps/powerpc/fpu/feupdateenv.c (feupdateenv): Likewise.
301 * sysdeps/x86_64/fpu/feupdateenv.c (feupdateenv): Likewise.
302 * sysdeps/sparc/fpu/feupdateenv.c (feupdateenv): Likewise.
303 * sysdeps/ia64/fpu/feupdateenv.c (feupdateenv): Add libm_hidden_def.
304 * sysdeps/s390/fpu/feupdateenv.c (feupdateenv): Likewise.
305 * math/ftestexcept.c (fetestexcept): Likewise.
306 * sysdeps/ia64/fpu/ftestexcept.c (fetestexcept): Likewise.
307 * sysdeps/i386/fpu/ftestexcept.c (fetestexcept): Likewise.
308 * sysdeps/s390/fpu/ftestexcept.c (fetestexcept): Likewise.
309 * sysdeps/powerpc/fpu/ftestexcept.c (fetestexcept): Likewise.
310 * sysdeps/x86_64/fpu/ftestexcept.c (fetestexcept): Likewise.
311 * sysdeps/sparc/fpu/ftestexcept.c (fetestexcept): Likewise.
312 * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
313
af325969
UD
3142010-10-11 Ulrich Drepper <drepper@gmail.com>
315
c579b202 316 [BZ #12107]
af325969
UD
317 * stdio-common/psiginfo.c (psiginfo): Terminate all strings with
318 newline.
319
67a67b95
UD
3202010-10-06 Ulrich Drepper <drepper@gmail.com>
321
322 * string/bug-strstr1.c: New file.
323 * string/Makefile: Add rules to build and run bug-strstr1.
324
5fb308bc
EB
3252010-10-05 Eric Blake <eblake@redhat.com>
326
327 [BZ #12092]
328 * string/str-two-way.h (two_way_long_needle): Always clear memory
329 when skipping input due to the shift table.
330
45db99c7
UD
3312010-10-03 Ulrich Drepper <drepper@gmail.com>
332
3b111893
UD
333 [BZ #12005]
334 * malloc/mcheck.c: Handle large requests.
335
45db99c7
UD
336 [BZ #12077]
337 * sysdeps/x86_64/strcmp.S: Fix handling of remaining bytes in buffer
338 for strncmp and strncasecmp.
339 * string/stratcliff.c: Add tests for strcmp and strncmp.
340 * wcsmbs/wcsatcliff.c: Adjust for stratcliff change.
341
cf7a1eb8
NI
3422010-09-28 Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
343
344 * sysdeps/sh/sh4/fpu/fpu_control.h: Add 'extern "C"' protection to
345 __set_fpscr.
346
6484ba5e
AJ
3472010-09-30 Andreas Jaeger <aj@suse.de>
348
349 * sysdeps/unix/sysv/linux_fsinfo.h (BTRFS_SUPER_MAGIC): Define.
350 (CGROUP_SUPER_MAGIC): Define.
351 * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
352 Handle btrfs and cgroup file systems.
353 * sysdeps/unix/sysv/linux/pathconf.c (__statfs_filesize_max):
354 Likewise.
355
91c42559
LM
3562010-09-27 Luis Machado <luisgpm@br.ibm.com>
357
358 * sysdeps/powerpc/powerpc32/rtld-memset.c: New file.
359 * sysdeps/powerpc/powerpc64/rtld-memset.c: New file.
360
87a97932
AK
3612010-09-29 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
362
363 [BZ #12067]
364 * sysdeps/s390/s390-32/elf/start.S: Fix address calculation when
365 trying to locate the ELF header.
366
c21cc9bc
AS
3672010-09-27 Andreas Schwab <schwab@redhat.com>
368
369 [BZ #11611]
370 * sysdeps/unix/sysv/linux/internal_statvfs.c (INTERNAL_STATVFS):
371 Mask out sign-bit copies when constructing f_fsid.
372
315970f6
PB
3732010-09-24 Petr Baudis <pasky@suse.cz>
374
375 * debug/stack_chk_fail_local.c: Add missing licence exception.
376 * debug/warning-nop.c: Likewise.
377
1ac7a2c7
JM
3782010-09-15 Joseph Myers <joseph@codesourcery.com>
379
380 * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS): When
381 implementing getdents64 using getdents syscall, set d_type if
382 __ASSUME_GETDENTS32_D_TYPE.
383
56801c50
AS
3842010-09-16 Andreas Schwab <schwab@redhat.com>
385
386 * elf/dl-close.c (free_slotinfo, free_mem): Move to...
387 * elf/dl-libc.c (free_slotinfo, free_mem): ... here.
388
dda51327
UD
3892010-09-21 Ulrich Drepper <drepper@redhat.com>
390
391 [BZ #12037]
392 * posix/unistd.h: Undo change of feature selection for ftruncate from
393 2010-01-11.
394
8ffcee4a
UD
3952010-09-20 Ulrich Drepper <drepper@redhat.com>
396
a545ecd9 397 * sysdeps/x86_64/strcmp.S: Fix another typo in x86-64 strncasecmp limit
8ffcee4a
UD
398 detection.
399
e24f0a8b
AS
4002010-09-20 Andreas Schwab <schwab@redhat.com>
401
402 * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list: Add
403 fanotify_mark.
404 * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Likewise.
405
7291c56f
AS
4062010-09-14 Andreas Schwab <schwab@redhat.com>
407
408 * sysdeps/s390/s390-32/__longjmp.c (__longjmp): Define register
409 variables after CHECK_SP call.
410 * sysdeps/s390/s390-64/__longjmp.c (__longjmp): Likewise.
411
bc5fb037
AS
4122010-09-13 Andreas Schwab <schwab@redhat.com>
413 Ulrich Drepper <drepper@redhat.com>
414
415 * elf/rtld.c (dl_main): Set GLRO(dl_init_all_dirs) just before
416 re-relocationg ld.so.
417 * elf/dl-support.c (_dl_non_dynamic_init): And here after the
418 _dl_init_paths call.
419 * elf/dl-load.c (_dl_init_paths). Don't set GLRO(dl_init_all_dirs)
420 here anymore.
421
e66e7419
UD
4222010-09-14 Ulrich Drepper <drepper@redhat.com>
423
424 * resolv/res_init.c (__res_vinit): Count the default server we added.
425
c044aa75
CLT
4262010-09-08 Chung-Lin Tang <cltang@codesourcery.com>
427 Ulrich Drepper <drepper@redhat.com>
428
429 [BZ #11968]
430 * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S
431 (____longjmp_chk): Use %ebx for saving value across system call.
432 Add unwind info.
433
32cf4069
AS
4342010-09-06 Andreas Schwab <schwab@redhat.com>
435
436 * manual/Makefile: Don't mix pattern rules with normal rules.
437
817328ee
AS
4382010-09-05 Andreas Schwab <schwab@linux-m68k.org>
439
440 * debug/vdprintf_chk.c (__vdprintf_chk): Remove undefined
441 operation.
442 * libio/iofdopen.c (_IO_new_fdopen): Likewise.
443 * libio/iofopncook.c (_IO_cookie_init): Likewise.
444 * libio/iovdprintf.c (_IO_vdprintf): Likewise.
445 * libio/oldiofdopen.c (_IO_old_fdopen): Likewise.
446 * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
447 Likewise.
448
29fddf61
UD
4492010-09-04 Ulrich Drepper <drepper@redhat.com>
450
451 [BZ #11979]
452 * iconvdata/gconv-modules: Remove EBCDIC-CP-AR2 alias from
453 IBM-930, IBM-933, IBM-935, IBM-937, and IBM-939.
454
0959ffc9
UD
4552010-09-02 Ulrich Drepper <drepper@redhat.com>
456
457 * sysdeps/x86_64/add_n.S: Update from GMP 5.0.1.
458 * sysdeps/x86_64/addmul_1.S: Likewise.
459 * sysdeps/x86_64/lshift.S: Likewise.
460 * sysdeps/x86_64/mul_1.S: Likewise.
461 * sysdeps/x86_64/rshift.S: Likewise.
462 * sysdeps/x86_64/sub_n.S: Likewise.
463 * sysdeps/x86_64/submul_1.S: Likewise.
464
ece29840
ST
4652010-09-01 Samuel Thibault <samuel.thibault@ens-lyon.org>
466
0959ffc9
UD
467 This aligns bits/sched.h onto sysdeps/unix/sysv/linux/bits/sched.h:
468 Define __sched_param instead of SCHED_* and sched_param when
ece29840 469 <bits/sched.h> is included with __need_schedparam defined.
0959ffc9 470 * bits/sched.h [__need_schedparam]
ece29840 471 (SCHED_OTHER, SCHED_FIFO, SCHED_RR, sched_param): Do not define.
0959ffc9
UD
472 [!__defined_schedparam && (__need_schedparam || _SCHED_H)]
473 (__defined_schedparam): Define to 1.
ece29840
ST
474 (__sched_param): New structure, identical to sched_param.
475 (__need_schedparam): Undefine.
476
e53a31fe
MF
4772010-08-31 Mike Frysinger <vapier@gentoo.org>
478
fdc0c10d
MF
479 * sysdeps/unix/sysv/linux/sparc/sys/epoll.h (epoll_create2): Delete.
480 (epoll_create1): Declare.
481
e53a31fe
MF
482 * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Fix typo.
483
a726d796
AS
4842010-08-31 Andreas Schwab <schwab@redhat.com>
485
486 [BZ #7066]
487 * stdlib/strtod_l.c (____STRTOF_INTERNAL): Fix array overflow when
488 shifting retval into place.
489
2f3e3dc7
UD
4902010-09-01 Ulrich Drepper <drepper@redhat.com>
491
f2933da9
UD
492 * nis/rpcsvc/nis.h: Update copyright notice.
493 * nis/rpcsvc/nis.x: Likewise.
494 * nis/rpcsvc/nis_callback.h: Likewise.
495 * nis/rpcsvc/nis_callback.x: Likewise.
496 * nis/rpcsvc/nis_object.x: Likewise.
497 * nis/rpcsvc/nis_tags.h: Likewise.
498 * nis/rpcsvc/yp.h: Likewise.
499 * nis/rpcsvc/yp.x: Likewise.
500 * nis/rpcsvc/ypupd.h: Likewise.
501 * nis/yp_xdr.c: Likewise.
502 * nis/ypupdate_xdr.c: Likewise.
503
2f3e3dc7
UD
504 * sunrpc/pm_getport.c (__libc_rpc_getport): New function. This is
505 mainly the body of pmap_getport. Add parameters to specify timeouts.
506 (pmap_getport): Use __libc_rpc_getport.
507 * sunrpc/Versions: Export __libc_rpc_getport with GLIBC_PRIVATE.
508 * include/rpc/pmap_clnt.h: Declare __libc_rpc_getport.
509 * nis/nis_findserv.c: Remove pmap_getport copy. Use __libc_rpc_getport.
510
f3dcc2f9
AS
5112010-08-31 Andreas Schwab <schwab@linux-m68k.org>
512
513 * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list: Add
514 fanotify_mark.
515
6d34eb5b
RM
5162010-08-27 Roland McGrath <roland@redhat.com>
517
518 * sysdeps/i386/i686/multiarch/Makefile
519 (CFLAGS-varshift.c): New variable.
520
9ea3de11
UD
5212010-08-27 Ulrich Drepper <drepper@redhat.com>
522
c96d23fc
UD
523 * sysdeps/i386/i686/multiarch/varshift.S: File removed.
524 * sysdeps/i386/i686/multiarch/varshift.c: New file.
525
9ea3de11
UD
526 * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Move to .text.slow section.
527
528 * sysdeps/x86_64/strlen.S: Minimal code improvement.
529
623aac7f
L
5302010-08-26 H.J. Lu <hongjiu.lu@intel.com>
531
532 * sysdeps/x86_64/strlen.S: Unroll the loop.
533 * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
534 strlen-sse2 strlen-sse2-bsf.
535 * sysdeps/x86_64/multiarch/strlen.S ((strlen): Return
536 __strlen_no_bsf if bit_Slow_BSF is set.
537 (__strlen_sse42): Removed.
538 * sysdeps/x86_64/multiarch/strlen-no-bsf.S: New file.
539 * sysdeps/x86_64/multiarch/strlen-sse4.S: New file.
540
8b2b7715
RM
5412010-08-25 Roland McGrath <roland@redhat.com>
542
543 * sysdeps/x86_64/multiarch/varshift.S: File removed.
544 * sysdeps/x86_64/multiarch/varshift.c: New file.
545 * sysdeps/x86_64/multiarch/Makefile (CFLAGS-varshift.c): New variable.
546 * sysdeps/x86_64/multiarch/varshift.h: Clean up decls, fix a cast.
547 * sysdeps/x86_64/multiarch/memmove.c: Move decls around.
548 * sysdeps/x86_64/multiarch/memmove_chk.c: Likewise.
549
e73015f2
L
5502010-08-25 H.J. Lu <hongjiu.lu@intel.com>
551
552 * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
553 strlen-sse2 strlen-sse2-bsf.
554 * sysdeps/i386/i686/multiarch/strlen.S (strlen): Return
555 __strlen_sse2_bsf if bit_Slow_BSF is unset.
556 (__strlen_sse2): Removed.
557 * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: New file.
558 * sysdeps/i386/i686/multiarch/strlen-sse2.S: New file.
559 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Set
560 bit_Slow_BSF for Atom.
561 * sysdeps/x86_64/multiarch/init-arch.h (bit_Slow_BSF): Define.
562 (index_Slow_BSF): Define.
563 (HAS_SLOW_BSF): Define.
564
df24a73e
UD
5652010-08-25 Ulrich Drepper <drepper@redhat.com>
566
567 [BZ #10851]
568 * resolv/res_init.c (__res_vinit): When no server address at all
569 is given default to loopback.
570
f2ac4868
RM
5712010-08-24 Roland McGrath <roland@redhat.com>
572
09055553
RM
573 * configure.in: Remove config-name.h generation.
574 * configure: Regenerated.
575 * config-name.in: File removed.
576 * scripts/config-uname.sh: New file.
577 * posix/Makefile (uname.c): Depend on $(objdir)config-name.h.
578 ($(objdir)config-name.h): New target.
579
f2ac4868
RM
580 * sunrpc/rpc_parse.h: Avoid nested comment.
581
73f27d5e
RH
5822010-08-24 Richard Henderson <rth@redhat.com>
583 Ulrich Drepper <drepper@redhat.com>
584 H.J. Lu <hongjiu.lu@intel.com>
585
586 * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add varshift.
587 * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Likewise.
588 * sysdeps/x86_64/multiarch/strcspn-c.c: Include "varshift.h".
589 Replace _mm_srli_si128 with __m128i_shift_right. Replace
590 _mm_alignr_epi8 with _mm_loadu_si128.
591 * sysdeps/x86_64/multiarch/strspn-c.c: Likewise.
592 * sysdeps/x86_64/multiarch/strstr.c: Include "varshift.h".
593 (__m128i_shift_right): Removed.
594 * sysdeps/i386/i686/multiarch/varshift.h: New file.
595 * sysdeps/i386/i686/multiarch/varshift.S: New file.
596 * sysdeps/x86_64/multiarch/varshift.h: New file.
597 * sysdeps/x86_64/multiarch/varshift.S: New file.
598
84b9230c
MF
5992010-08-21 Mike Frysinger <vapier@gentoo.org>
600
601 * configure.in: Move assembler checks to before sysdep dir checking.
602
9bbd0ddc
PB
6032010-08-20 Petr Baudis <pasky@suse.cz>
604
605 * LICENSES: Sync the sunrpc license.
606
9da4bb31
UD
6072010-08-19 Ulrich Drepper <drepper@redhat.com>
608
a7ab6ec8
UD
609 * sunrpc/auth_des.c: Update copyright notice once again.
610 * sunrpc/auth_none.c: Likewise.
611 * sunrpc/auth_unix.c: Likewise.
612 * sunrpc/authdes_prot.c: Likewise.
613 * sunrpc/authuxprot.c: Likewise.
614 * sunrpc/bindrsvprt.c: Likewise.
615 * sunrpc/clnt_gen.c: Likewise.
616 * sunrpc/clnt_perr.c: Likewise.
617 * sunrpc/clnt_raw.c: Likewise.
618 * sunrpc/clnt_simp.c: Likewise.
619 * sunrpc/clnt_tcp.c: Likewise.
620 * sunrpc/clnt_udp.c: Likewise.
621 * sunrpc/clnt_unix.c: Likewise.
622 * sunrpc/des_crypt.c: Likewise.
623 * sunrpc/des_soft.c: Likewise.
624 * sunrpc/get_myaddr.c: Likewise.
625 * sunrpc/getrpcport.c: Likewise.
626 * sunrpc/key_call.c: Likewise.
627 * sunrpc/key_prot.c: Likewise.
628 * sunrpc/openchild.c: Likewise.
629 * sunrpc/pm_getmaps.c: Likewise.
630 * sunrpc/pm_getport.c: Likewise.
631 * sunrpc/pmap_clnt.c: Likewise.
632 * sunrpc/pmap_prot.c: Likewise.
633 * sunrpc/pmap_prot2.c: Likewise.
634 * sunrpc/pmap_rmt.c: Likewise.
635 * sunrpc/rpc/auth.h: Likewise.
636 * sunrpc/rpc/auth_unix.h: Likewise.
637 * sunrpc/rpc/clnt.h: Likewise.
638 * sunrpc/rpc/des_crypt.h: Likewise.
639 * sunrpc/rpc/key_prot.h: Likewise.
640 * sunrpc/rpc/netdb.h: Likewise.
641 * sunrpc/rpc/pmap_clnt.h: Likewise.
642 * sunrpc/rpc/pmap_prot.h: Likewise.
643 * sunrpc/rpc/pmap_rmt.h: Likewise.
644 * sunrpc/rpc/rpc.h: Likewise.
645 * sunrpc/rpc/rpc_des.h: Likewise.
646 * sunrpc/rpc/rpc_msg.h: Likewise.
647 * sunrpc/rpc/svc.h: Likewise.
648 * sunrpc/rpc/svc_auth.h: Likewise.
649 * sunrpc/rpc/types.h: Likewise.
650 * sunrpc/rpc/xdr.h: Likewise.
651 * sunrpc/rpc_clntout.c: Likewise.
652 * sunrpc/rpc_cmsg.c: Likewise.
653 * sunrpc/rpc_common.c: Likewise.
654 * sunrpc/rpc_cout.c: Likewise.
655 * sunrpc/rpc_dtable.c: Likewise.
656 * sunrpc/rpc_hout.c: Likewise.
657 * sunrpc/rpc_main.c: Likewise.
658 * sunrpc/rpc_parse.c: Likewise.
659 * sunrpc/rpc_parse.h: Likewise.
660 * sunrpc/rpc_prot.c: Likewise.
661 * sunrpc/rpc_sample.c: Likewise.
662 * sunrpc/rpc_scan.c: Likewise.
663 * sunrpc/rpc_scan.h: Likewise.
664 * sunrpc/rpc_svcout.c: Likewise.
665 * sunrpc/rpc_tblout.c: Likewise.
666 * sunrpc/rpc_util.c: Likewise.
667 * sunrpc/rpc_util.h: Likewise.
668 * sunrpc/rpcinfo.c: Likewise.
669 * sunrpc/rpcsvc/bootparam_prot.x: Likewise.
670 * sunrpc/rpcsvc/key_prot.x: Likewise.
671 * sunrpc/rpcsvc/klm_prot.x: Likewise.
672 * sunrpc/rpcsvc/mount.x: Likewise.
673 * sunrpc/rpcsvc/nfs_prot.x: Likewise.
674 * sunrpc/rpcsvc/nlm_prot.x: Likewise.
675 * sunrpc/rpcsvc/rex.x: Likewise.
676 * sunrpc/rpcsvc/rstat.x: Likewise.
677 * sunrpc/rpcsvc/rusers.x: Likewise.
678 * sunrpc/rpcsvc/sm_inter.x: Likewise.
679 * sunrpc/rpcsvc/spray.x: Likewise.
680 * sunrpc/rpcsvc/yppasswd.x: Likewise.
681 * sunrpc/rtime.c: Likewise.
682 * sunrpc/svc.c: Likewise.
683 * sunrpc/svc_auth.c: Likewise.
684 * sunrpc/svc_authux.c: Likewise.
685 * sunrpc/svc_raw.c: Likewise.
686 * sunrpc/svc_run.c: Likewise.
687 * sunrpc/svc_simple.c: Likewise.
688 * sunrpc/svc_tcp.c: Likewise.
689 * sunrpc/svc_udp.c: Likewise.
690 * sunrpc/svc_unix.c: Likewise.
691 * sunrpc/svcauth_des.c: Likewise.
692 * sunrpc/xcrypt.c: Likewise.
693 * sunrpc/xdr.c: Likewise.
694 * sunrpc/xdr_array.c: Likewise.
695 * sunrpc/xdr_float.c: Likewise.
696 * sunrpc/xdr_mem.c: Likewise.
697 * sunrpc/xdr_rec.c: Likewise.
698 * sunrpc/xdr_ref.c: Likewise.
699 * sunrpc/xdr_sizeof.c: Likewise.
700 * sunrpc/xdr_stdio.c: Likewise.
701
9da4bb31
UD
702 * sysdeps/x86_64/multiarch/strcmp.S: Fix two typos in strncasecmp
703 handling.
704
bdaa77bc
AS
7052010-08-19 Andreas Schwab <schwab@redhat.com>
706
707 * sysdeps/i386/i686/multiarch/strspn.S [!SHARED]: Fix SSE4.2 check.
708
fe2f79db
LM
7092010-08-19 Luis Machado <luisgpm@br.ibm.com>
710
711 * sysdeps/powerpc/powerpc32/power7/memchr.S: New file.
712 * sysdeps/powerpc/powerpc32/power7/memrchr.S: New file.
713 * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: New file.
714 * sysdeps/powerpc/powerpc32/power7/strchr.S: New file.
715 * sysdeps/powerpc/powerpc32/power7/strchrnul.S: New file.
716 * sysdeps/powerpc/powerpc32/power7/strlen.S: New file.
717 * sysdeps/powerpc/powerpc32/power7/strnlen.S: New file.
718 * sysdeps/powerpc/powerpc64/power7/memchr.S: New file.
719 * sysdeps/powerpc/powerpc64/power7/memrchr.S: New file.
720 * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: New file.
721 * sysdeps/powerpc/powerpc64/power7/strchr.S: New file.
722 * sysdeps/powerpc/powerpc64/power7/strchrnul.S: New file.
723 * sysdeps/powerpc/powerpc64/power7/strlen.S: New file.
724 * sysdeps/powerpc/powerpc64/power7/strnlen.S: New file.
725
b9b42ee0
AB
7262010-07-26 Anton Blanchard <anton@samba.org>
727
728 * malloc/malloc.c (sYSTRIm): Replace divide and multiply with mask.
729 * malloc/arena.c (heap_trim): Likewise.
730
1c06ba31
UD
7312010-08-16 Ulrich Drepper <drepper@redhat.com>
732
733 * sysdeps/unix/sysv/linux/syscalls.list: Add entry for fanotify_init
734 here. Not...
735 * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: ...here...
736 * sysdeps/unix/sysv/linux/i386/syscalls.list: ... orhere.
737
f8392f40
L
7382010-08-12 H.J. Lu <hongjiu.lu@intel.com>
739
740 * sysdeps/i386/elf/Makefile: New file.
741
3162f12e
AS
7422010-08-14 Andreas Schwab <schwab@linux-m68k.org>
743
744 * sysdeps/unix/sysv/linux/sys/fanotify.h: Remove third argument
745 from fanotify_init.
746 * sysdeps/unix/sysv/linux/i386/syscalls.list: Likewise.
747 * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.
748
28c90b2c
UD
7492010-08-15 Ulrich Drepper <drepper@redhat.com>
750
751 * sysdeps/x86_64/strcmp.S: Use correct register for fourth parameter
752 of strncasecmp_l.
1feccb6c 753 * sysdeps/multiarch/strcmp.S: Likewise.
28c90b2c 754
ca6bb004
UD
7552010-08-14 Ulrich Drepper <drepper@redhat.com>
756
e9f82e0d
UD
757 * sysdeps/x86_64/Makefile [subdir=string] (sysdep_routines): Add
758 strncase_l-nonascii.
759 * sysdeps/x86_64/multiarch/Makefile [subdir=string] (sysdep_routines):
760 Add strncase_l-ssse3.
761 * sysdeps/x86_64/multiarch/strcmp.S: Prepare for use as strncasecmp.
762 * sysdeps/x86_64/strcmp.S: Likewise.
763 * sysdeps/x86_64/multiarch/strncase_l-ssse3.S: New file.
764 * sysdeps/x86_64/multiarch/strncase_l.S: New file.
765 * sysdeps/x86_64/strncase.S: New file.
766 * sysdeps/x86_64/strncase_l-nonascii.c: New file.
767 * sysdeps/x86_64/strncase_l.S: New file.
768 * string/Makefile (strop-tests): Add strncasecmp.
769 * string/test-strncasecmp.c: New file.
770
771 * sysdeps/x86_64/strcasecmp_l-nonascii.c: Add prototype to avoid
772 warning.
773
ca6bb004
UD
774 * sysdeps/x86_64/strcmp.S: Move definition of NO_NOLOCALE_ALIAS to...
775 * sysdeps/x86_64/multiarch/strcasecmp_l-ssse3.S: ... here.
776
052fa7b3
AS
7772010-08-14 Andreas Schwab <schwab@linux-m68k.org>
778
779 * sysdeps/unix/sysv/linux/prlimit.c: Make it compile.
780
962dba78
UD
7812010-08-12 Ulrich Drepper <drepper@redhat.com>
782
783 * sysdeps/unix/sysv/linux/bits/termios.h: Define EXTPROC.
784 * sysdeps/unix/sysv/linux/powerpc/bits/termios.h: Likewise.
785 * sysdeps/unix/sysv/linux/sparc/bits/termios.h: Likewise.
786
bebff237
AM
7872010-05-01 Alan Modra <amodra@gmail.com>
788
789 * sysdeps/powerpc/powerpc32/power4/memcmp.S: Correct cfi for r24.
790 * sysdeps/powerpc/powerpc64/bsd-_setjmp.S: Move contents..
791 * sysdeps/powerpc/powerpc64/bsd-setjmp.S: ..and these too..
792 * sysdeps/powerpc/powerpc64/setjmp.S: ..to here..
793 * sysdeps/powerpc/powerpc64/setjmp-common.S: ..and here, with some
794 tidying. Don't tail-call __sigjmp_save for static lib.
795 * sysdeps/powerpc/powerpc64/sysdep.h (SAVE_ARG, REST_ARG): Correct
796 save location.
797 (CFI_SAVE_ARG, CFI_REST_ARG): New macros.
798 (CALL_MCOUNT): Add eh info, and nop after bl.
799 (TAIL_CALL_SYSCALL_ERROR): New macro.
800 (PSEUDO_RET): Use it.
801 * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve):
802 Correct save location of integer regs and cr.
803 (_dl_profile_resolve): Correct cr save location. Delete nops
804 after bl when SHARED. Reduce cfi size a little by better
805 placement of cfi directives.
806 * sysdeps/powerpc/powerpc64/fpu/s_copysign.S (__copysign): Don't
807 make a stack frame. Instead use parm save area as a temp.
808 * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S (__brk): Don't
809 make a stack frame. Use TAIL_CALL_SYSCALL_ERROR.
810 * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (__clone):
811 Don't make a stack frame for parent, use parm save area.
812 Increase child stack frame to 112 bytes. Don't save unused reg,
813 and adjust reg usage. Set up cfi on error recovery and
814 epilogue of parent, and use TAIL_CALL_SYSCALL_ERROR, PSEUDO_RET.
815 * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
816 (__makecontext): Add dummy nop after jump to exit.
817 * sysdeps/unix/sysv/linux/powerpc/powerpc64/socket.S (__socket):
818 Use correct parm save area and cr save, reduce stack frame.
819 Correct cfi for possible PSEUDO_RET frame setup.
820 * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S (__vfork):
821 Branch to local label emitted by PSEUDO_RET rather than
822 __syscall_error.
823
02637374
AS
8242010-08-12 Andreas Schwab <schwab@redhat.com>
825
826 [BZ #11904]
827 * locale/programs/locale.c (print_assignment): New function.
828 (show_locale_vars): Use it.
829
c3e2f19b
UD
8302010-08-11 Ulrich Drepper <drepper@redhat.com>
831
3cdaa6ad
UD
832 * sysdeps/unix/sysv/linux/bits/statfs.h (struct statfs): Add f_flags
833 field.
834 (struct statfs64): Likewise.
835 (_STATFS_F_FLAGS): Define.
836 * sysdeps/unix/sysv/linux/s390/bits/statfs.h: Likewise.
837 * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
838 Don't define if __ASSUME_STATFS_F_FLAGS is defined.
839 (ST_VALID): Define locally.
840 (INTERNAL_STATVFS): If f_flags has ST_VALID set don't call
841 __statvfs_getflags, use the provided value.
842 * sysdeps/unix/sysv/linux/kernel-features.h: Define
843 __ASSUME_STATFS_F_FLAGS.
844
754f7da3
UD
845 * sysdeps/unix/sysv/linux/sys/inotify.h (IN_EXCL_UNLINK): Define.
846
10b3bedc
UD
847 * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_headers):
848 Add sys/fanotify.h.
849 * sysdeps/unix/sysv/linux/Versions [libc]: Export fanotify_init and
850 fanotify_mask for GLIBC_2.13.
851 * sysdeps/unix/sysv/linux/i386/syscalls.list: Add entries for
852 fanotify_init and fanotify_mark.
853 * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.
854 * sysdeps/unix/sysv/linux/sys/fanotify.h: New file.
855
c08fb0d7
UD
856 * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_routines):
857 Add prlimit.
858 * sysdeps/unix/sysv/linux/Versions [libc]: Export prlimit and
859 prlimit64 for GLIBC_2.13.
860 * sysdeps/unix/sysv/linux/bits/resource.h: Declare prlimit and
861 prlimit64.
862 * sysdeps/unix/sysv/linux/i386/syscalls.list: Add entry for prlimit64
863 syscall.
864 * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list: Likewise.
865 * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Likewise.
866 * sysdeps/unix/sysv/linux/sh/syscalls.list: Likewise.
867 * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.lis: Likewise.
868 * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise. Also
869 add prlimit alias.
870 * sysdeps/unix/sysv/linux/prlimit.c: New file.
871
15bac72b
UD
872 [BZ #11903]
873 * sysdeps/generic/netinet/ip.h (IPTOS_CLASS): Fix definition.
874 Patch by Evgeni Bikov <bikovevg@iitp.ru>.
875
c3e2f19b
UD
876 * nss/Makefile: Add rules to build and run tst-nss-test1.
877 * shlib-versions: Add entry for libnss_test1.
878 * nss/nss_test1.c: New file.
879 * nss/tst-nss-test1.c: New file.
880
881 * nss/nsswitch.c (__nss_database_custom): Define new variable.
882 (__nss_configure_lookup): Set appropriate entry in
883 __nss_configure_lookup to true.
884 * nss/nsswitch.h: Define enum with indeces of databases in
885 databases and __nss_database_custom arrays. Declare
886 __nss_database_custom.
887 * grp/initgroups.c (internal_getgrouplist): Use __nss_database_custom
888 to avoid using nscd when custom rules are installed.
889 * nss/getXXbyYY_r.c: Likewise.
890 * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
891
892 * nss/nss_files/files-parse.c: Whitespace fixes.
893
f15ce4d8
UD
8942010-08-09 Ulrich Drepper <drepper@redhat.com>
895
896 [BZ #11883]
897 * posix/fnmatch.c: Keep track of alloca use and fall back on malloc.
898 * posix/fnmatch_loop.c: Likewise.
899
d22e4cc9
AK
9002010-07-17 Andi Kleen <ak@linux.intel.com>
901
902 * sysdeps/i386/i386-mcount.S (__fentry__): Define.
903 * sysdeps/x86_64/_mcount.S (__fentry__): Define.
904 * stdlib/Versions (__fentry__): Add for GLIBC 2.13
905 * Versions.def [GLIBC_2.13]: Add.
906
805bc17d
UD
9072010-08-06 Ulrich Drepper <drepper@redhat.com>
908
909 * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid):
910 Also fail if tpwd after pwuid call is NULL.
911
5a42321d
ST
9122010-07-31 Samuel Thibault <samuel.thibault@ens-lyon.org>
913
914 * hurd/hurdselect.c (_hurd_select): Round timeout up instead of down
915 when converting to ms.
916
fd3ebeda
ST
9172010-06-06 Samuel Thibault <samuel.thibault@ens-lyon.org>
918
919 * sysdeps/mach/hurd/ttyname.c (ttyname): Replace MIG_BAD_ID and
920 EOPNOTSUPP errors with ENOTTY.
921 * sysdeps/mach/hurd/ttyname_r.c (__ttyname_r): Replace MIG_BAD_ID and
922 EOPNOTSUPP errors with ENOTTY.
923
73507d3a
UD
9242010-07-31 Ulrich Drepper <drepper@redhat.com>
925
926 * sysdeps/x86_64/multiarch/Makefile [subdir=string] (sysdep_routines):
927 Add strcasecmp_l-ssse3.
928 * sysdeps/x86_64/multiarch/strcmp.S: Add support to compile for
929 strcasecmp.
930 * sysdeps/x86_64/strcmp.S: Allow more flexible compiling of strcasecmp.
931 * sysdeps/x86_64/multiarch/strcasecmp_l.S: New file.
932 * sysdeps/x86_64/multiarch/strcasecmp_l-ssse3.S: New file.
933
fe36dd02
UD
9342010-07-30 Ulrich Drepper <drepper@redhat.com>
935
66f6765a
UD
936 * sysdeps/x86_64/multiarch/strcmp.S: Pretty printing.
937
42e08a54
UD
938 * string/Makefile (strop-tests): Add strcasecmp.
939 * sysdeps/x86_64/Makefile [subdir=string] (sysdep_routines): Add
940 strcasecmp_l-nonascii.
941 (gen-as-const-headers): Add locale-defines.sym.
942 * sysdeps/x86_64/strcmp.S: Add support for strcasecmp implementation.
943 * sysdeps/x86_64/strcasecmp.S: New file.
944 * sysdeps/x86_64/strcasecmp_l.S: New file.
945 * sysdeps/x86_64/strcasecmp_l-nonascii.c: New file.
946 * sysdeps/x86_64/locale-defines.sym: New file.
947 * string/test-strcasecmp.c: New file.
948
fe36dd02
UD
949 * string/test-strcasestr.c: Test both ends of the range of characters.
950 * sysdeps/x86_64/multiarch/strstr.c: Fix UCHIGH definition.
951
48cbc0d6
RM
9522010-07-29 Roland McGrath <roland@redhat.com>
953
76e6d6bc 954 [BZ #11856]
48cbc0d6
RM
955 * manual/locale.texi (Yes-or-No Questions): Fix example code.
956
880113d9
UD
9572010-07-27 Ulrich Drepper <drepper@redhat.com>
958
959 * sysdeps/x86_64/multiarch/strcmp-ssse3.S: Avoid compiling the file
960 for ld.so.
961
deb9cabb
AS
9622010-07-27 Andreas Schwab <schwab@redhat.com>
963
964 * manual/memory.texi (Malloc Tunable Parameters): Document
965 M_PERTURB.
966
1c7570ff
RM
9672010-07-26 Roland McGrath <roland@redhat.com>
968
969 [BZ #11840]
970 * configure.in (-fgnu89-inline check): Set and substitute
971 gnu89_inline, not libc_cv_gnu89_inline.
972 * configure: Regenerated.
973 * config.make.in (gnu89-inline-CFLAGS): Use @gnu89_inline@.
974
24fb0f88
UD
9752010-07-26 Ulrich Drepper <drepper@redhat.com>
976
977 * string/test-strnlen.c: New file.
978 * string/Makefile (strop-tests): Add strnlen.
979 * string/tester.c (test_strnlen): Add a few more test cases.
980 * string/tst-strlen.c: Better error reporting.
981
982 * sysdeps/x86_64/strnlen.S: New file.
983
8e96b93a
UD
9842010-07-24 Ulrich Drepper <drepper@redhat.com>
985
986 * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu_tolower): Use
987 lower-latency instructions.
988
dbc676d4
UD
9892010-07-23 Ulrich Drepper <drepper@redhat.com>
990
991 * string/test-strcasestr.c: New file.
992 * string/test-strstr.c: New file.
993 * string/Makefile (strop-tests): Add strstr and strcasestr.
994 * string/str-two-way.h: Don't undefine MAX.
995 * string/strcasestr.c: Don't define alias if NO_ALIAS is defined.
996
f6a31e0e
AS
9972010-07-21 Andreas Schwab <schwab@redhat.com>
998
999 * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
1000 strcasestr-nonascii.
1001 (CFLAGS-strcasestr-nonascii.c): Define.
1002 * sysdeps/i386/i686/multiarch/strcasestr-nonascii.c: New file.
1003 * sysdeps/x86_64/multiarch/strcasestr-nonascii.c (STRSTR_SSE42):
1004 Remove unused attribute.
1005
5dbc3b6c
RM
10062010-07-20 Roland McGrath <roland@redhat.com>
1007
1008 * elf/dl-sysdep.c (_dl_important_hwcaps): Add dsocaps mask to
1009 dl_hwcap_mask as well as dl_hwcap. Without this, dsocaps matching in
1010 ld.so.cache was broken. With it, there is no way to disable dsocaps
1011 like LD_HWCAP_MASK can disable hwcaps.
1012
23d101d8
EPM
10132010-06-02 Emilio Pozuelo Monfort <pochu27@gmail.com>
1014
1015 * sysdeps/mach/hurd/sendmsg.c (__libc_sendmsg): Fix memory leaks.
1016
cc9f2e47
UD
10172010-07-16 Ulrich Drepper <drepper@redhat.com>
1018
1019 * sysdeps/x86_64/multiarch/strstr.c: Rewrite to avoid indirect function
1020 call in strcasestr.
1021 * sysdeps/x86_64/multiarch/strcasestr.c: Declare
1022 __strcasestr_sse42_nonascii.
1023 * sysdeps/x86_64/multiarch/Makefile: Add rules to build
1024 strcasestr-nonascii.c.
1025 * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: New file.
1026
77c1b069
LM
10272010-06-15 Luis Machado <luisgpm@br.ibm.com>
1028
1029 * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: New file.
1030 * sysdeps/powerpc/powerpc32/power6/fpu/s_copysignf.S: New file.
1031 * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: New file.
1032 * sysdeps/powerpc/powerpc64/power6/fpu/s_copysignf.S: New file.
1033
440566c3
UD
10342010-07-09 Ulrich Drepper <drepper@redhat.com>
1035
1036 * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Use __fcntl not
1037 fcntl.
1038
5be9d05d
AS
10392010-07-06 Andreas Schwab <schwab@redhat.com>
1040
1041 * elf/dl-version.c (match_symbol): Don't pass NULL occation to
1042 dl_signal_cerror.
1043
8a492a67
UD
10442010-07-06 Ulrich Drepper <drepper@redhat.com>
1045
1046 * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Implement
1047 _PC_PIPE_BUF using F_GETPIPE_SZ.
1048
713df3d5
RM
10492010-07-05 Roland McGrath <roland@redhat.com>
1050
1051 * manual/arith.texi (Rounding Functions): Fix rint description
1052 implicit in round description.
1053
702e8f14
UD
10542010-07-02 Ulrich Drepper <drepper@redhat.com>
1055
1056 * elf/Makefile: Fix linking for a few tests to make recent linker
1057 happy.
1058
52ed8be9
AS
10592010-06-30 Andreas Schwab <schwab@redhat.com>
1060
1061 * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Readd
1062 $(common-objpfx)libc_nonshared.a.
1063
f47c9a11
LM
10642010-06-21 Luis Machado <luisgpm@br.ibm.com>
1065
1066 * sysdeps/powerpc/powerpc32/970/fpu/Implies: Remove.
1067 * sysdeps/powerpc/powerpc32/power5/fpu/Implies: Remove.
1068 * sysdeps/powerpc/powerpc32/power5+/fpu/Implies: Remove.
1069 * sysdeps/powerpc/powerpc32/power6x/fpu/Implies: Remove.
1070 * sysdeps/powerpc/powerpc64/970/fpu/Implies: Remove.
1071 * sysdeps/powerpc/powerpc64/power5/fpu/Implies: Remove.
1072 * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: Remove.
1073 * sysdeps/powerpc/powerpc64/power6x/fpu/Implies: Remove.
1074 * sysdeps/unix/sysv/linux/powerpc/powerpc32/970/fpu/Implies: Remove.
1075 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/fpu/Implies: Remove.
1076 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/fpu/Implies: Remove.
1077 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5+/fpu/Implies: Remove.
1078 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/fpu/Implies: Remove.
1079 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/fpu/Implies: Remove.
1080 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/fpu/Implies: Remove.
1081 * sysdeps/unix/sysv/linux/powerpc/powerpc64/970/fpu/Implies: Remove.
1082 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/fpu/Implies: Remove.
1083 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/fpu/Implies: Remove.
1084 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5+/fpu/Implies: Remove.
1085 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/fpu/Implies: Remove.
1086 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/fpu/Implies: Remove.
1087 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/fpu/Implies: Remove.
1088 * sysdeps/powerpc/powerpc32/970/Implies: Point to power4.
1089 * sysdeps/powerpc/powerpc32/power5/Implies: Point to power4.
1090 * sysdeps/powerpc/powerpc32/power5+/Implies: Point to power5.
1091 * sysdeps/powerpc/powerpc32/power6/Implies: Point to power5+.
1092 * sysdeps/powerpc/powerpc32/power6x/Implies: Point to power6.
1093 * sysdeps/powerpc/powerpc64/970/Implies: Point to power4.
1094 * sysdeps/powerpc/powerpc64/power5/Implies: Point to power4.
1095 * sysdeps/powerpc/powerpc64/power5+/Implies: Point to power5.
1096 * sysdeps/powerpc/powerpc64/power6/Implies: Point to power5+.
1097 * sysdeps/powerpc/powerpc64/power6x/Implies: Point to power6.
1098 * sysdeps/powerpc/powerpc32/power7/Implies: New file.
1099 * sysdeps/powerpc/powerpc64/power7/Implies: New file.
1100 * sysdeps/unix/sysv/linux/powerpc/powerpc32/970/Implies: New file.
1101 * sysdeps/unix/sysv/linux/powerpc/powerpc32/cell/Implies: New file.
1102 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/Implies: New file.
1103 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/Implies: New file.
1104 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/Implies: New file.
1105 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/Implies: New file.
1106 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/Implies: New file.
1107 * sysdeps/unix/sysv/linux/powerpc/powerpc64/970/Implies: New file.
1108 * sysdeps/unix/sysv/linux/powerpc/powerpc64/cell/Implies: New file.
1109 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/Implies: New file.
1110 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/Implies: New file.
1111 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/Implies: New file.
1112 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/Implies: New file.
1113 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/Implies: New file.
1114
6fb8cbcb
L
11152010-06-25 H.J. Lu <hongjiu.lu@intel.com>
1116
1117 * debug/memmove_chk.c (__memmove_chk): Renamed to ...
1118 (MEMMOVE_CHK): ...this. Default to __memmove_chk.
1119 * string/memmove.c (memmove): Renamed to ...
1120 (MEMMOVE): ...this. Default to memmove.
1121 * sysdeps/x86_64/memcpy.S: Use ENTRY_CHK and END_CHK.
1122 * sysdeps/x86_64/sysdep.h (ENTRY_CHK): Define.
1123 (END_CHK): Define.
1124 * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
1125 memcpy-ssse3 mempcpy-ssse3 memmove-ssse3 memcpy-ssse3-back
1126 mempcpy-ssse3-back memmove-ssse3-back.
1127 * sysdeps/x86_64/multiarch/bcopy.S: New file .
1128 * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: New file.
1129 * sysdeps/x86_64/multiarch/memcpy-ssse3.S: New file.
1130 * sysdeps/x86_64/multiarch/memcpy.S: New file.
1131 * sysdeps/x86_64/multiarch/memcpy_chk.S: New file.
1132 * sysdeps/x86_64/multiarch/memmove-ssse3-back.S: New file.
1133 * sysdeps/x86_64/multiarch/memmove-ssse3.S: New file.
1134 * sysdeps/x86_64/multiarch/memmove.c: New file.
1135 * sysdeps/x86_64/multiarch/memmove_chk.c: New file.
1136 * sysdeps/x86_64/multiarch/mempcpy-ssse3-back.S: New file.
1137 * sysdeps/x86_64/multiarch/mempcpy-ssse3.S: New file.
1138 * sysdeps/x86_64/multiarch/mempcpy.S: New file.
1139 * sysdeps/x86_64/multiarch/mempcpy_chk.S: New file.
1140 * sysdeps/x86_64/multiarch/init-arch.h (bit_Fast_Copy_Backward):
1141 Define.
1142 (index_Fast_Copy_Backward): Define.
1143 (HAS_ARCH_FEATURE): Define.
1144 (HAS_FAST_REP_STRING): Define.
1145 (HAS_FAST_COPY_BACKWARD): Define.
1146
4e733bac 11472010-06-21 Andreas Schwab <schwab@redhat.com>
e35fcef8
AS
1148
1149 * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid):
1150 Restore proper fallback handling.
1151
63c4ed22
UD
11522010-06-19 Ulrich Drepper <drepper@redhat.com>
1153
ac2b484c
UD
1154 [BZ #11701]
1155 * posix/group_member.c (__group_member): Correct checking loop.
1156
63c4ed22
UD
1157 * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid): Handle
1158 OOM in getpwuid_r correctly. Return error number when the caller
1159 should return, otherwise -1.
1160 (getlogin_r): Adjust to return also for result of __getlogin_r_loginuid
1161 call returning > 0 value.
1162 * sysdeps/unix/sysv/linux/getlogin.c (getlogin): Likewise.
1163
765ade4b
AS
11642010-06-07 Andreas Schwab <schwab@redhat.com>
1165
1166 * dlfcn/Makefile: Remove explicit dependencies on libc.so and
1167 libc_nonshared.a from targets in modules-names.
1168
80da2e09
KS
11692010-06-02 Kirill A. Shutemov <kirill@shutemov.name>
1170
1171 * elf/dl-reloc.c: Flush cache after solving TEXTRELs if arch
1172 requires it.
1173
158db122
LM
11742010-06-10 Luis Machado <luisgpm@br.ibm.com>
1175
1176 * sysdeps/powerpc/powerpc32/power7/memcmp.S: New file
1177 * sysdeps/powerpc/powerpc64/power7/memcmp.S: New file.
1178 * sysdeps/powerpc/powerpc32/power7/strncmp.S: New file.
1179 * sysdeps/powerpc/powerpc64/power7/strncmp.S: New file.
1180
caa78cf8
AS
11812010-06-02 Andreas Schwab <schwab@redhat.com>
1182
1183 * nis/nss_nis/nis-initgroups.c (get_uid): Properly resize buffer.
1184
b2ef2c01
UD
11852010-06-14 Ulrich Drepper <drepper@redhat.com>
1186
1187 * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Define F_SETPIPE_SZ
1188 and F_GETPIPE_SZ.
1189 * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
1190 * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
1191 * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
1192 * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
1193 * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
1194 * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise
1195
fbd643b6
RM
11962010-06-14 Roland McGrath <roland@redhat.com>
1197
1198 * manual/libc.texinfo (@copying): Change to GFDL v1.3.
1199
f32f2869
JJ
12002010-06-07 Jakub Jelinek <jakub@redhat.com>
1201
1202 * libio/stdio.h (sscanf, vsscanf): Use __REDIRECT_NTH instead of
1203 __REDIRECT followed by __THROW.
1204 * wcsmbs/wchar.h (swscanf, vswscanf): Likewise.
1205 * posix/getopt.h (getopt): Likewise.
1206
2a50c078
EPM
12072010-06-02 Emilio Pozuelo Monfort <pochu27@gmail.com>
1208
1209 * hurd/lookup-at.c (__file_name_lookup_at): Accept
1210 AT_SYMLINK_FOLLOW in AT_FLAGS. Fail with EINVAL if both
1211 AT_SYMLINK_FOLLOW and AT_SYMLINK_NOFOLLOW are present
1212 in AT_FLAGS.
1213 * hurd/hurd/fd.h (__file_name_lookup_at): Update comment.
1214 * sysdeps/mach/hurd/linkat.c (linkat): Pass O_NOLINK in FLAGS.
1215
eb5ad2eb
LM
12162010-05-28 Luis Machado <luisgpm@br.ibm.com>
1217
1218 * sysdeps/powerpc/powerpc32/power7/memcpy.S: Exchange srdi for srwi.
1219
3c88fe1e
L
12202010-05-26 H.J. Lu <hongjiu.lu@intel.com>
1221
1222 [BZ #11640]
1223 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
1224 Properly check family and model.
1225
d2f73151
TY
12262010-05-26 Takashi Yoshii <takashi.yoshii.zj@renesas.com>
1227
1228 * sysdeps/unix/sysv/linux/sh/sh4/register-dump.h: Fix iov[] size.
1229
ebd2e13d
LM
12302010-05-24 Luis Machado <luisgpm@br.ibm.com>
1231
1232 * sysdeps/powerpc/powerpc32/power7/memset.S: POWER7 32-bit memset fix.
1233
b32b8b45
UD
12342010-05-21 Ulrich Drepper <drepper@redhat.com>
1235
1236 * elf/dl-runtime.c (_dl_profile_fixup): Don't crash on unresolved weak
1237 symbol reference.
1238
9acbe24d
AS
12392010-05-19 Andreas Schwab <schwab@redhat.com>
1240
1241 * elf/dl-runtime.c (_dl_fixup): Don't crash on unresolved weak
1242 symbol reference.
1243
f0ccf6ea
AS
12442010-05-21 Andreas Schwab <schwab@redhat.com>
1245
3d04ff3a
AS
1246 * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Add recvmmsg
1247 and internal_recvmmsg.
1248 * sysdeps/unix/sysv/linux/recvmmsg.c: New file.
1249 * sysdeps/unix/sysv/linux/internal_recvmmsg.S: New file.
1250 * sysdeps/unix/sysv/linux/socketcall.h (SOCKOP_recvmmsg): Define.
1251 * sysdeps/unix/sysv/linux/syscalls.list (recvmmsg): Remove.
1252
f0ccf6ea
AS
1253 * sunrpc/clnt_tcp.c (clnttcp_control): Add missing break.
1254 * sunrpc/clnt_udp.c (clntudp_control): Likewise.
1255 * sunrpc/clnt_unix.c (clntunix_control): Likewise.
1256
5b08ac57
AS
12572010-05-20 Andreas Schwab <schwab@redhat.com>
1258
1259 * sysdeps/unix/sysv/linux/sys/timex.h: Use __REDIRECT_NTH.
1260
4828935d
LM
12612010-05-17 Luis Machado <luisgpm@br.ibm.com>
1262
1263 POWER7 optimizations.
1264 * sysdeps/powerpc/powerpc64/power7/memset.S: New file.
1265 * sysdeps/powerpc/powerpc32/power7/memset.S: New file.
1266
373d545e
UD
12672010-05-19 Ulrich Drepper <drepper@redhat.com>
1268
1269 * version.h: Update for 2.13 development version.
1270
21a2b1ae
AS
12712010-05-12 Andrew Stubbs <ams@codesourcery.com>
1272
1273 * sysdeps/sh/sh4/fpu/feholdexcpt.c (feholdexcept): Really disable all
1274 exceptions. Return 0.
1275
3f7dcb2b
RM
12762010-05-07 Roland McGrath <roland@redhat.com>
1277
1278 * elf/ldconfig.c (main): Add a const.
1279
5f24d53a 12802010-05-06 Ulrich Drepper <drepper@redhat.com>
70c9476e 1281
a160f8d8
UD
1282 * nss/getent.c (idn_flags): Default to AI_IDN|AI_CANONIDN.
1283 (args_options): Add no-idn option.
1284 (ahosts_keys_int): Add idn_flags to ai_flags.
1285 (parse_option): Handle 'i' option to clear idn_flags.
1286
5f24d53a
UD
1287 * malloc/malloc.c (_int_free): Possible race in the most recently
1288 added check. Only act on the data if no current modification
1289 happened.
265bb1ce
UD
1290
1291See ChangeLog.17 for earlier changes.