]> sourceware.org Git - glibc.git/blame - ChangeLog
Add clock_adjtime syscall.
[glibc.git] / ChangeLog
CommitLineData
83fe108b
UD
12011-03-30 Ulrich Drepper <drepper@gmail.com>
2
3 * sysdeps/unix/sysv/linux/syscalls.list: Add clock_adjtime.
4 * sysdeps/unix/sysv/linux/bits/time.h: New file.
5 * sysdeps/unix/sysv/linux/sys/timex.h: Move struct timex definition
6 to...
7 * sysdeps/unix/sysv/linux/bits/timex.h: ...here. New file.
8
bb242059
UD
92011-03-22 Ulrich Drepper <drepper@gmail.com>
10
11 * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word): Increment
12 round counter.
13 * sysdeps/x86_64/cacheinfo.c (intel_check_word): Likewise.
14
c97a1282
L
152011-03-20 H.J. Lu <hongjiu.lu@intel.com>
16
17 [BZ #12597]
18 * string/test-strncmp.c (do_page_test): New function.
19 (check2): Likewise.
20 (test_main): Call check2.
21 * sysdeps/x86_64/multiarch/strcmp.S: Properly cross page boundary.
22
2a115601
UD
232011-03-20 Ulrich Drepper <drepper@gmail.com>
24
25 [BZ #12587]
26 * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word):
27 Handle cache information in CPU leaf 4.
28 * sysdeps/x86_64/cacheinfo.c (intel_check_word): Likewise.
29
8126d904
UD
302011-03-18 Ulrich Drepper <drepper@gmail.com>
31
042c49c6 32 [BZ #12583]
8126d904
UD
33 * posix/fnmatch.c (fnmatch): Check size of pattern in wide
34 character representation.
35 Partly based on a patch by Tomas Hoger <thoger@redhat.com>.
36
ccfe366e
RA
372011-03-16 Ryan S. Arnold <rsa@us.ibm.com>
38
39 * sysdeps/powerpc/powerpc32/power6/fpu/s_isnanf.S (isnanf): Fix
40 END(__isnan) to END(__isnanf) to match function entry point/label
41 EALIGN(__isnanf,...).
42
c6e13027
JJ
432011-03-10 Jakub Jelinek <jakub@redhat.com>
44
45 * wcsmbs/wchar.h (wmemcmp): Remove __restrict qualifiers.
46
33f85a3f
UD
472011-03-10 Ulrich Drepper <drepper@gmail.com>
48
028478fa
UD
49 [BZ #12510]
50 * elf/dl-lookup.c (do_lookup_x): For copy relocations of unique objects
51 copy from the symbol referenced in the relocation to initialize the
52 used variable.
53 Patch by Piotr Bury <pbury@goahead.com>.
54 * elf/Makefile: Add rules to build and tst-unique3.
55 * include/bits/dlfcn.h: Remove _dl_mcount_wrapper_check declaration.
56 * elf/tst-unique3.cc: New file.
57 * elf/tst-unique3.h: New file.
58 * elf/tst-unique3lib.cc: New file.
59 * elf/tst-unique3lib2.cc: New file.
60
33f85a3f
UD
61 * elf/Makefile: Don't run tst-execstack* tests of SELinux is enabled.
62
03592fc7
MF
632011-03-10 Mike Frysinger <vapier@gentoo.org>
64
65 * sysdeps/sparc/sparc64/elf/configure.in (libc_cv_sparc64_tls): Add
66 $LDFLAGS and -nostdlib -nostartfiles to linking step. Change main
67 to _start.
03592fc7 68
6a5ee102
UD
692011-03-06 Ulrich Drepper <drepper@gmail.com>
70
71 * elf/dl-load.c (_dl_map_object): If we are looking for the first
72 to-be-loaded object along a path to loader is ld.so.
73
7e4ba49c
HJ
742011-03-02 Harsha Jagasia <harsha.jagasia@amd.com>
75 Ulrich Drepper <drepper@gmail.com>
76
77 * sysdeps/x86_64/memset.S: After aligning destination, code
78 branches to different locations depending on the value of
79 misalignment, when multiarch is enabled. Fix this.
80
812011-03-02 Harsha Jagasia <harsha.jagasia@amd.com>
82
83 * sysdeps/x86_64/cacheinfo.c (init_cacheinfo):
84 Set _x86_64_preferred_memory_instruction for AMD processsors.
85 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
86 Set bit_Prefer_SSE_for_memop for AMD processors.
87
13a804de
UD
882011-03-04 Ulrich Drepper <drepper@gmail.com>
89
90 * libio/fmemopen.c (fmemopen): Optimize a bit.
91
9d25c392
AS
922011-03-03 Andreas Schwab <schwab@redhat.com>
93
94 * libio/fmemopen.c (fmemopen): Don't read past end of buffer.
95
a5543c6a
RM
962011-03-03 Roland McGrath <roland@redhat.com>
97
98 * setjmp/bits/setjmp2.h: Canonicalize comment formatting.
99
012d35f7
DM
1002011-02-28 Aurelien Jarno <aurelien@aurel32.net>
101
7e4ba49c 102 * sysdeps/sparc/sparc64/multiarch/memset.S(__bzero): Call
012d35f7
DM
103 __bzero_ultra1 instead of __memset_ultra1.
104
4bff6e01
AS
1052011-02-23 Andreas Schwab <schwab@redhat.com>
106 Ulrich Drepper <drepper@gmail.com>
107
108 [BZ #12509]
109 * include/link.h (struct link_map): Add l_orig_initfini.
110 * elf/dl-load.c (_dl_map_object_from_fd): Free realname before
111 returning unsuccessfully.
112 * elf/dl-close.c (_dl_close_worker): If this is the last explicit
113 close of a file loaded at startup, restore the original l_initfini
114 list.
115 * elf/dl-deps.c (_dl_map_object_deps): Don't free old l_initfini
116 list, store the pointer.
117 * elf/Makefile ($(objpfx)noload-mem): New rule.
118 (noload-ENV): Define.
119 (tests): Add $(objpfx)noload-mem.
120 * elf/noload.c: Include <memcheck.h>.
121 (main): Call mtrace. Close all opened handles.
122
f2092faf
AS
1232011-02-17 Andreas Schwab <schwab@redhat.com>
124
125 [BZ #12454]
126 * elf/dl-deps.c (_dl_map_object_deps): Signal error early when
127 dependencies are missing.
128
6c8a2e88
ST
1292011-02-22 Samuel Thibault <samuel.thibault@ens-lyon.org>
130
f2092faf 131 Fix __if_freereq crash: Unlike the generic version which uses free,
6c8a2e88
ST
132 Hurd needs munmap.
133 * sysdeps/mach/hurd/ifreq.h: New file.
134
84a42118
PB
1352011-01-27 Petr Baudis <pasky@suse.cz>
136 Ulrich Drepper <drepper@gmail.com>
137
071f805e 138 [BZ 12445]#
84a42118
PB
139 * stdio-common/vfprintf.c (vfprintf): Pass correct newlen
140 to extend_alloca().
141 * stdio-common/bug23.c: New file.
142 * stdio-common/Makefile (tests): Add bug23.
143
e23fe25b
AS
1442010-09-28 Andreas Schwab <schwab@redhat.com>
145 Ulrich Drepper <drepper@gmail.com>
146
147 [BZ #12489]
148 * elf/rtld.c (dl_main): Move setting of GLRO(dl_init_all_dirs)
149 before performing relro protection. At old place add assertion
150 to make sure nothing changed.
151
d3f02e10
NS
1522011-02-17 Nathan Sidwell <nathan@codesourcery.com>
153 Glauber de Oliveira Costa <glommer@gmail.com>
154
155 * elf/elf.h: Add new ARM TLS relocs.
156
d55fd7a5
RA
1572011-02-16 Ryan S. Arnold <rsa@us.ibm.com>
158
159 * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h:
160 (INTERNAL_VSYSCALL_NCS INTERNAL_SYSCALL_NCS): Remove erroneous (int)
161 cast from r3.
162 * sysdeps/wordsize-64/Makefile: New file. Add tst-writev to
163 'tests' variable.
164 * sysdeps/wordsize-64/tst-writev.c: New file.
165
2206397e
RA
1662011-02-15 Ryan S. Arnold <rsa@us.ibm.com>
167
168 * sysdeps/powerpc/powerpc64/power7/Makefile: New file which adds
169 -mno-vsx to the CFLAGS-rtld.c variable to avoid using VSX registers and
170 insns in _dl_start to prevent a TOC reference before relocs are
171 resolved.
172
e9433893
UD
1732011-02-15 Ulrich Drepper <drepper@gmail.com>
174
175 [BZ #12469]
176 * Makeconfig: Remove RANLIB definition.
177 * Makerules: Don't use RANLIB.
178 * aclocal.m4: Remove ranlib test.
179 * configure.in: No need to check for ranlib.
180 * elf/rtld-Rules: Don't use RANLIB.
181
f75286c6
ST
1822011-02-16 Samuel Thibault <samuel.thibault@ens-lyon.org>
183
8e31c82d
ST
184 * sysdeps/mach/i386/sysdep.h: Add _MACH_I386_SYSDEP_H inclusion
185 protection macro.
186 * sysdeps/mach/i386/thread_state.h: Add _MACH_I386_THREAD_STATE_H
187 inclusion protection macro.
188
f75286c6
ST
189 * stdio-common/psiginfo.c (psiginfo): Check pinfo->si_signo against
190 SIGRTMIN and SIGRTMAX and print information in that case only when
191 SIGRTMIN is defined.
192
c1d0e639
JJ
1932011-02-11 Jakub Jelinek <jakub@redhat.com>
194
195 * stdio-common/printf-parsemb.c (__parse_one_specmb): Handle
196 arginfo fn returning -1.
197
198 * stdio-common/_i18n_number.h (_i18n_number_rewrite): Ensure decimal
199 and thousands string is zero terminated.
200
edf9294e
AS
2012011-02-03 Andreas Schwab <schwab@redhat.com>
202
203 * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Sync with
204 sysdeps/unix/sysv/linux/bits/socket.h.
205
2b7e92df
ST
2062011-01-30 Samuel Thibault <samuel.thibault@ens-lyon.org>
207
edf9294e
AS
208 * bits/sched.h (__CPU_ZERO, __CPU_SET, __CPU_CLR, __CPU_ISSET)
209 (__CPU_COUNT): Remove old macros.
210 (__CPU_ZERO_S, __CPU_SET_S, __CPU_CLR_S, __CPU_ISSET_S)
211 (__CPU_COUNT, __CPU_EQUAL_S, __CPU_OP_S, __CPU_ALLOC_SIZE)
212 (__CPU_ALLOC, __CPU_FREE): Add macros.
2b7e92df
ST
213 (__sched_cpualloc, __sched_cpufree): Add declarations.
214
a4c7ea7b
UD
2152011-02-05 Ulrich Drepper <drepper@gmail.com>
216
217 * nscd/nscd-client.h: Define MAX_TIMEOUT_VALUE.
218 (struct datahead): Reuse 32 bits of the alignment for a TTL field.
219 * nscd/aicache.c (addhstaiX): Return timeout of added value.
220 (readdhstai): Return value of addhstaiX call.
221 * nscd/grpcache.c (cache_addgr): Return timeout of added value.
222 (addgrbyX): Return value returned by cache_addgr.
223 (readdgrbyname): Return value returned by addgrbyX.
224 (readdgrbygid): Likewise.
225 * nscd/pwdcache.c (cache_addpw): Return timeout of added value.
226 (addpwbyX): Return value returned by cache_addpw.
227 (readdpwbyname): Return value returned by addhstbyX.
228 (readdpwbyuid): Likewise.
229 * nscd/servicescache.c (cache_addserv): Return timeout of added value.
230 (addservbyX): Return value returned by cache_addserv.
231 (readdservbyname): Return value returned by addservbyX:
232 (readdservbyport): Likewise.
233 * nscd/hstcache.c (cache_addhst): Return timeout of added value.
234 (addhstbyX): Return value returned by cache_addhst.
235 (readdhstbyname): Return value returned by addhstbyX.
236 (readdhstbyaddr): Likewise.
237 (readdhstbynamev6): Likewise.
238 (readdhstbyaddrv6): Likewise.
239 * nscd/initgrcache.c (addinitgroupsX): Return timeout of added value.
240 (readdinitgroups): Return value returned by addinitgroupsX.
241 * nscd/cache.c (readdfcts): Change return value of functions to time_t.
242 (prune_cache): Keep track of timeout value of re-added entries.
243 * nscd/connections.c (nscd_run_prune): Use MAX_TIMEOUT_VALUE.
244 * nscd/nscd.h: Adjust prototypes of readd* functions.
245
a0bf67cc
RM
2462011-02-04 Roland McGrath <roland@redhat.com>
247
248 * nis/nis_server.c (nis_servstate): Use the right name for 0.
249 (nis_stats): Likewise.
250 * nis/nis_modify.c (nis_modify): Likewise.
251 * nis/nis_remove.c (nis_remove): Likewise.
252 * nis/nis_add.c (nis_add): Likewise.
253
254 * elf/dl-object.c (_dl_new_object): Remove unused variable L.
255
256 * posix/fnmatch_loop.c: Add some consts.
257
258 * sysdeps/x86_64/multiarch/memset-x86-64.S: Add an #undef.
259
435b95eb
L
2602011-02-02 H.J. Lu <hongjiu.lu@intel.com>
261
262 [BZ #12460]
263 * config.make.in (config-cflags-novzeroupper): Define.
264 * configure.in: Substitute libc_cv_cc_novzeroupper.
265 * elf/Makefile (AVX-CFLAGS): Define.
266 (CFLAGS-tst-audit4.c): Replace -mavx with $(AVX-CFLAGS).
267 (CFLAGS-tst-auditmod4a.c): Likewise.
268 (CFLAGS-tst-auditmod4b.c): Likewise.
269 (CFLAGS-tst-auditmod6b.c): Likewise.
270 (CFLAGS-tst-auditmod6c.c): Likewise.
271 (CFLAGS-tst-auditmod7b.c): Likewise.
272 * sysdeps/i386/configure.in: Check -mno-vzeroupper.
273
8517b15e
UD
2742011-02-02 Ulrich Drepper <drepper@gmail.com>
275
276 * elf/dl-runtime.c (_dl_call_pltexit): Pass correct address of the
277 function to the callback.
278 Patch partly by Jiri Olsa <jolsa@redhat.com>.
279
10a656fe
AS
2802011-02-02 Andreas Schwab <schwab@redhat.com>
281
282 * shadow/sgetspent.c: Check return value of __sgetspent_r instead
283 of errno.
284
968dad0a
UD
2852011-01-19 Ulrich Drepper <drepper@gmail.com>
286
9f94d2ea 287 [BZ #11724]
968dad0a
UD
288 * elf/dl-deps.c (_dl_map_object_deps): Rewrite sorting determining order
289 of constructors.
290 * elf/dl-fini.c (_dl_sort_fini): Rewrite sorting determining order
291 of destructors.
292 (_dl_fini): Don't call _dl_sort_fini if there is only one object.
293
294 [BZ #11724]
295 * elf/Makefile: Add rules to build and run new test.
296 * elf/tst-initorder.c: New file.
297 * elf/tst-initorder.exp: New file.
298 * elf/tst-initordera1.c: New file.
299 * elf/tst-initordera2.c: New file.
300 * elf/tst-initordera3.c: New file.
301 * elf/tst-initordera4.c: New file.
302 * elf/tst-initorderb1.c: New file.
303 * elf/tst-initorderb2.c: New file.
304 * elf/tst-order-a1.c: New file.
305 * elf/tst-order-a2.c: New file.
306 * elf/tst-order-a3.c: New file.
307 * elf/tst-order-a4.c: New file.
308 * elf/tst-order-b1.c: New file.
309 * elf/tst-order-b2.c: New file.
310 * elf/tst-order-main.c: New file.
311 New test case by George Gensure <werkt0@gmail.com>.
312
86e92359
UD
3132010-10-01 Andreas Schwab <schwab@redhat.com>
314
315 * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't discard result of
316 decoding ACE if AI_CANONIDN.
317
5d5732b0
UD
3182011-01-18 Ulrich Drepper <drepper@gmail.com>
319
320 * elf/Makefile: Build IFUNC tests unless multi-arch = no.
321
a77e8cbc
UD
3222011-01-17 Ulrich Drepper <drepper@gmail.com>
323
6392473f
UD
324 * version.h (RELEASE): Bump for 2.13 release.
325 * include/features.h: (__GLIBC_MINOR__): Bump to 13.
326
620a0529
UD
327 * io/fcntl.h: Define AT_NO_AUTOMOUNT.
328
18ba70a5
UD
329 * sysdeps/unix/sysv/linux/i386/bits/mman.h: Define MADV_HUGEPAGE and
330 MADV_NOHUGEPAGE.
32465c3e
UD
331 * sysdeps/unix/sysv/linux/ia64/bits/mman.h: Likewise.
332 * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Likewise.
333 * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
334 * sysdeps/unix/sysv/linux/sh/bits/mman.h: Likewise.
335 * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
336 * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Likewise.
337
c0dafcf1
UD
338 * posix/getconf.c: Update copyright year.
339 * catgets/gencat.c: Likewise.
340 * csu/version.c: Likewise.
341 * debug/catchsegv.sh: Likewise.
342 * debug/xtrace.sh: Likewise.
343 * elf/ldconfig.c: Likewise.
344 * elf/ldd.bash.in: Likewise.
345 * elf/sprof.c (print_version): Likewise.
346 * iconv/iconv_prog.c: Likewise.
347 * iconv/iconvconfig.c: Likewise.
348 * locale/programs/locale.c: Likewise.
349 * locale/programs/localedef.c: Likewise.
350 * malloc/memusage.sh: Likewise.
351 * malloc/mtrace.pl: Likewise.
352 * nscd/nscd.c (print_version): Likewise.
353 * nss/getent.c: Likewise.
354
a77e8cbc
UD
355 * sysdeps/unix/sysv/linux/bits/socket.h: Define AF_CAIF, AF_ALG,
356 PF_CAIF, and PF_ALG.
357 * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
358
77e8bddf
AS
3592011-01-16 Andreas Schwab <schwab@linux-m68k.org>
360
1f20b93a
AS
361 * elf/Makefile (tlsmod17a-modules, tlsmod18a-modules): Define.
362 (modules-names): Use them.
363 (ifunc-test-modules, ifunc-pie-tests): Define.
364 (extra-test-objs): Add tlsmod17a-modules, tlsmod18a-modules,
365 tst-pie1, ifunc-test-modules and ifunc-pie-tests objects.
366 (test-extras): Likewise.
367 ($(patsubst %,$(objpfx)%.os,$(tlsmod17a-modules))): Use
368 $(compile-command.c).
369 ($(patsubst %,$(objpfx)%.os,$(tlsmod18a-modules))): Likewise.
370 (all-built-dso): Define.
371 (check-textrel.out, check-execstack.out): Depend on it.
372
77e8bddf
AS
373 * configure.in: Don't override --enable-multi-arch.
374
bc425b33
UD
3752011-01-15 Ulrich Drepper <drepper@gmail.com>
376
377 [BZ #6812]
378 * nscd/hstcache.c (tryagain): Define.
379 (cache_addhst): Return tryagain not notfound for temporary errors.
380 (addhstbyX): Also set h_errno to TRY_AGAIN when memory allocation
381 failed.
382
794c3ad3
UD
3832011-01-14 Ulrich Drepper <drepper@gmail.com>
384
70181fdd
UD
385 [BZ #10563]
386 * sysdeps/unix/sysv/linux/i386/setgroups.c: Use INLINE_SETXID_SYSCALL
387 to make the syscall.
388 * sysdeps/unix/sysv/linux/setgroups.c: New file.
389
794c3ad3
UD
390 [BZ #12378]
391 * posix/fnmatch_loop.c (FCT): When matching '[' keep track of beginning
392 and fall back to matching as normal character if the string ends before
393 the matching ']' is found. This is what POSIX requires.
394 * posix/testfnm.c: Adjust test result.
395 * posix/globtest.sh: Adjust test result. Add new test.
396 * posix/tst-fnmatch.input: Likewise.
397 * posix/tst-fnmatch2.c: Add new test.
398
68dc9497
AS
3992010-12-28 Andreas Schwab <schwab@linux-m68k.org>
400
401 * elf/Makefile (check-execstack): Revert last change. Depend on
402 check-execstack.h.
403 (check-execstack.h): New target.
404 (generated): Add check-execstack.h.
405 * elf/check-execstack.c: Include "check-execstack.h".
406 (main): Revert last change.
407 (handle_file): Return zero if GNU_STACK is absent and
408 DEFAULT_STACK_PERMS doesn't include PF_X.
409
451f001b
UD
4102011-01-13 Ulrich Drepper <drepper@gmail.com>
411
cfa28e56
UD
412 * sysdeps/posix/spawni.c (__spawni): Don't fail if close file action
413 in child fails because the descriptor is already closed.
8cf8ce17
UD
414 * include/sys/resource.h: Add libc_hidden_proto for getrlimit64.
415 * sysdeps/unix/sysv/linux/getrlimit64.c: Add libc_hidden_def.
416 * sysdeps/unix/sysv/linux/i386/getrlimit64.c: Likewise.
cfa28e56 417
1086d70d
UD
418 [BZ #12397]
419 * sysdeps/unix/sysv/linux/mkdirat.c (mkdirat): Fix handling of missing
420 syscall.
421
451f001b
UD
422 [BZ #10484]
423 * nss/nss_files/files-hosts.c (HOST_DB_LOOKUP): Handle overflows of
424 temporary buffer used to handle multi lookups locally.
a85b5cb4 425 * include/alloca.h: Add libc_hidden_proto for __libc_alloca_cutoff.
451f001b 426
08769175
UD
4272011-01-12 Ulrich Drepper <drepper@gmail.com>
428
429 * elf/dl-dst.h (DL_DST_REQUIRED): Allow l_origin to be NULL when
430 loader is ld.so.
431
5e49c52e
UD
4322011-01-10 Paul Pluzhnikov <ppluzhnikov@google.com>
433
434 * sysdeps/i386/Makefile: stdlib/cxa_finalize.c needs 16-byte stack
435 alignment for SSE2.
436
60522a5f
UD
4372011-01-12 Ulrich Drepper <drepper@gmail.com>
438
439 [BZ #12394]
440 * stdio-common/printf_fp.c (__printf_fp): Add more room for grouping
441 characters. When rounding increased number of integer digits recompute
442 number of groups.
443 * stdio-common/tst-grouping.c: New file.
444 * stdio-common/Makefile: Add rules to build and run tst-grouping.
445
f257bbd7
UD
4462011-01-09 Ulrich Drepper <drepper@gmail.com>
447
448 * sysdeps/i386/bits/select.h: Don't use asm code for __FD_SET,
449 __FD_CLR, and __FS_ISSET. gcc generates better code on its own.
450
451 * sysdeps/x86_64/bits/select.h: Mark value of __FD_SET and __FD_CLR as
452 void.
453 * bits/select.h: Likewise.
454
fa9c15cb
UD
4552011-01-08 Ulrich Drepper <drepper@gmail.com>
456
457 * po/ja.po: Update from translation team.
458
16c2895f
DM
4592011-01-04 David S. Miller <davem@sunset.davemloft.net>
460
461 [BZ #11155]
462 * sysdeps/unix/sysv/linux/sparc/sparc64/fxstat.c: Use i386's
463 implementation just like for lxstat, fxstatat, et al.
464
2543fef2
JM
4652010-12-27 Jim Meyering <meyering@redhat.com>
466
467 [BZ #12348]
468 * posix/regexec.c (build_trtable): Return failure indication upon
469 calloc failure. Otherwise, re_search_internal could infloop on OOM.
470
98727dbe
UD
4712010-12-25 Ulrich Drepper <drepper@gmail.com>
472
5bd6dc5c
UD
473 [BZ #12201]
474 * sysdeps/unix/sysv/linux/getrlimit64.c: New file.
475 * sysdeps/unix/sysv/linux/setrlimit64.c: New file.
476 * sysdeps/unix/sysv/linux/i386/getrlimit64.c: Use ../getrlimit64.c.
477 * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_PRLIMIT64.
478
97983464
UD
479 [BZ #12207]
480 * malloc/malloc.c (do_check_malloc_state): Use fastbin macro.
481
98727dbe
UD
482 [BZ #12204]
483 * string/xpg-strerror.c (__xpg_strerror_r): Return error code, not -1.
484 * sysdeps/mach/xpg-strerror.c (__xpg_strerror_r): Likewise.
485
4a531bb0
L
4862010-12-15 H.J. Lu <hongjiu.lu@intel.com>
487
488 * config.h.in (NO_CTORS_DTORS_SECTIONS): Define.
489 * configure.in: Define NO_CTORS_DTORS_SECTIONS if linker
490 script has SORT_BY_INIT_PRIORITY.
491 * elf/sofini.c: Remove `.ctors' and `.dtors' sections if
492 NO_CTORS_DTORS_SECTIONS is defined.
493 * elf/soinit.c: Likewise.
494 * sysdeps/i386/init-first.c: Don't call __libc_global_ctors if
495 NO_CTORS_DTORS_SECTIONS is defined.
496 * sysdeps/mach/hurd/i386/init-first.c: Likewise.
497 * sysdeps/mach/hurd/powerpc/init-first.c: Likewise.
498 * sysdeps/sh/init-first.c: Likewise.
499 * sysdeps/unix/sysv/linux/init-first.c: Likewise.
500
07eb4b71
UD
5012010-12-24 Ulrich Drepper <drepper@gmail.com>
502
503 * stdio-common/vfprintf.c (vfprintf): If printf handlers are installed
504 always use the slow path.
505
30950a5f
RA
5062010-12-15 Ryan S. Arnold <rsa@us.ibm.com>
507
508 * elf/Makefile: (check-execstack): Replace $(native-compile) with a
509 similar rule which adds the sysdep directories to the header search in
510 order to pick up the correct platform stackinfo.h.
511 * elf/check-execstack.c (main): Check DEFAULT_STACK_PERMS for PF_X and
512 perform test if it is, otherwise return successfully without testing.
513 * elf/dl-load.c (_dl_map_object_from_fd): Source stack_flags from
514 DEFAULT_STACK_PERMS define in stackinfo.h.
515 * elf/dl-support.c (_dl_stack_flags): Source from DEFAULT_STACK_PERMS
516 defined in stackinfo.h.
517 * elf/rtld.c (_dl_starting_up): Source ._dl_stack_flags from
518 DEFAULT_STACK_PERMS defined in stackinfo.h.
519 * sysdeps/i386/stackinfo.h: Define DEFAULT_STACK_PERMS with PF_X.
520 * sysdeps/ia64/stackinfo.h: Likewise.
521 * sysdeps/s390/stackinfo.h: Likewise.
522 * sysdeps/sh/stackinfo.h: Likewise.
523 * sysdeps/sparc/stackinfo.h: Likewise.
524 * sysdeps/x86_64/stackinfo.h: Likewise.
525 * sysdeps/powerpc/stackinfo.h: Define DEFAULT_STACK_PERMS without
526 PF_X for powerpc64. Retain PF_X for powerpc32.
527
db753e2c
UD
5282010-12-19 Ulrich Drepper <drepper@gmail.com>
529
14b697f7
UD
530 * sysdeps/unix/readdir_r.c (__READDIR_R): Compute reclen more
531 accurately.
db753e2c
UD
532 * sysdeps/unix/sysv/linux/wordsize-64/readdir_r.c: Define
533 GETDENTS_64BIT_ALIGNED.
534
28300719
UD
5352010-12-14 Ulrich Drepper <dreper@gmail.com>
536
14b697f7 537 * sysdeps/i386/i686/multiarch/strcmp.S: Undo accidental checkin.
28300719 538
4f197237
AS
5392010-12-10 Andreas Schwab <schwab@redhat.com>
540
dbb0472f
AS
541 * wcsmbs/wchar.h (wcpcpy, wcpncpy): Only declare under
542 _GNU_SOURCE.
543
4f197237
AS
544 * wcsmbs/wchar.h (wcpcpy, wcpncpy): Add __restrict.
545 * wcsmbs/bits/wchar2.h (__wmemmove_chk_warn, wmemmove, wmemset):
546 Remove __restrict.
547 (wcscpy, __wcpcpy_chk, __wcpcpy_alias, wcpcpy, wcsncpy, wcpncpy)
548 (wcscat, wcsncat, __wcrtomb_chk, wcrtomb): Add __restrict.
549
fb88ac72
UD
5502010-12-09 Ulrich Drepper <drepper@gmail.com>
551
552 [BZ #11655]
553 * stdlib/msort.c (qsort_r): Make sure both phys_pages and pagesize
554 are initialized.
555
42acbb92
JJ
5562010-12-09 Jakub Jelinek <jakub@redhat.com>
557
558 * string/bits/string3.h (memmove, bcopy): Remove __restrict.
559
c038d98d
UD
5602010-12-03 Ulrich Drepper <drepper@gmail.com>
561
562 * po/it.po: Update from translation team.
563
3a4a2499
L
5642010-12-01 H.J. Lu <hongjiu.lu@intel.com>
565
566 * sysdeps/i386/i686/multiarch/strcmp-ssse3.S (STRCMP): Remove
567 unused codes.
568
1e24cf6e
UD
5692010-11-30 Ulrich Drepper <drepper@gmail.com>
570
571 * sysdeps/i386/fpu/libm-test-ulps: Relax ynf(10,0.75) test expectations.
572
a7690819
AS
5732010-11-24 Andreas Schwab <schwab@redhat.com>
574
575 * resolv/nss_dns/dns-host.c (getanswer_r): Don't handle ttl == 0
576 specially.
577 (gaih_getanswer_slice): Likewise.
578
3bf8d1b1
JJ
5792010-10-20 Jakub Jelinek <jakub@redhat.com>
580
581 * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Fix up inline asm.
582
6db52fbb
PB
5832010-05-31 Petr Baudis <pasky@suse.cz>
584
585 [BZ #11149]
586 * elf/ldconfig.c (main): Allow aux_cache_file open()ing to fail
587 silently even in the chroot mode.
588
eaca7569
UD
5892010-11-22 Ulrich Drepper <drepper@gmail.com>
590
591 * nis/nss_compat/compat-initgroups.c (internal_getgrent_r): Optimize
592 last patch a bit. Pretty printing
593
3056dcdb
UD
5942010-05-31 Petr Baudis <pasky@suse.cz>
595
596 [BZ #10085]
597 * nis/nss_compat/compat-initgroups.c (internal_getgrent_r): Fix
598 initialization of skip_initgroups_dyn.
599
cf7c9078
UD
6002010-11-19 Ulrich Drepper <drepper@gmail.com>
601
602 * sysdeps/unix/sysv/linux/i386/bits/mman.h: Define MAP_HUGETLB.
603 * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Likewise.
604
a1fb5e3e
UD
6052010-11-16 Ulrich Drepper <drepper@gmail.com>
606
607 * sysdeps/unix/sysv/linux/sys/swap.h (SWAP_FLAG_DISCARD): Define.
608
3540d66b
AS
6092010-11-11 Andreas Schwab <schwab@redhat.com>
610
611 * posix/fnmatch_loop.c (NEW_PATTERN): Fix use of alloca.
612 * posix/Makefile (tests): Add $(objpfx)tst-fnmatch-mem.
613 (tst-fnmatch-ENV): Set MALLOC_TRACE.
614 ($(objpfx)tst-fnmatch-mem): New rule.
615 (generated): Add tst-fnmatch-mem and tst-fnmatch.mtrace.
616 * posix/tst-fnmatch.c (main): Call mtrace.
617
13b69574
L
6182010-11-11 H.J. Lu <hongjiu.lu@intel.com>
619
620 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
621 Support Intel processor model 6 and model 0x2c.
622
da93d214
LM
6232010-11-10 Luis Machado <luisgpm@br.ibm.com>
624
625 * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c (__ieee754_sqrtl): Force
626 signed comparison.
627
8ca52c6e
L
6282010-11-09 H.J. Lu <hongjiu.lu@intel.com>
629
630 [BZ #12205]
631 * string/test-strncasecmp.c (check_result): New function.
632 (do_one_test): Use it.
633 (check1): New function.
634 (test_main): Use it.
635 * sysdeps/i386/i686/multiarch/strcmp.S (nibble_ashr_use_sse4_2_exit):
636 Support strcasecmp and strncasecmp.
637
69da074d
UD
6382010-11-08 Ulrich Drepper <drepper@gmail.com>
639
640 [BZ #12194]
641 * sysdeps/i386/bits/byteswap.h: Avoid warning in __bswap_16.
642 * sysdeps/x86_64/bits/byteswap.h: Likewise.
643
ff02d528
L
6442010-11-07 H.J. Lu <hongjiu.lu@intel.com>
645
646 * sysdeps/x86_64/memset.S: Check USE_MULTIARCH and USE_SSE2 for
647 IFUNC support.
648 * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
649 memset-x86-64.
650 * sysdeps/x86_64/multiarch/bzero.S: New file.
651 * sysdeps/x86_64/multiarch/cacheinfo.c: New file.
652 * sysdeps/x86_64/multiarch/memset-x86-64.S: New file.
653 * sysdeps/x86_64/multiarch/memset.S: New file.
654 * sysdeps/x86_64/multiarch/memset_chk.S: New file.
655 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
656 Set bit_Prefer_SSE_for_memop for Intel processors.
657 * sysdeps/x86_64/multiarch/init-arch.h (bit_Prefer_SSE_for_memop):
658 Define.
659 (index_Prefer_SSE_for_memop): Define.
660 (HAS_PREFER_SSE_FOR_MEMOP): Define.
661
344d0b54
LM
6622010-11-04 Luis Machado <luisgpm@br.ibm.com>
663
664 * sysdeps/powerpc/powerpc32/power7/mempcpy.S: New file.
665 * sysdeps/powerpc/powerpc64/power7/mempcpy.S: New file.
666
c0dde15b
UD
6672010-11-03 H.J. Lu <hongjiu.lu@intel.com>
668
669 [BZ #12191]
670 * sysdeps/i386/i686/cacheinfo.c (__x86_64_raw_data_cache_size): New.
671 (__x86_64_raw_data_cache_size_half): Likewise.
672 (__x86_64_raw_shared_cache_size): Likewise.
673 (__x86_64_raw_shared_cache_size_half): Likewise.
674
675 * sysdeps/x86_64/cacheinfo.c (__x86_64_raw_data_cache_size): New.
676 (__x86_64_raw_data_cache_size_half): Likewise.
677 (__x86_64_raw_shared_cache_size): Likewise.
678 (__x86_64_raw_shared_cache_size_half): Likewise.
679 (init_cacheinfo): Set __x86_64_raw_data_cache_size,
680 __x86_64_raw_data_cache_size_half, __x86_64_raw_shared_cache_size
681 and __x86_64_raw_shared_cache_size_half. Round
682 __x86_64_data_cache_size_half, __x86_64_data_cache_size
683 __x86_64_shared_cache_size_half and __x86_64_shared_cache_size,
684 to multiple of 256 bytes.
685
0e516e0e
MS
6862010-11-03 Ulrich Drepper <drepper@gmail.com>
687
688 [BZ #12167]
689 * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Recognize new mangling
690 of inacessible symlinks. Verify result of symlink before returning it.
691 * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r): Likewise.
692 Patch mostly by Miklos Szeredi <miklos@szeredi.hu>.
693
0e012e87
ER
6942010-10-28 Erich Ritz <erichritz@gmail.com>
695
696 * math/math.h (isinf): Fix typo in comment.
697
de0ff7bc
UD
6982010-11-01 Ulrich Drepper <drepper@gmail.com>
699
700 * po/da.po: Update from translation team.
701
fa41c84d
UD
7022010-10-26 Ulrich Drepper <drepper@gmail.com>
703
704 * elf/rtld.c (dl_main): Move assertion after the point where rtld map
705 is added to the list.
706
f0967738
AK
7072010-10-20 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
708 Ulrich Drepper <drepper@gmail.com>
709
710 * elf/dl-object.c (_dl_new_object): Don't append the new object to
711 the global list here. Move code to...
712 (_dl_add_to_namespace_list): ...here. New function.
713 * elf/rtld.c (dl_main): Invoke _dl_add_to_namespace_list.
714 * sysdeps/generic/ldsodefs.h (_dl_add_to_namespace_list): Declare.
715 * elf/dl-load.c (lose): Don't remove the element from the list.
716 (_dl_map_object_from_fd): Invoke _dl_add_to_namespace_list.
717 (_dl_map_object): Likewise.
718
7192010-10-25 Ulrich Drepper <drepper@gmail.com>
dbf3a069
RL
720
721 [BZ #12159]
722 * sysdeps/x86_64/multiarch/strchr.S: Fix propagation of search byte
723 into all bytes of SSE register.
724 Patch by Richard Li <richardpku@gmail.com>.
725
f0967738 7262010-10-24 Ulrich Drepper <drepper@gmail.com>
fdc0f374
UD
727
728 [BZ #12140]
729 * malloc/malloc.c (_int_free): Fill correct number of bytes when
730 perturbing.
731
d0b9e94f
MB
7322010-10-20 Michael B. Brutman <brutman@us.ibm.com>
733
734 * sysdeps/powerpc/dl-procinfo.c: Add support for ppca2 platform
735 * sysdeps/powerpc/dl-procinfo.h: Add support for ppca2 platform
736 * sysdeps/powerpc/powerpc32/a2/memcpy.S: New file.
737 * sysdeps/powerpc/powerpc64/a2/memcpy.S: Likewise.
738 * sysdeps/unix/sysv/linux/powerpc/powerpc32/a2/Implies: New
739 submachine.
740 * sysdeps/unix/sysv/linux/powerpc/powerpc64/a2/Implies: Likewise.
741
8e9f92e9
AS
7422010-10-22 Andreas Schwab <schwab@redhat.com>
743
744 * include/dlfcn.h (__RTLD_SECURE): Define.
745 * elf/dl-load.c (_dl_map_object): Remove preloaded parameter. Use
746 mode & __RTLD_SECURE instead.
747 (open_path): Rename preloaded parameter to secure.
748 * sysdeps/generic/ldsodefs.h (_dl_map_object): Adjust declaration.
749 * elf/dl-open.c (dl_open_worker): Adjust call to _dl_map_object.
750 * elf/dl-deps.c (openaux): Likewise.
751 * elf/rtld.c (struct map_args): Remove is_preloaded.
752 (map_doit): Don't use it.
753 (dl_main): Likewise.
754 (do_preload): Use __RTLD_SECURE instead of is_preloaded.
755 (dlmopen_doit): Add __RTLD_SECURE to mode bits.
756
bc96fbda
AS
7572010-09-09 Andreas Schwab <schwab@redhat.com>
758
759 * Makeconfig (sysd-rules-patterns): Add rtld-%:rtld-%.
760 (sysd-rules-targets): Remove duplicates.
761 * elf/rtld-Rules ($(objpfx)rtld-%.os): Add pattern rules with
762 rtld-%.$o dependency.
763
22cd1c9b
AS
7642010-10-18 Andreas Schwab <schwab@redhat.com>
765
766 * elf/dl-open.c (dl_open_worker): Don't expand DST here, let
767 _dl_map_object do it.
768
18edac48
UD
7692010-10-19 Ulrich Drepper <drepper@gmail.com>
770
771 * sysdeps/i386/bits/mathdef.h (FP_FAST_FMA): If the GCC 4.6 port has
772 fast fma builtins, define the macros in the C99 standard.
773 (FP_FAST_FMAF): Likewise.
774 (FP_FAST_FMAL): Likewise.
775 * sysdeps/x86_64/bits/mathdef.h: Likewise.
776
777 * bits/mathdef.h: Update copyright year.
778 * sysdeps/powerpc/bits/mathdef.h: Likewise.
779
d2050124
MM
7802010-10-19 Michael Meissner <meissner@linux.vnet.ibm.com>
781
782 * bits/mathdef.h (FP_FAST_FMA): If the GCC 4.6 port has fast fma
783 builtins, define the macros in the C99 standard.
784 (FP_FAST_FMAF): Likewise.
785 (FP_FAST_FMAL): Likewise.
786 * sysdeps/powerpc/bits/mathdef.h (FP_FAST_FMA): Define, ppc as
787 multiply/add.
788 (FP_FAST_FMAF): Likewise.
789
475facd1
JJ
7902010-10-15 Jakub Jelinek <jakub@redhat.com>
791
792 [BZ #3268]
793 * math/libm-test.inc (fma_test): Some new testcases.
794 * sysdeps/ieee754/ldbl-128/s_fmal.c: New file.
795 * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Fix fma with finite x and
796 y and infinite z. Do multiplication by C already in long double.
797 * sysdeps/ieee754/ldbl-96/s_fmal.c: New file.
798 * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Fix fma with finite x and
799 y and infinite z. Do bitwise or of inexact bit into u.d.
800 * sysdeps/ieee754/ldbl-64-128/s_fmal.c: New file.
801 * sysdeps/i386/fpu/s_fmaf.S: Removed.
802 * sysdeps/i386/fpu/s_fma.S: Removed.
803 * sysdeps/i386/fpu/s_fmal.S: Removed.
804
7c08a05c
JJ
8052010-10-16 Jakub Jelinek <jakub@redhat.com>
806
807 [BZ #3268]
808 * math/libm-test.inc (fma_test): Add IEEE quad long double fmal tests.
809 * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Ensure a1 + u.d
810 computation is not scheduled after fetestexcept. Fix value
811 of minimum denormal long double.
812
f3f7372d
JJ
8132010-10-14 Jakub Jelinek <jakub@redhat.com>
814
815 [BZ #3268]
816 * math/libm-test.inc (fma_test): Add some more tests.
817 * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Handle underflows
818 correctly.
819
14d43591
AS
8202010-10-15 Andreas Schwab <schwab@redhat.com>
821
822 * scripts/data/localplt-s390-linux-gnu.data: New file.
823 * scripts/data/localplt-s390x-linux-gnu.data: New file.
824
5e908464
JJ
8252010-10-13 Jakub Jelinek <jakub@redhat.com>
826
827 [BZ #3268]
828 * math/libm-test.inc (fma_test): Some more fmaf and fma tests.
829 * sysdeps/i386/i686/multiarch/s_fma.c: Include ldbl-96 version
830 instead of dbl-64.
831 * sysdeps/i386/fpu/bits/mathinline.h (fma, fmaf, fmal): Remove
832 inlines.
833 * sysdeps/ieee754/ldbl-96/s_fma.c: New file.
834 * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Fix exponent adjustment
835 if one of x and y is very large and the other is subnormal.
836 * sysdeps/s390/fpu/s_fmaf.c: New file.
837 * sysdeps/s390/fpu/s_fma.c: New file.
838 * sysdeps/powerpc/fpu/s_fmaf.S: New file.
839 * sysdeps/powerpc/fpu/s_fma.S: New file.
840 * sysdeps/powerpc/powerpc32/fpu/s_fma.S: New file.
841 * sysdeps/powerpc/powerpc64/fpu/s_fma.S: New file.
842 * sysdeps/unix/sysv/linux/s390/fpu/s_fma.c: New file.
843
8442010-10-12 Jakub Jelinek <jakub@redhat.com>
845
846 [BZ #3268]
847 * math/libm-test.inc (fma_test): Add some more fmaf tests, add
848 fma tests.
849 * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Fix Inf/Nan check.
850 * sysdeps/ieee754/dbl-64/s_fma.c: New file.
851 * sysdeps/i386/i686/multiarch/s_fma.c: Include
852 sysdeps/ieee754/dbl-64/s_fma.c instead of math/s_fma.c.
853 * sysdeps/x86_64/multiarch/s_fma.c: Likewise.
854 * sysdeps/ieee754/ldbl-opt/s_fma.c: Likewise.
855 * sysdeps/ieee754/ldbl-128/s_fma.c: New file.
856
b833d51f
UD
8572010-10-12 Ulrich Drepper <drepper@redhat.com>
858
859 [BZ #12078]
860 * posix/regcomp.c (parse_branch): One more memory leak plugged.
861 * posix/bug-regex31.input: Add test case.
862
1751705d
UD
8632010-10-11 Ulrich Drepper <drepper@gmail.com>
864
e9b9cbf5
UD
865 * posix/bug-regex31.c: Rewrite to run multiple tests from stdin.
866 * posix/bug-regex31.input: New file.
867
868 [BZ #12078]
869 * posix/regcomp.c (parse_branch): Free memory when allocation failed.
870 (parse_sub_exp): Fix last change, use postorder.
871
ef06edbe
UD
872 * posix/bug-regex31.c: New file.
873 * posix/Makefile: Add rules to build and run bug-regex31.
874
a129c80d
UD
875 * posix/regcomp.c (parse_bracket_exp): Add missing re_free calls.
876
877 [BZ #12078]
878 * posix/regcomp.c (parse_sub_exp): Free tree data when it is not used.
879
b76b818e
UD
880 [BZ #12108]
881 * stdio-common/psiginfo.c (psiginfo): Don't expext SIGRTMIN..SIGRTMAX
882 to have entries in sys_siglist.
883
1751705d
UD
884 [BZ #12093]
885 * sysdeps/unix/sysv/linux/check_pf.c (__check_pf): ->ifa_addr might
886 be NULL.
887
9ff8d36f
JJ
8882010-10-07 Jakub Jelinek <jakub@redhat.com>
889
890 [BZ #3268]
891 * math/libm-test.inc (fma_test): Add 2 fmaf tests.
892 * sysdeps/ieee754/dbl-64/s_fmaf.c: New file.
893 * sysdeps/i386/i686/multiarch/s_fmaf.c: Include
894 sysdeps/ieee754/dbl-64/s_fmaf.c instead of math/s_fmaf.c.
895 * sysdeps/x86_64/multiarch/s_fmaf.c: Likewise.
896 * include/fenv.h (feupdateenv, fetestexcept): Add libm_hidden_proto.
897 * math/feupdateenv.c (feupdateenv): Add libm_hidden_ver.
898 * sysdeps/i386/fpu/feupdateenv.c (feupdateenv): Likewise.
899 * sysdeps/powerpc/fpu/feupdateenv.c (feupdateenv): Likewise.
900 * sysdeps/x86_64/fpu/feupdateenv.c (feupdateenv): Likewise.
901 * sysdeps/sparc/fpu/feupdateenv.c (feupdateenv): Likewise.
902 * sysdeps/ia64/fpu/feupdateenv.c (feupdateenv): Add libm_hidden_def.
903 * sysdeps/s390/fpu/feupdateenv.c (feupdateenv): Likewise.
904 * math/ftestexcept.c (fetestexcept): Likewise.
905 * sysdeps/ia64/fpu/ftestexcept.c (fetestexcept): Likewise.
906 * sysdeps/i386/fpu/ftestexcept.c (fetestexcept): Likewise.
907 * sysdeps/s390/fpu/ftestexcept.c (fetestexcept): Likewise.
908 * sysdeps/powerpc/fpu/ftestexcept.c (fetestexcept): Likewise.
909 * sysdeps/x86_64/fpu/ftestexcept.c (fetestexcept): Likewise.
910 * sysdeps/sparc/fpu/ftestexcept.c (fetestexcept): Likewise.
911 * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
912
af325969
UD
9132010-10-11 Ulrich Drepper <drepper@gmail.com>
914
c579b202 915 [BZ #12107]
af325969
UD
916 * stdio-common/psiginfo.c (psiginfo): Terminate all strings with
917 newline.
918
67a67b95
UD
9192010-10-06 Ulrich Drepper <drepper@gmail.com>
920
921 * string/bug-strstr1.c: New file.
922 * string/Makefile: Add rules to build and run bug-strstr1.
923
5fb308bc
EB
9242010-10-05 Eric Blake <eblake@redhat.com>
925
926 [BZ #12092]
927 * string/str-two-way.h (two_way_long_needle): Always clear memory
928 when skipping input due to the shift table.
929
45db99c7
UD
9302010-10-03 Ulrich Drepper <drepper@gmail.com>
931
3b111893
UD
932 [BZ #12005]
933 * malloc/mcheck.c: Handle large requests.
934
45db99c7
UD
935 [BZ #12077]
936 * sysdeps/x86_64/strcmp.S: Fix handling of remaining bytes in buffer
937 for strncmp and strncasecmp.
938 * string/stratcliff.c: Add tests for strcmp and strncmp.
939 * wcsmbs/wcsatcliff.c: Adjust for stratcliff change.
940
cf7a1eb8
NI
9412010-09-28 Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
942
943 * sysdeps/sh/sh4/fpu/fpu_control.h: Add 'extern "C"' protection to
944 __set_fpscr.
945
6484ba5e
AJ
9462010-09-30 Andreas Jaeger <aj@suse.de>
947
948 * sysdeps/unix/sysv/linux_fsinfo.h (BTRFS_SUPER_MAGIC): Define.
949 (CGROUP_SUPER_MAGIC): Define.
950 * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
951 Handle btrfs and cgroup file systems.
952 * sysdeps/unix/sysv/linux/pathconf.c (__statfs_filesize_max):
953 Likewise.
954
91c42559
LM
9552010-09-27 Luis Machado <luisgpm@br.ibm.com>
956
957 * sysdeps/powerpc/powerpc32/rtld-memset.c: New file.
958 * sysdeps/powerpc/powerpc64/rtld-memset.c: New file.
959
87a97932
AK
9602010-09-29 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
961
962 [BZ #12067]
963 * sysdeps/s390/s390-32/elf/start.S: Fix address calculation when
964 trying to locate the ELF header.
965
c21cc9bc
AS
9662010-09-27 Andreas Schwab <schwab@redhat.com>
967
968 [BZ #11611]
969 * sysdeps/unix/sysv/linux/internal_statvfs.c (INTERNAL_STATVFS):
970 Mask out sign-bit copies when constructing f_fsid.
971
315970f6
PB
9722010-09-24 Petr Baudis <pasky@suse.cz>
973
974 * debug/stack_chk_fail_local.c: Add missing licence exception.
975 * debug/warning-nop.c: Likewise.
976
1ac7a2c7
JM
9772010-09-15 Joseph Myers <joseph@codesourcery.com>
978
979 * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS): When
980 implementing getdents64 using getdents syscall, set d_type if
981 __ASSUME_GETDENTS32_D_TYPE.
982
56801c50
AS
9832010-09-16 Andreas Schwab <schwab@redhat.com>
984
985 * elf/dl-close.c (free_slotinfo, free_mem): Move to...
986 * elf/dl-libc.c (free_slotinfo, free_mem): ... here.
987
dda51327
UD
9882010-09-21 Ulrich Drepper <drepper@redhat.com>
989
990 [BZ #12037]
991 * posix/unistd.h: Undo change of feature selection for ftruncate from
992 2010-01-11.
993
8ffcee4a
UD
9942010-09-20 Ulrich Drepper <drepper@redhat.com>
995
a545ecd9 996 * sysdeps/x86_64/strcmp.S: Fix another typo in x86-64 strncasecmp limit
8ffcee4a
UD
997 detection.
998
e24f0a8b
AS
9992010-09-20 Andreas Schwab <schwab@redhat.com>
1000
1001 * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list: Add
1002 fanotify_mark.
1003 * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Likewise.
1004
7291c56f
AS
10052010-09-14 Andreas Schwab <schwab@redhat.com>
1006
1007 * sysdeps/s390/s390-32/__longjmp.c (__longjmp): Define register
1008 variables after CHECK_SP call.
1009 * sysdeps/s390/s390-64/__longjmp.c (__longjmp): Likewise.
1010
bc5fb037
AS
10112010-09-13 Andreas Schwab <schwab@redhat.com>
1012 Ulrich Drepper <drepper@redhat.com>
1013
1014 * elf/rtld.c (dl_main): Set GLRO(dl_init_all_dirs) just before
1015 re-relocationg ld.so.
1016 * elf/dl-support.c (_dl_non_dynamic_init): And here after the
1017 _dl_init_paths call.
1018 * elf/dl-load.c (_dl_init_paths). Don't set GLRO(dl_init_all_dirs)
1019 here anymore.
1020
e66e7419
UD
10212010-09-14 Ulrich Drepper <drepper@redhat.com>
1022
1023 * resolv/res_init.c (__res_vinit): Count the default server we added.
1024
c044aa75
CLT
10252010-09-08 Chung-Lin Tang <cltang@codesourcery.com>
1026 Ulrich Drepper <drepper@redhat.com>
1027
1028 [BZ #11968]
1029 * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S
1030 (____longjmp_chk): Use %ebx for saving value across system call.
1031 Add unwind info.
1032
32cf4069
AS
10332010-09-06 Andreas Schwab <schwab@redhat.com>
1034
1035 * manual/Makefile: Don't mix pattern rules with normal rules.
1036
817328ee
AS
10372010-09-05 Andreas Schwab <schwab@linux-m68k.org>
1038
1039 * debug/vdprintf_chk.c (__vdprintf_chk): Remove undefined
1040 operation.
1041 * libio/iofdopen.c (_IO_new_fdopen): Likewise.
1042 * libio/iofopncook.c (_IO_cookie_init): Likewise.
1043 * libio/iovdprintf.c (_IO_vdprintf): Likewise.
1044 * libio/oldiofdopen.c (_IO_old_fdopen): Likewise.
1045 * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
1046 Likewise.
1047
29fddf61
UD
10482010-09-04 Ulrich Drepper <drepper@redhat.com>
1049
1050 [BZ #11979]
1051 * iconvdata/gconv-modules: Remove EBCDIC-CP-AR2 alias from
1052 IBM-930, IBM-933, IBM-935, IBM-937, and IBM-939.
1053
0959ffc9
UD
10542010-09-02 Ulrich Drepper <drepper@redhat.com>
1055
1056 * sysdeps/x86_64/add_n.S: Update from GMP 5.0.1.
1057 * sysdeps/x86_64/addmul_1.S: Likewise.
1058 * sysdeps/x86_64/lshift.S: Likewise.
1059 * sysdeps/x86_64/mul_1.S: Likewise.
1060 * sysdeps/x86_64/rshift.S: Likewise.
1061 * sysdeps/x86_64/sub_n.S: Likewise.
1062 * sysdeps/x86_64/submul_1.S: Likewise.
1063
ece29840
ST
10642010-09-01 Samuel Thibault <samuel.thibault@ens-lyon.org>
1065
0959ffc9
UD
1066 This aligns bits/sched.h onto sysdeps/unix/sysv/linux/bits/sched.h:
1067 Define __sched_param instead of SCHED_* and sched_param when
ece29840 1068 <bits/sched.h> is included with __need_schedparam defined.
0959ffc9 1069 * bits/sched.h [__need_schedparam]
ece29840 1070 (SCHED_OTHER, SCHED_FIFO, SCHED_RR, sched_param): Do not define.
0959ffc9
UD
1071 [!__defined_schedparam && (__need_schedparam || _SCHED_H)]
1072 (__defined_schedparam): Define to 1.
ece29840
ST
1073 (__sched_param): New structure, identical to sched_param.
1074 (__need_schedparam): Undefine.
1075
e53a31fe
MF
10762010-08-31 Mike Frysinger <vapier@gentoo.org>
1077
fdc0c10d
MF
1078 * sysdeps/unix/sysv/linux/sparc/sys/epoll.h (epoll_create2): Delete.
1079 (epoll_create1): Declare.
1080
e53a31fe
MF
1081 * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Fix typo.
1082
a726d796
AS
10832010-08-31 Andreas Schwab <schwab@redhat.com>
1084
1085 [BZ #7066]
1086 * stdlib/strtod_l.c (____STRTOF_INTERNAL): Fix array overflow when
1087 shifting retval into place.
1088
2f3e3dc7
UD
10892010-09-01 Ulrich Drepper <drepper@redhat.com>
1090
f2933da9
UD
1091 * nis/rpcsvc/nis.h: Update copyright notice.
1092 * nis/rpcsvc/nis.x: Likewise.
1093 * nis/rpcsvc/nis_callback.h: Likewise.
1094 * nis/rpcsvc/nis_callback.x: Likewise.
1095 * nis/rpcsvc/nis_object.x: Likewise.
1096 * nis/rpcsvc/nis_tags.h: Likewise.
1097 * nis/rpcsvc/yp.h: Likewise.
1098 * nis/rpcsvc/yp.x: Likewise.
1099 * nis/rpcsvc/ypupd.h: Likewise.
1100 * nis/yp_xdr.c: Likewise.
1101 * nis/ypupdate_xdr.c: Likewise.
1102
2f3e3dc7
UD
1103 * sunrpc/pm_getport.c (__libc_rpc_getport): New function. This is
1104 mainly the body of pmap_getport. Add parameters to specify timeouts.
1105 (pmap_getport): Use __libc_rpc_getport.
1106 * sunrpc/Versions: Export __libc_rpc_getport with GLIBC_PRIVATE.
1107 * include/rpc/pmap_clnt.h: Declare __libc_rpc_getport.
1108 * nis/nis_findserv.c: Remove pmap_getport copy. Use __libc_rpc_getport.
1109
f3dcc2f9
AS
11102010-08-31 Andreas Schwab <schwab@linux-m68k.org>
1111
1112 * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list: Add
1113 fanotify_mark.
1114
6d34eb5b
RM
11152010-08-27 Roland McGrath <roland@redhat.com>
1116
1117 * sysdeps/i386/i686/multiarch/Makefile
1118 (CFLAGS-varshift.c): New variable.
1119
9ea3de11
UD
11202010-08-27 Ulrich Drepper <drepper@redhat.com>
1121
c96d23fc
UD
1122 * sysdeps/i386/i686/multiarch/varshift.S: File removed.
1123 * sysdeps/i386/i686/multiarch/varshift.c: New file.
1124
9ea3de11
UD
1125 * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Move to .text.slow section.
1126
1127 * sysdeps/x86_64/strlen.S: Minimal code improvement.
1128
623aac7f
L
11292010-08-26 H.J. Lu <hongjiu.lu@intel.com>
1130
1131 * sysdeps/x86_64/strlen.S: Unroll the loop.
1132 * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
1133 strlen-sse2 strlen-sse2-bsf.
1134 * sysdeps/x86_64/multiarch/strlen.S ((strlen): Return
1135 __strlen_no_bsf if bit_Slow_BSF is set.
1136 (__strlen_sse42): Removed.
1137 * sysdeps/x86_64/multiarch/strlen-no-bsf.S: New file.
1138 * sysdeps/x86_64/multiarch/strlen-sse4.S: New file.
1139
8b2b7715
RM
11402010-08-25 Roland McGrath <roland@redhat.com>
1141
1142 * sysdeps/x86_64/multiarch/varshift.S: File removed.
1143 * sysdeps/x86_64/multiarch/varshift.c: New file.
1144 * sysdeps/x86_64/multiarch/Makefile (CFLAGS-varshift.c): New variable.
1145 * sysdeps/x86_64/multiarch/varshift.h: Clean up decls, fix a cast.
1146 * sysdeps/x86_64/multiarch/memmove.c: Move decls around.
1147 * sysdeps/x86_64/multiarch/memmove_chk.c: Likewise.
1148
e73015f2
L
11492010-08-25 H.J. Lu <hongjiu.lu@intel.com>
1150
1151 * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
1152 strlen-sse2 strlen-sse2-bsf.
1153 * sysdeps/i386/i686/multiarch/strlen.S (strlen): Return
1154 __strlen_sse2_bsf if bit_Slow_BSF is unset.
1155 (__strlen_sse2): Removed.
1156 * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: New file.
1157 * sysdeps/i386/i686/multiarch/strlen-sse2.S: New file.
1158 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Set
1159 bit_Slow_BSF for Atom.
1160 * sysdeps/x86_64/multiarch/init-arch.h (bit_Slow_BSF): Define.
1161 (index_Slow_BSF): Define.
1162 (HAS_SLOW_BSF): Define.
1163
df24a73e
UD
11642010-08-25 Ulrich Drepper <drepper@redhat.com>
1165
1166 [BZ #10851]
1167 * resolv/res_init.c (__res_vinit): When no server address at all
1168 is given default to loopback.
1169
f2ac4868
RM
11702010-08-24 Roland McGrath <roland@redhat.com>
1171
09055553
RM
1172 * configure.in: Remove config-name.h generation.
1173 * configure: Regenerated.
1174 * config-name.in: File removed.
1175 * scripts/config-uname.sh: New file.
1176 * posix/Makefile (uname.c): Depend on $(objdir)config-name.h.
1177 ($(objdir)config-name.h): New target.
1178
f2ac4868
RM
1179 * sunrpc/rpc_parse.h: Avoid nested comment.
1180
73f27d5e
RH
11812010-08-24 Richard Henderson <rth@redhat.com>
1182 Ulrich Drepper <drepper@redhat.com>
1183 H.J. Lu <hongjiu.lu@intel.com>
1184
1185 * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add varshift.
1186 * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Likewise.
1187 * sysdeps/x86_64/multiarch/strcspn-c.c: Include "varshift.h".
1188 Replace _mm_srli_si128 with __m128i_shift_right. Replace
1189 _mm_alignr_epi8 with _mm_loadu_si128.
1190 * sysdeps/x86_64/multiarch/strspn-c.c: Likewise.
1191 * sysdeps/x86_64/multiarch/strstr.c: Include "varshift.h".
1192 (__m128i_shift_right): Removed.
1193 * sysdeps/i386/i686/multiarch/varshift.h: New file.
1194 * sysdeps/i386/i686/multiarch/varshift.S: New file.
1195 * sysdeps/x86_64/multiarch/varshift.h: New file.
1196 * sysdeps/x86_64/multiarch/varshift.S: New file.
1197
84b9230c
MF
11982010-08-21 Mike Frysinger <vapier@gentoo.org>
1199
1200 * configure.in: Move assembler checks to before sysdep dir checking.
1201
9bbd0ddc
PB
12022010-08-20 Petr Baudis <pasky@suse.cz>
1203
1204 * LICENSES: Sync the sunrpc license.
1205
9da4bb31
UD
12062010-08-19 Ulrich Drepper <drepper@redhat.com>
1207
a7ab6ec8
UD
1208 * sunrpc/auth_des.c: Update copyright notice once again.
1209 * sunrpc/auth_none.c: Likewise.
1210 * sunrpc/auth_unix.c: Likewise.
1211 * sunrpc/authdes_prot.c: Likewise.
1212 * sunrpc/authuxprot.c: Likewise.
1213 * sunrpc/bindrsvprt.c: Likewise.
1214 * sunrpc/clnt_gen.c: Likewise.
1215 * sunrpc/clnt_perr.c: Likewise.
1216 * sunrpc/clnt_raw.c: Likewise.
1217 * sunrpc/clnt_simp.c: Likewise.
1218 * sunrpc/clnt_tcp.c: Likewise.
1219 * sunrpc/clnt_udp.c: Likewise.
1220 * sunrpc/clnt_unix.c: Likewise.
1221 * sunrpc/des_crypt.c: Likewise.
1222 * sunrpc/des_soft.c: Likewise.
1223 * sunrpc/get_myaddr.c: Likewise.
1224 * sunrpc/getrpcport.c: Likewise.
1225 * sunrpc/key_call.c: Likewise.
1226 * sunrpc/key_prot.c: Likewise.
1227 * sunrpc/openchild.c: Likewise.
1228 * sunrpc/pm_getmaps.c: Likewise.
1229 * sunrpc/pm_getport.c: Likewise.
1230 * sunrpc/pmap_clnt.c: Likewise.
1231 * sunrpc/pmap_prot.c: Likewise.
1232 * sunrpc/pmap_prot2.c: Likewise.
1233 * sunrpc/pmap_rmt.c: Likewise.
1234 * sunrpc/rpc/auth.h: Likewise.
1235 * sunrpc/rpc/auth_unix.h: Likewise.
1236 * sunrpc/rpc/clnt.h: Likewise.
1237 * sunrpc/rpc/des_crypt.h: Likewise.
1238 * sunrpc/rpc/key_prot.h: Likewise.
1239 * sunrpc/rpc/netdb.h: Likewise.
1240 * sunrpc/rpc/pmap_clnt.h: Likewise.
1241 * sunrpc/rpc/pmap_prot.h: Likewise.
1242 * sunrpc/rpc/pmap_rmt.h: Likewise.
1243 * sunrpc/rpc/rpc.h: Likewise.
1244 * sunrpc/rpc/rpc_des.h: Likewise.
1245 * sunrpc/rpc/rpc_msg.h: Likewise.
1246 * sunrpc/rpc/svc.h: Likewise.
1247 * sunrpc/rpc/svc_auth.h: Likewise.
1248 * sunrpc/rpc/types.h: Likewise.
1249 * sunrpc/rpc/xdr.h: Likewise.
1250 * sunrpc/rpc_clntout.c: Likewise.
1251 * sunrpc/rpc_cmsg.c: Likewise.
1252 * sunrpc/rpc_common.c: Likewise.
1253 * sunrpc/rpc_cout.c: Likewise.
1254 * sunrpc/rpc_dtable.c: Likewise.
1255 * sunrpc/rpc_hout.c: Likewise.
1256 * sunrpc/rpc_main.c: Likewise.
1257 * sunrpc/rpc_parse.c: Likewise.
1258 * sunrpc/rpc_parse.h: Likewise.
1259 * sunrpc/rpc_prot.c: Likewise.
1260 * sunrpc/rpc_sample.c: Likewise.
1261 * sunrpc/rpc_scan.c: Likewise.
1262 * sunrpc/rpc_scan.h: Likewise.
1263 * sunrpc/rpc_svcout.c: Likewise.
1264 * sunrpc/rpc_tblout.c: Likewise.
1265 * sunrpc/rpc_util.c: Likewise.
1266 * sunrpc/rpc_util.h: Likewise.
1267 * sunrpc/rpcinfo.c: Likewise.
1268 * sunrpc/rpcsvc/bootparam_prot.x: Likewise.
1269 * sunrpc/rpcsvc/key_prot.x: Likewise.
1270 * sunrpc/rpcsvc/klm_prot.x: Likewise.
1271 * sunrpc/rpcsvc/mount.x: Likewise.
1272 * sunrpc/rpcsvc/nfs_prot.x: Likewise.
1273 * sunrpc/rpcsvc/nlm_prot.x: Likewise.
1274 * sunrpc/rpcsvc/rex.x: Likewise.
1275 * sunrpc/rpcsvc/rstat.x: Likewise.
1276 * sunrpc/rpcsvc/rusers.x: Likewise.
1277 * sunrpc/rpcsvc/sm_inter.x: Likewise.
1278 * sunrpc/rpcsvc/spray.x: Likewise.
1279 * sunrpc/rpcsvc/yppasswd.x: Likewise.
1280 * sunrpc/rtime.c: Likewise.
1281 * sunrpc/svc.c: Likewise.
1282 * sunrpc/svc_auth.c: Likewise.
1283 * sunrpc/svc_authux.c: Likewise.
1284 * sunrpc/svc_raw.c: Likewise.
1285 * sunrpc/svc_run.c: Likewise.
1286 * sunrpc/svc_simple.c: Likewise.
1287 * sunrpc/svc_tcp.c: Likewise.
1288 * sunrpc/svc_udp.c: Likewise.
1289 * sunrpc/svc_unix.c: Likewise.
1290 * sunrpc/svcauth_des.c: Likewise.
1291 * sunrpc/xcrypt.c: Likewise.
1292 * sunrpc/xdr.c: Likewise.
1293 * sunrpc/xdr_array.c: Likewise.
1294 * sunrpc/xdr_float.c: Likewise.
1295 * sunrpc/xdr_mem.c: Likewise.
1296 * sunrpc/xdr_rec.c: Likewise.
1297 * sunrpc/xdr_ref.c: Likewise.
1298 * sunrpc/xdr_sizeof.c: Likewise.
1299 * sunrpc/xdr_stdio.c: Likewise.
1300
9da4bb31
UD
1301 * sysdeps/x86_64/multiarch/strcmp.S: Fix two typos in strncasecmp
1302 handling.
1303
bdaa77bc
AS
13042010-08-19 Andreas Schwab <schwab@redhat.com>
1305
1306 * sysdeps/i386/i686/multiarch/strspn.S [!SHARED]: Fix SSE4.2 check.
1307
fe2f79db
LM
13082010-08-19 Luis Machado <luisgpm@br.ibm.com>
1309
1310 * sysdeps/powerpc/powerpc32/power7/memchr.S: New file.
1311 * sysdeps/powerpc/powerpc32/power7/memrchr.S: New file.
1312 * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: New file.
1313 * sysdeps/powerpc/powerpc32/power7/strchr.S: New file.
1314 * sysdeps/powerpc/powerpc32/power7/strchrnul.S: New file.
1315 * sysdeps/powerpc/powerpc32/power7/strlen.S: New file.
1316 * sysdeps/powerpc/powerpc32/power7/strnlen.S: New file.
1317 * sysdeps/powerpc/powerpc64/power7/memchr.S: New file.
1318 * sysdeps/powerpc/powerpc64/power7/memrchr.S: New file.
1319 * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: New file.
1320 * sysdeps/powerpc/powerpc64/power7/strchr.S: New file.
1321 * sysdeps/powerpc/powerpc64/power7/strchrnul.S: New file.
1322 * sysdeps/powerpc/powerpc64/power7/strlen.S: New file.
1323 * sysdeps/powerpc/powerpc64/power7/strnlen.S: New file.
1324
b9b42ee0
AB
13252010-07-26 Anton Blanchard <anton@samba.org>
1326
1327 * malloc/malloc.c (sYSTRIm): Replace divide and multiply with mask.
1328 * malloc/arena.c (heap_trim): Likewise.
1329
1c06ba31
UD
13302010-08-16 Ulrich Drepper <drepper@redhat.com>
1331
1332 * sysdeps/unix/sysv/linux/syscalls.list: Add entry for fanotify_init
1333 here. Not...
1334 * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: ...here...
1335 * sysdeps/unix/sysv/linux/i386/syscalls.list: ... orhere.
1336
f8392f40
L
13372010-08-12 H.J. Lu <hongjiu.lu@intel.com>
1338
1339 * sysdeps/i386/elf/Makefile: New file.
1340
3162f12e
AS
13412010-08-14 Andreas Schwab <schwab@linux-m68k.org>
1342
1343 * sysdeps/unix/sysv/linux/sys/fanotify.h: Remove third argument
1344 from fanotify_init.
1345 * sysdeps/unix/sysv/linux/i386/syscalls.list: Likewise.
1346 * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.
1347
28c90b2c
UD
13482010-08-15 Ulrich Drepper <drepper@redhat.com>
1349
1350 * sysdeps/x86_64/strcmp.S: Use correct register for fourth parameter
1351 of strncasecmp_l.
1feccb6c 1352 * sysdeps/multiarch/strcmp.S: Likewise.
28c90b2c 1353
ca6bb004
UD
13542010-08-14 Ulrich Drepper <drepper@redhat.com>
1355
e9f82e0d
UD
1356 * sysdeps/x86_64/Makefile [subdir=string] (sysdep_routines): Add
1357 strncase_l-nonascii.
1358 * sysdeps/x86_64/multiarch/Makefile [subdir=string] (sysdep_routines):
1359 Add strncase_l-ssse3.
1360 * sysdeps/x86_64/multiarch/strcmp.S: Prepare for use as strncasecmp.
1361 * sysdeps/x86_64/strcmp.S: Likewise.
1362 * sysdeps/x86_64/multiarch/strncase_l-ssse3.S: New file.
1363 * sysdeps/x86_64/multiarch/strncase_l.S: New file.
1364 * sysdeps/x86_64/strncase.S: New file.
1365 * sysdeps/x86_64/strncase_l-nonascii.c: New file.
1366 * sysdeps/x86_64/strncase_l.S: New file.
1367 * string/Makefile (strop-tests): Add strncasecmp.
1368 * string/test-strncasecmp.c: New file.
1369
1370 * sysdeps/x86_64/strcasecmp_l-nonascii.c: Add prototype to avoid
1371 warning.
1372
ca6bb004
UD
1373 * sysdeps/x86_64/strcmp.S: Move definition of NO_NOLOCALE_ALIAS to...
1374 * sysdeps/x86_64/multiarch/strcasecmp_l-ssse3.S: ... here.
1375
052fa7b3
AS
13762010-08-14 Andreas Schwab <schwab@linux-m68k.org>
1377
1378 * sysdeps/unix/sysv/linux/prlimit.c: Make it compile.
1379
962dba78
UD
13802010-08-12 Ulrich Drepper <drepper@redhat.com>
1381
1382 * sysdeps/unix/sysv/linux/bits/termios.h: Define EXTPROC.
1383 * sysdeps/unix/sysv/linux/powerpc/bits/termios.h: Likewise.
1384 * sysdeps/unix/sysv/linux/sparc/bits/termios.h: Likewise.
1385
bebff237
AM
13862010-05-01 Alan Modra <amodra@gmail.com>
1387
1388 * sysdeps/powerpc/powerpc32/power4/memcmp.S: Correct cfi for r24.
1389 * sysdeps/powerpc/powerpc64/bsd-_setjmp.S: Move contents..
1390 * sysdeps/powerpc/powerpc64/bsd-setjmp.S: ..and these too..
1391 * sysdeps/powerpc/powerpc64/setjmp.S: ..to here..
1392 * sysdeps/powerpc/powerpc64/setjmp-common.S: ..and here, with some
1393 tidying. Don't tail-call __sigjmp_save for static lib.
1394 * sysdeps/powerpc/powerpc64/sysdep.h (SAVE_ARG, REST_ARG): Correct
1395 save location.
1396 (CFI_SAVE_ARG, CFI_REST_ARG): New macros.
1397 (CALL_MCOUNT): Add eh info, and nop after bl.
1398 (TAIL_CALL_SYSCALL_ERROR): New macro.
1399 (PSEUDO_RET): Use it.
1400 * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve):
1401 Correct save location of integer regs and cr.
1402 (_dl_profile_resolve): Correct cr save location. Delete nops
1403 after bl when SHARED. Reduce cfi size a little by better
1404 placement of cfi directives.
1405 * sysdeps/powerpc/powerpc64/fpu/s_copysign.S (__copysign): Don't
1406 make a stack frame. Instead use parm save area as a temp.
1407 * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S (__brk): Don't
1408 make a stack frame. Use TAIL_CALL_SYSCALL_ERROR.
1409 * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (__clone):
1410 Don't make a stack frame for parent, use parm save area.
1411 Increase child stack frame to 112 bytes. Don't save unused reg,
1412 and adjust reg usage. Set up cfi on error recovery and
1413 epilogue of parent, and use TAIL_CALL_SYSCALL_ERROR, PSEUDO_RET.
1414 * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
1415 (__makecontext): Add dummy nop after jump to exit.
1416 * sysdeps/unix/sysv/linux/powerpc/powerpc64/socket.S (__socket):
1417 Use correct parm save area and cr save, reduce stack frame.
1418 Correct cfi for possible PSEUDO_RET frame setup.
1419 * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S (__vfork):
1420 Branch to local label emitted by PSEUDO_RET rather than
1421 __syscall_error.
1422
02637374
AS
14232010-08-12 Andreas Schwab <schwab@redhat.com>
1424
1425 [BZ #11904]
1426 * locale/programs/locale.c (print_assignment): New function.
1427 (show_locale_vars): Use it.
1428
c3e2f19b
UD
14292010-08-11 Ulrich Drepper <drepper@redhat.com>
1430
3cdaa6ad
UD
1431 * sysdeps/unix/sysv/linux/bits/statfs.h (struct statfs): Add f_flags
1432 field.
1433 (struct statfs64): Likewise.
1434 (_STATFS_F_FLAGS): Define.
1435 * sysdeps/unix/sysv/linux/s390/bits/statfs.h: Likewise.
1436 * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
1437 Don't define if __ASSUME_STATFS_F_FLAGS is defined.
1438 (ST_VALID): Define locally.
1439 (INTERNAL_STATVFS): If f_flags has ST_VALID set don't call
1440 __statvfs_getflags, use the provided value.
1441 * sysdeps/unix/sysv/linux/kernel-features.h: Define
1442 __ASSUME_STATFS_F_FLAGS.
1443
754f7da3
UD
1444 * sysdeps/unix/sysv/linux/sys/inotify.h (IN_EXCL_UNLINK): Define.
1445
10b3bedc
UD
1446 * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_headers):
1447 Add sys/fanotify.h.
1448 * sysdeps/unix/sysv/linux/Versions [libc]: Export fanotify_init and
1449 fanotify_mask for GLIBC_2.13.
1450 * sysdeps/unix/sysv/linux/i386/syscalls.list: Add entries for
1451 fanotify_init and fanotify_mark.
1452 * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.
1453 * sysdeps/unix/sysv/linux/sys/fanotify.h: New file.
1454
c08fb0d7
UD
1455 * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_routines):
1456 Add prlimit.
1457 * sysdeps/unix/sysv/linux/Versions [libc]: Export prlimit and
1458 prlimit64 for GLIBC_2.13.
1459 * sysdeps/unix/sysv/linux/bits/resource.h: Declare prlimit and
1460 prlimit64.
1461 * sysdeps/unix/sysv/linux/i386/syscalls.list: Add entry for prlimit64
1462 syscall.
1463 * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list: Likewise.
1464 * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Likewise.
1465 * sysdeps/unix/sysv/linux/sh/syscalls.list: Likewise.
1466 * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.lis: Likewise.
1467 * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise. Also
1468 add prlimit alias.
1469 * sysdeps/unix/sysv/linux/prlimit.c: New file.
1470
15bac72b
UD
1471 [BZ #11903]
1472 * sysdeps/generic/netinet/ip.h (IPTOS_CLASS): Fix definition.
1473 Patch by Evgeni Bikov <bikovevg@iitp.ru>.
1474
c3e2f19b
UD
1475 * nss/Makefile: Add rules to build and run tst-nss-test1.
1476 * shlib-versions: Add entry for libnss_test1.
1477 * nss/nss_test1.c: New file.
1478 * nss/tst-nss-test1.c: New file.
1479
1480 * nss/nsswitch.c (__nss_database_custom): Define new variable.
1481 (__nss_configure_lookup): Set appropriate entry in
1482 __nss_configure_lookup to true.
1483 * nss/nsswitch.h: Define enum with indeces of databases in
1484 databases and __nss_database_custom arrays. Declare
1485 __nss_database_custom.
1486 * grp/initgroups.c (internal_getgrouplist): Use __nss_database_custom
1487 to avoid using nscd when custom rules are installed.
1488 * nss/getXXbyYY_r.c: Likewise.
1489 * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
1490
1491 * nss/nss_files/files-parse.c: Whitespace fixes.
1492
f15ce4d8
UD
14932010-08-09 Ulrich Drepper <drepper@redhat.com>
1494
1495 [BZ #11883]
1496 * posix/fnmatch.c: Keep track of alloca use and fall back on malloc.
1497 * posix/fnmatch_loop.c: Likewise.
1498
d22e4cc9
AK
14992010-07-17 Andi Kleen <ak@linux.intel.com>
1500
1501 * sysdeps/i386/i386-mcount.S (__fentry__): Define.
1502 * sysdeps/x86_64/_mcount.S (__fentry__): Define.
1503 * stdlib/Versions (__fentry__): Add for GLIBC 2.13
1504 * Versions.def [GLIBC_2.13]: Add.
1505
805bc17d
UD
15062010-08-06 Ulrich Drepper <drepper@redhat.com>
1507
1508 * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid):
1509 Also fail if tpwd after pwuid call is NULL.
1510
5a42321d
ST
15112010-07-31 Samuel Thibault <samuel.thibault@ens-lyon.org>
1512
1513 * hurd/hurdselect.c (_hurd_select): Round timeout up instead of down
1514 when converting to ms.
1515
fd3ebeda
ST
15162010-06-06 Samuel Thibault <samuel.thibault@ens-lyon.org>
1517
1518 * sysdeps/mach/hurd/ttyname.c (ttyname): Replace MIG_BAD_ID and
1519 EOPNOTSUPP errors with ENOTTY.
1520 * sysdeps/mach/hurd/ttyname_r.c (__ttyname_r): Replace MIG_BAD_ID and
1521 EOPNOTSUPP errors with ENOTTY.
1522
73507d3a
UD
15232010-07-31 Ulrich Drepper <drepper@redhat.com>
1524
1525 * sysdeps/x86_64/multiarch/Makefile [subdir=string] (sysdep_routines):
1526 Add strcasecmp_l-ssse3.
1527 * sysdeps/x86_64/multiarch/strcmp.S: Add support to compile for
1528 strcasecmp.
1529 * sysdeps/x86_64/strcmp.S: Allow more flexible compiling of strcasecmp.
1530 * sysdeps/x86_64/multiarch/strcasecmp_l.S: New file.
1531 * sysdeps/x86_64/multiarch/strcasecmp_l-ssse3.S: New file.
1532
fe36dd02
UD
15332010-07-30 Ulrich Drepper <drepper@redhat.com>
1534
66f6765a
UD
1535 * sysdeps/x86_64/multiarch/strcmp.S: Pretty printing.
1536
42e08a54
UD
1537 * string/Makefile (strop-tests): Add strcasecmp.
1538 * sysdeps/x86_64/Makefile [subdir=string] (sysdep_routines): Add
1539 strcasecmp_l-nonascii.
1540 (gen-as-const-headers): Add locale-defines.sym.
1541 * sysdeps/x86_64/strcmp.S: Add support for strcasecmp implementation.
1542 * sysdeps/x86_64/strcasecmp.S: New file.
1543 * sysdeps/x86_64/strcasecmp_l.S: New file.
1544 * sysdeps/x86_64/strcasecmp_l-nonascii.c: New file.
1545 * sysdeps/x86_64/locale-defines.sym: New file.
1546 * string/test-strcasecmp.c: New file.
1547
fe36dd02
UD
1548 * string/test-strcasestr.c: Test both ends of the range of characters.
1549 * sysdeps/x86_64/multiarch/strstr.c: Fix UCHIGH definition.
1550
48cbc0d6
RM
15512010-07-29 Roland McGrath <roland@redhat.com>
1552
76e6d6bc 1553 [BZ #11856]
48cbc0d6
RM
1554 * manual/locale.texi (Yes-or-No Questions): Fix example code.
1555
880113d9
UD
15562010-07-27 Ulrich Drepper <drepper@redhat.com>
1557
1558 * sysdeps/x86_64/multiarch/strcmp-ssse3.S: Avoid compiling the file
1559 for ld.so.
1560
deb9cabb
AS
15612010-07-27 Andreas Schwab <schwab@redhat.com>
1562
1563 * manual/memory.texi (Malloc Tunable Parameters): Document
1564 M_PERTURB.
1565
1c7570ff
RM
15662010-07-26 Roland McGrath <roland@redhat.com>
1567
1568 [BZ #11840]
1569 * configure.in (-fgnu89-inline check): Set and substitute
1570 gnu89_inline, not libc_cv_gnu89_inline.
1571 * configure: Regenerated.
1572 * config.make.in (gnu89-inline-CFLAGS): Use @gnu89_inline@.
1573
24fb0f88
UD
15742010-07-26 Ulrich Drepper <drepper@redhat.com>
1575
1576 * string/test-strnlen.c: New file.
1577 * string/Makefile (strop-tests): Add strnlen.
1578 * string/tester.c (test_strnlen): Add a few more test cases.
1579 * string/tst-strlen.c: Better error reporting.
1580
1581 * sysdeps/x86_64/strnlen.S: New file.
1582
8e96b93a
UD
15832010-07-24 Ulrich Drepper <drepper@redhat.com>
1584
1585 * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu_tolower): Use
1586 lower-latency instructions.
1587
dbc676d4
UD
15882010-07-23 Ulrich Drepper <drepper@redhat.com>
1589
1590 * string/test-strcasestr.c: New file.
1591 * string/test-strstr.c: New file.
1592 * string/Makefile (strop-tests): Add strstr and strcasestr.
1593 * string/str-two-way.h: Don't undefine MAX.
1594 * string/strcasestr.c: Don't define alias if NO_ALIAS is defined.
1595
f6a31e0e
AS
15962010-07-21 Andreas Schwab <schwab@redhat.com>
1597
1598 * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
1599 strcasestr-nonascii.
1600 (CFLAGS-strcasestr-nonascii.c): Define.
1601 * sysdeps/i386/i686/multiarch/strcasestr-nonascii.c: New file.
1602 * sysdeps/x86_64/multiarch/strcasestr-nonascii.c (STRSTR_SSE42):
1603 Remove unused attribute.
1604
5dbc3b6c
RM
16052010-07-20 Roland McGrath <roland@redhat.com>
1606
1607 * elf/dl-sysdep.c (_dl_important_hwcaps): Add dsocaps mask to
1608 dl_hwcap_mask as well as dl_hwcap. Without this, dsocaps matching in
1609 ld.so.cache was broken. With it, there is no way to disable dsocaps
1610 like LD_HWCAP_MASK can disable hwcaps.
1611
23d101d8
EPM
16122010-06-02 Emilio Pozuelo Monfort <pochu27@gmail.com>
1613
1614 * sysdeps/mach/hurd/sendmsg.c (__libc_sendmsg): Fix memory leaks.
1615
cc9f2e47
UD
16162010-07-16 Ulrich Drepper <drepper@redhat.com>
1617
1618 * sysdeps/x86_64/multiarch/strstr.c: Rewrite to avoid indirect function
1619 call in strcasestr.
1620 * sysdeps/x86_64/multiarch/strcasestr.c: Declare
1621 __strcasestr_sse42_nonascii.
1622 * sysdeps/x86_64/multiarch/Makefile: Add rules to build
1623 strcasestr-nonascii.c.
1624 * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: New file.
1625
77c1b069
LM
16262010-06-15 Luis Machado <luisgpm@br.ibm.com>
1627
1628 * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: New file.
1629 * sysdeps/powerpc/powerpc32/power6/fpu/s_copysignf.S: New file.
1630 * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: New file.
1631 * sysdeps/powerpc/powerpc64/power6/fpu/s_copysignf.S: New file.
1632
440566c3
UD
16332010-07-09 Ulrich Drepper <drepper@redhat.com>
1634
1635 * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Use __fcntl not
1636 fcntl.
1637
5be9d05d
AS
16382010-07-06 Andreas Schwab <schwab@redhat.com>
1639
1640 * elf/dl-version.c (match_symbol): Don't pass NULL occation to
1641 dl_signal_cerror.
1642
8a492a67
UD
16432010-07-06 Ulrich Drepper <drepper@redhat.com>
1644
1645 * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Implement
1646 _PC_PIPE_BUF using F_GETPIPE_SZ.
1647
713df3d5
RM
16482010-07-05 Roland McGrath <roland@redhat.com>
1649
1650 * manual/arith.texi (Rounding Functions): Fix rint description
1651 implicit in round description.
1652
702e8f14
UD
16532010-07-02 Ulrich Drepper <drepper@redhat.com>
1654
1655 * elf/Makefile: Fix linking for a few tests to make recent linker
1656 happy.
1657
52ed8be9
AS
16582010-06-30 Andreas Schwab <schwab@redhat.com>
1659
1660 * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Readd
1661 $(common-objpfx)libc_nonshared.a.
1662
f47c9a11
LM
16632010-06-21 Luis Machado <luisgpm@br.ibm.com>
1664
1665 * sysdeps/powerpc/powerpc32/970/fpu/Implies: Remove.
1666 * sysdeps/powerpc/powerpc32/power5/fpu/Implies: Remove.
1667 * sysdeps/powerpc/powerpc32/power5+/fpu/Implies: Remove.
1668 * sysdeps/powerpc/powerpc32/power6x/fpu/Implies: Remove.
1669 * sysdeps/powerpc/powerpc64/970/fpu/Implies: Remove.
1670 * sysdeps/powerpc/powerpc64/power5/fpu/Implies: Remove.
1671 * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: Remove.
1672 * sysdeps/powerpc/powerpc64/power6x/fpu/Implies: Remove.
1673 * sysdeps/unix/sysv/linux/powerpc/powerpc32/970/fpu/Implies: Remove.
1674 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/fpu/Implies: Remove.
1675 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/fpu/Implies: Remove.
1676 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5+/fpu/Implies: Remove.
1677 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/fpu/Implies: Remove.
1678 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/fpu/Implies: Remove.
1679 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/fpu/Implies: Remove.
1680 * sysdeps/unix/sysv/linux/powerpc/powerpc64/970/fpu/Implies: Remove.
1681 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/fpu/Implies: Remove.
1682 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/fpu/Implies: Remove.
1683 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5+/fpu/Implies: Remove.
1684 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/fpu/Implies: Remove.
1685 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/fpu/Implies: Remove.
1686 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/fpu/Implies: Remove.
1687 * sysdeps/powerpc/powerpc32/970/Implies: Point to power4.
1688 * sysdeps/powerpc/powerpc32/power5/Implies: Point to power4.
1689 * sysdeps/powerpc/powerpc32/power5+/Implies: Point to power5.
1690 * sysdeps/powerpc/powerpc32/power6/Implies: Point to power5+.
1691 * sysdeps/powerpc/powerpc32/power6x/Implies: Point to power6.
1692 * sysdeps/powerpc/powerpc64/970/Implies: Point to power4.
1693 * sysdeps/powerpc/powerpc64/power5/Implies: Point to power4.
1694 * sysdeps/powerpc/powerpc64/power5+/Implies: Point to power5.
1695 * sysdeps/powerpc/powerpc64/power6/Implies: Point to power5+.
1696 * sysdeps/powerpc/powerpc64/power6x/Implies: Point to power6.
1697 * sysdeps/powerpc/powerpc32/power7/Implies: New file.
1698 * sysdeps/powerpc/powerpc64/power7/Implies: New file.
1699 * sysdeps/unix/sysv/linux/powerpc/powerpc32/970/Implies: New file.
1700 * sysdeps/unix/sysv/linux/powerpc/powerpc32/cell/Implies: New file.
1701 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/Implies: New file.
1702 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/Implies: New file.
1703 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/Implies: New file.
1704 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/Implies: New file.
1705 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/Implies: New file.
1706 * sysdeps/unix/sysv/linux/powerpc/powerpc64/970/Implies: New file.
1707 * sysdeps/unix/sysv/linux/powerpc/powerpc64/cell/Implies: New file.
1708 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/Implies: New file.
1709 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/Implies: New file.
1710 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/Implies: New file.
1711 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/Implies: New file.
1712 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/Implies: New file.
1713
6fb8cbcb
L
17142010-06-25 H.J. Lu <hongjiu.lu@intel.com>
1715
1716 * debug/memmove_chk.c (__memmove_chk): Renamed to ...
1717 (MEMMOVE_CHK): ...this. Default to __memmove_chk.
1718 * string/memmove.c (memmove): Renamed to ...
1719 (MEMMOVE): ...this. Default to memmove.
1720 * sysdeps/x86_64/memcpy.S: Use ENTRY_CHK and END_CHK.
1721 * sysdeps/x86_64/sysdep.h (ENTRY_CHK): Define.
1722 (END_CHK): Define.
1723 * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
1724 memcpy-ssse3 mempcpy-ssse3 memmove-ssse3 memcpy-ssse3-back
1725 mempcpy-ssse3-back memmove-ssse3-back.
1726 * sysdeps/x86_64/multiarch/bcopy.S: New file .
1727 * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: New file.
1728 * sysdeps/x86_64/multiarch/memcpy-ssse3.S: New file.
1729 * sysdeps/x86_64/multiarch/memcpy.S: New file.
1730 * sysdeps/x86_64/multiarch/memcpy_chk.S: New file.
1731 * sysdeps/x86_64/multiarch/memmove-ssse3-back.S: New file.
1732 * sysdeps/x86_64/multiarch/memmove-ssse3.S: New file.
1733 * sysdeps/x86_64/multiarch/memmove.c: New file.
1734 * sysdeps/x86_64/multiarch/memmove_chk.c: New file.
1735 * sysdeps/x86_64/multiarch/mempcpy-ssse3-back.S: New file.
1736 * sysdeps/x86_64/multiarch/mempcpy-ssse3.S: New file.
1737 * sysdeps/x86_64/multiarch/mempcpy.S: New file.
1738 * sysdeps/x86_64/multiarch/mempcpy_chk.S: New file.
1739 * sysdeps/x86_64/multiarch/init-arch.h (bit_Fast_Copy_Backward):
1740 Define.
1741 (index_Fast_Copy_Backward): Define.
1742 (HAS_ARCH_FEATURE): Define.
1743 (HAS_FAST_REP_STRING): Define.
1744 (HAS_FAST_COPY_BACKWARD): Define.
1745
4e733bac 17462010-06-21 Andreas Schwab <schwab@redhat.com>
e35fcef8
AS
1747
1748 * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid):
1749 Restore proper fallback handling.
1750
63c4ed22
UD
17512010-06-19 Ulrich Drepper <drepper@redhat.com>
1752
ac2b484c
UD
1753 [BZ #11701]
1754 * posix/group_member.c (__group_member): Correct checking loop.
1755
63c4ed22
UD
1756 * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid): Handle
1757 OOM in getpwuid_r correctly. Return error number when the caller
1758 should return, otherwise -1.
1759 (getlogin_r): Adjust to return also for result of __getlogin_r_loginuid
1760 call returning > 0 value.
1761 * sysdeps/unix/sysv/linux/getlogin.c (getlogin): Likewise.
1762
765ade4b
AS
17632010-06-07 Andreas Schwab <schwab@redhat.com>
1764
1765 * dlfcn/Makefile: Remove explicit dependencies on libc.so and
1766 libc_nonshared.a from targets in modules-names.
1767
80da2e09
KS
17682010-06-02 Kirill A. Shutemov <kirill@shutemov.name>
1769
1770 * elf/dl-reloc.c: Flush cache after solving TEXTRELs if arch
1771 requires it.
1772
158db122
LM
17732010-06-10 Luis Machado <luisgpm@br.ibm.com>
1774
1775 * sysdeps/powerpc/powerpc32/power7/memcmp.S: New file
1776 * sysdeps/powerpc/powerpc64/power7/memcmp.S: New file.
1777 * sysdeps/powerpc/powerpc32/power7/strncmp.S: New file.
1778 * sysdeps/powerpc/powerpc64/power7/strncmp.S: New file.
1779
caa78cf8
AS
17802010-06-02 Andreas Schwab <schwab@redhat.com>
1781
1782 * nis/nss_nis/nis-initgroups.c (get_uid): Properly resize buffer.
1783
b2ef2c01
UD
17842010-06-14 Ulrich Drepper <drepper@redhat.com>
1785
1786 * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Define F_SETPIPE_SZ
1787 and F_GETPIPE_SZ.
1788 * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
1789 * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
1790 * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
1791 * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
1792 * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
1793 * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise
1794
fbd643b6
RM
17952010-06-14 Roland McGrath <roland@redhat.com>
1796
1797 * manual/libc.texinfo (@copying): Change to GFDL v1.3.
1798
f32f2869
JJ
17992010-06-07 Jakub Jelinek <jakub@redhat.com>
1800
1801 * libio/stdio.h (sscanf, vsscanf): Use __REDIRECT_NTH instead of
1802 __REDIRECT followed by __THROW.
1803 * wcsmbs/wchar.h (swscanf, vswscanf): Likewise.
1804 * posix/getopt.h (getopt): Likewise.
1805
2a50c078
EPM
18062010-06-02 Emilio Pozuelo Monfort <pochu27@gmail.com>
1807
1808 * hurd/lookup-at.c (__file_name_lookup_at): Accept
1809 AT_SYMLINK_FOLLOW in AT_FLAGS. Fail with EINVAL if both
1810 AT_SYMLINK_FOLLOW and AT_SYMLINK_NOFOLLOW are present
1811 in AT_FLAGS.
1812 * hurd/hurd/fd.h (__file_name_lookup_at): Update comment.
1813 * sysdeps/mach/hurd/linkat.c (linkat): Pass O_NOLINK in FLAGS.
1814
eb5ad2eb
LM
18152010-05-28 Luis Machado <luisgpm@br.ibm.com>
1816
1817 * sysdeps/powerpc/powerpc32/power7/memcpy.S: Exchange srdi for srwi.
1818
3c88fe1e
L
18192010-05-26 H.J. Lu <hongjiu.lu@intel.com>
1820
1821 [BZ #11640]
1822 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
1823 Properly check family and model.
1824
d2f73151
TY
18252010-05-26 Takashi Yoshii <takashi.yoshii.zj@renesas.com>
1826
1827 * sysdeps/unix/sysv/linux/sh/sh4/register-dump.h: Fix iov[] size.
1828
ebd2e13d
LM
18292010-05-24 Luis Machado <luisgpm@br.ibm.com>
1830
1831 * sysdeps/powerpc/powerpc32/power7/memset.S: POWER7 32-bit memset fix.
1832
b32b8b45
UD
18332010-05-21 Ulrich Drepper <drepper@redhat.com>
1834
1835 * elf/dl-runtime.c (_dl_profile_fixup): Don't crash on unresolved weak
1836 symbol reference.
1837
9acbe24d
AS
18382010-05-19 Andreas Schwab <schwab@redhat.com>
1839
1840 * elf/dl-runtime.c (_dl_fixup): Don't crash on unresolved weak
1841 symbol reference.
1842
f0ccf6ea
AS
18432010-05-21 Andreas Schwab <schwab@redhat.com>
1844
3d04ff3a
AS
1845 * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Add recvmmsg
1846 and internal_recvmmsg.
1847 * sysdeps/unix/sysv/linux/recvmmsg.c: New file.
1848 * sysdeps/unix/sysv/linux/internal_recvmmsg.S: New file.
1849 * sysdeps/unix/sysv/linux/socketcall.h (SOCKOP_recvmmsg): Define.
1850 * sysdeps/unix/sysv/linux/syscalls.list (recvmmsg): Remove.
1851
f0ccf6ea
AS
1852 * sunrpc/clnt_tcp.c (clnttcp_control): Add missing break.
1853 * sunrpc/clnt_udp.c (clntudp_control): Likewise.
1854 * sunrpc/clnt_unix.c (clntunix_control): Likewise.
1855
5b08ac57
AS
18562010-05-20 Andreas Schwab <schwab@redhat.com>
1857
1858 * sysdeps/unix/sysv/linux/sys/timex.h: Use __REDIRECT_NTH.
1859
4828935d
LM
18602010-05-17 Luis Machado <luisgpm@br.ibm.com>
1861
1862 POWER7 optimizations.
1863 * sysdeps/powerpc/powerpc64/power7/memset.S: New file.
1864 * sysdeps/powerpc/powerpc32/power7/memset.S: New file.
1865
373d545e
UD
18662010-05-19 Ulrich Drepper <drepper@redhat.com>
1867
1868 * version.h: Update for 2.13 development version.
1869
21a2b1ae
AS
18702010-05-12 Andrew Stubbs <ams@codesourcery.com>
1871
1872 * sysdeps/sh/sh4/fpu/feholdexcpt.c (feholdexcept): Really disable all
1873 exceptions. Return 0.
1874
3f7dcb2b
RM
18752010-05-07 Roland McGrath <roland@redhat.com>
1876
1877 * elf/ldconfig.c (main): Add a const.
1878
5f24d53a 18792010-05-06 Ulrich Drepper <drepper@redhat.com>
70c9476e 1880
a160f8d8
UD
1881 * nss/getent.c (idn_flags): Default to AI_IDN|AI_CANONIDN.
1882 (args_options): Add no-idn option.
1883 (ahosts_keys_int): Add idn_flags to ai_flags.
1884 (parse_option): Handle 'i' option to clear idn_flags.
1885
5f24d53a
UD
1886 * malloc/malloc.c (_int_free): Possible race in the most recently
1887 added check. Only act on the data if no current modification
1888 happened.
265bb1ce
UD
1889
1890See ChangeLog.17 for earlier changes.
This page took 0.245378 seconds and 5 git commands to generate.